@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* ====================
  基本スタイル & 共通レイアウト
==================== */
* {
  box-sizing: border-box;
}

html, body {
  width: 100% !important;
  min-width: 1440px;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif !important;
  color: #000;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  html, body {
    min-width: 100%;
    max-width: 100%;
  }
}

html {
  position: relative;
  background-color: #fff !important;
  font-size: 62.5%;
  font-weight: 400;
  scroll-behavior: smooth;
}
@media screen and (min-width: 769px) {
  html {
    scroll-padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
    scroll-padding-top: 56px;
  }
}

.color-red {
  color: red;
}
.color-primary {
  color: #10a2c4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.3;
}

p, span, div, li, dt, dd, a {
  font-weight: 400;
}

main {
  display: block;
}
@media screen and (min-width: 769px) {
  main {
    min-width: 1440px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  main {
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main {
    width: 100%;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wrap {
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .wrap {
    max-width: 1240px;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    width: 100%;
    padding: 0 20px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7;
  }
}
.sup {
  font-size: 10px;
  line-height: 1;
  vertical-align: top;
  margin-left: 2px;
}

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

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

.txt-c {
  text-align: center;
}

.txt-l {
  text-align: left;
}

.line {
  border-bottom: 1px solid #dbdbdb;
}

@media screen and (min-width: 769px) {
  .main {
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .main {
    padding: 15px 0;
  }
}
.main-img img {
  width: 100%;
  height: auto;
}
.main-table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main-table {
    display: block;
    border-top: 1px solid #dbdbdb;
  }
}
@media screen and (max-width: 768px) {
  .main-table tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .main-table tr {
    display: block;
  }
}
.main-table th {
  color: rgba(89, 93, 97, 0.9);
  text-align: left;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .main-table th {
    padding: 20px 0;
    width: 210px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
  }
}
@media screen and (max-width: 768px) {
  .main-table th {
    display: block;
    padding: 20px 0 0;
  }
}
.main-table td {
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (min-width: 769px) {
  .main-table td {
    padding: 20px 0;
    border-top: 1px solid #dbdbdb;
  }
}
@media screen and (max-width: 768px) {
  .main-table td {
    display: block;
    padding: 10px 0 20px 0;
  }
}
.main-table-experiment {
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main-table-experiment {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .main-table-experiment tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .main-table-experiment tr {
    display: block;
  }
}
.main-table-experiment th {
  color: rgba(89, 93, 97, 0.9);
  text-align: left;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .main-table-experiment th {
    padding: 20px 0;
    width: 210px;
    border-bottom: 1px solid #dbdbdb;
  }
}
@media screen and (max-width: 768px) {
  .main-table-experiment th {
    display: block;
    padding: 20px 0 0;
  }
}
.main-table-experiment td {
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (min-width: 769px) {
  .main-table-experiment td {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .main-table-experiment td {
    display: block;
    padding: 10px 0 20px 0;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

img {
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-weight: bold;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

input, select, button {
  border: none;
  background: none;
  vertical-align: middle;
  -webkit-appearance: none;
}

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

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

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

a:hover {
  cursor: pointer;
}

h1, h2, h3, h4, p, dt, dd {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 60px;
  }
}

.bg01 {
  position: relative;
}
.bg01::before {
  content: "";
  position: absolute;
  top: 60vh;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../img/about-bg.png) no-repeat center center;
  background-size: 100% auto;
  background-position: 0% 10%;
  background-attachment: fixed;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .bg01::before {
    top: 20vh;
    background: url(../img/about-bg.png) no-repeat;
    background-size: inherit;
    background-position: center 0px;
    background-attachment: fixed;
  }
}

@supports (-webkit-touch-callout: none) {
  @media screen and (max-width: 768px) {
    .bg01::before {
      position: absolute;
      top: 20vh;
      bottom: 0;
      height: auto;
      background-attachment: scroll;
      background: url(../img/about-bg.png) no-repeat;
      background-size: inherit;
      pointer-events: none;
      z-index: 0;
    }
  }
}
sup {
  font-size: 12px;
  line-height: 1;
  vertical-align: top;
  margin-left: 2px;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/* ====================
  共通コンポーネント
==================== */
/* 全体的なflex-shrink設定 */
[class*=-item] {
  flex-shrink: 0;
}

[class*=-list-item] {
  flex-shrink: 0;
}

/* より具体的なセレクタ */
.product-category-list-item,
.pickup-list-item,
.Service-lineup-list-item,
.campaign-list-item,
.contact_list-item {
  flex-shrink: 0;
}

.full-bleed-bg {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.title_container, .catalog_header {
  max-width: 1200px;
  margin: 0 auto;
}
.title_container-sub {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  color: #d3992f;
  line-height: 1;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .title_container-sub {
    font-size: 20px;
  }
}
.title_container-main {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .title_container-main {
    font-size: 32px;
    padding-top: 12px;
    line-height: 1.4;
  }
}
.title_container-lead {
  font-size: 18px;
  margin-top: 40px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .title_container-lead {
    font-size: 16px;
    margin-top: 24px;
  }
}

.scroll-hint-icon-wrap {
  left: 0 !important;
}

.catalog_list .scroll-hint-icon-wrap {
  left: -30% !important;
}

.pickup-list .scroll-hint-icon-wrap,
.Service-lineup-list .scroll-hint-icon-wrap {
  left: 50% !important;
  transform: translateX(-50%) !important;
}

/* ====================
  フッター
==================== */
#gb_footer {
  max-width: 1440px !important;
  margin: 0 auto;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  #gb_footer {
    width: 100% !important;
    padding-top: 60px;
  }
  #gb_footer .to-top {
    bottom: 60px !important;
  }
}

@media screen and (max-width: 768px) {
  .footer_sp {
    z-index: 0 !important;
  }
  .footer_sp a {
    width: 100%;
  }
  #gb_footer {
    z-index: 0 !important;
  }
}
/* ====================
  ヘッダー
==================== */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 81px;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .l-header {
    display: none;
  }
}
.l-header_nav {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.l-header_nav-title {
  font-size: 24px;
  color: #333;
}
.l-header_index-list {
  display: flex;
  gap: 16px;
  margin-left: 200px;
}
.l-header_index-list-item a {
  font-size: 16px;
  color: #9db2b9;
  padding: 8px 0;
  white-space: nowrap;
}
.l-header_index-list-item a:hover {
  color: #167cba;
}
.l-header_buttons {
  display: flex;
  gap: 16px;
  margin-left: auto;
}
.l-header_buttons .c-button {
  height: 64px;
  padding: 0 20px;
}

/* ====================
  サイドメニュー
==================== */
.p-side-index {
  position: fixed;
  top: 81px;
  left: 0;
  width: 281px;
  height: calc(100vh - 81px);
  background-color: #F9F9F9;
  padding: 40px 20px;
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .p-side-index {
    display: none;
  }
}
.p-side-index_title {
  font-size: 24px;
  color: #333;
  padding-left: 20px;
}
.p-side-index_list {
  margin-top: 20px;
}
.p-side-index_list-item {
  padding: 10px 20px;
  border-left: 4px solid transparent;
}
.p-side-index_list-item a {
  display: block;
  font-size: 16px;
  color: #9db2b9;
}
.p-side-index_list-item.is-active {
  border-left: 4px solid #167cba;
}
.p-side-index_list-item.is-active a {
  color: #167cba;
}
.p-side-index_buttons {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 20px;
}
.p-side-index_buttons .p-side-index_button {
  height: 64px;
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  font-size: 16px;
}
.p-side-index_buttons .p-side-index_button--orange {
  background-color: #d3992f;
  color: #fff;
}
.p-side-index_buttons .p-side-index_button--blue {
  background-color: #167cba;
  color: #fff;
}

/* ====================
  パンくずリスト
==================== */
.p-breadcrumb {
  padding: 120px 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb {
    padding: 20px;
    max-width: 100%;
  }
}
.p-breadcrumb_list {
  display: flex;
  gap: 4px;
}
.p-breadcrumb_list-item {
  font-size: 12px;
  color: #9db2b9;
}
@media screen and (max-width: 768px) {
  .p-breadcrumb_list-item {
    font-size: 10px;
  }
}

.btn {
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
  border-radius: 4px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .btn {
    width: 440px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    width: 335px;
    height: 64px;
  }
}
.btn.btn-blue {
  background-color: #167cba;
  color: #fff;
}
.btn.btn-blue:after {
  content: "";
  position: absolute;
  background: url(../img/btn-arrow_w.svg) no-repeat center center/contain;
  width: 12px;
  height: 10px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.btn.btn-blue a {
  color: #fff;
}
.btn-white {
  background-color: #fff;
  color: #167cba;
}
.btn-white:after {
  content: "";
  position: absolute;
  background: url(../img/btn-arrow_b.svg) no-repeat center center/contain;
  width: 12px;
  height: 10px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-white a {
  color: #167cba;
}
.btn-orange {
  background-color: #d3992f;
  color: #fff;
}
.btn-orange:after {
  content: "";
  position: absolute;
  background: url(../img/btn-arrow_w.svg) no-repeat center center/contain;
  width: 12px;
  height: 10px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-orange a {
  color: #fff;
}
.btn a {
  white-space: pre-wrap;
  line-height: 1.4;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .btn a {
    font-size: 14px;
    line-height: 1.4;
  }
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  height: 64px;
  padding: 0 20px;
  min-width: 200px;
  white-space: nowrap;
}
.c-button--orange {
  background-color: #d3992f;
  color: #fff;
}
.c-button--blue {
  background-color: #167cba;
  color: #fff;
}
.c-button--white {
  background-color: #fff;
  color: #333;
}

.fixed-buttons-area {
  position: relative;
  z-index: 2;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .fixed-buttons-area {
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    align-content: space-between;
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
  }
}
.fixed-buttons-button {
  width: 320px;
  height: 80px;
  font-size: 16px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fixed-buttons-button {
    width: 100%;
    height: 64px;
    border-radius: 0;
  }
}
.fixed-buttons-button--orange {
  background-color: #d3992f;
  color: #fff;
}
.fixed-buttons-button--blue {
  background-color: #167cba;
  color: #fff;
}

.side-index_buttons {
  position: fixed;
  top: 90px;
  right: 0;
  width: 64px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .side-index_buttons {
    top: initial;
    bottom: 0;
    left: 0;
    width: 100%;
    flex-direction: row;
    gap: 11px;
    justify-content: space-between;
  }
}
.side-index_buttons a {
  width: 100%;
  height: 295px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  padding: 20px 25px;
}
@media screen and (min-width: 769px) {
  .side-index_buttons a {
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .side-index_buttons a {
    width: 48%;
    height: 48px;
    border-radius: 4px 4px 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 0;
    line-height: 1.4;
  }
}
.side-index_buttons a.side-index_button--orange {
  background-color: #333333;
}
.side-index_buttons a.side-index_button--blue {
  background-color: #333333;
}

.lity {
  background: rgba(0, 0, 0, 0.7) !important;
}

.lity-container {
  padding-top: 50px;
}

.lity-close {
  position: absolute !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
  background: url(../img/close.png) no-repeat center center/contain !important;
  border: none !important;
  cursor: pointer !important;
}
@media screen and (min-width: 769px) {
  .lity-close {
    width: 50px !important;
    height: 50px !important;
    right: 0 !important;
    top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .lity-close {
    width: 30px !important;
    height: 30px !important;
  }
}

.totikatuyoTop-Button {
  position: relative;
  background-color: #5D84A7;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  width: 350px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 24px;
  margin: 0 auto;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .totikatuyoTop-Button {
    width: 100%;
    height: 64px;
    font-size: 14px;
  }
}
.totikatuyoTop-Button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url(../img/btn-arrow_w.svg) no-repeat center center/contain;
}

.section-title {
  position: relative;
  color: #5D84A7;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  height: 100%;
  position: relative;
  font-family: "Outfit", sans-serif;
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 24px;
    padding-left: 28px;
  }
}
.section-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 1px;
  background-color: #5D84A7;
}
@media screen and (max-width: 768px) {
  .section-title::before {
    width: 20px;
  }
}

/* ====================
  パンくずリスト
==================== */
.breadcrumb {
  padding: 12px 0 22px;
}
.breadcrumb_list {
  margin: 0 auto;
  padding: 0 40px;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .breadcrumb_list {
    padding: 0;
    flex-wrap: wrap;
  }
}
.breadcrumb_list-item {
  font-size: 14px;
  color: #000;
}
.breadcrumb_list-item a {
  color: #000;
  text-decoration: none;
}
.breadcrumb_list-item a:hover {
  text-decoration: underline;
}

.mainVisual {
  position: relative;
  padding: 150px 0 35px;
  background-image: url("../img/mv.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .mainVisual {
    background-image: none;
    padding: 32px 0 0;
    border-bottom: 1px solid #D3D3D3;
  }
}
.mainVisual-inner {
  max-width: 1035px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mainVisual-inner {
    max-width: 100%;
  }
}
.mainVisual-title {
  width: 378px;
  padding-bottom: 14px;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .mainVisual-title {
    width: 246px;
    margin: 0 auto;
    padding-bottom: 8px;
  }
}
.mainVisual-text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mainVisual-text {
    margin: 16px auto 32px;
    font-size: 14px;
    text-align: center;
  }
}
.mainVisual-bellelead-banner {
  width: 300px;
  margin: 259px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .mainVisual-bellelead-banner {
    max-width: 335px;
    margin: 24px auto 32px;
  }
}

.News {
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .News {
    padding: 32px 0;
  }
}
.News-contents {
  display: flex;
  gap: 80px;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .News-contents {
    flex-direction: column;
    gap: 20px;
  }
}
.News-contents-list-item {
  width: 1011px;
}
@media screen and (max-width: 768px) {
  .News-contents-list-item {
    width: 100%;
  }
}
.News-contents-list-item:not(:last-child) {
  margin-bottom: 24px;
}
.News-contents-list-item-link {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.News-contents-list-item-title {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .News-contents-list-item-title {
    font-size: 14px;
  }
}
.News-contents-list-item-date {
  font-size: 14px;
  font-weight: 100;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  letter-spacing: 0.04em;
}
.News-contents-item {
  display: flex;
  gap: 24px;
}

.Topics {
  padding: 80px 0;
  background-color: #f4f4f4;
  overflow-x: clip;
}
@supports not (overflow: clip) {
  .Topics {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 768px) {
  .Topics {
    padding: 48px 0;
  }
}
.Topics-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 80px;
}
.Topics-head {
  flex-shrink: 0;
}
.Topics-en {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  color: #5D84A7;
  margin-bottom: 40px;
}
.Topics-control {
  display: flex;
  align-items: center;
  gap: 20px;
}
.Topics-pagination {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
}
.Topics-item {
  display: flex;
  gap: 20px;
}
.Topics-item .Topics-contents-img {
  position: relative;
  width: 285px;
}
.Topics-item .Topics-contents-img img {
  width: 100%;
  border-radius: 4px;
}
.Topics-item .Topics-contents-category {
  position: absolute;
  top: 0;
  right: 0;
  background: #81786B;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
}
.Topics-contents {
  max-width: none;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .Topics-contents {
    width: 1440px;
    padding-left: 120px;
  }
}
@media screen and (max-width: 768px) {
  .Topics-contents {
    padding-right: 0;
  }
}
.Topics-contents-row {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .Topics-contents-row {
    flex-direction: column;
    gap: 24px;
    margin-top: 0;
  }
}
.Topics-contents-side {
  flex-shrink: 0;
  width: 160px;
}
@media screen and (max-width: 768px) {
  .Topics-contents-side {
    width: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
  }
}
.Topics-contents-side .section-title {
  margin: 0 0 0 0;
}
.Topics-contents-nav {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 40px auto 0;
  font-family: "Outfit", sans-serif;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .Topics-contents-nav {
    width: 144px;
    gap: 24px;
    margin: 0;
  }
}
.Topics-contents-slider {
  flex: 1;
  min-width: 0;
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Topics-contents-slider {
    padding-left: 20px;
  }
}
.Topics-contents-slider-viewport {
  container-type: inline-size;
  container-name: topics;
  width: 100%;
  max-width: 100%;
  cursor: grab;
  touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  --topics-bleed-right: clamp(0px, calc(50vw - 720px), 9999px);
  width: calc(100% + var(--topics-bleed-right));
  margin-right: calc(-1 * var(--topics-bleed-right));
}
.Topics-contents-slider-viewport.is-dragging {
  cursor: grabbing;
}
.Topics-contents-slider-track {
  display: flex;
  gap: 20px;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.Topics-contents-slider-track.is-dragging {
  transition: none;
}
.Topics-contents-slider-item {
  flex: 0 0 calc((100cqw - 48px) / 3.25);
  min-width: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  max-width: 285px;
}
@media screen and (max-width: 768px) {
  .Topics-contents-slider-item {
    flex: 0 0 285px;
  }
}
@media screen and (min-width: 768px) {
  .Topics-contents-slider-item:last-child {
    margin-right: 120px;
  }
}
.Topics-contents-slider-item-img {
  position: relative;
  width: 285px;
}
.Topics-contents-slider-item-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.Topics-contents-slider-itemCategory {
  position: absolute;
  top: 0;
  right: 0;
  background: #81786B;
  color: #fff;
  padding: 8px;
  font-size: 12px;
  border-radius: 0 4px 0 0;
}
.Topics-contents-slider-itemBody {
  flex: 1;
  min-width: 0;
}
.Topics-contents-slider-item-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 12px;
  line-height: 1.5;
}
.Topics-contents-slider-item-text {
  font-size: 14px;
  line-height: 1.5;
}
.Topics-contents-slider-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent;
  color: #000;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.2s, color 0.2s;
}
.Topics-contents-slider-arrow:hover:not(:disabled) {
  opacity: 0.75;
}
.Topics-contents-slider-arrow:disabled {
  opacity: 0.25;
  cursor: default;
}
.Topics-contents-slider-arrow:focus-visible {
  outline: 2px solid #5D84A7;
  outline-offset: 2px;
}
.Topics-contents-slider-fraction {
  margin: 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  font-family: "Outfit", sans-serif;
  color: #000;
  letter-spacing: 0.02em;
  white-space: nowrap;
  display: flex;
  gap: 8px;
}
.Topics .js-topics-current {
  color: #5D84A7;
}

.About {
  padding: 80px 0 140px;
}
@media screen and (max-width: 768px) {
  .About {
    padding: 64px 0 80px;
  }
}
.About-lead {
  font-size: 20px;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .About-lead {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 64px;
    text-align: left;
  }
}
.About-contents {
  margin: 0 auto;
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .About-contents {
    flex-direction: column;
    gap: 24px;
  }
}
.About-card {
  flex: 1;
  border-radius: 5px;
  overflow: hidden;
}
.About-card.blue {
  border: 4px solid #4B779D;
  background-color: #4B779D;
  border-radius: 4px;
}
.About-card.blue .About-unit-title {
  color: #4B779D;
  border-bottom: 1px solid #4B779D;
}
@media screen and (max-width: 768px) {
  .About-card.blue .About-unit-title {
    line-height: 1.4;
  }
}
.About-card.blue .About-unit-link {
  color: #4B779D;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .About-card.blue .About-unit-link {
    font-size: 16px;
  }
}
.About-card.brown {
  border: 4px solid #867357;
  background-color: #867357;
  border-radius: 4px;
}
.About-card.brown .About-unit-title {
  color: #867357;
  border-bottom: 1px solid #867357;
}
@media screen and (max-width: 768px) {
  .About-card.brown .About-unit-title {
    line-height: 1.4;
  }
}
.About-card.brown .About-unit-link {
  color: #867357;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .About-card.brown .About-unit-link {
    font-size: 16px;
    line-height: 1.4;
  }
}
.About-card.brown .About-unit-link::after {
  background-image: url(../img/arrow-brown.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 22px;
  height: 22px;
}
.About-cardHead {
  padding: 30px;
  text-align: center;
  color: #fff;
  background-color: #4B779D;
}
@media screen and (max-width: 768px) {
  .About-cardHead {
    padding: 26px 0;
  }
}
.About-cardHead.blue {
  background-color: #4B779D;
}
.About-cardHead.brown {
  background-color: #867357;
}
.About-cardTitle {
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .About-cardTitle {
    font-size: 20px;
    line-height: 1;
  }
}
.About-cardBody {
  padding: 40px 48px 53px;
  background-color: #fff;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .About-cardBody {
    padding: 24px 20px 48px;
  }
}
.About-unit {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .About-unit {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
  }
}
.About-unit:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .About-unit-body {
    width: 405px;
  }
}
@media screen and (max-width: 768px) {
  .About-unit-body {
    width: 100%;
  }
}
.About-unit-title {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 14px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .About-unit-title {
    font-size: 16px;
    padding-bottom: 8px;
  }
}
.About-unit-text {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
}
.About-unit-link {
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .About-unit-link {
    line-height: 1.4;
  }
}
.About-unit-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url(../img/arrow-blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.About-unit-link + .About-unit-link {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .About-unit-link + .About-unit-link {
    margin-top: 16px;
  }
}
.About-label {
  width: 55px;
}
@media screen and (max-width: 768px) {
  .About-label {
    width: 107px;
  }
}
.About-flex-btn-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .About-flex-btn-list {
    flex-direction: column;
    margin-top: 32px;
    gap: 12px;
  }
}
.About-flex-btn-list-item {
  width: 480px;
  margin: 48px auto 0;
}
@media screen and (max-width: 768px) {
  .About-flex-btn-list-item {
    width: 100%;
    margin: 0 auto;
  }
}
.About-flex-btn-list-item-ttl {
  color: #C3BEB7;
  font-size: 24px;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  padding-bottom: 8px;
}
.About-flex-btn-list-item-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  width: 480px;
  height: 84px;
  gap: 12px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .About-flex-btn-list-item-link {
    width: 100%;
    height: 72px;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 0 16px 0 24px;
  }
}
.About-flex-btn-list-item-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../img/arrow-blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .About-flex-btn-list-item-link::after {
    width: 20px;
    height: 20px;
    right: 16px;
  }
}
.About-flex-btn-list-item-link-blue {
  color: #5D84A7;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .About-flex-btn-list-item-link-blue {
    font-size: 16px;
  }
}
.About-flex-btn-list-item-link-text {
  position: relative;
  line-height: 1;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .About-flex-btn-list-item-link-text {
    font-size: 14px;
  }
}
.About-flex-btn-list-item-link-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background-color: #5D84A7;
}
@media screen and (max-width: 768px) {
  .About-flex-btn-list-item-link-text::before {
    left: 0;
  }
}

.Service {
  padding: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .Service {
    padding: 0;
  }
}
.Service-mv {
  background-image: url(../img/service_mv.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 475px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .Service-mv {
    background-image: url(../img/service_mv_sp.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 200px;
  }
}
.Service-mainTitle {
  font-size: 56px;
  line-height: 1;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .Service-mainTitle {
    font-size: 32px;
    line-height: 1.4;
  }
}
.Service-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .Service-head {
    gap: 20px;
    margin-bottom: 40px;
  }
}
.Service-head-icon {
  width: 148px;
}
@media screen and (max-width: 768px) {
  .Service-head-icon {
    width: 141px;
  }
}
.Service-subTitle {
  font-size: 40px;
  font-weight: 500;
  color: #5D84A7;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .Service-subTitle {
    font-size: 24px;
    text-align: center;
  }
}
.Service-list {
  padding: 48px 0 0;
}
@media screen and (max-width: 768px) {
  .Service-list {
    padding: 32px 0 0;
  }
}
.Service-list-item {
  padding-bottom: 96px;
}
@media screen and (max-width: 768px) {
  .Service-list-item {
    padding-bottom: 64px;
  }
}
.Service-list-item:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
}
.Service-list-item:not(:first-child) {
  padding-top: 48px;
}
.Service-list-item:not(:first-child):last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .Service-list-item:not(:first-child) {
    padding-top: 32px;
  }
}
.Service-list-item-box {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .Service-list-item-box {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
.Service-list-item-box + .Service-list-item-box {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .Service-list-item-box + .Service-list-item-box {
    margin-top: 64px;
  }
}
.Service-list-item-box-info {
  width: 560px;
}
@media screen and (max-width: 768px) {
  .Service-list-item-box-info {
    width: 100%;
  }
}
.Service-list-item-box-info-lead {
  font-size: 28px;
  line-height: 1;
  color: #5D84A7;
}
@media screen and (max-width: 768px) {
  .Service-list-item-box-info-lead {
    font-size: 18px;
  }
}
.Service-list-item-box-info-brand {
  font-size: 40px;
  line-height: 1;
  color: #5D84A7;
  margin: 24px 0 48px;
}
@media screen and (max-width: 768px) {
  .Service-list-item-box-info-brand {
    font-size: 24px;
    margin: 12px 0 20px;
  }
}
.Service-list-item-box-info-desc {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .Service-list-item-box-info-desc {
    font-size: 16px;
    line-height: 1.6;
  }
}
.Service-list-item-box-info-link {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #5D84A7;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  padding-right: 32px;
}
@media screen and (max-width: 768px) {
  .Service-list-item-box-info-link {
    font-size: 16px;
    line-height: 1;
    padding-right: 32px;
    margin-top: 26px;
  }
}
.Service-list-item-box-info-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../img/box-arrow_b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.Service-list-item-box-img {
  flex: 1;
  width: 576px;
}
@media screen and (max-width: 768px) {
  .Service-list-item-box-img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .Service-lineup {
    padding-top: 8px;
  }
}
.Service-lineup.syouhin {
  margin: 97px 0 64px;
}
@media screen and (max-width: 768px) {
  .Service-lineup.syouhin {
    margin-top: 16px;
  }
}
.Service-lineup-title {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.Service-lineup-link {
  color: #5D84A7;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding-right: 32px;
}
@media screen and (max-width: 768px) {
  .Service-lineup-link {
    position: relative;
    font-size: 16px;
    bottom: initial;
    right: initial;
    margin-top: 24px;
    display: flex;
    justify-content: flex-end;
  }
}
.Service-lineup-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../img/box-arrow_b.svg);
  background-size: contain;
}
.Service-lineup-head {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .Service-lineup-head {
    padding: 0;
  }
}
.Service-lineup-head-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Service-lineup-head-main {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
.Service-lineup-headBar {
  width: 3px;
  height: 24px;
  background-color: #5D84A7;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .Service-lineup-headBar {
    height: 24px;
  }
}
.Service-lineup-lead {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .Service-lineup-lead {
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .Service-lineup-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: 48px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .Service-lineup-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 48px;
  }
}
.Service-lineup-list-item {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .Service-lineup-list-item {
    margin-bottom: 64px;
  }
}
.Service-lineup-list-item a {
  display: block;
}
.Service-lineup-list-item a:hover .Service-lineup-list-item-image::before {
  opacity: 1;
}
.Service-lineup-list-item-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .Service-lineup-list-item-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 1;
  }
}
.Service-lineup-list-item-image img {
  border-radius: 4px;
  display: block;
}
.Service-lineup-list-item-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px 0 16px;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  color: #5D84A7;
  position: relative;
  padding-right: 44px;
}
@media screen and (max-width: 768px) {
  .Service-lineup-list-item-title {
    font-size: 16px;
    line-height: 1.4;
    margin: 16px 0;
  }
}
.Service-lineup-list-item-title::after {
  content: "";
  background: url(../img/box-arrow_b.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.Service-lineup-list-item-text {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .Service-lineup-list-item-text {
    font-size: 16px;
    line-height: 1.6;
  }
}
.Service-lineup-list-item-sup {
  font-size: 12px;
  line-height: 1;
  vertical-align: top;
  margin-left: 2px;
}
@media screen and (max-width: 768px) {
  .Service-lineup-list.division {
    margin-top: 0;
  }
  .Service-lineup-list.division .Service-lineup-list-item.cross {
    margin-bottom: 0;
  }
  .Service-lineup-list.division .Service-lineup-list-item-title {
    width: 100%;
  }
}
.Service-lineup-sub-ttl {
  position: relative;
  margin-top: 40px;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .Service-lineup-sub-ttl {
    margin: 48px 0 20px;
  }
}
.Service-lineup-sub-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1088px;
  height: 1px;
  background-color: #D3D3D3;
}
@media screen and (max-width: 768px) {
  .Service-lineup-sub-ttl::after {
    width: 73%;
  }
}
.Service-lineup-wrap-title {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 48px;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .Service-lineup-wrap-title {
    display: block;
    margin: 0;
  }
}
.Service-lineup-wrap-title-main {
  position: relative;
  margin-top: 40px;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .Service-lineup-wrap-title-main {
    margin: 0 0 20px;
  }
}
.Service-lineup-wrap-title-main::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 464px;
  height: 1px;
  background-color: #D3D3D3;
}
@media screen and (max-width: 768px) {
  .Service-lineup-wrap-title-main::after {
    width: 73%;
  }
}

.Hint {
  padding: 100px 0;
  overflow-x: clip;
}
@supports not (overflow: clip) {
  .Hint {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 768px) {
  .Hint {
    padding: 80px 0 18px;
  }
}
.Hint-mv {
  background: url(../img/hint-mv.jpg) no-repeat center/cover;
  height: 475px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .Hint-mv {
    background: url(../img/hint-mv_sp.jpg) no-repeat center/cover;
    height: 200px;
  }
}
.Hint-mv-title {
  font-size: 56px;
  text-align: center;
  margin-bottom: 80px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .Hint-mv-title {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 0;
  }
}
.Hint-list-item {
  padding: 87px 0;
  display: flex;
  align-items: center;
  gap: 70px;
}
.Hint-list-item#hint01 {
  gap: 64px;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .Hint-list-item#hint01 {
    padding: 32px 0 64px;
    gap: 34px;
  }
}
.Hint-list-item#hint04 {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .Hint-list-item {
    padding: 32px 0 64px;
    gap: 32px;
    flex-direction: column;
  }
  .Hint-list-item.hint02, .Hint-list-item.hint03, .Hint-list-item.hint04 {
    gap: 20px;
  }
  .Hint-list-item.hint02 .Hint-list-item-link, .Hint-list-item.hint03 .Hint-list-item-link, .Hint-list-item.hint04 .Hint-list-item-link {
    margin: 6px 0 0 auto;
  }
}
.Hint-list-item:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
}
.Hint-list-item-body {
  width: 560px;
}
@media screen and (max-width: 768px) {
  .Hint-list-item-body {
    max-width: 100%;
  }
}
.Hint-list-item-icon {
  width: 118px;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .Hint-list-item-icon {
    width: 141px;
    margin: 0 auto 24px;
  }
}
.Hint-list-item-category {
  position: relative;
  color: #81786B;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 12px;
  padding-left: 28px;
}
@media screen and (max-width: 768px) {
  .Hint-list-item-category {
    font-size: 18px;
  }
}
.Hint-list-item-category::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background-color: #81786B;
}
.Hint-list-item-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.4;
  color: #81786B;
}
@media screen and (max-width: 768px) {
  .Hint-list-item-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.Hint-list-item-text {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .Hint-list-item-text {
    font-size: 16px;
    line-height: 1.6;
  }
}
.Hint-list-item-link {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #81786B;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  padding-right: 32px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .Hint-list-item-link {
    font-size: 16px;
    margin-top: 26px;
  }
}
.Hint-list-item-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../img/arrow-brown.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
}
.Hint-list-item-img {
  width: 570px;
}
.Hint-list-item-img img {
  width: 100%;
  border-radius: 4px;
}
.Hint-list-item-slider {
  position: relative;
  min-width: 0;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .Hint-list-item-slider {
    width: 2376px;
  }
}
@media screen and (max-width: 768px) {
  .Hint-list-item-slider {
    width: 100%;
    margin: 0 auto;
    padding-left: 25px;
  }
  .Hint-list-item-slider-main {
    --hint-img-center-y: 90px;
    --hint-img-h: 180px;
  }
}
.Hint-list-item-slider-main {
  position: relative;
  --hint-img-center-y: 178px;
  --hint-img-h: 356px;
}
.Hint-list-item-slider-viewport {
  overflow: hidden;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: pan-y;
  position: relative;
  --hint-bleed-right: clamp(0px, calc(50vw - 720px), 9999px);
  width: calc(100% + var(--hint-bleed-right));
  margin-right: calc(-1 * var(--hint-bleed-right));
  max-width: none;
}
@media screen and (max-width: 768px) {
  .Hint-list-item-slider-viewport {
    overflow: visible;
  }
}
.Hint-list-item-slider-viewport.is-dragging {
  cursor: grabbing;
}
.Hint-list-item-slider-track {
  display: flex;
  gap: 24px;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .Hint-list-item-slider-track {
    gap: 20px;
  }
}
.Hint-list-item-slider-track.is-dragging {
  transition: none;
}
.Hint-list-item-slider-item {
  width: 576px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .Hint-list-item-slider-item {
    width: 285px;
  }
}
.Hint-list-item-slider-item-img {
  width: 576px;
}
@media screen and (max-width: 768px) {
  .Hint-list-item-slider-item-img {
    width: 285px;
  }
}
.Hint-list-item-slider-item-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.Hint-list-item-slider-item-body {
  padding-top: 20px;
}
.Hint-list-item-slider-item-title {
  padding: 0 0 12px;
  line-height: 1;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .Hint-list-item-slider-item-title {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 12px;
  }
}
.Hint-list-item-slider-item-tag {
  font-size: 14px;
  line-height: 1;
  border: 1px solid #D3D3D3;
  padding: 8px 12px;
  border-radius: 4px;
}
.Hint-list-item-slider-item-text {
  color: #81786B;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .Hint-list-item-slider-item-text {
    font-size: 18px;
    line-height: 1.4;
  }
}
.Hint-list-item-slider-controls {
  position: absolute;
  inset: 0;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  gap: 0;
  max-width: 576px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .Hint-list-item-slider-controls {
    display: block;
    position: absolute;
    top: 0 !important;
    left: 0;
    right: auto;
    width: 285px;
    max-width: 100%;
    height: var(--hint-img-h, 180px);
    max-height: var(--hint-img-h, 180px);
    transform: none;
    inset: auto;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
}
.Hint-list-item-slider-arrow {
  position: absolute;
  top: var(--hint-img-center-y, 178px);
  transform: translateY(-50%);
  left: -30px;
  width: 64px;
  height: 64px;
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .Hint-list-item-slider-arrow {
    position: absolute;
    top: 50%;
    left: -22px;
    right: auto;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
  }
}
.Hint-list-item-slider-arrow:active {
  opacity: 0.45;
}
.Hint-list-item-slider-arrow:disabled {
  cursor: default;
}
.Hint-list-item-slider-next {
  position: absolute;
  right: -30px;
  left: auto;
}
@media screen and (max-width: 768px) {
  .Hint-list-item-slider-next {
    left: auto;
    right: -22px;
    transform: translateY(-50%);
  }
}
.Hint-list-item-image {
  width: 576px;
}
@media screen and (max-width: 768px) {
  .Hint-list-item-image {
    width: 100%;
  }
}
.Hint-list-item-image a::after {
  content: none;
}

/* ====================
  セクション9：カタログ
==================== */
.catalog {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  position: relative;
  background: url(../img/catalog_bg.svg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .catalog {
    width: 100%;
  }
}
.catalog_inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 120px 20px 165px;
}
@media screen and (max-width: 768px) {
  .catalog_inner {
    padding: 64px 20px 80px;
  }
}
.catalog_header {
  color: #fff;
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-end;
}
.catalog_header .btn-white {
  margin: 0 0 0 auto;
  width: 350px;
  height: 72px;
}
.catalog_header-subtitle {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .catalog_header-subtitle {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.catalog_header-title {
  color: #fff;
  font-size: 40px;
  line-height: 1.4;
  text-indent: -0.5rem;
  letter-spacing: 2.56px;
}
@media screen and (max-width: 768px) {
  .catalog_header-title {
    font-size: 32px;
    line-height: 1.4;
    text-indent: 0;
    letter-spacing: -0.06em;
  }
}
.catalog_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 80px 0 0;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .catalog_list {
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 64px 0;
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 4px;
  }
}
.catalog_list-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .catalog_list-item {
    justify-content: flex-start;
  }
}
.catalog_list-item-image-box {
  background-color: #fff;
  border-radius: 4px;
  padding: 64px 0;
  flex-shrink: 0;
  display: flex;
  height: 380px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .catalog_list-item-image-box {
    padding: 16px;
    width: 240px;
    height: 240px;
  }
}
.catalog_list-item-image-box-inner {
  width: 178px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .catalog_list-item-image-box-inner {
    width: 120px;
  }
}
.catalog_list-item-text-box {
  display: grid;
  grid-template-rows: 1fr auto;
}
@media screen and (max-width: 768px) {
  .catalog_list-item-text-box {
    width: 100%;
  }
}
.catalog_list-item-title {
  font-size: 18px;
  margin: 16px 0 24px;
  flex: 1;
  display: flex;
  align-items: flex-start;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .catalog_list-item-title {
    font-size: 16px;
    text-align: left;
    letter-spacing: 0.04em;
    min-height: 41px;
  }
}
.catalog_list-item-button {
  display: block;
  color: #fff;
  border-radius: 8px;
  margin-top: 27px;
  text-align: right;
  position: relative;
  padding-right: 48px;
  flex-shrink: 0;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .catalog_list-item-button {
    font-size: 14px;
  }
}
.catalog_list-item-button::after {
  content: "";
  background: url(../img/box-arrow_w.svg) no-repeat;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .catalog_list-item-button::after {
    width: 24px;
    height: 24px;
    background-size: contain;
    top: 46%;
  }
}

.Faq {
  padding: 120px 0 160px;
}
@media screen and (max-width: 768px) {
  .Faq {
    padding: 64px 0 80px;
  }
}
.Faq-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.Faq-header-subtitle {
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
  color: #5D84A7;
  font-family: "Outfit", sans-serif;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .Faq-header-subtitle {
    font-size: 20px;
    padding-bottom: 12px;
  }
}
.Faq-header-title {
  font-size: 40px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .Faq-header-title {
    font-size: 32px;
  }
}
.Faq-header .totikatuyoTop-Button {
  margin: 0 0 0 auto;
}
.Faq-list {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .Faq-list {
    margin-bottom: 64px;
  }
}
.Faq-list-item {
  border-top: 1px solid #D9D9D9;
}
.Faq-list-item:first-child {
  border-top: none;
}
.Faq-list-item:last-child {
  border-bottom: 1px solid #D9D9D9;
}
.Faq-list-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 40px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 768px) {
  .Faq-list-item-header {
    padding: 24px 0;
    display: grid;
    grid-template-columns: 1fr 20px;
    justify-content: flex-start;
    gap: 20px;
  }
}
.Faq-list-item-header:focus-visible {
  outline: 2px solid #5D84A7;
  outline-offset: 4px;
}
.Faq-list-item-title {
  display: flex;
  align-items: baseline;
  gap: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .Faq-list-item-title {
    font-size: 16px;
  }
}
.Faq-list-item-toggle-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  position: relative;
}
.Faq-list-item-toggle-icon::before, .Faq-list-item-toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: #000;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
}
.Faq-list-item-toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.Faq-list-item-body {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease;
  padding: 0 0 0 0;
}
.Faq-list-item-body-text {
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .Faq-list-item-body-text {
    font-size: 14px;
    padding-bottom: 8px;
  }
}
.Faq-list-item.is-open .Faq-list-item-header {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .Faq-list-item.is-open .Faq-list-item-header {
    padding-bottom: 16px;
  }
}
.Faq-list-item.is-open .Faq-list-item-toggle-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.Faq-list-item.is-open .Faq-list-item-body {
  opacity: 1;
  padding-bottom: 24px;
  font-size: 16px;
  line-height: 1.8;
}

.Contact {
  background: url("../img/contact-bg.jpg") no-repeat center/cover;
  padding: 80px 0 120px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .Contact {
    background: url("../img/contact-bg_sp.jpg") no-repeat center/cover;
    padding: 48px 0 64px;
  }
}
.Contact-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .Contact-inner {
    flex-direction: column;
  }
}
.Contact-inner-body {
  width: 560px;
}
@media screen and (max-width: 768px) {
  .Contact-inner-body {
    width: 100%;
  }
}
.Contact-inner-body-title {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .Contact-inner-body-title {
    font-size: 24px;
  }
}
.Contact-inner-body-text {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .Contact-inner-body-text {
    font-size: 16px;
    margin-bottom: 48px;
  }
}
.Contact-inner-btns {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .Contact-inner-btns {
    width: 100%;
  }
}
.Contact-inner-btns .Contact-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.9);
  width: 400px;
  height: 120px;
  padding: 30px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .Contact-inner-btns .Contact-btn {
    width: 100%;
    height: 96px;
    font-size: 20px;
    line-height: 1.4;
    padding: 0 24px;
  }
}
.Contact-inner-btns .Contact-btn--brown {
  color: #81786B;
}
.Contact-inner-btns .Contact-btn--brown::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 16px;
  height: 12px;
  background-image: url(../img/arrow-brown02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .Contact-inner-btns .Contact-btn--brown::after {
    right: 24px;
    width: 12px;
    height: 10px;
  }
}
.Contact-inner-btns .Contact-btn--blue {
  color: #5D84A7;
}
.Contact-inner-btns .Contact-btn--blue::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 16px;
  height: 12px;
  background-image: url(../img/btn-arrow_b.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .Contact-inner-btns .Contact-btn--blue::after {
    right: 24px;
    width: 12px;
    height: 10px;
  }
}

.totikatuyo-footer {
  padding: 80px 0;
  background-color: #333333;
  color: #fff;
}
.totikatuyo-footer-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .totikatuyo-footer-list {
    flex-direction: column;
    gap: 64px;
  }
}
.totikatuyo-footer-list-item-block-list-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.totikatuyo-footer-list-item-block-list-item a {
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .totikatuyo-footer-list-item-block-list-item a {
    font-size: 14px;
  }
}
.totikatuyo-footer-list-item-block-list-item-title {
  font-size: 14px;
  line-height: 1;
  color: #A8A8A8;
  border-bottom: 1px solid #6E6E6E;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.totikatuyo-footer-list-item-block-list-item-small {
  font-size: 12px;
}/*# sourceMappingURL=style.css.map */