@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");


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

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

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

body {
  background-color: #ffffff;
  color: #262626;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  -webkit-text-size-adjust: 100%;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.header-nav-open {
  overflow: hidden;
}

.pc-br {
  display: block;
}
@media (max-width: 767.98px) {
  .pc-br {
    display: none;
  }
}

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

@media (max-width: 767.98px) {
  .pc-only {
    display: none;
  }
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.no-margin-top {
  margin-top: 8px !important;
}

/* ==========================================================
// Header
========================================================== */
.header {
  display: grid;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  place-items: center;
  width: 100%;
  height: 104px;
  padding: 0 40px;
  background-color: #ffffff;
  box-shadow: none;
  transition: height 0.3s ease;
}
@media (max-width: 969.98px) {
  .header {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .header {
    height: 68px;
  }
}
body.scrolled .header {
  height: 80px;
  box-shadow: 0px 3px 10px 0px rgba(97, 114, 120, 0.25);
}
@media (max-width: 767.98px) {
  body.scrolled .header {
    height: 68px;
  }
}

.header-inner {
  display: grid;
  grid-template-columns: 222px 1fr;
  width: 100%;
}
@media (max-width: 767.98px) {
  .header-inner {
    grid-template-columns: 1fr;
  }
}

.header-logo {
  width: 100%;
}
@media (max-width: 767.98px) {
  .header-logo {
    width: 210px;
    margin-top: 6px;
  }
}
.header-logo img {
  width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .header-nav {
    visibility: hidden;
    position: fixed;
    top: 68px;
    left: 0;
    width: 100%;
    height: calc(100dvh - 68px);
    overflow-y: auto;
    background-color: #ffffff;
    opacity: 0;
    transition: visibility 0.3s ease, opacity 0.3s ease;
  }
}
@media (max-width: 767.98px) {
  body.header-nav-open .header-nav {
    visibility: visible;
    opacity: 1;
  }
}

.header-nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 40px;
  list-style: none;
}
@media (max-width: 1329.98px) {
  .header-nav-list {
    gap: 0 20px;
  }
}
@media (max-width: 1019.98px) {
  .header-nav-list {
    gap: 0 15px;
  }
}
@media (max-width: 919.98px) {
  .header-nav-list {
    gap: 0 12px;
  }
}
@media (max-width: 767.98px) {
  .header-nav-list {
    display: block;
    padding: 50px 40px;
  }
}

.header-nav-item {
  position: relative;
}
@media (max-width: 767.98px) {
  .header-nav-item {
    border-bottom: solid 1px #d3e1e6;
  }
  .header-nav-item:last-child {
    border-bottom: none;
  }
}
.header-nav-item .first-level {
  color: #262626;
  font-weight: 700;
  font-size: 1.6rem;
}
@media (max-width: 1119.98px) {
  .header-nav-item .first-level {
    font-size: 1.4rem;
  }
}
@media (max-width: 1019.98px) {
  .header-nav-item .first-level {
    font-size: 1.2rem;
  }
}
@media (max-width: 819.98px) {
  .header-nav-item .first-level {
    font-size: 1.1rem;
  }
}
@media (max-width: 767.98px) {
  .header-nav-item .first-level {
    font-size: 1.6rem;
  }
}
.header-nav-item .first-level a {
  display: block;
  position: relative;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 0%);
  background-position: right bottom;
  background-size: 0 1px;
  background-repeat: no-repeat;
  color: #262626;
  text-decoration: none;
  transition: color 0.3s linear;
  transition: background-size 0.3s linear;
}
.header-nav-item .first-level a:hover {
  background-position: left bottom;
  background-size: 100% 1px;
  color: #627377;
}
@media (max-width: 767.98px) {
  .header-nav-item .first-level a:hover {
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 0%);
    background-size: 0 1px;
    color: #262626;
  }
}
.header-nav-item .first-level a.active {
  background-position: left bottom;
  background-size: 100% 1px;
  color: #627377;
}
@media (max-width: 767.98px) {
  .header-nav-item .first-level a {
    padding: 25px 16px 25px 16px;
    background-image: url("../img/icon-hmn-sp.svg");
    background-position: 94% 50%;
    background-size: 22px auto;
    background-repeat: no-repeat;
  }
  .header-nav-item .first-level a:hover {
    background-image: url("../img/icon-hmn-sp.svg");
    background-position: 94% 50%;
    background-size: 22px auto;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767.98px) {
  .header-nav-item .first-level a.hm-procedures {
    background-image: url("../img/icon-hmn-op-sp.svg") !important;
  }
}
@media (max-width: 767.98px) {
  .header-nav-item.sp-active .first-level {
    border-bottom: solid 1px #d3e1e6;
  }
}
@media (max-width: 767.98px) {
  .header-nav-item.sp-active .first-level a {
    background-image: url("../img/icon-hmn-sp-minus.svg");
    background-position: 94% 50%;
    background-size: 22px auto;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767.98px) {
  .header-nav-item .contact {
    margin-top: 48px;
  }
}
.header-nav-item .contact a {
  display: grid;
  place-items: center;
  width: 170px;
  height: 44px;
  border-radius: 9999px;
  background-color: #495052;
  text-decoration: none;
  transition: background-color 0.3s linear;
}
@media (max-width: 1019.98px) {
  .header-nav-item .contact a {
    width: 150px;
    height: 40px;
  }
}
@media (max-width: 939.98px) {
  .header-nav-item .contact a {
    width: 130px;
    height: 36px;
  }
}
@media (max-width: 767.98px) {
  .header-nav-item .contact a {
    width: 100%;
    height: 80px;
    background-color: #495052;
  }
}
.header-nav-item .contact a span {
  display: inline-block;
  padding-left: 32px;
  background-image: url("../img/icon-mail-white.svg");
  background-position: left center;
  background-size: 24px auto;
  background-repeat: no-repeat;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
}
@media (max-width: 919.98px) {
  .header-nav-item .contact a span {
    padding-left: 28px;
    background-size: 20px auto;
    font-size: 1.4rem;
  }
}
@media (max-width: 839.98px) {
  .header-nav-item .contact a span {
    padding-left: 24px;
    background-size: 16px auto;
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .header-nav-item .contact a span {
    padding-left: 44px;
    background-size: 34px auto;
    font-size: 2rem;
  }
}
.header-nav-item .contact a:hover {
  background-color: #da3241;
}
@media (max-width: 767.98px) {
  .header-nav-item .contact a:hover {
    background-color: #495052;
  }
}

.header-nav-sub-list {
  display: block;
  visibility: hidden;
  z-index: 10;
  position: absolute;
  top: 50px;
  left: 50%;
  width: 254px;
  height: auto;
  padding: 15px;
  transform: translateX(-50%);
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(96, 123, 139, 0.6);
  list-style: none;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
body.scrolled .header-nav-sub-list {
  top: 45px;
}
@media (max-width: 767.98px) {
  .header-nav-sub-list {
    display: grid;
    visibility: visible;
    position: relative;
    top: 0;
    left: 0;
    grid-template-rows: 0fr;
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
    padding: 0 0;
    transform: none;
    border-radius: 0;
    background-color: initial;
    box-shadow: none;
    opacity: 1;
    transition: grid-template-rows 0.2s ease-out;
  }
  body.scrolled .header-nav-sub-list {
    top: 0;
  }
}
.header-nav-sub-list.pc-active {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .header-nav-sub-list.pc-active {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .sp-active .header-nav-sub-list {
    grid-template-rows: 1fr;
    padding-bottom: 16px;
    background-color: rgba(211, 225, 230, 0.5);
  }
}

@media (max-width: 767.98px) {
  .header-nav-sub-list-inner {
    overflow: hidden;
  }
}

.header-nav-sub-item a {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  color: #262626;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4;
  text-decoration: none;
  transition: color 0.3s linear;
}
.header-nav-sub-item a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: #495052;
  content: "";
}
@media (max-width: 899.98px) {
  .header-nav-sub-item a {
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .header-nav-sub-item a {
    display: block;
    padding: 16px 16px 0 32px;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1;
  }
  .header-nav-sub-item a::before {
    display: block;
    position: absolute;
    top: 80%;
    left: 16px;
    width: 10px;
    height: 1px;
    background-color: #495052;
    content: "";
  }
}
.header-nav-sub-item a:hover {
  background-position: left bottom;
  background-size: 100% 1px;
  color: #627377;
}
@media (max-width: 767.98px) {
  .header-nav-sub-item a:hover {
    color: #262626;
  }
}
.header-nav-sub-item a .blank {
  display: inline-block;
  position: relative;
  padding-right: 16px;
}
.header-nav-sub-item a .blank::after {
  display: block;
  position: absolute;
  top: 48%;
  right: 0;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  background-image: url("../img/icon-blank-header.svg");
  background-position: right center;
  background-size: 10px auto;
  background-repeat: no-repeat;
  content: "";
  transition: all 0.3s linear;
}
.header-nav-sub-item a .blank:hover::after {
  opacity: 0.7;
}
@media (max-width: 767.98px) {
  .header-nav-sub-item a .blank:hover::after {
    opacity: 1;
  }
}
.header-nav-sub-item.sp-top {
  display: none;
}
@media (max-width: 767.98px) {
  .header-nav-sub-item.sp-top {
    display: block;
    position: relative;
  }
  .header-nav-sub-item.sp-top::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 16px;
    width: calc(100% - 32px);
    height: 1px;
    background-color: #d3e1e6;
    content: "";
  }
  .header-nav-sub-item.sp-top a {
    padding: 16px;
    background-image: url("../img/icon-hmn-op-sp.svg");
    background-position: 94% 50%;
    background-size: 22px auto;
    background-repeat: no-repeat;
    font-weight: 700;
    line-height: 1;
  }
  .header-nav-sub-item.sp-top a::before {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header-nav-sub-item:last-child a {
    padding-bottom: 16px;
  }
  .header-nav-sub-item:last-child a::before {
    top: 50%;
  }
}

.header-nav-toggle {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 48px;
  height: 48px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.header-nav-toggle .header-nav-toggle-line {
  position: absolute;
  top: 18px;
  left: 10px;
  width: 28px;
  height: 2px;
  background-color: #495052;
  transition: all 0.3s ease-in-out;
}
.header-nav-toggle .header-nav-toggle-line:last-child {
  top: 28px;
}
body.header-nav-open .header-nav-toggle .header-nav-toggle-line {
  top: 24px;
  transform: rotate(45deg);
  background-color: #495052;
}
body.header-nav-open .header-nav-toggle .header-nav-toggle-line:last-child {
  top: 24px;
  transform: rotate(-45deg);
}
@media (max-width: 767.98px) {
  .header-nav-toggle {
    display: block;
  }
}

/* ==========================================================
// Footer
========================================================== */
.footer {
  position: relative;
  padding: 0 11.1vw;
  background-color: #495052;
  color: #ffffff;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s linear;
}
.footer a:hover {
  opacity: 0.7;
}
@media (max-width: 767.98px) {
  .footer {
    padding: 0 30px;
  }
}

.footer-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "cv nav nav nav" "copy copy copy copy";
  max-width: 1120px;
  margin: 0 auto;
  padding: 77px 0 0 0;
}
@media (max-width: 767.98px) {
  .footer-inner {
    display: block;
  }
}

.footer-cv {
  grid-area: cv;
}

.footer-nav {
  position: relative;
  grid-area: nav;
  text-align: right;
}

.footer-other {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-area: copy;
  margin-top: 50px;
  padding: 25px 0 40px 0;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  font-weight: 400;
  font-size: 1.2rem;
}
.footer-other > a {
  white-space: nowrap;
}
.footer-other > a:hover {
  opacity: 0.5;
}
@media (max-width: 767.98px) {
  .footer-other {
    display: block;
    margin-top: 30px;
  }
}

.footer-cv-logo {
  width: 260px;
}
.footer-cv-logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 969.98px) {
  .footer-cv-logo {
    width: 200px;
  }
}
@media (max-width: 899.98px) {
  .footer-cv-logo {
    width: 180px;
  }
}
@media (max-width: 849.98px) {
  .footer-cv-logo {
    width: 160px;
  }
}

.footer-cv-description {
  margin-top: 48px;
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.6;
  white-space: nowrap;
  text-box-trim: trim-both;
}
@media (max-width: 969.98px) {
  .footer-cv-description {
    margin-top: 30px;
    font-size: 1.8rem;
  }
}
@media (max-width: 899.98px) {
  .footer-cv-description {
    font-size: 1.6rem;
  }
}
@media (max-width: 849.98px) {
  .footer-cv-description {
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  .footer-cv-description {
    font-size: 2.1rem;
  }
}

.footer-nav-inner {
  display: inline-grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 50px;
  text-align: left;
}
@media (max-width: 899.98px) {
  .footer-nav-inner {
    gap: 0 30px;
  }
}
@media (max-width: 767.98px) {
  .footer-nav-inner {
    display: block;
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
  }
}

.footer-nav-list {
  list-style: none;
}

.footer-nav-list + .footer-nav-list {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .footer-nav-list + .footer-nav-list {
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .footer-nav-section + .footer-nav-section {
    margin-top: 20px;
  }
}

.footer-nav-ttl {
  font-weight: 600;
  font-size: 1.4rem;
}

.footer-nav-ttl + .footer-nav-item {
  margin-top: 10px;
}

.footer-nav-item {
  font-weight: 400;
  font-size: 1.2rem;
}
.footer-nav-item > a {
  white-space: nowrap;
}
.footer-nav-item > a .blank {
  display: inline-block;
  position: relative;
  padding-right: 14px;
}
.footer-nav-item > a .blank::after {
  display: block;
  position: absolute;
  top: 48%;
  right: 0;
  width: 9px;
  height: 9px;
  transform: translateY(-50%);
  background-image: url("../img/icon-blank-footer.svg");
  background-position: right center;
  background-size: 9px auto;
  background-repeat: no-repeat;
  content: "";
  transition: all 0.3s linear;
}
.footer-nav-item > a .blank:hover::after {
  opacity: 0.5;
}
@media (max-width: 767.98px) {
  .footer-nav-item > a .blank:hover::after {
    opacity: 1;
  }
}

.footer-other-copy {
  text-align: right;
}
@media (max-width: 767.98px) {
  .footer-other-copy {
    margin-top: 20px;
    text-align: left;
  }
}

.scroll-top {
  visibility: hidden;
  z-index: 10;
  position: fixed;
  right: 40px;
  bottom: 40px;
  opacity: 0;
  transition: all 0.3s linear;
}
.scrolled .scroll-top {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .scroll-top {
    right: 30px;
  }
}
.scroll-top a svg {
  width: 42px;
  height: 42px;
}
.scroll-top a .scroll-top-circle {
  fill: #43c6fa;
  stroke: #43c6fa;
  stroke-width: 1px;
  transition: fill 0.2s linear;
}
.scroll-top a .scroll-top-arrow {
  stroke: #ffffff;
  stroke-width: 1px;
  transition: stroke 0.2s linear;
}
.scroll-top a .scroll-top-arrow2 {
  stroke: #ffffff;
  stroke-width: 1px;
  transition: stroke 0.2s linear;
}
.scroll-top a:hover {
  opacity: 1;
}
.scroll-top a:hover .scroll-top-circle {
  fill: #da3241;
  stroke: #da3241;
}

/* ==========================================================
// Top
========================================================== */
.section-ttl {
  line-height: 1;
}
.section-ttl p {
  position: relative;
  margin-top: 20px;
  padding-left: 36px;
  color: #262626;
  font-weight: 400;
  font-size: 1.6rem;
}
@media (max-width: 1329.98px) {
  .section-ttl p {
    margin-top: 15px;
    font-size: clamp(14px, 1.1vw, 16px);
  }
}
@media (max-width: 767.98px) {
  .section-ttl p {
    margin-top: 12px;
    font-size: 1.4rem;
  }
}
.section-ttl p::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 1px;
  background-color: #da3241;
  content: "";
}
@media (max-width: 767.98px) {
  .section-ttl p::before {
    width: 24px;
  }
}

/* MV */
.top-hero {
  padding-top: 104px;
}
@media (max-width: 767.98px) {
  .top-hero {
    padding-top: 68px;
  }
}

.top-hero-inner {
  position: relative;
  overflow-x: hidden;
}

.top-hero-image {
  z-index: 1;
  position: absolute;
  top: 0;
  left: calc((100vw - 1120px) / 2);
  width: calc(100% - (100vw - 1120px) / 2);
  height: 696px;
}
@media (max-width: 1329.98px) {
  .top-hero-image {
    left: 11.1vw;
    width: calc(100% - 11.1vw);
  }
}
@media (max-width: 767.98px) {
  .top-hero-image {
    left: 30px;
    width: calc(100% - 30px);
    height: 125.3vw;
  }
}

.top-hero-image-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  background-image: url("../img/mv-pc.jpg");
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
}
.top-hero-image-inner::before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  min-width: 660px;
  height: 100%;
  background: linear-gradient(53deg, rgba(181, 239, 255, 0) 52.25%, rgba(181, 239, 255, 0.3) 62.24%, rgba(181, 239, 255, 0.15) 75.25%);
  content: "";
}
@media (max-width: 767.98px) {
  .top-hero-image-inner::before {
    width: 100%;
    min-width: initial;
  }
}
@media (max-width: 767.98px) {
  .top-hero-image-inner {
    background-image: url("../img/mv-sp.jpg");
  }
}

.top-hero-frame {
  z-index: 3;
  position: relative;
  max-width: 1120px;
  height: 696px;
  margin: 0 auto;
}
@media (max-width: 1329.98px) {
  .top-hero-frame {
    left: 11.1vw;
    width: calc(100% - 11.1vw);
    max-width: initial;
    margin: initial;
  }
}
@media (max-width: 767.98px) {
  .top-hero-frame {
    left: 30px;
    width: calc(100% - 30px);
    height: 125.3vw;
  }
}

.top-hero-copy {
  z-index: 6;
  position: absolute;
  top: 182px;
  left: -70px;
}
@media (max-width: 767.98px) {
  .top-hero-copy {
    top: 26.6vw;
    left: -10px;
  }
}
.top-hero-copy h1 {
  display: none;
}

.top-hero-copy-t1 {
  position: relative;
  margin-bottom: 36px;
  padding-bottom: 24px;
  color: #262626;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1;
  font-family: "League Spartan", sans-serif;
  letter-spacing: 0.02em;
}
.top-hero-copy-t1::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 56px;
  height: 2px;
  background-color: #da3241;
  content: "";
}
@media (max-width: 767.98px) {
  .top-hero-copy-t1 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: clamp(14px, 3.7vw, 26px);
  }
  .top-hero-copy-t1::after {
    width: 24px;
  }
}

.top-hero-copy-t2 {
  left: -5px;
  color: #262626;
  font-weight: 500;
  font-size: 5.6rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-box-trim: trim-both;
  position: relative;
}
@media (max-width: 767.98px) {
  .top-hero-copy-t2 {
    font-size: clamp(30px, 8vw, 56px);
    line-height: 1.6;
  }
}
.top-hero-copy-t2 span {
  font-size: 4rem;
}
@media (max-width: 767.98px) {
  .top-hero-copy-t2 span {
    font-size: clamp(20px, 5vw, 40px);
  }
}

.top-hero-dec {
  z-index: 4;
  position: absolute;
  pointer-events: none;
}
.top-hero-dec img {
  width: 100%;
  height: auto;
}
.top-hero-dec img.pc {
  display: block;
}
@media (max-width: 767.98px) {
  .top-hero-dec img.pc {
    display: none;
  }
}
.top-hero-dec img.sp {
  display: none;
}
@media (max-width: 767.98px) {
  .top-hero-dec img.sp {
    display: block;
  }
}
.top-hero-dec.dec1 {
  top: 435px;
  left: calc(0px - (100vw - 1120px) / 2);
  width: 865px;
}
@media (max-width: 1329.98px) {
  .top-hero-dec.dec1 {
    left: -11.1vw;
  }
}
@media (max-width: 767.98px) {
  .top-hero-dec.dec1 {
    top: initial;
    bottom: 37.3vw;
    left: -8.3vw;
    width: 90vw;
  }
}
@media (max-width: 359.98px) {
  .top-hero-dec.dec1 {
    bottom: 28vw;
  }
}
.top-hero-dec.dec2 {
  top: 210px;
  right: -219px;
  width: 418px;
}
@media (max-width: 767.98px) {
  .top-hero-dec.dec2 {
    top: 32vw;
    right: -1vw;
    width: 32vw;
  }
}
.top-hero-dec.dec3 {
  top: 115px;
  left: 403px;
  width: 351px;
}
@media (max-width: 767.98px) {
  .top-hero-dec.dec3 {
    top: 12.8vw;
    left: 28.8vw;
    width: 34.6vw;
  }
}

.top-hero-mask {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  opacity: 0;
}

/* service */
.top-service {
  padding-top: 120px;
  padding-right: 20px;
  padding-bottom: 110px;
  padding-left: 20px;
  overflow-x: hidden;
}
@media (max-width: 1329.98px) {
  .top-service {
    padding-top: 9vw;
    padding-right: 11.1vw;
    padding-bottom: 8.2vw;
    padding-left: 11.1vw;
  }
}
@media (max-width: 767.98px) {
  .top-service {
    padding-top: 55px;
    padding-right: 30px;
    padding-bottom: 55px;
    padding-left: 30px;
  }
}

.top-service-inner {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 510px;
  grid-template-areas: "image ttl" "image main";
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 1329.98px) {
  .top-service-inner {
    grid-template-columns: 54.4% 45.6%;
  }
}
@media (max-width: 767.98px) {
  .top-service-inner {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-template-areas: "ttl" "image" "main";
    max-width: initial;
  }
}

.top-service-ttl {
  position: relative;
  grid-area: ttl;
  padding-top: 40px;
}
@media (max-width: 1329.98px) {
  .top-service-ttl {
    padding-top: 2.8vw;
  }
}
@media (max-width: 1329.98px) {
  .top-service-ttl .section-ttl h2 {
    width: 38.8%;
  }
}
@media (max-width: 767.98px) {
  .top-service-ttl .section-ttl h2 {
    width: 152px;
  }
}
.top-service-ttl .section-ttl h2 img {
  width: 198px;
  height: auto;
}
@media (max-width: 1329.98px) {
  .top-service-ttl .section-ttl h2 img {
    width: 100%;
  }
}

.top-service-image {
  position: relative;
  grid-area: image;
  height: 292px;
}
@media (max-width: 1329.98px) {
  .top-service-image {
    height: 21.9vw;
  }
}
@media (max-width: 767.98px) {
  .top-service-image {
    height: 42.9vw;
    margin-top: 39px;
  }
}
.top-service-image .top-service-pic {
  position: absolute;
}
.top-service-image .top-service-pic img {
  width: 100%;
  height: auto;
}
.top-service-image .top-service-pic.pic1 {
  top: 0;
  left: -54px;
  width: 569px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 1329.98px) {
  .top-service-image .top-service-pic.pic1 {
    left: -10%;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .top-service-image .top-service-pic.pic1 {
    top: 0;
    left: 0;
    width: 100%;
  }
}

.top-service-main {
  position: relative;
  grid-area: main;
}
.top-service-main > p {
  margin-top: 48px;
  color: #262626;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  text-box-trim: trim-both;
}
@media (max-width: 1329.98px) {
  .top-service-main > p {
    margin-top: 3.3vw;
    font-size: clamp(13px, 1.1vw, 16px);
  }
}
@media (max-width: 767.98px) {
  .top-service-main > p {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}

.top-service-dec {
  z-index: 2;
  position: absolute;
  pointer-events: none;
}
.top-service-dec img {
  width: 100%;
  height: auto;
}
.top-service-dec.dec1 {
  top: 30px;
  left: -380px;
  width: 560px;
}
@media (max-width: 1329.98px) {
  .top-service-dec.dec1 {
    top: 2vw;
    left: -29vw;
    width: 42.1vw;
  }
}
@media (max-width: 767.98px) {
  .top-service-dec.dec1 {
    top: 5.3vw;
    left: -41vw;
    width: 78vw;
  }
}
@media (max-width: 699.98px) {
  .top-service-dec.dec1 {
    left: -42vw;
  }
}
@media (max-width: 499.98px) {
  .top-service-dec.dec1 {
    left: -44vw;
  }
}
@media (max-width: 339.98px) {
  .top-service-dec.dec1 {
    left: -45vw;
  }
}
.top-service-dec.dec2 {
  top: 155px;
  left: 111px;
  width: 580px;
}
@media (max-width: 1329.98px) {
  .top-service-dec.dec2 {
    top: 11.6vw;
    left: 7.3vw;
    width: 41.6vw;
  }
}
@media (max-width: 767.98px) {
  .top-service-dec.dec2 {
    top: 20.5vw;
    left: 17vw;
    width: 88vw;
  }
}
.top-service-dec.dec3 {
  top: 70px;
  left: 385px;
  width: 445px;
}
@media (max-width: 1329.98px) {
  .top-service-dec.dec3 {
    top: 4.8vw;
    left: 26.7vw;
    width: 30.9vw;
  }
}
@media (max-width: 767.98px) {
  .top-service-dec.dec3 {
    top: initial;
    right: -34vw;
    bottom: -20px;
    left: initial;
    width: 64vw;
  }
}

/* vision mission */
.vision-mission {
  padding-top: 96px;
  padding-bottom: 0;
  background-image: url("../img/top-vision-mission-bg.png");
  background-position: center top;
  background-size: 50px auto;
  background-repeat: repeat-x;
}
@media (max-width: 1329.98px) {
  .vision-mission {
    padding-top: 6.6vw;
  }
}
@media (max-width: 767.98px) {
  .vision-mission {
    padding-top: 55px;
  }
}

.vision-mission-main {
  padding-right: 20px;
  padding-bottom: 85px;
  padding-left: 20px;
  overflow-x: hidden;
}
@media (max-width: 1329.98px) {
  .vision-mission-main {
    padding-right: 11.1vw;
    padding-left: 11.1vw;
  }
}
@media (max-width: 767.98px) {
  .vision-mission-main {
    padding-right: 30px;
    padding-bottom: 65px;
    padding-left: 30px;
  }
}

.vision-mission-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.vision-mission-ttl-desc {
  display: grid;
  position: relative;
  grid-template-columns: 414px 1fr;
  padding-bottom: 96px;
  gap: 0 84px;
}
@media (max-width: 1329.98px) {
  .vision-mission-ttl-desc {
    grid-template-columns: 36.9% 1fr;
    padding-bottom: 6.6vw;
    gap: 0 7.5%;
  }
}
@media (max-width: 767.98px) {
  .vision-mission-ttl-desc {
    display: block;
    padding-bottom: 0;
  }
}

.vision-mission-ttl h2 img {
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .vision-mission-ttl h2 img {
    width: 315px;
  }
}

.vision-mission-desc {
  position: relative;
}
@media (max-width: 767.98px) {
  .vision-mission-desc {
    margin-top: 30px;
  }
}
.vision-mission-desc p {
  color: #262626;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.9;
  text-box-trim: trim-both;
  z-index: 2;
  position: relative;
}
@media (max-width: 1329.98px) {
  .vision-mission-desc p {
    font-size: clamp(14px, 1.1vw, 16px);
  }
}
@media (max-width: 767.98px) {
  .vision-mission-desc p {
    font-size: 1.6rem;
  }
}

.vision-mission-vision-mission {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 50px;
}
@media (max-width: 1329.98px) {
  .vision-mission-vision-mission {
    gap: 0 4.4%;
  }
}
@media (max-width: 767.98px) {
  .vision-mission-vision-mission {
    grid-template-columns: 1fr;
    margin-top: 65px;
    gap: 45px 0;
  }
}

.vision-mission-image {
  overflow: hidden;
  border-radius: 10px;
}
.vision-mission-image img {
  width: 100%;
  height: auto;
}
.vision-mission-image img.pc {
  display: block;
}
.vision-mission-image img.sp {
  display: none;
}
@media (max-width: 767.98px) {
  .vision-mission-image img.pc {
    display: none;
  }
  .vision-mission-image img.sp {
    display: block;
  }
}

.vision-mission-vm-inner {
  position: relative;
}
.vision-mission-vm-inner h3 {
  margin-top: 32px;
  color: #262626;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.8;
}
@media (max-width: 1329.98px) {
  .vision-mission-vm-inner h3 {
    margin-top: 2.2vw;
    font-size: clamp(16px, 1.5vw, 22px);
  }
}
@media (max-width: 767.98px) {
  .vision-mission-vm-inner h3 {
    margin-top: 20px;
    font-size: 2.2rem;
  }
}
.vision-mission-vm-inner p {
  margin-top: 20px;
  color: #262626;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  text-box-trim: trim-both;
}
@media (max-width: 1329.98px) {
  .vision-mission-vm-inner p {
    margin-top: 1.3vw;
    font-size: clamp(14px, 1.1vw, 16px);
  }
}
@media (max-width: 767.98px) {
  .vision-mission-vm-inner p {
    margin-top: 16px;
    font-size: 1.6rem;
  }
}

.vision-mission-ticker {
  height: 165px;
  overflow: hidden;
  scrollbar-gutter: stable;
}
@media (max-width: 767.98px) {
  .vision-mission-ticker {
    height: 92px;
  }
}
.vision-mission-ticker ul {
  display: flex;
  width: 3128px;
  height: 100%;
  list-style: none;
  animation: scrollAnimation 15s linear infinite;
}
@media (max-width: 767.98px) {
  .vision-mission-ticker ul {
    width: 1654px;
  }
}
@keyframes scrollAnimation {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.vision-mission-ticker ul li {
  width: 1564px;
}
@media (max-width: 767.98px) {
  .vision-mission-ticker ul li {
    width: 872px;
  }
}
.vision-mission-ticker ul img {
  width: 1564px;
  height: auto;
}
@media (max-width: 767.98px) {
  .vision-mission-ticker ul img {
    width: 872px;
    height: auto;
  }
}

.vision-mission-dec {
  z-index: 2;
  position: absolute;
  pointer-events: none;
}
.vision-mission-dec img {
  width: 100%;
  height: auto;
}
.vision-mission-dec.dec1 {
  z-index: 1;
  top: 2px;
  left: 155px;
  width: 778px;
}
@media (max-width: 1329.98px) {
  .vision-mission-dec.dec1 {
    top: 0.7vw;
    left: 10.7vw;
    width: 54vw;
  }
}
@media (max-width: 767.98px) {
  .vision-mission-dec.dec1 {
    display: none;
  }
}
.vision-mission-dec.dec2 {
  bottom: 0px;
  left: calc(0px - (100vw - 1120px) / 2);
  width: 643px;
}
@media (max-width: 1329.98px) {
  .vision-mission-dec.dec2 {
    bottom: 0.5vw;
    left: -14.1vw;
    width: 48.3vw;
  }
}
@media (max-width: 767.98px) {
  .vision-mission-dec.dec2 {
    display: none;
  }
}
.vision-mission-dec.sp-dec1 {
  display: none;
}
@media (max-width: 767.98px) {
  .vision-mission-dec.sp-dec1 {
    display: block;
    position: absolute;
    right: -30px;
    bottom: -35px;
    width: 60.2vw;
    height: auto;
  }
}
.vision-mission-dec.sp-dec2 {
  display: none;
}
@media (max-width: 767.98px) {
  .vision-mission-dec.sp-dec2 {
    display: block;
    position: absolute;
    bottom: -42px;
    left: -30px;
    width: 63.7vw;
    height: auto;
  }
}

/* NEWS */
.top-news {
  padding-top: 86px;
  padding-right: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  overflow-x: hidden;
}
@media (max-width: 1329.98px) {
  .top-news {
    padding-top: 5.9vw;
    padding-right: 11.1vw;
    padding-bottom: 0;
    padding-left: 11.1vw;
  }
}
@media (max-width: 767.98px) {
  .top-news {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.top-news-inner {
  display: grid;
  grid-template-columns: 148px 1fr;
  max-width: 1120px;
  margin: 0 auto;
  gap: 0 108px;
}
@media (max-width: 1329.98px) {
  .top-news-inner {
    grid-template-columns: 13.2% 1fr;
    gap: 0 7.5%;
  }
}
@media (max-width: 1099.98px) {
  .top-news-inner {
    grid-template-columns: 115px 1fr;
    gap: 0 7.5%;
  }
}
@media (max-width: 767.98px) {
  .top-news-inner {
    display: block;
  }
}

.top-news-ttl {
  padding-top: 8px;
  padding-bottom: 20px;
}
@media (max-width: 767.98px) {
  .top-news-ttl {
    padding-bottom: 0px;
  }
}
.top-news-ttl h2 img {
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .top-news-ttl h2 img {
    width: 114px;
  }
}
.top-news-ttl .list-link {
  margin-top: 55px;
}
@media (max-width: 767.98px) {
  .top-news-ttl .list-link {
    display: none;
  }
}
.top-news-ttl .list-link a {
  color: #262626;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8;
  text-decoration: none;
  transition: color 0.3s linear;
}
@media (max-width: 1329.98px) {
  .top-news-ttl .list-link a {
    font-size: clamp(12px, 0.9vw, 14px);
  }
}
.top-news-ttl .list-link a svg {
  display: inline-block;
  width: 30px;
  height: auto;
  margin-left: 8px;
  vertical-align: middle;
  transition: all 0.3s linear;
}
.top-news-ttl .list-link a:hover {
  color: #627377;
}
.top-news-ttl .list-link a:hover svg {
  transform: scale(1.2, 1.2);
}
.top-news-ttl .list-link a:hover .list-link-circle {
  fill: #da3241;
}

.top-news-content {
  position: relative;
}
@media (max-width: 767.98px) {
  .top-news-content {
    margin-top: 15px;
  }
}
.top-news-content .list-link {
  display: none;
  margin-top: 24px;
  text-align: right;
}
@media (max-width: 767.98px) {
  .top-news-content .list-link {
    display: block;
  }
}
.top-news-content .list-link a {
  display: inline-block;
  color: #262626;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8;
  text-decoration: none;
  transition: color 0.3s linear;
}
@media (max-width: 1329.98px) {
  .top-news-content .list-link a {
    font-size: clamp(12px, 0.9vw, 14px);
  }
}
.top-news-content .list-link a img {
  display: inline-block;
  width: 30px;
  height: auto;
  margin-left: 8px;
  vertical-align: middle;
  transition: all 0.3s linear;
}

.top-news-item {
  padding: 16px 0;
  border-bottom: solid 1px #d3e1e6;
}
.top-news-item a {
  display: grid;
  grid-template-columns: 8rem 11.8rem 1fr;
  grid-template-areas: "date cat ttl";
  gap: 0 16px;
  color: #262626;
  font-size: 1.4rem;
  line-height: 1.8;
  text-decoration: none;
}
@media (max-width: 1329.98px) {
  .top-news-item a {
    font-size: clamp(12px, 0.9vw, 14px);
  }
}
@media (max-width: 767.98px) {
  .top-news-item a {
    grid-template-rows: auto auto;
    grid-template-columns: 8rem 1fr;
    grid-template-areas: "date cat" "ttl ttl";
    font-size: 1.4rem;
  }
}
.top-news-item a .top-news-date {
  grid-area: date;
  font-weight: 400;
}
.top-news-item a .top-news-category {
  grid-area: cat;
}
.top-news-item a .top-news-category span {
  display: inline-block;
  width: 100%;
  padding: 6px 0;
  border-radius: 9999px;
  background-color: #d3e1e6;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1329.98px) {
  .top-news-item a .top-news-category span {
    font-size: clamp(11px, 0.9vw, 13px);
  }
}
@media (max-width: 767.98px) {
  .top-news-item a .top-news-category span {
    width: 120px;
  }
}
.top-news-item a .top-news-title {
  grid-area: ttl;
  font-weight: 300;
  transition: color 0.3s linear;
}
@media (max-width: 767.98px) {
  .top-news-item a .top-news-title {
    margin-top: 12px;
  }
}
.top-news-item a:hover .top-news-title {
  color: #627377;
}

.top-news-dec {
  z-index: 2;
  position: absolute;
  pointer-events: none;
}
.top-news-dec img {
  width: 100%;
  height: auto;
}
.top-news-dec.dec1 {
  top: -56px;
  right: -180px;
  width: 495px;
}
@media (max-width: 1329.98px) {
  .top-news-dec.dec1 {
    top: -3.8vw;
    right: -12.5vw;
    width: 34.3vw;
  }
}
@media (max-width: 767.98px) {
  .top-news-dec.dec1 {
    top: -13vw;
    right: -20vw;
    width: 64vw;
  }
}

/* contact */
.top-contact {
  padding-top: 100px;
  padding-right: 20px;
  padding-bottom: 110px;
  padding-left: 20px;
  overflow-x: hidden;
}
@media (max-width: 1329.98px) {
  .top-contact {
    padding-top: 6.9vw;
    padding-right: 11.1vw;
    padding-left: 11.1vw;
  }
}
@media (max-width: 767.98px) {
  .top-contact {
    padding-top: 70px;
    padding-right: 30px;
    padding-bottom: 85px;
    padding-left: 30px;
  }
}

.top-contact-inner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}

.top-contact-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 55px 80px;
  gap: 20px;
  border-radius: 10px;
  background-image: url("../img/top-contact-bg-pc.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1329.98px) {
  .top-contact-main {
    padding: 3.8vw 5.5vw;
  }
}
@media (max-width: 767.98px) {
  .top-contact-main {
    display: block;
    padding: 43px 28px;
    background-image: url("../img/top-contact-bg-sp.png");
  }
}

@media (max-width: 1329.98px) {
  .top-contact-ttl {
    width: 60%;
  }
}
@media (max-width: 767.98px) {
  .top-contact-ttl {
    width: 100%;
  }
}
.top-contact-ttl h2 {
  width: 215px;
}
@media (max-width: 767.98px) {
  .top-contact-ttl h2 {
    width: 166px;
  }
}
.top-contact-ttl h2 img {
  width: 100%;
  height: auto;
}
.top-contact-ttl .section-ttl > p {
  color: #ffffff;
  font-weight: 500;
}
.top-contact-ttl .section-ttl > p::before {
  background-color: #ffffff;
}
.top-contact-ttl > p {
  margin-top: 25px;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8;
  text-box-trim: trim-both;
}
@media (max-width: 1099.98px) {
  .top-contact-ttl > p {
    margin-top: 1.8vw;
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  .top-contact-ttl > p {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}

@media (max-width: 1329.98px) {
  .top-contact-link {
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  .top-contact-link {
    width: 100%;
    margin-top: 30px;
  }
}

.top-contact-btn a {
  display: inline-grid;
  place-items: center;
  width: 400px;
  height: 100px;
  border-radius: 9999px;
  background-color: #ffffff;
  text-decoration: none;
  transition: background-color 0.3s linear;
}
@media (max-width: 1329.98px) {
  .top-contact-btn a {
    aspect-ratio: 4/1;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .top-contact-btn a {
    height: 80px;
  }
}
.top-contact-btn a span {
  display: inline-block;
  padding-left: 50px;
  background-image: url("../img/icon-mail-red.svg");
  background-position: left center;
  background-size: 33px auto;
  background-repeat: no-repeat;
  color: #262626;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
}
@media (max-width: 1329.98px) {
  .top-contact-btn a span {
    padding-left: 3.4vw;
    background-size: 2.2vw auto;
    font-size: clamp(16px, 1.6vw, 24px);
  }
}
@media (max-width: 767.98px) {
  .top-contact-btn a span {
    padding-left: 50px;
    background-size: 33px auto;
    font-size: 2rem;
  }
}
.top-contact-btn a:hover {
  background-color: #da3241;
}
@media (max-width: 767.98px) {
  .top-contact-btn a:hover {
    background-color: #ffffff;
  }
}
.top-contact-btn a:hover span {
  background-image: url("../img/icon-mail-white.svg");
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .top-contact-btn a:hover span {
    background-image: url("../img/icon-mail-red.svg");
    color: #262626;
  }
}

.top-contact-dec {
  z-index: 2;
  position: absolute;
  pointer-events: none;
}
.top-contact-dec img {
  width: 100%;
  height: auto;
}
.top-contact-dec.dec1 {
  top: -80px;
  left: -189px;
  width: 677px;
}
@media (max-width: 1329.98px) {
  .top-contact-dec.dec1 {
    top: -5vw;
    left: -13.1vw;
    width: 47vw;
  }
}
@media (max-width: 767.98px) {
  .top-contact-dec.dec1 {
    top: -11vw;
    left: -8vw;
    width: 84vw;
  }
}
.top-contact-dec.dec2 {
  right: -269px;
  bottom: -60px;
  width: 571px;
}
@media (max-width: 1329.98px) {
  .top-contact-dec.dec2 {
    right: -18.6vw;
    bottom: -4.1vw;
    width: 39.6vw;
  }
}
@media (max-width: 767.98px) {
  .top-contact-dec.dec2 {
    right: -18.6vw;
    bottom: -8vw;
    width: 74vw;
  }
}

/* ==========================================================
// 下層
========================================================== */
.low-hero {
  padding-top: 104px;
}
@media (max-width: 767.98px) {
  .low-hero {
    padding-top: 68px;
  }
}

.low-hero-inner {
  position: relative;
  overflow-x: hidden;
}

.low-hero-image {
  z-index: 1;
  position: absolute;
  top: 0;
  left: calc((100vw - 1120px) / 2);
  width: calc(100% - (100vw - 1120px) / 2);
  height: 300px;
  border-radius: 10px 0 0 10px;
  background-image: url("../img/low-mv-bg.jpg");
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1329.98px) {
  .low-hero-image {
    left: 11.1vw;
    width: calc(100% - 11.1vw);
  }
}
@media (max-width: 767.98px) {
  .low-hero-image {
    left: 30px;
    width: calc(100% - 30px);
    height: 53.3vw;
    background-image: url("../img/low-mv-bg-sp.jpg");
  }
}
.low-hero-image.company {
  background-image: url("../img/mv-company.jpg");
}
@media (max-width: 767.98px) {
  .low-hero-image.company {
    background-image: url("../img/mv-company-sp.jpg");
  }
}
.low-hero-image.service {
  background-image: url("../img/mv-service.jpg");
}
@media (max-width: 767.98px) {
  .low-hero-image.service {
    background-image: url("../img/mv-service-sp.jpg");
  }
}
.low-hero-image.price {
  background-image: url("../img/mv-price.jpg");
}
@media (max-width: 767.98px) {
  .low-hero-image.price {
    background-image: url("../img/mv-price-sp.jpg");
  }
}
.low-hero-image.info {
  background-image: url("../img/mv-info.jpg");
}
@media (max-width: 767.98px) {
  .low-hero-image.info {
    background-image: url("../img/mv-info-sp.jpg");
  }
}
.low-hero-image.procedures {
  background-image: url("../img/mv-procedures.jpg");
}
@media (max-width: 767.98px) {
  .low-hero-image.procedures {
    background-image: url("../img/mv-procedures-sp.jpg");
  }
}

.low-hero-frame {
  z-index: 3;
  position: relative;
  max-width: 1120px;
  height: 300px;
  margin: 0 auto;
}
@media (max-width: 1329.98px) {
  .low-hero-frame {
    left: 11.1vw;
    width: calc(100% - 11.1vw);
    max-width: initial;
    margin: initial;
  }
}
@media (max-width: 767.98px) {
  .low-hero-frame {
    left: 30px;
    width: calc(100% - 30px);
    height: 53.3vw;
  }
}

.low-hero-copy-h1-wrap {
  display: flex;
  z-index: 6;
  position: absolute;
  top: 0;
  left: -70px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .low-hero-copy-h1-wrap {
    left: -20px;
  }
}

.low-hero-copy-h1 {
  color: #262626;
  font-weight: 500;
  font-size: 5.6rem;
  line-height: 1.4;
  font-family: "IBM Plex Sans JP", sans-serif;
  letter-spacing: 0;
  text-box-trim: trim-both;
  position: relative;
}
.low-hero-copy-h1.en {
  font-family: "League Spartan", sans-serif;
}
@media (max-width: 767.98px) {
  .low-hero-copy-h1 {
    font-size: clamp(28px, 8vw, 56px);
    line-height: 1.6;
  }
}

.low-hero-copy-h1-sub {
  position: relative;
  margin-top: 10px;
  padding-left: 36px;
  color: #262626;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  text-box-trim: trim-both;
}
@media (max-width: 1329.98px) {
  .low-hero-copy-h1-sub {
    margin-top: 5px;
    font-size: clamp(14px, 1.1vw, 16px);
  }
}
@media (max-width: 767.98px) {
  .low-hero-copy-h1-sub {
    margin-top: 12px;
    font-size: 1.4rem;
  }
}
.low-hero-copy-h1-sub::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 1px;
  background-color: #da3241;
  content: "";
}
@media (max-width: 767.98px) {
  .low-hero-copy-h1-sub::before {
    width: 24px;
  }
}

.low-hero-dec {
  z-index: 4;
  position: absolute;
  pointer-events: none;
}
.low-hero-dec img {
  width: 100%;
  height: auto;
}
.low-hero-dec img.pc {
  display: block;
}
@media (max-width: 767.98px) {
  .low-hero-dec img.pc {
    display: none;
  }
}
.low-hero-dec img.sp {
  display: none;
}
@media (max-width: 767.98px) {
  .low-hero-dec img.sp {
    display: block;
  }
}
.low-hero-dec.dec1 {
  top: 189px;
  left: calc(0px - (100vw - 1120px) / 2);
  width: 865px;
}
@media (max-width: 1329.98px) {
  .low-hero-dec.dec1 {
    left: -11.1vw;
  }
}
@media (max-width: 899.98px) {
  .low-hero-dec.dec1 {
    width: 60vw;
  }
}
@media (max-width: 767.98px) {
  .low-hero-dec.dec1 {
    top: initial;
    bottom: 8vw;
    left: -8.3vw;
    width: 100vw;
  }
}
@media (max-width: 359.98px) {
  .low-hero-dec.dec1 {
    bottom: 4vw;
  }
}
.low-hero-dec.dec2 {
  top: 154px;
  right: calc(0px - (100vw - 1120px) / 2);
  width: 318px;
}
@media (max-width: 1329.98px) {
  .low-hero-dec.dec2 {
    right: -11.1vw;
  }
}
@media (max-width: 899.98px) {
  .low-hero-dec.dec2 {
    width: 22.4vw;
  }
}
@media (max-width: 767.98px) {
  .low-hero-dec.dec2 {
    top: 10vw;
    right: -1vw;
    width: 43.7vw;
  }
}
.low-hero-dec.dec3 {
  top: 68px;
  left: 363px;
  width: 351px;
}
@media (max-width: 899.98px) {
  .low-hero-dec.dec3 {
    width: 24vw;
  }
}
@media (max-width: 767.98px) {
  .low-hero-dec.dec3 {
    display: none;
  }
}

/* 記事 */
.low-content {
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 1329.98px) {
  .low-content {
    padding-right: 11.1vw;
    padding-left: 11.1vw;
  }
}
@media (max-width: 767.98px) {
  .low-content {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.low-content-inner {
  max-width: 1120px;
  margin: 0 auto;
}

/* パンくずリスト */
.breadcrumb {
  padding: 24px 0;
}
@media (max-width: 767.98px) {
  .breadcrumb {
    padding: 16px 0;
  }
}
.breadcrumb a {
  display: inline-block;
  color: #798183;
  text-decoration: none;
  transition: color 0.3s linear;
}
.breadcrumb a:hover {
  color: #798183;
  text-decoration: underline;
}
.breadcrumb > ol {
  display: block;
  padding-left: 0 !important;
  color: #9ca8aa;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  list-style: none;
}
@media (max-width: 767.98px) {
  .breadcrumb > ol {
    font-size: 1.2rem;
  }
}
.breadcrumb > ol > li {
  display: inline;
  position: relative;
}
.breadcrumb > ol > li:before {
  display: none;
}
.breadcrumb > ol > li:not(:last-child) a {
  padding-right: 16px;
}
.breadcrumb > ol > li:not(:last-child) a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0%;
  width: 16px;
  height: 14px;
  transform: translateY(-50%);
  background-image: url("../img/ico-breadcrumb-aw.svg");
  background-position: 40% center;
  background-size: 4px auto;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}

/* 記事 */
.low-article {
  margin-top: 32px;
  padding-bottom: 128px;
  color: #262626;
}
@media (max-width: 767.98px) {
  .low-article {
    margin-top: 16px;
    padding-bottom: 96px;
  }
}
.low-article > * + * {
  margin-top: 32px;
}
@media (max-width: 767.98px) {
  .low-article > * + * {
    margin-top: 24px;
  }
}
.low-article > *:not(h1, h2, h3, h4) + .low-article-h3 {
  margin-top: 56px;
}
.low-article > *:not(h1, h2, h3, h4) + .low-article-h4 {
  margin-top: 48px;
}
@media (max-width: 767.98px) {
  .low-article > *:not(h1, h2, h3, h4) + .low-article-h4 {
    margin-top: 40px;
  }
}
.low-article .low-article-h3 + * {
  margin-top: 20px;
}
.low-article .low-article-h4 + * {
  margin-top: 18px;
}
@media (max-width: 767.98px) {
  .low-article .low-article-h4 + * {
    margin-top: 16px;
  }
}
.low-article * + .annotation {
  margin-top: 8px;
}
.low-article .low-article-h2 {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.4;
  text-box-trim: trim-both;
  position: relative;
  padding-bottom: 19px;
}
.low-article .low-article-h2::after {
  display: block;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 2px;
  background-color: #43c6fa;
  content: "";
}
.low-article .low-article-h2::before {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d3e1e6;
  content: "";
}
.low-article .low-article-h3 {
  padding-left: 15px;
  border-left: solid 3px #43c6fa;
  color: #262626;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.4;
  text-box-trim: trim-both;
}
@media (max-width: 767.98px) {
  .low-article .low-article-h3 {
    font-size: 2.2rem;
  }
}
.low-article .low-article-h4 {
  color: #262626;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  text-box-trim: trim-both;
}
@media (max-width: 767.98px) {
  .low-article .low-article-h4 {
    font-size: 1.8rem;
  }
}
.low-article p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  text-box-trim: trim-both;
}
@media (max-width: 767.98px) {
  .low-article p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.low-article p b {
  font-weight: 700;
}
.low-article p a {
  color: #006486;
  text-decoration: underline;
  transition: color 0.3s linear;
}
.low-article p a:hover {
  color: #627377;
}
.low-article ul {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  text-box-trim: trim-both;
  display: block;
  padding-left: 24px;
  list-style: none;
}
@media (max-width: 767.98px) {
  .low-article ul {
    padding-left: 24px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.low-article ul > li {
  position: relative;
}
.low-article ul > li::before {
  display: block;
  position: absolute;
  top: 0.9rem;
  left: -23px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #da3241;
  content: "";
}
.low-article ol {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
  text-box-trim: trim-both;
  padding-left: 24px;
  list-style-type: none;
  counter-reset: item;
}
@media (max-width: 767.98px) {
  .low-article ol {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.low-article ol > li {
  position: relative;
  list-style-type: none;
}
.low-article ol > li::marker {
  content: none;
}
.low-article ol > li:before {
  display: block;
  position: absolute;
  left: -24px;
  width: 24px;
  content: counter(item);
  color: #da3241;
  counter-increment: item;
}
.low-article .table-wrap table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.low-article .table-wrap table th,
.low-article .table-wrap table td {
  padding: 20px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.3;
  text-box-trim: trim-both;
  border: solid 1px #abbac0;
}
@media (max-width: 767.98px) {
  .low-article .table-wrap table th,
  .low-article .table-wrap table td {
    padding: 10px 12px;
    font-size: 1.4rem;
  }
}
.low-article .table-wrap table th {
  background-color: #eff4f8;
  font-weight: 700;
  text-align: left;
}
.low-article .figure-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  overflow: hidden;
  border: solid 1px #abbac0;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .low-article .figure-content {
    padding: 10px;
  }
}
.low-article .figure-content.no-border {
  padding: 0;
  border: none;
}
.low-article .figure-content.large {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .low-article .figure-content.large {
    width: 100%;
  }
}
.low-article .annotation {
  color: #262626;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  text-box-trim: trim-both;
  position: relative;
  padding-left: 21px;
}
.low-article .annotation:before {
  display: block;
  position: absolute;
  left: 0;
  width: 24px;
  content: "※";
  color: #da3241;
}
.low-article .arrow-link {
  display: inline-block;
  color: #262626;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.8;
  text-decoration: none;
  transition: color 0.3s linear;
}
@media (max-width: 767.98px) {
  .low-article .arrow-link {
    font-size: 1.6rem;
  }
}
.low-article .arrow-link img {
  display: inline-block;
  width: 30px;
  height: auto;
  margin-left: 8px;
  vertical-align: middle;
  transition: all 0.3s linear;
}
.low-article .arrow-link:hover {
  color: #627377;
}
.low-article .arrow-link:hover img {
  transform: scale(1.2, 1.2);
}

.article-section + .article-section {
  margin-top: 96px;
}
@media (max-width: 767.98px) {
  .article-section + .article-section {
    margin-top: 80px;
  }
}
.article-section > * + * {
  margin-top: 32px;
}
@media (max-width: 767.98px) {
  .article-section > * + * {
    margin-top: 24px;
  }
}
.article-section > *:not(h1, h2, h3, h4) + .low-article-h3 {
  margin-top: 56px;
}
.article-section > *:not(h1, h2, h3, h4) + .low-article-h4 {
  margin-top: 48px;
}
@media (max-width: 767.98px) {
  .article-section > *:not(h1, h2, h3, h4) + .low-article-h4 {
    margin-top: 40px;
  }
}

.column-2col-text > * + *,
.column-2col-image > * + * {
  margin-top: 32px;
}
@media (max-width: 767.98px) {
  .column-2col-text > * + *,
  .column-2col-image > * + * {
    margin-top: 24px;
  }
}
.column-2col-text > *:not(h1, h2, h3, h4) + .low-article-h3,
.column-2col-image > *:not(h1, h2, h3, h4) + .low-article-h3 {
  margin-top: 56px;
}
.column-2col-text > *:not(h1, h2, h3, h4) + .low-article-h4,
.column-2col-image > *:not(h1, h2, h3, h4) + .low-article-h4 {
  margin-top: 48px;
}
@media (max-width: 767.98px) {
  .column-2col-text > *:not(h1, h2, h3, h4) + .low-article-h4,
  .column-2col-image > *:not(h1, h2, h3, h4) + .low-article-h4 {
    margin-top: 40px;
  }
}

.article-lead > p {
  color: #262626;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.8;
  text-box-trim: trim-both;
}

.article-lead-s > p {
  color: #262626;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8;
  text-box-trim: trim-both;
}

.service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 56px;
  gap: 48px 4.28%;
}
@media (max-width: 999.98px) {
  .service-list {
    gap: 36px;
  }
}
@media (max-width: 767.98px) {
  .service-list {
    grid-template-columns: 1fr;
    margin-top: 32px;
    gap: 24x;
  }
}

.service-list-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  overflow: hidden;
  gap: 24px;
  border-radius: 10px;
  background-color: #eff4f8;
}
.service-list-item .service-list-ttl {
  padding: 14px 32px;
  background-color: #627377;
  color: #ffffff;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  text-box-trim: trim-both;
}
@media (max-width: 767.98px) {
  .service-list-item .service-list-ttl {
    padding: 15px 24px;
    font-size: 2rem;
  }
}
.service-list-item .service-list-desc {
  padding: 0 32px;
}
@media (max-width: 767.98px) {
  .service-list-item .service-list-desc {
    padding: 0 24px;
  }
}
.service-list-item .service-list-desc > p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  text-box-trim: trim-both;
}
@media (max-width: 767.98px) {
  .service-list-item .service-list-desc > p {
    line-height: 1.6;
  }
}
.service-list-item .service-list-desc > p a {
  color: #006486;
  text-decoration: underline;
  transition: color 0.3s linear;
}
.service-list-item .service-list-desc > p a:hover {
  color: #627377;
}
.service-list-item .service-list-link {
  padding: 0 35px 32px 35px;
  text-align: right;
}
@media (max-width: 767.98px) {
  .service-list-item .service-list-link {
    padding: 0 24px 24px 24px;
  }
}

.recommend-column {
  padding: 32px;
  border-radius: 10px;
  background-color: #eff4f8;
}
.recommend-column > * + * {
  margin-top: 22px;
}
@media (max-width: 767.98px) {
  .recommend-column > * + * {
    margin-top: 16px;
  }
}

.list-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 3.5%;
}
@media (max-width: 767.98px) {
  .list-3col {
    grid-template-columns: 1fr;
    gap: 24px 0;
  }
}

.list-3col-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
@media (max-width: 767.98px) {
  .list-3col-item {
    gap: 0;
  }
}
.list-3col-item.nopic {
  padding: 32px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #eff4f8;
}
@media (max-width: 767.98px) {
  .list-3col-item.nopic {
    padding: 24px;
  }
}
.low2 .list-3col-item {
  grid-row: span 2;
}

.list-3col-item-figure {
  overflow: hidden;
  border-radius: 10px;
}

.list-3col-item-title {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .list-3col-item-title {
    margin-top: 16px;
  }
}
.nopic .list-3col-item-title {
  margin-top: 0;
}

.list-3col-item-desc {
  margin-top: 10px;
}

.list-3col-item-link {
  margin-top: 24px;
  text-align: right;
}
@media (max-width: 767.98px) {
  .list-3col-item-link {
    margin-top: 20px;
  }
}

/* カラム（2列）：画像+テキスト */
.column-2col {
  display: grid;
  grid-template-columns: 1fr 39.2%;
  gap: 70px;
}
@media (max-width: 767.98px) {
  .column-2col {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.column-2col-image img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
}

/* 会社情報とかのtable */
.info-table {
  width: 100%;
  margin-top: 32px;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 767.98px) {
  .info-table {
    display: block;
  }
}
.info-table tr {
  border-bottom: 1px solid #d3e1e6;
}
@media (max-width: 767.98px) {
  .info-table tr {
    display: block;
  }
}
.info-table th,
.info-table td {
  padding: 30px 0;
  color: #262626;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  text-box-trim: trim-both;
}
@media (max-width: 767.98px) {
  .info-table th,
  .info-table td {
    padding: 0 0;
  }
}
.info-table th {
  width: 160px;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 767.98px) {
  .info-table th {
    display: block;
    width: 100%;
    padding-top: 22px;
  }
}
.info-table td {
  width: calc(100% - 160px);
}
@media (max-width: 767.98px) {
  .info-table td {
    display: block;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 22px;
  }
}

@media (max-width: 767.98px) {
  .ceo-line {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
    line-height: 2 !important;
  }
}

.ceo-message-name {
  margin-top: 16px !important;
  font-weight: 700 !important;
}

/* Mapの入れ物 */
.info-map iframe {
  width: 100%;
  height: 400px;
  border: 0;
}
@media (max-width: 767.98px) {
  .info-map iframe {
    height: 250px;
  }
}

/* 下層 ページ下部リンクエリア*/
.article-linkarea {
  position: relative;
  padding: 72px 0 88px 0;
  overflow-x: hidden;
  background-image: url("../img/article-linkarea-bg.jpg");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ace8fe;
}
@media (max-width: 1329.98px) {
  .article-linkarea {
    padding: 72px 11.1vw 88px 11.1vw;
  }
}
@media (max-width: 767.98px) {
  .article-linkarea {
    height: auto;
    padding-top: 48px;
    padding-right: 30px;
    padding-bottom: 72px;
    padding-left: 30px;
    background-image: url("../img/article-linkarea-bg-sp.jpg");
  }
}

.article-linkarea-wrap {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.article-linkarea-inner {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.article-linkarea-desc {
  color: #262626;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
  text-box-trim: trim-both;
}
@media (max-width: 1329.98px) {
  .article-linkarea-desc {
    font-size: 1.8rem;
  }
}

.article-linkarea-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
  gap: 48px;
}
@media (max-width: 767.98px) {
  .article-linkarea-links {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .article-linkarea-link + .article-linkarea-link {
    margin-top: 24px;
  }
}

.article-linkarea-dec {
  z-index: 2;
  position: absolute;
  pointer-events: none;
}
.article-linkarea-dec img {
  height: auto;
}
.article-linkarea-dec img.pc {
  display: block;
}
@media (max-width: 767.98px) {
  .article-linkarea-dec img.pc {
    display: none;
  }
}
.article-linkarea-dec img.sp {
  display: none;
}
@media (max-width: 767.98px) {
  .article-linkarea-dec img.sp {
    display: block;
  }
}
.article-linkarea-dec.dec1 {
  top: 33px;
  right: -10px;
  width: 421px;
}
@media (max-width: 767.98px) {
  .article-linkarea-dec.dec1 {
    top: 15px;
    right: -3vw;
    width: 29vw;
  }
}
.article-linkarea-dec.dec2 {
  bottom: 41px;
  left: 0px;
  width: 471px;
}
@media (max-width: 767.98px) {
  .article-linkarea-dec.dec2 {
    bottom: 3vw;
    width: 59.4vw;
  }
}

.link-btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  width: 400px;
  height: 90px;
  border-radius: 9999px;
  background-color: #ffffff;
  color: #262626;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.3s linear;
}
.link-btn > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 8% 0 12%;
  transition: all 0.3s linear;
}
.link-btn .link-btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #43c6fa;
  transition: all 0.3s linear;
}
@media (max-width: 767.98px) {
  .link-btn .link-btn-arrow {
    width: 28px;
    height: 28px;
  }
}
.link-btn .link-btn-arrow-svg-path {
  stroke: #ffffff;
}
.link-btn .link-btn-arrow-svg {
  width: 10px;
  height: auto;
  transition: all 0.3s linear;
}
.link-btn.blue {
  background-color: #43c6fa;
  color: white;
}
.link-btn.blue .link-btn-arrow {
  background-color: #ffffff;
}
.link-btn.blue .link-btn-arrow-svg-path {
  stroke: #43c6fa;
}
@media (max-width: 899.98px) {
  .link-btn {
    width: clamp(300px, 44vw, 400px);
    max-width: 400px;
  }
}
@media (max-width: 767.98px) {
  .link-btn {
    width: 100% !important;
    max-width: initial;
    height: 70px;
    font-size: 1.8rem;
  }
  .link-btn > span {
    padding: 0 22px 0 35px;
  }
  .link-btn .link-btn-arrow {
    width: 28px;
    height: 28px;
  }
  .link-btn .link-btn-arrow-svg {
    width: 8px;
  }
}
.link-btn:hover {
  background-color: #da3241;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .link-btn:hover {
    background-color: #ffffff;
    color: #262626;
  }
}
.link-btn:hover > span {
  padding: 0 6.5% 0 12%;
}
@media (max-width: 767.98px) {
  .link-btn:hover > span {
    padding: 0 20px 0 35px;
  }
}
.link-btn:hover .link-btn-arrow {
  width: 48px;
  height: 48px;
  background-color: #ffffff;
}
@media (max-width: 767.98px) {
  .link-btn:hover .link-btn-arrow {
    width: 28px;
    height: 28px;
    background-color: #43c6fa;
  }
}
.link-btn:hover .link-btn-arrow-svg-path {
  stroke: #da3241;
}
@media (max-width: 767.98px) {
  .link-btn:hover .link-btn-arrow-svg-path {
    stroke: #ffffff;
  }
}
.link-btn:hover .link-btn-arrow-svg {
  width: 12px;
  height: auto;
}
@media (max-width: 767.98px) {
  .link-btn:hover .link-btn-arrow-svg {
    width: 8px;
  }
}
@media (max-width: 767.98px) {
  .link-btn:hover.blue {
    background-color: #43c6fa;
    color: #ffffff;
  }
}
@media (max-width: 767.98px) {
  .link-btn:hover.blue .link-btn-arrow {
    width: 28px;
    height: 28px;
    background-color: #ffffff;
  }
}
@media (max-width: 767.98px) {
  .link-btn:hover.blue .link-btn-arrow-svg-path {
    stroke: #43c6fa;
  }
}

.btn-back-link {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  width: 315px;
  height: 64px;
  border: #abbac0 solid 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  color: #262626;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.3s linear;
}
@media (max-width: 767.98px) {
  .btn-back-link {
    width: 100%;
  }
}
.btn-back-link > span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 8%;
  line-height: 64px;
  text-align: center;
  transition: all 0.3s linear;
}
.btn-back-link .link-btn-arrow {
  display: flex;
  position: absolute;
  top: 17px;
  left: 17px;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #43c6fa;
  transition: all 0.3s linear;
}
.btn-back-link .link-btn-arrow-svg-path {
  stroke: #ffffff;
}
.btn-back-link .link-btn-arrow-svg {
  width: 10px;
  height: auto;
  transition: all 0.3s linear;
}
.btn-back-link:hover {
  border: solid 1px #da3241;
  background-color: #da3241;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .btn-back-link:hover {
    background-color: #ffffff;
    color: #262626;
  }
}
.btn-back-link:hover .link-btn-arrow {
  top: 15px;
  left: 15px;
  width: 34px;
  height: 34px;
  background-color: #ffffff;
}
@media (max-width: 767.98px) {
  .btn-back-link:hover .link-btn-arrow {
    top: 17px;
    left: 17px;
    width: 30px;
    height: 30px;
    background-color: #43c6fa;
  }
}
.btn-back-link:hover .link-btn-arrow-svg-path {
  stroke: #da3241;
}
@media (max-width: 767.98px) {
  .btn-back-link:hover .link-btn-arrow-svg-path {
    stroke: #ffffff;
  }
}
.btn-back-link:hover .link-btn-arrow-svg {
  width: 12px;
  height: auto;
}
@media (max-width: 767.98px) {
  .btn-back-link:hover .link-btn-arrow-svg {
    width: 10px;
  }
}

/* NEWS */
.news-list {
  position: relative;
}
@media (max-width: 767.98px) {
  .news-list {
    margin-top: 15px;
  }
}
.news-list .list-link {
  display: none;
  margin-top: 24px;
  text-align: right;
}
@media (max-width: 767.98px) {
  .news-list .list-link {
    display: block;
  }
}
.news-list .list-link a {
  display: inline-block;
  color: #262626;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8;
  text-decoration: none;
  transition: color 0.3s linear;
}
@media (max-width: 1329.98px) {
  .news-list .list-link a {
    font-size: clamp(12px, 0.9vw, 14px);
  }
}
.news-list .list-link a img {
  display: inline-block;
  width: 30px;
  height: auto;
  margin-left: 8px;
  vertical-align: middle;
  transition: all 0.3s linear;
}

.news-list-item {
  padding: 24px 0;
  border-bottom: solid 1px #d3e1e6;
}
.news-list-item a {
  display: grid;
  position: relative;
  grid-template-rows: auto auto;
  grid-template-columns: 10rem 1fr;
  grid-template-areas: "date cat" "ttl ttl";
  padding-right: 100px;
  gap: 16px;
  color: #262626;
  font-size: 1.6rem;
  line-height: 1.8;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .news-list-item a {
    padding-right: 45px;
    gap: 6px;
  }
}
.news-list-item a .news-list-date {
  grid-area: date;
  font-weight: 400;
  font-size: 1.6rem;
}
.news-list-item a .news-list-category {
  grid-area: cat;
}
.news-list-item a .news-list-category span {
  display: inline-block;
  padding: 6px 25px;
  border-radius: 9999px;
  background-color: #d3e1e6;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 1329.98px) {
  .news-list-item a .news-list-category span {
    font-size: clamp(11px, 0.9vw, 13px);
  }
}
@media (max-width: 767.98px) {
  .news-list-item a .news-list-category span {
    width: 120px;
  }
}
.maintenance .news-list-item a .news-list-category {
  display: none;
}
.news-list-item a .news-list-title {
  grid-area: ttl;
  font-weight: 400;
  font-size: 1.6rem;
  transition: color 0.3s linear;
}
@media (max-width: 767.98px) {
  .news-list-item a .news-list-title {
    margin-top: 12px;
  }
}
.news-list-item a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-image: url("../img/ico-arrow-white.svg");
  background-position: center;
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-color: #43c6fa;
  content: "";
  transition: all 0.3s linear;
}
@media (max-width: 767.98px) {
  .news-list-item a::after {
    right: 0;
    width: 24px;
    height: 24px;
  }
}
.news-list-item a:hover .news-list-title {
  color: #627377;
}
@media (max-width: 767.98px) {
  .news-list-item a:hover .news-list-title {
    color: #262626;
  }
}
.news-list-item a:hover::after {
  background-color: #da3241;
}
@media (max-width: 767.98px) {
  .news-list-item a:hover::after {
    background-color: #43c6fa;
  }
}
.news-list-item a[href$=".pdf"] .news-list-title::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background-image: url("../img/icon-pdf.svg");
  background-size: 14px auto;
  background-repeat: no-repeat;
  content: "";
  vertical-align: baseline;
}
.conditions .news-list-item a {
  display: block;
}

.news-category-select {
  display: flex;
  padding: 32px;
  gap: 24px;
  border-radius: 10px;
  background-color: #eff4f8;
}
@media (max-width: 767.98px) {
  .news-category-select {
    display: block;
  }
}
.news-category-select > ul {
  display: block;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.news-category-select > ul li {
  display: inline-block;
}
.news-category-select > ul li + li {
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  .news-category-select > ul li + li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.news-category-select > ul li::marker {
  display: none;
}
.news-category-select > ul li::before {
  display: none;
}
.news-category-select > ul li a {
  display: block;
  padding: 0 16px;
  border: solid 1px #abbac0;
  border-radius: 9999px;
  background-color: #ffffff;
  color: #262626;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  line-height: 28px;
  text-decoration: none;
  transition: color 0.3s linear, background-color 0.3s linear;
}
@media (max-width: 767.98px) {
  .news-category-select > ul li a {
    font-size: 1.4rem;
  }
}
.news-category-select > ul li a.active {
  border: solid 1px #4a5052;
  background-color: #495052;
  color: #ffffff;
}
.news-category-select > ul li a:hover {
  border: solid 1px #4a5052;
  background-color: #495052;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .news-category-select > ul li a:hover {
    background-color: #ffffff;
    color: #262626;
  }
}
@media (max-width: 767.98px) {
  .news-category-select > ul li a:hover.active {
    background-color: #495052;
    color: #ffffff;
  }
}

.news-category-select-title {
  font-weight: 700 !important;
  font-size: 1.8rem;
}
@media (max-width: 767.98px) {
  .news-category-select-title {
    margin-bottom: 16px;
  }
}

.pager {
  margin-top: 56px;
}
@media (max-width: 767.98px) {
  .pager {
    margin-top: 48px;
  }
}
.pager .pager-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 767.98px) {
  .pager .pager-inner {
    gap: 6px;
  }
}
.pager .pager-inner .no {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: #abbac0 solid 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  color: #262626;
  font-weight: 400;
  font-size: 1.6rem;
  cursor: pointer;
  transition: background-color 0.3s linear;
}
@media (max-width: 767.98px) {
  .pager .pager-inner .no {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
  }
}
.pager .pager-inner .no.prev {
  background-image: url("../img/ico-arrow-gray-rev.svg");
  background-position: center;
  background-size: 11px auto;
  background-repeat: no-repeat;
  text-indent: -1000px;
}
.pager .pager-inner .no.next {
  background-image: url("../img/ico-arrow-gray.svg");
  background-position: center;
  background-size: 11px auto;
  background-repeat: no-repeat;
  text-indent: -1000px;
}
.pager .pager-inner .no.active {
  border-color: #495052;
  background-color: #495052;
  color: #ffffff;
  font-weight: 700;
}
.pager .pager-inner .no:hover {
  border-color: #495052;
  background-color: #495052;
  color: #ffffff;
  font-weight: 700;
}
.pager .pager-inner .no:hover.next {
  background-image: url("../img/ico-arrow-gray-on.svg");
}
.pager .pager-inner .no:hover.prev {
  background-image: url("../img/ico-arrow-gray-rev-on.svg");
}
.pager .pager-inner .no.off {
  display: none;
}

.news-article-date {
  display: inline-block;
  font-weight: 400;
  font-size: 1.6rem;
}

.news-article-category {
  display: inline-block;
  margin-left: 16px;
}
.news-article-category span {
  display: inline-block;
  padding: 6px 25px;
  border-radius: 9999px;
  background-color: #d3e1e6;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 1329.98px) {
  .news-article-category span {
    font-size: clamp(11px, 0.9vw, 13px);
  }
}
@media (max-width: 767.98px) {
  .news-article-category span {
    width: 120px;
  }
}

.news-back-link {
  margin-top: 56px;
  text-align: center;
}

/* お手続き方法 */
.procedures-steps {
  background-image: url("../img/procedures/line-vertical-dotted.png");
  background-position: center center;
  background-size: 4px auto;
  background-repeat: repeat-y;
}

.procedures-step {
  display: grid;
  grid-template-columns: 17% 1fr;
  padding: 40px;
  gap: 48px;
  border-radius: 10px;
  background-color: #f0f6f9;
}
.procedures-step + .procedures-step {
  margin-top: 48px;
}
@media (max-width: 767.98px) {
  .procedures-step {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 24px;
  }
  .procedures-step + .procedures-step {
    margin-top: 32px;
  }
}

@media (max-width: 767.98px) {
  .procedures-step-icon {
    text-align: center;
  }
}
.procedures-step-icon img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .procedures-step-icon img {
    display: inline-block;
    width: 51.3%;
    min-width: 137px;
    margin-left: -12.7%;
  }
}

.procedures-main {
  display: grid;
  align-items: center;
  justify-items: left;
}
@media (max-width: 767.98px) {
  .procedures-main {
    display: block;
  }
}
.procedures-main dl {
  margin-top: 32px;
  padding-left: 16px;
}
@media (max-width: 767.98px) {
  .procedures-main dl {
    margin-top: 24px;
  }
}
.procedures-main dl dt {
  position: relative;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 767.98px) {
  .procedures-main dl dt {
    line-height: 1.6;
  }
}
.procedures-main dl dt::before {
  display: block;
  position: absolute;
  top: 0.9rem;
  left: -16px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #da3241;
  content: "";
}
.procedures-main dl dd {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 767.98px) {
  .procedures-main dl dd {
    line-height: 1.6;
  }
}
.procedures-main dl dd + dt {
  margin-top: 32px;
}
@media (max-width: 767.98px) {
  .procedures-main dl dd + dt {
    margin-top: 24px;
  }
}

.procedures-step-title {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.2;
  text-box-trim: trim-both;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .procedures-step-title {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
}

.procedures-step-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  text-box-trim: trim-both;
  color: #000000;
}
.procedures-step-text a {
  color: #006486;
  text-decoration: underline;
  transition: color 0.3s linear;
}
.procedures-step-text a:hover {
  color: #627377;
}

.form-asterisk {
  color: #da3241;
}

.slds-required {
  color: #da3241;
}

.slds-scope {
  max-width: 960px;
  margin: 48px auto 0 auto;
}

.slds-form-element__label {
  margin-bottom: 12px;
  padding: 0;
  color: #262626;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
}
.slds-form-element__label.no-bold {
  font-weight: 400 !important;
}
.slds-form-element__label.no-wrap {
  white-space: nowrap;
}

.slds-input {
  height: 50px;
  border: 1px solid #abbac0;
  border-radius: 5px;
  outline: none;
  font-size: 1.6rem;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  padding: 0 10px;
}
.slds-input:focus {
  border: 0px solid #495052;
  outline: none;
  outline-offset: 0;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  box-shadow: 0 0 0px 2px #495052 inset !important;
}
.slds-input:focus-within {
  border: none;
  outline: none;
}
.slds-input:active {
  border: 0px solid #495052;
  outline-offset: 0;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  outline: none;
  box-shadow: none;
  box-shadow: 0 0 0px 2px #495052 inset !important;
}
.slds-input::-moz-placeholder {
  color: #627377;
}
.slds-input::placeholder {
  color: #627377;
}
.slds-input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

.slds-form-element + .slds-form-element {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #d3e1e6;
}
@media (max-width: 767.98px) {
  .slds-form-element + .slds-form-element {
    margin-top: 19px;
    padding-top: 24px;
  }
}

.slds-form-element__row {
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .slds-form-element__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 19px;
  }
}
.slds-form-element__row > .slds-size_1-of-2 {
  width: 49%;
}
@media (max-width: 767.98px) {
  .slds-form-element__row > .slds-size_1-of-2 {
    width: 100%;
  }
}
.slds-form-element__row > .slds-size_1-of-2 > .slds-form-element {
  display: flex;
  align-items: center;
  gap: 15px;
}
.slds-form-element__row > .slds-size_1-of-2 > .slds-form-element > .slds-form-element__label {
  margin: 0;
  padding: 0 0 0 0;
  font-weight: 400px !important;
  line-height: 1;
}
.slds-form-element__row > .slds-size_1-of-2 > .slds-form-element > .slds-form-element__control {
  width: 100%;
}
@media (max-width: 767.98px) {
  .slds-form-element__row > .slds-size_1-of-2.sp-column > .slds-form-element {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.slds-textarea {
  padding: 10px;
  border: 1px solid #abbac0;
  border-radius: 5px;
  outline: none;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}
.slds-textarea:focus {
  border: 0px solid #495052;
  outline: none !important;
  outline-offset: 0;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  box-shadow: 0 0 0px 2px #495052 inset !important;
}
.slds-textarea:focus-within {
  border: none;
  outline: none;
}
.slds-textarea:active {
  border: 0px solid #495052;
  outline-offset: 0;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  outline: none;
  box-shadow: none;
  box-shadow: 0 0 0px 2px #495052 inset !important;
}
.slds-textarea::-moz-placeholder {
  color: #627377;
}
.slds-textarea::placeholder {
  color: #627377;
}
.slds-textarea:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

.slds-select {
  width: auto;
  height: 50px;
  padding: 5px 54px 5px 18px !important;
  border: 1px solid #abbac0;
  border-radius: 5px;
  outline: none;
  color: #495052;
  font-weight: 400px !important;
  font-size: 1.6rem;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  position: relative;
}
.slds-select:focus {
  border: 0px solid #495052;
  outline: none !important;
  outline-offset: 0;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  box-shadow: 0 0 0px 2px #495052 inset !important;
}
.slds-select:focus-within {
  border: none;
  outline: none;
}
.slds-select:active {
  border: 0px solid #495052;
  outline-offset: 0;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  outline: none;
  box-shadow: none;
  box-shadow: 0 0 0px 2px #495052 inset !important;
}
@media (max-width: 767.98px) {
  .slds-select {
    width: 100%;
  }
}

.slds-select_container {
  display: inline-flex;
  position: relative;
  position: relative;
  width: auto;
}
@media (max-width: 767.98px) {
  .slds-select_container {
    width: 100%;
  }
}
.slds-select_container::before {
  display: block;
  z-index: 5;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 7px;
  transform: translateY(-50%);
  border: none;
  background-image: url(../img/ico-form-select-aw.svg);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}
.slds-select_container::after {
  display: none;
}

.slds-checkbox {
  text-align: center;
}

.slds-form-element__label {
  font-size: 1.6rem !important;
  line-height: 1.6;
}
.slds-form-element__label a {
  color: #006486;
  text-decoration: underline;
}
.slds-form-element__label a:hover {
  color: #627377;
}

.slds-button_neutral {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 315px;
  height: 64px;
  margin: 48px auto 0 auto;
  border: none;
  border-radius: 9999px;
  background-color: #495052;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
  transition: background-color 0.3s;
}
.slds-button_neutral:hover {
  background-color: #da3241;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .slds-button_neutral {
    width: 100%;
  }
}

.slds-checkbox_faux {
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #abbac0 !important;
  border-radius: 5px !important;
  background: #ffffff !important;
}
.slds-checkbox_faux::after {
  width: 1rem !important;
  height: 0.5rem !important;
}

.not-found-message {
  padding-top: 80px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .not-found-message {
    padding-top: 50px;
    text-align: left;
  }
}
.not-found-message h2 {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  .not-found-message h2 {
    font-size: 2rem;
    text-align: center;
  }
}
.not-found-message h2 + p {
  margin-top: 30px;
}
.not-found-message p {
  margin-top: 16px;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
}
.not-found-message p + p {
  margin-top: 30px;
}
.not-found-message .btn-back-wrap {
  margin-top: 64px;
}
@media (max-width: 767.98px) {
  .not-found-message .btn-back-wrap {
    margin-top: 48px;
  }
}