@charset "UTF-8";
@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: 1.875;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
}
@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;
}

/* ----------------------------------------------
information
------------------------------------------------- */
.info-category {
  margin-bottom: 62px;
}
.info-category ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
}
.info-category ul li {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #fff;
  min-width: 198px;
  min-height: 54px;
  text-align: center;
  cursor: pointer;
}
.info-category ul li:not(:has(a)) {
  padding: 5px 10px;
  align-content: center;
}
.info-category ul li a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
.info-category ul li a:hover {
  opacity: 0.6;
}
.info-category ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #fff;
  padding: 5px 10px;
  align-content: center;
}
.info-category ul li.news {
  background-color: #003067;
}
.info-category ul li.recruit {
  background-color: #004f98;
}
.info-category ul li.sustainability {
  background-color: #29a6dd;
  letter-spacing: 0;
}
@media (max-width: 999px) {
  .info-category {
    margin-bottom: 40px;
  }
  .info-category ul li {
    min-width: unset;
    min-height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .info-category {
    margin-bottom: 30px;
  }
  .info-category ul li {
    min-height: 30px;
    font-size: 14px;
  }
}

#information .contents article {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 30px;
}
#information .contents article:not(:first-child) {
  padding-bottom: 21px;
}
#information .contents article:not(:has(> a)) {
  display: flex;
  align-items: center;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
#information .contents article a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#information .contents article a:hover {
  opacity: 0.6;
}
#information .contents article a {
  display: flex;
  align-items: center;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
#information .contents article .head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 5px;
  margin-bottom: 6px;
}
#information .contents article .head .cate {
  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;
  min-width: 105px;
  min-height: 22px;
  text-align: center;
}
#information .contents article .head .cate:not(:has(a)) {
  padding: 0 10px;
  align-content: center;
}
#information .contents article .head .cate a {
  font-weight: 700;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px 10px;
  align-content: center;
}
#information .contents article .head time {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  background-color: #fff;
  padding: 0 15px;
}
#information .contents article .title {
  flex: 1;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
  font-size: 16px;
  line-height: 2;
  color: #000;
}
#information .contents article .title a {
  color: #000;
}
#information .contents article.news .head .cate {
  background-color: #003067;
}
#information .contents article.recruit .head .cate {
  background-color: #004f98;
}
#information .contents article.sustainability .head .cate {
  background-color: #29a6dd;
}
#information .contents article:not(:last-child) {
  margin-bottom: 29px;
}
@media (max-width: 999px) {
  #information .contents article {
    padding-bottom: 10px !important;
  }
  #information .contents article:not(:has(> a)) {
    flex-direction: column;
    align-items: start;
  }
  #information .contents article a {
    flex-direction: column;
    align-items: start;
  }
  #information .contents article .head {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #information .contents article .head .cate {
    min-width: unset;
    min-height: 20px;
    font-size: 12px;
  }
  #information .contents article .head time {
    font-size: 14px;
    padding: 0 10px;
  }
  #information .contents article .title {
    font-size: 14px;
  }
  #information .contents article:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header {
  position: sticky;
  top: 0;
  z-index: 2;
}
html.ccm-toolbar-visible #header {
  top: 48px;
}
#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;
  min-height: 124px;
  padding-left: 2.5%;
  background-color: #fff;
}
#header .top.m_fixed {
  min-height: unset;
}
#header .top.m_fixed .contact {
  margin-bottom: 0px;
}
#header .top.m_fixed .contact a {
  padding: 6px 0;
  clip-path: unset !important;
}
#header .logo {
  max-width: 291px;
  align-content: center;
  padding: 10px 0;
}
#header .right {
  display: flex;
  margin-left: auto;
}
#header #gnav > ul {
  display: flex;
  justify-content: end;
  gap: 10px 36px;
  height: 100%;
}
#header #gnav > ul > li {
  height: 100%;
}
#header #gnav > ul > li .parent {
  display: block;
  height: 100%;
  align-content: center;
  position: relative;
}
#header #gnav > ul > li .parent::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 6px;
  background-color: #ddd;
  transition: all 0.5s ease-out;
}
#header #gnav > ul > li a {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-weight: 100;
  font-size: 18px;
  line-height: 1.6;
  color: #003067;
}
#header #gnav > ul > li.recruit {
  margin-left: -12px;
  align-content: center;
}
#header #gnav > ul > li.recruit a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #29a6dd;
  width: 164px;
  height: 44px;
}
#header #gnav > ul > li:hover .parent::before {
  width: 100%;
}
#header #gnav > ul > li:hover .children {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#header #gnav > ul > li ul {
  display: none;
}
#header #gnav > ul > li .children {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px 10px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: all 0.5s ease-out;
  background-color: #d0eaff;
  box-sizing: border-box;
}
#header #gnav > ul > li .children .inner .title {
  display: block;
  text-align: center;
  padding: 10px;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-weight: 100;
  font-size: 18px;
  line-height: 1.6;
  color: #003067;
  background-color: #fff;
  margin-bottom: 10px;
}
#header #gnav > ul > li .children .inner .contents {
  display: flex;
}
#header #gnav > ul > li .children .inner .contents ul {
  border-left: 1px dashed #000;
  min-width: 320px;
  padding: 20px 30px;
}
#header #gnav > ul > li .children .inner .contents ul:last-child {
  border-right: 1px dashed #000;
}
#header #gnav > ul > li .children .inner .contents ul li a {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#header #gnav > ul > li .children .inner .contents ul li a::before {
  content: "く";
  transform: rotate(180deg);
  font-size: 10px;
  width: 16px;
  aspect-ratio: 1/1;
  text-align: center;
  border-radius: 2px;
  background-color: #003067;
  color: #fff;
}
#header #gnav > ul > li .children .inner .contents ul li a {
  /* &:hover{
    &::before{
      background-color: #003067;
      color: #fff;
    }
  } */
}
#header #gnav > ul > li .children .inner .contents ul li.subtitle a {
  padding: 5px;
  justify-content: center;
  background-color: #003067;
  color: #fff;
}
#header #gnav > ul > li .children .inner .contents ul li.subtitle a:hover {
  opacity: 1;
}
#header #gnav > ul > li .children .inner .contents ul li.subtitle a::before {
  display: none;
}
#header #gnav > ul > li .children .inner .contents ul li:not(:last-child) {
  margin-bottom: 10px;
}
#header #gnav > ul > li .children ul {
  display: block;
}
#header .contact {
  margin: 0 0 -40px 25px;
}
#header .contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 193px;
  height: 100%;
  background-color: #004c88;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-weight: 100;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 6px 0 40px;
  row-gap: 10px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - 4.0625vw) 100%, calc(100% - 4.0625vw) calc(100% - 40px), 0 calc(100% - 40px));
}
@media (max-width: 1300px) {
  #header #gnav > ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #header #gnav > ul > li.recruit {
    margin-left: 0;
  }
  #header #gnav > ul > li.recruit a {
    width: 100px;
  }
  #header .contact a {
    width: 150px;
  }
}
@media (max-width: 999px) {
  #header .top {
    min-height: unset;
  }
  #header .logo {
    max-width: 200px;
  }
  #header #gnav > ul > li a {
    font-size: 14px;
  }
  #header #gnav > ul > li.recruit a {
    height: 30px;
  }
  #header #gnav > ul > li .children .inner .title {
    font-size: 16px;
  }
  #header #gnav > ul > li .children .inner .contents ul {
    min-width: 260px;
    padding: 15px 20px;
  }
  #header .contact {
    margin: 0 0 -20px 10px;
  }
  #header .contact a {
    width: 110px;
    font-size: 14px;
    padding-bottom: 20px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - 4.0625vw) 100%, calc(100% - 4.0625vw) calc(100% - 20px), 0 calc(100% - 20px));
  }
}
@media (min-width: 768px) {
  #header #gnav ul li.sp-in {
    display: none;
  }
  #header #gnav ul li .children {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  #header {
    position: static;
  }
  #header .top {
    padding-right: 70px;
  }
  #header #gnav > ul {
    height: unset;
  }
  #header #gnav > ul > li {
    height: unset;
  }
  #header #gnav > ul > li .parent::before {
    display: none;
  }
  #header #gnav > ul > li .parent a {
    display: flex;
    align-items: center;
  }
  #header #gnav > ul > li .parent a .btn {
    margin-left: auto;
    width: 30px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  #header #gnav > ul > li .parent a .btn::before, #header #gnav > ul > li .parent a .btn::after {
    content: "";
    width: calc(100% - 10px);
    height: 1px;
    background-color: #fff;
    position: absolute;
    transition: all 0.5s ease-out;
  }
  #header #gnav > ul > li .parent a .btn::before {
    transform: rotate(90deg);
  }
  #header #gnav > ul > li .parent a .btn.open::before {
    transform: unset;
  }
  #header #gnav > ul > li a {
    color: #fff;
  }
  #header #gnav > ul > li.recruit a {
    width: unset;
    height: unset;
    background-color: unset;
    justify-content: start;
  }
  #header #gnav > ul > li .children {
    display: none;
    clip-path: unset;
    transition: unset;
    background-color: unset;
    padding: 0;
    position: unset;
    justify-content: unset;
  }
  #header #gnav > ul > li .children .inner .title {
    display: none;
  }
  #header #gnav > ul > li .children .inner .contents {
    flex-direction: column;
    row-gap: 10px;
  }
  #header #gnav > ul > li .children .inner .contents ul {
    min-width: unset;
    border-left: unset;
    padding: 0;
  }
  #header #gnav > ul > li .children .inner .contents ul:last-child {
    border-right: unset;
  }
  #header #gnav > ul > li:hover .children {
    clip-path: unset;
  }
  #header .contact {
    display: none;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  background: url(../images/f-bg.webp) no-repeat center/cover;
  padding: 70px 0 46px 3.5625%;
}
#footer a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .top {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#footer .top .logo {
  max-width: 605px;
  margin-top: 79px;
}
#footer .top .right {
  margin-left: auto;
  min-width: 32.4044069994%;
}
#footer .top .right .title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 7px;
}
#footer .top .right #fnav {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 0px 50px;
  padding: 13px 10px 25px 28px;
  margin-bottom: 16px;
}
#footer .top .right #fnav ul li a {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-weight: 100;
  font-size: 20px;
  line-height: 2.45;
  color: #fff;
}
#footer .top .right #fnav ul li ul li a {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
#footer .top .right #fnav ul li ul li a::before {
  content: "-";
}
#footer .top .right #fnav ul li:not(:last-child) {
  margin-bottom: 10px;
}
#footer .top .right .heading {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 700;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  padding-left: 6px;
  margin-bottom: 6px;
  padding-right: 10px;
}
#footer .top .right .data {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: 18px;
  line-height: 1.7222222222;
  color: #fff;
  padding-left: 6px;
  padding-right: 10px;
}
#footer .links {
  margin: -104px 0 47px;
  display: flex;
  gap: 15px 25px;
  flex-wrap: wrap;
  max-width: 800px !important;
}
#footer .links ul {
  display: flex;
  gap: 10px 25px;
}
#footer .links ul li {
  border-left: 5px solid #fff;
  padding-left: 10px;
}
#footer .links ul li a {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
#footer .links ul li a small {
  display: block;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-weight: 100;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
#footer .links .bnr a {
  position: relative;
  background: #fff;
  color: #0271bb;
  height: 64px;
  width: 235px;
  display: flex;
  flex-direction: column;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.14em;
  padding: 6px 15px;
}
#footer .links .bnr a small {
  font-size: 12px;
  letter-spacing: 0.13em;
}
#footer .links .bnr a::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 8px;
  bottom: 8px;
  background-image: url(../images/rink.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#footer .copyright {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}
@media (max-width: 999px) {
  #footer {
    padding: 50px 0 30px 10px;
  }
  #footer .top .logo {
    margin-top: 60px;
  }
  #footer .top .right .title {
    font-size: 22px;
  }
  #footer .top .right #fnav {
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding: 10px;
    margin-bottom: 10px;
  }
  #footer .top .right #fnav ul li a {
    font-size: 18px;
  }
  #footer .top .right #fnav ul li ul li a {
    font-size: 15px;
  }
  #footer .top .right .heading {
    font-size: 22px;
  }
  #footer .top .right .data {
    font-size: 16px;
  }
  #footer .links {
    margin: -90px 0 30px;
    max-width: 500px !important;
  }
  #footer .links ul li {
    padding-left: 10px;
  }
  #footer .links ul li a {
    font-size: 20px;
  }
  #footer .links ul li a small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 30px 10px 20px;
  }
  #footer .top {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #footer .top .logo {
    margin-top: 0;
    max-width: 400px;
  }
  #footer .top .right {
    margin-left: unset;
  }
  #footer .top .right .title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  #footer .top .right #fnav ul li a {
    font-size: 16px;
  }
  #footer .top .right #fnav ul li ul li a {
    font-size: 13px;
  }
  #footer .links {
    margin: 30px 0 20px;
    max-width: unset !important;
    display: block;
  }
  #footer .links ul {
    -moz-column-gap: 20px;
         column-gap: 20px;
    justify-content: center;
  }
  #footer .links ul li {
    border-left: 3px solid #fff;
  }
  #footer .links ul li a {
    font-size: 18px;
  }
  #footer .links ul li a small {
    font-size: 12px;
  }
  #footer .links .bnr {
    text-align: center;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer .links .bnr a:before {
    display: none;
  }
  #footer .links .bnr a small {
    letter-spacing: 0.05em;
  }
  #footer .copyright {
    font-size: 12px;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */