@charset "UTF-8";
/* ###############
  202606 新デザイン用CSS
################## */

/* ----------------------------
[ CSS settings ]
+ HOME
+ PAGE
  + page navigation
  + page image
  + page: message
  + page: about
  + page: vision
  + page: quolity
  + page: 社員紹介
  + page: faq
  + page: 採用情報
------------------------------- */
/* ---------- HOME ---------- */
/* HOME - introduction */
#introduction {
  padding: calc((80 / var(--max-content-width)) * 100vw) 0;
}

#introduction>.max-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

@media (max-width: 768px) {
  #introduction>.max-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

.introduction-ttl {
  font-size: clamp(1.5rem, calc(1.088rem + 1.76vw), 2.625rem);
  letter-spacing: calc(42px * 100 / 1000);
  line-height: 1;
  color: #fff;
}

@media (max-width: 768px) {
  .introduction-ttl {
    margin-bottom: clamp(24px, calc(1.239rem + 0.87vw), 32px);
  }
}

.introduction-ttl>span {
  display: inline-block;
  margin-bottom: clamp(8px, calc(-0.022rem + 1.74vw), 24px);
  padding: 0 8px 4px;
  background-color: var(--brother-blue);
}

@media (max-width: 768px) {
  .introduction-ttl>span {
    padding: 8px 8px 12px;
  }
}

.introduction-ttl>span:last-child {
  margin-bottom: 0;
}

.introduction-firstbox {
  flex-shrink: 0;
  padding-right: 48px;
}

@media (max-width: 768px) {
  .introduction-firstbox {
    padding-right: 0;
  }
}

.introduction-lastbox {
  padding-left: 24px;
}

@media (max-width: 768px) {
  .introduction-lastbox {
    padding-left: 0;
  }
}

.introduction-lastbox p {
  font-size: clamp(1rem, calc(0.935rem + 0.22vw), 1.125rem);
  font-weight: 500;
  line-height: 1.9;
  color: #323232;
}

/* HOME - finds */
#finds {
  padding: 80px 0;
  overflow-x: hidden;
  background-image: linear-gradient(to bottom, #f5f4f9, #adafaf);
}

@media (max-width: 768px) {
  #finds {
    padding: calc((56 / var(--max-content-width)) * 100vw) 0;
  }
}

#finds .ttl-basic.ttl-fs-min {
  margin-bottom: 16px;
}

.find-target {
  max-width: 1920px;
  margin-bottom: calc((32 / var(--max-content-width)) * 100vw);
}

@media (max-width: 1920px) {
  .find-target {
    margin-right: calc(50% - 50vw) !important;
  }
}

.find-field {
  max-width: 1920px;
}

@media (max-width: 1920px) {
  .find-field {
    margin-right: calc(50% - 50vw) !important;
  }
}

.find-target-wrap,
.find-field-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.find-target-item img,
.find-field-item img {
  border-radius: 8px;
}

.find-target-item>a,
.find-field-item>a {
  color: var(--black);
  transition: opacity ease .3s;
}

@media (hover: hover) {

  .find-target-item>a:hover,
  .find-target-item>a:focus-within,
  .find-field-item>a:hover,
  .find-field-item>a:focus-within {
    opacity: 0.5;
  }
}

.find-label {
  margin-top: 8px;
  font-size: 0.8125rem;
  font-weight: 500;
}

.find-label::after {
  content: '〉';
  vertical-align: middle;
  margin-left: 10px;
}

.find-target-btn-prev,
.find-target-btn-next,
.find-field-btn-prev,
.find-field-btn-next {
  top: 40% !important;
}

/* TOP - Product lineup */
#product_lineup {
  padding: 56px 0 80px;
  background-color: #fafafa;
  /*background: url("../images/common/bg_argyle_wh.webp") top left repeat;
  background-size: 70px 78px;*/
}

#lineup_box {
  display: grid;
  grid-template-areas: "a b";
  grid-column-gap: 64px;
}

@media (max-width: 768px) {
  #lineup_box {
    display: block;
  }
}

#lineup_box>div:first-child {
  grid-area: a;
}

@media (max-width: 768px) {
  #lineup_box>div:first-child {
    display: none;
  }
}

.lineup-box-txt {
  margin-bottom: 32px;
}

.lineup-box-txt p {
  font-size: clamp(1.125rem, calc(1.056rem + 0.29vw), 1.3125rem);
  line-height: 1.5;
}

.lineup-box-table {
  max-width: 664px;
  margin-top: auto;
  padding: 30px 16px;
  background-color: #fff;
  border-radius: 10px;
}

.lineup-box-table img {
  width: 100%;
  height: auto;
  object-fit: contain;
  vertical-align: top;
}

.lineup-box-table>table {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  color: #6e6e6e;
  font-size: 0.9375rem;
  line-height: 1.3;
}

.lineup-box-table>table thead {
  border-bottom: 1px solid #a0a0a0;
}

.lineup-box-table>table thead th {
  text-align: center;
  vertical-align: top;
  /*white-space: nowrap;*/
}

.lineup-box-table>table thead th img {
  max-width: 56px;
  max-height: 56px;
  margin-bottom: 8px;
}

.lineup-box-table>table tbody tr.cat {
  border-bottom: none;
}

.lineup-box-table>table tbody tr.cat-child th {
  padding-left: 1.6rem;
  font-weight: 400;
  color: #6e6e6e;
}

.lineup-box-table>table tbody tr.cat-child {
  border-bottom-style: dashed;
}

.lineup-box-table>table tbody tr.cat-child.last {
  border-bottom-style: solid;
}

.lineup-box-table>table tbody th {
  /*padding-left: 1.6rem;
  text-indent: -1.6rem;*/
  line-height: 1.3;
  white-space: nowrap;
  color: var(--navy);
}

.lineup-box-table>table tbody td {
  font-size: 1.25rem;
  position: relative;
}

.lineup-box-table>table tbody td:hover::before,
.lineup-box-table>table tbody td:hover::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e9f5f7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.lineup-box-table>table tbody td:hover::before {
  width: 200vw;
  left: -100vw;
}

.lineup-box-table>table tbody td:hover::after {
  height: 200vh;
  top: -100vh;
}

.lineup-box-table>table tr {
  border-bottom: 1px solid #a0a0a0;
  transition: background ease .3s;
}

.lineup-box-table>table th {
  padding: 8px;
  border-right: 1px solid #a0a0a0;
  text-align: left;
}

.lineup-box-table>table td {
  padding: 8px;
  border-right: 1px solid #a0a0a0;
  text-align: center;
}

.lineup-box-table>table td a {
  color: #6e6e6e;
  transition: opacity ease .3s;
}

.lineup-box-table>table td a:hover {
  opacity: 0.5;
}

.icon-num-square {
  padding: 0 6px 2px;
  background-color: var(--navy);
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}

/* 2026/6/5変更 */
.products-map {
  grid-area: b;
  width: calc((597 / var(--max-content-width)) * 100vw);
  height: calc((475 / var(--max-content-width)) * 100vw);
  max-width: 596px;
  max-height: 475px;
  position: relative;
}

.products-map img {
  width: 100%;
  height: auto;
  object-fit: contain;
  vertical-align: top;
}

@media (max-width: 768px) {
  .products-map {
    display: none;
  }
}

/* 2026/5/18変更 */
/* 2026/5/18追加 */
.products-map-link {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 13%;
  cursor: pointer;
  color: transparent;
  transform-origin: top left;
  transform: skewY(-30deg);
}

.products-map-link:nth-child(1) {
  top: calc((400 / 796) * 100%);
}

.products-map-link:nth-child(2) {
  top: calc((540 / 796) * 100%);
  height: 16%;
}

.products-map-link:nth-child(3) {
  top: calc((720 / 796) * 100%);
}

.products-map-linebase,
.products-map-line01,
.products-map-line02,
.products-map-line03 {
  position: absolute;
  top: 14%;
}

.products-map-line01,
.products-map-line02,
.products-map-line03 {
  display: none;
}

.products-map-line01.is-active,
.products-map-line02.is-active,
.products-map-line03.is-active {
  display: block;
}

/* 2026/5/18追加 */
.product-links-area {
  column-count: 2;
  column-gap: 64px;
  margin-bottom: 64px;
}

@media (max-width: 768px) {
  .product-links-area {
    column-count: 1;
    margin-bottom: 0;
  }
}

.product-links {
  margin-bottom: 32px;
  break-inside: avoid;
  counter-increment: box;
}

.product-links:last-child {
  margin-bottom: 0;
}

.product-links.is-active .product-link-ttl::after {
  width: 100%;
}

.product-link-ttl {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 8px;
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
  background-color: var(--navy);
  font-size: clamp(1rem, calc(0.863rem + 0.59vw), 1.375rem);
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}

.product-link-ttl>span {
  position: relative;
  z-index: 1;
  padding: 8px;
}

.product-link-ttl::before {
  content: counter(box);
  position: relative;
  z-index: 1;
  margin-top: -1rem;
  margin-bottom: -0.8rem;
  font-family: "Lato", sans-serif;
  font-size: clamp(3rem, calc(2.634rem + 1.56vw), 4rem);
  font-weight: 900;
  line-height: 1;
}

.product-link-ttl::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--brother-blue);
  transition: width ease .3s;
}

.product-link-ttl.none-num::before {
  display: none;
}

ul.product-link-list {
  list-style: none;
}

.product-link-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 6%;
}

@media (max-width: 1300px) {
  .product-link-list {
    flex-direction: column;
  }
}

.product-link-item {
  width: 47%;
  margin-bottom: 8px;
}

@media (max-width: 1300px) {
  .product-link-item {
    width: 100%;
    margin-bottom: 8px;
  }
}

.product-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 48px 0 0;
  color: var(--navy);
  transition: opacity ease .3s;
}

.product-link::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  background: url("../images/common/icon-double-arrow_bold.svg") center center no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

@media (hover: hover) {
  .product-link:hover {
    opacity: 0.5;
  }
}

@media (max-width: 768px) {
  .product-link {
    padding: 0 calc((32 / var(--max-content-width)) * 100vw) 0 0;
  }
}

.product-link-name {
  font-size: clamp(2rem, calc(1.939rem + 0.26vw), 2.25rem);
  font-weight: 900;
  line-height: 1.2;
}

.product-link-name>span {
  margin-left: 8px;
  font-size: 63.8%;
  font-weight: 800;
}

.product-link-tagline {
  display: block;
  font-size: clamp(0.75rem, calc(0.681rem + 0.29vw), 0.9375rem);
  font-weight: 500;
  line-height: 1.3;
  color: #323232;
}

/* HOME - News */
#news {
  padding: 56px 0;
  /*.ttl-basic { margin-bottom: 40px; }*/
}

.news-list {
  margin-bottom: 48px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  list-style: none;
}

@media (max-width: 768px) {
  .news-list {
    margin-bottom: calc((24 / var(--max-content-width)) * 100vw);
  }
}

.news-list-item {
  border-bottom: 1px solid #e6e6e6;
  font-size: clamp(0.875rem, calc(0.806rem + 0.29vw), 1.0625rem);
  font-weight: 500;
  line-height: 1.3;
}

.news-list-item:last-child {
  border-bottom: none;
}

.news-list-item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 4%;
  padding: 20px 8px;
  color: var(--black);
  transition: background ease .3s;
}

@media (hover: hover) {

  .news-list-item a:hover,
  .news-list-item a:focus-within {
    background-color: #f1f1f1;
  }
}

@media (max-width: 768px) {
  .news-list-item a {
    display: block;
    flex-direction: column;
    align-items: flex-start;
    padding: calc((16 / var(--max-content-width)) * 100vw) calc((8 / var(--max-content-width)) * 100vw);
  }
}

.news-time {
  width: 8%;
  min-width: 100px;
}

@media (max-width: 768px) {
  .news-time {
    margin-right: 8px;
    margin-bottom: 8px;
  }
}

.news-cat {
  display: inline-block;
  width: 14%;
  min-width: 100px;
  padding: 4px 8px;
  border: 1px solid #004898;
  text-align: center;
  line-height: 1;
  color: #004898;
}

@media (max-width: 768px) {
  .news-cat {
    width: auto;
    margin-bottom: 8px;
  }
}

.news-ttl {
  width: 70%;
}

@media (max-width: 768px) {
  .news-ttl {
    width: 100%;
  }
}

.news-footer {
  text-align: center;
}

.btn-view-more {
  display: inline-block;
  padding: 4px 32px 8px;
  border: 1px solid #3b97b6;
  border-radius: calc((32 / var(--max-content-width)) * 100vw);
  font-size: clamp(1rem, calc(0.87rem + 0.43vw), 1.25rem);
  line-height: 1;
  color: #3b97b6;
  transition: background ease .3s, color ease .3s;
}

@media (hover: hover) {

  .btn-view-more:hover,
  .btn-view-more:focus-within {
    background-color: #3b97b6;
    color: #fff;
  }
}

@media (max-width: 768px) {
  .btn-view-more {
    padding: 6px 24px 8px;
  }
}

/* HOME - Topics */
/* Topics - Tab */
#topics {
  padding: clamp(56px, calc(2.951rem + 2.34vw), 80px) 0;
  /*.ttl-basic { margin-bottom: 32px; }*/
}

.topics-tabs {
  display: flex;
  flex-direction: row;
  column-gap: clamp(16px, calc(0.634rem + 1.56vw), 32px);
  margin-bottom: clamp(16px, calc(0.634rem + 1.56vw), 32px);
}

@media (max-width: 480px) {
  .topics-tabs {
    flex-direction: column;
  }
}

button.tab-topics {
  display: block;
  width: 100%;
  padding: clamp(8px, calc(0.317rem + 0.78vw), 16px);
  background-color: #d7d7d7;
  font-size: clamp(0.9375rem, calc(0.823rem + 0.49vw), 1.25rem);
  line-height: 1;
  letter-spacing: calc(20px * 150 / 1000);
  text-align: center;
  color: var(--black);
  cursor: pointer;
  transition: background ease .3s, color ease .3s;
}

@media (max-width: 480px) {
  button.tab-topics {
    margin-bottom: 8px;
  }

  button.tab-topics:last-child {
    margin-bottom: 0;
  }
}

button.tab-topics.is-active,
button.tab-topics:hover {
  background-color: var(--skyblue);
  color: #fff;
}

/* Topics - Cards */
.topics-cards {
  display: none;
  margin-bottom: 32px;
}

.topics-cards.is-active {
  display: flex;
  flex-wrap: wrap;
  gap: 1.42%;
  animation: topicsShow ease-in-out .75s forwards;
}

@keyframes topicsShow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.topics-card {
  display: block;
  width: 23.92%;
  margin-bottom: 16px;
  background-color: #fff;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
}

@media (max-width: 960px) {
  .topics-card {
    width: 32.38%;
  }
}

@media (max-width: 768px) {
  .topics-card {
    width: 100%;
  }
}

.topics-card a {
  display: block;
  width: 100%;
  height: 100%;
  color: #323232;
  transition: opacity ease .3s;
}

@media (hover: hover) {
  .topics-card a:hover {
    opacity: 0.75;
  }
}

@media (max-width: 768px) {
  .topics-card a {
    display: flex;
    flex-direction: row;
  }
}

@media (max-width: 480px) {
  .topics-card a {
    flex-direction: column;
  }
}

.topics-img {
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

@media (max-width: 768px) {
  .topics-img {
    flex-shrink: 0;
    width: 30%;
  }
}

@media (max-width: 480px) {
  .topics-img {
    width: 100%;
  }
}

.topics-img>img {
  width: 100%;
  height: auto;
  object-fit: contain;
  vertical-align: top;
}

.topics-txt {
  padding: 16px;
  font-size: 0.9375rem;
  letter-spacing: calc(15px * 50 / 1000);
  line-height: 1.5;
}

.topics-ttl {
  font-weight: 500;
}

.topics-footer {
  width: 100%;
  margin-top: 32px;
  text-align: center;
}

/* TOP - 製品についてボタン群 */
#supports {
  padding: 48px 0 56px;
  background-color: var(--brother-blue);
  color: #fff;
}

@media (max-width: 768px) {
  #supports {
    padding: calc((56 / var(--max-content-width)) * 100vw) 0;
  }
}

.supports-readtxt {
  margin-bottom: 32px;
  font-size: clamp(1.125rem, calc(0.929rem + 0.65vw), 1.5rem);
  font-weight: 500;
  letter-spacing: calc(24px * 50 / 1000);
  line-height: 1.8;
}

.supports-readtxt>span {
  display: inline-block;
}

.supports-links {
  list-style: none;
}

@media screen and (min-width: 769px),
print {
  .supports-links {
    display: grid;
    grid-template-areas: "a b" "a c";
    grid-gap: 20px;
  }
}

@media screen and (min-width: 769px),
print {
  .supports-link:first-child {
    grid-area: a;
  }

  .supports-link:nth-child(2) {
    grid-area: b;
  }

  .supports-link:nth-child(3) {
    grid-area: c;
  }
}

@media (max-width: 768px) {
  .supports-link {
    margin-bottom: 16px;
  }
}

.supports-link a.btn-page-link {
  border-color: #fff;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px),
print {

  .supports-link a.btn-page-link.btn-contact,
  .supports-link a.btn-page-link.btn-download {
    min-width: 300px;
    padding-top: min(16px, calc((16 / var(--max-content-width)) * 100vw));
    padding-right: min(88px, calc((88 / var(--max-content-width)) * 100vw));
    padding-bottom: min(16px, calc((16 / var(--max-content-width)) * 100vw));
    padding-left: min(12px, calc((12 / var(--max-content-width)) * 100vw));
    font-size: 1.375rem;
  }

  .supports-link a.btn-page-link .icon-bubble,
  .supports-link a.btn-page-link .icon-download {
    width: min(56px, calc((56 / var(--max-content-width)) * 100vw));
    height: min(56px, calc((56 / var(--max-content-width)) * 100vw));
    margin-right: min(16px, calc((16 / var(--max-content-width)) * 100vw));
  }
}

a.btn-page-link.btn-flow {
  align-items: stretch;
  flex-wrap: wrap;
  height: 100%;
  min-height: 190px;
  padding: 0 min(76px, calc(76 / var(--max-content-width)) * 100vw) 0 0;
  border-color: #fff;
  color: var(--brother-blue);
}

@media (max-width: 768px) {
  a.btn-page-link.btn-flow {
    display: block;
    min-height: auto;
  }
}

@media (max-width: 480px) {
  a.btn-page-link.btn-flow {
    padding-top: min(16px, calc(16 / var(--max-content-width)) * 100vw);
    padding-right: min(16px, calc(16 / var(--max-content-width)) * 100vw);
    padding-bottom: min(72px, calc(72 / var(--max-content-width)) * 100vw);
    padding-left: min(16px, calc(16 / var(--max-content-width)) * 100vw);
  }
}

a.btn-page-link.btn-flow::after {
  background-color: var(--brother-blue);
}

.btn-flow-txts {
  width: 64%;
  padding: 24px 64px 24px 32px;
}

@media (max-width: 1300px) {
  .btn-flow-txts {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .btn-flow-txts {
    padding: 0;
  }
}

.btn-flow-txts .btn-flow-ttl {
  display: block;
  font-size: clamp(1.5rem, calc(0.905rem + 2.54vw), 3.125rem);
  letter-spacing: calc(48px * 50 / 1000);
  line-height: 1;
}

@media (max-width: 768px) {
  .btn-flow-txts .btn-flow-ttl {
    margin-bottom: calc((16 / var(--max-content-width)) * 100vw);
  }
}

.btn-flow-txts .btn-flow-ttl::after {
  content: '';
  display: block;
  width: 100%;
  height: 46px;
  background: url("../images/common/btn_flow_hr.svg") left center no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .btn-flow-txts .btn-flow-ttl::after {
    display: none;
  }
}

.btn-flow-txts .btn-flow-txt {
  display: block;
  font-size: clamp(1rem, calc(0.886rem + 0.49vw), 1.3125rem);
  font-weight: bold;
  letter-spacing: calc(22px * 50 / 1000);
  line-height: 1.3;
  white-space: nowrap;
}

.btn-flow-img {
  /*width: 40%;*/
  margin-left: auto;
}

@media (max-width: 1300px) {
  .btn-flow-img {
    display: none !important;
  }
}

.btn-flow-img img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

/* ---------- PAGE - navigation ---------- */
#page-nav {
  /*max-width: 800px;*/
  max-width: 940px;
  margin: 0 auto 120px;
}

@media (max-width: 768px) {
  #page-nav {
    margin-bottom: min(56px, calc((56 / var(--max-content-width)) * 100vw));
    padding-left: min(20px, calc((20 / var(--max-content-width)) * 100vw));
    padding-right: min(20px, calc((20 / var(--max-content-width)) * 100vw));
  }
}

.page-nav-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: clamp(0.8125rem, calc(0.682rem + 0.43vw), 1.0625rem);
  line-height: 1.5;
}

.page-nav-link {
  flex-shrink: 0;
  width: calc(100% / 4);
  margin: 12px 0;
  background-color: var(--white);
  border: 1px solid var(--light-gray);
  text-align: center;
}

@media (max-width: 768px) {
  .page-nav-link {
    width: calc(100% / 2);
    margin-top: 0;
    margin-bottom: 0;
  }
}

.page-nav-link:not:nth-child(4n) {
  border-right: 0;
}

.page-nav-link>a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: min(16px, calc((16 / var(--max-content-width)) * 100vw));
  color: var(--black);
  transition: background-color ease .25s, color ease .25s;
}

.page-nav-link>a.current,
.page-nav-link>a:hover,
.page-nav-link>a:focus-within {
  background-color: var(--brother-blue);
  color: var(--white);
}

@media (max-width: 768px) {
  .page-nav-link>a {
    padding: min(10px, calc((10 / var(--max-content-width)) * 100vw));
  }
}


/* PAGE - image */
.page-img {
  margin-top: clamp(40px, calc(1.196rem + 4.35vw), 80px);
}

.page-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  vertical-align: top;
}

/* ---------- PAGE: MESSAGE(トップメッセージ) ---------- */
.message-area {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 52px;
}

@media (max-width: 768px) {
  .message-area {
    flex-direction: column-reverse;
    column-gap: 0;
    row-gap: 24px;
  }
}

.message-ttl {
  margin-bottom: clamp(32px, calc(1.451rem + 2.34vw), 56px);
  font-size: clamp(1.75rem, calc(1.293rem + 1.52vw), 2.625rem);
  line-height: 1.6;
}

.message-txt {
  width: calc((783 / 1200) * 100vw);
}

@media (max-width: 768px) {
  .message-txt {
    width: 100%;
  }
}

.message-txt p {
  font-size: clamp(1rem, calc(0.804rem + 0.65vw), 1.25rem);
  line-height: 2;
}

.message-img {
  width: calc((366 / 1200) * 100vw);
  max-width: 366px;
}

@media (max-width: 768px) {
  .message-img {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: 24px;
    max-width: fit-content;
  }
}

.message-img figcaption {
  margin-top: 24px;
}

@media (max-width: 768px) {
  .message-img figcaption {
    margin-top: 0;
    margin-right: auto;
  }
}

.message-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: top;
}

@media (max-width: 768px) {
  .message-img img {
    width: 30%;
  }
}

.message-name {
  font-size: clamp(1.875rem, calc(1.692rem + 0.78vw), 2.375rem);
  line-height: 1.3;
}

/* ---------- PAGE: ABOUT(弊社について) ---------- */
#about-domino {
  padding-top: 40px;
  padding-bottom: 64px;
}

@media (max-width: 768px) {
  #about-domino .ttl-simple {
    text-align: center;
  }
}

#about-domino>.inner {
  max-width: 1100px;
}

.about-domino-content {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 40px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .about-domino-content {
    flex-direction: column-reverse;
    row-gap: calc((40 / var(--max-content-width)) * 100vw);
  }
}

.about-domino-content figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
  vertical-align: top;
}

.about-domino-footer .youtube {
  margin: 0 auto;
}

figure.about-domino-map {
  width: 83%;
  max-width: 838px;
  margin: 0 auto;
}

figure.about-domino-map img {
  width: 100%;
  height: auto;
  object-fit: contain;
  vertical-align: top;
}

.about-domino-logo {
  flex-shrink: 0;
  max-width: 312px;
  max-height: 66px;
}

/* ---------- PAGE: VISION(ブラザーの目指す姿) ---------- */
.ttl-vision {
  display: flex;
  align-items: center;
  column-gap: 40px;
  margin-bottom: 32px;
  padding-bottom: 12px;
  border-bottom: 1px solid #606060;
  font-size: clamp(1.625rem, calc(1.56rem + 0.22vw), 1.75rem);
  font-weight: 600;
}

@media (max-width: 768px) {
  .ttl-vision {
    column-gap: calc((16 / var(--max-content-width)) * 100vw);
  }
}

.ttl-vision img {
  display: inline-block;
  width: clamp(47px, calc(1.405rem + 5.11vw), 94px);
  height: clamp(47px, calc(1.405rem + 5.11vw), 94px);
}

.vision-image {
  margin: 86px 0 114px;
}

/* ---------- PAGE: ISO quality ---------- */
.box-iso {
  display: flex;
  flex-direction: row;
  column-gap: 6%;
  row-gap: 6%;
  margin-bottom: 88px;
  padding: 60px 47px 68px 54px;
  background-color: #fff;
  box-shadow: 5px 5px 0 #999999;
}

@media (max-width: 768px) {
  .box-iso {
    flex-direction: column;
    padding: calc((32 / var(--max-content-width)) * 100vw);
    margin-bottom: calc((48 / var(--max-content-width)) * 100vw);
  }
}

.box-iso:last-child {
  margin-bottom: 0;
}

.box-iso-item {
  width: 47%;
  font-size: clamp(0.9375rem, calc(0.905rem + 0.11vw), 1rem);
}

@media (max-width: 768px) {
  .box-iso-item {
    width: 100%;
    margin-bottom: calc((40 / var(--max-content-width)) * 100vw);
  }

  .box-iso-item:last-child {
    margin-bottom: 0;
  }
}

.box-iso-ttl {
  margin-bottom: 24px;
  font-size: clamp(1.25rem, calc(1.152rem + 0.33vw), 1.4375rem);
  line-height: 1.5;
}

.img-iso {
  width: 50%;
  margin: 80px auto 0;
}

@media (max-width: 768px) {
  .img-iso {
    width: 100%;
    margin-top: calc((32 / var(--max-content-width)) * 100vw);
  }
}

.img-iso img {
  width: 100%;
  height: auto;
  object-fit: contain;
  vertical-align: top;
}

table.table-iso {
  width: 100%;
  font-size: clamp(0.875rem, calc(0.777rem + 0.33vw), 1.0625rem);
  line-height: 1.66;
}

@media (max-width: 768px) {
  table.table-iso {
    border-bottom: 1px solid #dcdcdc;
  }
}

table.table-iso tr {
  border-top: 1px solid #dcdcdc;
}

table.table-iso tr:last-child {
  border-bottom: 1px solid #dcdcdc;
}

table.table-iso th {
  white-space: nowrap;
}

table.table-iso th,
table.table-iso td {
  padding: 16px;
  text-align: left;
}

@media (max-width: 768px) {

  table.table-iso tbody,
  table.table-iso tr,
  table.table-iso th,
  table.table-iso td {
    display: block;
  }

  table.table-iso th {
    background-color: #f1f1f1;
    border-bottom: 1px solid #dcdcdc;
  }
}

table.table-iso .col-1 {
  width: 30%;
}

table.table-iso .col-2 {
  width: 70%;
}

@media (max-width: 768px) {

  table.table-iso .col-1,
  table.table-iso .col-2 {
    width: 100%;
  }
}

.name {
  margin-top: 64px;
}

/* ---------- PAGE: 社員紹介 ---------- */
/* ナビゲーション */
.pnav-members {
  max-width: 1200px;
  margin: 0 auto 56px;
}

@media (max-width: 1300px) {
  .pnav-members {
    padding-left: calc((24 / var(--max-content-width)) * 100vw);
    padding-right: calc((24 / var(--max-content-width)) * 100vw);
  }
}

.list-pnav-members {
  display: flex;
  flex-direction: row;
  gap: 2.1%;
  list-style: none;
}

@media (max-width: 768px) {
  .list-pnav-members {
    flex-direction: column;
    row-gap: clamp(8px, calc((16 / var(--max-content-width)) * 100vw), 16px);
  }
}

.list-pnav-members .btn-member {
  width: 48.95%;
}

@media (max-width: 768px) {
  .list-pnav-members .btn-member {
    width: 100%;
  }
}

.btn-member {
  flex-shrink: 0;
  width: 100%;
  padding: 16px;
  background-color: #fff;
  border: 4px solid #b9b9b9;
  border-radius: 48px;
  font-size: clamp(1.125rem, calc(1.06rem + 0.22vw), 1.25rem);
  line-height: 1;
  color: var(--black);
  text-align: center;
  cursor: pointer;
  transition: border ease .3s;
}

.btn-member.is-active {
  border-color: var(--skyblue);
}

@media (hover: hover) {

  .btn-member:hover,
  .btn-member:focus-within {
    border-color: var(--skyblue);
  }
}

.btn-member>span.fs-small {
  font-size: clamp(1rem, calc(0.935rem + 0.22vw), 1.125rem);
}

/* PAGE: 社員紹介 - コンテンツ */
.member {
  display: none;
  opacity: 0;
}

.member.is-active {
  display: block;
  opacity: 1;
}

.profiles {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  margin-bottom: 48px;
}

@media (max-width: 768px) {
  .profiles {
    flex-direction: column-reverse;
  }
}

.profile {
  width: calc(100% - 47.5%);
  padding: 64px 48px 40px 64px;
  background-color: var(--skyblue);
  color: #fff;
}

@media (max-width: 768px) {
  .profile {
    width: 100%;
    padding: calc((24 / var(--max-content-width)) * 100vw);
  }
}

.profile-name {
  margin-bottom: 64px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  font-size: clamp(1.125rem, calc(0.995rem + 0.43vw), 1.375rem);
}

.profile-name>span.fs-small {
  font-size: 82%;
}

.profile dl {
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(1rem, calc(0.935rem + 0.22vw), 1.125rem);
}

.profile dl dt,
.profile dl dd {
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}

.profile dl dt {
  width: 30%;
}

.profile dl dd {
  width: 70%;
}

.profile-photo {
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  width: 47.5%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .profile-photo {
    aspect-ratio: 16 / 9;
    width: 100%;
  }
}

.profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* PAGE: 社員紹介 - インタビューQ&A */
dl.list-interview-qa {
  margin-bottom: 120px;
}

dl.list-interview-qa dt {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 24px;
  padding-bottom: 8px;
  counter-increment: dl_dt;
  border-bottom: 1px solid var(--skyblue);
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--black);
}

dl.list-interview-qa dt::before {
  content: "Q" counter(dl_dt);
  margin-right: 24px;
  font-size: 2.5rem;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  vertical-align: baseline;
  color: var(--skyblue);
}

dl.list-interview-qa dd {
  margin-bottom: 56px;
  padding-left: 5.5rem;
  font-size: 1.0625rem;
}

@media (max-width: 768px) {
  dl.list-interview-qa dd {
    padding-left: 0;
  }
}

dl.list-interview-qa dd:last-child {
  margin-bottom: 0;
}

dl.list-interview-qa dd strong {
  color: var(--skyblue);
}

dl.list-interview-qa dd figure {
  flex-shrink: 0;
  max-width: 512px;
}

@media (max-width: 768px) {
  dl.list-interview-qa dd figure {
    max-width: 100%;
  }
}

dl.list-interview-qa dd figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

dl.list-interview-qa dd.has-img {
  display: flex;
  flex-direction: row;
  column-gap: 24px;
}

@media (max-width: 768px) {
  dl.list-interview-qa dd.has-img {
    flex-direction: column;
    row-gap: 24px;
  }
}

/* PAGE: 社員紹介 - ある1日の流れ */
.daily-workflow-ttl {
  max-width: 50%;
  margin: 0 auto 32px;
  padding: 8px 16px;
  background-color: var(--skyblue);
  font-size: 1.5rem;
  letter-spacing: calc(24px * 120 / 1000);
  text-align: center;
  color: #fff;
}

@media (max-width: 768px) {
  .daily-workflow-ttl {
    max-width: 100%;
  }
}

.timeline-area {
  max-width: 1000px;
  margin: auto;
  position: relative;
}

.timeline-area>.timeline-bar {
  content: '';
  display: block;
  position: absolute;
  top: 40px;
  left: 50%;
  width: 3px;
  height: 100%;
  background-color: var(--skyblue);
}

@media (max-width: 768px) {
  .timeline-area>.timeline-bar {
    height: calc(100% - 48px);
    top: 32px;
    left: 0;
  }
}

@media screen and (min-width: 769px),
print {
  .timelines {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .timeline {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 50%;
  }

  .timeline:nth-child(odd) {
    align-items: flex-start;
  }

  .timeline:nth-child(odd) .timeline-time {
    position: absolute;
    top: 0;
    right: -6.25%;
  }

  .timeline:nth-child(even) {
    align-items: flex-end;
    margin-top: 5%;
  }

  .timeline:nth-child(even) .timeline-time {
    position: absolute;
    top: 30%;
    left: -6.25%;
    text-align: left;
  }

  .timeline:nth-child(even) .timeline-time::before {
    left: auto;
    right: 0;
  }

  .timeline:nth-child(even) .timeline-time::after {
    margin-left: 11%;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .timeline {
    position: relative;
    margin-bottom: 24px;
    margin-left: 24px;
    padding: 24px;
    background-color: #fff;
    border: 2px solid var(--skyblue);
    border-radius: 30px;
  }

  .timeline:last-child .timeline-time::after {
    top: auto;
    bottom: 0;
  }
}

.timeline-time {
  font-size: 1.5rem;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: var(--skyblue);
}

@media screen and (min-width: 769px),
print {
  .timeline-time {
    position: relative;
    z-index: 1;
    width: 132px;
    text-align: right;
  }
}

@media (max-width: 768px) {
  .timeline-time {
    width: auto;
    text-align: left;
  }
}

.timeline-time time {
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
}

.timeline-time::after {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  margin-right: 9%;
  margin-left: auto;
  background-color: #ffff00;
  border: 7px solid var(--skyblue);
  border-radius: 50%;
}

@media (max-width: 768px) {
  .timeline-time::after {
    position: absolute;
    top: 24px;
    left: -42px;
    z-index: 1;
    margin-right: auto;
    margin-left: 0;
  }
}

@media screen and (min-width: 769px),
print {
  .timeline-time::before {
    content: '';
    display: block;
    border: 2px dotted #737373;
    width: 80%;
    position: absolute;
    left: 0;
    bottom: 22%;
    z-index: -1;
  }
}

.timeline-content {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: calc(16px * 50 / 1000);
  line-height: 1.83;
}

@media screen and (min-width: 769px),
print {
  .timeline-content {
    position: relative;
    z-index: 1;
    max-width: 395px;
    padding: 24px;
    background-color: #fff;
    border: 2px solid var(--skyblue);
    border-radius: 30px;
  }
}

.timeline-ttl {
  margin-bottom: 16px;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: calc(22px * 100 / 1000);
  line-height: 1.4;
}

.timeline-photos {
  max-width: 355px;
  margin-top: 16px;
}

@media (max-width: 768px) {
  .timeline-photos {
    max-width: 100%;
  }
}

.timeline-photos img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* ---------- PAGE: FAQ ---------- */
.list-qa-q::before,
.list-qa-a::before {
  margin-right: min(32px, calc((32 / var(--max-content-width)) * 100vw));
  font-size: clamp(2rem, calc(2.337rem + 0.54vw), 2.5rem);
  font-family: "Lato", sans-serif;
  font-weight: 600;
  line-height: 1;
}

.list-qa-q {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: min(24px, calc((24 / var(--max-content-width)) * 100vw));
  padding: 0 min(32px, calc((32 / var(--max-content-width)) * 100vw)) min(8px, calc((8 / var(--max-content-width)) * 100vw));
  border-bottom: 1px solid var(--skyblue);
  font-size: clamp(1.25rem, calc(1.185rem + 0.22vw), 1.375rem);
  font-weight: 600;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .list-qa-q {
    padding-left: 0;
    padding-right: 0;
  }
}

.list-qa-q::before {
  content: 'Q';
  color: #009fb4;
}

.list-qa-a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: min(56px, calc((56 / var(--max-content-width)) * 100vw));
  padding: 0 min(32px, calc((32 / var(--max-content-width)) * 100vw));
  font-size: clamp(1rem, calc(0.935rem + 0.22vw), 1.125rem);
  line-height: 1.7;
}

@media (max-width: 768px) {
  .list-qa-a {
    padding-left: 0;
    padding-right: 0;
  }
}

.list-qa-a:last-child {
  margin-bottom: 0;
}

.list-qa-a::before {
  content: 'A';
  color: #141414;
}

/* ---------- PAGE: 採用情報 ---------- */
.ttl-description {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

.arrow-down {
  display: block;
  text-align: center;
  color: #fff;
  width: 70%;
  background-color: #004898;
  clip-path: polygon(0 0, 100% 0%, 100% 70%, 50% 100%, 0% 70%);
  margin: 0 0 0 auto;
  padding: 10px 0 15px 0;
}

.arrow-down-last {
  clip-path: none;
  padding: 10px 0 10px 0;
}

.link-2clumn {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  flex-wrap: wrap;
  margin: 60px auto;
}

.link-2clumn a {
  display: block;
  width: 240px;
  border: 2px solid #004898;
  padding: 10px 0;
  color: #111;
  text-align: center;
  border-radius: 30px;
  margin-bottom: 10px;
  transition: 0.3s;
}

.link-2clumn a:hover {
  opacity: 0.5;
}

@media (max-width: 768px) {
  .ttl-description {
    font-size: 16px;
  }

  .arrow-down {
    width: 100%;
    padding: 10px 10px 15px 10px;
  }

  .arrow-down-last {
    padding: 10px;
  }
}