@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;
}
body.open #header .top {
  z-index: unset;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #004c88;
  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 a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  position: absolute;
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: start;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 0px calc(1.8125% + 26px) 0px 0px;
  top: 0;
}
#header .logo {
  max-width: 382px;
  padding: 15px 48px 32px 71px;
  background-color: #fff;
  border-bottom-right-radius: 27px;
  position: relative;
}
#header .logo::before, #header .logo::after {
  content: "";
  position: absolute;
  width: 30px;
  aspect-ratio: 30/30;
  background: url(../images/mainimg.png) no-repeat center/cover;
}
#header .logo::before {
  top: -1px;
  right: 0;
  transform: translateX(calc(100% - 0px));
}
#header .logo::after {
  bottom: 1px;
  left: 26px;
  transform: translateY(calc(100% - 1px));
}
#header #gnav {
  margin-left: auto;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 25px;
}
#header #gnav ul {
  display: flex;
  align-items: center;
}
#header #gnav ul li a {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
#header #gnav ul:not(.btns) {
  flex-wrap: wrap;
  gap: 10px 37px;
  background-color: #fff;
  padding: 10px 56px 10px 37px;
}
#header #gnav ul:not(.btns) li a {
  color: #004c88;
}
#header #gnav ul.btns li a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  min-height: 60px;
}
#header #gnav ul.btns li.recruit {
  height: 100%;
}
#header #gnav ul.btns li.recruit a {
  letter-spacing: 0.3em;
  width: 160px;
  height: 100%;
  background-color: #e91e79;
}
#header #gnav ul.btns li.contact {
  height: 100%;
}
#header #gnav ul.btns li.contact a {
  width: 182px;
  height: 100%;
  background-color: #004c88;
}
@media (max-width: 1299px) {
  #header #gnav ul:not(.btns) {
    padding: 10px;
  }
}
@media (max-width: 999px) {
  #header .logo {
    padding: 15px 20px 20px 30px;
    max-width: 330px;
  }
  #header .logo::after {
    left: 10px;
  }
  #header .top {
    padding: 0px calc(1.8125% + 10px) 0px 0px;
  }
  #header #gnav ul li a {
    font-size: 14px;
  }
  #header #gnav ul:not(.btns) {
    padding: 0px;
    gap: 10px;
  }
  #header #gnav ul.btns li.recruit a {
    width: 90px;
  }
  #header #gnav ul.btns li.contact a {
    width: 100px;
  }
}
@media (min-width: 768px) {
  #header #gnav ul li.sp-in {
    display: none;
  }
}
@media (max-width: 767px) {
  #header .logo {
    padding: 10px 10px 10px 20px;
    max-width: min(60%, 330px);
  }
  #header .top {
    padding-right: 0;
  }
  #header #gnav {
    display: none;
    overflow-y: auto;
    margin-top: 0;
    border-radius: unset;
  }
  #header #gnav ul:not(.btns) {
    background-color: unset;
  }
  #header #gnav ul:not(:first-child) {
    display: none;
  }
}

@media (min-width: 768px) {
  #header.m_fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
  }
  #header.m_fixed .top {
    align-items: center;
  }
  #header.m_fixed .top .logo::before, #header.m_fixed .top .logo::after {
    display: none;
  }
  #header.m_fixed #gnav {
    color: #101010;
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  #header.m_fixed #gnav {
    margin-top: 4px;
  }
}
@media (min-width: 768px) {
  #header.m_fixed #gnav > ul > li ul {
    padding-top: 20px;
  }
}
/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  background: url(../images/f-bg.jpg) no-repeat center/cover;
  padding: 44px 2.375% 22px 6.5625%;
}
#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 .logo {
  max-width: 236px;
  margin-top: 32px;
  margin-bottom: 18px;
}
#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: #000;
}
#footer .left .data a {
  font-weight: 400;
  color: #000;
}
#footer .left .sns {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#footer .left .sns img {
  width: 36px;
}
#footer .right {
  margin-left: auto;
}
#footer .right #fnav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 159px;
  margin-bottom: 71px;
  padding-left: 5px;
}
#footer .right #fnav ul li a {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 2.45;
  color: #004c88;
}
#footer .right .links {
  margin-bottom: 47px;
}
#footer .right .links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
#footer .right .links ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 247px;
  height: 71px;
  background-color: #004c88;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  border-radius: 10px;
}
#footer .right .links ul li.recruit a {
  letter-spacing: 0.3em;
}
#footer .right .copyright {
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  color: #004c88;
  text-align: end;
}
@media (max-width: 999px) {
  #footer {
    padding: 30px 10px 20px;
  }
  #footer .left .data {
    font-size: 16px;
  }
  #footer .right #fnav {
    -moz-column-gap: 50px;
         column-gap: 50px;
    margin-bottom: 60px;
  }
  #footer .right #fnav ul li a {
    font-size: 18px;
  }
  #footer .right .links {
    margin-bottom: 30px;
  }
  #footer .right .links ul li a {
    width: 190px;
    height: 60px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 20px 10px 15px;
  }
  #footer .inner {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #footer .left .data {
    font-size: 14px;
  }
  #footer .right {
    margin-left: unset;
  }
  #footer .right #fnav {
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-bottom: 40px;
    justify-content: center;
  }
  #footer .right #fnav ul li a {
    font-size: 16px;
  }
  #footer .right .links {
    margin-bottom: 20px;
  }
  #footer .right .links ul {
    justify-content: center;
  }
  #footer .right .links ul li a {
    width: 170px;
    height: 50px;
    font-size: 16px;
  }
  #footer .right .copyright {
    text-align: center;
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  #footer .right .links ul li a {
    width: 125px;
  }
}/*# sourceMappingURL=style.css.map */