@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 56.25%;
  }
}
@media screen and (max-width: 574px) {
  html {
    font-size: 55%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #222222;
  background: #FBFDFF;
}
@media print {
  body {
    zoom: 0.8;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  display: block;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media print {
  .container {
    min-width: 1200px !important;
  }
  a:not(.btn) {
    text-decoration: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  padding: 0 4rem;
  z-index: 100;
  transition: background 0.4s, box-shadow 0.4s;
}
@media screen and (max-width: 1199px) {
  header {
    height: 7rem;
    padding: 0 2rem;
  }
}
header.scroll, body:not(.home) header {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  color: #222222;
}
header.scroll nav a::after, body:not(.home) header nav a::after {
  background: #222222;
}
header.scroll nav .header_contact, body:not(.home) header nav .header_contact {
  color: #fff;
}
@media (hover: hover) {
  header.scroll nav .header_contact:hover, body:not(.home) header nav .header_contact:hover {
    color: #003f8e;
  }
}
header.scroll .logo h1 img.df {
  opacity: 0;
}
header.scroll .logo h1 img.sc {
  opacity: 1;
}
header.scroll nav a {
  color: #222222;
}
@media (hover: hover) {
  header.scroll nav a:hover {
    color: #222222;
  }
}
header.scroll nav .header_tel {
  color: #222222;
}
header.scroll nav .header_contact {
  color: #fff;
}
header.scroll .toggle span {
  background: #003f8e;
}
header .logo h1 {
  margin: 0;
  position: relative;
}
header .logo h1 img {
  width: 16rem;
}
@media screen and (max-width: 1199px) {
  header .logo h1 img {
    width: 13rem;
  }
}
header .logo h1 img.df {
  display: block;
}
header .logo h1 img.sc {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header nav {
  display: flex;
  align-items: center;
  gap: 2.8rem;
}
@media screen and (max-width: 1199px) {
  header nav {
    position: fixed;
    top: 7rem;
    right: 0;
    width: 32rem;
    height: calc(100dvh - 7rem);
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 2rem 0;
    overflow-y: auto;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: 0.4s;
  }
  header nav.open {
    transform: translateX(0);
  }
}
header nav a {
  font-size: 1.6rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  white-space: nowrap;
  font-weight: 500;
  position: relative;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1199px) {
  header nav a {
    color: #222222;
    width: 100%;
    padding: 1.5rem 2.4rem;
    border-bottom: 1px solid #f5f5f5;
    font-size: 1.6rem;
  }
}
header nav a.tel-link {
  padding: 0;
  border: 0;
}
header nav a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s;
}
@media screen and (max-width: 1199px) {
  header nav a::after {
    display: none;
  }
}
@media (hover: hover) {
  header nav a:hover {
    opacity: 0.8;
    color: #fff;
  }
  header nav a:hover::after {
    width: 100%;
  }
}
header nav a.active::after {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  header nav a.active {
    color: #003f8e;
  }
}
header nav .header_tel {
  font-size: 1.4rem;
  color: #fff;
  white-space: nowrap;
  font-family: "Merriweather Sans", sans-serif;
}
@media screen and (max-width: 1199px) {
  header nav .header_tel {
    width: 100%;
    color: #222222;
    padding: 1.5rem 2.4rem;
    border-bottom: 1px solid #f5f5f5;
  }
}
header nav .header_tel .tel_label {
  font-size: 1.2rem;
  margin-right: 0.2rem;
}
header nav .header_contact {
  background: #003f8e;
  color: #fff;
  padding: 1rem 2.4rem;
  border-radius: 4rem;
  font-size: 1.8rem;
  font-family: "Yuji Syuku", serif;
  white-space: nowrap;
  transition: 0.3s;
  border: 2px solid #003f8e;
}
@media screen and (max-width: 1199px) {
  header nav .header_contact {
    background: #003f8e;
    border-color: #003f8e;
    margin: 1.6rem 2.4rem 0;
    border-radius: 0;
    width: calc(100% - 4.8rem);
    text-align: center;
    padding: 1.2rem;
  }
}
@media (hover: hover) {
  header nav .header_contact:hover {
    background: #fff;
    color: #003f8e;
  }
}
header nav .header_contact::after {
  display: none;
}
header .toggle {
  display: none;
  position: relative;
  width: 3.2rem;
  height: 2.2rem;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  header .toggle {
    display: block;
  }
}
header .toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: 0.4s;
}
header .toggle span:nth-of-type(1) {
  top: 0;
}
header .toggle span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .toggle span:nth-of-type(3) {
  bottom: 0;
}
header .toggle.open span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header .toggle.open span:nth-of-type(2) {
  opacity: 0;
}
header .toggle.open span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
body:not(.home) header .toggle span, .scroll header .toggle span {
  background: #fff;
}

main {
  overflow: hidden;
}

.contact {
  background: #003f8e;
  position: relative;
  padding: 12rem 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .contact {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 6rem 0;
  }
}
.contact_bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.contact_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact_inner {
  position: relative;
  z-index: 1;
  max-width: 1296px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 1199px) {
  .contact_inner {
    flex-direction: column;
  }
}
.contact_left {
  flex-shrink: 0;
  max-width: 62.6rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width: 991px) {
  .contact_left {
    max-width: 100%;
  }
}
.contact_left .title {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.contact_left p.en {
  color: #fff;
}
.contact_left h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 4rem;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .contact_left h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .contact_left h2 {
    font-size: 2.6rem;
  }
}
.contact_left p:not(.en) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
}
.contact_right {
  display: flex;
  flex-direction: column;
  gap: 3.1rem;
  flex-shrink: 0;
  width: 63.5rem;
}
@media screen and (max-width: 1400px) {
  .contact_right {
    width: auto;
    flex: 1;
  }
}
@media screen and (max-width: 1199px) {
  .contact_right {
    width: 100%;
    flex-direction: row;
  }
}
@media screen and (max-width: 574px) {
  .contact_right {
    flex-direction: column;
  }
}
@media screen and (max-width: 1199px) {
  .contact .tel-link {
    flex: 1;
  }
}
.contact_card {
  background: #f9fcff;
  border: 1px solid rgba(0, 63, 142, 0.3);
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  padding: 3.2rem 0;
  gap: 3.3rem;
}
@media screen and (max-width: 1400px) {
  .contact_card {
    flex-direction: column;
    gap: 1.6rem;
    padding: 2.4rem;
  }
}
@media screen and (max-width: 1199px) {
  .contact_card {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .contact_card {
    padding: 2rem 0;
    gap: 2rem;
  }
}
.contact_card-label {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  text-align: center;
  width: 23rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .contact_card-label {
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .contact_card-label {
    font-size: 1.6rem;
  }
}
.contact_card-divider {
  display: block;
  width: 1px;
  align-self: stretch;
  background: #d9d9d9;
  flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .contact_card-divider {
    width: 100%;
    height: 1px;
  }
}
.contact_card-tel {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 300;
  font-size: 4rem;
  color: #003f8e;
}
@media screen and (max-width: 991px) {
  .contact_card-tel {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .contact_card-tel {
    font-size: 2.4rem;
  }
}
.contact_card-btn {
  display: inline-block;
  background: #003f8e;
  color: #fff;
  font-family: "Yuji Syuku", serif;
  font-size: 1.8rem;
  padding: 1rem 2.4rem;
  border-radius: 4rem;
  white-space: nowrap;
  transition: 0.3s;
  border: 2px solid #003f8e;
}
@media screen and (max-width: 767px) {
  .contact_card-btn {
    font-size: 1.6rem;
    padding: 0.8rem 1.6rem;
  }
}
@media (hover: hover) {
  .contact_card-btn:hover {
    background: #fff;
    color: #003f8e;
  }
}

.footer {
  background: #003f8e;
}
.footer_inner {
  display: flex;
  justify-content: space-between;
  padding: 8rem 0;
}
@media screen and (max-width: 1199px) {
  .footer_inner {
    flex-direction: column;
    align-items: center;
    padding: 6rem 0;
    gap: 4rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footer_inner {
    padding: 4rem 0;
  }
}
.footer_left {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.footer_logo img {
  width: 23.4rem;
  height: 5rem;
  object-fit: contain;
  object-position: left;
  filter: brightness(10);
}
@media screen and (max-width: 1199px) {
  .footer_logo img {
    margin: 0 auto;
  }
}
.footer_address {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.064rem;
}
.footer_address a {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .footer_address a:hover {
    opacity: 0.7;
  }
}
.footer_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .footer_right {
    align-items: center;
    width: 100%;
    height: auto;
    gap: 5rem;
  }
}
.footer_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3.2rem;
  justify-content: flex-end;
}
@media screen and (max-width: 1400px) {
  .footer_nav {
    gap: 0.8rem 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav {
    display: none;
  }
}
.footer_nav a {
  font-family: "Yuji Syuku", serif;
  color: #fff;
  font-size: 1.6rem;
  white-space: nowrap;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .footer_nav a:hover {
    opacity: 0.7;
  }
}
.footer .copy {
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.056rem;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .footer .copy {
    text-align: left;
  }
}

.pagetop {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 2rem;
    right: 2rem;
  }
}
.pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 4.8rem;
  background: #003f8e;
  color: #fff;
  border-radius: 50%;
  font-size: 1.6rem;
  transition: 0.3s;
  border: 2px solid #f5f5f5;
}
@media (hover: hover) {
  .pagetop a:hover {
    background: rgb(0, 40.3732394366, 91);
  }
}

.more {
  display: inline-flex;
  align-items: center;
  padding: 1.5rem 2.4rem;
  border: 1px solid #003f8e;
  color: #003f8e;
  background: transparent;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.15;
  white-space: nowrap;
  transition: background 0.3s, color 0.3s;
}
.more::before {
  content: "";
  display: block;
  order: 1;
  flex-shrink: 0;
  margin-left: 2.4rem;
  width: 1.6rem;
  height: 1px;
  background: currentColor;
  transition: transform 0.3s;
}
.more::after {
  content: "";
  display: block;
  order: 2;
  flex-shrink: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid currentColor;
  transform: rotate(45deg);
  margin-left: -0.65rem;
  transition: transform 0.3s;
}
@media (hover: hover) {
  .more:hover {
    background: #003f8e;
    color: #fff;
  }
  .more:hover::before {
    transform: translateX(4px);
  }
  .more:hover::after {
    transform: translateX(4px) rotate(45deg);
  }
}

p.en {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #1b3e6b;
}

.id-target {
  display: block;
  scroll-margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .id-target {
    scroll-margin-top: 7rem;
  }
}

br.pc {
  display: none;
}
@media screen and (max-width: 1400px) {
  br.pc {
    display: block;
  }
}
br.xl {
  display: none;
}
@media screen and (max-width: 1199px) {
  br.xl {
    display: block;
  }
}
br.lg {
  display: none;
}
@media screen and (max-width: 991px) {
  br.lg {
    display: block;
  }
}
br.md {
  display: none;
}
@media screen and (max-width: 767px) {
  br.md {
    display: block;
  }
}
br.sm {
  display: none;
}
@media screen and (max-width: 574px) {
  br.sm {
    display: block;
  }
}
br.xs {
  display: none;
}
@media screen and (max-width: 450px) {
  br.xs {
    display: block;
  }
}

@media screen {
  .blur {
    filter: blur(15px);
    opacity: 0;
    transition-duration: 1.3s;
  }
  .blur.is-show {
    filter: blur(0);
    opacity: 1;
  }
  .fadein {
    opacity: 0;
    transition-duration: 1s;
  }
  .fadein.is-show {
    opacity: 1;
  }
  .fadein_top {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateY(-35px);
  }
  .fadein_top.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_bottom {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateY(35px);
  }
  .fadein_bottom.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_left {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateX(-35px);
  }
  .fadein_left.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .fadein_right {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateX(35px);
  }
  .fadein_right.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.1s;
  }
  .delay2 {
    transition-delay: 0.2s;
  }
  .delay3 {
    transition-delay: 0.3s;
  }
  .delay4 {
    transition-delay: 0.4s;
  }
  .delay5 {
    transition-delay: 0.5s;
  }
  .delay6 {
    transition-delay: 0.6s;
  }
  .delay7 {
    transition-delay: 0.7s;
  }
  .delay8 {
    transition-delay: 0.8s;
  }
  .delay9 {
    transition-delay: 0.9s;
  }
  .delay10 {
    transition-delay: 1s;
  }
  .delay11 {
    transition-delay: 1.1s;
  }
  .delay12 {
    transition-delay: 1.2s;
  }
  .delay13 {
    transition-delay: 1.3s;
  }
  .delay14 {
    transition-delay: 1.4s;
  }
  .delay15 {
    transition-delay: 1.5s;
  }
  .delay16 {
    transition-delay: 1.6s;
  }
  .delay17 {
    transition-delay: 1.7s;
  }
  .delay18 {
    transition-delay: 1.8s;
  }
  .delay19 {
    transition-delay: 1.9s;
  }
  .delay20 {
    transition-delay: 2s;
  }
  .effect {
    margin: 0;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.04rem;
  }
  .effect span {
    display: inline-block;
    position: relative;
  }
  .effect span, .effect span:after {
    animation-delay: var(--animation-delay, 2s); /* アニメーションの開始タイミング */
    animation-iteration-count: var(--iterations, 1); /* 再生される回数 */
    animation-duration: var(--duration, 1s); /* 完了するまでの所要時間 */
    animation-fill-mode: both; /* 実行の前後 */
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1); /* タイミングの指定 */
  }
  .effect.scroll-in span {
    --animation-delay: var(--delay, 0);
    --animation-duration: var(--duration, 1s);
    --animation-iterations: var(--iterations, 1);
    position: relative;
    animation-name: clip-text;
    white-space: nowrap;
  }
  .effect.scroll-in span::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #003f8e;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: text-revealer;
  }
  @keyframes clip-text {
    from {
      clip-path: inset(0 100% 0 0);
    }
    to {
      clip-path: inset(0 0 0 0);
    }
  }
  @keyframes text-revealer {
    0%, 50% {
      transform-origin: 0 50%;
    }
    60%, 100% {
      transform-origin: 100% 50%;
    }
    60% {
      transform: scaleX(1);
    }
    100% {
      transform: scaleX(0);
    }
  }
}
.mv {
  position: relative;
  height: 100svh;
  min-height: 60rem;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .mv {
    height: auto;
    min-height: 0;
  }
}
.mv .slider {
  height: 100svh;
}
.mv .slider_image {
  height: 100svh;
}
.mv .slider_image img {
  width: 100%;
  height: 100svh;
  object-fit: cover;
}
.mv_text {
  position: absolute;
  bottom: 10rem;
  left: 4rem;
  z-index: 10;
}
@media screen and (max-width: 1199px) {
  .mv_text {
    bottom: 5rem;
    left: 3.2rem;
  }
}
@media screen and (max-width: 574px) {
  .mv_text {
    left: 2.4rem;
  }
}
.mv_text p {
  font-family: "Shippori Mincho", serif;
  font-size: 5rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .mv_text p {
    font-size: 6.5vw;
  }
}

.scroll_bar {
  position: absolute;
  right: 3.2rem;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  z-index: 10;
}
@media screen and (max-width: 574px) {
  .scroll_bar {
    right: 1.6rem;
  }
}
.scroll_bar-text {
  writing-mode: vertical-rl;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.15em;
  color: #fff;
}
.scroll_bar-line {
  display: block;
  width: 1px;
  height: 6rem;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  overflow: hidden;
}
.scroll_bar-line::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  animation: scroll_anim 2s ease infinite;
}

@keyframes scroll_anim {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}
.trouble {
  background: #f6faff;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .trouble {
    padding: 6rem 0;
  }
}
.trouble .row {
  gap: 3rem 0;
}
.trouble_image {
  margin-left: calc(-1 * (100vw - 100%) / 2);
  width: calc((100vw - 100%) / 2 + 33.333333%);
  padding-right: 3.2rem;
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .trouble_image {
    width: 100%;
    margin: 0;
    padding: 0 12px;
  }
}
.trouble_image img {
  width: 100%;
  height: 61.6rem;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 991px) {
  .trouble_image img {
    height: 50vw;
    min-height: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .trouble_image img {
    height: 60vw;
  }
}
.trouble_head {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.trouble_ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 4rem;
  color: #003f8e;
  line-height: normal;
}
@media screen and (max-width: 1199px) {
  .trouble_ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .trouble_ttl {
    font-size: 2.6rem;
  }
}
.trouble_line {
  display: block;
  width: 6.4rem;
  height: 1px;
  background: #003f8e;
}
.trouble_list {
  margin-top: 6.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem 3.2rem;
}
@media screen and (max-width: 1199px) {
  .trouble_list {
    gap: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  .trouble_list {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .trouble_list {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}
.trouble_list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #fff;
  box-shadow: 0 3px 2.5px rgba(126, 126, 126, 0.2);
  border-radius: 0.5rem;
  height: 5.8rem;
  padding: 1.6rem 1rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: #003f8e;
}
@media screen and (max-width: 1199px) {
  .trouble_list li {
    height: auto;
    min-height: 5rem;
    font-size: 1.6rem;
  }
}
.trouble_list li i.fa-circle-check {
  font-size: 1.8rem;
  flex-shrink: 0;
}
.trouble_list li.etc {
  grid-column: 1/-1;
  background: none;
  box-shadow: none;
  border-radius: 0;
  height: auto;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 0;
}

.about {
  position: relative;
  background: #003f8e;
  overflow: hidden;
  padding: 7rem 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 6rem 2.4rem;
  }
}
.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 3.8rem;
  height: 3.8rem;
  background: #f6faff;
  z-index: 2;
}
.about_bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 92.7rem;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .about_bg {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .about_bg {
    width: 100%;
    opacity: 0.15;
  }
}
.about_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
.about_bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #003f8e 0%, transparent 38.94%);
}
.about_inner {
  position: relative;
  z-index: 1;
  max-width: 89.5rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  align-items: center;
}
.about_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
.about_ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 3.2rem;
  color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 991px) {
  .about_ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .about_ttl {
    font-size: 2.2rem;
  }
}
.about_ttl .yellow {
  color: #ffea4a;
}
.about_line {
  display: block;
  width: 6.4rem;
  height: 1px;
  background: #fff;
}
.about_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.4;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .about_text {
    text-align: left;
    font-feature-settings: "palt";
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 991px) {
  .about_text .sp_none {
    display: none;
  }
}

.feature {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .feature {
    padding: 6rem 0;
  }
}
.feature_head {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 2.4rem;
}
.feature_head h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 3.2rem;
  color: #003f8e;
}
@media screen and (max-width: 767px) {
  .feature_head h2 {
    font-size: 2.6rem;
  }
}
.feature_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .feature_grid {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
}
.feature_item {
  border-top: 1px solid #7eabd0;
  border-bottom: 1px solid #7eabd0;
  padding: 6.4rem 2.4rem;
}
@media screen and (max-width: 991px) {
  .feature_item {
    padding: 4rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .feature_item {
    padding: 3.2rem 0;
    border-bottom: 0;
  }
}
.feature_item:nth-child(3), .feature_item:nth-child(4) {
  border-top: none;
}
@media screen and (max-width: 767px) {
  .feature_item:nth-child(3), .feature_item:nth-child(4) {
    border-top: 1px solid #7eabd0;
  }
}
@media screen and (max-width: 767px) {
  .feature_item:nth-child(4) {
    border-bottom: 1px solid #7eabd0;
  }
}
.feature_item-head {
  display: flex;
  gap: 1.6rem;
}
.feature_item .num-wrap {
  display: flex;
  align-items: stretch;
  height: 100%;
  align-self: stretch;
}
.feature_item .num {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 300;
  font-size: 3.2rem;
  color: #003f8e;
  line-height: 1;
  padding-right: 1.6rem;
  border-right: 1px solid #003f8e;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .feature_item .num {
    font-size: 2.4rem;
  }
}
.feature_item h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.8;
  color: #222222;
  padding-left: 1.6rem;
}
@media screen and (max-width: 1199px) {
  .feature_item h3 {
    padding-left: 0;
    font-size: 1.8rem;
  }
}
.feature_item p {
  margin-top: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #222222;
  letter-spacing: 0.06rem;
}

.service {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .service {
    padding: 6rem 0;
  }
}
.service_row {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 991px) {
  .service_row {
    flex-direction: column;
    gap: 4rem;
  }
}
.service_image {
  flex: 0 0 63.6rem;
}
@media screen and (max-width: 1199px) {
  .service_image {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 991px) {
  .service_image {
    flex: none;
    width: 100%;
  }
}
.service_image img {
  width: 100%;
  height: 56rem;
  object-fit: cover;
  border-radius: 0.4rem;
  display: block;
}
@media screen and (max-width: 991px) {
  .service_image img {
    height: 45vw;
    min-height: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .service_image img {
    height: 60vw;
  }
}
.service_content {
  flex: 1;
  padding-left: 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2.4rem;
}
@media screen and (max-width: 1199px) {
  .service_content {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .service_content {
    padding-left: 0;
    align-items: flex-start;
  }
}
.service_body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.service_head {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.service_head h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 3.2rem;
  color: #003f8e;
}
@media screen and (max-width: 767px) {
  .service_head h2 {
    font-size: 2.6rem;
  }
}
.service_detail {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
.service_catch {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #222222;
  line-height: normal;
  padding-bottom: 1rem;
  border-bottom: 1px solid #222222;
  width: fit-content;
}
@media screen and (max-width: 1199px) {
  .service_catch {
    font-size: 2rem;
  }
}
@media screen and (max-width: 574px) {
  .service_catch {
    line-height: 1.7;
  }
}
.service_text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #222222;
}

.works {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .works {
    padding: 6rem 0;
  }
}
.works_head {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 3.2rem;
}
.works_head h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 3.2rem;
  color: #003f8e;
}
@media screen and (max-width: 767px) {
  .works_head h2 {
    font-size: 2.6rem;
  }
}
.works_slide {
  margin-right: calc(-1 * (100vw - 100%) / 2);
  padding-left: 15px;
}
.works_item {
  flex: 1;
  display: block;
  color: inherit;
  padding: 0 1.2rem;
}
@media screen and (max-width: 767px) {
  .works_item {
    flex: 0 0 calc(50% - 1rem);
  }
}
@media screen and (max-width: 574px) {
  .works_item {
    flex: 0 0 100%;
  }
}
@media (hover: hover) {
  .works_item:hover .works_item-img img {
    transform: scale(1.05);
  }
}
.works_item-img {
  border-radius: 0.4rem;
  overflow: hidden;
  aspect-ratio: 1/1;
  background: rgba(200, 216, 232, 0.1);
}
.works_item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.6s ease;
}
.works_item-body {
  margin-top: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.works_item-ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: #222222;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .works_item-ttl {
    font-size: 1.8rem;
  }
}
.works_item-cat {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #003f8e;
}
.works_more {
  margin-top: 4.8rem;
}
.works_more .more {
  margin-left: 0;
}

.recruit {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .recruit {
    padding: 6rem 0;
  }
}
.recruit_row {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 991px) {
  .recruit_row {
    flex-direction: column;
    gap: 4rem;
  }
}
.recruit_content {
  flex: 1;
  padding-right: 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2.4rem;
}
@media screen and (max-width: 1199px) {
  .recruit_content {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .recruit_content {
    padding-right: 0;
    order: 2;
    align-items: flex-start;
  }
}
.recruit_body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.recruit_head {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.recruit_head h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 3.2rem;
  color: #003f8e;
}
@media screen and (max-width: 767px) {
  .recruit_head h2 {
    font-size: 2.6rem;
  }
}
.recruit_detail {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
.recruit_catch {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #222222;
  line-height: normal;
  padding-bottom: 1rem;
  border-bottom: 1px solid #222222;
  width: fit-content;
}
@media screen and (max-width: 1199px) {
  .recruit_catch {
    font-size: 2rem;
  }
}
.recruit_text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #222222;
}
.recruit_image {
  flex: 0 0 63.6rem;
}
@media screen and (max-width: 1199px) {
  .recruit_image {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 991px) {
  .recruit_image {
    flex: none;
    width: 100%;
    order: 1;
  }
}
.recruit_image img {
  width: 100%;
  height: 56rem;
  object-fit: cover;
  border-radius: 0.4rem;
  display: block;
}
@media screen and (max-width: 991px) {
  .recruit_image img {
    height: 45vw;
    min-height: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit_image img {
    height: 60vw;
  }
}

.company {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .company {
    padding: 6rem 0;
  }
}
.company_card {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  border-radius: 0.4rem;
  overflow: hidden;
  padding: 6.4rem 7.2rem;
  min-height: 42rem;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .company_card {
    padding: 5rem 4rem;
    min-height: 36rem;
  }
}
@media screen and (max-width: 767px) {
  .company_card {
    padding: 3.2rem 2.4rem;
    min-height: 28rem;
  }
}
.company_card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url(../images/top/company_bg.jpg) center/cover no-repeat;
  transition: transform 0.6s ease;
}
@media (hover: hover) {
  .company_card:hover::before {
    transform: scale(1.05);
  }
  .company_card:hover .company_btn {
    background: rgba(255, 255, 255, 0.15);
    transform: scale(1.1);
  }
}
.company_text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.company_text p.en {
  color: #fff;
}
.company_text h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 3.2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .company_text h2 {
    font-size: 2.4rem;
  }
}
.company_btn {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.6rem;
  flex-shrink: 0;
  transition: background 0.3s, transform 0.3s;
}
@media screen and (max-width: 767px) {
  .company_btn {
    width: 4.4rem;
    height: 4.4rem;
  }
}
@media (hover: hover) {
  .company_btn:hover {
    background: rgba(255, 255, 255, 0.15);
  }
}

.topics_row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 991px) {
  .topics_row {
    flex-direction: column;
  }
}
.topics_head {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 991px) {
  .topics_head {
    gap: 2.4rem;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
  }
}
.topics_head .section_ttl {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.topics_head .section_ttl h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 3.2rem;
  color: #003f8e;
}
@media screen and (max-width: 767px) {
  .topics_head .section_ttl h2 {
    font-size: 2.6rem;
  }
}
.topics_body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.topics_cats {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.topics_cat {
  padding: 1rem;
  border: 1px solid #003f8e;
  border-radius: 0.2rem;
  background: #fbfdff;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #003f8e;
  cursor: pointer;
  transition: 0.3s;
  line-height: 1;
}
.topics_cat.is-active {
  background: #003f8e;
  color: #fff;
}
@media (hover: hover) {
  .topics_cat:hover {
    background: #003f8e;
    color: #fff;
  }
}
.topics_wrap {
  position: relative;
  display: flex;
  gap: 3.2rem;
}
.topics_list {
  flex: 1;
  overflow-y: auto;
  max-height: 40rem;
  padding-right: 4rem;
}
@media screen and (max-width: 1400px) {
  .topics_list {
    max-height: 40rem;
  }
}
.topics_list::-webkit-scrollbar {
  width: 10px;
}
.topics_list::-webkit-scrollbar-track {
  background-color: #EFEFEF;
  border-radius: 20px;
}
.topics_list::-webkit-scrollbar-thumb {
  background-color: #003f8e;
  border-radius: 20px;
}
.topics_item {
  border-bottom: 1px solid #c1cdda;
}
.topics_link {
  display: block;
  padding: 2.4rem 1rem;
  margin: 0 -1rem;
  text-decoration: none;
  color: inherit;
  transition: background 0.3s;
}
@media (hover: hover) {
  .topics_link:hover {
    background: #f6faff;
  }
  .topics_link:hover .topics_ttl {
    color: #003f8e;
  }
}
.topics_toggle {
  position: absolute;
  right: 0;
  top: 2.4rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 2.4rem;
  padding-top: 0.4rem;
}
.topics_toggle i {
  font-size: 1.8rem;
  color: #003f8e;
  transition: transform 0.3s ease;
}
.topics_body-wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.topics_meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.topics_meta .date {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #3d6d96;
  line-height: 1;
}
.topics_meta .cat {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 1rem;
  background: #003f8e;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 0.2rem;
}
.topics_meta .new {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #ea4040;
  line-height: 1;
}
.topics_ttl {
  margin-top: 1.6rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #222222;
  word-break: break-all;
  transition: color 0.3s;
}
.topics_body-text {
  margin-top: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #222222;
  word-break: break-all;
}
.topics_imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  margin-top: 2.4rem;
}
.topics_imgs-item {
  aspect-ratio: 1.46/1;
  background: #d9d9d9;
}
.topics_files {
  display: flex;
  gap: 1.6rem;
  margin-top: 1.6rem;
  flex-wrap: wrap;
}
.topics_file {
  display: inline-flex;
  align-items: center;
  gap: 1.1rem;
  padding: 0.8rem 1.6rem;
  background: #375f80;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  border-radius: 0.4rem;
  box-shadow: 0 1px 1.5px rgba(0, 0, 0, 0.25);
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .topics_file:hover {
    opacity: 0.8;
  }
}

.instagram {
  padding: 10rem 0 0;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .instagram {
    padding: 6rem 0 0;
    margin-bottom: 6rem;
  }
}
.instagram_head {
  text-align: center;
  margin-bottom: 4.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .instagram_head {
    margin-bottom: 3.2rem;
  }
}
.instagram_head h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 3.2rem;
  color: #003f8e;
}
@media screen and (max-width: 767px) {
  .instagram_head h2 {
    font-size: 2.6rem;
  }
}
.instagram_more {
  margin-top: 3.2rem;
  text-align: center;
}
.instagram_more a {
  gap: 1.6rem;
}
.instagram_more a i {
  font-size: 1.4rem;
  font-family: "Font Awesome 6 Free";
}
.instagram_more a::after, .instagram_more a::before {
  display: none;
}

body:not(.home) header .logo h1 img.df, body:not(.home) header .logo p img.df {
  opacity: 0;
}
body:not(.home) header .logo h1 img.sc, body:not(.home) header .logo p img.sc {
  opacity: 1;
}
body:not(.home) header nav a {
  color: #222222;
}
body:not(.home) header nav .header_tel {
  color: #222222;
}
body:not(.home) header .toggle span {
  background: #003f8e;
}

header .logo p {
  margin: 0;
  position: relative;
}
header .logo p img {
  width: 16rem;
}
@media screen and (max-width: 1199px) {
  header .logo p img {
    width: 13rem;
  }
}
header .logo p img.df {
  display: block;
}
header .logo p img.sc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.subhead {
  position: relative;
  height: 38rem;
  background: #003f8e;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .subhead {
    height: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .subhead {
    height: 24rem;
  }
}
.subhead_bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.subhead_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
.subhead_inner {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  margin-top: 10rem;
}
@media screen and (max-width: 1199px) {
  .subhead_inner {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .subhead_inner {
    gap: 0.8rem;
  }
}
.subhead_inner p.en {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.5rem;
  letter-spacing: 0.25em;
}
.subhead_inner h1 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 4.2rem;
  color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 991px) {
  .subhead_inner h1 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .subhead_inner h1 {
    font-size: 2.8rem;
  }
}

.breadcrumb {
  background: #f5f5f5;
  padding: 1.2rem 0;
}
.breadcrumb_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb_list li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  color: #666;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.breadcrumb_list li:not(:last-child)::after {
  content: "›";
  color: #999;
}
.breadcrumb_list li a {
  color: #003f8e;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .breadcrumb_list li a:hover {
    opacity: 0.7;
  }
}

#service .service_nav {
  position: sticky;
  top: 10rem;
  z-index: 50;
  background: #003f8e;
}
@media screen and (max-width: 1199px) {
  #service .service_nav {
    top: 7rem;
  }
}
#service .service_nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  list-style: none;
  padding: 0;
  margin: 0;
}
#service .service_nav-list li {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #service .service_nav-list li {
    flex: 0 0 33.333%;
  }
}
@media screen and (max-width: 450px) {
  #service .service_nav-list li {
    flex: 0 0 50%;
  }
}
#service .service_nav-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #fff;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  transition: color 0.3s, border-color 0.3s;
}
@media screen and (max-width: 991px) {
  #service .service_nav-list li a {
    padding: 1.2rem 1.6rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 574px) {
  #service .service_nav-list li a {
    font-size: 1.3rem;
    padding: 1.2rem 1rem;
  }
}
@media (hover: hover) {
  #service .service_nav-list li a:hover {
    color: #fff;
    border-color: #ffea4a;
  }
}
#service .service_lead {
  padding: 7rem 0 5rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #service .service_lead {
    padding: 5rem 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  #service .service_lead {
    padding: 4rem 0 2.4rem;
    text-align: left;
  }
}
#service .service_lead p {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2;
  color: #003f8e;
}
@media screen and (max-width: 574px) {
  #service .service_lead p {
    font-size: 2rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  #service .service_lead p br {
    display: none;
  }
}
#service .service_loan-section {
  padding: 0 0 6rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #service .service_loan-section {
    padding: 0 0 4rem;
  }
}
#service .service_loan-section .service_loan-lead {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #222222;
  margin-bottom: 3.2rem;
}
#service .service_loan-section .service_loan-box {
  display: inline-block;
  border: 1px solid #c8d8e8;
  padding: 3.2rem 6rem;
}
@media screen and (max-width: 991px) {
  #service .service_loan-section .service_loan-box {
    padding: 2.4rem 4rem;
  }
}
@media screen and (max-width: 574px) {
  #service .service_loan-section .service_loan-box {
    display: block;
    padding: 2.4rem 2rem;
  }
}
#service .service_loan-section .service_loan-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: #003f8e;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  white-space: nowrap;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  #service .service_loan-section .service_loan-ttl {
    gap: 1.2rem;
  }
}
#service .service_loan-section .service_loan-ttl::before, #service .service_loan-section .service_loan-ttl::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #003f8e;
}
#service .service_loan-section .service_loan-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 574px) {
  #service .service_loan-section .service_loan-logos {
    gap: 2.4rem;
  }
}
#service .service_loan-section .service_loan-logos img {
  height: 10rem;
  width: auto;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  #service .service_loan-section .service_loan-logos img {
    height: 8rem;
  }
}
#service .service_sec {
  padding: 8rem 0;
}
@media screen and (max-width: 991px) {
  #service .service_sec {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 767px) {
  #service .service_sec {
    padding: 5rem 0;
  }
}
#service .service_sec--gray {
  background: #f5f5f5;
}
#service .service_sec-heading {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #7eabd0;
}
@media screen and (max-width: 767px) {
  #service .service_sec-heading {
    gap: 1.4rem;
    padding-bottom: 1.6rem;
  }
}
#service .service_sec-num {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 300;
  font-size: 4rem;
  color: #003f8e;
  line-height: 1;
  padding-right: 2rem;
  border-right: 1px solid #003f8e;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #service .service_sec-num {
    font-size: 3rem;
    padding-right: 1.4rem;
  }
}
#service .service_sec-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 2.6rem;
  color: #003f8e;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  #service .service_sec-ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  #service .service_sec-ttl {
    font-size: 2rem;
  }
}
#service .service_sec-catch {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 2.2rem;
  color: #222222;
  line-height: 1.6;
  padding-bottom: 1rem;
  border-bottom: 1px solid #222222;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  #service .service_sec-catch {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  #service .service_sec-catch {
    font-size: 1.8rem;
  }
}
#service .service_sec-sub {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.7rem;
  color: #003f8e;
  padding: 1.2rem 1.6rem;
  border-left: 3px solid #003f8e;
  background: rgba(0, 63, 142, 0.04);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #service .service_sec-sub {
    font-size: 1.5rem;
  }
}
#service .service_sec-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #222222;
}
#service .service_sec-inner {
  display: flex;
  align-items: flex-start;
  gap: 6rem;
}
@media screen and (max-width: 991px) {
  #service .service_sec-inner {
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #service .service_sec-inner {
    flex-direction: column;
    gap: 3.2rem;
  }
}
#service .service_sec-inner--rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #service .service_sec-inner--rev {
    flex-direction: column;
  }
}
#service .service_sec-img {
  flex: 0 0 44%;
  max-width: 44%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  #service .service_sec-img {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #service .service_sec-img {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
}
#service .service_sec-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#service .service_sec-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
#service .service_sec-head {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #service .service_sec-head {
    gap: 1.6rem;
    margin-bottom: 3rem;
  }
}
#service .service_sec-list {
  margin-top: 4rem;
}
#service .service_loan-note {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #003f8e;
  background: rgba(0, 63, 142, 0.05);
  border: 1px solid rgba(0, 63, 142, 0.18);
  padding: 0.8rem 1.6rem;
}
#service .service_loan-note i {
  font-size: 1.4rem;
  flex-shrink: 0;
}
#service .service_checklist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  list-style: none;
  padding: 0;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  #service .service_checklist {
    grid-template-columns: 1fr;
  }
}
#service .service_checklist li {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #fff;
  box-shadow: 0 3px 2.5px rgba(126, 126, 126, 0.2);
  border-radius: 0.5rem;
  min-height: 5.4rem;
  padding: 1.4rem 1.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #003f8e;
}
@media screen and (max-width: 1199px) {
  #service .service_checklist li {
    font-size: 1.4rem;
  }
}
#service .service_checklist li i {
  font-size: 1.6rem;
  flex-shrink: 0;
  color: #003f8e;
}
#service .service_checklist li span {
  line-height: 1.6;
}
#service .service_checklist li span small {
  display: block;
}
#service .service_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 991px) {
  #service .service_cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
#service .service_rooms {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 991px) {
  #service .service_rooms {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
#service .service_card,
#service .service_room {
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
#service .service_card-img,
#service .service_room-img {
  aspect-ratio: 4/3;
  overflow: hidden;
}
#service .service_card-img img,
#service .service_room-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
#service .service_card-body,
#service .service_room-body {
  padding: 2rem 2rem 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 574px) {
  #service .service_card-body,
  #service .service_room-body {
    padding: 2rem 1rem 1.5rem;
  }
}
#service .service_card-ttl,
#service .service_room-ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.9rem;
  color: #003f8e;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid #003f8e;
}
#service .service_card p,
#service .service_room p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1.85;
  color: #222222;
}
@media (hover: hover) {
  #service .service_card:hover .service_card-img img {
    transform: scale(1.05);
  }
}
@media (hover: hover) {
  #service .service_room:hover .service_room-img img {
    transform: scale(1.05);
  }
}

#works .works_filter {
  padding: 5rem 0 4rem;
}
@media screen and (max-width: 767px) {
  #works .works_filter {
    padding: 4rem 0 3rem;
  }
}
#works .works_filter-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 1.2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #works .works_filter-list {
    gap: 0.8rem 1rem;
  }
}
#works .works_filter-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.9rem 2.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #003f8e;
  border: 1px solid #003f8e;
  background: #fff;
  transition: background 0.3s, color 0.3s;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #works .works_filter-btn {
    padding: 0.7rem 1.6rem;
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  #works .works_filter-btn:hover {
    background: #003f8e;
    color: #fff;
  }
}
#works .works_filter-btn.is-active {
  background: #003f8e;
  color: #fff;
}
#works .works_category {
  padding: 0 0 6rem;
}
@media screen and (max-width: 767px) {
  #works .works_category {
    padding: 0 0 4rem;
  }
}
#works .works_category-ttl {
  margin-bottom: 3rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #003f8e;
  letter-spacing: 0.04em;
  padding-bottom: 1rem;
  border-bottom: 1px solid #003f8e;
}
@media screen and (max-width: 767px) {
  #works .works_category-ttl {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}
#works .works_category-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 3rem;
}
#works .works_category-img {
  border-radius: 0.4rem;
  overflow: hidden;
  aspect-ratio: 21/8;
  width: 100%;
  background: rgba(200, 216, 232, 0.1);
}
@media screen and (max-width: 767px) {
  #works .works_category-img {
    width: 100%;
    aspect-ratio: 5/3;
  }
}
#works .works_category-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#works .works_category-text {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}
#works .works_list {
  padding: 0 0 8rem;
}
@media screen and (max-width: 991px) {
  #works .works_list {
    padding: 0 0 6rem;
  }
}
@media screen and (max-width: 767px) {
  #works .works_list {
    padding: 0 0 5rem;
  }
}
#works .works_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem 2.4rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  #works .works_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #works .works_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem 1.6rem;
  }
}
@media screen and (max-width: 574px) {
  #works .works_grid {
    grid-template-columns: 1fr;
  }
}
#works .works_card a {
  display: block;
  text-decoration: none;
  color: inherit;
}
#works .works_card-img {
  border-radius: 0.4rem;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: rgba(200, 216, 232, 0.1);
}
#works .works_card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.6s ease;
}
@media (hover: hover) {
  #works .works_card:hover .works_card-img img {
    transform: scale(1.05);
  }
  #works .works_card:hover .works_card-ttl {
    color: #003f8e;
  }
}
#works .works_card-body {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
#works .works_card-cat {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #003f8e;
}
#works .works_card-ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #222222;
  line-height: 1.6;
  transition: color 0.3s;
  word-break: break-all;
}

#company .company_wrap {
  padding: 8rem 0;
}
@media screen and (max-width: 991px) {
  #company .company_wrap {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 767px) {
  #company .company_wrap {
    padding: 5rem 0;
  }
}
#company .company_block {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  #company .company_block {
    margin-bottom: 5rem;
  }
}
#company .company_block:last-child {
  margin-bottom: 0;
}
#company .company_block-head {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  #company .company_block-head {
    margin-bottom: 2.4rem;
  }
}
#company .company_block-head h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 3.2rem;
  color: #003f8e;
}
@media screen and (max-width: 767px) {
  #company .company_block-head h2 {
    font-size: 2.4rem;
  }
}
#company .company_msg {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
#company .company_msg p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #222222;
}
@media screen and (max-width: 767px) {
  #company .company_msg p {
    font-size: 1.5rem;
  }
}
#company .company_msg-sign {
  text-align: right;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 2rem;
  color: #003f8e;
  padding-top: 2.4rem;
  border-top: 1px solid #c1cdda;
}
@media screen and (max-width: 767px) {
  #company .company_msg-sign {
    font-size: 1.8rem;
  }
}
#company .company_table {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e9ef;
  border-radius: 1.2rem;
  box-shadow: 0 4px 24px rgba(0, 40, 90, 0.05);
}
#company .company_row {
  display: flex;
  align-items: stretch;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  #company .company_row {
    flex-direction: column;
  }
}
#company .company_row:not(:last-child) {
  border-bottom: 1px solid #eef1f5;
}
@media (hover: hover) {
  #company .company_row:hover {
    background: rgba(0, 63, 142, 0.025);
  }
}
#company .company_row dt {
  flex: 0 0 20rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 2.4rem 2rem 2.4rem 2.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #003f8e;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 991px) {
  #company .company_row dt {
    flex: 0 0 16rem;
    padding: 2rem 1.6rem 2rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  #company .company_row dt {
    flex: none;
    width: 100%;
    gap: 0.7rem;
    padding: 2rem 2rem 0;
    font-size: 1.4rem;
  }
}
#company .company_row dd {
  flex: 1;
  padding: 2.4rem 2.8rem 2.4rem 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #222222;
}
@media screen and (max-width: 767px) {
  #company .company_row dd {
    padding: 0.8rem 2rem 2.4rem;
    font-size: 1.5rem;
  }
}
#company .company_biz {
  list-style: none;
  padding: 0;
  margin: 0;
}
#company .company_biz li {
  position: relative;
  padding-left: 1.2rem;
  line-height: 2;
}
#company .company_biz li::before {
  content: "・";
  position: absolute;
  left: 0;
}
#company .company_access-map iframe {
  width: 100%;
  height: 46rem;
  border: none;
  display: block;
}
@media screen and (max-width: 767px) {
  #company .company_access-map iframe {
    height: 30rem;
  }
}
#company .company_access-footer {
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
}
#company .company_access-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #003f8e;
  border: 1px solid #003f8e;
  padding: 1rem 2.8rem;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
@media (hover: hover) {
  #company .company_access-btn:hover {
    background: #003f8e;
    color: #fff;
  }
}

#topics .topics_category-ttl {
  margin-bottom: 4.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #003f8e;
  letter-spacing: 0.04em;
  padding-bottom: 1rem;
  border-bottom: 1px solid #003f8e;
}
@media screen and (max-width: 767px) {
  #topics .topics_category-ttl {
    margin-bottom: 3.2rem;
    font-size: 2rem;
  }
}
#topics .topics_filter {
  padding: 5rem 0 4rem;
}
@media screen and (max-width: 767px) {
  #topics .topics_filter {
    padding: 4rem 0 3rem;
  }
}
#topics .topics_filter-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 1.2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #topics .topics_filter-list {
    gap: 0.8rem 1rem;
  }
}
#topics .topics_filter-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.9rem 2.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #003f8e;
  border: 1px solid #003f8e;
  background: #fff;
  transition: background 0.3s, color 0.3s;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #topics .topics_filter-btn {
    padding: 0.7rem 1.6rem;
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  #topics .topics_filter-btn:hover {
    background: #003f8e;
    color: #fff;
  }
}
#topics .topics_filter-btn.is-active {
  background: #003f8e;
  color: #fff;
}
#topics .topics_body {
  padding: 0 0 8rem;
}
@media screen and (max-width: 991px) {
  #topics .topics_body {
    padding: 0 0 6rem;
  }
}
@media screen and (max-width: 767px) {
  #topics .topics_body {
    padding: 0 0 5rem;
  }
}
#topics .topics_list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #c1cdda;
  overflow: visible;
  max-height: 100%;
}
#topics .topics_item {
  border-bottom: 1px solid #c1cdda;
}
#topics .topics_link {
  display: block;
  padding: 2.4rem 1rem;
  margin: 0 -1rem;
  text-decoration: none;
  color: inherit;
  transition: background 0.3s;
}
@media (hover: hover) {
  #topics .topics_link:hover {
    background: #f6faff;
  }
  #topics .topics_link:hover .topics_ttl {
    color: #003f8e;
  }
}
#topics .topics_meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
#topics .topics_meta .date {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #3d6d96;
  line-height: 1;
}
#topics .topics_meta .cat {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1rem;
  background: #003f8e;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 0.2rem;
}
#topics .topics_meta .new {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #ea4040;
  line-height: 1;
}
#topics .topics_ttl {
  margin-top: 1.6rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #222222;
  word-break: break-all;
  transition: color 0.3s;
}

.paging {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 5rem;
}
.paging .paging-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  border: 1px solid #c8d8e8;
  background: #fff;
  transition: background 0.3s, border-color 0.3s;
}
.paging .paging-text a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #003f8e;
  text-decoration: none;
  transition: color 0.3s;
}
@media (hover: hover) {
  .paging .paging-text:hover {
    background: #003f8e;
    border-color: #003f8e;
  }
  .paging .paging-text:hover a {
    color: #fff;
  }
}
.paging .paging-text.current {
  background: #003f8e;
  border-color: #003f8e;
  color: #fff;
  pointer-events: none;
}

@media screen and (min-width: 1200px) {
  #detail .container {
    max-width: 1140px;
  }
}
#detail .detail_wrap {
  padding: 7rem 0 8rem;
}
@media screen and (max-width: 991px) {
  #detail .detail_wrap {
    padding: 5rem 0 6rem;
  }
}
@media screen and (max-width: 767px) {
  #detail .detail_wrap {
    padding: 4rem 0 5rem;
  }
}
#detail .topics_meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
#detail .topics_meta .date {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #3d6d96;
  line-height: 1;
}
#detail .topics_meta .cat {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 1rem;
  background: #003f8e;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 0.2rem;
}
#detail .topics_meta .new {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #ea4040;
  line-height: 1;
}
#detail .detail_ttl {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 3rem;
  color: #222222;
  line-height: 1.5;
  margin-bottom: 4rem;
  word-break: break-all;
}
@media screen and (max-width: 991px) {
  #detail .detail_ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  #detail .detail_ttl {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}
#detail .detail_zoom-wrap {
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
  background: #e0e8f0;
}
#detail .detail_zoom-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
#detail .detail_zoom-btn {
  position: absolute;
  bottom: 1.2rem;
  right: 1.2rem;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 1.6rem;
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
@media (hover: hover) {
  #detail .detail_zoom-btn:hover {
    background: rgba(0, 0, 0, 0.8);
  }
}
#detail .detail_ba {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #detail .detail_ba {
    gap: 1.2rem;
  }
}
#detail .detail_ba-item {
  flex: 1;
}
#detail .detail_ba-item .detail_zoom-wrap {
  aspect-ratio: 5/3;
}
#detail .detail_ba-label {
  display: block;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #fff;
  padding: 0.8rem 2.4rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
#detail .detail_ba-label.is-before {
  background: #5e8fb8;
}
#detail .detail_ba-label.is-after {
  background: #003f8e;
}
#detail .detail_ba-arrow {
  flex-shrink: 0;
  font-size: 2.4rem;
  color: #003f8e;
}
@media screen and (max-width: 767px) {
  #detail .detail_ba-arrow {
    font-size: 1.8rem;
  }
}
#detail .detail_text {
  margin-bottom: 4rem;
  word-break: break-all;
}
#detail .detail_text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #222222;
}
#detail .detail_text p + p {
  margin-top: 2rem;
}
#detail .detail_gallery {
  margin-bottom: 4rem;
}
#detail .detail_gallery-main {
  margin-bottom: 1.2rem;
}
#detail .detail_gallery-main .detail_zoom-wrap {
  aspect-ratio: 16/9;
}
#detail .detail_gallery-slider {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#detail .detail_gallery-track {
  flex: 1;
  overflow: hidden;
}
#detail .detail_gallery-thumbs {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.8rem;
  list-style: none;
  padding: 0;
  margin: 0;
  transition: transform 0.35s ease;
  will-change: transform;
}
#detail .detail_gallery-thumbs.is-centered {
  width: 100%;
  justify-content: center;
}
#detail .detail_gallery-thumb {
  flex: 0 0 calc((100% - 4.8rem) / 7);
  flex-shrink: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.55;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  #detail .detail_gallery-thumb {
    flex: 0 0 calc((100% - 1.6rem) / 3);
  }
}
#detail .detail_gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#detail .detail_gallery-thumb.is-active {
  opacity: 1;
}
@media (hover: hover) {
  #detail .detail_gallery-thumb:hover {
    opacity: 1;
  }
}
#detail .detail_gallery-prev, #detail .detail_gallery-next {
  flex-shrink: 0;
  width: 3.6rem;
  height: 3.6rem;
  background: #003f8e;
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  transition: background 0.3s;
}
#detail .detail_gallery-prev:disabled, #detail .detail_gallery-next:disabled {
  background: #c8d8e8;
  cursor: default;
  pointer-events: none;
}
@media (hover: hover) {
  #detail .detail_gallery-prev:hover, #detail .detail_gallery-next:hover {
    background: #002d65;
  }
}
#detail .detail_files {
  display: flex;
  gap: 2rem;
  margin-bottom: 5rem;
  flex-wrap: wrap;
}
#detail .detail_file-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  color: #003f8e;
  border: 1px solid #003f8e;
  padding: 1rem 2.8rem;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
@media (hover: hover) {
  #detail .detail_file-btn:hover {
    background: #003f8e;
    color: #fff;
  }
}
#detail .detail_back {
  text-align: center;
  padding-top: 4rem;
  border-top: 1px solid #e0e8f0;
}
#detail .detail_back-btn {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  color: #003f8e;
  border: 1px solid #003f8e;
  padding: 1.4rem 6rem;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
@media (hover: hover) {
  #detail .detail_back-btn:hover {
    background: #003f8e;
    color: #fff;
  }
}

#recruit .recruit_message-head,
#recruit .recruit_feature-head,
#recruit .recruit_benefits-head,
#recruit .recruit_requirements-head {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  #recruit .recruit_message-head,
  #recruit .recruit_feature-head,
  #recruit .recruit_benefits-head,
  #recruit .recruit_requirements-head {
    margin-bottom: 2.4rem;
  }
}
#recruit .recruit_message-head h2,
#recruit .recruit_feature-head h2,
#recruit .recruit_benefits-head h2,
#recruit .recruit_requirements-head h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 3.2rem;
  color: #003f8e;
}
@media screen and (max-width: 767px) {
  #recruit .recruit_message-head h2,
  #recruit .recruit_feature-head h2,
  #recruit .recruit_benefits-head h2,
  #recruit .recruit_requirements-head h2 {
    font-size: 2.4rem;
  }
}
#recruit .recruit_message {
  padding: 8rem 0 0;
}
@media screen and (max-width: 991px) {
  #recruit .recruit_message {
    padding: 6rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  #recruit .recruit_message {
    padding: 5rem 0 0;
  }
}
#recruit .recruit_message-inner {
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 991px) {
  #recruit .recruit_message-inner {
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #recruit .recruit_message-inner {
    flex-direction: column;
    gap: 3.2rem;
  }
}
#recruit .recruit_message-img {
  flex: 0 0 44%;
  max-width: 44%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  #recruit .recruit_message-img {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #recruit .recruit_message-img {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
}
#recruit .recruit_message-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#recruit .recruit_message-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
#recruit .recruit_message-catch {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 2.2rem;
  color: #222222;
  line-height: 1.6;
  padding-bottom: 1rem;
  border-bottom: 1px solid #222222;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  #recruit .recruit_message-catch {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  #recruit .recruit_message-catch {
    font-size: 1.8rem;
  }
}
#recruit .recruit_message-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #222222;
}
#recruit .recruit_feature {
  padding: 8rem 0;
}
@media screen and (max-width: 991px) {
  #recruit .recruit_feature {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 767px) {
  #recruit .recruit_feature {
    padding: 5rem 0;
  }
}
#recruit .recruit_feature-item {
  border-top: 1px solid #7eabd0;
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  #recruit .recruit_feature-item {
    padding: 3.2rem 0;
  }
}
#recruit .recruit_feature-item:last-child {
  border-bottom: 1px solid #7eabd0;
}
#recruit .recruit_feature-item-head {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
#recruit .recruit_feature-item-head .num {
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 300;
  font-size: 3.2rem;
  color: #003f8e;
  line-height: 1;
  padding-right: 1.6rem;
  border-right: 1px solid #003f8e;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #recruit .recruit_feature-item-head .num {
    font-size: 2.4rem;
  }
}
#recruit .recruit_feature-item-head h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.6;
  color: #222222;
}
@media screen and (max-width: 767px) {
  #recruit .recruit_feature-item-head h3 {
    font-size: 1.8rem;
  }
}
#recruit .recruit_feature-item p {
  margin-top: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #222222;
}
#recruit .recruit_benefits {
  padding: 0 0 8rem;
}
@media screen and (max-width: 991px) {
  #recruit .recruit_benefits {
    padding: 0 0 6rem;
  }
}
@media screen and (max-width: 767px) {
  #recruit .recruit_benefits {
    padding: 0 0 5rem;
  }
}
#recruit .recruit_benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #recruit .recruit_benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.2rem;
  }
}
#recruit .recruit_benefits-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  padding: 3.2rem 1.6rem;
  background: #f5f5f5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #recruit .recruit_benefits-item {
    padding: 2.4rem 1.2rem;
  }
}
#recruit .recruit_benefits-item img {
  width: 5.6rem;
  height: 5.6rem;
}
@media screen and (max-width: 767px) {
  #recruit .recruit_benefits-item img {
    width: 4.8rem;
    height: 4.8rem;
  }
}
#recruit .recruit_benefits-item p {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #222222;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #recruit .recruit_benefits-item p {
    font-size: 1.4rem;
  }
}
#recruit .recruit_benefits-item p small {
  display: block;
  margin-top: 0.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #666;
}
#recruit .recruit_requirements {
  padding: 0 0 8rem;
}
@media screen and (max-width: 991px) {
  #recruit .recruit_requirements {
    padding: 0 0 6rem;
  }
}
@media screen and (max-width: 767px) {
  #recruit .recruit_requirements {
    padding: 0 0 5rem;
  }
}
#recruit .recruit_table {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e9ef;
  border-radius: 1.2rem;
  box-shadow: 0 4px 24px rgba(0, 40, 90, 0.05);
}
#recruit .recruit_table-row {
  display: flex;
  align-items: stretch;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  #recruit .recruit_table-row {
    flex-direction: column;
  }
}
#recruit .recruit_table-row:not(:last-child) {
  border-bottom: 1px solid #eef1f5;
}
@media (hover: hover) {
  #recruit .recruit_table-row:hover {
    background: rgba(0, 63, 142, 0.025);
  }
}
#recruit .recruit_table-row dt {
  flex: 0 0 20rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 2.4rem 2rem 2.4rem 2.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #003f8e;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 991px) {
  #recruit .recruit_table-row dt {
    flex: 0 0 16rem;
    padding: 2rem 1.6rem 2rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  #recruit .recruit_table-row dt {
    flex: none;
    width: 100%;
    gap: 0.7rem;
    padding: 2rem 2rem 0;
    font-size: 1.4rem;
  }
}
#recruit .recruit_table-row dd {
  flex: 1;
  padding: 2.4rem 2.8rem 2.4rem 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #222222;
}
@media screen and (max-width: 767px) {
  #recruit .recruit_table-row dd {
    padding: 0.8rem 2rem 2.4rem;
    font-size: 1.5rem;
  }
}
#recruit .recruit_apply {
  padding: 0 0 9rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #recruit .recruit_apply {
    padding: 0 0 7rem;
  }
}
@media screen and (max-width: 767px) {
  #recruit .recruit_apply {
    padding: 0 0 5rem;
  }
}
#recruit .recruit_apply-lead {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 2rem;
  color: #003f8e;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  #recruit .recruit_apply-lead {
    font-size: 1.7rem;
    margin-bottom: 2.4rem;
  }
}
#recruit .recruit_apply-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}
@media screen and (max-width: 574px) {
  #recruit .recruit_apply-btns {
    flex-direction: column;
    gap: 1.6rem;
  }
}
#recruit .recruit_apply-btn {
  display: inline-flex;
  align-items: center;
  padding: 1.5rem 2.4rem;
  border: 1px solid #003f8e;
  color: #fff;
  background: #003f8e;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.15;
  white-space: nowrap;
  transition: background 0.3s, color 0.3s;
}
@media (hover: hover) {
  #recruit .recruit_apply-btn:hover {
    background: #fff;
    color: #003f8e;
  }
}

#contact .requied {
  display: inline-block;
  margin-left: 0.8rem;
  padding: 0.3rem 0.9rem;
  background: #e53935;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.4;
  border-radius: 2rem;
  vertical-align: middle;
}
@media screen and (min-width: 1200px) {
  #contact .container {
    max-width: 1140px;
  }
}
#contact .contact_tel-section {
  padding: 8rem 0;
  background: #f6faff;
}
@media screen and (max-width: 767px) {
  #contact .contact_tel-section {
    padding: 5rem 0;
  }
}
#contact .contact_tel-section-head {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 4rem;
}
#contact .contact_tel-section-head h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 3.2rem;
  color: #003f8e;
}
@media screen and (max-width: 767px) {
  #contact .contact_tel-section-head h2 {
    font-size: 2.4rem;
  }
}
#contact .contact_tel-section-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  #contact .contact_tel-section-cards {
    grid-template-columns: 1fr;
  }
}
#contact .contact_tel-section-card {
  position: relative;
  padding: 4rem 3.2rem;
  background: #fff;
  border: 1px solid rgba(0, 63, 142, 0.2);
  border-radius: 0.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact .contact_tel-section-card {
    padding: 3.2rem 2.4rem;
  }
}
#contact .contact_tel-section-badge {
  display: inline-block;
  margin-bottom: 1.2rem;
  padding: 0.4rem 1.2rem;
  background: #ffe3e3;
  color: #d94545;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 2rem;
}
#contact .contact_tel-section-label {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: #222222;
}
#contact .contact_tel-section-divider {
  display: block;
  width: 4rem;
  height: 1px;
  margin: 1.6rem auto;
  background: rgba(0, 63, 142, 0.3);
}
#contact .contact_tel-section-num {
  display: block;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 300;
  font-size: 4rem;
  color: #003f8e;
}
@media screen and (max-width: 991px) {
  #contact .contact_tel-section-num {
    font-size: 3.2rem;
  }
}
#contact .contact_tel-section-sub {
  margin-top: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #777;
}
#contact .contact_form-section {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  #contact .contact_form-section {
    padding: 5rem 0;
  }
}
#contact .contact_form-section-head {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 4rem;
}
#contact .contact_form-section-head h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 3.2rem;
  color: #003f8e;
}
@media screen and (max-width: 767px) {
  #contact .contact_form-section-head h2 {
    font-size: 2.4rem;
  }
}
#contact .contact_form-section-note {
  padding: 2.4rem 3.2rem;
  margin-bottom: 4.8rem;
  background: #f6faff;
  border-left: 4px solid #003f8e;
  border-radius: 0 0.4rem 0.4rem 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 2;
  color: #222222;
}
@media screen and (max-width: 767px) {
  #contact .contact_form-section-note {
    padding: 2rem;
  }
}
#contact .contact_form-section-note .requied {
  margin-left: 0;
  vertical-align: text-bottom;
  margin-right: 0.5rem;
}
#contact .contact_table {
  width: 100%;
  margin-bottom: 4.8rem;
  background: #fff;
  border: 1px solid #e5e9ef;
  border-radius: 1.2rem;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 40, 90, 0.05);
}
#contact .contact_table tr {
  transition: background 0.3s;
}
@media (hover: hover) {
  #contact .contact_table tr:hover {
    background: rgba(0, 63, 142, 0.025);
  }
}
#contact .contact_table tr:not(:last-child) th, #contact .contact_table tr:not(:last-child) td {
  border-bottom: 1px solid #eef1f5;
}
@media screen and (max-width: 991px) {
  #contact .contact_table tr:not(:last-child) th {
    border-bottom: 0;
  }
}
#contact .contact_table th {
  width: 24rem;
  padding: 2.4rem 1.6rem 2.4rem 2.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #003f8e;
  letter-spacing: 0.03em;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  #contact .contact_table th {
    display: block;
    width: 100%;
    padding: 2rem 2rem 0;
    font-size: 1.4rem;
    border-bottom: 0;
  }
}
#contact .contact_table td {
  padding: 2.4rem 2.8rem 2.4rem 0;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  #contact .contact_table td {
    display: block;
    width: 100%;
    padding: 0.8rem 2rem 2.4rem;
  }
}
#contact .form_input {
  width: 100%;
  height: 5rem;
  padding: 0 1.6rem;
  border: 1px solid #c8d4e0;
  border-radius: 0.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #222222;
  background: #fff;
  appearance: none;
  transition: border 0.3s;
}
#contact .form_input:focus {
  outline: none;
  border-color: #003f8e;
  box-shadow: 0 0 0 3px rgba(0, 63, 142, 0.1);
}
#contact .form_input.short {
  width: 16rem;
}
#contact .form_input.medium {
  width: 28rem;
}
#contact .form_zip-row {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
#contact .form_zip-row .form_input {
  width: 16rem;
}
#contact .form_zip-auto {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 5rem;
  padding: 0 1.6rem;
  background: #f6faff;
  border: 1px solid rgba(0, 63, 142, 0.2);
  border-radius: 0.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #003f8e;
  white-space: nowrap;
}
#contact .form_select {
  width: 100%;
  max-width: 28rem;
  height: 5rem;
  padding: 0 4rem 0 1.6rem;
  border: 1px solid #c8d4e0;
  border-radius: 0.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #222222;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5' stroke='%23003f8e' stroke-width='2' fill='none'/%3E%3C/svg%3E") no-repeat right 1.2rem center/1.6rem;
  appearance: none;
  transition: border 0.3s;
}
#contact .form_select:focus {
  outline: none;
  border-color: #003f8e;
  box-shadow: 0 0 0 3px rgba(0, 63, 142, 0.1);
}
#contact .form_select:invalid {
  color: #888;
}
#contact .form_textarea {
  width: 100%;
  height: 18rem;
  padding: 1.4rem 1.6rem;
  border: 1px solid #c8d4e0;
  border-radius: 0.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #222222;
  background: #fff;
  resize: vertical;
  transition: border 0.3s;
}
#contact .form_textarea:focus {
  outline: none;
  border-color: #003f8e;
  box-shadow: 0 0 0 3px rgba(0, 63, 142, 0.1);
}
#contact .form_radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-top: 1rem;
}
#contact .form_radio-group label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #222222;
  cursor: pointer;
}
#contact .form_radio-group input[type=radio] {
  width: 1.8rem;
  height: 1.8rem;
  accent-color: #003f8e;
  cursor: pointer;
}
#contact .form_file-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
#contact .form_file-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
#contact .form_file-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.6rem;
}
#contact .form_file-btn {
  display: inline-flex;
  align-items: center;
  padding: 1rem 2.4rem;
  background: transparent;
  border: 1px solid #003f8e;
  border-radius: 0.4rem;
  color: #003f8e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  cursor: pointer;
  transition: 0.3s;
}
@media (hover: hover) {
  #contact .form_file-btn:hover {
    background: #003f8e;
    color: #fff;
  }
}
#contact .form_file-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #888;
}
#contact .form_file-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #d94545;
}
#contact .form_privacy {
  padding: 3.2rem;
  margin-bottom: 4rem;
  background: #f6faff;
  border-radius: 0.4rem;
}
@media screen and (max-width: 767px) {
  #contact .form_privacy {
    padding: 2.4rem;
  }
}
#contact .form_privacy-title {
  margin-bottom: 1.6rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: #003f8e;
}
#contact .form_privacy-text {
  max-height: 24rem;
  margin-bottom: 2.4rem;
  padding: 2rem;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #dde4ee;
  border-radius: 0.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #222222;
}
#contact .form_privacy-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #222222;
}
#contact .form_privacy-text a {
  color: #003f8e;
  text-decoration: underline;
}
#contact .form_privacy-group {
  margin-top: 2rem;
}
#contact .form_privacy-group:first-child {
  margin-top: 0;
}
#contact .form_privacy-group h4 {
  margin-bottom: 0.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #003f8e;
}
#contact .form_privacy-group h4 span {
  font-weight: 500;
}
#contact .form_privacy-group ul {
  margin-top: 0.8rem;
  padding: 0;
  list-style: none;
}
#contact .form_privacy-group ul li {
  display: flex;
  gap: 0.6rem;
  margin-top: 0.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #222222;
}
#contact .form_privacy-group ul li span {
  flex-shrink: 0;
  color: #003f8e;
}
#contact .form_privacy-agree {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #222222;
  cursor: pointer;
}
#contact .form_privacy-agree input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  accent-color: #003f8e;
  cursor: pointer;
}
#contact .form_submit {
  text-align: center;
}
#contact .form_submit .more {
  justify-content: center;
  padding: 1.8rem 4rem;
  font-size: 1.8rem;
  white-space: normal;
}
@media screen and (max-width: 574px) {
  #contact .form_submit .more {
    padding: 1.6rem 2.4rem;
    font-size: 1.6rem;
  }
}
#contact .form_submit .more br {
  display: none;
}
@media screen and (max-width: 574px) {
  #contact .form_submit .more br {
    display: block;
    flex-basis: 100%;
    width: 0;
    height: 0;
  }
}
#contact .form_confirm-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 574px) {
  #contact .form_confirm-btns {
    flex-direction: column;
    gap: 1.2rem;
  }
}
#contact .form_confirm-back {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.5rem 3.2rem;
  background: transparent;
  border: 1px solid #999;
  color: #666;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.6rem;
  cursor: pointer;
  transition: background 0.3s, border-color 0.3s;
}
#contact .form_confirm-back i {
  font-size: 1.4rem;
}
@media (hover: hover) {
  #contact .form_confirm-back:hover {
    background: #f0f0f0;
    border-color: #666;
  }
}

.detail_modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9000;
}
.detail_modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.detail_modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90vw;
  max-height: 90vh;
}
@media screen and (max-width: 574px) {
  .detail_modal-inner {
    width: 100%;
  }
}
.detail_modal-inner img {
  max-width: 100%;
  max-height: 85vh;
  display: block;
  object-fit: contain;
}
.detail_modal-close {
  position: absolute;
  top: -4rem;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 2.6rem;
  cursor: pointer;
  padding: 0.4rem 0.8rem;
  line-height: 1;
}