@charset "UTF-8";
/* normalize.scss v2025.1 */
/* Document
   ========================================================================== */
/**
 * 1. すべてのブラウザで一貫したline-heightを使用
 * 2. すべての要素でbox-sizingをborder-boxに設定
 * 3. フォントのアンチエイリアシングを有効化
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 100%;
}

@media only screen and (max-width: 1090px) {
  html {
    font-size: 93.75%;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 87.5%;
  }
}
*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  transition: all 0.3s;
}

/* セクション
   ========================================================================== */
body {
  margin: 0;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

main {
  display: block;
}

/* 見出しとテキスト要素
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

/* リスト
   ========================================================================== */
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 埋め込みコンテンツ
   ========================================================================== */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* フォーム
   ========================================================================== */
input, button, textarea, select {
  font: inherit;
  color: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

/* リンク
   ========================================================================== */
a {
  color: inherit;
  text-decoration: none;
}

/* テーブル
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* その他
   ========================================================================== */
/* 非表示要素 */
[hidden] {
  display: none;
}

/* アクセシビリティ */
[aria-busy=true] {
  cursor: progress;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/* 印刷
   ========================================================================== */
@media print {
  @page {
    margin: 2cm;
  }
  a[href^=http]:after {
    content: " (" attr(href) ")";
  }
}
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
/* Color
============================================= */
/* Size
============================================= */
/* Font Family
============================================= */
/* Break Point
============================================= */
/* Text Color Utilities
============================================= */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #000;
}

*, *::before, *::after {
  box-sizing: border-box;
}

main {
  flex-grow: 1;
}

.text-blue {
  color: #007dcc;
}

.text-black {
  color: #000;
}

.text-text {
  color: #474747;
}

.text-text-blue {
  color: #039de6;
}

.text-text-blue-d {
  color: #0062ab;
}

.text-orange {
  color: #f7bc00;
}

.text-bg-blue {
  color: #f3fafc;
}

.text-bg-blue-l {
  color: #E8F3F5;
}

.text-bg-gray {
  color: #f4f4f4;
}

.text-red {
  color: #e10000;
}

.text-orange-l {
  color: #FE8115;
}

.text-orange-d {
  color: #FF5D1E;
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.container {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.container .inner-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.title-1 {
  padding-left: 3.125rem;
  position: relative;
}
.title-1::before {
  content: "";
  display: inline-block;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  background: #f7bc00;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.title-1.no-dot {
  padding-left: 0;
}
.title-1.no-dot::before {
  content: none;
}
.title-1 .main {
  font-size: 2rem;
  letter-spacing: 0.12em;
  display: block;
  margin-bottom: 0.3125rem;
}
.title-1 .sub {
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: #039de6;
  display: block;
}
@media (max-width: 1089px) {
  .title-1 .main {
    font-size: clamp(1.375rem, 5vw, 2rem);
  }
  .title-1 .sub {
    font-size: clamp(0.75rem, 2vw, 1rem);
  }
  .title-1.no-dot {
    font-size: clamp(1.5rem, 5vw, 2rem);
  }
}
@media (max-width: 767px) {
  .title-1 {
    padding-left: 2.125rem;
  }
  .title-1::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.link-container {
  display: flex;
  justify-content: flex-end;
}
.link-container .link {
  color: #0062ab;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.14em;
  padding-right: 3.75rem;
  position: relative;
  font-weight: 600;
}
.link-container .link::after {
  content: "";
  display: inline-block;
  width: 3.1rem;
  height: 3.1rem;
  background: url(../img/icon/arrow_b.svg) no-repeat center center/contain;
  margin-left: 0.3125rem;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .link-container .link {
    font-size: clamp(1.0625rem, 3vw, 1.125rem);
    padding-right: 3.125rem;
  }
  .link-container .link::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (max-width: 767px) {
  .link-container {
    margin-top: 0.625rem;
  }
}

#site-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100vw;
  height: 5rem;
  background: #007dcc;
  align-items: center;
  display: flex;
  transition: all 0.3s;
}
#site-header .header-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
#site-header .header-layout a {
  cursor: pointer;
  display: inline-block;
}
#site-header .header-layout a img {
  cursor: pointer;
}
#site-header .header-layout .site-branding {
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  gap: 1rem;
}
#site-header .header-layout .site-logo-link img {
  height: 2.1875rem;
}
#site-header .header-layout .site-logo-kansai {
  height: 2.8125rem;
  width: auto;
}
#site-header .header-layout .header-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 24px;
}
#site-header .header-layout .header-nav-list {
  display: flex;
  align-items: center;
  gap: 0;
}
#site-header .header-layout .header-nav-list li {
  line-height: 1;
}
#site-header .header-layout .header-nav-list li a {
  color: #fff;
  font-size: 1rem;
}
@media (max-width: 1239px) {
  #site-header .header-layout .header-nav-list li a {
    font-size: 0.75rem;
  }
}
@media (max-width: 1089px) {
  #site-header .header-layout .header-nav-list li a {
    font-size: 1rem;
  }
}
#site-header .header-layout .header-nav-list li + li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 17px;
  background: #fff;
  margin: 0 18px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
#site-header .header-layout .header-icons {
  display: flex;
  align-items: center;
  gap: 12px;
}
#site-header .header-layout .header-icons .icon-link {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#site-header .header-layout .header-icons .icon-link.icon-home img {
  width: 1.5625rem;
}
#site-header .header-layout .header-icons .icon-link.icon-envelope img {
  width: 2.1rem;
  position: relative;
  left: -0.1875rem;
}
#site-header .burger-menu,
#site-header .menu-overlay,
#site-header .mobile-menu {
  display: none;
}
@media (max-width: 1089px) {
  #site-header {
    height: 3.75rem;
  }
  #site-header .header-layout .site-logo-link img {
    height: 2.5rem;
  }
  #site-header .header-layout .site-logo-kansai {
    height: 2.5rem;
  }
  #site-header .header-layout .header-right {
    display: none;
  }
  #site-header .header-layout .burger-menu {
    width: 3.75rem;
    height: 3.75rem;
    border: none;
    background: rgba(0, 0, 0, 0.7);
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1300;
  }
  #site-header .header-layout .burger-menu span {
    position: absolute;
    width: 34px;
    height: 2px;
    background: #fff;
    transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
  }
  #site-header .header-layout .burger-menu span:nth-child(1) {
    top: 1.25rem;
  }
  #site-header .header-layout .burger-menu span:nth-child(2) {
    top: 1.875rem;
  }
  #site-header .header-layout .burger-menu span:nth-child(3) {
    top: 2.5rem;
  }
  #site-header.is-open .burger-menu span:nth-child(1) {
    top: 1.875rem;
    transform: rotate(45deg);
  }
  #site-header.is-open .burger-menu span:nth-child(2) {
    opacity: 0;
  }
  #site-header.is-open .burger-menu span:nth-child(3) {
    top: 1.875rem;
    transform: rotate(-45deg);
  }
  #site-header .menu-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1200;
  }
  #site-header .mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 90vw;
    max-width: 600px;
    height: 100vh;
    background: #fff;
    padding: 100px 24px 24px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 1250;
    display: flex;
    flex-direction: column;
  }
  #site-header .mobile-menu-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #site-header .mobile-menu-icons {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 40px;
    border-top: 2px dotted #333;
    padding-top: 40px;
  }
  #site-header .mobile-menu-icons .icon-link {
    width: 4.0625rem;
    height: 4.0625rem;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #site-header .mobile-menu-icons .icon-home img {
    width: 1.875rem;
  }
  #site-header .mobile-menu-icons .icon-envelope img {
    width: 2.5rem;
    position: relative;
    left: -0.1875rem;
  }
  #site-header.is-open .menu-overlay {
    opacity: 1;
    visibility: visible;
  }
  #site-header.is-open .mobile-menu {
    transform: translateX(0);
  }
}

#site-header.is-hero-active {
  background: transparent;
}
#site-header.is-hero-active .header-layout .site-branding {
  gap: 0;
}
#site-header.is-hero-active .header-layout .site-branding .site-logo-link {
  opacity: 0;
}
#site-header.is-hero-active .header-layout .site-branding .site-logo-link img {
  height: 0;
}
#site-header.is-hero-active .header-layout .site-branding .site-logo-kansai {
  content: url("../img/logo_kansai.svg");
}
#site-header.is-hero-active .header-layout .header-nav-list li a {
  color: #000;
}
#site-header.is-hero-active .header-layout .header-nav-list li + li::before {
  background: #039de6;
}
@media (max-width: 1089px) {
  #site-header.is-hero-active .header-layout .burger-menu {
    background: transparent;
  }
  #site-header.is-hero-active .header-layout .burger-menu span {
    background: #000;
  }
}

body:not(.home) #site-header {
  position: sticky;
  top: 0;
  height: 4.0625rem;
  background: #fff;
}
body:not(.home) #site-header .header-layout {
  padding-right: 0 !important;
}
body:not(.home) #site-header .header-layout .header-nav-list li a {
  color: #000;
}
body:not(.home) #site-header .header-layout .header-nav-list li + li::before {
  background: #039de6;
}
body:not(.home) #site-header .header-layout .header-icons {
  gap: 0;
}
body:not(.home) #site-header .header-layout .header-icons .icon-link {
  border-radius: 0;
  background: #039de6;
  width: 4.0625rem;
  height: 4.0625rem;
}
body:not(.home) #site-header .header-layout .header-icons .icon-envelope {
  background: #f99f00;
}
body:not(.home) #site-header .header-layout .mobile-menu-icons .icon-envelope {
  display: none;
}
@media (max-width: 1089px) {
  body:not(.home) #site-header {
    height: 3.75rem;
  }
}

#site-footer {
  display: flex;
  flex-direction: column;
}
#site-footer .footer-nav {
  background: #f3fafc;
  padding: 60px 0 30px;
}
#site-footer .footer-nav .basic-nav {
  background: #fff;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#site-footer .footer-nav .basic-nav a {
  color: #474747;
  text-decoration: none;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}
#site-footer .footer-nav .nav-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 35px;
}
#site-footer .footer-nav .nav-columns .nav-section {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
#site-footer .footer-nav .nav-columns .nav-section a {
  color: #474747;
  text-decoration: none;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}
#site-footer .footer-nav .nav-columns .nav-section a.circ {
  position: relative;
  padding-left: 1.25em;
}
#site-footer .footer-nav .nav-columns .nav-section a.circ::before {
  content: "○";
  position: absolute;
  left: 0;
}
#site-footer .footer-nav .nav-columns .nav-section .subnav {
  margin: 0;
  margin-left: 10px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#site-footer .footer-nav .nav-columns .nav-section .subnav li {
  position: relative;
  padding-left: 1em;
}
#site-footer .footer-nav .nav-columns .nav-section .subnav li::before {
  content: "・";
  position: absolute;
  left: 0;
}
#site-footer .footer-nav .nav-columns .nav-section .subnav li a {
  color: #474747;
}
#site-footer .footer-nav .logo-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
  margin-top: 120px;
}
#site-footer .footer-nav .logo-row .site-logo-link img {
  height: 3.125rem;
}
#site-footer .footer-nav .logo-row .site-logo-kansai {
  height: 3.125rem;
  width: auto;
}
#site-footer .footer-copy {
  background: #474747;
}
#site-footer .footer-copy .inner-container {
  height: 5.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#site-footer .footer-copy .inner-container .copy {
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
}

#pagetop {
  position: fixed;
  pointer-events: none;
  bottom: 0;
  width: 100%;
  padding: 0.9375rem 0;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
#pagetop.is-visible {
  opacity: 1;
  visibility: visible;
}
@media (prefers-reduced-motion: reduce) {
  #pagetop {
    transition: opacity 0.15s ease, visibility 0.15s ease;
  }
}
#pagetop .container {
  display: flex;
  justify-content: flex-end;
}
#pagetop a {
  display: inline-block;
  pointer-events: auto;
  width: 3.75rem;
  height: 3.75rem;
  background: url(../img/icon/arrow_b.svg) no-repeat center center/contain;
  transform: rotate(-90deg);
}
#pagetop:not(.is-visible) a {
  pointer-events: none;
}

.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3125rem;
}
.section-title .main {
  font-size: 2.875rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.section-title .sub {
  font-size: 1.375rem;
  line-height: 2;
  letter-spacing: 0.16em;
}
.section-title img {
  margin-bottom: 0.5rem;
}
.section-title .image-1 {
  width: 12.5rem;
  position: relative;
  left: -0.625rem;
}
.section-title .image-2 {
  width: 5.5625rem;
}
.section-title .image-3 {
  width: 9.375rem;
}
.section-title .image-4 {
  width: 9.5rem;
}
.section-title .image-5 {
  width: 15.5rem;
}
@media (max-width: 991px) {
  .section-title .main {
    font-size: clamp(1.5rem, 5vw, 2.875rem);
  }
  .section-title .sub {
    font-size: clamp(1rem, 3vw, 1.375rem);
    line-height: 1.8;
  }
}

.contact-section .inner-container {
  text-align: center;
  padding: 90px 0 160px;
}
@media (max-width: 767px) {
  .contact-section .inner-container {
    padding: 60px 0 60px;
  }
}
.contact-section a {
  background: #e10000;
  color: #fff;
  text-decoration: none;
  font-size: 1.9375rem;
  letter-spacing: 0.08em;
  border-radius: 0.625rem;
  padding: 2.625rem 7.5rem 2.625rem 9.375rem;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  position: relative;
}
.contact-section a:hover, .contact-section a:active {
  opacity: 0.8;
}
.contact-section a::after {
  content: "";
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  background: url(../img/icon/arrow_r.svg) no-repeat center center/contain;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  z-index: 1;
}
.contact-section a::before {
  content: "";
  position: absolute;
  width: 6rem;
  height: 6rem;
  background: url(../img/icon/satei.svg) no-repeat center center/contain;
  top: 50%;
  left: 1.25rem;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 991px) {
  .contact-section a {
    font-size: clamp(1.5rem, 3vw, 1.9375rem);
    padding: 1.875rem 6.25rem 1.875rem 7.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .contact-section a::before {
    width: 4.375rem;
    height: 4.375rem;
  }
}
@media (max-width: 575px) {
  .contact-section a {
    font-size: clamp(1.25rem, 5vw, 1.625rem);
    padding: 1.875rem 3.75rem 1.875rem 5rem;
    width: 100%;
  }
  .contact-section a::before {
    width: 3.75rem;
    height: 3.75rem;
    left: 0.625rem;
  }
  .contact-section a::after {
    width: 2.5rem;
    height: 2.5rem;
    right: 0.625rem;
  }
}

#top .hero-section {
  height: 100vh;
  background: url(../img/page/index/mv_2.jpg) no-repeat center top 20%/cover;
  display: flex;
  align-items: center;
}
#top .hero-section .hero-text {
  color: #fff;
  font-size: clamp(0.65rem, 1.142857vw, 1rem);
  padding-bottom: clamp(2.5rem, 6vw, 3.75rem);
}
#top .hero-section .hero-text .big {
  font-size: 4.5625em;
  line-height: 1.21;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 0.29em;
}
#top .hero-section .hero-text .small {
  font-size: 1.25em;
  line-height: 1.6;
  letter-spacing: 0.24em;
  font-weight: 600;
  margin-bottom: 1.875em;
}
#top .hero-section .hero-text img {
  width: 31.25em;
}
@media (max-width: 1089px) {
  #top .hero-section .hero-text {
    padding-bottom: clamp(2.5rem, 6vw, 3.75rem);
  }
}
@media (max-width: 1089px) {
  #top .hero-section .hero-text {
    padding-bottom: 30vh;
  }
}
@media (max-width: 767px) {
  #top .hero-section .hero-text {
    padding-bottom: 30vh;
  }
}
@media (max-width: 767px) {
  #top .hero-section {
    justify-content: center;
    background: url(../img/page/index/mv_2.jpg) no-repeat center top -10%/cover;
  }
}
#top .line-b {
  background: linear-gradient(to right, #32a2dd, #3071b5);
  height: 0.8125rem;
  border: 0;
}
#top .line-s {
  background: url(../img/icon/line.png) repeat-x center center/contain;
  height: 1.3125rem;
  border: 0;
}
#top .lead-section {
  padding: 7.5rem 0 50px;
  overflow: hidden;
}
#top .lead-section .flex {
  display: flex;
  align-items: center;
}
#top .lead-section .flex .text-column {
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 35.625rem;
}
#top .lead-section .flex .text-column .title {
  font-size: 2.25rem;
  line-height: 1.7;
  font-weight: 600;
}
#top .lead-section .flex .text-column .text {
  font-size: 1.125rem;
  line-height: 2.2;
  margin-top: 1.875rem;
  letter-spacing: 0.16em;
}
#top .lead-section .flex .image-column {
  flex-grow: 1;
}
#top .lead-section .flex .image-column img {
  width: calc(100% + 9.375rem);
  position: relative;
  right: -6.25rem;
  margin-left: -3.125rem;
}
@media (max-width: 1239px) {
  #top .lead-section .flex .text-column {
    max-width: none;
    flex: 0 1 50%;
  }
  #top .lead-section .flex .image-column {
    flex: 1 0 auto;
  }
}
@media (max-width: 991px) {
  #top .lead-section .flex {
    flex-direction: column;
    gap: 2.5rem;
  }
  #top .lead-section .flex .text-column {
    flex: 1 0 100%;
  }
  #top .lead-section .flex .text-column .title {
    font-size: clamp(1.4375rem, 5vw, 2.25rem);
  }
  #top .lead-section .flex .text-column .text {
    font-size: clamp(1rem, 3vw, 1.125rem);
    line-height: 1.8;
  }
  #top .lead-section .flex .image-column {
    flex: 1 0 100%;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #top .lead-section .flex .image-column img {
    width: 100%;
    max-width: 31.25rem;
    right: auto;
    margin-left: 0;
  }
}
#top .task-section {
  padding: 55px 0 50px;
}
#top .task-section .flex {
  display: flex;
  gap: 3.125rem;
  margin-top: 5.9375rem;
}
@media (max-width: 1089px) {
  #top .task-section .flex {
    flex-direction: column;
  }
}
#top .task-section .flex .column {
  flex: 1;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
#top .task-section .flex .column .title {
  font-size: 1.875rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  padding-left: 3.125rem;
  position: relative;
}
#top .task-section .flex .column .title::before {
  content: "";
  display: inline-block;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  border: 1px solid #f7bc00;
  margin-right: 0.625rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#top .task-section .flex .column .text {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-top: 0.9375rem;
  letter-spacing: 0.1em;
}
#top .task-section .flex .column .img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
#top .task-section .flex .column .img img {
  width: 95%;
}
#top .task-section .flex .column .img .image-1 {
  max-width: 19.25rem;
}
#top .task-section .flex .column .img .image-2 {
  max-width: 17.3125rem;
}
#top .task-section .flex .column .img .image-3 {
  max-width: 20.6875rem;
}
@media (max-width: 1089px) {
  #top .task-section .flex .column {
    flex-direction: column;
  }
  #top .task-section .flex .column .title {
    font-size: clamp(1.25rem, 4vw, 1.875rem);
    padding-left: 2.125rem;
  }
  #top .task-section .flex .column .title::before {
    width: 1.5rem;
    height: 1.5rem;
  }
  #top .task-section .flex .column .text {
    font-size: clamp(1rem, 3vw, 1.125rem);
  }
  #top .task-section .flex .column .img {
    margin-top: 1.25rem;
  }
  #top .task-section .flex .column .img img {
    width: 100%;
    max-width: 18.75rem;
  }
}
#top .reason-section {
  padding: 150px 0 130px;
  background: #f3fafc;
}
@media (max-width: 767px) {
  #top .reason-section {
    padding: 100px 0 80px;
  }
}
#top .reason-section .items {
  display: flex;
  gap: 10.625rem;
  flex-direction: column;
  margin-top: 5rem;
}
@media (max-width: 1089px) {
  #top .reason-section .items {
    gap: 3.75rem;
  }
}
#top .reason-section .items .item {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}
#top .reason-section .items .item .small {
  font-size: 0.75rem;
  position: relative;
  top: -0.3125rem;
}
#top .reason-section .items .item .title {
  width: 9.625rem;
  height: 9.625rem;
  flex: 1 0 9.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background: url(../img/icon/circle.svg) no-repeat center center/contain;
}
#top .reason-section .items .item .text {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
#top .reason-section .items .item .text .sub-title {
  color: #039de6;
  font-size: 1.75rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
#top .reason-section .items .item .text .exp {
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
#top .reason-section .items .item .text .note {
  font-size: 0.875rem;
  line-height: 1.8;
  position: relative;
  padding-left: 1em;
}
#top .reason-section .items .item .text .note::before {
  content: "※";
  position: absolute;
  left: 0;
}
#top .reason-section .items .item .img {
  position: relative;
}
#top .reason-section .items .item .img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#top .reason-section .items .item .img.image-1 {
  flex: 0 0 17.96875rem;
}
#top .reason-section .items .item .img.image-2 {
  flex: 0 0 19.625rem;
}
#top .reason-section .items .item .img.image-3 {
  flex: 0 0 24.9375rem;
}
#top .reason-section .items .item:nth-child(even) .img {
  order: 1;
}
#top .reason-section .items .item:nth-child(even) .text {
  order: 3;
}
#top .reason-section .items .item:nth-child(even) .title {
  order: 2;
}
@media (max-width: 1089px) {
  #top .reason-section .items .item {
    flex-wrap: wrap;
    gap: 1.25rem;
  }
  #top .reason-section .items .item .title {
    order: 1 !important;
  }
  #top .reason-section .items .item .text {
    order: 2 !important;
    flex: 1 0 calc(100% - 194px);
  }
  #top .reason-section .items .item .img {
    order: 3 !important;
    flex: 1 0 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.25rem;
  }
  #top .reason-section .items .item .img img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-left: 0;
    width: 100%;
    max-width: clamp(18.75rem, 50vw, 37.5rem);
  }
}
@media (max-width: 767px) {
  #top .reason-section .items .item {
    gap: 0.625rem;
  }
  #top .reason-section .items .item .title {
    width: 18vw;
    height: 18vw;
    flex: 1 0 18vw;
    font-size: clamp(1.25rem, 4vw, 2rem);
  }
  #top .reason-section .items .item .text {
    flex: 1 0 calc(100% - 20vw - 10px);
  }
  #top .reason-section .items .item .text .sub-title {
    font-size: clamp(1.125rem, 4vw, 1.5rem);
  }
  #top .reason-section .items .item .text .exp {
    font-size: clamp(1rem, 2vw, 1.125rem);
  }
}
#top .other-section {
  padding: 120px 0;
}
@media (max-width: 767px) {
  #top .other-section {
    padding: 100px 0 30px;
  }
}
#top .other-section .sec-performance .flex,
#top .other-section .sec-flow .flex {
  display: flex;
  margin-top: 2.5rem;
}
#top .other-section .sec-performance .flex .item,
#top .other-section .sec-flow .flex .item {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1.875rem;
  flex: 1;
  border-left: 1px solid #039de6;
  padding: 1.875rem 1.25rem;
}
#top .other-section .sec-performance .flex .item .img,
#top .other-section .sec-flow .flex .item .img {
  flex: 1 0 auto;
}
#top .other-section .sec-performance .flex .item .img img,
#top .other-section .sec-flow .flex .item .img img {
  height: 4.5rem;
}
#top .other-section .sec-performance .flex .item .text,
#top .other-section .sec-flow .flex .item .text {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.14em;
  text-align: center;
  font-family: kozuka-gothic-pr6n, sans-serif;
}
#top .other-section .sec-performance .flex .item:last-child,
#top .other-section .sec-flow .flex .item:last-child {
  border-right: 1px solid #039de6;
}
@media (max-width: 991px) {
  #top .other-section .sec-performance .flex,
  #top .other-section .sec-flow .flex {
    flex-direction: column;
    gap: 1.25rem;
  }
  #top .other-section .sec-performance .flex .item,
  #top .other-section .sec-flow .flex .item {
    border-left: none;
    border-top: 1px solid #039de6;
    padding: 1.875rem 0 1.25rem;
  }
  #top .other-section .sec-performance .flex .item:last-child,
  #top .other-section .sec-flow .flex .item:last-child {
    border-right: none;
    border-bottom: 1px solid #039de6;
  }
  #top .other-section .sec-performance .flex .item .text,
  #top .other-section .sec-flow .flex .item .text {
    font-size: clamp(1.25rem, 3vw, 1.5rem);
  }
  #top .other-section .sec-performance .flex .item .text br,
  #top .other-section .sec-flow .flex .item .text br {
    display: none;
  }
  #top .other-section .sec-performance .flex .img,
  #top .other-section .sec-flow .flex .img {
    flex: 0 1 auto !important;
  }
}
#top .other-section .sec-flow {
  margin-top: 6.375rem;
}
#top .other-section .sec-flow .flex .item {
  gap: 0.3125rem;
  border: none;
  position: relative;
  padding: 0;
}
#top .other-section .sec-flow .flex .item::before {
  content: "";
  display: inline-block;
  width: 1.3125rem;
  height: 2.65625rem;
  background: url(../img/icon/angle.svg) no-repeat center center/contain;
  position: absolute;
  right: -0.625rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#top .other-section .sec-flow .flex .item:last-child {
  border: none;
}
#top .other-section .sec-flow .flex .item:last-child::before {
  content: none;
}
#top .other-section .sec-flow .flex .item .img {
  flex: 0 1 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top .other-section .sec-flow .flex .item .img img.envelope {
  width: 5rem;
}
#top .other-section .sec-flow .flex .item .img img.calculator {
  width: 5.125rem;
}
#top .other-section .sec-flow .flex .item .img img.map {
  width: 5.8125rem;
}
#top .other-section .sec-flow .flex .item .img img.calculator {
  width: 5rem;
}
#top .other-section .sec-flow .flex .item .img img.contract {
  width: 5.375rem;
}
#top .other-section .sec-flow .flex .item .text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
#top .other-section .sec-flow .flex .item .text .step {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #039de6;
}
@media (max-width: 991px) {
  #top .other-section .sec-flow .flex {
    gap: 3.75rem;
  }
  #top .other-section .sec-flow .flex .item::before {
    right: auto;
    top: calc(100% + 11px);
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  #top .other-section .sec-flow .flex .item .img {
    margin-bottom: 0.625rem;
  }
}
#top .other-section .sec-company {
  margin-top: 6.875rem;
}
#top .other-section .sec-company .flex {
  display: flex;
  margin-top: 2.8125rem;
  gap: 2.5rem;
}
#top .other-section .sec-company .flex .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  position: relative;
  top: 0;
}
#top .other-section .sec-company .flex .item:hover, #top .other-section .sec-company .flex .item:active {
  top: -2px;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.15));
}
#top .other-section .sec-company .flex .item .img img {
  aspect-ratio: 1.44;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#top .other-section .sec-company .flex .item .text {
  padding: 1.25rem;
  background: #f4f4f4;
  flex: 1 0 11.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
#top .other-section .sec-company .flex .item .text .exp {
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: 0.12em;
  flex: 1 0 auto;
}
@media (max-width: 991px) {
  #top .other-section .sec-company .flex {
    gap: 1.25rem;
  }
  #top .other-section .sec-company .flex .item .text .exp {
    font-size: clamp(1rem, 2vw, 1.125rem);
  }
}
@media (max-width: 767px) {
  #top .other-section .sec-company .flex {
    flex-direction: column;
    gap: 2.5rem;
  }
  #top .other-section .sec-company .flex .item .text {
    flex: 1 0 auto;
  }
  #top .other-section .sec-company .flex .item .text .exp {
    font-size: clamp(1rem, 2vw, 1.125rem);
  }
}
#top .faq-section {
  background: rgba(244, 244, 244, 0.95);
  position: relative;
  overflow: visible;
  padding: 120px 0 360px;
}
@media (max-width: 767px) {
  #top .faq-section {
    padding: 100px 0 300px;
  }
}
#top .faq-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 6.5rem;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  z-index: 1;
  pointer-events: none;
}
#top .faq-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 6.5rem;
  background: #fff;
  clip-path: polygon(0 100%, 100% 100%, 0 0);
  z-index: 1;
  pointer-events: none;
}
#top .faq-section > * {
  position: relative;
  z-index: 2;
}
#top .faq-section .content-wrapper {
  width: 100%;
  max-width: 60.3125rem;
  margin: 0 0 0 auto;
}
#top .faq-section .faq-list {
  display: flex;
  flex-direction: column;
  margin-top: 3.125rem;
  position: relative;
}
#top .faq-section .faq-list::before {
  content: "";
  position: absolute;
  width: 34.3125rem;
  height: 39.875rem;
  top: 50%;
  right: calc(100% + 50px);
  transform: translateY(-50%);
  opacity: 0.8;
  background: url(../img/page/index/bg_1.svg) no-repeat center center/contain;
}
#top .faq-section .faq-list .item {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #039de6;
  padding: 0 1.25rem;
}
#top .faq-section .faq-list .item .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  position: relative;
  cursor: pointer;
  padding: 1.875rem 0 1.875rem 4.6875rem;
}
#top .faq-section .faq-list .item .question::before {
  content: "";
  display: inline-block;
  width: 2.875rem;
  height: 2.625rem;
  background: url(../img/icon/q.svg) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 1.5625rem;
}
#top .faq-section .faq-list .item .question p {
  flex: 1;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}
#top .faq-section .faq-list .item .question .toggle-btn {
  position: relative;
  flex-shrink: 0;
  width: 4.66875rem;
  height: 2rem;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
}
#top .faq-section .faq-list .item .question .toggle-btn::before, #top .faq-section .faq-list .item .question .toggle-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #0062ab;
  transition: transform 0.35s ease;
}
#top .faq-section .faq-list .item .question .toggle-btn::before {
  width: 15px;
  height: 2px;
  transform: translate(-50%, -50%);
}
#top .faq-section .faq-list .item .question .toggle-btn::after {
  width: 2px;
  height: 15px;
  transform: translate(-50%, -50%);
}
#top .faq-section .faq-list .item.is-open .question .toggle-btn::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
#top .faq-section .faq-list .item .answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
  padding-left: 4.6875rem;
  position: relative;
  overflow: hidden;
}
#top .faq-section .faq-list .item .answer::before {
  content: "";
  display: inline-block;
  width: 1.4125rem;
  height: 1.4625rem;
  background: url(../img/icon/a.svg) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 0.5625rem;
}
#top .faq-section .faq-list .item .answer .answer-inner {
  min-height: 0;
  overflow: hidden;
}
#top .faq-section .faq-list .item .answer p {
  font-size: 1.125rem;
  letter-spacing: 0.12em;
  padding-top: 0.25rem;
  line-height: 1.8;
}
#top .faq-section .faq-list .item.is-open .answer {
  grid-template-rows: 1fr;
  padding: 0 0 1.875rem 4.6875rem;
}
#top .faq-section .faq-list .item:last-child {
  border-bottom: 1px solid #039de6;
}
@media (max-width: 991px) {
  #top .faq-section .faq-list .item {
    padding: 0;
  }
  #top .faq-section .faq-list .item .question, #top .faq-section .faq-list .item.is-open .answer {
    padding-left: 3.125rem;
  }
  #top .faq-section .faq-list .item .question p {
    font-size: clamp(1.0625rem, 3vw, 1.25rem);
  }
  #top .faq-section .faq-list .item .question::before {
    width: 2.125rem;
    height: 2rem;
    top: 3.5vw;
  }
  #top .faq-section .faq-list .item .answer p {
    font-size: clamp(1rem, 2vw, 1.125rem);
  }
}
@media (max-width: 767px) {
  #top .faq-section .faq-list .item .question, #top .faq-section .faq-list .item.is-open .answer {
    padding-left: 2.3125rem;
  }
  #top .faq-section .faq-list .item .question .toggle-btn {
    width: 3.125rem;
    height: 1.375rem;
  }
  #top .faq-section .faq-list .item .question::before {
    width: 1.5rem;
    height: 1.375rem;
    top: 1.8em;
  }
  #top .faq-section .faq-list .item .answer::before {
    width: 1.125rem;
    height: 1.1875rem;
    top: 0.6em;
  }
}
#top .title-1 {
  position: relative;
  z-index: 2;
}
#top .news-section {
  overflow: hidden;
  margin-top: -14.375rem;
}
#top .news-section .inner-container {
  padding: 85px 0 100px;
  position: relative;
}
#top .news-section .inner-container::before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/page/index/bg_2.jpg) no-repeat center bottom/cover;
  z-index: 1;
}
@media (max-width: 767px) {
  #top .news-section .inner-container {
    padding: 60px 0 120px;
  }
}
#top .news-section .news-list {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin-top: 0.9375rem;
  max-height: 18.75rem;
  overflow-y: auto;
  position: relative;
  z-index: 2;
}
#top .news-section .news-list li {
  border-bottom: 1px solid #000;
}
#top .news-section .news-list li a {
  display: flex;
  padding: 0.625rem 1.25rem;
  align-items: flex-start;
}
#top .news-section .news-list li a .news-date {
  flex: 0 1 11.875rem;
  padding-right: 1.25rem;
  gap: 0.625rem;
  display: flex;
  align-items: center;
}
#top .news-section .news-list li a .news-date .date {
  font-size: 1.035625rem;
  letter-spacing: 0.06em;
  flex: 1 0 6.25rem;
  font-family: kozuka-gothic-pr6n, sans-serif;
  padding: 0.9375rem 0;
}
#top .news-section .news-list li a .news-date .new-label {
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: #fff;
  background: #039de6;
  font-family: "myriad-pro", sans-serif;
  line-height: 1;
  padding: 0.25rem 0.625rem;
  align-self: center;
}
#top .news-section .news-list li a .news-title {
  flex: 1 1 auto;
  padding: 0.9375rem 0 0.9375rem 1.25rem;
  font-size: 1.125rem;
  letter-spacing: 0.12em;
  border-left: 2px dotted #333;
}
@media (max-width: 991px) {
  #top .news-section .news-list li a {
    flex-direction: column;
    padding: 0.625rem 0;
  }
  #top .news-section .news-list li a .news-date {
    flex: 1 0 auto;
  }
  #top .news-section .news-list li a .news-date .date {
    font-size: clamp(0.875rem, 2vw, 1.035625rem);
  }
  #top .news-section .news-list li a .news-date .new-label {
    font-size: clamp(0.75rem, 2vw, 0.875rem);
  }
  #top .news-section .news-list li a .news-title {
    font-size: clamp(1rem, 3vw, 1.125rem);
    border: 0;
    padding: 0;
  }
}
#top .news-section .link-container {
  max-width: 90%;
  position: relative;
  z-index: 5;
  margin-top: 2.5rem;
}
#top .news-section .link-container .link {
  font-size: clamp(1.125rem, 4vw, 1.25rem);
  padding-right: 3.4375rem;
}
#top .news-section .link-container .link::after {
  width: 2.5rem;
  height: 2.5rem;
}

#page-header {
  background: url(../img/page/sub/news_header.jpg) center 60%/cover;
  padding: 11.875rem 0;
}
@media (max-width: 767px) {
  #page-header {
    padding: 4.0625rem 0;
  }
}
#page-header .inner-container {
  justify-content: flex-start;
  align-items: center;
}
#page-header .inner-container .title-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 21.25rem;
  height: 11.875rem;
  background: rgba(0, 0, 0, 0.7);
}
#page-header .inner-container .title-container .page-title {
  margin: 0 auto;
  width: 16rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}
#page-header .inner-container .title-container .main {
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  width: 100%;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.04em;
}
#page-header .inner-container .title-container .sub {
  font-size: 1.375rem;
  letter-spacing: 0.04em;
  color: #fff;
  font-family: "myriad-pro", sans-serif;
  line-height: 1;
}

main:not(#top) .site-container {
  padding: 0rem 0 6.25rem;
}
main:not(#top) .site-container.sub {
  padding: 7.5rem 0;
}
@media (max-width: 767px) {
  main:not(#top) .site-container {
    padding: 0rem 0 4.375rem;
  }
}

#news-single article {
  background: #fff;
  padding: 3rem 0;
}
@media (max-width: 767px) {
  #news-single article {
    padding: 1.75rem 0;
  }
}
#news-single article > header {
  border-bottom: 2px solid #f3fafc;
  padding-bottom: 1.375rem;
  margin-bottom: 1.75rem;
}
#news-single article > header .entry-title {
  font-size: clamp(1.625rem, 3.2vw, 2.375rem);
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #0062ab;
  margin-bottom: 0.875rem;
}
#news-single article > header .entry-meta {
  font-size: 0.9375rem;
  color: #7b8794;
  letter-spacing: 0.04em;
}
#news-single article .entry-content {
  color: #474747;
  line-height: 1.9;
}
#news-single article .entry-content > * + * {
  margin-top: 1.25rem;
}
#news-single article .entry-content h2, #news-single article .entry-content h3, #news-single article .entry-content h4 {
  color: #0062ab;
  line-height: 1.6;
  margin-top: 1.875rem;
}
#news-single article .entry-content h2 {
  font-size: 1.75rem;
  border-left: 4px solid #039de6;
  padding-left: 0.75rem;
}
#news-single article .entry-content h3 {
  font-size: 1.375rem;
}
#news-single article .entry-content h4 {
  font-size: 1.1875rem;
}
#news-single article .entry-content ul, #news-single article .entry-content ol {
  padding-left: 1.4em;
}
#news-single article .entry-content a {
  color: #0062ab;
  text-decoration: underline;
}
#news-single article .entry-content img {
  height: auto;
}
#news-single > .site-container .container .inner-container > .btn-back {
  margin-top: 1.5rem;
  text-align: center;
}
#news-single > .site-container .container .inner-container > .btn-back a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.625rem 1.5rem;
  background: #039de6;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

#news-archive #page-header {
  background: url(../img/page/sub/news_header.jpg) center center/cover;
}
#news-archive .news-list {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0.9375rem auto 0;
}
#news-archive .news-list li {
  border-bottom: 1px solid #000;
}
#news-archive .news-list li a {
  display: flex;
  padding: 0.625rem 1.25rem;
  align-items: flex-start;
}
#news-archive .news-list li a .news-date {
  flex: 0 1 11.875rem;
  min-width: 11.875rem;
  padding-right: 1.25rem;
  gap: 0.625rem;
  display: flex;
  align-items: center;
}
#news-archive .news-list li a .news-date .date {
  font-size: 1.035625rem;
  letter-spacing: 0.06em;
  flex: 1 0 6.25rem;
  font-family: kozuka-gothic-pr6n, sans-serif;
  padding: 0.9375rem 0;
}
#news-archive .news-list li a .news-date .new-label {
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: #fff;
  background: #039de6;
  font-family: "myriad-pro", sans-serif;
  line-height: 1;
  padding: 0.25rem 0.625rem;
  align-self: center;
}
#news-archive .news-list li a .news-title {
  flex: 0 1 auto;
  padding: 0.9375rem 0 0.9375rem 1.25rem;
  font-size: 1.125rem;
  letter-spacing: 0.12em;
  border-left: 2px dotted #333;
  color: #474747;
}
@media (max-width: 991px) {
  #news-archive .news-list li a {
    flex-direction: column;
    padding: 0.625rem 0;
  }
  #news-archive .news-list li a .news-date {
    flex: 1 0 auto;
    min-width: auto;
  }
  #news-archive .news-list li a .news-date .date {
    font-size: clamp(0.875rem, 2vw, 1.035625rem);
  }
  #news-archive .news-list li a .news-date .new-label {
    font-size: clamp(0.75rem, 2vw, 0.875rem);
  }
  #news-archive .news-list li a .news-title {
    font-size: clamp(1rem, 3vw, 1.125rem);
    border: 0;
    padding: 0;
  }
}
#news-archive .news-empty {
  text-align: center;
  color: #7b8794;
  padding: 1.875rem 0;
}
#news-archive .navigation.pagination {
  margin-top: 1.75rem;
}
#news-archive .navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
#news-archive .navigation.pagination .nav-links a,
#news-archive .navigation.pagination .nav-links span {
  min-width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d3e4ef;
  padding: 0 0.625rem;
  color: #0062ab;
  background: #fff;
  border-radius: 9999px;
  font-size: 0.875rem;
  line-height: 1;
}
#news-archive .navigation.pagination .nav-links a:hover {
  background: #f3fafc;
  border-color: #039de6;
}
#news-archive .navigation.pagination .nav-links .current {
  background: #039de6;
  border-color: #039de6;
  color: #fff;
}
#news-archive .navigation.pagination .nav-links .prev,
#news-archive .navigation.pagination .nav-links .next {
  min-width: 5.5rem;
  gap: 0.375rem;
}
#news-archive .navigation.pagination .nav-links .prev .nav-text,
#news-archive .navigation.pagination .nav-links .next .nav-text {
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
}
@media (max-width: 575px) {
  #news-archive .navigation.pagination .nav-links {
    gap: 0.375rem;
  }
  #news-archive .navigation.pagination .nav-links a,
  #news-archive .navigation.pagination .nav-links span {
    min-width: 2.125rem;
    height: 2.125rem;
    padding: 0 0.5rem;
    font-size: 0.8125rem;
  }
  #news-archive .navigation.pagination .nav-links .prev,
  #news-archive .navigation.pagination .nav-links .next {
    min-width: 4.5rem;
  }
}

input[type=text], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=number], input[type=date], input[type=datetime-local], input[type=time], input[type=search], input[type=color], textarea, select {
  outline: none;
  border: none;
  background: #fff;
  font-size: 1rem;
  padding: 0 0.75rem;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  font-family: "myriad-pro", sans-serif;
}
input[type=text]:hover, input[type=text]:active, input[type=text]:focus, input[type=email]:hover, input[type=email]:active, input[type=email]:focus, input[type=tel]:hover, input[type=tel]:active, input[type=tel]:focus, input[type=url]:hover, input[type=url]:active, input[type=url]:focus, input[type=password]:hover, input[type=password]:active, input[type=password]:focus, input[type=number]:hover, input[type=number]:active, input[type=number]:focus, input[type=date]:hover, input[type=date]:active, input[type=date]:focus, input[type=datetime-local]:hover, input[type=datetime-local]:active, input[type=datetime-local]:focus, input[type=time]:hover, input[type=time]:active, input[type=time]:focus, input[type=search]:hover, input[type=search]:active, input[type=search]:focus, input[type=color]:hover, input[type=color]:active, input[type=color]:focus, textarea:hover, textarea:active, textarea:focus, select:hover, select:active, select:focus {
  outline: none;
  border: 1px solid #039de6 !important;
}

#contact-page.esecond-contact-confirm-active .form-note {
  display: none;
}
#contact-page #page-header {
  background: url(../img/page/sub/contact_header.jpg) center 90%/cover;
}
#contact-page .form-container {
  max-width: 1000px;
  margin: 0 auto;
}
#contact-page .form-note {
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 1.25rem;
}
#contact-page .page-title {
  font-size: clamp(1.875rem, 3.5vw, 2.625rem);
  letter-spacing: 0.06em;
  color: #0062ab;
  margin-bottom: 1.875rem;
}
#contact-page .contact-form-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#contact-page .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#contact-page .form-section-separator {
  border: 0;
  border-top: 1px dotted #0062ab;
  margin: 0;
}
#contact-page .form-row {
  display: flex;
  flex-wrap: wrap;
}
#contact-page .form-label {
  width: 17.5rem;
  background: #E8F3F5;
}
#contact-page .form-label p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  font-size: 1rem;
  color: #000;
}
#contact-page .form-label.textarea-label {
  border-bottom: 2rem solid #fff;
}
#contact-page .required-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  min-height: 1.5rem;
  padding: 0 0.5rem;
  background: #e10000;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
#contact-page .optional-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  min-height: 1.5rem;
  padding: 0 0.5rem;
  background: #039de6;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
#contact-page .input-container {
  flex: 1 1 0;
}
#contact-page .input-container p {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 0 0 0 1rem;
}
#contact-page .input-container p > br {
  display: none;
}
#contact-page .input-container > .wpcf7-form-control-wrap {
  flex: 1 1 50%;
}
#contact-page .input-container input:not([type=checkbox]):not([type=radio]),
#contact-page .input-container select {
  width: 100%;
  height: 3.25rem;
  border: 1px solid #b9d3e0;
  padding: 0 0.75rem;
  background: #fff;
  font-size: 1rem;
}
#contact-page .input-container .radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: center;
  width: 100%;
  min-height: 3.25rem;
}
#contact-page .input-container .radio-group .wpcf7-list-item {
  margin: 0;
}
#contact-page .input-container .radio-group .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 1rem;
}
#contact-page .input-container.textarea-only {
  display: block;
  flex: 1 1 auto;
}
#contact-page .input-container.textarea-only > p {
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.3125rem;
}
#contact-page .input-container.textarea-only > p .wpcf7-form-control-wrap {
  width: 100%;
  flex: 1 0 100%;
}
#contact-page .input-container textarea {
  width: 100%;
  min-height: 11.25rem;
  border: 1px solid #b9d3e0;
  padding: 0.75rem;
  background: #fff;
  font-size: 1rem;
  resize: vertical;
}
#contact-page .input-container .note {
  flex: 1 1 50%;
  font-size: 0.875rem;
  color: #000;
  line-height: 1.6;
}
#contact-page .input-container.textarea-only > .wpcf7-form-control-wrap {
  flex: 1 1 100%;
}
#contact-page .input-container.textarea-only .note {
  flex: 1 1 100%;
  width: 100%;
  text-align: right;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
}
#contact-page .wpcf7-not-valid-tip {
  margin-top: 0.375rem;
  font-size: 0.8125rem;
}
#contact-page .wpcf7 form .wpcf7-response-output {
  margin: 0.5rem 0 0;
  padding: 0.625rem 0.75rem;
  border-width: 1px;
}
#contact-page .form-submit {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
#contact-page .form-submit p {
  display: flex;
  flex-direction: column;
  flex: 1 0 100%;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
#contact-page .form-submit .wpcf7-submit {
  border: none;
  border-radius: 0.625rem;
  border-bottom: 5px solid #FF5D1E;
  background: #FE8115;
  color: #fff;
  letter-spacing: 0.08em;
  cursor: pointer;
  position: relative;
  width: 100%;
  max-width: 38.75rem;
  display: inline-block;
  font-size: 1.75rem;
  padding: 1.25rem 0;
  top: 0;
}
#contact-page .form-submit .wpcf7-submit:hover, #contact-page .form-submit .wpcf7-submit:active, #contact-page .form-submit .wpcf7-submit:focus {
  border-bottom: 3px solid #FF5D1E;
  top: 2px;
}
#contact-page .form-submit .wpcf7-submit:disabled {
  background: #bfc7cc;
  border-bottom-color: #9da6ad;
  top: 0;
  opacity: 1;
  cursor: not-allowed;
}
#contact-page .contact-mail-notice {
  width: 100%;
  max-width: 40rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.25rem;
  border: 2px solid #e10000;
  box-sizing: border-box;
  text-align: left;
}
#contact-page .contact-mail-notice-title {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #e10000;
}
#contact-page .contact-mail-notice-body {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #000;
}
#contact-page .contact-mail-notice-body a {
  color: #039de6;
  text-decoration: underline;
}
#contact-page .contact-mail-notice-body a:hover {
  text-decoration: none;
}
#contact-page .contact-pre-consent {
  margin-top: 0.5rem;
}
#contact-page .contact-pre-consent label {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.625rem;
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #474747;
}
#contact-page .contact-pre-consent .contact-pre-consent-checkbox {
  margin-top: 0.25rem;
  width: 1.125rem;
  height: 1.125rem;
  flex: 0 0 auto;
  accent-color: #0062ab;
  cursor: pointer;
}
#contact-page .contact-pre-consent a {
  text-decoration: underline;
  color: #039de6;
}
#contact-page .contact-pre-consent a:hover {
  text-decoration: none;
}
#contact-page .privacy-note {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #474747;
  text-align: left;
}
#contact-page .wpcf7-form.esecond-cf7-confirm-active > .form-row,
#contact-page .wpcf7-form.esecond-cf7-confirm-active > .form-section-separator,
#contact-page .wpcf7-form.esecond-cf7-confirm-active > .contact-pre-consent,
#contact-page .wpcf7-form.esecond-cf7-confirm-active > .form-submit {
  display: none !important;
}
#contact-page .contact-confirm-panel {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#contact-page .contact-confirm-lead {
  font-size: 1rem;
  color: #474747;
  line-height: 1.7;
  text-align: center;
  margin: 0 0 0.5rem;
}
#contact-page .form-row--confirm .confirm-value {
  display: block;
  width: 100%;
  min-height: 3.25rem;
  padding: 0.75rem;
  background: #fafcfd;
  font-size: 1rem;
  color: #000;
  line-height: 1.6;
  box-sizing: border-box;
}
#contact-page .form-row--confirm .input-container.textarea-only .confirm-value {
  white-space: pre-wrap;
  word-break: break-word;
}
#contact-page .form-row--confirm .confirm-note-readonly {
  flex: 1 1 50%;
  font-size: 0.875rem;
  color: #000;
  line-height: 1.6;
}
#contact-page .form-row--confirm .required-label,
#contact-page .form-row--confirm .optional-label,
#contact-page .form-row--confirm .note {
  display: none !important;
}
#contact-page .form-row--confirm .input-container.textarea-only > p {
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
}
#contact-page .contact-confirm-actions {
  margin-top: 0.5rem;
}
#contact-page .contact-confirm-actions p {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
#contact-page .contact-confirm-consent {
  margin-top: 0.5rem;
}
#contact-page .contact-confirm-consent label {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #474747;
}
#contact-page .contact-confirm-consent .contact-confirm-consent-checkbox {
  margin-top: 0.25rem;
  width: 1.125rem;
  height: 1.125rem;
  flex: 0 0 auto;
  accent-color: #0062ab;
  cursor: pointer;
}
#contact-page .contact-confirm-back {
  border: 2px solid #0062ab;
  border-radius: 0.625rem;
  background: #fff;
  color: #0062ab;
  letter-spacing: 0.08em;
  cursor: pointer;
  font-size: 1.125rem;
  padding: 1rem 2rem;
  min-width: 12.5rem;
}
#contact-page .contact-confirm-back:hover, #contact-page .contact-confirm-back:focus {
  background: #f3fafc;
}
#contact-page .contact-confirm-send {
  border: none;
  border-radius: 0.625rem;
  border-bottom: 5px solid #FF5D1E;
  background: #FE8115;
  color: #fff;
  letter-spacing: 0.08em;
  cursor: pointer;
  position: relative;
  width: 100%;
  max-width: 38.75rem;
  font-size: 1.75rem;
  padding: 1.25rem 1.5rem;
  top: 0;
}
#contact-page .contact-confirm-send:hover, #contact-page .contact-confirm-send:active, #contact-page .contact-confirm-send:focus {
  border-bottom: 3px solid #FF5D1E;
  top: 2px;
}
#contact-page .contact-confirm-send:disabled {
  background: #bfc7cc;
  border-bottom-color: #9da6ad;
  top: 0;
  opacity: 1;
  cursor: not-allowed;
}
@media (max-width: 767px) {
  #contact-page .form-row {
    flex-direction: column;
  }
  #contact-page .form-label {
    width: 100%;
  }
  #contact-page .form-label.textarea-label {
    border-bottom: none;
  }
  #contact-page .input-container {
    width: 100%;
    border-left: 1px solid #dce8f0;
    flex-direction: column;
    align-items: stretch;
  }
  #contact-page .input-container > .wpcf7-form-control-wrap,
  #contact-page .input-container .note {
    flex: 1 1 100%;
  }
  #contact-page .form-submit .wpcf7-submit {
    width: 100%;
    min-width: 0;
  }
  #contact-page .contact-confirm-actions p {
    flex-direction: column;
  }
  #contact-page .contact-confirm-back,
  #contact-page .contact-confirm-send {
    width: 100%;
    max-width: none;
  }
}

#sitemap-page .sitemap-wrapper {
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  #sitemap-page .sitemap-wrapper {
    flex-direction: column;
  }
}
#sitemap-page .sitemap-wrapper .parent {
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  #sitemap-page .sitemap-wrapper .parent {
    flex: 1 1 100%;
  }
}
#sitemap-page .sitemap-wrapper .parent li {
  letter-spacing: 0.1em;
}
#sitemap-page .sitemap-wrapper .parent li > a {
  position: relative;
  display: inline-block;
  padding-left: 1.1em;
  color: #0062ab;
  text-decoration: underline;
  font-size: clamp(1.125rem, 4vw, 1.3125rem);
}
#sitemap-page .sitemap-wrapper .parent li > a::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0.05em;
  text-decoration: none;
  color: #474747;
}
#sitemap-page .sitemap-wrapper .parent li .child {
  padding-left: 1.25rem;
  margin-top: 1.3125rem;
}
#sitemap-page .sitemap-wrapper .parent li .child li > a {
  position: relative;
  display: inline-block;
  padding-left: 1.1em;
  text-decoration: underline;
  font-size: clamp(1rem, 3vw, 1.125rem);
  color: #474747;
}
#sitemap-page .sitemap-wrapper .parent li .child li > a::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0.05em;
  text-decoration: none;
}
#sitemap-page .sitemap-wrapper .parent li .child li + li {
  margin-top: 1.3125rem;
}
#sitemap-page .sitemap-wrapper .parent li + li {
  margin-top: 2.1875rem;
}

#company-page {
  overflow-x: hidden;
}
#company-page #page-header {
  background: url(../img/page/sub/company_header.jpg) center 60%/cover;
}
@media (max-width: 767px) {
  #company-page #page-header {
    padding: 4.0625rem 0;
  }
}
#company-page #philosophy {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #company-page #philosophy {
    margin-top: 0;
  }
}
#company-page #philosophy .bg-white {
  background: #fff;
}
#company-page #philosophy .section-title-wrapper {
  background: #f3fafc;
  padding: 6.25rem 0 0;
  position: relative;
}
#company-page #philosophy .section-title-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  aspect-ratio: 6/1;
  background: #fff;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  z-index: 1;
}
#company-page #philosophy .section-title {
  position: relative;
  z-index: 2;
}
#company-page #philosophy .inner-section.sec-1 {
  padding-top: 3.75rem;
  padding-bottom: 18.75rem;
}
#company-page #philosophy .inner-section.sec-2 {
  background: #f3fafc;
  position: relative;
  padding-top: 5.625rem;
  padding-bottom: 6.25rem;
}
#company-page #philosophy .inner-section.sec-2::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  aspect-ratio: 6/1;
  background: #f3fafc;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
#company-page #philosophy .inner-title {
  position: relative;
  font-size: 2rem;
  padding-left: 4.375rem;
  letter-spacing: 0.12em;
  margin-bottom: 1.25rem;
}
#company-page #philosophy .inner-title::before {
  content: "";
  display: inline-block;
  width: 2.9375rem;
  height: 2.9375rem;
  position: absolute;
  left: 0;
  top: 50%;
  background: url(../img/icon/circle_small.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  #company-page #philosophy .inner-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
    padding-left: clamp(3.75rem, 5vw, 4.375rem);
  }
  #company-page #philosophy .inner-title::before {
    width: 2.375rem;
    height: 2.375rem;
  }
}
#company-page #philosophy .flex {
  display: flex;
}
#company-page #philosophy .flex .text-content {
  flex: 0 1 50%;
}
#company-page #philosophy .flex .text-content p {
  font-size: clamp(1rem, 3vw, 1.25rem);
  line-height: 2.1;
  letter-spacing: 0.08em;
}
#company-page #philosophy .flex .text-content p span {
  display: inline;
}
#company-page #philosophy .flex.flex-1 {
  justify-content: flex-end;
  position: relative;
}
#company-page #philosophy .flex.flex-1::before {
  content: "";
  position: absolute;
  width: clamp(18.75rem, 60vw, 55rem);
  height: clamp(13.75rem, 60vw, 49.25rem);
  right: 50%;
  top: -0.625rem;
  background: url(../img/page/company/bg_1.svg) no-repeat center center/contain;
  z-index: 0;
}
#company-page #philosophy .flex.flex-2 {
  position: relative;
}
#company-page #philosophy .flex.flex-2::before {
  content: "";
  position: absolute;
  width: clamp(27.5rem, 60vw, 50rem);
  height: clamp(21.875rem, 60vw, 43.75rem);
  left: 44%;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/page/company/bg_2.svg) no-repeat center center/contain;
  z-index: 0;
}
#company-page #philosophy .flex.flex-2 .text-content {
  position: relative;
  z-index: 1;
}
#company-page #philosophy .flex.flex-2 .img-content {
  flex: 0 1 50%;
  position: relative;
}
#company-page #philosophy .flex.flex-2 .img-content::before {
  content: "";
  display: inline-block;
  width: clamp(18.75rem, 60vw, 24.375rem);
  height: clamp(18.75rem, 60vw, 24.375rem);
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  background: url(../img/page/company/logo.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  #company-page #philosophy .inner-section .flex {
    justify-content: flex-start;
    flex-direction: column;
  }
  #company-page #philosophy .inner-section .flex.flex-1::before {
    top: calc(100% - 5rem);
    bottom: 0;
    right: 0;
  }
  #company-page #philosophy .inner-section .flex.flex-2 {
    gap: 3.125rem;
  }
  #company-page #philosophy .inner-section .flex.flex-2 .img-content {
    text-align: center;
  }
  #company-page #philosophy .inner-section .flex.flex-2 .img-content::before {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }
}
#company-page #data {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}
#company-page #data .section-title {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  #company-page #data .section-title {
    margin-bottom: 3.75rem;
  }
}
#company-page #data .data-table {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
#company-page #data .data-table dl {
  display: flex;
  gap: 0.3125rem;
  font-size: clamp(1rem, 3vw, 1.125rem);
  letter-spacing: 0.12em;
}
#company-page #data .data-table dl dt {
  background: #039de6;
  padding: 0.625rem 1.25rem;
  flex: 0 1 auto;
  color: #fff;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-character;
  min-width: 9.375rem;
}
@media (max-width: 767px) {
  #company-page #data .data-table dl dt {
    min-width: 8.125rem;
  }
}
#company-page #data .data-table dl dd {
  flex: 1 1 auto;
  padding: 0.625rem 1.25rem;
  background: #f8f8f8;
  color: #474747;
}
#company-page #data .data-table dl:nth-child(even) dd {
  background: #fff;
}
#company-page #access {
  padding-top: 8.125rem;
  padding-bottom: 3.75rem;
  background: #f8f8f8;
  position: relative;
}
#company-page #access::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 11.3430352/1;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#company-page #access .section-title {
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 1;
}
#company-page #access .map-container {
  width: 100%;
  height: 520px;
}
@media (max-width: 767px) {
  #company-page #access .map-container {
    height: 360px;
  }
}
#company-page #access .map-container iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
#company-page #access .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.75rem;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  #company-page #access .flex {
    flex-direction: column;
    gap: 1.25rem;
  }
}
#company-page #access .flex p {
  font-size: 1.125rem;
  letter-spacing: 0.12em;
  color: #474747;
}
#company-page #access .flex a {
  display: inline-block;
  border: 2px solid #039de6;
  color: #039de6;
  position: relative;
  border-radius: 0.3125rem;
  padding: 0.375rem 3.75rem;
}
#company-page #access .flex a::before {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 2px solid #039de6;
  border-right: 2px solid #039de6;
  position: absolute;
  left: 0.9375rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

#error-404 .error-404-body {
  max-width: 45rem;
  margin: 6.25rem auto 2.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  #error-404 .error-404-body {
    margin-top: 3.75rem;
  }
}
#error-404 .error-404-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 0 0 2.5rem;
  color: #039de6;
  font-weight: 700;
  line-height: 1.1;
}
#error-404 .error-404-title .main {
  font-size: clamp(4.5rem, 12vw, 7.5rem);
  letter-spacing: 0.04em;
  font-family: "myriad-pro", sans-serif;
}
#error-404 .error-404-title .sub {
  font-size: clamp(1.75rem, 5vw, 2.625rem);
  letter-spacing: 0.08em;
  font-family: "myriad-pro", sans-serif;
  text-transform: lowercase;
}
#error-404 .error-404-text {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #474747;
  margin-bottom: 2.5rem;
}
#error-404 .error-404-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.75rem;
  margin: 0 0 3rem;
  padding: 0;
  list-style: none;
}
#error-404 .error-404-links li a {
  display: inline-block;
  color: #0062ab;
  text-decoration: underline;
  font-size: 1rem;
  letter-spacing: 0.06em;
}
#error-404 .error-404-links li a:hover {
  text-decoration: none;
}
#error-404 .btn-back {
  text-align: center;
}
#error-404 .btn-back a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.625rem 2rem;
  background: #039de6;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-decoration: none;
}
#error-404 .btn-back a:hover {
  opacity: 0.85;
}

/*# sourceMappingURL=style.css.map */
