@charset "UTF-8";
/* $tab: 999px; // タブレット */
@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: #1077e8;
  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;
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news .contents article {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 22px;
}
#news .contents article a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#news .contents article a:hover {
  opacity: 0.6;
}
#news .contents article time {
  display: inline-block;
  background-color: #0071b8;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  padding: 1px 17px;
  margin-bottom: 10px;
}
#news .contents article .title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}
#news .contents article:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  #news .contents article {
    padding-bottom: 15px;
  }
  #news .contents article time {
    font-size: 12px;
    padding: 1px 10px;
  }
  #news .contents article .title {
    font-size: 14px;
  }
  #news .contents article:not(:last-child) {
    margin-bottom: 10px;
  }
}

/* ----------------------------------------------
side
------------------------------------------------- */
#side {
  position: absolute;
  top: 24.5%;
  right: 0;
  z-index: 2;
}
#side ul li a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#side ul li a:hover {
  opacity: 0.6;
}
#side ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 25.55px;
  line-height: 1.6;
  color: #fff;
  padding: 10px 20px;
  min-height: 160px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
#side ul li a img {
  margin-bottom: 9px;
}
#side ul li a small {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14.38px;
  line-height: 1.6;
  margin-top: -6px;
}
#side ul li.contact a {
  background-color: #f38f1e;
}
#side ul li.recruit a {
  background-color: #ed5a24;
}
#side ul li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  #side ul li a {
    font-size: 22px;
    min-height: 140px;
    padding: 10px 15px;
  }
  #side ul li a small {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #side {
    display: none !important;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#header .top.m_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background-color: #0c71d9;
}
#header .top.m_fixed .left .bg {
  display: none;
}
#header .top.m_fixed .logo {
  flex-direction: unset;
  max-width: unset;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#header .top.m_fixed .logo > * {
  max-width: 298px;
}
#header .top.m_fixed .right {
  padding-bottom: 0;
}
#header .top.m_fixed .right .bg {
  display: none;
}
#header .top.m_fixed .right #gnav {
  padding: 10px 0;
}
#header .top.m_fixed .right .links {
  height: 100%;
}
#header .top.m_fixed .right .links > * {
  height: 100%;
}
#header .top.m_fixed .right .links ul {
  height: 100%;
}
#header .top.m_fixed .right .links ul li a {
  height: 100%;
  border-radius: 0;
  align-content: center;
}
#header .top {
  /* var1 */
  /* overflow-x: clip; */
  /* var1 end */
}
#header .left {
  position: relative;
  align-content: center;
  padding: 15px 9.1875% 10px 2.375%;
}
#header .left .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(16, 119, 232) 0%, rgb(0, 98, 176) 100%);
  z-index: -1;
  border-top-right-radius: 70px;
}
#header .logo {
  max-width: 298px;
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 5px;
}
#header .right {
  margin-left: auto;
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  /* var1 start */
  /* padding: 22px perCalc(120,1600) 32px perCalc(45,1600); */
  /* var1 end */
  /* var2 start */
  padding: 0px 1.25% 10px 0;
  overflow-y: clip;
  /* var2 end */
  /* var1 start */
  /* .bg{
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
    transform: skewX(-45deg);
    overflow-y: clip;
    &::before{
      content: "";
      position: absolute;
      width: 100%;
      top: 0;
    }
    &.b1{
      width: 110px;
      left: -160px;
      &::before{
        aspect-ratio: 110/1483;
        background: linear-gradient(0deg,rgba(121, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 100%);
      }
    }
    &.b2{
      right: 50px;
      width: calc(100% - 25px);
      &::before{
        aspect-ratio: 651/2029;
        background: linear-gradient(0deg,rgba(121, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 100%);
      }
    }
  } */
  /* var1 end */
  /* var2 start */
}
#header .right .bg {
  position: absolute;
  top: 0;
}
#header .right .bg.b1 {
  width: 228.8786482335%;
  left: 0;
  transform: translateX(calc(-100% - 25px));
  aspect-ratio: 1490/1483;
  background: linear-gradient(0deg, rgb(121, 0, 0) 0%, rgb(255, 0, 0) 100%);
  clip-path: polygon(calc(100% - 110px) 0, 100% 0, 110px 100%, 0 100%);
}
#header .right .bg.b2 {
  width: 311.6743471582%;
  right: 0;
  aspect-ratio: 2029/1483;
  background: linear-gradient(0deg, rgb(121, 0, 0) 0%, rgb(255, 0, 0) 100%);
  clip-path: polygon(calc(100% - 650px) 0, 100% 0, 100% 100%, 0 100%);
}
#header .right {
  /* var2 end */
}
#header .right:has(#gnav) .bgs, #header .right:has(.links ul) .bgs {
  width: 100%;
}
#header .right .bgs {
  position: absolute;
  top: 0;
  left: 0;
  /* width: 100%; */
  height: 100%;
  z-index: -2;
}
#header .right ul li a {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
#header .right ul li a small {
  display: block;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
}
#header #gnav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: end;
  gap: 5px 20px;
}
#header #gnav ul li {
  padding-top: 5px;
}
#header .links {
  height: 100%;
}
#header .links ul {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#header .links ul li a {
  display: block;
  min-width: 125px;
  padding: 20px 5px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
#header .links ul li.recruit a {
  background-color: #f1901f;
}
#header .links ul li.contact a {
  background-color: #e9c634;
}
@media (max-width: 1500px) {
  #header .top.m_fixed .logo > * {
    max-width: 200px;
  }
  #header .right ul li a {
    font-size: 16px;
  }
  #header .right ul li a small {
    font-size: 14px;
  }
  #header .links ul li a {
    min-width: 100px;
  }
}
@media (max-width: 1200px) {
  #header .left {
    padding: 10px 30px 10px 10px;
  }
  #header .right ul li a {
    font-size: 18px;
  }
  #header .right ul li a small {
    font-size: 14px;
  }
  #header #gnav ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media (min-width: 1200px) {
  #header #gnav ul li.sp-in {
    display: none;
  }
}
@media (max-width: 1200px) {
  #header .top {
    padding-right: 70px;
  }
  #header .left .bg {
    border-top-right-radius: 50px;
  }
  #header .right {
    padding: 0;
  }
  #header .right .bg {
    display: none;
  }
  #header #gnav ul li {
    padding-top: 0;
  }
  #header .links {
    display: none;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  background: url(../images/f-bg.webp) no-repeat center/cover;
}
#footer a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .inner {
  padding: 129px 3.75% 110px 4.5%;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#footer .inner .left {
  flex: 1;
  align-content: center;
}
#footer .inner .left .tx {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
  font-size: 121.37px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  margin-bottom: 10px;
}
#footer .inner .left .logo {
  max-width: 387px;
  margin-bottom: 40px;
}
#footer .inner .left .bnrs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8.7004405286%;
}
#footer .inner .left .bnrs .bnr {
  max-width: max(27.5330396476%, 200px);
}
#footer .inner .right {
  padding-top: 20px;
  align-content: center;
}
#footer .inner .right .catch {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 27.77px;
  line-height: 1.2924018725;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 15px;
}
#footer .inner .right #fnav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
#footer .inner .right #fnav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 270px;
  height: 71px;
  border: 0.31px solid #fff;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 23.85px;
  line-height: 1.6;
  color: #fff;
}
#footer .inner .right #fnav ul li a small {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 12.21px;
}
#footer .inner .right .bnr {
  margin-top: 20px;
}
#footer .copyright {
  text-align: end;
  padding: 0 1.875% 25px 10px;
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}
@media (max-width: 1200px) {
  #footer .inner {
    padding: 90px 20px;
  }
  #footer .inner .left .tx {
    font-size: 70px;
  }
  #footer .inner .right {
    padding-top: 0;
  }
  #footer .inner .right .catch {
    font-size: 22px;
  }
  #footer .inner .right #fnav ul li a {
    width: 200px;
    height: 60px;
    font-size: 18px;
  }
  #footer .inner .right #fnav ul li a small {
    font-size: 10px;
  }
  #footer .inner .right .bnr {
    max-width: 410px;
  }
}
@media (max-width: 767px) {
  #footer .inner {
    padding: 40px 10px;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #footer .inner .left .tx {
    font-size: 40px;
  }
  #footer .inner .left .logo {
    margin-bottom: 10px;
  }
  #footer .inner .right .catch {
    font-size: 18px;
  }
  #footer .inner .right #fnav ul li a {
    width: 130px;
    height: 50px;
    font-size: 16px;
  }
  #footer .inner .right .bnr {
    max-width: 300px;
  }
}/*# sourceMappingURL=style.css.map */