@charset "UTF-8";
/* src/reset.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
}

h1 {
  margin: 0;
  padding: 0;
}

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

address {
  font-style: normal;
  line-height: 1.4;
}

/* 必要に応じて他のリセットも追加 */
html {
  scroll-behavior: smooth;
}

html, body {
  font-family: "Europa-Regular", "YuGothic", "Yu Gothic", "游ゴシック", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 16px;
  /* 1rem = 16px */
  color: #333333;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6, .bold {
  font-weight: bold;
}

h2 {
  font-size: 3.75rem;
}
@media (max-width: 768px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 3.75rem;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.875rem;
  }
}

main {
  flex: 1;
  padding-top: 73px;
}
@media (max-width: 768px) {
  main {
    width: 100%;
    padding-top: 48px;
  }
}

nav[aria-label=Breadcrumb] {
  margin: 0 40px;
}

.breadcrumb {
  list-style: none;
  padding: 0;
  display: flex;
  font-size: 0.6875rem;
  margin: 16px auto 70px;
  max-width: 1080px;
}
@media (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb li + li::before {
  content: ">";
  margin: 0 0.5em;
  color: #666;
}

p {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 0.875rem;
}

a:hover {
  transition: 0.2s;
  color: #94a0b0;
}

hr {
  background-color: #808080;
  border: none;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.bottom_page__heading {
  font-size: 3.75rem;
  color: #005088;
  line-height: 1;
}
@media (max-width: 768px) {
  .bottom_page__heading {
    font-size: 2.5rem;
  }
}

.h2__label {
  color: #005088;
  margin-bottom: 0;
}

.bottom-content {
  margin-bottom: 60px;
}

.c-sub-hero__background {
  width: 100%;
  height: 320px;
  background: #E7F2F9;
}
@media (max-width: 768px) {
  .c-sub-hero__background {
    height: 142px;
    margin-bottom: 40px;
  }
}

/* 初期状態（PC）では非表示 */
.is-sp {
  display: none !important;
}

.is-tablet {
  display: none !important;
}

/* SPの時だけ表示 */
@media (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .is-tablet {
    display: block !important;
  }
}
.l-header {
  width: 100%;
  font-size: 0.9375rem;
  padding: 20px 40px;
  font-weight: 700;
  position: fixed;
  background-color: #fff;
  z-index: 100;
}
@media (max-width: 768px) {
  .l-header {
    font-size: 1rem;
    padding: 12px 24px;
    top: 0;
    left: 0;
    right: 0;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__menu-divider {
  border: none;
  height: 1px;
  margin: 20px 0;
  background-color: rgba(128, 128, 128, 0.5);
}
@media (max-width: 768px) {
  .l-header__menu-divider {
    margin: 5px 0;
  }
}
.l-header__menu-links {
  line-height: 2;
}
@media (max-width: 768px) {
  .l-header__menu-links {
    font-size: 0.875rem;
  }
}
.l-header__menu-headings {
  display: flex;
}
.l-header__menu-heading {
  color: #005088;
}
.l-header__menu-headings, .l-header__menu-links {
  max-width: 800px;
  display: flex;
  gap: 120px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .l-header__menu-headings, .l-header__menu-links {
    display: flex;
    gap: 36px;
    flex-direction: column;
    margin: 0;
  }
}
.l-header__menu-headings .l-header__menu-heading:nth-of-type(2), .l-header__menu--headings .l-header__menu-heading:nth-of-type(3) {
  margin-left: 25px;
}
@media (max-width: 768px) {
  .l-header__menu-headings .l-header__menu-heading:nth-of-type(2), .l-header__menu--headings .l-header__menu-heading:nth-of-type(3) {
    margin: 0;
  }
}
.l-header__menu-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.l-header__logo {
  z-index: 1000;
}
.l-header__logo img {
  display: block;
}
@media (max-width: 768px) {
  .l-header__logo img {
    width: 154px;
    height: auto;
  }
}
.l-header__nav-wrapper {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px;
}
@media (max-width: 768px) {
  .l-header__nav-wrapper {
    display: flex;
    gap: 50px;
    margin: 0;
    padding: 24px;
  }
}

.l-header__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1001;
}
.l-header__hamburger .hamburger-line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #666666;
  transition: all 0.3s ease;
  transform-origin: center;
}
.l-header__hamburger.is-active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.l-header__hamburger.is-active .hamburger-line:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger.is-active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.l-header__nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 38vh;
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateX(100%);
  z-index: 1000;
  padding-top: 80px;
}
@media (max-width: 768px) {
  .l-header__nav {
    padding-top: 50px;
  }
}
.l-header__nav .l-header__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-header__nav .l-header__menu .header__menu-item a {
  font-size: 1.125rem;
  color: #333;
  text-decoration: none;
}
.l-header__nav .l-header__menu .header__menu-item a:hover {
  color: #007aff;
}
.l-header__nav.is-active {
  transform: translateX(0);
  z-index: 10;
  height: auto;
}

@media (max-width: 768px) {
  .l-header__menu-row {
    display: flex;
    align-items: flex-start;
    gap: 16px; /* 見出しとリンクの間の余白 */
    padding: 8px 0;
  }
  .l-header__menu-heading {
    width: 120px; /* 見出しの固定幅 */
    font-weight: bold;
  }
  .l-header__menu-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px; /* リンク同士の余白 */
  }
}
.l-footer {
  width: 100%;
}
@media (max-width: 1024px) {
  .l-footer {
    position: relative;
  }
  .l-footer a:hover {
    color: inherit !important;
  }
}
.l-footer__inner {
  background-color: #E7F2F9;
  padding: 40px 0 60px;
}
@media (max-width: 1024px) {
  .l-footer__inner {
    padding: 20px 0 40px;
  }
}
.l-footer__banner-area {
  display: flex;
  justify-content: center;
}
.l-footer__white-line {
  border: none;
  height: 1px;
  background-color: white;
  margin: 2.125rem 0 3.125rem;
}
@media (max-width: 1024px) {
  .l-footer__white-line {
    margin: 1.25rem 0;
    display: block;
  }
}
.l-footer__info {
  display: flex;
  gap: 1.875rem;
  align-items: end;
}
@media (max-width: 1024px) {
  .l-footer__info {
    display: block;
  }
}
.l-footer__address {
  font-size: 0.875rem;
}
@media (max-width: 1024px) {
  .l-footer__address {
    line-height: 1.8;
  }
}
.l-footer__undergroup {
  display: flex;
  justify-content: center;
  gap: 9.5rem;
  max-width: 1160px;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .l-footer__undergroup {
    display: block;
    padding: 0 24px;
  }
}
.l-footer__menugroup {
  display: flex;
  gap: 3.06rem;
}
@media (max-width: 1024px) {
  .l-footer__menugroup {
    display: block;
  }
}
.l-footer__menu-item {
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .l-footer__menu-item {
    line-height: 1.8;
  }
}
.l-footer__menu-title {
  font-size: 1rem;
  color: #005088;
  margin-bottom: 0.75rem;
}
@media (max-width: 1024px) {
  .l-footer__menu-title {
    margin-bottom: 0;
  }
}
.l-footer__menu-list {
  font-size: 0.875rem;
}
@media (max-width: 1024px) {
  .l-footer__menu-list {
    font-size: 0.875rem;
  }
}
.l-footer__menu-wrapper {
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 1024px) {
  .l-footer__menu-wrapper {
    display: block;
  }
}
.l-footer__link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.l-footer__arrow {
  width: 4px;
  height: auto;
}
.l-footer__nav {
  font-size: 0.625rem;
  display: flex;
  justify-content: center;
  padding: 16px 40px;
  max-width: 1160px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .l-footer__nav {
    font-size: 0.75rem;
    display: block;
    padding: 16px 24px;
  }
}
.l-footer__list {
  display: flex;
  gap: 24px;
}
@media (max-width: 1024px) {
  .l-footer__list {
    display: block;
    line-height: 2.7;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .l-footer__menu {
    display: flex;
    gap: 54px;
  }
}
@media (max-width: 1024px) {
  .l-footer__logo {
    text-align: center;
    margin-bottom: 30px;
  }
}
.l-footer__copyright {
  font-size: 0.625rem;
  margin: 0;
}

.company__name {
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 5px;
}

.c-page-top-indicator {
  display: none;
}

@media (max-width: 1024px) {
  .c-page-top-indicator {
    position: absolute;
    bottom: 3%;
    right: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    z-index: 10;
  }
  .c-page-top-indicator__text {
    position: relative;
    top: 10px;
    right: 15px;
    transform: rotate(90deg); /* ← 横書きテキストを縦に見せる */
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .c-page-top-indicator img {
    width: 6px;
    height: auto;
  }
  .c-page-top-indicator__arrow {
    display: block;
    transition: transform 0.3s ease;
  }
  .c-page-top-indicator:hover .c-page-top-indicator__arrow {
    transform: translateY(-5px);
  }
}
#index {
  overflow: hidden;
}
#index .main-wrapper {
  max-width: 1160px;
  margin: 0 auto;
}
#index .c-title,
#index .c-title__label {
  background: linear-gradient(20deg, #046BB7, #3EAFAE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* Firefox用 */
  color: transparent;
}
#index .c-title {
  line-height: 1;
  font-size: 3.75rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  #index .c-title {
    font-size: 2.5rem;
  }
}
#index .c-title__label {
  font-weight: 700;
}
#index .c-title__readtext {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #index .c-title__readtext {
    margin-bottom: 20px;
  }
}
#index .backline {
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  #index .backline {
    margin-bottom: 0;
  }
}
#index .c-hero__inner {
  overflow: hidden;
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  #index .c-hero__inner {
    margin-bottom: 60px;
    overflow: visible;
  }
}
#index .c-hero__inner img {
  display: block;
  width: 100%;
  height: auto;
}
#index .c-hero__title {
  color: #000;
  letter-spacing: 0.3em;
  position: absolute;
  top: 50%;
  right: 5.85%;
  transform: translateY(-50%);
  font-size: 2vw;
  font-weight: 500;
  z-index: 1;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #index .c-hero__title {
    font-size: 5.07vw;
    letter-spacing: 0.1em;
    top: 32%;
    right: 8.85%;
  }
}
#index .c-hero__gif {
  position: absolute;
  top: 40%;
  right: 5%;
  max-width: 42vw;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0.7;
}
@media (max-width: 768px) {
  #index .c-hero__gif {
    top: 30%;
    right: -10%;
    max-width: 820px;
  }
}
#index .fade-mask {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 40%, black 20%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
#index .c-news,
#index .c-section-card {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  #index .c-news,
  #index .c-section-card {
    padding: 0;
  }
}
#index .c-news {
  display: flex;
  justify-content: center;
  gap: 100px;
}
@media (max-width: 768px) {
  #index .c-news {
    display: block;
    padding: 0 24px;
  }
}
#index .c-news__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#index .c-news__date {
  margin-right: 45px;
}
#index .c-news__item {
  padding: 0 14px;
}
@media (max-width: 768px) {
  #index .c-news__item {
    font-size: 0.875rem;
    padding: 0;
  }
}
#index .c-news__divider {
  height: 1px;
  background-color: rgba(128, 128, 128, 0.5);
  margin: 6px 0 26px 0;
}
#index .c-news__link {
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  #index .c-news__link {
    flex-direction: column;
  }
}
#index .c-section-card__inner {
  display: flex;
  gap: clamp(24px, 5vw, 70px);
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  #index .c-section-card__inner {
    flex-direction: column-reverse;
  }
}
#index .c-section-card__header {
  flex: 1 1 0;
  min-width: 415px;
}
@media (max-width: 768px) {
  #index .c-section-card__header {
    min-width: 100%;
    padding: 0 24px;
  }
}
#index .c-section-card__image {
  z-index: 100;
  flex: 0 0 auto;
}
#index .c-section-card__image img {
  width: 100%;
  max-width: 595px;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  #index .c-section-card__image img {
    max-width: 100%;
  }
}
#index .top-section {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #index .top-section {
    margin-bottom: 60px;
  }
}
#index .last-section {
  margin-bottom: 170px;
}
@media (max-width: 768px) {
  #index .last-section {
    margin-bottom: 110px;
  }
}
#index .c-button-wrapper {
  text-align: right;
}
#index .c-button-layout {
  text-align: right;
}
#index .c-section-card__divider {
  border: none;
  height: 1px;
  background-color: #046bb7;
  width: 100vw;
  position: relative;
  top: 95px;
  left: 50%;
  transform: translateX(-50%);
  margin: 24px 0;
  z-index: -1;
}
#index .divider-company {
  top: 155px;
}
#index .c-scroll-indicator {
  display: none;
}
@media (max-width: 768px) {
  #index {
    /* アニメーション */
  }
  #index .c-scroll-indicator {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    z-index: 10;
    pointer-events: none;
  }
  #index .c-scroll-indicator__text {
    position: relative;
    top: -10px;
    transform: rotate(270deg); /* ← 横書きテキストを縦に見せる */
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  #index .c-scroll-indicator__arrow {
    animation: scrollMove 1.6s infinite ease-in-out;
  }
  #index .c-scroll-indicator img {
    width: 6px;
    height: auto;
  }
  @keyframes scrollMove {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(6px);
    }
  }
}

/*共通になりそうなところ*/
.c-section-heading__title {
  font-size: 3.75rem;
  border-bottom: 1px solid rgba(4, 107, 183, 0.5);
  background: linear-gradient(20deg, #046BB7, #3EAFAE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 500;
  /* Firefox用 */
  color: transparent;
}
@media (max-width: 768px) {
  .c-section-heading__title {
    font-size: 2.5rem;
  }
}

.c-section-heading__lead {
  background: linear-gradient(20deg, #046BB7, #3EAFAE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 8px;
}

.c-section-heading {
  padding-bottom: 32px;
}

.c-sub-hero__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-sub-hero {
  position: relative;
  color: white;
}

.c-sub-hero__visual {
  position: relative;
}

.c-sub-hero__image img {
  display: block;
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .c-sub-hero__image img {
    height: 142px;
  }
}

.c-sub-hero__text {
  position: absolute;
  left: 200px;
  top: 55%;
  transform: translateY(-50%);
  color: white;
  text-align: left;
  z-index: 2;
}
@media (max-width: 768px) {
  .c-sub-hero__text {
    left: 30px;
  }
}

.c-sub-hero__title {
  font-weight: 400;
  font-size: 3.75rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .c-sub-hero__title {
    font-size: 2.5rem;
  }
}

.c-sub-hero__subtitle {
  top: calc(50% + 5rem);
  line-height: 1.5;
  font-size: 15px;
}
@media (max-width: 768px) {
  .c-sub-hero__subtitle {
    font-size: 12px;
  }
}

#company {
  /*コンセプト*/
  /*トップメッセージ*/
}
#company .c-section-card {
  margin: 100px 0px;
}
@media (max-width: 768px) {
  #company .c-section-card {
    margin: 80px 0px;
  }
}
#company .c-section-card:first-of-type {
  margin-top: 0;
}
@media (max-width: 768px) {
  #company .c-section-card:first-of-type {
    margin-top: 32px;
  }
  }
#company .c-section-card:last-of-type {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  #company .u-text-center {
    text-align: left;
  }
}
@media (max-width: 768px) {
  #company .concept-text {
    width: auto;
    padding: 0 24px;
  }
}
#company .l-container {
  text-align: center;
}
#company .l-section {
  margin-top: 40px;
}
#company .concept-text {
  margin-top: 36px;
}
#company .c-president-message__inner {
  display: flex;
}
@media (max-width: 768px) {
  #company .c-president-message__inner {
    flex-direction: column-reverse;
    align-items: center;
  }
}
#company .c-president-message__image img {
  display: block;
  width: 348px;
  height: auto;
}
@media (max-width: 768px) {
  #company .c-president-message__image img {
    width: 234px;
    height: auto;
  }
}
#company .c-president-message {
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#company .c-president-message__text {
  padding: 0px 40px 0px 90px;
}
@media (max-width: 768px) {
  #company .c-president-message__text {
    padding: 32px 24px 0px 24px;
  }
}
#company .c-president-message__image {
  width: 348px;
  height: 507px;
}
@media (max-width: 768px) {
  #company .c-president-message__image {
    width: auto;
    height: auto;
  }
}
#company .c-president-message__body {
  font-size: 0.875rem;
  line-height: 2;
  margin-bottom: 2em;
  text-align: left;
}
#company .c-president-message__name {
  font-size: 13px;
  text-align: right;
}
@media (max-width: 768px) {
  #company .c-access .c-office-card__map-inner iframe {
    width: 90%;
    height: 173px;
  }
}

.c-company-profile__table,
.c-company-history__table {
  max-width: 900px;
  border-collapse: collapse;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin: 0 auto 1.5rem;
  width: 100%;
}
@media (max-width: 768px) {
  .c-company-profile__table,
  .c-company-history__table {
    width: 90%;
  }
}

.c-company-history__table {
  width: 800px;
}
@media (max-width: 768px) {
  .c-company-history__table {
    width: 90%;
  }
}

.c-company-profile__table th,
.c-company-history__table th {
  padding: 0.75rem 1rem;
  text-align: right;
  vertical-align: top;
  font-size: 0.875rem;
}

.c-company-profile__table th {
  padding-left: 120px;
}
@media (max-width: 768px) {
  .c-company-profile__table th {
    padding-left: 40px;
  }
}

.c-company-history__table th {
  padding-left: 40px;
}
@media (max-width: 768px) {
  .c-company-history__table th {
    padding-left: 10px;
  }
}

.c-company-profile__table td,
.c-company-history__table td {
  padding: 0.75rem 0;
  text-align: left;
  vertical-align: top;
  font-size: 0.875rem;
}

.c-patent-list__table th,
.c-patent-list__table td {
  padding: 0.75rem 0 0.75rem 60px;
  text-align: left;
  vertical-align: top;
  font-size: 0.875rem;
}

.c-company-profile__table tbody tr:not(:last-child),
.c-company-history__table tbody,
.c-patent-list__table th,
.c-patent-list__table td,
.c-patent-list__table tbody tr:not(:last-child) {
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}

.c-patent-list__table {
  max-width: 900px;
  border-collapse: collapse;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin: 0 auto;
}

.c-patent-list__table tbody tr td:last-child {
  padding-right: 50px;
}
@media (max-width: 768px) {
  .c-patent-list__table tbody tr td:last-child {
    padding-right: 0px;
  }
}

.c-company-aquired-patents__table {
  width: 90%;
  margin: 0 auto;
  border-collapse: collapse;
}
.c-company-aquired-patents__table tbody {
  border-top: 1px solid rgba(51, 51, 51, 0.3);
}
.c-company-aquired-patents__table tbody tr:last-child td:last-child {
  padding-bottom: 0.75rem;
}
.c-company-aquired-patents__table tbody:last-of-type {
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
.c-company-aquired-patents__table th {
  text-align: right;
  padding: 0 1rem 0 10px;
  font-size: 0.875rem;
  vertical-align: top;
}
.c-company-aquired-patents__table tbody tr:first-child th,
.c-company-aquired-patents__table tbody tr:first-child td {
  padding-top: 0.75rem;
}

td {
  text-align: left;
  font-size: 0.875rem;
}

th {
  font-weight: normal;
}

.c-tab--layout {
  background-color: #e7f2f9;
  padding: 50px 0 70px 0;
}
@media (max-width: 768px) {
  .c-tab--layout {
    padding: 43px 0 54px 0;
  }
}

.c-tab__contents {
  display: flex;
  justify-content: center;
  gap: 90px;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 975px) {
  .c-tab__contents {
    gap: 42px;
    order: 3;
    width: auto;
    padding: 0 10px;
  }
}

.c-tab__text-area {
  max-width: 555px;
  text-align: left;
}

.c-tab__image-area {
  position: relative;
  top: 10px;
}

.c-tab__content-image {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  position: absolute;
  inset: 0;
  width: 330px;
  height: auto;
}

.c-tab__content-image.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
}

.c-tab__buttons {
  display: flex;
  gap: 14px;
  margin: 0 0 50px 0;
}
@media (max-width: 768px) {
  .c-tab__buttons {
    margin: 0px;
    gap: 7px;
  }
}

.c-tab__button {
  background-color: #fff;
  border: none;
  cursor: pointer;
  font-weight: bold;
  min-width: 175px;
  height: 22px;
  color: #83c6df;
}
@media (max-width: 768px) {
  .c-tab__button {
    height: 39px;
    min-width: 103px;
    font-size: 22px;
  }
}

.c-tab__button[data-tab="1"].is-active {
  background-color: #0265b3;
  color: #fff;
}

.c-tab__button[data-tab="2"].is-active {
  background-color: #01a5b7;
  color: #fff;
}

.c-tab__button[data-tab="3"].is-active {
  background-color: #d46c98;
  color: #fff;
}

.c-tab__content {
  display: none;
}

.c-tab__content.is-active {
  display: block;
}

.c-tab__subheading {
  font-size: 22px;
}
@media (max-width: 768px) {
  .c-tab__subheading {
    font-size: 20px;
  }
}

.c-tab__text {
  font-size: 0.875rem;
  line-height: 2;
  padding-top: 10px;
}

@media (max-width: 975px) {
  .c-tab--layout > .c-tab__contents {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    flex-wrap: nowrap !important;
  }
  .c-tab--layout > .c-tab__contents .c-tab__text-area {
    display: contents;
  }
  .c-tab--layout > .c-tab__contents > .c-tab__buttons {
    order: 1;
  }
  .c-tab--layout > .c-tab__contents > .c-tab__image-area {
    order: 2;
  }
  .c-tab--layout > .c-tab__contents > .c-tab__contents {
    order: 3;
  }
}
#contact {
  /* チェックボックス自体は非表示 */
  /* 見た目のカスタムチェックボックス */
  /* チェック時の表示（擬似要素でチェックマーク） */
}
@media (max-width: 768px) {
  #contact {
    margin-bottom: 60px;
  }
}
#contact .l-wrapper {
  margin: 0 40px 120px;
}
@media (max-width: 768px) {
  #contact .l-wrapper {
    margin: 0 16px;
  }
}
#contact .c-contact {
  background: #E7F2F9;
  padding: 100px 120px;
  width: 100%;
  height: 320px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  #contact .c-contact {
    padding: 30px 16px;
    height: auto;
    margin-bottom: 40px;
  }
}
#contact .c-contact__read {
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 40px;
}
#contact .c-contact-form {
  margin: 0 auto;
  max-width: 1080px;
  display: flex;
  flex-direction: column;
}
#contact .c-contact-form__heading {
  color: #005088;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
}
#contact .c-contact-form__heading__thanks {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #contact .c-contact-form__heading__thanks {
    margin-bottom: 16px;
  }
}
#contact .c-contact-form__text__thanks {
  line-height: 1.8;
  margin-bottom: 0;
}
#contact .c-contact-form__message {
  max-width: 1080px;
  border: 1px solid #333;
  padding: 40px;
  margin: 0 auto 60px;
}
@media (max-width: 768px) {
  #contact .c-contact-form__message {
    padding: 20px;
  }
}
#contact .c-contact-form__required {
  font-size: 0.75rem;
  line-height: 1.2;
  color: #fff;
  background: #E82C2C;
  padding: 5px 6px;
  margin-left: 10px;
}
#contact .c-contact-form__field {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  #contact .c-contact-form__field {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
#contact .c-contact-form__field__notes {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#contact .c-contact-form__help {
  font-size: 0.875rem;
  margin: 0;
}
#contact .c-contact-form__field-group {
  flex: 1;
}
#contact .c-contact-form__textarea {
  height: 250px;
}
#contact .c-contact-form__input, #contact .c-contact-form__textarea {
  width: 100%;
  padding: 21px 20px;
  background: #F5F5F5;
  border: none;
  border-radius: 6px;
}
#contact .c-contact-form__input::-moz-placeholder, #contact .c-contact-form textarea::-moz-placeholder {
  color: #C0C0C0;
}
#contact .c-contact-form__input::placeholder,
#contact .c-contact-form textarea::placeholder {
  color: #C0C0C0;
}
#contact .c-contact-form__divider {
  border-bottom: 1px solid #808080;
  margin: 60px 0;
}
@media (max-width: 768px) {
  #contact .c-contact-form__divider {
    margin: 30px 0;
  }
}
#contact .c-contact-form__label {
  font-weight: 700;
  display: flex;
  gap: 10px;
  margin-bottom: 60px;
}
#contact .c-contact-form__label, #contact .c-contact-form__privacy-text {
  font-size: 0.875rem;
}
#contact .c-contact-form__input__check {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #333;
  background: #FFF;
}
#contact .c-contact-form__confirm {
  display: flex;
  gap: 8px;
}
#contact .c-contact-form__confirm p {
  margin-bottom: 0;
}
#contact .c-contact-form__error {
  border: 2px solid red;
}
#contact .c-contact-form__error-text {
  color: red;
  margin: 20px 0 0 0;
}
#contact .c-contact-form__error-text:nth-of-type(n+2) {
  margin: 0;
}
#contact .c-contact-form__custom-check {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 2px solid red; /* ✅ 枠線の色を指定 */
  border-radius: 3px;
  vertical-align: middle;
  position: relative;
}
#contact .c-contact-form__input__check:checked + .c-contact-form__custom-check::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid #046BB7;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#contact .c-step-bar {
  margin: 0 auto;
  position: relative;
  counter-reset: step;
  max-width: 276px;
  display: block;
  margin-bottom: 100px;
  /* 丸の部分 */
  /* 線の部分 */
}
#contact .c-step-bar__label {
  font-weight: bold;
}
#contact .c-step-bar__list {
  display: flex;
  justify-content: center;
}
#contact .c-step-bar__item {
  position: relative;
  flex: 1;
  text-align: center;
  color: #C0C0C0;
}
#contact .c-step-bar__item::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 auto 8px;
  background-color: #fff;
  border: 1px solid #005088;
  z-index: 10;
  position: relative;
  top: 68px;
}
#contact .c-step-bar__item::after {
  content: "";
  position: absolute;
  top: 140%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #005088;
  z-index: 1;
}
#contact .c-step-bar__item:last-child::after {
  display: none;
}
#contact .c-step-bar__item.is-current {
  color: #005088;
  font-weight: 700;
}
#contact .c-step-bar__item.is-current::before {
  background-color: #005088;
  border-color: #005088;
}
#contact__item.is-complete::before {
  background-color: #005088;
  border-color: #005088;
}
#contact__item.is-upcoming::before {
  background-color: white;
  border-color: #005088;
}

.btn-confirm {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  padding: 0 40px;
  border-radius: 60px;
  border: 1px solid #333;
  background-color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  color: #333;
}
.btn-confirm-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.btn-confirm .btn-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 12px;
  pointer-events: none;
}

.btn-confirm .btn-arrow.left {
  left: 20px;
}

.c-button {
  position: relative;
  width: 128px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid rgba(128, 128, 128, 0.7);
  border-radius: 60px;
  background-color: transparent;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: background-color 0.2s, color 0.2s;
}
.c-button__text {
  margin-right: 8px;
}
.c-button__icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: auto;
  pointer-events: none;
  stroke: currentColor;
}

.c-button:hover,
.btn-confirm:hover {
  background: linear-gradient(20deg, #046BB7, #3EAFAE);
  color: #fff;
  border: none;
  transition: all 0.4s ease;
}
@media (hover: none) and (pointer: coarse) {
  .c-button:hover,
  .btn-confirm:hover {
    background: none !important;
    color: inherit !important;
    border: inherit !important;
  }
}