@charset "UTF-8";
/*-- globalフォルダの中の_index.scss --*/
html {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-size: 1.8rem;
  color: #333333;
  background: #ffffff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  display: block;
}

li {
  list-style: none;
}

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

.body-short {
  min-block-size: 100svb;
}

/*-- layoutフォルダの中の_index.scss --*/
/* main設定
--------------------------------------------- */
main {
  margin-inline: auto;
}

/* コンテナ設定
--------------------------------------------- */
.l-container {
  margin-inline: auto;
  max-width: 1280px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 599px) {
  .l-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.l-container__large {
  margin-inline: auto;
  max-width: 980px;
  width: 100%;
}

.l-container__mid {
  margin-inline: auto;
  max-width: 700px;
  width: 100%;
}

/* 以下202412に追加
----------------------------------------- */
.l-container__limit {
  margin-inline: auto;
  max-width: 1920px;
  width: 100%;
}

.l-grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.l-container__1080 {
  margin-inline: auto;
  max-width: 1120px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.l-container__980 {
  margin-inline: auto;
  max-width: 1020px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.l-container__540 {
  margin-inline: auto;
  max-width: 540px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

/* グリッド
---------------------------------------------- */
.l-grid-top {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  place-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1280px) {
  .l-grid-top {
    grid-column-gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .l-grid-top {
    display: block;
  }
}

.l-grid-top2 {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  place-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1280px) {
  .l-grid-top2 {
    grid-column-gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .l-grid-top2 {
    display: block;
  }
}

/* 以下追加202412
--------------------------------------- */
.l-grid-top3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2列 */
  grid-template-rows: repeat(3, 600px);
  /* 3行 */
  max-width: 1200px;
  place-items: center;
}
@media screen and (max-width: 960px) {
  .l-grid-top3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-grid-top3 .grid-top3-item1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .l-grid-top3 .grid-top3-item2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .l-grid-top3 .grid-top3-item4 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .l-grid-top3 .grid-top3-item3 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .l-grid-top3 .grid-top3-item5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .l-grid-top3 .grid-top3-item6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

.grid-top3__txtbox {
  padding: 30px;
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .grid-top3__txtbox {
    padding: 10px;
  }
}

.grid-top3__ttl {
  font-weight: bold;
}

.grid-top3__txt {
  line-height: 2.3;
}

.grid-top3__image {
  width: clamp(0%, 100%, 600px);
}

.l-grid-top4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 300px);
  max-width: 1080px;
  gap: 80px;
  place-items: center;
}
@media screen and (max-width: 599px) {
  .l-grid-top4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.grid-top4__icon1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid-top4__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid-top4__ttl p {
  font-weight: bold;
}

.grid-top4__icon2 {
  margin-right: 10px;
}

.grid-top4__txt {
  margin-top: 20px;
  line-height: 2;
}

.l-grid-top5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2列 */
  grid-template-rows: repeat(3, 550px);
  /* 3行 */
  max-width: 1080px;
  gap: 40px;
  place-items: center;
}
@media screen and (max-width: 599px) {
  .l-grid-top5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.grid-top5__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid-top5__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.grid-top5__ttl p {
  font-weight: bold;
  line-height: 1.8;
}

.grid-top5__txt {
  margin-top: 20px;
  line-height: 2;
}

.l-grid-top6 {
  display: grid;
  /* 2列 */
  grid-template-columns: repeat(2, 1fr);
  /* 4行 */
  grid-template-rows: repeat(4, 440px);
  max-width: 1080px;
  gap: 60px;
  place-items: center;
}
@media screen and (max-width: 599px) {
  .l-grid-top6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.grid-top6__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-grid-top8 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 440px);
  max-width: 1080px;
  gap: 60px;
  place-items: center;
}
@media screen and (max-width: 599px) {
  .l-grid-top8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.grid-top8__box {
  text-align: center;
}
.grid-top8__box p {
  margin-top: 10px;
}

.grid-top8__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*-- jsフォルダの中の_index.scss --*/
/* ローディングアニメーション
------------------------------------------ */
/* ローディング画面
----------------------------- */
#js-loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
}

/* ローディングアニメーション部分
---------------------------- */
.js-loader,
.js-loader:before,
.js-loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.js-loader {
  color: #947f28;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.js-loader:before,
.js-loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.js-loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.js-loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}
/* ローディングアニメーション操作CSS
---------------------------------------- */
.js-completed {
  opacity: 0;
  visibility: hidden;
}

/*ヘッダースクロール背景色変化
-----------------------------------------------*/
.p-header__hamburger.js-header__bg-color {
  background-color: #fff;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.p-header__logo--hidden.js-header__active {
  visibility: visible;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.p-gnav__menu--hidden.js-header__active {
  visibility: visible;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.fade-in {
  opacity: 0;
  display: inline-block;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

/* 初期状態: 非表示で透明 */
/* 左から */
/* 右から */
.fade-in-image {
  opacity: 0;
  /* 初期状態：少し下にずらしておく */
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: opacity 1s ease-in, -webkit-transform 1s ease-in;
  transition: opacity 1s ease-in, -webkit-transform 1s ease-in;
  transition: opacity 1s ease-in, transform 1s ease-in;
  transition: opacity 1s ease-in, transform 1s ease-in, -webkit-transform 1s ease-in;
}

.fade-in-image.visible {
  opacity: 1;
  /* 元の位置に戻る */
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*  地図フェイドイン */
.grid-top6__image img {
  opacity: 0;
  /* 初期位置を少し下に */
  -webkit-transition: opacity 3s ease, -webkit-transform 3s ease;
  transition: opacity 3s ease, -webkit-transform 3s ease;
  transition: opacity 3s ease, transform 3s ease;
  transition: opacity 3s ease, transform 3s ease, -webkit-transform 3s ease;
  /* フェードインと移動のアニメーション */
}

.grid-top6__image img.visible {
  opacity: 1;
  /* 元の位置に戻す */
}

.vision-move__image {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.vision-move__image.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* パンくずリスト */
/* パンくずリストmargin-top調整 */
.l-breadcrumb {
  margin-top: 20px;
}

.breadcrumb {
  max-width: 1920px;
  width: 100%;
  padding: 10px 15px;
  font-size: 1.2rem;
  margin: 0 auto;
  text-decoration: initial;
}

.breadcrumb__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.breadcrumb__list:not(:last-child) {
  margin-right: 15px;
}

.breadcrumb__list:not(:last-child):after {
  content: "";
  display: inline-block;
  margin-left: 15px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #947f28;
}

.breadcrumb__list--text {
  display: inline;
}

.breadcrumb__list--text_link {
  text-decoration: underline;
}

/* Top
----------------------------------------------- */
.video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}

.top-video1 {
  position: fixed;
  z-index: -1;
}

.top-copy {
  max-width: 360px;
  margin-inline: auto;
  color: #ffffff;
  line-height: 2.3;
}
.top-copy p {
  padding: 1rem;
}

.top-background {
  background-color: #ffffff;
}

.top-image1__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-image1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1080px;
}

.top-sec-ttl {
  max-width: 300px;
  width: 100%;
  height: 50px;
}

.text-container {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 9.8rem;
}
@media screen and (max-width: 960px) {
  .text-container {
    font-size: 6.2rem;
  }
}
@media screen and (max-width: 599px) {
  .text-container {
    font-size: 4.8rem;
  }
}

.top-border {
  border: 0.5px solid #808080;
}

.top-border__ttl {
  font-size: 2.4rem;
  font-weight: bold;
}

.top-image2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  max-width: 1080px;
}
@media screen and (max-width: 599px) {
  .top-image2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.video-container2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 100dvw;
  overflow-x: hidden;
}

.video-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2rem;
  line-height: 3.2;
}
.video-copy p {
  padding: 1rem;
}
@media screen and (max-width: 599px) {
  .video-copy {
    line-height: 2.5;
    max-width: 350px;
    width: 100%;
  }
  .video-copy p {
    padding: 0.5rem;
  }
}

.video-copy__ttl {
  font-size: 2.4rem;
  line-height: 2;
  font-weight: bold;
}

.news-item {
  padding: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .news-item {
    padding: 1rem;
    line-height: 1.6;
  }
}

.contact__txt {
  max-width: 700px;
  width: 100%;
  padding: 1rem;
  line-height: 2.4;
}

/* PC版TOP */
.p-top {
  position: relative;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  width: 100%;
}

/* トップ画像スライド PC版*/
.p-top-img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  z-index: 10;
  -webkit-animation: change-img-anim 16s ease infinite;
          animation: change-img-anim 16s ease infinite;
}

.p-top-img:nth-of-type(1) {
  background: url(../images/top/top_main.webp) no-repeat center/cover;
}

.p-top-img:nth-of-type(2) {
  background: url(../images/top/top_main2.webp) no-repeat center/cover;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.p-top-img:nth-of-type(3) {
  background: url(../images/top/top_main3.webp) no-repeat center/cover;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.p-top-img:nth-of-type(4) {
  background: url(../images/top/top_main4.webp) no-repeat center/cover;
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}

@-webkit-keyframes change-img-anim {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  32% {
    opacity: 1;
  }
  95% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes change-img-anim {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  32% {
    opacity: 1;
  }
  95% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
.p-top-txt {
  max-width: 350px;
  width: 100%;
  height: 330px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 11;
}

.p-top-txt--body {
  height: 330px;
}

/* スマホ版TOP */
.p-top__sp {
  display: none;
  position: relative;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .p-top__sp {
    display: block;
  }
}

.p-top-img-sp {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  z-index: 10;
  -webkit-animation: change-img-anim 16s ease infinite;
          animation: change-img-anim 16s ease infinite;
}

.p-top-img-sp:nth-of-type(1) {
  background: url(../images/sp_top/sp01.webp) no-repeat center/cover;
}

.p-top-img-sp:nth-of-type(2) {
  background: url(../images/sp_top/sp02.webp) no-repeat center/cover;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.p-top-img-sp:nth-of-type(3) {
  background: url(../images/sp_top/sp03.webp) no-repeat center/cover;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.p-top-img-sp:nth-of-type(4) {
  background: url(../images/sp_top/sp04.webp) no-repeat center/cover;
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}

@keyframes change-img-anim {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  32% {
    opacity: 1;
  }
  95% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
.p-content {
  margin-top: 80px;
}

.p-content__wrap {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-copy-area {
  margin-top: 60px;
}

.p-copy-area__narrow {
  margin-top: 20px;
}

.p-copy__txt {
  line-height: 2;
}

@media screen and (max-width: 599px) {
  .p-gird-top__parts {
    text-align: center;
    margin: 40px;
  }
}

.p-top__contact {
  background: #F5F3F2;
}

.p-top__contact-ttl {
  font-size: 2.9rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  display: inline-block;
}

.p-top__news-txt {
  margin-top: 40px;
}

/* About
-----------------------------------------*/
/* 動画使用のトップ 子ページ共通
-----------------------------------------*/
.p-common-movie-top {
  position: relative;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  width: 100%;
}

.p-common-movie {
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 10;
}
.p-common-movie::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
}

.p-common-movie__body {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.p-content-ttl {
  max-width: 500px;
  width: 100%;
  font-weight: bold;
  font-size: 2.4rem;
}

.p-content-ttl-body {
  text-align: left;
}

.p-content-txt-area {
  margin-top: 20px;
}

.p-content__txt {
  line-height: 2;
}

/* 固定画像使用のトップ 子ページ共通
-----------------------------------------*/
/* PC版 */
.p-common-top {
  position: relative;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .p-common-top {
    display: none;
  }
}

.p-common-top-img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: url(../images/mission/mission_pc_s.webp) no-repeat center/cover;
}
.p-common-top-img--project {
  background: url(../images/project/project_pc_s.webp) no-repeat center/cover;
}
.p-common-top-img--vision {
  background: url(../images/vision/vision_pc_s.webp) no-repeat center/cover;
}
@media screen and (max-width: 599px) {
  .p-common-top-img {
    display: none;
  }
}

.p-common-top-ttl {
  max-width: 200px;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
}

.p-common-top-ttl--body {
  height: 50px;
}

/* SP版 */
.p-common-top__sp {
  display: none;
  position: relative;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .p-common-top__sp {
    display: block;
  }
}

.p-common-top-img__sp {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: url(../images/mission/mission_sp_s.webp) no-repeat center/cover;
}
.p-common-top-img__sp--project {
  background: url(../images/project/project_sp_s.webp) no-repeat center/cover;
}
.p-common-top-img__sp--vision {
  background: url(../images/vision/vision_sp_s.webp) no-repeat center/cover;
}

/* バンドエリア */
.p-common__band {
  width: 100%;
  background: #DFD9BE;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-common__band-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
}

/* 線エリア */
.p-common__line {
  width: 100%;
  background: #979797;
  height: 3px;
}

/* 利益率アップのケース アイコン */
.p-common-icon {
  height: 140px;
}

.p-common-icon-body {
  height: 140px;
}

/* 導入メリット
-----------------------------------------*/
.p-donyu-txt {
  margin-top: 20px;
}

.p-donyu-txt__body {
  line-height: 2;
}

/* project
-----------------------------------------*/
.p-project-contact__btn {
  height: 120px;
}

/* newspaper
-----------------------------------------*/
.p-newspaper__ttl {
  font-weight: bold;
  font-size: 2.4rem;
}

/* ヘッダー
-----------------------------------------*/
.p-header {
  position: relative;
  z-index: 50;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.p-header__hamburger {
  height: 60px;
  position: fixed;
  z-index: 2;
  max-width: 1920px;
  width: 100%;
}

.p-header__inner {
  height: 60px;
  position: fixed;
  max-width: 1920px;
  width: calc(100vw - 15px);
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .p-header__inner {
    padding: 0 0 0 10px;
  }
}

.p-header__logo {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-header__logo:hover {
  opacity: 0.8;
}

.p-header__logo-img {
  max-width: 160px;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.p-gnav__menu {
  margin-right: 45px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-gnav__menu:hover {
  opacity: 0.7;
}
@media screen and (max-width: 960px) {
  .p-gnav__menu {
    margin-right: 28px;
  }
}
@media screen and (max-width: 768px) {
  .p-gnav__menu {
    display: none;
  }
}

/* ハンバーガーメニュー
-------------------------------------------------- */
/* ハンバーガー ナビゲーションのためのCSS */
.sp-gnav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  display: none;
  width: 420px;
  min-height: 100vh;
  min-height: 100dvh;
  /*ナビの高さ*/
  background: #fff;
  /*動き*/
  -webkit-animation: fadein 0.1s;
          animation: fadein 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media screen and (max-width: 768px) {
  .sp-gnav {
    width: 100%;
  }
}

/*アクティブクラスがついたら位置を0に*/
.sp-gnav.panel-active {
  display: block;
  right: 0;
}

/* hide-menuクラスが付与されたらメニューを消す */
.sp-gnav.hide-menu {
  /* display: none; ではなくvisibility: hidden;を使用。スムースに開閉が行われる*/
  visibility: hidden;
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

/* hide-menuクラスが付与されたらメニューを消す */
.p-gnav__menu.hide-menu__body {
  /* display: none; ではなくvisibility: hidden;を使用。スムースに開閉が行われる*/
  visibility: hidden;
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

/*スマホ グローバルナビゲーション*/
.sp-menu__block {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: left;
}

/*リストのレイアウト設定*/
.p-gnav__menu--sp {
  width: 240px;
  display: block;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  margin-top: 5px;
  font-size: 1.6rem;
}
.p-gnav__menu--sp:hover {
  opacity: 0.7;
}

.p-gnav__menu--sp-ttl {
  width: 240px;
  display: block;
  letter-spacing: 0.05em;
  margin-top: 5px;
  font-size: 1.6rem;
  color: #947f28;
  margin-top: 10px;
}

.p-gnav__menu--sp-info {
  margin-top: 10px;
  color: #fff;
  background: #947f28;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
  font-size: 1.8rem;
}

.p-gnav__menu--sp-info2 {
  margin-top: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
  font-size: 1.8rem;
}

/* modalの設定
---------------------------------------- */
.modal {
  display: none;
  position: fixed;
  z-index: 998;
  /*ナビのスタート位置と形状*/
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  /* モーダルをフェードインさせる */
  -webkit-animation: fadein 0.1s;
          animation: fadein 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
@media screen and (max-width: 599px) {
  .modal {
    display: none;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal-bg {
  background: rgba(148, 127, 40, 0.2);
  min-height: 100vh;
  min-height: 100dvh;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .modal-bg {
    display: none;
  }
}

/*panel-activeがついたら出現（普段はdisplay:none）*/
.modal.modal-active {
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .modal.modal-active {
    display: none;
  }
}

/* モーダルの背景をスクロールさせない */
.body.modal-active-bg {
  /* overflow-y: hidden;でスクロールを禁止 */
  overflow-y: hidden;
}

/* スクロールバーガタつき対策 */
.scrollbar-wrap.scrollbar {
  overflow: auto;
  scrollbar-gutter: stable;
}

/*========= ボタンのためのCSS ===============*/
.open-btn {
  position: relative;
  /*ボタンを最前面に*/
  z-index: 9999;
  cursor: pointer;
  width: 50px;
  height: 46px;
  background: #947f28;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.open-btn:hover {
  opacity: 0.8;
}

/*×に変化*/
.open-btn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 12px;
  height: 1px;
  background-color: #fff;
}

.open-btn span:nth-of-type(1) {
  top: 12px;
  width: 50%;
}

.open-btn span:nth-of-type(2) {
  top: 19px;
  width: 50%;
}

.open-btn.active span:nth-of-type(1) {
  top: 12px;
  left: 12px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(3px) rotate(-20deg);
  width: 50%;
}

.open-btn.active span:nth-of-type(2) {
  top: 18px;
  left: 12px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-3px) rotate(20deg);
  width: 50%;
}

.open-btn__txt {
  font-size: 1.2rem;
  color: #fff;
  padding-top: 22px;
  text-align: center;
}

.p-header-link-icon {
  margin: 4px 0 4px 3px;
  width: 20px;
  height: 1.6rem;
}

/* フッター
-----------------------------------------------*/
.p-footer {
  margin: 0 auto;
  height: 47px;
}

.p-footer__inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  line-height: 46px;
}

.p-footer__copy-right {
  text-align: center;
}

.footer-short {
  position: sticky;
  inset-block-start: 100%;
}

/* zukai
-----------------------------------------*/
.zukai-top {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  background: #dfd9be;
}

.zukai-top__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 0;
}

.zukai-top-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  width: 100%;
}

.zukai-top-copy {
  max-width: 500px;
  width: 100%;
  padding: 1rem;
  line-height: 2.2;
}

.zukai-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 380px);
  max-width: 1080px;
  gap: 60px;
  place-items: center;
}
@media screen and (max-width: 599px) {
  .zukai-grid {
    display: block;
  }
}

.zukai-grid__wrap {
  text-align: center;
}
.zukai-grid__wrap p {
  text-align: left;
  padding: 0 10px 10px 10px;
  line-height: 2;
}

.zukai-grid__imagebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.zukai-grid__image {
  max-width: 180px;
  width: 100%;
}

.zukai-link__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 599px) {
  .zukai-link__area {
    display: block;
  }
}

.zukai-link__box {
  padding: 10px;
}

/* contact
-----------------------------------------*/
.contact-top__txt {
  line-height: 2.3;
  padding: 10px;
}

.contact-agree__area {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .contact-agree__area {
    font-size: 1.6rem;
    text-align: left;
    display: inline-block;
  }
}

.contact__privacy-link {
  text-align: center;
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  .contact__privacy-link {
    font-size: 1.6rem;
  }
}

.form-hidden {
  display: none;
}

.form__page-ttl {
  font-weight: bold;
  font-size: 4.8rem;
}
@media screen and (max-width: 960px) {
  .form__page-ttl {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 599px) {
  .form__page-ttl {
    font-size: 2rem;
  }
}

.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

.Form {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 960px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (max-width: 960px) {
  .Form-Item-Label {
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 960px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  margin-right: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 48px;
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
  background-color: #333333;
  font-size: 1.3rem;
  font-weight: normal;
}

@media screen and (max-width: 960px) {
  .Form-Item-Label-Required {
    padding-top: 2px;
    padding-bottom: 2px;
    width: 32px;
    font-size: 1.2rem;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 960px;
  background: #eaedf2;
  font-size: 1.6rem;
}

/* ラジオボタン
-------------------------------------- */
.radio-btn,
input[type=radio],
.radio-txt {
  cursor: pointer;
}

.radio-btn:not(:first-child) {
  margin-left: 40px;
}

@media screen and (max-width: 960px) {
  .radio-btn {
    margin: 10px 0 0 0;
  }
  .radio-btn:not(:first-child) {
    margin-left: 0;
  }
}

.radio-area {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 960px;
  background: #eaedf2;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .radio-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 120px;
    margin: 18px 0 0 0;
    padding: 8px;
  }
}

.Form-Item-pulldown {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 150px;
  background: #eaedf2;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  .Form-Item-pulldown {
    max-width: 100px;
  }
}

.Form-Item-pulldown2 {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 10px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 150px;
  background: #eaedf2;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  .Form-Item-pulldown2 {
    max-width: 100px;
  }
}

@media screen and (max-width: 960px) {
  .Form-Item-Input,
  .Form-Item-pulldown {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    font-size: 16px;
  }
  .Form-Item-pulldown2 {
    margin-left: 10px;
    margin-top: 18px;
    height: 40px;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    font-size: 16px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 960px;
  background: #eaedf2;
  font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    font-size: 16px;
  }
}
.Form-Btn {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 180px;
  display: block;
  letter-spacing: 0.05em;
  background: #FFF;
  border: solid 1px #333;
  color: #333;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 160px;
    width: 100%;
    font-size: 1.8rem;
  }
}
/*-----------------------------------------------------
   送信確認画面
  ----------------------------------------------------- */
#formWrap {
  width: 700px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  color: #333333;
  line-height: 120%;
  font-size: 90%;
}

.confirm-title {
  text-align: center;
  padding-top: 65px;
  padding-bottom: 20px;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 50px;
}

.confirm-head-text {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 30px;
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

table.formTable td,
table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
}

table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #eaedf2;
  text-align: left;
}

p.error_messe {
  margin: 5px 0;
  color: red;
}

.back-btn {
  text-decoration: underline;
}

.err-back-btn {
  font-size: 1.8rem;
  /* font-weight: bold; */
  text-align: center;
  padding: 15px;
  line-height: 1.8rem;
  background: #eaedf2;
  border-radius: 4px;
}

.send-btn {
  background-color: #223A70;
  color: #FFFFFF;
  text-align: center;
  width: 180px;
  height: 43px;
  font-size: 2rem;
  font-weight: bold;
  padding: 10px;
  margin-top: 50px;
  margin-bottom: 200px;
  margin-left: 50px;
  border-radius: 4px;
}

.back-btn:hover,
.send-btn:hover {
  cursor: pointer;
}

.err-header-text {
  margin-top: 50px;
  margin-bottom: 50px;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width: 640px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }
  table.formTable th,
  table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  form input[type=submit],
  form input[type=reset],
  form input[type=button] {
    display: block;
    width: 100%;
    height: 40px;
  }
  .send-btn {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* company
-----------------------------------------*/
.company-box {
  max-width: 900px;
  width: 100%;
}
.company-box dt {
  width: 25%;
  font-weight: bold;
  padding: 40px 4px;
}
.company-box dd {
  width: 70%;
  margin: 0;
  padding: 40px 4px;
}

.company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 1px #808080;
}

.company-list--last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 1px #808080;
  border-bottom: solid 1px #808080;
}

.company-txt {
  line-height: 2.2;
}

.company-privacy__txt {
  -webkit-text-decoration: revert;
          text-decoration: revert;
}

/* privacy
-----------------------------------------*/
.privacy-top__ttl {
  font-size: 3.6rem;
  border-bottom: 1px solid #808080;
  padding-bottom: 5px;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .privacy-top__ttl {
    font-size: 2.4rem;
  }
}

.privacy-txt {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .privacy-txt {
    font-size: 1.4rem;
  }
}

.privacy-contents {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .privacy-contents {
    font-size: 1.4rem;
  }
}

.privacy-contents dt {
  font-weight: bold;
  margin-top: 10px;
}

.privacy-contents dd {
  margin: 0;
  padding: 0 0 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .privacy-contents dd {
    padding: 0 0 4px 10px;
  }
}

.privacy-contents dt,
.privacy-contents dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* vision
-----------------------------------------*/
.vision-move__area {
  max-width: 320px;
  width: 100%;
  margin-inline: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.vision-fig {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 599px) {
  .vision-fig {
    display: none;
  }
}

.vision-fig__sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .vision-fig__sp {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* 導入事例
-----------------------------------------*/
.jirei-map {
  text-align: center;
}

/*-- utilityフォルダの中の_index.scss --*/
/* 調整用
--------------------------------------------------*/
/* 全角スペース（右に全角） */
.u-full-width {
  margin-right: 1em;
}

/* 全角1.5スペース（右に1.5全角） */
.u-full-half-width {
  margin-right: 1.5em;
}

/* 半角スペース（右に半角） */
.u-half-width {
  margin-right: 0.5em;
}

/* 半角スペース（左に半角） */
.u-half-width-left {
  margin-left: 0.5em;
}

/* 改行禁止 */
.u-no-wrap {
  white-space: nowrap;
}

/* PC改行 */
.u-tablet-br__1024 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-tablet-br__1024 {
    display: block;
  }
}

/* タブレットのみ改行 */
.u-tablet-br__768 {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-tablet-br__768 {
    display: block;
  }
}

/* タブレットは改行しない */
@media screen and (max-width: 768px) {
  .u-tablet-br__768--none {
    display: none;
  }
}

/* スマホのみ改行 */
.u-sp-br__599 {
  display: none;
}
@media screen and (max-width: 599px) {
  .u-sp-br__599 {
    display: block;
  }
}

/* ホバーアクション（アイテムが薄くなる） */
.u-hover-action {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.u-hover-action:hover {
  opacity: 0.8;
}

.u-spacer {
  padding-bottom: 80px;
}

.u-spacer__wide {
  padding-bottom: 160px;
}

.u-spacer__mid {
  padding-bottom: 40px;
}

.u-spacer__narrow {
  padding-bottom: 20px;
}

.u-underline {
  text-decoration: underline;
}

/* 縦横真ん中寄せ */
.centering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-padding__narrow {
  padding: 8px;
}

/* 追加20250809
テキスト禁則・文字間隔調整 */
.text-adjust {
  text-align: justify;
  line-break: strict;
}/*# sourceMappingURL=style.css.map */