@charset "UTF-8";
/*!
Theme Name: srskucho
Description: 合同会社SRS空調 コーポレートサイト（ベース: テンプレ♣ c3-3 / 白ベース×レッド #B5242C）
Version: 1.0
*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  overflow-x: hidden;
  position: relative;
}

body {
  font-size: 1rem;
  background-color: #ffffff;
  color: #2B2B2B;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.en {
  font-family: "Jost", sans-serif;
  letter-spacing: 0.12em;
}

.tel-link {
  cursor: text;
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .tel-link {
    cursor: auto;
    text-decoration: none;
    pointer-events: auto;
  }
}

a {
  color: #B5242C;
  text-decoration: underline;
}

.fade-in {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.text-shadow {
  text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
}

@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .br_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .br_sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}

.wide {
  max-width: 1140px;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wide {
    max-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .wide {
    max-width: none;
  }
}

#main {
  overflow: hidden;
}
#main::before {
  content: "";
  position: fixed;
  top: auto;
  bottom: calc(-250px - 110vh);
  right: calc(-2000px + 25vw);
  width: 2000px;
  height: 2000px;
  background: rgba(181, 36, 44, 0.08);
  transform: rotate(-60deg);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #main::before {
    right: calc(-1770px - 20vw);
    top: calc(0px - 30vh);
    bottom: auto;
  }
}
#main::after {
  content: "";
  position: absolute;
  top: -800px;
  right: 65%;
  width: 2000px;
  height: 2000px;
  background: rgba(181, 36, 44, 0.08);
  transform: rotate(-60deg);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #main::after {
    right: calc(250px + 43vw);
  }
}

p {
  font-size: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 0.8rem;
  }
}

h1 {
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 7vw;
  }
}

h2 {
  font-size: 1.6vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h2 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 6vw;
  }
}

h3 {
  font-size: 1.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h3 {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 5vw;
  }
}

h4 {
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 4vw;
  }
}

h5 {
  font-size: 1.1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h5 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 3.5vw;
  }
}

#lower {
  position: relative;
  z-index: 12;
  overflow: hidden;
}
#lower::after {
  content: "";
  width: 2000px;
  height: 2000px;
  position: absolute;
  top: -800px;
  right: 65%;
  z-index: 12;
  background: rgba(181, 36, 44, 0.85);
  transform: rotate(-60deg);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #lower::after {
    display: none;
  }
}
#lower .lower {
  position: relative;
  width: 100%;
  height: 23.75rem;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #lower .lower {
    height: 17.5rem;
  }
}
#lower .lower .lower_bg {
  position: absolute;
  inset: 0;
  background: rgba(120, 15, 21, 0.32);
}
#lower .lower_contents {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  z-index: 13;
}
#lower .lower_contents h1 {
  color: #fff;
  font-size: clamp(2.8rem, 3.4vw, 4rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  text-shadow: 0 2px 14px rgba(120, 15, 21, 0.8);
}
@media screen and (max-width: 768px) {
  #lower .lower_contents h1 {
    font-size: 7vw;
  }
}
#lower .lower_contents p {
  color: #fff;
  letter-spacing: 0.3em;
  font-size: 0.875rem;
  text-shadow: 0 1px 8px rgba(120, 15, 21, 0.8);
  margin-top: 0.4rem;
}

.lower-comment {
  width: 85%;
  margin: 0 auto;
  margin-top: 4rem;
  padding-bottom: 2rem;
  text-align: center;
  color: #444;
}
.lower-comment::before {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background: #1B6CB5;
  margin: 0 auto 1.6rem;
}
.lower-comment p {
  font-size: 0.95rem;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .lower-comment {
    width: 90%;
    text-align: left;
  }
}

.sec-head {
  text-align: center;
  margin: 5.6rem auto 0;
}
.sec-head h2 {
  color: #B5242C;
  font-size: 1.55rem;
  letter-spacing: 0.12em;
}
.sec-head .en-label {
  display: block;
  font-family: "Jost", sans-serif;
  color: #1B6CB5;
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  margin-top: 0.4rem;
}

.back-to-top {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 3%;
  bottom: 5%;
  color: #ffffff;
  padding: 2rem;
  font-size: 2.5vw;
  border-radius: 50px;
  display: inline-block;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .back-to-top {
    display: none !important;
  }
}

@media screen and (min-width: 1441px) {
  .topBtnSp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .topBtnSp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .topBtnSp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .topBtnSp {
    display: block !important;
    position: relative;
    top: 0;
    left: 0;
    color: #ffffff;
    padding: 1rem;
    font-size: 3vw;
    width: 100% !important;
    text-decoration: none;
    background: rgba(181, 36, 44, 0.85);
    text-align: center;
  }
  .topBtnSp::before {
    width: 100% !important;
    height: 20vw !important;
    border-radius: 0 !important;
  }
  .topBtnSp i {
    font-size: 4vw;
  }
  .topBtnSp p {
    font-size: 3vw;
  }
}

.back-to-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 60px;
  height: 60px;
  background: rgba(181, 36, 44, 0.85);
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3), 1px -1px 2px rgba(255, 255, 255, 0.3), -1px 1px 2px rgba(255, 255, 255, 0.3), -1px -1px 2px rgba(255, 255, 255, 0.3);
  z-index: -1;
}

.loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  font-size: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 100;
}
.loading .loading_text {
  width: 50vw;
  height: 50vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.loading .loadingText {
  animation: 0.5s flashing infinite;
  color: #fff;
  font-size: 1.2vw;
}
@media screen and (max-width: 768px) {
  .loading .loadingText {
    font-size: 3.3vw;
  }
}

.spinner-box {
  width: 300px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.spinner-box .pulse-container {
  width: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spinner-box .pulse-container .pulse-bubble {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
}
.spinner-box .pulse-container .pulse-bubble-1 {
  animation: pulse 0.4s ease 0s infinite alternate;
}
.spinner-box .pulse-container .pulse-bubble-2 {
  animation: pulse 0.4s ease 0.2s infinite alternate;
}
.spinner-box .pulse-container .pulse-bubble-3 {
  animation: pulse 0.4s ease 0.4s infinite alternate;
}

@keyframes pulse {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0.25;
    transform: scale(0.75);
  }
}
.loading.active {
  opacity: 1;
  visibility: visible;
}

header {
  position: relative;
  z-index: 1234;
}
@media screen and (max-width: 768px) {
  header {
    padding: 0;
  }
}
header #header_pc {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  header #header_pc {
    display: none;
  }
}
header #header_pc .header_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  padding: 2rem;
  z-index: 1234;
}
header #header_pc .header_logo img {
  width: 100%;
}
header #header_pc .header_menu {
  padding-top: 1rem;
}
header #header_pc .header_menu ul {
  display: flex;
  justify-content: end;
  align-items: center;
  list-style: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  header #header_pc .header_menu ul {
    flex-flow: column;
    height: auto;
  }
}
header #header_pc .header_menu ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem 1.5vw;
}
header #header_pc .header_menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 120%;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  height: 5vw;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  text-shadow: 1px 1px 2px #333, -1px 1px 2px #333, 1px -1px 2px #333, -1px -1px 2px #333;
}
header #header_pc .header_menu ul li a span {
  font-size: 70%;
}
header #header_pc .header_menu ul li a:hover {
  color: #FFD5D8;
}
header #header_pc .header_menu ul li a.new_twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
}
header #header_pc .header_menu ul li a.sns-link {
  font-size: 120%;
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_menu ul li a.sns-link {
    font-size: 80%;
  }
}
header #header_pc .header_menu ul li a.sns-link:hover {
  color: #FFD5D8;
}
@media screen and (min-width: 1441px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_sp {
    display: none;
  }
}
header #header_sp .header_sp {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem;
  z-index: 1234;
}
header #header_sp .header_sp .header_logo {
  width: 40vw;
}
header #header_sp .header_sp .header_logo img {
  width: 100%;
}
header #header_sp .header_sp_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16vw;
  background: rgba(142, 27, 34, 0.92);
  z-index: 9999;
}
header #header_sp .header_sp_bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 100%;
  margin: auto;
  list-style: none;
  padding-top: 5px;
}
header #header_sp .header_sp_bottom ul li a {
  text-decoration: none;
  color: #fff;
}
header #header_sp .header_sp_bottom ul li a .header_icon {
  text-align: center;
  height: 8vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
header #header_sp .header_sp_bottom ul li a .header_icon i {
  font-size: 6vw;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  z-index: 10005;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  position: relative;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger p {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
}

.hamburger span:nth-child(1) {
  top: 5px;
  left: 50%;
  transform: translate(-50%, 0);
}

.hamburger span:nth-child(2) {
  top: 15px;
  left: 50%;
  transform: translate(-50%, 0);
}

.hamburger span:nth-child(3) {
  top: 25px;
  left: 50%;
  transform: translate(-50%, 0);
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 15px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  left: 15px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  bottom: 60px;
  left: 0;
  color: #fff;
  background: rgba(142, 27, 34, 0.92);
  text-align: center;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 5vw 3vw;
  overflow: auto;
}

nav.globalMenuSp .ul {
  margin: auto;
  margin-top: 0 !important;
  margin-bottom: 4vw !important;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
nav.globalMenuSp .ul .new_twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
}

.sns {
  justify-content: center !important;
}

nav.globalMenuSp .ul li {
  list-style-type: none;
  padding: 0;
  width: 45%;
  transition: 0.4s all;
  margin-bottom: 20px;
}

nav.globalMenuSp .ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp .ul li:hover {
  background: #ddd;
}

nav.globalMenuSp .ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  font-size: 3.5vw;
  padding: 0 4vw;
  padding-bottom: 2vw;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp .ul li a i {
  margin-right: 2vw;
}

.header_sp_policy {
  text-align: center;
  margin-bottom: 8vw;
}
.header_sp_policy a {
  text-decoration: none;
  color: #fff;
  font-size: 3.5vw;
  padding: 0 4vw;
  padding-bottom: 2vw;
  border-bottom: 1px solid #fff;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}

/* ============================================================
   ロゴ（インライン・フォールバック型）
   header_logo 未設定時：赤角丸スクエア「SRS」＋2行テキスト
   ============================================================ */
.header_logo a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.logo-mark {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: #B5242C;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.04em;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .logo-mark {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}

.logo-type {
  line-height: 1.3;
}
.logo-type b {
  display: block;
  font-size: 17px;
  letter-spacing: 0.06em;
  color: #fff;
  text-shadow: 1px 1px 2px #333, -1px 1px 2px #333, 1px -1px 2px #333, -1px -1px 2px #333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .logo-type b {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .logo-type b {
    font-size: 14px;
  }
}
.logo-type small {
  display: block;
  font-size: 9.5px;
  color: #fff;
  opacity: 0.9;
  letter-spacing: 0.14em;
  text-shadow: 1px 1px 2px #333, -1px 1px 2px #333, 1px -1px 2px #333, -1px -1px 2px #333;
}

/* フッターロゴ（白スクエア×赤字の反転版） */
footer .footer_logo_img a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  justify-content: center;
}
footer .footer_logo_img .logo-mark-footer {
  background: #fff;
  color: #B5242C;
  box-shadow: none;
}
footer .footer_logo_img .logo-type-footer b, footer .footer_logo_img .logo-type-footer small {
  color: #fff;
  text-shadow: none;
}

#top_main {
  position: relative;
  z-index: 12;
  overflow: hidden;
}
#top_main::after {
  content: "";
  width: 2000px;
  height: 2000px;
  position: absolute;
  top: -800px;
  right: 65%;
  z-index: 16;
  background: rgba(181, 36, 44, 0.85);
  transform: rotate(-60deg);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #top_main::after {
    right: calc(250px + 43vw);
  }
}
#top_main .top_main {
  height: 78vh;
  min-height: 520px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top_main .top_main {
    height: 62vh;
    min-height: 440px;
  }
}
#top_main .top_main .slider {
  width: 100vw;
  height: 100%;
  margin-inline: auto;
  overflow: hidden;
  background-color: #ffffff;
  z-index: 15;
}
@media screen and (max-width: 768px) {
  #top_main .top_main .slider {
    height: 100%;
  }
}
#top_main .top_main .slider .slick-list {
  width: 100%;
  height: 100%;
  margin: auto;
}
#top_main .top_main .slider .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
#top_main .top_main .slider .slick-list .slick-track .slick-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top_main .slider_text {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  text-align: center;
  z-index: 1234;
  animation: fadeIn 3s ease 2s forwards normal;
  opacity: 0;
}
#top_main .slider_text h1 {
  color: #B5242C;
  text-shadow: 0 0 14px rgba(255, 255, 255, 0.95), 0 0 30px rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: clamp(3.6rem, 4.6vw, 6.4rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  word-break: keep-all;
  overflow-wrap: normal;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .slider_text h1 {
    font-size: clamp(3.2rem, 6vw, 6rem);
  }
}
@media screen and (max-width: 768px) {
  #top_main .slider_text h1 {
    font-size: clamp(2.4rem, 6.4vw, 3.4rem);
    letter-spacing: 0.06em;
  }
}
#top_main .slider_text .hero-bar {
  width: 64px;
  height: 3px;
  background: #B5242C;
  margin: 1rem auto;
}
#top_main .slider_text h2 {
  color: #2B2B2B;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.95), 1px -1px 0 rgba(255, 255, 255, 0.95), -1px 1px 0 rgba(255, 255, 255, 0.95), 1px 1px 0 rgba(255, 255, 255, 0.95), 0 0 3px rgb(255, 255, 255), 0 0 12px rgba(255, 255, 255, 0.95);
  text-align: center;
  font-size: 1.4vw;
  font-weight: 500;
  letter-spacing: 0.12em;
  word-break: keep-all;
  overflow-wrap: normal;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_main .slider_text h2 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #top_main .slider_text h2 {
    font-size: 3.4vw;
    letter-spacing: 0.04em;
    display: inline-block;
    padding: 0.6rem 1.2rem;
    background: rgba(255, 255, 255, 0.72);
    border-radius: 4px;
    text-shadow: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
#top_news {
  padding: 3rem 0;
  width: 70%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_news {
    width: 100%;
    padding: 2rem 1rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}
#top_news .top_news_btn {
  position: absolute;
  top: 5rem;
  right: 2rem;
}
#top_news .top_news_btn a {
  text-decoration: none;
  transition: all 0.2s;
}
#top_news .top_news_btn a:hover {
  border-bottom: 1px solid #fff;
  opacity: 0.8;
}
#top_news .top_news_btn a button {
  color: #1B6CB5;
  background-color: #F6F6F6;
  border: 1px solid #1B6CB5;
  border-radius: 0.2rem;
  font-size: 1rem;
  padding: 0.25rem 0.5rem;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_btn a button {
    font-size: 0.8rem;
  }
}
#top_news h1 {
  color: #B5242C;
  text-align: center;
  margin-bottom: 2rem;
}
#top_news .top_news_contents ul {
  list-style: none;
  min-height: 12vw;
}
#top_news .top_news_contents ul a {
  color: #B5242C;
  text-decoration: none;
}
#top_news .top_news_contents ul a li {
  border-bottom: 2px dotted #8E1B22;
  padding-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents ul a li {
    padding-bottom: 2vw;
  }
}
#top_news .top_news_contents ul a li .outline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents ul a li .outline {
    flex-flow: column;
    align-items: flex-start;
  }
}
#top_news .top_news_contents ul a li .outline .date {
  width: 20%;
  padding: 0.25rem;
  color: #1B6CB5;
  margin-right: 2vw;
  font-size: 1vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents ul a li .outline .date {
    margin-right: 0;
    margin-bottom: 2vw;
    font-size: 3vw;
  }
}
#top_news .top_news_contents ul a li .outline .title {
  width: auto;
  color: #8E1B22;
  font-size: 1vw;
  font-size: 600;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #top_news .top_news_contents ul a li .outline .title {
    font-size: 3vw;
  }
}

#greeting {
  margin-top: 6.9rem;
}
@media screen and (max-width: 768px) {
  #greeting {
    margin-top: 4rem;
  }
}
#greeting #bg-greeting {
  display: flex;
  align-items: stretch;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 420px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #greeting #bg-greeting {
    flex-direction: column;
    min-height: 0;
    padding-top: 56vw;
    background-size: 100% auto;
    background-position: top center;
  }
}
#greeting #bg-greeting #text-greeting {
  width: 54%;
  background: #fff;
  padding: 4.4rem 7vw 4.4rem 6vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #greeting #bg-greeting #text-greeting {
    padding: 3rem 4vw;
  }
}
@media screen and (max-width: 768px) {
  #greeting #bg-greeting #text-greeting {
    width: 100%;
    padding: 2.6rem 1.5rem;
  }
}
#greeting #bg-greeting #text-greeting h1 {
  display: inline-block;
  color: #B5242C;
  letter-spacing: 0.12em;
  padding-bottom: 0.9rem;
  border-bottom: 2px solid #1B6CB5;
  margin-bottom: 1.6rem;
}
#greeting #bg-greeting #text-greeting h2 {
  color: #2B2B2B;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 1.1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #greeting #bg-greeting #text-greeting h2 {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  #greeting #bg-greeting #text-greeting h2 {
    font-size: 4.6vw;
  }
}
#greeting #bg-greeting #text-greeting p {
  color: #444;
  font-size: 0.95rem;
  line-height: 2;
}

#top_contents {
  margin-top: 6.9rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #top_contents {
    margin-top: 4rem;
  }
}
#top_contents #top_contents_box {
  width: 100%;
  background: linear-gradient(135deg, #B5242C, #8E1B22);
  padding: 5rem 1.5rem 5.6rem;
  text-align: center;
  position: relative;
  clip-path: polygon(0 0, 100% 4vw, 100% 100%, 0 calc(100% - 4vw));
}
@media screen and (max-width: 768px) {
  #top_contents #top_contents_box {
    padding: 3.5rem 1.2rem;
    clip-path: polygon(0 0, 100% 3vw, 100% 100%, 0 calc(100% - 3vw));
  }
}
#top_contents #top_contents_box h1 {
  color: #fff;
  font-size: clamp(2.2rem, 2.6vw, 3rem);
  letter-spacing: 0.14em;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #top_contents #top_contents_box h1 {
    font-size: 5.6vw;
  }
}
#top_contents #top_contents_box > p {
  color: #fff;
  max-width: 680px;
  margin: 1.6rem auto 0;
  font-size: 0.95rem;
  line-height: 2;
  opacity: 0.95;
}
@media screen and (max-width: 768px) {
  #top_contents #top_contents_box > p {
    text-align: left;
  }
}
#top_contents #top_contents_box .top_contents_img ul {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 2.8rem;
  flex-wrap: wrap;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #top_contents #top_contents_box .top_contents_img ul {
    gap: 1.2rem;
  }
}
#top_contents #top_contents_box .top_contents_img ul li {
  width: 18.75rem;
  height: 12.5rem;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}
@media screen and (max-width: 768px) {
  #top_contents #top_contents_box .top_contents_img ul li {
    width: 100%;
    max-width: 20rem;
  }
}
#top_contents #top_contents_box .top_contents_img ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top_contents #top_contents_box .top_contents_img ul #top_contents_img01 {
  animation: fadeIn 3s ease 2s forwards normal;
  opacity: 0;
}
#top_contents #top_contents_box .top_contents_img ul #top_contents_img02 {
  animation: fadeIn 3s ease 2.5s forwards normal;
  opacity: 0;
}

#flex_contents {
  overflow: hidden;
  margin: 6.9rem auto 0;
}
@media screen and (max-width: 768px) {
  #flex_contents {
    margin-top: 4rem;
  }
}
#flex_contents h1 {
  color: #B5242C;
  text-align: center;
  margin-bottom: 2.5rem;
  letter-spacing: 0.14em;
}
#flex_contents .flex_contents ul#bnr-wrap {
  display: flex;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #flex_contents .flex_contents ul#bnr-wrap {
    flex-flow: column;
  }
}
#flex_contents .flex_contents ul#bnr-wrap li {
  flex: 1;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #flex_contents .flex_contents ul#bnr-wrap li {
    width: 100%;
  }
}
#flex_contents .flex_contents ul#bnr-wrap li a.bnr-link {
  position: relative;
  display: block;
  overflow: hidden;
  height: 21.25rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #flex_contents .flex_contents ul#bnr-wrap li a.bnr-link {
    height: 16rem;
  }
}
@media screen and (max-width: 768px) {
  #flex_contents .flex_contents ul#bnr-wrap li a.bnr-link {
    height: 13.75rem;
  }
}
#flex_contents .flex_contents ul#bnr-wrap li a.bnr-link:hover .bnr-bg {
  transform: scale(1.06);
}
#flex_contents .flex_contents ul#bnr-wrap li a.bnr-link:hover::before {
  background: linear-gradient(180deg, rgba(181, 36, 44, 0.15) 0%, rgba(120, 15, 21, 0.8) 100%);
}
#flex_contents .flex_contents ul#bnr-wrap li a.bnr-link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(120, 15, 21, 0.65) 100%);
  transition: background 0.4s;
}
#flex_contents .flex_contents ul#bnr-wrap li a.bnr-link .bnr-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
#flex_contents .flex_contents ul#bnr-wrap li a.bnr-link h2 {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 4rem;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.14em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}
@media screen and (max-width: 768px) {
  #flex_contents .flex_contents ul#bnr-wrap li a.bnr-link h2 {
    font-size: 5vw;
    bottom: 3.4rem;
  }
}
#flex_contents .flex_contents ul#bnr-wrap li a.bnr-link p {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 1.75rem;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.55);
}

#works .works {
  width: 90%;
  margin: 3rem auto;
}
#works .works .works_text {
  margin-bottom: 2rem;
}
#works .works .works_text p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #works .works .works_text p {
    text-align: left;
  }
}
#works .works .works_contents h2 {
  color: #B5242C;
  border-left: 10px solid #B5242C;
  padding-left: 10px;
  margin-bottom: 2rem;
}
#works .works .works_contents ul {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul {
    flex-flow: column;
  }
}
#works .works .works_contents ul li {
  width: 30%;
  margin: 1%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul li {
    width: 100%;
    margin-bottom: 8vw;
  }
}
#works .works .works_contents ul li .thumb {
  width: 100%;
  height: 20vw;
  margin-bottom: 1vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul li .thumb {
    height: 50vw;
    margin-bottom: 2vw;
  }
}
#works .works .works_contents ul li .thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0);
}
#works .works .works_contents ul li .thumb:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
#works .works .works_contents ul li .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#works .works .works_contents ul li .thumb .search {
  position: absolute;
  top: 4%;
  right: 1%;
  z-index: 10;
}
#works .works .works_contents ul li .thumb .search i {
  transition: all 0.4s;
  font-size: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents ul li .thumb .search i {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul li .thumb .search i {
    font-size: 6vw;
  }
}
#works .works .works_contents ul li .title h4 {
  color: #333;
  font-weight: 600;
  margin-bottom: 0.5vw;
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_contents ul li .title h4 {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul li .title h4 {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#works .works .works_contents ul li .text p {
  color: #333;
  font-size: 1vw;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents ul li .text p {
    font-size: 3.3vw;
  }
}
#works .works .works_contents .ba li {
  width: 45%;
  padding: 1vw;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents .ba li {
    width: 100%;
    padding: 3vw;
    margin-bottom: 8vw;
  }
}
#works .works .works_contents .ba li .thumb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 15vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents .ba li .thumb {
    height: 35vw;
  }
}
#works .works .works_contents .ba li .thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0% !important;
  height: 0% !important;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0);
}
#works .works .works_contents .ba li .thumb:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
#works .works .works_contents .ba li .thumb .img-before {
  width: 40%;
  position: relative;
}
#works .works .works_contents .ba li .thumb .img-before::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0);
}
#works .works .works_contents .ba li .thumb .img-before:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
#works .works .works_contents .ba li .thumb .img-before img {
  width: 100%;
}
#works .works .works_contents .ba li .thumb .img-after {
  width: 50%;
  position: relative;
}
#works .works .works_contents .ba li .thumb .img-after::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0);
}
#works .works .works_contents .ba li .thumb .img-after:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
#works .works .works_contents .ba li .thumb .img-after img {
  width: 100%;
}
#works .works .works_contents .ba li .thumb p {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
}
#works .works .works_contents .ba li .thumb p i {
  font-size: 3vw;
}
@media screen and (max-width: 768px) {
  #works .works .works_contents .ba li .thumb p i {
    font-size: 6vw;
  }
}

#modal-container {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
#modal-container > div {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
#modal-container > div > img {
  width: auto;
  height: auto;
}
@media screen and (max-width: 768px) {
  #modal-container > div > img {
    width: 300px;
    height: 180px;
  }
}
#modal-container .close {
  position: absolute;
  top: 20%;
  right: 20%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #modal-container .close {
    top: 32%;
    right: 22%;
  }
}
@media screen and (max-width: 768px) {
  #modal-container .close {
    top: 33%;
    right: 15%;
  }
}
#modal-container .close span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  width: 50px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #modal-container .close span:first-child {
    width: 25px;
  }
}
#modal-container .close span:last-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
  width: 50px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #modal-container .close span:last-child {
    width: 25px;
  }
}

img.popup {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

#service .service {
  margin-bottom: 2rem;
}
#service .service .service_contents {
  max-width: 1080px;
  margin: 3.75rem auto 0;
  padding: 0 1.5rem;
}
#service .service .service_contents ul {
  list-style: none;
}
#service .service .service_contents ul li {
  margin-top: 3.4rem;
}
#service .service .service_contents ul li:first-child {
  margin-top: 0;
}
#service .service .service_contents ul li.reverse .contents_box {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li.reverse .contents_box {
    flex-direction: column;
  }
}
#service .service .service_contents ul li .contents_box {
  display: flex;
  align-items: stretch;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li .contents_box {
    flex-direction: column;
  }
}
#service .service .service_contents ul li .contents_box .list_writing {
  width: 52%;
  padding: 3rem 2.75rem;
  background: linear-gradient(150deg, #B5242C, #8E1B22);
  color: #fff;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li .contents_box .list_writing {
    width: 100%;
    padding: 8vw 6vw;
  }
}
#service .service .service_contents ul li .contents_box .list_writing .num {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.3em;
  opacity: 0.7;
  margin-bottom: 0.5rem;
}
#service .service .service_contents ul li .contents_box .list_writing h2 {
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li .contents_box .list_writing h2 {
    font-size: 5vw;
  }
}
#service .service .service_contents ul li .contents_box .list_writing p {
  color: #fff;
  margin-top: 1.1rem;
  font-size: 0.9rem;
  line-height: 1.9;
  opacity: 0.96;
}
#service .service .service_contents ul li .contents_box .list_image {
  width: 48%;
  min-height: 280px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li .contents_box .list_image {
    width: 100%;
    min-height: 210px;
  }
}
#service .service .service_contents ul li .contents_box .list_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

#company #philosophy {
  max-width: 760px;
  margin: 4.4rem auto 0;
  padding: 2.9rem 2.5rem;
  text-align: center;
  background: #FBEDEE;
  border-left: 4px solid #B5242C;
  border-right: 4px solid #B5242C;
}
@media screen and (max-width: 768px) {
  #company #philosophy {
    margin: 3rem 1rem 0;
    padding: 2rem 1.5rem;
  }
}
#company #philosophy h2 {
  color: #B5242C;
  font-size: 1.3rem;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  #company #philosophy h2 {
    font-size: 5vw;
  }
}
#company #philosophy p {
  margin-top: 1.1rem;
  font-size: 0.95rem;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  #company #philosophy p {
    text-align: left;
  }
}
#company .company {
  max-width: 860px;
  margin: 4.4rem auto 0;
  padding: 0 1.5rem;
}
@media screen and (max-width: 768px) {
  #company .company {
    margin-top: 3rem;
  }
}
#company .company .company_contents {
  margin-bottom: 2rem;
}
#company .company .company_contents h3 {
  color: #B5242C;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #1B6CB5;
}
@media screen and (max-width: 768px) {
  #company .company .company_contents h3 {
    font-size: 4.6vw;
  }
}
#company .company .company_contents h3 i {
  margin-right: 0.6rem;
}
#company .company .company_contents table {
  width: 100%;
  margin-top: 0.5rem;
  border-collapse: collapse;
  font-size: 0.9rem;
}
#company .company .company_contents table th {
  width: 200px;
  text-align: left;
  font-weight: 600;
  padding: 1.1rem 1rem;
  border-bottom: 1px solid #E3E3E3;
  color: #8E1B22;
  vertical-align: top;
  background: rgba(181, 36, 44, 0.04);
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table th {
    width: 7rem;
    padding: 0.8rem 0.6rem;
    font-size: 0.8rem;
  }
}
#company .company .company_contents table td {
  padding: 1.1rem 1rem;
  border-bottom: 1px solid #E3E3E3;
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table td {
    padding: 0.8rem 0.6rem;
    font-size: 0.82rem;
  }
}
#company .company .company_contents .map {
  height: 340px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  #company .company .company_contents .map {
    height: 260px;
    margin-top: 2.5rem;
  }
}
#company .company .company_contents .map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

#sales {
  padding: 5vw;
}
#sales .sales h3 {
  font-size: 1.6vw;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales h3 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales h3 {
    font-size: 6vw;
  }
}
#sales .sales h3 i {
  margin-right: 0.5rem;
  color: #1B6CB5;
}
#sales .sales ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #sales .sales ul {
    flex-flow: column;
  }
}
#sales .sales ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 45%;
  margin-bottom: 2vw;
  padding-bottom: 1vw;
  border-bottom: 1px solid #2B2B2B;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales ul li {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales ul li {
    width: 100%;
  }
}
#sales .sales ul li .sales_name {
  width: 40%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales ul li .sales_name h4 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales ul li .sales_name h4 {
    font-size: 3.3vw;
  }
}
#sales .sales ul li .sales_contents {
  width: 60%;
}
#sales .sales ul li .sales_contents p {
  margin-bottom: 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales ul li .sales_contents .tel {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales ul li .sales_contents .tel {
    font-size: 3.3vw;
  }
}
#sales .sales ul li .sales_contents .tel i {
  margin-right: 0.25rem;
}

#history {
  background: #FBEDEE;
  padding: 5vw;
}
#history .history h3 {
  font-size: 1.6vw;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #history .history h3 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #history .history h3 {
    font-size: 6vw;
  }
}
#history .history h3 i {
  margin-right: 0.5rem;
  color: #1B6CB5;
}
#history .history #history_text {
  padding: 2.5vw;
  width: 45vw;
  margin: auto;
  margin-bottom: 2rem;
  min-width: 500px;
  background: rgba(181, 36, 44, 0.05);
  border: 1px solid rgba(181, 36, 44, 0.3);
}
#history .history #history_text p {
  color: #333;
}
#history .history table {
  width: 100%;
}
#history .history table tr {
  margin-bottom: 2vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #2B2B2B;
}
@media screen and (max-width: 768px) {
  #history .history table tr {
    width: 100%;
    margin-bottom: 6vw;
  }
}
#history .history table tr th, #history .history table tr td {
  padding: 1.5rem 0.5rem 0.5rem;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #history .history table tr th, #history .history table tr td {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #history .history table tr th, #history .history table tr td {
    font-size: 3.3vw;
  }
}
#history .history table tr th {
  width: 30%;
}
#history .history table tr td {
  width: 70%;
}

#policy {
  width: 85%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #policy {
    width: 90%;
  }
}
#policy h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #policy h2 {
    font-size: 15px;
  }
}
#policy p {
  font-size: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #policy p {
    font-size: 10px;
  }
}

#recruit {
  margin-bottom: 8vw;
}
#recruit .recruit .recruit_text {
  margin-bottom: 8vw;
}
#recruit .recruit .recruit_text p {
  line-height: 3vw;
  font-size: 1.2vw;
}
#recruit .recruit .recruit_contents {
  width: 90%;
  margin: auto;
  margin-bottom: 8vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents {
    flex-flow: column;
  }
}
#recruit .recruit .recruit_contents .recruit_content {
  background: rgb(255, 255, 255);
  border: 1px solid #B5242C;
  border-radius: 10px;
  width: 48%;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content {
    width: 95%;
    margin: 2rem auto;
  }
}
#recruit .recruit .recruit_contents .recruit_content h2 {
  font-size: 130%;
  color: #fff;
  background: rgba(181, 36, 44, 0.8);
  padding: 0.5rem;
}
#recruit .recruit .recruit_contents .recruit_content div {
  width: 100%;
}
#recruit .recruit .recruit_contents .recruit_content div dl {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 43, 84, 0.3);
  padding: 1.5rem 0.8rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content div dl {
    flex-flow: column;
  }
}
#recruit .recruit .recruit_contents .recruit_content div dl dt, #recruit .recruit .recruit_contents .recruit_content div dl dd {
  color: #333;
  padding: 0.25rem;
}
#recruit .recruit .recruit_contents .recruit_content div dl dt {
  width: 30%;
  font-weight: 600;
  text-align: right;
  padding: 0.25rem 0.5rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content div dl dt {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
#recruit .recruit .recruit_contents .recruit_content div dl dd {
  width: 70%;
  padding: 0.25rem 1rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content div dl dd {
    width: 100%;
  }
}
#recruit .recruit_btn {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_btn {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_btn {
    width: 95%;
  }
}
#recruit .recruit_btn a {
  text-decoration: none;
}
#recruit .recruit_btn a button {
  width: 100%;
  color: #fff;
  font-size: 120%;
  background-color: #B5242C;
  border: 1px solid #B5242C;
  padding: 0.5rem;
  transition: all 0.4s;
  border: none;
  border-radius: 10px;
}
#recruit .recruit_btn a button:hover {
  opacity: 0.7;
}

#recruit_form .recruit_form {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form {
    width: 95%;
  }
}
#recruit_form .recruit_form .recruit_form_text {
  margin-bottom: 2rem;
}
#recruit_form .recruit_form .recruit_form_text p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form .recruit_form_text p {
    text-align: left;
  }
}
#recruit_form .recruit_form form {
  width: 100%;
  margin-bottom: 8vw;
}
#recruit_form .recruit_form form table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: collapse;
  border-top: 1px solid #333;
}
#recruit_form .recruit_form form table tr {
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr {
    display: flex;
    flex-flow: column;
  }
}
#recruit_form .recruit_form form table tr th, #recruit_form .recruit_form form table tr td {
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr th, #recruit_form .recruit_form form table tr td {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr th, #recruit_form .recruit_form form table tr td {
    font-size: 3.3vw;
  }
}
#recruit_form .recruit_form form table tr th {
  padding: 40px 0;
  width: 35%;
  text-align: end;
  padding-right: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr th {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr th {
    width: 100%;
    border-bottom: none;
    text-align: start;
    padding: 10px 0;
    padding-top: 20px;
    padding-left: 0px;
  }
}
#recruit_form .recruit_form form table tr th .red {
  color: #fff;
  padding: 10px;
  background-color: red;
  margin-left: 20px;
}
#recruit_form .recruit_form form table tr th .blue {
  color: #fff;
  padding: 10px;
  background-color: blue;
  margin-left: 20px;
}
#recruit_form .recruit_form form table tr td {
  padding: 40px 0;
  width: 65%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td {
    width: 100%;
    padding: 10px 0;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
#recruit_form .recruit_form form table tr td .mushroom input {
  width: 1vw;
  height: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td .mushroom input {
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td .mushroom input {
    width: 4vw;
    height: 4vw;
  }
}
#recruit_form .recruit_form form table tr td .number {
  margin-top: 2vw;
}
#recruit_form .recruit_form form table tr td input {
  width: 80%;
  height: 50px;
  padding-left: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td input {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td input {
    width: 100%;
  }
}
#recruit_form .recruit_form form table tr td textarea {
  width: 80%;
  height: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr td textarea {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr td textarea {
    width: 100%;
  }
}
#recruit_form .recruit_form form table tr.tel-number td input {
  width: 20% !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr.tel-number td input {
    width: 25% !important;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr.tel-number td input {
    width: 29% !important;
  }
}
#recruit_form .recruit_form form table tr:first-child td,
#recruit_form .recruit_form form table tr:last-child td {
  display: flex;
  width: 100%;
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field,
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
  width: 35%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr:first-child td .mwform-radio-field,
  #recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr:first-child td .mwform-radio-field,
  #recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
    width: 45%;
  }
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field label,
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field label {
  display: flex;
  height: 20px;
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field input,
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field input {
  width: 10%;
  height: 100%;
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field .mwform-radio-field-text,
#recruit_form .recruit_form form table tr:last-child td .mwform-radio-field .mwform-radio-field-text {
  display: inline-block;
  height: 100%;
}
#recruit_form .recruit_form form table tr:nth-child(5) th span {
  background-color: #1B6CB5;
}
#recruit_form .recruit_form form table tr:nth-child(5) td input {
  width: 20% !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr:nth-child(5) td input {
    width: 25% !important;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr:nth-child(5) td input {
    width: 29% !important;
  }
}
#recruit_form .recruit_form form .agree {
  text-align: center;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .agree {
    margin: 10px 0;
  }
}
#recruit_form .recruit_form form .submit {
  text-align: center;
}
#recruit_form .recruit_form form .submit input {
  padding: 20px 180px;
  font-size: 18px;
  border: none;
  background: #B5242C;
  color: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .submit input {
    padding: 10px 90px;
  }
}
#recruit_form .recruit_form form .submit input:hover {
  opacity: 0.7;
}
#recruit_form .recruit_form form .submit input[name=submitBack] {
  padding: 20px 90px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .submit input[name=submitBack] {
    padding: 10px 45px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}
#recruit_form .recruit_form form .submit input[name=confirm] {
  padding: 20px 90px;
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form .submit input[name=confirm] {
    padding: 10px 45px;
    margin-bottom: 20px;
    font-size: 12.5px;
  }
}

#news .news .news_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents {
    width: 95%;
  }
}
#news .news .news_contents p {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents p {
    margin-bottom: 8vw;
  }
}
#news .news .news_contents ul {
  width: 70%;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul {
    width: 100%;
  }
}
#news .news .news_contents ul a {
  display: block;
  text-decoration: none;
  margin-bottom: 2vw;
}
#news .news .news_contents ul a li {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  border-bottom: 1px dotted #333;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a li {
    flex-flow: column;
  }
}
#news .news .news_contents ul a .date {
  color: #1B6CB5;
  font-size: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a .date {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .date {
    font-size: 2.5vw;
    width: 20%;
  }
}
#news .news .news_contents ul a .outline {
  margin-left: 3vw;
}
#news .news .news_contents ul a .outline .sp_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.25rem;
}
#news .news .news_contents ul a .outline .sp_title .title {
  margin-right: 1vw;
  font-size: 1.2vw;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a .outline .sp_title .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline .sp_title .title {
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline .sp_title i {
    font-size: 3vw;
  }
}
#news .news .news_contents ul a .outline .descn p {
  font-size: 1vw;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news .news .news_contents ul a .outline .descn p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline .descn p {
    font-size: 2.5vw;
  }
}

.navigation {
  margin-top: 4vw;
  margin-bottom: 2vw;
  text-align: center;
}
.navigation .current {
  border: none;
}
.navigation a {
  border: none;
  color: #2B2B2B;
}

.wp-pagenavi a, .wp-pagenavi span {
  border: none !important;
  margin-left: 20px !important;
}

#news_single .news_single {
  margin-bottom: 4vw;
}
#news_single .news_single .news_contents {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents {
    width: 95%;
  }
}
#news_single .news_single .news_contents h4 {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents h4 {
    margin-bottom: 8vw;
  }
}
#news_single .news_single .news_contents ul {
  width: 70%;
  list-style: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul {
    width: 100%;
  }
}
#news_single .news_single .news_contents ul li {
  display: block;
  text-decoration: none;
  margin-bottom: 2vw;
}
#news_single .news_single .news_contents ul li .outline .date {
  color: #1B6CB5;
  font-size: 0.8vw;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .date {
    font-size: 1.2vw;
    margin-bottom: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .date {
    font-size: 2.5vw;
    margin-bottom: 2.5vw;
  }
}
#news_single .news_single .news_contents ul li .outline .sp_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5vw;
  border-bottom: 1px solid #1B6CB5;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .sp_title {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .sp_title {
    margin-bottom: 4vw;
  }
}
#news_single .news_single .news_contents ul li .outline .sp_title .title {
  margin-right: 1vw;
  font-size: 1.4vw;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .sp_title .title {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .sp_title .title {
    font-size: 3.3vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .sp_title i {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .sp_title i {
    font-size: 3vw;
  }
}
#news_single .news_single .news_contents ul li .outline .descn p {
  color: #333;
  font-size: 1vw;
  line-height: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #news_single .news_single .news_contents ul li .outline .descn p {
    font-size: 1.2vw;
    line-height: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #news_single .news_single .news_contents ul li .outline .descn p {
    font-size: 2.5vw;
    line-height: 4vw;
  }
}

#contact .contact {
  width: 80%;
  margin: auto;
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact {
    width: 95%;
  }
}
#contact .contact .contact_text {
  margin-bottom: 8vw;
}
#contact .contact .contact_text p {
  line-height: 3vw;
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_text p {
    font-size: 1.4vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_text p {
    font-size: 3.3vw;
    line-height: 6vw;
  }
}
#contact .contact .contact-tel-box {
  margin: 2rem auto 3rem;
  padding: 2.4rem;
  text-align: center;
  background: #FBEDEE;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact-tel-box {
    padding: 6vw 4vw;
  }
}
#contact .contact .contact-tel-box .tel {
  font-size: 1.9rem;
  font-weight: 700;
  color: #B5242C;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact-tel-box .tel {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact-tel-box .tel {
    font-size: 6.4vw;
  }
}
#contact .contact .contact-tel-box .tel a {
  color: #B5242C;
  text-decoration: none;
}
#contact .contact .contact-tel-box .tel i {
  margin-right: 0.5rem;
  font-size: 0.8em;
}
#contact .contact .contact-tel-box p {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  #contact .contact .contact-tel-box p {
    font-size: 3vw;
  }
}
#contact .contact .form {
  width: 100%;
  margin-bottom: 8vw;
}
#contact .contact .form .wpcf7 {
  color: #333;
  background-color: #fff;
  border: 1px solid #E3E3E3;
  border-top: 3px solid #1B6CB5;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
  padding: 5rem;
  border-radius: 10px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contact .contact .form .wpcf7 {
    padding: 2rem 1.5rem;
  }
}
#contact .contact .form .wpcf7 label {
  display: block;
  margin-bottom: 2rem;
  font-size: 100%;
  font-weight: 600;
  color: #333333;
}
#contact .contact .form .wpcf7 label .red {
  background-color: #B5242C;
  color: #fff;
  padding: 2px 9px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 75%;
  letter-spacing: 0.08em;
}
#contact .contact .form .wpcf7 label .blue {
  background-color: #1B6CB5;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}
#contact .contact .form .wpcf7 label .wpcf7-form-control-wrap input {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
}
#contact .contact .form .wpcf7 label textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  height: 250px;
  resize: vertical;
}
#contact .contact .form .wpcf7 label.policy {
  text-align: center;
}
#contact .contact .form .wpcf7 label.policy input {
  width: auto;
}
#contact .contact .form .wpcf7 .wpcf7 input[type=url], #contact .contact .form .wpcf7 .wpcf7 input[type=email], #contact .contact .form .wpcf7 .wpcf7 input[type=tel] {
  padding: 2rem;
  margin-bottom: 2rem;
  height: 20px;
}
#contact .contact .form .wpcf7 input:focus, #contact .contact .form .wpcf7 textarea:focus {
  outline: 2px solid #1B6CB5;
  outline-offset: 1px;
  background-color: #fff;
}
#contact .contact .form .wpcf7 input[type=submit] {
  color: #fff;
  background-color: #B5242C;
  cursor: pointer;
  transition: 0.3s;
  border: none;
  width: 80%;
  margin: 1rem 10% 0;
  font-size: 110%;
  font-weight: 600;
  letter-spacing: 0.14em;
  padding: 1rem;
  border-radius: 40px;
  box-shadow: 0 6px 18px rgba(181, 36, 44, 0.35);
}
#contact .contact .form .wpcf7 input[type=submit]:hover {
  background-color: #8E1B22;
  transform: translateY(-2px);
}
#contact .contact .form .wpcf7 .wpcf7-response-output {
  font-size: 160%;
  text-align: center;
  padding: 1rem;
  color: #333;
  font-weight: 600;
}
#contact .contact .form .wpcf7 .wpcf7-form-control {
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}
#contact .contact .form .thanks {
  text-align: center;
  font-size: 140%;
}
@media screen and (max-width: 768px) {
  #contact .contact .form .thanks {
    text-align: left;
    font-size: 100%;
  }
}

#flow .flow {
  max-width: 780px;
  margin: 4rem auto;
  padding: 0 24px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #flow .flow {
    margin: 2rem auto 3rem;
    padding: 0 5vw;
  }
}
#flow .flow li {
  position: relative;
  padding: 0 0 46px 92px;
}
@media screen and (max-width: 768px) {
  #flow .flow li {
    padding: 0 0 8vw 18vw;
  }
}
#flow .flow li::before {
  content: "";
  position: absolute;
  left: 31px;
  top: 8px;
  bottom: -8px;
  width: 2px;
  background: rgba(27, 108, 181, 0.45);
}
@media screen and (max-width: 768px) {
  #flow .flow li::before {
    left: 8vw;
  }
}
#flow .flow li:last-child::before {
  display: none;
}
#flow .flow li .step {
  position: absolute;
  left: 0;
  top: 0;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #B5242C;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 14px rgba(181, 36, 44, 0.35);
}
@media screen and (max-width: 768px) {
  #flow .flow li .step {
    width: 16vw;
    height: 16vw;
  }
}
#flow .flow li .step small {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  opacity: 0.85;
}
@media screen and (max-width: 768px) {
  #flow .flow li .step small {
    font-size: 2.6vw;
  }
}
#flow .flow li .step b {
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #flow .flow li .step b {
    font-size: 5vw;
  }
}
#flow .flow li h3 {
  color: #8E1B22;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  #flow .flow li h3 {
    font-size: 4.4vw;
  }
}
#flow .flow li p {
  margin-top: 8px;
  color: #555;
  line-height: 1.9;
}

#faq .faq {
  max-width: 780px;
  margin: 4rem auto;
  padding: 0 24px;
}
@media screen and (max-width: 768px) {
  #faq .faq {
    margin: 2rem auto 3rem;
    padding: 0 5vw;
  }
}
#faq .faq dl {
  margin-bottom: 1.5rem;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}
#faq .faq dl dt {
  display: flex;
  gap: 16px;
  padding: 20px 24px;
  background: #FBEDEE;
  font-weight: 600;
  font-size: 1.05rem;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  #faq .faq dl dt {
    padding: 4vw;
    font-size: 3.8vw;
    gap: 3vw;
  }
}
#faq .faq dl dt::before {
  content: "Q";
  font-family: "Jost", sans-serif;
  color: #B5242C;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #faq .faq dl dt::before {
    font-size: 5vw;
  }
}
#faq .faq dl dd {
  display: flex;
  gap: 16px;
  padding: 20px 24px;
  font-size: 0.95rem;
  color: #555;
  align-items: baseline;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  #faq .faq dl dd {
    padding: 4vw;
    font-size: 3.4vw;
    gap: 3vw;
  }
}
#faq .faq dl dd::before {
  content: "A";
  font-family: "Jost", sans-serif;
  color: #1B6CB5;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #faq .faq dl dd::before {
    font-size: 5vw;
  }
}

#footer_contact {
  margin-top: 7.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #footer_contact {
    margin-top: 4rem;
  }
}
#footer_contact .footer_contact {
  position: relative;
  background-size: cover;
  background-position: center;
}
#footer_contact .footer_contact .footer_contact_contents {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(2px);
  padding: 4.6rem 1.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact .footer_contact_contents {
    padding: 3rem 1.2rem;
  }
}
#footer_contact .footer_contact .footer_contact_contents .headline h1 {
  color: #B5242C;
  letter-spacing: 0.16em;
}
#footer_contact .footer_contact .footer_contact_contents .footer_contact_content {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2.25rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact .footer_contact_contents .footer_contact_content {
    gap: 1.5rem;
    flex-flow: column;
    align-items: center;
  }
}
#footer_contact .footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel a {
  text-decoration: none;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel a {
    pointer-events: auto;
  }
}
#footer_contact .footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel a button {
  font-size: 1.5rem;
  font-weight: 700;
  color: #B5242C;
  background: none;
  border: none;
  cursor: pointer;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel a button {
    font-size: 6.4vw;
  }
}
#footer_contact .footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel a button i {
  margin-right: 0.6rem;
  font-size: 0.85em;
}
#footer_contact .footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel ul {
  list-style: none;
  margin-top: 0.6rem;
}
#footer_contact .footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel ul li {
  font-size: 0.8rem;
  color: #555;
}
#footer_contact .footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form a {
  text-decoration: none;
}
#footer_contact .footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form a button {
  font-size: 0.97rem;
  color: #fff;
  background: #B5242C;
  border: none;
  cursor: pointer;
  padding: 1rem 2.6rem;
  border-radius: 40px;
  letter-spacing: 0.1em;
  box-shadow: 0 6px 18px rgba(181, 36, 44, 0.35);
  transition: 0.3s;
}
#footer_contact .footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form a button i {
  margin-right: 0.6rem;
}
#footer_contact .footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form a button:hover {
  background: #8E1B22;
  transform: translateY(-2px);
}

footer {
  padding-top: 3rem;
  background-color: #8E1B22;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 8vw;
  }
}
footer .footer_menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 1.8rem;
  margin: auto;
  list-style: none;
}
@media screen and (max-width: 768px) {
  footer .footer_menu ul {
    width: 95%;
    gap: 0.5rem 1rem;
  }
}
footer .footer_menu ul li {
  flex: 0 0 auto;
  font-size: 0.85rem;
}
footer .footer_menu ul li a {
  color: #ffffff;
  opacity: 0.9;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
footer .footer_menu ul li a:hover {
  opacity: 1;
  border-color: #fff;
}
footer .footer_menu ul li a i {
  margin-right: 0.4rem;
}
footer .footer_menu ul li .new_twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
}
footer .footer_menu ul li .sns-link {
  text-decoration: none;
}
footer .footer_logo_eria {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  color: #ffffff;
  margin: 2.4rem auto 0;
}
@media screen and (max-width: 768px) {
  footer .footer_logo_eria {
    gap: 1rem;
  }
}
footer .footer_logo_eria .footer_logo_img img {
  width: 200px;
  max-width: 60vw;
}
footer .footer_logo_eria .footer_logo_info ul {
  list-style: none;
  font-size: 0.82rem;
  opacity: 0.92;
}
@media screen and (max-width: 768px) {
  footer .footer_logo_eria .footer_logo_info ul {
    text-align: center;
    margin-top: 0.5rem;
  }
}
footer .footer_logo_eria .footer_logo_info ul li i {
  margin-right: 0.4rem;
}
footer .copyright {
  margin-top: 2.5rem;
  padding: 1rem;
  text-align: center;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  opacity: 0.85;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding-bottom: 18vw;
  }
}
footer .copyright div p {
  color: #fff;
}
