@charset "UTF-8";
/*reset */
* {
  box-sizing: border-box;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

address,
blockquote,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset,
option {
  padding: 0;
}

fieldset {
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[hidden],
template {
  display: none;
}

* {
  transition: all 0.3s cubic-bezier(0, 0, 0, 0.99);
}

body {
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 190%;
  font-feature-settings: "palt";
  background: #f4f6f7;
  color: #000;
}

a {
  color: #009e96;
}

a:hover {
  color: #009e96;
}

/* =================================================================

    共通

================================================================= */
.cf:after {
  content: "";
  clear: both;
  display: block;
}

.fadein {
  transition: 1s;
  opacity: 0;
  transform: translatey(50px);
}

.fadein.animated {
  opacity: 1;
  transform: translatey(0px);
}

header {
  background: url("../../images/hero_bg.jpg") repeat-x 0 0;
}

.en {
  font-family: "Outfit", sans-serif;
}

/* =================================================================

    ヘッダー

================================================================= */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}

.fadein {
  transition: 1s;
  opacity: 0;
  transform: translatey(50px);
}

.fadein.animated {
  opacity: 1;
  transform: translatey(0px);
}

.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.fv__bg-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.fv__bg-slider .slick-list,
.fv__bg-slider .slick-track,
.fv__bg-slider .slick-slide,
.fv__bg-slider .slick-slide > div {
  height: 100%;
}
.fv__bg-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.fv__bg-slide video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 60, 130, 0.3) 0%, rgba(0, 60, 130, 0.15) 40%, rgba(0, 60, 130, 0.3) 100%);
  z-index: 2;
  pointer-events: none;
}
.fv__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .fv__content {
    justify-content: center;
  }
}

.fv-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 70px 58px 70px 80px;
}
@media screen and (max-width: 768px) {
  .fv-header {
    z-index: 120;
    padding: 16px 20px;
  }
}
.fv-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fv-header__logo {
  width: 164px;
}
@media screen and (max-width: 768px) {
  .fv-header__logo {
    width: 120px;
  }
}
.fv-header__nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .fv-header__nav {
    display: none;
  }
}
.fv-header__nav-list {
  display: flex;
  align-items: center;
  gap: 28px;
}
.fv-header__nav-list li a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: opacity 0.3s;
  color: #fff;
}
.fv-header__nav-list li a:hover {
  opacity: 0.7;
}
.fv-header__lang {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.fv-header__lang--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .fv-header__lang--sp {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .fv-header__lang:not(.fv-header__lang--sp) {
    display: none;
  }
}
.fv-header__lang-item {
  transition: opacity 0.3s;
  opacity: 0.4;
}
.fv-header__lang-item.is-active {
  opacity: 1;
}
.fv-header__lang-item:hover {
  opacity: 0.8;
}
.fv-header__lang-sep {
  opacity: 0.4;
}
.fv-header__sp-right {
  display: none;
}
@media screen and (max-width: 768px) {
  .fv-header__sp-right {
    display: flex;
    align-items: center;
    gap: 14px;
  }
}

.fv-hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .fv-hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    flex-direction: column;
    gap: 0;
    position: relative;
    transition: border-color 0.3s;
  }
}
.fv-hamburger__line {
  display: block;
  width: 20px;
  height: 1.5px;
  background: #fff;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.4s ease, opacity 0.4s ease, top 0.4s ease, bottom 0.4s ease;
}
.fv-hamburger__line:nth-child(1) {
  top: calc(50% - 6px);
}
.fv-hamburger__line:nth-child(2) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.fv-hamburger__line:nth-child(3) {
  bottom: calc(50% - 6px);
}
.fv-hamburger.is-open {
  border-color: rgba(255, 255, 255, 0.5);
}
.fv-hamburger.is-open .fv-hamburger__line:nth-child(1) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.fv-hamburger.is-open .fv-hamburger__line:nth-child(2) {
  opacity: 0;
}
.fv-hamburger.is-open .fv-hamburger__line:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.fv-marquee {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .fv-marquee {
    margin-bottom: 20px;
  }
}
.fv-marquee__pc {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv-marquee__pc {
    display: none;
  }
}
.fv-marquee__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee-scroll 20s linear infinite;
}
.fv-marquee__text {
  font-family: "Inter", sans-serif;
  font-size: clamp(80px, 10vw, 160px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  white-space: nowrap;
  padding-right: 80px;
  color: #fff;
  text-transform: uppercase;
}
.fv-marquee__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .fv-marquee__sp {
    display: block;
    padding-left: 20px;
  }
}
.fv-marquee__text-sp {
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #fff;
  text-transform: uppercase;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.fv-copy {
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .fv-copy {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.fv-copy__main {
  font-size: clamp(20px, 2.4vw, 32px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fv-copy__main {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 12px;
  }
}
.fv-copy__br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .fv-copy__br-sp {
    display: inline;
  }
}
.fv-copy__sub {
  font-size: clamp(13px, 1.2vw, 16px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  opacity: 0.9;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fv-copy__sub {
    font-size: 13px;
    line-height: 1.8;
  }
}
.fv-copy__sub p + p {
  margin-top: 2px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: #00a99d;
  z-index: 110;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
}
.mobile-menu__scroll {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 100px 28px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mobile-menu__nav {
  flex-shrink: 0;
}
.mobile-menu__list {
  text-align: left;
}
.mobile-menu__item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  margin-bottom: 28px;
}
.mobile-menu__item:last-child {
  margin-bottom: 0;
}
.mobile-menu.is-open .mobile-menu__item {
  opacity: 1;
  transform: translateY(0);
}
.mobile-menu.is-open .mobile-menu__item:nth-child(1) {
  transition-delay: 0.16s;
}
.mobile-menu.is-open .mobile-menu__item:nth-child(2) {
  transition-delay: 0.22s;
}
.mobile-menu.is-open .mobile-menu__item:nth-child(3) {
  transition-delay: 0.28s;
}
.mobile-menu.is-open .mobile-menu__item:nth-child(4) {
  transition-delay: 0.34s;
}
.mobile-menu.is-open .mobile-menu__item:nth-child(5) {
  transition-delay: 0.4s;
}
.mobile-menu.is-open .mobile-menu__item:nth-child(6) {
  transition-delay: 0.46s;
}
.mobile-menu:not(.is-open) .mobile-menu__item {
  transition-delay: 0s;
}
.mobile-menu__item a {
  display: block;
  color: #fff;
  transition: opacity 0.3s;
}
.mobile-menu__item a:hover {
  opacity: 0.7;
}
.mobile-menu__item-en {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
}
.mobile-menu__item-ja {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-top: -4px;
  opacity: 0.85;
}
.mobile-menu__footer {
  flex-shrink: 0;
  margin-top: 40px;
  opacity: 0;
  transition: opacity 0.4s ease;
  transition-delay: 0s;
}
.mobile-menu.is-open .mobile-menu__footer {
  opacity: 1;
  transition-delay: 0.6s;
}
.mobile-menu:not(.is-open) .mobile-menu__footer {
  transition-delay: 0s;
}
.mobile-menu__divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 24px;
}
.mobile-menu__company {
  margin-bottom: 20px;
  color: #fff;
}
.mobile-menu__company-name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  opacity: 0.85;
}
.mobile-menu__company-address {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
  opacity: 0.85;
  margin-bottom: 12px;
}
.mobile-menu__company-contact {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  opacity: 0.85;
}
.mobile-menu__sns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 20px;
}
.mobile-menu__sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  transition: opacity 0.3s;
}
.mobile-menu__sns-link:hover {
  opacity: 0.7;
}
.mobile-menu__sns-link svg {
  width: 24px;
  height: 24px;
}
.mobile-menu__copyright {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 400;
  opacity: 0.6;
  margin-top: 24px;
  letter-spacing: 0.02em;
  color: #fff;
}

body.is-menu-open {
  overflow: hidden;
}

.fv__bg-slider .slick-dots,
.fv__bg-slider .slick-prev,
.fv__bg-slider .slick-next,
.fv__bg-slider .slick-arrow {
  display: none !important;
}

.footer__inner, .services__inner, .contact__inner, .award__inner, .office__inner, .company__inner, .news__inner, .sim__inner, .purpose__inner, .greeting__inner, .about__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .footer__inner, .services__inner, .contact__inner, .award__inner, .office__inner, .company__inner, .news__inner, .sim__inner, .purpose__inner, .greeting__inner, .about__inner {
    padding: 0 24px;
  }
}

.about {
  width: 100%;
  background: #f4f6f7;
  padding: 110px 0 160px;
}
@media (max-width: 768px) {
  .about {
    padding: 64px 0 72px;
  }
}
.about__inner {
  display: flex;
  gap: 175px;
}
@media (max-width: 768px) {
  .about__inner {
    flex-direction: column;
    gap: 0;
  }
}
.about__heading {
  flex-shrink: 0;
  width: 200px;
}
@media (max-width: 768px) {
  .about__heading {
    width: 100%;
    margin-bottom: 32px;
  }
}
.about__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #555;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .about__label {
    font-size: 12px;
  }
}
.about__label-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ab8c1;
  flex-shrink: 0;
}
.about__title {
  font-size: 48px;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .about__title {
    font-size: 30px;
  }
}
.about__body {
  flex: 1;
  min-width: 0;
  margin-top: 24px;
}
.about__lead {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .about__lead {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.about__catch {
  font-size: 44px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.04em;
  line-height: 1.55;
  margin-bottom: 48px;
}
.about__catch .en {
  font-weight: 500;
  font-size: 52px;
}
@media (max-width: 768px) {
  .about__catch {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 36px;
  }
  .about__catch .en {
    font-weight: 500;
    font-size: 36px;
  }
}
.about__catch-accent {
  color: #4ab8c1;
}
.about__catch-accent.b {
  color: #48bbf6;
}
.about__content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .about__content {
    flex-direction: column;
    align-items: center;
    gap: 28px;
    margin-bottom: 40px;
  }
}
.about__badge {
  flex-shrink: 0;
  width: 220px;
}
@media (max-width: 768px) {
  .about__badge {
    width: 70%;
  }
}
.about__badge-img {
  width: 100%;
  height: auto;
  display: block;
}
.about__desc {
  flex: 1;
  min-width: 0;
}
.about__desc p {
  font-size: 15px;
  color: #333;
  letter-spacing: 0.04em;
  line-height: 1.9;
  font-weight: 500;
}
@media (max-width: 768px) {
  .about__desc p {
    font-size: 14px;
    line-height: 1.85;
  }
  .about__desc p br {
    display: none;
  }
}
.about__desc p + p {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .about__desc p + p {
    margin-top: 16px;
  }
}
.about__bottom-catch {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .about__bottom-catch {
    font-size: 20px;
    line-height: 1.55;
  }
}

.greeting {
  width: 100%;
  background: #fff;
  border-radius: 80px;
  padding: 100px 0 130px;
}
@media (max-width: 768px) {
  .greeting {
    padding: 64px 0 72px;
    border-radius: 40px;
  }
}
.greeting__heading {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .greeting__heading {
    margin-bottom: 52px;
  }
}
.greeting__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #555;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .greeting__label {
    font-size: 12px;
  }
}
.greeting__label-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ab8c1;
  flex-shrink: 0;
}
.greeting__title {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .greeting__title {
    font-size: 30px;
  }
}
.greeting__photo {
  width: 100%;
  margin-bottom: 74px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .greeting__photo {
    margin-bottom: 36px;
  }
}
.greeting__photo-img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media (max-width: 768px) {
  .greeting__photo-img {
    aspect-ratio: 4/3;
    border-radius: 16px;
  }
}
.greeting__content {
  display: flex;
  gap: 60px;
}
@media (max-width: 768px) {
  .greeting__content {
    flex-direction: column;
    gap: 32px;
  }
}
.greeting__left {
  flex-shrink: 0;
  width: 420px;
}
@media (max-width: 768px) {
  .greeting__left {
    width: 100%;
  }
}
.greeting__catch {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .greeting__catch {
    font-size: 20px;
    line-height: 1.75;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .greeting__profile {
    margin-bottom: 8px;
  }
}
.greeting__profile-role {
  font-size: 13px;
  color: #555;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .greeting__profile-role {
    font-size: 12px;
  }
}
.greeting__profile-name {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media (max-width: 768px) {
  .greeting__profile-name {
    font-size: 18px;
  }
}
.greeting__right {
  flex: 1;
  min-width: 0;
}
.greeting__text {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .greeting__text {
    margin-bottom: 36px;
  }
}
.greeting__text p {
  letter-spacing: 0.04em;
  line-height: 1.9;
}
@media (max-width: 768px) {
  .greeting__text p {
    font-size: 14px;
    line-height: 1.85;
  }
  .greeting__text p br {
    display: none;
  }
}
.greeting__text p + p {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .greeting__text p + p {
    margin-top: 20px;
  }
}
.greeting__link {
  padding-top: 32px;
  border-top: 1px solid #ddd;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .greeting__link {
    padding-top: 24px;
    margin-bottom: 20px;
  }
}
.greeting__link-label {
  font-size: 13px;
  font-weight: 500;
  color: #898989;
  letter-spacing: 0.04em;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .greeting__link-label {
    font-size: 12px;
  }
}
.greeting__link-url {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #898989;
  text-decoration: none;
  letter-spacing: 0.02em;
  word-break: break-all;
  transition: color 0.3s;
}
@media (max-width: 768px) {
  .greeting__link-url {
    font-size: 12px;
  }
}
.greeting__link-url:hover {
  color: #4ab8c1;
}
.greeting__link-icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}
.greeting__sns {
  display: flex;
  align-items: center;
  gap: 8px;
}
.greeting__sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #898989;
  transition: color 0.3s;
}
.greeting__sns-link:hover {
  color: #4ab8c1;
}
.greeting__sns-link svg {
  display: block;
}

.photo-marquee {
  width: 100%;
  overflow: hidden;
  padding: 205px 0 0 0;
}
@media (max-width: 768px) {
  .photo-marquee {
    padding: 64px 0 0 0;
  }
}
.photo-marquee__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: photoMarquee 40s linear infinite;
  gap: 30px;
}
.photo-marquee__slides {
  display: flex;
  flex-shrink: 0;
}
.photo-marquee__img {
  display: block;
  height: 420px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .photo-marquee__img {
    height: 160px;
    padding: 0 4px;
  }
}

@keyframes photoMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.purpose {
  width: 100%;
  padding: 240px 0;
}
@media (max-width: 768px) {
  .purpose {
    padding: 64px 0 50px;
  }
}
.purpose__heading {
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .purpose__heading {
    margin-bottom: 40px;
  }
}
.purpose__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #555;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .purpose__label {
    font-size: 12px;
  }
}
.purpose__label-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ab8c1;
  flex-shrink: 0;
}
.purpose__title {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .purpose__title {
    font-size: 30px;
  }
}
.purpose__list {
  display: flex;
  flex-direction: column;
}
.purpose__item {
  display: flex;
  gap: 48px;
  padding: 36px 0;
}
.purpose__item:first-child {
  border-top: 1px solid #dcdddd;
}
@media (max-width: 768px) {
  .purpose__item {
    flex-direction: column;
    gap: 2px;
    padding: 28px 0;
  }
}
.purpose__item--main {
  padding: 44px 0;
}
@media (max-width: 768px) {
  .purpose__item--main {
    padding: 32px 0;
  }
}
@media (max-width: 768px) {
  .purpose__item--value {
    padding-bottom: 36px;
  }
}
.purpose__item-label {
  flex-shrink: 0;
  width: 120px;
}
@media (max-width: 768px) {
  .purpose__item-label {
    width: 100%;
  }
}
.purpose__item-en {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .purpose__item-en {
    font-size: 18px;
  }
}
.purpose__item-ja {
  font-size: 14px;
  letter-spacing: 0.04em;
  margin-top: 2px;
}
@media (max-width: 768px) {
  .purpose__item-ja {
    font-size: 14px;
  }
}
.purpose__item-body {
  flex: 1;
  min-width: 0;
}
.purpose__item-text {
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.85;
  font-weight: 600;
}
@media (max-width: 768px) {
  .purpose__item-text {
    font-size: 14px;
    line-height: 1.8;
  }
  .purpose__item-text br {
    display: none;
  }
}
.purpose__item-text--large {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .purpose__item-text--large {
    font-size: 18px;
    line-height: 1.7;
  }
}
.purpose__item-text--value-lead {
  font-size: 18px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .purpose__item-text--value-lead {
    font-size: 13px;
    margin-bottom: 24px;
  }
}
.purpose__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .purpose__cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.purpose__card {
  background: #fff;
  padding: 48px 24px;
  text-align: center;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .purpose__card {
    padding: 40px 24px 54px;
  }
}
.purpose__card-title {
  font-size: 22px;
  font-weight: 800;
  color: #4ab8c1;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .purpose__card-title {
    font-size: 18px;
  }
}
.purpose__card-sub {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 32px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .purpose__card-sub {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .purpose__card-sub br {
    display: none;
  }
}
.purpose__card-text {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.85;
  text-align: left;
}
@media (max-width: 768px) {
  .purpose__card-text {
    font-size: 14px;
    line-height: 1.8;
  }
  .purpose__card-text br {
    display: none;
  }
}

.recruit {
  width: 100%;
}
.recruit__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
}
@media (max-width: 768px) {
  .recruit__inner {
    flex-direction: column-reverse;
    padding: 0 24px;
  }
}

.sim {
  width: 100%;
  padding: 275px 0 120px;
}
@media (max-width: 768px) {
  .sim {
    padding: 64px 0 72px;
  }
}
.sim__heading {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .sim__heading {
    margin-bottom: 36px;
  }
}
.sim__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .sim__label {
    font-size: 12px;
  }
}
.sim__label-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ab8c1;
  flex-shrink: 0;
}
.sim__title {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .sim__title {
    font-size: 26px;
    line-height: 1.3;
  }
}
.sim__lead {
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .sim__lead {
    margin-bottom: 40px;
  }
}
.sim__lead-title {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .sim__lead-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.sim__lead-text {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.9;
}
@media (max-width: 768px) {
  .sim__lead-text {
    font-size: 13px;
    line-height: 1.85;
  }
  .sim__lead-text br {
    display: none;
  }
}
.sim__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 40px;
}
@media (max-width: 768px) {
  .sim__cards {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.sim__card {
  display: flex;
  flex-direction: column;
}
.sim__card-img {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 16px;
}
.sim__card-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .sim__card-img {
    margin-bottom: 18px;
  }
}
.sim__card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.sim__card-tag {
  display: inline-block;
  align-self: flex-start;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0px 32px;
  border-radius: 100px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .sim__card-tag {
    font-size: 11px;
    padding: 5px 24px;
    margin-bottom: 10px;
    line-height: 100%;
  }
}
.sim__card-tag--green {
  background: #009e96;
  color: #fff;
}
.sim__card-tag--orange {
  background: #009e96;
  color: #fff;
}
.sim__card-tag--teal {
  background: #009e96;
  color: #fff;
}
.sim__card-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .sim__card-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.sim__card-text {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.85;
  margin-bottom: 12px;
  flex: 1;
}
@media (max-width: 768px) {
  .sim__card-text {
    font-size: 13px;
    line-height: 1.8;
  }
}
.sim__card-link {
  font-size: 12px;
  color: #888;
  text-decoration: none;
  letter-spacing: 0.02em;
  word-break: break-all;
  transition: color 0.3s;
}
.sim__card-link:hover {
  color: #4ab8c1;
}
@media (max-width: 768px) {
  .sim__card-link {
    font-size: 11px;
  }
}

.biz {
  width: 100%;
}
.biz__bg {
  width: 100%;
  background: #009e96;
  border-radius: 80px;
  padding: 228px 0 200px;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 768px) {
  .biz__bg {
    border-radius: 40px;
    padding: 56px 0 0;
  }
}
.biz__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .biz__inner {
    padding: 0 24px;
  }
}
.biz__heading {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .biz__heading {
    margin-bottom: 16px;
  }
}
.biz__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .biz__label {
    font-size: 12px;
  }
}
.biz__label-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
}
.biz__title {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .biz__title {
    font-size: 30px;
  }
}
.biz__lead {
  letter-spacing: 0.03em;
  line-height: 1.85;
  margin-bottom: 48px;
  border-top: 1px solid #66c5c0;
  padding-top: 40px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .biz__lead {
    font-size: 14px;
    margin-bottom: 32px;
  }
}
.biz__top {
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 2px solid #fff;
  display: flex;
  gap: 8px;
  width: 900px;
  margin: auto;
  justify-content: center;
}
@media (max-width: 768px) {
  .biz__top {
    margin-bottom: 20px;
    padding-bottom: 6px;
    width: auto;
    display: block;
  }
}
.biz__top-sub {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding-top: 45px;
}
@media (max-width: 768px) {
  .biz__top-sub {
    font-size: 20px;
  }
}
.biz__top-main {
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .biz__top-main {
    font-size: 12vw;
  }
}
.biz__arrow {
  text-align: center;
  margin: 67px 0 70px;
}
@media (max-width: 768px) {
  .biz__arrow {
    margin-bottom: 16px;
  }
}
.biz__comm-title {
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .biz__comm-title {
    font-size: 20px;
    margin-bottom: 28px;
  }
}
.biz__circles-wrapper {
  margin-bottom: 126px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .biz__circles-wrapper {
    max-width: none;
    padding: 0 24px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-bottom: 36px;
  }
  .biz__circles-wrapper img {
    height: 360px;
  }
  .biz__circles-wrapper::-webkit-scrollbar {
    display: none;
  }
}
.biz__circles {
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 768px) {
  .biz__circles {
    justify-content: flex-start;
    gap: 16px;
    width: -moz-max-content;
    width: max-content;
    padding-right: 24px;
  }
}
.biz__circle {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.08);
}
@media (max-width: 768px) {
  .biz__circle {
    width: 240px;
    height: 240px;
  }
}
.biz__circle-inner {
  text-align: center;
  padding: 20px;
  max-width: 200px;
}
@media (max-width: 768px) {
  .biz__circle-inner {
    padding: 16px;
    max-width: 180px;
  }
}
.biz__circle-icon {
  margin-bottom: 12px;
}
.biz__circle-icon img {
  display: inline-block;
}
@media (max-width: 768px) {
  .biz__circle-icon {
    margin-bottom: 8px;
  }
  .biz__circle-icon img {
    width: 40px;
    height: 40px;
  }
}
.biz__circle-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .biz__circle-title {
    font-size: 13px;
    margin-bottom: 8px;
  }
}
.biz__circle-text {
  font-size: 11px;
  letter-spacing: 0.02em;
  line-height: 1.7;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .biz__circle-text {
    font-size: 10px;
    line-height: 1.65;
  }
}
.biz__circle-logo {
  margin-top: 12px;
}
.biz__circle-logo img {
  display: inline-block;
}
@media (max-width: 768px) {
  .biz__circle-logo {
    margin-top: 8px;
  }
  .biz__circle-logo img {
    height: 22px;
  }
}
.biz__services {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 56px;
  border: 1px solid #b2e2df;
  padding: 58px 78px;
  width: 1040px;
  margin: 0 auto 146px;
}
@media (max-width: 768px) {
  .biz__services {
    border-radius: 12px;
    margin-bottom: 40px;
    width: 100%;
    padding: 12px 6px;
  }
}
.biz__service {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 28px 32px;
  color: #fff;
}
.biz__service:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .biz__service {
    gap: 16px;
    padding: 24px 20px;
    border-bottom: 1px solid rgba(178, 226, 223, 0.231372549);
  }
}
.biz__service-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #fff;
  color: #009e96;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .biz__service-num {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.biz__service-body {
  flex: 1;
  min-width: 0;
}
.biz__service-head {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .biz__service-head {
    flex-direction: column;
    gap: 4px;
    margin-bottom: 6px;
  }
}
.biz__service-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .biz__service-title {
    font-size: 16px;
  }
}
.biz__service-url {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
.biz__service-url:hover {
  color: #fff;
  opacity: 0.6;
}
.biz__service-url svg {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .biz__service-url {
    font-size: 11px;
  }
}
.biz__service-text {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.75;
  font-weight: 500;
}
@media (max-width: 768px) {
  .biz__service-text {
    font-size: 12px;
    line-height: 1.7;
  }
}
.biz__partners {
  padding: 48px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .biz__partners {
    padding: 36px 0 100px;
  }
}
.biz__partners-title {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.06em;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .biz__partners-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.biz__partners-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: partnersMarquee 25s linear infinite;
}
.biz__partners-slides {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.biz__partners-logo {
  display: block;
  height: 88px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 8px;
}
.biz__partners-logo:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .biz__partners-logo {
    height: 50px;
    margin: 0 8px;
  }
}

@keyframes partnersMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.news {
  width: 100%;
  padding: 240px 0 170px;
}
@media (max-width: 768px) {
  .news {
    padding: 64px 0 72px;
  }
}
.news__container {
  display: flex;
  gap: 60px;
}
@media (max-width: 768px) {
  .news__container {
    flex-direction: column;
    gap: 32px;
  }
}
.news__heading {
  flex-shrink: 0;
  width: 200px;
}
@media (max-width: 768px) {
  .news__heading {
    width: 100%;
  }
}
.news__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .news__label {
    font-size: 12px;
  }
}
.news__label-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ab8c1;
  flex-shrink: 0;
}
.news__title {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .news__title {
    font-size: 30px;
    margin-bottom: 0;
  }
}
.news__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 48px;
  padding: 0 32px;
  border-radius: 24px;
  background: #1ab5a8;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: background 0.3s, transform 0.3s;
}
.news__btn:hover {
  background: rgb(20.8753623188, 145.3246376812, 134.8869565217);
  transform: translateY(-1px);
}
@media (max-width: 768px) {
  .news__btn--pc {
    display: none;
  }
}
.news__btn-sp {
  display: none;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .news__btn-sp {
    display: block;
  }
}
.news__btn-sp .news__btn {
  min-width: 240px;
  height: 56px;
  font-size: 16px;
  border-radius: 28px;
}
.news__list {
  flex: 1;
  min-width: 0;
}
.news__item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 38px;
  text-decoration: none;
  background: #fff;
  border-radius: 8px;
  transition: opacity 0.3s;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .news__item {
    flex-wrap: wrap;
    gap: 0;
    padding: 20px 24px 28px;
  }
}
.news__date {
  flex-shrink: 0;
  width: 72px;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-family: "outfit", sans-serif;
  font-weight: 600;
}
@media (max-width: 768px) {
  .news__date {
    width: auto;
    font-size: 13px;
    margin-right: 12px;
  }
}
.news__tag {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  height: 28px;
  padding: 0 14px;
  border: 1px solid #1ab5a8;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 600;
  color: #1ab5a8;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .news__tag {
    min-width: 72px;
    height: 26px;
    padding: 0 12px;
    font-size: 11px;
  }
}
.news__item-title {
  flex: 1;
  min-width: 0;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .news__item-title {
    width: 100%;
    flex: none;
    font-size: 14px;
    margin-top: 12px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.company {
  width: 100%;
  padding: 0 0 0;
}
@media (max-width: 768px) {
  .company {
    padding: 64px 0 0;
  }
}
.company__heading {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .company__heading {
    margin-bottom: 36px;
  }
}
.company__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .company__label {
    font-size: 12px;
  }
}
.company__label-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ab8c1;
  flex-shrink: 0;
}
.company__title {
  font-size: 48px;
  font-weight: 600;
  border-bottom: 1px solid #dcdddd;
  padding-bottom: 48px;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .company__title {
    font-size: 28px;
  }
}
.company__container {
  display: flex;
  gap: 60px;
}
@media (max-width: 768px) {
  .company__container {
    flex-direction: column;
    gap: 0;
  }
}
.company__info {
  flex: 1;
  min-width: 0;
}
.company__info-head {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .company__info-head {
    margin-bottom: 24px;
  }
}
.company__info-title {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .company__info-title {
    font-size: 18px;
  }
}
.company__info-sub {
  font-size: 13px;
  letter-spacing: 0.04em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .company__info-sub {
    font-size: 12px;
  }
}
.company__dl {
  width: 100%;
}
.company__dl-row {
  display: flex;
  gap: 32px;
  padding: 24px 0;
  border-bottom: 1px solid #dcdddd;
}
@media (max-width: 768px) {
  .company__dl-row {
    flex-direction: column;
    gap: 8px;
    padding: 20px 0;
  }
}
.company__dt {
  flex-shrink: 0;
  width: 80px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .company__dt {
    width: 100%;
    font-size: 13px;
  }
}
.company__dd {
  flex: 1;
  min-width: 0;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .company__dd {
    font-size: 14px;
  }
}
.company__map {
  flex-shrink: 0;
  width: 480px;
  align-self: stretch;
}
@media (max-width: 768px) {
  .company__map {
    width: 100%;
    margin-top: 40px;
  }
}
.company__map iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: block;
  border: 0;
}
@media (max-width: 768px) {
  .company__map iframe {
    min-height: 300px;
    aspect-ratio: 4/3;
    height: auto;
  }
}
.company__map .map_link {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.company__map .map_link a {
  width: 94px;
  display: block;
  margin-top: 16px;
}

.office {
  width: 100%;
  padding: 100px 0 120px;
  margin-top: 120px;
}
@media (max-width: 768px) {
  .office {
    padding: 64px 0 24px;
    margin-top: 0;
  }
}
.office__inner {
  border-top: 1px solid #dcdddd;
  padding-top: 80px;
}
.office__heading {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .office__heading {
    margin-bottom: 32px;
  }
}
.office__heading-row {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.office__title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .office__title {
    font-size: 26px;
  }
}
.office__title-sub {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .office__title-sub {
    font-size: 13px;
  }
}
.office__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
@media (max-width: 768px) {
  .office__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.office__card {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s;
}
.office__card:hover .office__card-img img {
  transform: scale(1.08);
}
.office__card-img {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .office__card-img {
    margin-bottom: 16px;
  }
}
.office__card-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.office__card-body {
  padding: 0 4px;
}
.office__card-name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .office__card-name {
    font-size: 17px;
    margin-bottom: 6px;
  }
}
.office__card-address {
  font-size: 14px;
  color: #555;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .office__card-address {
    font-size: 13px;
    line-height: 1.65;
  }
}

.award {
  width: 100%;
  padding: 0 120px 210px;
}
@media (max-width: 768px) {
  .award {
    padding: 48px 0 72px;
  }
}
.award__inner {
  border-top: 1px solid #dcdddd;
  padding-top: 80px;
}
.award__heading {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .award__heading {
    margin-bottom: 28px;
  }
}
.award__heading-en {
  font-size: 20px;
  font-weight: 800;
  color: #333;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .award__heading-en {
    font-size: 18px;
  }
}
.award__heading-ja {
  font-size: 14px;
  font-weight: 500;
  color: #777;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .award__heading-ja {
    font-size: 13px;
  }
}
.award__container {
  display: flex;
  gap: 48px;
}
@media (max-width: 768px) {
  .award__container {
    flex-direction: column;
    gap: 40px;
  }
}
.award__list {
  flex: 1;
  min-width: 0;
}
.award__item {
  display: flex;
  gap: 24px;
  padding: 26px 0;
  border-bottom: 1px solid #e0e0e0;
}
.award__item:first-child {
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 768px) {
  .award__item {
    display: block;
    gap: 16px;
    padding: 18px 0 24px 0;
  }
}
.award__date {
  flex-shrink: 0;
  width: 72px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .award__date {
    width: 64px;
    font-size: 13px;
  }
}
.award__text {
  flex: 1;
  min-width: 0;
  font-size: 15px;
  color: #333;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .award__text {
    font-size: 14px;
    line-height: 1.75;
  }
}
.award__photos {
  flex-shrink: 0;
  width: 349px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .award__photos {
    display: block;
    width: 100%;
    flex-direction: row;
    gap: 12px;
  }
}
.award__photo {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .award__photo {
    flex: 1;
  }
}
.award__photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.contact {
  width: 100%;
  padding: 0 0 210px 0;
}
@media (max-width: 768px) {
  .contact {
    padding: 0 0 40px 0;
  }
}
.contact__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 60px 48px;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.4s ease, color 0.4s ease, box-shadow 0.4s ease;
  background: #fff;
}
.contact__btn:hover {
  background: #0a7fd4;
  color: #fff;
}
.contact__btn:hover .contact__label-dot {
  background: #fff;
}
.contact__btn:hover .contact__divider {
  background: rgba(255, 255, 255, 0.35);
}
@media (max-width: 768px) {
  .contact__btn {
    flex-direction: column;
    gap: 20px;
    padding: 28px 24px;
    border-radius: 10px;
  }
}
.contact__left {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .contact__left {
    gap: 12px;
  }
}
.contact__title {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .contact__title {
    font-size: 24px;
  }
}
.contact__label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .contact__label {
    font-size: 12px;
  }
}
.contact__label-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ab8c1;
  flex-shrink: 0;
  transition: background 0.4s ease;
}
.contact__divider {
  width: 1px;
  height: 40px;
  background: #dcdddd;
  margin: 0 124px 0 94px;
  flex-shrink: 0;
  transition: background 0.4s ease;
}
@media (max-width: 768px) {
  .contact__divider {
    width: 60px;
    height: 1px;
    margin: 0;
  }
}
.contact__right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact__mail-icon {
  flex-shrink: 0;
  width: 24px;
  height: 18px;
}
@media (max-width: 768px) {
  .contact__mail-icon {
    width: 22px;
    height: 16px;
  }
}
.contact__email {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .contact__email {
    font-size: 16px;
  }
}

.services {
  width: 100%;
  padding: 0 0 80px 0;
}
@media (max-width: 768px) {
  .services {
    padding: 48px 0;
  }
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .services__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.services__card {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.services__card:hover img {
  transform: scale(1.03);
}
.services__card img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.footer {
  width: 100%;
  background: #fff;
  border-top: 1px solid #e8e8e8;
  padding: 64px 0 48px;
}
@media (max-width: 768px) {
  .footer {
    padding: 80px 0 40px;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .footer__top {
    margin-bottom: 48px;
  }
}
.footer__logo {
  width: 146px;
  transition: opacity 0.3s;
}
.footer__logo:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .footer__logo {
    font-size: 28px;
    width: 160px;
  }
}
.footer__nav {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-top: 8px;
}
.footer__nav a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: opacity 0.3s;
}
.footer__nav a:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .footer__nav {
    display: none;
  }
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 36px;
  }
}
.footer__company {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 1px;
}
@media (max-width: 768px) {
  .footer__company {
    font-size: 15px;
  }
}
.footer__address {
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.7;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .footer__address {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
.footer__contact p {
  font-size: 14px;
  color: #555;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .footer__contact p {
    font-size: 13px;
  }
}
.footer__sns {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .footer__sns {
    align-self: flex-end;
  }
}
.footer__sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #999;
  transition: color 0.3s;
}
.footer__sns-link svg {
  display: block;
}
.footer__copyright {
  padding-top: 32px;
  border-top: 1px solid #ddd;
}
@media (max-width: 768px) {
  .footer__copyright {
    padding-top: 24px;
  }
}
.footer__copyright small {
  display: block;
  font-size: 13px;
  color: #aaa;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .footer__copyright small {
    font-size: 12px;
  }
}

/* =================================================================

    その他

================================================================= */
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
br.is-sp-only {
  display: none;
}/*# sourceMappingURL=style.css.map */