@charset "UTF-8";

/* Font Faces */
@font-face {
  font-family: "notosansjp";
  font-weight: 400;
  src: url(../font/notosansjp/NotoSansJP-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "notosansjp";
  font-weight: 500;
  src: url(../font/notosansjp/NotoSansJP-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "notosansjp";
  font-weight: 700;
  src: url(../font/notosansjp/NotoSansJP-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "notosansjp";
  font-weight: 900;
  src: url(../font/notosansjp/NotoSansJP-Black.ttf) format("truetype");
}

/* Base Variables */
:root {
  --c-black: #000;
  --c-white: #ffffff;
  --c-gray: #f4f4f4;
  --c-lightgray: #dfe1e6;
  --c-main: #00838b;
  --c-lightblue: #f3f8f9;
}

body {
  font-family: "notosansjp", "メイリオ", sans-serif;
  color: var(--c-black);
  margin: 0;
  overflow-x: hidden;
  font-weight: 400;
}

h1,
h2,
p {
  line-height: 160%;
  letter-spacing: 0.04em;
}
/* Breadcrumbs styles */
._breadcrumbs_1fn8o_51 {
  font-size: 12px;
  padding-block: clamp(0.875rem, 0.1968503937vw + 0.8356299213rem, 1rem);
}
._breadcrumbs-list_1fn8o_56 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.5rem;
}
._breadcrumb-item_1fn8o_66 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
._breadcrumb-link_1fn8o_75 {
  color: #000;
  text-decoration: none;
}
._breadcrumb-separator_1fn8o_94 {
  color: #ccc;
}
._breadcrumb-text_1fn8o_71 {
  color: #00838b;
}

/* Page FV styles */
.p-subFV {
  overflow: hidden;
  background: linear-gradient(210deg, #007b9e 0%, #00838b 100%);
  border-top: 1px solid #dfe1e6;
  position: relative;
}
.p-subFV:before {
  content: "";
  display: inline-block;
  width: 100vmax;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(160px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 48.0625em) {
  .p-subFV:before {
    left: 0;
    transform: none;
  }
}
.p-subFvInner {
  position: relative;
  z-index: 1;
}
._pageFv_6h5l0_51 {
  padding-block: clamp(0.875rem, 4.9212598425vw + -0.1092519685rem, 4rem);
}
._pageFvTitle_6h5l0_54 {
  color: white;
  font-weight: 900;
  font-size: clamp(1.875rem, 0.9842519685vw + 1.6781496063rem, 2.5rem);
  text-align: center;
  margin: 0;
}

/* Headline1 styles */
._Headline1_2qdpz_51 {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 16px;
  margin-bottom: 40px;
}
._headTitle_2qdpz_51 {
  font-size: clamp(1.25rem, 0.3937007874vw + 1.1712598425rem, 1.5rem);
  font-weight: 700;
  color: #00838b;
  position: relative;
  padding-left: 20px;
}
._headTitle_2qdpz_51::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 24px;
  background-color: #00838b;
}

/* Button styles */
._buttonWrap_6h5l0_61 {
  text-align: center;
  display: grid;
  place-items: center;
  margin-top: 64px;
}
._defaultBtn_1wtzm_51 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #00838b;
  color: white;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  transition: opacity 0.2s;
  padding: 12px 32px;
}
._size-small_1wtzm_212 {
  font-size: 14px;
  min-width: 160px;
}

/* Layout helpers */
.c-container {
  width: 100%;
}
.c-section {
  padding-inline: clamp(1.5rem, 1.5748031496vw + 1.1850393701rem, 2.5rem);
}
.c-inner {
  margin-inline: auto;
  width: min(100%, 960px);
}
.p-section {
  padding-block: 80px;
}
.mb-14-24 {
  margin-bottom: 24px;
}
.mb-4-8 {
  margin-bottom: 8px;
}
.mt-4-8 {
  margin-top: 8px;
}
.mt-48-64 {
  margin-top: 64px;
}
.mt-30-40 {
  margin-top: 40px;
}
.f-bold {
  font-weight: 700;
}
.text1 {
  font-size: 16px;
  line-height: 1.6;
}
.c-text-center {
  text-align: center;
}
.c-annotation {
  font-size: 14px;
  list-style: none;
  padding: 0;
}
.c-annotation li {
  position: relative;
  padding-left: 1.2em;
}
.c-annotation li:before {
  content: "※";
  position: absolute;
  left: 0;
}

/* Header & Footer */
._header_16m71_51 {
  width: 100%;
}
._headerInner_16m71_57 {
  width: 100%;
  height: 80px;
  background: white;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  padding-inline: 40px;
  position: fixed;
  top: 0;
  z-index: 9999;
}
._logoImage_16m71_84 {
  width: 185px;
}
._main_13c10_51 {
  margin-top: 80px;
}
._footer_1kjax_51 {
  background: white;
}
._footerCompany_1kjax_71 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 960px;
  margin: 0 auto;
}
._footerPrivacy_1kjax_81 {
  display: flex;
  align-items: center;
  gap: 16px;
}
._footerCopyright_1kjax_92 {
  text-align: right;
}
._footerCopyright_1kjax_92 p {
  font-size: 12px;
  color: #666;
}

@media (max-width: 768px) {
  ._headerInner_16m71_57 {
    height: 56px;
    padding-inline: 20px;
  }
  ._main_13c10_51 {
    margin-top: 56px;
  }
  ._footer_1kjax_51 {
    border-top: 1px solid #dfe1e6;
    p {
      margin: 0;
    }
  }
  ._footerCompany_1kjax_71 {
    flex-direction: column;
    width: 100%;
  }
  ._footerCopyright_1kjax_92 {
    text-align: center;
  }
}

/* Heading styles (newyear style) */
.heading {
  font-size: clamp(1.25rem, 0.3937007874vw + 1.1712598425rem, 1.5rem);
  font-weight: 700;
  color: var(--c-main);
  border-left: 4px solid var(--c-main);
  padding-left: 12px;
  margin: 0;
}

.period {
  font-size: clamp(1.125rem, 0.3937007874vw + 1.046259843rem, 1.25rem);
  font-weight: 700;
}

.closing {
  text-align: center;
  font-weight: 700;
  margin: 0;
}

.link {
  color: var(--c-main);
  text-decoration: underline;
  word-break: break-all;
}
.link:hover {
  text-decoration: none;
}

.mb-30-40 {
  margin-bottom: 40px;
}

/* Table styles */
.optionTableWrap {
  overflow-x: auto;
}

.optionTable {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  min-width: 700px;
  border: 1px solid var(--c-lightgray);
}

.optionTable th,
.optionTable td {
  font-size: 14px;
  font-weight: 400;
  border-right: 1px solid var(--c-lightgray);
  border-bottom: 1px solid var(--c-lightgray);
}

.optionTable tbody th {
  background-color: #dbefef;
  text-align: left;
  padding: 12px 24px;
}

.optionTable tbody td {
  padding: 16px 23px;
}

.optionTable thead th {
  padding: 16px 23px;
  background-color: var(--c-lightblue);
}

.optionTable thead th:first-child {
  text-align: left;
  background-color: #dbefef;
  width: 70px;
}

.optionTable thead th:last-child {
  width: 160px;
}

@media screen and (min-width: 769px) {
  .optionTableWrap {
    margin-right: 0;
    padding-right: 0;
  }

  .optionTable th,
  .optionTable td {
    font-size: 16px;
  }
}
.hgroup {
  display: flex;
  gap: 8px;
  .title {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 5px;
    margin-bottom: 0;
    span {
      font-size: 12px;
      line-height: 1.4;
      display: inline-block;
    }
  }
  img {
    width: 84px;
  }
}
@media screen and (min-width: 769px) {
  .hgroup {
    gap: 8px;
    align-items: flex-end;
    .title {
      margin-bottom: 22px;
      flex-direction: row;
    }
    span {
      margin-inline: 5px;
    }
    img {
      width: 124px;
    }
  }
}
