@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cinzel:wght@400..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP&family=M+PLUS+1+Code:wght@100..700&family=Zen+Kaku+Gothic+Antique&display=swap");
.serif {
  font-family: "Noto Serif JP", sans-serif; }

.cinzel {
  font-family: "Cinzel", sans-serif; }

html {
  font-size: 10px; }
  @media (max-width: 1400px) and (min-width: 1200.5px) {
    html {
      font-size: 0.714vw; } }
  @media (max-width: 1200px) and (min-width: 960.5px) {
    html {
      font-size: 0.801vw; } }
  @media (max-width: 960px) and (min-width: 750.5px) {
    html {
      font-size: 1vw; } }
  @media (max-width: 750px) {
    html {
      font-size: 1.333vw; } }

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 175%;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif; }

a,
button {
  color: inherit;
  text-decoration: none;
  -webkit-transition: ease all 0.5s;
  -moz-transition: ease all 0.5s;
  -ms-transition: ease all 0.5s;
  -o-transition: ease all 0.5s;
  transition: ease all 0.5s; }

.txt__center {
  text-align: center; }

.txt__default * {
  font-size: 1.6rem;
  line-height: 175%; }
  @media (max-width: 960px) and (min-width: 750.5px) {
    .txt__default * {
      font-size: 2rem; } }
  @media (max-width: 750px) and (min-width: 590.5px) {
    .txt__default * {
      font-size: 2rem; } }
  @media (max-width: 590px) {
    .txt__default * {
      font-size: 3rem; } }

.grid-400 {
  max-width: 430px; }
.grid-860 {
  max-width: 890px; }
.grid-960 {
  max-width: 990px; }
.grid-1200 {
  max-width: 1230px; }
.grid-1300 {
  max-width: 1330px; }
.grid-1400 {
  max-width: 1430px; }
.grid-1540 {
  max-width: 1570px; }
.grid-1600 {
  max-width: 1630px; }

.wrap__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6rem; }
  .wrap__title--02 span.en {
    border-bottom: 0 !important;
    position: relative; }
    .wrap__title--02 span.en::before, .wrap__title--02 span.en::after {
      content: "";
      position: absolute;
      width: 6.7rem;
      height: 0.1rem;
      z-index: 0;
      background: #000000;
      bottom: 0; }
    .wrap__title--02 span.en::before {
      left: 0; }
    .wrap__title--02 span.en::after {
      right: 0; }
  .wrap__title--02 span.jp {
    background: transparent !important; }
  .wrap__title span {
    display: inline-flex; }
    .wrap__title span.en {
      color: #000000;
      font-size: 5rem;
      font-weight: 400;
      line-height: 100%;
      letter-spacing: 0;
      padding-bottom: 2rem;
      border-bottom: 1px solid #727171;
      text-transform: uppercase; }
    .wrap__title span.jp {
      margin-top: -1.1rem;
      padding: 0 10px;
      background: #ffffff;
      line-height: 100%;
      font-size: 1.8rem; }
    @media (max-width: 600px) {
      .wrap__title span.en {
        font-size: 6rem; }
      .wrap__title span.jp {
        margin-top: -1.7rem;
        font-size: 2.8rem; } }

.wrap__btn {
  margin-top: 6rem; }
  .wrap__btn--link {
    padding: 1.5rem;
    border-radius: 6rem;
    max-width: 25.3rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }

.btn__hover {
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .btn__hover::before, .btn__hover::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    z-index: -1;
    top: 0;
    left: 0;
    transition: 0.5s; }
  .btn__hover::before {
    background: linear-gradient(90deg, #005789 2%, #0c8ed9 100%); }
  .btn__hover::after {
    opacity: 0;
    background: linear-gradient(90deg, #0c8ed9 2%, #005789 100%); }
  .btn__hover:hover::before {
    opacity: 0; }
  .btn__hover:hover::after {
    opacity: 1; }

.group_banner {
  width: 100%;
  height: 40rem;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center; }
  .group_banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0003;
    z-index: 0; }
  .group_banner .title_banner {
    flex-wrap: wrap;
    margin-bottom: 0; }
    .group_banner .title_banner > span:first-child {
      display: inline;
      font-size: 5rem;
      letter-spacing: 0.1rem;
      color: #ffffff; }
  .group_banner__box {
    position: relative;
    z-index: 1; }
  @media (max-width: 960px) {
    .group_banner .title_banner {
      margin-bottom: 0; }
      .group_banner .title_banner span {
        padding-bottom: 1rem; }
        .group_banner .title_banner span:first-child {
          font-size: 6rem;
          letter-spacing: 0.1rem; }
    .group_banner__box {
      padding-top: 2.3rem; } }

.arrow {
  position: relative;
  border-style: solid solid none none;
  width: 1rem;
  height: 1rem;
  transform: rotate(-45deg);
  border-width: 0.2rem;
  border-color: #000000;
  z-index: 2; }

.space__top {
  padding-top: 10rem; }
.space__bottom {
  padding-bottom: 10rem; }

.anchor_fixtop {
  display: block;
  position: relative;
  top: -15rem;
  width: 100%;
  visibility: hidden; }

[class*="dflex"] {
  display: flex;
  flex-wrap: wrap; }

[class*="aic"] {
  align-items: center; }

[class*="aie"] {
  align-items: flex-end; }

[class*="ais"] {
  align-items: flex-start; }

[class*="jcc"] {
  justify-content: center; }

[class*="jcsb"] {
  justify-content: space-between; }

[class*="jcfe"] {
  justify-content: flex-end; }

[class*="fcolumn"] {
  flex-flow: column; }

a[href^="tel:"] {
  cursor: default;
  pointer-events: none; }
  @media (max-width: 1024px) {
    a[href^="tel:"] {
      cursor: pointer;
      pointer-events: all; } }

[class*="grid"] {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

@media (max-width: 960px) {
  [class*="grid"] {
    padding-left: 3rem;
    padding-right: 3rem; } }
body,
html {
  height: 100%; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  overflow-clip-margin: inherit; }

a,
button {
  color: inherit;
  text-decoration: none; }

button {
  cursor: pointer; }

input,
textarea,
button,
select {
  outline: none;
  resize: none; }

.hv-o {
  transition: ease all 0.5s; }
  .hv-o:hover {
    opacity: 0.8; }

.ho-main,
.os-main {
  overflow: hidden; }

.os-y-hidden {
  overflow-y: hidden; }

.os-section {
  position: relative; }

.os-align-center {
  text-align: center; }

.u-sp {
  display: none; }

ul,
ol {
  list-style: none; }

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

  .u-sp {
    display: block; } }
@media (max-width: 960px) {
  header #menu_hum {
    height: 12rem;
    padding-right: 2.3rem; } }
@media (min-width: 590px) {
  header {
    height: 9rem; } }
@media (max-width: 590px) {
  header {
    height: 12rem; }
    header .header_box .logo a:last-child img {
      width: 35rem; } }

.header_box {
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 0;
  transition: ease all 300ms;
  background: #ffffff;
  box-shadow: 0 0 8px #eaeaea; }
  .header_box.active .logo a:first-child img {
    width: 9rem; }
  .header_box.active .header_box-wrap {
    width: 100%; }
  .header_box .logo img {
    transition: ease all 300ms; }
  .header_box .logo a:last-child img {
    width: 30rem; }
  .header_box-wrap {
    transition: ease all 300ms;
    padding-left: 2.3rem; }

@media (max-width: 960px) {
  body.menu-active {
    overflow: hidden; }

  #header.menu-active {
    overflow-y: scroll;
    width: 100vw;
    height: 100vh;
    padding-bottom: 10vh; }

  .header_box-item:first-child {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header_box-item:last-child {
    display: none;
    width: 100%; }

  .header_box .logo {
    width: 42rem;
    position: relative;
    z-index: 1; } }
.businesspage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .businesspage .sub-menu {
    position: absolute;
    bottom: 0;
    transform: translateY(110%);
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    padding: 0;
    opacity: 0;
    z-index: -2;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: default;
    pointer-events: none;
    transition: ease all 0.35s; }
    .businesspage .sub-menu li {
      width: calc(100% / 3); }
      .businesspage .sub-menu li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 1rem; }
        @media (max-width: 1440px) and (min-width: 961px) {
          .businesspage .sub-menu li a {
            font-size: 13px; } }
  .businesspage:hover .sub-menu {
    bottom: 0;
    transform: translateY(100%);
    opacity: 1;
    z-index: 2;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
    pointer-events: all; }
  @media (max-width: 960px) {
    .businesspage {
      width: 100%; }
      .businesspage a {
        width: 100%; }
      .businesspage .sub-menu {
        position: relative;
        width: 100%;
        transform: unset;
        display: none;
        opacity: 1;
        pointer-events: all;
        z-index: 1;
        transition: none; }
        .businesspage .sub-menu > li {
          width: 100%;
          margin-left: 0;
          border-top: 1px dashed #727171; }
          .businesspage .sub-menu > li > a {
            padding: 2rem;
            display: flex;
            height: 9rem;
            align-items: center;
            flex-direction: row-reverse;
            justify-content: flex-end; }
            .businesspage .sub-menu > li > a::after {
              content: "";
              position: absolute;
              width: 10px;
              height: 10px;
              z-index: 0;
              left: 0;
              position: relative;
              display: inline-block;
              background: #000000;
              border-radius: 50%;
              margin-right: 10px; }
      .businesspage:hover .sub-menu {
        transform: unset;
        box-shadow: unset;
        pointer-events: all; } }

.header_box.active .menu > li.contact > a {
  border-radius: 0; }

.menu li {
  position: relative; }
  .menu li a {
    color: #727171;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0;
    display: flex;
    height: 9rem;
    align-items: center;
    padding: 2.3rem;
    text-transform: uppercase; }
    .menu li a:hover {
      color: #005789; }
  .menu li.active > a {
    color: #005789;
    font-weight: 700; }
  .menu li:first-child a::before {
    border-left: #0c8ed9 solid 1px; }

.menu li a {
  position: relative; }
  .menu li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    z-index: 0;
    top: 0;
    left: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1; }
  .menu li a.active, .menu li a:hover {
    color: #ffffff; }
    .menu li a.active::before, .menu li a:hover::before {
      height: calc(100%);
      background: #005789;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }

@media (max-width: 1440px) and (min-width: 961px) {
  .menu > li > a {
    font-size: 13px; } }
@media (min-width: 961px) {
  .menu > li.language a {
    width: 9rem;
    justify-content: center;
    border: 3px solid #005789;
    background: #005789;
    color: #ffffff; } }
@media (max-width: 960px) {
  #menu_hum {
    display: flex;
    right: 0;
    top: 0;
    height: 9rem;
    transition: all 0.35s;
    background: #ffffff;
    position: relative;
    align-items: center; }
    #menu_hum::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 0;
      top: 0;
      left: -100%;
      background: #ffffff; }
    #menu_hum > div {
      width: 6rem;
      height: 4.5rem;
      position: relative;
      display: flex;
      margin-left: auto; }
    #menu_hum span {
      background: #005789;
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
      transform: translate(-50%, -50%) rotate(0deg);
      position: absolute;
      width: 100%;
      height: 2px;
      left: 50%;
      -webkit-transition: top 0.1s ease 0.3s, background 0.1s ease 0.3s, -webkit-transform 0.3s ease;
      transition: top 0.1s ease 0.3s, background 0.1s ease 0.3s, -webkit-transform 0.3s ease;
      transition: top 0.1s ease 0.3s, transform 0.3s ease, background 0.1s ease 0.3s;
      transition: top 0.1s ease 0.3s, transform 0.3s ease, background 0.1s ease 0.3s, -webkit-transform 0.3s ease; }
      #menu_hum span:nth-child(1) {
        top: 0; }
      #menu_hum span:nth-child(2) {
        top: 47%;
        transform: translateX(-50%); }
      #menu_hum span:nth-child(3) {
        top: 100%; }
    #menu_hum .change span {
      -webkit-transition: top 0.1s ease, background 0.1s ease, -webkit-transform 0.3s ease 0.1s;
      transition: top 0.1s ease, background 0.1s ease, -webkit-transform 0.3s ease 0.1s;
      transition: top 0.1s ease, transform 0.3s ease 0.1s, background 0.1s ease;
      transition: top 0.1s ease, transform 0.3s ease 0.1s, background 0.1s ease, -webkit-transform 0.3s ease 0.1s;
      top: 50%;
      -webkit-transform: translate(-50%, 5%) rotate(225deg);
      transform: translate(-50%) rotate(225deg); }
      #menu_hum .change span:nth-child(1) {
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(315deg);
        transform: translate(-50%) rotate(315deg); }
      #menu_hum .change span:nth-child(2) {
        opacity: 0; }

  .menu {
    padding-bottom: 15px; }
    .menu > li {
      width: 100%;
      margin-left: 0;
      border-top: 1px dashed #727171; }
      .menu > li:nth-child(1) {
        border-top: 0; }
      .menu > li a {
        padding: 2rem;
        font-size: 3rem;
        font-weight: 500; }
      .menu > li.language a {
        margin-top: 15px;
        border: 2px solid #005789;
        background: #005789;
        color: #ffffff;
        justify-content: center; }

  .toggle__sub-menu {
    position: absolute;
    top: 2rem;
    right: 1rem;
    width: 6rem;
    height: 6rem; }
    .toggle__sub-menu::before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      z-index: 0;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 15px solid #005789;
      -webkit-transition: ease all 0.35s;
      -moz-transition: ease all 0.35s;
      -ms-transition: ease all 0.35s;
      -o-transition: ease all 0.35s;
      transition: ease all 0.35s; }
    .toggle__sub-menu.is-active::before {
      transform: translate(-50%, -50%) rotate(180deg); } }
@media (max-width: 767px) {
  .menu li a {
    font-size: 2.35rem; } }
@media (max-width: 480px) {
  .menu li a {
    font-size: 3rem;
    padding: 3rem !important; } }
.home-kv {
  height: 48rem;
  max-height: 48rem;
  width: 100%;
  min-height: 32rem;
  position: relative;
  z-index: 0; }
  .home-kv__inner {
    position: fixed;
    left: 0;
    width: 100%;
    top: 9rem; }

.js-slider__content {
  width: 100%;
  overflow: hidden;
  z-index: 1; }
  .js-slider__content .js-slider__img {
    position: relative;
    height: 48rem; }
    .js-slider__content .js-slider__img::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 0;
      top: 0;
      left: 0;
      z-index: 1;
      background: #0000001a; }
  .js-slider__content .slick-slide img {
    max-height: 48rem;
    width: 100%;
    object-fit: cover;
    min-height: 32rem;
    height: 100%; }
  .js-slider__content .slick-list,
  .js-slider__content .slick-track {
    width: 100%; }
  .js-slider__content .js-slider__item {
    position: relative; }
    .js-slider__content .js-slider__item .js-slider__txt {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      font-family: "IBM Plex Sans JP", sans-serif;
      color: #ffffff;
      z-index: 99999; }
      .js-slider__content .js-slider__item .js-slider__txt p {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        line-height: 1.5;
        font-size: 1.6rem; }
        @media (max-width: 600px) {
          .js-slider__content .js-slider__item .js-slider__txt p {
            font-size: 10px; } }
    .js-slider__content .js-slider__item .js-slider__title {
      margin-bottom: 3rem;
      font-size: 5rem;
      font-weight: 400;
      line-height: 1.5; }

.wrap__img--zoominimg {
  width: 100%;
  overflow: hidden; }
  .wrap__img--zoominimg img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    object-fit: cover; }
    @media (min-width: 1000.5px) {
      .wrap__img--zoominimg img:not(.js__img) {
        min-height: 17rem;
        max-height: 17rem; } }
    @media (max-width: 1000px) and (min-width: 599.5px) {
      .wrap__img--zoominimg img:not(.js__img) {
        min-height: 24rem;
        max-height: 24rem; } }
    @media (max-width: 599px) {
      .wrap__img--zoominimg img:not(.js__img) {
        min-height: 35rem;
        max-height: 35rem; } }
  .wrap__img--zoominimg .wrap__link:hover img:not(.js__img) {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .wrap__img--zoominimg .wrap__link:hover img.js__img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.business {
  position: relative;
  background: linear-gradient(0deg, rgba(237, 236, 241, 0.9) 2%, rgba(254, 254, 254, 0.9) 100%);
  z-index: 3; }
  @media (min-width: 1000.5px) {
    .business__list {
      row-gap: 1.5rem; } }
  .business__list-item {
    background: #005789; }
    .business__list-item * {
      color: #ffffff; }
    @media (min-width: 1000.5px) {
      .business__list-item {
        width: calc((100% - 4.5rem) / 4);
        margin-right: 1.5rem; }
        .business__list-item:nth-child(4) {
          margin-right: 0; } }
    @media (max-width: 1000px) and (min-width: 600px) {
      .business__list-item {
        width: calc((100% - 3vw) / 2);
        margin-right: 3vw;
        margin-bottom: 3vw; }
        .business__list-item:nth-child(2n) {
          margin-right: 0; } }
    @media (max-width: 599px) {
      .business__list-item {
        width: 100%; }
        .business__list-item:not(:last-child) {
          margin-bottom: 4vw; } }
  .business .wrap__content {
    padding: 1.8rem; }
    .business .wrap__content-title {
      text-align: center;
      margin-bottom: 1.4rem;
      min-height: 5.6rem;
      font-weight: 500; }
    .business .wrap__content-btn--link {
      position: relative;
      display: inline-block;
      min-width: 100px;
      border: 0.1px solid #005789ba;
      padding: 5px 25px;
      border-radius: 25px;
      background: #ffffff; }

@media (max-width: 1440px) {
  .grid-1200 {
    max-width: 133rem; } }
/* Dots */
.slick-dots {
  position: absolute;
  z-index: 2;
  bottom: 3rem;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    border-radius: 2.5rem;
    background: #ffffff;
    opacity: 0.8;
    margin: 0 1rem;
    padding: 0;
    outline: none;
    cursor: pointer; }
    .slick-dots li.slick-active {
      background: #005789; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      border-radius: 2.5rem;
      width: 1.5rem;
      height: 1.5rem;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent;
      z-index: 2; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button::-moz-focus-inner {
        border: 0; }

.company__info {
  width: 100%;
  margin: 0 auto; }
  .company__info tr td {
    vertical-align: top;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #005789; }
    .company__info tr td:first-child {
      font-weight: bold;
      width: 22rem;
      padding-right: 3rem;
      background-color: #005789;
      color: #ffffff; }

.history__slide--wrap {
  position: relative; }

.history__slide-inner .slider__nav .slick-arrow {
  display: none !important; }
.history__slide-item {
  position: relative; }
  .history__slide-item.slick-current::before {
    opacity: 0; }
  .history__slide-item img {
    width: 100%;
    object-fit: cover; }
.history__slide-title {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  left: 0;
  bottom: 0;
  color: #ffffff;
  width: 100%;
  padding: 0; }
  .history__slide-title .time {
    background: #005789;
    padding: 0.3rem 5rem 0.3rem 1rem;
    position: relative;
    clip-path: polygon(75% 0, 100% 100%, 0 100%, 0 0); }
  .history__slide-title .text {
    width: 100%;
    padding: 1rem;
    background-color: #333333dd; }
.history__slide .slick-dots {
  bottom: 0;
  transform: translateY(calc(100% + 1rem)); }

.history__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 6rem;
  margin: 0 auto; }
  .history__list .history__item {
    display: flex;
    flex-direction: column;
    align-items: start; }
    .history__list .history__item--time {
      background-color: #005789;
      color: #ffffff;
      padding: 0.2rem 1rem; }
    .history__list .history__item--text {
      width: 100%;
      border-top: #005789 solid 1px; }

@media (max-width: 960px) {
  .history__slide-item img {
    width: 100%;
    max-width: 100%;
    display: block;
    max-height: 55.208vw; } }
@media (min-width: 960px) {
  .history__slide-gp {
    position: relative;
    overflow: hidden; }
  .history__slide-item {
    width: 100% !important;
    margin: 0 auto; } }
  @media (min-width: 960px) and (max-width: 960px) {
    .history__slide-item {
      max-width: 960px; } }
  @media (min-width: 960px) and (min-width: 960px) {
    .history__slide-item {
      max-width: 96rem;
      max-height: 50rem; } }
@media (min-width: 960px) {
    .history__slide-item img {
      width: 100% !important; } }
    @media (min-width: 960px) and (max-width: 960px) {
      .history__slide-item img {
        max-width: 960px; } }
    @media (min-width: 960px) and (min-width: 960px) {
      .history__slide-item img {
        max-width: 96rem;
        max-height: 50rem; } }

@media (min-width: 960px) {
  .slick__control {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5; }
    .slick__control-prev {
      right: 0; }
    .slick__control-next {
      left: 0; }
    .slick__control-wrap {
      position: absolute;
      top: 0;
      height: 100%;
      width: calc((100% - 96rem) / 2);
      background-color: #ffffff80; }
      .slick__control-wrap .arrow {
        position: absolute;
        top: 50%;
        border-color: #005789;
        border-width: 1rem;
        width: 3rem;
        height: 3rem; }
      .slick__control-wrap.prev {
        left: 0; }
        .slick__control-wrap.prev .arrow {
          right: 0;
          transform: translateY(-50%) rotate(225deg); }
      .slick__control-wrap.next {
        right: 0; }
        .slick__control-wrap.next .arrow {
          left: 0;
          transform: translateY(-50%) rotate(45deg); }
    .slick__control .slick-arrow {
      position: absolute;
      opacity: 1;
      top: 50%;
      transform: translateY(-50%);
      background-color: transparent;
      border: none; } }
.slider__nav .slick-list .slick-track {
  display: flex;
  justify-content: center;
  width: 100% !important;
  transform: unset !important; }
.slider__nav-item {
  max-width: 80px;
  padding: 5px;
  margin: 0 0.5rem;
  line-height: 1.5;
  cursor: pointer; }
  .slider__nav-item:not(.is-active) {
    color: #005789; }
  .slider__nav-item.is-active, .slider__nav-item:hover {
    color: #ffffff;
    background-color: #005789; }

.group__wrap-main {
  background-image: url(../img/corporate/group/group-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff; }
.group__desc {
  margin-bottom: 6rem;
  padding-top: 3rem; }
.group__container {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 400px; }
  @media (min-width: 590px) {
    .group__container {
      min-width: 400px;
      min-height: 400px; } }
  @media (max-width: 590px) {
    .group__container {
      max-width: 280px;
      min-width: 280px;
      min-height: 280px; } }
.group__company {
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.3s;
  border: 5px solid #ffffff; }
  @media (min-width: 590px) {
    .group__company {
      width: 240px;
      height: 240px; } }
  @media (max-width: 590px) {
    .group__company {
      width: 160px;
      height: 160px; } }
  .group__company img {
    max-width: 50%;
    max-height: 80%;
    position: absolute;
    transition: all ease 0.3s; }
  .group__company-map {
    visibility: hidden;
    position: absolute;
    transition: opacity 0.2s ease-in-out;
    z-index: 10;
    overflow: hidden;
    pointer-events: none;
    border-radius: 50%; }
    @media (min-width: 590.5px) {
      .group__company-map {
        width: 240px;
        height: 240px; } }
    .group__company-map.yellow {
      top: 0 !important;
      left: 50% !important;
      transform: translateX(-50%) !important; }
    .group__company-map.blue {
      top: auto !important;
      bottom: 0 !important;
      left: 0 !important; }
    .group__company-map.green {
      bottom: 0 !important;
      right: 0 !important; }
    .group__company-map iframe {
      width: 100%;
      height: 100%;
      border: 1px solid #ffffff; }
  .group__company .group__map {
    opacity: 0; }
  .group__company.gkd {
    border-color: #ff4b53; }
    .group__company.gkd img {
      max-height: 110px;
      height: 60%;
      transform: translateY(-20%); }
  .group__company.asaba {
    border-color: #00a89d;
    transform: translate(-40%, 70%); }
    .group__company.asaba img {
      transform: translateX(-20%);
      max-width: 150px;
      width: 70%; }
  .group__company.gkv {
    border-color: #ffb252;
    transform: translate(40%, 70%); }
    .group__company.gkv img {
      max-height: 110px;
      height: 60%;
      padding: 4px;
      object-fit: cover;
      transform: translateX(20%); }
  .group__company:hover {
    z-index: 1; }
    .group__company:hover .group__logo {
      opacity: 0; }
    .group__company:hover .group__map {
      opacity: 1; }
.group__main {
  position: relative;
  display: flex;
  flex-direction: column; }
  .group__main .group__present {
    position: absolute;
    display: flex;
    flex-direction: column;
    border: solid; }
    .group__main .group__present .group__company-name {
      font-weight: 800; }
    .group__main .group__present.gkd {
      border-color: #ff4b53;
      top: -15%;
      left: 18.5%; }
    .group__main .group__present.asaba {
      border-color: #00a89d;
      bottom: 0;
      left: 12%; }
    .group__main .group__present.gkv {
      border-color: #ffb252;
      bottom: 0;
      right: 0; }
    @media (max-width: 1440px) {
      .group__main .group__present.gkd {
        left: 21%; }
      .group__main .group__present.asaba {
        left: 15%; }
      .group__main .group__present.gkv {
        right: 3%; } }
    @media (max-width: 1200px) {
      .group__main .group__present {
        position: unset;
        margin-top: 2rem; } }
.group__content {
  margin-top: 6rem; }
  .group__content-inner {
    gap: 3rem;
    align-items: stretch; }
    @media (max-width: 960.5px) {
      .group__content-inner {
        width: 100%;
        max-width: 80rem;
        margin: 0 auto; } }
  .group__content-item {
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    margin: 0 auto;
    text-align: center; }
    .group__content-item.gkd {
      order: 2; }
    .group__content-item.asaba {
      order: 1; }
    .group__content-item.gkv {
      order: 3; }
    @media (max-width: 1200px) {
      .group__content-item {
        width: calc((100% / 3) - 2rem); } }
    @media (max-width: 960.5px) {
      .group__content-item {
        width: 100%; }
        .group__content-item.gkd {
          order: 1; }
        .group__content-item.asaba {
          order: 2; }
        .group__content-item.gkv {
          order: 3; } }
    .group__content-item .group__present {
      margin-top: 2rem;
      padding: 1rem;
      text-align: left; }
      .group__content-item .group__present.gkd {
        border: 2px solid #ff4b53; }
        .group__content-item .group__present.gkd .group__company-name {
          color: #ff4b53; }
      .group__content-item .group__present.asaba {
        border: 2px solid #00a89d; }
        .group__content-item .group__present.asaba .group__company-name {
          color: #00a89d; }
      .group__content-item .group__present.gkv {
        border: 2px solid #ffb252; }
        .group__content-item .group__present.gkv .group__company-name {
          color: #ffb252; }
.group__present {
  flex-grow: 1; }

.non-select {
  opacity: 0.4; }
  @media (max-width: 960px) {
    .non-select {
      opacity: 1; } }

.top_info {
  background: #ffffff;
  position: relative; }

.info__list-01 li {
  padding-left: 2.5rem;
  display: flex;
  align-items: center;
  border-bottom: #0c8ed9 solid 1px; }
  .info__list-01 li:first-child {
    border-top: #0c8ed9 solid 1px; }
  .info__list-01 li * {
    display: inline-block;
    word-break: break-all;
    line-height: 200%;
    color: #005789; }
  .info__list-01 li .cate {
    color: #ffffff;
    padding: .4rem;
    width: 15rem;
    border-radius: 20px;
    text-align: center;
    position: relative;
    z-index: 0; }
  .info__list-01 li .date {
    color: #005789;
    margin-left: 2rem; }
  .info__list-01 li .txt {
    font-weight: 500;
    width: 90rem;
    padding: 3.3rem 0;
    padding-left: 5.2rem; }
    .info__list-01 li .txt:hover {
      color: #0c8ed9; }

@media (max-width: 960px) {
  .info__list-01 li {
    padding: 3rem 0 0;
    flex-wrap: wrap; }
    .info__list-01 li .cate {
      min-width: 20rem;
      border-radius: 4rem; }
    .info__list-01 li .txt {
      width: 100%;
      padding: 1rem 0; } }
.news__single-header .cate,
.news__single-header .date {
  display: inline-flex;
  justify-content: center;
  color: #005789;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0; }
.news__single-header .cate {
  color: #ffffff;
  padding: .4rem;
  width: 15rem;
  border-radius: 20px; }
.news__single-header .date {
  margin-left: 2rem; }
.news__single-header .title {
  color: #005789;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0;
  margin: 1.5rem 0; }
.news__single-content--item + .news__single-content--item {
  margin-top: 2rem; }
.news__single-content .top__button-01 {
  margin-top: 6rem; }
.news__single-content .img {
  margin-bottom: 1.5rem; }
.news__single-content--item ul,
.news__single-content--item ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 4rem;
  unicode-bidi: isolate; }
.news__single-content--item h1,
.news__single-content--item h2,
.news__single-content--item h3,
.news__single-content--item h4,
.news__single-content--item h5,
.news__single-content--item h6 {
  line-height: 1.2em;
  padding-top: .8em;
  margin-bottom: .4em; }
.news__single-content--item h1,
.news__single-content--item h2,
.news__single-content--item h3,
.news__single-content--item h4,
.news__single-content--item h5,
.news__single-content--item h6,
.news__single-content--item p {
  overflow-wrap: break-word; }
.news__single-content--item h2 {
  font-size: 1.84em; }
.news__single-content--item h3 {
  font-size: 1.48em; }
.news__single-content--item h4 {
  font-size: 1.22em; }
.news__single-content--item em,
.news__single-content--item i {
  font-style: italic; }
.news__single-content--item blockquote {
  line-height: 1.6em;
  padding-top: .2em;
  border-left: 5px solid #ccc;
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em; }

@media (max-width: 1440px) and (min-width: 961px) {
  .news__single-header .cate,
  .news__single-header .date {
    font-size: 13px; }
  .news__single-header .cate {
    width: 17rem; }
  .news__single-header .title {
    font-size: 4.5rem; } }
@media (max-width: 960px) {
  .news__single-header .cate,
  .news__single-header .date {
    font-size: 3rem; }
  .news__single-header .cate {
    min-width: 20rem;
    border-radius: 4rem; }
  .news__single-header .title {
    font-size: 4.5rem;
    margin-bottom: 3rem; } }
@media (max-width: 590px) {
  .news__single-header .cate,
  .info__list-01 li .cate {
    min-width: 28rem; } }
.pagerDsp {
  margin-top: 6rem; }
  .pagerDsp .item {
    font-size: 2rem;
    font-weight: 500;
    margin: 0 1rem;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #005789 2%, #0c8ed9 100%);
    border-radius: 100%;
    position: relative; }
    .pagerDsp .item span {
      position: relative;
      z-index: 2; }
    .pagerDsp .item:hover, .pagerDsp .item.current {
      color: #ffffff; }
      .pagerDsp .item:hover::before, .pagerDsp .item.current::before {
        background-color: transparent; }
    .pagerDsp .item:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #ffffff;
      z-index: 1;
      width: calc(100% - 2px);
      height: calc(100% - 2px);
      border-radius: 100%; }
  .pagerDsp .prev {
    margin-right: 2.7rem; }
  .pagerDsp .next {
    margin-left: 2.7rem; }
  .pagerDsp .next,
  .pagerDsp .prev {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease all 0.35s;
    position: relative;
    background: linear-gradient(90deg, #005789 2%, #0c8ed9 100%);
    height: 4rem;
    width: 4rem;
    border-radius: 100%; }
    .pagerDsp .next:before,
    .pagerDsp .prev:before {
      content: '';
      position: absolute;
      top: 1px;
      left: 1px;
      background-color: #ffffff;
      z-index: 1;
      width: calc(100% - 2px);
      height: calc(100% - 2px);
      border-radius: 100%; }
    .pagerDsp .next .arrow,
    .pagerDsp .prev .arrow {
      width: 10px;
      height: 10px; }
      .pagerDsp .next .arrow--left,
      .pagerDsp .prev .arrow--left {
        transform: rotate(-135deg);
        left: 0.25rem; }
      .pagerDsp .next .arrow--right,
      .pagerDsp .prev .arrow--right {
        right: 0.25rem;
        transform: rotate(45deg); }
    .pagerDsp .next:hover .arrow,
    .pagerDsp .prev:hover .arrow {
      border-color: #ffffff; }
    .pagerDsp .next:hover::before,
    .pagerDsp .prev:hover::before {
      background-color: transparent; }
  @media (max-width: 1300px) {
    .pagerDsp .item {
      font-size: 3rem;
      width: 5rem;
      height: 5rem; } }
  @media (max-width: 960px) {
    .pagerDsp .item {
      font-size: 3rem;
      width: 5rem;
      height: 5rem; } }

body.compensate-for-scrollbar {
  margin-right: 0 !important;
  overflow-y: scroll; }

.page__business .wp__business--title {
  color: #005789;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 175%;
  letter-spacing: 1px;
  border-bottom: 1px solid #005789;
  padding-bottom: 0.5rem;
  margin-bottom: 2.5rem;
  margin-top: 0.3rem; }
  @media (max-width: 960px) {
    .page__business .wp__business--title {
      margin-top: 2rem; } }
  @media (max-width: 590px) {
    .page__business .wp__business--title {
      font-size: 3.5rem; } }
.page__business .wp__business--content {
  word-break: auto-phrase;
  overflow-wrap: normal; }
.page__business .wp__business-achievements {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.7;
  color: #ffffff;
  letter-spacing: 1px;
  position: absolute;
  width: 100%;
  left: 1.5rem;
  bottom: 1.5rem;
  z-index: 5;
  background: #005789;
  padding: 0.5rem 1.5rem;
  clip-path: polygon(33% 0, 40% 100%, 0 100%, 0 0); }
.page__business .wp__business-item {
  width: 100%;
  position: relative; }
  @media (min-width: 960.5px) {
    .page__business .wp__business-item:not(:last-child) {
      margin-bottom: 8rem; } }
  @media (max-width: 960.5px) {
    .page__business .wp__business-item:not(:last-child) {
      margin-bottom: 6rem; } }
  .page__business .wp__business-item__sub {
    position: relative; }
    .page__business .wp__business-item__sub.wp__border {
      padding: 1.5rem; }
  @media (min-width: 960.5px) {
    .page__business .wp__business-item__sub {
      width: 50%; }
      .page__business .wp__business-item__sub:last-child {
        padding-left: 2.083vw; }
    .page__business .wp__business-item:nth-child(2n) .wp__business-item__sub {
      order: 1; }
      .page__business .wp__business-item:nth-child(2n) .wp__business-item__sub:last-child {
        order: 0;
        padding-left: 0px;
        padding-right: 2.083vw; } }
  @media (max-width: 960.5px) {
    .page__business .wp__business-item__sub {
      width: 100%; }
    .page__business .wp__business-item:nth-child(2n) .wp__business-item__sub {
      order: 1; } }
.page__business .js__business {
  border: 1px solid #005789; }
  .page__business .js__business::before, .page__business .js__business::after {
    content: "";
    position: absolute;
    width: 10rem;
    height: 10rem;
    z-index: 0; }
  .page__business .js__business::before {
    top: -1.5rem;
    left: -1.5rem;
    right: auto;
    border-top: 0.3rem solid #005789;
    border-left: 0.3rem solid #005789; }
  .page__business .js__business::after {
    bottom: -1.5rem;
    right: -1.5rem;
    left: auto;
    border-right: 0.3rem solid #005789;
    border-bottom: 0.3rem solid #005789; }
  .page__business .js__business .slick-list .slick-track img {
    height: 40rem;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    -moz-transition: -moz-transform 0.8s linear;
    -webkit-transition: -webkit-transform 0.8s linear;
    -o-transition: -o-transform 0.8s linear;
    -ms-transition: -ms-transform 0.8s linear;
    transition: transform 0.8s linear; }

#business .wrap__title.wrap__title--02 .jp.serif {
  background: #f9f8fa !important;
  z-index: 1; }

.recruit_banner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: unset;
  padding: 0;
  color: #ffffff; }
  .recruit_banner img {
    width: 100%; }
.recruit_p-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  width: 100%;
  height: 100%; }
  .recruit_p-text .top__title-02.title_banner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center; }
    @media (min-width: 751px) {
      .recruit_p-text .top__title-02.title_banner span {
        transform: translateY(-70%); } }
    @media (min-width: 961px) {
      .recruit_p-text .top__title-02.title_banner span {
        transform: translateY(-150%); } }
.recruit_p-desc {
  font-family: "IBM Plex Sans JP", sans-serif;
  width: 100%;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  background-color: #000000;
  font-size: 2rem;
  padding: 15px; }
  @media (max-width: 400px) {
    .recruit_p-desc {
      font-size: 10px; } }

.animate-icon {
  opacity: 0;
  transform: translateY(2em);
  transition: all 1.8s cubic-bezier(0.45, 0.32, 0.52, 0.96);
  display: block; }
  .animate-icon span {
    opacity: 0;
    transform: translateY(2em);
    transition: transform 1.8s cubic-bezier(0.45, 0.32, 0.52, 0.96); }
  .animate-icon.animated-icon {
    opacity: 1;
    transform: translateY(0);
    animation: 500ms 500ms ease-in-out; }
    .animate-icon.animated-icon span {
      transform: translateY(0); }

.group_gkd_banner {
  width: 100%;
  height: 40rem;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center; }
  .group_gkd_banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    opacity: 0.95;
    background: linear-gradient(0deg, #fefefe 23%, #edecf1 100%); }
  .group_gkd_banner .title_banner {
    flex-wrap: wrap; }
    .group_gkd_banner .title_banner > span::before {
      top: 48%;
      color: #f4f9ff; }
    .group_gkd_banner .title_banner > span:first-child {
      display: inline;
      font-size: 5rem;
      letter-spacing: 0.1rem; }
    .group_gkd_banner .title_banner > span > span {
      display: flex; }
      .group_gkd_banner .title_banner > span > span span:first-child {
        color: #005789; }
    .group_gkd_banner .title_banner .ja {
      width: 100%;
      display: block;
      text-align: center;
      font-size: 2rem;
      color: #005789;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 500;
      margin-top: 1.6rem;
      padding-bottom: 0; }
      .group_gkd_banner .title_banner .ja::first-letter {
        color: #005789; }
      .group_gkd_banner .title_banner .ja::before, .group_gkd_banner .title_banner .ja::after {
        content: none; }
  .group_gkd_banner__box {
    padding-top: 2.3rem; }
  @media (max-width: 960px) {
    .group_gkd_banner::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 0;
      left: 0;
      top: 0;
      opacity: 0.95;
      background: linear-gradient(0deg, #fefefe 23%, #edecf1 100%); }
    .group_gkd_banner .title_banner {
      margin-bottom: 0; }
      .group_gkd_banner .title_banner span {
        padding-bottom: 1rem; }
        .group_gkd_banner .title_banner span::after {
          width: 7.5rem;
          height: 0.35rem; }
        .group_gkd_banner .title_banner span::before {
          top: 38%;
          font-size: 11.7rem;
          letter-spacing: 0.2rem; }
        .group_gkd_banner .title_banner span:first-child {
          font-size: 6rem;
          letter-spacing: 0.1rem; }
      .group_gkd_banner .title_banner .ja {
        font-size: 3rem;
        margin-top: 2.1rem; }
    .group_gkd_banner__box {
      padding-top: 2.3rem; } }

.top__title-01 {
  margin-bottom: 0;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .top__title-01 > span {
    color: #acc0cd;
    font-size: 4rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0;
    font-family: "Noto Sans JP", sans-serif;
    padding-bottom: 0.5rem;
    position: relative;
    display: inline-block; }
    .top__title-01 > span::first-letter {
      color: #005789; }
    .top__title-01 > span::before {
      content: "";
      position: absolute;
      width: max-content;
      height: auto;
      z-index: 0;
      content: attr(data-text);
      z-index: -1;
      top: 36%;
      left: 50%;
      font-family: "Noto Sans JP", sans-serif;
      text-align: center;
      transform: translate(-50%, -50%);
      color: #ffffff;
      font-size: 14.8rem;
      font-weight: 500;
      line-height: 100%;
      letter-spacing: 0.8rem; }
    .top__title-01 > span > span {
      position: relative;
      display: flex;
      letter-spacing: 0.15rem; }
      .top__title-01 > span > span span:first-child {
        color: #005789; }
      .top__title-01 > span > span::after {
        content: "";
        position: absolute;
        width: 6.5rem;
        height: 0.2rem;
        z-index: 0;
        bottom: -0.2rem;
        left: 50%;
        transform: translateX(-50%);
        background: linear-gradient(90deg, #005789 2%, #0c8ed9 100%); }
  .top__title-01.vs-02::before {
    color: #f4f9ff; }
  .top__title-01.vs-03 span::before {
    color: #f4f9ff; }
  .top__title-01.vs-03 span::after {
    left: 0;
    transform: initial; }
.top__title-02 {
  color: #005789;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0;
  margin-bottom: 5rem; }
.top__title-03 span {
  display: block;
  width: max-content;
  color: #ffffff;
  font-size: 4rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0; }
  .top__title-03 span:first-child {
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 0.4rem;
    position: relative; }
    .top__title-03 span:first-child::first-letter {
      color: #005789; }
    .top__title-03 span:first-child::before {
      content: "";
      position: absolute;
      width: 6.5rem;
      height: 0.2rem;
      z-index: 0;
      bottom: 0;
      left: 0;
      background: linear-gradient(90deg, #005789 2%, #00d463 100%); }
  .top__title-03 span:last-child {
    font-size: 2rem; }
.top__title-03.vs-02 {
  position: relative; }
  .top__title-03.vs-02::before {
    content: "";
    position: absolute;
    width: max-content;
    height: auto;
    z-index: 0;
    content: attr(data-text);
    z-index: -1;
    top: 45%;
    left: 50%;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 14.8rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.8rem;
    opacity: 0.2; }
  .top__title-03.vs-02 span:first-child::before {
    left: 50%;
    transform: translateX(-50%); }
  .top__title-03.vs-02 span:last-child {
    margin-left: auto;
    margin-right: auto; }

.sec1-recruit {
  background: linear-gradient(360deg, #edecf1 0%, #fefefe 100%);
  position: relative; }
  .sec1-recruit .cont-1400 {
    position: relative;
    z-index: 2; }

.sec1-recruit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/recruit/pic2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.txt-fs40 {
  font-size: 40px;
  line-height: 1.75;
  color: #005789;
  font-weight: 500; }

.sec1-recruit-main {
  max-width: 1300px;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.sec1-recruit-right {
  width: 49.3%; }

.sec1-recruit-left {
  width: 50.7%;
  padding-right: 3%;
  max-width: max-content; }

.sec1-recruit-left .txt-fs16 {
  padding-top: 40px; }

.sec1-recruit {
  height: auto !important; }

.sec1-recruit-right-img-sp {
  display: none; }

.sec1-recruit:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 39%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%); }

.sec2-recruit-ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 2.5%; }

.sec2-recruit-ul .txt-fs20 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold; }

.sec2-recruit-ul p {
  padding-left: 10px;
  padding-right: 10px; }

.sec2-recruit-ul-img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px; }

.sec3-recruit-main .sec1-safety-table-element tr td:first-child {
  width: 185px;
  font-weight: 600; }

.sec3-recruit-main .sec1-safety-table-element tr td:last-child {
  padding-left: 20px; }

.sec4-recruit {
  background-color: #f4f9ff;
  padding-top: 110px;
  padding-bottom: 57px; }

.sec4-recruit-main {
  padding-top: 80px; }

.recruit__slide-recruit {
  padding-top: 0 !important;
  margin: 0 !important; }

.sec5-recruit {
  margin-bottom: 150px; }

@media screen and (min-width: 1201px) {
  .sec5-recruit {
    margin-top: 32px; } }
@media screen and (max-width: 1200px) {
  .txt-fs40 {
    font-size: 3.333vw !important; } }
@media screen and (max-width: 750px) {
  .sec1-recruit-right {
    width: 100%; }

  .sec1-recruit-right img {
    width: 100%; }

  .sec1-recruit-left {
    width: 100%;
    padding-right: 0;
    max-width: 100%; }

  .sec1-recruit-main {
    row-gap: 10px; }

  .sec1-recruit-left .txt-fs16 {
    padding-top: 25px; }

  .sec1-recruit-right-img-sp {
    display: block; }

  .sec1-recruit-right-img-pc {
    display: none; }

  .sec1-recruit-right img + img {
    margin-top: 20px; }

  .txt-fs40 {
    font-size: 5.6rem !important; } }
@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .sec2-recruit-ul .txt-fs20 {
    font-size: 1.667vw; } }
@media screen and (max-width: 999px) {
  .sec2-recruit-ul .txt-fs20 {
    padding-top: 10px;
    padding-bottom: 10px; }

  .sec2-recruit-ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3%;
    justify-content: center;
    row-gap: 30px; }

  .sec2-recruit-ul li {
    width: 48.5%; }

  .recruit__slide-recruit {
    padding-top: 0; }

  .sec5-recruit {
    margin-bottom: 80px; } }
@media screen and (max-width: 767px) {
  .top__title-01_long-requiment span:before {
    font-size: 10.5rem !important; } }
@media screen and (max-width: 750px) {
  .sec2-recruit-ul li {
    width: 100%; }

  .sec2-recruit-ul .txt-fs20 {
    text-align: left; }

  .sec2-recruit-ul p {
    padding-left: 0;
    padding-right: 0; }

  .sec2-recruit-ul-img {
    display: block;
    padding-left: 15px;
    padding-right: 15px; }

  .sec2-recruit-ul-img li + li {
    margin-top: 30px; }

  .sec4-recruit-main {
    padding-top: 40px; }

  .sec5-recruit {
    margin-bottom: 50px; } }
.cont-1400 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 30px); }

.sec1-safety {
  padding-top: 135px;
  padding-bottom: 150px; }
  .sec1-safety .cont-1400 {
    width: 100%; }

.txt-fs30 {
  font-size: 30px; }

.sec1-safety-table-txt {
  text-align: center;
  position: relative; }
  .sec1-safety-table-txt .txt-fs30 {
    padding-bottom: 30px; }

.sec1-safety-table {
  margin-top: 26px;
  padding-top: 40px;
  padding-bottom: 110px;
  position: relative;
  background: black;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.03) 0%, white 50%);
  padding-left: 15px;
  padding-right: 15px; }

.sec1-safety-table:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/safety/pic9.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center; }

.sec1-safety-table-element {
  border-spacing: 0;
  width: 100%; }
  .sec1-safety-table-element tr td:first-child {
    color: #005789;
    font-weight: 500;
    letter-spacing: 1px;
    width: 100px;
    padding-left: 20px;
    border-color: #005789; }
  .sec1-safety-table-element tr td:last-child {
    width: calc(100% - 100px);
    padding-left: 33px; }
  .sec1-safety-table-element tr td {
    border-bottom: 1px solid #004857;
    padding-top: 22px;
    padding-bottom: 22px;
    vertical-align: top; }
  .sec1-safety-table-element tr:first-child td:first-child {
    border-top: 1px solid #005789; }
  .sec1-safety-table-element tr:first-child td:last-child {
    border-top: 1px solid #004857; }

.sec1-safety-table-m {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 43px;
  position: relative; }

.sec1-safety-table-txt-br {
  display: none; }

.txt-fs20 {
  font-size: 20px; }

.attempt-num-line {
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
  color: #acc0cd;
  position: relative; }

.attempt-num-line::after {
  content: "";
  width: calc(100% - 120px);
  height: 1px;
  background-color: #004857;
  display: block;
  top: 50%;
  right: 0;
  position: absolute; }

.attempt-num-line:first-letter {
  color: #005789; }

.txt-line-bottom:after {
  content: "";
  display: block;
  width: 65px;
  height: 2px;
  background: linear-gradient(90deg, #005789 2%, #0c8ed9 100%);
  margin-top: 10px; }

@media screen and (max-width: 999px) {
  .txt-fs30 {
    font-size: 25px; } }
@media screen and (max-width: 750px) {
  .txt-fs30 {
    font-size: 20px; }

  .sec1-safety-table {
    margin-top: 0;
    padding-bottom: 80px; }

  .sec1-safety-table-txt .txt-fs30 {
    padding-bottom: 15px; }

  .sec1-safety-table-m {
    padding-top: 30px; }

  .sec1-safety-table:before {
    background-size: auto 300px; }

  .sec1-safety-table-element tr td {
    width: 100% !important;
    float: left;
    padding: 0 !important;
    border: 0 !important; }
  .sec1-safety-table-element tr td:first-child {
    padding-top: 15px !important; }
  .sec1-safety-table-element tr td:last-child {
    padding-bottom: 15px !important;
    border-bottom: 1px solid #004857 !important;
    word-break: auto-phrase; }
  .sec1-safety-table-element tr:first-child td:first-child {
    border-top: 1px solid #004857 !important; }

  .sec1-safety-table {
    padding-bottom: 50px; }

  .txt-fs20 {
    font-size: 18px; }

  .txt-line-bottom:after {
    margin-top: 5px; }

  .attempt-num-line::after {
    width: calc(100% - 100px); } }
@media screen and (max-width: 500px) {
  .sec1-safety-table-txt-br {
    display: block; } }
.page_contact.confirm .contact__head {
  padding-top: 0; }
.page_contact.confirm .table__form span {
  word-break: break-word; }
.page_contact .contact__head {
  padding-top: 6rem;
  padding-bottom: 6rem; }
@media (min-width: 960.5px) {
  .page_contact .contact__gkd--content {
    position: relative;
    width: 50%; }
    .page_contact .contact__gkd--content:first-child {
      padding-right: 2rem; }
  .page_contact .contact__gkd--table {
    position: relative;
    padding-left: 2rem; }
    .page_contact .contact__gkd--table::before {
      content: "";
      position: absolute;
      width: 1px;
      height: 100%;
      z-index: 0;
      background: #eeeeee;
      top: 0;
      left: 0; }
    .page_contact .contact__gkd--table tr:first-child td {
      padding-top: 1.8rem; }
    .page_contact .contact__gkd--table td:first-child {
      width: 30%; }
  .page_contact .contact__gkd--map iframe {
    width: 58rem; } }
@media (max-width: 960.5px) {
  .page_contact .contact__gkd--content:first-child {
    order: 1; }
  .page_contact .contact__gkd--content:last-child {
    order: 0; }
  .page_contact .contact__gkd--content, .page_contact .contact__gkd--map iframe {
    width: 100%; }
  .page_contact .contact__gkd--map iframe {
    height: 40rem; } }
.page_contact .contact__gkd--title {
  color: #000000;
  font-size: 4rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 2.5rem; }
.page_contact .contact__main {
  background: #f7f8f8;
  padding: 7rem 6rem;
  font-size: 14px; }
.page_contact .require {
  display: inline-block;
  color: #f7f8f8;
  font-weight: 600;
  padding: 0.4rem 0.7rem;
  margin-left: 1.5rem;
  line-height: 1;
  font-size: 14px; }
  .page_contact .require:not(.grey) {
    background: #e60012; }
  .page_contact .require.grey {
    background: #9fa0a0; }
.page_contact input[type="text"],
.page_contact input[type="email"],
.page_contact textarea {
  width: 100%;
  height: 54px;
  background: #ffffff;
  border: 0;
  border-radius: 5px;
  padding: 0 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px; }
  .page_contact input[type="text"]::placeholder,
  .page_contact input[type="email"]::placeholder,
  .page_contact textarea::placeholder {
    color: #727171; }
.page_contact textarea {
  height: 22rem;
  padding-top: 15px;
  padding-bottom: 15px; }
.page_contact input.w200 {
  width: 200px;
  margin-left: 20px;
  margin-right: 12px; }
.page_contact label {
  cursor: pointer; }
.page_contact table {
  table-layout: auto;
  width: 100%;
  margin-bottom: 20px; }
  .page_contact table td {
    padding: 22px 0;
    border-bottom: 1px solid #eeeeee;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0; }
    .page_contact table td:first-child {
      font-weight: 600;
      width: 27rem; }
  .page_contact table tr:first-child td {
    vertical-align: baseline; }
  @media (min-width: 1000px) {
    .page_contact table tr:first-child td {
      padding-top: 0; } }
  .page_contact table tr:last-child td:first-child {
    vertical-align: top; }
  .page_contact table .vz_02 td:last-child {
    padding-left: 15px;
    color: #727171; }
.page_contact.confirm table td:last-child span {
  background: #727171;
  display: block;
  padding: 13px 15px;
  min-height: 54px;
  border-radius: 5px; }

.btn__submit button {
  border-radius: 60px;
  max-width: 253px;
  height: 60px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0;
  position: relative; }

.contact__agree {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto; }
  .contact__agree p {
    margin-bottom: 62px;
    padding-left: 10px; }
  .contact__agree a {
    color: #0c8ed9;
    text-decoration: underline; }
  .contact__agree-item {
    margin-bottom: 42px; }
    .contact__agree-item label {
      border: #727171 solid 1px;
      display: block;
      width: 100%;
      padding: 14px; }
  .contact__agree-label {
    display: inline-block;
    position: relative;
    padding-left: 30px; }
    .contact__agree-label input {
      position: absolute;
      opacity: 0;
      left: 0;
      top: 5px; }
      .contact__agree-label input:checked ~ .contact__agree-check::after {
        content: ""; }
  .contact__agree-check {
    display: flex;
    flex-direction: column; }
    .contact__agree-check::before {
      content: "";
      position: absolute;
      width: 14px;
      height: 14px;
      z-index: 0;
      left: 0;
      top: 8px;
      border: #9fa0a0 solid 1px; }
      @media (max-width: 1400px) {
        .contact__agree-check::before {
          top: 6px; } }
    .contact__agree-check::after {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      z-index: 0;
      left: 2px;
      top: 10px;
      background: #9fa0a0;
      content: none; }
      @media (max-width: 1400px) {
        .contact__agree-check::after {
          top: 8px; } }

.list__radio li {
  margin-right: 42px;
  position: relative; }
  .list__radio li:last-child {
    margin-right: 0; }
.list__radio input {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  caret-color: #131104; }
.list__radio input[type="radio"] {
  accent-color: #727171; }
.list__radio .txt_check {
  padding-left: 28px;
  position: relative; }
  .list__radio .txt_check::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 0;
    border-radius: 100%;
    border: #727171 solid 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }

.btnform__gp .btn__submit {
  width: 253px;
  margin-right: 15px; }
  .btnform__gp .btn__submit:last-child {
    margin-right: 0; }

@media (max-width: 1000px) and (min-width: 360px) {
  .page_contact .contact__head.txt__default *,
  .page_contact .contact__agree-item .contact__agree-label * {
    font-size: 15px !important; } }
@media (max-width: 1000px) {
  .page_contact table td {
    padding: 2.2vw 0;
    font-size: 15px; }
  .page_contact table .vz_02 td:last-child {
    padding-left: 0; }
  .page_contact .show__sp {
    display: block !important; }

  .contact__agree-item {
    margin-bottom: 4.2vw; }
  .contact__agree p {
    margin-bottom: 6.2vw;
    padding-left: 0; } }
@media (max-width: 767px) {
  .page_contact input.w200 {
    margin-right: 0; }
  .page_contact .contact__main {
    padding: 7rem 3rem; }
  .page_contact table.contact__gkd--table tr {
    border-bottom: 0;
    padding: 0; }
  .page_contact table.contact__gkd--table td {
    padding: 2.2vw;
    border: 1px solid #eeeeee; }
    .page_contact table.contact__gkd--table td:first-child {
      background: linear-gradient(90deg, #005789 2%, #0c8ed9 100%);
      color: #ffffff;
      border: 0; }
  .page_contact table tr {
    border-bottom: 1px solid #eeeeee;
    display: flex;
    flex-direction: column;
    padding: 1.8rem 0; }
  .page_contact table td {
    float: left;
    width: 100%;
    border-bottom: 0; }
    .page_contact table td:first-child {
      width: 100%; }
  .page_contact input[type="text"],
  .page_contact input[type="email"] {
    height: 45px; }
  .page_contact textarea {
    height: 18rem; }
  .page_contact .show__sp {
    display: none !important; } }
@media (max-width: 600px) {
  .page_contact table tr.vz_02 div span:last-child {
    margin-top: 15px; }

  .btnform__gp {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }
    .btnform__gp .btn__submit {
      margin-right: 0;
      margin-bottom: 15px; }
      .btnform__gp .btn__submit:last-child {
        margin-bottom: 0; } }
.wrap__recaptcha {
  width: 100%;
  margin: 0 auto 2.5rem;
  max-width: 320px; }

.wrap__recaptcha-text {
  margin-bottom: 2rem; }

.g-recaptcha * {
  width: 100% !important;
  max-width: 320px;
  margin: 0 auto; }

.error_messe {
  color: red !important; }

.invalid-tooltip {
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem 0 0.5rem;
  margin-top: 0.1rem;
  font-size: 13px;
  color: #e60012; }

.was-validated :invalid ~ .invalid-tooltip {
  display: block; }

.thanks {
  margin-top: 6rem;
  margin-bottom: 6rem; }
  .thanks .thanks_ico {
    width: 10rem;
    margin: 3rem auto; }
  .thanks .thanks_text {
    text-align: center;
    font-weight: 400; }

html {
  scroll-behavior: smooth; }

.gkd-privacy :is(p, h4) {
  word-break: break-all; }
.gkd-privacy h4:not(.wrap__title) {
  color: #005789;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0.8rem;
  border-left: 5px solid #005789;
  padding-left: 1rem; }
.gkd-privacy span.indentation {
  display: block; }
.gkd-privacy div.indentation {
  margin-top: 1.5rem; }

@media (max-width: 1280px) and (min-width: 960.5px) {
  .gkd-privacy :is(p, h4) {
    text-align: justify; }
  .gkd-privacy h4:not(.wrap__title) {
    font-size: 20px; } }
@media (max-width: 960px) {
  .gkd-privacy :is(p, h4) {
    text-align: justify; }
  .gkd-privacy h4:not(.wrap__title) {
    font-size: 3.3rem;
    margin-top: 3rem;
    margin-bottom: 1.2rem; }
  .gkd-privacy div.indentation {
    margin-top: 3rem; } }
section {
  position: relative;
  z-index: 1; }

.footer {
  position: relative;
  background-color: #005789;
  padding-top: 3rem;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0; }
  .footer-wrapper {
    padding-bottom: 2rem; }
  .footer-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
    gap: 1.5rem; }
  .footer-company {
    display: flex;
    flex-direction: column;
    gap: 1rem; }
    .footer-company-logo {
      margin-bottom: 2.5rem;
      width: 100%; }
      .footer-company-logo img {
        width: 26rem;
        min-width: 280px; }
    .footer-company-shisha {
      font-weight: 300; }
      .footer-company-shisha-name {
        font-weight: 500; }
  .footer-menu {
    display: flex;
    flex-wrap: wrap; }
    .footer-menu-item {
      padding: 0 2.3rem; }
      .footer-menu-item:last-child {
        padding-right: 0; }
      .footer-menu-item-link {
        transition: ease 0.3s;
        text-transform: uppercase; }
        .footer-menu-item-link:hover {
          opacity: 0.7; }

.copyright {
  padding-bottom: 2rem; }
  .copyright span {
    font-weight: 400;
    font-size: 12px; }

@media (max-width: 960px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .footer-company {
    order: 3; }
    .footer-company-logo {
      order: 2;
      text-align: center;
      margin-bottom: 0; }
  .footer-menu {
    display: none; }

  .footer {
    font-size: 2rem; }
    .footer-company-shisha {
      line-height: 1.7;
      font-size: 2.5rem; }
      .footer-company-shisha-name {
        font-size: 2.8rem; }
    .footer .copyright {
      font-size: 2.2rem; } }
@media (max-width: 750px) {
  .copyright span {
    display: block; } }
.ct-contact {
  background-image: url(../img/top/contact/ct-contact-bg.jpg);
  background-size: cover;
  background-position: center;
  position: relative; }
  .ct-contact-content {
    background-color: #ffffff;
    margin: 0 auto;
    padding: 4rem; }
  .ct-contact-main {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 3rem;
    text-align: center;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0; }
    .ct-contact-main-box {
      background-color: #005789;
      color: #ffffff;
      width: calc(100% / 2); }
      .ct-contact-main-box-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1.5rem;
        gap: 1rem; }
      .ct-contact-main-box-title {
        font-weight: 600;
        display: flex;
        gap: 10px;
        align-items: center; }
        .ct-contact-main-box-title::before {
          content: "";
          width: 35px;
          height: 35px;
          display: block;
          background-size: 100%;
          background-repeat: no-repeat;
          background-position: center; }
        .ct-contact-main-box-title-phone::before {
          background-image: url(../img/common/telico.svg); }
        .ct-contact-main-box-title-mail::before {
          background-image: url(../img/common/mailico.svg); }
      .ct-contact-main-box-subtitle {
        font-size: 1.4rem; }
        .ct-contact-main-box-subtitle img {
          vertical-align: middle;
          height: 1.6rem;
          width: 100%;
          filter: invert(100%) sepia(90%) saturate(100%) hue-rotate(250deg); }

@media (max-width: 767px) {
  .ct-contact-main {
    flex-direction: column; }
    .ct-contact-main-box {
      width: 100%; } }
@media (max-width: 480px) {
  .ct-contact-main-box-subtitle {
    font-size: 2.2rem; }
    .ct-contact-main-box-subtitle img {
      height: 3.1rem !important; } }
.scroll-top {
  position: fixed;
  z-index: 9999;
  bottom: 3rem;
  right: 3rem;
  transition: all 0.5s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 1px solid #ffffff; }
  .scroll-top .arrow {
    border-color: #ffffff; }

.fadeIn {
  opacity: 1; }

.fadeOut {
  opacity: 0; }

@media (max-width: 960px) {
  .scroll-top {
    width: 7rem;
    height: 7rem; } }

/*# sourceMappingURL=style.min.css.map */
