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

/* Remove default padding */
header ul,
header ol {
  padding: 0;
}

footer ul,
footer ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.header {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .header::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFF 80%);
    pointer-events: none;
    z-index: 10;
  }
}
.header__inner {
  max-width: 100vw;
  margin: 0 auto;
  padding: 0 2.7777777778vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 7.6388888889vw;
}

@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0 5.3333333333vw;
    height: 21.3333333333vw;
    position: relative;
    justify-content: flex-start;
  }
}
.header__logo {
  display: block;
}

.header__logo-link {
  display: block;
}

.header__logo-img {
  width: 13.0555555556vw;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .header__logo-img {
    width: 37.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
}
.header__wrapper {
  display: flex;
  align-items: center;
  gap: 2.7777777778vw;
}

@media screen and (max-width: 768px) {
  .header__wrapper {
    gap: 5.3333333333vw;
  }
}
.header__nav {
  display: block;
}

.header__lists {
  display: flex;
  align-items: center;
  gap: 2.7777777778vw;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .header__lists {
    gap: 5.3333333333vw;
  }
}
.header__item {
  margin: 0;
  padding: 0;
}

.header__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #3D3D3D;
  transition: opacity 0.3s ease;
}

.header__link:hover {
  opacity: 0.7;
}

.header__link-en {
  font-family: "REM", sans-serif;
  font-weight: 500;
  font-size: 1.1111111111vw;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 0.3472222222vw;
}

@media screen and (max-width: 768px) {
  .header__link-en {
    font-size: 3.7333333333vw;
    margin-bottom: 1.0666666667vw;
  }
}
.header__link-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.6944444444vw;
  letter-spacing: 0.25em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .header__link-jp {
    font-size: 2.1333333333vw;
  }
}
.header__contact {
  display: block;
}

.header__contact-btn {
  display: flex;
  align-items: center;
  gap: 0.5555555556vw;
  background: linear-gradient(90deg, #4AAFE6 0%, #0C64AD 100%);
  color: #fff;
  text-decoration: none;
  padding: 1.1111111111vw 1.6666666667vw;
  border-radius: 4.5833333333vw;
  transition: opacity 0.3s ease;
  min-width: 14.5833333333vw;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .header__contact-btn {
    gap: 1.6vw;
    padding: 3.2vw 4.8vw;
    border-radius: 13.3333333333vw;
    min-width: 42.6666666667vw;
  }
}
.header__contact-btn:hover {
  opacity: 0.8;
}

.header__contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
}

@media screen and (max-width: 768px) {
  .header__contact-icon {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.header__contact-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__contact-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.1111111111vw;
  letter-spacing: 0.19em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .header__contact-text {
    font-size: 3.7333333333vw;
  }
}
.md-none {
  display: block;
}

@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}
.md-show {
  display: none;
}

@media screen and (max-width: 768px) {
  .md-show {
    display: block;
  }
}
.header__contact-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .header__contact-mobile {
    display: block;
    position: absolute;
    right: 5.3333333333vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
}
.header__contact-mobile-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.7333333333vw;
  height: 11.7333333333vw;
  border-radius: 50%;
  transition: opacity 0.3s ease;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.header__contact-mobile-btn:hover {
  opacity: 0.8;
}

.header__contact-mobile-btn img {
  width: 6.4vw;
  height: 6.4vw;
  -o-object-fit: contain;
     object-fit: contain;
}

.hamburger {
  position: relative;
  width: 2.0833333333vw;
  height: 1.5277777778vw;
  cursor: pointer;
  z-index: 110;
  display: none;
  transition: transform 0.3s ease;
}

.hamburger:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
    order: -1;
    width: 8vw;
    height: 5.8666666667vw;
    position: absolute;
    left: 5.3333333333vw;
    top: 35%;
    z-index: 200;
  }
}
.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.1388888889vw;
  background-color: #3D3D3D;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 1px;
  transform-origin: center;
}

@media screen and (max-width: 768px) {
  .hamburger span {
    height: 0.5333333333vw;
  }
}
.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger span:nth-child(3) {
  bottom: 0;
}

.hamburger.is-active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background-color: #fff;
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
  transform: translateY(-50%) scaleX(0);
}

.hamburger.is-active span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
  background-color: #fff;
}

.drawer-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(180deg, #4AAFE6 0%, #0C64AD 100%);
  z-index: 105;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, visibility 0.3s ease;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
}

.drawer-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.drawer-menu__inner {
  padding: 80px 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  justify-content: flex-start;
}

.drawer-menu__lists {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 32px;
  width: 100%;
  max-width: 300px;
}

.drawer-menu__item {
  margin: 0;
  padding: 0;
}

.drawer-menu__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.3s ease;
  text-align: center;
}

.drawer-menu__link:hover {
  opacity: 0.7;
}

.drawer-menu__link-en {
  font-family: "REM", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 8px;
  color: #fff;
}

.drawer-menu__link-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.25em;
  line-height: 1;
  color: #fff;
}

.drawer-menu__contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #0C64AD;
  text-decoration: none;
  padding: 20px 30px;
  border-radius: 66px;
  transition: opacity 0.3s ease;
  min-width: 300px;
  width: 100%;
  max-width: 300px;
}

.drawer-menu__contact-btn:hover {
  opacity: 0.8;
}

.drawer-menu__contact-icon {
  display: none;
}

.drawer-menu__contact-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.drawer-menu__contact-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0.19em;
  line-height: 1;
  color: #0C64AD;
}

html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

/*16px＝1rem*/
.under-header {
  position: relative;
  width: 100%;
  height: 337px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.under-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.under-header__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.under-header__inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 140px 60px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.under-header__content {
  text-align: center;
  position: absolute;
  bottom: -90px;
}

.under-header__title {
  font-family: "REM", sans-serif;
  font-weight: 200;
  font-style: italic;
  font-size: 121px;
  line-height: 0.8;
  color: #3D3D3D;
  margin: 0 0 22px 0;
}

.under-header__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.25em;
  color: #3D3D3D;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .under-header {
    height: 103px;
  }
  .under-header__title {
    font-size: 60px;
    margin-bottom: 9px;
  }
  .under-header__subtitle {
    font-size: 14px;
  }
  .under-header__content {
    bottom: -45px;
  }
}
.md-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-show {
    display: block;
  }
}

.md-none {
  display: block;
}
@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}

/*16px＝1rem*/
.mv {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.mv__inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 120px;
}

.mv__content {
  margin-top: 93px;
  position: relative;
}

.mv__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.33;
  letter-spacing: 0.08em;
  color: #3D3D3D;
  margin-bottom: 33px;
}

.mv__title-line {
  display: block;
}

.mv__description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.94;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  max-width: 626px;
}

.mv__description-line {
  display: block;
}

.mv__hero-img {
  max-width: 861px;
  width: 100%;
  height: auto;
  aspect-ratio: 861/347;
}
.mv__hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mv__scroll {
  position: absolute;
  bottom: -40px;
  right: 40px;
  z-index: 1000;
}

.mv__scroll-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv__scroll-btn:hover {
  transform: translateY(-2px);
}

.mv__scroll-btn:active {
  transform: translateY(0);
}

.mv__scroll-icon {
  width: 91px;
  height: 91px;
  transition: opacity 0.3s ease;
}

.mv__scroll-btn:hover .mv__scroll-icon {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .mv__inner {
    padding: 0 60px;
  }
  .mv__title {
    font-size: 44px;
    margin-bottom: 28px;
  }
  .mv__graphic {
    width: 700px;
    height: 294px;
  }
  .mv__scroll {
    bottom: 30px;
    right: 30px;
  }
  .mv__scroll-icon {
    width: 76px;
    height: 76px;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    min-height: auto;
    padding: 40px 0 63px;
  }
  .mv__inner {
    height: auto;
    padding: 0 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .mv__content {
    position: static;
    text-align: center;
    width: 100%;
    max-width: 350px;
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }
  .mv__hero-img {
    order: 1;
  }
  .mv__title {
    order: 2;
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
    text-align: left;
  }
  .mv__description {
    order: 3;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    max-width: 100%;
    text-align: left;
  }
  .mv__graphic {
    position: static;
    transform: none;
    width: 100%;
    max-width: 350px;
    height: 147px;
  }
  .mv__scroll {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mv__scroll-icon {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 360px) {
  .mv__inner {
    padding: 0 25px;
  }
}
.hero-bottom {
  position: relative;
  width: 100%;
  height: 854px;
  overflow: hidden;
}

.hero-bottom__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-bottom__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-bottom__overlay {
  position: absolute;
  left: 0;
  width: 100%;
  height: 340px;
  z-index: 2;
}

.hero-bottom__overlay--top {
  top: 0;
  background: linear-gradient(180deg, #fff 27.78%, rgba(255, 255, 255, 0) 100%);
}

.hero-bottom__overlay--bottom {
  bottom: 0;
  background: linear-gradient(0deg, #fff 27.78%, rgba(255, 255, 255, 0) 100%);
}

.hero-bottom__inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 140px;
  z-index: 3;
}

.hero-bottom__content {
  position: absolute;
  top: 225px;
  left: 140px;
}

.hero-bottom__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  margin-bottom: 36px;
  max-width: 643px;
}

.hero-bottom__title-line {
  display: block;
}

.hero-bottom__button {
  display: inline-block;
}

.hero-bottom__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 57px;
  background: linear-gradient(90deg, #4AAFE6 0%, #0C64AD 100%);
  border-radius: 66px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.19em;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.hero-bottom__btn:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

@media screen and (max-width: 1024px) {
  .hero-bottom {
    height: 720px;
  }
  .hero-bottom__inner {
    padding: 0 60px;
  }
  .hero-bottom__content {
    left: 60px;
    top: 180px;
  }
  .hero-bottom__title {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 50px;
    max-width: 500px;
  }
  .hero-bottom__btn {
    width: 180px;
    height: 48px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .hero-bottom {
    height: auto;
    padding: 63px 0 0 0;
  }
  .hero-bottom__bg {
    display: none;
  }
  .hero-bottom__inner {
    padding: 0 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-bottom__content {
    position: static;
    text-align: center;
  }
  .hero-bottom__title {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
    max-width: 100%;
    text-align: left;
  }
  .hero-bottom__button {
    width: 100%;
  }
  .hero-bottom__btn {
    max-width: 304px;
    width: 100%;
    height: 44px;
    font-size: 11px;
    letter-spacing: 0.15em;
  }
  .hero-bottom__overlay {
    height: 200px;
  }
}
@media screen and (max-width: 360px) {
  .hero-bottom__inner {
    padding: 0 25px;
  }
}
.news {
  padding: 0 0 100px 0;
  background-color: #fff;
}

.news__inner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 140px;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 93px;
}

.news__header {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  margin-bottom: 60px;
}

.news__title {
  font-family: "REM", sans-serif;
  font-weight: 100;
  font-style: italic;
  font-optical-sizing: auto;
  font-size: 58px;
  line-height: 1;
  color: #3D3D3D;
  margin: 0;
}

.news__link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.news__link:hover {
  opacity: 0.7;
}

.news__link-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 2.38;
  letter-spacing: 0.1em;
  color: #3D3D3D;
}

.news__link-icon {
  max-width: 18px;
  width: 100%;
  height: auto;
  aspect-ratio: 18/18;
}
.news__link-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.news__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.news__item {
  display: flex;
  align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid #E0E0E0;
  gap: 118px;
  width: 100%;
}

.news__item:first-child {
  border-top: 1px solid #E0E0E0;
}

.news__date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 3;
  letter-spacing: 0.1em;
  color: #BABABA;
  min-width: 82px;
  flex-shrink: 0;
}

.news__item-title {
  margin: 0;
}

.news__item-title a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 2.15;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.news__item-title a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .news {
    padding: 80px 0;
  }
  .news__inner {
    padding: 0 60px;
  }
  .news__header {
    margin-bottom: 40px;
  }
  .news__title {
    font-size: 48px;
  }
  .news__link-text {
    font-size: 12px;
  }
  .news__item {
    gap: 80px;
    padding: 24px 0;
  }
  .news__date {
    min-width: 70px;
    font-size: 11px;
  }
  .news__item-title a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .news {
    padding: 63px 0 79px 0;
  }
  .news__inner {
    padding: 0 45px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
  }
  .news__header {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
  }
  .news__title {
    font-size: 72px;
    line-height: 1;
  }
  .news__link-text {
    font-size: 14px;
  }
  .news__link-icon {
    font-size: 14px;
  }
  .news__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    padding: 21px 0;
  }
  .news__date {
    min-width: auto;
    font-size: 12px;
    line-height: 1;
    order: 1;
  }
  .news__item-title {
    order: 2;
  }
  .news__item-title a {
    font-size: 13px;
    line-height: 1;
  }
}
@media screen and (max-width: 360px) {
  .news__inner {
    padding: 0 25px;
  }
}
.service {
  background: linear-gradient(135deg, #4AAFE6 0%, #0C64AD 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.service::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, rgba(12, 100, 173, 0) 0%, #0C64AD 100%);
  pointer-events: none;
  z-index: 10;
}

.service__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 140px;
  position: relative;
  z-index: 2;
}

.service__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.service__title-wrapper {
  display: flex;
  align-items: end;
  gap: 40px;
}

.service__title {
  font-family: "REM", sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 72px;
  line-height: 1;
  color: #fff;
  margin: 0;
}

.service__link-button {
  display: flex;
  align-items: self-start;
  justify-content: end;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
  transition: opacity 0.3s ease;
  padding-bottom: 10px;
}

.service__link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.service__link-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.19em;
  color: #fff;
  position: relative;
  display: inline-block;
}

.service__navigation {
  display: flex;
  gap: 16px;
}

.service__nav-btn {
  max-width: 64.07px;
  width: 100%;
  height: auto;
  padding: 0;
  aspect-ratio: 64.07/35.47;
  cursor: pointer;
  transition: all 0.3s ease;
}
.service__nav-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.service__slider-container {
  overflow: visible;
}

.service__swiper {
  margin-top: 50px;
  overflow: unset;
  -webkit-clip-path: inset(0% -50vw 0% 0%);
          clip-path: inset(0% -50vw 0% 0%);
}

.service__card {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service__card-image {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 436/306;
  border-radius: 20px;
}

.service__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 20px;
}

.service__card-content {
  padding-top: 18px;
  padding-bottom: 38px;
}

.service__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 0 0 16px 0;
}

.service__card-description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .service {
    padding: 80px 0;
  }
  .service::after {
    width: 25%;
    z-index: 1;
  }
  .service__inner {
    padding: 0 60px;
  }
  .service__header {
    margin-bottom: 40px;
  }
  .service__title {
    font-size: 48px;
  }
  .service__link-wrapper {
    gap: 30px;
  }
  .service__link-text {
    font-size: 11px;
    padding-bottom: 6px;
  }
  .service__link-text::after {
    width: 110px;
    height: 6px;
  }
  .service__nav-btn {
    width: 44px;
    height: 44px;
  }
  .service__nav-icon {
    width: 16px;
    height: 16px;
  }
  .service__swiper {
    padding-right: 80px;
  }
  .service__slide {
    width: 300px;
  }
  .service__card-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .service__card-description {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .service {
    padding: 60px 0;
  }
  .service::after {
    width: 20%;
  }
  .service__inner {
    padding: 0 45px;
  }
  .service__title-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }
  .service__header {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
  }
  .service__title {
    font-size: 72px;
    line-height: 1.5;
  }
  .service__link-wrapper {
    align-self: stretch;
    justify-content: space-between;
    gap: 20px;
  }
  .service__link-text {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .service__link-button {
    align-items: center;
  }
  .service__link-text::after {
    width: 100px;
    height: 5px;
  }
  .service__link {
    justify-content: center;
  }
  .service__navigation {
    gap: 12px;
  }
  .service__nav-btn {
    max-width: 77px;
    width: 100%;
    height: auto;
    aspect-ratio: 77/42;
  }
  .service__nav-icon {
    width: 14px;
    height: 14px;
  }
  .service__swiper {
    padding-right: 0;
  }
  .service__slide {
    width: 100%;
  }
  .service__card-image {
    width: 100%;
    height: auto;
    aspect-ratio: 305/214;
  }
}
@media screen and (max-width: 360px) {
  .service__inner {
    padding: 0 25px;
  }
  .service__slide {
    width: 100%;
  }
  .service__card-image {
    width: 100%;
    height: auto;
    aspect-ratio: 305/214;
  }
  .service__card-content {
    padding: 20px 16px;
  }
  .service__card-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .service__card-description {
    font-size: 12px;
    line-height: 1.6;
  }
}
.works {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.works__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 140px;
  position: relative;
}

.works__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.works__title-wrapper {
  display: flex;
  align-items: end;
  gap: 40px;
}

.works__title {
  font-family: "REM", sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 72px;
  line-height: 1;
  color: #3D3D3D;
  margin: 0;
}

.works__link-button {
  display: flex;
  align-items: self-start;
  justify-content: end;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
  transition: opacity 0.3s ease;
  padding-bottom: 10px;
}

.works__link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.works__link-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.19em;
  color: #3D3D3D;
  position: relative;
  display: inline-block;
}

.works__navigation {
  display: flex;
  gap: 16px;
}

.works__nav-btn {
  max-width: 64.07px;
  width: 100%;
  height: auto;
  padding: 0;
  aspect-ratio: 64.07/35.47;
  cursor: pointer;
  transition: all 0.3s ease;
}
.works__nav-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.works__slider-container {
  overflow: visible;
}

.works__swiper {
  margin-top: 50px;
  overflow: unset;
  -webkit-clip-path: inset(0% -50vw 0% 0%);
          clip-path: inset(0% -50vw 0% 0%);
}

.works__card {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.works__card-image {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 436/306;
  border-radius: 20px;
  border-radius: 27px;
}

.works__card-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #4AAFE6 0%, #0C64AD 100%);
  opacity: 0.22;
  border-radius: 27px;
}

.works__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 27px;
}

.works__card-content {
  padding: 16px 0;
}

.works__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #3D3D3D;
  margin: 0 0 16px 0;
}

.works__card-description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #3D3D3D;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .works {
    padding: 80px 0;
  }
  .works__inner {
    padding: 0 60px;
  }
  .works__header {
    margin-bottom: 40px;
  }
  .works__title {
    font-size: 48px;
  }
  .works__link-wrapper {
    gap: 30px;
  }
  .works__link-text {
    font-size: 11px;
    padding-bottom: 6px;
  }
  .works__link-text::after {
    width: 110px;
    height: 6px;
  }
  .works__nav-btn {
    width: 44px;
    height: 44px;
  }
  .works__nav-icon {
    width: 16px;
    height: 16px;
  }
  .works__swiper {
    padding-right: 80px;
  }
  .works__slide {
    width: 300px;
  }
  .works__card-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .works__card-description {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .works {
    padding: 60px 0;
  }
  .works::after {
    width: 20%;
  }
  .works__inner {
    padding: 0 45px;
  }
  .works__title-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }
  .works__header {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
  }
  .works__title {
    font-size: 72px;
    line-height: 1.5;
  }
  .works__link-wrapper {
    align-self: stretch;
    justify-content: space-between;
    gap: 20px;
  }
  .works__link-text {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .works__link-button {
    align-items: center;
  }
  .works__link-text::after {
    width: 100px;
    height: 5px;
  }
  .works__link {
    justify-content: center;
  }
  .works__navigation {
    gap: 12px;
  }
  .works__nav-btn {
    max-width: 77px;
    width: 100%;
    height: auto;
    aspect-ratio: 77/42;
  }
  .works__nav-icon {
    width: 14px;
    height: 14px;
  }
  .works__swiper {
    padding-right: 0;
  }
  .works__slide {
    width: 100%;
  }
  .works__card-image {
    width: 100%;
    height: auto;
    aspect-ratio: 305/214;
  }
}
@media screen and (max-width: 360px) {
  .works__inner {
    padding: 0 25px;
  }
  .works__slide {
    width: 100%;
  }
  .works__card-image {
    width: 100%;
    height: auto;
    aspect-ratio: 305/214;
  }
  .works__card-content {
    padding: 20px 16px;
  }
  .works__card-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .works__card-description {
    font-size: 12px;
    line-height: 1.6;
  }
}
.about {
  position: relative;
  width: 100%;
  height: 688px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.about__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 49.85% 21.39%;
     object-position: 49.85% 21.39%;
}

.about__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.56);
  z-index: 2;
}

.about__inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 140px;
  z-index: 3;
}

.about__content {
  text-align: center;
}

.about__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  margin: 0 0 28px 0;
  max-width: 643px;
  margin-left: auto;
  margin-right: auto;
}

.about__title-line {
  display: block;
}

.about__description {
  max-width: 547px;
  margin: 0 auto;
}

.about__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.94;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  margin: 0;
  text-align: left;
}

.about__highlight {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 1.6px;
  color: #fff;
  background: linear-gradient(90deg, #4AAFE6 0%, #0C64AD 100%);
  margin: 0;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .about {
    height: auto;
    min-height: 558px;
    padding: 80px 0;
  }
  .about__inner {
    padding: 0 25px;
  }
  .about__title {
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .about__description {
    max-width: 100%;
  }
  .about__text {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .about__bg-img {
    -o-object-position: center;
       object-position: center;
    transform: scale(1.1);
  }
  .about__highlight {
    font-size: 13px;
    line-height: 22px;
  }
}
@media screen and (max-width: 360px) {
  .about__inner {
    padding: 0 25px;
  }
}
.cta {
  position: relative;
  width: 100%;
  height: 597px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cta__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta__inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 140px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta__card {
  background-color: #fff;
  width: 610px;
  height: 350px;
  border-radius: 0;
  box-shadow: 0px 6px 17px 16px rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cta__content {
  text-align: center;
  width: 100%;
  max-width: 354px;
}

.cta__title {
  font-family: "REM", sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 73px;
  line-height: 1.33;
  color: #3D3D3D;
}

.cta__description {
  margin-bottom: 23px;
}

.cta__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.67;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  margin: 0;
}

.cta__button {
  display: flex;
  justify-content: center;
}

.cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 89px;
  background: linear-gradient(90deg, #4AAFE6 0%, #0C64AD 100%);
  border-radius: 74px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.23em;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.cta__btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

@media screen and (max-width: 1024px) {
  .cta {
    height: 500px;
  }
  .cta__inner {
    padding: 0 60px;
  }
  .cta__card {
    width: 520px;
    height: 300px;
  }
  .cta__content {
    max-width: 300px;
  }
  .cta__title {
    font-size: 60px;
    margin-bottom: 32px;
  }
  .cta__description {
    margin-bottom: 50px;
  }
  .cta__text {
    font-size: 11px;
  }
  .cta__btn {
    width: 280px;
    height: 76px;
    font-size: 17px;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 768px) {
  .cta {
    height: auto;
    padding: 19px 0;
  }
  .cta__inner {
    padding: 0 19px;
  }
  .cta__card {
    width: 100%;
    max-width: 350px;
    height: 250px;
    box-shadow: 0px 4px 12px 8px rgba(0, 0, 0, 0.1);
  }
  .cta__content {
    max-width: 280px;
  }
  .cta__title {
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .cta__description {
    margin-bottom: 18px;
  }
  .cta__text {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .cta__button {
    width: 100%;
  }
  .cta__btn {
    max-width: 304px;
    width: 100%;
    height: 64px;
    font-size: 17px;
    letter-spacing: 0.15em;
    border-radius: 60px;
  }
}
/*16px＝1rem*/
.message-page {
  background-color: #fff;
}

.message-content {
  position: relative;
  padding: 167px 0 100px;
  background-color: #fff;
}
.message-content::before {
  content: "";
  position: absolute;
  top: 192px;
  left: 0;
  width: 100%;
  height: 507px;
  background-image: url("../images/message-bg-blue.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.89;
  z-index: 1;
}

.message-content__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 140px;
  z-index: 2;
}

.message-content__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 75px;
}

.message-content__text-area {
  flex: 1;
  max-width: 652px;
}

.message-content__main-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.63;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  margin: 0 0 15px 0;
}

.message-content__main-title-line {
  display: block;
}

.message-content__description {
  margin-bottom: 28px;
}

.message-content__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 2.15;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  margin: 0;
}

.message-content__signature-area {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.message-content__position {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.94;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  margin: 0;
}

.message-content__signature {
  max-width: 215px;
  width: 100%;
  height: auto;
  aspect-ratio: 215/50;
}

.message-content__signature-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.message-content__image-area {
  flex-shrink: 0;
  width: 375px;
}

.message-content__image {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 396/540;
}

.message-content__person-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}

@media screen and (max-width: 1024px) {
  .message-content {
    padding: 60px 0 80px;
  }
  .message-content__inner {
    padding: 0 60px;
  }
  .message-content__wrapper {
    gap: 50px;
  }
  .message-content__text-area {
    max-width: 550px;
  }
  .message-content__main-title {
    font-size: 32px;
    margin-bottom: 36px;
  }
  .message-content__description {
    margin-bottom: 24px;
  }
  .message-content__text {
    font-size: 12px;
    line-height: 2;
  }
  .message-content__position {
    font-size: 14px;
  }
  .message-content__signature {
    max-width: 180px;
    aspect-ratio: 180/42;
  }
  .message-content__image-area {
    width: 300px;
  }
  .message-content__image {
    aspect-ratio: 300/432;
  }
}
@media screen and (max-width: 768px) {
  .message-content {
    padding: 100px 0 55px;
    position: relative;
  }
  .message-content::before {
    top: 243px;
    height: 286px;
    opacity: 0.9;
  }
  .message-content__inner {
    padding: 0 40px;
  }
  .message-content__wrapper {
    flex-direction: column;
    gap: 0;
    position: relative;
  }
  .message-content__image-area {
    width: 131px;
    height: 157px;
    position: absolute;
    right: -8px;
    /* top: 407px; */
    order: 1;
    z-index: 1;
    bottom: -56px;
  }
  .message-content__text-area {
    max-width: 100%;
    order: 2;
    position: relative;
    z-index: 2;
  }
  .message-content__main-title {
    font-size: 25px;
    line-height: 1.46;
    letter-spacing: 2.5px;
    margin-bottom: 17px;
    text-align: left;
    color: #3D3D3D;
  }
  .message-content__description {
    margin-bottom: 56px;
  }
  .message-content__text {
    font-size: 13px;
    line-height: 1.69;
    letter-spacing: 1.3px;
    color: #3D3D3D;
  }
  .message-content__signature-area {
    align-items: flex-start;
    text-align: left;
    gap: 4px;
  }
  .message-content__position {
    font-size: 13px;
    letter-spacing: 0.13em;
    color: #3D3D3D;
  }
  .message-content__signature {
    max-width: 171px;
    aspect-ratio: 171/40;
  }
  .message-content__image {
    width: 100%;
    height: 100%;
    aspect-ratio: 131/157;
  }
}
@media screen and (max-width: 360px) {
  .message-content__inner {
    padding: 0 25px;
  }
}
.mission {
  position: relative;
  width: 100%;
  padding: 67px 0 68px;
  overflow: hidden;
}

.mission__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.mission__bg-gradient {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #4AAFE6 0%, #0C64AD 100%);
}

.mission__inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 2;
  padding: 0 140px;
}

.mission__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 100px;
}

.mission__header {
  flex-shrink: 0;
  max-width: 383px;
  width: 100%;
}

.mission__title {
  font-family: "REM", sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 90px;
  line-height: 1.08;
  color: #fff;
  margin: 0;
}

.mission__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.94;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0;
  padding-left: 12px;
}

.mission__main-content {
  flex: 1;
}

.mission__main-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 31px;
  line-height: 1.61;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0 0 23px 0;
}

.mission__main-title-line {
  display: block;
}

.mission__description {
  max-width: 547px;
}

.mission__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.94;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0;
}

.vision {
  position: relative;
  width: 100%;
  padding: 53px 0 68px;
  overflow: hidden;
}

.vision__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.vision__bg-gradient {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0C64AD 0%, #4AAFE6 100%);
}

.vision__bg-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.04;
  z-index: 2;
}

.vision__bg-pattern {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vision__inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 3;
  padding: 0 140px;
}

.vision__content {
  display: flex;
  align-items: flex-start;
  gap: 100px;
  justify-content: center;
}

.vision__header {
  flex-shrink: 0;
  max-width: 383px;
  width: 100%;
}

.vision__title {
  font-family: "REM", sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 90px;
  line-height: 1.08;
  color: #fff;
}

.vision__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.94;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0;
  padding-left: 12px;
}

.vision__main-content {
  flex: 1;
}

.vision__main-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 31px;
  line-height: 1.61;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0 0 23px 0;
}

.vision__main-title-line {
  display: block;
}

.vision__description {
  max-width: 547px;
}

.vision__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.94;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0;
}

.value {
  position: relative;
  width: 100%;
  padding: 70px 0 68px;
  overflow: hidden;
}

.value__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.value__bg-gradient {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #4AAFE6 0%, #0C64AD 100%);
}

.value__inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 2;
  padding: 0 140px;
}

.value__content {
  position: relative;
}

.value__header-wrapper {
  max-width: 383px;
  width: 100%;
}

.value__header {
  margin-bottom: 33px;
  max-width: 383px;
  width: 100%;
}

.value__title {
  font-family: "REM", sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 90px;
  line-height: 1.08;
  color: #fff;
}

.value__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.94;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0;
  padding-left: 12px;
}

.value__items-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 100px;
}

.value__items {
  display: flex;
  flex-direction: column;
  gap: 54px;
}

.value__item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}

.value__item-header {
  display: flex;
  align-items: flex-start;
  gap: 33px;
  flex-shrink: 0;
}

.value__item-number {
  font-family: "REM", sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 90px;
  line-height: 1.08;
  color: #fff;
  display: block;
}

.value__item-title-group {
  display: flex;
  flex-direction: column;
  gap: -30px;
}

.value__item-title-en {
  font-family: "REM", sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 27px;
  line-height: 0.8;
  color: #fff;
  margin: 0;
}

.value__item-title-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 31px;
  line-height: 1.61;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0;
}

.value__item-description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.92;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0;
  max-width: 547px;
  flex: 1;
}

.value__decorative-image {
  max-width: 556px;
  width: 100%;
  height: auto;
  aspect-ratio: 556/406;
  position: absolute;
  top: 168px;
  left: -176px;
}

.value__objects-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1200px) {
  .mission__inner {
    padding: 0 60px;
  }
  .vision__inner {
    padding: 0 60px;
  }
  .value__inner {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1024px) {
  .mission {
    padding: 50px 0;
  }
  .mission__inner {
    padding: 0 60px;
  }
  .mission__content {
    gap: 20px;
  }
  .mission__header {
    padding-left: 0;
    max-width: 330px;
  }
  .mission__title {
    font-size: 72px;
  }
  .mission__subtitle {
    font-size: 14px;
  }
  .mission__main-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .mission__text {
    font-size: 14px;
  }
  .vision {
    padding: 40px 0;
  }
  .vision__inner {
    padding: 0 60px;
  }
  .vision__content {
    gap: 20px;
  }
  .vision__header {
    padding-left: 0;
    max-width: 330px;
  }
  .vision__title {
    font-size: 72px;
  }
  .vision__subtitle {
    font-size: 14px;
    padding-left: 3px;
  }
  .vision__main-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .vision__text {
    font-size: 14px;
  }
  .value {
    padding: 50px 0;
  }
  .value__inner {
    padding: 0 60px;
  }
  .value__header-wrapper {
    max-width: 330px;
  }
  .value__header {
    margin-bottom: 60px;
    padding-left: 0;
    max-width: 360px;
  }
  .value__title {
    font-size: 72px;
  }
  .value__subtitle {
    font-size: 14px;
    padding-left: 3px;
  }
  .value__items {
    gap: 50px;
  }
  .value__items-wrapper {
    gap: 20px;
  }
  .value__item {
    flex-direction: column;
    gap: 20px;
  }
  .value__decorative-image {
    max-width: 350px;
    top: 161px;
    left: -65px;
  }
  .value__item-header {
    gap: 80px;
  }
  .value__item-number {
    font-size: 72px;
  }
  .value__item-title-en {
    font-size: 22px;
  }
  .value__item-title-ja {
    font-size: 26px;
  }
  .value__item-description {
    font-size: 12px;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mission {
    padding: 40px 0;
  }
  .mission__inner {
    padding: 0 40px;
  }
  .mission__content {
    flex-direction: column;
    gap: 30px;
    text-align: left;
  }
  .mission__main-content {
    flex: 1;
    padding-left: 3px;
  }
  .mission__header {
    padding-left: 0;
  }
  .mission__title {
    font-size: 62px;
    margin-left: -1px;
  }
  .mission__subtitle {
    font-size: 13px;
    padding-left: 3px;
  }
  .mission__main-title {
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .mission__text {
    font-size: 13px;
    line-height: 1.8;
  }
  .vision {
    padding: 30px 0;
  }
  .vision__inner {
    padding: 0 40px;
  }
  .vision__content {
    flex-direction: column;
    gap: 30px;
    text-align: left;
  }
  .vision__main-content {
    padding-left: 3px;
  }
  .vision__header {
    padding-left: 0;
  }
  .vision__title {
    font-size: 62px;
    margin-left: -10px;
  }
  .vision__subtitle {
    font-size: 13px;
    padding-left: 3px;
  }
  .vision__main-title {
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .vision__text {
    font-size: 13px;
    line-height: 1.8;
  }
  .value {
    padding: 40px 0 63px;
  }
  .value__inner {
    padding: 0 40px;
  }
  .value__header {
    margin-bottom: 40px;
    text-align: left;
    padding-left: 0;
  }
  .value__title {
    font-size: 62px;
    margin-left: -9px;
  }
  .value__subtitle {
    font-size: 13px;
    padding-left: 3px;
  }
  .value__items-wrapper {
    flex-direction: column;
    gap: 43px;
  }
  .value__items {
    gap: 40px;
  }
  .value__item {
    flex-direction: column;
    gap: 0px;
    text-align: center;
  }
  .value__item-header {
    gap: 20px;
    align-items: center;
  }
  .value__item-number {
    font-size: 58px;
    font-weight: 100;
  }
  .value__item-title-group {
    gap: 4px;
  }
  .value__item-title-en {
    font-size: 16px;
    line-height: 1;
    text-align: left;
  }
  .value__item-title-ja {
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
  }
  .value__item-description {
    font-size: 10px;
    line-height: 1.7;
    max-width: 100%;
    text-align: left;
  }
  .value__decorative-image {
    position: static;
  }
}
.message-about {
  position: relative;
  width: 100%;
  padding: 70px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.message-about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.message-about__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 49.85% 21.39%;
     object-position: 49.85% 21.39%;
}

.message-about__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.56);
  z-index: 2;
}

.message-about__inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 140px;
  z-index: 3;
}

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

.message-about__description {
  max-width: 547px;
  margin: 0 auto;
}

.message-about__text {
  color: #3D3D3D;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px; /* 221.429% */
  letter-spacing: 1.4px;
}

.message-about__text:last-child {
  margin-top: 30px;
}

.message-about__highlight {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 1.6px;
  color: #fff;
  background: linear-gradient(90deg, #4AAFE6 0%, #0C64AD 100%);
  margin: 0;
  border-radius: 0;
}

@media screen and (max-width: 1024px) {
  .message-about {
    height: 580px;
  }
  .message-about__inner {
    padding: 0 60px;
  }
  .message-about__title {
    font-size: 28px;
    margin-bottom: 24px;
    max-width: 540px;
  }
  .message-about__description {
    max-width: 460px;
  }
  .message-about__text {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .message-about {
    height: auto;
    padding: 27px 0;
  }
  .message-about__inner {
    padding: 0 30px;
  }
  .message-about__title {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .message-about__description {
    max-width: 100%;
  }
  .message-about__text {
    font-size: 10px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .message-about__bg-img {
    -o-object-position: center;
       object-position: center;
  }
}
/*16px＝1rem*/
.company-bg {
  margin-top: 179px;
}

.company-bg__image {
  width: 100%;
  height: 315px;
}

.company-bg__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.company-about__wrapper {
  display: flex;
  gap: 130px;
}

.company-about {
  padding: 98px 0 100px;
  background-color: #fff;
  position: relative;
}

.company-about__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 140px;
}

.company-about__header {
  margin-bottom: 56px;
  max-width: 250px;
  width: 100%;
}

.company-about__title {
  font-family: "REM", sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 58px;
  line-height: 1;
  color: #3D3D3D;
}

.company-about__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 2.38;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  margin: 0;
}

.company-about__content {
  width: 100%;
}

.company-about__table {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.company-about__row {
  display: flex;
  align-items: flex-start;
  padding: 36px 32px;
  border-top: 1px solid rgba(118, 118, 118, 0.2);
  gap: 44px;
}

.company-about__label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 2.15;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  min-width: 71px;
  flex-shrink: 0;
}

.company-about__value {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 2.15;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  flex: 1;
}

.company-about__value p {
  margin: 0;
}

.company-license {
  padding-bottom: 80px;
  background-color: #fff;
}

.company-license__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 140px;
}

.company-license__wrapper {
  display: flex;
  gap: 130px;
}

.company-license__header {
  margin-bottom: 56px;
}

.company-license__title {
  font-family: "REM", sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 58px;
  line-height: 1;
  color: #3D3D3D;
}

.company-license__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 2.38;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  margin: 0;
}

.company-license__content {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
}

.company-license__category {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 27px;
  border-top: 1px solid rgba(118, 118, 118, 0.2);
  padding: 0 32px;
}

.company-license__logos {
  display: flex;
  gap: 28px;
  flex-shrink: 0;
  padding-top: 50px;
}

.company-license__logo-single {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
  min-width: 450px;
  padding-top: 22px;
}

.company-license-aws__logo {
  max-width: 136px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.company-license-aws__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.company-license-ipa__logo {
  max-width: 103px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.company-license-ipa__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.company-license-other__logo {
  max-width: 81px;
  width: 100%;
  height: auto;
  aspect-ratio: 81/93;
}
.company-license-other__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.company-license-other2__logo {
  max-width: 92px;
  width: 100%;
  height: auto;
  aspect-ratio: 92/92;
}

.company-license__list {
  display: flex;
  max-width: 370px;
  justify-content: space-between;
  width: 100%;
  flex: 1;
}

.company-license__item-wrapper {
  padding-right: 38px;
}

.company-license__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 5px;
}

.company-license__item-ipa {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 5px;
}

.company-license__name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 2.15;
  letter-spacing: 0.1em;
  color: #3D3D3D;
}

.company-license__count {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 2.15;
  letter-spacing: 0.1em;
  color: #3D3D3D;
}

.company-license__other-items {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

.company-license__other-item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 27px;
  padding-top: 41px;
}

.company-license__other-item-border {
  border-top: 1px solid rgba(118, 118, 118, 0.2);
}

@media screen and (max-width: 1024px) {
  .company-about {
    padding: 80px 0 80px;
  }
  .company-about__inner {
    padding: 0 44px;
  }
  .company-about__header {
    margin-bottom: 40px;
  }
  .company-about__title {
    font-size: 48px;
  }
  .company-about__subtitle {
    font-size: 12px;
  }
  .company-about__row {
    gap: 80px;
    padding: 12px 0;
  }
  .company-about__label {
    min-width: 100px;
    font-size: 12px;
  }
  .company-about__value {
    font-size: 12px;
  }
  .company-license {
    padding: 80px 0;
  }
  .company-license__inner {
    padding: 0 60px;
  }
  .company-license__header {
    margin-bottom: 40px;
  }
  .company-license__title {
    font-size: 48px;
  }
  .company-license__subtitle {
    font-size: 12px;
  }
  .company-license__content {
    gap: 60px;
  }
  .company-license__category {
    flex-direction: column;
    gap: 30px;
  }
  .company-license__logos {
    justify-content: center;
    gap: 20px;
  }
  .company-license__logo-single {
    min-width: auto;
    justify-content: center;
  }
  .company-license__logo {
    max-width: 100px;
    aspect-ratio: 100/100;
  }
  .company-license__list {
    gap: 24px;
  }
  .company-license__item {
    padding-bottom: 4px;
  }
  .company-license__name,
.company-license__count {
    font-size: 12px;
  }
  .company-license__other-items {
    gap: 40px;
    align-items: center;
  }
  .company-license__other-item {
    gap: 30px;
    justify-content: center;
    width: 100%;
  }
  .company-license__other-item .company-license__logo {
    max-width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .company-bg {
    height: 142px;
    margin-top: 86px;
  }
  .company-bg__image {
    height: 142px;
  }
  .company-about {
    padding: 48px 0 0px;
  }
  .company-about__inner {
    padding: 0 44px;
  }
  .company-about__header {
    margin-bottom: 0px;
    text-align: center;
    max-width: 100%;
  }
  .company-about__title {
    font-size: 49px;
    line-height: 1;
  }
  .company-about__subtitle {
    font-size: 14px;
    line-height: 1;
  }
  .company-about__content {
    max-width: 100%;
  }
  .company-about__wrapper {
    flex-direction: column;
    gap: 26px;
  }
  .company-about__row {
    flex-direction: column;
    gap: 8px;
    padding: 20px 0;
    text-align: center;
  }
  .company-about__label {
    min-width: auto;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
  }
  .company-about__value p {
    text-align: left;
  }
  .company-about__value {
    font-size: 13px;
    line-height: 1.3;
  }
  .company-license {
    padding: 47px 0 53px;
  }
  .company-license__inner {
    padding: 0 44px;
  }
  .company-license__wrapper {
    flex-direction: column;
    gap: 25px;
  }
  .company-license__header {
    margin-bottom: 0px;
    text-align: center;
  }
  .company-license__title {
    font-size: 49px;
    line-height: 1.3;
  }
  .company-license__subtitle {
    font-size: 14px;
    line-height: 1;
  }
  .company-license__content {
    gap: 12px;
  }
  .company-license__category {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    padding: 0 12px;
  }
  .company-license__logos {
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 28px;
  }
  .company-license-aws__logo {
    max-width: 76px;
  }
  .company-license-ipa__logo {
    max-width: 57px;
  }
  .company-license__item-wrapper {
    padding-right: 0;
  }
  .company-license__logo-single {
    min-width: auto;
    justify-content: center;
  }
  .company-license__logo {
    max-width: 80px;
    aspect-ratio: 80/80;
  }
  .company-license__list {
    gap: 16px;
  }
  .company-license__item {
    flex-direction: column;
    gap: 4px;
    padding-bottom: 8px;
    text-align: left;
  }
  .company-license__name,
.company-license__count {
    font-size: 11px;
    width: 100%;
    text-align: left;
  }
  .company-license__other-items {
    gap: 16px;
    align-items: center;
  }
  .company-license__other-item {
    flex-direction: column;
    gap: 16px;
    text-align: center;
    width: 100%;
    padding-top: 23px;
  }
  .company-license-other__logo {
    max-width: 44px;
    aspect-ratio: 44/51;
  }
  .company-license-other2__logo {
    max-width: 51px;
    aspect-ratio: 51/51;
  }
}
@media screen and (max-width: 360px) {
  .company-about__inner {
    padding: 0 25px;
  }
}
/*16px＝1rem*/
.service-list {
  padding: 179px 0;
  background-color: #fff;
}

.service-list__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 25px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.service-item {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  justify-content: center;
}

.service-item__image {
  flex-shrink: 0;
  max-width: 417px;
  width: 100%;
  height: auto;
  aspect-ratio: 417/315;
  position: relative;
}

.service-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.service-item__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 580px;
  width: 100%;
}

.service-item__header {
  position: relative;
}

.service-item__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.13;
  letter-spacing: 0.1em;
  color: #fff;
  background: linear-gradient(90deg, #4AAFE6 0%, #0C64AD 100%);
  padding: 21px 26px;
  margin: 0;
  display: inline-block;
  border-radius: 0;
}

.service-item__description {
  margin-bottom: 20px;
}

.service-item__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  margin: 0;
}

.service-item__features {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.service-item__feature {
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
  border-top: 1px solid rgba(118, 118, 118, 0.2);
  padding-top: 17px;
}

.service-item__feature-icon {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
}

.service-item__feature-content {
  flex: 1;
}

.service-item__feature-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  margin: 0 0 5px 0;
}

.service-item__feature-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.57;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .service-list {
    padding: 120px 0;
  }
  .service-list__inner {
    gap: 80px;
  }
  .service-item {
    gap: 40px;
  }
  .service-item__image {
    max-width: 400px;
    aspect-ratio: 400/243;
    border-radius: 16px;
  }
  .service-item__content {
    gap: 24px;
  }
  .service-item__title {
    font-size: 28px;
    padding: 18px 32px;
  }
  .service-item__text {
    font-size: 16px;
    line-height: 1.8;
  }
  .service-item__features {
    gap: 28px;
  }
  .service-item__feature {
    gap: 20px;
  }
  .service-item__feature::before {
    left: 10px;
    bottom: -28px;
  }
  .service-item__feature-icon {
    width: 20px;
    height: 20px;
  }
  .service-item__feature-title {
    font-size: 16px;
    line-height: 1.8;
  }
  .service-item__feature-desc {
    font-size: 13px;
    line-height: 2.2;
  }
}
@media screen and (max-width: 768px) {
  .service-list {
    padding: 60px 0;
  }
  .service-list__inner {
    padding: 0 44px;
    gap: 60px;
  }
  .service-item {
    flex-direction: column !important;
    gap: 21px;
    text-align: center;
  }
  .service-item__image {
    max-width: 100%;
    aspect-ratio: 343/208;
    border-radius: 12px;
    align-self: center;
  }
  .service-item__content {
    gap: 13px;
  }
  .service-item__header {
    text-align: center;
  }
  .service-item__title {
    font-size: 18px;
    line-height: 1.4;
    padding: 12px 20px;
    width: 100%;
    text-align: center;
  }
  .service-item__text {
    font-size: 13px;
    line-height: 1.8;
    text-align: left;
  }
  .service-item__description {
    margin-bottom: 0px;
  }
  .service-item__features {
    gap: 9px;
    text-align: left;
  }
  .service-item__feature {
    gap: 16px;
    padding-top: 9px;
  }
  .service-item__feature::before {
    left: 8px;
    bottom: -24px;
  }
  .service-item__feature-icon {
    width: 16px;
    height: 16px;
  }
  .service-item__feature-title {
    font-size: 11px;
    line-height: 1;
  }
  .service-item__feature-desc {
    font-size: 11px;
    line-height: 1;
  }
}
@media screen and (max-width: 360px) {
  .service-list__inner {
    padding: 0 25px;
  }
}
/*16px＝1rem*/
.works-hero__content {
  bottom: -78px;
}

.works-list {
  padding: 179px 0 92px 0;
  background-color: #fff;
}

.works-list__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 70px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.works-item {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.works-item__image {
  flex-shrink: 0;
  max-width: 490px;
  width: 100%;
  height: auto;
  aspect-ratio: 490/364;
  position: relative;
  flex: 1;
}

.works-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.works-item__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.works-item__header {
  position: relative;
}

.works-item__title {
  color: #3D3D3D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 2.8px;
}

.works-item__description {
  margin-bottom: 20px;
}

.works-item__text {
  color: #3D3D3D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.4px;
}

.works-item__features {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.works-item__feature {
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
  border-top: 1px solid rgba(118, 118, 118, 0.2);
  padding-top: 12px;
}

.works-item__feature:last-child {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(118, 118, 118, 0.2);
}

.works-item__feature-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}

.works-item__feature-content {
  flex: 1;
}

.works-item__feature-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #3D3D3D;
}

.works-item__feature-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.57;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .works-hero__content {
    bottom: -86px;
  }
  .works-list {
    padding: 120px 0;
  }
  .works-list__inner {
    gap: 80px;
  }
  .works-item {
    gap: 40px;
  }
  .works-item__image {
    max-width: 400px;
    aspect-ratio: 400/243;
    border-radius: 16px;
  }
  .works-item__content {
    gap: 24px;
  }
  .works-item__title {
    font-size: 28px;
    padding: 18px 32px;
  }
  .works-item__text {
    font-size: 16px;
    line-height: 1.8;
  }
  .works-item__features {
    gap: 28px;
  }
  .works-item__feature {
    gap: 20px;
  }
  .works-item__feature::before {
    left: 10px;
    bottom: -28px;
  }
  .works-item__feature-icon {
    width: 20px;
    height: 20px;
  }
  .works-item__feature-title {
    font-size: 16px;
    line-height: 1.8;
  }
  .works-item__feature-desc {
    font-size: 13px;
    line-height: 2.2;
  }
}
@media screen and (max-width: 768px) {
  .works-hero__content {
    bottom: -45px;
  }
  .works-list {
    padding: 103px 0 60px;
  }
  .works-list__inner {
    padding: 0 44px;
    gap: 54px;
  }
  .works-item {
    flex-direction: column !important;
    gap: 30px;
    text-align: center;
  }
  .works-item__image {
    max-width: 100%;
    aspect-ratio: 343/208;
    border-radius: 12px;
    align-self: center;
  }
  .works-item__content {
    gap: 20px;
  }
  .works-item__header {
    text-align: center;
  }
  .works-item__title {
    font-size: 18px;
    line-height: 1.4;
    padding: 0;
    width: 100%;
    text-align: left;
  }
  .works-item__text {
    font-size: 13px;
    line-height: 1.8;
    text-align: left;
  }
  .works-item__features {
    gap: 20px;
    text-align: left;
  }
  .works-item__feature {
    gap: 16px;
    padding-top: 20px;
  }
  .works-item__feature:first-child {
    border-top: none;
    padding-top: 0;
  }
  .works-item__feature::before {
    left: 8px;
    bottom: -24px;
  }
  .works-item__feature-icon {
    width: 21px;
    height: 21px;
  }
  .works-item__feature-title {
    font-size: 11px;
    line-height: 1.6;
  }
  .works-item__feature-desc {
    font-size: 12px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 360px) {
  .works-list__inner {
    padding: 0 25px;
  }
}
/*16px＝1rem*/
.news-list {
  padding: 179px 0 120px;
  background-color: #fff;
}

.news-list__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 140px;
}

.news-list__items {
  display: flex;
  flex-direction: column;
}

.news-item {
  border-top: 1px solid rgba(186, 186, 186, 0.5);
  transition: background-color 0.3s ease;
}
.news-item:hover {
  background-color: rgba(76, 175, 230, 0.05);
}

.news-item__link {
  display: flex;
  align-items: center;
  gap: 118px;
  padding: 34px 0;
  text-decoration: none;
  color: inherit;
  width: 100%;
}

.news-item:last-child {
  border-bottom: 1px solid rgba(186, 186, 186, 0.5);
}

.news-item__date {
  flex-shrink: 0;
  width: 82px;
}

.news-item__date time {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 3;
  letter-spacing: 0.1em;
  color: #BABABA;
}

.news-item__content {
  flex: 1;
  margin-top: 0;
}

.news-item__title {
  margin: 0;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 2.15;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  transition: color 0.3s ease;
}

.news-item__link:hover .news-item__title {
  color: #0C64AD;
}

.news-pagination {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.news-pagination__inner {
  display: flex;
  gap: 16px;
}

.news-pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  font-family: "REM", sans-serif;
  font-weight: 200;
  font-size: 22px;
  line-height: 1.64;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(180deg, #C7E1EF 0%, #98ACBC 100%);
  border-radius: 0;
  transition: all 0.3s ease;
}

.news-pagination__item:hover {
  background: linear-gradient(180deg, #4AAFE6 0%, #0C64AD 100%);
  transform: translateY(-2px);
}

.news-pagination__item--current {
  background: linear-gradient(180deg, #4AAFE6 0%, #0C64AD 100%);
  cursor: default;
  transform: none;
}

.news-pagination__item--current:hover {
  transform: none;
}

.news-pagination__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.64;
  letter-spacing: 0.1em;
  color: #BABABA;
  background: transparent;
  border-radius: 0;
  cursor: default;
}

.news-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  font-family: "REM", sans-serif;
  font-weight: 200;
  font-size: 22px;
  line-height: 1.64;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(180deg, #4AAFE6 0%, #0C64AD 100%);
  border-radius: 0;
  transition: all 0.3s ease;
  margin: 0 8px;
}

.news-pagination .page-numbers:hover {
  background: linear-gradient(180deg, #4AAFE6 0%, #0C64AD 100%);
  transform: translateY(-2px);
}

.news-pagination .page-numbers.current {
  background: linear-gradient(180deg, #4AAFE6 0%, #0C64AD 100%);
  cursor: default;
  transform: none;
}

.news-pagination .page-numbers.current:hover {
  transform: none;
}

.news-pagination .page-numbers.dots {
  background: transparent;
  color: #BABABA;
  cursor: default;
}

.news-pagination .page-numbers.dots:hover {
  background: transparent;
  transform: none;
}

.news-pagination .page-numbers.prev,
.news-pagination .page-numbers.next {
  display: none !important;
}

.news-list__empty {
  text-align: center;
  padding: 80px 0;
}

.news-list__empty p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #BABABA;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .news-list {
    padding: 120px 0 80px;
  }
  .news-list__inner {
    padding: 0 60px;
  }
  .news-item__link {
    gap: 80px;
    padding: 24px 0;
  }
  .news-item__date {
    width: 70px;
  }
  .news-item__date time {
    font-size: 11px;
    line-height: 2.7;
  }
  .news-item__title {
    font-size: 12px;
    line-height: 2;
  }
  .news-pagination {
    margin-top: 60px;
  }
  .news-pagination__inner {
    gap: 12px;
  }
  .news-pagination__item {
    width: 56px;
    height: 56px;
    font-size: 20px;
    line-height: 1.8;
  }
  .news-list__empty {
    padding: 60px 0;
  }
  .news-list__empty p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .news-list {
    padding: 103px 0 60px;
  }
  .news-list__inner {
    padding: 0 44px;
  }
  .news-item__link {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 16px 0 20px;
    text-align: left;
  }
  .news-item:first-child {
    border-top: none;
  }
  .news-item__date {
    width: auto;
  }
  .news-item__date time {
    font-size: 10px;
    line-height: 1;
  }
  .news-item__title {
    font-size: 11px;
    line-height: 20px;
  }
  .news-pagination {
    margin-top: 40px;
  }
  .news-pagination__inner {
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .news-pagination__item {
    width: 48px;
    height: 48px;
    font-size: 18px;
    line-height: 1.6;
  }
  .news-pagination__dots {
    width: 48px;
    height: 48px;
    font-size: 14px;
    line-height: 1.6;
  }
  .news-pagination .page-numbers {
    width: 48px;
    height: 48px;
    font-size: 18px;
    line-height: 1.6;
    margin: 0 4px;
  }
  .news-list__empty {
    padding: 40px 0;
  }
  .news-list__empty p {
    font-size: 13px;
    line-height: 1.6;
  }
}
.single-posts-page {
  padding: 179px 0 120px;
  background-color: #fff;
}

.single-post__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 140px;
}

.single-post__article {
  margin-bottom: 100px;
}

.single-post__header {
  margin-bottom: 25px;
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}

.single-post__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  margin: 0 0 5px 0;
  max-width: 603px;
}

.single-post__meta {
  display: flex;
  align-items: center;
}

.single-post__date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 3;
  letter-spacing: 0.1em;
  color: #BABABA;
}

.single-post__content {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
}

.single-post__content p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.21;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  margin: 0 0 20px 0;
}

.single-post__content p:last-child {
  margin-bottom: 0;
}

.single-post__navigation {
  margin-bottom: 100px;
  border-top: 1px solid rgba(186, 186, 186, 0.5);
  padding-top: 50px;
}

.single-post__nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.single-post__nav-item {
  flex: 1;
}

.single-post__nav-prev {
  text-align: left;
}

.single-post__nav-next {
  text-align: right;
}

.single-post__nav-link {
  font-family: "REM", sans-serif;
  font-weight: 200;
  font-style: italic;
  font-size: 20px;
  line-height: 4.85;
  letter-spacing: 0;
  color: #3D3D3D;
  text-decoration: none;
  transition: color 0.3s ease;
}

.single-post__nav-link:hover {
  color: #0C64AD;
}

.single-post__back {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

.single-post__back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 57px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.19em;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(90deg, #4AAFE6 0%, #0C64AD 100%);
  border-radius: 66px;
  transition: all 0.3s ease;
}

.single-post__back-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(76, 175, 230, 0.3);
}

@media screen and (max-width: 1024px) {
  .single-posts-page {
    padding: 120px 0 80px;
  }
  .single-post__inner {
    padding: 0 60px;
  }
  .single-post__article {
    margin-bottom: 80px;
  }
  .single-post__header {
    margin-bottom: 20px;
  }
  .single-post__title {
    font-size: 16px;
    line-height: 1.75;
    max-width: 500px;
  }
  .single-post__date {
    font-size: 11px;
    line-height: 2.7;
  }
  .single-post__content {
    max-width: 500px;
    margin-bottom: 80px;
  }
  .single-post__content p {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 16px;
  }
  .single-post__navigation {
    margin-bottom: 80px;
    padding-top: 40px;
  }
  .single-post__nav-link {
    font-size: 18px;
    line-height: 4;
  }
  .single-post__back {
    margin-bottom: 80px;
  }
  .single-post__back-btn {
    width: 180px;
    height: 50px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .single-posts-page {
    padding: 103px 0 60px;
  }
  .single-post__inner {
    padding: 0 25px;
  }
  .single-post__article {
    margin-bottom: 60px;
  }
  .single-post__header {
    margin-bottom: 16px;
  }
  .single-post__title {
    font-size: 14px;
    line-height: 1.6;
    max-width: 100%;
  }
  .single-post__date {
    font-size: 10px;
    line-height: 2.4;
  }
  .single-post__content {
    max-width: 100%;
    margin-bottom: 60px;
    line-height: 2;
  }
  .single-post__content p {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 14px;
  }
  .single-post__navigation {
    margin-bottom: 60px;
    padding-top: 30px;
  }
  .single-post__nav-inner {
    flex-direction: column;
    gap: 20px;
  }
  .single-post__nav-prev,
.single-post__nav-next {
    text-align: center;
  }
  .single-post__nav-link {
    font-size: 16px;
    line-height: 3;
  }
  .single-post__back {
    margin-bottom: 60px;
  }
  .single-post__back-btn {
    width: 160px;
    height: 44px;
    font-size: 11px;
    border-radius: 44px;
  }
}
/*16px＝1rem*/
.contact-form {
  padding: 179px 0 120px;
  background-color: #fff;
}

.contact-form__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-form__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 154px;
}

.contact-form__icon {
  margin-bottom: 60px;
}

.contact-form__icon-img {
  width: 84px;
  height: 84px;
  opacity: 0.5;
}

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

.contact-form__message {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.91;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  margin: 0;
}

.contact-form__form {
  width: 100%;
  max-width: 488px;
}

.cf7-form-field {
  margin-bottom: 44px;
}

.cf7-other-subject {
  margin-top: -30px;
  margin-bottom: 44px;
  transition: all 0.3s ease;
}

.cf7-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.94;
  letter-spacing: 0.1em;
  color: #3D3D3D;
}

.cf7-required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 57px;
  height: 30px;
  padding: 0 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 2.21;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #EABB6E;
  border-radius: 5px;
}

.cf7-required-conditional {
  display: none;
}

.cf7-input,
.cf7-textarea,
.cf7-select {
  width: 100%;
  padding: 15px 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.05em;
  color: #3D3D3D;
  background-color: #fff;
  border: 1px solid #D4D4D4;
  border-radius: 0;
  outline: none;
  transition: border-color 0.3s ease;
}

.cf7-input {
  height: 52px;
}

.cf7-textarea {
  height: 266px;
  resize: vertical;
}

.cf7-select {
  height: 52px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.cf7-input:focus,
.cf7-textarea:focus,
.cf7-select:focus {
  border-color: #0C64AD;
}

.cf7-input::-moz-placeholder, .cf7-textarea::-moz-placeholder {
  color: #BABABA;
  opacity: 1;
}

.cf7-input::placeholder,
.cf7-textarea::placeholder {
  color: #BABABA;
  opacity: 1;
}

.cf7-privacy {
  margin: 61px 0 61px 0;
  padding: 29px 0;
  background-color: #F0F0F0;
  border-radius: 0;
}

.cf7-privacy-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 2.62;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  cursor: pointer;
  position: relative;
}
.cf7-privacy-label .wpcf7-not-valid-tip {
  position: absolute;
  top: 20px;
  left: 15px;
  width: 300px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .cf7-privacy-label .wpcf7-not-valid-tip {
    width: 200px;
  }
}
@media screen and (max-width: 360px) {
  .cf7-privacy-label .wpcf7-not-valid-tip {
    width: 168px;
  }
}

.wpcf7-list-item {
  display: flex;
  align-items: center;
}

.cf7-privacy input[type=checkbox] {
  width: 22px;
  height: 22px;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #D4D4D4;
  cursor: pointer;
  position: relative;
}

.cf7-privacy input[type=checkbox]:checked {
  background-color: #0C64AD;
  border-color: #0C64AD;
}

.cf7-privacy input[type=checkbox]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.cf7-privacy-text a {
  color: #3D3D3D;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.cf7-privacy-text a:hover {
  color: #0C64AD;
}

.cf7-submit-wrapper {
  display: flex;
  justify-content: center;
}

.cf7-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 89px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.21;
  letter-spacing: 0.23em;
  color: #fff;
  background: linear-gradient(90deg, #4AAFE6 0%, #0C64AD 100%);
  border: none;
  border-radius: 74px;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}

.cf7-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(76, 175, 230, 0.4);
}

.cf7-submit:active {
  transform: translateY(0);
}

.wpcf7-response-output {
  margin: 20px 0 0 0;
  padding: 15px;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.wpcf7-mail-sent-ok {
  background-color: #E8F5E8;
  color: #2E7D32;
  border: 1px solid #A5D6A7;
}

.wpcf7-mail-sent-ng,
.wpcf7-aborted {
  background-color: #FFEBEE;
  color: #C62828;
  border: 1px solid #EF9A9A;
}

.wpcf7-validation-errors {
  background-color: #FFF3E0;
  color: #F57C00;
  border: 1px solid #FFCC02;
}

.wpcf7-not-valid {
  border-color: #F44336 !important;
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #F44336;
}

@media screen and (max-width: 1024px) {
  .contact-form {
    padding: 120px 0 80px;
  }
  .contact-form__inner {
    padding: 0 60px;
  }
  .contact-form__intro {
    margin-bottom: 120px;
  }
  .contact-form__icon {
    margin-bottom: 50px;
  }
  .contact-form__icon-img {
    width: 70px;
    height: 70px;
  }
  .contact-form__message {
    font-size: 20px;
    line-height: 1.8;
  }
  .contact-form__form {
    max-width: 420px;
  }
  .cf7-form-field {
    margin-bottom: 36px;
  }
  .cf7-other-subject {
    margin-top: -24px;
    margin-bottom: 36px;
  }
  .cf7-label {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .cf7-required {
    min-width: 50px;
    height: 26px;
    font-size: 13px;
  }
  .cf7-input,
.cf7-select {
    height: 46px;
    padding: 12px 14px;
    font-size: 13px;
  }
  .cf7-textarea {
    height: 220px;
    padding: 12px 14px;
    font-size: 13px;
  }
  .cf7-privacy {
    margin: 50px 0;
    padding: 24px 0;
  }
  .cf7-privacy-label {
    font-size: 12px;
    gap: 10px;
  }
  .cf7-privacy input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
  .cf7-submit {
    width: 280px;
    height: 75px;
    font-size: 17px;
    border-radius: 60px;
  }
}
@media screen and (max-width: 768px) {
  .contact-form {
    padding: 103px 0 60px;
  }
  .contact-form__inner {
    padding: 0 44px;
  }
  .contact-form__intro {
    margin-bottom: 43px;
  }
  .contact-form__icon {
    margin-bottom: 25px;
  }
  .contact-form__icon-img {
    width: 51px;
    height: 51px;
  }
  .contact-form__message {
    font-size: 14px;
    line-height: 1.6;
  }
  .contact-form__form {
    max-width: 100%;
  }
  .cf7-form-field {
    margin-bottom: 30px;
  }
  .cf7-other-subject {
    margin-top: -20px;
    margin-bottom: 30px;
  }
  .cf7-label {
    font-size: 14px;
    margin-bottom: 8px;
    align-items: flex-start;
    gap: 4px;
  }
  .cf7-required {
    min-width: 45px;
    height: 20px;
    font-size: 11px;
    align-self: center;
  }
  .cf7-submit-wrapper p {
    width: 100%;
  }
  .cf7-input,
.cf7-select {
    height: 40px;
    padding: 10px 12px;
    font-size: 12px;
  }
  .cf7-textarea {
    height: 180px;
    padding: 10px 12px;
    font-size: 12px;
  }
  .cf7-privacy {
    margin: 37px 0 34px;
    padding: 20px 15px;
  }
  .cf7-privacy-label {
    font-size: 11px;
    gap: 8px;
    line-height: 1.8;
    text-align: left;
  }
  .cf7-privacy input[type=checkbox] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }
  .cf7-submit {
    height: 60px;
    font-size: 15px;
    border-radius: 48px;
    letter-spacing: 0.2em;
    width: 100%;
  }
  .wpcf7-response-output {
    font-size: 13px;
    padding: 12px;
  }
}
@media screen and (max-width: 360px) {
  .contact-form__inner {
    padding: 0 15px;
  }
}
.cf7-form-field br {
  display: none;
}

.privacy-page {
  min-height: 100vh;
}

.privacy-hero {
  position: relative;
  height: 27.7777777778vw;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .privacy-hero {
    height: 80vw;
  }
}
.privacy-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.privacy-hero__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.privacy-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(12, 100, 173, 0.8) 0%, rgba(74, 175, 230, 0.6) 100%);
  z-index: 2;
}

.privacy-hero__inner {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
}

.privacy-hero__title {
  font-family: "REM", sans-serif;
  font-weight: 700;
  font-size: 3.3333333333vw;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: 1.1111111111vw;
}

@media screen and (max-width: 768px) {
  .privacy-hero__title {
    font-size: 8.5333333333vw;
    margin-bottom: 3.2vw;
  }
}
.privacy-hero__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25vw;
  letter-spacing: 0.2em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .privacy-hero__subtitle {
    font-size: 3.7333333333vw;
  }
}
.privacy-content {
  padding: 10.4166666667vw 0;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .privacy-content {
    padding: 16vw 0;
  }
}
.privacy-content__inner {
  max-width: 55.5555555556vw;
  margin: 0 auto;
  padding: 0 2.7777777778vw;
}

@media screen and (max-width: 768px) {
  .privacy-content__inner {
    max-width: 90.6666666667vw;
    padding: 0 5.3333333333vw;
  }
}
.privacy-content__wrapper {
  width: 100%;
}

.privacy-content__text-area {
  width: 100%;
}

.privacy-content__last-updated {
  margin-bottom: 2.7777777778vw;
  padding-bottom: 1.3888888889vw;
  border-bottom: 1px solid #E0E0E0;
}

@media screen and (max-width: 768px) {
  .privacy-content__last-updated {
    margin-bottom: 8vw;
    padding-bottom: 4vw;
  }
}
.privacy-content__date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.9722222222vw;
  color: #666;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .privacy-content__date {
    font-size: 3.2vw;
  }
}
.privacy-content__section {
  margin-bottom: 2.7777777778vw;
}

@media screen and (max-width: 768px) {
  .privacy-content__section {
    margin-bottom: 8vw;
  }
}
.privacy-content__section-title {
  font-family: "REM", sans-serif;
  font-weight: 700;
  font-size: 1.6666666667vw;
  color: #0C64AD;
  margin-bottom: 1.3888888889vw;
  padding-bottom: 0.5555555556vw;
  border-bottom: 2px solid #4AAFE6;
}

@media screen and (max-width: 768px) {
  .privacy-content__section-title {
    font-size: 4.8vw;
    margin-bottom: 4vw;
    padding-bottom: 1.6vw;
  }
}
.privacy-content__section-content {
  margin-bottom: 1.3888888889vw;
}

@media screen and (max-width: 768px) {
  .privacy-content__section-content {
    margin-bottom: 4vw;
  }
}
.privacy-content__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.1111111111vw;
  line-height: 1.8;
  color: #3D3D3D;
  margin-bottom: 1.1111111111vw;
}

@media screen and (max-width: 768px) {
  .privacy-content__text {
    font-size: 3.7333333333vw;
    line-height: 1.7;
    margin-bottom: 3.2vw;
  }
}
.privacy-content__text:last-child {
  margin-bottom: 0;
}

.security-page {
  min-height: 100vh;
}

.security-hero {
  position: relative;
  height: 27.7777777778vw;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .security-hero {
    height: 80vw;
  }
}
.security-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.security-hero__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.security-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(12, 100, 173, 0.8) 0%, rgba(74, 175, 230, 0.6) 100%);
  z-index: 2;
}

.security-hero__inner {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
}

.security-hero__title {
  font-family: "REM", sans-serif;
  font-weight: 700;
  font-size: 3.3333333333vw;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-bottom: 1.1111111111vw;
}

@media screen and (max-width: 768px) {
  .security-hero__title {
    font-size: 8.5333333333vw;
    margin-bottom: 3.2vw;
  }
}
.security-hero__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25vw;
  letter-spacing: 0.2em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .security-hero__subtitle {
    font-size: 3.7333333333vw;
  }
}
.security-content {
  padding: 10.4166666667vw 0;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .security-content {
    padding: 16vw 0;
  }
}
.security-content__inner {
  max-width: 55.5555555556vw;
  margin: 0 auto;
  padding: 0 2.7777777778vw;
}

@media screen and (max-width: 768px) {
  .security-content__inner {
    max-width: 90.6666666667vw;
    padding: 0 5.3333333333vw;
  }
}
.security-content__wrapper {
  width: 100%;
}

.security-content__text-area {
  width: 100%;
}

.security-content__last-updated {
  margin-bottom: 2.7777777778vw;
  padding-bottom: 1.3888888889vw;
  border-bottom: 1px solid #E0E0E0;
}

@media screen and (max-width: 768px) {
  .security-content__last-updated {
    margin-bottom: 8vw;
    padding-bottom: 4vw;
  }
}
.security-content__date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.9722222222vw;
  color: #666;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .security-content__date {
    font-size: 3.2vw;
  }
}
.security-content__section {
  margin-bottom: 2.7777777778vw;
}

@media screen and (max-width: 768px) {
  .security-content__section {
    margin-bottom: 8vw;
  }
}
.security-content__section-title {
  font-family: "REM", sans-serif;
  font-weight: 700;
  font-size: 1.6666666667vw;
  color: #0C64AD;
  margin-bottom: 1.3888888889vw;
  padding-bottom: 0.5555555556vw;
  border-bottom: 2px solid #4AAFE6;
}

@media screen and (max-width: 768px) {
  .security-content__section-title {
    font-size: 4.8vw;
    margin-bottom: 4vw;
    padding-bottom: 1.6vw;
  }
}
.security-content__section-content {
  margin-bottom: 1.3888888889vw;
}

@media screen and (max-width: 768px) {
  .security-content__section-content {
    margin-bottom: 4vw;
  }
}
.security-content__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.1111111111vw;
  line-height: 1.8;
  color: #3D3D3D;
  margin-bottom: 1.1111111111vw;
}

@media screen and (max-width: 768px) {
  .security-content__text {
    font-size: 3.7333333333vw;
    line-height: 1.7;
    margin-bottom: 3.2vw;
  }
}
.security-content__text:last-child {
  margin-bottom: 0;
}

.error-content {
  padding: 80px 0;
  background-color: #fff;
}
.error-content__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 25px;
}
.error-content__wrapper {
  text-align: center;
}
.error-content__header {
  margin-bottom: 60px;
}
.error-content__title {
  font-family: "REM", sans-serif;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 0.05em;
  color: #3D3D3D;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .error-content__title {
    font-size: 36px;
  }
}
.error-content__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #3D3D3D;
  letter-spacing: 0.05em;
}
.error-content__body {
  max-width: 600px;
  margin: 0 auto;
}
.error-content__message {
  margin-bottom: 50px;
}
.error-content__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #3D3D3D;
  margin-bottom: 20px;
}
.error-content__text:last-child {
  margin-bottom: 0;
}
.error-content__actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .error-content__actions {
    flex-direction: column;
    align-items: center;
  }
}
.error-content__button {
  display: inline-block;
  padding: 15px 40px;
  background-color: #0C64AD;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
.error-content__button:hover {
  background-color: #4AAFE6;
  transform: translateY(-2px);
}
.error-content__button--secondary {
  background-color: transparent;
  color: #0C64AD;
  border: 2px solid #0C64AD;
}
.error-content__button--secondary:hover {
  background-color: #0C64AD;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .error-content__button {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}
.error-content__button-text {
  display: block;
}

.error-recommend {
  padding: 80px 0;
  background-color: #f8f9fa;
}
.error-recommend__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 25px;
}
.error-recommend__wrapper {
  text-align: center;
}
.error-recommend__header {
  margin-bottom: 60px;
}
.error-recommend__title {
  font-family: "REM", sans-serif;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 0.05em;
  color: #3D3D3D;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .error-recommend__title {
    font-size: 36px;
  }
}
.error-recommend__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #3D3D3D;
  letter-spacing: 0.05em;
}
.error-recommend__content {
  max-width: 800px;
  margin: 0 auto;
}
.error-recommend__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .error-recommend__items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.error-recommend__item {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.error-recommend__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.error-recommend__link {
  display: block;
  padding: 30px 20px;
  text-decoration: none;
  color: inherit;
}
.error-recommend__icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.error-recommend__img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.error-recommend__text {
  text-align: center;
}
.error-recommend__item-title {
  font-family: "REM", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #3D3D3D;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.error-recommend__item-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.footer {
  background-color: #fff;
  padding: 80px 0 40px;
  border-top: 1px solid #E0E0E0;
}

.footer__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}

.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer__company-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer__logo {
  width: 170px;
  height: 90px;
}

.footer__logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__company-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer__company-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 2.13;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  margin: 0;
}

.footer__address {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.footer__address-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 2.25;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  margin: 0;
}

.footer__phone {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 2.25;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  margin: 0;
}

.footer__nav-colums {
  justify-content: end;
  display: flex;
  gap: 36px;
}

.footer__nav-column {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer__nav-item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.footer__nav-link {
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer__nav-link:hover {
  opacity: 0.7;
}

.footer__nav-title {
  display: block;
  font-family: "REM", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #3D3D3D;
  margin-bottom: 4px;
}

.footer__nav-subtitle {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.25em;
  color: #3D3D3D;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
  padding-top: 35px;
}

.footer__policies {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer__policy-link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 2.7;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer__policy-link:hover {
  opacity: 0.7;
}

.footer__separator {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 2.7;
  color: #3D3D3D;
}

.footer__copyright-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 9px;
  line-height: 3;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .footer {
    padding: 60px 0 30px;
  }
  .footer__inner {
    padding: 0 60px;
  }
  .footer__content {
    margin-bottom: 40px;
  }
  .footer__company-info {
    gap: 30px;
  }
  .footer__logo {
    width: 140px;
    height: 74px;
  }
  .footer__company-name {
    font-size: 14px;
  }
  .footer__address-text,
.footer__phone {
    font-size: 11px;
  }
  .footer__nav {
    gap: 80px;
  }
  .footer__nav-column {
    gap: 40px;
  }
  .footer__policy-link,
.footer__separator {
    font-size: 9px;
  }
  .footer__copyright-text {
    font-size: 8px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 0 30px;
  }
  .footer__inner {
    padding: 0 25px;
  }
  .footer__content {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 0px;
  }
  .footer__company-info {
    gap: 45px;
    align-items: flex-start;
    text-align: center;
  }
  .footer__logo {
    max-width: 176px;
    width: 100%;
    height: auto;
    aspect-ratio: 176/93;
  }
  .footer__company-name {
    font-size: 15px;
    text-align: center;
  }
  .footer__company-details {
    gap: 0;
  }
  .footer__address {
    text-align: left;
  }
  .footer__address-text,
.footer__phone {
    font-size: 10px;
  }
  .footer__nav {
    flex-direction: column;
    gap: 30px;
    align-self: stretch;
  }
  .footer__nav-colums {
    display: grid;
    grid-template-columns: 110px 110px;
    gap: 50px;
    justify-content: flex-start;
  }
  .footer__nav-column {
    flex-direction: column;
    gap: 18px;
    width: 110px;
  }
  .footer__nav-item {
    align-items: flex-start;
    text-align: left;
  }
  .footer__nav-title {
    font-size: 16px;
  }
  .footer__nav-subtitle {
    font-size: 10px;
  }
  .footer__bottom {
    flex-direction: column;
    gap: 0px;
    text-align: center;
    align-items: flex-start;
  }
  .footer__policy-link,
.footer__separator {
    font-size: 9px;
  }
  .footer__copyright-text {
    font-size: 8px;
  }
}