@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
.pc {
  display: block;
}
.sp, .tab, .tabsp {
  display: none;
}
a, button {
  cursor: revert;
}
a:hover {
  opacity: .9;
}
ol, ul, menu, summary {
  list-style: none;
}
ol {
  counter-reset: revert;
}
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}
.hamburger, .sp-nav {
  display: none;
}
.header {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
    background: #fff;
    position: static;
    z-index: 9999;
}
.header-inner {
  width: 1400px;
    min-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  margin: 0 auto;
}
.logo a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #333;
  text-decoration: none;
}
.logo img {
  width: 58px;
  height: auto;
}
.logo span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(26px, 2vw, 34px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
}
.header-contact {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 0 auto;
}
.header-lead::before {
  content: "▼";
  color: #145D9F;
  margin-right: 6px;
  font-size: 14px;
}
.header-tel p {
  margin: 0 0 8px 0;
}
.header-tel-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 240px;
  height: 44px;
  border: 3px solid #246db3;
  border-radius: 999px;
  background: #fff;
  color: #333;
  text-decoration: none;
  transition: .3s;
}
.header-tel-btn:hover {
  background: #f5fbff;
}
.header-tel-btn img {
  width: 15px;
  height: 19px;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
}
.header-tel-btn span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #333;
  /* 数字の幅を揃える */
  font-variant-numeric: tabular-nums;
  margin: 0;
  padding: 0;
}
.header-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  border-radius: 6px;
  background: linear-gradient(90deg, #145D9F, #48C1F2);
  line-height: 1.35;
  text-align: center;
  justify-content: center;
}
.header-btn img {
    width: 30px;
    height: 34px;
}
.header-btn span {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.header-sns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.header-sns img {
    width: 31px;
    height: 31px;
}
.header-sns span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.mv {
  width: 100%;
  min-width: 1400px;
  position: relative;
}
.mv-copy {
  position: absolute;
}
.mv-slider img {
  width: 100%;
  height: 850px;
  object-fit: cover;
}
.mv-copy {
  position: absolute;
  left: 8%;
  top: 40%;
  transform: translateY(-50%);
}
.mv-copy h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  letter-spacing: 3px;
  font-size: clamp(56px, 6vw, 88px);
  /*background: linear-gradient(90deg, #145D9F, #48C1F2);*/
    background: #fff;
    filter:drop-shadow(2px 2px 10px #145D9F);
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-stroke: 0.5px transparent;
  line-height: 1.2;
  margin: 0 0 24px 0;
}
.mv-copy p {
  font-size: clamp(14px, 4vw, 20px);
  line-height: 2.4;
}
.mv-copy span {
  background: #fff;
  padding: .3em .6em;
}
.service {
  width: 1300px;
  margin: 0 auto;
  position: relative;
  margin-top: -50px;
  z-index: 10;
  background: #fff;
  border-radius: 20px 20px 0 0;
  padding: 24px 32px;
}
.section-title {
  text-align: center;
  margin-bottom: 48px;
}
.section-title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  /* グラデーション */
  background: linear-gradient(90deg, #145D9F 0%, #48C1F2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.section-title p {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 700;
}
.service-text {
  max-width: 1000px;
  margin: 0 auto 64px auto;
  text-align: center;
  line-height: 2;
}
.service-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.service-card {
  border: 1px solid #1064A7;
  padding: 32px 32px 40px 32px;
  border-radius: 24px;
  text-align: center;
}
.service-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 20px;
}
.service-card h3 {
  margin: 16px 0 16px;
  font-size: 24px;
  color: #1f69b3;
  font-weight: 500;
}
.service-card p {
  width: 80%;
  margin: 0 auto;
  line-height: 1.8;
}
.service-nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin: 0 0 88px 0;
}
.service-nav a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  border: 1px solid #2d74b9;
  background: #fff;
  color: #2d74b9;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: .3s;
}
.service-nav a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #2d74b9;
  border-bottom: 2px solid #2d74b9;
  transform: rotate(45deg);
  position: absolute;
  right: 24px;
  top: 50%;
  translate: 0 -60%;
}
.advantage {
  width: 100%;
  min-width: 1400px;
  padding: 120px 0 140px 0;
  margin: 120px 0 0 0;
  background: #EAF8FF;
}
.section-title {
  text-align: center;
  margin-bottom: 56px;
}
.section-title h2 {
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  background: linear-gradient(90deg, #145D9F 0%, #48C1F2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.section-title p {
  margin-top: 12px;
  font-size: 22px;
  font-weight: 700;
}
.section-text {
  max-width: 1000px;
  margin: 0 auto 64px auto;
  text-align: center;
  line-height: 2;
}
.section-text h3 {
  color: #1064A7;
  font-size: 20px;
  border-bottom: 1px solid #1064A7;
  padding: 0 0 16px 0;
  margin: 0 0 20px 0;
}
.advantage-list {
  width: 1200px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.advantage-card {
  width: 100%;
  background: #fff;
  padding: 48px 32px 24px 32px;
  text-align: center;
  min-height: 340px;
}
.advantage-card img {
  width: 64px;
  height: auto;
  margin: 0 auto 24px;
  display: block;
}
.advantage-card h3 {
  min-height: 56px;
  margin-bottom: 20px;
  color: #145D9F;
  font-size: 24px;
  line-height: 1.3;
}
.advantage-card p {
  width: 90%;
  margin: 0 auto;
  line-height: 1.8;
}
.about {
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  padding: 120px 0;
}
.company-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 64px;
  border-top: 2px solid #7aaedb;
}
.company-table tr {
  border-bottom: 1px solid #d9d9d9;
}
.company-table th {
  width: 180px;
  padding: 24px;
  color: #145D9F;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
}
.company-table td {
  padding: 24px;
  line-height: 1.8;
}
.company-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 4px 18px;
  border: 1px solid #145D9F;
  border-radius: 999px;
  color: #145D9F;
  text-decoration: none;
}
p.company-link {
  border: none;
}
p.company-link:after {
  display: none;
}
.company-link::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #145D9F;
  border-right: 2px solid #145D9F;
  transform: rotate(45deg);
}
.recruit {
  width: 100%;
  min-width: 1400px;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
.recruit::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #EAF8FF;
  z-index: -2;
}
.recruit::after {
  content: "RECRUIT";
  position: absolute;
  top: -18px;
  right: -56px;
  writing-mode: vertical-rl;
  font-size: 150px;
  font-weight: 900;
  color: #fff;
  opacity: .6;
  letter-spacing: -3px;
  user-select: none;
  pointer-events: none;
  z-index: -1;
}
.recruit-job {
  width: 1100px;
  margin: 0 auto;
}
.job-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 56px 0;
}
.job-table th {
  background: #7F7F7F;
  color: #fff;
  border-radius: 8px;
  padding: 10px 24px;
}
.job-table th:first-child {
  width: 220px;
  border-right: 10px solid #fff;
}
.job-table th:last-child {
  border-radius: 6px;
}
.job-table td {
  padding: 24px;
  background: #fff;
  vertical-align: middle;
}
.job-table td:first-child {
  width: 25%;
  color: #145D9F;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid #1064A7;
  padding: 0;
}
.recruit-heading {
  position: relative;
  display: inline-block;
  padding: 12px 22px;
  margin: 0 0 32px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: linear-gradient(90deg, #145D9F 0%, #48C1F2 100%);
  overflow: hidden;
}
.recruit-table-wrap {
  background: #fff;
  padding: 40px 0;
  border-radius: 8px;
}
.recruit-table {
  width: 90%;
  margin: 0 auto;
  border-collapse: collapse;
  background: #fff;
  border-top: 2px solid #2b74b9;
  border-bottom: 2px solid #2b74b9;
}
.recruit-table tr {
  border-bottom: 1px solid #ddd;
}
.recruit-table tr:last-child {
  border-bottom: none;
}
.recruit-table th {
  width: 180px;
  padding: 28px 18px;
  color: #2b74b9;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}
.recruit-table td {
  padding: 28px 18px;
  line-height: 2;
  vertical-align: middle;
}
.recruit-box {
  max-width: 960px;
  margin: 0 auto;
}
.person {
  width: 1100px;
  margin: 56px auto;
}
.person-list {
  display: flex;
  gap: 32px;
}
.person-card {
  flex: 1;
  background: #fff;
  padding: 24px 32px;
  text-align: center;
}
.person-card h4 {
  padding-bottom: 20px;
  margin-bottom: 24px;
  color: #145D9F;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #2b74b9;
}
.person-card p {
  line-height: 2;
}
.flow {
  width: 1100px;
  margin: 0 auto;
}
.flow-list {
  display: flex;
  justify-content: center;
  align-content: center;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
  padding: 40px 0;
}
.flow-item {
  flex: 1;
  position: relative;
  text-align: center;
  padding: 0 16px;
}
.flow-item h4 {
  margin-bottom: 16px;
  color: #145D9F;
  font-size: 20px;
  font-weight: 700;
}
.flow-item p {
  line-height: 1.8;
}
.flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 40px;
  height: 80px;
  transform: translateY(-50%);
  background: url("../images/icon_flow.png") no-repeat;
  background-size: contain;
}
/*==============================
CONTACT
==============================*/
.contact {
  width: 100%;
  min-width: 1400px;
  padding: 120px 0;
}
.contact-box {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px;
  background: #fff;
  border-radius: 48px;
  border: 2px solid #2b74b9;
}
.contact-box h2 {
  text-align: center;
  font-size: 32px;
  color: #1064A7;
  margin: 0 0 32px 0;
}
.contact-lead {
  margin-bottom: 50px;
  text-align: center;
  line-height: 2;
}
/*==============================
FORM
==============================*/
.form-item {
  margin-bottom: 32px;
}
.form-item label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
/* 必須 */
.required {
  display: inline-block;
  padding: 2px 8px;
  margin: 0 auto 0 0;
  background: #ef4444;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
}
/* 任意 */
.optional {
  display: inline-block;
  padding: 2px 8px;
  margin: 0 auto 0 0;
  background: #999;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
}
/*==============================
input
==============================*/
input[type="text"], input[type="email"], select, textarea {
  width: 100%;
  padding: 16px 20px;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  font-family: inherit;
  transition: .3s;
  box-sizing: border-box;
}
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: #2b74b9;
  box-shadow: 0 0 0 3px rgba(43, 116, 185, .15);
}
/*==============================
select
==============================*/
select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background:
    url("../images/icon_arrow03.svg") no-repeat right 20px center;
  background-size: 12px;
  cursor: pointer;
}
/* 矢印画像がない場合は一旦これでもOK */
/*
select{
    background-image:none;
}
*/
/*==============================
textarea
==============================*/
textarea {
  min-height: 220px;
  resize: vertical;
  line-height: 1.8;
}
/*==============================
placeholder
==============================*/ ::placeholder {
  color: #aaa;
}
/*==============================
privacy
==============================*/
.form-privacy {
  margin-top: 60px;
}
.privacy-box {
  height: 260px;
  padding: 24px;
  overflow-y: auto;
  border: 1px solid #ddd;
  background: #fafafa;
  line-height: 1.9;
}
/*==============================
checkbox
==============================*/
.agree {
  width: 38%;
  text-align: left;
  font-size: 16px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 24px auto 0 0;
  cursor: pointer;
}
.agree input {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
}
/*==============================
submit
==============================*/
.form-submit {
  margin-top: 60px;
  text-align: center;
}
.form-submit input {
  width: 320px;
  max-width: 100%;
  height: 64px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(90deg, #145D9F, #48C1F2);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: .3s;
}
.form-submit input:hover {
  opacity: .8;
}
/*==============================
スマホ
==============================*/
@media screen and (max-width:768px) {
  .contact {
    min-width: 100%;
    padding: 80px 0;
  }
  .contact-box {
    width: 90%;
    padding: 30px 20px;
    border-radius: 20px;
  }
  .contact-lead {
    text-align: left;
  }
  .form-item label {
    font-size: 16px;
  }
  .contact-box h2 {
    text-align: center;
    font-size: 24px;
    color: #1064A7;
    margin: 0 0 20px 0;
  }
  .contact-lead {
    margin-bottom: 50px;
    text-align: center;
    line-height: 1.8;
    font-size: 15px;
  }
  input[type="text"], input[type="email"], select, textarea {
    padding: 14px 16px;
    font-size: 16px;
  }
  .privacy-box {
    font-size: 14px;
    height: 200px;
  }
  .form-submit input {
    width: 100%;
  }
  .agree {
    width: 100%;
    text-align: left;
    font-size: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 24px auto 0 0;
    cursor: pointer;
  }
  .agree input {
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 0;
  }
  /*==============================
submit
==============================*/
  .form-submit {
    margin-top: 32px;
    text-align: center;
  }
  .form-submit input {
    width: 90%;
    max-width: 100%;
    height: 48px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(90deg, #145D9F, #48C1F2);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
  }
  .form-submit input:hover {
    opacity: .8;
  }
}
.footer {
  width: 100%;
  min-width: 1400px;
  padding: 80px;
  background: #145D9F;
  border-radius: 64px 64px 0 0;
}
.footer-inner {
  width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
}
.footer-info {
  width: 600px;
}
.footer-logo {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  text-align: left;
  margin: 0 0 24px 0;
}
.footer-logo img {
    width: 50px;
    height: 40px;
  margin: 0;
  padding: 0;
}
.footer-logo span {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.footer-address {
  font-size: 15px;
  color: #fff;
  font-style: normal;
  line-height: 2;
  margin-bottom: 32px;
}
.footer-sns {
  width: 100px;
  margin: 0 auto 32px 0;
  text-align: center;
}
.footer-sns-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.footer-sns a {
  font-size: 16px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  color: #fff;
  text-decoration: none;
}
.footer-sns img {
    width: 47px;
    height: 47px;
}
.footer-sns a span {
  font-size: 20px;
  font-weight: 600;
}
.footer small {
  font-size: 13px;
  display: block;
  color: #fff;
  opacity: .7;
}
.footer-map iframe {
  width: 540px;
  height: 380px;
  border: 0;
  border-radius: 32px;
}
@media (max-width:768px) {
  body.menu-open {
    overflow: hidden;
    touch-action: none;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .header {
    width: 100%;
      position: fixed;
  }
.header-inner {
    width: 90%;
    min-width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    padding: 16px 0;
  }
  .logo img {
    width: 32px;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .logo span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: .02em;
    margin: 0 auto 0 0;
  }
  .logo a {
    display: flex;
    align-items: center;
    gap: 0;
  }
  .header-contact {
    display: none;
  }
  .hamburger {
    display: block;
    position: fixed;
    width: 40px;
    height: 40px;
    right: 8px;
    top: 8px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
  }
  .hamburger span {
    position: absolute;
    left: 50%;
    width: 28px;
    height: 3px;
    background: #145D9F;
    transform: translateX(-50%);
    transition: .3s;
  }
  .hamburger span:nth-child(1) {
    top: 11px;
  }
  .hamburger span:nth-child(2) {
    top: 19px;
  }
  .hamburger span:nth-child(3) {
    top: 27px;
  }
  .hamburger.active span:nth-child(1) {
    top: 19px;
    transform: translateX(-50%) rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    top: 19px;
    transform: translateX(-50%) rotate(-45deg);
  }
  .sp-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    inset: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .35s;
    z-index: 1000;
    padding:110px 32px 80px 32px;
  }
  .sp-nav.active {
    opacity: 1;
    visibility: visible;
  }
  .sp-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .sp-menu li {
    border-bottom: 1px solid #ddd;
  }
  .sp-menu a {
    display: block;
    padding: 10px 0;
    color: #145D9F;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
  }
  .sp-contact {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .sp-contact .header-tel {
    width: 100%;
  }
  .sp-contact .header-tel-btn {
    height: 64px;
    width: 100%;
  }
  .sp-contact .header-btn {
    width: 100%;
    justify-content: center;
  }
  .sp-contact .header-btn img {
    margin: 0;
    padding: 0;
  }
  .sp-contact .header-sns {
    align-self: center;
  }
  .mv {
    min-width: 100%;
    position: relative;
    height: 100svh;
    min-height: 667px;
    overflow: hidden;
  }
  .mv-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
  }
  .mv-content {
    position: absolute;
    left: 24px;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
  }
  .mv-copy h2 {
    font-size: clamp(40px, 10vw, 48px);
    line-height: 1.2;
  }
  .mv-copy p {
    margin-top: 32px;
    font-size: 14px;
    font-weight: 500;
    line-height: 0.4;
  }
  .service-nav {
    display: none;
  }
  .service {
    width: 90%;
    margin: 0 auto;
    position: relative;
    margin-top: 0;
    z-index: 10;
    background: #fff;
    border-radius: 20px 20px 0 0;
    padding: 80px 0 24px 0;
  }
  .service p {
    width: 100%;
    font-size: 15px;
  }
  .section-title {
    text-align: center;
    margin-bottom: 32px;
  }
  .section-title p {
    margin-top: 12px;
    font-size: 20px;
    font-weight: 700;
  }
  .service-text {
    max-width: 90%;
    margin: 0 auto 64px auto;
    text-align: center;
    line-height: 2;
  }
  .service-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
  .service-card {
    border: 1px solid #1064A7;
    padding: 24px 24px 32px 24px;
    border-radius: 24px;
    text-align: center;
  }
  .service-card img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 20px;
  }
  .service-card h3 {
    margin: 16px 0 16px;
    font-size: 20px;
    color: #1f69b3;
    font-weight: 500;
  }
  .service-card p {
    width: 90%;
    margin: 0 auto;
    line-height: 1.8;
  }
  .advantage {
    min-width: 100%;
    padding: 80px 0;
    margin: 72px 0 0 0;
    background: #EAF8FF;
  }
  .section-title h2 {
    font-size: clamp(32px, 6vw, 72px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.02em;
    background: linear-gradient(90deg, #145D9F 0%, #48C1F2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  .section-title p {
    margin-top: 12px;
    font-size: 20px;
    font-weight: 700;
  }
  .section-text {
    max-width: 90%;
    margin: 0 auto 64px auto;
    text-align: center;
    line-height: 2;
  }
  .section-text h3 {
    color: #1064A7;
    font-size: 18px;
    line-height: 1.5;
    border-bottom: 1px solid #1064A7;
    padding: 16px 0;
    margin: 0 0 16px 0;
  }
  .section-text p {
    font-size: 15px;
  }
  .advantage-list {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
  .advantage-card {
    width: 100%;
    background: #fff;
    padding: 40px 32px 48px 32px;
    text-align: center;
    min-height: 240px;
  }
  .advantage-card img {
    width: 56px;
    height: auto;
    margin: 0 auto 24px auto;
    display: block;
  }
  .advantage-card h3 {
    min-height: 48px;
    margin-bottom: 0;
    color: #145D9F;
    font-size: 18px;
    line-height: 1.3;
  }
  .advantage-card p {
    width: 100%;
    margin: 0 auto;
    line-height: 1.8;
  }
  .about {
    width: 90%;
    min-width: 90%;
    margin: 0 auto;
    padding: 88px 0;
  }
  .company-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 64px;
    border-top: 2px solid #7aaedb;
  }
  .company-table tr {
    border-bottom: 1px solid #d9d9d9;
  }
  .company-table th {
    display: block;
    width: 100%;
    padding: 24px 0 0 0;
    color: #145D9F;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    vertical-align: middle;
  }
  .company-table td {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 16px 0 24px 0;
    line-height: 1.8;
  }
  .recruit {
    min-width: 100%;
    position: relative;
    overflow: hidden;
    padding: 88px 0;
  }
  .recruit::after {
    content: "RECRUIT";
    position: absolute;
    top: -10px;
    right: -40px;
    writing-mode: vertical-rl;
    font-size: 100px;
    font-weight: 900;
    color: #fff;
    opacity: .6;
    letter-spacing: -3px;
    user-select: none;
    pointer-events: none;
    z-index: -1;
  }
  .recruit-job {
    width: 90%;
    margin: 0 auto;
  }
  .job-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 56px 0;
  }
  .job-table th {
    background: #7F7F7F;
    color: #fff;
    border-radius: 8px;
    padding: 8px 0;
    font-size: 14px;
  }
  .job-table th:first-child {
    width: 30%;
    border-right: 10px solid #fff;
  }
  .job-table th:last-child {
    border-radius: 6px;
  }
  .job-table td {
    font-size: 15px;
    padding: 16px;
    background: #fff;
    vertical-align: middle;
  }
  .job-table td:first-child {
    width: 25%;
    color: #145D9F;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border-right: 1px solid #1064A7;
    padding: 0 8px 0 0;
  }
  .recruit-heading {
    position: relative;
    display: inline-block;
    padding: 12px 22px;
    margin: 0 0 16px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: linear-gradient(90deg, #145D9F 0%, #48C1F2 100%);
    overflow: hidden;
  }
  .recruit-table-wrap {
    background: #fff;
    padding: 24px 0;
    border-radius: 8px;
  }
  .recruit-table {
    width: 90%;
    margin: 0 auto;
    border-collapse: collapse;
    background: #fff;
    border-top: 2px solid #2b74b9;
    border-bottom: 2px solid #2b74b9;
  }
  .recruit-table tr {
    border-bottom: 1px solid #ddd;
  }
  .recruit-table tr:last-child {
    border-bottom: none;
  }
  .recruit-table th {
    width: 100%;
    display: block;
    padding: 24px 0 0 0;
    color: #2b74b9;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
  }
  .recruit-table td {
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 16px 0 24px 0;
    line-height: 2;
    vertical-align: middle;
  }
  .recruit-box {
    max-width: 90%;
    margin: 0 auto;
  }
  .person {
    width: 90%;
    margin: 56px auto;
  }
  .person-list {
    display: block;
    gap: 32px;
  }
  .person-card {
    flex: 1;
    background: #fff;
    padding: 24px 24px;
    margin: 0 0 24px 0;
    text-align: center;
  }
  .person-card h4 {
    padding-bottom: 16px;
    margin-bottom: 16px;
    color: #145D9F;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #2b74b9;
  }
  .person-card p {
    font-size: 16px;
    line-height: 1.8;
  }
  .flow {
    width: 90%;
    margin: 0 auto;
  }
  .flow-list {
    display: block;
    justify-content: center;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    background: #fff;
    padding: 40px 0 0 0;
  }
  .flow-item {
    flex: 1;
    position: relative;
    text-align: center;
    padding: 0 16px 88px 16px;
  }
  .flow-item:last-child {
    padding: 0 16px 56px 16px;
  }
  .flow-item h4 {
    margin-bottom: 16px;
    color: #145D9F;
    font-size: 20px;
    font-weight: 700;
  }
  .flow-item p {
    line-height: 1.8;
  }
  .flow-item:not(:last-child)::after {
    content: "";
    top: auto;
    bottom: -88px;
    width: auto;
    height: 100px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    background: url("../images/icon_flow.png") no-repeat;
    background-size: contain;
    transform: translateX(-50%) rotate(90deg);
  }
  .footer {
    min-width: 100%;
    padding: 40px 0 32px 0;
    background: #145D9F;
    border-radius: 40px 40px 0 0;
  }
  .footer-inner {
    width: 95%;
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
  }
  .footer-info {
    width: 90%;
  }
  .footer-logo {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    text-align: left;
    margin: 0 0 24px 0;
  }
  .footer-logo img {
    width: 40px;
    height: 30px;
    margin: 0;
    padding: 0;
  }
  .footer-logo span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0;
  }
  .footer-address {
    font-size: 14px;
    color: #fff;
    font-style: normal;
    line-height: 1.8;
    margin-bottom: 24px;
  }
  .footer-sns {
    width: 100px;
    margin: 0 auto 32px 0;
    text-align: center;
  }
  .footer-sns-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .footer-sns a {
    font-size: 15px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    color: #fff;
    text-decoration: none;
  }
  .footer-sns a span {
    font-size: 16px;
    font-weight: 600;
  }
  .footer small {
    font-size: 13px;
    display: none;
    color: #fff;
    opacity: .7;
  }
  .footer p.sp-copy {
    width: 90%;
    margin: 0 auto;
    font-size: 13px;
    color: #fff;
    opacity: .7;
  }
  .footer-map {
    width: 90%;
    margin: 0 auto 24px auto;
  }
  .footer-map iframe {
    width: 100%;
    margin: 0 auto;
    height: 240px;
    border: 0;
    border-radius: 32px;
  }
}