@charset "UTF-8";
@font-face {
  font-family: "my-font";
  src: url("../font/CODE_Bold.otf") format("opentype");
}
html {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  word-break: phrase-all;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

h1 {
  font-weight: 500;
}

p {
  line-height: 2;
}

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

ul {
  padding: 0;
}

li {
  list-style: none;
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: 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 {
  max-width: 100%;
  overflow: hidden;
}

.page-container {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-container {
    width: 80%;
    margin: 0 0 0 auto;
  }
}

.contents {
  position: relative;
  max-width: 95%;
  margin: 3rem auto 5rem;
}
@media screen and (min-width: 768px) {
  .contents {
    max-width: 70%;
  }
}
.contents__wrap {
  width: 95%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1024px) {
  .contents__wrap {
    width: 80%;
    margin: 0 0 0 auto;
  }
}

.page__title {
  position: relative;
  background: linear-gradient(120deg, #d5dfe2, #f0f0f0, #9ED0F4);
  background-size: 300% 300%;
  animation: gradationFlow 10s ease infinite;
  padding: 3.5rem 0 2.5rem;
  border-radius: 0 0 0 20px;
}
@media screen and (min-width: 1024px) {
  .page__title {
    padding: 5rem 0;
    height: 180px;
  }
}
.page__title-head {
  position: relative;
  margin: 0 auto;
  font-size: 3rem;
  color: #fff;
  font-family: "my-font";
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .page__title-head {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 8rem;
    margin: 0;
    text-align: start;
  }
}
.page__title-text {
  font-size: 1rem;
  color: #000;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.75rem;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (min-width: 1024px) {
  .page__title-text {
    position: absolute;
    right: 10%;
    top: 50%;
    font-size: 1.5rem;
    text-align: start;
    writing-mode: vertical-rl;
    line-height: 1;
    letter-spacing: 0.75rem;
  }
}
.page__cont {
  width: 95%;
  margin: 2rem auto;
}
@media screen and (min-width: 1024px) {
  .page__cont {
    width: 90%;
    margin: 2rem auto 2rem 0;
  }
}
.page__cont-title {
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .page__cont-title {
    position: absolute;
    top: 0;
    left: 0;
    justify-content: flex-start;
  }
}
.page__cont-title > p {
  font-size: 1rem;
  color: #B1B1B1;
  font-family: "my-font";
  font-weight: bold;
  writing-mode: vertical-rl;
}
.page__cont-title > h2 {
  font-size: 1.25rem;
  color: #000;
  writing-mode: vertical-rl;
  letter-spacing: 0.5rem;
}

.aioseo-breadcrumbs {
  margin: 1rem auto 0;
  width: 95%;
}
@media screen and (min-width: 768px) {
  .aioseo-breadcrumbs {
    width: 90%;
  }
}

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

.policy {
  width: 90%;
  margin: 5rem auto;
}
@media screen and (min-width: 1024px) {
  .policy {
    width: 80%;
    margin: 5rem 0;
  }
}
.policy > h2 {
  position: relative;
  font-size: 18px;
  color: #004C9C;
  padding: 0.5rem 1rem 0.5rem 2rem;
  margin: 2rem 0 1rem;
  background: none;
  -webkit-text-fill-color: #004C9C;
}
.policy > h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #004C9C;
  border-radius: 2px;
}
.policy-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #707070;
}

.tokushoho {
  position: relative;
  margin: 5rem auto;
}
.tokushoho-list {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 1rem;
  padding: 1rem 0.5rem;
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .tokushoho-list {
    width: 80%;
    grid-template-columns: 1fr 4fr;
    margin: 0;
    padding: 1rem 2rem;
  }
}
.tokushoho-list:nth-child(even) {
  background-color: #F8F8F8;
}
.tokushoho-list-shop {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.tokushoho-list-shop-address {
  padding-left: 1rem;
}
.tokushoho-list-shop-address > a:hover {
  text-decoration: underline;
}

.error__btn {
  margin: 1rem auto;
}

.pagination {
  text-align: center;
}

.nav-links .page-numbers {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  .nav-links {
    margin: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .nav-links {
    margin: 2rem 0;
  }
}
.nav-links a.page-numbers,
.nav-links .current,
.nav-links .dots {
  text-align: center;
  font-size: 20px;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  display: inline-block;
  border-radius: 50%;
  text-decoration: none;
}
.nav-links .current {
  color: #004C9C;
  font-weight: bold;
}
.nav-links .dots {
  background: transparent;
  border: none;
}
.nav-links a.prev,
.nav-links a.next {
  background-color: #004C9C;
  color: #fff;
  width: 2rem;
  height: 2rem;
  line-height: 1.5rem;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  transition: background 0.3s;
}
.nav-links a.prev:hover,
.nav-links a.next:hover {
  background-color: rgb(0, 51.1538461538, 105);
}

.fixed-item {
  position: fixed;
  bottom: 20%;
  right: 5%;
  background-color: #fff;
  z-index: 25;
}
.fixed-item > p {
  margin-right: 3rem;
  font-weight: bold;
}
.fixed-item > span {
  background-color: #0169DE;
  color: #fff;
  padding: 0.5rem;
}

.appearTrigger {
  opacity: 0;
}

.appearUP {
  animation: appearUP 1s 0.2s forwards ease-in-out;
  transform: translateY(100%);
  opacity: 1;
}

@keyframes appearUP {
  to {
    transform: translateY(0px);
  }
}
.kana-error {
  display: block;
  margin-top: 4px;
  color: #cc0000 !important;
  font-weight: bold;
  font-size: 0.9em;
}

.slash_line_outer {
  position: fixed;
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: -1;
}
.slash_line_outer .slash_position {
  position: absolute;
  stroke: #666;
}
.slash_line_outer svg {
  opacity: 1;
  stroke-width: 3rem;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  animation: slash_line 3s;
  animation-timing-function: ease-in-out;
  animation-direction: reverse;
  animation-fill-mode: forwards;
  stroke-linecap: round;
  overflow: visible;
}
@keyframes slash_line {
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -800;
  }
}

.top-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes showTextFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0px);
  }
}
.textanimation span {
  animation: showText 3s backwards;
  display: inline-block;
}

.textanimation > span {
  overflow: hidden;
}

.textanimation > span > span {
  animation: showTextFromBottom 0.5s backwards;
}

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  /* 以下のコードを追加 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
  }
  to {
    filter: blur(0);
    transform: scale(1);
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

.fv {
  position: relative;
  margin: 0 auto;
  height: 100vh;
  width: 100%;
  z-index: 1;
}
.fv__copy {
  position: absolute;
  left: 10%;
  top: 10%;
  display: flex;
  align-items: flex-start;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .fv__copy {
    left: 20%;
    top: 10%;
  }
}
.fv__copy-ja {
  font-size: 1.5rem;
  color: #000;
  text-align: right;
  writing-mode: vertical-rl;
  letter-spacing: 0.5rem;
}
@media screen and (min-width: 768px) {
  .fv__copy-ja {
    font-size: 2.5rem;
    letter-spacing: 0.75rem;
  }
}
.fv__copy-ja:nth-child(1) {
  margin-top: 4rem;
}
.fv__text {
  position: absolute;
  bottom: 10%;
  z-index: 1;
}
.fv__deco {
  position: absolute;
  top: -3%;
  right: -3%;
  overflow: hidden;
  max-width: 50%;
  height: auto;
}
.fv__img {
  position: absolute;
  top: 20%;
  right: 5%;
  display: block;
  z-index: 1;
  max-width: 50%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .fv__img {
    width: auto;
    top: 10%;
    right: 20%;
  }
}
.fv__img-top {
  position: relative;
  z-index: 1;
  animation-delay: 3s;
  height: auto;
}
.fv__img-back {
  position: absolute;
  top: 10%;
  left: 10%;
  height: auto;
  z-index: 0;
  animation-delay: 4s !important;
}
.fv__back-img {
  position: absolute;
  top: 50vh;
  left: 5%;
  height: 100%;
  min-height: 260vh;
  width: 95%;
  z-index: -1;
  border-radius: 20px 0 0 20px;
}
@media screen and (min-width: 768px) {
  .fv__back-img {
    left: 20%;
    width: 80%;
    min-height: 180vh;
  }
}

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

.c-text__item {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 140px;
  line-height: 1;
  -webkit-text-stroke: 2px #004C9C;
  color: #004C9C;
  font-family: "my-font", sans-serif;
  text-transform: lowercase;
}
.c-text__item:nth-child(odd) {
  animation: MoveLeft 48s -24s infinite linear;
}
.c-text__item:nth-child(even) {
  animation: MoveLeft2 48s infinite linear;
}

@keyframes MoveLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes MoveLeft2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.topic {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: rgba(255, 255, 255, 0.5568627451);
  width: 95%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .topic {
    flex-direction: row;
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .topic {
    width: 80%;
  }
}
.topic__title {
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.topic__title > h2 {
  position: relative;
  font-size: 1.5rem;
  color: #004C9C;
  font-family: "my-font";
  padding-left: 2rem;
}
.topic__title > h2:before {
  content: "■";
  position: absolute;
  color: #004C9C;
  left: 0;
  top: 25%;
  font-size: 0.75rem;
}
.topic__list {
  padding: 0 0.5rem;
  width: 100%;
}
.topic__list-item {
  position: relative;
  margin: 0.5rem;
  display: flex;
  gap: 1rem;
}
.topic__list-item:hover {
  opacity: 0.8;
}
.topic__list-text {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  position: relative;
  width: 100%;
  padding: 0.5rem 0;
  border-bottom: 1px solid #000;
}
.topic__list-text > h3 {
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topic__list-text-cat {
  display: flex;
  gap: 1rem;
}
.topic__back {
  display: none;
}
@media screen and (min-width: 768px) {
  .topic__back {
    display: block;
    position: absolute;
    top: 0;
    height: auto;
    z-index: -2;
    min-width: 30%;
    -o-object-fit: cover;
       object-fit: cover;
    left: -35%;
    width: 35%;
  }
}

.state {
  position: relative;
  margin: 5rem auto 5rem 0;
  display: flex;
  flex-direction: column;
  width: 95%;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .state {
    flex-direction: row;
    justify-content: space-around;
    width: 90%;
    gap: 5rem;
  }
}
.state__diagonal {
  position: absolute;
  top: 30%;
  left: -35%;
  max-width: 50%;
  height: auto;
  overflow: hidden;
  animation-delay: 1.5s;
  animation-duration: 0.8s;
}
.state > span {
  position: relative;
  font-size: 4rem;
  color: #FFF;
  font-family: "my-font";
  line-height: 1;
  z-index: 0;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 1024px) {
  .state > span {
    position: absolute;
    top: 0;
    left: 15%;
    font-size: 8rem;
    text-align: start;
    margin-top: 0;
  }
}
.state__img {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .state__img {
    justify-content: flex-start;
  }
}
.state__img-top {
  position: relative;
  z-index: 1;
  height: -moz-fit-content;
  height: fit-content;
}
.state__img-back {
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 0;
  height: -moz-fit-content;
  height: fit-content;
}
.state__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
  line-height: 2;
  padding: 0 0 3rem 0;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .state__text {
    padding: 3rem 0;
  }
}
.state__text-title {
  overflow: hidden;
}
.state__text-title > h2 {
  position: relative;
  font-size: 1.5rem;
  color: #004C9C;
  font-family: "my-font";
  padding-left: 2rem;
}
.state__text-title > h2:before {
  content: "■";
  position: absolute;
  color: #004C9C;
  left: 0;
  top: 25%;
  font-size: 0.75rem;
}
.state__btn {
  margin: 2rem auto;
}

.map {
  position: relative;
  margin: 5rem auto 5rem 0;
  width: 90%;
}
.map > span {
  position: absolute;
  top: 0;
  left: 15%;
  font-size: 8rem;
  color: #FFF;
  font-family: "my-font";
  line-height: 1;
  z-index: 0;
}
.map__img {
  position: absolute;
  top: -20%;
  left: 0%;
  right: 0;
  margin: 0 auto;
  display: block;
  z-index: 1;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .map__img {
    top: -10%;
    left: -10%;
    display: block;
    z-index: 1;
    width: 50%;
    margin: 0;
  }
}
.map__img-back {
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: 20px;
  z-index: 5;
}
.map__img-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.map__img-wrap-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}
.map__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  border-radius: 20px;
}
.map__text {
  color: #fff;
  border: 1px solid #fff;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  background: transparent;
  border-radius: 50px;
}
.map__cont {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  line-height: 2;
  padding: 2rem 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .map__cont {
    width: 60%;
    margin: 0 0 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 2rem;
    text-align: center;
    line-height: 2;
    padding: 3rem 0;
    z-index: 2;
  }
}
@media screen and (min-width: 1024px) {
  .map__cont {
    width: 60%;
    margin: 0 0 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 2rem;
    text-align: center;
    line-height: 2;
    padding: 3rem 0;
    z-index: 2;
  }
}
.map__item > h3 {
  position: relative;
  font-size: 1rem;
  padding-left: 2rem;
  width: -moz-fit-content;
  width: fit-content;
}
.map__item > h3:before {
  content: "■";
  position: absolute;
  color: #004C9C;
  left: 0;
  top: 15%;
  font-size: 0.75rem;
}
.map__item:hover .map__overlay {
  opacity: 1;
}
.map__item-trans {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map__item-trans > img {
  margin: 0 auto;
  transition: all 0.5s;
  border-radius: 50%;
  background-color: #fff;
}
.map__item-trans:hover img {
  box-shadow: 0 0 10px 5px rgba(0, 76, 156, 0.5);
  transition: all 0.5s;
}
.map__btn {
  margin: 2rem auto;
}

.service {
  position: relative;
  margin: 5rem auto;
  width: 95%;
  padding: 3rem 0;
  background: linear-gradient(120deg, #d5dfe2, #f0f0f0, #9ED0F4);
  background-size: 300% 300%;
  animation: gradationFlow 10s ease infinite;
  border-radius: 20px;
}
@media screen and (min-width: 1024px) {
  .service {
    width: 90%;
    margin: 15rem auto 5rem 0;
    padding: 3rem 0 3rem 20%;
    border-radius: 0 20px 20px 0;
  }
}
.service > span {
  position: absolute;
  top: 0;
  left: 5%;
  font-size: 5rem;
  color: #FFF;
  font-family: "my-font";
  line-height: 1;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .service > span {
    top: 5%;
    left: 15%;
    font-size: 8rem;
  }
}
.service__back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
}
.service__item {
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
  padding: 1rem 0;
  width: 95%;
  z-index: 1;
  margin: 3rem auto;
}
@media screen and (min-width: 768px) {
  .service__item {
    flex-direction: row;
    justify-content: space-around;
    width: 95%;
    margin: 3rem auto;
  }
}
@media screen and (min-width: 1024px) {
  .service__item {
    width: 80%;
    justify-content: space-between;
    margin: 3rem 0;
  }
}
.service__item-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
}
.service__item-text > h2 {
  position: relative;
  font-size: 1.5rem;
  color: #004C9C;
  font-family: "my-font";
  padding-left: 2rem;
}
.service__item-text > h2:before {
  content: "■";
  position: absolute;
  color: #004C9C;
  left: 0;
  top: 25%;
  font-size: 0.75rem;
}
.service__item-text > p {
  z-index: 1;
}
.service__item-text > p > span {
  color: #004C9C;
}
.service__item-img {
  position: relative;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .service__item-img {
    max-width: 40%;
  }
}
@media screen and (min-width: 1024px) {
  .service__item-img {
    max-width: 30%;
  }
}
.service__item-img-main {
  width: 100%;
  height: auto;
}
.service__item-img-deco01 {
  position: absolute;
  top: 10%;
  right: -10%;
  animation-delay: 1s;
}
@media screen and (min-width: 768px) {
  .service__item-img-deco01 {
    right: -30%;
  }
}
.service__item-img-deco02 {
  position: absolute;
  bottom: 5%;
  left: -10%;
  animation-delay: 1.5s;
}
@media screen and (min-width: 768px) {
  .service__item-img-deco02 {
    left: -20%;
    bottom: -10%;
  }
}
.service__btn {
  margin: 2rem auto;
}

@keyframes gradationFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.recruit {
  position: relative;
  margin: 10rem auto 0;
  width: 100%;
  min-height: 80vh;
}
@media screen and (min-width: 768px) {
  .recruit {
    min-height: 50vh;
  }
}
@media screen and (min-width: 1024px) {
  .recruit {
    min-height: 70vh;
  }
}
.recruit__deco01 {
  position: absolute;
  bottom: 0;
  right: 0%;
  width: 60%;
  height: auto;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .recruit__deco01 {
    bottom: 0;
    right: 10%;
    width: 40%;
  }
}
.recruit__diagonal {
  position: absolute;
  top: -20%;
  left: -10%;
  max-width: 60%;
  height: auto;
  overflow: hidden;
  animation-delay: 1.5s;
  animation-duration: 0.8s;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .recruit__diagonal {
    top: -50%;
    left: -10%;
    max-width: 50%;
  }
}
.recruit__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0;
  width: 95%;
  z-index: 1;
  margin: 3rem auto 5rem;
  background: linear-gradient(120deg, #d5dfe2, #f0f0f0, #9ED0F4);
  background-size: 300% 300%;
  animation: gradationFlow 10s ease infinite;
  border-radius: 20px;
}
@media screen and (min-width: 1024px) {
  .recruit__item {
    width: 50%;
  }
}
.recruit__item > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 5rem;
  color: #FFF;
  font-family: "my-font";
  line-height: 1;
  z-index: 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .recruit__item > span {
    top: 0;
    left: 0;
    right: 0;
    font-size: 8rem;
  }
}
.recruit__item-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.recruit__item-text > h2 {
  position: relative;
  font-size: 1.5rem;
  text-align: center;
}
.recruit__item-text > p {
  text-align: center;
  line-height: 2;
}
.recruit__item-img {
  position: relative;
  max-width: 30%;
  height: auto;
}
.recruit__btn {
  margin: 2rem auto;
}

.slide-in {
  opacity: 0;
  transform: translateX(0);
  transition: all 0.8s ease;
}
.slide-in.right-to-left.slide-trigger {
  opacity: 1;
  transform: translateX(0);
  animation: slideInFromRight 0.8s forwards;
}
.slide-in.left-to-right.slide-trigger {
  opacity: 1;
  transform: translateX(0);
  animation: slideInFromLeft 0.8s forwards;
}

@keyframes slideInFromRight {
  from {
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromLeft {
  from {
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.voice {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .voice {
    margin: 0 auto 5rem;
    padding: 1rem 0 3rem;
  }
}
.voice__back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 50%;
}
.voice__text {
  margin-left: 5%;
}
@media screen and (min-width: 768px) {
  .voice__text {
    margin-left: 20%;
  }
}
.voice__text > h2 {
  position: relative;
  font-size: 1.5rem;
  color: #004C9C;
  font-family: "my-font";
  padding-left: 2rem;
}
.voice__text > h2:before {
  content: "■";
  position: absolute;
  color: #004C9C;
  left: 0;
  top: 25%;
  font-size: 0.75rem;
}
.voice__item {
  padding: 2rem 0;
  width: 100%;
  z-index: 1;
  margin: 0 auto;
}
.voice__btn {
  margin: 2rem auto;
}

.trans {
  position: relative;
  margin: 5rem auto;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  .trans {
    flex-direction: row;
    width: 70%;
    gap: 5rem;
  }
}
.trans__item {
  position: relative;
  z-index: 1;
  margin: 1rem auto;
  width: 100%;
  border-radius: 10px;
  padding: 1rem;
}
@media screen and (min-width: 1024px) {
  .trans__item {
    width: 45%;
    border-radius: 20px;
  }
}
.trans__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 20px;
  z-index: 1;
}
.trans__item:hover::before {
  opacity: 1;
}
.trans__item-text {
  padding: 1rem 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  z-index: 2;
}
.trans__item-text > h3 {
  font-family: "my-font";
  position: relative;
  font-size: 2rem;
  text-align: center;
  color: #FFF;
}
.trans__item-text > p {
  text-align: center;
  color: #FFF;
}
.trans__item-text-link {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2;
  width: 180px;
  margin: 1rem auto;
}
.trans__item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  z-index: 0;
  border-radius: 20px;
}

.swiper {
  width: 100%;
  padding: 40px 0;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.swiper-slide-text {
  margin: 0 auto;
  width: 270px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
}
.swiper-slide-name {
  margin-top: 1rem;
  text-align: right;
}

.swiper-slide img {
  width: 100%;
  max-width: 270px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  margin: 0 auto;
}

@keyframes fadeinAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.swiper-button-next,
.swiper-button-prev {
  background-color: #007BFF; /* 青背景（任意で調整） */
  color: #fff; /* 白矢印 */
  width: 32px;
  height: 32px;
  border-radius: 50%; /* 丸型 */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  transition: background-color 0.3s;
}

/* ホバー時：少し濃くする */
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #004C9C;
}

/* デフォルトの矢印アイコン調整 */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px; /* アイコンサイズ調整 */
  font-weight: bold;
}

/* 配置調整：スライダーの外側に出さない場合 */
.swiper-button-prev {
  left: 5%;
}
@media screen and (min-width: 1024px) {
  .swiper-button-prev {
    left: 18%;
  }
}

.swiper-button-next {
  right: 5%;
}
@media screen and (min-width: 1024px) {
  .swiper-button-next {
    right: 18%;
  }
}

.page-company__message {
  position: relative;
  margin: 5rem auto;
}
@media screen and (min-width: 768px) {
  .page-company__message {
    margin: 8rem auto;
  }
}
.page-company__message-cont {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
  justify-content: flex-start;
  margin: 1rem auto;
}
@media screen and (min-width: 1024px) {
  .page-company__message-cont {
    flex-direction: row;
    margin: 3rem auto;
  }
}
.page-company__message-text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 5rem 0 0;
  max-width: 100%;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .page-company__message-text {
    margin: 10rem 0 0;
    max-width: 50%;
  }
}
.page-company__message-text:before {
  content: "";
  position: absolute;
  bottom: -5%;
  left: -50%;
  height: 40%;
  width: 100%;
  background: linear-gradient(120deg, #d5dfe2, #f0f0f0, #9ED0F4);
  background-size: 300% 300%;
  animation: gradationFlow 10s ease infinite;
  border-radius: 0 20px 20px 0;
  z-index: -1;
}
.page-company__message-text-name {
  text-align: right;
  font-weight: bold;
}
.page-company__message-text-name > span {
  font-size: 1.5rem;
  margin-left: 1rem;
  font-weight: bold;
}
.page-company__message-text > h3 {
  font-size: 1.5rem;
}
.page-company__message-img {
  position: relative;
  width: 80%;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .page-company__message-img {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .page-company__message-img {
    width: 45%;
    margin: 0;
  }
}
.page-company__message-img-main {
  position: relative;
  height: auto;
  border-radius: 20px;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-company__message-img-deco {
  position: absolute;
  bottom: -20%;
  right: -10%;
  z-index: 0;
  height: auto;
  animation-delay: 0.5s;
}
.page-company__phi {
  position: relative;
  margin: 5rem auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .page-company__phi {
    gap: 2rem;
    margin: 8rem auto;
  }
}
.page-company__phi > h3 {
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .page-company__phi > h3 {
    font-size: 2rem;
  }
}
.page-company__phi > p {
  animation-delay: 0.25s;
}
.page-company__phi > span {
  font-size: 1.25rem;
  animation-delay: 0.5s;
}
.page-company__phi > img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-company__phi > img {
    width: 100%;
    max-width: 320px;
  }
}
.page-company__ab {
  position: relative;
  margin: 5rem auto;
}
@media screen and (min-width: 768px) {
  .page-company__ab {
    margin: 8rem auto;
  }
}
.page-company__ab-list {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  width: 95%;
  margin: 0 auto;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .page-company__ab-list {
    width: 80%;
    margin: 0 0 0 auto;
    display: grid;
    grid-template-columns: 1fr 5fr;
    gap: 2rem;
    padding: 1rem 2rem;
  }
}
.page-company__ab-list:nth-child(odd) {
  background-color: #F8F8F8;
}
.page-company__ab-list-title {
  background-color: transparent !important;
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
}
.page-company__ab-list-shop {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-company__ab-list-shop-address {
  padding-left: 1rem;
}
.page-company__ab-list-shop-address > a:hover {
  text-decoration: underline;
}
.page-company__ab-list > p:first-child {
  font-weight: bold;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .page-company__ab-list > p:first-child {
    font-weight: normal;
    font-size: 1rem;
  }
}
.page-company__banner{
   margin: 5rem auto 0;
}
@media screen and (min-width: 768px) {
  .page-company__banner{
    margin: 8rem auto 0;
    }
}
.page-company__banner > img{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.page-company__ab-list__office-inner{
  margin-bottom: 3rem;
}
.page-company__ab-list__office-item{
  display: flex;
  gap: 2%;
  align-items: stretch;
  margin-top: 1.5rem;
}
.page-company__ab-list__office-img{
  width: 40%;
  aspect-ratio: 96 / 127;
}
.page-company__ab-list__office-img > img{
  width: 100%;
  object-fit: cover;
}
.page-company__ab-list__office-map{
  width: 56%;
  aspect-ratio: 96 / 127;
  position: relative;
  padding-top: 54%;
  height: 0;
}
.page-company__ab-list__office-map > iframe{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.page-company__ab-list__office-sub{
  display: flex;
  gap: 2%;
  margin-top: 1rem;
}
.page-company__ab-list__office-sub-img{
  width: calc(100% / 3 - 2%);
}

.page-service__title {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-service__title {
    margin-bottom: 1.5rem;
  }
}
.page-service__title > h2 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-service__title > h2 {
    font-size: 1.5rem;
  }
}
.page-service__title > h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.page-service__message {
  position: relative;
  margin: 3rem auto;
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .page-service__message {
    flex-direction: row;
    justify-content: flex-start;
    margin: 8rem auto;
    gap: 2rem;
  }
}
.page-service__message-text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 95%;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .page-service__message-text {
    margin: 5rem 0 0;
    max-width: 40%;
  }
}
.page-service__message-text-deco {
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 200px;
  height: auto;
  z-index: -1;
  animation-delay: 1s;
}
.page-service__message-text > h2 {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-service__message-text > h2 {
    font-size: 1.5rem;
  }
}
.page-service__message-img {
  position: relative;
  max-width: 90%;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-service__message-img {
    max-width: 50%;
  }
}
.page-service__message-img-main {
  position: relative;
  height: auto;
  border-radius: 20px;
  border: 1px solid #b1b1b1;
  z-index: 1;
}
.page-service__message-img-deco {
  position: absolute;
  bottom: -10%;
  right: -10%;
  z-index: 0;
  height: auto;
  animation-delay: 0.5s;
}
.page-service__slide {
  position: relative;
  margin: 8rem auto;
  width: 100%;
}
.page-service__slide-img {
  max-width: 320px !important;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .page-service__slide-img {
    max-width: 480px !important;
  }
}
.page-service__slide > p {
  margin-left: 5%;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .page-service__slide > p {
    margin-left: 20%;
  }
}
.page-service__feature {
  position: relative;
  margin: 3rem auto;
}
@media screen and (min-width: 768px) {
  .page-service__feature {
    margin: 8rem auto;
  }
}
.page-service__feature-cont {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-service__feature-cont {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .page-service__feature-cont {
    gap: 3rem;
    margin: 0;
    width: auto;
  }
}
.page-service__feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  margin: 1rem 0;
}
@media screen and (min-width: 1024px) {
  .page-service__feature-item {
    flex-direction: row;
    margin: 3rem 0;
    justify-content: space-between;
  }
}
.page-service__feature-item:nth-child(even) {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin: 1rem 0;
}
@media screen and (min-width: 1024px) {
  .page-service__feature-item:nth-child(even) {
    margin: 3rem 0;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.page-service__feature-item-title > h3 {
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .page-service__feature-item-title > h3 {
    text-align: start;
  }
}
.page-service__feature-item-text {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-service__feature-item-text {
    width: 60%;
  }
}
.page-service__feature-item-text > h3 {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-service__feature-item-text > h3 {
    text-align: start;
  }
}
.page-service__feature-item-text > p {
  line-height: 2;
}
.page-service__feature-item-text > span {
  display: block;
  text-align: right;
  width: 60%;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .page-service__feature-item-text > span {
    width: 45%;
  }
}
.page-service__feature-item-text > span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 60%;
  height: 1px;
  background-color: #000;
}
.page-service__feature-item-img {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 4rem;
}
@media screen and (min-width: 1024px) {
  .page-service__feature-item-img {
    margin: 0 0 0 3rem;
  }
}
.page-service__feature-item-img-main {
  position: relative;
  z-index: 1;
  height: auto;
}
.page-service__feature-item-img-back {
  position: absolute;
  right: -5%;
  top: 5%;
  z-index: 0;
  height: auto;
  max-width: 280px;
}
.page-service__feature-item-img-deco {
  position: absolute;
  bottom: 0;
  left: -15%;
  width: 200px;
  height: auto;
  z-index: -1;
  animation-delay: 1s;
}
.page-service__feature-item-btn {
  margin: 2rem 0 0;
  width: 280px !important;
}

.swiper-service {
  position: relative;
  width: 100%;
  padding: 3rem 40px 0; /* スライドの端を見切れさせるための余白 */
  box-sizing: border-box;
  overflow: visible; /* 見切れを有効に */
  margin: 3rem 0;
  overflow: hidden;
}
.swiper-service-img {
  position: absolute;
  top: 0%;
  left: 20%;
  width: 200px;
  height: auto;
  z-index: 2;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-service-slide {
  background: #eee;
  border-radius: 8px;
  text-align: center;
  font-size: 20px;
  line-height: 200px;
  height: 200px;
}

.page-career__message {
  position: relative;
  margin: 8rem auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .page-career__message {
    flex-direction: row;
  }
}
.page-career__message-text {
  position: relative;
  max-width: 95%;
  line-height: 2;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .page-career__message-text {
    max-width: 40%;
    margin: 0;
  }
}
.page-career__message-text-deco {
  position: absolute;
  bottom: -20%;
  right: -10%;
  width: 200px;
  height: auto;
  z-index: -1;
}
.page-career__message-text > h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.page-career__message-text > span {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.page-career__message-text > span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4rem;
  height: 1px;
  background-color: #000;
}
.page-career__message-img {
  position: relative;
  max-width: 950%;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .page-career__message-img {
    max-width: 50%;
    margin: 0;
  }
}
.page-career__message-img-main {
  position: relative;
  height: auto;
  border-radius: 20px;
  z-index: 1;
}
.page-career__message-img-deco {
  position: absolute;
  bottom: -10%;
  right: -5%;
  z-index: 0;
  height: auto;
  animation-delay: 0.5s;
}
.page-career__merit {
  margin: 3rem 0 3rem auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 95%;
}
@media screen and (min-width: 768px) {
  .page-career__merit {
    width: 80%;
    flex-direction: row;
  }
}
.page-career__merit-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 100%;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .page-career__merit-item {
    max-width: 30%;
  }
}
.page-career__merit-item > p {
  text-align: center;
}
.page-career__merit-item:nth-child(2) {
  animation-delay: 0.5s;
}
.page-career__merit-item:nth-child(3) {
  animation-delay: 1s;
}
.page-career__cta {
  position: relative;
  background: linear-gradient(120deg, #6DBCFF, #A6F0E7, #6DBCFF);
  background-size: 300% 300%;
  animation: gradationFlow 10s ease infinite;
  padding: 0 0 2.5rem;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .page-career__cta {
    padding: 5rem 0;
    height: 180px;
  }
}
.page-career__cta-title {
  position: relative;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-career__cta-title {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.page-career__cta-title > h2 {
  font-size: 5rem;
  color: #fff;
  font-family: "my-font";
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .page-career__cta-title > h2 {
    font-size: 8rem;
  }
}
.page-career__cta-title > p {
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-career__cta-title > p {
    text-align: right;
  }
}
.page-career__cta-btn {
  position: relative;
  margin: 1rem auto;
}
@media screen and (min-width: 768px) {
  .page-career__cta-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto 0;
  }
}

.page-recruit__message {
  position: relative;
  margin: 5rem auto;
  width: 100%;
}
.page-recruit__message > h2 {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  padding-left: 20%;
  font-size: 1rem;
}
.page-recruit__message > h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 17%;
  height: 1px;
  background-color: #000;
}
.page-recruit__message-en {
  font-size: 1.5rem;
  padding-left: 10%;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .page-recruit__message-en {
    font-size: 3rem;
  }
}
.page-recruit__message-ja {
  font-size: 1rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .page-recruit__message-ja {
    font-size: 1.25rem;
  }
}
.page-recruit__message > img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.page-recruit__work {
  position: relative;
  margin: 8rem auto;
}
.page-recruit__work-cont {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .page-recruit__work-cont {
    flex-direction: row;
    gap: 4rem;
    justify-content: space-around;
    padding-left: 15%;
  }
}
.page-recruit__work-text {
  position: relative;
  max-width: 95%;
  line-height: 2;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-recruit__work-text {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-recruit__work-text {
    max-width: 40%;
  }
}
.page-recruit__work-text-deco {
  position: absolute;
  bottom: -20%;
  right: -10%;
  width: 200px;
  height: auto;
  z-index: -1;
}
.page-recruit__work-text > h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.page-recruit__work-text > span {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.page-recruit__work-text > span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4rem;
  height: 1px;
  background-color: #000;
}
.page-recruit__work-img {
  position: relative;
  max-width: 90%;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .page-recruit__work-img {
    max-width: 50%;
  }
}
.page-recruit__work-img-main {
  position: relative;
  height: auto;
  border-radius: 20px;
  z-index: 1;
}
.page-recruit__work-img-back {
  position: absolute;
  bottom: -10%;
  right: -5%;
  z-index: 0;
  height: auto;
  animation-delay: 0.5s;
}
.page-recruit__work-img-deco {
  position: absolute;
  top: -20%;
  left: -50%;
  z-index: 0;
  height: auto;
  animation-delay: 0.5s;
}
.page-recruit__work-desc {
  margin: 2rem 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .page-recruit__work-desc {
    margin: 5rem 0 0 auto;
  }
}
.page-recruit__work-desc-btn {
  margin: 2rem auto;
}
@media screen and (min-width: 768px) {
  .page-recruit__work-desc-btn {
    margin: 2rem 0 0 auto;
  }
}
.page-recruit__system-title {
  right: 0;
  left: auto;
}
.page-recruit__system-item {
  align-items: center;
}
.page-recruit__system-item-img {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.page-recruit__system-item-img-back {
  position: absolute;
  right: -5%;
  top: 5%;
  z-index: 0;
  height: auto;
}
.page-recruit__system-deco {
  position: absolute;
  right: 0%;
  top: 25%;
  height: auto;
  overflow: hidden;
  animation-delay: 1s;
}
@media screen and (min-width: 1024px) {
  .page-recruit__system-deco {
    right: -5%;
    top: 25%;
  }
}
.page-recruit__info {
  margin: 3rem auto;
  width: 100%;
  background: linear-gradient(120deg, #d5dfe2, #f0f0f0, #9ED0F4);
  background-size: 300% 300%;
  animation: gradationFlow 10s ease infinite;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.page-recruit__info-text {
  text-align: center;
  font-weight: bold;
}
.page-recruit__info-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-recruit__info-title > p {
  font-size: 1rem;
  color: #B1B1B1;
  font-family: "my-font";
  font-weight: bold;
}
.page-recruit__info-title > h2 {
  font-size: 1.25rem;
  color: #000;
}
.page-recruit__info-inner {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .page-recruit__info-inner {
    width: 70%;
  }
}
.page-recruit__info-cont {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .page-recruit__info-cont {
    flex-direction: row;
    justify-content: space-around;
  }
}
.page-recruit__info-link {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
  width: 280px;
  margin: 1rem auto;
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
}
.page-recruit__info-link > span {
  font-size: 1rem;
  font-family: "my-font";
}
.page-recruit__cta {
  width: 95%;
  margin: 3rem auto;
}
@media screen and (min-width: 768px) {
  .page-recruit__cta {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .page-recruit__cta {
    width: 80%;
    margin: 5rem auto;
  }
}
@media screen and (min-width: 1280px) {
  .page-recruit__cta {
    width: 60%;
    margin: 5rem auto;
  }
}

.page-work {
  position: relative;
}
.page-work__message {
  position: relative;
  margin: 5rem auto;
  width: 100%;
  background: linear-gradient(120deg, #d5dfe2, #f0f0f0, #9ED0F4);
  background-size: 300% 300%;
  animation: gradationFlow 10s ease infinite;
  padding: 2.5rem 0;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-work__message {
    padding: 2.5rem 5%;
    border-radius: 20px 0 0 20px;
  }
}
.page-work__message-title {
  top: 0;
}
@media screen and (min-width: 768px) {
  .page-work__message-title {
    margin-left: 5%;
    top: 2.5rem;
  }
}
.page-work__message-cont {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 90%;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .page-work__message-cont {
    flex-direction: row;
    width: 90%;
    margin: 0 auto 0 10%;
  }
}
.page-work__message-item {
  background-color: #fff;
  border-radius: 20px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-work__message-item {
    width: 45%;
  }
}
@media screen and (min-width: 1024px) {
  .page-work__message-item {
    display: grid;
    grid-template-columns: 1fr 3fr;
  }
}
.page-work__message-item > img {
  width: 160px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .page-work__message-item > img {
    margin: 0;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.page-work__message-item-text > h3 {
  color: #004C9C;
  margin-bottom: 1rem;
}
.page-work__message-deco01 {
  position: absolute;
  height: auto;
  top: 30%;
  left: -25%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-work__message-deco01 {
    top: 30%;
    left: -5%;
    z-index: 0;
  }
}
.page-work__message-deco02 {
  position: absolute;
  height: auto;
  bottom: 20%;
  right: -20%;
  z-index: 0;
}
.page-work__sche {
  position: relative;
  width: 100%;
}
.page-work__sche* before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: linear-gradient(120deg, #d5dfe2, #f0f0f0, #9ED0F4);
  background-size: 300% 300%;
  animation: gradationFlow 10s ease infinite;
  padding: 2.5rem 5%;
}
.page-work__sche-tab-inner {
  background-color: #fff;
  width: 95%;
  margin: 1rem auto;
  border-radius: 20px;
  padding: 3rem 0.25rem;
}
@media screen and (min-width: 768px) {
  .page-work__sche-tab-inner {
    width: 90%;
    margin: 3rem auto;
    border-radius: 20px;
    padding: 5rem 3% 5rem 5%;
  }
}
.page-work__sche-tab-title {
  width: 100%;
  margin: 2rem auto;
  border-radius: 20px;
  display: flex;
  gap: 2rem;
  padding: 1rem 0.5rem;
  display: flex;
  flex-direction: column;
  z-index: 1;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .page-work__sche-tab-title {
    display: grid;
    grid-template-columns: 1fr 3fr;
  }
}
.page-work__sche-tab-title-01 {
  background-color: rgba(0, 76, 156, 0.368627451);
}
.page-work__sche-tab-title-02 {
  background-color: rgba(14, 137, 251, 0.368627451);
}
.page-work__sche-tab-title-03 {
  background-color: rgba(59, 193, 222, 0.368627451);
}
.page-work__sche-tab-title-04 {
  background-color: rgba(93, 177, 92, 0.368627451);
}
.page-work__sche-tab-title-05 {
  background-color: rgba(255, 167, 1, 0.368627451);
}
.page-work__sche-tab-title-text > h3 {
  color: #000;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-work__sche-tab-title-text > h3 {
    text-align: start;
  }
}
.page-work__sche-tab-title-text > p {
  font-size: 0.875rem;
}
.page-work__sche-tab-title > img {
  margin: 0 auto;
  padding: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
  -o-object-fit: cover;
     object-fit: cover;
  width: 140px;
  height: 140px;
  -o-object-position: 0% 0%;
     object-position: 0% 0%;
}
.page-work__sche-tab-table {
  margin: 2rem 0;
  border-left: 3px solid #004C9C;
}
.page-work__sche-tab-list {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border-bottom: 1px dashed #707070;
  margin-left: 1.5rem;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .page-work__sche-tab-list {
    margin-left: 3rem;
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
  }
}
.page-work__sche-tab-list-time {
  display: flex;
  gap: 1rem;
}
.page-work__sche-tab-list::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: -2.375rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #004C9C;
}
@media screen and (min-width: 768px) {
  .page-work__sche-tab-list::before {
    top: 40%;
    left: -3.875rem;
  }
}
.page-work__sche-tab-list > p {
  font-size: 12px;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  width: 100%;
  margin: 2rem 0;
}
@media screen and (min-width: 768px) {
  .tabs {
    margin: 5rem 0;
    padding-bottom: 40px;
  }
}

/*タブのスタイル*/
.tab_item {
  width: 50%;
  margin: 0 auto 3rem;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #004C9C;
  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 1.5rem 3rem;
  }
}
@media screen and (min-width: 768px) {
  .tab_item:first-of-type {
    margin-left: 15% !important;
  }
}
.tab_item > img {
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-object-fit: cover;
     object-fit: cover;
  width: 140px;
  height: 140px;
  -o-object-position: 0% 0%;
     object-position: 0% 0%;
}

.tab_item:hover img {
  border: 2px solid #004C9C;
}

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

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  width: 95%;
  margin: 3rem auto;
  border-radius: 20px 0 0 20px;
  background: linear-gradient(120deg, #d5dfe2, #f0f0f0, #9ED0F4);
  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 {
  background-color: #5ab4bd;
  color: #fff;
}

.page-shop {
  position: relative;
  margin: 5rem auto;
}
@media screen and (min-width: 1024px) {
  .page-shop {
    margin: 5rem 5% 5rem auto;
  }
}
.page-shop__cat {
  width: 95%;
  margin: 1rem auto;
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-shop__cat {
    width: 90%;
    margin: 0 0 0 auto;
  }
}
.page-shop__cat > p {
  font-size: 1.5rem;
  font-weight: bold;
}
.page-shop__cat-btn {
  position: relative;
  border: 1px solid #000;
  padding: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 2;
  width: 160px;
  text-align: center;
  display: block;
}
.page-shop__cat-btn:hover {
  color: #004C9C;
  border: 1px solid #004C9C;
  animation: anima-button-30 1s;
}
.page-shop__inner {
  margin: 5rem auto;
}
.page-shop__cont {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0 auto;
  width: 95%;
}
@media screen and (min-width: 1024px) {
  .page-shop__cont {
    gap: 3rem;
    margin: 0 auto 0 0;
    width: 90%;
  }
}
.page-shop__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #000;
}
.page-shop__item > h2 {
  position: relative;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
}
.page-shop__item > h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #004C9C;
}
.page-shop__item-img {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .page-shop__item-img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.page-shop__item-img > img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .page-shop__item-img > img {
    width: 100%;
    height: 320px;
    border-radius: 20px;
  }
}
.page-shop__item-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .page-shop__item-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.page-shop__item-text-list {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 1rem;
  padding: 1rem;
  width: 100%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  .page-shop__item-text-list {
    grid-template-columns: 1fr 5fr;
    gap: 2rem;
    padding: 1rem 2rem;
  }
}
.page-shop__item-text-list:nth-child(even) {
  background-color: #F8F8F8;
}
.page-shop__item-text-list > p {
  white-space: pre-wrap;
}

.acf-map {
  width: 100%;
  height: 100%;
  min-height: 200px;
  border-radius: 20px;
}

.acf-map img {
  max-width: inherit !important;
}

.tab_class {
  width: 40%;
  height: 50px;
  background-color: #EEFFF6;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  display: block;
  float: left;
  order: -1;
  border-radius: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  margin: 0 0.5rem;
}
@media screen and (min-width: 1024px) {
  .tab_class {
    width: 20%;
  }
}

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

.heading04 {
  position: absolute;
  top: -2rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.heading04::before,
.heading04::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #3fc1c9;
}

.heading04::before {
  margin-right: 30px;
  transform: rotate(-35deg);
}

.heading04::after {
  margin-left: 30px;
  transform: rotate(35deg);
}

.page-system {
  position: relative;
  margin: 5rem 0;
}
.page-system__message {
  position: relative;
  margin: 5rem auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.page-system__message > p {
  text-align: center;
}
.page-system__message > p > span {
  display: inline-block;
  position: relative;
  font-size: 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
}
.page-system__message > p > span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.75rem;
  background-color: #E2ECFF;
  z-index: -1;
}
.page-system__message > img {
  width: 90%;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-system__message > img {
    width: auto;
  }
}
.page-system__person {
  position: relative;
  background: linear-gradient(120deg, #d5dfe2, #f0f0f0, #9ED0F4);
  background-size: 300% 300%;
  animation: gradationFlow 10s ease infinite;
  padding: 1rem;
  border-radius: 20px 0 0 20px;
}
@media screen and (min-width: 768px) {
  .page-system__person {
    padding: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .page-system__person-title {
    top: 3rem;
    left: 3rem;
  }
}
.page-system__person-cont {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-system__person-cont {
    width: 90%;
    margin: 0 0 0 auto;
  }
}
.page-system__person-item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0.75rem;
  background-color: rgba(255, 255, 255, 0.8705882353);
  margin: 2rem 0;
}
@media screen and (min-width: 1024px) {
  .page-system__person-item {
    flex-direction: row;
    padding: 2rem;
  }
}
.page-system__person-item > img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .page-system__person-item > img {
    width: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .page-system__person-item > img {
    width: 30%;
  }
}
.page-system__person-item-text {
  padding-top: 2rem;
  position: relative;
}
.page-system__person-item-text > h3 {
  margin-bottom: 1rem;
}
.page-system__desc {
  position: relative;
  margin: 5rem auto;
  width: 95%;
}
@media screen and (min-width: 1024px) {
  .page-system__desc {
    margin: 5rem 0;
    width: 90%;
  }
}
.page-system__desc-cont {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
  justify-content: space-around;
}
@media screen and (min-width: 768px) {
  .page-system__desc-cont {
    flex-direction: row;
  }
}
.page-system__desc-cont-title {
  position: relative;
  font-size: 1.5rem;
  writing-mode: vertical-rl;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-system__desc-cont-title {
    width: 30%;
    margin: 0;
  }
}
.page-system__desc-cont-title > img {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
}
.page-system__desc-cont-title > h3 {
  font-size: 1.75rem;
  text-align: left;
  margin: 0.5rem;
  letter-spacing: 0.5rem;
}
.page-system__desc-cont-title > h3:nth-child(3) {
  padding-top: 5rem;
}
.page-system__desc-img {
  position: relative;
  width: 100%;
}
.page-system__desc-img-main {
  height: auto;
  padding-top: 9rem;
  min-width: 70%;
}
@media screen and (min-width: 768px) {
  .page-system__desc-img-main {
    padding-top: 5rem;
  }
}
.page-system__desc-img-text {
  position: absolute;
  top: 1rem;
  left: 5%;
  animation-delay: 0.5s;
}
@media screen and (min-width: 768px) {
  .page-system__desc-img-text {
    top: 0;
    left: 0;
  }
}
.page-system__desc-text {
  margin: 2rem 0;
}
.page-system__desc-text > p {
  margin-bottom: 1rem;
}
.page-system__desc-text > span {
  font-size: 1.125rem;
  font-weight: bold;
}
.page-system__desc-model {
  margin: 5rem 0;
}
.page-system__desc-model-cont {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .page-system__desc-model-cont {
    flex-direction: row;
  }
}
.page-system__desc-model-cont:nth-child(2) {
  animation-delay: 0.5s;
}
.page-system__desc-model-cont:nth-child(3) {
  animation-delay: 1s;
}
.page-system__desc-model-cont:nth-child(4) {
  animation-delay: 1.5s;
}
.page-system__desc-model-cont:nth-child(5) {
  animation-delay: 2s;
}
.page-system__desc-model-item {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
}
.page-system__desc-model-item:hover {
  opacity: 0.7 !important;
}
@media screen and (min-width: 768px) {
  .page-system__desc-model-item {
    width: 45%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-system__desc-model-item {
    width: 30%;
    margin: 0;
  }
}
.page-system__desc-model-item > img {
  height: auto;
}

.contact__cont {
  width: 95%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  list-style: none;
  margin: 1rem auto;
  padding: 0;
  max-width: 95vw;
}
@media screen and (min-width: 1024px) {
  .contact__cont {
    width: 90%;
    max-width: 920px;
    gap: 2.5rem;
    margin: 3rem 0;
  }
}
.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__cont > img {
  margin: 1rem auto;
  height: auto;
}
.contact__desc {
  text-align: left;
  font-size: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #000;
}
.contact__desc > p {
  line-height: 2;
}
.contact__desc > p > span {
  color: red;
}
.contact__ano {
  margin: 3rem 0;
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-top: 1px solid #000;
}
.contact__ano-text {
  color: #707070;
  font-size: 0.75rem;
}
.contact__sub {
  margin: 3rem 0;
  padding-top: 3rem;
  border-top: 1px solid #000;
}
.contact__item {
  width: 100%;
  margin: 1.5rem auto;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
}
@media screen and (min-width: 1024px) {
  .contact__item {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    align-items: center;
    gap: 2rem;
  }
}
.contact__item:nth-child(even) {
  background-color: #F8F8F8;
}
.contact__item-text > p {
  line-height: 1;
}
.contact__item-text > p > label {
  padding: 0.5rem 1rem 0.5rem 0;
  width: 100%;
  font-weight: 600;
  line-height: 1;
}
.contact__item-text > p > label > span {
  margin-left: 0.5rem;
  font-size: 0.75rem;
  vertical-align: top;
  font-weight: 600;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  background-color: #004C9C;
}
.contact__item-policy {
  text-align: center;
}
.contact__btn > p {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.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;
  width: 90%;
  margin: 3rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.contact__thanks > h2 {
  font-size: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #707070;
  text-align: center;
  width: 100%;
  line-height: 2;
}
.contact__thanks > p {
  text-align: center;
  margin-bottom: 2rem;
}
.contact__thanks-tel {
  font-size: 2rem;
  margin-bottom: 2rem;
}

label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

textarea {
  resize: vertical;
  height: 200px;
  width: 100%;
  padding: 1rem;
  border: #707070 solid 1px;
  border-radius: 10px;
  background-color: #FFF;
}
textarea:focus {
  border: 2px solid #004C9C;
  outline: 0;
}
textarea:focus {
  border: 2px solid #004C9C;
  outline: 0;
}

.wpcf7 {
  max-width: 95vw;
}

.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;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 2;
  width: 240px;
  text-align: center;
  display: block;
  color: #000;
}
.wpcf7-submit:hover {
  color: #004C9C;
  border: 1px solid #004C9C;
  animation: anima-button-30 1s;
}

.wpcf7-previous {
  display: block;
  background-color: transparent;
  color: #707070;
  text-decoration: none;
  padding: 1rem 3rem;
  border: solid #707070 1px;
  font-size: 20px;
  width: 240px;
  margin: 0 auto;
}
.wpcf7-previous:hover {
  text-decoration: none;
  background-color: #004C9C;
  color: white;
}

input {
  width: 100%;
  padding: 1rem;
  border: #707070 solid 1px;
  border-radius: 10px;
  background-color: #FFF;
}
input:focus {
  border: 2px solid #004C9C;
  outline: 0;
}

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

/* ラジオボタン共通スタイル */
input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #999;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  margin-right: 8px;
  vertical-align: middle;
  transition: all 0.3s ease;
}

/* 選択時の見た目 */
input[type=radio]:checked {
  border-color: #007bff;
  background-color: #007bff;
}

/* チェックマーク風の中丸 */
input[type=radio]:checked::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}

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

select {
  width: 100%;
  padding: 1rem;
  border: #707070 solid 1px;
  border-radius: 10px;
  background-color: #FFF;
}
select:focus {
  border: 2px solid #004C9C;
  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-bottom: 4rem;
}
.cf7-accept-check-link {
  color: #004C9C;
  text-decoration: underline;
}
.cf7-accept-check > p {
  text-align: center;
  font-weight: bold;
  color: #000;
}

.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 {
    margin: 3rem auto 3rem 0;
    width: 70%;
  }
}
.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__cont > img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 200px;
  border: 1px #d5d5d5 solid;
  margin: 2rem auto;
}
@media screen and (min-width: 1024px) {
  .single__cont > img {
    height: 320px;
  }
}
.single__article {
  margin: 2rem auto;
}
.single__category {
  color: #004C9C;
  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 #004C9C;
}
.single__category > ul > li > a {
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #004C9C;
}
.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 #004C9C;
  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: 768px) {
  .news {
    margin: 5rem auto;
  }
}
.news__cat {
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.news__cat > p {
  font-size: 1.5rem;
  font-weight: bold;
}
.news__cat-btn {
  width: 160px !important;
  padding: 0.75rem !important;
}
.news__inner {
  margin: 5rem auto;
}
.news__cont {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .news__cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    gap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .news__cont {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
    margin: 0;
  }
}
.news__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #000;
}
.news__item-text > p {
  margin-bottom: 1rem;
}
.news__item-text > h2 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.news__item > a > img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  border: 1px solid #707070;
}

.tab_class {
  width: 40%;
  height: 50px;
  background-color: #EEFFF6;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  display: block;
  float: left;
  order: -1;
  border-radius: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  margin: 0 0.5rem;
}
@media screen and (min-width: 1024px) {
  .tab_class {
    width: 20%;
  }
}

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

.heading04 {
  position: absolute;
  top: -2rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.heading04::before,
.heading04::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #3fc1c9;
}

.heading04::before {
  margin-right: 30px;
  transform: rotate(-35deg);
}

.heading04::after {
  margin-left: 30px;
  transform: rotate(35deg);
}

.btn__main {
  position: relative;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 2;
  width: 240px;
  text-align: center;
  display: block;
}
.btn__main:hover {
  color: #004C9C;
  border: 1px solid #004C9C;
  animation: anima-button-30 1s;
}

@keyframes anima-button-30 {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 137, 208, 0.5);
  }
  100% {
    box-shadow: 0 0 0 1.2em rgba(0, 0, 0, 0);
  }
}
.btn-rec {
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-decoration: none;
  padding: 1rem 2rem;
  font-weight: bold;
  border-radius: 50px;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.5s;
  width: 320px;
}
@media screen and (min-width: 768px) {
  .btn-rec {
    padding: 2rem 4rem;
    width: auto;
  }
}
.btn-rec:before {
  content: "";
  position: absolute;
  border: 2px solid #65B2FF;
  width: 95%;
  height: 85%;
  top: 7.5%;
  left: 2.5%;
  border-radius: 50px;
}
.btn-rec:hover {
  color: #004C9C;
  border: 2px solid #65B2FF;
  animation: anima-button-30 1s;
  transition: all 0.5s;
}
.btn-rec > span {
  font-family: "my-font";
  font-size: 1rem;
  text-align: center;
  line-height: 1;
}
.btn-rec > p {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1;
}

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);
  }
}
/*　画像の縮小　*/
.zoomOut img {
  transform: scale(1.1);
  transition: 0.3s ease-in-out; /*移り変わる速さを変更したい場合はこの数値を変更*/
}

.zoomOut a:hover img { /*hoverした時の変化*/
  transform: scale(1); /*拡大の値を変更したい場合はこの数値を変更*/
}

.mask {
  display: block;
  line-height: 0; /*行の高さを0にする*/
  overflow: hidden; /*拡大してはみ出る要素を隠す*/
}

.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

.zoomInTrigger {
  opacity: 0;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.smooth {
  animation-name: smoothAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform-origin: left;
  opacity: 0;
  animation-delay: 1s;
}

.smoothTrigger {
  opacity: 0;
}

@keyframes smoothAnime {
  from {
    transform: translate3d(0, 10%, 0) rotate(-12deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0) rotate(0deg);
    opacity: 1;
  }
}
.fadeRightTrigger {
  opacity: 0;
}

.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translate(100px, -100px); /* X右、Y上方向へ移動 */
  }
  to {
    opacity: 1;
    transform: translate(0, 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);
  }
}
.header {
  background-color: transparent;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  z-index: 99;
}
@media screen and (min-width: 1024px) {
  .header {
    width: 15%;
    max-width: 200px;
    position: fixed;
    top: 3rem;
    left: 0;
    margin: 0 auto;
    z-index: 99;
  }
}
.header__logo {
  width: auto;
  margin: 1rem 0;
}
@media screen and (min-width: 1024px) {
  .header__logo {
    padding-left: 1.25rem;
  }
}
.header__logo > a {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
}
.header__logo-img {
  width: 80px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .header__logo-img {
    width: 96px;
  }
}
.header__menu {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__menu {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}

.header__inner {
  display: flex;
  height: inherit;
  position: relative;
  width: 100%;
  margin: 0 auto 0 3%;
  gap: 2.5rem;
  padding: 1rem 0.5rem;
}
@media screen and (min-width: 1024px) {
  .header__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: inherit;
    position: relative;
    width: 12%;
    min-width: 180px;
    margin: 0 auto 0 3%;
    gap: 2.5rem;
    background-color: rgba(255, 255, 255, 0.5568627451);
  }
}

.header__nav-list {
  list-style: none;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
  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: column;
  }
}
.header__nav-list-item {
  list-style: none;
  margin: 0 0.5rem;
}
.header__nav-list-normal {
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  text-decoration: none;
  font-weight: bold;
}
.header__nav-list-normal:hover {
  background-color: rgba(0, 76, 156, 0.1176470588);
  text-decoration: none;
}
.header__nav-list-normal:active {
  background-color: #888888;
}

.header__nav-list-normal.is-current {
  position: relative;
}

.header__nav-list-normal.is-current::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #004C9C;
  border-radius: 2px;
}

@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: #004C9C;
  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;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  #g-nav {
    width: 40%;
  }
}

/*アクティブクラスがついたら位置を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;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  #g-nav.panelactive #g-nav-list {
    width: 40%;
  }
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  padding: 2rem 0;
  z-index: 999;
  top: 0%;
  left: 0;
  right: 0;
  width: 90%;
  margin: 2rem auto;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  #g-nav ul {
    top: 10%;
  }
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  margin-top: 1rem;
  padding: 0.5rem 0 0;
  border-top: 1px solid #d5d5d5;
  font-size: 1.25rem;
}

#g-nav li a {
  color: #004C9C;
  text-decoration: none;
  padding: 10px 2rem;
  display: block;
  text-transform: none;
  letter-spacing: 0.1em;
  font-weight: bold;
  white-space: nowrap;
  color: #000;
}

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

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

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

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

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

.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-image: linear-gradient(120deg, rgb(213, 223, 226), rgb(255, 255, 255) 50%, rgb(158, 208, 244));
  padding: 0 1rem;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 1rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
.footer__cont {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-around;
  padding: 1rem 0;
  margin: 1rem 0;
}
@media screen and (min-width: 1024px) {
  .footer__cont {
    width: 90%;
    gap: 3rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.footer__nav {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
.footer__nav-inner {
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: -webkit-fill-available;
  max-width: -moz-max-content;
  max-width: max-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .footer__nav-inner {
    flex-direction: row;
    gap: 2rem;
  }
}
.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer__nav-list-child {
  font-size: 1rem;
}
.footer__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .footer__item {
    align-items: flex-start;
    gap: 2rem;
  }
}
.footer__text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: fontSize(12);
  text-align: center;
  text-align: left;
}
.footer__text-sp {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: fontSize(12);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__text-sp {
    display: none;
  }
}
.footer__text-sp > a:hover {
  color: #F05454;
}
.footer__text-sp-link {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .footer__text-sp-link {
    flex-direction: row;
  }
}
.footer__text-sp-link > a {
  color: #004C9C;
  text-decoration: none;
  margin-top: 1rem;
}
.footer__text-sp-link > a:hover {
  text-decoration: underline;
}
.footer__text-sp-link > a:nth-child(1) {
  padding: 0.25rem 1rem 0.25rem 0;
}
@media screen and (min-width: 1280px) {
  .footer__text-sp-link > a:nth-child(1) {
    border-right: 1px solid #004C9C;
  }
}
.footer__text-sp-link > a:nth-child(2) {
  padding: 0.25rem 1rem;
}
.footer__text > a:hover {
  color: #F05454;
}
.footer__text-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__text-link {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .footer__text-link {
    flex-direction: row;
  }
}
.footer__text-link > a {
  color: #004C9C;
  text-decoration: none;
  margin-top: 1rem;
}
.footer__text-link > a:hover {
  text-decoration: underline;
}
.footer__text-link > a:nth-child(1) {
  padding: 0.25rem 1rem 0.25rem 0;
}
@media screen and (min-width: 1280px) {
  .footer__text-link > a:nth-child(1) {
    border-right: 1px solid #004C9C;
  }
}
.footer__text-link > a:nth-child(2) {
  padding: 0.25rem 1rem 0.25rem 0;
}
@media screen and (min-width: 1280px) {
  .footer__text-link > a:nth-child(2) {
    padding: 0.25rem 1rem;
  }
}
.footer__logo {
  display: flex;
  text-decoration: none;
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .footer__logo {
    justify-content: left;
  }
}
.footer__logo > img {
  max-width: 250px;
  margin-right: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .footer__logo > img {
    max-width: 300px;
  }
}
.footer > p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1rem 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer > p {
    margin: 0;
  }
}/*# sourceMappingURL=style.css.map */