@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block; }

html {
  font-size: 62.5%; }

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700; }

table,
input,
textarea,
select,
option {
  line-height: 1.1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: top; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a:hover,
a:hover img {
  filter: alpha(opacity=80);
  opacity: 0.8; }

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

.sp-only {
  display: none; }

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

  .sp-only {
    display: block; } }
body.menu-open {
  overflow: hidden;
  height: 100vh;
  width: 100%;
  position: fixed; }

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.breadcrumb__list li a,
.breadcrumb__list li span {
  font-size: 1.3rem;
  line-height: normal;
  color: #000; }

.breadcrumb__list li:not(:last-child):after {
  content: "\3000>\3000";
  position: relative;
  top: 1px; }

body {
  position: relative;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #3c3c3c; }

.container {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto; }

.container1 {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto; }

main {
  overflow: hidden; }

a[href^="tel:"] {
  pointer-events: none; }

@media only screen and (max-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: inherit; } }
@-webkit-keyframes jstxt {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes jstxt {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.pc {
  display: block; }

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

@media screen and (max-width: 767px) {
  .sp {
    display: block; } }
/*-------------------------------------------------------------
	.header
-------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: background-color 0.5s ease, transform 0.4s ease, opacity 0.4s ease; }
  .header.is-scrolled {
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
  .header.is-hidden {
    transform: translateY(-100%);
    /* 上に移動して画面外へ */
    opacity: 0;
    /* 透明にする */
    pointer-events: none;
    /* 透明時にクリック判定をなくす */ }
  .header.header-fix {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
  .header.is-active {
    background-color: #fff; }
    .header.is-active .header__toggle span {
      border-color: transparent; }
      .header.is-active .header__toggle span:before {
        -webkit-transform: rotateZ(45deg) translate(8.5px, 8px);
        transform: rotate(45deg) translate(8.5px, 8px); }
      .header.is-active .header__toggle span:after {
        -webkit-transform: rotateZ(-45deg) translate(8.5px, -7.5px);
        transform: rotate(-45deg) translate(8.5px, -7.5px); }
  .header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px; }
  .header__top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 100; }
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    position: relative; }
    .header__logo img {
      max-width: 210px; }
    .header__logo .is-active {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0; }
  .header__logoImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .header__toggle {
    display: none;
    z-index: 1000; }
    .header__toggle span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 25px;
      height: 25px;
      position: relative; }
      .header__toggle span span {
        width: 25px;
        height: auto;
        border-top: 1px solid #ccc;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .header__toggle span span:before {
          content: "";
          position: absolute;
          left: 0;
          width: 100%;
          border-top: 1px solid #ccc;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          top: -12px; }
        .header__toggle span span:after {
          content: "";
          position: absolute;
          left: 0;
          width: 100%;
          border-top: 1px solid #ccc;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          top: 11px; }
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px; }
  .header__list.header__list__more {
    margin: 0 0 0 auto;
    justify-content: flex-end;
    gap: 0; }
  .header__item {
    display: flex;
    align-items: center;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 1024px) {
      .header__item {
        height: auto; } }
    .header__item:nth-child(5) .header__subList::after {
      content: "";
      display: inline-block;
      width: calc(50% - 7.5px);
      min-width: 200px;
      height: 100%; }
    .header__item.js-submenu > a {
      padding-right: 30px;
      background: url("../img/common/icon/icon-submenu.svg") no-repeat 95% center; }
      @media (min-width: 1025px) and (max-width: 1280px) {
        .header__item.js-submenu > a {
          padding-right: 20px; } }
      @media screen and (max-width: 1024px) {
        .header__item.js-submenu > a {
          background: none !important;
          width: calc(100% - 40px);
          padding-right: 0; } }
      .header__item.js-submenu > a:hover {
        background-image: url("../img/common/icon/icon-submenu-minus.svg"); }
        @media screen and (max-width: 1024px) {
          .header__item.js-submenu > a:hover {
            background: none !important; } }
    @media screen and (max-width: 1024px) {
      .header__item.js-submenu.menu-recruit {
        border-radius: 10px;
        background-color: #fff;
        margin: 15px 0;
        padding: 20px; } }
    .header__item.js-submenu.menu-recruit > a {
      border-radius: 50px;
      background: #006bc2;
      color: #fcfcfc;
      text-align: center;
      font-size: 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: auto;
      height: 60px;
      line-height: 60px;
      padding: 0 20px;
      font-style: normal;
      font-weight: 900;
      letter-spacing: 0.6px; }
      @media (min-width: 1025px) and (max-width: 1280px) {
        .header__item.js-submenu.menu-recruit > a {
          font-size: 16px;
          height: 50px;
          line-height: 50px;
          padding: 0 10px;
          font-size: 1.3vw; } }
      @media screen and (max-width: 1024px) {
        .header__item.js-submenu.menu-recruit > a {
          border-radius: 0;
          background: none;
          color: #3388cd !important;
          text-align: center;
          width: 87%;
          height: auto;
          line-height: normal;
          padding: 0 0 0 3%;
          font-size: 18px;
          max-width: inherit;
          display: block; } }
      .header__item.js-submenu.menu-recruit > a span {
        width: 20px;
        height: 20px;
        background: url("../img/common/icon/icon-nav-plus.svg") no-repeat center center/contain;
        border-radius: 50%;
        transition: all 0.3s ease;
        margin-left: 5px; }
        @media screen and (max-width: 1024px) {
          .header__item.js-submenu.menu-recruit > a span {
            display: none; } }
    .header__item.js-submenu.menu-recruit:hover > a {
      color: #fff; }
      @media screen and (max-width: 1024px) {
        .header__item.js-submenu.menu-recruit:hover > a {
          color: #006bc2; } }
      .header__item.js-submenu.menu-recruit:hover > a span {
        background: url("../img/common/icon/icon-nav-minus.svg") no-repeat center center/contain; }
    .header__item.js-submenu.menu-recruit .header__sub li a {
      color: #006bc2; }
    .header__item.js-submenu.menu-recruit .header__sub li::before {
      color: #006bc2; }
    .header__item.js-submenu.menu-recruit::after {
      background: url(../img/common/icon/icon-submenu-circle-wt.svg) no-repeat center/9px 9px, #3388cd;
      right: 10px;
      top: 20px; }
    .header__item.js-submenu.menu-recruit.is-subActive::after {
      background: url(../img/common/icon/icon-submenu-minus-wt.svg) no-repeat center/9px 9px, #3388cd; }
    .header__item.js-submenu.menu-entry > a {
      background: #e3303c; }
      @media screen and (max-width: 1024px) {
        .header__item.js-submenu.menu-entry > a {
          color: #e3303c !important; } }
      .header__item.js-submenu.menu-entry > a span {
        background: url("../img/common/icon/icon-nav-plus-rd.svg") no-repeat center center/contain; }
    .header__item.js-submenu.menu-entry:hover > a {
      color: #fff; }
      .header__item.js-submenu.menu-entry:hover > a span {
        background-image: url("../img/common/icon/icon-nav-minus-rd.svg"); }
    @media screen and (max-width: 1024px) {
      .header__item.js-submenu.menu-entry::after {
        background: url(../img/common/icon/icon-submenu-circle-wt.svg) no-repeat center/9px 9px, #e3303c; } }
    @media screen and (max-width: 1024px) {
      .header__item.js-submenu.menu-entry.is-subActive::after {
        background: url(../img/common/icon/icon-submenu-minus-wt.svg) no-repeat center/9px 9px, #e3303c; } }
    .header__item.js-submenu.menu-entry .header__sub li a {
      color: #e3303c; }
    .header__item.js-submenu.menu-entry .header__sub li::before {
      color: #e3303c; }
    .header__item.js-submenu.is-subActive > a {
      background: url("../img/common/icon/icon-submenu-minus.svg") no-repeat 95% center; }
  .header__list__more .header__link {
    padding: 0;
    color: #292929;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.44px; }
  .header__list__more .header__item {
    display: inherit; }
    .header__list__more .header__item a {
      min-width: inherit; }
    .header__list__more .header__item:first-child {
      padding-right: 20px; }
    .header__list__more .header__item + .header__item {
      border-left: 1px solid #d8d8d8;
      padding: 0 20px; }
    .header__list__more .header__item:last-child {
      padding-right: 0; }
  .header__link {
    font-size: 1.6rem;
    line-height: 2.1;
    letter-spacing: 0.03em;
    font-weight: 500;
    color: #222;
    white-space: nowrap;
    text-align: center;
    display: flex;
    align-items: center; }
    @media (min-width: 1025px) and (max-width: 1280px) {
      .header__link {
        font-size: 1.1vw; } }
  .header__gr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px; }
  .header__btn {
    border-radius: 100px;
    overflow: hidden; }
  .header__btn.is-recruit {
    background: -webkit-linear-gradient(154.98deg, #239cd7 18.92%, #52cccc 82.56%);
    background: linear-gradient(295.02deg, #239cd7 18.92%, #52cccc 82.56%); }
    .header__btn.is-recruit a {
      height: 45px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding: 0 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      font-size: 1.7rem;
      font-weight: 700;
      color: #fcfcfc;
      white-space: nowrap; }
      .header__btn.is-recruit a:after {
        background: #fcfcfc url(/_demo/ats/recruit/mockup/assets/img/common/icon/ic_arrow-grd.svg) no-repeat center; }
  .header__btn.is-contact {
    background: -webkit-linear-gradient(338.63deg, #f2836d 21.88%, #f2786d 78.13%);
    background: linear-gradient(111.37deg, #f2836d 21.88%, #f2786d 78.13%); }
    .header__btn.is-contact a {
      height: 45px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding: 0 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      font-size: 1.7rem;
      font-weight: 700;
      color: #fcfcfc;
      white-space: nowrap; }
      .header__btn.is-contact a:after {
        background: #fcfcfc url(/_demo/ats/recruit/mockup/assets/img/common/icon/ic_arrow-orange.svg) no-repeat center; }
  .header__btn.is-company {
    background: -webkit-linear-gradient(154.98deg, #239cd7 18.92%, #52cccc 82.56%);
    background: linear-gradient(295.02deg, #239cd7 18.92%, #52cccc 82.56%); }
    .header__btn.is-company a {
      height: 45px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding: 0 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      font-size: 1.7rem;
      font-weight: 700;
      color: #fcfcfc;
      white-space: nowrap; }
      .header__btn.is-company a:after {
        background: #fcfcfc url(/_demo/ats/recruit/mockup/assets/img/common/icon/ic_arrow-grd.svg) no-repeat center; }

@media only screen and (max-width: 1024px) {
  .header__nav-item {
    z-index: 0; }
    .header__nav-item:after {
      z-index: -1; }
  .header__nav-link {
    max-width: inherit;
    display: flex;
    z-index: 1; }
    .header__nav-link span.header__nav-text {
      width: 100%; }
  .header__nav-item.has-submenu:after {
    z-index: 1; }
  .header.header-fix {
    -webkit-transform: none;
    transform: none; }
  .header__wrap {
    height: 70px;
    padding: 0 20px; }
  .header__top {
    max-width: 100%; }
  .header__logo img {
    max-width: 210px; }
  .header__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    height: 25px; }
  .header__nav {
    position: fixed;
    top: 70px;
    left: -100%;
    width: 100%;
    background: #3388cd;
    height: 80vh;
    z-index: 99;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: auto; }
  .header__nav.is-active {
    left: 0;
    opacity: 1;
    visibility: visible; }
  .header__navbar {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    gap: 0;
    padding-right: 0;
    overflow-y: scroll; }
  .header__list.header__list__more {
    display: flex;
    justify-content: flex-start; }
    .header__list.header__list__more .header__item {
      border-bottom: none; }
      .header__list.header__list__more .header__item:first-child {
        margin: 0;
        padding-right: 2%; }
      .header__list.header__list__more .header__item:after {
        content: none; }
  .header__list {
    display: block;
    padding: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    overflow-y: auto; }
  .header__list__more .header__item + .header__item {
    padding: 0 2%; }
  .header__item {
    display: block;
    border-left: none;
    position: relative;
    margin-left: 0;
    padding: 25px 0;
    border-bottom: 1px solid #ededed;
    padding: 10px 0; }
    .header__item:after {
      content: "";
      position: absolute;
      top: 28px;
      right: 0;
      width: 25px;
      height: 25px;
      background: url("../img/common/icon/icon-btn-rd-circle-rd.svg") no-repeat center/contain;
      border-radius: 50%;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      top: 13px; }
    .header__item:first-child {
      margin-top: -25px; }
    .header__item.js-submenu:after {
      background: url(../img/common/icon/icon-submenu.svg) no-repeat center/9px 9px, #fff; }
    .header__item.js-submenu.is-subActive:after {
      background: url(../img/common/icon/icon-submenu-minus.svg) no-repeat center/9px 9px, #fff; }
    .header__item.is-hover .container {
      padding: 0; }
    .header__item.is-hover .titleMain {
      display: none !important; }
  .header__link {
    font-size: 1.5rem;
    padding: 0;
    min-width: inherit;
    color: #fff; }
  .header__sub {
    display: none; }
    .header__sub li {
      list-style: none;
      margin-left: 0;
      margin-top: 5px; }
      .header__sub li::marker {
        display: none; }
      .header__sub li::before {
        content: "・";
        display: inline-block;
        color: #fff;
        font-size: 17px; }
      .header__sub li a {
        font-size: 1.5rem;
        line-height: 1.3;
        color: rgba(255, 255, 255, 0.7); }

  header .contact_link {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #004481;
    color: #fff;
    border: none;
    padding: 20px;
    top: auto; }
    header .contact_link.header__item:after {
      top: 50%;
      right: 20px;
      transform: translateY(-50%); } }
/*-------------------------------------------------------------
	main
-------------------------------------------------------------*/
main > section {
  padding: 135px 0;
        /*
        ::before {
            max-width: 100%;
            max-height: 200px;
        }
		*/
        /*
		div{
			padding-left: clamp(20px, 2vw, 30px)!important;
			padding-right: clamp(20px, 2vw, 30px)!important;
			max-width: inherit !important;
		}
		*/ }
  @media screen and (max-width: 767px) {
    main > section {
      padding: 60px 0; } }
  @media screen and (max-width: 767px) {
    main > section .container {
      padding-left: 20px !important;
      padding-right: 20px !important; } }

/*-------------------------------
	.btn__normal
-------------------------------*/
.btn__normal a {
  display: flex;
  width: 435px;
  padding: 30px 30px 30px 45px;
  justify-content: space-between;
  align-items: center;
  border-radius: 190px;
  border: 1px solid #006bc2;
  background: #fff;
  box-shadow: 0 6px 0 0 #006bc2;
  color: #006bc2;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 39px */
  letter-spacing: 0.9px;
  text-transform: uppercase; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .btn__normal a {
      width: auto;
      font-size: 3vw; } }
  @media screen and (max-width: 767px) {
    .btn__normal a {
      width: auto !important;
      max-width: inherit !important;
      padding: 15px 15px 15px 23px !important;
      font-size: 6vw !important; } }
  .btn__normal a::after {
    width: 45px;
    height: 45px;
    content: "";
    display: inline-block;
    background-image: url("../img/common/icon/icon-btn-rd-circle.svg");
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .btn__normal a::after {
        width: 25px !important;
        height: 25px !important; } }

/*-------------------------------------------------------------
	.btn
-------------------------------------------------------------*/
.btn a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; }
.btn.btn-footer {
  border-radius: 10px;
  background: #fff;
  display: flex;
  height: 70px;
  padding: 10px 30px;
  margin: 30px 0;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  align-self: stretch;
  color: #e3303c;
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 210%;
  /* 35.7px */
  letter-spacing: 0.17px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .btn.btn-footer {
      margin: 20px 0; } }
  .btn.btn-footer::after {
    content: "";
    display: inline-block;
    background-image: url("../img/common/icon/btn-icon-rd-window.svg");
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    bottom: 0; }

/*-------------------------------------------------------------
	.mv
-------------------------------------------------------------*/
.mv {
  position: relative;
  margin-bottom: 133px; }
  @media screen and (max-width: 767px) {
    .mv {
      margin-bottom: 30px; } }
  .mv__inner {
    max-height: 94vh;
    overflow: hidden; }
    .mv__inner .title {
      position: absolute;
      left: 3%;
      top: 55%;
      transform: translateY(-55%);
      color: #222;
      font-size: 4vw;
      font-style: normal;
      font-weight: 700;
      line-height: 117%;
      /* 88.92px */
      letter-spacing: 3.8px;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .mv__inner .title {
          font-size: 8vw;
          bottom: 70px;
          left: 30px;
          white-space: nowrap;
          top: auto; } }
      .mv__inner .title span {
        color: #006bc2; }
    .mv__inner .img img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      object-position: center; }
    .mv__inner .link__list {
      max-width: 90vw;
      position: absolute;
      left: 50%;
      bottom: -133px;
      transform: translateX(-50%);
      border-radius: 45px;
      background: #fff;
      box-shadow: 0 5px 15px 0 rgba(0, 107, 194, 0.1);
      display: flex;
      width: 1480px;
      height: 265px;
      padding: 40px 170px;
      justify-content: center;
      align-items: flex-start;
      gap: 15px; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .mv__inner .link__list {
          padding: 20px;
          height: auto; } }
      @media screen and (max-width: 767px) {
        .mv__inner .link__list {
          border-radius: 20px;
          bottom: -150px;
          width: 90%;
          max-width: inherit;
          height: auto;
          padding: 20px;
          display: inherit; } }
      .mv__inner .link__list .link__list__item {
        border-radius: 20px;
        border: 2px solid #e3303c;
        background: #fff;
        width: calc(100% / 3 - 15px);
        min-height: 185px;
        box-shadow: 0 6px 0 0 #e3303c;
        color: #e3303c;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        /* 36px */
        letter-spacing: 1.08px;
        text-transform: uppercase;
        position: relative; }
        @media screen and (max-width: 767px) {
          .mv__inner .link__list .link__list__item {
            border-radius: 10px;
            font-size: 6vw !important;
            width: 100%;
            min-height: inherit;
            margin-bottom: 15px; } }
        .mv__inner .link__list .link__list__item a {
          display: flex;
          align-items: center;
          padding: 6px 6px 6px 30px;
          width: 100%;
          min-height: 185px;
          box-sizing: border-box; }
          @media screen and (max-width: 767px) {
            .mv__inner .link__list .link__list__item a {
              min-height: 50px; } }
          .mv__inner .link__list .link__list__item a::after {
            content: "";
            display: inline-block;
            width: 100%;
            height: 100%;
            background: url("../img/common/icon/btn-icon-rd.png") no-repeat center/cover;
            width: 75px;
            height: 75px;
            position: absolute;
            right: 6px;
            bottom: 6px; }
            @media screen and (max-width: 767px) {
              .mv__inner .link__list .link__list__item a::after {
                width: 30px;
                height: 30px;
                right: 3px;
                bottom: 3px; } }
        .mv__inner .link__list .link__list__item:nth-child(2) {
          border-color: #006bc2;
          color: #006bc2;
          box-shadow: 0 6px 0 0 #006bc2; }
          .mv__inner .link__list .link__list__item:nth-child(2) a::after {
            background-image: url("../img/common/icon/btn-icon-bl.png"); }
        .mv__inner .link__list .link__list__item:nth-child(3) {
          border-color: #222;
          color: #222;
          box-shadow: 0 6px 0 0 #222;
          font-size: 30px; }
          .mv__inner .link__list .link__list__item:nth-child(3) a::after {
            background-image: url("../img/common/icon/btn-icon-bk.png"); }

/*-------------------------------
	.headline
-------------------------------*/
.headline {
  margin-bottom: 45px; }
  .headline .en {
    display: flex;
    align-items: center;
    color: #e3303c;
    font-family: Outfit, sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: 800;
    line-height: 135%;
    letter-spacing: 1.98px;
    text-transform: uppercase;
    gap: 5px; }
    @media screen and (max-width: 767px) {
      .headline .en {
        font-size: 4vw !important; } }
    .headline .en::before {
      content: "";
      display: inline-block;
      background-image: url("../img/common/icon-title02-bl.svg");
      width: 28px;
      height: 21px;
      background-size: contain;
      background-repeat: no-repeat; }
  .headline .title02 {
    color: #006bc2;
    font-size: 69px;
    font-style: normal;
    font-weight: 900;
    line-height: 135%;
    text-transform: uppercase; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .headline .title02 {
        font-size: 59px; } }
    @media screen and (max-width: 767px) {
      .headline .title02 {
        font-size: 7.5vw !important; } }
    .headline .title02::first-letter {
      color: #e3303c; }

/*-------------------------------
	.top-welcome
-------------------------------*/
.top-welcome {
  background-image: url("../img/top/welcome-bg.jpg");
  background-size: cover;
  padding-bottom: 0; }
  @media screen and (max-width: 767px) {
    .top-welcome {
      padding-top: 150px !important; } }
  .top-welcome__inner {
    padding-top: 280px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .top-welcome__inner {
        padding-top: 140px; } }
    .top-welcome__inner::before {
      content: "";
      display: inline-block;
      background: url("../img/top/welcome-img01.png") no-repeat top center/cover;
      width: 772px;
      height: 702px;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (max-width: 767px) {
        .top-welcome__inner::before {
          width: 300px;
          height: 300px; } }
  .top-welcome__content {
    border-radius: 45px;
    background-image: url("../img/top/welcome-bg02.jpg");
    background-size: cover;
    padding: 75px;
    margin-bottom: 20px; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .top-welcome__content {
        padding: 60px; } }
    @media screen and (max-width: 767px) {
      .top-welcome__content {
        border-radius: 20px;
        padding: 30px; } }
  .top-welcome__title {
    color: #fff;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    /* 56.7px */
    letter-spacing: 1.26px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 35px; }
    @media screen and (max-width: 767px) {
      .top-welcome__title {
        font-size: 7vw; } }
    .top-welcome__title::after {
      content: "";
      display: inline-block;
      border-radius: 40px;
      background: #ff0;
      width: 60px;
      height: 5px;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
  .top-welcome__text {
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    /* 37.8px */
    letter-spacing: 1.26px;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .top-welcome__text {
        font-size: 1.8rem; } }
  .top-welcome__ban {
    max-width: 960px;
    margin: 0 auto 150px; }
    @media screen and (max-width: 767px) {
      .top-welcome__ban {
        margin: 0 20px 40px; } }

/*-------------------------------
	#swiper-welcome
-------------------------------*/
#swiper-welcome {
  position: relative;
  padding-bottom: 60px;
  z-index: 0;
  background-image: url("../img/top/about-bg01.png");
  background-size: auto 80%;
  background-position: bottom center;
  background-repeat: repeat-x; }
  #swiper-welcome .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
    margin-right: 30px; }

/*-------------------------------
	.top-about
-------------------------------*/
.top-about {
  position: relative; }
  @media screen and (max-width: 767px) {
    .top-about {
      padding-bottom: 120px; } }
  .top-about::before {
    content: "";
    display: inline-block;
    background-image: url("../img/top/about-bg01.png");
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 50%; }
  .top-about__list {
    display: flex;
    justify-content: space-between;
    gap: 90px; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .top-about__list {
        gap: 30px; } }
    @media screen and (max-width: 767px) {
      .top-about__list {
        display: grid; } }
    .top-about__list__item {
      width: calc(100% / 2);
      position: relative; }
      @media screen and (max-width: 767px) {
        .top-about__list__item {
          width: auto; } }
      .top-about__list__item img {
        border-radius: 30px; }
        @media screen and (max-width: 767px) {
          .top-about__list__item img {
            border-radius: 10px; } }
  .top-about .btn__normal {
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%); }
    @media screen and (max-width: 767px) {
      .top-about .btn__normal {
        width: 100% !important; } }
    .top-about .btn__normal a {
      max-width: 360px; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .top-about .btn__normal a {
          width: 35vw;
          font-size: 3vw; } }

/*-------------------------------
	.top-job
-------------------------------*/
.top-job {
  position: relative;
  padding-top: 0;
  padding-bottom: 0; }
  .top-job .container {
    max-width: inherit;
    width: auto;
    border-radius: 0 45px 45px 0;
    background-blend-mode: overlay, normal;
    padding: 90px 140px 90px 60px;
    margin-right: 3%;
    background-image: url("../img/top/about-bg02.jpg");
    background-size: cover;
    position: relative; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .top-job .container {
        padding: 90px 60px; } }
    @media screen and (max-width: 767px) {
      .top-job .container {
        padding-bottom: 20px;
        padding-top: 60px;
        border-radius: 0 20px 20px 0; } }
  .top-job__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row-reverse;
    gap: 70px; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .top-job__content {
        display: grid;
        gap: 30px; } }
    @media screen and (max-width: 767px) {
      .top-job__content {
        display: grid;
        gap: 20px; } }
  .top-job__right {
    width: 42%; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .top-job__right {
        width: auto; } }
    @media screen and (max-width: 767px) {
      .top-job__right {
        width: auto; } }
    .top-job__right .headline .en {
      color: #ffffb5; }
      .top-job__right .headline .en::before {
        background-image: url("../img/common/icon/icon-title02-wt.svg"); }
    .top-job__right .headline .title02 {
      color: #fff; }
      .top-job__right .headline .title02::first-letter {
        color: #ffffb5; }
    .top-job__right .text {
      color: #fff;
      font-size: 17px;
      font-style: normal;
      font-weight: 500;
      line-height: 180%;
      /* 30.6px */
      letter-spacing: 0.51px; }
    @media screen and (max-width: 767px) {
      .top-job__right .btn__normal {
        margin: 30px 0; } }
    .top-job__right .btn__normal a {
      margin-top: 45px;
      display: flex;
      width: 240px;
      height: auto;
      padding: 15px 15px 15px 25px;
      justify-content: space-between;
      align-items: center;
      border-radius: 100px;
      border: 1px solid #fff;
      background: #e3303c;
      box-shadow: 0 5px 0 0 #fff;
      color: #fff;
      font-size: 21px;
      font-style: normal;
      font-weight: 700;
      line-height: 135%;
      /* 28.35px */
      letter-spacing: 1.26px;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .top-job__right .btn__normal a {
          margin: 0; } }
      .top-job__right .btn__normal a::after {
        background-image: url("../img/common/icon/icon-btn-rd-circle-rd.svg"); }
  .top-job__left {
    width: calc(100% - 42%); }
    @media (min-width: 768px) and (max-width: 1024px) {
      .top-job__left {
        width: auto; } }
    @media screen and (max-width: 767px) {
      .top-job__left {
        width: auto; } }
  .top-job__list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .top-job__list {
        gap: 6px; } }
    .top-job__list__item {
      width: calc(100% / 2 - 30px);
      position: relative; }
      @media screen and (max-width: 767px) {
        .top-job__list__item {
          width: calc(100% / 2 - 3px); } }
      .top-job__list__item img {
        border-radius: 20px;
        overflow: hidden;
        border: 2px solid #fff; }
        @media screen and (max-width: 767px) {
          .top-job__list__item img {
            border-radius: 10px; } }
      .top-job__list__item p {
        position: absolute;
        right: 0;
        bottom: 0; }

/*-------------------------------
	.top__staff
-------------------------------*/
.top__staff {
  padding: 120px 0 90px 120px;
  position: relative; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .top__staff {
      padding: 0 0 60px 0; } }
  @media screen and (max-width: 767px) {
    .top__staff {
      padding: 0; } }
  .top__staff .container {
    position: relative; }
  .top__staff .headline {
    min-width: 320px;
    display: grid;
    gap: 45px; }
    @media screen and (max-width: 767px) {
      .top__staff .headline {
        min-width: inherit;
        gap: 10px;
        min-width: 320px !important; } }
    .top__staff .headline .title02 {
      font-size: 62px; }
      .top__staff .headline .title02 span {
        color: #e3303c; }
  .top__staff .staff__gr {
    margin-bottom: 47px; }
    .top__staff .staff__gr .titleMain {
      margin-bottom: 45px; }
  .top__staff .staff__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 80px 0 60px 40px;
    position: relative;
    margin-left: -20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 60px; }
    @media screen and (max-width: 767px) {
      .top__staff .staff__body {
        margin: 0;
        padding: 0; } }
  .top__staff .staff__bl {
    max-width: 350px;
    position: relative;
    z-index: 1; }
  .top__staff .staff__slide {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px;
    max-width: 970px;
    margin-top: -325px;
    margin-right: calc(-0.5 * (100vw - 1140px)); }
    @media screen and (max-width: 767px) {
      .top__staff .staff__slide {
        margin-left: 0;
        max-width: inherit;
        margin-top: 0;
        margin-right: 0; } }
    .top__staff .staff__slide .swiper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      height: 300%;
      padding: 30px 0 30px; }
  .top__staff .staff__img {
    position: relative;
    padding-bottom: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-width: 380px;
    border-radius: 20px;
    margin-right: 60px;
    height: auto;
    -webkit-transform: scale(0.78946) translateY(-21.054%);
    transform: scale(0.78946) translateY(-21.054%); }
    .top__staff .staff__img:hover:before {
      height: 300%; }
    .top__staff .staff__img img {
      border-radius: 20px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .top__staff .staff__img a {
      display: block;
      cursor: pointer;
      position: relative; }
    .top__staff .staff__img .text {
      width: 80%;
      padding: 20px 25px;
      border-radius: 20px;
      border: 1px solid #006bc2;
      box-shadow: 0 4px 0 0 #006bc2;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -20px;
      background: #fff url("../img/common/icon/btn-icon-rd.png") no-repeat calc(100% - 8px) calc(100% - 8px)/45px 45px; }
      .top__staff .staff__img .text b {
        color: #006bc2;
        font-size: 21px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        /* 27.3px */
        letter-spacing: 0.63px; }
  .top__staff .staff__img.swiper-slide-active {
    -webkit-transform: scale(1);
    transform: scale(1); }
    .top__staff .staff__img.swiper-slide-active:before {
      background: -webkit-linear-gradient(269.88deg, rgba(11, 152, 217, 0) 59.98%, rgba(11, 152, 217, 0.75) 99.89%);
      background: linear-gradient(180.12deg, rgba(11, 152, 217, 0) 59.98%, rgba(11, 152, 217, 0.75) 99.89%); }
  .top__staff .staff__img.swiper-slide-next + .staff__img {
    margin-left: -40px; }
  .top__staff .staff__item {
    display: none; }
  .top__staff .staff__item.is-active {
    display: block; }
  .top__staff .staff__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .top__staff .staff__name {
    margin-left: 25px;
    font-size: 2.1rem;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: #fcfcfc; }
  .top__staff .staff__slogan {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #fcfcfc;
    font-size: 2.7rem;
    line-height: 1.65;
    letter-spacing: 0.03em;
    font-weight: 500;
    color: #fcfcfc; }
  .top__staff .staff__depart {
    background: #fcfcfc;
    border-radius: 3px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 10px 15px;
    font-size: 1.7rem;
    letter-spacing: 0.015em;
    font-weight: 700; }
    .top__staff .staff__depart span {
      background: -webkit-linear-gradient(154.98deg, #52cccc 18.92%, #16b8d9 82.56%);
      background: linear-gradient(295.02deg, #52cccc 18.92%, #16b8d9 82.56%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent; }
  .top__staff .staff__marquee {
    background: url(../img/top/staff_slogan.svg?20250618-3-2) repeat-x center;
    height: 102px;
    position: absolute;
    white-space: nowrap;
    bottom: 60px;
    left: 0;
    width: 100%;
    -webkit-animation: flowBgPage 2000s linear infinite;
    animation: flowBgPage 2000s linear infinite; }
  .top__staff .btn__normal a {
    border-color: #e3303c;
    box-shadow: 0 6px 0 0 #e3303c;
    color: #e3303c;
    max-width: 240px;
    font-size: 21px;
    padding: 15px 15px 15px 25px; }
  .top__staff .swiper-button-prev, .top__staff .swiper-button-next {
    height: 50px;
    width: 50px;
    top: auto !important;
    bottom: 0 !important;
    left: auto !important; }
  .top__staff .swiper-button-prev {
    right: 5% !important; }
  .top__staff .swiper-button-next {
    right: 10% !important; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .top__staff .swiper-button-next {
        right: 13% !important; } }
  .top__staff .swiper-button-prev:after, .top__staff .swiper-button-next:after {
    content: "" !important;
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    width: 50px;
    margin: auto; }
  .top__staff .swiper-button-prev svg,
  .top__staff .swiper .swiper-button-next svg {
    display: none !important; }
  .top__staff .swiper-button-prev:after {
    background-image: url("../img/common/icon/icon-staff-r.svg"); }
  .top__staff .swiper-button-next:after {
    background-image: url("../img/common/icon/icon-staff-l.svg"); }

@media only screen and (max-width: 1180px) {
  .top__staff .staff__body {
    padding: 40px 0 40px 40px; }
  .top__staff .staff__slide {
    margin-right: -20px; }
  .top__staff .staff__img {
    max-width: 328px; } }
@media only screen and (min-width: 768px) {
  .top__staff .staff__slide .swiper-slide:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
@media only screen and (max-width: 767px) {
  .top__staff {
    padding: 60px 0 120px; }
    .top__staff .staff__gr {
      margin-bottom: 100px; }
      .top__staff .staff__gr .titleMain {
        margin-bottom: 40px; }
    .top__staff .staff__body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 20px;
      margin: 0 -20px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .top__staff .staff__bl {
      max-width: 100%;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      margin-top: 30px; }
    .top__staff .staff__slide {
      margin: -80px -20px 0 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      max-width: calc(100% + 20px); }
    .top__staff .staff__img {
      max-width: 290px;
      margin-right: 30px; }
    .top__staff .staff__img.swiper-slide-next + .staff__img {
      margin-left: -25px; }
    .top__staff .staff__name {
      font-size: 2rem;
      margin-left: 20px; }
    .top__staff .staff__slogan {
      font-size: 2.4rem;
      margin-top: 20px; }
    .top__staff .staff__depart {
      font-size: 1.5rem; }
    .top__staff .staff__marquee {
      bottom: 30px;
      height: 50px; }
    .top__staff .swiper-button-prev,
    .top__staff .swiper-button-next {
      height: 30px;
      width: 30px; }
    .top__staff .swiper-button-next {
      right: 15% !important; } }
/*-------------------------------
	.top-welfare 
-------------------------------*/
.top-welfare {
  position: relative;
  padding: 0;
  margin-bottom: 150px; }
  @media screen and (max-width: 767px) {
    .top-welfare {
      margin-bottom: 60px; } }
  .top-welfare::before {
    content: "";
    display: inherit;
    background-image: url("../img/top/about-bg01.png");
    background-size: contain;
    background-position: top center;
    width: 100%;
    height: 130%;
    position: absolute;
    left: 0;
    bottom: 290px;
    z-index: -1; }
  .top-welfare__inner {
    max-width: 1140px;
    margin: 0 auto;
    position: relative; }
  .top-welfare__list {
    display: flex;
    justify-content: space-between;
    gap: 60px; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .top-welfare__list {
        gap: 10px; } }
    @media screen and (max-width: 767px) {
      .top-welfare__list {
        display: grid;
        gap: 20px;
        margin-top: 30px; } }
    .top-welfare__list__item {
      border-radius: 10px;
      background: #fff;
      display: flex;
      width: calc(100% / 3 - 40px);
      padding: 30px;
      flex-direction: column;
      align-items: center;
      flex-shrink: 0;
      align-self: stretch;
      position: relative;
      border: solid 5px #fff; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .top-welfare__list__item {
          width: calc(100% / 3 - 10px); } }
      @media screen and (max-width: 767px) {
        .top-welfare__list__item {
          width: auto;
          padding: 20px; } }
      .top-welfare__list__item h3 {
        border-radius: 50px;
        border: 2px solid #006bc2;
        background: #fff;
        padding: 10px 0;
        align-items: center;
        text-align: center;
        color: #006bc2;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        /* 31.2px */
        letter-spacing: 0.72px; }
        @media (min-width: 768px) and (max-width: 1024px) {
          .top-welfare__list__item h3 {
            border-radius: 10px;
            font-size: 20px;
            padding: 10px; } }
      .top-welfare__list__item .text {
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 180%;
        /* 30.6px */
        letter-spacing: 0.51px;
        margin-top: 30px; }
      .top-welfare__list__item a {
        display: block; }
        .top-welfare__list__item a::after {
          content: "";
          display: inline-block;
          background: url("../img/common/icon/btn-icon-rd.png") center center/cover;
          width: 45px;
          height: 45px;
          position: absolute;
          bottom: 0;
          right: 0; }
  .top-welfare .container {
    border-radius: 45px 0 0 45px;
    background-image: url("../img/top/about-bg02.jpg");
    background-size: contain;
    margin-left: 3%;
    padding: 92px 70px;
    max-width: inherit;
    z-index: 0; }
    @media screen and (max-width: 767px) {
      .top-welfare .container {
        border-radius: 20px 0 0 20px;
        padding: 60px 20px 20px !important; } }
  .top-welfare .headline .en {
    color: #ffffb5; }
    .top-welfare .headline .en::before {
      background-image: url("../img/common/icon/icon-title02-wt.svg"); }
  .top-welfare .headline .title02 {
    color: #fff; }
    .top-welfare .headline .title02::first-letter {
      color: #ffffb5; }
  .top-welfare .btn__normal {
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .top-welfare .btn__normal {
        position: static;
        right: auto;
        top: auto; } }
    .top-welfare .btn__normal a {
      border-color: #fff;
      width: 240px;
      background: #e3303c;
      box-shadow: 0 5px 0 0 #fff;
      color: #fff;
      padding: 15px 15px 15px 25px;
      font-size: 21px;
      font-style: normal;
      font-weight: 700;
      line-height: 135%;
      /* 28.35px */
      letter-spacing: 1.26px; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .top-welfare .btn__normal a {
          width: 200px;
          font-size: 3vw; } }
      .top-welfare .btn__normal a::after {
        background-image: url("../img/common/icon/icon-btn-rd-circle-rd.svg"); }

/*-------------------------------
	.top-recruit
-------------------------------*/
.top-recruit {
  padding-top: 0;
  position: relative; }
  .top-recruit .text__box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
    @media screen and (max-width: 767px) {
      .top-recruit .text__box {
        width: 80%; } }
  @media screen and (max-width: 767px) {
    .top-recruit .headline {
      margin-bottom: 20px; } }
  .top-recruit .headline .en {
    justify-content: center;
    color: #ffffb5; }
    .top-recruit .headline .en.en::before {
      background-image: url(../img/common/icon/icon-title02-wt.svg); }
    .top-recruit .headline .en.en::after {
      content: "";
      display: inline-block;
      width: 28px;
      height: 21px;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(../img/common/icon/icon-title02-wt.svg); }
  .top-recruit .headline .title02 {
    text-align: center;
    color: #fff; }
    .top-recruit .headline .title02::first-letter {
      color: #ffffb5; }
  .top-recruit .btn__normal a {
    border: 1px solid #e3303c;
    background: #fff;
    box-shadow: 0 5px 0 0 #fff;
    width: 240px;
    color: #e3303c;
    padding: 15px 15px 15px 25px;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    /* 28.35px */
    letter-spacing: 1.26px;
    text-transform: uppercase; }
  .top-recruit__wrap {
    background-image: url("../img/top/bg-red.jpg");
    background-size: cover;
    border-radius: 45px; }
    @media screen and (max-width: 767px) {
      .top-recruit__wrap {
        overflow: hidden;
        border-radius: 10px; } }
  .top-recruit .photo-area {
    flex: 1;
    display: flex;
    gap: 20px;
    padding: 0 40px;
    justify-content: space-between;
    height: 500px; }
    @media screen and (max-width: 767px) {
      .top-recruit .photo-area {
        padding: 0 10px;
        height: 250px; } }
  .top-recruit .photo-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
    position: relative;
    max-width: 30%; }
    .top-recruit .photo-column:nth-child(1) .photo-scroll {
      animation-name: scrollDown; }
    .top-recruit .photo-column:nth-child(2) .photo-scroll {
      animation-name: scrollUp;
      animation-delay: -12.5s; }
    .top-recruit .photo-column:nth-child(3) .photo-scroll {
      animation-name: scrollDown;
      animation-delay: -25s; }
  .top-recruit .photo-scroll {
    display: flex;
    flex-direction: column;
    gap: 20px;
    animation-duration: 25s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; }
    @media screen and (max-width: 767px) {
      .top-recruit .photo-scroll {
        gap: 10px; } }
@keyframes scrollDown {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-50%);
    /* 終了位置を調整 */ } }
@keyframes scrollUp {
  0% {
    transform: translateY(-50%);
    /* 開始位置を調整 */ }
  100% {
    transform: translateY(0); } }
  .top-recruit .photo-item {
    width: 100%;
    aspect-ratio: 3 / 2;
    border-radius: 8px;
    overflow: hidden;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .top-recruit .photo-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      background: white; }
  @media (max-width: 1024px) {
    .top-recruit .main-container {
      flex-direction: column; }
    .top-recruit .text-area {
      padding: 30px;
      text-align: center;
      position: absolute;
      z-index: 100;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      background-color: #fff;
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.14); }
    .top-recruit .photo-item {
      height: 140px; } }
  @media (max-width: 480px) {
    .top-recruit .text-area h1 {
      font-size: 1.8rem; }
    .top-recruit .text-area p {
      font-size: 1rem; }
    .top-recruit .photo-item {
      height: 100px; } }
  .top-recruit .photo-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
    position: relative; }
    .top-recruit .photo-column:nth-child(1) .photo-scroll {
      animation-name: scrollDown; }
    .top-recruit .photo-column:nth-child(2) .photo-scroll {
      animation-name: scrollUp;
      animation-delay: -12.5s; }
    .top-recruit .photo-column:nth-child(3) .photo-scroll {
      animation-name: scrollDown;
      animation-delay: -25s; }
  .top-recruit .photo-scroll {
    display: flex;
    flex-direction: column;
    gap: 20px;
    animation-duration: 25s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; }
  .top-recruit .photo-item {
    width: 100%;
    aspect-ratio: 3 / 2;
    border-radius: 8px;
    overflow: hidden;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .top-recruit .photo-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      background: white; }

/*-------------------------------
	.top-news
-------------------------------*/
.top-news {
  border-radius: 0 45px 45px 0;
  padding: 90px 60px;
  margin-right: 3%;
  background-image: url(../img/top/about-bg02.jpg);
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .top-news {
      padding: 60px 0;
      border-radius: 0 20px 20px 0; } }
  .top-news .headline .en {
    color: #ffffb5; }
    .top-news .headline .en.en::before {
      background-image: url(../img/common/icon/icon-title02-wt.svg); }
  .top-news .headline .title02 {
    color: #fff;
    font-size: 60px; }
    .top-news .headline .title02::first-letter {
      color: #ffffb5; }
  .top-news .btn__normal a {
    border: 1px solid #fff;
    background: #e3303c;
    box-shadow: 0 5px 0 0 #fff;
    color: #fff;
    width: 240px;
    padding: 15px 15px 15px 25px;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    /* 28.35px */
    letter-spacing: 1.26px;
    text-transform: uppercase; }
    .top-news .btn__normal a::after {
      background-image: url(../img/common/icon/icon-btn-rd-circle-rd.svg); }
  .top-news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    align-items: center; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .top-news__inner {
        display: grid; } }
    @media screen and (max-width: 767px) {
      .top-news__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: baseline; } }
  .top-news__content {
    max-width: 740px; }
  .top-news__nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 253px;
    flex-basis: 253px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media screen and (max-width: 767px) {
      .top-news__nav {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }
    .top-news__nav .top-title {
      margin-bottom: 30px;
      gap: 15px;
      font-size: 1.4rem;
      white-space: nowrap; }
      .top-news__nav .top-title span {
        font-size: 6.4rem; }
  .top-news__navList {
    display: flex;
    gap: 10px;
    margin-bottom: 10px; }
    .top-news__navList li a {
      color: #fff;
      font-weight: 700; }
      .top-news__navList li a.is-active {
        color: #ffffb5; }
    .top-news__navList li + li::before {
      content: "/";
      display: inline-block;
      color: #fff; }
  .top-news__list-wrap {
    position: relative;
    min-height: 120px; }
  .top-news__loading,
  .top-news__empty {
    padding: 30px 40px;
    text-align: center;
    color: #344d53; }
  .top-news__list {
    padding: 30px 40px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
    padding: 20px 30px;
    background: #faf9f6;
    border-radius: 20px; }
    .top-news__list li {
      border-bottom: 1px solid #ebebeb;
      padding: 30px 40px; }
      @media screen and (max-width: 767px) {
        .top-news__list li {
          padding: 15px 0; } }
      .top-news__list li .news-list__text {
        line-height: 1.6; }
  .top-news .news-list__group {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 13px; }
  .top-news .news-list__date {
    color: #e3303c;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.17px;
    font-family: Outfit, sans-serif; }
  .top-news .news-list__category {
    border-radius: 100px;
    background: #e3303c;
    display: flex;
    height: 20px;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    /* 18.9px */
    letter-spacing: 0.21px; }

/*-------------------------------
	.top-event
-------------------------------*/
.top-event {
  padding: 60px 0 0; }
  @media screen and (max-width: 767px) {
    .top-event {
      margin-left: 20px;
      margin-right: 20px; } }
  .top-event .container {
    border-radius: 30px;
    padding: 50px 135px 50px 90px;
    background-image: url("../img/top/bg-red.jpg");
    background-size: cover;
    position: relative; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .top-event .container {
        max-width: 100%;
        margin-right: 3%;
        margin-left: 3%;
        padding: 80px; } }
    @media screen and (max-width: 767px) {
      .top-event .container {
        padding-bottom: 100px; } }
    .top-event .container::after {
      content: "";
      display: inline-block;
      background: no-repeat url("../img/top/event-img01.png") top center/contain;
      width: 280px;
      height: 354px;
      position: absolute;
      right: -90px;
      bottom: 0; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .top-event .container::after {
          width: 194px;
          height: 244px;
          position: absolute;
          right: -25px;
          bottom: 0; } }
      @media screen and (max-width: 767px) {
        .top-event .container::after {
          right: -20px;
          width: 119px;
          height: 150px; } }
  .top-event__content {
    max-width: 47%; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .top-event__content {
        max-width: inherit; } }
    @media screen and (max-width: 767px) {
      .top-event__content {
        padding-top: 30px !important;
        max-width: inherit; } }
    .top-event__content h3 {
      margin: 0 auto 15px; }
  .top-event .headline .en {
    color: #ffffb5; }
    .top-event .headline .en.en::before {
      background-image: url(../img/common/icon/icon-title02-wt.svg); }
  .top-event .headline .title02 {
    color: #fff; }
    .top-event .headline .title02::first-letter {
      color: #ffffb5; }
  .top-event .btn__normal a {
    border-radius: 100px;
    border: 1px solid #e3303c;
    background: #fff;
    box-shadow: 0 5px 0 0 #fff;
    color: #e3303c;
    max-width: 230px;
    padding: 15px 15px 15px 25px;
    font-size: 21px; }
  .top-event__list {
    display: grid;
    gap: 10px; }
    .top-event__list li {
      border-radius: 15px;
      border: 6px solid #fff;
      background: #fff;
      padding: 30px 18px;
      text-align: center;
      color: #e3303c;
      font-size: 21px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: 1.26px;
      background: url("../img/top/event-btn-bg.jpg") center center/cover; }
      @media screen and (max-width: 767px) {
        .top-event__list li {
          padding: 10px;
          font-size: 4.7vw;
          letter-spacing: 0; } }
      .top-event__list li span {
        color: #e3303c;
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.51px;
        border-radius: 40px;
        border: 1px solid #e3303c;
        background: #fff;
        text-align: center;
        padding: 5px 15px;
        margin-left: 10px; }
        @media screen and (max-width: 1024px) {
          .top-event__list li span {
            margin-top: 5px;
            display: block; } }
  .top-event__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px; }
    @media screen and (max-width: 1024px) {
      .top-event__inner {
        display: grid;
        gap: 15px; } }
  .top-event__nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 253px;
    flex-basis: 253px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .top-event__nav .top-title {
      margin-bottom: 30px;
      gap: 15px;
      font-size: 1.4rem;
      white-space: nowrap; }
      .top-event__nav .top-title span {
        font-size: 6.4rem; }
  .top-event__navList li + li {
    margin-top: 10px; }
  .top-event__navList li a {
    font-weight: 700;
    color: #3c3c3c42;
    padding: 5px 0;
    position: relative; }
    .top-event__navList li a:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      border-bottom: 4px solid #ffe900;
      -webkit-transition: width 0.3s ease;
      transition: width 0.3s ease; }
    .top-event__navList li a:hover {
      color: #344d53; }
      .top-event__navList li a:hover:after {
        width: 100%; }
  .top-event__navList li a.is-active {
    color: #344d53; }
    .top-event__navList li a.is-active:after {
      width: 100%; }
  .top-event__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 645px;
    flex-basis: 645px; }
  .top-event__list {
    display: none; }
    .top-event__list li + li {
      margin-top: 10px; }
    .top-event__list li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      gap: 30px;
      padding: 20px 30px;
      background: #faf9f6;
      border-radius: 5px; }
      .top-event__list li a .news-list__group {
        -ms-flex-negative: 0;
        flex-shrink: 0; }
  .top-event__list.is-active {
    display: block; }

/*-------------------------------
	.top-entry
-------------------------------*/
.top-entry {
  border-radius: 45px 45px 0 0;
  background-image: url("../img/top/bg-red.jpg");
  margin: 0 3%;
  position: relative;
  padding-bottom: 310px;
  padding-top: 50px; }
  @media screen and (max-width: 1024px) {
    .top-entry {
      border-radius: 20px 20px 0 0;
      padding-bottom: 450px; } }
  .top-entry .top-entry__nav .top-entry__list {
    margin-top: 41px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px; }
    @media screen and (max-width: 1024px) {
      .top-entry .top-entry__nav .top-entry__list {
        display: inherit; } }
    .top-entry .top-entry__nav .top-entry__list__item {
      display: flex;
      height: 105px;
      padding: 15px 30px 15px 45px;
      justify-content: space-between;
      align-items: center;
      flex: 1 0 0;
      border-radius: 100px;
      background: #fff; }
      @media screen and (max-width: 1024px) {
        .top-entry .top-entry__nav .top-entry__list__item {
          padding: 15px 20px 15px 25px;
          margin-bottom: 10px; } }
      .top-entry .top-entry__nav .top-entry__list__item a {
        display: grid;
        align-items: center;
        width: 100%;
        height: 100%;
        color: #222;
        font-size: 21px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        /* 27px */
        letter-spacing: 1.08px;
        position: relative; }
        .top-entry .top-entry__nav .top-entry__list__item a span {
          display: inline-flex;
          max-width: 180px;
          height: 25px;
          padding: 5px 15px;
          justify-content: center;
          align-items: center;
          gap: 10px;
          align-self: stretch;
          border-radius: 40px;
          background: #f1f1f1;
          color: #222;
          font-size: 17px;
          font-style: normal;
          font-weight: 500;
          line-height: 135%;
          /* 22.95px */
          letter-spacing: 0.51px; }
        .top-entry .top-entry__nav .top-entry__list__item a::after {
          content: "";
          display: inline-block;
          background-image: url("../img/common/icon/icon-btn-rd-circle.svg");
          width: 45px;
          height: 45px;
          background-size: cover;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
          @media (min-width: 768px) and (max-width: 1024px) {
            .top-entry .top-entry__nav .top-entry__list__item a::after {
              width: 25px;
              height: 25px; } }
      .top-entry .top-entry__nav .top-entry__list__item:first-child a {
        font-size: 18px; }
  .top-entry .headline {
    text-align: center; }
    .top-entry .headline .en {
      color: #ffffb5;
      font-size: 33px;
      font-style: normal;
      font-weight: 800;
      line-height: 135%;
      /* 44.55px */
      letter-spacing: 1.98px;
      text-transform: uppercase;
      display: inline-flex;
      margin: 0 auto; }
      .top-entry .headline .en::before {
        background-image: url(../img/common/icon/icon-title02-wt.svg); }
      .top-entry .headline .en::after {
        content: "";
        display: inline-block;
        width: 28px;
        height: 21px;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(../img/common/icon/icon-title02-wt.svg); }
    .top-entry .headline .title02 {
      color: #fff; }
      .top-entry .headline .title02::first-letter {
        color: #fff; }
  .top-entry__contact {
    border-radius: 45px;
    background: #fff;
    width: 1220px;
    padding: 40px 40px 0 40px;
    align-items: flex-start;
    position: absolute;
    left: 50%;
    bottom: -250px;
    transform: translateX(-50%); }
    @media (min-width: 768px) and (max-width: 1024px) {
      .top-entry__contact {
        width: 90%; } }
    @media screen and (max-width: 767px) {
      .top-entry__contact {
        border-radius: 20px;
        bottom: -100px;
        padding: 20px 20px 0 20px;
        width: 90% !important; } }
    .top-entry__contact .top-entry__list {
      display: flex;
      justify-content: space-between;
      gap: 15px; }
      @media screen and (max-width: 767px) {
        .top-entry__contact .top-entry__list {
          display: grid;
          gap: 15px;
          justify-content: normal;
          width: 100% !important; } }
    .top-entry__contact .top-entry__list .top-entry__list__item {
      border-radius: 20px;
      border: 2px solid #e3303c;
      background: #fff;
      box-shadow: 0 6px 0 0 #e3303c;
      width: calc(100% / 3); }
      @media screen and (max-width: 767px) {
        .top-entry__contact .top-entry__list .top-entry__list__item {
          width: auto; } }
      .top-entry__contact .top-entry__list .top-entry__list__item a {
        display: block;
        height: calc(100% - 120px);
        color: #e3303c;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        /* 36px */
        letter-spacing: 1.08px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        padding: 60px 8px 60px 30px;
        position: relative; }
        @media screen and (max-width: 767px) {
          .top-entry__contact .top-entry__list .top-entry__list__item a {
            padding: 20px 4px 20px 15px;
            font-size: 6vw;
            height: auto; } }
        .top-entry__contact .top-entry__list .top-entry__list__item a::after {
          content: "";
          display: inline-block;
          background-image: url("../img/common/icon/btn-icon-rd.png");
          width: 75px;
          height: 75px;
          background-size: cover;
          position: absolute;
          right: -1px;
          bottom: -1px; }
          @media screen and (max-width: 767px) {
            .top-entry__contact .top-entry__list .top-entry__list__item a::after {
              width: 36px;
              height: 36px; } }
    .top-entry__contact .top-entry__list .top-entry__list__item:nth-child(2) {
      border-color: #006bc2;
      box-shadow: 0 6px 0 0 #006bc2; }
      .top-entry__contact .top-entry__list .top-entry__list__item:nth-child(2) a {
        color: #006bc2; }
        .top-entry__contact .top-entry__list .top-entry__list__item:nth-child(2) a::after {
          background-image: url("../img/common/icon/btn-icon-bl.png"); }
    .top-entry__contact .top-entry__list .top-entry__list__item:nth-child(3) {
      border-color: #222;
      box-shadow: 0 6px 0 0 #222; }
      .top-entry__contact .top-entry__list .top-entry__list__item:nth-child(3) a {
        color: #222; }
        .top-entry__contact .top-entry__list .top-entry__list__item:nth-child(3) a::after {
          background-image: url("../img/common/icon/btn-icon-bk.png"); }
    .top-entry__contact .top-entry__tel {
      display: flex;
      width: 1140px;
      padding: 45px 0 60px 0;
      flex-direction: column;
      align-items: center;
      gap: 15px; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .top-entry__contact .top-entry__tel {
          width: auto; } }
      @media screen and (max-width: 767px) {
        .top-entry__contact .top-entry__tel {
          padding: 25px 0;
          width: auto; } }
      .top-entry__contact .top-entry__tel .top-title {
        color: #222;
        text-align: center;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 135%;
        /* 40.5px */
        letter-spacing: 1.8px; }
        @media screen and (max-width: 767px) {
          .top-entry__contact .top-entry__tel .top-title {
            font-size: 6vw; } }
      .top-entry__contact .top-entry__tel .tel-number {
        color: #222;
        font-family: Outfit, sans-serif;
        font-size: 66px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        /* 66px */
        letter-spacing: 1.32px;
        display: flex;
        align-items: center;
        gap: 15px; }
        @media screen and (max-width: 767px) {
          .top-entry__contact .top-entry__tel .tel-number {
            font-size: 7.5vw;
            letter-spacing: normal;
            gap: 10px; } }
        .top-entry__contact .top-entry__tel .tel-number::before {
          content: "";
          display: inline-block;
          background-image: url("../img/common/icon/icon-tel.png");
          width: 55px;
          height: 55px;
          background-size: cover; }
          @media screen and (max-width: 767px) {
            .top-entry__contact .top-entry__tel .tel-number::before {
              width: 30px;
              height: 30px; } }
      .top-entry__contact .top-entry__tel dl {
        display: flex;
        align-items: center;
        gap: 10px; }
        @media screen and (max-width: 767px) {
          .top-entry__contact .top-entry__tel dl {
            display: grid;
            gap: 5px; } }
        .top-entry__contact .top-entry__tel dl dt {
          background: #f1f1f1;
          display: flex;
          padding: 5px;
          justify-content: center;
          align-items: center;
          gap: 10px;
          color: #222;
          text-align: center;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 100%;
          /* 14px */
          letter-spacing: 0.42px; }
  @media screen and (max-width: 767px) {
    .top-entry div {
      max-width: inherit !important;
      width: auto; } }

/*-------------------------------
	.top-shop
-------------------------------*/
@media screen and (max-width: 1024px) {
  .top-shop__nav {
    padding: 0 20px; } }
.top-shop__nav h2 {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  align-items: center;
  gap: 45px;
  color: #006bc2;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 62.4px */
  letter-spacing: 1.44px; }
  @media screen and (max-width: 767px) {
    .top-shop__nav h2 {
      text-align: center;
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .top-shop__nav h2 {
      display: grid;
      gap: 20px;
      font-size: 7vw; } }
  .top-shop__nav h2 span {
    color: #e3303c; }
  .top-shop__nav h2 img {
    max-width: 340px;
    height: auto; }

#swiper-shop .swiper-slide {
  margin-right: 30px; }
  @media screen and (max-width: 767px) {
    #swiper-shop .swiper-slide {
      margin-right: 10px; } }
  #swiper-shop .swiper-slide img {
    border-radius: 15px; }
  #swiper-shop .swiper-slide .img {
    margin-bottom: 15px; }
  #swiper-shop .swiper-slide .text {
    color: #006bc2;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 22.1px */
    margin-top: 10px;
    padding-bottom: 10px; }
    #swiper-shop .swiper-slide .text span {
      border-radius: 3px;
      border: 1px solid #006BC2;
      padding: 5px;
      margin-right: 10px;
      color: #006BC2;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 130%;
      /* 18.2px */ }
#swiper-shop .swiper-button-next,
#swiper-shop .swiper-button-prev {
  display: none !important; }

/*-------------------------------
	footer
-------------------------------*/
footer {
  background-color: #006bc2;
  margin: 0 3% 3%;
  border-radius: 0 0 45px 45px;
  padding-top: 359px; }
  @media screen and (max-width: 767px) {
    footer {
      padding-top: 150px; } }

.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.footer-info {
  max-width: 320px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .footer-info {
      max-width: 249px; } }
  .footer-info .footer-info__logo {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px; }
  .footer-info dl {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; }
    .footer-info dl dt,
    .footer-info dl dd {
      color: #fff; }
    .footer-info dl dt {
      width: 20%; }
    .footer-info dl dd {
      width: 80%; }
  .footer-info a.link-text {
    color: #fff; }

.footer-info__text {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #344d53;
  margin: 10px 0 15px; }

.footer-nav {
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  z-index: 1; }

.footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 64px;
  width: calc((100% - 30px) / 3); }

.footer-nav__link {
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  /* 22.95px */
  letter-spacing: 1.02px; }

.footer-nav__sub {
  margin-top: 10px;
  min-height: 67px; }
  .footer-nav__sub li {
    line-height: 1; }
    .footer-nav__sub li + li {
      margin-top: 5px; }
    .footer-nav__sub li a {
      color: rgba(255, 255, 255, 0.7);
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 135%;
      /* 18.9px */
      letter-spacing: 0.42px; }
      .footer-nav__sub li a::before {
        content: "・";
        display: inline-block;
        color: #fff;
        font-size: 17px; }
      .footer-nav__sub li a[target="_blank"] {
        display: flex;
        align-items: center; }
        .footer-nav__sub li a[target="_blank"]::after {
          content: "";
          display: inline-block;
          background-image: url("../img/common/icon-window.svg");
          width: 15px;
          height: 15px;
          margin-left: 10px; }

.footer-copyright {
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.21px;
  width: 1140px;
  text-align: right;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25); }
  @media screen and (max-width: 767px) {
    .footer-copyright {
      width: auto; } }

@media screen and (max-width: 767px) {
  .header__link {
    font-size: 1.5rem;
    display: block;
    width: 100%;
    text-align: left; }

  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .footer-info {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.7); } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .footer-info dl dd {
      text-align: left; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .footer-info__logo {
      margin-bottom: 10px !important; } }

@media screen and (max-width: 767px) {
  .footer-nav {
    max-width: 100%;
    display: grid;
    gap: 5px; }

  .footer-nav__list {
    width: 100%;
    gap: 5px; }

  .footer-nav__sub {
    display: flex;
    flex-wrap: wrap;
    min-height: inherit;
    margin-bottom: 10px;
    margin-top: 5px; }

  .footer-nav__sub li + li {
    margin: 0; }

  .footer-copyright {
    margin-top: 0;
    text-align: center; } }
@media only screen and (max-width: 1600px) {
  .header__navbar {
    gap: 1.5625vw; }

  .header__list {
    gap: 0.8vw; }

  .header__btn.is-recruit a {
    font-size: 1.1805555556vw;
    height: 3.125vw;
    padding: 0 1.7361111111vw; }

  .header__btn.is-contact a {
    font-size: 1.1805555556vw;
    height: 3.125vw;
    padding: 0 1.7361111111vw; }

  .header__btn.is-company a {
    font-size: 1.1805555556vw;
    height: 3.125vw;
    padding: 0 1.7361111111vw; } }
@media only screen and (max-width: 375px) {
  .header__list {
    padding: 20px; }

  .header__gr {
    padding: 20px; }

  .header__btn.is-recruit a {
    font-size: 5.3333333333vw;
    height: 17.3333333333vw;
    padding: 0 8vw; }
    .header__btn.is-recruit a:after {
      width: 9.3333333333vw;
      height: 9.3333333333vw;
      background-size: 4vw 4vw !important;
      margin-right: -4vw; }

  .header__btn.is-contact a {
    font-size: 5.3333333333vw;
    height: 17.3333333333vw;
    padding: 0 8vw; }
    .header__btn.is-contact a:after {
      width: 9.3333333333vw;
      height: 9.3333333333vw;
      background-size: 4vw 4vw !important;
      margin-right: -4vw; }

  .header__btn.is-company a {
    font-size: 5.3333333333vw;
    height: 17.3333333333vw;
    padding: 0 8vw; }
    .header__btn.is-company a:after {
      width: 9.3333333333vw;
      height: 9.3333333333vw;
      background-size: 4vw 4vw !important;
      margin-right: -4vw; } }
@media only screen and (min-width: 1025px) and (min-width: 768px) {
  .header__item .header__sub .container {
    padding: 0 20px;
    margin: 0 auto;
    min-width: 840px; }

  .header__item.is-hover:hover .header__sub {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: initial;
    background-color: #3388cd; }
  .header__item.is-hover:hover .header__link {
    opacity: 1;
    color: #005bac; }
  .header__item.is-hover .header__subTit:hover {
    opacity: 1;
    background: #005bac;
    color: #fcfcfc; }
    .header__item.is-hover .header__subTit:hover span {
      color: #fcfcfc; }
    .header__item.is-hover .header__subTit:hover .header__subIcon {
      border-color: #fcfcfc; }
      .header__item.is-hover .header__subTit:hover .header__subIcon span::after {
        content: "";
        display: inline-block;
        background: url("../img/common/icon/icon-btn-rd-circle.svg") no-repeat center;
        -webkit-animation: arrowSlide 0.6s 1 both;
        animation: arrowSlide 0.6s 1 both;
        width: 27px;
        height: 27px;
        background-size: contain; }
  .header__item.is-hover .header__subTit span {
    font-size: 1.6rem; } }
@media only screen and (min-width: 1025px) {
  .header__item.is-hover .header__sub {
    display: block !important;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    background: #f5f5f5;
    -webkit-box-shadow: 0px 2px 4px rgba(198, 198, 198, 0.15);
    box-shadow: 0 2px 4px #c6c6c626;
    border-radius: 0 0 10px 10px;
    padding: 60px 0;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1; }
    .header__item.is-hover .header__sub .titleMain {
      display: block;
      letter-spacing: 4px;
      white-space: nowrap; }
    .header__item.is-hover .header__sub .titleMain__en {
      color: #ffffb5;
      font-family: Outfit, sans-serif;
      font-size: 12.451px;
      font-style: normal;
      font-weight: 800;
      line-height: 135%;
      /* 16.809px */
      letter-spacing: 0.747px;
      text-transform: uppercase;
      display: block; }
    .header__item.is-hover .header__sub .titleMain__jp {
      color: #fff;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 26.034px;
      font-style: normal;
      font-weight: 900;
      line-height: 135%;
      text-transform: uppercase;
      letter-spacing: 0; }
      .header__item.is-hover .header__sub .titleMain__jp::first-letter {
        color: #ffffb5; }
  .header__item.is-hover .header__subWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 56px;
    justify-content: center; }
  .header__item.is-hover .header__subList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    display: inline-grid;
    row-gap: 20px;
    column-gap: 20px;
    grid-template-rows: repeat(2, fit-content(100%));
    grid-template-columns: repeat(2, fit-content(100%)); }
    .header__item.is-hover .header__subList li {
      width: calc(100% / 2 - 20px);
      max-width: 309px; }
    .header__item.is-hover .header__subList.column-03 {
      grid-template-rows: repeat(1, fit-content(100%));
      grid-template-columns: repeat(3, fit-content(100%)); }
      .header__item.is-hover .header__subList.column-03 li {
        width: calc(100% / 3 - 20px);
        max-width: 309px; }
  .header__item.is-hover .header__subTit {
    display: flex;
    width: 234px;
    padding: 15px 30px 15px 45px;
    justify-content: space-between;
    align-items: center;
    border-radius: 100px;
    background: #fff;
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */ } }
  @media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1280px) {
    .header__item.is-hover .header__subTit {
      max-width: 250px;
      padding: 15px 15px 15px 15px; } }
@media only screen and (min-width: 1025px) {
  .header__item.is-hover .header__subIcon {
    content: "";
    display: inline-block;
    background: url("../img/common/icon/icon-btn-rd-circle.svg") no-repeat center;
    -webkit-animation: arrowSlide 0.6s 1 both;
    animation: arrowSlide 0.6s 1 both;
    width: 27px;
    height: 27px;
    border-radius: 54px;
    background-size: cover; }

  .header__sub {
    display: none !important; }

  .header__btn.is-company {
    display: none !important; } }
@media only screen and (min-width: 1025px) and (max-width: 767px) {
  .header__item.is-hover .header__subTit {
    padding: 20px; } }
@media (max-width: 1024px) {
  .main-container {
    flex-direction: column; }

  .text-area {
    padding: 30px;
    text-align: center;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.14); }

  .photo-item {
    height: 140px; } }
@media (max-width: 480px) {
  .text-area h1 {
    font-size: 1.8rem; }
  .text-area p {
    font-size: 1rem; }

  .photo-item {
    height: 100px; } }
/*-------------------------------
	.case-studies
-------------------------------*/
.case-studies .swiper-wrapper {
  gap: 60px; }
.case-studies .swiper-slide img {
  height: auto;
  width: 100%; }

@media screen and (max-width: 767px) {
  .case-studies .swiper-wrapper {
    gap: 20px; }

  .utilize-land .case-studies__item {
    min-width: inherit; } }
