@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-size: 100%;
}

body {
  color: #fff;
  background-color: #3d3d3d;
  font-family: "Noto Serif JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, MotoyaLCedar, sans-serif;
}

@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 {
  width: 1200px;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wide {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .wide {
    width: 350px;
  }
}

a, th, td {
  font-size: 1.1vw;
}

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

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

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

p {
  font-size: 1.1vw;
  line-height: 1.8;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  p {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 4vw;
  }
}

h1 {
  font-size: 3.3vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 8vw;
  }
}

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

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

h4 {
  font-size: 1.6vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  h4 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 4.5vw;
  }
}

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

#lower {
  position: relative;
  margin-bottom: 3rem;
}
#lower .lower {
  width: 100%;
  height: 30vw;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower {
    height: 40vw;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower {
    height: 50vw;
  }
}
#lower .lower .lower_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#lower .lower_contents {
  position: absolute;
  top: 50%;
  left: 3%;
  display: inline-block;
}
#lower .lower_contents .headline {
  color: #3d3d3d;
  font-size: 2.5vw;
  letter-spacing: 0.4vw;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #lower .lower_contents .headline {
    font-size: 5.5vw;
  }
}
#lower .lower_contents p {
  font-family: "Cinzel", serif;
  color: #3d3d3d;
  font-size: 2vw;
  text-align: center;
}

.lower_headline {
  padding: 0.5vw 0;
  padding-left: 2vw;
  margin-bottom: 2vw;
  position: relative;
  color: #fff;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lower_headline {
    padding: 1vw 0;
    padding-left: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .lower_headline {
    padding: 2vw 0;
    padding-left: 2vw;
    font-size: 5vw;
  }
}
.lower_headline::before {
  position: absolute;
  content: "";
  width: 0.7vw;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4a90d9;
}

.back-to-top {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 5%;
  bottom: 5%;
  color: #fff;
  background-color: #4a90d9;
  padding: 0.5rem 1rem;
  font-size: 2vw;
  display: inline-block;
  text-decoration: none;
  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);
}
@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;
  }
}
.topBtnSp {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  color: #333;
  background-color: #fff;
  padding: 1rem;
  font-size: 3vw;
  width: 100% !important;
  text-decoration: none;
  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: 70px;
  height: 70px;
  border-radius: 50px;
  z-index: -1;
}

.grecaptcha-badge {
  z-index: 99999 !important;
}

.loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #3d3d3d;
  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 .loadinglogo {
  animation: 0.5s flashing infinite;
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .loading .loadinglogo {
    width: 80%;
  }
}
.loading .loadinglogo img {
  width: 100%;
}

.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: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
header #header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2vw;
}
@media screen and (max-width: 768px) {
  header #header_pc {
    display: none;
  }
}
header #header_pc .header_logo {
  width: 20%;
  padding-top: 2vw;
}
header #header_pc .header_logo img {
  width: 100%;
}
header #header_pc .header_menu {
  width: 60%;
}
header #header_pc .header_menu ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
header #header_pc .header_menu ul li {
  height: 100%;
}
header #header_pc .header_menu ul li a {
  display: block;
  height: 100%;
  text-decoration: none;
  font-size: 1vw;
  color: #fff;
  position: relative;
  padding: 0 1vw 0.5vw;
  padding-top: 2vw;
  transition: all 0.4s;
}
header #header_pc .header_menu ul li a:hover {
  color: #4a90d9;
}
header #header_pc .header_menu ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #4a90d9;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}
header #header_pc .header_menu ul li a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
header #header_pc .header_menu ul li a.current {
  color: #4a90d9;
}
header #header_pc .header_menu ul li .new_twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
}
@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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4vw;
  height: 60px;
}
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%;
  background: rgba(33, 33, 33, 0.9);
}
header #header_sp .header_sp_bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: auto;
  list-style: none;
}
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;
  margin-top: 2vw;
  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: 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  position: relative;
}

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

.hamburger p {
  position: absolute;
  top: 35px;
  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;
  transform: rotate(-45deg);
}

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

/* 旧テーマの SP メニュー指定（nav.globalMenuSp .ul 構造）は redesign 層（.globalMenuSp）に置き換え済みのため削除 */

#top_main {
  overflow: hidden;
}
#top_main .top_main {
  width: 100vw;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_main .top_main {
    height: 100vw;
  }
}
#top_main .top_main .top_main_title {
  position: absolute;
  text-align: center;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 2px #333;
}
@media screen and (max-width: 768px) {
  #top_main .top_main .top_main_title {
    width: 80%;
  }
}
#top_main .top_main .top_main_title #top_text01 {
  color: #fff;
  font-size: 3vw;
  animation: fadeIn 3s ease 2s forwards normal;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top_main .top_main .top_main_title #top_text01 {
    font-size: 6vw;
  }
}
#top_main .top_main .top_main_title #top_text02 {
  color: #fff;
  padding-top: 1vw;
  font-size: 1.3vw;
  animation: fadeIn 3s ease 4s forwards normal;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top_main .top_main .top_main_title #top_text02 {
    font-size: 3vw;
  }
}
#top_main .top_main .slider {
  width: 100%;
  height: 100%;
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  position: relative;
}
#top_main .top_main .slider::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  top: 0;
  left: 0;
}
#top_main .top_main .slider .slick-list {
  width: 100%;
  height: 100%;
}
#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%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

#top_news {
  background-color: #f7f7f7;
  overflow: hidden;
}
#top_news .top_news {
  width: 80%;
  margin: auto;
  padding: 2vw 0;
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_news .top_news {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #top_news .top_news {
    width: 95%;
    padding: 8vw 0;
  }
}
#top_news .top_news .top_news_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_flex {
    margin-bottom: 8vw;
  }
}
#top_news .top_news .top_news_flex .top_headline {
  color: #4a90d9;
}
#top_news .top_news .top_news_flex .top_headline h2 {
  font-family: "Cinzel", serif;
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_flex .top_headline h2 {
    font-size: 8vw;
    margin-bottom: 1vw;
  }
}
#top_news .top_news .top_news_flex .top_headline p {
  text-align: center;
}
#top_news .top_news .top_news_flex .top_news_btn a {
  text-decoration: none;
  transition: all 0.2s;
}
#top_news .top_news .top_news_flex .top_news_btn a:hover {
  border-bottom: 1px solid #333;
  opacity: 0.8;
}
#top_news .top_news .top_news_flex .top_news_btn a button {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: #333;
  letter-spacing: 0.2vw;
  cursor: pointer;
}
#top_news .top_news .top_news_flex .top_news_btn a button i {
  margin-left: 0.25rem;
}
#top_news .top_news .top_news_contents ul {
  list-style: none;
}
#top_news .top_news .top_news_contents ul a {
  text-decoration: none;
}
#top_news .top_news .top_news_contents ul a li {
  border-bottom: 2px dotted #333;
  padding-bottom: 1vw;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a li {
    padding-bottom: 2vw;
  }
}
#top_news .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 .top_news_contents ul a li .outline {
    flex-flow: column;
    align-items: flex-start;
  }
}
#top_news .top_news .top_news_contents ul a li .outline .date {
  padding: 0.5vw;
  color: #fff;
  background-color: #bf0707;
  margin-right: 2vw;
  font-size: 0.8vw;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a li .outline .date {
    margin-right: 0;
    margin-bottom: 2vw;
    font-size: 3vw;
  }
}
#top_news .top_news .top_news_contents ul a li .outline .title {
  color: #333;
  font-size: 1.2vw;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  #top_news .top_news .top_news_contents ul a li .outline .title {
    font-size: 3vw;
  }
}

#top_contents {
  overflow: hidden;
}
#top_contents .top_contents {
  position: relative;
  padding: 5rem 0;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
#top_contents .top_contents:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 5;
}
#top_contents .top_contents .contents {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  padding: 4vw 0;
  z-index: 10;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_contents .contents {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents {
    width: 100%;
    flex-flow: column;
  }
}
#top_contents .top_contents .contents .contents_image {
  width: 50%;
  height: 40vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_contents .contents .contents_image {
    width: 50%;
    height: 50vw;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents .contents_image {
    width: 100%;
    height: 70vw;
  }
}
#top_contents .top_contents .contents .contents_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_contents .top_contents .contents .contents_writing {
  position: relative;
  width: 42.5vw;
  padding: 2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #top_contents .top_contents .contents .contents_writing {
    padding: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents .contents_writing {
    width: 100%;
    padding: 3rem 2rem;
  }
}
#top_contents .top_contents .contents .contents_writing .headline {
  position: relative;
  margin-bottom: 2vw;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents .contents_writing .headline {
    margin-bottom: 8vw;
  }
}
#top_contents .top_contents .contents .contents_writing .headline::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #333;
  bottom: 0%;
  left: 0;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents .contents_writing .headline::after {
    bottom: -10%;
  }
}
#top_contents .top_contents .contents .contents_writing .headline h2 {
  font-family: "Cinzel", serif;
  color: #333;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents .contents_writing .headline h2 {
    width: 100%;
  }
}
#top_contents .top_contents .contents .contents_writing .headline h3 {
  color: #ed9a00;
  padding: 0 1vw;
  font-size: 1.3vw;
}
@media screen and (max-width: 768px) {
  #top_contents .top_contents .contents .contents_writing .headline h3 {
    font-size: 3.5vw;
  }
}
#top_contents .top_contents .contents .contents_writing .text p {
  color: #333;
}

#contents_divide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  filter: grayscale(80%);
  height: 40vw;
}
@media screen and (max-width: 768px) {
  #contents_divide {
    height: 60vw;
    background-attachment: scroll;
  }
}

#bottom_contents {
  overflow: hidden;
  background: linear-gradient(#747474, #3d3d3d);
}
#bottom_contents .bottom_contents {
  padding: 5rem 0;
}
#bottom_contents .bottom_contents .contents {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  padding: 4vw 0;
  z-index: 10;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #bottom_contents .bottom_contents .contents {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #bottom_contents .bottom_contents .contents {
    width: 100%;
    flex-flow: column;
  }
}
#bottom_contents .bottom_contents .contents .contents_image {
  width: 50%;
  height: 40vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #bottom_contents .bottom_contents .contents .contents_image {
    width: 50%;
    height: 50vw;
  }
}
@media screen and (max-width: 768px) {
  #bottom_contents .bottom_contents .contents .contents_image {
    width: 100%;
    height: 70vw;
  }
}
#bottom_contents .bottom_contents .contents .contents_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#bottom_contents .bottom_contents .contents .contents_writing {
  position: relative;
  width: 42.5vw;
  padding: 2vw;
  background-color: #fff;
  box-shadow: 8px 10px 2px rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #bottom_contents .bottom_contents .contents .contents_writing {
    padding: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #bottom_contents .bottom_contents .contents .contents_writing {
    width: 100%;
    padding: 3rem 2rem;
  }
}
#bottom_contents .bottom_contents .contents .contents_writing .headline {
  position: relative;
  margin-bottom: 2vw;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #bottom_contents .bottom_contents .contents .contents_writing .headline {
    margin-bottom: 8vw;
  }
}
#bottom_contents .bottom_contents .contents .contents_writing .headline::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #333;
  bottom: 0%;
  left: 0;
}
@media screen and (max-width: 768px) {
  #bottom_contents .bottom_contents .contents .contents_writing .headline::after {
    bottom: -10%;
  }
}
#bottom_contents .bottom_contents .contents .contents_writing .headline h2 {
  font-family: "Cinzel", serif;
  color: #333;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 768px) {
  #bottom_contents .bottom_contents .contents .contents_writing .headline h2 {
    width: 100%;
  }
}
#bottom_contents .bottom_contents .contents .contents_writing .headline h3 {
  color: #ed9a00;
  padding: 0 1vw;
  font-size: 1.3vw;
}
@media screen and (max-width: 768px) {
  #bottom_contents .bottom_contents .contents .contents_writing .headline h3 {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #bottom_contents .bottom_contents .contents .contents_writing .text {
    line-height: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  #bottom_contents .bottom_contents .contents .contents_writing .text {
    line-height: 5vw;
  }
}
#bottom_contents .bottom_contents .contents .contents_writing .text p {
  color: #333;
}
#bottom_contents .bottom_contents .contents .contents_writing .top_recruit_btn {
  width: 50%;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  #bottom_contents .bottom_contents .contents .contents_writing .top_recruit_btn {
    width: 100%;
    margin: auto;
    margin-top: 2rem;
  }
}
#bottom_contents .bottom_contents .contents .contents_writing .top_recruit_btn a {
  text-decoration: none;
}
#bottom_contents .bottom_contents .contents .contents_writing .top_recruit_btn a button {
  width: 100%;
  font-size: 1vw;
  color: #fff;
  background-color: #bf0707;
  padding: 0.5vw 1vw;
  border: none;
  border-radius: 10px;
  transition: all 0.4s;
  cursor: pointer;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #bottom_contents .bottom_contents .contents .contents_writing .top_recruit_btn a button {
    font-size: 1.8vw;
    padding: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #bottom_contents .bottom_contents .contents .contents_writing .top_recruit_btn a button {
    padding: 2.5vw;
    font-size: 3.5vw;
  }
}
#bottom_contents .bottom_contents .contents .contents_writing .top_recruit_btn a button i {
  margin-left: 1rem;
}
#bottom_contents .bottom_contents .contents .contents_writing .top_recruit_btn a button:hover {
  color: #fff;
  background-color: #333;
}
#bottom_contents .bottom_contents .contents_child03 {
  margin-left: auto;
  flex-flow: row-reverse;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #bottom_contents .bottom_contents .contents_child03 {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #bottom_contents .bottom_contents .contents_child03 {
    width: 100%;
    flex-flow: column;
  }
}
#bottom_contents .bottom_contents .contents_child03 img {
  -o-object-position: center;
     object-position: center;
}

#flex_contents {
  overflow: hidden;
}
#flex_contents .flex_contents {
  margin-bottom: 8vw;
}
@media screen and (max-width: 768px) {
  #flex_contents .flex_contents {
    margin-bottom: 0;
  }
}
#flex_contents .flex_contents ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 20vw;
  list-style: none;
}
@media screen and (max-width: 768px) {
  #flex_contents .flex_contents ul {
    flex-flow: column;
    height: auto;
  }
}
#flex_contents .flex_contents ul li {
  width: 33.3333333333%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #flex_contents .flex_contents ul li {
    width: 100%;
    height: 60vw;
  }
}
#flex_contents .flex_contents ul li .list {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: all 0.4s;
}
#flex_contents .flex_contents ul li .list:hover {
  transform: scale(1.1);
}
#flex_contents .flex_contents ul li .list .list_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
#flex_contents .flex_contents ul li .list .list_bg:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#flex_contents .flex_contents ul li .list .list_bg .wt {
  width: 65%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, 0);
  transition: all 0.4s;
}
#flex_contents .flex_contents ul li .list .list_bg .wb {
  width: 30vw;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 87%;
  left: 190%;
  transform: translate(-100%, 0);
  transition: all 0.4s;
}
#flex_contents .flex_contents ul li .list .list_bg .ht {
  width: 1px;
  height: 50%;
  background-color: #fff;
  position: absolute;
  bottom: -100%;
  left: 35%;
  transform: translate(0, -100%);
  transition: all 0.4s;
}
#flex_contents .flex_contents ul li .list .list_bg .hb {
  width: 1px;
  height: 90%;
  background-color: #fff;
  position: absolute;
  bottom: 10%;
  left: 91%;
  transform: translate(0, -100%);
  transition: all 0.4s;
}
#flex_contents .flex_contents ul li .list_headline {
  position: absolute;
  top: 60%;
  right: 10%;
  width: 50%;
  pointer-events: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #flex_contents .flex_contents ul li .list_headline {
    width: 40%;
  }
}
#flex_contents .flex_contents ul li .list_headline h2 {
  font-family: "Cinzel", serif;
  font-size: 1.3vw;
  color: #bf0707;
  background-color: #fff;
  padding: 0.3vw 0;
}
@media screen and (max-width: 768px) {
  #flex_contents .flex_contents ul li .list_headline h2 {
    padding: 1vw 0;
    font-size: 3.3vw;
  }
}
#flex_contents .flex_contents ul li .list_headline p {
  padding: 0.3vw 0;
  color: #fff;
  background-color: #bf0707;
  font-size: 0.9vw;
}
@media screen and (max-width: 768px) {
  #flex_contents .flex_contents ul li .list_headline p {
    padding: 1vw 0;
    font-size: 1.6vw;
  }
}

#works .works {
  width: 90%;
  margin: auto;
}
#works .works .works_text {
  margin-bottom: 3rem;
}
#works .works .works_text p {
  color: #fff;
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #works .works .works_text p {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #works .works .works_text p {
    font-size: 3.3vw;
  }
}
#works .works .works_contents ul {
  display: flex;
  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%;
  color: #fff;
  margin: 2vw 1vw;
  padding: auto;
}
@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%;
  -o-object-fit: cover;
     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;
  color: #fff;
  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 {
  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 {
  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 p {
  color: #fff;
}
#works .works .works_contents .ba li {
  width: 45%;
  padding: 1vw;
  background-color: rgba(255, 255, 255, 0.1);
}
@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 {
  width: 45%;
  height: 100%;
  position: relative;
}
#works .works .works_contents .ba li .thumb .img::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:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
#works .works .works_contents .ba li .thumb .img img {
  width: 100%;
}
#works .works .works_contents .ba li .thumb p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#works .works .works_contents .ba li .thumb p i {
  color: #4a90d9;
  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;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
#modal-container .modal-image-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
#modal-container img {
  max-width: 70vw;
  max-height: 70vh;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#modal-container .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 2;
}
#modal-container .close span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 36px;
  height: 2px;
  background: #fff;
}
#modal-container .close span:first-child {
  transform: translateY(-50%) rotate(45deg);
}
#modal-container .close span:last-child {
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  #modal-container .close {
    top: 6px;
    right: 6px;
    width: 28px;
    height: 28px;
  }
  #modal-container .close span {
    width: 28px;
  }
}

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

#service .service {
  width: 100%;
}
#service .service .service_text {
  width: 90%;
  margin: 5rem auto;
}
@media screen and (max-width: 768px) {
  #service .service .service_text {
    width: 95%;
  }
}
#service .service .service_contents {
  margin-bottom: 5rem;
}
#service .service .service_contents ul {
  list-style: none;
}
#service .service .service_contents ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 60vh;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents ul li {
    height: 90vh;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li {
    flex-flow: column;
    background-attachment: scroll;
    width: 100%;
    height: auto;
    padding: 5rem 0;
  }
}
#service .service .service_contents ul li:nth-child(odd):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li:nth-child(odd):before {
    background: rgba(0, 0, 0, 0.4);
  }
}
#service .service .service_contents ul li:nth-child(even):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li:nth-child(even):before {
    background: rgba(0, 0, 0, 0.4);
  }
}
#service .service .service_contents ul li:nth-child(even) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li:nth-child(even) {
    flex-flow: column;
  }
}
#service .service .service_contents ul li .list_writing {
  width: 50%;
  padding: 3vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li .list_writing {
    width: 95%;
    margin: auto;
    padding: 3vw 1vw;
    margin-bottom: 1rem;
  }
}
#service .service .service_contents ul li .list_writing h2 {
  font-size: 2vw;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #service .service .service_contents ul li .list_writing h2 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li .list_writing h2 {
    font-size: 6vw;
  }
}

#company .company {
  padding: 3rem 0;
}
#company .company .company_contents {
  width: 80%;
  margin: auto;
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents {
    width: 95%;
    margin-bottom: 2rem;
  }
}
#company .company .company_contents table {
  width: 100%;
  margin: auto;
  margin-bottom: 2vw;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents table {
    width: 100%;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table {
    width: 100%;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
    border-bottom: 1px solid #fff;
  }
}
#company .company .company_contents table tr th, #company .company .company_contents table tr td {
  padding: 1.5vw;
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents table tr th, #company .company .company_contents table tr td {
    padding: 3vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr th, #company .company .company_contents table tr td {
    padding: 8vw 4vw;
    font-size: 3.3vw;
    text-align: start;
    border-bottom: none;
  }
}
#company .company .company_contents table tr th {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr th {
    width: 100%;
    padding-bottom: 1.5vw;
  }
}
#company .company .company_contents table tr td {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr td {
    width: 100%;
    padding-top: 1.5vw;
  }
}
#company .company .company_contents .map {
  width: 100%;
}
#company .company .company_contents .map iframe {
  width: 100%;
}

#sales .sales {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales .lower_headline {
    margin-bottom: 6vw;
  }
}
#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 #fff;
}
@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%;
}
#sales .sales ul li .sales_name h4 {
  color: #fff;
}
@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 {
  color: #fff;
  margin-bottom: 0.5vw;
}
#sales .sales ul li .sales_contents .tel {
  color: #4a90d9;
}
@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: 1vw;
}

#philosophy .philosophy {
  width: 80%;
  margin: auto;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #philosophy .philosophy {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #philosophy .philosophy {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #philosophy .philosophy .lower_headline {
    margin-bottom: 6vw;
  }
}
#philosophy .philosophy table {
  width: 100%;
}
#philosophy .philosophy table tbody {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #philosophy .philosophy table tbody {
    flex-flow: column;
  }
}
#philosophy .philosophy table tr {
  width: 45%;
  margin-bottom: 2vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  #philosophy .philosophy table tr {
    width: 100%;
    margin-bottom: 6vw;
  }
}
#philosophy .philosophy table tr th, #philosophy .philosophy table tr td {
  color: #fff;
  padding: 0.5vw;
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #philosophy .philosophy table tr th, #philosophy .philosophy table tr td {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #philosophy .philosophy table tr th, #philosophy .philosophy table tr td {
    font-size: 3.3vw;
  }
}
#philosophy .philosophy table tr th {
  width: 40%;
}
#philosophy .philosophy table tr td {
  width: 60%;
}

#recruit {
  margin-bottom: 5rem;
}
#recruit .recruit .recruit_text {
  margin-bottom: 8vw;
}
#recruit .recruit .recruit_text p {
  font-size: 1.2vw;
}
#recruit .recruit .recruit_contents {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents {
    width: 90%;
  }
}
#recruit .recruit .recruit_contents .recruit_content {
  color: #333;
  background-color: #f1f1f1;
  padding: 3rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content {
    width: 100%;
    padding: 3rem 1rem;
    margin-bottom: 3rem;
  }
}
#recruit .recruit .recruit_contents .recruit_content h2 {
  color: #333;
  font-size: 1.8vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content h2 {
    font-size: 4.5vw;
  }
}
#recruit .recruit .recruit_contents .recruit_content table {
  width: 100%;
  margin: auto;
  margin-bottom: 2vw;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit .recruit_contents .recruit_content table {
    width: 100%;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content table {
    width: 100%;
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content table tr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
    border-bottom: 1px solid #333;
  }
}
#recruit .recruit .recruit_contents .recruit_content table tr th, #recruit .recruit .recruit_contents .recruit_content table tr td {
  padding: 1.5vw;
  color: #333;
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit .recruit_contents .recruit_content table tr th, #recruit .recruit .recruit_contents .recruit_content table tr td {
    padding: 3vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content table tr th, #recruit .recruit .recruit_contents .recruit_content table tr td {
    padding: 8vw 4vw;
    font-size: 3.3vw;
    text-align: start;
    border-bottom: none;
  }
}
#recruit .recruit .recruit_contents .recruit_content table tr th {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content table tr th {
    width: 100%;
    padding-bottom: 1.5vw;
  }
}
#recruit .recruit .recruit_contents .recruit_content table tr td {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content table tr td {
    width: 100%;
    padding-top: 1.5vw;
  }
}
#recruit .recruit_btn {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_btn {
    width: 90%;
  }
}
#recruit .recruit_btn a {
  text-decoration: none;
}
#recruit .recruit_btn a button {
  width: 100%;
  padding: 1.5vw;
  transition: all 0.4s;
  border: none;
  color: #212121;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #recruit .recruit_btn a button {
    padding: 3vw 2vw;
  }
}
#recruit .recruit_btn a button:hover {
  color: #fff;
  background-color: #bf0707;
}

#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: 8vw;
}
#recruit_form .recruit_form .recruit_form_text p {
  color: #fff;
  line-height: 2vw;
}
#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 #fff;
}
#recruit_form .recruit_form form table tr {
  border-bottom: 1px solid #fff;
}
@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;
  color: #fff;
}
@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 span.red {
  padding: 10px;
  background-color: red;
  color: #fff;
  margin-left: 20px;
}
#recruit_form .recruit_form form table tr th span.blue {
  padding: 10px;
  background-color: blue;
  color: #fff;
  margin-left: 20px;
}
#recruit_form .recruit_form form table tr td {
  padding: 40px 0;
  width: 65%;
  padding-right: 40px;
}
@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:first-child td {
  display: flex;
  color: #fff;
  width: 100%;
}
#recruit_form .recruit_form form table tr:first-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 {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr:first-child td .mwform-radio-field {
    width: 45%;
  }
}
#recruit_form .recruit_form form table tr:first-child td .mwform-radio-field label {
  display: flex;
  height: 20px;
}
#recruit_form .recruit_form form table tr:first-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 {
  display: inline-block;
  height: 100%;
}
#recruit_form .recruit_form form table tr:last-child td {
  display: flex;
  color: #fff;
  width: 100%;
}
#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:last-child td .mwform-radio-field {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr:last-child td .mwform-radio-field {
    width: 45%;
  }
}
#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:last-child td .mwform-radio-field input {
  width: 10%;
  height: 100%;
}
#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(4) td input {
  width: 20% !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit_form .recruit_form form table tr:nth-child(4) td input {
    width: 25% !important;
  }
}
@media screen and (max-width: 768px) {
  #recruit_form .recruit_form form table tr:nth-child(4) td input {
    width: 29% !important;
  }
}
#recruit_form .recruit_form form .agree {
  text-align: center;
  margin: 20px 0;
  color: #fff;
}
@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;
  color: #212121;
  background-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 {
  color: #fff;
  background-color: #bf0707;
}
#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 h4 {
  color: #fff;
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents h4 {
    text-align: left;
    margin-bottom: 8vw;
  }
}
#news .news .news_contents ul {
  width: 80%;
  margin: auto;
  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;
  color: #fff;
  margin-bottom: 2vw;
}
#news .news .news_contents ul a li {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
}
#news .news .news_contents ul a .date {
  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;
}
@media screen and (max-width: 768px) {
  #news .news .news_contents ul a .outline {
    width: 75%;
  }
}
#news .news .news_contents ul a .outline .sp_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1vw;
  color: #fff;
}
#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;
}
@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;
  color: #fff;
}
.navigation a {
  border: none;
  color: #fff;
}

.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 {
  color: #fff;
  margin-bottom: 4vw;
}
#news_single .news_single .news_contents ul {
  width: 80%;
  margin: auto;
  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;
  color: #fff;
  margin-bottom: 2vw;
}
#news_single .news_single .news_contents ul li .outline .date {
  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;
  color: #fff;
  border-bottom: 1px solid #fff;
}
@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 {
  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: 3rem;
}
#contact .contact .contact_text p {
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_text p {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_text p {
    font-size: 3.3vw;
  }
}
#contact .contact .form {
  width: 100%;
  margin-bottom: 8vw;
}
#contact .contact .form .wpcf7 {
  color: #333;
  background-color: #f0f0f0;
  padding: 5rem;
  border-radius: 10px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contact .contact .form .wpcf7 {
    padding: 5rem 1rem;
  }
}
#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: #ff0000;
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 80%;
}
#contact .contact .form .wpcf7 label .blue {
  background-color: #2986ff;
  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[type=submit] {
  color: #fff;
  background-color: #bf0707;
  cursor: pointer;
  transition: background-color 0.4s ease;
  border: none;
  width: 80%;
  margin: auto 10%;
  font-size: 120%;
  font-weight: 600;
  padding: 1rem;
  border-radius: 10px;
}
#contact .contact .form .wpcf7 input[type=submit]:hover {
  opacity: 0.7;
}
#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%;
  }
}

.policy_contents {
  width: 100%;
  margin: 0;
  padding: 0;
}
.policy_contents h2 {
  font-size: 18px;
  color: var(--navy);
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 44px 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(28, 58, 94, 0.15);
}
.policy_contents h2:first-child {
  margin-top: 0;
}
.policy_contents p {
  font-size: 15px;
  line-height: 2;
  color: var(--text);
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .policy_contents h2 {
    font-size: 16px;
    margin-top: 36px;
  }
  .policy_contents p {
    font-size: 14px;
    margin-bottom: 28px;
  }
}

#footer_contact {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#footer_contact:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
#footer_contact .footer_contact_contents {
  position: relative;
  z-index: 10;
  padding: 3rem 1rem;
}
#footer_contact .footer_contact_contents .headline {
  color: #4a90d9;
  text-align: center;
  margin-bottom: 3rem;
}
#footer_contact .footer_contact_contents .headline h2 {
  font-family: "Cinzel", serif;
}
#footer_contact .footer_contact_contents .headline p {
  text-align: center;
}
#footer_contact .footer_contact_contents .footer_contact_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents .footer_contact_content {
    flex-flow: column;
  }
}
#footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form {
    width: 90%;
  }
}
#footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel a, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form a {
  text-decoration: none;
}
#footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel a button, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form a button {
  width: 100%;
  padding: 1vw;
  border: none;
  letter-spacing: 0.2vw;
  font-size: 1.2vw;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel a button, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form a button {
    font-size: 1.8vw;
    padding: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel a button, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form a button {
    padding: 2.5vw;
    font-size: 4vw;
  }
}
#footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel a button i, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form a button i {
  margin-right: 1vw;
}
#footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel button, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form button {
  width: 100%;
  font-family: "Cinzel", serif;
  font-size: 1.2vw;
  font-weight: 600;
  padding: 1vw;
  line-height: 1;
  border: none;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel button, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form button {
    font-size: 1.8vw;
    padding: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel button, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form button {
    padding: 2.5vw;
    font-size: 3.5vw;
  }
}
#footer_contact .footer_contact_contents .footer_contact_content .footer_contact_tel button i, #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form button i {
  margin-right: 1vw;
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form {
    margin-top: 4vw;
  }
}
#footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form button {
  color: #bf0707;
  background-color: #fff;
  transition: all 0.4s;
  cursor: pointer;
}
#footer_contact .footer_contact_contents .footer_contact_content .footer_contact_form button:hover {
  color: #fff;
  background-color: #bf0707;
}
#footer_contact .footer_contact_contents .text {
  text-align: center;
  color: #fff;
  margin-bottom: 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #footer_contact .footer_contact_contents .text {
    margin-bottom: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  #footer_contact .footer_contact_contents .text {
    font-size: 90%;
    margin-bottom: 2.5vw;
  }
}

/* 旧テーマのフッター指定（ul li 構造・height:70vw 等）は redesign 層に置き換え済みのため削除 */

/* ==========================================================================
   RYOKEN REDESIGN  ―  紺青 × シルバー（白ベース）/ 「図面を描ける鉄骨会社」
   テンプレ◯ 標準の上に被せる再デザイン層。CSSカスタムプロパティでテーマ管理。
   ※ プレーンCSSとして記述（_redesign.scss と style.css 末尾で同一内容）
   ========================================================================== */
:root {
  --navy-deep:#0a1428;
  --navy:#102542;
  --navy-mid:#1c3a5e;
  --steel:#3a5a82;
  --silver:#c3ccd6;
  --silver-light:#e8edf2;
  --silver-bright:#f4f7fa;
  --white:#ffffff;
  --accent:#4a90d9;
  --line:#d4dae1;
  --text:#1a2330;
  --text-mute:#5a6678;
}

/* ===== ベース上書き ===== */
body {
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.8;
  letter-spacing: 0.02em;
  overflow-x: hidden;
}

.top_main img, .top_about img, .top_area img, .top_banner img, .work_card img {
  display: block;
  max-width: 100%;
}

.top_main a, .top_about a, .footer_contact a, .top_banner a, .header_menu a, .btn-arrow {
  text-decoration: none;
}

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

/* 製図グリッド / 隅マーカー / 図面符号（全ページ通底の世界観） */
.gridmark {
  position: absolute;
  width: 18px;
  height: 18px;
  pointer-events: none;
  z-index: 5;
  opacity: 0.5;
}

.gridmark::before, .gridmark::after {
  content: "";
  position: absolute;
  background: var(--steel);
}

.gridmark::before {
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  transform: translateX(-0.5px);
}

.gridmark::after {
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  transform: translateY(-0.5px);
}

.gridmark.tl {
  top: -9px;
  left: -9px;
}

.gridmark.tr {
  top: -9px;
  right: -9px;
}

.gridmark.bl {
  bottom: -9px;
  left: -9px;
}

.gridmark.br {
  bottom: -9px;
  right: -9px;
}

.draft-grid {
  position: relative;
}

.draft-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: linear-gradient(rgba(58, 90, 130, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(58, 90, 130, 0.06) 1px, transparent 1px);
  background-size: 38px 38px;
}

.draft-grid > * {
  position: relative;
  z-index: 1;
}

/* ===== LOADING（鉄骨フレーム作図演出） ===== */
#loading {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: var(--navy-deep);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

#loading:not(.active) {
  opacity: 0;
  visibility: hidden;
}

#loading::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background-image: linear-gradient(rgba(195, 204, 214, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(195, 204, 214, 0.05) 1px, transparent 1px);
  background-size: 44px 44px;
}

#loading .load-logo {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

#loading .load-logo .load-logo-img {
  height: 46px;
  width: auto;
  display: block;
  opacity: 0;
  animation: rkLoadLogoInImg 0.7s ease 0.1s forwards;
}

@keyframes rkLoadLogoInImg {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#loading .load-logo .mark {
  width: 62px;
  height: 62px;
  border: 2px solid var(--silver);
  display: grid;
  place-items: center;
  color: #fff;
  font-family: "Oswald";
  font-weight: 700;
  font-size: 28px;
  opacity: 0;
  animation: rkLoadLogoIn 0.7s ease 0.1s forwards;
}

#loading .load-logo .mark span {
  transform: rotate(-45deg);
}

#loading .load-logo .name {
  font-family: "Oswald";
  letter-spacing: 0.32em;
  font-size: 13px;
  color: var(--silver);
  opacity: 0;
  animation: rkLoadNameIn 0.7s ease 0.35s forwards;
  padding-left: 0.32em;
}

@keyframes rkLoadLogoIn {
  from {
    opacity: 0;
    transform: translateY(8px) rotate(45deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes rkLoadNameIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#loading .load-dots {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 12px;
}

#loading .load-dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent);
  animation: rkLoadDots 1.4s ease-in-out infinite both;
}

#loading .load-dots span:nth-child(1) {
  animation-delay: -0.32s;
}

#loading .load-dots span:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes rkLoadDots {
  0%, 80%, 100% {
    opacity: 0.25;
    transform: scale(0.7);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  #loading .load-dots span {
    animation-duration: 1s;
  }
}
/* ===== HEADER ===== */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 40px;
}

.header_logo {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header_logo img {
  height: 50px;
  width: auto;
  display: block;
}

.header_logo .mark {
  width: 44px;
  height: 44px;
  border: 2px solid var(--silver);
  display: grid;
  place-items: center;
  transform: rotate(45deg);
  color: var(--silver);
  font-family: "Oswald";
  font-weight: 700;
  font-size: 20px;
}

.header_logo .mark span {
  transform: rotate(-45deg);
}

.header_logo .name {
  color: #fff;
  line-height: 1.2;
}

.header_logo .name b {
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 0.08em;
  display: block;
}

.header_logo .name small {
  font-family: "Oswald";
  font-size: 11px;
  letter-spacing: 0.25em;
  color: var(--silver);
  opacity: 0.85;
}

.header_menu ul {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header_menu a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-bottom: 4px;
  transition: 0.25s;
}

.header_menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--accent);
  transition: 0.25s;
}

.header_menu a:hover::after, .header_menu a.current::after {
  width: 100%;
}

.header_menu a:hover, .header_menu a.current {
  color: var(--accent);
}

.header_sp {
  display: none;
}

.header_sp .ham {
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  width: 30px;
  align-items: flex-end;
  z-index: 120;
}

.header_sp .ham span {
  width: 26px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}

.header_sp .ham.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.header_sp .ham.active span:nth-child(2) {
  opacity: 0;
}

.header_sp .ham.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.globalMenuSp {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.globalMenuSp.active {
  opacity: 1;
  visibility: visible;
}

.globalMenuSp ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.globalMenuSp li {
  /* 開いたとき下から軽くフェードイン */
  opacity: 0;
  transform: translateY(14px);
}

.globalMenuSp.active li {
  animation: gmIn 0.4s ease forwards;
}

.globalMenuSp.active li:nth-child(1) { animation-delay: 0.10s; }
.globalMenuSp.active li:nth-child(2) { animation-delay: 0.16s; }
.globalMenuSp.active li:nth-child(3) { animation-delay: 0.22s; }
.globalMenuSp.active li:nth-child(4) { animation-delay: 0.28s; }
.globalMenuSp.active li:nth-child(5) { animation-delay: 0.34s; }
.globalMenuSp.active li:nth-child(6) { animation-delay: 0.40s; }

@keyframes gmIn {
  to { opacity: 1; transform: translateY(0); }
}

.globalMenuSp a {
  display: block;
  padding: 18px 8px;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: color 0.25s ease;
}

.globalMenuSp a:hover,
.globalMenuSp a:active {
  color: var(--accent);
}

/* ===== 下層ヘッダー（#lower） ===== */
#lower {
  position: relative;
  margin-bottom: 0;
}

#lower .lower {
  width: 100%;
  height: 340px;
  background-size: cover;
  background-position: center;
  position: relative;
}

#lower .lower_bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 20, 40, 0.85), rgba(28, 58, 94, 0.6));
}

#lower .lower-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
  width: 100%;
}

#lower .lower-inner h1 {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

#lower .lower-inner .en {
  display: block;
  font-size: 14px;
  color: var(--accent);
  letter-spacing: 0.3em;
  margin-top: 8px;
  font-weight: 500;
}

/* ===== セクション共通 ===== */
.sec {
  padding: 100px 8%;
}

.sec-inner {
  max-width: 1180px;
  margin: 0 auto;
}

/* ===== HERO ===== */
.top_main {
  position: relative;
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
  background: var(--navy-deep);
}

.top_main .hero-slider {
  position: absolute;
  inset: 0;
  z-index: 1; /* 写真スタックの土台。青みヴェールを上に乗せるためのstacking context */
}

.top_main .hero-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.6s ease;
  will-change: opacity;
}

/* 表示中スライドのみフェードイン（ズームなしのシンプルなクロスフェード） */
/* z-index:1 で常に新しい写真を最前面に。全遷移＆折り返し(3→1)を同じ動きに統一 */
.top_main .hero-photo.is-active {
  opacity: 1;
  z-index: 1;
}
.top_main .hero-veil {
  position: absolute;
  inset: 0;
  z-index: 2; /* 写真の上に青みのヴェールを重ねる */
  background: radial-gradient(ellipse at center, rgba(10, 20, 40, 0.35) 0%, rgba(10, 20, 40, 0.7) 100%);
}

.top_main .hero-veil::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10, 20, 40, 0.7) 0%, transparent 38%);
}

.top_main .hero-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 90%;
  max-width: 880px;
  text-align: center;
}

.top_main .hero-center .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--accent);
  font-family: "Oswald";
  letter-spacing: 0.3em;
  font-size: 13px;
  margin-bottom: 26px;
}

.top_main .hero-center .eyebrow::before, .top_main .hero-center .eyebrow::after {
  content: "";
  width: 44px;
  height: 1px;
  background: var(--accent);
}

.top_main .hero-center h2 {
  color: #fff;
  font-size: clamp(38px, 5.6vw, 74px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

.top_main .hero-center h2 .blue {
  color: var(--silver);
}

.top_main .hero-center .lead {
  color: var(--silver-light);
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 300;
  line-height: 2;
  margin: 30px auto 0;
  max-width: 600px;
}

.top_main .hero-center .hero-cta {
  margin-top: 38px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.top_main .hero-center .hero-cta a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 32px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  transition: 0.25s;
}

.top_main .hero-center .primary {
  background: var(--accent);
  color: #fff;
}

.top_main .hero-center .primary:hover {
  background: #3a7bc4;
  gap: 16px;
}

.top_main .hero-center .ghost {
  border: 1px solid rgba(195, 204, 214, 0.5);
  color: var(--silver);
}

.top_main .hero-center .ghost:hover {
  border-color: #fff;
  color: #fff;
}

.top_main .scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--silver);
  font-family: "Oswald";
  font-size: 11px;
  letter-spacing: 0.2em;
  z-index: 4;
  writing-mode: vertical-rl;
}

.top_main .scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: linear-gradient(var(--silver), transparent);
  margin: 10px auto 0;
}

/* ===== ABOUT ===== */
.top_about {
  background: var(--white);
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
}

.top_about .ab-stage {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  min-height: 520px;
  display: flex;
  align-items: center;
}

.top_about .ab-photo {
  /* カード（通常フロー）の高さにステージごと追従し、写真がそれを上下均等に包む */
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 78%;
  overflow: hidden;
}

.top_about .ab-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_about .ab-photo .gridmark {
  z-index: 3;
}

.top_about .ab-card {
  position: relative;
  z-index: 2;
  width: 46%;
  /* この上下マージン分だけ写真がカードより高くなり、均等に張り出す */
  margin: 56px 0;
  background: #fff;
  padding: 54px 48px;
  box-shadow: 0 30px 70px rgba(16, 37, 66, 0.16);
  border-top: 3px solid var(--accent);
}

.top_about .ab-card.fade-in.fade-in-up {
  transform: translateY(40px);
}

.top_about .ab-card.fade-in.fade-in-up.scroll-in {
  transform: none;
}

.top_about .ab-card .en-label {
  font-family: "Oswald";
  font-size: 13px;
  letter-spacing: 0.22em;
  color: var(--accent);
  display: block;
  margin-bottom: 14px;
}

.top_about .ab-card h3 {
  font-family: "Oswald", "Noto Sans JP";
  font-size: clamp(26px, 3vw, 38px);
  color: var(--navy);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.top_about .ab-card .sub {
  display: inline-block;
  background: var(--navy);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 18px;
  margin: 18px 0 24px;
}

.top_about .ab-card p {
  color: var(--text-mute);
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.95;
}

.top_about .ab-watermark {
  position: absolute;
  right: -10px;
  top: -58px;
  font-family: "Oswald";
  font-size: 120px;
  font-weight: 700;
  color: var(--silver-bright);
  letter-spacing: 0.05em;
  z-index: 0;
  line-height: 1;
  pointer-events: none;
}

/* ===== DIVIDE ===== */
.divide {
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: grid;
  place-items: center;
}

.divide .quote {
  color: #fff;
  text-align: center;
  z-index: 2;
}

.divide .quote .en {
  font-family: "Oswald";
  font-size: clamp(26px, 4vw, 52px);
  font-weight: 300;
  letter-spacing: 0.12em;
}

.divide .quote small {
  display: block;
  color: var(--silver);
  letter-spacing: 0.3em;
  margin-top: 10px;
  font-size: 13px;
}

/* ===== STRENGTH callout（数字スタッツ） ===== */
.top_str {
  background: var(--navy);
  position: relative;
  overflow: hidden;
  color: #fff;
}

.top_str::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  pointer-events: none;
  background-image: linear-gradient(rgba(195, 204, 214, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(195, 204, 214, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
}

.top_str .st-head {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  flex-wrap: wrap;
}

.top_str .st-head .lb {
  color: var(--accent);
  font-family: "Oswald";
  letter-spacing: 0.24em;
  font-size: 14px;
  display: block;
  margin-bottom: 18px;
}

.top_str .st-head h2 {
  font-size: clamp(28px, 3.4vw, 44px);
  color: #fff;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.top_str .st-head .desc {
  max-width: 380px;
  color: var(--silver-light);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.95;
}

.top_str .st-stats {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(195, 204, 214, 0.2);
}

.top_str .st-stats .stat {
  padding: 38px 30px;
  border-right: 1px solid rgba(195, 204, 214, 0.2);
  position: relative;
}

.top_str .st-stats .stat:last-child {
  border-right: 0;
}

.top_str .st-stats .stat .code {
  font-family: "Oswald";
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--steel);
  position: absolute;
  top: 18px;
  right: 24px;
}

.top_str .st-stats .stat .num {
  font-family: "Oswald";
  font-size: clamp(44px, 5.5vw, 72px);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.02em;
}

.top_str .st-stats .stat .num small {
  font-size: 24px;
  color: var(--accent);
  margin-left: 6px;
}

.top_str .st-stats .stat .cap {
  color: var(--silver-light);
  font-size: 14px;
  margin-top: 14px;
  font-weight: 300;
}

.top_str .st-stats .stat .cap b {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 4px;
  letter-spacing: 0.02em;
}

.btn-arrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--accent);
  color: #fff;
  padding: 15px 34px;
  font-weight: 500;
  font-size: 15px;
  transition: 0.25s;
  letter-spacing: 0.05em;
}

.btn-arrow:hover {
  background: #fff;
  color: var(--navy);
  gap: 18px;
}

/* ===== AREA ===== */
.top_area {
  background: var(--navy);
  color: #fff;
}

.top_area .wrap {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 54px;
  align-items: center;
}

.top_area .card {
  background: #fff;
  color: var(--text);
  padding: 48px;
  border-left: 4px solid var(--accent);
}

.top_area .card h2 {
  font-family: "Oswald";
  font-size: 38px;
  color: var(--navy);
}

.top_area .card .lb {
  color: var(--accent);
  font-weight: 700;
  letter-spacing: 0.18em;
  font-size: 13px;
  margin: 8px 0 22px;
}

.top_area .card p {
  color: var(--text-mute);
  font-size: 15px;
}

.top_area .map-img {
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  filter: grayscale(0.3) brightness(0.95);
}

/* ===== 3 BANNER ===== */
.top_banner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.top_banner a {
  position: relative;
  height: 280px;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.top_banner a img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}

.top_banner a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 20, 40, 0.6);
  transition: 0.3s;
  z-index: 1;
}

.top_banner a:hover img {
  transform: scale(1.08);
}

.top_banner a:hover::before {
  background: rgba(74, 144, 217, 0.55);
}

.top_banner .lbl {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

.top_banner .lbl h3 {
  font-family: "Oswald";
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.top_banner .lbl span {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 5px 20px;
  letter-spacing: 0.1em;
}

/* ===== FOOTER CONTACT + FOOTER ===== */
.footer_contact {
  position: relative;
  padding: 88px 8%;
  background: linear-gradient(135deg, var(--navy-deep), var(--navy));
  text-align: center;
  color: #fff;
}

.footer_contact .headline-c .en {
  font-family: "Oswald";
  font-size: 44px;
  color: #fff;
  letter-spacing: 0.1em;
}

.footer_contact .headline-c p:not(.en) {
  color: var(--accent);
  letter-spacing: 0.2em;
  font-size: 13px;
  font-weight: 700;
  margin-top: 6px;
}

.footer_contact .btns {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 36px 0 24px;
  flex-wrap: wrap;
}

.footer_contact .btns a {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 300px;
  justify-content: center;
  padding: 18px;
  font-size: 17px;
  font-weight: 700;
  transition: 0.25s;
}

.footer_contact .tel-btn {
  background: #fff;
  color: var(--navy);
}

.footer_contact .tel-btn:hover {
  background: var(--silver-light);
}

.footer_contact .form-btn {
  background: var(--accent);
  color: #fff;
}

.footer_contact .form-btn:hover {
  background: #3a7bc4;
}

.footer_contact .meta {
  color: var(--silver);
  font-size: 14px;
  line-height: 2;
}

footer {
  background: var(--navy-deep);
  padding: 40px 8% 60px;
  color: var(--silver);
}

footer .footer_menu {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

footer .footer_menu a {
  font-size: 13px;
  transition: 0.2s;
  color: var(--silver);
}

footer .footer_menu a:hover {
  color: var(--accent);
}

footer .copyright {
  text-align: center;
  font-family: "Oswald";
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--silver);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 24px;
}

footer .copyright p {
  font-size: 12px;
  color: var(--silver);
}

/* ===== SERVICE ===== */
.service_lead {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
  color: var(--text-mute);
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .service_lead {
    text-align: left;
  }
}

.service_list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.service_item {
  display: grid;
  grid-template-columns: 80px 1fr 1.2fr;
  gap: 0;
  align-items: stretch;
  border-top: 1px solid var(--line);
}

.service_item:last-child {
  border-bottom: 1px solid var(--line);
}

.service_item .num {
  font-family: "Oswald";
  font-size: 30px;
  color: var(--silver);
  display: grid;
  place-items: center;
  background: var(--silver-bright);
  font-weight: 600;
}

.service_item .ttl {
  padding: 38px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--navy);
  color: #fff;
}

.service_item .ttl h3 {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}

.service_item .ttl .en {
  font-family: "Oswald";
  color: var(--accent);
  font-size: 13px;
  letter-spacing: 0.2em;
  margin-top: 6px;
}

.service_item .desc {
  padding: 38px 36px;
  display: flex;
  align-items: center;
  color: var(--text-mute);
  font-size: 15px;
  line-height: 1.95;
}

/* ===== STRENGTH page ===== */
.str_hero {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 70px;
}

.str_hero .lb {
  color: var(--accent);
  font-family: "Oswald";
  letter-spacing: 0.25em;
  font-size: 14px;
}

.str_hero h2 {
  font-size: clamp(24px, 4vw, 38px);
  color: var(--navy);
  font-weight: 900;
  margin: 16px 0 24px;
  line-height: 1.5;
}

.str_hero p {
  color: var(--text-mute);
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .str_hero {
    margin-bottom: 48px;
  }
  .str_hero h2 {
    font-size: 18px;
    line-height: 1.6;
    margin: 12px 0 18px;
  }
  .str_hero p {
    text-align: left;
    font-size: 15px;
  }
}

.str_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 80px;
}

.str_card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 46px 32px;
  position: relative;
  transition: 0.3s;
  text-align: center;
}

.str_card:hover {
  border-color: var(--accent);
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(16, 37, 66, 0.1);
}

.str_card .no {
  position: absolute;
  top: 18px;
  left: 20px;
  font-family: "Oswald";
  font-size: 13px;
  color: var(--accent);
  letter-spacing: 0.2em;
}

.str_card .ico {
  width: 72px;
  height: 72px;
  margin: 18px auto 22px;
  border: 2px solid var(--navy);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 28px;
  color: var(--navy);
  transition: 0.3s;
}

.str_card:hover .ico {
  background: var(--navy);
  color: #fff;
}

.str_card h3 {
  font-size: 20px;
  color: var(--navy);
  font-weight: 700;
  margin-bottom: 14px;
}

.str_card p {
  color: var(--text-mute);
  font-size: 14.5px;
  text-align: left;
}

.str_banner {
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  padding: 60px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.str_banner::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image: linear-gradient(var(--silver) 1px, transparent 1px), linear-gradient(90deg, var(--silver) 1px, transparent 1px);
  background-size: 50px 50px;
}

.str_banner h3 {
  position: relative;
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 16px;
  letter-spacing: 0.04em;
  color: #fff;
}

.str_banner p {
  position: relative;
  color: var(--silver-light);
  max-width: 680px;
  margin: 0 auto;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .str_banner {
    padding: 40px 24px;
  }
  .str_banner h3 {
    font-size: 18px;
    letter-spacing: 0.02em;
  }
  .str_banner p {
    text-align: left;
  }
}

/* ===== WORKS ===== */
.works_lead {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
  color: var(--text-mute);
}

@media screen and (max-width: 768px) {
  .works_lead {
    text-align: left;
  }
}

.works_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.work_card {
  background: #fff;
  border: 1px solid var(--line);
  overflow: hidden;
  transition: 0.3s;
}

.work_card:hover {
  box-shadow: 0 16px 36px rgba(16, 37, 66, 0.12);
  transform: translateY(-4px);
}

.work_card .thumb {
  height: 220px;
  overflow: hidden;
  position: relative;
  cursor: zoom-in;
}

.work_card .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}

.work_card:hover .thumb img {
  transform: scale(1.07);
}

.work_card .body {
  padding: 22px 24px;
}

.work_card .cat {
  display: inline-block;
  font-family: "Oswald";
  font-size: 11px;
  background: var(--navy);
  color: #fff;
  padding: 3px 12px;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

.work_card h4 {
  font-size: 17px;
  color: var(--navy);
  font-weight: 700;
  margin-bottom: 8px;
}

.work_card .text, .work_card .text p {
  color: var(--text-mute);
  font-size: 14px;
}

.works_grid + .navigation {
  margin-top: 40px;
  text-align: center;
}

/* ===== 施工事例 ライトボックス ===== */
.works_lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: rgba(8, 18, 36, 0.88);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.works_lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.works_lightbox .wl_img {
  max-width: 92vw;
  max-height: 86vh;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  transform: scale(0.92);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.works_lightbox.is-open .wl_img {
  transform: scale(1);
  opacity: 1;
}

.works_lightbox .wl_close {
  position: absolute;
  top: 24px;
  right: 28px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.3s;
}

.works_lightbox .wl_close:hover {
  background: rgba(255, 255, 255, 0.28);
}

@media screen and (max-width: 767px) {
  .works_lightbox {
    padding: 20px;
  }
  .works_lightbox .wl_close {
    top: 14px;
    right: 16px;
    width: 42px;
    height: 42px;
    font-size: 26px;
  }
}

/* ===== COMPANY ===== */
.company_wrap {
  max-width: 880px;
  margin: 0 auto;
}

.lower_headline {
  font-family: "Oswald";
  font-size: 30px;
  color: var(--navy);
  letter-spacing: 0.06em;
  margin-bottom: 30px;
  padding: 0;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--navy);
  display: flex;
  align-items: baseline;
  gap: 14px;
  background: none;
}

.lower_headline::before {
  display: none;
}

.lower_headline small {
  font-size: 13px;
  color: var(--accent);
  font-family: "Noto Sans JP";
  font-weight: 700;
  letter-spacing: 0.1em;
}

.company_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 60px;
}

.company_table th, .company_table td {
  text-align: left;
  padding: 20px 24px;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  vertical-align: top;
}

.company_table th {
  width: 30%;
  background: var(--silver-bright);
  color: var(--navy);
  font-weight: 700;
  white-space: nowrap;
}

.company_table td {
  color: var(--text);
}

.company_map, .company_map_wrap iframe {
  width: 100%;
  height: 380px;
  border: 0;
  filter: grayscale(0.2);
}

.company_map_wrap iframe {
  display: block;
}

/* ===== CONTACT（Contact Form 7） ===== */
.contact_lead {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 50px;
  color: var(--text-mute);
}

.contact_form {
  max-width: 760px;
  margin: 0 auto;
  background: var(--silver-bright);
  padding: 54px;
}

.contact_form p {
  margin-bottom: 22px;
  font-size: 15px;
}

.contact_form label {
  display: block;
  font-weight: 700;
  color: var(--navy);
  font-size: 15px;
  margin-bottom: 10px;
}

/* 必須・任意バッジ */
.contact_form .red,
.contact_form .blue {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  padding: 2px 12px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #fff;
}

.contact_form .red {
  background: #d9534f;
}

.contact_form .blue {
  background: var(--accent);
}

.contact_form .wpcf7-form-control-wrap {
  display: block;
}

.contact_form input[type=text], .contact_form input[type=email], .contact_form input[type=tel], .contact_form input[type=number], .contact_form select, .contact_form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: #fff;
  font-family: inherit;
  font-size: 15px;
  margin-top: 6px;
}

.contact_form input:focus, .contact_form textarea:focus {
  outline: 2px solid var(--accent);
  border-color: transparent;
}

.contact_form .wpcf7-list-item {
  display: inline-block;
  margin: 0 14px 8px 0;
}

.contact_form .wpcf7-submit, .contact_form input[type=submit] {
  display: inline-block;
  background: var(--navy);
  color: #fff;
  border: 0;
  padding: 17px 70px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.25s;
  letter-spacing: 0.1em;
  font-family: inherit;
  width: auto;
  margin-top: 14px;
}

.contact_form .wpcf7-submit:hover, .contact_form input[type=submit]:hover {
  background: var(--accent);
}

.contact_form .thanks {
  text-align: center;
  color: var(--navy);
  font-weight: 700;
  font-size: 17px;
  line-height: 2;
  margin: 0;
}

.contact_form span.wpcf7-not-valid-tip {
  color: #d9534f;
  font-size: 13px;
}

/* ===== back-to-top ===== */
.back-to-top {
  display: none;
  position: fixed;
  z-index: 9999;
  right: 4%;
  bottom: 5%;
  width: 48px;
  height: 48px;
  background: var(--accent);
  color: #fff;
  border-radius: 2px;
  text-align: center;
  line-height: 48px;
  font-size: 20px;
  box-shadow: 0 6px 18px rgba(16, 37, 66, 0.25);
}

.back-to-top:hover {
  background: var(--navy);
}

/* ===== RESPONSIVE ===== */
@media screen and (max-width: 1024px) {
  /* タブレットはハンバーガーメニューに切替（ロゴ・メニューの改行防止） */
  .header_pc {
    display: none;
  }
  .header_sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 30px;
    width: 100%;
  }
  /* ロゴは追従せず、ハンバーガーだけスクロール固定 */
  .header_sp .ham {
    position: fixed;
    top: 16px;
    right: 18px;
    width: auto;
    align-items: center;
    padding: 12px;
    background: rgba(10, 20, 40, 0.92);
    border-radius: 8px;
    backdrop-filter: blur(6px);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  }
  .header_sp .header_logo img {
    height: 50px;
  }
  .sec {
    padding: 70px 6%;
  }
  a, th, td, p {
    font-size: inherit;
  }
  .top_area .wrap {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .str_grid, .works_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .top_main .hero-center h2 {
    font-size: clamp(34px, 6vw, 56px);
  }
  .top_about .ab-stage {
    display: block;
    min-height: 0;
  }
  .top_about .ab-photo {
    position: static;
    width: 100%;
    height: 380px;
  }
  .top_about .ab-card {
    position: relative;
    z-index: 2;
    top: auto;
    left: auto;
    transform: none;
    width: 88%;
    margin: -60px auto 0;
    padding: 36px 30px;
  }
  .top_about .ab-card.fade-in.fade-in-up {
    transform: translateY(40px);
  }
  .top_about .ab-card.fade-in.fade-in-up.scroll-in {
    transform: none;
  }
  .top_about .ab-watermark {
    font-size: 80px;
    top: -40px;
  }
  .top_str .st-stats {
    grid-template-columns: 1fr 1fr;
  }
  .top_str .st-stats .stat:nth-child(2) {
    border-right: 0;
  }
  .top_str .st-stats .stat:last-child {
    border-top: 1px solid rgba(195, 204, 214, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .header_pc {
    display: none;
  }
  .header_sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    width: 100%;
  }
  .header_sp .header_logo img {
    height: 40px;
  }
  .sec {
    padding: 56px 6%;
  }
  #lower .lower {
    height: 240px;
  }
  #lower .lower-inner h1 {
    font-size: 26px;
  }
  .top_about .ab-card {
    width: 94%;
    padding: 30px 22px;
  }
  .top_about .ab-photo {
    height: 280px;
  }
  .top_str .st-stats {
    grid-template-columns: 1fr;
  }
  .top_str .st-stats .stat {
    border-right: 0;
    border-top: 1px solid rgba(195, 204, 214, 0.2);
  }
  .top_str .st-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .top_main .hero-center h2 {
    font-size: clamp(30px, 8vw, 44px);
    letter-spacing: 0.04em;
  }
  .top_main .hero-center .lead {
    font-size: 13px;
    line-height: 1.9;
  }
  .top_main .hero-center .hero-cta a {
    padding: 13px 24px;
    font-size: 13px;
  }
  .top_main .scroll {
    display: none;
  }
  .top_banner {
    grid-template-columns: 1fr;
  }
  .str_grid, .works_grid {
    grid-template-columns: 1fr;
  }
  .service_item {
    grid-template-columns: 1fr;
  }
  .service_item .num {
    padding: 14px 0;
  }
  .service_item .ttl {
    padding: 26px 22px;
  }
  .service_item .ttl h3 {
    font-size: 19px;
    letter-spacing: 0.02em;
  }
  .footer_contact .btns a {
    min-width: 100%;
  }
  .contact_form, .top_area .card {
    padding: 30px 22px;
  }
  .company_table th {
    width: 36%;
    padding: 14px;
    white-space: normal;
  }
  .company_table td {
    padding: 14px;
  }
}/*# sourceMappingURL=style.css.map */