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

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

body {
  font-size: 1rem;
  background-color: #ffffff;
  color: #1c2033;
  font-family: "Noto Sans Japanese", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, MotoyaLCedar, sans-serif;
  line-height: 1.6;
}

.yl {
  color: #f5a623 !important;
}

.ylb {
  color: #ffc83f !important;
}

.nv {
  color: #1e2a6e !important;
}

.wh {
  color: #ffffff !important;
}

.mut {
  color: #5a6078 !important;
}

.bold {
  font-weight: 700 !important;
}

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

a {
  color: #2595EA;
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#lower {
  position: relative;
  z-index: 12;
}
#lower::after {
  display: none;
}
#lower .lower {
  position: relative;
  width: 100%;
  height: 340px;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower {
    height: 240px;
  }
}
#lower .lower::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(12, 18, 56, 0.62), rgba(20, 29, 82, 0.5) 55%, rgba(30, 42, 110, 0.4));
}
#lower .lower::after {
  display: none;
}
#lower .lower .lower_bg {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.13;
  background-image: linear-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.3) 1px, transparent 1px);
  background-size: 50px 50px;
  -webkit-mask-image: radial-gradient(100% 80% at 50% 40%, #000 30%, transparent 78%);
  mask-image: radial-gradient(100% 80% at 50% 40%, #000 30%, transparent 78%);
}
#lower .lower_contents {
  position: absolute;
  top: 170px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  color: #fff;
  text-align: center;
  z-index: 6;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower_contents {
    top: 150px;
  }
}
@media screen and (max-width: 768px) {
  #lower .lower_contents {
    display: none;
  }
}
#lower .lower_contents h1 {
  font-size: 0.86rem;
  letter-spacing: 0.3em;
  color: #ffc83f;
  font-weight: 700;
  margin-top: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower_contents h1 {
    font-size: 0.82rem;
  }
}
#lower .lower_contents p {
  font-family: "Comfortaa", "Century Gothic", sans-serif;
  font-size: clamp(2.2rem, 6vw, 3.6rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1;
}
#lower .lower-header-wrap {
  position: static;
  width: 100%;
  color: #5a6078;
  text-shadow: none;
  text-align: center;
  padding: 3.2rem 0 0.5rem;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  #lower .lower-header-wrap {
    display: none;
  }
}
#lower .lower-header-wrap .lower-comment {
  width: auto;
  max-width: 680px;
  margin: 0 auto;
}
#lower .lower-header-wrap .lower-comment p {
  font-size: 0.98rem;
  line-height: 2.1;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lower .lower-header-wrap .lower-comment p {
    font-size: 1.7vw;
  }
}

.contents_top {
  display: none;
}
@media screen and (max-width: 768px) {
  .contents_top {
    display: block;
    position: relative;
    z-index: 10;
  }
}
.contents_top .contents_top_headline {
  color: #1c2033;
  text-align: center;
  margin: 2rem auto;
}
.contents_top .contents_top_headline h2 {
  font-size: 200%;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .contents_top .contents_top_headline h2 {
    font-size: 160%;
  }
}
.contents_top .contents_top_headline p {
  font-size: 120%;
}
@media screen and (max-width: 768px) {
  .contents_top .contents_top_headline p {
    font-size: 120%;
  }
}
.contents_top .lower-header-wrap {
  top: 50%;
  left: 0;
  width: 100%;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgb(12, 18, 56), -1px 1px 2px rgb(12, 18, 56), 1px -1px 2px rgb(12, 18, 56), -1px -1px 2px rgb(12, 18, 56);
  position: absolute;
  z-index: 1234;
}
@media screen and (max-width: 768px) {
  .contents_top .lower-header-wrap {
    position: relative;
    color: #1c2033;
    text-shadow: none;
  }
}
.contents_top .lower-header-wrap .lower-comment {
  width: 50%;
  margin-left: 30%;
}
@media screen and (max-width: 768px) {
  .contents_top .lower-header-wrap .lower-comment {
    width: 90%;
    margin: auto;
  }
}
.contents_top .lower-header-wrap .lower-comment p {
  font-size: 1vw;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .contents_top .lower-header-wrap .lower-comment p {
    font-size: 4vw;
  }
}

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

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

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

.loading {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #0c1238;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 99999;
}
.loading .loading_text {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 1.4rem;
}
.loading .loadingText {
  color: #fff;
  font-family: "Comfortaa", sans-serif;
  letter-spacing: 0.4em;
  font-size: 1rem;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .loading .loadingText {
    font-size: 3.6vw;
  }
}

.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: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #f5a623;
}
.spinner-box .pulse-container .pulse-bubble-1 {
  animation: pulse 0.4s ease 0s infinite alternate;
}
.spinner-box .pulse-container .pulse-bubble-2 {
  animation: pulse 0.4s ease 0.2s infinite alternate;
}
.spinner-box .pulse-container .pulse-bubble-3 {
  animation: pulse 0.4s ease 0.4s infinite alternate;
}

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

header {
  position: relative;
  z-index: 1234;
}
@media screen and (max-width: 768px) {
  header {
    padding: 0;
  }
}
header #header_pc {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  header #header_pc {
    display: none;
  }
}
header #header_pc .header_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  padding: 2rem;
  z-index: 1234;
}
header #header_pc .header_logo img {
  width: 100%;
}
header #header_pc .header_menu {
  padding-top: 1rem;
}
header #header_pc .header_menu ul {
  display: flex;
  justify-content: end;
  align-items: center;
  list-style: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  header #header_pc .header_menu ul {
    flex-flow: column;
    height: auto;
  }
}
header #header_pc .header_menu ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem 1.5vw;
}
header #header_pc .header_menu ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 120%;
  text-align: center;
  font-weight: 400;
  line-height: 1.25;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
  text-shadow: 1px 1px 2px rgba(12, 18, 56, 0.55), -1px 1px 2px rgba(12, 18, 56, 0.55), 1px -1px 2px rgba(12, 18, 56, 0.55), -1px -1px 2px rgba(12, 18, 56, 0.55);
}
header #header_pc .header_menu ul li a span {
  font-size: 70%;
}
header #header_pc .header_menu ul li a:hover {
  color: #ffc83f;
}
header #header_pc .header_menu ul li a.header_cta {
  background: #f5a623;
  color: #1e2a6e;
  padding: 0.7rem 1.1rem;
  border-radius: 4px;
  height: auto;
  box-shadow: 0 4px 14px rgba(245, 166, 35, 0.4);
  text-shadow: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
header #header_pc .header_menu ul li a.header_cta span {
  color: #1e2a6e;
  opacity: 0.7;
}
header #header_pc .header_menu ul li a.header_cta:hover {
  color: #1e2a6e;
  transform: translateY(-2px);
  box-shadow: 0 7px 20px rgba(245, 166, 35, 0.55);
}
header #header_pc .header_menu ul li a.new_twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
}
header #header_pc .header_menu ul li a.sns-link {
  font-size: 120%;
  color: #ffffff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_pc .header_menu ul li a.sns-link {
    font-size: 80%;
  }
}
header #header_pc .header_menu ul li a.sns-link:hover {
  color: #ffc83f;
}
@media screen and (min-width: 1441px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  header #header_sp {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header #header_sp {
    display: none;
  }
}
header #header_sp .header_sp {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem;
  z-index: 1234;
}
header #header_sp .header_sp .header_logo {
  width: 40vw;
}
header #header_sp .header_sp .header_logo img {
  width: 100%;
}
header #header_sp .header_sp_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16vw;
  background: rgba(20, 29, 82, 0.95);
  z-index: 9999;
}
header #header_sp .header_sp_bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 100%;
  margin: auto;
  list-style: none;
  padding-top: 5px;
}
header #header_sp .header_sp_bottom ul li a {
  text-decoration: none;
  color: #ffffff;
}
header #header_sp .header_sp_bottom ul li a .header_icon {
  text-align: center;
  height: 8vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
header #header_sp .header_sp_bottom ul li a .header_icon i {
  font-size: 6vw;
}

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

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

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

.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: #ffffff;
  transform: rotate(-45deg);
}

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

nav.globalMenuSp {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  color: #ffffff;
  background: rgba(20, 29, 82, 0.95);
  text-align: center;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: column;
  padding: 22vw 6vw 22vw;
  overflow-y: auto;
}

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

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

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

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

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

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

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

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

.sec-head {
  text-align: center;
  margin-bottom: 3rem;
}
.sec-head .en-l {
  display: block;
  font-family: "Comfortaa", "Century Gothic", sans-serif;
  font-size: clamp(2rem, 5vw, 3.3rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #1e2a6e;
  line-height: 1;
}
.sec-head .jp-s {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.82rem;
  letter-spacing: 0.32em;
  color: #f5a623;
  font-weight: 700;
  padding-left: 0.32em;
}
.sec-head.on-dark .en-l {
  color: #fff;
}
.sec-head.on-dark .jp-s {
  color: #ffc83f;
}

.bolt-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 1rem;
}
.bolt-rule i {
  display: block;
  width: 42px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #f5a623);
}
.bolt-rule i:last-child {
  background: linear-gradient(90deg, #f5a623, transparent);
}
.bolt-rule svg {
  width: 16px;
  height: 22px;
}

#top_main {
  position: relative;
  height: 100vh;
  min-height: 560px;
  overflow: hidden;
  background: #0c1238;
  z-index: 12;
}
@media screen and (max-width: 768px) {
  #top_main {
    height: 88vh;
    min-height: 520px;
  }
}
#top_main .top_main {
  position: absolute;
  inset: 0;
  z-index: 1;
}
#top_main .top_main .slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #0c1238;
}
#top_main .top_main .slider .slick-list,
#top_main .top_main .slider .slick-track {
  width: 100%;
  height: 100%;
}
#top_main .top_main .slider .slick-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .top_main .top_main_cover {
  display: none;
}
#top_main .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: radial-gradient(120% 90% at 75% 18%, rgba(30, 42, 110, 0.55), transparent 60%), radial-gradient(100% 80% at 12% 88%, rgba(245, 166, 35, 0.1), transparent 55%);
}
#top_main .hero-grid {
  position: absolute;
  inset: 0;
  z-index: 4;
  opacity: 0.16;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.25) 1px, transparent 1px);
  background-size: 54px 54px;
  -webkit-mask-image: radial-gradient(120% 80% at 70% 30%, #000 35%, transparent 78%);
  mask-image: radial-gradient(120% 80% at 70% 30%, #000 35%, transparent 78%);
}
#top_main::after {
  display: none;
}
#top_main .hero-copy {
  position: absolute;
  z-index: 6;
  left: clamp(1.2rem, 6vw, 7rem);
  top: 50%;
  transform: translateY(-54%);
  max-width: 680px;
  opacity: 0;
  animation: heroIn 1.2s ease 1.4s forwards;
}
@media screen and (max-width: 768px) {
  #top_main .hero-copy {
    top: 46%;
    transform: translateY(-50%);
    right: 1.2rem;
  }
}
#top_main .hero-copy .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #ffc83f;
  font-family: "Comfortaa", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  font-weight: 700;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 768px) {
  #top_main .hero-copy .hero-eyebrow {
    font-size: 3vw;
  }
}
#top_main .hero-copy .hero-eyebrow .eb-bolt {
  width: 13px;
  height: 18px;
  filter: drop-shadow(0 0 6px rgba(255, 200, 63, 0.6));
  animation: ebFlash 3.5s ease-in-out 2s infinite;
}
#top_main .hero-copy h1 {
  color: #fff;
  font-size: clamp(2rem, 5.6vw, 4.1rem);
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0.02em;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}
#top_main .hero-copy h1 b {
  color: #f5a623;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  #top_main .hero-copy h1 {
    font-size: 8.4vw;
  }
}
#top_main .hero-copy p {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.95rem, 1.4vw, 1.12rem);
  margin-top: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#top_main .hero-copy .hero-actions {
  display: flex;
  gap: 1rem;
  margin-top: 2.4rem;
  flex-wrap: wrap;
}
#top_main .scroll-cue {
  position: absolute;
  z-index: 6;
  bottom: 140px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.6);
  font-family: "Comfortaa", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  #top_main .scroll-cue {
    display: none;
  }
}
#top_main .scroll-cue span {
  width: 1px;
  height: 46px;
  background: linear-gradient(#f5a623, transparent);
  animation: cue 1.8s ease-in-out infinite;
}

.btn-y {
  background: #f5a623;
  color: #1e2a6e;
  font-weight: 800;
  padding: 0.95rem 1.9rem;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.98rem;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(245, 166, 35, 0.4);
  transition: transform 0.22s, box-shadow 0.22s;
}
.btn-y:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(245, 166, 35, 0.55);
}

.btn-ghost {
  border: 2px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  font-weight: 700;
  padding: 0.85rem 1.7rem;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.98rem;
  text-decoration: none;
  transition: border-color 0.22s, background 0.22s;
}
.btn-ghost:hover {
  border-color: #f5a623;
  background: rgba(245, 166, 35, 0.12);
}

@keyframes heroIn {
  from {
    opacity: 0;
    transform: translateY(-46%);
  }
  to {
    opacity: 1;
    transform: translateY(-54%);
  }
}
@keyframes ebFlash {
  0%, 92%, 100% {
    opacity: 1;
  }
  94% {
    opacity: 0.3;
  }
  96% {
    opacity: 1;
  }
  98% {
    opacity: 0.4;
  }
}
@keyframes cue {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  51% {
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#greeting {
  position: relative;
  overflow: hidden;
}
#greeting .greeting-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(120deg, #0c1238, #141d52 55%, #1e2a6e);
}
#greeting .greeting-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image: linear-gradient(rgba(255, 255, 255, 0.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.4) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 70%);
  mask-image: linear-gradient(90deg, #000, transparent 70%);
}
#greeting .greeting-inner {
  position: relative;
  z-index: 2;
  padding: 7rem 0;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 4rem;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #greeting .greeting-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 5rem 0;
  }
}
@media screen and (max-width: 768px) {
  #greeting .greeting-inner {
    grid-template-columns: 1fr;
    gap: 2.2rem;
    padding: 4rem 0;
  }
}
#greeting .greeting-text .en-l {
  font-family: "Comfortaa", sans-serif;
  color: #fff;
  font-size: clamp(2rem, 4.4vw, 3rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.6rem;
  display: block;
}
#greeting .greeting-text .jp-s {
  display: inline-block;
  color: #ffc83f;
  font-size: 0.78rem;
  letter-spacing: 0.3em;
  font-weight: 700;
  margin-bottom: 2rem;
}
#greeting .greeting-text h3 {
  color: #fff;
  font-size: clamp(1.3rem, 2.4vw, 1.9rem);
  font-weight: 800;
  line-height: 1.6;
  margin-bottom: 1.6rem;
  letter-spacing: 0.02em;
}
#greeting .greeting-text h3 b {
  color: #f5a623;
}
#greeting .greeting-text p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.96rem;
  line-height: 2.1;
  font-weight: 400;
}
#greeting .greeting-visual {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(160deg, #243079, #0f1640);
  border: 1px solid rgba(245, 166, 35, 0.3);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #greeting .greeting-visual {
    aspect-ratio: 16/9;
    max-width: 520px;
  }
}
@media screen and (max-width: 768px) {
  #greeting .greeting-visual {
    aspect-ratio: 16/10;
  }
}
#greeting .greeting-visual .gv-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
#greeting .greeting-visual.has-img::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(12, 18, 56, 0.72), rgba(12, 18, 56, 0) 45%);
}
#greeting .greeting-visual .vbolt {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
}
#greeting .greeting-visual .vbolt svg {
  width: 45%;
  filter: drop-shadow(0 0 30px rgba(245, 166, 35, 0.6));
}
#greeting .greeting-visual .vlabel {
  position: absolute;
  bottom: 1.4rem;
  left: 1.6rem;
  color: #fff;
  z-index: 2;
}
#greeting .greeting-visual .vlabel .en {
  display: block;
  font-family: "Comfortaa", sans-serif;
  color: #ffc83f;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
}
#greeting .greeting-visual .vlabel b {
  display: block;
  font-size: 1.05rem;
  margin-top: 0.2rem;
  letter-spacing: 0.08em;
}

#flex_contents {
  padding: 6rem 0 5rem;
  background: #f6f7fb;
}
#flex_contents .bnr-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  #flex_contents .bnr-grid {
    grid-template-columns: 1fr;
  }
}
#flex_contents .bnr-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 3/2.4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(160deg, #1e2a6e, #141d52);
  border: 1px solid #dfe2ee;
  transition: transform 0.3s, box-shadow 0.3s;
}
#flex_contents .bnr-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(20, 29, 82, 0.22);
}
#flex_contents .bnr-card:hover .inner .go {
  gap: 0.9rem;
  color: #ffc83f;
}
#flex_contents .bnr-card .bnr-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
#flex_contents .bnr-card.has-img::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(160deg, rgba(20, 29, 82, 0.8), rgba(12, 18, 56, 0.74));
}
#flex_contents .bnr-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.12;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 1px);
  background-size: 34px 34px;
}
#flex_contents .bnr-card .inner {
  position: relative;
  z-index: 3;
  color: #fff;
  padding: 1.5rem;
}
#flex_contents .bnr-card .inner .ico {
  width: 46px;
  height: 46px;
  margin: 0 auto 1rem;
  color: #f5a623;
}
#flex_contents .bnr-card .inner .ico svg {
  width: 100%;
  height: 100%;
}
#flex_contents .bnr-card .inner h4 {
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}
#flex_contents .bnr-card .inner .en {
  display: block;
  font-family: "Comfortaa", sans-serif;
  font-size: 0.66rem;
  color: #ffc83f;
  letter-spacing: 0.18em;
  margin-top: 0.4rem;
}
#flex_contents .bnr-card .inner .go {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.1rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.8);
  transition: gap 0.25s, color 0.25s;
}

#reason {
  padding: 6rem 0;
  background: #f6f7fb;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #reason {
    padding: 4rem 0;
  }
}
#reason::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 340px;
  height: 340px;
  border: 2px solid rgba(30, 42, 110, 0.06);
  border-radius: 50%;
}
#reason .reason-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  margin-top: 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #reason .reason-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  #reason .reason-grid {
    grid-template-columns: 1fr;
  }
}
#reason .reason-card {
  background: #fff;
  border-radius: 12px;
  padding: 2.6rem 1.9rem 2.3rem;
  position: relative;
  overflow: hidden;
  border: 1px solid #e7e9f2;
  box-shadow: 0 6px 22px rgba(20, 29, 82, 0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}
#reason .reason-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 44px rgba(20, 29, 82, 0.18);
}
#reason .reason-card:hover::after {
  transform: scaleX(1);
}
#reason .reason-card .big-no {
  position: absolute;
  top: -1.4rem;
  right: 0.4rem;
  font-family: "Comfortaa", sans-serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(30, 42, 110, 0.05);
  z-index: 0;
}
#reason .reason-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #f5a623, #ffc83f);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}
#reason .reason-card .r-ico {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(150deg, #1e2a6e, #141d52);
  color: #f5a623;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 20px rgba(20, 29, 82, 0.25);
}
#reason .reason-card .r-ico svg {
  width: 30px;
  height: 30px;
}
#reason .reason-card .r-label {
  position: relative;
  z-index: 1;
  display: block;
  font-family: "Comfortaa", sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  color: #f5a623;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
#reason .reason-card h4 {
  position: relative;
  z-index: 1;
  font-size: 1.08rem;
  font-weight: 800;
  color: #1e2a6e;
  margin-bottom: 0.9rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #reason .reason-card h4 {
    font-size: 4.4vw;
  }
}
#reason .reason-card p {
  position: relative;
  z-index: 1;
  font-size: 0.9rem;
  color: #5a6078;
  line-height: 1.95;
}

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

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

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

#service .service {
  margin-bottom: 2rem;
}
#service .service .service_contents {
  width: min(1140px, 92%);
  margin-inline: auto;
}
#service .service .service_contents ul {
  list-style: none;
}
#service .service .service_contents ul li {
  padding-bottom: 0;
}
#service .service .service_contents ul li.reverse .contents_box {
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li.reverse .contents_box {
    flex-flow: column-reverse;
  }
}
#service .service .service_contents ul li .contents_box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 2.4rem;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(12, 18, 56, 0.18);
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li .contents_box {
    flex-flow: column-reverse;
    margin-bottom: 6vw;
  }
}
#service .service .service_contents ul li .contents_box .list_writing {
  position: relative;
  width: 50%;
  padding: 3vw;
  background: linear-gradient(160deg, #1e2a6e, #141d52);
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li .contents_box .list_writing {
    width: 100%;
    padding: 7vw 6vw;
  }
}
#service .service .service_contents ul li .contents_box .list_writing .s_no {
  display: block;
  font-family: "Comfortaa", sans-serif;
  color: #f5a623;
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.12em;
}
#service .service .service_contents ul li .contents_box .list_writing .s_badge {
  display: inline-block;
  margin: 0.5rem 0 1rem;
  padding: 0.25rem 0.7rem;
  font-family: "Comfortaa", sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #1e2a6e;
  background: #f5a623;
  border-radius: 3px;
}
#service .service .service_contents ul li .contents_box .list_writing h2 {
  color: #ffffff;
  font-weight: 800;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 0.8rem;
  margin-bottom: 1.5rem;
}
#service .service .service_contents ul li .contents_box .list_writing p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 2.05;
}
#service .service .service_contents ul li .contents_box .list_image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li .contents_box .list_image {
    width: 100%;
  }
}
#service .service .service_contents ul li .contents_box .list_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
  border-style: none;
}
@media screen and (max-width: 768px) {
  #service .service .service_contents ul li .contents_box .list_image img {
    height: 56vw;
  }
}

#company #philosophy {
  width: 80%;
  margin: 3rem auto;
  border: 2px solid #1e2a6e;
  border-radius: 10px;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  #company #philosophy {
    width: 95%;
  }
}
#company #philosophy h2 {
  text-align: center;
  border-bottom: 1px solid #1e2a6e;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
#company #philosophy p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #company #philosophy p {
    text-align: left;
  }
}
#company .company {
  padding: 4vw 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company {
    padding: 6vw 0;
  }
}
@media screen and (max-width: 768px) {
  #company .company {
    padding: 12vw 0;
  }
}
#company .company .company_contents {
  width: 80%;
  margin: auto;
  background: linear-gradient(135deg, #1e2a6e, #141d52);
  padding: 5vw;
  margin-bottom: 2rem;
}
@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%;
  }
}
#company .company .company_contents h3 {
  font-size: 1.6vw;
  color: #ffffff;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #company .company .company_contents h3 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents h3 {
    font-size: 6vw;
  }
}
#company .company .company_contents h3 i {
  margin-right: 0.5rem;
}
#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;
  }
}
#company .company .company_contents table tr {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
  }
}
#company .company .company_contents table tr th, #company .company .company_contents table tr td {
  padding: 1.5rem 0.5rem 0.5rem;
}
@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;
  }
}
@media screen and (max-width: 768px) {
  #company .company .company_contents table tr th, #company .company .company_contents table tr td {
    text-align: start;
  }
}
#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: 0.5rem;
  }
}
#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 {
  padding: 5vw;
}
#sales .sales h3 {
  font-size: 1.6vw;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales h3 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales h3 {
    font-size: 6vw;
  }
}
#sales .sales h3 i {
  margin-right: 0.5rem;
}
#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 #1c2033;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales ul li {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales ul li {
    width: 100%;
  }
}
#sales .sales ul li .sales_name {
  width: 40%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales ul li .sales_name h4 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales ul li .sales_name h4 {
    font-size: 3.3vw;
  }
}
#sales .sales ul li .sales_contents {
  width: 60%;
}
#sales .sales ul li .sales_contents p {
  margin-bottom: 0.5vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #sales .sales ul li .sales_contents .tel {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #sales .sales ul li .sales_contents .tel {
    font-size: 3.3vw;
  }
}
#sales .sales ul li .sales_contents .tel i {
  margin-right: 0.25rem;
}

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

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

#recruit {
  margin-bottom: 8vw;
}
#recruit .recruit .recruit_text {
  margin-bottom: 8vw;
}
#recruit .recruit .recruit_text p {
  line-height: 3vw;
  font-size: 1.2vw;
}
#recruit .recruit .recruit_contents {
  width: 90%;
  margin: auto;
  margin-bottom: 8vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents {
    flex-flow: column;
  }
}
#recruit .recruit .recruit_contents .recruit_content {
  background: #ffffff;
  border: 1px solid #e3e6f0;
  border-radius: 10px;
  width: 100%;
  max-width: 880px;
  margin: auto;
  padding: 1rem;
  box-shadow: 0 6px 24px rgba(20, 29, 82, 0.07);
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content {
    width: 100%;
    margin: 2rem auto;
  }
}
#recruit .recruit .recruit_contents .recruit_content h2 {
  font-size: 130%;
  color: #ffffff;
  background: linear-gradient(135deg, #1e2a6e, #141d52);
  padding: 0.5rem;
}
#recruit .recruit .recruit_contents .recruit_content div {
  width: 100%;
}
#recruit .recruit .recruit_contents .recruit_content div dl {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 43, 84, 0.3);
  padding: 1.5rem 0.8rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content div dl {
    flex-flow: column;
  }
}
#recruit .recruit .recruit_contents .recruit_content div dl dt, #recruit .recruit .recruit_contents .recruit_content div dl dd {
  color: #1c2033;
  padding: 0.25rem;
}
#recruit .recruit .recruit_contents .recruit_content div dl dt {
  width: 30%;
  font-weight: 600;
  text-align: right;
  padding: 0.25rem 0.5rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content div dl dt {
    width: 100%;
    margin-bottom: 0.5rem;
    text-align: left;
    color: #1e2a6e;
    font-weight: 700;
    border-left: 3px solid #f5a623;
    padding-left: 0.6rem;
  }
}
#recruit .recruit .recruit_contents .recruit_content div dl dd {
  width: 70%;
  padding: 0.25rem 1rem;
}
@media screen and (max-width: 768px) {
  #recruit .recruit .recruit_contents .recruit_content div dl dd {
    width: 100%;
  }
}
#recruit .recruit_btn {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #recruit .recruit_btn {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #recruit .recruit_btn {
    width: 95%;
  }
}
#recruit .recruit_btn a {
  text-decoration: none;
}
#recruit .recruit_btn a button {
  width: 100%;
  color: #fff;
  font-size: 120%;
  background-color: #f5a623;
  border: 1px solid #e3e6f0;
  padding: 0.5rem;
  transition: all 0.4s;
  border: none;
  border-radius: 10px;
}
#recruit .recruit_btn a button:hover {
  opacity: 0.7;
}

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

#contact .contact {
  width: 80%;
  margin: auto;
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact {
    width: 95%;
  }
}
#contact .contact .contact_text {
  margin-bottom: 8vw;
}
#contact .contact .contact_text p {
  line-height: 3vw;
  font-size: 1.2vw;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #contact .contact .contact_text p {
    font-size: 1.4vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact .contact_text p {
    font-size: 3.3vw;
    line-height: 6vw;
  }
}
#contact .contact .form {
  width: 100%;
  margin-bottom: 8vw;
}
#contact .contact .form .wpcf7 {
  color: #333;
  background-color: #ffffff;
  padding: 5rem;
  border-radius: 10px;
  margin: auto;
}
#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: #1e2a6e;
  background-color: #f5a623;
  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%;
  }
}

#footer_contact {
  position: relative;
  padding: 5.5rem 0;
  overflow: hidden;
  background: linear-gradient(135deg, #0c1238, #1e2a6e);
  text-align: center;
}
#footer_contact .fc-bolt {
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  width: min(34vw, 380px);
  z-index: 1;
  opacity: 0.16;
}
#footer_contact .fc-bolt svg path {
  fill: #f5a623;
}
@media screen and (max-width: 768px) {
  #footer_contact .fc-bolt {
    right: -8%;
    width: 64vw;
  }
}
#footer_contact .fc-inner {
  position: relative;
  z-index: 2;
}
#footer_contact .fc-inner .en-l {
  display: block;
  font-family: "Comfortaa", sans-serif;
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700;
  line-height: 1;
}
#footer_contact .fc-inner .jp-s {
  display: inline-block;
  color: #ffc83f;
  font-size: 0.78rem;
  letter-spacing: 0.3em;
  font-weight: 700;
  margin-top: 0.8rem;
  margin-bottom: 2.4rem;
}
#footer_contact .fc-inner .fc-lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  margin-bottom: 2.6rem;
  line-height: 1.9;
}
#footer_contact .fc-actions {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #footer_contact .fc-actions {
    flex-direction: column;
    align-items: center;
  }
}
#footer_contact .fc-tel {
  background: #fff;
  color: #1e2a6e;
  padding: 1rem 2rem;
  border-radius: 5px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  text-decoration: none;
  transition: transform 0.2s;
  box-sizing: border-box;
  min-width: 290px;
  min-height: 84px;
}
@media screen and (max-width: 768px) {
  #footer_contact .fc-tel {
    width: 100%;
    min-width: 0;
  }
}
#footer_contact .fc-tel:hover {
  transform: translateY(-3px);
}
#footer_contact .fc-tel .ico i {
  color: #1e2a6e;
}
#footer_contact .fc-tel .txt {
  text-align: left;
}
#footer_contact .fc-tel .num {
  display: block;
  font-family: "Comfortaa", sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0.03em;
}
#footer_contact .fc-tel small {
  display: block;
  font-size: 0.6rem;
  color: #5a6078;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#footer_contact .fc-mail {
  background: #f5a623;
  color: #1e2a6e;
  padding: 1rem 2rem;
  border-radius: 5px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(245, 166, 35, 0.4);
  transition: transform 0.2s;
  box-sizing: border-box;
  min-width: 290px;
  min-height: 84px;
}
@media screen and (max-width: 768px) {
  #footer_contact .fc-mail {
    width: 100%;
    min-width: 0;
  }
}
#footer_contact .fc-mail:hover {
  transform: translateY(-3px);
}
#footer_contact .fc-mail i {
  margin-right: 0.2rem;
}

footer {
  padding-top: 2vw;
  background-color: #0c1238;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 8vw;
  }
}
footer .footer_menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: auto;
  list-style: none;
}
@media screen and (max-width: 768px) {
  footer .footer_menu ul {
    width: 95%;
    flex-wrap: wrap;
    padding-left: 0;
  }
}
footer .footer_menu ul li {
  flex: 0 0 auto;
  width: auto;
  font-size: 100%;
  padding: 0.5rem 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  footer .footer_menu ul li {
    font-size: 80%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_menu ul li {
    margin-bottom: 4vw;
  }
}
footer .footer_menu ul li a {
  color: #ffffff;
  padding: 0 2vw;
}
@media screen and (max-width: 768px) {
  footer .footer_menu ul li a {
    font-size: 3vw;
    padding: 0 4vw;
  }
}
footer .footer_menu ul li a i {
  margin-right: 0.5rem;
}
footer .footer_menu ul li .new_twitter:before {
  content: "𝕏" !important;
  font-family: sans-serif !important;
  font-weight: bold;
}
footer .footer_menu ul li .sns-link {
  text-decoration: none;
}
footer .footer_logo_eria {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin: 0.5rem auto;
}
@media screen and (max-width: 768px) {
  footer .footer_logo_eria {
    flex-wrap: wrap;
  }
}
footer .footer_logo_eria .footer_logo_img {
  width: 30%;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  footer .footer_logo_eria .footer_logo_img {
    width: 100%;
  }
}
footer .footer_logo_eria .footer_logo_img img {
  width: 100%;
}
footer .footer_logo_eria .footer_logo_info {
  width: auto;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  footer .footer_logo_eria .footer_logo_info {
    width: 100%;
  }
}
footer .footer_logo_eria .footer_logo_info ul {
  list-style: none;
}
@media screen and (max-width: 768px) {
  footer .footer_logo_eria .footer_logo_info ul {
    text-align: center;
    margin-top: 0.5rem;
  }
}
footer .footer_logo_eria .footer_logo_info ul li i {
  margin-right: 0.25rem;
}
footer .copyright {
  text-align: center;
  padding: 1vw 0;
  background: #0c1238;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding-bottom: 16vw;
  }
}
footer .copyright div {
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .copyright div {
    padding-left: 0;
  }
}
footer .copyright div p {
  color: #fff;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  footer .copyright div p {
    padding: 1.5rem 0;
  }
}/*# sourceMappingURL=style.css.map */