@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("/recruit/assets/fonts/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("/recruit/assets/fonts/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("/recruit/assets/fonts/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: url("/recruit/assets/fonts/NotoSansJP-Black.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 400;
  src: url("/recruit/assets/fonts/NotoSerifJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 500;
  src: url("/recruit/assets/fonts/NotoSerifJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 600;
  src: url("/recruit/assets/fonts/NotoSerifJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 900;
  src: url("/recruit/assets/fonts/NotoSerifJP-Black.woff") format("woff");
  font-display: swap;
}
body {
  font-size: 16px;
  font-weight: 400;
  font-family: "NotoSerifJP", "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ 明朝",
    serif;
  background: #fff;
}
@media screen and (max-width: 1150px) {
  body {
    font-size: 1.3940182055vw;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.7333333333vw;
  }
}

.sec__inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1150px) {
  .sec__inner {
    width: 95.8387516255vw;
  }
}
@media screen and (max-width: 768px) {
  .sec__inner {
    width: 89.3333333333vw;
  }
}

.gothic {
  font-family: "NotoSansJP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic,
    "Yu Gothic", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

img {
  height: auto;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

main {
  background: #fff;
}

header {
  background: #1f3d80;
}
@media screen and (max-width: 768px) {
  header {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 14.9333333333vw;
    z-index: 9999;
  }
}
header .title {
  display: none;
}
@media screen and (max-width: 768px) {
  header .title {
    display: block;
    height: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
header .title.title__pc {
  position: fixed;
  top: 0;
  left: 32px;
  z-index: 9999;
  display: block;
}
header .title.title__pc p {
  font-size: 23px;
  font-weight: 600;
  color: #1f3d80;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 142px;
  height: 225px;
  padding: 20px 0 0;
  background:
    url(/recruit/assets/images/common/img_title_01.svg) center bottom/contain no-repeat,
    #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 1150px) {
  header .title.title__pc p {
    font-size: 2.0039011704vw;
    width: 12.3719115735vw;
    height: 19.6033810143vw;
    padding: 1.7425227568vw 0 0;
    box-shadow: 0 0 1.3940182055vw rgba(0, 0, 0, 0.13);
  }
}
@media screen and (max-width: 768px) {
  header .title.title__pc p {
    display: none;
  }
}
header .title.title__pc p img {
  width: 97.46px;
  height: auto;
  margin: 0 0 32px;
}
@media screen and (max-width: 1150px) {
  header .title.title__pc p img {
    width: 8.491313394vw;
    margin: 0 0 2.7880364109vw;
  }
}
@media screen and (max-width: 768px) {
  header .title .header__title {
    font-size: 5.0666666667vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0 2.6666666667vw;
  }
}
header .title .header__title span {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  header .title .header__title span {
    margin: 0 0 0 2.6666666667vw;
  }
}

.cover__label {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

#menu__btn {
  display: none;
}
#menu__btn:checked ~ .cover__label {
  display: block;
}
#menu__btn:checked ~ .gnav {
  top: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1150px) {
  #menu__btn:checked ~ .gnav {
    box-shadow: 0 0.2613784135vw 0.522756827vw rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 768px) {
  #menu__btn:checked ~ .gnav {
    box-shadow: none;
  }
}
#menu__btn:checked ~ .gnav label {
  opacity: 1;
  transition: 0.7s 0.5s ease;
}
@media screen and (max-width: 768px) {
  #menu__btn:checked ~ .gnav label {
    transition: 0.7s 0.7s ease;
  }
}
#menu__btn:checked ~ .gnav .nav__list {
  top: 0;
  opacity: 1;
  transition: 0.7s 0.5s ease;
}
@media screen and (max-width: 768px) {
  #menu__btn:checked ~ .gnav .nav__list {
    transition: 0.7s 0.7s ease;
  }
}
#menu__btn:checked ~ .menu__btn label {
  right: -110px;
}
@media screen and (max-width: 1150px) {
  #menu__btn:checked ~ .menu__btn label {
    right: -9.5838751625vw;
  }
}
@media screen and (max-width: 768px) {
  #menu__btn:checked ~ .menu__btn label {
    right: 0;
  }
}

.menu__btn label {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  cursor: pointer;
  transition: 0.7s ease;
}
@media screen and (max-width: 768px) {
  .menu__btn label {
    position: absolute;
    z-index: 9990;
  }
}
.menu__btn label img {
  width: 110px;
}
@media screen and (max-width: 1150px) {
  .menu__btn label img {
    width: 9.5838751625vw;
  }
}
@media screen and (max-width: 768px) {
  .menu__btn label img {
    width: 29.3333333333vw;
  }
}

.gnav {
  position: fixed;
  top: -360px;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.95);
  padding: 24px 0 40px;
  transition: 0.7s ease;
}
@media screen and (max-width: 1150px) {
  .gnav {
    top: -31.3654096229vw;
    padding: 2.0910273082vw 0 3.4850455137vw;
  }
}
@media screen and (max-width: 768px) {
  .gnav {
    top: -100%;
    height: 100%;
    background: rgba(243, 248, 250, 0.95);
    padding: 13.8666666667vw 0 10.6666666667vw;
    overflow: hidden scroll;
  }
}
.gnav label {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: 0.7s ease;
  opacity: 0;
  z-index: 9999;
}
@media screen and (max-width: 1150px) {
  .gnav label {
    top: 0.8712613784vw;
    right: 0.8712613784vw;
  }
}
@media screen and (max-width: 768px) {
  .gnav label {
    top: 5.3333333333vw;
    right: 5.3333333333vw;
  }
}
.gnav label img {
  width: 20.16px;
}
@media screen and (max-width: 1150px) {
  .gnav label img {
    width: 1.7564629389vw;
  }
}
@media screen and (max-width: 768px) {
  .gnav label img {
    width: 8vw;
  }
}
.gnav .gnav__upper,
.gnav .gnav__lower {
  display: flex;
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1150px) {
  .gnav .gnav__upper,
  .gnav .gnav__lower {
    width: 95.8387516255vw;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav__upper,
  .gnav .gnav__lower {
    flex-direction: column;
    width: 89.3333333333vw;
  }
}
.gnav .gnav__upper .nav__list,
.gnav .gnav__lower .nav__list {
  position: relative;
  top: -20px;
  opacity: 0;
  transition: 0.5s ease;
  display: flex;
  flex-wrap: wrap;
  gap: 0 47.5px;
}
@media screen and (max-width: 1150px) {
  .gnav .gnav__upper .nav__list,
  .gnav .gnav__lower .nav__list {
    top: -1.7425227568vw;
    gap: 0 4.1384915475vw;
  }
}
.gnav .gnav__upper .nav__list li,
.gnav .gnav__lower .nav__list li {
  width: 335px;
  border-bottom: 1px solid #1f3d80;
}
@media screen and (max-width: 1150px) {
  .gnav .gnav__upper .nav__list li,
  .gnav .gnav__lower .nav__list li {
    width: 29.1872561769vw;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav__upper .nav__list li,
  .gnav .gnav__lower .nav__list li {
    width: 100%;
  }
}
.gnav .gnav__upper .nav__list li a,
.gnav .gnav__lower .nav__list li a {
  font-weight: 600;
  text-align: center;
  color: #1f3d80;
  padding: 20.5px 0;
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1150px) {
  .gnav .gnav__upper .nav__list li a,
  .gnav .gnav__lower .nav__list li a {
    padding: 1.7860858257vw 0;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav__upper .nav__list li a,
  .gnav .gnav__lower .nav__list li a {
    font-size: 4.2666666667vw;
    padding: 3.7333333333vw 0;
  }
}
@media screen and (min-width: 769px) {
  .gnav .gnav__upper .nav__list li a::before,
  .gnav .gnav__lower .nav__list li a::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(30, 59, 125) 0%, rgb(255, 255, 255) 100%);
    opacity: 0.1;
    transition: 0.7s ease;
  }
  .gnav .gnav__upper .nav__list li a:hover::before,
  .gnav .gnav__lower .nav__list li a:hover::before {
    left: 0;
  }
}
.gnav .gnav__upper .nav__list li a::after,
.gnav .gnav__lower .nav__list li a::after {
  content: "";
  width: 11.43px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  background: url(/recruit/assets/images/common/icon_arrow_right_blue_01.svg) center/contain no-repeat;
}
@media screen and (max-width: 1150px) {
  .gnav .gnav__upper .nav__list li a::after,
  .gnav .gnav__lower .nav__list li a::after {
    width: 0.9958517555vw;
    height: 1.7425227568vw;
    right: 0.6970091027vw;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav__upper .nav__list li a::after,
  .gnav .gnav__lower .nav__list li a::after {
    width: 3.048vw;
    height: 5.3333333333vw;
    right: 2.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav__upper .nav__list li a.note,
  .gnav .gnav__lower .nav__list li a.note {
    padding: 5.3333333333vw 2.1333333333vw 5.3333333333vw 4.2666666667vw;
  }
}
.gnav .gnav__upper .nav__list li a.note::after,
.gnav .gnav__lower .nav__list li a.note::after {
  display: none;
}
.gnav .gnav__lower {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .gnav .gnav__lower {
    margin-top: 0;
  }
}
.gnav .gnav__lower .nav__list {
  display: flex;
  width: auto;
  gap: 0 47.5px;
}
@media screen and (max-width: 1150px) {
  .gnav .gnav__lower .nav__list {
    gap: 0 4.1384915475vw;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav__lower .nav__list {
    flex-direction: column;
  }
}
.gnav .gnav__lower .nav__list li {
  width: 335px;
}
@media screen and (max-width: 1150px) {
  .gnav .gnav__lower .nav__list li {
    width: 29.1872561769vw;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav__lower .nav__list li {
    width: 100%;
  }
}
.gnav .gnav__lower .nav__list li a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .gnav .gnav__lower .nav__list li a {
    justify-content: center;
  }
}
.gnav .gnav__lower .nav__list li a:first-of-type {
  justify-content: center;
}
.gnav .gnav__lower .nav__list li a.note {
  padding: 18.5px 0 18.5px 20px;
}
@media screen and (max-width: 1150px) {
  .gnav .gnav__lower .nav__list li a.note {
    padding: 1.4637191157vw 0 1.4637191157vw 1.7425227568vw;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav__lower .nav__list li a.note {
    padding: 3.7333333333vw 0 3.7333333333vw 5.3333333333vw;
  }
}
.gnav .gnav__lower .nav__list li a.note span {
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
  margin: 0 0 0 22px;
}
@media screen and (max-width: 1150px) {
  .gnav .gnav__lower .nav__list li a.note span {
    font-size: 1.2197659298vw;
    margin: 0 0 0 1.9167750325vw;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav__lower .nav__list li a.note span {
    font-size: 3.7333333333vw;
    margin: 0 0 0 5.3333333333vw;
  }
}
.gnav .gnav__lower .nav__list li a.note img:first-of-type {
  width: 81.07px;
}
@media screen and (max-width: 1150px) {
  .gnav .gnav__lower .nav__list li a.note img:first-of-type {
    width: 7.0633159948vw;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav__lower .nav__list li a.note img:first-of-type {
    width: 21.6186666667vw;
  }
}
.gnav .gnav__lower .nav__list li a.note img:last-of-type {
  width: 22.5px;
  display: block;
  margin: 0 8px 0 auto;
}
@media screen and (max-width: 1150px) {
  .gnav .gnav__lower .nav__list li a.note img:last-of-type {
    margin: 0 0.6970091027vw 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .gnav .gnav__lower .nav__list li a.note img:last-of-type {
    margin: 0 0 0 auto;
  }
}

.entry__btn {
  position: fixed;
  right: 0;
  bottom: 32px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.53);
  z-index: 9999;
  transition: 1s ease;
}
@media screen and (max-width: 1150px) {
  .entry__btn {
    bottom: 2.7880364109vw;
    box-shadow: 0 0 2.178153446vw rgba(0, 0, 0, 0.53);
  }
}
@media screen and (max-width: 768px) {
  .entry__btn {
    width: 100%;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    transition: 0.5s ease;
  }
}
.entry__btn.hidden {
  right: -380px;
}
@media screen and (max-width: 768px) {
  .entry__btn.hidden {
    right: unset;
    bottom: -18.6666666667vw;
  }
}
.entry__btn a {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding: 24px 76px 24px 36px;
  text-align: center;
  background: linear-gradient(113deg, rgb(31, 61, 128) 0%, rgb(16, 31, 64) 100%);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 1150px) {
  .entry__btn a {
    font-size: 2.0039011704vw;
    padding: 2.0910273082vw 6.6215864759vw 2.0910273082vw 3.1365409623vw;
  }
}
@media screen and (max-width: 768px) {
  .entry__btn a {
    font-size: 5.3333333333vw;
    width: 100%;
    padding: 5.3333333333vw 0;
  }
}
.entry__btn a::before {
  content: "";
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}
@media screen and (max-width: 1150px) {
  .entry__btn a::before {
    width: 3.4850455137vw;
  }
}
@media screen and (max-width: 768px) {
  .entry__btn a::before {
    width: 10.6666666667vw;
  }
}
.entry__btn a::after {
  content: "";
  width: 9.14px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  background: url(/recruit/assets/images/common/icon_arrow_right_blue_01.svg) center/contain no-repeat;
}
@media screen and (max-width: 1150px) {
  .entry__btn a::after {
    width: 0.7963328999vw;
    height: 1.3940182055vw;
    right: 1.3068920676vw;
  }
}
@media screen and (max-width: 768px) {
  .entry__btn a::after {
    width: 2.4373333333vw;
    height: 4.2666666667vw;
    right: 4vw;
  }
}

header:has(#menu__btn:checked) ~ .entry__btn {
  opacity: 0;
  visibility: hidden;
}

.lower__container {
  background: #ededed;
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1150px) {
  .lower__container {
    height: 4.3563068921vw;
  }
}
@media screen and (max-width: 768px) {
  .lower__container {
    height: auto;
    margin: 0 auto;
  }
  .lower__container::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #fff;
  }
}
.lower__container .sec__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lower__container .sec__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.lower__container .sec__inner .breadcrumbs {
  font-size: 14px;
}
@media screen and (max-width: 1150px) {
  .lower__container .sec__inner .breadcrumbs {
    font-size: 1.2197659298vw;
  }
}
@media screen and (max-width: 768px) {
  .lower__container .sec__inner .breadcrumbs {
    font-size: 3.7333333333vw;
    display: flex;
    align-items: center;
    height: 13.3333333333vw;
  }
}
.share {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .share {
    height: 13.3333333333vw;
    margin: 0 auto;
  }
  .sp-none {
    display: none;
  }
}
.share p {
  font-size: 14px;
  padding: 4px 24px 4px 0;
  border-right: 1px solid #000;
  margin: 0 24px 0 0;
}
@media screen and (max-width: 1150px) {
  .share p {
    font-size: 1.2197659298vw;
    padding: 0.3485045514vw 2.0910273082vw 0.3485045514vw 0;
    border-right: 0.0871261378vw solid #000;
    margin: 0 2.0910273082vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .share p {
    font-size: 3.7333333333vw;
    padding: 1.0666666667vw 6.4vw 1.0666666667vw 0;
    border-right: 0.2666666667vw solid #000;
    margin: 0 6.4vw 0 0;
  }
  .lower__container .sec__inner .share {
    height: 13.3333333333vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1150px) {
  .share .addtoany_list a:not(.addtoany_special_service) > span {
    padding: 0.1742522757vw;
    width: 2.7880364109vw;
    height: 2.7880364109vw;
  }
}
@media screen and (max-width: 768px) {
  .share .addtoany_list a:not(.addtoany_special_service) > span {
    padding: 0.5333333333vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.lower__container #top__btn {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .lower__container #top__btn {
    top: -16vw;
    right: 5.3333333333vw;
  }
}
.lower__container #top__btn img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 1150px) {
  .lower__container #top__btn img {
    width: 4.3563068921vw;
    height: 4.3563068921vw;
  }
}
@media screen and (max-width: 768px) {
  .lower__container #top__btn img {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}

.page .lower__container::before {
  display: none;
}
.page .lower__container .sec__inner {
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .share {
    margin: 0;
  }
}
.page .lower__container #top__btn {
  top: 0;
}

footer {
  background: #262626;
  color: #fff;
}
footer .inner {
  width: 1100px;
  padding: 60px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1150px) {
  footer .inner {
    width: 95.8387516255vw;
  }
}
@media screen and (max-width: 768px) {
  footer .inner {
    width: 89.3333333333vw;
    padding: 5.3333333333vw 0 10.6666666667vw;
  }
  .page .lower__container .sec__inner .share {
    margin: 0;
  }
}
footer .inner .c-flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  footer .inner .c-flex {
    flex-direction: column;
  }
}
footer .inner .c-flex .-logo {
  margin: 0 75px 0 0;
}
@media screen and (max-width: 1150px) {
  footer .inner .c-flex .-logo {
    margin: 0 6.5344603381vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .c-flex .-logo {
    margin: 0 0 8vw;
  }
}
footer .inner .c-flex .-logo img {
  width: 120px;
}
@media screen and (max-width: 1150px) {
  footer .inner .c-flex .-logo img {
    width: 10.455136541vw;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .c-flex .-logo img {
    width: 24vw;
  }
}
footer .inner .c-flex .c-btn.-cart {
  width: 480px;
  font-size: 18px;
  font-weight: 600;
  padding: 30px 20px;
  display: block;
  text-align: center;
  border: 1px solid #fff;
  position: relative;
  transition: 0.5s ease;
}
@media screen and (max-width: 1150px) {
  footer .inner .c-flex .c-btn.-cart {
    width: 41.8205461638vw;
    font-size: 1.5682704811vw;
    padding: 2.6137841352vw 1.7425227568vw;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .c-flex .c-btn.-cart {
    width: 100%;
    font-size: 4.8vw;
    padding: 5.3333333333vw;
  }
}
footer .inner .c-flex .c-btn.-cart:hover {
  background: #1f3d80;
}
footer .inner .c-flex .c-btn.-cart:after {
  content: "";
  width: 30.5px;
  height: 26.4px;
  background: url(/recruit/assets/images/common/icon_cart_01.svg) center/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
@media screen and (max-width: 1150px) {
  footer .inner .c-flex .c-btn.-cart:after {
    width: 2.6573472042vw;
    height: 2.300130039vw;
    right: 1.7425227568vw;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .c-flex .c-btn.-cart:after {
    width: 8.1333333333vw;
    height: 7.04vw;
    right: 5.3333333333vw;
  }
}
footer .inner .c-flex.list-footerMenu {
  gap: 30px 35px;
  flex-wrap: wrap;
  width: 710px;
  margin: 30px 0 0;
}
@media screen and (max-width: 1150px) {
  footer .inner .c-flex.list-footerMenu {
    gap: 2.6137841352vw 3.0494148244vw;
    width: 62.74vw;
    margin: 2.6137841352vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .c-flex.list-footerMenu {
    flex-direction: row;
    width: 100%;
    margin: 8vw 0 0;
    gap: 8vw 9.3333333333vw;
  }
}
footer .inner .c-flex.list-footerMenu li .c-link {
  display: block;
  font-size: 14px;
  padding: 0 16px 0 0;
  position: relative;
  transition: 0.5s ease;
}
@media screen and (max-width: 1150px) {
  footer .inner .c-flex.list-footerMenu li .c-link {
    font-size: 1.2197659298vw;
    padding: 0 1.3940182055vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .c-flex.list-footerMenu li .c-link {
    font-size: 3.7333333333vw;
    padding: 0 4.2666666667vw 0 0;
  }
}
footer .inner .c-flex.list-footerMenu li .c-link:hover {
  opacity: 0.7;
}
footer .inner .c-flex.list-footerMenu li .c-link::after {
  content: "";
  width: 8px;
  height: 12px;
  background: url(/recruit/assets/images/common/icon_footer_arrow_01.svg) center/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1150px) {
  footer .inner .c-flex.list-footerMenu li .c-link::after {
    width: 0.6970091027vw;
    height: 1.0455136541vw;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .c-flex.list-footerMenu li .c-link::after {
    width: 2.1333333333vw;
    height: 3.2vw;
  }
}
footer .footerBottom {
  background: #191919;
}
footer .footerBottom .inner {
  padding: 12px 0;
}
@media screen and (max-width: 1150px) {
  footer .footerBottom .inner {
    padding: 1.0455136541vw 0;
  }
}
@media screen and (max-width: 768px) {
  footer .footerBottom .inner {
    padding: 5.3333333333vw 0 4vw;
  }
}
footer .footerBottom .inner .c-flex {
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .footerBottom .inner .c-flex {
    flex-direction: column-reverse;
    gap: 8vw;
  }
}
footer .footerBottom .inner .c-flex small {
  font-size: 12px;
}
@media screen and (max-width: 1150px) {
  footer .footerBottom .inner .c-flex small {
    font-size: 1.0455136541vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footerBottom .inner .c-flex small {
    font-size: 3.2vw;
    margin: 8vw auto 0;
  }
}
footer .footerBottom .inner .list-footerOther {
  gap: 10px;
}
@media screen and (max-width: 1150px) {
  footer .footerBottom .inner .list-footerOther {
    gap: 0.8712613784vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footerBottom .inner .list-footerOther {
    flex-direction: row;
    gap: 2.6666666667vw;
  }
}
footer .footerBottom .inner .list-footerOther a {
  transition: 0.5s ease;
}
footer .footerBottom .inner .list-footerOther a:hover {
  opacity: 0.7;
}
footer .footerBottom .inner .list-footerOther a img {
  width: 32px;
}
@media screen and (max-width: 1150px) {
  footer .footerBottom .inner .list-footerOther a img {
    width: 2.7880364109vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footerBottom .inner .list-footerOther a img {
    width: 8.5333333333vw;
  }
}
footer .footerBottom .inner .list-footerOther .-en a {
  padding: 8px 20px 8px 5px;
  display: block;
  background: #fff;
  color: #000;
  width: 80px;
  text-align: center;
  margin: 0 0 0 20px;
  position: relative;
}
@media screen and (max-width: 1150px) {
  footer .footerBottom .inner .list-footerOther .-en a {
    padding: 0.6970091027vw 1.7425227568vw 0.6970091027vw 0.4356306892vw;
    width: 6.9700910273vw;
    margin: 0 0 0 1.7425227568vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footerBottom .inner .list-footerOther .-en a {
    padding: 2.1333333333vw 5.3333333333vw 2.1333333333vw 1.3333333333vw;
    width: 21.3333333333vw;
    margin: 0 0 0 5.3333333333vw;
  }
}
footer .footerBottom .inner .list-footerOther .-en a::after {
  content: "";
  background: url(/recruit/assets/images/common/icon_other_site_01.svg) center/contain no-repeat;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
@media screen and (max-width: 1150px) {
  footer .footerBottom .inner .list-footerOther .-en a::after {
    width: 0.9583875163vw;
    height: 0.9583875163vw;
    right: 1.3068920676vw;
  }
}
@media screen and (max-width: 768px) {
  footer .footerBottom .inner .list-footerOther .-en a::after {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    right: 4vw;
  }
}

.more__btn {
  font-weight: 600;
  color: #1f3d80;
  text-align: center;
  line-height: 50px;
  letter-spacing: 2px;
  text-indent: 2px;
  width: 336px;
  height: 50px;
  display: block;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #1a346d;
  position: relative;
  transition: 0.5s ease;
}
@media screen and (min-width: 769px) {
  .more__btn:hover {
    background: #1f3d80;
    color: #fff;
  }
  .more__btn:hover::after {
    background: url(/recruit/assets/images/common/icon_arrow_right_white_01.svg) center/contain no-repeat;
  }
}
@media screen and (max-width: 1150px) {
  .more__btn {
    line-height: 4.3563068921vw;
    letter-spacing: 0.1742522757vw;
    text-indent: 0.1742522757vw;
    width: 29.2743823147vw;
    height: 4.3563068921vw;
  }
}
@media screen and (max-width: 768px) {
  .more__btn {
    font-size: 4.2666666667vw;
    line-height: 14vw;
    letter-spacing: 0.5333333333vw;
    text-indent: 0.5333333333vw;
    width: 100%;
    height: 14vw;
  }
}
.more__btn::after {
  content: "";
  background: url(/recruit/assets/images/common/icon_arrow_right_blue_01.svg) center/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 8.57px;
  height: 15px;
  transition: 0.5s ease;
}
@media screen and (max-width: 1150px) {
  .more__btn::after {
    right: 1.3940182055vw;
    width: 0.7466710013vw;
    height: 1.3068920676vw;
  }
}
@media screen and (max-width: 768px) {
  .more__btn::after {
    right: 4.2666666667vw;
    width: 2.2853333333vw;
    height: 4vw;
  }
}
.more__btn.h50 {
  height: 50px;
  line-height: 50px;
}
@media screen and (max-width: 1150px) {
  .more__btn.h50 {
    height: 4.3563068921vw;
    line-height: 4.3563068921vw;
  }
}
@media screen and (max-width: 768px) {
  .more__btn.h50 {
    height: 14vw;
    line-height: 14vw;
  }
}
.more__btn.h50::after {
  width: 4.57px;
  height: 8px;
}
@media screen and (max-width: 1150px) {
  .more__btn.h50::after {
    width: 0.3981664499vw;
    height: 0.6970091027vw;
  }
}
@media screen and (max-width: 768px) {
  .more__btn.h50::after {
    width: 2.2853333333vw;
    height: 4vw;
  }
}

.links {
  padding: 92px 0 80px;
  background: #fff;
}
@media screen and (max-width: 1150px) {
  .links {
    padding: 8.0156046814vw 0 6.9700910273vw;
  }
}
@media screen and (max-width: 768px) {
  .links {
    padding: 10.6666666667vw 0 33.0666666667vw;
  }
}
.links .links__list {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
}
@media screen and (max-width: 1150px) {
  .links .links__list {
    gap: 6.0988296489vw;
  }
}
.links .links__list li:not(:last-of-type) {
  width: 515px;
  border: 1px solid #1f3d80;
}
@media screen and (max-width: 1150px) {
  .links .links__list li:not(:last-of-type) {
    width: 44.8699609883vw;
  }
}
@media screen and (max-width: 768px) {
  .links .links__list li:not(:last-of-type) {
    width: 100%;
  }
}
.links .links__list li:not(:last-of-type) a {
  height: 213px;
  display: flex;
  align-items: center;
  padding: 0 0 0 43px;
  position: relative;
  transition: 0.5s ease;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .links .links__list li:not(:last-of-type) a:hover .links__list-wrapper {
    transform: translateX(10px);
  }
  .links .links__list li:not(:last-of-type) a:hover::before {
    transform: scaleY(100%);
    transform-origin: top center;
  }
}
@media screen and (max-width: 1150px) {
  .links .links__list li:not(:last-of-type) a {
    height: 18.5578673602vw;
    padding: 0 0 0 3.7464239272vw;
  }
}
@media screen and (max-width: 768px) {
  .links .links__list li:not(:last-of-type) a {
    height: 29.3333333333vw;
    padding: 0 0 0 6.4vw;
  }
}
.links .links__list li:not(:last-of-type) a::before {
  content: "";
  width: 10px;
  height: 100%;
  background: #1f3d80;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform 0.7s ease;
}
.links .links__list li:not(:last-of-type) a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  width: 11.43px;
  height: 20px;
  margin: auto;
  background: url(/recruit/assets/images/common/icon_arrow_right_blue_01.svg) center/contain no-repeat;
  transition: 0.7s ease;
}
@media screen and (max-width: 1150px) {
  .links .links__list li:not(:last-of-type) a::after {
    right: 2.7880364109vw;
    width: 0.9958517555vw;
    height: 1.7425227568vw;
  }
}
@media screen and (max-width: 768px) {
  .links .links__list li:not(:last-of-type) a::after {
    right: 4.2666666667vw;
    width: 3.048vw;
    height: 5.3333333333vw;
  }
}
.links .links__list li:not(:last-of-type) a .links__list-wrapper {
  transition: 0.5s ease;
  transform: translateX(0);
}
.links .links__list li:not(:last-of-type) a .links__list-wrapper p {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.5;
  color: #1f3d80;
}
@media screen and (max-width: 1150px) {
  .links .links__list li:not(:last-of-type) a .links__list-wrapper p {
    font-size: 2.6137841352vw;
    letter-spacing: 0.1742522757vw;
  }
}
@media screen and (max-width: 768px) {
  .links .links__list li:not(:last-of-type) a .links__list-wrapper p {
    font-size: 6.6666666667vw;
    line-height: 1.3;
  }
}
.links .links__list li:not(:last-of-type) a .links__list-wrapper p span {
  font-size: 20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1150px) {
  .links .links__list li:not(:last-of-type) a .links__list-wrapper p span {
    font-size: 1.7425227568vw;
    letter-spacing: 0.0871261378vw;
  }
}
@media screen and (max-width: 768px) {
  .links .links__list li:not(:last-of-type) a .links__list-wrapper p span {
    font-size: 5.3333333333vw;
  }
  .links .links__list li:not(:last-of-type) a .links__list-wrapper p span.note {
    font-size: 4.5333333333vw;
  }
}
.links .links__list li:not(:last-of-type) a .links__list-wrapper img {
  display: block;
  width: 222.54px;
  margin: 0 0 5px;
}
@media screen and (max-width: 1150px) {
  .links .links__list li:not(:last-of-type) a .links__list-wrapper img {
    width: 19.3890507152vw;
    margin: 0 0 0.4356306892vw;
  }
}
@media screen and (max-width: 768px) {
  .links .links__list li:not(:last-of-type) a .links__list-wrapper img {
    width: 47.5626666667vw;
    margin: 0;
  }
}
.links .links__list li:last-of-type a {
  transition: 0.7s ease;
}
@media screen and (min-width: 769px) {
  .links .links__list li:last-of-type a:hover {
    opacity: 0.6;
  }
}
.links .links__list li:last-of-type a img {
  width: 100%;
}

.entry {
  background: #fff;
}
.entry .sec__inner {
  border-top: 1px solid #d9d9d9;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1150px) {
  .entry .sec__inner {
    padding-top: 6.9700910273vw;
    padding-bottom: 8.7126137841vw;
    border-top: 0.0871261378vw solid #d9d9d9;
  }
}
@media screen and (max-width: 768px) {
  .entry .sec__inner {
    padding-top: 10.6666666667vw;
    padding-bottom: 21.3333333333vw;
    border-top: 0.2666666667vw solid #d9d9d9;
  }
}
.entry .sec__inner h2 {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  color: #1f3d80;
  padding: 0 0 24px;
  margin: 0 auto 40px;
  position: relative;
}
@media screen and (max-width: 1150px) {
  .entry .sec__inner h2 {
    font-size: 3.0494148244vw;
    padding: 0 0 2.0910273082vw;
    margin: 0 auto 3.4850455137vw;
  }
}
@media screen and (max-width: 768px) {
  .entry .sec__inner h2 {
    font-size: 6.6666666667vw;
    padding: 0 0 5.3333333333vw;
    margin: 0 auto 8.5333333333vw;
  }
}
.entry .sec__inner h2::after {
  content: "";
  background: #1f3d80;
  width: 40px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1150px) {
  .entry .sec__inner h2::after {
    width: 3.4850455137vw;
    height: 0.0871261378vw;
  }
}
@media screen and (max-width: 768px) {
  .entry .sec__inner h2::after {
    width: 10.6666666667vw;
    height: 1px;
  }
}
.entry .sec__inner .entry__list {
  display: flex;
  justify-content: center;
  gap: 0 19px;
}
@media screen and (max-width: 768px) {
  .entry .sec__inner .entry__list {
    flex-direction: column;
    gap: 6.4vw 0;
  }
}
.entry .sec__inner .entry__list li {
  width: 354px;
  display: flex;
  flex-direction: column-reverse;
  gap: 16px 0;
  align-items: center;
}
@media screen and (max-width: 1150px) {
  .entry .sec__inner .entry__list li {
    width: 30.8426527958vw;
    gap: 1.3940182055vw 0;
  }
}
@media screen and (max-width: 768px) {
  .entry .sec__inner .entry__list li {
    width: 100%;
    gap: 4.2666666667vw 0;
  }
}
.entry .sec__inner .entry__list li p {
  width: 333px;
  line-height: 2;
  flex: 1;
  margin: 0 auto;
  letter-spacing: 1px;
}
@media screen and (max-width: 1150px) {
  .entry .sec__inner .entry__list li p {
    width: 29.0130039012vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .entry .sec__inner .entry__list li p {
    font-size: 4.2666666667vw;
    width: 100%;
    margin: 0 auto;
  }
}
.entry .sec__inner .entry__list li a {
  font-size: 30px;
  font-weight: 600;
  display: block;
  background: #1f3d80;
  color: #fff;
  width: 100%;
  line-height: 1.5;
  letter-spacing: 2px;
  padding: 45px 40px;
  position: relative;
  transition: 0.7s ease;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .entry .sec__inner .entry__list li a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1150px) {
  .entry .sec__inner .entry__list li a {
    font-size: 2.6137841352vw;
    letter-spacing: 0.1742522757vw;
    padding: 3.9206762029vw 3.4850455137vw;
  }
}
@media screen and (max-width: 768px) {
  .entry .sec__inner .entry__list li a {
    font-size: 5.3333333333vw;
    letter-spacing: 0.5333333333vw;
    padding: 10.6666666667vw 6.4vw;
  }
}
.entry .sec__inner .entry__list li a span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 28.87px;
  height: 26.24px;
}
@media screen and (max-width: 1150px) {
  .entry .sec__inner .entry__list li a span {
    right: 3.4850455137vw;
    width: 2.5153315995vw;
    height: 2.286189857vw;
  }
}
@media screen and (max-width: 768px) {
  .entry .sec__inner .entry__list li a span {
    right: 4.2666666667vw;
    width: 6.4106666667vw;
    height: 5.8266666667vw;
  }
}
.entry .sec__inner .entry__list li a span.arrow {
  width: 11.43px;
  height: 20px;
}
@media screen and (max-width: 1150px) {
  .entry .sec__inner .entry__list li a span.arrow {
    width: 0.9958517555vw;
    height: 1.7425227568vw;
  }
}
@media screen and (max-width: 768px) {
  .entry .sec__inner .entry__list li a span.arrow {
    width: 3.048vw;
    height: 5.3333333333vw;
  }
}
.entry .sec__inner .entry__list li a span img {
  width: 100%;
}

.breadcrumbs {
  font-size: 14px;
  display: flex;
  gap: 0 4px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1150px) {
  .breadcrumbs {
    font-size: 1.2197659298vw;
    gap: 0 0.3485045514vw;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    font-size: 3.7333333333vw;
    gap: 0 1.0666666667vw;
  }
}
.breadcrumbs .sec__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.breadcrumbs .sec__inner > div:first-of-type {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 4px;
}
@media screen and (max-width: 1150px) {
  .breadcrumbs .sec__inner > div:first-of-type {
    gap: 0.6970091027vw 0.3485045514vw;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs .sec__inner > div:first-of-type {
    gap: 2.1333333333vw 1.0666666667vw;
  }
}
.breadcrumbs .sec__inner br {
  display: none !important;
}

.page__header {
  width: 100%;
  height: 237px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1150px) {
  .page__header {
    height: 20.6488946684vw;
  }
}
@media screen and (max-width: 768px) {
  .page__header {
    height: 65.3333333333vw;
    margin: -14.9333333333vw 0 0;
  }
}
.page__header h1 {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
  text-indent: 4px;
  color: #fff;
}
@media screen and (max-width: 1150px) {
  .page__header h1 {
    font-size: 3.0494148244vw;
    letter-spacing: 0.3485045514vw;
    text-indent: 0.3485045514vw;
  }
}
@media screen and (max-width: 768px) {
  .page__header h1 {
    font-size: 5.3333333333vw;
    letter-spacing: 1.0666666667vw;
    text-indent: 1.0666666667vw;
    margin: 10.6666666667vw 0 0;
  }
}
.page__header h1.two-line {
  line-height: 1.8;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
}
.fade-in-up.active {
  -webkit-animation: fadeInUp 1.5s ease 0.5s forwards;
  animation: fadeInUp 1.5s ease 0.5s forwards;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*# sourceMappingURL=common.css.map */

.addtoany_list a:not(.addtoany_special_service) > span {
  border-radius: 50%;
  padding: 2px;
  display: flex;
}

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span.a2a_label {
  display: none;
}

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
  transition: 0.5s ease;
}
