@charset "UTF-8";
:root {
  /* color */
  --color-white: #ffffff;
  --color-text: #4f4f4f;
  --color-text-blue: #005587;
  --color-bg-light: #eefaff;
  --color-bg-dark: #eaf1f8;
  --color-blue-light: #0bbbef;
  --color-blue-main: #035788;
  --color-blue-medium: #046b9d;
  --color-blue-dark: #032a57;
  --color-green-light: #5083a1;
  --color-orange: #ff8617;
  --color-line: #d9d9d9;
  --color-border: #cfd8e3;
  /* font */
  --font-sans: YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --font-en: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.l-footer {
  background-color: var(--color-blue-main);
  color: var(--color-white);
  font-family: var(--font-sans);
}

.l-footer__top {
  padding-top: 80rem;
  padding-bottom: 74rem;
}

.l-footer__bottom {
  padding-bottom: 24rem;
}

.l-footer__nav {
  display: grid;
  grid-template-columns: 163rem 163rem 256rem 256rem;
  -moz-column-gap: 105rem;
       column-gap: 105rem;
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

.l-footer__col {
  min-width: 0;
}

.l-footer__list {
  display: flex;
  flex-direction: column;
  gap: 17rem;
}

.l-footer__list--offset {
  padding-top: 39rem;
}

.l-footer__item {
  font-size: 0;
  line-height: 1;
}

.l-footer__item a {
  position: relative;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 16rem;
       column-gap: 16rem;
  padding-left: 0;
  color: var(--color-white);
  font-size: 15rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}

.l-footer__item a::before {
  position: static;
  flex: 0 0 auto;
  width: 6rem;
  height: 6rem;
  border-top: 1rem solid #ffffff;
  border-right: 1rem solid #ffffff;
  content: "";
  transform: rotate(45deg);
}

.l-footer__item--heading,
.l-footer__item--heading a,
.l-footer__col--primary .l-footer__item a {
  color: #ffffff;
  font-size: 18rem;
  font-weight: 700;
  line-height: 1.2222222222;
  letter-spacing: 0;
  white-space: nowrap;
}

.l-footer__col--primary .l-footer__item a {
  font-size: 18rem;
  font-weight: 700;
  line-height: 1.2777777778;
}

.l-footer__meta {
  text-align: center;
}

.l-footer__registration {
  color: #ffffff;
  font-size: 14rem;
  line-height: 1.2;
}

.l-footer__copyright {
  margin-top: 8rem;
  color: #ffffff;
  font-size: 14rem;
  line-height: 1.2;
}

@media only screen and (min-width: 1272px) and (hover: hover) and (pointer: fine) {
  .l-footer__item a:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 1272px) {
  .l-footer__item--heading {
    margin-bottom: 7rem;
  }
  .l-footer__list--offset {
    padding-top: 46rem;
  }
}
@media only screen and (max-width: 1271px) {
  .l-footer__top {
    padding-top: 64rem;
    padding-bottom: 56rem;
  }
  .l-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 48rem;
         column-gap: 48rem;
    row-gap: 40rem;
  }
  .l-footer__list--offset {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer__top {
    padding-top: 56rem;
    padding-bottom: 40rem;
  }
  .l-footer__bottom {
    padding-bottom: 24rem;
  }
  .l-footer__nav {
    grid-template-columns: 1fr;
    row-gap: 32rem;
  }
  .l-footer__item--heading,
  .l-footer__item--heading a,
  .l-footer__col--primary .l-footer__item a {
    font-size: 16rem;
  }
  .l-footer__item a {
    font-size: 14rem;
  }
  .l-footer__registration {
    font-size: 12rem;
  }
  .l-footer__copyright {
    font-size: 12rem;
  }
}
.sp-menu {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 700;
  display: none;
  position: fixed;
  top: 60rem;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  transition: opacity 0.3s ease;
}
.is-sp-menu-open .sp-menu {
  display: block;
}

.sp-menu__inner {
  padding: 36rem 20rem;
}

.sp-menu__gnav ul,
.sp-menu__details-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.sp-menu__gnav-item {
  border-bottom: 1px solid var(--color-border);
}

.sp-menu__gnav-link {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 16rem 10rem;
  line-height: 1.625;
  font-weight: 700;
  font-size: 16rem;
}

.sp-menu__gnav-link-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  background-color: transparent;
}

.sp-menu__gnav-link-img {
  width: 8rem;
}

.sp-menu__summary {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 16rem 10rem;
  line-height: 1.625;
  font-weight: 700;
  font-size: 16rem;
  cursor: pointer;
  list-style: none;
}

.sp-menu__summary::-webkit-details-marker {
  display: none;
}

.sp-menu__summary::marker {
  content: "";
}

.sp-menu__summary-icon {
  position: relative;
  width: 12rem;
  height: 12rem;
  flex-shrink: 0;
}

.sp-menu__summary-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7rem;
  height: 7rem;
  border-right: 2rem solid var(--color-white);
  border-bottom: 2rem solid var(--color-white);
  content: "";
  transform: translate(-50%, -65%) rotate(45deg);
  transition: transform 0.3s ease;
}

.sp-menu__summary-icon::after {
  content: none;
}

details[open] .sp-menu__summary-icon::before {
  transform: translate(-50%, -35%) rotate(225deg);
}

.sp-menu__details-list {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  padding-bottom: 13rem;
}

.sp-menu__details-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 16rem;
  position: relative;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: 500;
}
.sp-menu__details-link.--disabled {
  pointer-events: none;
  color: var(--color-border);
}
.sp-menu__details-link::before {
  content: "";
  position: absolute;
  top: 9rem;
  left: 0;
  width: 8rem;
  height: 1px;
  background-color: var(--color-text);
}

/* SP・タブレット表示：デザイン調整 */
@media only screen and (max-width: 1271px) {
  .sp-menu {
    top: 65rem;
    color: var(--color-white);
    background-color: var(--color-blue-main);
  }
  .sp-menu__inner {
    padding: 24rem 38rem 40rem;
  }
  .sp-menu__gnav {
    width: 295rem;
    max-width: 100%;
    margin-inline: auto;
  }
  .sp-menu__gnav-item {
    border-bottom: 1rem solid rgba(255, 255, 255, 0.45);
  }
  .sp-menu__gnav-link,
  .sp-menu__summary {
    color: var(--color-white);
    font-size: 15rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .sp-menu__gnav-link {
    padding: 14rem 0;
  }
  .sp-menu__summary {
    width: 100%;
    padding: 14rem 24rem 14rem 0;
    box-sizing: border-box;
  }
  .sp-menu__summary-icon {
    position: absolute;
    top: 50%;
    right: 0;
    width: 10rem;
    height: 10rem;
    transform: translateY(-50%);
  }
  .sp-menu__details-list {
    gap: 12rem;
    padding: 0 0 14rem;
  }
  .sp-menu__details-link {
    padding-left: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14rem;
    font-weight: 700;
  }
  .sp-menu__details-link::before {
    content: none;
  }
  .sp-menu__parent {
    position: relative;
    display: flex;
    align-items: center;
  }
  .sp-menu__parent .sp-menu__gnav-link {
    width: 100%;
    padding-right: 24rem;
  }
  .sp-menu__toggle {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20rem;
    height: 20rem;
    padding: 0;
    border: 0;
    background: transparent;
    transform: translateY(-90%);
    cursor: pointer;
  }
  .sp-menu__toggle .sp-menu__summary-icon {
    position: relative;
    display: block;
    width: 10rem;
    height: 10rem;
    margin-inline: auto;
    transform: none;
  }
  .sp-menu__toggle .sp-menu__summary-icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5rem;
    height: 5rem;
    border-right: 2rem solid var(--color-white);
    border-bottom: 2rem solid var(--color-white);
    content: "";
    transform: translate(-50%, -68%) rotate(45deg);
  }
  .sp-menu__toggle[aria-expanded=true] .sp-menu__summary-icon::before {
    transform: translate(-50%, -42%) rotate(225deg);
  }
}
.u-sp-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .u-sp-only {
    display: block;
  }
}

.c-width {
  margin-inline: auto;
  max-width: 1296px;
  width: 100%;
}
.c-width.--home {
  max-width: 1440px;
}
.c-width.--single {
  max-width: 856px;
}
.c-width.--faq, .c-width.--contact, .c-width.--estimate {
  max-width: 1076px;
}

.u-mt-110 {
  margin-top: 110rem;
}
@media only screen and (max-width: 1271px) {
  .u-mt-110 {
    margin-top: 60rem;
  }
}

.u-mt-100 {
  margin-top: 100rem;
}
@media only screen and (max-width: 1271px) {
  .u-mt-100 {
    margin-top: 60rem;
  }
}

.u-mt-90 {
  margin-top: 90rem;
}
@media only screen and (max-width: 1271px) {
  .u-mt-90 {
    margin-top: 60rem;
  }
}

.u-mt-80 {
  margin-top: 80rem;
}
@media only screen and (max-width: 1271px) {
  .u-mt-80 {
    margin-top: 60rem;
  }
}

.u-mt-60 {
  margin-top: 60rem;
}
@media only screen and (max-width: 1271px) {
  .u-mt-60 {
    margin-top: 40rem;
  }
}

.u-mt-50 {
  margin-top: 50rem;
}
@media only screen and (max-width: 1271px) {
  .u-mt-50 {
    margin-top: 32rem;
  }
}

.u-mt-40 {
  margin-top: 40rem;
}
@media only screen and (max-width: 1271px) {
  .u-mt-40 {
    margin-top: 24rem;
  }
}

.u-mt-32 {
  margin-top: 32rem;
}
@media only screen and (max-width: 1271px) {
  .u-mt-32 {
    margin-top: 20rem;
  }
}

.u-mt-30 {
  margin-top: 30rem;
}
@media only screen and (max-width: 1271px) {
  .u-mt-30 {
    margin-top: 20rem;
  }
}

.u-mt-28 {
  margin-top: 28rem;
}
@media only screen and (max-width: 1271px) {
  .u-mt-28 {
    margin-top: 18rem;
  }
}

.u-mt-24 {
  margin-top: 24rem;
}
@media only screen and (max-width: 1271px) {
  .u-mt-24 {
    margin-top: 16rem;
  }
}

.u-mt-20 {
  margin-top: 20rem;
}
@media only screen and (max-width: 1271px) {
  .u-mt-20 {
    margin-top: 16rem;
  }
}

.u-mt-16 {
  margin-top: 16rem;
}
@media only screen and (max-width: 1271px) {
  .u-mt-16 {
    margin-top: 14rem;
  }
}

.u-mt-12 {
  margin-top: 12rem;
}

.u-mt-10 {
  margin-top: 10rem;
}

.u-mt-2 {
  margin-top: 2rem;
}

.relative {
  position: relative;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.grid {
  display: grid;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gap-2 {
  gap: 2rem;
}

.gap-4 {
  gap: 4rem;
}

.gap-8 {
  gap: 8rem;
}

.gap-12 {
  gap: 12rem;
}

.gap-16 {
  gap: 16rem;
}

.leading-none {
  line-height: 1;
}

@media only screen and (min-width: 1272px) {
  .pc\:hidden {
    display: none;
  }
}

@media only screen and (max-width: 1271px) {
  .max-pc\:hidden {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .md\:hidden {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .max-md\:hidden {
    display: none;
  }
}

.w-full {
  width: 100%;
}

.text-right {
  text-align: right;
}

.font-normal {
  font-weight: 400;
}

.text-underline {
  display: inline;
  background: linear-gradient(#000, #000) left bottom/100% 2px no-repeat;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.text-underline.--lime {
  background: linear-gradient(#66bb0a, #66bb0a) left bottom/100% 2px no-repeat;
}
.text-underline.--red {
  background: linear-gradient(#f62b11, #f62b11) left bottom/100% 2px no-repeat;
}
.text-underline.--blue {
  background: linear-gradient(#0a49b3, #0a49b3) left bottom/100% 2px no-repeat;
}
.text-underline.--pink {
  background: linear-gradient(#ea298d, #ea298d) left bottom/100% 2px no-repeat;
}
.text-underline.--lightblue {
  background: linear-gradient(#06b2ce, #06b2ce) left bottom/100% 2px no-repeat;
}
.text-underline.--darkorange {
  background: linear-gradient(#f75f23, #f75f23) left bottom/100% 2px no-repeat;
}
.text-underline.--purple {
  background: linear-gradient(#5f49c1, #5f49c1) left bottom/100% 2px no-repeat;
}
.text-underline.--green {
  background: linear-gradient(#23977c, #23977c) left bottom/100% 2px no-repeat;
}

.c-btn {
  position: relative;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  width: 270rem;
  min-height: 48rem;
  padding: 0 40rem 0 20rem;
  color: var(--color-white);
  font-size: 14rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.56px;
  text-decoration: none;
  background-color: var(--color-orange);
  border: 1rem solid var(--color-orange);
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.c-btn__text {
  display: inline-block;
}

/* 右に矢印を置くテキスト左揃えのボタン */
.c-btn.--icon {
  text-align: left;
}

.c-btn.--icon::after {
  position: absolute;
  top: 50%;
  right: 18rem;
  width: 0;
  height: 0;
  border-top: 3rem solid transparent;
  border-bottom: 3rem solid transparent;
  border-left: 5rem solid currentColor;
  content: "";
  transform: translateY(-50%);
}

/* 右に矢印を置くテキスト中央揃えのボタン */
.c-btn.--icon.--text-center {
  justify-content: center;
  padding-right: 48rem;
  padding-left: 48rem;
  text-align: center;
}

/* 白背景版 */
.c-btn.--white {
  color: var(--color-blue-main);
  background-color: var(--color-white);
  border-color: var(--color-blue-main);
}

/* 中央寄せで使いたい場合 */
.c-btn.--center {
  margin-inline: auto;
}

/* PC hover */
@media only screen and (min-width: 1272px) {
  .c-btn:hover {
    color: var(--color-orange);
    background-color: var(--color-white);
  }
  .c-btn.--white:hover {
    color: var(--color-white);
    background-color: var(--color-blue-main);
    border-color: var(--color-blue-main);
  }
}
/* 下層ページ用 横長ボタン */
.c-btn-lower {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 520rem;
  min-height: 68rem;
  margin-inline: auto;
  padding: 20rem 56rem;
  color: var(--color-blue-main);
  font-size: 18rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  background-color: var(--color-bg-light);
  border-top: 3rem solid var(--color-blue-main);
  transition: opacity 0.3s ease;
}

.c-btn-lower::after {
  position: absolute;
  top: 50%;
  right: 16rem;
  width: 18rem;
  height: 18rem;
  background-color: var(--color-blue-main);
  content: "";
  transform: translateY(-50%);
}

.c-btn-lower::before {
  position: absolute;
  top: 50%;
  right: 21rem;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 4rem solid transparent;
  border-bottom: 4rem solid transparent;
  border-left: 6rem solid var(--color-white);
  content: "";
  transform: translateY(-50%);
}

@media only screen and (min-width: 1272px) and (hover: hover) and (pointer: fine) {
  .c-btn-lower:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn-lower {
    max-width: 100%;
    min-height: 56rem;
    padding: 16rem 44rem 16rem 20rem;
    font-size: 14rem;
  }
  .c-btn-lower::after {
    right: 12rem;
    width: 16rem;
    height: 16rem;
  }
  .c-btn-lower::before {
    right: 17rem;
    border-top-width: 3rem;
    border-bottom-width: 3rem;
    border-left-width: 5rem;
  }
}
/* テキストリンク風ボタン */
.c-btn-text {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8rem;
  color: var(--color-text);
  font-size: 14rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.c-btn-text::after {
  width: 6rem;
  height: 6rem;
  border-top: 1rem solid var(--color-orange);
  border-right: 1rem solid var(--color-orange);
  content: "";
  transform: rotate(45deg);
}

@media only screen and (min-width: 1272px) {
  .c-btn-text:hover {
    opacity: 0.7;
  }
  .c-btn-border-bottom:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1271px) {
  .c-btn {
    min-width: 240rem;
    min-height: 48rem;
    padding: 12rem 40rem 12rem 20rem;
    font-size: 14rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn {
    min-width: 220rem;
    min-height: 48rem;
    padding: 14rem 40rem 14rem 20rem;
    font-size: 13rem;
  }
  .c-btn-border-bottom {
    min-height: 48rem;
    padding: 12rem 48rem 12rem 20rem;
    font-size: 14rem;
  }
  .c-btn-text {
    font-size: 13rem;
  }
}
/* セクション見出し */
.c-heading {
  position: relative;
  display: inline-block;
  padding-left: 22rem;
  color: var(--color-blue-main);
  font-size: 32rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-heading::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6rem;
  height: 42rem;
  background-color: var(--color-blue-light);
  content: "";
  transform: translateY(-50%);
}

.c-heading--white {
  color: var(--color-white);
}

.c-heading--line {
  position: relative;
  padding-bottom: 20rem;
}

.c-heading--line::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 56rem;
  height: 4rem;
  background-color: var(--color-blue-light);
  content: "";
}

/* 大見出し */
.c-heading--large {
  display: inline-block;
  padding-left: 0;
  color: var(--color-blue-main);
  font-size: 38rem;
  font-weight: 700;
  line-height: 1.2105263158;
}

.c-heading--large-white {
  color: var(--color-white);
}

.c-heading--large-line {
  position: relative;
  padding-bottom: 25rem;
}

.c-heading--large-line::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60rem;
  height: 6rem;
  background-color: var(--color-blue-light);
  content: "";
}

/* 中見出し */
.c-heading--medium {
  position: relative;
  display: inline-block;
  padding-left: 20rem;
  color: var(--color-blue-main);
  font-size: 24rem;
  font-weight: 700;
  line-height: 1.6666666667;
}

.c-heading--medium::before {
  position: absolute;
  top: 20rem;
  left: 0;
  width: 8rem;
  height: 8rem;
  background-color: var(--color-blue-light);
  content: "";
  transform: translateY(-50%);
}

/* 見出し内の改行単位 */
.c-heading span,
.c-heading--medium span {
  display: inline-block;
}

/* 中見出し：装飾なし */
.c-heading--medium-plain {
  padding-left: 0;
}

.c-heading--medium-plain::before {
  content: none;
}

.c-heading--medium-white {
  color: var(--color-white);
}

/* 小見出し */
.c-heading--item {
  position: relative;
  display: inline-block;
  padding-left: 16rem;
  color: var(--color-blue-main);
  font-size: 20rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-heading--item::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 8rem;
  height: 8rem;
  background-color: var(--color-blue-light);
  content: "";
  transform: translateY(-50%);
}

/* 小見出し：装飾なし */
.c-heading--item-plain {
  padding-left: 0;
}

.c-heading--item-plain::before {
  content: none;
}

/* 小見出し：白文字 */
.c-heading--item-white {
  color: var(--color-white);
}

@media only screen and (max-width: 1271px) {
  .c-heading {
    padding-left: 18rem;
    font-size: 24rem;
    line-height: 1.45;
  }
  .c-heading::before {
    width: 5rem;
    height: 32rem;
  }
  .c-heading--large {
    font-size: 34rem;
  }
  .c-heading--medium {
    font-size: 20rem;
    line-height: 1.45;
  }
  .c-heading--medium::before {
    top: 50%;
    width: 7rem;
    height: 7rem;
    transform: translateY(-50%);
  }
  .c-heading--medium-plain {
    padding-left: 0;
    font-size: 18rem;
    line-height: 1.45;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading {
    padding-left: 14rem;
    font-size: 20rem;
    line-height: 1.45;
  }
  .c-heading::before {
    top: 0.72em;
    width: 5rem;
    height: 24rem;
    transform: translateY(-50%);
  }
  .c-heading--line {
    padding-bottom: 16rem;
  }
  .c-heading--line::after {
    width: 44rem;
    height: 3rem;
  }
  .c-heading--large {
    font-size: 24rem;
    line-height: 1.45;
  }
  .c-heading--large-line {
    padding-bottom: 18rem;
  }
  .c-heading--large-line::after {
    width: 48rem;
    height: 4rem;
  }
  .c-heading--medium {
    padding-left: 16rem;
    font-size: 16rem;
    line-height: 1.45;
  }
  .c-heading--medium::before {
    top: 11.6rem;
    width: 6rem;
    height: 6rem;
  }
  .c-heading--medium-plain {
    padding-left: 0;
  }
  .c-heading--medium-plain::before {
    content: none;
  }
  .c-heading--item {
    padding-left: 14rem;
    font-size: 17rem;
    line-height: 1.5;
  }
  .c-heading--item::before {
    top: 0.75em;
    width: 6rem;
    height: 6rem;
  }
}
.c-table {
  width: 100%;
}
.c-table__row {
  display: grid;
  grid-template-columns: 200rem minmax(0, 1fr);
  border-bottom: 1rem solid var(--color-line);
}
.c-table__row:first-child .c-table__head,
.c-table__row:first-child .c-table__data {
  padding-top: 0;
}
.c-table__head, .c-table__data {
  padding: 24rem 0;
  color: var(--color-text);
  font-size: 16rem;
  line-height: 1.5;
  letter-spacing: 0.64px;
}
.c-table__head {
  position: relative;
  font-weight: 700;
}
.c-table__head::after {
  position: absolute;
  left: 0;
  bottom: -1rem;
  width: 100%;
  height: 1rem;
  background-color: var(--color-blue-main);
  content: "";
}
.c-table__data {
  padding-left: 24rem;
  font-weight: 500;
}
.c-table__data a {
  color: var(--color-blue-main);
  text-decoration: underline;
  text-underline-offset: 3rem;
}
.c-table--distributors .c-table__row {
  grid-template-columns: 300rem minmax(0, 1fr);
  -moz-column-gap: 58rem;
       column-gap: 58rem;
}
.c-table--distributors .c-table__head::after {
  bottom: 0;
}
.c-table--distributors .c-table__data {
  padding-left: 0;
}

@media only screen and (max-width: 1271px) {
  .c-table__row {
    grid-template-columns: 176rem minmax(0, 1fr);
  }
  .c-table__head, .c-table__data {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }
  .c-table__data {
    padding-left: 24rem;
  }
  .c-table--distributors .c-table__row {
    grid-template-columns: 240rem minmax(0, 1fr);
    -moz-column-gap: 58rem;
         column-gap: 58rem;
  }
  .c-table--distributors .c-table__data {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-table__row {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .c-table__head, .c-table__data {
    display: block;
    width: 100%;
    padding: 16rem 0;
    font-size: 14rem;
    line-height: 1.6;
  }
  .c-table__data {
    padding-left: 0;
  }
  .c-table__head::after {
    bottom: 0;
    width: 100%;
  }
  .c-table__row:first-child .c-table__head {
    padding-top: 0;
  }
  .c-table__row:first-child .c-table__head {
    padding-top: 0;
  }
  .c-table__row:first-child .c-table__data {
    padding-top: 16rem;
  }
  .c-table--distributors .c-table__row {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .c-table--distributors .c-table__head,
  .c-table--distributors .c-table__data {
    display: block;
    width: 100%;
  }
  .c-table--distributors .c-table__head::after {
    width: 100%;
  }
}
.c-lower-fv {
  position: relative;
  color: var(--color-white);
  background-color: var(--color-blue-main);
  overflow: hidden;
}
.c-lower-fv__title {
  font-size: 38rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-lower-fv__line {
  width: 64rem;
  height: 6rem;
  margin-top: 24rem;
}
.c-lower-fv__breadcrumb {
  margin-top: 48rem;
}
.c-lower-fv--theme-dark .c-lower-fv__title,
.c-lower-fv--theme-dark .c-lower-fv__breadcrumb {
  color: var(--color-white);
}
.c-lower-fv--theme-dark .c-lower-fv__line {
  background-color: var(--color-white);
}
.c-lower-fv--theme-light {
  color: var(--color-blue-main);
  background-color: var(--color-white);
}
.c-lower-fv--theme-light .c-lower-fv__title,
.c-lower-fv--theme-light .c-lower-fv__breadcrumb {
  color: var(--color-blue-main);
}
.c-lower-fv--theme-light .c-lower-fv__line {
  background-color: var(--color-blue-light);
}

.c-lower-fv--image {
  background-color: transparent;
}

.c-lower-fv--plain {
  background-color: var(--color-white);
}

.c-lower-fv--size-normal {
  height: 480rem;
}
@media only screen and (max-width: 1271px) {
  .c-lower-fv--size-normal {
    height: 420rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-fv--size-normal {
    height: 320rem;
  }
}

.c-lower-fv--size-special {
  height: 433rem;
}
@media only screen and (max-width: 1271px) {
  .c-lower-fv--size-special {
    height: 380rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-fv--size-special {
    height: 340rem;
  }
}

.c-lower-fv__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.c-lower-fv__picture {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.c-lower-fv__picture::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  content: "";
  pointer-events: none;
}

.c-lower-fv__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.c-lower-fv--plain .c-lower-fv__picture::after {
  display: none;
}

.c-lower-fv__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  padding-top: 69rem;
  padding-bottom: 56rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 1271px) {
  .c-lower-fv__inner {
    padding-top: 63rem;
    padding-bottom: 48rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-fv__inner {
    padding-top: 63rem;
    padding-bottom: 40rem;
  }
}

.c-lower-fv__brand {
  display: flex;
  align-items: center;
}

.c-lower-fv__logo {
  display: inline-block;
}

.c-lower-fv__logo img {
  display: block;
  width: auto;
  height: 34rem;
}
@media only screen and (max-width: 767px) {
  .c-lower-fv__logo img {
    height: 28rem;
  }
}

.c-lower-fv__content {
  max-width: 100%;
  padding-top: 112rem;
}
@media only screen and (max-width: 1271px) {
  .c-lower-fv__content {
    padding-top: 96rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-fv__content {
    max-width: 100%;
    padding-top: 80rem;
  }
}

.c-lower-fv--size-special .c-lower-fv__content {
  padding-top: 112rem;
}
@media only screen and (max-width: 1271px) {
  .c-lower-fv--size-special .c-lower-fv__content {
    padding-top: 96rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-fv--size-special .c-lower-fv__content {
    padding-top: 80rem;
  }
}

.c-lower-fv__title {
  font-size: 38rem;
  font-weight: 700;
  line-height: 1.2105263158;
}
@media only screen and (max-width: 1271px) {
  .c-lower-fv__title {
    font-size: 34rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-fv__title {
    font-size: 24rem;
    line-height: 1.3;
    letter-spacing: 0;
  }
}

.c-lower-fv__line {
  width: 60rem;
  height: 6rem;
  margin-top: 19rem;
  background-color: var(--color-blue-light);
}
@media only screen and (max-width: 1271px) {
  .c-lower-fv__line {
    margin-top: 18rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-fv__line {
    width: 44rem;
    height: 4rem;
    margin-top: 16rem;
  }
}

.c-lower-fv__breadcrumb {
  margin-top: 40rem;
  font-size: 12rem;
  line-height: 1.6;
  overflow-x: visible;
}
@media only screen and (max-width: 1271px) {
  .c-lower-fv__breadcrumb {
    margin-top: 32rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-fv__breadcrumb {
    margin-top: 24rem;
    font-size: 11rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

.c-sns-box {
  padding: 80rem;
  background-color: var(--color-white);
  border: 6rem solid var(--color-bg-dark);
}

.c-sns-box__text {
  margin-top: 28rem;
  color: var(--color-text);
  font-size: 16rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-sns-box__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24rem;
  margin-top: 32rem;
  padding: 0;
  list-style: none;
}

.c-sns-box__item {
  flex: 0 0 auto;
}

.c-sns-box__item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40rem;
  height: 40rem;
  transition: opacity 0.3s ease;
}

.c-sns-box__item img {
  display: block;
  width: 32rem;
  height: 32rem;
}

@media only screen and (min-width: 1272px) and (hover: hover) and (pointer: fine) {
  .c-sns-box__item a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1271px) {
  .c-sns-box {
    padding: 64rem 48rem;
  }
  .c-sns-box__list {
    gap: 20rem;
    margin-top: 28rem;
  }
  .c-sns-box__item img {
    width: 30rem;
    height: 30rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-sns-box {
    padding: 28rem 18rem;
    border-width: 4rem;
  }
  .c-sns-box__text {
    margin-top: 20rem;
    font-size: 14rem;
  }
  .c-sns-box__list {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
    row-gap: 18rem;
    margin-top: 22rem;
  }
  .c-sns-box__item img {
    width: 36rem;
    height: 36rem;
  }
}
.p-lower-products {
  padding-top: 120rem;
  padding-bottom: 120rem;
}
@media only screen and (max-width: 1271px) {
  .p-lower-products {
    padding-top: 88rem;
    padding-bottom: 88rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-lower-products {
    padding-top: 64rem;
    padding-bottom: 64rem;
  }
}

.c-product-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 39rem;
  margin-top: 40rem;
}
@media only screen and (max-width: 1271px) {
  .c-product-cards {
    gap: 24rem;
    margin-top: 40rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-product-cards {
    grid-template-columns: 1fr;
    gap: 32rem;
    margin-top: 32rem;
  }
}

.c-product-card {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

@media only screen and (min-width: 1272px) and (hover: hover) and (pointer: fine) {
  .c-product-card:hover {
    opacity: 0.7;
  }
}
.c-product-card__image img {
  display: block;
  width: 100%;
  height: auto;
}

.c-product-card .c-heading--medium {
  margin-top: 14rem;
  margin-bottom: 4rem;
}

.c-product-card__label {
  margin: 0;
}

@media only screen and (max-width: 1271px) {
  .c-product-card .c-heading--medium {
    margin-top: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-product-card .c-heading--medium {
    margin-top: 10rem;
  }
  .c-product-card__label {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.c-text {
  margin: 0;
  color: var(--color-text);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-size: 16rem;
}
@media only screen and (max-width: 767px) {
  .c-text {
    font-size: 14rem;
  }
}
.c-text {
  margin-block: calc((1em - 1lh) / 2);
}

.c-text--white {
  color: var(--color-white);
}

.c-text--medium {
  font-weight: 500;
}

.c-text--bold {
  font-weight: 700;
}

.c-text--small {
  font-size: 14rem;
  line-height: 1.7142857143;
}

@media only screen and (max-width: 767px) {
  .c-text {
    font-size: 14rem;
    line-height: 1.8;
  }
  .c-text--small {
    font-size: 13rem;
    line-height: 1.8;
  }
}
.c-list-square {
  display: grid;
  gap: 16rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-list-square > li {
  position: relative;
  padding-left: 14rem;
  color: var(--color-text);
  font-size: 16rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.c-list-square > li::before {
  position: absolute;
  top: 12rem;
  left: 0;
  width: 6rem;
  height: 6rem;
  background-color: var(--color-blue-light);
  content: "";
  transform: translateY(-50%);
}

.p-distributors-business__sub-list {
  display: grid;
  gap: 4rem;
  margin-top: 8rem;
  padding-left: 0;
  list-style: none;
}
.p-distributors-business__sub-list > li {
  line-height: 1.5;
}
.p-distributors-business__sub-list > li::before {
  content: none;
}

@media only screen and (max-width: 1271px) {
  .c-list-square {
    gap: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-list-square {
    gap: 8rem;
  }
  .c-list-square > li {
    padding-left: 16rem;
    font-size: 14rem;
    line-height: 1.7;
  }
  .c-list-square > li::before {
    top: 11.9rem;
    width: 5rem;
    height: 5rem;
  }
  .p-distributors-business__sub-list {
    gap: 3rem;
    margin-top: 6rem;
  }
  .p-distributors-business__sub-list > li {
    line-height: 1.6;
  }
}
.c-text-link {
  color: var(--color-blue-main);
  text-decoration: underline;
  text-underline-offset: 0.15em;
  transition: opacity 0.3s ease;
}

@media only screen and (min-width: 1272px) and (hover: hover) and (pointer: fine) {
  .c-text-link:hover {
    opacity: 0.7;
  }
}
/* 個別：グローバルアクセス内の注釈リンク位置 */
.p-global-access-note__link {
  display: inline-block;
  margin-top: 4rem;
}

.l-container {
  width: min(100% - 80rem, 1200rem);
  margin-inline: auto;
}
@media only screen and (max-width: 1023px) {
  .l-container {
    width: min(100% - 64rem, 1200rem);
  }
}
@media only screen and (max-width: 767px) {
  .l-container {
    width: min(100% - 40rem, 1200rem);
  }
}

body {
  color: var(--color-text);
  font-family: var(--font-sans);
  line-height: 1.75;
  background-color: var(--color-white);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.u-font-en {
  font-family: var(--font-en);
}

.u-sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .u-sp {
    display: inline;
  }
}