@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.title-group {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.title-group.is-inview {
  -webkit-animation: fadeInUp 1s ease-out 0s forwards;
          animation: fadeInUp 1s ease-out 0s forwards;
}

@media (prefers-reduced-motion: reduce) {
  .title-group,
  .title-group.is-inview {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fade-in-right {
  opacity: 0;
  -webkit-animation: fadeInRight 1.2s ease-out 0s forwards;
          animation: fadeInRight 1.2s ease-out 0s forwards;
}

@media (prefers-reduced-motion: reduce) {
  .fade-in-right {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  letter-spacing: 0.05em;
}

p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

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

a {
  text-decoration: none;
}

.top-fv {
  position: relative;
}
.top-fv .top-fv__title {
  padding: 300px 60px 390px 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 93px;
}
.top-fv .top-fv__title .main-text {
  padding-bottom: 14px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: #001733;
}
.top-fv .top-fv__title .sub-text {
  max-width: 550px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
}
.top-fv .top-fv__image {
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: -1;
}
.top-fv .top-fv__image img {
  border-radius: 0 16px 0 0;
  padding-top: 60px;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .top-fv .top-fv__title {
    position: relative;
    padding: 200px 20px 250px 20px;
    gap: 40px;
    text-align: center;
  }
  .top-fv .top-fv__title .main-text {
    font-size: 36px;
    line-height: 1.5;
    padding-bottom: 10px;
    text-align: left;
  }
  .top-fv .top-fv__title .sub-text {
    text-align: left;
    font-size: 14px;
    max-width: 80%;
    line-height: 2;
  }
  .top-fv .top-fv__image {
    position: absolute;
    bottom: 210px;
    left: 0;
    z-index: 1;
    margin-top: 40px;
    width: 95%;
    height: 280px;
    z-index: -1;
  }
  .top-fv .top-fv__image img {
    border-bottom-right-radius: 12px;
    padding-top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
    display: block;
  }
}
.top-about {
  padding-top: 260px;
  padding-bottom: 200px;
}
.top-about .about-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 160px;
}
.top-about .about-inner .about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 94px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.top-about .about-inner .about-content .about-content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 46px;
}
.top-about .about-inner .about-content .about-content-top .main-copy {
  font-size: 48px;
  line-height: 1.75;
  font-weight: 700;
  padding-left: 60px;
}
.top-about .about-inner .about-content .about-content-top .sub-copy-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 120px;
  padding: 0 101px;
  margin-top: 80px;
}
.top-about .about-inner .about-content .about-content-top .sub-copy-section img {
  width: 440px;
  height: 477px;
  border-radius: 12px;
}
.top-about .about-inner .about-content .about-content-top .sub-copy {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .top-about {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .top-about .about-inner {
    gap: 80px;
  }
  .top-about .about-inner .about-content {
    gap: 40px;
  }
  .top-about .about-inner .about-content .about-content-top {
    gap: 30px;
  }
  .top-about .about-inner .about-content .about-content-top .main-copy {
    font-size: 36px;
    padding-left: 0;
    line-height: 1.5;
  }
  .top-about .about-inner .about-content .about-content-top .sub-copy-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 0;
    margin-top: 40px;
  }
  .top-about .about-inner .about-content .about-content-top .sub-copy-section img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  .top-about .about-inner .about-content .about-content-top .sub-copy {
    font-size: 14px;
    line-height: 1.8;
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .top-about {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .top-about .about-inner {
    gap: 60px;
  }
  .top-about .about-inner .about-content {
    gap: 30px;
  }
  .top-about .about-inner .about-content .about-content-top {
    gap: 20px;
  }
  .top-about .about-inner .about-content .about-content-top .main-copy {
    font-size: 28px;
  }
  .top-about .about-inner .about-content .about-content-top .sub-copy-section {
    margin-top: 30px;
  }
  .top-about .about-inner .about-content .about-content-top .sub-copy-section img {
    max-width: 250px;
  }
  .top-about .about-inner .about-content .about-content-top .sub-copy {
    font-size: 13px;
    padding-bottom: 30px;
  }
}
.top-service {
  padding-top: 240px;
  padding-bottom: 240px;
  background-color: #001733;
}
.top-service .service-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
.top-service .title-group {
  color: #fff;
}
.top-service .service-intro {
  width: 48%;
  font-size: 24px;
  line-height: 1.8;
  font-weight: 700;
  color: #fff;
  margin-left: auto;
}
.top-service .service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 120px 50px;
}
.top-service .service-grid .service-card--full {
  grid-column: 1/-1;
}
.top-service .service-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  color: #fff;
}
.top-service .service-card__image {
  width: 100%;
}
.top-service .service-card__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.top-service .service-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.top-service .service-card__title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.top-service .service-card__desc {
  font-size: 14px;
  line-height: 2;
  opacity: 0.95;
  margin: 0;
}
.top-service .service-card .sub-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 20px;
}
.top-service .service-card:first-child .service-card__image img {
  aspect-ratio: 2/2.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-service .service-card--square .service-card__image img,
.top-service .service-card--full .service-card__image img {
  aspect-ratio: 1/1;
}

@media (max-width: 1200px) {
  .top-service {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .top-service .service-inner {
    gap: 60px;
  }
  .top-service .service-intro {
    font-size: 22px;
  }
  .top-service .service-grid {
    gap: 100px 40px;
  }
  .top-service .service-card__title {
    font-size: 22px;
  }
  .top-service .service-card__desc {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .top-service {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .top-service .service-inner {
    gap: 60px;
  }
  .top-service .service-intro {
    width: 100%;
    font-size: 15px;
    margin-left: 0;
    text-align: left;
  }
  .top-service .service-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 100px;
  }
  .top-service .service-grid .service-card--full {
    grid-column: unset;
  }
  .top-service .service-card {
    gap: 20px;
  }
  .top-service .service-card__title {
    font-size: 20px;
  }
  .top-service .service-card__desc {
    font-size: 13px;
  }
  .top-service .service-card__image img {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-service .service-card:first-child .service-card__image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top-news {
  padding: 200px 0;
}
.top-news .news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
.top-news .news-header {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 120px;
}
.top-news .title-group {
  color: #001733;
}
.top-news .news-more {
  justify-self: end;
}
.top-news .news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 40px;
}
.top-news .news-card {
  background: #fff;
  border-radius: 12px;
}
.top-news .news-card__link {
  border-bottom: 1px solid #E5E2DC;
  display: grid;
  grid-template-columns: minmax(90px, 180px) 1fr 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
  padding: 48px 20px 40px;
  color: #33302B;
  text-decoration: none;
}
.top-news .news-card__thumbnail {
  width: 100%;
  max-width: 180px;
  aspect-ratio: 3/2;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.top-news .news-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top-news .news-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
.top-news .news-card__date {
  color: #7A7A7A;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 14px;
}
.top-news .news-card__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-news .news-card:hover {
  background-color: #fcfcfc;
}

@media (max-width: 960px) {
  .top-news {
    padding: 120px 0;
  }
  .news-inner {
    gap: 30px !important;
  }
  .news-header {
    gap: 60px;
  }
  .news-header .news-more {
    display: none;
  }
  .news-grid {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0 !important;
  }
  .news-card__link {
    gap: 18px !important;
    grid-template-columns: 100px 1fr !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .news-card__thumbnail {
    width: 100px !important;
    max-width: 100px !important;
    height: auto !important;
  }
  .news-card__thumbnail img {
    width: 100%;
    height: auto !important;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .news-card__title {
    font-size: 16px !important;
  }
  .news-card__date {
    font-size: 13px !important;
  }
}
.top-company {
  padding-top: 200px;
  padding-bottom: 90px;
}
.top-company .company-table-wrapper {
  margin-top: 110px;
}
.top-company .company-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.6;
}
.top-company .company-table th, .top-company .company-table td {
  padding: 32px 32px;
  text-align: left;
  border-bottom: 1px solid #E5E2DC;
  vertical-align: top;
}
.top-company .company-table th {
  font-weight: 700;
  color: #001733;
  width: 30%;
  min-width: 200px;
}
.top-company .company-table td {
  color: #33302B;
  font-weight: 500;
}
.top-company .company-table tr:last-child th, .top-company .company-table tr:last-child td {
  border-bottom: none;
}
.top-company .company-table td br {
  line-height: 2;
}

@media (max-width: 1200px) {
  .top-company {
    padding-top: 150px;
    padding-bottom: 70px;
  }
  .top-company .company-table-wrapper {
    margin-top: 80px;
  }
  .top-company .company-table {
    font-size: 15px;
  }
  .top-company .company-table th, .top-company .company-table td {
    padding: 24px 24px;
  }
  .top-company .company-table th {
    width: 35%;
    min-width: 180px;
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .top-company {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .top-company .company-table-wrapper {
    margin-top: 60px;
  }
  .top-company .company-table {
    font-size: 14px;
  }
  .top-company .company-table th, .top-company .company-table td {
    padding: 20px 16px;
    display: block;
    width: 100%;
  }
  .top-company .company-table th {
    font-weight: 700;
    color: #001733;
    padding-bottom: 8px;
  }
  .top-company .company-table td {
    padding-top: 8px;
    padding-bottom: 20px;
  }
  .top-company .company-table tr {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .top-company {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .top-company .company-table-wrapper {
    margin-top: 40px;
  }
  .top-company .company-table {
    font-size: 13px;
  }
  .top-company .company-table th, .top-company .company-table td {
    padding: 16px 12px;
  }
  .top-company .company-table th {
    font-size: 14px;
    padding-bottom: 6px;
  }
  .top-company .company-table td {
    padding-top: 6px;
    padding-bottom: 16px;
  }
  .top-company .company-table tr {
    margin-bottom: 16px;
  }
}