@charset "UTF-8";
html {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  word-break: phrase-all;
}
@media screen and (min-width: 600px) {
  html {
    font-size: 16px;
  }
}

h1 {
  font-weight: 400;
}

h2 {
  font-weight: 400;
  line-height: 1;
}

h3 {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 600px) {
  h3 {
    font-size: 18px;
  }
}

a {
  text-decoration: none;
  color: #000;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
  opacity: 0.6;
}

a[href^=tel],
a[href^=mailto] {
  color: inherit;
  text-decoration: none;
}

p {
  line-height: 1.75;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

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

.container {
  margin: 80px auto 0;
  max-width: 100%;
  position: relative;
  min-height: 80svh;
}
@media screen and (min-width: 600px) {
  .container {
    margin: 160px auto 0;
  }
}
.container-rec {
  margin: 0 auto;
  max-width: 100%;
  min-height: 80svh;
}

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

.pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}

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

.contents {
  position: relative;
  max-width: 95%;
  margin: 3rem auto 5rem;
}
@media screen and (min-width: 600px) {
  .contents {
    max-width: 70%;
  }
}
.contents__wrapper {
  margin-top: 5rem;
}
.contents__title {
  position: relative;
  margin: 5rem auto 2rem 3.5rem;
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (min-width: 600px) {
  .contents__title {
    margin: 5rem auto 1rem;
    padding: 0;
  }
}
.contents__title-inner {
  width: 80%;
}
.contents__title-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (min-width: 600px) {
  .contents__title-text {
    font-size: 2rem;
  }
}
.contents__title-en {
  font-size: 10px;
  color: #849085;
  font-weight: 400;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 600px) {
  .contents__title-en {
    font-size: 1rem;
  }
}
.contents__title-en-page {
  font-size: 2.5rem;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  .contents__title-en-page {
    font-size: 5rem;
    line-height: 0.8;
  }
}

@keyframes expansion-anim {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(2);
    opacity: 1;
  }
}
.page__title {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
}
.page__title > h1 {
  color: #000;
  font-size: 2.5rem;
  text-align: center;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  .page__title > h1 {
    font-size: 5rem;
  }
}
.page__title > p {
  font-size: 1rem;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  .page__title > p {
    font-size: 1.5rem;
  }
}

.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: 0.5rem auto 0;
  width: 95%;
}
@media screen and (min-width: 600px) {
  .aioseo-breadcrumbs {
    width: 80%;
  }
}

.aioseo-breadcrumb {
  color: white;
  padding-right: 0.5rem;
  position: relative;
  z-index: 2;
}
.aioseo-breadcrumb:nth-child(n+2) {
  padding: 0 0.5rem;
}
.aioseo-breadcrumb > a {
  text-decoration: none;
  color: white;
}

.policy {
  color: #000;
}
.policy__cont {
  margin: 3rem 0;
  background-color: white;
  padding: 5rem 1rem;
  color: #000;
}
.policy__inner {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .policy__inner {
    width: 80%;
  }
}
.policy__text {
  margin-bottom: 5rem;
}
.policy__title {
  font-size: 1.25rem;
  color: #000;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #000;
  margin: 2rem 0 1rem;
  line-height: 1.5;
}

.pagination {
  text-align: center;
}

.nav-links .page-numbers {
  display: flex;
  flex-wrap: wrap;
  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: 50px;
  margin-right: 25px;
  font-size: 20px;
}

.nav-links .current {
  padding: 0;
  border-bottom: 1px solid #B48D14;
  font-weight: bold;
}

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

.nav-links a.prev {
  background-image: url(../img/arrow-prev.svg);
  width: 80px;
  height: 50px;
  border-radius: 0;
  -o-object-fit: fill;
     object-fit: fill;
  border: none;
  margin-right: 2.5rem;
}

.nav-links a.next {
  background-image: url(../img/arrow-next.svg);
  width: 80px;
  height: 50px;
  border-radius: 0;
  -o-object-fit: fill;
     object-fit: fill;
  border: none;
  margin-left: 2.5rem;
}

.fixed-item {
  position: fixed;
  top: 45%;
  rotate: 90deg;
  z-index: 25;
  display: none;
}
@media screen and (min-width: 960px) {
  .fixed-item {
    right: calc(0% - 8rem);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
}
.fixed-item > p {
  margin-right: 3rem;
  font-weight: bold;
}
.fixed-item > a {
  rotate: -90deg;
}

/* スクロール禁止用クラス */
.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.invisible-style {
  background-color: transparent !important;
}

.sp-invisible {
  display: none;
}
@media screen and (min-width: 600px) {
  .sp-invisible {
    display: block;
  }
}

.sp-visible {
  display: block;
}
@media screen and (min-width: 600px) {
  .sp-visible {
    display: none;
  }
}

body {
  transition: background-color 2s ease, color 2s ease;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 100;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.fv {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.fv__slider {
  width: 100%;
  padding: 0;
  position: relative;
}
.fv__slider-img {
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  min-height: 100vh;
  -o-object-position: top left;
     object-position: top left;
}
.fv__text {
  position: relative;
  display: none;
  flex-direction: row-reverse;
  animation-delay: 3s;
}
@media screen and (min-width: 600px) {
  .fv__text {
    display: flex;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .fv__text {
    gap: 3rem;
  }
}
.fv__text > a {
  font-weight: 400;
  color: #FFF;
  text-shadow: rgba(0, 0, 0, 0.8039215686) 0 0 3px;
  font-weight: 600;
  font-size: 18px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.fv__title {
  position: absolute;
  top: 8%;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 200;
  display: flex;
  gap: 5rem;
  align-items: center;
  justify-content: center;
}
.fv__title-img {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  max-width: 16%;
}
@media screen and (min-width: 600px) {
  .fv__title-img {
    max-width: 10%;
  }
}
@media screen and (min-width: 960px) {
  .fv__title-img {
    max-width: 6%;
  }
}
.fv__title-img > img {
  height: auto;
}
.fv__title-img > img:nth-child(2) {
  animation-delay: 1s;
}
.fv__title > h1 {
  font-size: 2.5rem;
  letter-spacing: -0.03em;
  line-height: 0.9;
  text-align: end;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 600px) {
  .fv__title > h1 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .fv__title > h1 {
    font-size: 5rem;
  }
}

.fv__slider-text.active {
  opacity: 1;
  transform: translateY(0);
}

.slick-dotted.slick-slider {
  margin: 0;
}

/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 110px;
  color: #FFF;
  width: -moz-fit-content;
  width: fit-content;
}

/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #FFF;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.parallax_content {
  display: flex;
  min-height: 80vh;
  justify-content: center;
  align-items: center;
  /* ここが重要：padding:100% は消す */
  padding: 40px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* このクラスが付いた時だけ固定 */
.parallax_content.img_bg_01 {
  position: relative; /* ←必須 */
  background-image: url("../img/pala-img.png");
  background-attachment: fixed;
}

/* 黒マスク */
.parallax_content.img_bg_01::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25); /* ←黒の濃さ調整 */
  z-index: 1;
}

/* 中の文字などをマスクより上に出す */
.parallax_content.img_bg_01 > * {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .parallax_content.img_bg_01 {
    background-attachment: scroll;
  }
}
.mes {
  position: relative;
}
.mes__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .mes__text {
    width: auto;
    margin: auto;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1280px) {
  .mes__text {
    gap: 0.5rem;
  }
}
.mes__text > h2 {
  font-size: 1.5rem;
  color: #FFF;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .mes__text > h2 {
    font-size: 2rem;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
.mes__text > span {
  color: #FFF;
}
@media screen and (min-width: 960px) {
  .mes__text > span {
    writing-mode: vertical-rl;
    text-orientation: mixed; /* 基本これでOK */
  }
}
.mes__text-desc {
  margin: 0;
  line-height: 2;
  color: #FFF;
}
@media screen and (min-width: 960px) {
  .mes__text-desc {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media screen and (min-width: 1280px) {
  .mes__text-desc {
    line-height: 2.5;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

.service {
  position: relative;
  width: 90%;
  margin: 3rem auto 0;
}
@media screen and (min-width: 960px) {
  .service {
    width: 70%;
    padding: 2rem 0;
  }
}
.service__title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 5rem;
}
.service__title-img {
  position: absolute;
  bottom: -1rem;
  left: -3.25rem;
  max-width: 160px;
  height: auto;
  z-index: -1;
}
.service__cont {
  margin: 3rem 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.service__item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 960px) {
  .service__item {
    flex-direction: row;
    gap: 15%;
  }
}
.service__item-r {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 960px) {
  .service__item-r {
    flex-direction: row-reverse;
    gap: 15%;
  }
}
.service__item-r-img {
  position: relative;
  padding-left: 3rem;
}
.service__item-r-img > img {
  height: auto;
}
.service__item-img {
  position: relative;
  padding-right: 3rem;
}
.service__item-img > img {
  height: auto;
}
.service__item-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.service__item-text > h3 {
  font-size: 1.5rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.service__item-text > p {
  padding-top: 2rem;
  line-height: 2;
}
.service__item-text-02 {
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .service__item-text-02 {
    margin: 0;
  }
}
.service__item-text-03 {
  margin: 0 auto 0 0;
}
@media screen and (min-width: 960px) {
  .service__item-text-03 {
    margin: 0;
  }
}

.fog {
  position: relative;
  top: -3rem;
  background-color: transparent;
  width: 100%;
  height: auto;
  max-height: 200px;
  z-index: 10;
  background-image: linear-gradient(180deg, #000, #cdcdcd 80%, #fff);
  mix-blend-mode: lighten;
}

.fog-02 {
  position: relative;
  top: 5rem;
  background-color: transparent;
  width: 100%;
  height: auto;
  max-height: 200px;
  z-index: 10;
  background-image: linear-gradient(180deg, #fff, #cdcdcd 80%, #cdcdcd);
  mix-blend-mode: lighten;
}

.fog-03 {
  position: relative;
  top: 0;
  background-color: transparent;
  width: 100%;
  height: auto;
  max-height: 200px;
  z-index: 10;
  background-image: linear-gradient(180deg, #cdcdcd, #cdcdcd 80%, #fff);
  mix-blend-mode: lighten;
}

.history {
  margin: 5rem auto 0;
  width: 100%;
  background-image: linear-gradient(0deg, #cdcdcd, #000000 5% 95%, #cdcdcd);
}
.history__title {
  margin: 0;
  width: 90px;
  height: -webkit-fill-available;
  padding: 3rem 0.5rem;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  border-top: #849085 8px solid;
  border-bottom: #849085 8px solid;
}
@media screen and (min-width: 960px) {
  .history__title {
    width: 160px;
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 414px) {
  .history__title {
    height: 100vh;
  }
}
.history__inner {
  width: 100%;
  display: flex;
}
.history__wrap {
  position: relative;
  margin: 1rem 0;
  background-color: #FFF;
  padding: 2rem 0;
  display: flex;
  gap: 3rem;
}
@media screen and (min-width: 1280px) {
  .history__wrap {
    margin: 8rem 0 3rem;
    padding: 6rem 0;
  }
}
.history__item {
  flex: 0 0 auto;
  margin: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  width: 280px;
}
@media screen and (min-width: 960px) {
  .history__item {
    flex-direction: row;
    width: 1000px;
    gap: 2.5rem;
  }
}
.history__item-small {
  width: 280px;
}
@media screen and (min-width: 960px) {
  .history__item-small {
    flex-direction: row;
    width: 600px;
    gap: 2.5rem;
  }
}
.history__item-desc {
  display: flex;
  flex-direction: column;
  gap: 2.5em;
  margin: auto 0 0 0;
  flex: 0 0 auto; /* ←画像も縮ませない */
  min-width: 320px;
  font-size: 12px;
}
@media screen and (min-width: 960px) {
  .history__item-desc {
    font-size: 14px;
    min-width: 500px;
  }
}
.history__item-desc > img {
  flex: 0 0 auto; /* ←画像も縮ませない */
  width: 320px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .history__item-desc > img {
    min-width: 300px;
    max-height: 350px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.history__item-desc-b {
  margin: 0 0 auto 0 !important;
}
.history__item-img {
  position: relative;
  flex: 0 0 auto; /* ←画像も縮ませない */
  height: auto;
  max-width: 320px;
  max-height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 960px) {
  .history__item-img {
    max-width: 600px;
    max-height: 500px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.history__item-img-wrap {
  position: relative;
}
.history__item-day01 {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 120px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .history__item-day01 {
    max-width: 240px;
  }
}
.history__item-day02 {
  position: absolute;
  right: -1.5rem;
  top: -1.5rem;
  max-width: 120px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .history__item-day02 {
    right: -5rem;
    top: -5rem;
    max-width: 240px;
  }
}
.history__item-text {
  flex: 1 1 auto; /* テキスト側は伸縮OK */
  min-width: 320px; /* つぶれ防止 */
  font-size: 12px;
}
@media screen and (min-width: 960px) {
  .history__item-text {
    font-size: 14px;
  }
}
.history__item-text > h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.history__item-text > h4 {
  font-size: 1.375rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.history__item-text > img {
  max-width: 120px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .history__item-text > img {
    max-width: 240px;
  }
}

/* ここが画面に貼り付く */
.history__cont {
  position: sticky;
  top: 0;
  min-height: 100vh;
  overflow-x: visible;
  overflow-y: hidden;
}
@media screen and (max-width: 414px) {
  .history__cont {
    height: 100vh;
    background-color: #FFF;
    overflow-y: hidden;
  }
}
@media screen and (min-width: 600px) {
  .history__cont {
    min-height: 640px;
  }
}
@media screen and (min-width: 960px) {
  .history__cont {
    overflow-y: hidden;
  }
}

/* 横スクロールの中身 */
.history__wrap {
  display: flex;
  gap: 3rem;
  will-change: transform;
  overflow: visible;
}

/* 通常横スクロールにしたいとき用のクラス方式にしてもOK */
.history__wrap.is-normal-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  transform: none !important;
}

@media screen and (max-height: 1024px) {
  .history__wrap {
    position: relative;
    margin: 3rem 0;
    background-color: #FFF;
    display: flex;
    gap: 3rem;
  }
  .history__title {
    margin: 0;
    height: 100vh;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .history__wrap {
    padding-right: 180px;
  }
}
.slide-in {
  overflow: hidden;
}

/*左右のアニメーション*/
.rightAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.topic {
  width: 100%;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-image: linear-gradient(0deg, rgba(43, 43, 43, 0.5568627451), rgba(71, 71, 71, 0.1607843137) 80%, transparent);
}
@media screen and (min-width: 960px) {
  .topic {
    padding: 5rem 0;
  }
}
.topic__title {
  position: relative;
  margin: 0 auto;
  top: 5rem;
}
.topic__cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  /* 背景ぼかし */
  background: rgba(255, 255, 255, 0.431372549); /* ガラス感の色 */
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(16px);
  padding: 5rem 10% 3rem;
}
@media screen and (min-width: 960px) {
  .topic__cont {
    width: 70%;
  }
}
.topic__list {
  margin: 2rem auto 4rem;
  width: 100%;
}
.topic__list-link:hover {
  text-decoration: none;
}
.topic__list-link:hover > h3 {
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px;
}
.topic__list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 1rem 0;
  padding: 1rem 2rem 1rem 0;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (min-width: 960px) {
  .topic__list-item {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    margin: 1rem 0;
  }
}
.topic__list-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #000;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1s ease;
}
.topic__list-item:hover::after {
  transform: scaleX(1);
}
.topic__list-item:nth-child(1) {
  margin: 0 0 1rem;
}
.topic__list-item:before {
  content: ">";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  color: #000;
  font-size: 1rem;
  line-height: 1;
  height: -moz-fit-content;
  height: fit-content;
}
.topic__list-item-upper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
.topic__list-item > h3 {
  padding: 0.25rem;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (min-width: 960px) {
  .topic__list-item > h3 {
    background-repeat: no-repeat;
    background-position: bottom right; /* 下線の初期位置 */
    background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
    transition: background-size 0.5s;
    border-bottom: none;
    padding: 0.5rem 0.25rem;
    font-size: 1rem;
  }
}
.topic__list-item > img {
  margin-bottom: 1rem;
}
.topic__list-item > p {
  font-size: 1rem;
  line-height: 1.2;
}
.topic__list-item-cat {
  border: solid 1px #000;
  padding: 0.125rem 0.5rem;
  font-size: 10px;
}
@media screen and (min-width: 600px) {
  .topic__list-item-cat {
    padding: 0.25rem 1rem;
    font-size: 12px;
  }
}
.topic__link {
  display: flex;
  justify-content: flex-end;
  font-size: 1.5rem;
  margin: 2rem auto;
  padding-bottom: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  transition: background-size 0.5s;
}
.topic__link:hover {
  text-decoration: none;
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 2px;
}

.company {
  width: 100%;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-image: linear-gradient(0deg, #000000, rgba(11, 11, 11, 0.6823529412) 20%, rgba(43, 43, 43, 0.5568627451));
}
@media screen and (min-width: 960px) {
  .company {
    padding: 5rem 0;
  }
}
.company__title {
  position: relative;
  margin: 0 auto;
  color: #FFF;
}
.company__title > h2 {
  color: #FFF;
}
.company__cont {
  width: 90%;
  margin: 3rem auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 960px) {
  .company__cont {
    width: 70%;
    gap: 20px;
    max-width: 1000px;
  }
}
.company__list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1rem;
  color: #FFF;
  padding: 0 1rem 10px;
  border-bottom: 0.5px solid #CCCCCC;
  font-size: 12px;
}
@media screen and (min-width: 960px) {
  .company__list {
    gap: 2rem;
    padding: 0 2rem 20px;
    font-size: 1rem;
  }
}

iframe {
  width: 100%;
  height: auto;
  min-height: 400px;
  margin: 3rem auto;
  filter: grayscale(100%);
}

.cta {
  position: relative;
  padding: 3rem 5%;
  background: url("../img/cta-back.png");
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .cta {
    padding: 5rem 10%;
  }
}
.cta__title {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 2rem;
}
.cta__title > h2 {
  color: #FFF;
  font-size: 1rem;
}
.cta__title > p {
  font-size: 2rem;
  color: #FFF;
}
.cta__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cta__item-desc > p {
  color: #CCCCCC;
}
.cta__item-tel {
  font-size: 18px;
  color: #FFF !important;
}
.cta__item-tel > span {
  font-size: 14px;
  color: #FFF;
}

#wrapper {
  background: url(img/prairie-woman-at-sunset.jpg) center center no-repeat;
  background-size: cover;
  height: 30vh;
}

.page-about__fv {
  margin: 2rem 0;
  position: relative;
}
.page-about__fv-img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 2rem;
}
@media screen and (min-width: 960px) {
  .page-about__fv-img {
    margin-bottom: 0;
  }
}
.page-about__fv-menu {
  display: none;
  margin: 0rem 5% 1rem auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 600px) {
  .page-about__fv-menu {
    display: block;
  }
}
.page-about__fv-menu > a {
  padding: 0.5rem 0;
  margin-right: 2rem;
  font-size: 1.25rem;
}
.page-about__fv-menu > a:not(:first-child):before {
  content: " / ";
  color: #B48D14;
  padding-right: 3rem;
}
.page-about__fv-menu > a:hover {
  text-decoration: none;
  color: #B48D14;
}
.page-about__fv-cont {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  padding: 0 5% 1rem;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(0, 0, 0) 100%);
}
@media screen and (min-width: 960px) {
  .page-about__fv-cont {
    position: absolute;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    height: 50%;
    bottom: 0;
    left: 0;
    padding: 0 5% 3rem;
  }
}
@media screen and (min-width: 600px) {
  .page-about__fv-item {
    padding-left: 2rem;
    border-left: 1px solid #B48D14;
  }
}
.page-about__fv-item > h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .page-about__fv-item > h2 {
    text-align: start;
    font-size: 1rem;
  }
}
.page-about__fv-item > p {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .page-about__fv-item > p {
    font-size: 1.5rem;
    text-align: start;
  }
}
.page-about__fv-btn {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 960px) {
  .page-about__fv-btn {
    flex-direction: row;
  }
}
.page-about__cont {
  position: relative;
  margin: 3rem auto;
}
@media screen and (min-width: 960px) {
  .page-about__cont {
    margin: 5rem auto;
  }
}
.page-about__cont-info {
  max-width: 95%;
  margin: 2.5rem auto;
  padding: 0;
  white-space: pre-wrap;
}
@media screen and (min-width: 600px) {
  .page-about__cont-info {
    max-width: 70%;
  }
}
.page-about__cont-info-list {
  border-bottom: 1px solid #B48D14;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 1rem;
  list-style: none;
  padding: 0.5rem;
  font-size: 1rem;
}
@media screen and (min-width: 600px) {
  .page-about__cont-info-list {
    padding: 1.5rem 5%;
    font-size: 18px;
  }
}
.page-about__cont-info-list > p {
  line-height: 2;
}
.page-about__access {
  width: 90%;
  margin: 3rem auto 0;
  padding: 2rem 0;
}
@media screen and (min-width: 960px) {
  .page-about__access {
    margin: 5rem auto;
  }
}
.page-about__access-cont {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (min-width: 960px) {
  .page-about__access-cont {
    flex-direction: row;
    gap: 5rem;
    justify-content: space-evenly;
  }
}
.page-about__access-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .page-about__access-item {
    width: 40%;
  }
}
.page-about__access-item > h3 {
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .page-about__access-item > h3 {
    margin-bottom: 1rem;
  }
}
.page-about__access-item > p {
  white-space: pre-wrap;
  min-height: 80px;
}
@media screen and (min-width: 600px) {
  .page-about__access-item > p {
    min-height: 100px;
  }
}
.page-about__access-item > iframe {
  width: 100%;
  max-height: 200px;
}
@media screen and (min-width: 600px) {
  .page-about__access-item > iframe {
    height: 400px;
    max-height: 400px;
  }
}
.page-about__group {
  margin: 3rem auto 0;
  padding: 2rem 0;
}
@media screen and (min-width: 960px) {
  .page-about__group {
    margin: 5rem auto;
  }
}
.page-about__group-title {
  width: 90%;
  margin: 1rem auto;
}
.page-about__group-inner {
  margin: 2rem 0;
}
@media screen and (min-width: 960px) {
  .page-about__group-inner {
    margin: 5rem auto;
  }
}
.page-about__group-cont {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
}
@media screen and (min-width: 960px) {
  .page-about__group-cont {
    flex-direction: row;
    gap: 3rem;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.page-about__group-cont-r {
  margin: 2rem auto 4rem;
}
@media screen and (min-width: 960px) {
  .page-about__group-cont-r {
    width: 90%;
    margin: 2rem 0 5rem auto;
  }
}
.page-about__group-cont-l {
  margin: 2rem auto 4rem;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .page-about__group-cont-l {
    flex-direction: row;
    width: 90%;
    margin: 2rem auto 5rem 0;
  }
}
.page-about__group-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .page-about__group-item {
    width: auto;
    margin: 0;
    gap: 1rem;
  }
}
.page-about__group-item > h3 {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 1rem;
}
@media screen and (min-width: 960px) {
  .page-about__group-item > h3 {
    padding: 1rem 0 1rem 2rem;
    border-left: 1px solid #B48D14;
    font-size: 2.5rem;
  }
}
.page-about__group-list {
  margin: 1rem 0;
}
.page-about__group-list > h4 {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 0.25rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #B48D14;
}
.page-about__group-list-text {
  padding-left: 1.5rem;
  font-size: 14px;
}
.page-about__group-list-text > a {
  color: #A4A09D;
  text-decoration: underline;
}
.page-about__group-list-mem {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: 1rem;
}
.page-about__group-list-mem > h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.page-about__group-list-mem-text {
  font-size: 14px;
  line-height: 1.5;
}
.page-about__group-list-mem-text > a {
  color: #A4A09D;
  text-decoration: underline;
}
.page-about__group-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 960px) {
  .page-about__group-img {
    max-width: 60%;
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.page-ceo {
  width: 95%;
  margin: 3rem auto 0;
  padding: 2rem 0;
}
.page-ceo__cont {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  gap: 1.5rem;
}
@media screen and (min-width: 960px) {
  .page-ceo__cont {
    flex-direction: row;
    justify-content: space-between;
    gap: 3rem;
  }
}
.page-ceo__text {
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .page-ceo__text {
    line-height: 3;
  }
}
.page-ceo__text > p {
  margin-bottom: 2rem;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .page-ceo__text > p {
    line-height: 2.5;
  }
}
.page-ceo__text-en {
  color: #B48D14;
}
.page-ceo__img {
  position: relative;
  margin: 2rem 0;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
  .page-ceo__img {
    max-width: 40%;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0;
  }
}
.page-ceo__img-sp {
  display: block;
  margin: 2rem 0;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
  .page-ceo__img-sp {
    display: none;
  }
}

.page-service {
  margin: 3rem 0;
  padding: 1rem 0;
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  .page-service {
    padding: 5rem 0;
  }
}
.page-service__inner {
  width: 90%;
  margin: 1rem auto 0;
  padding: 2rem 0;
}
@media screen and (min-width: 600px) {
  .page-service__inner {
    margin: 3rem auto 0;
  }
}
.page-service__cont {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 960px) {
  .page-service__cont {
    flex-direction: row;
  }
}
.page-service__img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
  .page-service__img {
    max-width: 40%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.page-service__text {
  padding: 0 0 0 1rem;
  border-left: #B48D14 solid 1px;
  -o-border-image: linear-gradient(to bottom, #B48E16, #F8E282, #B48E16) 1;
     border-image: linear-gradient(to bottom, #B48E16, #F8E282, #B48E16) 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: black;
}
@media screen and (min-width: 600px) {
  .page-service__text {
    gap: 2rem;
    padding: 0 0 0 2rem;
    border-left: #B48D14 solid 3px;
  }
}
.page-service__text > h2 {
  color: black;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  .page-service__text > h2 {
    font-size: 2rem;
  }
}
.page-service__text-title {
  color: #B48D14;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
.page-service__text-title > p {
  font-size: 3rem;
  font-family: "my-font";
  line-height: 1;
  font-weight: bold;
}
.page-service__text-title > span {
  font-family: "my-font";
  line-height: 1;
}
.page-service__btn {
  margin: 1rem 0 1rem auto;
  color: #000;
}

.page-business__fv {
  margin: 2rem 0;
  position: relative;
  padding-bottom: 1rem;
}
@media screen and (min-width: 600px) {
  .page-business__fv {
    padding-bottom: 5rem;
  }
}
.page-business__fv-menu {
  display: none;
  margin: 0rem 5% 1rem auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 600px) {
  .page-business__fv-menu {
    display: block;
  }
}
.page-business__fv-menu > a {
  padding: 0.5rem 0;
  margin-right: 2rem;
  font-size: 1.25rem;
}
.page-business__fv-menu > a:not(:first-child):before {
  content: " / ";
  color: #B48D14;
  padding-right: 3rem;
}
.page-business__fv-menu > a:hover {
  text-decoration: none;
  color: #B48D14;
}
.page-business__fv-img {
  padding-bottom: 2rem;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 960px) {
  .page-business__fv-img {
    padding-bottom: 10rem;
  }
}
.page-business__fv-cont {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  width: 90%;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 960px) {
  .page-business__fv-cont {
    position: absolute;
    padding: 0 8%;
    gap: 3rem;
    width: 100%;
    margin: 3rem auto 5rem;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(0, 0, 0) 100%);
  }
}
.page-business__fv-item {
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  .page-business__fv-item {
    max-width: 70%;
  }
}
.page-business__fv-item > img {
  height: -moz-fit-content;
  height: fit-content;
}
.page-business__fv-text > h2 {
  font-size: 2rem;
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  text-align: center;
  border-bottom: #B48D14 solid 2px;
  -o-border-image: linear-gradient(to bottom, #B48E16, #F8E282, #B48E16) 1;
     border-image: linear-gradient(to bottom, #B48E16, #F8E282, #B48E16) 1;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .page-business__fv-text > h2 {
    font-size: 2.5rem;
  }
}
.page-business__fv-text > p {
  font-size: 0.875rem;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .page-business__fv-text > p {
    font-size: 1rem;
  }
}
.page-business__wrap {
  background-color: #fff;
}
.page-business__cont {
  color: black;
  background-color: #fff;
}
.page-business__cont-title {
  padding-bottom: 1rem;
  border-bottom: 2px solid #B48D14;
}
.page-business__cont-title > h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 600px) {
  .page-business__cont-title > h2 {
    font-size: 3rem;
  }
}
.page-business__cont-data-title {
  text-align: center;
  color: #B48D14;
  font-size: 1.25rem;
  font-weight: bold;
}
.page-business__cont-data-svg {
  width: 320px !important;
  height: 320px !important;
}
.page-business__cont-data-cont {
  display: flex !important;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .page-business__cont-data-cont {
    flex-direction: row;
  }
}
.page-business__cont-data-item {
  height: 320px !important;
}
.page-business__inner {
  width: 95%;
  margin: 0 auto;
  padding: 1rem 0;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .page-business__inner {
    width: 85%;
    margin: 0 auto;
    padding: 2rem 0;
  }
}
.page-business__achive {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 3rem;
  margin: 3rem 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .page-business__achive {
    gap: 5rem;
    margin: 5rem 0;
  }
}
.page-business__achive-desc {
  margin: 0rem auto 3rem;
  text-align: center;
  line-height: 2;
  font-size: 1rem;
}
@media screen and (min-width: 600px) {
  .page-business__achive-desc {
    font-size: 1.125rem;
  }
}
.page-business__achive-img {
  display: flex;
  align-items: center;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .page-business__achive-img {
    justify-content: center;
  }
}
.page-business__achive-img > img {
  height: auto;
  margin: 0 auto;
  max-width: 45%;
}
@media screen and (min-width: 960px) {
  .page-business__achive-img > img {
    max-width: 30%;
  }
}
.page-business__achive-item {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .page-business__achive-item {
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
  }
}
.page-business__achive-item > img {
  height: -moz-fit-content;
  height: fit-content;
}
.page-business__achive-item-text > h4 {
  color: #B48D14;
  font-size: 1.25rem;
}
.page-business__achive-item-text-title {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 1rem 0;
}
.page-business__achive-item-text-title > h3 {
  font-weight: 600;
  font-size: 1.375rem;
}
.page-business__achive-item-text-title > span {
  font-size: 2.5rem;
  color: #B48D14;
  font-family: "my-font";
  line-height: 1.5;
  font-weight: bold;
  border-bottom: #B48D14 1px solid;
}
@media screen and (min-width: 600px) {
  .page-business__achive-item-text-title > span {
    font-size: 3rem;
  }
}
.page-business__achive02 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 3rem;
  margin: 3rem auto;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .page-business__achive02 {
    gap: 5rem;
    margin: 5rem auto;
  }
}
@media screen and (min-width: 1280px) {
  .page-business__achive02 {
    width: 80%;
  }
}
.page-business__achive02-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .page-business__achive02-item {
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 2rem;
  }
}
.page-business__achive02-item:nth-child(even) {
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .page-business__achive02-item:nth-child(even) {
    flex-direction: row;
  }
}
.page-business__achive02-item > img {
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 960px) {
  .page-business__achive02-item > img {
    width: 50%;
  }
}
.page-business__achive02-item-text-title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}
@media screen and (min-width: 600px) {
  .page-business__achive02-item-text-title {
    margin-bottom: 2rem;
  }
}
.page-business__achive02-item-text-title > h3 {
  font-weight: 600;
  font-size: 1.25rem;
}
@media screen and (min-width: 600px) {
  .page-business__achive02-item-text-title > h3 {
    font-size: 2rem;
  }
}
.page-business__achive02-item-text-title > p {
  color: #B48D14;
}
.page-business__achive02-item-text-title > span {
  font-size: 1rem;
  color: white;
  font-family: "my-font";
  line-height: 1;
  padding: 0.75rem 1rem;
  background-color: #B48D14;
}
.page-business__case {
  position: relative;
  padding: 3cqh 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 2rem;
}
@media screen and (min-width: 600px) {
  .page-business__case {
    margin: 1rem 0;
  }
}
.page-business__case-title {
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 1px solid #B48D14;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.page-business__case-title > h2 {
  font-size: 3rem;
  text-align: center;
}
.page-business__case-title > p {
  text-align: center;
}
.page-business__case-item {
  background-color: white;
  max-width: 100%;
  color: black;
}
@media screen and (min-width: 1280px) {
  .page-business__case-item {
    width: 30%;
  }
}
.page-business__case-item > p {
  line-height: 1.5;
  font-size: 0.75rem;
}
.page-business__case-item-title {
  margin-bottom: 1rem;
  position: relative;
}
.page-business__case-item-title > h3 {
  position: absolute;
  bottom: 0;
  height: 40%;
  height: auto;
  font-size: 1.25rem;
  line-height: 1.5;
  color: white;
  width: 100%;
  padding: 3rem 0.5rem 1rem;
  background-image: linear-gradient(180deg, rgba(180, 141, 20, 0), rgb(180, 141, 20) 100%, rgba(180, 141, 20, 0.5) 30%);
}
.page-business__case-item-title > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-business__case-item-name {
  margin: 0 0 0 auto;
  color: #A4A09D;
  text-align: end;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.5rem;
}
.page-business__case-item-name > strong {
  font-size: 1.5rem;
  color: #000;
  text-align: end;
}
.page-business__case-item-mdesc {
  margin: 2rem 0;
  padding: 0;
}
@media screen and (min-width: 600px) {
  .page-business__case-item-mdesc {
    padding: 0 1rem;
  }
}
.page-business__case-item-mdesc > h4 {
  position: relative;
  padding: 0 0 1rem 2rem;
  color: #B48D14;
  border-bottom: 1px solid #B48D14;
  font-size: 1.25rem;
}
.page-business__case-item-mdesc > h4::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.5rem;
  font-family: "my-font";
  color: #B48D14;
}
.page-business__case-btn {
  margin: 2rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-business__flow {
  display: flex;
  gap: 1rem;
  margin: 1rem 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .page-business__flow {
    margin: 3rem 0;
  }
}
.page-business__flow-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  padding: 1rem 0;
  max-width: 47%;
}
@media screen and (min-width: 1280px) {
  .page-business__flow-item {
    width: 24%;
  }
}
.page-business__flow-item > p {
  line-height: 1.5;
  min-height: 3rem;
}
.page-business__flow-item > img {
  height: auto;
}
.page-business__flow-item-title {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
.page-business__flow-item-title > span {
  font-size: 2rem;
  font-family: "my-font";
  color: #B48D14;
  line-height: 1;
}
.page-business__flow-item-title > h3 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  color: black;
}
.page-business__agree {
  width: 95%;
  margin: 2rem auto;
}
@media screen and (min-width: 960px) {
  .page-business__agree {
    width: 80%;
  }
}
.page-business__agree-item {
  margin: 2rem auto 3rem;
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
}
.page-business__agree-item > h3 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: black;
}
.page-business__agree-item > img {
  width: 100%;
  height: auto;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #f4f4f4;
  margin: 15% auto;
  width: 90%;
  height: 70vh;
  overflow-y: scroll;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  animation-name: modalopen;
  animation-duration: 1s;
}
@media screen and (min-width: 600px) {
  .modal-content {
    margin: 10% auto;
    width: 70%;
    height: 70vh;
  }
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal-header {
  padding: 3px 15px;
  display: flex;
  justify-content: flex-end;
}

.modalClose {
  font-size: 2rem;
}

.modalClose:hover {
  cursor: pointer;
}

.modal-body {
  padding: 1rem;
  color: black;
}
@media screen and (min-width: 600px) {
  .modal-body {
    padding: 1rem 2rem;
  }
}

.page-business-csr-fv {
  width: 100%;
  margin: 0 auto;
  border-left: #B48D14 solid 5px;
  -o-border-image: linear-gradient(to bottom, #B48E16, #F8E282, #B48E16) 1;
     border-image: linear-gradient(to bottom, #B48E16, #F8E282, #B48E16) 1;
  padding: 0.5rem 0 0.5rem 2rem;
}
@media screen and (min-width: 600px) {
  .page-business-csr-fv {
    width: 90%;
  }
}
.page-business-csr-fv-title {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-business-csr-fv-title > h2 {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .page-business-csr-fv-title > h2 {
    font-size: 3rem;
  }
}
.page-business-csr-fv-desc {
  margin: 2rem 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  .page-business-csr-fv-desc {
    font-size: 1rem;
  }
}
.page-business-csr-title {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .page-business-csr-title {
    width: 90%;
  }
}
.page-business-csr-cont {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (min-width: 1280px) {
  .page-business-csr-cont {
    width: 90%;
  }
}
.page-business-csr-item {
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
}
@media screen and (min-width: 960px) {
  .page-business-csr-item {
    flex-direction: row;
  }
}
.page-business-csr-item:nth-child(even) {
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
}
@media screen and (min-width: 960px) {
  .page-business-csr-item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.page-business-csr-item:nth-child(even) .page-business-csr-item-img {
  position: relative;
  width: 80%;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .page-business-csr-item:nth-child(even) .page-business-csr-item-img {
    width: 55%;
    left: -8%;
    margin: 0;
  }
}
.page-business-csr-item-text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.page-business-csr-item-title {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.page-business-csr-item-title > span {
  font-family: "my-font";
  font-size: 3rem;
  color: #B48D14;
  border-bottom: 1px solid #B48D14;
}
.page-business-csr-item-title > h3 {
  font-size: 1.5rem;
  color: #B48D14;
}
@media screen and (min-width: 960px) {
  .page-business-csr-item-title > h3 {
    font-size: 2rem;
  }
}
.page-business-csr-item-list > h4 {
  width: 100%;
  padding: 0.5rem 2rem;
  color: #FFF;
  font-size: 1.25rem;
  background-color: #B48D14;
}
.page-business-csr-item-list-wrap {
  padding: 2rem;
  background-color: rgba(248, 226, 130, 0.1176470588);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-business-csr-item-list-item {
  position: relative;
  padding-left: 1.5rem;
}
.page-business-csr-item-list-item > h5 {
  position: relative;
  color: #B48D14;
  font-size: 1.125rem;
}
.page-business-csr-item-list-item > h5::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: -1.5rem;
  width: 6px;
  height: 6px;
  background-color: #B48D14;
  border-radius: 30px;
}
.page-business-csr-item-img {
  position: relative;
  width: 80%;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .page-business-csr-item-img {
    width: 55%;
    right: -8%;
    margin: 0;
  }
}

.page-member {
  width: 90%;
  margin: 3rem auto 0;
  padding: 2rem 0;
}
.page-member__cont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .page-member__cont {
    display: flex;
    flex-direction: column;
    width: 70%;
    max-width: 960px;
    gap: 2rem;
  }
}
.page-member__item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .page-member__item {
    gap: 2rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.page-member__item:nth-child(even) {
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .page-member__item:nth-child(even) {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
}
.page-member__item:hover {
  background-color: rgba(248, 226, 130, 0.1176470588);
  text-decoration: none;
}
.page-member__item-img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
  .page-member__item-img {
    width: auto;
  }
}
.page-member__item-text {
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.25rem;
}
@media screen and (min-width: 960px) {
  .page-member__item-text {
    gap: 1rem;
    padding: 1rem;
  }
}
.page-member__item-text-cat {
  border: 1px solid #B48D14;
  color: #000;
  padding: 0.25rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 10px;
}
@media screen and (min-width: 960px) {
  .page-member__item-text-cat {
    font-size: 1rem;
    padding: 0.25rem 1rem;
  }
}
.page-member__item-text > h2 {
  display: none;
}
@media screen and (min-width: 600px) {
  .page-member__item-text > h2 {
    display: block;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #B48D14;
    width: 100%;
    font-weight: 600;
    line-height: 1.5;
    font-size: 1.5rem;
  }
}
.page-member__item-text-name {
  font-size: 1.125rem;
}
@media screen and (min-width: 960px) {
  .page-member__item-text-name {
    font-size: 1.5rem;
  }
}
.page-member__item-text-join {
  font-size: 10px;
}
@media screen and (min-width: 960px) {
  .page-member__item-text-join {
    font-size: 1rem;
  }
}
.page-member__img {
  position: relative;
  margin: 2rem 0;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
  .page-member__img {
    max-width: 50%;
    height: -moz-fit-content;
    height: fit-content;
    margin: -10rem 0 0;
  }
}

.single-member {
  margin: 3rem auto 0;
  padding: 2rem 0;
}
.single-member__cont {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  gap: 1rem;
  margin: 0 auto;
}
.single-member__inner {
  width: 90%;
  margin: 2rem auto 0;
  padding: 2rem 0;
}
@media screen and (min-width: 600px) {
  .single-member__inner {
    margin: 0 auto 0;
    width: 80%;
  }
}
.single-member__item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 960px) {
  .single-member__item {
    flex-direction: row;
  }
}
.single-member__item > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 960px) {
  .single-member__item > img {
    max-width: 50%;
  }
}
.single-member__item-title {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 960px) {
  .single-member__item-title {
    flex-direction: row;
  }
}
.single-member__item-title > img {
  margin: -5rem 0 0;
  width: 80%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 960px) {
  .single-member__item-title > img {
    margin: -10rem 0 0;
    max-width: 400px;
  }
}
.single-member__item-text {
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 0;
}
.single-member__item-text > h2 {
  padding-bottom: 0.75rem;
  width: 100%;
  white-space: pre-wrap;
  line-height: 1.5;
  font-weight: 600;
  font-size: 1.25rem;
}
@media screen and (min-width: 960px) {
  .single-member__item-text > h2 {
    font-size: 2rem;
  }
}
.single-member__item-text > p {
  color: #B48D14;
  white-space: pre-wrap;
}
.single-member__item-text-name {
  color: #000 !important;
  margin: 0 0 0 auto;
  font-size: 1.5rem;
  font-weight: 600;
}
.single-member__item-qa {
  margin: 2rem 0;
}
.single-member__item-qa > h3 {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #B48D14;
  margin-bottom: 1rem;
}
.single-member__item-qa > h3 > span {
  font-family: "my-font";
  font-size: 2rem;
  margin-right: 1rem;
}
.single-member__item-qa > p {
  color: #000;
}
.single-member__sche {
  color: #000;
  margin: 2rem auto;
  width: 90%;
  border: 1px solid #B48D14;
  position: relative;
}
@media screen and (min-width: 960px) {
  .single-member__sche {
    width: 80%;
  }
}
.single-member__sche > h2 {
  position: absolute;
  top: -2rem;
  left: 10%;
  font-size: 1.5rem;
  color: #B48D14;
  padding: 1rem;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .single-member__sche > h2 {
    font-size: 2rem;
  }
}
.single-member__sche-cont {
  padding: 2rem 0.5rem;
}
@media screen and (min-width: 960px) {
  .single-member__sche-cont {
    padding: 2rem;
  }
}
.single-member__sche-item {
  display: flex;
  background-color: rgba(164, 160, 157, 0.1176470588);
  gap: 1rem;
  padding: 1rem;
  width: 95%;
  margin: 2rem auto;
}
@media screen and (min-width: 1280px) {
  .single-member__sche-item {
    width: 80%;
    padding: 1rem 2rem;
  }
}
.single-member__sche-item > p {
  font-size: 1rem;
}
@media screen and (min-width: 960px) {
  .single-member__sche-item > p {
    font-size: 1.25rem;
  }
}
.single-member__sche-item > p:nth-child(1) {
  padding-right: 2%;
  border-right: 1px solid #A4A09D;
  width: auto;
}
@media screen and (min-width: 960px) {
  .single-member__sche-item > p:nth-child(1) {
    width: 10%;
  }
}
.single-member__sche-item-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background-color: rgba(180, 141, 20, 0.1176470588);
  padding: 1rem;
  width: 95%;
  margin: 2rem auto;
}
@media screen and (min-width: 1280px) {
  .single-member__sche-item-wrap {
    width: 80%;
    padding: 1rem 2rem;
  }
}
.single-member__sche-item-wrap > img {
  padding-left: 0;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .single-member__sche-item-wrap > img {
    padding-left: 12%;
  }
}
.single-member__sche-item-wrap > p {
  font-weight: bold;
  font-size: 0.75rem;
  padding-left: 0;
  white-space: pre-wrap;
}
@media screen and (min-width: 1280px) {
  .single-member__sche-item-wrap > p {
    padding-left: 12%;
  }
}
.single-member__sche-item-pick {
  display: flex;
  gap: 1rem;
  background-color: transparent;
  margin-bottom: 1rem;
}
.single-member__sche-item-pick > p {
  color: #B48D14;
  font-size: 1rem;
}
@media screen and (min-width: 1280px) {
  .single-member__sche-item-pick > p {
    font-size: 1.25rem;
  }
}
.single-member__sche-item-pick > p:nth-child(1) {
  padding-right: 2%;
  border-right: 1px solid #A4A09D;
  width: auto;
}
@media screen and (min-width: 960px) {
  .single-member__sche-item-pick > p:nth-child(1) {
    width: 10%;
  }
}

.page-intro {
  margin: 3rem auto 0;
  padding: 2rem 0;
}
.page-intro__cont {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  gap: 1rem;
  margin: 0 auto;
}
.page-intro__inner {
  width: 90%;
  margin: 2rem auto 0;
  padding: 2rem 0;
}
@media screen and (min-width: 600px) {
  .page-intro__inner {
    margin: 0 auto 0;
    width: 80%;
  }
}
.page-intro-data {
  color: #000;
  margin: 2rem auto 0;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .page-intro-data {
    padding: 2rem 0;
    margin: 3rem auto;
    border-left: 50px solid #B48D14;
    border-right: 50px solid #B48D14;
  }
}
.page-intro-data-title {
  text-align: center;
  width: 80%;
  border-bottom: 1px solid #B48D14;
  margin: 2rem auto;
}
.page-intro-data-title > h2 {
  font-size: 3rem;
  text-align: center;
  color: #000;
}
.page-intro-data-title > p {
  color: #000;
}
.page-intro-data-title > p > span {
  color: #B48D14;
}
.page-intro-data-cont {
  width: 95%;
  margin: 2rem auto 0;
  padding: 2rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 2.5rem;
}
@media screen and (min-width: 600px) {
  .page-intro-data-cont {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 4rem;
  }
}
@media screen and (min-width: 960px) {
  .page-intro-data-cont {
    margin: 0 auto 0;
    flex-direction: row;
  }
}
@media screen and (min-width: 1280px) {
  .page-intro-data-cont {
    margin: 0 auto 0;
    flex-direction: row;
    width: 80%;
  }
}
.page-intro-data-cont > img {
  height: auto;
}
@media screen and (min-width: 600px) {
  .page-intro-data-cont > img {
    max-width: 45%;
  }
}
@media screen and (min-width: 960px) {
  .page-intro-data-cont > img {
    max-width: 30%;
  }
}
.page-intro-data-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
@media screen and (min-width: 600px) {
  .page-intro-data-item {
    width: 240px;
    height: 240px;
  }
}
@media screen and (min-width: 960px) {
  .page-intro-data-item {
    width: 320px;
    height: 240px;
  }
}
.page-intro-data-item > h3 {
  font-weight: bold;
  width: 100%;
  color: #000;
}
.page-intro-data-item > p {
  font-size: 1rem;
  text-align: center;
}
.page-intro-data-item > p > span {
  font-size: 2.5rem;
  padding: 0.25rem;
  color: #B48D14;
  font-weight: bold;
}
.page-intro-data-item-img {
  display: flex;
  flex-direction: row;
  gap: 4px;
  width: 80%;
  height: auto;
  z-index: 1;
}
.page-intro-data-item-img > img {
  width: 24%;
  height: auto;
}
.page-intro-data-item-img > img:nth-child(2) {
  animation-delay: 0.25s;
}
.page-intro-data-item-img > img:nth-child(3) {
  animation-delay: 0.5s;
}
.page-intro-data-item-img > img:nth-child(4) {
  animation-delay: 0.75s;
}
.page-intro-data-item-svg {
  width: 95%;
  height: auto;
}
@media screen and (min-width: 600px) {
  .page-intro-data-item-svg {
    width: 240px;
    height: 240px;
  }
}
.page-intro-project {
  color: #000;
  margin: 2rem auto 0;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .page-intro-project {
    margin: 3rem auto;
    padding: 2rem 0;
  }
}
.page-intro-project-title {
  width: 90%;
  border-bottom: 1px solid #B48D14;
  margin: 2rem auto;
}
.page-intro-project-title > h2 {
  font-size: 3rem;
  color: #000;
  line-height: 1.5;
}
.page-intro-project-title > p {
  color: #000;
}
.page-intro-project-title > p > span {
  color: #B48D14;
}
.page-intro-project-cont {
  width: 90%;
  margin: 2rem auto 0;
  padding: 2rem 0;
}
.page-intro-project-desc {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 960px) {
  .page-intro-project-desc {
    flex-direction: row;
    align-items: center;
  }
}
.page-intro-project-desc > img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 960px) {
  .page-intro-project-desc > img {
    max-width: 50%;
    height: 500px;
  }
}
.page-intro-project-desc-text > h3 {
  font-size: 1.5rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 2rem;
}
.page-intro-service__inner {
  width: 80%;
  margin: 1rem auto 0;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 600px) {
  .page-intro-service__inner {
    margin: 3rem auto 0;
    flex-direction: row;
    gap: 3rem;
    justify-content: center;
  }
}
.page-intro-service__cont {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 4rem;
}
.page-intro-service__img {
  width: 100%;
  height: auto;
}
.page-intro-service__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: black;
}
.page-intro-service__text > h3 {
  color: black;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  .page-intro-service__text > h3 {
    font-size: 1.25rem;
  }
}
.page-intro-service__text-title {
  color: #B48D14;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
.page-intro-service__text-title > p {
  font-size: 1rem;
  font-family: "my-font";
  line-height: 1;
  font-weight: bold;
}
.page-intro-service__btn {
  margin: 1rem auto;
  color: #000;
}
.page-intro-message {
  margin: 2rem auto 0;
  padding: 2rem 0;
  width: 100%;
}
.page-intro-message-title {
  width: 90%;
  margin: 2rem auto;
}
.page-intro-message-title > h2 {
  font-size: 3rem;
}
.page-intro-message-cont {
  width: 90%;
  margin: 2rem auto 0;
  padding: 2rem 0;
}
.page-intro-message-desc {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 960px) {
  .page-intro-message-desc {
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }
}
.page-intro-message-desc > img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
  .page-intro-message-desc > img {
    max-width: 30%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.page-intro-message-desc-text > h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: white;
}
.page-intro-officer {
  margin: 2rem auto 0;
  padding: 2rem 0;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .page-intro-officer {
    margin: 3rem auto;
  }
}
.page-intro-officer-title {
  width: 90%;
  border-bottom: 1px solid #B48D14;
  margin: 2rem auto;
}
.page-intro-officer-title > h2 {
  font-size: 3rem;
  color: #fff;
}
.page-intro-officer-cont {
  width: 90%;
  margin: 2rem auto 0;
  padding: 2rem 0;
}
.page-intro-officer__wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media screen and (min-width: 600px) {
  .page-intro-officer__wrap {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .page-intro-officer__wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 2;
  }
}
.page-intro-officer__item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem;
}
@media screen and (min-width: 600px) {
  .page-intro-officer__item {
    max-width: 45%;
    gap: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .page-intro-officer__item {
    max-width: 22%;
  }
}
.page-intro-officer__item:hover {
  background-color: rgba(248, 226, 130, 0.1176470588);
  text-decoration: none;
}
.page-intro-officer__item-img {
  width: auto;
  height: auto;
}
.page-intro-officer__item-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem 0.25rem;
}
@media screen and (min-width: 960px) {
  .page-intro-officer__item-text {
    padding: 1rem;
  }
}
.page-intro-officer__item-text-cat {
  border: 1px solid #B48D14;
  padding: 0.125rem 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 960px) {
  .page-intro-officer__item-text-cat {
    padding: 0.25rem 1rem;
  }
}
.page-intro-officer__item-text > h3 {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #B48D14;
  width: 100%;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
}
.page-intro-officer__item-text > p {
  font-size: 0.75rem;
}
.page-intro-officer__item-text-name {
  font-size: 1rem !important;
}
@media screen and (min-width: 960px) {
  .page-intro-officer__item-text-name {
    font-size: 1.25rem !important;
  }
}
.page-intro-officer-btn {
  margin: 1rem auto;
}
@media screen and (min-width: 960px) {
  .page-intro-officer-btn {
    margin: 1rem 5% 1rem auto;
  }
}

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

.next-intro-arrow {
  position: absolute;
  top: 40%;
  right: 2.5%;
  width: 64px;
  height: 64px;
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #fff;
  margin: 0.5rem;
  z-index: 10;
}
@media screen and (min-width: 600px) {
  .next-intro-arrow {
    top: 35%;
  }
}
.next-intro-arrow:after {
  content: "→";
  position: absolute;
  left: 20px;
  top: 16px;
  color: #000;
  margin: 0 auto;
  font-size: 20px;
}

.page-recruit__fv {
  position: relative;
  min-height: 100svh;
}
.page-recruit__fv-img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  display: none;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 960px) {
  .page-recruit__fv-img {
    display: block;
  }
}
.page-recruit__fv-img-sp {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 960px) {
  .page-recruit__fv-img-sp {
    display: none;
  }
}
.page-recruit__fv-title {
  position: absolute;
  bottom: 5%;
  left: 5%;
  display: none;
  flex-direction: column;
  gap: 1.5rem;
  padding-left: 2rem;
}
@media screen and (min-width: 960px) {
  .page-recruit__fv-title {
    display: flex;
  }
}
.page-recruit__fv-title > h2 {
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.5rem;
}
.page-recruit__fv-title:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(90deg, rgb(180, 141, 20), rgb(248, 226, 130) 50%, rgb(180, 141, 20));
}
.page-recruit__fv-catch {
  position: absolute;
  bottom: 5%;
  right: 5%;
  display: flex;
  gap: 0.5rem;
}
@media screen and (min-width: 960px) {
  .page-recruit__fv-catch {
    top: 15%;
    right: 5%;
  }
}
.page-recruit__fv-catch > p {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 1.5rem;
  background-color: #000;
  padding: 1rem 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 960px) {
  .page-recruit__fv-catch > p {
    font-size: 2.5rem;
  }
}
.page-recruit__fv-catch > p:nth-child(1) {
  animation-delay: 1s;
}
.page-recruit__fv-catch > p:nth-child(2) {
  animation-delay: 0.5s;
}
.page-recruit__message-cont {
  margin: 3rem auto;
  width: 95%;
  background-color: #fff;
  padding: 3rem 0;
}
@media screen and (min-width: 960px) {
  .page-recruit__message-cont {
    width: 85%;
  }
}
.page-recruit__message-item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: #000;
  margin: 1rem auto;
  width: 90%;
  font-size: 0.875rem;
}
@media screen and (min-width: 960px) {
  .page-recruit__message-item {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    margin: 2rem auto;
  }
}
@media screen and (min-width: 1280px) {
  .page-recruit__message-item {
    font-size: 1rem;
  }
}
.page-recruit__message-item > img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 960px) {
  .page-recruit__message-item > img {
    max-width: 50%;
  }
}
.page-recruit__calture {
  background-color: #fff;
  padding: 3rem 0;
}
.page-recruit__calture-cont {
  margin: 3rem auto;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 960px) {
  .page-recruit__calture-cont {
    width: 85%;
    flex-direction: row;
  }
}
.page-recruit__calture-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem auto;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .page-recruit__calture-item {
    max-width: 32%;
  }
}
.page-recruit__calture-item > img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-recruit__calture-item-text {
  color: #000;
  font-size: 0.8rem;
}
.page-recruit__calture-item-text-title {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.page-recruit__calture-item-text-title > span {
  color: #B48D14;
  font-size: 2.5rem;
  font-family: "my-font";
}
@media screen and (min-width: 600px) {
  .page-recruit__calture-item-text-title > span {
    font-size: 2rem;
  }
}
.page-recruit__calture-item-text-title > h3 {
  color: #000;
  font-weight: 600;
  font-size: 1.125rem;
}
@media screen and (min-width: 600px) {
  .page-recruit__calture-item-text-title > h3 {
    font-size: 1.25rem;
  }
}
.page-recruit__environment {
  position: relative;
  padding: 3rem 0;
}
.page-recruit__environment__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.page-recruit__environment-cont {
  margin: 3rem auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 960px) {
  .page-recruit__environment-cont {
    gap: 5rem;
  }
}
.page-recruit__environment-item {
  background-color: rgba(255, 255, 255, 0.8901960784);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem auto;
  width: 90%;
}
@media screen and (min-width: 960px) {
  .page-recruit__environment-item {
    padding: 3rem;
    max-width: 70%;
    gap: 2rem;
    margin: 0 0 0 auto;
    flex-direction: row;
    align-items: center;
  }
}
.page-recruit__environment-item:nth-child(2) {
  background-color: rgba(255, 255, 255, 0.8901960784);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem auto;
  width: 90%;
}
@media screen and (min-width: 960px) {
  .page-recruit__environment-item:nth-child(2) {
    padding: 3rem;
    max-width: 70%;
    gap: 2rem;
    margin: 0 auto 0 0;
    flex-direction: row-reverse;
    align-items: center;
  }
}
.page-recruit__environment-item > img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-recruit__environment-item-text {
  color: #000;
  font-size: 0.8rem;
}
.page-recruit__environment-item-text-title {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.page-recruit__environment-item-text-title > h3 {
  color: #000;
  font-weight: 600;
  font-size: 1.25rem;
  border-bottom: 1px solid #000;
  padding: 0.5rem 0;
  width: 100%;
}
.page-recruit__desc {
  background-color: #fff;
  padding: 1rem 0;
}
@media screen and (min-width: 600px) {
  .page-recruit__desc {
    padding: 3rem 0;
  }
}
.page-recruit__desc-cont {
  margin: 1rem auto;
  width: 95%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 960px) {
  .page-recruit__desc-cont {
    margin: 3rem auto;
    width: 85%;
    flex-direction: row;
  }
}
.page-recruit__desc-item {
  margin: 1rem auto;
  width: 95%;
}
@media screen and (min-width: 600px) {
  .page-recruit__desc-item {
    width: 80%;
  }
}
.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 {
  color: #B48D14;
  font-size: 2.5rem;
  font-family: "my-font";
}
@media screen and (min-width: 600px) {
  .page-recruit__desc-item-text-title > span {
    font-size: 2rem;
  }
}
.page-recruit__desc-item-text-title > h3 {
  color: #000;
  font-weight: 600;
  font-size: 1.125rem;
}
@media screen and (min-width: 600px) {
  .page-recruit__desc-item-text-title > h3 {
    font-size: 1.25rem;
  }
}
.page-recruit__link {
  padding: 1rem 0;
}
@media screen and (min-width: 600px) {
  .page-recruit__link {
    padding: 3rem 0;
  }
}
.page-recruit__link-cont {
  margin: 1rem auto;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 600px) {
  .page-recruit__link-cont {
    width: 80%;
    align-items: flex-end;
  }
}
.page-recruit__link-cont > h3 {
  font-size: 1.75rem;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  color: #fff;
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .page-recruit__link-cont > h3 {
    font-size: 3rem;
    width: -moz-fit-content;
    width: fit-content;
    text-align: start;
  }
}
.page-recruit__link-cont > h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(#F8E282, #B48D14, #F8E282);
}
@media screen and (min-width: 600px) {
  .page-recruit__link-cont > h3:before {
    height: 4px;
  }
}
.page-recruit__data {
  background-color: #fff;
  padding: 1rem 0;
}
@media screen and (min-width: 600px) {
  .page-recruit__data {
    padding: 3rem 0;
  }
}
.page-recruit__data-cont {
  margin: 1rem auto;
  width: 95%;
}
@media screen and (min-width: 960px) {
  .page-recruit__data-cont {
    margin: 3rem auto;
    width: 60%;
    flex-direction: row;
  }
}
.page-recruit__data-cont > a:hover {
  opacity: 0.8;
}
.page-recruit__data-cont > a > img {
  width: 100%;
  height: auto;
}

.page__completed {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .page__completed {
    width: 80%;
  }
}
.page__completed > h1 {
  font-size: fontSize(32);
  text-align: center;
}
@media screen and (min-width: 600px) {
  .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: 600px) {
  .page__completed-desc > h2 {
    font-size: 2.5rem;
  }
}
.page__completed-desc > p {
  text-align: start;
}
@media screen and (min-width: 600px) {
  .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: 600px) {
  .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: 600px) {
  .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: 960px) {
  .contact__cont > li {
    grid-template-columns: 1fr 3fr;
  }
}
.contact__desc {
  text-align: left;
  color: #656565;
  padding: 1.5rem 2rem;
  border-radius: 5px;
}
.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: 2.5rem auto;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.contact__item-text > p {
  line-height: 1;
}
.contact__item-text > p > label {
  padding: 0.5rem 1rem 0.5rem 0;
  width: 100%;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #656565;
  line-height: 1;
}
.contact__item-text > p > label > span {
  margin-left: 0.5rem;
  font-size: 10px;
  vertical-align: top;
  font-weight: 600;
  color: #cc0000;
}
.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: 600px) {
  .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;
}

textarea {
  resize: vertical;
  height: 200px;
  width: 100%;
  padding: 0.5rem;
  border: none;
  border-bottom: #000 solid 1.5px;
  background-color: #f0f0f0;
}
textarea:focus {
  border: 2px solid #B48D14;
  outline: 0;
}

.wpcf7 {
  max-width: 95vw;
}

.wpcf7-spinner {
  display: none;
}

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

.wpcf7-submit {
  position: relative;
  display: block;
  background-color: transparent;
  color: #000;
  text-decoration: none;
  text-align: center;
  padding: 1rem 2rem;
  border: 1px solid #000;
  font-size: 14px;
  width: 240px;
  transition: all 1s;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .wpcf7-submit {
    font-size: 18px;
  }
}
.wpcf7-submit:hover {
  text-decoration: none;
  box-shadow: none;
  color: #000;
  background-color: #FFF;
}
.wpcf7-submit:hover:before {
  left: -10px;
  background-color: #000;
}
.wpcf7-submit::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto 0;
  width: 40px;
  height: 1px;
  background-color: #000;
  transition: all 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: #B48D14;
  color: white;
}

input {
  width: 100%;
  padding: 0.5rem;
  border: none;
  border-bottom: #000 solid 1.5px;
  background-color: #f0f0f0;
}
input:focus {
  border: 2px solid #B48D14;
  outline: 0;
}

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

input[type=radio] {
  width: -moz-fit-content;
  width: fit-content;
}

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

select {
  width: 100%;
  padding: 0.5rem;
  border: none;
  border-bottom: #000 solid 1.5px;
  background-color: #f0f0f0;
}
select:focus {
  border: 2px solid #B48D14;
  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: #0000EE;
  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: 600px) {
  .error {
    margin-top: 120px;
  }
}
.error > h1 {
  font-size: fontSize(32);
  text-align: center;
}
@media screen and (min-width: 600px) {
  .error > h1 {
    font-size: fontSize(64);
  }
}
.error__cont {
  background-color: white;
  padding: 5rem 0;
}
.error__text {
  color: black;
  text-align: center;
  margin-bottom: 2rem;
}
.error__text > a {
  text-decoration: underline;
  color: #000;
  text-align: center;
  margin: 2rem auto;
}
.error__text > p {
  margin-bottom: 2rem;
}
.error__btn {
  position: relative;
  display: block;
  background-color: transparent;
  color: #000;
  text-decoration: none;
  text-align: center;
  padding: 1rem 2rem;
  border: 1px solid #000;
  font-size: 14px;
  width: 240px;
  transition: all 1s;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .error__btn {
    font-size: 18px;
  }
}
.error__btn:hover {
  text-decoration: none;
  box-shadow: none;
  color: #000;
  background-color: #FFF;
}
.error__btn:hover:before {
  left: -10px;
  background-color: #000;
}
.error__btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto 0;
  width: 40px;
  height: 1px;
  background-color: #000;
  transition: all 1s;
}

.single {
  color: #000 !important;
}
.single__inner {
  background-color: #fff;
  color: #000;
}
.single__cont {
  min-height: 50vh;
  width: 90%;
  margin: 2rem auto 0;
  padding: 2rem 0;
}
@media screen and (min-width: 600px) {
  .single__cont {
    margin: 3rem auto 0;
    width: 80%;
  }
}
.single__cont > h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (min-width: 600px) {
  .single__cont > h2 {
    font-size: 2rem;
  }
}
.single__cont-btn {
  display: none;
}
@media screen and (min-width: 960px) {
  .single__cont-btn {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    width: 70%;
    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: 960px) {
  .single__cont-btn-sp {
    display: none;
  }
}
.single__cont-btn-sp-text {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.single__cont > img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 350px;
  height: 200px;
  margin: 2rem auto;
}
@media screen and (min-width: 600px) {
  .single__cont > img {
    width: 100%;
    height: auto;
    max-height: 800px;
  }
}
.single__article {
  margin: 2rem auto;
  color: #000;
}
.single__article > p > a {
  color: blue;
  text-decoration: underline;
}
.single__category {
  color: #B48D14;
  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 #B48D14;
}
.single__category > ul > li > a {
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #B48D14;
}
.single__btn {
  background-color: #EEFFF6;
  color: #fff;
  text-decoration: none;
  padding: 1rem 3rem;
  color: #3698A8;
  display: flex;
  justify-content: center;
  width: 240px;
  margin: 0 auto;
  border-radius: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}
.single__btn:hover {
  box-shadow: none;
  border: 1px solid #B48D14;
  text-decoration: none;
}

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

.news {
  margin: 120px auto;
}
.news__area {
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
}
.news__cat {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 3rem;
  margin: 1rem auto 3rem;
  flex-wrap: wrap;
  padding: 0 1rem;
}
.news__cat > a:not(:first-child):before {
  content: " / ";
  color: #B48D14;
  padding-right: 3rem;
}
.news__cat > a:hover {
  text-decoration: none;
}
.news__inner {
  background-color: white;
  padding: 2rem 0;
  width: 100%;
  min-height: 50vh;
}
@media screen and (min-width: 600px) {
  .news__inner {
    padding: 1rem 0;
  }
}
.news__cont {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 3rem auto 5rem;
  width: 90%;
}
@media screen and (min-width: 600px) {
  .news__cont {
    width: 70%;
  }
}
.news__ul > h4 {
  margin-bottom: 1rem;
}
.news__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #000;
}
.news__item:hover:before {
  border-bottom: 1px solid #000;
}
.news__item > img {
  width: 100%;
  width: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  height: 200px;
}
@media screen and (min-width: 600px) {
  .news__item > img {
    width: 450px;
    height: 280px;
  }
}
.news__item-text {
  color: black;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.news__item-text > p {
  margin-bottom: 1rem;
}
.news__item-text > h2 {
  font-size: 1.25rem;
  font-weight: 800;
  color: black;
  line-height: 1.5;
}
.news__item-text-cat {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.news__item-text-cat > p:nth-child(1) {
  border: 1px solid #000;
  padding: 0.15rem 1rem;
}
.news__noidea {
  color: #000;
  text-align: center;
}

.is-active {
  font-weight: 800;
  color: #B48D14;
}

.button-main {
  position: relative;
  display: block;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 1rem 2rem;
  border: 1px solid #fff;
  font-size: 14px;
  width: 240px;
  transition: all 1s;
}
@media screen and (min-width: 600px) {
  .button-main {
    font-size: 18px;
  }
}
.button-main:hover {
  text-decoration: none;
  box-shadow: none;
  color: #000;
  background-color: #FFF;
}
.button-main:hover:before {
  left: -10px;
  background-color: #000;
}
.button-main::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto 0;
  width: 40px;
  height: 1px;
  background-color: #FFF;
  transition: all 1s;
}

.button-sub {
  background-color: white;
  color: #B48D14;
  border: #B48D14 2px solid;
  text-decoration: none;
  padding: 0.5rem 1rem;
  font-weight: bold;
  width: 200px;
  text-align: center;
}
.button-sub:hover {
  background-color: #B48D14;
  color: white;
  text-decoration: none;
}

.button-ab {
  width: 320px;
  text-align: center;
  font-family: "my-font";
  font-size: 1.5rem;
  margin-top: 1rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
  color: #B48D14;
  display: inline-flex;
  display: flex;
  justify-content: center;
  padding: 20px;
}
.button-ab__container {
  display: flex;
  justify-content: center;
}
.button-ab::after {
  content: "";
  width: 80%;
  left: 50%;
  height: 1px;
  bottom: 0;
  transform: translatex(-50%);
  transition: width 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.4s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
  display: block;
  position: absolute;
  background: #B48D14;
}
.button-ab > span {
  display: block;
  position: absolute;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  width: 100%;
  top: 0;
  left: 0;
}
.button-ab > span::before, .button-ab > span::after {
  content: "";
  display: block;
  position: absolute;
  background: #B48D14;
  transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.button-ab > span:first-child {
  height: 100%;
}
.button-ab > span:first-child::before, .button-ab > span:first-child::after {
  width: 1px;
  height: 100%;
  bottom: 0;
  transform: scale3d(1, 0, 1);
  transform-origin: bottom center;
  transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
.button-ab > span:first-child::before {
  left: 0;
}
.button-ab > span:first-child::after {
  right: 0;
}
.button-ab > span:last-child {
  width: 100%;
  height: 1px;
}
.button-ab > span:last-child::before, .button-ab > span:last-child::after {
  height: 1px;
  width: 100%;
  bottom: 0;
  transform: scale3d(0, 1, 1);
  transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
.button-ab > span:last-child::before {
  left: 0;
  transform-origin: bottom left;
}
.button-ab > span:last-child::after {
  right: 0;
  transform-origin: bottom right;
}
.button-ab:hover {
  opacity: 1;
  outline: 0;
  color: #FFF !important;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
  /* Positioning */
}
.button-ab:hover::after {
  width: 100%;
  background: #B48D14;
  transition: width 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
.button-ab:hover span:first-child::before, .button-ab:hover span:first-child::after {
  transform: scale3d(1, 1, 1);
  background: #B48D14;
  transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
.button-ab:hover span:last-child::before, .button-ab:hover span:last-child::after {
  transform: scale3d(1, 1, 1);
  background: #B48D14;
  transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.4s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
.button-ab:focus {
  background: #B48D14;
  color: white !important;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.button-ab:focus::after {
  opacity: 0;
}

.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);
  }
}
.fadeInTrigger {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeDownTrigger {
  opacity: 0;
}

.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  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; /*拡大してはみ出る要素を隠す*/
}

.fadeDiagonalTrigger {
  opacity: 0;
  transform: translate(240px, -240px) rotate(-16deg) scale(0.95);
  will-change: transform, opacity;
}

.fadeDiagonalTrigger.fadeDiagonal {
  animation: fadeDiagonalAnime 1.6s ease-out forwards;
}

@keyframes fadeDiagonalAnime {
  from {
    opacity: 0;
    transform: translate(240px, -240px) rotate(-12deg) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
.fadeDiagonalBRTrigger {
  opacity: 0;
}

.fadeDiagonalBR {
  animation-name: fadeDiagonalBRAnime;
  animation-duration: 1.6s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  opacity: 0;
}

@keyframes fadeDiagonalBRAnime {
  from {
    opacity: 0;
    transform: translate(200px, 200px) rotate(16deg) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}
@media (max-width: 960px) {
  .fadeDiagonal,
  .fadeDiagonalBR {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
  .fadeDiagonalBRTrigger {
    opacity: 1;
  }
  .fadeDiagonalTrigger {
    opacity: 1;
    transform: none !important;
  }
}
.header {
  width: 100%;
  max-width: 1920px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  height: 60px;
}
@media screen and (min-width: 600px) {
  .header {
    height: 120px;
  }
}
.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: 70px;
  height: auto;
}
.header__menu {
  display: none;
  flex-direction: row;
  gap: 2rem;
  padding-right: 3rem;
}
@media screen and (min-width: 1280px) {
  .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%;
  margin-right: 0.5rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .header__nav-list {
    margin-right: 2rem;
    justify-content: space-between;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.header__nav-list-item {
  list-style: none;
  margin: 0 1rem;
  font-size: 1.5rem;
}
.header__nav-list-item-child {
  position: relative;
  font-size: 14px;
  padding: 0.5rem 0 0.5rem 1.5rem !important;
}
.header__nav-list-item-child:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.25rem;
  width: 0.75rem;
  height: 0.8px;
  background-color: #849085;
}
.header__nav-list-item-child-list {
  position: relative;
  margin: 1rem 0 1rem 1rem;
  padding: 0.5rem 0;
}
.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: 2.5rem;
  z-index: 4;
  /*形状を指定*/
  background: rgba(0, 0, 0, 0.631372549);
  width: 260px;
  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-normal {
  padding: 0.5rem 0.25rem;
  text-decoration: none;
  color: white;
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;
  font-size: 16px;
}
.header__nav-list-normal:hover {
  text-decoration: none;
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px;
}

@media screen and (min-width: 960px) {
  #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: 960px) {
  #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: 600px) {
  #breadcrumbs {
    width: 70%;
  }
}
#breadcrumbs > span > span > a {
  text-decoration: none;
  color: #888888;
  margin: 0 1rem;
}

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

#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 100%;
  min-height: 100svh; /*ナビの高さ*/
  background: #000;
  /*動き*/
  transition: all 0.6s;
  text-transform: none;
  background: url("../img/ham-back.png");
  background-size: cover;
}
#g-nav-list {
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  #g-nav-list {
    display: flex;
    flex-direction: row-reverse;
    gap: 20%;
    width: 100%;
    padding: 12rem 5% 2rem 2rem;
  }
}

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

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  right: 0;
  background-color: #000;
  height: 100svh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  #g-nav.panelactive #g-nav-list {
    width: 40%;
    min-width: 800px;
  }
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  z-index: 999;
  width: auto;
}

/*リストのレイアウト設定*/
#g-nav li {
  position: relative;
  list-style: none;
  margin-top: 1rem;
  padding: 0.5rem 0 0 2rem;
  font-size: 1.25rem;
}
#g-nav li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2rem;
  width: 1rem;
  height: 0.8px;
  background-color: #849085;
}

#g-nav li a {
  color: white;
  text-decoration: none;
  padding: 8px;
  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: 2rem;
  right: 5%;
  cursor: pointer;
  width: 80px;
  height: 50px;
  display: block;
}
@media screen and (min-width: 960px) {
  .openbtn {
    top: auto;
    bottom: 0;
  }
}
.openbtn:hover > span {
  width: 100% !important;
  transition: all 0.5s ease;
}
.openbtn:hover > span:nth-child(1) {
  transition-delay: 0.1s;
}
.openbtn__text {
  opacity: 0;
  margin: 3rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "my-font";
}

/*×に変化*/
.openbtn {
  --hamburger-color: #000; /* デフォルト */
}

.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 1px;
  background-color: var(--hamburger-color);
  width: 45%;
  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.active span:nth-of-type(1) {
  top: 18px;
  left: 0;
  transform: translateY(6px) rotate(-30deg);
  width: 100%;
  background-color: #fff;
}

.openbtn.active span:nth-of-type(2) {
  top: 30px;
  left: 0;
  transform: translateY(-6px) rotate(30deg);
  width: 100%;
  background-color: #fff;
}

.openbtn.active p {
  opacity: 1;
}

/* 黒で表示（明るい背景用） */
.openbtn.is-dark {
  --hamburger-color: #000;
}

/* 白で表示（暗い背景用） */
.openbtn.is-light {
  --hamburger-color: #fff;
}

.footer {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  bottom: 0;
  display: flex;
  flex-direction: column;
  background-color: #000;
  padding: 0 2rem;
  color: #FFF;
  z-index: 20;
}
@media screen and (min-width: 600px) {
  .footer {
    padding: 2rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
.footer__cont {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  padding: 1rem 0;
  margin: 3em 0;
  gap: 1.5rem;
}
@media screen and (min-width: 600px) {
  .footer__cont {
    gap: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .footer__cont {
    width: 90%;
    gap: 3rem;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.footer__wrap {
  display: flex;
  margin: 5rem 1rem 0 0;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 960px) {
  .footer__wrap {
    margin: 8rem 3rem 0 0;
  }
}
.footer__nav {
  display: none;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 960px) {
  .footer__nav {
    display: flex;
    flex-direction: row-reverse;
    gap: 2rem;
    margin-right: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .footer__nav {
    margin-right: 8rem;
  }
}
.footer__nav-inner {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: -webkit-fill-available;
  max-width: -moz-max-content;
  max-width: max-content;
  height: -moz-fit-content;
  height: fit-content;
  flex-wrap: wrap;
}
.footer__nav-inner:nth-child(2) {
  margin: 0 0 2rem;
}
@media screen and (min-width: 600px) {
  .footer__nav-inner:nth-child(2) {
    margin: 2rem 0 0;
  }
}
@media screen and (min-width: 600px) {
  .footer__nav-inner {
    flex-direction: row-reverse;
    gap: 3rem;
    row-gap: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .footer__nav-inner {
    flex-direction: row-reverse;
    gap: 1rem;
    row-gap: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .footer__nav-inner {
    flex-direction: row-reverse;
    gap: 1.5rem;
  }
}
.footer__nav-list {
  font-size: 14px;
  color: #FFF;
  display: flex;
  flex-direction: row-reverse;
  gap: 0.5rem;
}
.footer__nav-list > a {
  position: relative;
  padding: 2rem 0.5rem 0;
  color: #FFF;
  font-size: 18px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  /* 初期線 */
  /* アニメ線（初期非表示） */
}
@media screen and (min-width: 1280px) {
  .footer__nav-list > a {
    font-size: 20px;
  }
}
.footer__nav-list > a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 0.8px;
  height: 1rem;
  background-color: #fff;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.footer__nav-list > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 0.8px;
  height: 1rem;
  background-color: #fff;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
}
.footer__nav-list > a:hover::before {
  opacity: 0;
}
.footer__nav-list > a:hover::after {
  opacity: 1;
  animation: f-scroll 1.2s ease 0s 1 forwards; /* ←forwards追加 */
}
.footer__nav-list-child {
  margin-top: 2rem;
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  .footer__nav-list-child {
    margin-top: 4rem;
  }
}
.footer__nav-list-child > a {
  padding: 2rem 0.25rem 0;
}
.footer__nav-sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .footer__nav-sp {
    display: none;
  }
}
.footer__nav-sp-wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 0.5rem;
}
.footer__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 600px) {
  .footer__item {
    flex-direction: row-reverse;
  }
}
.footer__text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.footer__text > a {
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.footer__text > a > span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-combine-upright: all;
}
.footer__text > p > span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-combine-upright: all;
  transform: rotate(90deg);
}
.footer__logo {
  width: -moz-fit-content;
  width: fit-content;
}
.footer__logo > img {
  max-width: 250px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .footer__logo > img {
    max-width: 300px;
  }
}
.footer > p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1rem 0;
  text-align: center;
  font-size: fontSize(12);
}
@media screen and (min-width: 960px) {
  .footer > p {
    margin: 0;
  }
}
.footer__anchor {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 600px) {
  .footer__anchor {
    left: 5%;
    right: auto;
    margin: 0;
  }
}
.footer__anchor:hover {
  text-decoration: none;
}
.footer__anchor > img {
  rotate: 0deg;
}

@keyframes f-scroll {
  0% {
    transform: scaleY(1);
    transform-origin: 0 100%;
  }
  40% {
    transform: scaleY(0);
    transform-origin: 0 100%;
  }
  60% {
    transform: scaleY(0);
    transform-origin: 0 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0 0;
  }
}/*# sourceMappingURL=style.css.map */