@charset "UTF-8";
@font-face {
  font-family: "my-font";
  src: url(../font/Oswald-VariableFont_wght.ttf) format("opentype");
  font-display: swap;
}
html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  word-break: phrase-all;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

a {
  text-decoration: none;
  color: #000;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

body {
  max-width: 1920px;
  margin: 0 auto;
  word-break: auto-phrase;
}
body canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  max-width: 100%;
}

.container {
  margin: 60px auto 0;
  max-width: 100%;
  overflow: hidden;
  min-height: 80svh;
}
@media screen and (min-width: 768px) {
  .container {
    margin: 90px auto 0;
  }
}
.container-top {
  max-width: 100%;
  overflow: hidden;
  min-height: 80svh;
}

.contents {
  position: relative;
  max-width: 95%;
  margin: 3rem auto 5rem;
}
@media screen and (min-width: 768px) {
  .contents {
    max-width: 70%;
  }
}
.contents__wrapper {
  margin-top: 5rem;
}
.contents__title {
  display: flex;
  gap: 1rem;
  position: relative;
  align-items: center;
  padding-left: 3rem;
  margin-bottom: 2rem;
}
.contents__title::before {
  content: "▶︎";
  position: absolute;
  left: 0;
  top: calc(50% - 0.5rem);
}
.contents__title > p {
  font-family: "my-font", sans-serif;
  font-weight: "bold";
  font-size: 3rem;
}
.contents__title > h2 {
  font-size: 1rem;
  line-height: 1;
}
.contents__title-w {
  display: flex;
  gap: 1rem;
  position: relative;
  align-items: center;
  padding-left: 3rem;
  margin-bottom: 2rem;
}
.contents__title-w::before {
  content: "▶︎";
  position: absolute;
  color: #fff;
  left: 0;
  top: calc(50% - 0.5rem);
}
.contents__title-w > p {
  font-family: "my-font", sans-serif;
  font-weight: "bold";
  font-size: 3rem;
  color: #fff;
}
.contents__title-w > h2 {
  font-size: 1rem;
  line-height: 1;
  color: #fff;
}
.contents__btn > a {
  color: #F05454;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  text-align: right;
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.contents__btn > a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #F05454;
  border-right: solid 2px #F05454;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.contents__btn > a:hover::before {
  content: "";
  /*絶対配置で波形の位置を決める*/
  position: absolute;
  right: 15%;
  top: -60%;
  /*波形の形状*/
  background-color: #F05454;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /*はじめは不透明*/
  opacity: 1;
  /*アニメーションの設定*/
  animation: 0.5s circleanime2 forwards;
}
.contents__contact {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contents__contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.contents__contact-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 2px solid #D5D5D5;
  background-color: #fff;
  padding: 2.5rem 1rem;
}
.contents__contact-item:hover {
  background-color: #d5d5d5;
  text-decoration: none;
}
.contents__contact-item-text {
  margin-left: 2.5rem;
}
.contents__contact-item-text > a {
  margin-top: 1.5rem;
  display: block;
}
@media screen and (min-width: 1024px) {
  .contents__contact-item-text > a {
    display: none;
  }
}
.contents__contact-item-text-title {
  position: relative;
  font-size: 2.5rem;
  background: linear-gradient(0deg, #056B7C, #9AD7E3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  padding-top: 1.5rem;
  display: none;
}
@media screen and (min-width: 1024px) {
  .contents__contact-item-text-title {
    display: block;
  }
}
.contents__contact-item-text-title:before {
  content: "";
  width: 1rem;
  border: 0;
  border-top: solid 2px #0169DE;
  position: absolute;
  top: 0;
  left: 0;
}
.contents__contact-item-img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .contents__contact-item-img {
    display: block;
  }
}
.contents__contact-item-img-sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  .contents__contact-item-img-sp {
    display: none;
  }
}
.contents__table {
  max-width: 960px;
  margin: 2rem auto;
}
.contents__table > table > tbody > tr {
  border-top: 1px solid #0169DE;
  border-bottom: 1px solid #0169DE;
}
.contents__table > table > tbody > tr > td {
  padding: 1rem 0 1rem 2rem;
  border: none;
}
.contents__ptable {
  max-width: 960px;
  margin: 2rem 0;
}
.contents__ptable > table > tbody > tr {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
.contents__ptable > table > tbody > tr:nth-child(1) {
  border-top: none;
  border-bottom: 1px solid #cdcdcd;
}
.contents__ptable > table > tbody > tr > td {
  padding: 1rem 0 1rem 2rem;
  border: none;
}

.page__title {
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .page__title {
    padding: 3rem 0;
  }
}
.page__title-deco {
  height: 100%;
  width: auto;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.page__title-back {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.page__title-item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-left: 10%;
  z-index: 2;
}
.page__title-head {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  font-family: "my-font", sans-serif;
  font-weight: "bold";
}
@media screen and (min-width: 768px) {
  .page__title-head {
    font-size: 5rem;
  }
}
.page__title-text {
  position: relative;
  font-size: 0.75rem;
  color: #0169DE;
  line-height: 1;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 30px;
}
.page__title-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -200px;
  width: 200px;
  height: 2px;
  background-color: #000;
}

.htitle > h2 {
  font-size: 2rem;
}
.htitle > p {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.htitle .catch:before {
  border-top: 1px solid;
  content: "";
  width: 3em; /* 線の長さ */
}
.htitle .catch:before {
  margin-right: 1em; /* 文字の右隣 */
}

/*波形が広がるアニメーション*/
@keyframes circleanime2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1.5);
    opacity: 0.5;
  }
}
.aioseo-breadcrumbs {
  margin: 1rem auto 0;
  width: 95%;
}
@media screen and (min-width: 768px) {
  .aioseo-breadcrumbs {
    width: 70%;
  }
}

.aioseo-breadcrumb {
  color: #0169DE;
  padding-right: 0.5rem;
}
.aioseo-breadcrumb:nth-child(n+2) {
  padding: 0 0.5rem;
}
.aioseo-breadcrumb > a {
  text-decoration: none;
  color: #0169DE;
}

.policy {
  width: 95%;
  margin: 5rem auto;
}
@media screen and (min-width: 768px) {
  .policy {
    width: 80%;
  }
}
.policy__title {
  font-size: 18px;
  color: #0169DE;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #0169DE;
  margin: 2rem 0 1rem;
  background: none;
  -webkit-text-fill-color: #0169DE;
}

.pagination {
  text-align: center;
  margin: 2rem;
}

.nav-links {
  display: flex;
  justify-content: flex-start;
}

.page-numbers {
  display: flex;
  justify-content: center;
}

.nav-links a.page-numbers,
.nav-links .current,
.nav-links a.prev,
.nav-links a.next,
.nav-links .dots {
  text-align: center;
  line-height: 1;
  margin-right: 25px;
  font-size: 1rem;
  padding: 0.5rem;
  width: 32px;
  height: 32px;
  border-radius: 30px;
  background-color: #f0f0f0;
}

.nav-links .current {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}

.nav-links .dots {
  background: transparent;
  border: none;
}

.nav-links a.prev {
  width: 32px;
  height: 32px;
  background-color: #000;
  color: #FFF;
  margin-right: 2.5rem;
}

.nav-links a.next {
  width: 32px;
  height: 32px;
  background-color: #000;
  color: #FFF;
  margin-left: 2.5rem;
}

.fixed-item {
  display: none;
}
@media screen and (min-width: 768px) {
  .fixed-item {
    display: block;
    position: fixed;
    bottom: 15%;
    right: 5%;
    background-color: #fff;
    z-index: 25;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5568627451);
    border-radius: 4px;
    overflow: hidden;
  }
}
.fixed-item__close {
  position: absolute;
  top: 4px;
  left: 0;
  background: transparent;
  border: none;
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFF;
  cursor: pointer;
  z-index: 10;
}
.fixed-item > span {
  background-color: #05ACED;
  color: #fff;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  display: block;
}
.fixed-item__cont {
  display: flex;
  justify-content: center;
  padding: 0.5rem;
}
.fixed-item__sp {
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 25;
  overflow: hidden;
  width: 100%;
}
.fixed-item__sp-tel {
  width: 50%;
  height: 60px;
  padding: 0.25rem 1rem;
  background-color: #FFF;
  font-weight: bold;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
.fixed-item__sp-mail {
  width: 50%;
  height: 60px;
  padding: 0.25rem 1rem;
  background-color: #0169DE;
  color: #FFF;
  font-weight: bold;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .fixed-item__sp {
    display: none;
  }
}

.fv {
  position: relative;
  margin: 0 auto;
  height: 100vh;
}
.fv > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 15% 0;
     object-position: 15% 0;
}
@media screen and (min-width: 768px) {
  .fv > img {
    -o-object-position: 0 0;
       object-position: 0 0;
  }
}
.fv__copy {
  position: absolute;
  right: 5%;
  top: 25%;
}
@media screen and (min-width: 1024px) {
  .fv__copy {
    top: 35%;
  }
}
.fv__copy-en {
  font-family: "my-font", sans-serif;
  font-size: 3rem;
  text-align: right;
  line-height: 0.8;
  color: #FFF;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .fv__copy-en {
    font-size: 5rem;
  }
}
@media screen and (max-width: 375px) {
  .fv__copy-en {
    font-size: 2rem;
  }
}
.fv__copy-en > span {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .fv__copy-en > span {
    font-size: 3rem;
  }
}
.fv__copy-ja {
  font-size: 1rem;
  color: #FFF;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .fv__copy-ja {
    font-size: 1.5rem;
  }
}
.fv__topic {
  position: absolute;
  bottom: 3%;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 1024px) {
  .fv__topic {
    flex-direction: row;
    bottom: 3%;
    right: 5%;
    max-height: 12%;
  }
}
.fv__topic__title {
  background-color: #FFF;
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  .fv__topic__title {
    padding: 2rem 1.5rem;
  }
}
.fv__topic__title > h2 {
  font-size: 1rem;
}
.fv__topic__list {
  background-color: rgba(0, 0, 0, 0.2431372549);
  padding: 0.5rem;
  width: 100%;
  color: #FFF;
  width: 100vw;
}
@media screen and (min-width: 1024px) {
  .fv__topic__list {
    width: 40vw;
  }
}
.fv__topic__list-item {
  position: relative;
  margin: 0.5rem;
  display: flex;
  gap: 1rem;
}
.fv__topic__list-item::after {
  content: "→";
  position: absolute;
  top: 0%;
  right: 0;
  font-weight: bold;
  font-size: 1.5rem;
  color: #FFF;
}
.fv__topic__list-item:hover {
  opacity: 0.8;
}
.fv__topic__list-text {
  display: flex;
  gap: 1rem;
  color: #FFF;
  position: relative;
}
.fv__topic__list-text > h3 {
  color: #FFF;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fv__text {
  position: absolute;
  top: calc(60px + 1rem);
}
@media screen and (min-width: 768px) {
  .fv__text {
    top: calc(90px + 1rem);
  }
}
@media screen and (max-width: 375px) {
  .fv__text {
    top: 2rem;
  }
}
.fv__text .c-text__item {
  -webkit-text-stroke: 2px #FFF !important;
}

.c-text {
  overflow: hidden;
  display: flex;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.c-text__item {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 80px;
  padding-bottom: 1.5rem;
  line-height: 1;
  -webkit-text-stroke: 2px #EBEBEB;
  color: transparent;
  font-family: "my-font", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-text__item {
    font-size: 140px;
  }
}
.c-text__item:nth-child(odd) {
  animation: MoveLeft 36s -18s infinite linear;
}
.c-text__item:nth-child(even) {
  animation: MoveLeft2 36s infinite linear;
}

@keyframes MoveLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes MoveLeft2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.about {
  position: relative;
  margin: 3rem auto;
  display: flex;
  flex-direction: column;
  gap: 10%;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .about {
    margin: 5rem auto 5rem 0;
    flex-direction: row;
  }
}
.about__img {
  position: relative;
  width: 100%;
}
.about__img > img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .about__img > img {
    height: 100%;
  }
}
.about__img-title {
  position: absolute;
  left: 2rem;
  top: 20%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .about__img-title {
    right: 3rem;
    left: auto;
    top: 42%;
  }
}
@media screen and (min-width: 1280px) {
  .about__img-title {
    right: 3rem;
    left: auto;
    top: 45%;
  }
}
.about__img-title > h2 {
  font-size: 1rem;
  font-weight: bold;
  color: #FFF;
}
.about__img-title > span {
  font-size: 5rem;
  color: #FFF;
  line-height: 1;
  font-family: "my-font", sans-serif;
  font-weight: "bold";
}
.about__text {
  margin: 3rem auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.about__text > h3 {
  font-size: 1.75rem;
  font-weight: bold;
}
.about__text > h4 {
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 375px) {
  .about__text > h4 {
    font-size: 1.125rem;
  }
}
.about__text > p {
  line-height: 2;
}
.about__btn {
  margin: 2rem 0 0 auto;
}

.review {
  margin: 3rem auto;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 1024px) {
  .review {
    flex-direction: row;
    margin: 5rem auto;
    width: 80%;
  }
}
.review__item {
  display: flex;
  flex-direction: column-reverse;
  gap: 3rem;
  margin-bottom: 2rem;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .review__item {
    flex-direction: row;
    align-items: flex-start;
  }
}
.review__item > img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .review__item > img {
    width: 40%;
  }
}
.review__item-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.review__item-text > span {
  background-color: #000;
  padding: 0.25rem 1rem;
  border-radius: 50px;
  color: #FFF;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.75rem;
}
.review__item-text > h3 {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
}

.service {
  position: relative;
  margin: 0 auto 5rem;
  padding: 5rem 0;
}
.service__back {
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
  height: calc(100% + 2rem);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.service__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.service__title > h2 {
  font-size: 1rem;
  text-align: center;
  color: #fff;
}
.service__title > span {
  font-size: 4rem;
  text-align: center;
  color: #fff;
  font-family: "my-font", sans-serif;
  font-weight: "bold";
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .service__title > span {
    font-size: 8rem;
  }
}
.service__cont {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  width: 90%;
  margin: 3rem auto;
}
@media screen and (min-width: 768px) {
  .service__cont {
    gap: 8rem;
    width: 80%;
  }
}
.service__item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .service__item {
    flex-direction: row;
    gap: 0;
  }
}
.service__item:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .service__item:nth-child(2) {
    flex-direction: row-reverse;
    gap: 0;
  }
}
.service__item-text {
  padding: 2rem 0 2rem 2rem;
  background-color: rgba(0, 0, 0, 0.3058823529);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  color: #FFF;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .service__item-text {
    width: 50%;
  }
}
@media screen and (max-width: 375px) {
  .service__item-text {
    padding: 0.5rem 0 0.5rem 0.5rem;
  }
}
.service__item-text > p {
  padding-right: 2rem;
  font-weight: bold;
}
.service__item-text02 {
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.3058823529);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  color: #FFF;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .service__item-text02 {
    width: 50%;
  }
}
@media screen and (max-width: 375px) {
  .service__item-text02 {
    padding: 0.5rem;
  }
}
.service__item-text02 > p {
  font-weight: bold;
}
.service__item-title {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.service__item-title > h3 {
  font-size: 2rem;
  color: #FFF;
}
@media screen and (max-width: 375px) {
  .service__item-title > h3 {
    font-size: 1.5rem;
  }
}
.service__item-title-en {
  position: relative;
}
.service__item-title-en::before {
  content: "";
  position: absolute;
  width: calc(100% + 2rem);
  height: 2px;
  background-color: #FFF;
  right: 0;
  top: 50%;
}
@media screen and (max-width: 375px) {
  .service__item-title-en::before {
    width: 100%;
  }
}
.service__item-title-en > span {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  background-color: #FFF;
  padding: 0.25rem 0.5rem;
  border-radius: 30px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.service__item-title-en02 {
  position: relative;
  display: flex;
  justify-content: end;
}
.service__item-title-en02::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  left: 0;
  top: 50%;
}
@media screen and (max-width: 375px) {
  .service__item-title-en02::before {
    width: calc(100% + 2rem);
    left: -2rem;
  }
}
.service__item-title-en02 > span {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  background-color: #FFF;
  padding: 0.25rem 0.5rem;
  border-radius: 30px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.service__item-img {
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 40vh;
}
@media screen and (min-width: 1024px) {
  .service__item-img {
    width: 50%;
    min-height: auto;
  }
}
.service__item-img-01 {
  right: 0;
}
@media screen and (min-width: 1024px) {
  .service__item-img-01 {
    right: -5rem;
  }
}
.service__item-img-01-main {
  width: 40%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .service__item-img-01-main {
    width: 40%;
  }
}
.service__item-img-01-ab {
  position: absolute;
  width: 70%;
  height: auto;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .service__item-img-01-ab {
    width: 50%;
    bottom: -3rem;
  }
}
.service__item-img-01-tx {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .service__item-img-01-tx {
    left: -3rem;
    bottom: -3rem;
    width: auto;
  }
}
.service__item-img-02 {
  left: 0;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
  .service__item-img-02 {
    left: -5rem;
  }
}
.service__item-img-02-main {
  width: 40%;
  height: auto;
}
.service__item-img-02-ab {
  position: absolute;
  width: 50%;
  height: auto;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 1024px) {
  .service__item-img-02-ab {
    width: 70%;
    bottom: -3rem;
  }
}
.service__item-img-02-tx {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .service__item-img-02-tx {
    right: -3rem;
    width: auto;
  }
}

.recruit {
  display: flex;
  margin: 3rem auto;
  width: 90%;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .recruit {
    flex-direction: row;
    margin: 5rem auto;
    width: 100%;
  }
}
.recruit__img {
  width: 100%;
  min-height: 40vh;
  position: relative;
}
@media screen and (min-width: 768px) {
  .recruit__img {
    min-height: 60vh;
  }
}
@media screen and (min-width: 1024px) {
  .recruit__img {
    width: 40%;
    height: 70vh;
  }
}
@media screen and (min-width: 1280px) {
  .recruit__img {
    width: 50%;
    min-height: 100vh;
    height: auto;
  }
}
.recruit__img-01 {
  z-index: 0;
  width: 45%;
  height: auto;
}
.recruit__img-02 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 30%;
  height: auto;
  animation-delay: 0.5s;
}
.recruit__img-03 {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  width: 60%;
  height: auto;
  animation-delay: 1s;
}
.recruit__img-04 {
  position: absolute;
  bottom: 0;
  left: 5%;
  z-index: 2;
  width: 25%;
  height: auto;
  animation-delay: 1.5s;
}
.recruit__img-05 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 45%;
  height: auto;
  animation-delay: 2s;
}
.recruit__text {
  padding: 1rem;
  background-color: #F8F8F8;
  width: 100%;
  position: relative;
  margin: 3rem 0;
}
@media screen and (min-width: 1024px) {
  .recruit__text {
    width: 60%;
  }
}
@media screen and (min-width: 1280px) {
  .recruit__text {
    width: 50%;
    margin: 5rem 0;
    padding: 2rem;
  }
}
.recruit__text > h2 {
  font-size: 1rem;
  line-height: 1;
}
.recruit__text-title {
  font-size: 5rem;
  font-family: "my-font", sans-serif;
  font-weight: "bold";
  line-height: 1;
}
.recruit__text:before {
  content: "";
  position: absolute;
  width: 10%;
  height: 100%;
  top: 0;
  left: -10%;
  z-index: -1;
  background-color: #F8F8F8;
}
.recruit__text-item {
  margin: 1rem 0;
}
.recruit__text-item > p {
  color: #FFF;
  font-weight: bold;
  padding: 0.5rem 1rem;
  background-color: #000;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1rem;
}
.recruit__trans {
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.2431372549);
  transition: 0.3s;
  width: 100%;
  gap: 1rem;
  margin: 2rem 0 0;
}
@media screen and (min-width: 768px) {
  .recruit__trans {
    flex-direction: row;
    align-items: center;
  }
}
.recruit__trans:hover {
  transform: translateY(4px);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2431372549);
}
.recruit__trans-text {
  padding: 0.5rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  z-index: 1;
  min-width: 50%;
}
.recruit__trans-text > p {
  font-weight: bold;
  text-align: start;
  font-size: 0.75rem;
}
.recruit__trans-title {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.recruit__trans-title > h3 {
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 6px double #000;
}
.recruit__trans-title-en {
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.recruit__trans-title-en::before {
  content: "";
  position: absolute;
  width: calc(100% - 2rem);
  height: 2px;
  background-color: #000;
  right: 0;
  top: 50%;
}
.recruit__trans-title-en > span {
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: bold;
  background-color: #000;
  padding: 0.25rem 0.5rem;
  border-radius: 30px;
  position: relative;
  width: fit-content;
}
.recruit__trans > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 180px;
}
@media screen and (min-width: 768px) {
  .recruit__trans > img {
    width: 60%;
    max-height: 100%;
  }
}

.fv__scroll {
  display: none;
}
@media screen and (min-width: 1024px) {
  .fv__scroll {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    margin: 0;
    padding: 0;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    overflow: hidden;
  }
}
.fv__scroll > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.scroll-down_01 {
  position: relative;
  width: 140px;
  height: 140px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.circle-text_01 {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotate 20s linear infinite;
}

.circle-text_01 span {
  position: absolute;
  left: 50%;
  font-size: 12px;
  transform-origin: 0 70px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scroll_01 {
  0% {
    transform: translate(-50%, -50%) translateY(-10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) translateY(10px);
    opacity: 0;
  }
}
/* スライダー本体 */
.swiper-review {
  width: 100%;
  height: auto; /* 高さ自動で中身に合わせる */
  overflow: hidden;
}

.swiper-wrapper {
  display: block; /* または display: initial; に戻す */
  height: auto;
}

/* さらに念のため */
.swiper-slide {
  width: 100% !important;
  height: auto;
}

.page-about__message {
  width: 100%;
  margin: 5rem auto;
}
@media screen and (min-width: 1024px) {
  .page-about__message {
    width: 90%;
    margin: 5rem 0 5rem auto;
  }
}
.page-about__message-item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .page-about__message-item {
    flex-direction: row;
    justify-content: space-between;
  }
}
.page-about__message-item > img {
  width: 100%;
  height: auto;
  max-height: 480px;
}
@media screen and (min-width: 1024px) {
  .page-about__message-item > img {
    width: 60%;
  }
}
.page-about__message-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-about__message-text {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .page-about__message-text {
    width: auto;
    margin: 0 0 2rem;
  }
}
.page-about__message-text > h3 {
  font-size: 1.25rem;
}
.page-about__message-text-name {
  text-align: right;
  font-weight: bold;
  font-size: 1rem;
  margin-right: 2rem;
}
.page-about__message-text-name > strong {
  font-size: 1.25rem;
}
.page-about__trans {
  width: 90%;
  margin: 5rem auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .page-about__trans {
    width: 80%;
  }
}
.page-about__trans-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFF;
  box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.2431372549);
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  .page-about__trans-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
}
.page-about__trans-item:hover {
  transform: translateY(4px);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2431372549);
}
.page-about__trans-item > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .page-about__trans-item > img {
    width: 50%;
    min-height: 100%;
  }
}
.page-about__trans-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  padding: 1rem 1rem 3rem;
  position: relative;
  width: 100%;
  min-height: 140px;
}
@media screen and (min-width: 1024px) {
  .page-about__trans-text {
    width: 50%;
    height: 100%;
  }
}
.page-about__trans-text > p {
  font-weight: bold;
  line-height: 1;
}
.page-about__trans-text > span {
  font-size: 2.5rem;
  font-family: "my-font", sans-serif;
  font-weight: "bold";
  line-height: 1;
}
.page-about__trans-text::before {
  content: "→";
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 50px;
  background-color: #000;
  transition: ease;
  transition-duration: 0.5s;
}
.page-about__phi {
  margin: 5rem auto;
  width: 100%;
}
.page-about__phi-pc {
  display: none;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-about__phi-pc {
    display: block;
  }
}
.page-about__phi-sp {
  display: block;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-about__phi-sp {
    display: none;
  }
}
.page-about__activity {
  width: 100%;
  margin: 5rem auto;
}
.page-about__activity-title {
  margin-left: 10%;
}
.page-about__activity-cont {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.page-about__activity-item {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
  position: relative;
  padding-bottom: 3rem;
}
@media screen and (min-width: 1280px) {
  .page-about__activity-item {
    flex-direction: row;
  }
}
.page-about__activity-item:nth-child(2) {
  flex-direction: column-reverse;
}
@media screen and (min-width: 1280px) {
  .page-about__activity-item:nth-child(2) {
    flex-direction: row-reverse;
  }
}
.page-about__activity-item-text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background-color: #FFF;
  border-radius: 0 0 20px 20px;
  padding: 2rem;
  height: -moz-fit-content;
  height: fit-content;
}
.page-about__activity-item-text > h3 {
  position: relative;
  font-size: 2rem;
  padding-bottom: 2rem;
}
.page-about__activity-item-text > h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 8px;
  background-color: #000;
  z-index: 1;
}
.page-about__activity-item-text > h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #ebebeb;
  z-index: 0;
}
.page-about__activity-item-img {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .page-about__activity-item-img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 60%;
  }
}
.page-about__activity-item-img02 {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .page-about__activity-item-img02 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 60%;
  }
}
.page-about__activity-item-num {
  position: absolute;
  top: -0.5rem;
  left: 0;
  border-radius: 0 0 20px 0;
  width: 40%;
  padding: 1rem;
  height: auto;
  z-index: 1;
  background-color: #FFF;
}
@media screen and (min-width: 1280px) {
  .page-about__activity-item-num {
    width: 25%;
    position: relative;
  }
}
.page-about__activity-item-num-02 {
  position: absolute;
  top: -0.5rem;
  right: 0;
  border-radius: 0 0 0 20px;
  width: 40%;
  padding: 1rem;
  height: auto;
  z-index: 1;
  background-color: #FFF;
}
@media screen and (min-width: 1280px) {
  .page-about__activity-item-num-02 {
    width: 25%;
    position: relative;
  }
}

.page-company__info {
  margin: 5rem auto;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .page-company__info {
    width: 80%;
  }
}
.page-company__info > img {
  height: auto;
}
.page-company__info-cont {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .page-company__info-cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3%;
  }
}
.page-company__info-cont > img {
  height: auto;
}
.page-company__info-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.page-company__info-list {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 1024px) {
  .page-company__info-list {
    grid-template-columns: 1fr 3fr;
  }
}
@media screen and (min-width: 1280px) {
  .page-company__info-list {
    grid-template-columns: 1fr 4fr;
  }
}
.page-company__info-list:first-child {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 1024px) {
  .page-company__info-list:first-child {
    border-top: 1px solid #000;
    grid-template-columns: 1fr 3fr;
  }
}
@media screen and (min-width: 1280px) {
  .page-company__info-list:first-child {
    grid-template-columns: 1fr 4fr;
  }
}
.page-company__info-list > p > a {
  margin-left: 1rem;
  color: #0169DE;
}
.page-company__info-list > p > a:hover {
  text-decoration: underline;
}
.page-company__access-text {
  margin-bottom: 2rem;
}
.page-company__access-text > h3 {
  position: relative;
  font-size: 1.25rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.page-company__access-text > h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 4px;
  background-color: #000;
  z-index: 1;
}
.page-company__access-text > h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ebebeb;
  z-index: 0;
}
.page-company__history {
  margin: 5rem auto;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .page-company__history {
    width: 80%;
  }
}
.page-company__history-list {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 1.5rem;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .page-company__history-list {
    grid-template-columns: 1fr 8fr;
  }
}
@media screen and (min-width: 1280px) {
  .page-company__history-list {
    grid-template-columns: 1fr 10fr;
  }
}
.page-company__history-list-text {
  padding: 1rem;
  position: relative;
  background-color: #EBEBEB;
}
.page-company__history-list-text::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: -2.5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #000;
}
.page-company__history-list-text::after {
  content: "";
  position: absolute;
  top: 0rem;
  left: -2rem;
  width: 1px;
  height: 100%;
  background-color: #000;
}
.page-company__history-list:nth-child(even) .page-company__history-list-text {
  padding: 1rem;
  position: relative;
  background-color: #D5D5D5;
}
.page-company__history-list:nth-child(even) .page-company__history-list-text::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: -2.5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #000;
}

.page-service__message {
  width: 90%;
  margin: 5rem auto;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .page-service__message {
    width: 80%;
  }
}
.page-service__message > p {
  font-weight: bold;
}
.page-service__message > p > span {
  font-size: 1.25rem;
  padding-bottom: 0.125rem;
  position: relative;
}
.page-service__message > p > span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.page-service__message-back {
  position: absolute;
  top: 60%;
  z-index: -1;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-service__message-trans {
  margin: 5rem auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
.page-service__message-item {
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.2431372549);
  transition: 0.3s;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-service__message-item {
    flex-direction: row;
    width: 80%;
  }
}
@media screen and (min-width: 1280px) {
  .page-service__message-item {
    flex-direction: row;
    width: 60%;
  }
}
.page-service__message-item:hover {
  transform: translateY(4px);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2431372549);
}
.page-service__message-item:nth-child(1) {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-service__message-item:nth-child(1) {
    margin: 0 auto 0 0;
  }
}
.page-service__message-item:nth-child(2) {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-service__message-item:nth-child(2) {
    margin: 0 0 0 auto;
  }
}
.page-service__message-item-text {
  padding: 1rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  z-index: 1;
  min-width: 50%;
}
.page-service__message-item-text > p {
  font-weight: bold;
  text-align: start;
  font-size: 0.75rem;
}
.page-service__message-item-title {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.page-service__message-item-title > h3 {
  font-size: 1.5rem;
}
.page-service__message-item-title-en {
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.page-service__message-item-title-en::before {
  content: "";
  position: absolute;
  width: calc(100% - 2rem);
  height: 2px;
  background-color: #000;
  right: 0;
  top: 50%;
}
.page-service__message-item-title-en > span {
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: bold;
  background-color: #000;
  padding: 0.25rem 0.5rem;
  border-radius: 30px;
  position: relative;
  width: fit-content;
}
.page-service__message-item > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 180px;
}
@media screen and (min-width: 768px) {
  .page-service__message-item > img {
    max-height: 100%;
  }
}
.page-service__area {
  width: 100%;
  position: relative;
  margin: 5rem auto;
}
.page-service__area > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-service__area-cont {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: rgba(0, 0, 0, 0.368627451);
  padding: 3rem 5%;
}
@media screen and (min-width: 1024px) {
  .page-service__area-cont {
    width: 90%;
    flex-direction: row;
  }
}
@media screen and (min-width: 1280px) {
  .page-service__area-cont {
    width: 80%;
  }
}
.page-service__area-cont > img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .page-service__area-cont > img {
    width: 50%;
  }
}
.page-service__area-item {
  color: #FFF;
}
.page-service__area-item > p > span {
  font-size: 1.5rem;
  font-weight: bold;
}
.page-service__area-item-text {
  margin: 2rem 0;
  background-color: #FFF;
  padding: 0.5rem;
  color: #000;
}
.page-service__area-item > img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-service__area-contact {
  width: 100%;
  padding: 2rem;
  margin: 0 auto;
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
@media screen and (min-width: 1024px) {
  .page-service__area-contact {
    flex-direction: row;
    width: 80%;
  }
}
.page-service__area-contact-img {
  display: flex;
  flex-direction: column;
  gap: 5%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-service__area-contact-img {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .page-service__area-contact-img {
    width: 60%;
  }
}
.page-service__area-contact-img > a {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-service__area-contact-img > a {
    width: 47.5%;
  }
}
.page-service__area-contact-img > a:hover {
  opacity: 0.8;
}
.page-service__area-contact-img > a > img {
  height: auto;
}

.page-gas__fv {
  position: relative;
  min-height: 80vh;
  margin: 0 auto;
  padding: 3rem 0;
}
.page-gas__fv-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.page-gas__fv-inner {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .page-gas__fv-inner {
    width: 70%;
  }
}
.page-gas__fv-title {
  margin: 0 auto;
  text-align: center;
  color: #0169DE;
  font-weight: bold;
}
.page-gas__fv-title > h2 {
  font-size: 1.5rem;
  text-align: center;
  color: #000;
}
@media screen and (min-width: 768px) {
  .page-gas__fv-title > h2 {
    font-size: 2rem;
  }
}
.page-gas__fv-cont {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 3rem auto;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .page-gas__fv-cont {
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
  }
}
@media screen and (min-width: 1024px) {
  .page-gas__fv-cont {
    gap: 2rem;
  }
}
.page-gas__fv-item {
  position: relative;
  background-color: #fff;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-gas__fv-item {
    width: 200px;
    height: 200px;
  }
}
@media screen and (min-width: 768px) {
  .page-gas__fv-item:nth-of-type(1) {
    margin-top: 6rem;
  }
}
.page-gas__fv-item:nth-of-type(2) {
  animation-delay: 0.5s;
}
.page-gas__fv-item:nth-of-type(3) {
  animation-delay: 1s;
}
.page-gas__fv-item:nth-of-type(4) {
  animation-delay: 1.5s;
}
@media screen and (min-width: 768px) {
  .page-gas__fv-item:nth-of-type(4) {
    margin-top: 6rem;
  }
}
.page-gas__fv-item > p {
  font-weight: bold;
  text-align: center;
}
.page-gas__fv-item > p > span {
  font-weight: bold;
  color: #0169DE;
}
.page-gas__fv-item-img {
  position: absolute;
  bottom: 1rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 240px;
  height: auto;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .page-gas__fv-item-img {
    max-width: 320px;
  }
}
.page-gas__solve {
  margin: 5rem auto;
}
.page-gas__solve-title {
  margin: 0 auto 5rem;
}
.page-gas__solve-cont {
  margin: 3rem auto;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .page-gas__solve-cont {
    width: 80%;
    gap: 5rem;
  }
}
.page-gas__solve > img {
  width: 95%;
  margin: 0 auto;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-gas__solve > img {
    width: auto;
  }
}
.page-gas__solve-item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .page-gas__solve-item {
    flex-direction: row;
  }
}
.page-gas__solve-item:nth-child(2) {
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .page-gas__solve-item:nth-child(2) {
    flex-direction: row-reverse;
  }
}
.page-gas__solve-item-text > h3 {
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .page-gas__solve-item-text > h3 {
    font-size: 1.5rem;
  }
}
.page-gas__solve-item-text > h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 4px;
  background-color: #000;
  z-index: 1;
}
.page-gas__solve-item-text > h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ebebeb;
  z-index: 0;
}
.page-gas__solve-item-text-img {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .page-gas__solve-item-text-img {
    flex-direction: column;
  }
}
.page-gas__solve-item-text-img > img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-gas__solve-item-img {
  width: 50%;
  height: auto;
}
.page-gas__feature {
  margin: 3rem auto;
  width: 90%;
}
@media screen and (min-width: 1280px) {
  .page-gas__feature {
    margin: 5rem auto;
    width: 80%;
  }
}
.page-gas__feature-title {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-gas__feature-title {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
.page-gas__feature-title > img {
  width: 60%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-gas__feature-title > img {
    width: auto;
  }
}
.page-gas__feature-cont {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-evenly;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-gas__feature-cont {
    width: auto;
    margin: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .page-gas__feature-cont {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.page-gas__feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-gas__feature-item {
    width: 48%;
  }
}
@media screen and (min-width: 1024px) {
  .page-gas__feature-item {
    width: 23%;
  }
}
.page-gas__feature-item > h3 {
  font-size: 1.25rem;
  text-align: center;
}
.page-gas__feature-item > img {
  width: 100%;
  height: auto;
}
.page-gas__feature-item:nth-child(2) {
  animation-delay: 0.5s;
}
.page-gas__feature-item:nth-child(3) {
  animation-delay: 1s;
}
.page-gas__feature-item:nth-child(4) {
  animation-delay: 1.5s;
}
.page-gas__topic {
  padding: 2rem 0;
  background-color: #f0f0f0;
  width: 100%;
  margin: 5rem auto;
}
.page-gas__topic-inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .page-gas__topic-inner {
    width: 80%;
  }
}
.page-gas__topic-item {
  background-color: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5568627451);
  border: none !important;
}
.page-gas__topic-item:hover {
  background-color: #fff !important;
  transform: translateY(4px);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2431372549);
}
.page-gas__contact {
  width: 100%;
  margin: 5rem auto;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.page-gas__contact-back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-gas__contact-img {
  display: flex;
  flex-direction: column;
  gap: 5%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-gas__contact-img {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .page-gas__contact-img {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .page-gas__contact-img {
    width: 60%;
  }
}
.page-gas__contact-img > a {
  width: 100%;
}
.page-gas__contact-img > a:hover {
  opacity: 0.8;
}
.page-gas__contact-img > a > img {
  height: auto;
}

.page-recruit {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .page-recruit {
    width: 85%;
    margin: 0 0 0 15%;
  }
}
.page-recruit__menu {
  display: none;
}
@media screen and (min-width: 1024px) {
  .page-recruit__menu {
    position: fixed;
    left: 2%;
    width: 15%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
.page-recruit__menu-title {
  display: none;
}
@media screen and (min-width: 1024px) {
  .page-recruit__menu-title {
    display: block;
  }
}
.page-recruit__menu-title > span {
  color: #FFF;
  background-color: #000;
  padding: 0.25rem 1rem;
  font-size: 0.75rem;
  border-radius: 30px;
}
.page-recruit__menu-title > p {
  font-size: 2.5rem;
  font-family: "my-font", sans-serif;
  font-weight: "bold";
}
.page-recruit__menu > ul {
  display: none;
}
@media screen and (min-width: 1024px) {
  .page-recruit__menu > ul {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
}
.page-recruit__menu > ul > li {
  font-weight: bold;
  padding-left: 1.5rem;
  position: relative;
  font-size: 14px;
}
.page-recruit__menu > ul > li > a {
  position: relative;
}
.page-recruit__menu > ul > li > a:hover {
  color: #0169DE;
}
.page-recruit__message {
  display: flex;
  margin: 2rem auto;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .page-recruit__message {
    flex-direction: row;
    margin: 2rem 5% 5rem auto;
  }
}
.page-recruit__message-title {
  position: relative;
}
.page-recruit__message-title > p {
  font-size: 5rem;
  color: #ebebeb;
  font-family: "my-font", sans-serif;
  font-weight: "bold";
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .page-recruit__message-title > p {
    font-size: 10rem;
  }
}
.page-recruit__message-title > h2 {
  position: absolute;
  bottom: 20%;
  left: 0;
  font-size: 1rem;
  line-height: 1;
}
.page-recruit__message-title-text {
  position: relative;
  margin-bottom: 2rem;
  height: auto;
  z-index: 1;
}
.page-recruit__message-img {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .page-recruit__message-img {
    width: 45%;
    margin-top: 5rem;
  }
}
.page-recruit__message-img-01 {
  position: absolute;
  top: 40%;
  left: 0;
  width: 40%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-recruit__message-img-01 {
    width: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .page-recruit__message-img-01 {
    width: auto;
  }
}
.page-recruit__message-img-02 {
  position: absolute;
  top: 0;
  right: 0;
  animation-delay: 0.5s;
  width: 40%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-recruit__message-img-02 {
    width: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .page-recruit__message-img-02 {
    width: auto;
  }
}
.page-recruit__message-img-03 {
  position: absolute;
  bottom: 0;
  right: 10%;
  animation-delay: 1s;
  width: 50%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-recruit__message-img-03 {
    width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .page-recruit__message-img-03 {
    width: auto;
  }
}
.page-recruit__member {
  width: 100%;
  height: auto;
}
.page-recruit__calture {
  width: 90%;
  margin: 5rem auto;
}
.page-recruit__calture-title {
  position: relative;
  margin: 0 0 0 auto;
}
.page-recruit__calture-title > p {
  font-size: 6rem;
  color: #ebebeb;
  font-family: "my-font", sans-serif;
  font-weight: "bold";
  line-height: 1;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .page-recruit__calture-title > p {
    font-size: 10rem;
  }
}
.page-recruit__calture-title > h2 {
  position: absolute;
  bottom: 20%;
  right: 0;
  font-size: 1rem;
  line-height: 1;
}
.page-recruit__calture-title-text {
  margin-bottom: 2rem;
}
.page-recruit__calture-cont {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .page-recruit__calture-cont {
    flex-direction: row;
    gap: 3rem;
  }
}
.page-recruit__calture-text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.page-recruit__calture-text > p > span {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2;
}
.page-recruit__calture-text > h3 {
  position: relative;
  font-size: 1.5rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.page-recruit__calture-text > h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 4px;
  background-color: #000;
  z-index: 1;
}
.page-recruit__calture-text > h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ebebeb;
  z-index: 0;
}
.page-recruit__calture-img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-recruit__calture-img {
    width: 45%;
  }
}
.page-recruit__calture-img > img {
  height: auto;
}
.page-recruit__calture-img > img:nth-child(2) {
  margin: 0 0 0 auto;
}
.page-recruit__environment {
  position: relative;
  width: 95%;
  margin: 3rem auto;
}
@media screen and (min-width: 1024px) {
  .page-recruit__environment {
    width: 90%;
    margin: 5rem auto;
  }
}
.page-recruit__environment-text {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.page-recruit__environment-text > h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .page-recruit__environment-text > h3 {
    font-size: 2rem;
  }
}
.page-recruit__environment-cont {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 3rem auto;
}
.page-recruit__environment-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .page-recruit__environment-item {
    flex-direction: row;
    width: 48%;
  }
}
.page-recruit__environment-item-text {
  padding: 0.5rem;
}
.page-recruit__environment-item-text > h4 {
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 4px solid #EBEBEB;
  margin-bottom: 1rem;
}
.page-recruit__environment-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .page-recruit__environment-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.page-recruit__environment-list-item > li {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #000;
}
.page-recruit__staff {
  margin: 3rem auto;
  background-color: #F8F8F8;
  padding: 0.5rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .page-recruit__staff {
    margin: 5rem auto;
    padding: 2rem;
  }
}
.page-recruit__staff-title {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .page-recruit__staff-title {
    position: absolute;
    top: 2rem;
    left: 2rem;
    writing-mode: vertical-rl;
  }
}
.page-recruit__staff-title > h2 {
  left: 0;
}
@media screen and (min-width: 1024px) {
  .page-recruit__staff-title > h2 {
    left: 50%;
  }
}
.page-recruit__staff-title > p {
  color: #ECECEC;
  width: -moz-fit-content;
  width: fit-content;
}
.page-recruit__staff-tab {
  width: 95%;
  border-top: 1px solid #000;
  margin: 0 auto;
  padding-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .page-recruit__staff-tab {
    width: 90%;
    padding-top: 3rem;
    margin: 0 0 0 auto;
  }
}
.page-recruit__staff-tab-inner {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .page-recruit__staff-tab-inner {
    flex-direction: row;
    gap: 2rem;
    justify-content: space-between;
  }
}
.page-recruit__staff-tab-inner > img {
  width: 80%;
  height: auto;
  max-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-recruit__staff-tab-inner > img {
    margin: 0;
    width: 70%;
    height: auto;
    max-height: 480px;
  }
}
@media screen and (min-width: 1024px) {
  .page-recruit__staff-tab-inner > img {
    margin: 0;
    width: 40%;
    height: auto;
    max-height: 580px;
  }
}
.page-recruit__staff-tab-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.page-recruit__staff-tab-text-title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-bottom: 1rem;
  border-bottom: 8px solid #EBEBEB;
}
.page-recruit__staff-tab-text > h4 {
  margin-top: 1rem;
  font-size: 1.25rem;
}
.page-recruit__job {
  width: 100%;
  margin: 5rem auto;
  background-color: #F8F8F8;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .page-recruit__job {
    padding: 2rem;
  }
}
.page-recruit__job-item {
  margin: 0 auto;
  padding: 2rem;
  background-color: #FFF;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-recruit__job-item {
    margin: 0;
    width: 90%;
  }
}
.page-recruit__job-item > h3 {
  padding: 1rem;
  width: 100%;
  background-color: #000;
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.page-recruit__job-item-text {
  color: #000;
  font-size: 1rem;
}
.page-recruit__job-item-text-title {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.page-recruit__job-item-text-title > span {
  font-weight: bold;
  font-size: 1.5rem;
  font-family: "my-font", sans-serif;
  font-weight: "bold";
}
.page-recruit__job-item-text-title > h3 {
  color: #000;
  font-weight: 600;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .page-recruit__job-item-text-title > h3 {
    font-size: 1.25rem;
  }
}
.page-recruit__job-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-recruit__job-list-item > li {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #000;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .page-recruit__job-list-item > li {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 1rem;
  }
}
.page-recruit__desc-cont {
  margin: 3rem auto;
  width: 95%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .page-recruit__desc-cont {
    width: 85%;
    flex-direction: row;
  }
}
.page-recruit__desc-item {
  margin: 1rem auto;
  width: 100%;
}
.page-recruit__desc-item > h3 {
  padding: 1rem;
  width: 100%;
  background-color: #000;
  color: #fff;
  font-size: 1.5rem;
}
.page-recruit__desc-item-text {
  color: #000;
  font-size: 1rem;
}
.page-recruit__desc-item-text-title {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.page-recruit__desc-item-text-title > span {
  font-weight: bold;
  font-size: 1.5rem;
  font-family: "my-font", sans-serif;
  font-weight: "bold";
}
.page-recruit__desc-item-text-title > h3 {
  color: #000;
  font-weight: 600;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .page-recruit__desc-item-text-title > h3 {
    font-size: 1.25rem;
  }
}
.page-recruit__cta {
  position: relative;
  margin: 3rem auto;
}
@media screen and (min-width: 1024px) {
  .page-recruit__cta {
    margin: 5rem auto;
  }
}
.page-recruit__cta > img {
  height: auto;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .page-recruit__cta > img {
    height: auto;
  }
}
.page-recruit__cta-text {
  position: absolute;
  top: 10%;
  right: 10%;
  padding-right: 2rem;
}
@media screen and (min-width: 1024px) {
  .page-recruit__cta-text {
    top: 20%;
    padding-right: 8rem;
  }
}
.page-recruit__cta-text > h2 {
  color: #FFF;
  font-size: 1rem;
  line-height: 1;
}
.page-recruit__cta-text > p {
  font-size: 3rem;
  font-family: "my-font", sans-serif;
  font-weight: "bold";
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .page-recruit__cta-text > p {
    font-size: 6rem;
  }
}
.page-recruit__cta-text::before {
  content: "→";
  position: absolute;
  top: 45%;
  right: 0;
  width: 2rem;
  height: 2rem;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1;
  border-radius: 50px;
  background-color: #fff;
  transition: ease;
  transition-duration: 0.5s;
}
@media screen and (min-width: 1024px) {
  .page-recruit__cta-text::before {
    top: 30%;
    width: 5rem;
    height: 5rem;
    font-size: 3rem;
  }
}
.page-recruit__cta-text:hover {
  transition: 0.5s all;
}
.page-recruit__cta-text:hover::before {
  content: "→";
  position: absolute;
  top: 45%;
  right: 0;
  width: 2rem;
  height: 2rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1;
  border-radius: 50px;
  background-color: #0169DE;
  transition: ease;
  transition-duration: 0.5s;
}
@media screen and (min-width: 1024px) {
  .page-recruit__cta-text:hover::before {
    top: 30%;
    width: 5rem;
    height: 5rem;
    font-size: 3rem;
  }
}

.page-recruit__menu ul li.now-posi::before {
  content: "▶︎";
  position: absolute;
  left: 0;
  top: 0.125rem;
  font-size: 0.75rem;
}

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}

.accordion-area li {
  margin: 10px 0;
}

.accordion-area section {
  border: 1px solid #ccc;
}

.accordion-area-faq {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
}

/*アコーディオンタイトル*/
.accordion__title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  padding: 3% 3rem 3% 3%;
  transition: all 0.5s ease;
  color: #000;
  background-color: #f8f8f8;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .accordion__title {
    font-size: 1.25rem;
  }
}
.accordion__title > span {
  font-size: 1.5rem;
  padding-right: 1rem;
}

/*アイコンの＋と×*/
.accordion__title::before,
.accordion__title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 4px;
  background-color: #000;
}

.accordion__title::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}

.accordion__title::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.accordion__title.close::before {
  transform: rotate(45deg);
}

.accordion__title.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.accordion__box {
  display: none; /*はじめは非表示*/
  margin: 0 2% 2% 2%;
  padding: 1rem;
}

.slide__wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 280px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .slide__wrap {
    height: 440px;
  }
}
.slide__content {
  width: 3280px;
  height: 280px;
}
@media screen and (min-width: 768px) {
  .slide__content {
    height: 440px;
  }
}
.slide__content > img {
  padding-right: 3rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slideshow {
  display: flex;
  animation: loop-slide 90s infinite linear 1s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*タブ切り替え全体のスタイル*/
.tabs {
  width: 100%;
  margin: 2rem 0 0;
}
@media screen and (min-width: 768px) {
  .tabs {
    margin: 5rem 0 0;
  }
}

/*タブのスタイル*/
.tab_item {
  margin: 0 auto 1rem;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .tab_item {
    width: auto;
    margin: 0 0.5rem 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .tab_item:first-of-type {
    margin-left: 20% !important;
  }
}
.tab_item > img {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.tab_item:hover img {
  border: 2px solid #0169DE;
}

/*ラジオボタンを全て消す*/
input[name=tab_item] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  width: 95%;
  margin: 3rem auto;
  background-size: 300% 300%;
  animation: gradationFlow 10s ease infinite;
  padding: 2.5rem 0;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .tab_content {
    width: 100%;
    padding: 2.5rem 5%;
  }
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#manager:checked ~ #manager_content,
#store-manager:checked ~ #store-manager_content,
#chief:checked ~ #chief_content,
#employee:checked ~ #employee_content {
  display: block;
  transition: all 0.5s;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item img {
  border: 2px solid #0169DE;
  color: #fff;
}

.page-recruit__job-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin: 2rem 0 0;
}
@media screen and (min-width: 1024px) {
  .page-recruit__job-tab {
    justify-content: flex-start;
  }
}
.page-recruit__job-tab-item {
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  background-color: #ebebeb;
  transition: all 0.3s ease;
}
.page-recruit__job-tab-item.tab-active {
  background-color: #0169DE;
  color: #fff;
}
.page-recruit__job-tab-item:hover {
  background-color: #1482fe;
  color: #fff;
}

.page-recruit__job-content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.page-recruit__job-content.tab-active {
  display: block;
  opacity: 1;
}

.page__completed {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page__completed {
    width: 80%;
  }
}
.page__completed > h1 {
  font-size: fontSize(32);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page__completed > h1 {
    font-size: fontSize(64);
  }
}
.page__completed > h3 {
  margin-bottom: 2rem;
  text-align: center;
  color: #F05454;
}
.page__completed-desc {
  margin-top: 2rem;
  padding: 2rem 0;
}
.page__completed-desc > h2 {
  font-size: 2rem;
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  .page__completed-desc > h2 {
    font-size: 2.5rem;
  }
}
.page__completed-desc > p {
  text-align: start;
}
@media screen and (min-width: 768px) {
  .page__completed-desc > p {
    text-align: center;
  }
}
.page__completed-ex > h2 {
  margin-bottom: 1rem;
}
.page__completed-ex > a {
  margin: 2rem auto;
  text-decoration: none;
  color: #fff;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .page__completed-ex > a {
    font-size: 1rem;
    width: 50%;
  }
}

.contact__cont {
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  list-style: none;
  margin: 1rem auto;
  padding: 0;
  max-width: 95vw;
}
@media screen and (min-width: 768px) {
  .contact__cont {
    max-width: 768px;
    gap: 2.5rem;
    margin: 3rem auto;
  }
}
.contact__cont > li {
  font-size: fontSize(24);
  list-style: none;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .contact__cont > li {
    grid-template-columns: 1fr 3fr;
  }
}
.contact__desc {
  text-align: center;
  padding: 1.5rem 1rem;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .contact__desc {
    padding: 1.5rem 2rem;
  }
}
.contact__desc > h2 {
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.contact__desc > p {
  line-height: 2;
}
.contact__desc > a {
  padding: 1rem;
}
.contact__desc > a > img {
  height: auto;
}
.contact__desc > a:hover {
  background-color: #f0f0f0;
}
.contact__title {
  padding: 1rem;
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.contact__item {
  width: 100%;
  border-bottom: #000 solid 1px;
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .contact__item {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 1rem;
    margin-bottom: 0;
  }
}
.contact__item:first-child {
  width: 100%;
  border-bottom: #000 solid 1px;
  list-style: none;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .contact__item:first-child {
    border-top: #000 solid 1px;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 1rem;
  }
}
.contact__item-text {
  height: 100%;
  background-color: #EBEBEB;
}
.contact__item-text > p {
  line-height: 1;
}
.contact__item-text > p > label {
  padding: 1rem;
  width: 100%;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .contact__item-text > p > label {
    padding: 2.5rem 1rem;
  }
}
.contact__item-text > p > label > span {
  margin-left: 0.5rem;
  font-size: fontSize(8);
  vertical-align: top;
  font-weight: 600;
  color: #fff;
  background-color: #ee0000;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 12px;
}
.contact__item-policy {
  text-align: center;
}
.contact__btn {
  margin: 0 auto 2rem;
  background-color: #fff;
  border: 1px solid #000;
  padding: 0.5rem 5rem 0.5rem 3rem !important;
  border-radius: 50px;
}
.contact__btn > p {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.contact__btn:before {
  top: 1.25rem !important;
  right: 1rem !important;
}
.contact__btn:hover {
  border: 1px solid #0169DE;
  color: #0169DE;
}
.contact__btn:hover::before {
  content: "→";
  position: absolute;
  top: 1.25rem !important;
  right: 1rem !important;
  width: 2rem !important;
  height: 2rem !important;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 50px;
  background-color: #0169DE;
  transition: ease;
  transition-duration: 0.5s;
}
.contact__btnitem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto;
}
@media screen and (min-width: 768px) {
  .contact__btnitem {
    flex-direction: row;
  }
}
.contact__confirm {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
  border-bottom: 1px solid #d5d5d5;
  color: #656565;
  padding: 0.5rem 1rem;
}
.contact__thanks {
  border: none;
}
.contact__thanks > h2 {
  font-size: 1.5rem;
}
.contact__thanks > p {
  margin-bottom: 2rem;
}

label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: space-between;
}

textarea {
  resize: vertical;
  height: 200px;
  width: 100%;
  padding: 0.5rem;
  border-radius: 5px;
  border: #d5d5d5 solid 1px;
  margin: 1rem 0;
}
textarea:focus {
  border: 2px solid #0169DE;
  outline: 0;
}

.wpcf7 {
  max-width: 95vw;
}
@media screen and (min-width: 1024px) {
  .wpcf7 {
    border-top: 1px solid #000;
  }
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-form-control-wrap {
  position: inherit;
  max-width: 90%;
}
@media screen and (min-width: 768px) {
  .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.wpcf7-submit {
  position: relative;
  font-size: 1.25rem !important;
  font-weight: bold;
  padding-right: 3rem;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 3;
  display: block;
}
.wpcf7-submit::before {
  content: "→";
  position: absolute;
  top: 0.75rem;
  right: 0;
  width: 2rem;
  height: 2rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 50px;
  background-color: #000;
  transition: ease;
  transition-duration: 0.5s;
}
.wpcf7-submit:hover {
  color: #0169DE;
}
.wpcf7-submit:hover::before {
  content: "→";
  position: absolute;
  top: 0.225rem;
  right: -1rem;
  width: 3rem;
  height: 3rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 50px;
  background-color: #0169DE;
  transition: ease;
  transition-duration: 0.5s;
}

.wpcf7-previous {
  display: block;
  background-color: #f3f3f3;
  color: #656565;
  text-decoration: none;
  padding: 1rem 3rem;
  border: none;
  border-radius: 30px;
  font-size: 20px;
  width: 240px;
  margin: 0 auto;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}
.wpcf7-previous:hover {
  text-decoration: none;
  box-shadow: none;
}

input {
  width: 100%;
  padding: 0.5rem;
  border-radius: 5px;
  border: #d5d5d5 solid 1px;
  margin: 1rem 0;
}
@media screen and (min-width: 768px) {
  input {
    margin: 0;
  }
}
input:focus {
  border: 2px solid #0169DE;
  outline: 0;
}

input[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

input[type=checkbox] {
  width: 2rem;
  height: 2rem;
}

select {
  width: 100%;
  padding: 0.5rem;
  border-radius: 5px;
  border: #d5d5d5 solid 1px;
  margin: 1rem 0;
}
@media screen and (min-width: 768px) {
  select {
    margin: 0;
  }
}
select:focus {
  border: 2px solid #0169DE;
  outline: 0;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: #cc0000;
  font-weight: bold;
}

.contact__item-policy > p > span > span > span > input {
  height: auto;
  margin-right: 1rem;
}

.cf7-accept-check {
  margin: 1.5rem 0 2rem;
}
.cf7-accept-check-link {
  text-decoration: underline;
}
.cf7-accept-check > p {
  text-align: center;
  font-weight: bold;
  color: #656565;
}

.error {
  margin-top: 80px;
  height: 50vh;
}
@media screen and (min-width: 768px) {
  .error {
    margin-top: 120px;
  }
}
.error > h1 {
  font-size: fontSize(32);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .error > h1 {
    font-size: fontSize(64);
  }
}
.error > h3 {
  margin-bottom: 2rem;
  text-align: center;
  color: #F05454;
}
.error__text {
  text-align: center;
  margin-bottom: 2rem;
}
.error__btn {
  margin: 0 auto;
}

.single__cont {
  margin: 3rem auto;
  min-height: 50vh;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .single__cont {
    width: 80%;
    margin: 3rem auto;
    max-width: 960px;
  }
}
.single__cont-case {
  display: flex;
  flex-direction: column-reverse;
  width: 90%;
  margin: 3rem auto;
}
@media screen and (min-width: 1024px) {
  .single__cont-case {
    display: grid;
    grid-template-columns: 3fr 1fr;
  }
}
.single__cont-case-item {
  margin: 3rem 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background-color: #f0f0f0;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .single__cont-case-item {
    width: 80%;
    margin: 3rem auto;
  }
}
@media screen and (min-width: 1024px) {
  .single__cont-case-item {
    margin: 3rem 0;
    width: auto;
  }
}
.single__cont-case-item > li {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
  font-size: 0.75rem;
  font-weight: bold;
}
.single__cont-case-item > img {
  height: 200px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.single__cont-btn {
  display: none;
}
@media screen and (min-width: 1024px) {
  .single__cont-btn {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    margin: 0 auto;
  }
}
.single__cont-btn-sp {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .single__cont-btn-sp {
    display: none;
  }
}
.single__cont-btn-sp-text {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.single__cont > h2 {
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
}
.single__thumbnail > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border: 1px #d5d5d5 solid;
  margin: 2rem auto;
}
@media screen and (min-width: 1024px) {
  .single__thumbnail > img {
    max-height: 320px;
  }
}
.single__article {
  margin: 2rem auto;
}
.single__category {
  color: #0169DE;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem 0;
}
.single__category > ul {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  padding: 0;
}
.single__category > ul > li {
  list-style: none;
  border: solid 1px #0169DE;
}
.single__category > ul > li > a {
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #0169DE;
}
.single__btn {
  background-color: #EEFFF6;
  color: #fff;
  text-decoration: none;
  padding: 1rem 3rem;
  color: #3698A8;
  display: flex;
  justify-content: center;
  width: 240px;
  margin: 1rem auto 1rem 0;
  border-radius: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}
.single__btn:hover {
  box-shadow: none;
  border: 1px solid #0169DE;
  text-decoration: none;
}

.archive-btn {
  margin-top: 3rem;
}
.archive-btn > a {
  text-decoration: none;
  color: #fff;
}

.news {
  margin: 3rem auto;
  width: 95%;
}
@media screen and (min-width: 1024px) {
  .news {
    width: 90%;
    margin: 5rem auto;
    display: grid;
    grid-template-columns: 1fr 4fr;
    align-items: flex-start;
  }
}
.news__cat {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  height: -moz-fit-content;
  height: fit-content;
  background-color: rgba(240, 240, 240, 0.5568627451);
  border-radius: 10px;
  padding: 2rem;
}
.news__cat > p {
  font-size: 1rem;
  font-weight: bold;
}
.news__cat-btn {
  width: 160px !important;
  padding: 0.75rem !important;
}
.news__cat-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: bold;
}
.news__inner {
  margin: 0 auto;
  width: 100%;
  min-height: 80vh;
}
.news__cont {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 auto;
  width: 90%;
}
.news__cont-case {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .news__cont-case {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.news__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1rem;
  border-bottom: 1px solid #000;
}
.news__item:hover {
  background-color: #f0f0f0;
}
.news__item::before {
  content: "→";
  position: absolute;
  font-size: 1.5rem;
  top: 25%;
  right: 1rem;
}
@media screen and (min-width: 768px) {
  .news__item::before {
    top: 50%;
    font-size: 2rem;
  }
}
.news__item-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.news__item-text-cat {
  display: flex;
  gap: 1.5rem;
}
.news__item-text-cat-item {
  border: 1px solid #0169DE;
  color: #0169DE;
  padding: 0.25rem 1rem;
  font-size: 0.75rem;
  font-weight: bold;
}
.news__item-text > p {
  margin-bottom: 1rem;
}
.news__item-text > h2 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.news__item-case {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1rem;
  border-bottom: 1px solid #000;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news__item-case {
    width: 45%;
  }
}
@media screen and (min-width: 1024px) {
  .news__item-case {
    width: 32%;
  }
}
.news__item-case:hover {
  background-color: #f0f0f0;
}
.news__item-case-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.news__item-case-text-cat {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.news__item-case-text-cat-item {
  border: 1px solid #0169DE;
  color: #0169DE;
  padding: 0.25rem 1rem;
  font-size: 0.75rem;
  font-weight: bold;
}
.news__item-case-text > p {
  margin-bottom: 1rem;
}
.news__item-case-text > h2 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.news__item-case > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 180px;
}
.news__item > a > img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  border: 1px solid #707070;
}

.is-active {
  color: #0169DE;
  font-weight: bold;
  border: 2px solid #0169DE !important;
  box-shadow: none;
}

.btn__main {
  position: relative;
  font-size: 1.25rem !important;
  font-weight: bold;
  padding-right: 3rem;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 3;
  display: block;
}
.btn__main::before {
  content: "→";
  position: absolute;
  top: 0.75rem;
  right: 0;
  width: 2rem;
  height: 2rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 50px;
  background-color: #000;
  transition: ease;
  transition-duration: 0.5s;
}
.btn__main:hover {
  color: #0169DE;
}
.btn__main:hover::before {
  content: "→";
  position: absolute;
  top: 0.225rem;
  right: -1rem;
  width: 3rem;
  height: 3rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 50px;
  background-color: #0169DE;
  transition: ease;
  transition-duration: 0.5s;
}
.btn__main-w {
  color: #fff;
}
.btn__main-w::before {
  content: "→";
  position: absolute;
  top: 0.75rem;
  right: 0;
  width: 2rem;
  height: 2rem;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 50px;
  background-color: #FFF;
  transition: ease;
  transition-duration: 0.5s;
}
.btn__main-w:hover {
  color: #FFF;
}

.btn__sub {
  background-color: #dedede;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  padding: 1rem;
  font-weight: bold;
  width: 100%;
}
.btn__sub:hover {
  background-color: #0169DE;
  color: white;
}
.btn__sub::before {
  content: ">";
  position: absolute;
  right: 0;
  top: 1rem;
}

a.btn-malformation {
  display: block;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  font-size: 1.25rem;
  padding: 1rem 1.5rem;
  color: #fff;
  border-radius: 100% 80px/80px 100%;
  width: 160px;
}

a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80%/100% 80%;
}

.btn-malformation--pastel {
  background: #0A7283;
  background: linear-gradient(180deg, #75E0AA 40%, #0A7283 100%);
  box-shadow: 20px 10px 0 #B4FDD8;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#75E0AA", endColorstr="#0A7283", GradientType=1);
}

.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeLeftTrigger {
  opacity: 0;
}

.mask {
  display: block;
  max-width: 100%;
  margin: 0 0 0 auto;
  overflow: hidden;
  position: relative;
}

.zoomOutTrigger {
  width: 100%;
}

.zoomOutTrigger img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.3); /* 初期拡大状態 */
  transform-origin: center center;
  animation-name: zoomOutAnime;
  animation-duration: 7s;
  animation-fill-mode: forwards;
  transition: transform 0.5s ease-in-out;
}

@keyframes zoomOutAnime {
  from {
    transform: scale(1.3);
  }
  to {
    transform: scale(1); /* もしくは0.9だと少し小さくなる */
  }
}
.header {
  background-color: #fff;
  width: 100%;
  max-width: 1920px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .header {
    height: 90px;
  }
}
.header__top {
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .header__top {
    background-image: linear-gradient(181deg, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.13) 40%, rgba(255, 255, 255, 0) 70%);
  }
}
.header__logo {
  padding-left: 0.75rem;
  width: auto;
}
@media screen and (min-width: 1280px) {
  .header__logo {
    padding-left: 1.25rem;
  }
}
.header__logo > a {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
}
.header__logo-img {
  width: 120px;
  height: auto;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .header__logo-img {
    width: 180px;
  }
}
.header__menu {
  display: none;
  flex-direction: row;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .header__menu {
    display: flex;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.header__nav-list {
  list-style: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .header__nav-list {
    justify-content: space-between;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.header__nav-list-item {
  list-style: none;
  margin: 0 0.25rem;
}
.header__nav-list-item-child {
  font-size: 1rem;
  margin-left: 2rem;
}
.header__nav-list-item-policy {
  font-size: 0.75rem;
}
.header__nav-list-item__has-child {
  position: relative;
}
.header__nav-list-item__has-child:hover > ul {
  visibility: visible;
  opacity: 1;
}
.header__nav-list-item__has-child > ul {
  position: absolute;
  left: 0;
  top: 3rem;
  z-index: 4;
  /*形状を指定*/
  width: 180px;
  padding: 1.5rem 1rem;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1280px) {
  .header__nav-list-item__has-child > ul {
    gap: 1.5rem;
  }
}
.header__nav-list-item__has-child > ul > li {
  list-style: none;
}
.header__nav-list-parent {
  position: relative;
  list-style: none;
  margin: 0 0.5rem;
  padding: 0.5rem 2rem 0.5rem 0rem;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 1280px) {
  .header__nav-list-parent {
    padding: 0.5rem 2rem 0.5rem 1rem;
  }
}
.header__nav-list-parent:hover {
  background-color: #F3F3F3;
  text-decoration: none;
}
.header__nav-list-parent:after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 0.5rem;
  transform: rotate(135deg);
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #0169DE #0169DE transparent transparent;
}
@media screen and (min-width: 1280px) {
  .header__nav-list-parent {
    font-size: 1.25rem;
  }
}
.header__nav-list-normal {
  padding: 0.5rem;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  position: relative;
  font-size: 1rem;
  font-weight: bold;
}
.header__nav-list-normal:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  #header.UpMove {
    animation: UpAnime 0.5s forwards;
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
@media screen and (min-width: 1024px) {
  #header.DownMove {
    animation: DownAnime 0.5s forwards;
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#breadcrumbs {
  width: 90%;
  margin: 1rem 0;
  z-index: 100;
  font-size: fontSize(12);
}
@media screen and (min-width: 768px) {
  #breadcrumbs {
    width: 70%;
  }
}
#breadcrumbs > span > span > a {
  text-decoration: none;
  color: #888888;
  margin: 0 1rem;
}

.breadcrumb_last {
  color: #0169DE;
  margin: 0 1rem;
}

#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 100%;
  height: 100svh; /*ナビの高さ*/
  background: #FFF;
  /*動き*/
  transition: all 0.6s;
  text-transform: none;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100svh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  padding: 2rem 0;
  z-index: 999;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 2rem 0;
  width: 60%;
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  padding: 0.5rem 0 0 2rem;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
}
#g-nav li::before {
  content: "→";
  position: absolute;
  top: 0.75rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 50px;
  background-color: #000;
  transition: ease;
  transition-duration: 0.5s;
}

#g-nav li a {
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: none;
  letter-spacing: 0.1em;
  font-weight: 400;
  white-space: nowrap;
}
#g-nav li a:hover {
  text-decoration: underline;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 0px;
  right: 5%;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: block;
}
@media screen and (min-width: 768px) {
  .openbtn {
    top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .openbtn {
    display: none;
  }
}
.openbtn:hover > span {
  width: 100%;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 3px;
  background-color: #000;
  width: 40%;
  text-align: right;
}

.openbtn span:nth-of-type(1) {
  top: 10px;
  right: 0;
  width: 100%;
}

.openbtn span:nth-of-type(2) {
  top: 25px;
  right: 0;
  width: 100%;
}

.openbtn span:nth-of-type(3) {
  top: 40px;
  right: 0;
  width: 100%;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 0;
  transform: translateY(6px) rotate(-45deg);
  width: 100%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 0;
  transform: translateY(-6px) rotate(45deg);
  width: 100%;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  bottom: 0;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 0 2rem 2rem;
  z-index: 20;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 2rem 2rem 10rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
.footer:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.footer > a {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right 50% bottom 0;
     object-position: right 50% bottom 0;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
  z-index: -2;
}
@media screen and (min-width: 1024px) {
  .footer__back {
    background-position: 0 0;
  }
}
.footer__cont {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 1rem 0;
  margin: 3em 0;
}
@media screen and (min-width: 768px) {
  .footer__cont {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .footer__cont {
    gap: 3rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__nav {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    gap: 2rem;
    min-width: 32%;
  }
}
.footer__nav-inner {
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: -webkit-fill-available;
  max-width: -moz-max-content;
  max-width: max-content;
  height: -moz-fit-content;
  height: fit-content;
}
.footer__nav-list {
  position: relative;
  font-size: 1.125rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 2rem;
}
.footer__nav-list::before {
  content: "→";
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-radius: 50px;
  background-color: #000;
  transition: ease;
  transition-duration: 0.5s;
  font-size: 0.75rem;
}
.footer__nav-list-child {
  font-size: 1rem;
}
.footer__nav-list > a:hover {
  text-decoration: underline;
}
.footer__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.footer__text {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .footer__text {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: fontSize(12);
    text-align: center;
    text-align: left;
  }
}
.footer__text-add {
  padding-bottom: 1rem;
  border-bottom: 1px solid #000;
}
.footer__text-link {
  margin-bottom: 1rem;
}
.footer__text-link > img {
  height: auto;
}
.footer__text-link:hover {
  opacity: 0.8;
}
.footer__text-btn {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 1rem;
  transition: all 0.5s;
  margin: 1rem 0;
}
.footer__text-btn > span {
  background-color: #fff;
  color: #000;
  padding: 0.5rem;
  width: 90%;
  border-radius: 50px;
  font-size: 12px;
}
.footer__text-btn:hover {
  background-color: #0169DE;
  color: #fff;
}
.footer__banner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer__banner-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .footer__banner-item {
    flex-direction: row;
  }
}
.footer__banner-item > a:hover {
  opacity: 0.8;
}
.footer__banner-item > a > img {
  height: auto;
}
.footer__logo {
  display: flex;
  text-decoration: none;
  flex-direction: row;
  justify-content: center;
}
.footer__logo > img {
  max-width: 250px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .footer__logo > img {
    width: 280px;
  }
}
.footer__copy {
  margin: 2rem auto;
  padding-top: 0.5rem;
  position: relative;
}
.footer__copy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 2px;
  background-color: #000;
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */