@charset "UTF-8";
@media (min-width: 768px) {
  .is-hidden_pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .is-hidden_sp {
    display: none;
  }
}
.u-txt_left {
  text-align: left !important;
}

.u-txt_center {
  text-align: center !important;
}

.u-txt_right {
  text-align: right !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-pt0 {
  padding-top: 0 !important;
}

@keyframes fadeIn1s {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
a img {
  transition: 0.3s;
}
a:hover img {
  opacity: 0.7;
}
a.u-color_accent {
  text-decoration: underline;
}
a.u-color_accent:hover {
  text-decoration: none;
}
a.link--window:before {
  content: "";
  mask: url(../img/common/ico_window.svg) no-repeat center/contain;
  background-color: #F15A24;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: bottom;
}

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

table {
  width: 100%;
}
@media (max-width: 767px) {
  table.respond {
    display: block;
  }
  table.respond tbody,
  table.respond tr,
  table.respond th,
  table.respond td {
    box-sizing: border-box;
    display: block;
    width: 100% !important;
  }
}

.bold {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: bold;
}

.flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .flex {
    flex-direction: column;
  }
  .flex.is-flex--none_sp {
    display: block;
  }
}
.flex > .flex--img {
  text-align: center;
}
.flex .flex-shrink {
  flex-shrink: 0;
}
.flex .is-column2 > * {
  width: 50%;
}
.flex .is-column3 > * {
  width: 33.333333%;
}
.flex .is-column4 > * {
  width: 25%;
}
.flex .is-column5 > * {
  width: 20%;
}
.flex.flex-wrap {
  flex-wrap: wrap;
}
.flex.align-items-center {
  align-items: center;
}
.flex.align-items-start {
  align-items: flex-start;
}
.flex.align-items-end {
  align-items: flex-end;
}
.flex.justify-content-start {
  justify-content: flex-start;
}
.flex.justify-content-center {
  justify-content: center;
}
.flex.justify-content-end {
  justify-content: flex-end;
}
.flex.justify-content-evenly {
  justify-content: space-evenly;
}
.flex.flex-direction-column {
  flex-direction: column;
}

.grid {
  display: grid;
  grid-gap: 2rem 3rem;
}
@media (max-width: 767px) {
  .grid.is-none_sp {
    display: block;
  }
}
.grid.is-column2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid.is-column3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid.is-column4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid.is-column5 {
  grid-template-columns: repeat(5, 1fr);
}
.grid.grid-row-gap20 {
  grid-row-gap: 2rem;
}
.grid.grid-row-gap30 {
  grid-row-gap: 3rem;
}
.grid.grid-row-gap40 {
  grid-row-gap: 4rem;
}
.grid.grid-row-gap50 {
  grid-row-gap: 5rem;
}
.grid.grid-column-gap20 {
  grid-column-gap: 2rem;
}
.grid.grid-column-gap30 {
  grid-column-gap: 3rem;
}
.grid.grid-column-gap40 {
  grid-column-gap: 4rem;
}
.grid.grid-column-gap50 {
  grid-column-gap: 5rem;
}

.ttl--primary {
  font-weight: 700;
  margin-bottom: 6rem;
  line-height: 1.7;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .ttl--primary {
    margin-bottom: 3rem;
  }
}
.ttl--primary::before {
  content: "";
  background: url(../img/common/ttl_line.svg) no-repeat center/contain;
  width: 4.3rem;
  aspect-ratio: 43/55;
  margin-inline: auto;
  position: absolute;
  inset: auto 0 calc(100% + 2.3rem);
}
@media (max-width: 767px) {
  .ttl--primary::before {
    width: 2.5rem;
    inset: auto 0 calc(100% + 1rem);
  }
}
.ttl--primary .en {
  font-family: "Oswald", sans-serif;
  font-size: 6rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .ttl--primary .en {
    font-size: 4rem;
  }
}
.ttl--primary .ja {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .ttl--primary .ja {
    font-size: 1.6rem;
  }
}
section.u-bg_gray .ttl--primary {
  color: #fff;
}
.ttl--primary.-center {
  text-align: center;
}
.ttl--primary.-center span.ja {
  margin: auto;
  inset: 0;
}
.ttl--border {
  border-bottom: 1px solid #333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
  position: relative;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .ttl--border {
    font-size: 1.6rem;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
}

mark {
  background: linear-gradient(transparent 60%, #ff0 60%);
}

@media (min-width: 768px) {
  .is-txt_center-pc {
    text-align: center !important;
  }
}
.txt--kome {
  font-size: 1.3rem;
  text-indent: -1em;
  margin-left: 1em;
}
@media (max-width: 767px) {
  .txt--kome {
    font-size: 1.2rem;
  }
}

.lst_disc {
  list-style: none;
}
.lst_disc li {
  padding-left: 1.8em;
  position: relative;
}
.lst_disc li:before {
  content: "●";
  color: #F15A24;
  position: absolute;
  left: 0;
}

.u-ff_en {
  font-family: "Oswald", sans-serif;
}

.u-color_accent {
  color: #F15A24;
}

.u-bg_gray {
  background-color: #F0F0F0;
}

.btn--more {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .btn--more {
    margin-top: 4rem;
  }
}
.btn--more a {
  background-color: #333;
  border: 1px solid #333;
  border-radius: 10rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Oswald", sans-serif;
  height: 8rem;
  width: 32rem;
  max-width: 90%;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .btn--more a {
    height: 6rem;
    padding: 15px;
  }
}
.btn--more a .arrow {
  background-color: #fff;
  height: 1px;
  width: 2rem;
  margin-block: auto;
  position: absolute;
  inset-block: 0;
  inset-inline: auto 2.5rem;
}
.btn--more a .arrow::after {
  content: "";
  border-radius: 50%;
  background-color: #fff;
  height: 0.5rem;
  width: auto;
  aspect-ratio: 1;
  margin-block: auto;
  position: absolute;
  inset-block: 0;
  inset-inline: 0 auto;
  transition: 0.2s;
}
.btn--more a:hover {
  background-color: #333;
  color: #fff;
}
.btn--more a:hover .arrow::after {
  inset-inline-start: 100%;
}

.fv {
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .fv {
    overflow: hidden;
  }
}
.fv--img {
  clip-path: polygon(44% 0, 100% 0%, 56% 100%, 0% 100%);
  height: 56rem;
  width: auto;
  aspect-ratio: 1049/768;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-inline-end: -20rem;
}
@media (max-width: 767px) {
  .fv--img {
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    aspect-ratio: 1;
    height: 30rem;
    margin-inline-end: 0;
    margin: 4rem 0 auto auto;
  }
}
.fv--img::after {
  content: attr(data-label);
  color: #fff;
  font-size: 14rem;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  position: absolute;
  inset: auto 10rem 3.5rem auto;
  z-index: 1;
  mix-blend-mode: difference;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .fv--img::after {
    font-size: 6rem;
    inset: auto auto 3.5rem 3rem;
  }
}
.fv--img img {
  height: 100%;
  max-width: none;
}
.fv--logo {
  font-size: 14rem;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  position: absolute;
  inset: auto 10rem 3.5rem auto;
  z-index: -1;
}
@media (max-width: 767px) {
  .fv--logo {
    font-size: 6rem;
    inset: auto auto 3.5rem 3rem;
  }
}
.fv--txt {
  border-block-end: 1px solid #333;
  font-weight: 700;
  font-size: 4.2rem;
  letter-spacing: 0.2em;
  padding: 0 0 3rem 8rem;
  position: absolute;
  inset: 22.5rem auto auto 0;
  width: 45%;
  z-index: 1;
  animation-name: fadeIn1s;
  animation-delay: 600ms;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform: translateX(-50px);
  opacity: 0;
}
@media (max-width: 767px) {
  .fv--txt {
    font-size: 2rem;
    padding: 0 0 2rem 2rem;
    width: 90%;
    line-height: 1.8;
    inset-block-start: 14rem;
  }
}

.pagination {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .pagination {
    font-size: 1.6rem;
  }
}

.page-numbers {
  background-color: #F0F0F0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .page-numbers {
    width: 45px;
    height: 45px;
  }
}
.page-numbers.current {
  background-color: #333;
  color: #fff;
  font-weight: 700;
}

a.page-numbers:hover {
  background-color: #333;
  color: #fff;
}

.pagination .page-numbers.next {
  font-size: 0;
}
.pagination .page-numbers.next::before {
  content: "";
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 1.2rem;
  aspect-ratio: 1;
  background-color: #333;
  margin-inline-end: -0.5rem;
}
.pagination .page-numbers.next:hover::before {
  background-color: #fff;
}

.pagination .page-numbers.prev {
  font-size: 0;
}
.pagination .page-numbers.prev::before {
  content: "";
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 1.2rem;
  aspect-ratio: 1;
  background-color: #333;
  margin-inline-start: -0.5rem;
  transform: scale(-1, 1);
}
.pagination .page-numbers.prev:hover::before {
  background-color: #fff;
}

.pagination:empty {
  display: none;
}

/* スクロールすると用度がフェードイン
----------------------- */
.js-inview {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s, opacity 1s;
}

.js-inview.is-show {
  transform: translateY(0);
  opacity: 1;
}

.js-inview_delay {
  transform: translateY(50px);
  opacity: 0;
}

.js-inview_delay.is-show {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #333;
  animation: loading 1.5s;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

* {
  box-sizing: border-box;
  outline: none;
}

.wrapper {
  min-width: 124rem;
  margin: auto;
  position: relative;
}
@media (max-width: 767px) {
  .wrapper {
    width: 100%;
    min-width: auto;
  }
}

.container {
  width: 120rem;
  margin: auto;
}
.container.-narrow {
  width: 100rem;
}
@media (max-width: 767px) {
  .container {
    width: 100% !important;
    padding: 0 2rem;
  }
}

#js-totop {
  color: #F15A24;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
  position: fixed;
  right: 10px;
  bottom: 30px;
  text-orientation: mixed;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: none;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 767px) {
  #js-totop {
    font-size: 1.3rem;
    right: 5px;
    bottom: 20px;
  }
}
#js-totop::before {
  content: "";
  background-color: #F15A24;
  width: 1px;
  height: 190px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #js-totop::before {
    height: 100px;
  }
}
#js-totop:hover::before {
  height: 220px;
}

header {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
header .logo a {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: auto;
  aspect-ratio: 1;
  padding: 10px;
}
@media (max-width: 767px) {
  header .logo a {
    width: 80px;
  }
}

.gnav_btn {
  position: fixed;
  top: 30px;
  right: 55px;
  z-index: 1000;
  display: block;
  width: 70px;
  height: 25px;
  cursor: pointer;
  background: transparent;
  border: 0;
}
@media (max-width: 767px) {
  .gnav_btn {
    top: 20px;
    right: 15px;
  }
}

.gnav_btn--line {
  position: absolute;
  left: 0;
  display: block;
  height: 1px;
  background: #333;
  transition: 0.3s;
}
.gnav_btn--line:first-child {
  top: 20%;
  width: 20px;
}
.gnav_btn--line:nth-child(2) {
  top: 49%;
  opacity: 1;
  width: 16px;
}
.gnav_btn--line:nth-child(3) {
  top: 80%;
  width: 12px;
}

.gnav_btn.is-scroll .gnav_btn--line {
  background-color: #000;
}

.gnav_btn.is-open .gnav_btn--line {
  transition: 0.2s;
  background-color: #fff;
}
.gnav_btn.is-open .gnav_btn--line:first-child {
  top: 48%;
  transform: rotate(45deg);
}
.gnav_btn.is-open .gnav_btn--line:nth-child(2) {
  display: none;
  opacity: 0;
}
.gnav_btn.is-open .gnav_btn--line:nth-child(3) {
  top: 48%;
  width: 20px;
  transform: rotate(-45deg);
}

.gnav_btn--txt {
  color: #333;
  font-family: "Oswald", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 4px;
  line-height: 1;
}

.gnav_btn.is-scroll .gnav_btn--txt {
  color: #000;
}

.gnav_btn.is-open .gnav_btn--txt {
  color: #fff;
}

.gnav {
  display: none;
}

/*アクティブになったエリア*/
#js-gnav.panelactive {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  display: block;
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 100vh;
}

/*丸の拡大*/
.circle-bg {
  position: fixed;
  z-index: 3;
  /*丸の形*/
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  /*丸のスタート位置と形状*/
  transform: scale(0); /*scaleをはじめは0に*/
  right: -50px;
  top: -50px;
  transition: all 0.6s; /*0.6秒かけてアニメーション*/
  backdrop-filter: blur(0.2px);
}

.circle-bg.circleactive {
  transform: scale(50); /*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#js-gnav-list {
  display: none; /*はじめは表示なし*/
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#js-gnav.panelactive #js-gnav-list {
  display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#js-gnav ul {
  opacity: 0; /*はじめは透過0*/
  /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style-type: none;
  max-width: 90%;
  width: 400px;
}
#js-gnav ul li {
  border-bottom: 1px solid #fff;
}
#js-gnav ul a {
  color: #fff;
  font-size: 2rem;
  display: block;
  padding: 10px;
}
#js-gnav ul a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  #js-gnav ul a {
    font-size: 1.6rem;
  }
}

/*背景が出現後にナビゲーションを表示*/
#js-gnav.panelactive ul {
  opacity: 1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#js-gnav.panelactive ul li {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.2s; /*0.2 秒遅らせて出現*/
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
section.corporate--section {
  padding-block: 23rem 16rem;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  section.corporate--section {
    padding-block: 10rem;
  }
}

#breadcrumbs {
  font-size: 1.2rem;
  margin-block-end: 12.5rem;
  padding: 15px 80px 0;
  text-align: right;
}
@media (max-width: 767px) {
  #breadcrumbs {
    padding: 10px 20px 0;
    margin-block-end: 6rem;
  }
}
#breadcrumbs span {
  display: inline-block;
  position: relative;
}
#breadcrumbs span + span {
  margin-inline-start: 5rem;
}
#breadcrumbs span + span::before {
  content: "";
  background-color: #F15A24;
  width: 2rem;
  height: 1px;
  position: absolute;
  inset: 1em auto auto -4rem;
}

.footer_contact {
  background: url(../img/common/footer_contact_bg.webp) no-repeat center/cover;
  padding-block: 12rem 8.5rem !important;
  position: relative;
  z-index: 0;
}
.footer_contact:before {
  content: "";
  background: rgba(51, 51, 51, 0.5);
  backdrop-filter: blur(8px);
  position: absolute;
  inset: 0;
  z-index: -1;
}
.footer_contact .container {
  width: 800px;
}
.footer_contact .ttl--primary {
  color: #fff;
  margin-bottom: 6rem;
}
.footer_contact--btnwrap {
  gap: 20px;
}
@media (max-width: 767px) {
  .footer_contact--btnwrap {
    align-items: center;
    gap: 30px;
  }
}
.footer_contact--btn {
  color: #fff;
  line-height: 1;
  width: 50%;
}
@media (max-width: 767px) {
  .footer_contact--btn {
    width: 90%;
  }
}
.footer_contact--btn a {
  border: 1px solid #fff;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8rem;
  position: relative;
}
@media (max-width: 767px) {
  .footer_contact--btn a {
    height: 6rem;
  }
}
.footer_contact--btn a:before {
  content: "";
  background-color: #fff;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  width: auto;
  aspect-ratio: 1;
  position: absolute;
  margin: auto 0;
  inset: 0 auto 0 25px;
  transition: 0.3s;
}
.footer_contact--btn a:hover {
  background-color: #fff;
  color: #333;
}
.footer_contact--btn a:hover::before {
  background-color: #333;
}
.footer_contact--btn p {
  font-size: 1.4rem;
  margin-top: 10px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .footer_contact--btn p {
    font-size: 1.3rem;
  }
}
.footer_contact--btn.-form a {
  letter-spacing: 0.05em;
}
.footer_contact--btn.-form a:before {
  mask-image: url(../img/common/ico_mail.svg);
  height: 2.2rem;
}
.footer_contact--btn.-tel a {
  font-size: 2.2rem;
  font-family: "Oswald", sans-serif;
}
.footer_contact--btn.-tel a:before {
  mask-image: url(../img/common/ico_tel.svg);
  height: 3.3rem;
}

.footer--inner {
  display: flex;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .footer--inner {
    flex-direction: column;
  }
}

.footer_comany {
  flex-shrink: 0;
  padding-inline-start: calc(50vw - 60rem);
  padding-block: 8.5rem;
}
@media (max-width: 767px) {
  .footer_comany {
    width: fit-content;
    margin: auto;
    padding-inline: 2rem;
    padding-block: 6rem;
  }
}
.footer_comany .logo {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer_comany .logo {
    text-align: center;
  }
}
.footer_comany .address {
  padding-left: 50px;
  position: relative;
}
.footer_comany .address:before {
  content: "";
  mask: url(../img/common/ico_pin.svg) no-repeat center/contain;
  background-color: #F15A24;
  width: auto;
  height: 2.3rem;
  aspect-ratio: 1;
  position: absolute;
  margin: auto 0;
  inset: 0 auto 0 0;
}
.footer_comany address.tel {
  font-style: normal;
  margin-top: 20px;
  padding-left: 50px;
  position: relative;
}
.footer_comany address.tel:before {
  content: "";
  mask: url(../img/common/ico_tel.svg) no-repeat center/contain;
  background-color: #F15A24;
  width: auto;
  height: 2.8rem;
  aspect-ratio: 1;
  position: absolute;
  margin: auto 0;
  inset: 0 auto 0 0;
}

.footer_right {
  background-color: #333;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
  padding-inline-end: calc(50vw - 60rem);
  position: relative;
}
@media (max-width: 767px) {
  .footer_right {
    padding-inline: 2rem;
    padding-block: 6rem 0;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .footer_right::before {
    content: "";
    width: 31rem;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    background: #fff;
    position: absolute;
    inset: 0 auto 0 0;
  }
}

.footer_menu {
  display: flex;
  gap: 8rem;
  padding-block-start: 12rem;
}
@media (max-width: 767px) {
  .footer_menu {
    gap: 2rem;
    padding-block: 0;
  }
}
.footer_menu ul {
  list-style-type: none;
}
.footer_menu ul li + * {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .footer_menu ul li + * {
    margin-top: 5px;
  }
}
.footer_menu ul li a {
  color: #fff;
  display: block;
  padding-left: 23px;
  position: relative;
}
.footer_menu ul li a:before {
  content: "";
  background-color: #F15A24;
  height: 1px;
  width: 10px;
  position: absolute;
  top: 1em;
  left: 0;
}
.footer_menu ul li a:hover {
  color: #F15A24;
}

.copyright {
  border-block-start: 1px solid #fff;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
  padding: 1.3rem 0 2.6rem;
  margin-block-start: auto;
  width: 72rem;
  max-width: 95%;
  text-align: right;
}
@media (max-width: 767px) {
  .copyright {
    font-size: 1.3rem;
    padding: 20px;
    text-align: center;
    margin-block-start: 6rem;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes pathmove {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  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%;
    opacity: 0;
  }
}
.top_mv {
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .top_mv {
    overflow: hidden;
  }
}
.top_mv--img {
  clip-path: polygon(54% 0, 100% 0%, 46% 100%, 0% 100%);
  height: 100vh;
  width: auto;
  aspect-ratio: 1049/768;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top_mv--img {
    width: 90vh;
    overflow: visible;
    margin-inline-end: -77vw;
  }
}
.top_mv--img::after {
  content: "";
  mask: url(../img/top/mv_txt.webp) no-repeat center/contain;
  background-color: #fff;
  width: 64.2rem;
  height: auto;
  aspect-ratio: 642/411;
  position: absolute;
  inset: auto auto 3.5rem 48%;
  z-index: 1;
  mix-blend-mode: difference;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .top_mv--img::after {
    inset: auto 1rem 3rem auto;
    width: 25rem;
  }
}
.top_mv--img .swiper-slide {
  display: flex;
  justify-content: center;
}
.top_mv--img .swiper-slide img {
  height: 100vh;
  width: auto;
  max-width: none;
  aspect-ratio: 5824/3264;
}
.top_mv--img .swiper-slide-active .swiper-img,
.top_mv--img .swiper-slide-duplicate-active .swiper-img,
.top_mv--img .swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}
.top_mv--logo {
  position: absolute;
  inset: auto auto 3.5rem 48%;
  z-index: -1;
}
@media (max-width: 767px) {
  .top_mv--logo {
    inset: auto 1rem 3rem auto;
  }
}
.top_mv--logo img {
  width: 64.2rem;
  height: auto;
  aspect-ratio: 642/411;
}
@media (max-width: 767px) {
  .top_mv--logo img {
    width: 25rem;
  }
}
.top_mv--txt {
  border-block-end: 1px solid #333;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  padding: 0 0 3rem 8rem;
  position: absolute;
  inset: 22.5rem auto auto 0;
  width: 45%;
  z-index: 1;
  animation-name: fadeIn1s;
  animation-delay: 600ms;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform: translateX(-50px);
  opacity: 0;
}
@media (max-width: 767px) {
  .top_mv--txt {
    font-size: 2rem;
    padding: 0 0 2rem 2rem;
    width: 90%;
    line-height: 1.8;
    inset-block-start: 18rem;
  }
}
.top_mv--scroll {
  font-size: 1.4rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
  aspect-ratio: 1;
  border-radius: 50%;
  width: auto;
  border: 1px solid #333;
  height: 27rem;
  width: auto;
  position: absolute;
  inset: auto auto -5.5rem -6rem;
}
@media (max-width: 767px) {
  .top_mv--scroll {
    height: 18rem;
    inset: auto auto 10rem -6rem;
  }
}
.top_mv--scroll span {
  position: absolute;
  margin-inline: auto;
  inset-block: 5rem auto;
  inset-inline: 0;
  width: fit-content;
}
@media (max-width: 767px) {
  .top_mv--scroll span {
    font-size: 1.2rem;
  }
}
.top_mv--scroll:before {
  content: "";
  border: 1px solid #333;
  border-radius: 100px;
  width: 20px;
  height: 30px;
  margin-inline: auto;
  position: absolute;
  inset-block: 8rem auto;
  inset-inline: 0;
}
.top_mv--scroll:after {
  content: "";
  height: 21rem;
  width: 1px;
  background: #333;
  animation: pathmove 2s ease-in-out infinite;
  opacity: 0;
  margin-block: auto;
  position: absolute;
  inset-block: 0;
  inset-inline: 10rem auto;
  writing-mode: vertical-rl;
}

.top_company {
  background: url(../img/top/company_img_01.webp) no-repeat left top/40%, url(../img/top/company_img_02.webp) no-repeat right bottom/40%;
  padding-block-end: 19rem !important;
}
@media (max-width: 767px) {
  .top_company {
    background-size: 25rem, 25rem;
    padding-block: 24rem !important;
  }
}
.top_company::before {
  content: "";
  background: url(../img/top/company_txt_01.svg) no-repeat center/contain;
  width: 85.3rem;
  aspect-ratio: 853/274;
  position: absolute;
  inset: -11.2rem 0 auto auto;
  z-index: -1;
}
@media (max-width: 767px) {
  .top_company::before {
    width: 22rem;
    inset-block-start: 10rem;
  }
}
.top_company::after {
  content: "";
  background: url(../img/top/company_txt_02.svg) no-repeat center/contain;
  width: 86.5rem;
  aspect-ratio: 865/254;
  position: absolute;
  inset: auto auto -2.9rem 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .top_company::after {
    width: 22rem;
    inset-block-end: 10rem;
  }
}
.top_company--lead {
  text-align: center;
}
@media (min-width: 768px) {
  .top_feature--ttl {
    margin-block-end: 0;
    text-align: left;
  }
  .top_feature--ttl::before {
    margin-inline: 0;
    inset-inline: 2.5rem auto;
  }
}
.top_feature--item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .top_feature--item {
    flex-direction: column;
    align-items: normal;
    justify-content: normal;
    gap: 3rem;
  }
}
@media (min-width: 768px) {
  .top_feature--item:nth-of-type(odd) .top_feature--item-img {
    order: -1;
  }
}
.top_feature--item:first-of-type {
  justify-content: flex-start;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .top_feature--item:first-of-type {
    margin-block-start: -14.5rem;
  }
  .top_feature--item:first-of-type .top_feature--item-img {
    margin: 0 -25rem 0 -13.7rem;
  }
  .top_feature--item:first-of-type .top_feature--item-img img {
    width: 95.4rem;
    aspect-ratio: 954/626;
  }
  .top_feature--item:first-of-type .top_feature--item-txt {
    padding: 0 6rem 2.5rem 0;
  }
}
.top_feature--item:nth-of-type(2) {
  justify-content: space-between;
}
@media (min-width: 768px) {
  .top_feature--item:nth-of-type(2) .top_feature--item-img {
    margin: 0 0 0 -10rem;
  }
  .top_feature--item:nth-of-type(2) .top_feature--item-img img {
    width: 76.6rem;
    aspect-ratio: 766/454;
  }
  .top_feature--item:nth-of-type(2) .top_feature--item-txt {
    padding: 0 0 0 6rem;
  }
}
.top_feature--item:nth-of-type(3) {
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .top_feature--item:nth-of-type(3) .top_feature--item-img {
    margin: 0 -4rem 0 -15.5rem;
  }
  .top_feature--item:nth-of-type(3) .top_feature--item-img img {
    width: 76.6rem;
    aspect-ratio: 766/617;
  }
  .top_feature--item:nth-of-type(3) .top_feature--item-txt {
    padding: 0 6rem 0 0;
  }
}
.top_feature--item + .top_feature--item {
  margin-block-start: 4rem;
}
@media (max-width: 767px) {
  .top_feature--item + .top_feature--item {
    margin-block-start: 6rem;
  }
}
.top_feature--item-img {
  flex-shrink: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .top_feature--item-img {
    order: -1;
  }
  .top_feature--item-img img {
    max-width: 90%;
  }
}
.top_feature--item h3 {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.7;
  letter-spacing: 0.15em;
  margin-bottom: 6rem;
  position: relative;
}
.top_feature--item h3::first-letter {
  color: #F15A24;
}
@media (max-width: 767px) {
  .top_feature--item h3 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 2rem;
    width: fit-content;
  }
}
.top_feature--item h3:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: -50px;
}
@media (max-width: 767px) {
  .top_feature--item h3:before {
    top: -25px;
    left: -25px;
  }
}
@media (min-width: 768px) {
  .top_news--ttl {
    text-align: left;
  }
  .top_news--ttl::before {
    margin-inline: 0;
    inset-inline: 2.5rem auto;
  }
}
.top_news--post {
  width: 800px;
  max-width: 100%;
}
.top_news--cardlst {
  list-style-type: none;
}
.top_news--card {
  border-bottom: 1px solid #333;
}
.top_news--card a {
  display: flex;
  padding: 30px 10px;
}
.top_news--card a:hover {
  color: #F15A24;
}
@media (max-width: 767px) {
  .top_news--card a {
    padding: 20px 0;
  }
}
.top_news h3 {
  flex: 1;
  font-weight: 500;
  font-size: inherit;
}
.top_news time {
  color: #9b9b9b;
  flex-shrink: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin-right: 3rem;
}

.company_overview {
  background: url(../img/company/overview_bg.webp) no-repeat center/cover;
  color: #fff;
  position: relative;
}
.company_overview::before {
  content: "";
  background-color: #333;
  opacity: 0.9;
  position: absolute;
  inset: 0;
}

.company_overview--inner {
  width: 80rem;
}

.company_overview--dl-item {
  display: flex;
  border-block-end: 1px solid #fff;
  padding-block: 4rem 2rem;
}
@media (max-width: 767px) {
  .company_overview--dl-item {
    flex-direction: column;
    padding-block: 2rem;
  }
}

.company_overview--dt {
  font-weight: 700;
  padding-inline: 2rem;
  width: 21rem;
}
@media (max-width: 767px) {
  .company_overview--dt {
    padding-inline: 0;
    width: 100%;
  }
}

.company_overview--dd {
  padding-inline: 2rem;
  flex: 1;
}
@media (max-width: 767px) {
  .company_overview--dd {
    padding-inline: 0;
  }
}

.company_overview--map {
  margin-block-start: 8rem;
}
@media (max-width: 767px) {
  .company_overview--map {
    margin-block-start: 4rem;
  }
  .company_overview--map iframe {
    width: 100%;
    height: 30rem;
  }
}

.company_history {
  position: relative;
}
.company_history::before {
  content: "";
  background-color: #f8f8f8;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 107.8rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  inset: auto 0 0 auto;
}
@media (max-width: 767px) {
  .company_history::before {
    width: auto;
    height: 37.5rem;
  }
}

.company_history--dl {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.company_history--dl-item {
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media (max-width: 767px) {
  .company_history--dl-item {
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .company_history--dl-item:nth-child(odd) .company_history--dt::after {
    inset: 18rem -5rem auto auto;
    transform: rotate(-135deg);
  }
}
@media (min-width: 768px) {
  .company_history--dl-item:nth-child(even) {
    margin-inline-start: 17.6rem;
  }
  .company_history--dl-item:nth-child(even) .company_history--dt::after {
    inset: 18rem auto auto -5rem;
    transform: rotate(135deg);
  }
}
.company_history--dl-item:last-child .company_history--dt::after {
  display: none;
}

.company_history--dt {
  background-color: #333;
  border-radius: 50%;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 16.5rem;
  height: auto;
  aspect-ratio: 1;
  position: relative;
}
@media (max-width: 767px) {
  .company_history--dt {
    font-size: 1.8rem;
    width: 8rem;
  }
}
.company_history--dt::before {
  content: "";
  border: 1px solid #333;
  border-radius: 50%;
  position: absolute;
  inset: -0.5rem;
}
@media (max-width: 767px) {
  .company_history--dt::before {
    inset: -0.3rem;
  }
}
.company_history--dt::after {
  content: "";
  background-color: #333;
  width: 9rem;
  height: 1px;
  position: absolute;
}
@media (max-width: 767px) {
  .company_history--dt::after {
    height: 2.4rem;
    width: 1px;
    margin-inline: auto;
    inset: calc(100% + 0.3rem) 0 auto;
  }
}

.message_lead {
  padding-block-start: 0 !important;
  overflow: hidden;
}

.message_lead--ttl {
  text-align: center;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin-block-end: 8rem;
}
@media (max-width: 767px) {
  .message_lead--ttl {
    font-size: 1.8rem;
    margin-block-end: 6rem;
  }
}

.message_lead--box {
  display: flex;
}
@media (max-width: 767px) {
  .message_lead--box {
    flex-direction: column;
    gap: 3rem;
  }
}

.message_lead--txt {
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 768px) {
  .message_lead--txt {
    margin-block-start: 10rem;
    width: 57rem;
    max-width: 50%;
  }
}

.message_lead--img {
  margin-inline: -16.67% -15.58%;
}
@media (max-width: 767px) {
  .message_lead--img {
    order: -1;
    margin-inline: 0;
  }
}
.message_lead--img img {
  width: 101.7rem;
  height: auto;
  aspect-ratio: 1017/665;
}

.message_lead--career {
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 8rem auto 0;
  padding: 6rem 8rem;
  width: 100rem;
  max-width: 100%;
  position: relative;
}
.message_lead--career::before {
  content: "";
  background: url(../img/common/ttl_line.svg) no-repeat center/contain;
  width: 4.3rem;
  aspect-ratio: 43/55;
  margin-inline: auto;
  position: absolute;
  inset: auto 0 calc(100% - 2.3rem);
}
@media (max-width: 767px) {
  .message_lead--career {
    padding: 3rem 2rem;
  }
}

.message_lead--career-ttl {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.7;
  margin-block-end: 4rem;
}

.message_lead--career-ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: fit-content;
}

.message_founding,
.message_philosophy,
.message_service {
  padding-block: 0 13rem !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  .message_founding,
  .message_philosophy,
  .message_service {
    padding-block: 0 10rem !important;
    overflow: visible;
  }
}

.message_founding--inner,
.message_philosophy--inner,
.message_service--inner {
  display: flex;
  gap: 8rem;
}
@media (max-width: 767px) {
  .message_founding--inner,
  .message_philosophy--inner,
  .message_service--inner {
    flex-direction: column;
    gap: 3rem;
  }
}

@media (min-width: 768px) {
  .message_founding--ttl,
  .message_philosophy--ttl,
  .message_service--ttl {
    text-align: left;
  }
  .message_founding--ttl::before,
  .message_philosophy--ttl::before,
  .message_service--ttl::before {
    inset-inline: 2.5rem auto;
  }
}

.message_founding--txt,
.message_philosophy--txt,
.message_service--txt {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .message_founding--txt,
  .message_philosophy--txt,
  .message_service--txt {
    width: 64rem;
    padding-block-start: 11.5rem;
  }
}

@media (min-width: 768px) {
  .message_founding--img,
  .message_philosophy--img,
  .message_service--img {
    margin-inline: -10% -9.17%;
  }
}
.message_founding--img img,
.message_philosophy--img img,
.message_service--img img {
  width: 71.3rem;
  height: auto;
  aspect-ratio: 713/674;
}

@media (min-width: 768px) {
  .message_founding--img,
  .message_service--img {
    order: -1;
  }
}

.works_archive {
  padding-block-start: 0 !important;
}

.works_archive__inner {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .works_archive__inner {
    grid-template-columns: 1fr;
  }
}

.works--article {
  border: 1px solid #333;
  position: relative;
  z-index: 0;
}
.works--article::before, .works--article::after {
  content: "";
  background-color: #fff;
  width: 4rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  z-index: -1;
}
.works--article::before {
  inset: -1px auto auto -1px;
}
.works--article::after {
  inset: auto -1px -1px auto;
}

.works--article-inner {
  padding: 4rem;
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .works--article-inner {
    padding: 3rem 2rem;
  }
}
.works--article-inner::before, .works--article-inner::after {
  content: "";
  background-color: #333;
  width: 6rem;
  height: 1px;
  position: absolute;
  transform: rotate(-45deg);
}
.works--article-inner::before {
  inset: -0.6rem auto auto -2.4rem;
  transform-origin: right top;
}
.works--article-inner::after {
  inset: auto -2.4rem -0.6rem auto;
  transform-origin: left bottom;
}

.works--ttl {
  font-size: 1.8rem;
  margin-block-end: 3rem;
}
@media (max-width: 767px) {
  .works--ttl {
    font-size: 1.6rem;
    margin-block-end: 2rem;
  }
}

.works--dl {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.works--item {
  display: flex;
  gap: 5rem;
}
@media (max-width: 767px) {
  .works--item {
    flex-direction: column;
    gap: 0;
  }
}

.works--dt {
  font-weight: 700;
  flex-shrink: 0;
  width: 4.5em;
}
@media (max-width: 767px) {
  .works--dt {
    width: 100%;
  }
}

.works--dd {
  flex: 1;
}

.privacy--section {
  padding-block-start: 0 !important;
}
.privacy--section section {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .privacy--section section {
    margin-top: 6rem;
  }
}
.privacy--section .name {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .privacy--section .name {
    margin-top: 5rem;
  }
}

.contact_form--table {
  width: 100%;
  margin-top: 30px;
  border-collapse: collapse;
  background: #FFF;
}
.contact_form--table td {
  padding: 10px;
  vertical-align: middle;
}
.contact_form--table th {
  position: relative;
  width: 225px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  background-clip: padding-box !important;
}
.contact_form--table th::after {
  position: absolute;
  top: 17px;
  right: 15px;
  padding: 4px 5px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
}
.contact_form--table .is-required::after {
  color: #FFF;
  content: "必須";
  background: #C90000;
}
.contact_form--table .is-option::after {
  color: #FFF;
  content: "任意";
  background: #999;
}
@media (max-width: 767px) {
  .contact_form--table td {
    padding: 10px 5px;
  }
  .contact_form--table th {
    padding: 5px;
  }
  .contact_form--table th::after {
    top: 5px;
    right: 10px;
  }
}

.contact_form--table textarea {
  height: 130px;
}
.contact_form--table input[type=text],
.contact_form--table input[type=email],
.contact_form--table input[type=tel],
.contact_form--table input[type=nmber],
.contact_form--table input[type=date],
.contact_form--table textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 4px;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  background: #E6EDF2;
  border: solid 1px #E6EDF2;
  border-radius: 3px;
  box-shadow: none;
}
.contact_form--table input[type=text]:focus,
.contact_form--table input[type=email]:focus,
.contact_form--table input[type=tel]:focus,
.contact_form--table input[type=nmber]:focus,
.contact_form--table input[type=date]:focus,
.contact_form--table textarea:focus {
  background: #FFF;
  border: solid 1px #E6EDF2;
  outline: none;
}
.contact_form--table input[type=checkbox]:checked + span,
.contact_form--table input[type=radio]:checked + span {
  font-weight: bold;
}
.contact_form--table select {
  padding: 2px 0 4px 4px;
  margin-right: 2px;
  border: solid 1px #345372;
  border-radius: 3px;
}
.contact_form--table select option {
  padding: 0;
}
.contact_form--table .mwform-tel-field input[type=text],
.contact_form--table .mwform-zip-field input[type=text] {
  width: 5em;
}

.contact_form--btn {
  margin-top: 30px;
  overflow: hidden;
  text-align: center;
}
.contact_form--btn input[type=submit],
.contact_form--btn input[type=button],
.contact_form--btn button[type=submit] {
  display: inline-block;
  width: 220px;
  height: 60px;
  margin: 10px;
  overflow: hidden;
  font-weight: bold;
  color: #FFF;
  cursor: pointer;
  background: #000;
  border: none;
  transition: 0.3s;
}
.contact_form--btn input[type=submit]:hover,
.contact_form--btn input[type=button]:hover,
.contact_form--btn button[type=submit]:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .contact_form--btn input[type=submit],
  .contact_form--btn input[type=button],
  .contact_form--btn button[type=submit] {
    max-width: 80%;
  }
}

.frm.danger {
  position: relative;
  display: block;
  padding: 5px 10px;
  margin-top: 12px;
  clear: both;
  font-size: 1.2rem;
  color: #FFF !important;
  background: #C90000;
}
.frm.danger::before {
  position: absolute;
  top: -20px;
  width: 0;
  height: 0;
  content: "";
  border: 10px solid #C90000;
  border-color: transparent;
  border-bottom-color: #C90000;
}

.contact--section {
  padding-block-start: 0 !important;
}
.contact--section .container {
  width: 800px;
}
.contact--section .contact--flow {
  list-style-type: none;
  counter-reset: number 0;
  display: flex;
  gap: 90px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .contact--section .contact--flow {
    font-size: 1.25rem;
    gap: 30px;
  }
}
.contact--section .contact--flow li {
  display: flex;
  gap: 12px;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .contact--section .contact--flow li {
    gap: 8px;
  }
}
.contact--section .contact--flow li:before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  color: #ededed;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .contact--section .contact--flow li:before {
    font-size: 1.6rem;
  }
}
.contact--section .contact--flow li.current {
  font-weight: 700;
}
.contact--section .contact--flow li.current:before {
  color: #F15A24;
}
.contact--section .contact--flow li + *:after {
  content: "";
  background-color: #333;
  width: 55px;
  height: 1px;
  position: absolute;
  margin: auto 0;
  inset: 0 auto 0 -72px;
}
@media (max-width: 767px) {
  .contact--section .contact--flow li + *:after {
    width: 15px;
    left: -23px;
  }
}
.contact--section .contact--lead {
  margin: 80px 0;
}
@media (min-width: 768px) {
  .contact--section .contact--lead {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .contact--section .contact--lead {
    margin: 40px 0;
  }
}
.contact--section .contact--form > * {
  display: flex;
}
.contact--section .contact--form > * + * {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .contact--section .contact--form > * {
    display: block;
  }
}
.contact--section .contact--form dt {
  font-weight: 700;
  flex-shrink: 0;
  margin-right: 4rem;
  padding: 1rem 0;
  width: 23rem;
}
@media (max-width: 767px) {
  .contact--section .contact--form dt {
    margin-right: 0;
    width: 100%;
  }
}
.contact--section .contact--form dd {
  width: 100%;
}
.contact--section .contact--form .required {
  position: relative;
}
.contact--section .contact--form .required:after {
  content: "必須";
  background-color: #c64a4a;
  color: #fff;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.5rem 0.8rem;
  position: absolute;
  top: 1.1em;
  right: 0;
}
@media (max-width: 767px) {
  .contact--section .contact--form .required:after {
    font-size: 1.2rem;
  }
}
.contact--section .contact--form input[type=text],
.contact--section .contact--form input[type=email],
.contact--section .contact--form textarea {
  border: 2px solid #F0F0F0;
  border-radius: 0;
  background-color: #F0F0F0;
  padding: 0.8rem 1.5rem;
  width: 100%;
}
.contact--section .contact--form input[type=text]:focus,
.contact--section .contact--form input[type=email]:focus,
.contact--section .contact--form textarea:focus {
  background-color: #fff;
}
.contact--section .contact--form textarea {
  height: 18rem;
}
.contact--section input[type=submit] {
  background-color: #333;
  border-radius: 10rem;
  color: #fff;
  padding: 2rem;
  width: 32rem;
  max-width: 90%;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .contact--section input[type=submit] {
    padding: 1.5rem;
  }
}
.contact--section input[type=submit]:hover {
  opacity: 0.7;
}
.contact--section input[type=button].btn--back {
  background-color: #ccc;
  color: #333;
  border-radius: 10rem;
  padding: 2rem;
  margin: 0 0.5rem;
  width: 32rem;
  max-width: 90%;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .contact--section input[type=button].btn--back {
    padding: 1.5rem;
  }
}
.contact--section input[type=button].btn--back:hover {
  opacity: 0.7;
}
.contact--section .contact--thanks-txt_01 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 4rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  .contact--section .contact--thanks-txt_01 {
    font-size: 1.6rem;
  }
}
.contact--section .contact--confirm-txt {
  display: none;
}
.contact--section .mw_wp_form_confirm .contact--confirm-txt {
  display: block;
  text-align: center;
  margin-bottom: 6rem;
}
.contact--section .mw_wp_form_confirm dd {
  padding: 0.8rem 0;
}

.contact--btn {
  gap: 1rem;
}

.wpcf7-spinner {
  display: none;
}

#loading {
  display: none;
}

.news_single {
  padding-block-start: 0 !important;
}
.news_single time {
  color: #9b9b9b;
  flex-shrink: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  display: block;
  margin-block-end: 6rem;
}

@media (min-width: 768px) {
  .news_single--inner {
    width: 80rem;
  }
}

.notfound_page {
  text-align: center;
}

.notfound_page--ttl {
  font-size: 2rem;
  margin-bottom: 30px;
}

.notfound_page--paragraph {
  margin-bottom: 1em;
}

.notfound_page--link a {
  text-decoration: underline;
}