@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: #111111;
  letter-spacing: 0.1rem;
  padding-top: 10rem;
}
@media print {
  body {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1199px) {
  body {
    padding-top: 7rem;
  }
}

a {
  color: inherit;
}
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 screen and (min-width: 1440px) {
  .container {
    max-width: 1320px;
  }
  .container-xl {
    max-width: 1320px;
  }
}
@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%;
  }
}
.id-target {
  padding-top: 100px;
  margin-top: -100px;
  display: block;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .id-target {
    padding-top: 70px;
    margin-top: -70px;
  }
}

br.pc {
  display: none;
}
@media screen and (max-width: 1440px) {
  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 and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@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: 1s;
    transform: translateY(-25px);
  }
  .fadein_top.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_bottom {
    opacity: 0;
    transition-duration: 1s;
    transform: translateY(25px);
  }
  .fadein_bottom.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_left {
    opacity: 0;
    transition-duration: 1s;
    transform: translateX(-25px);
  }
  .fadein_left.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .fadein_right {
    opacity: 0;
    transition-duration: 1s;
    transform: translateX(25px);
  }
  .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: #186fdd;
    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);
    }
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background: #fff;
  padding: 0 5rem;
  transition: 0.3s;
  box-shadow: 0px 1px 9px 1px rgba(24, 111, 221, 0);
  z-index: 99;
}
@media screen and (max-width: 1440px) {
  header {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 1199px) {
  header {
    height: 7rem;
  }
}
header.sc {
  height: 8rem;
  box-shadow: 0px 1px 9px 1px rgba(24, 111, 221, 0.1);
}
@media screen and (max-width: 1199px) {
  header.sc {
    height: 7rem;
  }
}
header .logo {
  width: 22.2rem;
}
@media screen and (max-width: 991px) {
  header .logo {
    width: 16rem;
  }
}
header nav {
  display: flex;
  align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 1440px) {
  header nav {
    gap: 3rem;
  }
}
@media screen and (max-width: 1199px) {
  header nav {
    position: fixed;
    top: 7rem;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 30rem;
    height: calc(100dvh - 7rem);
    gap: 0;
    padding: 2rem 3rem;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: 0.4s;
    overflow-y: auto;
  }
  header nav.open {
    transform: translateX(0);
  }
}
header nav > a {
  position: relative;
  display: block;
}
@media screen and (max-width: 1199px) {
  header nav > a {
    width: 100%;
    padding: 1.6rem 0;
    border-bottom: 1px solid #eee;
  }
}
header nav > a::after {
  content: "";
  position: absolute;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  background: #186fdd;
  width: 5px;
  height: 5px;
  display: block;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  header nav > a::after {
    display: none;
  }
}
header nav > a.active::after {
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  header nav > a.active {
    color: #186fdd;
  }
}
@media (hover: hover) {
  header nav > a:hover::after {
    opacity: 1;
  }
}
header nav .tel {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  header nav .tel {
    margin-top: 3rem;
    font-size: 2.4rem;
  }
}
header nav .tel_icon {
  width: 5rem;
  height: 5rem;
  background: #186fdd;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
}
@media screen and (max-width: 1199px) {
  header nav .tel_icon {
    width: 4rem;
    height: 4rem;
    font-size: 1.8rem;
  }
}
header .toggle {
  display: none;
  width: 3rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
}
header .toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #186fdd;
  position: absolute;
  transition-duration: 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);
}
@media screen and (max-width: 1199px) {
  header .toggle {
    display: block;
  }
}

.title {
  text-align: center;
}
.title h2, .title h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .title h2, .title h3 {
    font-size: 1.5rem;
  }
}
.title h2::before, .title h3::before {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  background: url(../../images/common/title_icon.png) no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .title h2::before, .title h3::before {
    width: 2rem;
    height: 2rem;
  }
}
.title .en {
  margin-top: 1.6rem;
  line-height: 1;
  color: #186fdd;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 7.2rem;
}
@media screen and (max-width: 991px) {
  .title .en {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .title .en {
    margin-top: 1rem;
  }
}
.title.small h3 {
  font-size: 1.6rem;
}
.title.small h3::before {
  width: 2.1rem;
  height: 2.1rem;
}
.title.small .en {
  font-size: 5.6rem;
  margin-top: 1rem;
}
@media screen and (max-width: 1199px) {
  .title.small .en {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 574px) {
  .title.small .en {
    font-size: 4rem;
  }
}
.title.left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem;
  background: #186fdd;
  color: #fff;
  height: 6rem;
  width: 42rem;
  font-size: 2rem;
  font-weight: bold;
  border: 2px solid #186fdd;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .more {
    width: 100%;
    height: 5.2rem;
    font-size: 1.6rem;
  }
}
.more .arrow {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #186fdd;
  transition: 0.4s;
  background: #fff;
}
@media (hover: hover) {
  .more:hover {
    background: #fff;
    color: #186fdd;
  }
  .more:hover .arrow {
    background: #186fdd;
    color: #fff;
  }
}

main {
  overflow: hidden;
}

.footer {
  padding: 20rem 0;
  background: #f4f4f4;
}
@media screen and (max-width: 991px) {
  .footer {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 6rem 0;
  }
}
.footer_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .footer_inner {
    flex-direction: column;
    gap: 4.8rem;
  }
}
.footer_inner .logo {
  width: 31.5rem;
}
@media screen and (max-width: 767px) {
  .footer_inner .logo {
    width: 25rem;
  }
}
.footer_inner nav {
  display: flex;
  align-content: center;
  gap: 6rem;
}
@media screen and (max-width: 1199px) {
  .footer_inner nav {
    gap: 3rem;
  }
}
@media screen and (max-width: 574px) {
  .footer_inner nav {
    display: none;
  }
}
.footer_address {
  margin-top: 6rem;
  border-top: 1px solid #ccc;
  padding-top: 6rem;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 991px) {
  .footer_address {
    margin-top: 4rem;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer_address {
    flex-direction: column;
    gap: 3rem;
    text-align: center;
  }
}
.footer_address-title {
  font-weight: bold;
}
.footer_address-text {
  margin-top: 1rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .footer_address-text .xl {
    display: none;
  }
}

.copy {
  text-align: center;
  background: #186fdd;
  color: #fff;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.4rem;
}

.pagetop {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  z-index: 90;
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 1.6rem;
    bottom: 1.6rem;
  }
}
.pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.6rem;
  height: 5.6rem;
  background: #186fdd;
  color: #fff;
  border: 2px solid #186fdd;
  font-size: 2rem;
  box-shadow: 0px 1px 9px 1px rgba(24, 111, 221, 0.15);
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    width: 4.4rem;
    height: 4.4rem;
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .pagetop a:hover {
    background: #fff;
    color: #186fdd;
  }
}

#top .mv {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  #top .mv {
    max-width: 95%;
  }
}
@media screen and (max-width: 991px) {
  #top .mv {
    max-width: 100%;
  }
}
#top .mv video {
  width: 100%;
  height: 83rem;
  object-fit: cover;
}
@media screen and (max-width: 1440px) {
  #top .mv video {
    height: 65rem;
  }
}
@media screen and (max-width: 991px) {
  #top .mv video {
    height: 50rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv video {
    height: 40rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv video {
    height: 50vh;
  }
}
#top .mv .slider img {
  height: 83rem;
  object-fit: cover;
}
@media screen and (max-width: 1440px) {
  #top .mv .slider img {
    height: 65rem;
  }
}
@media screen and (max-width: 991px) {
  #top .mv .slider img {
    height: 50rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv .slider img {
    height: 40rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv .slider img {
    height: 50vh;
  }
}
#top .mv_text {
  position: absolute;
  right: -5rem;
  bottom: -3.2rem;
}
@media screen and (max-width: 1440px) {
  #top .mv_text {
    right: -1%;
  }
}
@media screen and (max-width: 991px) {
  #top .mv_text {
    right: 2rem;
    bottom: -3.2rem;
  }
}
#top .mv_text h2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-end;
}
#top .mv_text h2 span {
  background: #186fdd;
  color: #fff;
  display: block;
  padding: 1rem 1.5rem;
  line-height: 1;
  font-weight: bold;
  font-size: 5.6rem;
}
@media screen and (max-width: 991px) {
  #top .mv_text h2 span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text h2 span {
    padding: 0.8rem 1.2rem;
    font-size: 2.8rem;
  }
}
#top .mv_text .en {
  margin-top: 0.5rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  color: #186fdd;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #top .mv_text .en {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text .en {
    font-size: 1.3rem;
  }
}
#top .about {
  padding: 25rem 0 20rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  #top .about {
    padding: 20rem 8rem;
  }
}
@media screen and (max-width: 991px) {
  #top .about {
    padding: 12rem 0 8rem;
  }
}
@media screen and (max-width: 767px) {
  #top .about {
    padding: 8rem 0 6rem;
  }
}
#top .about_bg {
  position: absolute;
  box-shadow: 0px 1px 9px 1px rgba(24, 111, 221, 0.1);
}
@media screen and (max-width: 767px) {
  #top .about_bg {
    display: none;
  }
}
#top .about_bg.bg01 {
  width: 20.8333vw;
  left: 2rem;
  top: 14.8rem;
}
@media screen and (max-width: 1600px) {
  #top .about_bg.bg01 {
    top: 7rem;
    left: 1rem;
  }
}
#top .about_bg.bg02 {
  width: 20.8333vw;
  right: 2rem;
  top: 24.8rem;
}
@media screen and (max-width: 1600px) {
  #top .about_bg.bg02 {
    right: 1rem;
    top: 12rem;
  }
}
#top .about_bg.bg03 {
  width: 13.0208vw;
  left: 12rem;
  bottom: 17rem;
}
@media screen and (max-width: 1600px) {
  #top .about_bg.bg03 {
    left: 6rem;
  }
}
@media screen and (max-width: 1440px) {
  #top .about_bg.bg03 {
    bottom: 4rem;
    width: 17vw;
  }
}
@media screen and (max-width: 991px) {
  #top .about_bg.bg03 {
    width: 13vw;
    bottom: -2rem;
  }
}
#top .about_bg.bg04 {
  width: 15.625vw;
  right: 15rem;
  bottom: -4rem;
}
@media screen and (max-width: 1600px) {
  #top .about_bg.bg04 {
    right: 8rem;
  }
}
#top .about h4 {
  width: fit-content;
  margin: 4.8rem auto;
  background: #186fdd;
  padding: 1rem 1.5rem;
  color: #fff;
  font-weight: bold;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  #top .about h4 {
    margin: 3rem auto;
    font-size: 2rem;
  }
}
@media screen and (max-width: 574px) {
  #top .about h4 {
    line-height: 1.5;
    text-align: center;
  }
}
#top .about_lead {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  #top .about_lead {
    text-align: left;
    line-height: 1.8;
  }
}
@media screen and (max-width: 991px) {
  #top .about_lead .sp_none {
    display: none;
  }
}
#top .business {
  padding: 15rem 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  #top .business {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 767px) {
  #top .business {
    padding: 6rem 0;
  }
}
#top .business::after {
  content: "";
  z-index: -1;
  width: 95%;
  background: #f0f6fb;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 991px) {
  #top .business::after {
    width: 98%;
  }
}
#top .business .row {
  justify-content: center;
  margin-top: 6rem;
  gap: 3rem 0;
}
@media screen and (max-width: 1199px) {
  #top .business .row {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 991px) {
  #top .business .row {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #top .business .row {
    margin-top: 3rem;
    gap: 2rem 0;
  }
}
@media screen and (max-width: 574px) {
  #top .business .row {
    margin: 3rem -1rem 0;
  }
}
@media screen and (max-width: 574px) {
  #top .business .row .col-6 {
    padding: 0 1rem;
  }
}
#top .business_item {
  display: block;
}
@media (hover: hover) {
  #top .business_item:hover img {
    transform: scale(1.1);
  }
  #top .business_item:hover .arrow {
    background: #fff;
    color: #186fdd;
  }
}
#top .business_item-image {
  box-shadow: 0px 1px 9px 1px rgba(24, 111, 221, 0.1);
  overflow: hidden;
}
#top .business_item-image img {
  transition: 0.5s;
}
#top .business_item-text {
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #b8c7ff;
}
#top .business_item-text h4 {
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #top .business_item-text h4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 450px) {
  #top .business_item-text h4 {
    letter-spacing: 0;
    font-size: 1.4rem;
  }
}
#top .business_item-text .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  color: #fff;
  background: #186fdd;
  font-size: 1.5rem;
  transition-duration: 0.4s;
  border: 2px solid #186fdd;
}
@media screen and (max-width: 767px) {
  #top .business_item-text .arrow {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.2rem;
  }
}
#top .business .more_wrap {
  margin: 6rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  #top .business .more_wrap {
    margin: 4rem auto 0;
  }
}
#top .links {
  padding: 20rem 0;
}
@media screen and (max-width: 991px) {
  #top .links {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 767px) {
  #top .links {
    padding: 6rem 0;
  }
}
#top .links_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  #top .links_inner {
    flex-direction: column;
    gap: 4rem;
    align-items: center;
  }
}
#top .links_item {
  display: flex;
  align-items: center;
  width: 58rem;
  height: 34rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1440px) {
  #top .links_item {
    width: 48%;
  }
}
@media screen and (max-width: 1199px) {
  #top .links_item {
    height: 25rem;
  }
}
@media screen and (max-width: 991px) {
  #top .links_item {
    width: 100%;
    height: 32rem;
    max-width: 58rem;
  }
}
@media screen and (max-width: 574px) {
  #top .links_item {
    height: 26rem;
  }
}
@media (hover: hover) {
  #top .links_item:hover img {
    transform: scale(1.1);
  }
  #top .links_item:hover .arrow {
    background: #186fdd;
    color: #fff;
  }
}
#top .links_item::after {
  content: "";
  box-shadow: 0px 1px 9px 1px rgba(24, 111, 221, 0.1);
  width: 77%;
  height: 100%;
  background: #f0f6fb;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
#top .links_item-image {
  box-shadow: 0px 1px 9px 1px rgba(24, 111, 221, 0.1);
  width: 20rem;
  overflow: hidden;
}
#top .links_item-image img {
  transition: 0.5s;
}
@media screen and (max-width: 1199px) {
  #top .links_item-image {
    width: 14rem;
  }
}
@media screen and (max-width: 991px) {
  #top .links_item-image {
    width: 20rem;
  }
}
@media screen and (max-width: 574px) {
  #top .links_item-image {
    width: 13rem;
  }
}
#top .links_item-text {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top .links_item-text .arrow {
  width: 4rem;
  height: 4rem;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #186fdd;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  #top .links_item-text .arrow {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }
}

/* =========================================
   下層共通：ページヘッダー・パンくず
========================================= */
.lower_head {
  position: relative;
  padding: 8rem 0;
  background: #f0f6fb no-repeat center/cover;
}
@media screen and (max-width: 991px) {
  .lower_head {
    padding: 6rem 0;
  }
}
.lower_head::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(30, 42, 59, 0.55);
}
.lower_head .container {
  position: relative;
  z-index: 1;
}
.lower_head .title h2, .lower_head .title h3 {
  color: #fff;
}
.lower_head .title .en {
  color: #fff;
}

#business .lower_head {
  background-image: url(../../images/business/lower_head_bg.jpg);
}

#company .lower_head {
  background-image: url(../../images/company/lower_head_bg.jpg);
}

#recruit .lower_head {
  background-image: url(../../images/recruit/lower_head_bg.jpg);
}

#contact .lower_head {
  background-image: url(../../images/contact/lower_head_bg.jpg);
}

.pankuzu {
  padding: 1.6rem 0;
  font-size: 1.4rem;
  color: #888;
}
@media screen and (max-width: 767px) {
  .pankuzu {
    font-size: 1.2rem;
  }
}
.pankuzu a {
  color: #186fdd;
}
@media (hover: hover) {
  .pankuzu a:hover {
    text-decoration: underline;
  }
}
.pankuzu_sep {
  margin: 0 1rem;
  color: #ccc;
}

/* =========================================
   下層共通：セクション見出し（ページヘッダーの.titleとは別デザイン）
========================================= */
.sec_title {
  text-align: center;
}
.sec_title .en {
  display: block;
  color: #186fdd;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec_title .en {
    font-size: 1.5rem;
  }
}
.sec_title h2, .sec_title h3 {
  margin-top: 1.4rem;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .sec_title h2, .sec_title h3 {
    margin-top: 1rem;
    font-size: 2.6rem;
  }
}
.sec_title::after {
  content: "";
  display: block;
  width: 4rem;
  height: 3px;
  margin: 2rem auto 0;
  background: #186fdd;
}
@media screen and (max-width: 767px) {
  .sec_title::after {
    margin-top: 1.4rem;
  }
}
.sec_title.left {
  text-align: left;
}
.sec_title.left::after {
  margin-left: 0;
}

/* =========================================
   事業紹介：サービス
========================================= */
.service {
  padding: 10rem 0 8rem;
}
@media screen and (max-width: 991px) {
  .service {
    padding: 7rem 0 5rem;
  }
}
@media screen and (max-width: 767px) {
  .service {
    padding: 5rem 0 4rem;
  }
}
.service_list {
  display: flex;
  gap: 4rem;
  margin-top: 6rem;
}
@media screen and (max-width: 991px) {
  .service_list {
    gap: 3rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .service_list {
    flex-direction: column;
    gap: 4rem;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.service_item {
  flex: 1;
}
.service_item-image {
  box-shadow: 0px 1px 9px 1px rgba(24, 111, 221, 0.1);
  overflow: hidden;
  aspect-ratio: 4/3;
}
.service_item-image img {
  height: 100%;
  object-fit: cover;
}
.service_item-title {
  margin-top: 2.4rem;
  text-align: center;
  color: #186fdd;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .service_item-title {
    margin-top: 1.6rem;
    font-size: 2rem;
  }
}
.service_item-text {
  margin-top: 1.6rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .service_item-text {
    margin-top: 1rem;
  }
}

/* =========================================
   事業紹介：事業アンカーボタン
========================================= */
.bizlink {
  padding-bottom: 10rem;
}
@media screen and (max-width: 991px) {
  .bizlink {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .bizlink {
    padding-bottom: 5rem;
  }
}
.bizlink_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .bizlink_list {
    gap: 1rem;
  }
}
.bizlink_list li {
  width: calc((100% - 4.8rem) / 4);
}
@media screen and (max-width: 991px) {
  .bizlink_list li {
    width: calc((100% - 3.2rem) / 3);
  }
}
@media screen and (max-width: 574px) {
  .bizlink_list li {
    width: calc((100% - 1rem) / 2);
  }
}
.bizlink_item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  height: 100%;
  min-height: 6.4rem;
  padding: 1rem 1.5rem;
  border: 1px solid #cfe0f5;
  background: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .bizlink_item {
    min-height: 5.2rem;
    padding: 0.8rem 1rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 450px) {
  .bizlink_item {
    letter-spacing: 0;
    font-size: 1.3rem;
  }
}
.bizlink_item i {
  color: #186fdd;
  font-size: 1.4rem;
  transition: 0.3s;
}
@media (hover: hover) {
  .bizlink_item:hover {
    background: #186fdd;
    color: #fff;
    border-color: #186fdd;
  }
  .bizlink_item:hover i {
    color: #fff;
  }
}

/* =========================================
   事業紹介：各事業詳細
========================================= */
.bizdetail {
  padding-bottom: 12rem;
}
@media screen and (max-width: 991px) {
  .bizdetail {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .bizdetail {
    padding-bottom: 5rem;
  }
}
.bizdetail_item {
  position: relative;
  margin-top: 8rem;
}
@media screen and (max-width: 991px) {
  .bizdetail_item {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .bizdetail_item {
    margin-top: 5rem;
  }
}
.bizdetail_item:first-of-type {
  margin-top: 0;
}
.bizdetail_item-image {
  box-shadow: 0px 1px 9px 1px rgba(24, 111, 221, 0.1);
  overflow: hidden;
  aspect-ratio: 16/11;
}
@media screen and (max-width: 767px) {
  .bizdetail_item-image {
    aspect-ratio: 16/9;
  }
}
.bizdetail_item-image img {
  height: 100%;
  object-fit: cover;
}
.bizdetail_item-body {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .bizdetail_item-body {
    padding-left: 0;
    margin-top: 2.4rem;
  }
}
.bizdetail_item-title {
  padding-left: 1.8rem;
  border-left: 5px solid #186fdd;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  .bizdetail_item-title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .bizdetail_item-title {
    padding-left: 1.4rem;
    font-size: 2.2rem;
  }
}
.bizdetail_item-text {
  margin-top: 2.4rem;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .bizdetail_item-text {
    margin-top: 2rem;
    line-height: 1.9;
  }
}
@media screen and (max-width: 767px) {
  .bizdetail_item-text {
    margin-top: 1.6rem;
  }
}
.bizdetail_item-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .bizdetail_item-btn {
    justify-content: center;
    margin-top: 2.4rem;
  }
}

.morelink {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  width: 24rem;
  height: 5.2rem;
  padding: 0 1.5rem;
  border: 2px solid #186fdd;
  background: #fff;
  color: #186fdd;
  font-size: 1.6rem;
  font-weight: bold;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .morelink {
    width: 22rem;
    height: 4.8rem;
  }
}
.morelink .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  background: #186fdd;
  color: #fff;
  font-size: 1.3rem;
  transition: 0.4s;
}
@media (hover: hover) {
  .morelink:hover {
    background: #186fdd;
    color: #fff;
  }
  .morelink:hover .arrow {
    background: #fff;
    color: #186fdd;
  }
}

/* =========================================
   事業紹介：実績紹介
========================================= */
.works {
  position: relative;
  padding: 10rem 0;
  background: #f0f6fb;
}
@media screen and (max-width: 991px) {
  .works {
    padding: 7rem 0;
  }
}
@media screen and (max-width: 767px) {
  .works {
    padding: 5rem 0;
  }
}
.works_gallery {
  display: flex;
  gap: 3rem;
  margin-top: 6rem;
}
@media screen and (max-width: 991px) {
  .works_gallery {
    gap: 2rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .works_gallery {
    flex-direction: column;
    gap: 2.4rem;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.works_gallery-item {
  flex: 1;
}
.works_img {
  aspect-ratio: 4/3;
  overflow: hidden;
  box-shadow: 0px 1px 9px 1px rgba(24, 111, 221, 0.1);
}
.works_img img {
  height: 100%;
  object-fit: cover;
}
.works_caption {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  color: #666;
}
.works_table-wrap {
  margin-top: 5rem;
  border-radius: 12px;
  box-shadow: 0px 1px 9px 1px rgba(24, 111, 221, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .works_table-wrap {
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .works_table-wrap {
    margin-top: 3rem;
    overflow-x: auto;
  }
}
.works_table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .works_table {
    min-width: 60rem;
  }
}
.works_table th, .works_table td {
  padding: 1.6rem 2rem;
  text-align: left;
  line-height: 1.7;
  border-bottom: 1px solid #e3eaf3;
}
.works_table thead th {
  background: #186fdd;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-bottom: none;
}
.works_table thead th:last-child {
  width: 18rem;
}
.works_table tbody td {
  background: #fff;
}
.works_table tbody tr:nth-child(even) td {
  background: #f6f9fd;
}
.works_table tbody tr:last-child td {
  border-bottom: none;
}

/* =========================================
   会社案内：ご挨拶
========================================= */
.greeting {
  padding: 10rem 0;
}
@media screen and (max-width: 991px) {
  .greeting {
    padding: 7rem 0;
  }
}
@media screen and (max-width: 767px) {
  .greeting {
    padding: 5rem 0;
  }
}
.greeting_text {
  margin: 6rem auto 0;
  line-height: 2.1;
}
@media screen and (max-width: 991px) {
  .greeting_text {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .greeting_text {
    margin-top: 3rem;
    line-height: 1.9;
  }
}
.greeting_text p {
  margin-top: 2rem;
}
.greeting_text p:first-child {
  margin-top: 0;
}
.greeting_sign {
  margin: 3rem auto 0;
  text-align: right;
}
.greeting_sign-role {
  font-size: 1.4rem;
}
.greeting_sign-name {
  margin-top: 0.6rem;
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .greeting_sign-name {
    font-size: 2rem;
  }
}

/* =========================================
   会社案内：会社概要
========================================= */
.company_outline {
  padding-bottom: 10rem;
}
@media screen and (max-width: 991px) {
  .company_outline {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .company_outline {
    padding-bottom: 5rem;
  }
}
.company_outline .company_table-wrap {
  margin-top: 6rem;
  border-radius: 12px;
  box-shadow: 0px 1px 9px 1px rgba(24, 111, 221, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .company_outline .company_table-wrap {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .company_outline .company_table-wrap {
    margin-top: 3rem;
    overflow-x: auto;
  }
}
.company_outline table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
.company_outline table th {
  background: #f0f6fb;
  color: #186fdd;
  font-weight: bold;
  border-left: 4px solid #186fdd;
  border-bottom: 1px solid #dbe6f2;
  width: 25%;
}
.company_outline table tr:last-of-type th, .company_outline table tr:last-of-type td {
  border-bottom: none;
}
.company_outline table td {
  border-bottom: 1px solid #dbe6f2;
  width: 75%;
  background: #fff;
}
.company_outline table th, .company_outline table td {
  padding: 1.8rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .company_outline table th, .company_outline table td {
    width: 100%;
    display: block;
    border: 0;
  }
}

/* =========================================
   会社案内：アクセス
========================================= */
.access {
  padding: 10rem 0;
  background: #f0f6fb;
}
@media screen and (max-width: 991px) {
  .access {
    padding: 7rem 0;
  }
}
@media screen and (max-width: 767px) {
  .access {
    padding: 5rem 0;
  }
}
.access_list {
  display: flex;
  gap: 3rem;
  margin-top: 6rem;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .access_list {
    gap: 2rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .access_list {
    gap: 4rem;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.access_item {
  flex: 1;
}
.access_item-name {
  padding-left: 1.4rem;
  border-left: 4px solid #186fdd;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .access_item-name {
    font-size: 1.8rem;
  }
}
.access_item-address {
  margin-top: 1.4rem;
  font-size: 1.4rem;
  line-height: 1.7;
}
.access_map {
  margin-top: 1.6rem;
  aspect-ratio: 3/1;
  box-shadow: 0px 1px 9px 1px rgba(24, 111, 221, 0.1);
}
@media screen and (max-width: 991px) {
  .access_map {
    aspect-ratio: 5/2;
  }
}
@media screen and (max-width: 574px) {
  .access_map {
    aspect-ratio: 3/2;
  }
}
.access_map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* =========================================
   採用情報：リード
========================================= */
.rec_lead {
  padding: 10rem 0;
}
@media screen and (max-width: 991px) {
  .rec_lead {
    padding: 7rem 0;
  }
}
@media screen and (max-width: 767px) {
  .rec_lead {
    padding: 5rem 0;
  }
}
.rec_lead-catch {
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .rec_lead-catch {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .rec_lead-catch {
    font-size: 2rem;
  }
}
.rec_lead-inner {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .rec_lead-inner {
    margin-top: 3rem;
  }
}
.rec_lead-image {
  box-shadow: 0px 1px 9px 1px rgba(24, 111, 221, 0.1);
  overflow: hidden;
  aspect-ratio: 4/3;
}
.rec_lead-image img {
  height: 100%;
  object-fit: cover;
}
.rec_lead-text {
  padding-left: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .rec_lead-text {
    padding-left: 0;
    margin-top: 2.4rem;
    line-height: 1.9;
  }
}

/* =========================================
   採用情報：弊社で働くメリット
========================================= */
.merit {
  padding-bottom: 10rem;
}
@media screen and (max-width: 991px) {
  .merit {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .merit {
    padding-bottom: 5rem;
  }
}
.merit_list {
  display: flex;
  gap: 3rem;
  margin-top: 6rem;
}
@media screen and (max-width: 991px) {
  .merit_list {
    gap: 2rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .merit_list {
    flex-direction: column;
    gap: 4rem;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.merit_item {
  flex: 1;
}
.merit_item-image {
  box-shadow: 0px 1px 9px 1px rgba(24, 111, 221, 0.1);
  overflow: hidden;
  aspect-ratio: 4/3;
}
.merit_item-image img {
  height: 100%;
  object-fit: cover;
}
.merit_item-text {
  margin-top: 2rem;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .merit_item-text {
    margin-top: 1.4rem;
    font-size: 1.6rem;
  }
}

/* =========================================
   採用情報：社内の雰囲気
========================================= */
.atmosphere {
  padding: 10rem 0;
  background: #f0f6fb;
}
@media screen and (max-width: 991px) {
  .atmosphere {
    padding: 7rem 0;
  }
}
@media screen and (max-width: 767px) {
  .atmosphere {
    padding: 5rem 0;
  }
}
.atmosphere_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 2.4rem;
  margin-top: 6rem;
}
@media screen and (max-width: 991px) {
  .atmosphere_grid {
    gap: 2rem 1.6rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .atmosphere_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.6rem;
  }
}
.atmosphere_img {
  aspect-ratio: 4/3;
  overflow: hidden;
  box-shadow: 0px 1px 9px 1px rgba(24, 111, 221, 0.1);
}
.atmosphere_img img {
  height: 100%;
  object-fit: cover;
}
.atmosphere_caption {
  margin-top: 1rem;
  font-size: 1.3rem;
  color: #666;
}

/* =========================================
   採用情報：募集要項
========================================= */
.requirements {
  padding: 10rem 0;
}
@media screen and (max-width: 991px) {
  .requirements {
    padding: 7rem 0;
  }
}
@media screen and (max-width: 767px) {
  .requirements {
    padding: 5rem 0;
  }
}
.requirements_table-wrap {
  margin-top: 6rem;
  border-radius: 12px;
  box-shadow: 0px 1px 9px 1px rgba(24, 111, 221, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .requirements_table-wrap {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .requirements_table-wrap {
    margin-top: 3rem;
  }
}
.requirements_table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
.requirements_table th {
  background: #f0f6fb;
  color: #186fdd;
  font-weight: bold;
  border-left: 4px solid #186fdd;
  border-bottom: 1px solid #dbe6f2;
  width: 25%;
}
.requirements_table tr:last-of-type th, .requirements_table tr:last-of-type td {
  border-bottom: none;
}
.requirements_table td {
  border-bottom: 1px solid #dbe6f2;
  width: 75%;
  background: #fff;
}
.requirements_table th, .requirements_table td {
  padding: 1.8rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .requirements_table th, .requirements_table td {
    width: 100%;
    display: block;
    border: 0;
  }
}
.requirements_joblist {
  margin-top: 0.8rem;
}
.requirements_joblist li {
  position: relative;
  padding-left: 1.8rem;
}
.requirements_joblist li::before {
  content: "■";
  position: absolute;
  left: 0;
  color: #186fdd;
  font-size: 1.2rem;
}

/* =========================================
   採用情報：採用までの流れ
========================================= */
.flow {
  padding: 10rem 0;
  background: #f0f6fb;
}
@media screen and (max-width: 991px) {
  .flow {
    padding: 7rem 0;
  }
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 5rem 0;
  }
}
.flow_list {
  display: flex;
  align-items: stretch;
  gap: 5rem;
  margin-top: 6rem;
}
@media screen and (max-width: 991px) {
  .flow_list {
    gap: 3.5rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .flow_list {
    flex-direction: column;
    gap: 5rem;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.flow_item {
  position: relative;
  flex: 1;
  padding: 3rem 2.4rem;
  background: #fff;
  box-shadow: 0px 1px 9px 1px rgba(24, 111, 221, 0.1);
}
@media screen and (max-width: 991px) {
  .flow_item {
    padding: 2.4rem 1.8rem;
  }
}
.flow_item:not(:last-child)::after {
  content: "\f054";
  position: absolute;
  top: 50%;
  right: -3.6rem;
  transform: translateY(-50%);
  color: #186fdd;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 2.4rem;
}
@media screen and (max-width: 991px) {
  .flow_item:not(:last-child)::after {
    right: -2.6rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .flow_item:not(:last-child)::after {
    top: auto;
    bottom: -3.8rem;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
  }
}
.flow_item-step {
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #cfe0f5;
  text-align: center;
  color: #186fdd;
  font-weight: bold;
  font-size: 2rem;
}
.flow_item-image {
  margin-top: 2rem;
  overflow: hidden;
  aspect-ratio: 16/10;
}
.flow_item-image img {
  height: 100%;
  object-fit: cover;
}
.flow_item-text {
  margin-top: 1.6rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
.flow_item-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1.6rem;
  color: #186fdd;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0;
}
.flow_item-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1.6rem;
  height: 5rem;
  border: 2px solid #186fdd;
  background: #186fdd;
  color: #fff;
  font-weight: bold;
  transition: 0.4s;
}
@media (hover: hover) {
  .flow_item-btn:hover {
    background: #fff;
    color: #186fdd;
  }
}
.flow_item-office {
  margin-top: 1.6rem;
}
.flow_item-office-name {
  font-weight: bold;
}
.flow_item-office-address {
  margin-top: 0.4rem;
  font-size: 1.4rem;
  line-height: 1.7;
}

/* =========================================
   お問い合わせ：TEL・FAX
========================================= */
.telfax {
  padding: 10rem 0 8rem;
}
@media screen and (max-width: 991px) {
  .telfax {
    padding: 7rem 0 5rem;
  }
}
@media screen and (max-width: 767px) {
  .telfax {
    padding: 5rem 0 4rem;
  }
}
.telfax_list {
  display: flex;
  gap: 3rem;
  margin-top: 6rem;
}
@media screen and (max-width: 991px) {
  .telfax_list {
    gap: 2rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .telfax_list {
    flex-direction: column;
    gap: 2rem;
    max-width: 44rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.telfax_item {
  flex: 1;
  padding: 4rem 3rem;
  border: 1px solid #cfe0f5;
  background: #f0f6fb;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .telfax_item {
    padding: 3rem 2rem;
  }
}
.telfax_item-name {
  font-weight: bold;
  font-size: 2rem;
}
.telfax_item-address {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  line-height: 1.7;
}
.telfax_item-num {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
  width: fit-content;
  margin: 2rem auto 0;
}
.telfax_item-tel, .telfax_item-fax {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .telfax_item-tel, .telfax_item-fax {
    font-size: 2.4rem;
  }
}
.telfax_item-tel i, .telfax_item-fax i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 4.8rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .telfax_item-tel i, .telfax_item-fax i {
    width: 4rem;
    height: 4rem;
    font-size: 1.7rem;
  }
}
.telfax_item-tel i {
  background: #186fdd;
  color: #fff;
}
.telfax_item-fax i {
  background: #fff;
  color: #186fdd;
  border: 1px solid #186fdd;
}

/* =========================================
   お問い合わせ：メールフォーム
========================================= */
.mailform {
  padding-bottom: 12rem;
}
@media screen and (max-width: 991px) {
  .mailform {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .mailform {
    padding-bottom: 6rem;
  }
}
.mailform_lead {
  margin-top: 5rem;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .mailform_lead {
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .mailform_lead {
    text-align: left;
    line-height: 1.9;
  }
}

.form_wrap {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .form_wrap {
    margin-top: 3rem;
  }
}
.form_wrap table {
  width: 100%;
  border-collapse: collapse;
}
.form_wrap table th, .form_wrap table td {
  padding: 2.4rem 2rem;
  border-bottom: 1px solid #e2e8f0;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .form_wrap table th, .form_wrap table td {
    display: block;
    padding: 0;
    border-bottom: none;
  }
}
.form_wrap table th {
  width: 30rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .form_wrap table th {
    width: 100%;
    margin-top: 2.4rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .form_wrap table td {
    padding-bottom: 2rem;
    border-bottom: 1px solid #e2e8f0;
  }
}
@media screen and (max-width: 767px) {
  .form_wrap table tr:first-child th, .form_wrap table tr:first-child td {
    margin-top: 0;
  }
}
.form_wrap .requied {
  display: inline-block;
  margin-left: 1rem;
  padding: 0.3rem 1rem;
  background: #e14b4b;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
}
.form_wrap input[type=text],
.form_wrap input[type=email],
.form_wrap select,
.form_wrap textarea {
  width: 100%;
  padding: 1.2rem 1.5rem;
  border: 1px solid #ccd7e6;
  background: #fff;
  font-family: inherit;
  font-size: 1.6rem;
}
.form_wrap input[type=text]:focus,
.form_wrap input[type=email]:focus,
.form_wrap select:focus,
.form_wrap textarea:focus {
  border-color: #186fdd;
  outline: none;
}
.form_wrap select {
  max-width: 30rem;
}
.form_wrap textarea {
  line-height: 1.7;
}
.form_wrap .zip_mark {
  margin-right: 0.8rem;
  font-weight: bold;
}
.form_wrap .zip {
  max-width: 20rem;
}
.form_wrap .form_check {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2.4rem;
}
.form_wrap .form_check label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
  cursor: pointer;
}
.form_wrap .form_check label input {
  width: 1.7rem;
  height: 1.7rem;
  accent-color: #186fdd;
}

.privacy_head {
  margin-top: 6rem;
  padding-left: 1.4rem;
  border-left: 4px solid #186fdd;
  font-weight: bold;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .privacy_head {
    margin-top: 4rem;
    font-size: 1.8rem;
  }
}

.privacy_policy {
  margin-top: 2.4rem;
  height: 30rem;
  padding: 2.4rem;
  border: 1px solid #ccd7e6;
  background: #fff;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .privacy_policy {
    height: 26rem;
    padding: 1.6rem;
  }
}
.privacy_policy h5 {
  margin-top: 2rem;
  font-weight: bold;
  font-size: 1.6rem;
  color: #186fdd;
}
.privacy_policy p {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.9;
}
.privacy_policy .privacy_list {
  margin-top: 1rem;
  padding-left: 2.2rem;
  list-style: decimal;
  font-size: 1.4rem;
  line-height: 1.9;
}
.privacy_policy .privacy_list li {
  margin-top: 0.4rem;
}

.form_agree {
  margin-top: 3rem;
  text-align: center;
}
.form_agree label {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0;
  font-weight: bold;
  cursor: pointer;
}
.form_agree label input {
  width: 1.8rem;
  height: 1.8rem;
  accent-color: #186fdd;
}

.submit {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.submit button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  width: 42rem;
  max-width: 100%;
  height: 6.4rem;
  border: 2px solid #186fdd;
  background: #186fdd;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .submit button {
    width: 100%;
    height: 5.6rem;
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .submit button:hover {
    background: #fff;
    color: #186fdd;
  }
}

.confirm {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}
.confirm .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 28rem;
  max-width: 100%;
  height: 6rem;
  border: 2px solid #186fdd;
  background: #186fdd;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 0;
  transition: 0.4s;
}
@media (hover: hover) {
  .confirm .btn:hover {
    background: #fff;
    color: #186fdd;
  }
}
.confirm .btn:first-child {
  background: #fff;
  color: #186fdd;
}
@media (hover: hover) {
  .confirm .btn:first-child:hover {
    background: #186fdd;
    color: #fff;
  }
}

/* お問い合わせページはコンテンツ幅を1140pxに固定（1440px以上での1320px化を上書き） */
@media screen and (min-width: 1440px) {
  #contact .container {
    max-width: 1140px;
  }
}