@charset "UTF-8";
/* =================================================== *

  base

* =================================================== */
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@font-face {
  font-family: "ave-m";
  src: url("../font/avenir-next-medium.ttf") format("truetype");
}
@font-face {
  font-family: "ave-b";
  src: url("../font/avenir-next-demi-bold.ttf") format("truetype");
}
body {
  color: #000;
  font-family: YakuHanRPs, dnp-shuei-gothic-gin-std, メイリオ, Meiryo, "MS Pゴシック", "MS P Gothic", Arial, icomoon, sans-serif;
  font-weight: normal;
  min-height: 100dvh;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  font-size: 14px;
  line-height: 1.4;
  background: #fff;
  font-feature-settings: "palt";
}

main {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
}

p {
  line-height: 2.2;
}
@media (max-width: 767px) {
  p {
    line-height: 1.8;
  }
}
p + p {
  margin-top: 1.5em;
}

.js-sr-img {
  overflow: hidden;
}

/*------------------
  font
------------------*/
.font-en {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: italic;
}

.font-num {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
}

.font-en-b {
  font-family: futura-pt, sans-serif;
}

.font-num-b {
  font-family: futura-pt, sans-serif;
}

/*------------------
  display
------------------*/
._sp {
  display: none;
}

._tb {
  display: none;
}

._tb-sp {
  display: none;
}

@media (max-width: 992px) {
  ._pc {
    display: none;
  }
  ._tb {
    display: block;
  }
  ._tb-sp {
    display: block;
  }
}
@media (max-width: 767px) {
  ._pc-tb {
    display: none;
  }
  ._tb {
    display: none;
  }
  ._sp {
    display: block;
  }
}
/*------------------
  inner
------------------*/
.l-container {
  max-width: 1420px;
  width: 80%;
  margin-inline: auto;
}
@media (max-width: 992px) {
  .l-container {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .l-container {
    width: calc(100% - 40px);
  }
}

.l-container-wide {
  max-width: 1420px;
  width: 80%;
  margin-inline: auto;
}
@media (max-width: 992px) {
  .l-container-wide {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .l-container-wide {
    width: 100%;
  }
}

.inner1920 {
  max-width: 1920px;
  margin-inline: auto;
}

.inner1000 {
  max-width: 1000px;
  margin-inline: auto;
}

.inner800 {
  max-width: 800px;
  margin-inline: auto;
}

/*------------------
  wraper
------------------*/
.l-wrapper {
  padding: clamp(70px, 9.1264667536vw, 150px) 0;
}

.l-wrapper-top {
  padding-top: clamp(70px, 9.1264667536vw, 150px);
}

.l-wrapper-bottom {
  padding-bottom: clamp(70px, 9.1264667536vw, 150px);
}

.l-wrapper-100 {
  padding: clamp(50px, 6.518904824vw, 100px) 0;
}

.l-wrapper-top-100 {
  padding-top: clamp(50px, 6.518904824vw, 100px);
}

.l-wrapper-bottom-100 {
  padding-bottom: clamp(50px, 6.518904824vw, 100px);
}

.l-wrapper-50 {
  padding: clamp(30px, 3.9113428944vw, 50px) 0;
}

.l-wrapper-top-50 {
  padding-top: clamp(30px, 3.9113428944vw, 50px);
}

.l-wrapper-bottom-50 {
  padding-bottom: clamp(30px, 3.9113428944vw, 50px);
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

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

.mt-10 {
  margin-top: 10px;
}

.mt-30 {
  margin-top: 30px;
}

img.autowidth {
  max-width: 100%;
  width: auto;
}

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

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

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

.text-ml {
  margin-left: 1em;
}

.m-b10 {
  margin-bottom: 10px;
}

.m-b20 {
  margin-bottom: 20px;
}

a.underline {
  color: #D71522;
  text-decoration: underline;
}

.clear {
  clear: both;
}

/*------------------
  list
------------------*/
.p-list ul {
  margin-left: 1.2em;
}
.p-list ul li {
  list-style: disc;
  line-height: 1.8;
}
.p-list ul li + li {
  margin-top: 0.5em;
}
.p-list ol {
  margin-left: 1.2em;
}
.p-list ol li {
  list-style: decimal;
  line-height: 1.8;
}
.p-list ol li + li {
  margin-top: 1.5em;
}
.p-list dl + dl {
  margin-top: 1.5em;
}
.p-list dl dd {
  margin-left: 1em;
}

.policy-list ol li {
  list-style: decimal;
  line-height: 1.8;
}
.policy-list ol li span {
  display: block;
  font-weight: 600;
}
.policy-list ol li + li {
  margin-top: 3em;
}
.policy-list ul li {
  list-style: none;
  line-height: 1.8;
  position: relative;
  padding-left: 1.5em;
}
.policy-list ul li::before {
  position: absolute;
  content: "■";
  left: 0;
}
.policy-list ul li span {
  display: block;
  font-weight: 600;
}
.policy-list ul li + li {
  margin-top: 3em;
}
.policy-list ul ol {
  padding-top: 1em;
  margin-left: 1.5em;
}
.policy-list ul ol li {
  list-style: decimal;
  padding-left: 0;
}
.policy-list ul ol li + li {
  margin-top: 0.5em;
}
.policy-list ul ol li::before {
  content: "";
}

/* -----------------------
bread
----------------------- */
#page-bread {
  padding: 10px 0;
  background: #000;
  color: #fff;
}

.page-bread {
  display: flex;
  gap: 5px;
  margin-inline: auto;
  font-size: 10px;
}
.page-bread .aioseo-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.page-bread .aioseo-breadcrumbs span {
  line-height: 1.6;
}
@media (hover: hover) and (pointer: fine) {
  .page-bread .aioseo-breadcrumbs span a:hover {
    color: #D71522;
  }
}
.page-bread .aioseo-breadcrumbs .aioseo-breadcrumb-separator {
  margin-inline: 1em;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 767px) {
  .page-bread .aioseo-breadcrumbs .aioseo-breadcrumb-separator {
    margin-inline: 0.8em;
  }
}

/*------------------
  heading
------------------*/
.p-hn1 {
  color: #D71522;
  font-size: 12px;
}
.p-hn1 span {
  color: #000;
  display: block;
  font-size: clamp(24px, 3.1290743155vw, 32px);
}

.p-hn2, .post-single h2 {
  text-align: center;
  font-weight: 600;
  font-size: clamp(24px, 3.1290743155vw, 32px);
}
@media (max-width: 767px) {
  .p-hn2, .post-single h2 {
    font-size: 20px;
  }
}
.p-hn2 span, .post-single h2 span {
  display: block;
  color: #D71522;
  font-size: clamp(18px, 2.3468057366vw, 20px);
}
@media (max-width: 767px) {
  .p-hn2 span, .post-single h2 span {
    font-size: 14px;
  }
}

.p-hn3 {
  font-weight: 600;
  font-size: clamp(24px, 3.1290743155vw, 30px);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p-hn3 {
    font-size: 20px;
  }
}

.p-hn4 {
  font-weight: 600;
  font-size: clamp(24px, 3.1290743155vw, 30px);
  text-align: center;
  position: relative;
  margin-bottom: clamp(50px, 6.518904824vw, 70px);
}
.p-hn4::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 5px;
  background: #D71522;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .p-hn4 {
    font-size: 20px;
  }
}

.p-hn5 {
  border-bottom: solid 1px #ccc;
  padding-bottom: 15px;
  margin-bottom: clamp(15px, 1.9556714472vw, 30px);
  font-size: clamp(18px, 2.3468057366vw, 24px);
  font-weight: 600;
}

.p-hn6 {
  font-size: clamp(18px, 2.3468057366vw, 24px);
  position: relative;
  padding-left: 0.7em;
  margin-bottom: clamp(20px, 2.6075619296vw, 30px);
}
@media (max-width: 767px) {
  .p-hn6 {
    font-size: 3.4vw;
  }
}
.p-hn6::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #D71522;
}

.p-hn7 {
  text-align: center;
  margin-bottom: clamp(30px, 3.9113428944vw, 50px);
}
.p-hn7 span {
  display: block;
}
.p-hn7 span:first-child {
  font-size: clamp(26px, 3.3898305085vw, 30px);
}
.p-hn7 span:last-child {
  color: #D71522;
  font-weight: 600;
  font-size: clamp(10px, 1.3037809648vw, 12px);
}

.p-hn8 {
  position: relative;
  padding-left: 80px;
  font-weight: 600;
  font-size: clamp(24px, 3.1290743155vw, 30px);
}
@media (max-width: 767px) {
  .p-hn8 {
    font-size: 20px;
    padding-left: 40px;
  }
}
.p-hn8::before {
  position: absolute;
  content: "";
  background: #D71522;
  width: 50px;
  height: 3px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 767px) {
  .p-hn8::before {
    width: 30px;
  }
}

.p-hn9 {
  border-bottom: solid 2px #ccc;
  padding-bottom: 15px;
  margin-bottom: clamp(15px, 1.9556714472vw, 30px);
  font-size: clamp(18px, 2.3468057366vw, 24px);
  font-weight: 600;
  position: relative;
}
.p-hn9::before {
  position: absolute;
  content: "";
  width: 10%;
  height: 2px;
  background: #D71522;
  bottom: -2px;
  left: 0;
}

.p-hn10 {
  font-size: clamp(15px, 1.9556714472vw, 18px);
  margin-bottom: 10px;
  font-weight: 600;
}

.p-hn11 {
  font-size: clamp(14px, 1.8252933507vw, 16px);
  margin-bottom: 10px;
  font-weight: 600;
}

.p-hn12 {
  font-size: clamp(18px, 2.3468057366vw, 20px);
  margin-bottom: 10px;
  font-weight: 600;
}

/*------------------
  index
------------------*/
.page-index__list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .page-index__list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .page-index__list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-index__list ul li a {
  padding: 20px 10% 20px 10px;
  display: block;
  background: #eee;
  text-align: center;
  position: relative;
  transition: 0.3s;
  font-weight: 600;
  font-size: clamp(10px, 1.0080645161vw, 15px);
}
@media (max-width: 992px) {
  .page-index__list ul li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .page-index__list ul li a {
    font-size: 14px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .page-index__list ul li a:hover {
    background: #D71522;
    color: #fff;
  }
  .page-index__list ul li a:hover .page-index__arrow::before, .page-index__list ul li a:hover .page-index__arrow::after {
    background-color: #fff;
  }
}
.page-index__list ul li a.active {
  background: #D71522;
  color: #fff;
}
.page-index__list ul li a.active .page-index__arrow::before, .page-index__list ul li a.active .page-index__arrow::after {
  background-color: #fff;
}
.page-index__list5 ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .page-index__list5 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .page-index__list5 ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page-index__list3 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .page-index__list3 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.page-index__list2 ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .page-index__list2 ul {
    display: grid;
  }
}
.page-index__list2 ul li {
  flex-basis: 30%;
}
.page-index__list2-left ul {
  display: flex;
  gap: 10px;
}
@media (max-width: 992px) {
  .page-index__list2-left ul {
    display: grid;
  }
}
.page-index__list2-left ul li {
  flex-basis: 30%;
}
.page-index__list2flat ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .page-index__list2flat ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.page-index__arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  display: inline-block;
  width: 7.4px;
  height: 13.7px;
  transform: translateY(-50%);
}
.page-index__arrow::before, .page-index__arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #D71522;
  transform-origin: calc(100% - 0.5px) 50%;
}
.page-index__arrow::before {
  transform: rotate(45deg);
}
.page-index__arrow::after {
  transform: rotate(-45deg);
}

/*------------------
  btn
------------------*/
.p-btn1 {
  display: inline-block;
  position: relative;
  font-weight: 600;
  background: #F2F2F2;
  padding: 14px 2em 10px 3.7em;
  transition: 0.3s;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  white-space: nowrap;
}
.p-btn1::before {
  position: absolute;
  content: "";
  background: url("../img/icon/more.svg") no-repeat center center/100%;
  width: 2em;
  height: 1em;
  left: 1em;
  top: calc(50% - 5px);
}
@media (hover: hover) and (pointer: fine) {
  .p-btn1:hover {
    background: #D71522;
    color: #fff;
  }
  .p-btn1:hover::before {
    background: url("../img/icon/more_hover.svg") no-repeat center center/100%;
  }
}

.p-btn2 {
  display: inline-block;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px 2.5em 10px 2em;
  transition: 0.3s;
  position: relative;
}
.p-btn2::after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 70%;
}
@media (hover: hover) and (pointer: fine) {
  .p-btn2:hover {
    background: #D71522;
  }
}

.p-btn3 {
  display: inline-block;
  border: solid 1px #fff;
  border-radius: 100vh;
  font-weight: 600;
  padding: 10px 2em;
  transition: 0.3s;
}

.p-btn4 {
  display: inline-block;
  width: 15em;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px 2.5em 10px 2em;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-btn4:hover {
    background: #D71522;
  }
}
.p-btn4.red {
  background: #D71522;
}
@media (hover: hover) and (pointer: fine) {
  .p-btn4.red:hover {
    background: #000;
  }
}

/*------------------
  table
------------------*/
.p-table2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 992px) {
  .p-table2 {
    grid-template-columns: repeat(2, auto);
  }
}
@media (max-width: 767px) {
  .p-table2 {
    grid-template-columns: repeat(1, auto);
  }
}
.p-table2 tr,
.p-table2 tbody,
.p-table2 thead,
.p-table2 tfoot {
  display: contents;
}
.p-table2 th,
.p-table2 td {
  display: block;
}
.p-table2 th[colspan="3"],
.p-table2 td[colspan="3"] {
  grid-column: auto/span 3;
}
@media (max-width: 992px) {
  .p-table2 th[colspan="3"],
  .p-table2 td[colspan="3"] {
    grid-column: auto/span 1;
  }
}
.p-table2 th[rowspan="3"],
.p-table2 td[rowspan="3"] {
  grid-row: auto/span 3;
}

.p-table {
  width: 100%;
}
.p-table tr:first-of-type {
  border-top: 1px solid #ccc;
}
.p-table caption {
  display: block;
  margin-top: 100px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .p-table caption {
    margin-top: 50px;
  }
}
.p-table th {
  background: #F6F6F6;
  padding: 20px 40px;
  font-weight: 400;
  line-height: 1.6;
  border-bottom: 1px solid #ccc !important;
}
@media (max-width: 767px) {
  .p-table th {
    width: 100%;
    display: block;
    padding: 10px;
    border-bottom: none !important;
  }
}
.p-table td {
  padding: 8px;
  min-height: 40px;
  background: #fff;
  padding: 20px 40px;
  line-height: 1.6;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767px) {
  .p-table td {
    width: 100%;
    display: block;
    padding: 20px 10px;
  }
}
.p-table td a {
  color: #23B5BB;
  text-decoration: underline;
}
.p-table td dl dd {
  margin-bottom: 1em;
}

.p-table3 {
  width: 100%;
  border: solid 1px #ccc;
}
.p-table3 th {
  vertical-align: middle;
  background: #F3F4F6;
  padding: 1em 10px;
  border: solid 1px #ccc;
  line-height: 1.6;
}
.p-table3 td {
  vertical-align: middle;
  padding: 1em 10px;
  border: solid 1px #ccc;
  line-height: 1.6;
  background: #fff;
}

/*------------------
  page header
------------------*/
#page-header {
  overflow: hidden;
}

.page-header {
  padding: clamp(40px, 5.2151238592vw, 70px) 0;
  margin-left: 5%;
  position: relative;
}
.page-header__line__tate {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  background: #D71522;
}
.page-header__line__yoko {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background: #D71522;
}
.page-header__body {
  position: relative;
}
.page-header__body:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.page-header__body__ttl {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  color: #fff;
  padding: clamp(20px, 2.6075619296vw, 80px) 10px 10px 5%;
  width: 100%;
}
@media (max-width: 767px) {
  .page-header__body__ttl {
    padding: 10px 10px 10px 5%;
  }
}
.page-header__body__ttl__en {
  font-size: clamp(40px, 5.2151238592vw, 60px);
  position: relative;
  letter-spacing: 0.05em;
  padding-right: 2em;
  display: inline-block;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .page-header__body__ttl__en {
    font-size: 6vw;
  }
}
.page-header__body__ttl__en img {
  position: absolute;
  width: 2em;
  right: 0;
  top: 24%;
}
.page-header__body__ttl__ja {
  display: flex;
  align-items: center;
}
.page-header__body__ttl__ja span.mainttl {
  font-size: clamp(16px, 2.0860495437vw, 18px);
}
@media (max-width: 767px) {
  .page-header__body__ttl__ja span.mainttl {
    font-size: 3vw;
  }
}
.page-header__body__ttl__ja span.subttl {
  font-size: 14px;
  position: relative;
  padding-left: calc(2em + 70px);
  line-height: 1;
}
@media (max-width: 767px) {
  .page-header__body__ttl__ja span.subttl {
    font-size: 12px;
    padding-left: calc(1em + 40px);
  }
}
.page-header__body__ttl__ja span.subttl::before {
  position: absolute;
  content: "";
  left: 2em;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  width: 50px;
  height: 1px;
}
@media (max-width: 767px) {
  .page-header__body__ttl__ja span.subttl::before {
    left: 1em;
    width: 30px;
  }
}
.page-header__body__img img {
  aspect-ratio: 5/1;
  object-fit: cover;
}
@media (max-width: 767px) {
  .page-header__body__img img {
    aspect-ratio: 4/1;
  }
}
@media (max-width: 767px) {
  .page-header {
    padding: 10% 0;
  }
}
.page-header__img {
  overflow: hidden;
}
.page-header__img img {
  aspect-ratio: 5/1;
  object-fit: cover;
}
.page-header__ttl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5%;
  width: 105%;
  text-align: center;
  font-size: clamp(20px, 2.6075619296vw, 30px);
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .page-header__ttl {
    font-size: 4vw;
  }
}
.page-header__ttl2 span {
  display: block;
}
.page-header__ttl2 span:first-child {
  font-size: 34px;
  font-weight: 600;
}
.page-header__ttl2 span:last-child {
  margin-top: 5px;
  color: #D71522;
  font-size: 16px;
}

/*------------------
  page hero
------------------*/
#page-hero {
  position: relative;
  overflow: hidden;
}
#page-hero .page-header__body__ttl {
  background: rgba(0, 0, 0, 0.5);
  padding: clamp(40px, 5.2151238592vw, 80px) clamp(60px, 7.8226857888vw, 80px);
  width: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  #page-hero .page-header__body__ttl {
    padding: 20px;
  }
}

.page-hero__img {
  position: relative;
}
.page-hero__img:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.page-hero__img img {
  aspect-ratio: 5/2;
  object-fit: cover;
}
.page-hero__video {
  aspect-ratio: 5/2;
  overflow: hidden;
}
.page-hero__video video {
  width: 100%;
  height: auto;
}
.page-hero__desc {
  position: absolute;
  z-index: 1;
  color: #fff;
  padding: clamp(40px, 5.2151238592vw, 80px) clamp(60px, 7.8226857888vw, 80px);
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .page-hero__desc {
    padding: 10px;
  }
}
.page-hero__desc__ttl {
  font-size: clamp(30px, 3.9113428944vw, 40px);
  font-weight: 700;
  margin-bottom: clamp(10px, 1.3037809648vw, 30px);
}
@media (max-width: 767px) {
  .page-hero__desc__ttl {
    font-size: 4vw;
    margin-bottom: 0;
  }
}
.page-hero__desc__txt {
  font-size: clamp(16px, 2.0860495437vw, 18px);
  font-weight: 600px;
}
@media (max-width: 767px) {
  .page-hero__desc__txt {
    font-size: 12px;
  }
}

/*------------------
  faq
------------------*/
.p-faq__card {
  padding: 2em 0;
  border-bottom: dotted 1px #ccc;
}
.p-faq__card:first-child {
  border-top: dotted 1px #ccc;
}
.p-faq__q {
  display: flex;
  gap: 20px;
  font-size: 120%;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-faq__q {
    font-size: 100%;
  }
}
.p-faq__q .p-faq__hn {
  color: #D71522;
}
.p-faq__q span {
  background: #fff;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-left: auto;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-faq__q span {
    width: 20px;
    height: 20px;
  }
}
.p-faq__a .p-faq__hn {
  color: #D71522;
}
.p-faq__a__inner {
  display: flex;
  gap: 20px;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .p-faq__a__inner {
    padding: 10px 0;
  }
}
.p-faq__hn {
  display: flex;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
  font-weight: 600;
}
@media (max-width: 767px) {
  .p-faq__hn {
    font-size: 20px;
    width: 30px;
    height: 30px;
  }
}

/*------------------
  tab
------------------*/
.tab-content {
  display: none;
  transition: 0.3s;
}
.tab-content.show {
  display: block;
  animation: panel-show 0.5s ease-in-out forwards;
}

/* パネル切り替えのアニメーション */
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* =================================================== *

  header

 * =================================================== */
/* -----------------------
header
----------------------- */
header {
  position: sticky;
  left: 0;
  top: 0;
  transition: 0.3s;
  z-index: 1000;
  width: 100%;
}

.l-home header {
  position: fixed;
}
.l-home #header-pc {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.1) 100%);
}
.l-home #header-pc .header-pc__inner .left {
  animation: headerlogo 0.5s linear 3s forwards;
  opacity: 0;
}
.l-home #header-pc .header-pc__inner .right {
  animation: headerright 0.3s linear 2s forwards;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .l-home #header-pc:hover {
    background: rgb(255, 255, 255);
  }
  .l-home #header-pc:hover .header-pc__info a {
    color: #000;
  }
  .l-home #header-pc:hover .header-pc__lang ul li a {
    color: #000;
  }
  .l-home #header-pc:hover .header-pc__lang ul li a.active {
    color: #D71522;
  }
  .l-home #header-pc:hover .header-pc__lang ul li:first-child::before {
    color: #000;
  }
  .l-home #header-pc:hover .header-pc__nav a {
    color: #000;
  }
  .l-home #header-pc:hover .megaMenu a {
    color: #fff;
  }
}
.l-home .header-pc__info a {
  color: #fff;
}
.l-home .header-pc__lang ul li:first-child::before {
  color: #fff;
}
.l-home .header-pc__lang ul li a {
  color: #fff;
}
.l-home .header-pc__nav ul li a {
  color: #fff;
}

@keyframes headerright {
  from {
    opacity: 0;
    margin-top: -10px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes headerlogo {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* -----------------------
header pc
----------------------- */
#header-pc {
  width: 100%;
  position: relative;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.5);
}
@media (hover: hover) and (pointer: fine) {
  #header-pc:hover {
    background: rgb(255, 255, 255);
  }
}

.header-pc__inner {
  display: flex;
  justify-content: space-between;
}
.header-pc__inner .left {
  margin-right: 10px;
}
.header-pc__inner .right {
  padding: 20px 2% 0 0;
}
.header-pc__logo {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.header-pc__logo a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 0 20px;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .header-pc__logo a:hover {
    opacity: 0.5;
  }
}
.header-pc__logo a img {
  max-width: 100px;
}
.header-pc__head {
  display: flex;
  justify-content: flex-end;
  gap: 2em;
  margin-bottom: 20px;
}
.header-pc__info a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000;
  transition: 0.3s;
  border-bottom: solid 1px rgba(0, 0, 0, 0);
  font-size: clamp(10px, 1.3037809648vw, 15px);
}
@media (hover: hover) and (pointer: fine) {
  .header-pc__info a:hover {
    border-bottom: solid 1px #D71522;
  }
}
.header-pc__lang ul {
  display: flex;
}
.header-pc__lang ul li:first-child {
  position: relative;
  padding-right: 1em;
  margin-right: 0.5em;
}
.header-pc__lang ul li:first-child::before {
  position: absolute;
  content: "/";
  right: 0;
  color: #000;
}
.header-pc__lang ul li a {
  display: block;
  transform-origin: 0.3s;
  color: #000;
  transition: 0.3s;
  font-size: clamp(10px, 1.3037809648vw, 15px);
}
.header-pc__lang ul li a.active {
  color: #D71522;
}
@media (hover: hover) and (pointer: fine) {
  .header-pc__lang ul li a:hover {
    color: #D71522;
  }
}
.header-pc__nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5vw;
}
.header-pc__nav ul li a {
  display: flex;
  align-items: center;
  transition: 0.3s;
  color: #000;
  gap: 5px;
  padding-bottom: 20px;
  position: relative;
  font-size: clamp(10px, 1.3037809648vw, 15px);
}
.header-pc__nav ul li a span {
  font-size: 60%;
}
@media (hover: hover) and (pointer: fine) {
  .header-pc__nav ul li a:hover::before {
    position: absolute;
    content: "";
    bottom: 1em;
    left: 0;
    width: 100%;
    height: 1px;
    background: #D71522;
  }
}

.megaMenu {
  background: #fff;
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  transition: 0.3s;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.megaMenu__ttl {
  text-align: left;
  align-self: flex-start;
  width: 80%;
  margin: 0 auto 20px;
}
.megaMenu__ttl a {
  display: block;
  font-size: 20px !important;
  font-weight: 600;
  padding: 0 !important;
  color: #000 !important;
}
.megaMenu__ttl a span {
  transition: 0.3s;
  font-size: 20px !important;
}
@media (hover: hover) and (pointer: fine) {
  .megaMenu__ttl a:hover {
    color: #D71522 !important;
  }
  .megaMenu__ttl a:hover span {
    transform: translateX(5px);
  }
  .megaMenu__ttl a:hover::before {
    background: none !important;
  }
}
.megaMenu ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 80%;
}
@media (max-width: 1280px) {
  .megaMenu ul {
    width: 90%;
  }
}
.megaMenu ul li a {
  width: 100%;
  padding: 10px !important;
  display: block;
  text-align: center;
  background: #666;
  font-size: clamp(8px, 1.0430247718vw, 15px);
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .megaMenu ul li a:hover {
    background: #D71522;
  }
  .megaMenu ul li a:hover::before {
    background: none !important;
  }
}

/* メニューをhoverした時のスタイル */
.header-item:hover .megaMenu {
  height: auto;
  padding: 30px 0;
  opacity: 1;
}

.l-drawer-btn {
  position: relative;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background-color: #000;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (min-width: 993px) {
  .l-drawer-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .l-drawer-btn {
    width: 12vw;
    height: 12vw;
  }
}
@media (hover: hover) {
  .l-drawer-btn:hover {
    opacity: 0.8;
  }
}
.l-drawer-btn > span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 1px;
  background-color: #fff;
  border-radius: 100vh;
}
.l-drawer-btn > span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 10px));
  transition: transform 0.3s ease;
}
.l-drawer-btn > span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.l-drawer-btn > span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 10px));
  transition: transform 0.3s ease;
}
.l-drawer-btn.js-open {
  position: fixed;
  right: 0;
}
.l-drawer-btn.js-open > span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-drawer-btn.js-open > span:nth-child(2) {
  opacity: 0;
}
.l-drawer-btn.js-open > span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#header-sp {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 993px) {
  #header-sp {
    display: none;
  }
}

.header-sp__logo {
  position: relative;
  z-index: 1000;
  flex-basis: 40%;
  max-width: 100px;
  display: flex;
}
.header-sp__logo.js-open {
  position: fixed;
  top: 0;
}
.header-sp__logo a {
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  padding: 10px;
}
.header-sp__lang {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.8);
}
.header-sp__lang ul {
  display: flex;
}
.header-sp__lang ul li:first-child {
  position: relative;
  padding-right: 1em;
  margin-right: 0.5em;
}
.header-sp__lang ul li:first-child::before {
  position: absolute;
  content: "/";
  right: 0;
  color: #fff;
}
.header-sp__lang ul li a {
  display: block;
  transform-origin: 0.3s;
  color: #fff;
}
.header-sp__lang ul li a.active {
  color: #D71522;
}

.l-drawer-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
}
.l-drawer-nav__inner {
  position: relative;
  z-index: 1;
  transform: translateY(-100%);
  overflow: auto;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 15vw 0;
  background-color: #000;
  transition: transform 0.5s ease;
}
@media (max-width: 320px) {
  .l-drawer-nav__inner {
    padding: 50px 32px;
  }
}
.l-drawer-nav__menu {
  margin-bottom: 20px;
}
.l-drawer-nav__menu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 20px;
  border-bottom: solid 1px #666;
  color: #fff;
  cursor: pointer;
}
.l-drawer-nav__menu li a.open span {
  transform: rotate(180deg);
}
.l-drawer-nav__menu li a span {
  transition: 0.3s;
  font-size: 70%;
}
.l-drawer-nav__menu li ul {
  display: none;
}
.l-drawer-nav__menu li ul li a {
  background: #222;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
}
.l-drawer-nav__info a {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #fff;
  padding: 1em 20px;
}
.l-drawer-nav__lang {
  padding: 1em 20px;
}
.l-drawer-nav__lang ul {
  display: flex;
}
.l-drawer-nav__lang ul li:first-child {
  position: relative;
  padding-right: 1em;
  margin-right: 0.5em;
}
.l-drawer-nav__lang ul li:first-child::before {
  position: absolute;
  content: "/";
  right: 0;
  color: #fff;
}
.l-drawer-nav__lang ul li a {
  display: block;
  transform-origin: 0.3s;
  color: #fff;
}
.l-drawer-nav__lang ul li a.active {
  color: #D71522;
}
.l-drawer-nav__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.l-drawer-nav.js-open {
  visibility: visible;
}
.l-drawer-nav.js-open .l-drawer-nav__inner {
  transform: translateY(0);
}
.l-drawer-nav.js-open .l-drawer-nav__bg {
  opacity: 1;
}

/* =================================================== *

  footer

* =================================================== */
/*------------------
  footer
------------------*/
footer {
  position: sticky;
  top: 100%;
  background: #e6e6e6;
  padding: clamp(50px, 6.518904824vw, 100px) 0;
}

.footer__body {
  max-width: 1600px;
  width: 90%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .footer__body {
    width: 94%;
  }
}
.footer__inner {
  display: flex;
}
@media (max-width: 767px) {
  .footer__inner {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer__inner {
    width: calc(100% - 40px);
  }
}
.footer__inner .left {
  margin-right: clamp(10px, 1.3037809648vw, 30px);
}
@media (max-width: 1280px) {
  .footer__inner .left {
    flex-basis: 15%;
  }
}
@media (max-width: 767px) {
  .footer__inner .left {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.footer__inner .right {
  flex-grow: 1;
  flex-basis: auto;
  display: flex;
}
@media (max-width: 1280px) {
  .footer__inner .right {
    display: block;
  }
}
.footer__logo {
  max-width: 100px;
}
@media (max-width: 767px) {
  .footer__logo {
    margin: 0 auto;
  }
}
.footer__logo a {
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .footer__logo a:hover {
    opacity: 0.5;
  }
}
.footer__nav {
  display: grid;
  grid-template-columns: repeat(8, auto);
  gap: 40px clamp(10px, 1.3037809648vw, 30px);
  padding-top: 0.5em;
}
@media (max-width: 1280px) {
  .footer__nav {
    grid-template-columns: repeat(4, auto);
  }
}
@media (max-width: 992px) {
  .footer__nav {
    grid-template-columns: repeat(3, auto);
  }
}
@media (max-width: 767px) {
  .footer__nav {
    grid-template-columns: repeat(2, auto);
  }
}
.footer__nav__ttl {
  color: #D71522;
  white-space: nowrap;
  font-weight: 700;
  font-size: 22px;
  margin-right: clamp(20px, 2.6075619296vw, 30px);
}
@media (max-width: 767px) {
  .footer__nav__ttl {
    margin-right: 0;
    text-align: center;
    margin-bottom: 10px;
  }
}
.footer__nav dl dt {
  margin-bottom: 10px;
}
.footer__nav dl dt a {
  font-size: clamp(11px, 1.4341590613vw, 14px);
  display: block;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .footer__nav dl dt a {
    font-size: 14px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer__nav dl dt a:hover {
    color: #D71522;
  }
}
.footer__nav dl dd {
  border-left: solid 1px #D71522;
  padding-left: 1em;
}
.footer__nav dl dd ul li + li {
  margin-top: 0.5em;
}
.footer__nav dl dd ul li a {
  display: block;
  font-size: clamp(10px, 1.3037809648vw, 12px);
  transition: 0.3s;
}
@media (max-width: 767px) {
  .footer__nav dl dd ul li a {
    font-size: 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer__nav dl dd ul li a:hover {
    transform: translateX(0.5em);
  }
}
.footer__lang {
  padding-top: 30px;
}
.footer__lang ul {
  display: flex;
  justify-content: flex-end;
}
.footer__lang ul li:first-child {
  position: relative;
  padding-right: 1em;
  margin-right: 0.5em;
}
.footer__lang ul li:first-child::before {
  position: absolute;
  content: "/";
  right: 0;
  color: #000;
}
.footer__lang ul li a {
  display: block;
  transform-origin: 0.3s;
  color: #000;
  transition: 0.3s;
}
.footer__lang ul li a.active {
  color: #D71522;
}
@media (hover: hover) and (pointer: fine) {
  .footer__lang ul li a:hover {
    color: #D71522;
  }
}
.footer__copy {
  padding-top: 10px;
  text-align: right;
}
.footer__copy small {
  font-size: 12px;
}

/*------------------
  footer
------------------*/
#page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #page-top {
    right: 10px;
    bottom: 10px;
    width: 30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #page-top:hover {
    opacity: 0.8;
  }
}

/* =================================================== *

  top

* =================================================== */
/*------------------
  loading
------------------*/
.c-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1e1e1e;
  z-index: 99999;
  animation: byeShutter 2.6s forwards;
}
.c-loader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 1px;
  animation: shutterOpen 2.6s forwards;
}

@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes shutterOpen {
  0% {
    width: 0;
    height: 1px;
    background: #D71522;
  }
  50% {
    width: 100%;
    height: 1px;
    background: #D71522;
  }
  90% {
    width: 100%;
    height: 100%;
    background: #fff;
  }
  100% {
    width: 100%;
    height: 100%;
    background: #fff;
  }
}
/*------------------
  kv
------------------*/
#top-kv {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 767px) {
  #top-kv {
    height: 80vh;
  }
}

.top-kv__video {
  height: 100vh;
  width: 100%;
  position: relative;
}
.top-kv__video::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: radial-gradient(#000 30%, transparent 31%), radial-gradient(#000 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}
@media (max-width: 767px) {
  .top-kv__video {
    height: 80vh;
  }
}
.top-kv__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.top-kv__ttl {
  position: absolute;
  z-index: 10;
  bottom: 5%;
  right: 5%;
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  color: #fff;
  animation: topttl 0.5s linear 3.2s forwards;
  opacity: 0;
}
@media (max-width: 767px) {
  .top-kv__ttl {
    font-size: 8vw;
  }
}
.top-kv__ttl span {
  position: absolute;
  z-index: 1;
  right: -0.1em;
  width: 0;
  width: 100%;
  height: 1.2em;
  top: 0.1em;
  display: block;
  background: #D71522;
  opacity: 1;
}
.top-kv__ttl1 {
  bottom: calc(5% + 1.5em);
}
.top-kv__ttl1 span {
  animation: topttlbg 0.5s ease 3.5s forwards;
}
.top-kv__ttl2 {
  bottom: 5%;
}
.top-kv__ttl2 span {
  animation: topttlbg 0.7s ease 3.7s forwards;
}
.top-kv__scroll {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
}
.top-kv__scroll__body {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
}
.top-kv__scroll span:first-child {
  position: absolute;
  z-index: 100;
  content: "";
  color: #fff;
  left: calc(5% - 0.7em);
  bottom: 110px;
  font-size: 12px;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.top-kv__scroll span:last-child {
  position: absolute;
  content: "";
  background: #fff;
  left: 5%;
  bottom: 0;
  width: 3px;
  height: 100px;
  animation: scroll 2s infinite;
}

@keyframes topttl {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes topttlbg {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*------------------
scroll
------------------*/
#top-scroll {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.top-scroll__sec {
  margin-right: calc(50% - 50vw);
  margin-left: 5%;
}

.scroll-bar1, .scroll-bar2 {
  position: relative;
}
.scroll-bar__tate {
  position: absolute;
  left: 5%;
  top: 0%;
  width: 3px;
  background: #D71522;
}
.scroll-bar__yoko {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0%;
  height: 3px;
  background: #D71522;
}

/*------------------
info
------------------*/
.top-info {
  max-width: 1500px;
  margin: 0 auto;
  padding: clamp(50px, 6.518904824vw, 100px) 5%;
}
.top-info__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .top-info__inner {
    display: block;
  }
}
.top-info__inner .left {
  flex-basis: 20%;
  flex-shrink: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .top-info__inner .left {
    margin: 0 0 20px;
  }
}
.top-info__inner .right {
  flex-basis: 82%;
}

/*------------------
greeting
------------------*/
#top-greeting {
  padding: clamp(70px, 9.1264667536vw, 180px) 5%;
}

.top-greeting__inner {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .top-greeting__inner {
    display: block;
    margin-bottom: 10px;
  }
}
.top-greeting__inner .left {
  flex-basis: 50%;
}
@media (max-width: 767px) {
  .top-greeting__inner .left {
    margin-bottom: 30px;
  }
}
.top-greeting__inner .right {
  flex-basis: 32%;
}
.top-greeting__inner .right img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.top-greeting__ttl {
  font-size: clamp(24px, 3.1290743155vw, 30px);
  margin-bottom: 10px;
}
.top-greeting__txt p {
  font-size: 16px;
}
.top-greeting__img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.top-greeting__img img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
@media (max-width: 767px) {
  .top-greeting__img {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.top-greeting__bg {
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 4%;
  width: 50%;
}
@media (max-width: 767px) {
  .top-greeting__bg {
    width: 70%;
    top: 2%;
  }
}

/*------------------
topics
------------------*/
.top-topics_more {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .top-topics_more {
    text-align: center;
  }
}

/*------------------
news
------------------*/
.top-news__index {
  padding-top: 30px;
}
.top-news__index ul li {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-news__index ul li + li {
  margin-top: 1em;
}
.top-news__index ul li i {
  color: #D71522;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .top-news__index ul li:hover i {
    transform: translateX(5px);
  }
}
.top-news_more {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .top-news_more {
    text-align: center;
  }
}
.top-news__list ul {
  border-left: solid 1px #000;
}
.top-news__list ul li {
  border-bottom: solid 1px #000;
}
.top-news__list ul li a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 2em;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .top-news__list ul li a:hover {
    color: #D71522;
    transform: translateX(10px);
  }
  .top-news__list ul li a:hover .cat {
    border: solid 1px #D71522;
  }
}
@media (max-width: 767px) {
  .top-news__list ul li a {
    flex-wrap: wrap;
  }
}
.top-news__list ul li a .data {
  flex-shrink: 0;
}
.top-news__list ul li a .cat {
  flex-shrink: 0;
  border: solid 1px #000;
  padding: 2px 10px;
  font-size: 80%;
}
@media (max-width: 767px) {
  .top-news__list ul li a p {
    flex-basis: 100%;
  }
}

/*------------------
solution
------------------*/
#top-solution {
  background: url("../img/page/front-page/solution.jpg") no-repeat center center/cover;
  padding: clamp(50px, 6.518904824vw, 100px) 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-solution__inner {
  position: relative;
}
.top-solution__line {
  position: absolute;
  content: "";
  background: #D71522;
}
.top-solution__top {
  top: 0;
  left: 0;
  height: 5px;
}
.top-solution__right {
  bottom: 0;
  right: 0;
  width: 5px;
}
.top-solution__bottom {
  bottom: 0;
  right: 0;
  height: 5px;
}
.top-solution__left {
  top: 0;
  left: 0;
  width: 5px;
}
.top-solution__body {
  background: #fff;
  padding: clamp(40px, 5.2151238592vw, 100px);
  text-align: center;
}
@media (max-width: 767px) {
  .top-solution__body {
    padding: 40px 20px;
  }
}
.top-solution__ttl {
  color: #D71522;
  margin-bottom: 10px;
}
.top-solution__ttl span {
  display: block;
  font-size: clamp(34px, 4.4328552803vw, 50px);
  font-weight: 600;
  color: #000;
}
@media (max-width: 767px) {
  .top-solution__ttl span {
    font-size: 8vw;
  }
}
.top-solution__subttl {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 20px;
  line-height: 1;
  font-size: clamp(20px, 2.6075619296vw, 24px);
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .top-solution__subttl {
    font-size: 6vw;
  }
}
@media (max-width: 767px) {
  .top-solution__txt p {
    text-align: left;
  }
}

/*------------------
solubox
------------------*/
#top-solubox {
  border-bottom: solid 1px #000;
}

.top-solubox__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .top-solubox__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top-solubox__inner > div > a {
  display: flex;
  flex-direction: column;
  padding: 60px 10px;
  height: 100%;
}
@media (max-width: 767px) {
  .top-solubox__inner > div > a {
    padding: 40px 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top-solubox__inner > div > a:hover .top-solubox__num {
    background: #D71522;
    color: #fff;
  }
  .top-solubox__inner > div > a:hover .top-solubox__img img {
    transform: scale(1.05);
  }
  .top-solubox__inner > div > a:hover .top-solubox__ttl {
    color: #D71522;
  }
  .top-solubox__inner > div > a:hover .top-solubox__txt p {
    color: #D71522;
  }
}
.top-solubox__inner > div + div {
  border-left: solid 1px #000;
}
@media (max-width: 767px) {
  .top-solubox__inner > div + div {
    border-top: solid 1px #000;
    border-left: none;
  }
}
.top-solubox__num {
  background: #fff;
  border: solid 1px #D71522;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  font-weight: 700;
  font-size: clamp(20px, 2.6075619296vw, 24px);
  position: relative;
  z-index: 1;
  left: 50%;
  color: #D71522;
  transform: translateX(-50%);
  transition: 0.3s;
  width: 70px;
  height: 70px;
  aspect-ratio: 1/1;
}
.top-solubox__img {
  margin-top: -2.2em;
  margin-bottom: 30px;
  overflow: hidden;
}
.top-solubox__img img {
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: 0.3s;
}
.top-solubox__ttl {
  font-size: clamp(14px, 1.8252933507vw, 16px);
  margin-bottom: 20px;
  text-align: center;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .top-solubox__ttl {
    font-size: 16px;
  }
}
.top-solubox__txt {
  width: 80%;
  margin: 0 auto 30px;
}
@media (max-width: 992px) {
  .top-solubox__txt {
    width: 100%;
  }
}
.top-solubox__txt p {
  transition: 0.3s;
}
.top-solubox__more {
  text-align: center;
  margin-top: auto;
}

/*------------------
link
------------------*/
#top-link {
  padding-top: clamp(50px, 6.518904824vw, 100px);
}

.top-link__inner {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(30px, 3.9113428944vw, 60px) 0;
}
.top-link__inner > div {
  flex-basis: 33.333%;
  background: linear-gradient(180deg, #222 0%, #aaa 50%, #fff 100%);
  padding: 0 0 10px clamp(10px, 1.3037809648vw, 30px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .top-link__inner > div {
    flex-basis: 100%;
  }
}
.top-link__inner > div:nth-child(3n-1) {
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}
@media (max-width: 767px) {
  .top-link__inner > div:nth-child(3n-1) {
    border-left: none;
    border-right: none;
  }
}
.top-link__inner > div:nth-child(odd) {
  border-right: solid 1px #fff;
}
@media (max-width: 767px) {
  .top-link__inner > div:nth-child(odd) {
    border-right: none;
  }
}
.top-link__inner > div.recruit {
  flex-basis: 66.6666%;
  background: #fff;
}
@media (max-width: 767px) {
  .top-link__inner > div.recruit {
    flex-basis: 98%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top-link__inner > div.recruit a:hover .recruit-img img {
    transform: scale(1.03);
  }
  .top-link__inner > div.recruit a:hover .recruit-link {
    background: #D71522;
  }
  .top-link__inner > div.recruit a:hover .recruit-link span {
    transform: translateX(10px);
  }
}
.top-link__inner > div.recruit .recruit-img {
  overflow: hidden;
}
.top-link__inner > div.recruit .recruit-img img {
  transition: 0.3s;
}
.top-link__inner > div.recruit .recruit-link {
  background: #000;
  padding: 10px 5% 10px 10px;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: 0.3s;
}
.top-link__inner > div.recruit .recruit-link span {
  transition: 0.3s;
}
.top-link__inner > div.recruit .recruit-link span:first-child {
  color: #fff;
  font-style: italic;
  font-weight: 600;
  font-size: clamp(20px, 2.6075619296vw, 24px);
  margin-right: 20px;
}
@media (max-width: 767px) {
  .top-link__inner > div.recruit .recruit-link span:first-child {
    font-size: 3.4vw;
  }
}
.top-link__inner > div.recruit .recruit-link span:last-child {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: relative;
  width: 2em;
  height: 2px;
  background: #fff;
}
.top-link__inner > div.recruit .recruit-link span:last-child::before {
  content: "";
  width: 1em;
  height: 1em;
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
@media (hover: hover) and (pointer: fine) {
  .top-link__inner > div a:hover .top-link__ttl {
    color: #D71522;
  }
  .top-link__inner > div a:hover .top-link__ttl::after {
    background: #D71522;
    width: 15%;
  }
  .top-link__inner > div a:hover .top-link__img {
    overflow: hidden;
  }
  .top-link__inner > div a:hover .top-link__img img {
    transform: scale(1.05);
  }
}
.top-link__ttl {
  font-size: 18px;
  color: #fff;
  position: relative;
  transition: 0.3s;
  padding: clamp(15px, 1.9556714472vw, 30px) 0 10px;
}
@media (max-width: 767px) {
  .top-link__ttl {
    font-size: 3.4vw;
  }
}
.top-link__ttl::after {
  transition: 0.3s;
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10%;
  height: 1px;
  background: #fff;
  padding-right: 10%;
}
.top-link__ttl span {
  display: block;
  font-size: 12px;
}
@media (max-width: 767px) {
  .top-link__ttl span {
    font-size: 2vw;
  }
}
.top-link__img {
  overflow: hidden;
}
.top-link__img img {
  transition: 0.3s;
  object-fit: cover;
}
@media (max-width: 767px) {
  .top-link__img img {
    aspect-ratio: 3/1 !important;
  }
}
.top-link .link1 .top-link__img img {
  aspect-ratio: 5/3;
}
.top-link .link2 {
  margin-top: auto;
  display: block;
  border: solid 1px #000;
  background: #fff;
}
.top-link .link2 .top-link__img img {
  aspect-ratio: 5/1;
}
.top-link .link2 .top-link__ttl {
  color: #000;
  padding: 10px;
}
.top-link .link2 .top-link__ttl::after {
  background: #000;
}

/*------------------
contact
------------------*/
#top-contact {
  margin: clamp(50px, 6.518904824vw, 100px) 0;
  background: url("../img/page/front-page/contact.jpg") no-repeat center center/cover;
  padding: clamp(50px, 6.518904824vw, 100px) 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-contact__head {
  margin-bottom: 50px;
}
.top-contact__head__ttl {
  text-align: center;
  color: #D71522;
  margin-bottom: 10px;
}
.top-contact__head__ttl span {
  color: #fff;
  display: block;
  font-size: clamp(34px, 4.4328552803vw, 50px);
  font-weight: 600;
}
@media (max-width: 767px) {
  .top-contact__head__ttl span {
    font-size: 8vw;
  }
}
.top-contact__head__txt p {
  text-align: center;
  color: #fff;
}
.top-contact__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 767px) {
  .top-contact__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.top-contact__inner > div a {
  height: 100%;
  padding: clamp(20px, 2.6075619296vw, 40px) 60px clamp(20px, 2.6075619296vw, 40px) clamp(20px, 2.6075619296vw, 40px);
  line-height: 1.6;
  color: #fff;
  border: solid 1px #fff;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .top-contact__inner > div a:hover {
    background: rgb(255, 255, 255);
    color: #000;
    border: solid 1px #D71522;
  }
  .top-contact__inner > div a:hover::after {
    right: 4%;
  }
}
.top-contact__inner > div a::after {
  transition: 0.3s;
  position: absolute;
  content: "";
  background: url("../img/icon/arrow.svg") no-repeat center center/cover;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

/* =================================================== *

  news

* =================================================== */
/*------------------
  aside
------------------*/
.post-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .post-inner {
    flex-direction: column-reverse;
  }
}

.post-body {
  flex-basis: 80%;
}

.post-aside {
  flex-basis: 15%;
}
@media (max-width: 767px) {
  .post-aside {
    margin-bottom: 30px;
  }
}
.post-aside section + section {
  margin-top: 2em;
}
.post-aside__ttl {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.post-aside ul {
  border-top: solid 1px #ccc;
}
.post-aside ul li a {
  display: block;
  transition: 0.3s;
  border-bottom: solid 1px #ccc;
  padding: 1em 0;
}
@media (hover: hover) and (pointer: fine) {
  .post-aside ul li a:hover {
    color: #D71522;
    border-bottom: solid 1px #D71522;
    padding-left: 10px;
  }
}
.post-aside ul li a.current {
  color: #D71522;
}

.post-tag {
  margin-bottom: 10px;
}
.post-tag__ttl {
  font-weight: 600;
  margin-bottom: 10px;
}
.post-tag ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.post-tag ul li a {
  display: block;
  background: #D71522;
  color: #fff;
  padding: 3px 0.35em 2px;
  border-radius: 5px;
  transition: 0.3s;
}
.post-tag ul li a.current {
  background: #000;
}
@media (hover: hover) and (pointer: fine) {
  .post-tag ul li a:hover {
    background: #222;
  }
}

/*------------------
  archive
------------------*/
.post-archive__ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.post-archive .no-txt {
  text-align: center;
  padding: 50px;
}
.post-archive ul {
  border-top: solid 1px #ccc;
}
.post-archive ul li {
  display: flex;
  align-items: flex-start;
  border-bottom: solid 1px #ccc;
  padding: 2em 10px;
  gap: 20px;
  position: relative;
}
@media (max-width: 992px) {
  .post-archive ul li {
    flex-wrap: wrap;
    gap: 10px 20px;
  }
}
.post-archive ul li .data {
  flex-shrink: 0;
  padding: 3px 0;
  flex-basis: 6em;
}
.post-archive ul li .thumb {
  flex-basis: 150px;
}
.post-archive ul li .cat {
  border: solid 1px #D71522;
  color: #D71522;
  font-size: 90%;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 8em;
  padding: 3px;
  text-align: center;
}
.post-archive ul li .txt {
  flex-grow: 1;
  padding-right: 50px;
}
@media (max-width: 992px) {
  .post-archive ul li .txt {
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  .post-archive ul li .txt {
    gap: 10px;
  }
}
.post-archive ul li .txt a {
  text-decoration: underline;
  transition: 0.3s;
  line-height: 1.6;
}
@media (hover: hover) and (pointer: fine) {
  .post-archive ul li .txt a:hover {
    color: #D71522;
  }
}
.post-archive ul li .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  width: 40px;
}

/*------------------
  archive pager
------------------*/
.page-count {
  text-align: center;
  margin-bottom: 30px;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .pagenation {
    gap: 5px;
  }
}
.pagenation li {
  font-size: 16px;
  width: 2em;
}
@media (max-width: 767px) {
  .pagenation li {
    font-size: 12px;
  }
}
.pagenation li a {
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (hover: hover) and (pointer: fine) {
  .pagenation li a:hover {
    background: #D71522;
    color: #fff;
  }
}
.pagenation li.current {
  background: #ccc;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagenation li.prev, .pagenation li.next, .pagenation li.first, .pagenation li.last {
  width: 3em;
}
@media (hover: hover) and (pointer: fine) {
  .pagenation li.prev a:hover, .pagenation li.next a:hover, .pagenation li.first a:hover, .pagenation li.last a:hover {
    color: #D71522;
    background: none;
  }
}

/*------------------
  single
------------------*/
.post-single section + section {
  margin-top: clamp(70px, 9.1264667536vw, 150px);
}
.post-single a {
  color: #23B5BB;
  text-decoration: underline;
}
.post-single p {
  margin-bottom: 1em;
}
.post-single h2 {
  font-size: 200%;
  font-weight: normal;
  margin-bottom: 40px;
  font-family: inherit;
  width: 100%;
}
.post-single h3 {
  font-size: 180%;
  line-height: 1.2;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .post-single h3 {
    padding-left: 1em;
  }
}
.post-single h3::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 1em;
  background: #009944;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .post-single h3::before {
    width: 6px;
    height: 1em;
  }
}
.post-single h4 {
  font-size: 150%;
  color: #23B5BB;
  margin-bottom: 1rem;
}
.post-single ol,
.post-single ul {
  padding: 40px;
  background-color: #eee;
  line-height: 1.6;
  list-style-position: inside;
}
@media (max-width: 767px) {
  .post-single ol,
  .post-single ul {
    padding: 28px 20px;
  }
}
.post-single ol li + li,
.post-single ul li + li {
  margin-top: 0.5rem;
}
.post-single ol {
  list-style-type: decimal;
}
.post-single ol li {
  text-indent: -1em;
  padding-left: 1.2em;
}
.post-single ul {
  list-style-type: disc;
}
.post-single ul li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.post-single figcaption {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 6px;
  margin-bottom: unset;
}
.post-single__link a {
  font-weight: 600;
}
.post-single__link--ext a {
  font-weight: 600;
}
.post-single__link--ext a::after {
  color: #D71522;
  display: inline-flex;
  vertical-align: middle;
  font-family: "Material Icons Outlined";
  line-height: 2;
  content: "\e89e";
  margin-left: 0.5rem;
}
.post-single__link--pdf a {
  font-weight: 600;
}
.post-single__link--pdf a::after {
  color: #23B5BB;
  font-family: "Material Icons Round";
  content: "\e415";
  line-height: 2;
  margin-left: 0.5rem;
}
.post-single__ttl {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .post-single__ttl {
    font-size: 18px;
  }
}
.post-single__info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
}
.post-single__cat a {
  display: block;
  color: #fff;
  background: #222;
  padding: 3px 0.5em 2px;
  font-size: 14px;
  border-radius: 5px;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .post-single__cat a:hover {
    background: #D71522;
  }
}
.post-single__pager {
  margin-top: 50px;
  border-top: solid 1px #ccc;
  padding-top: 20px;
}
.post-single__pager ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .post-single__pager ul {
    font-size: 14px;
  }
}
.post-single__pager ul li.next {
  margin-left: auto;
  text-align: right;
}
.post-single__pager ul li a {
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .post-single__pager ul li a:hover {
    color: #009944;
    text-decoration: underline;
  }
}

/*------------------
  pager
------------------*/
.post-pager__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 1.3037809648vw, 30px);
}
.post-pager__inner > div a {
  display: block;
  background: #eee;
  padding: 20px 10px;
  text-align: center;
  position: relative;
  font-size: clamp(11px, 1.4341590613vw, 16px);
  font-weight: 600;
}
@media (hover: hover) and (pointer: fine) {
  .post-pager__inner > div a:hover {
    background: #dfdfdf;
  }
  .post-pager__inner > div a:hover img {
    transform: translateY(-50%) translateX(5px);
  }
}
.post-pager__inner > div a img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 10%;
  max-width: 20px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .post-pager__inner > div a img {
    right: 0.7em;
  }
}

/* =================================================== *

  initiatives

* =================================================== */
/*------------------
  topics arvhive
------------------*/
.topics-arvhive ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px 30px;
}
@media (max-width: 767px) {
  .topics-arvhive ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.topics-arvhive ul li a {
  display: block;
  height: 100%;
  transition: 0.3s;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .topics-arvhive ul li a:hover {
    color: #D71522;
  }
  .topics-arvhive ul li a:hover .topics-arvhive__tag {
    background: #D71522;
  }
  .topics-arvhive ul li a:hover .topics-arvhive__img img {
    transform: scale(1.05);
  }
  .topics-arvhive ul li a:hover .topics-arvhive__arrow {
    transform: translateX(10px);
    background: #D71522;
  }
  .topics-arvhive ul li a:hover .topics-arvhive__arrow::before {
    background: #D71522;
  }
}
.topics-arvhive__img {
  overflow: hidden;
  margin-bottom: 10px;
}
.topics-arvhive__img img {
  transition: 0.3s;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.topics-arvhive__tag {
  display: inline-block;
  margin-top: 5px;
  background: #222;
  color: #fff;
  padding: 3px 0.5em 2px;
  border-radius: 5px;
  font-size: 12px;
  transition: 0.3s;
}
.topics-arvhive__txt {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.topics-arvhive__arrow {
  position: absolute;
  right: 0;
  bottom: -2em;
  display: inline-block;
  width: clamp(30px, 3.9113428944vw, 50px);
  height: 2px;
  margin-top: 10px;
  background: #000;
  transition: 0.3s;
}
.topics-arvhive__arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: clamp(12px, 1.5645371578vw, 20px);
  height: 2px;
  border-radius: 9999px;
  background: #000;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}
.topics-arvhive__page ul {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 992px) {
  .topics-arvhive__page ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* =================================================== *

  company

* =================================================== */
/*------------------
  company
------------------*/
.company__inner {
  border-left: solid 1px #D71522;
  border-bottom: solid 1px #D71522;
  margin-right: calc(50% - 50vw + 8px);
  padding-top: 4em;
}
.company__box {
  max-width: 1420px;
  margin: 0 5%;
  width: 85%;
}
@media (max-width: 992px) {
  .company__box {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .company__box {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*------------------
  company info
------------------*/
.company-info__inner {
  padding: clamp(40px, 5.2151238592vw, 100px) clamp(50px, 6.518904824vw, 100px);
  background-color: #ffffff;
  background-image: linear-gradient(90deg, #dddddd 1px, transparent 1px), linear-gradient(rgba(221, 221, 221, 0.5019607843) 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 21px 21px;
  border: solid 1px #D71522;
}
@media (max-width: 767px) {
  .company-info__inner {
    padding: 40px 20px;
  }
}
.company-info__table th {
  vertical-align: top;
  padding-left: 2em;
  width: 20%;
}
@media (max-width: 992px) {
  .company-info__table th {
    width: 25%;
    padding-left: 1em;
  }
}
@media (max-width: 767px) {
  .company-info__table th {
    width: 100%;
    display: block;
    border: none;
    padding-left: 10px;
    border: none;
  }
}
.company-info__table td {
  padding-left: 5em;
  padding-right: 2em;
}
@media (max-width: 992px) {
  .company-info__table td {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media (max-width: 767px) {
  .company-info__table td {
    width: 100%;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    border-bottom: solid 1px #ccc;
  }
}
.company-info__add {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: clamp(20px, 2.6075619296vw, 50px) 0;
}
@media (max-width: 767px) {
  .company-info__add {
    display: block;
    padding: 10px 0;
  }
}
.company-info__add .left {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .company-info__add .left {
    margin-bottom: 20px;
  }
}
.company-info__add .right {
  flex-basis: 30%;
}
.company-info__ttl {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

/*------------------
  company yakuin
------------------*/
.company-yakuin {
  background: #f5f5f5;
  padding: clamp(30px, 3.9113428944vw, 50px);
}
@media (max-width: 767px) {
  .company-yakuin {
    padding: 20px;
  }
}
.company-yakuin__alert {
  text-align: right;
  margin-bottom: 20px;
}
.company-yakuin__index {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.company-yakuin__index ul {
  display: flex;
  gap: 60px;
}
@media (max-width: 767px) {
  .company-yakuin__index ul {
    gap: 30px;
  }
}
.company-yakuin__index ul li a {
  display: block;
  position: relative;
  padding: 2em;
}
@media (max-width: 767px) {
  .company-yakuin__index ul li a {
    padding: 2em 2em 2em 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .company-yakuin__index ul li a:hover {
    color: #D71522;
  }
  .company-yakuin__index ul li a:hover .company-yakuin__index__arrow {
    top: 55%;
    transform: translateY(-55%);
  }
}
.company-yakuin__index__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 13.7px;
  height: 7.4px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.company-yakuin__index__arrow::before, .company-yakuin__index__arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 10px;
  border-radius: 9999px;
  background-color: #D71522;
  transform-origin: 50% calc(100% - 0.5px);
}
.company-yakuin__index__arrow::before {
  transform: rotate(45deg);
}
.company-yakuin__index__arrow::after {
  transform: rotate(-45deg);
}
.company-yakuin__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px clamp(20px, 2.6075619296vw, 40px);
}
@media (max-width: 992px) {
  .company-yakuin__box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.company-yakuin__box > div {
  display: grid;
  grid-template-columns: 30% 1fr;
}
@media (max-width: 1280px) {
  .company-yakuin__box > div {
    grid-template-columns: 40% 1fr;
  }
}
@media (max-width: 992px) {
  .company-yakuin__box > div {
    grid-template-columns: 30% 1fr;
  }
}
@media (max-width: 767px) {
  .company-yakuin__box > div {
    grid-template-columns: repeat(1, 1fr);
  }
}
.company-yakuin__box > div .left {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .company-yakuin__box > div .left img {
    width: 70%;
  }
}
.company-yakuin__box > div .right {
  font-size: clamp(12px, 1.5645371578vw, 14px);
}
.company-yakuin__inner {
  clear: both;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px clamp(20px, 2.6075619296vw, 60px);
}
@media (max-width: 992px) {
  .company-yakuin__inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .company-yakuin__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.company-yakuin__img {
  margin-bottom: 20px;
}
.company-yakuin__img img {
  aspect-ratio: 3/4;
  object-fit: cover;
}
.company-yakuin__school {
  margin-bottom: 1.5em;
}
.company-yakuin__info dl {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0 20px;
  border-top: solid 1px #ccc;
}
.company-yakuin__info dl dt {
  font-weight: normal;
  flex-basis: 6em;
  padding: 5px 0;
  line-height: 1.6;
  border-bottom: solid 1px #ccc;
}
.company-yakuin__info dl dd {
  flex-basis: calc(100% - 6em);
  padding: 5px 0;
  line-height: 1.6;
  border-bottom: solid 1px #ccc;
}
.company-yakuin__job {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
}
.company-yakuin__list dl {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #ccc;
}
.company-yakuin__list dl dt {
  flex-basis: 10em;
  padding: 1.5em 0;
  border-bottom: solid 1px #ccc;
}
@media (max-width: 767px) {
  .company-yakuin__list dl dt {
    flex-basis: 6.5em;
  }
}
.company-yakuin__list dl dd {
  flex-basis: calc(100% - 10em);
  padding: 1.5em 0;
  border-bottom: solid 1px #ccc;
}
@media (max-width: 767px) {
  .company-yakuin__list dl dd {
    flex-basis: calc(100% - 6.5em);
  }
}
.company-yakuin__head {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.company-yakuin__head > div {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .company-yakuin__head {
    grid-template-columns: repeat(1, 1fr);
  }
}
.company-yakuin__body .company-yakuin__info {
  display: none;
}
.company-yakuin__body .company-yakuin__info.show {
  display: block;
}
.company-yakuin__open {
  margin-top: auto;
  cursor: pointer;
  text-align: right;
  color: #D71522;
}
.company-yakuin__open span {
  position: relative;
  padding-right: 18px;
}
.company-yakuin__open span::before, .company-yakuin__open span::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 12px;
  height: 2px;
  background-color: #D71522;
  transition: all 0.1s ease-in-out;
}
.company-yakuin__open span::before {
  transform: rotate(90deg);
}
.company-yakuin__open.active span::before {
  transform: rotate(0deg);
}
.company-yakuin__ac__head.open .company-yakuin__open span::before {
  transform: rotate(0deg);
}
.company-yakuin__ac__body {
  display: none;
}
.company-yakuin__ac__body .company-yakuin__info {
  display: block !important;
}

/*------------------
  company share
------------------*/
.company-share__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: solid 1px #666;
  border-left: solid 1px #666;
}
@media (max-width: 767px) {
  .company-share__inner {
    grid-template-columns: repeat(1, 1fr);
    border: solid 1px #666;
  }
}
.company-share__inner > div:nth-child(2), .company-share__inner > div:nth-child(3) {
  border-left: solid 1px #666;
}
@media (max-width: 767px) {
  .company-share__inner > div:nth-child(2), .company-share__inner > div:nth-child(3) {
    border: none;
  }
}
.company-share__inner > div:nth-child(2) .company-share__ttl, .company-share__inner > div:nth-child(3) .company-share__ttl {
  border-left: solid 1px #fff;
}
@media (max-width: 767px) {
  .company-share__inner > div:nth-child(2) .company-share__ttl, .company-share__inner > div:nth-child(3) .company-share__ttl {
    border: none;
  }
}
.company-share__inner > div:nth-child(3) {
  border-right: solid 1px #666;
}
@media (max-width: 767px) {
  .company-share__inner > div:nth-child(3) {
    border: none;
  }
}
.company-share__ttl {
  background: #666;
  color: #fff;
  text-align: center;
  padding: 1em 10px;
}
.company-share__img {
  padding: 30px;
  text-align: center;
}
.company-share__img img {
  width: 80%;
  max-width: 200px;
}

/*------------------
  philosophy greeting
------------------*/
.philosophy-greeting__inner {
  background: url("../img/page/company/philosophy/greeting.jpg") no-repeat center center/cover;
  aspect-ratio: 3060/1164;
  display: flex;
  align-items: center;
  padding: 10px;
  margin-bottom: clamp(30px, 3.9113428944vw, 50px);
  border-bottom: solid 5px #D71522;
}
@media (max-width: 767px) {
  .philosophy-greeting__inner {
    aspect-ratio: 5/2;
  }
}
.philosophy-greeting__ttl {
  line-height: 1.8;
  font-size: clamp(30px, 3.9113428944vw, 50px);
  font-weight: 600;
  padding-left: 10%;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .philosophy-greeting__ttl {
    padding-left: 2%;
    font-size: 5vw;
  }
}
.philosophy-greeting__txt {
  margin-bottom: clamp(10px, 1.3037809648vw, 30px);
}
.philosophy-greeting__txt p span {
  color: #D71522;
  font-weight: 600;
}
.philosophy-greeting__txt p a {
  color: #D71522;
  text-decoration: underline;
}
.philosophy-greeting__name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 600;
}
.philosophy-greeting__name img {
  width: 150px;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .philosophy-greeting__name img {
    width: 100px;
    margin-left: 10px;
  }
}

/*------------------
  philosophy
------------------*/
.philosophy-rinen__inner {
  border: solid 1px #D71522;
  padding: clamp(40px, 5.2151238592vw, 100px);
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .philosophy-rinen__inner {
    padding: 40px 20px;
  }
}
.philosophy-rinen__subttl {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: clamp(20px, 2.6075619296vw, 30px);
}
@media (max-width: 767px) {
  .philosophy-rinen__subttl {
    font-size: 3.6vw;
  }
}

/* =================================================== *

  history

* =================================================== */
.history-car {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .history-car {
    display: none;
  }
}
.history-car__line {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 30px;
  background: #D71522;
}
@media (max-width: 767px) {
  .history-car__line {
    width: 1px;
    height: 100%;
    left: 10%;
    top: 0;
    bottom: auto;
  }
}
.history-car__img {
  position: absolute;
  max-width: 150px;
  bottom: 32px;
}
@media (max-width: 767px) {
  .history-car__img {
    position: fixed;
    top: 85%;
    left: -1%;
    max-width: 15%;
  }
}
@media (max-width: 767px) {
  .history-car__img img {
    transform: scaleX(-1) rotate(90deg);
  }
}

.l-hero {
  overflow: hidden;
}
.l-hero-wrapper {
  width: 700%;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  will-change: auto;
  position: relative;
}
@media (max-width: 767px) {
  .l-hero-wrapper {
    width: 100%;
    height: auto;
    display: block;
  }
}
.l-hero-panel {
  width: 100%;
  height: 100vh;
  padding-top: 1.5%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 767px) {
  .l-hero-panel {
    min-height: 100vh;
    height: auto;
    padding-bottom: 30%;
    padding-top: 10%;
  }
}
.l-hero-panel::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
.l-hero-panel-01 {
  background-image: url("../img/page/history/01.jpg");
}
@media (max-width: 767px) {
  .l-hero-panel-01 {
    background-position: left 30% center;
  }
}
.l-hero-panel-01 .panel__contents {
  padding-top: 7%;
}
.l-hero-panel-01 .panel__deco {
  left: 0;
  top: 150px;
  width: 70%;
}
@media (max-width: 992px) {
  .l-hero-panel-01 .panel__deco {
    top: 65px;
  }
}
.l-hero-panel-02 {
  background-image: url("../img/page/history/02.jpg");
}
.l-hero-panel-02 .panel__deco {
  width: 60%;
  right: 20px;
  top: 150px;
}
@media (max-width: 992px) {
  .l-hero-panel-02 .panel__deco {
    top: 65px;
  }
}
.l-hero-panel-03 {
  background-image: url("../img/page/history/03.jpg");
}
.l-hero-panel-03 .panel__deco {
  width: 60%;
  right: 20px;
  top: 150px;
}
@media (max-width: 992px) {
  .l-hero-panel-03 .panel__deco {
    top: 65px;
  }
}
.l-hero-panel-04 {
  background-image: url("../img/page/history/04.jpg");
}
.l-hero-panel-04 .panel__deco {
  width: 60%;
  right: 20px;
  top: 150px;
}
@media (max-width: 992px) {
  .l-hero-panel-04 .panel__deco {
    top: 65px;
  }
}
.l-hero-panel-05 {
  background-image: url("../img/page/history/05.jpg");
}
.l-hero-panel-05 .panel__deco {
  width: 60%;
  right: 20px;
  top: 150px;
}
@media (max-width: 992px) {
  .l-hero-panel-05 .panel__deco {
    top: 65px;
  }
}
.l-hero-panel-06 {
  background-image: url("../img/page/history/06.jpg");
}
.l-hero-panel-06 .panel__deco {
  width: 70%;
  right: 20px;
  top: 150px;
}
@media (max-width: 992px) {
  .l-hero-panel-06 .panel__deco {
    top: 65px;
  }
}
.l-hero-panel-06 .panel__contents {
  padding-top: 5%;
}
.l-hero-panel-07 {
  background-image: url("../img/page/history/07.jpg");
}
.l-hero-panel-07 .future__img {
  max-width: 50%;
  margin-bottom: 20px;
}
.l-hero-panel-07 .panel__txt p + p {
  margin-top: 0.5em;
}
@media (min-width: 768px) and (max-height: 700px) {
  .l-hero-panel-07 .panel__txt p {
    font-size: 1.2vw;
  }
}
.l-hero-panel-07 .left {
  flex-basis: 50% !important;
}
.l-hero-panel-07 .right {
  flex-basis: 40% !important;
}
.l-hero-panel-08 {
  background-image: url("../img/page/history/08.jpg");
}
.l-hero-panel__contents {
  position: relative;
  z-index: 1;
  top: 10%;
  z-index: 100;
  width: 100%;
  height: 70%;
}
@media (max-width: 767px) {
  .l-hero-panel__contents {
    top: 0;
    height: 87%;
    padding-top: 10%;
  }
}

.panel__deco {
  position: absolute;
  z-index: 1;
}
@media (max-width: 767px) {
  .panel__deco {
    display: none;
  }
}
.panel__anchor {
  position: absolute;
  z-index: 10;
  bottom: 10%;
  right: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1280px) {
  .panel__anchor {
    bottom: 6%;
  }
}
@media (max-width: 767px) {
  .panel__anchor {
    display: none;
  }
}
.panel__anchor > div:first-child {
  transform: scale(-1, 1);
}
.panel__anchor a {
  display: flex;
  gap: 20px;
  align-items: center;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .panel__anchor a:hover {
    opacity: 0.8;
  }
}
.panel__anchor a img {
  width: 60px;
}
.panel__anchor a span {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-style: italic;
}
.panel__link {
  display: none;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 10px;
}
@media (max-width: 767px) {
  .panel__link {
    display: block;
  }
}
.panel__link a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-style: italic;
}
.panel__link a span {
  display: block;
  margin-bottom: 5px;
}
.panel__link a img {
  width: 40px;
  transform: rotate(90deg);
}
.panel__subttl {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .panel__subttl {
    font-size: 12px;
  }
}
.panel__ttl {
  display: inline-block;
  color: #fff;
  border: solid 1px #D71522;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .panel__ttl {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.panel__ttl2 {
  display: inline-block;
  padding: 10px 20px;
  background: #D71522;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .panel__ttl2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.panel__ttl3 {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  color: #D71522;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .panel__ttl3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.panel__ttl4 {
  color: #fff;
  font-size: clamp(14px, 1.8252933507vw, 30px);
  font-weight: 700;
  margin-bottom: clamp(10px, 1.3037809648vw, 40px);
}
@media (max-width: 767px) {
  .panel__ttl4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.panel__txt p {
  color: #fff;
}
@media (max-width: 767px) {
  .panel__txt p {
    font-size: 12px;
  }
}
.panel__contents__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .panel__contents__inner {
    display: block;
  }
}
.panel__contents__inner .left {
  flex-basis: 35%;
}
.panel__contents__inner .left .panel__ttl,
.panel__contents__inner .left .panel__ttl2,
.panel__contents__inner .left .panel__ttl3 {
  display: block;
}
@media (max-width: 767px) {
  .panel__contents__inner .left .panel__ttl,
  .panel__contents__inner .left .panel__ttl2,
  .panel__contents__inner .left .panel__ttl3 {
    display: inline-block;
  }
}
.panel__contents__inner .right {
  flex-basis: 60%;
}
@media (max-width: 767px) {
  .panel__contents__inner .right {
    margin-top: 30px;
    margin-left: 0;
  }
}
.panel__deki {
  border: solid 1px #D71522;
  color: #fff;
  padding: 20px 10px 20px clamp(20px, 2.6075619296vw, 50px);
}
@media (max-width: 767px) {
  .panel__deki {
    padding: 20px 10px;
  }
}
.panel__deki__ttl {
  position: relative;
  padding-left: 2em;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .panel__deki__ttl {
    font-size: 16px;
  }
}
.panel__deki__ttl::before {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1px;
  background: #D71522;
  left: 0;
  top: 50%;
}
.panel__deki__txt {
  max-height: 400px;
  padding-right: 30px;
}
@media (max-width: 1280px) {
  .panel__deki__txt {
    max-height: 250px;
  }
}
@media (max-height: 770px) {
  .panel__deki__txt {
    max-height: 150px;
  }
}
@media (max-width: 767px) {
  .panel__deki__txt {
    max-height: 100%;
    padding-right: 0;
  }
}
.panel__deki dl {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .panel__deki dl {
    font-size: 12px;
  }
}
.panel__deki dl dt {
  line-height: 1.6;
  flex-basis: 6em;
  margin-bottom: 5px;
  flex-shrink: 0;
}
.panel__deki dl dd {
  margin-bottom: 5px;
  line-height: 1.6;
  flex-basis: calc(100% - 6em);
}
.panel__year {
  display: none;
}
@media (max-width: 767px) {
  .panel__year {
    display: block;
    color: #D71522;
    font-weight: 700;
    margin-bottom: 10px;
  }
}

#history header {
  position: fixed !important;
  background: #fff;
}
#history #header-pc {
  top: 0 !important;
}
#history #page-bread {
  position: fixed;
  top: 102px !important;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 992px) {
  #history #page-bread {
    display: none;
  }
}

.simplebar-track {
  background: #ccc;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .simplebar-track {
    background: none;
  }
}

.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track .simplebar-scrollbar::before {
  background: #D71522;
}
@media (max-width: 767px) {
  .simplebar-track .simplebar-scrollbar::before {
    background: none;
  }
}

/* =================================================== *

  technology

* =================================================== */
/*------------------
  technology line
------------------*/
.technology-line img {
  aspect-ratio: 6/1;
  object-fit: cover;
}
@media (max-width: 767px) {
  .technology-line img {
    aspect-ratio: 4/1;
  }
}

/*------------------
  technology info
------------------*/
.technology-info__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}
@media (max-width: 992px) {
  .technology-info__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .technology-info__grid {
    gap: 20px 10px;
  }
}
.technology-info__grid__img {
  margin-bottom: 20px;
}
.technology-info__grid__img img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
@media (max-width: 767px) {
  .technology-info__grid__img {
    margin-bottom: 10px;
  }
}
.technology-info__grid__name {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .technology-info__grid__name {
    font-size: 12px;
  }
}

/*------------------
  technology hosin
------------------*/
.technology-hosin__inner {
  border: solid 1px #D71522;
  padding: clamp(40px, 5.2151238592vw, 100px);
}
@media (max-width: 767px) {
  .technology-hosin__inner {
    padding: 40px 20px;
  }
}
.technology-hosin__txt {
  margin-bottom: clamp(30px, 3.9113428944vw, 50px);
}
.technology-hosin__txt p {
  text-align: center;
}
@media (max-width: 767px) {
  .technology-hosin__txt p {
    text-align: left;
  }
}
.technology-hosin__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px clamp(10px, 1.3037809648vw, 50px);
}
@media (max-width: 767px) {
  .technology-hosin__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.technology-hosin__list dl {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.3037809648vw, 30px);
  height: 10em;
}
.technology-hosin__list dl dt {
  flex-basis: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(20px, 2.6075619296vw, 30px);
  font-weight: normal;
  background: #D71522;
  color: #fff;
  align-self: stretch;
  flex-shrink: 0;
}
.technology-hosin__list dl dd {
  font-size: clamp(11px, 1.1088709677vw, 18px);
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .technology-hosin__list dl dd {
    font-size: 14px;
  }
}

/*------------------
  technology kenkyu
------------------*/
.technology-kenkyu__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .technology-kenkyu__inner {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .technology-kenkyu__inner {
    flex-direction: column-reverse;
  }
}
.technology-kenkyu__inner .left {
  flex-basis: 45%;
}
.technology-kenkyu__inner .left img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.technology-kenkyu__inner .right {
  flex-basis: 50%;
}
@media (max-width: 767px) {
  .technology-kenkyu__inner .right {
    margin-bottom: 30px;
  }
}

/*------------------
  technology kankyo
------------------*/
@media (max-width: 767px) {
  .technology-kankyo__grid > div:first-child {
    grid-column: 1/3;
  }
}

/*------------------
  technology car
------------------*/
.technology-car__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .technology-car__inner {
    display: block;
  }
}
.technology-car__inner .left {
  flex-basis: 30%;
}
@media (max-width: 767px) {
  .technology-car__inner .left {
    margin-bottom: 20px;
  }
}
.technology-car__inner .right {
  flex-basis: 65%;
  text-align: center;
}
.technology-car__name {
  font-weight: 600;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .technology-car__name {
    font-size: 12px;
  }
}
.technology-car__img {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .technology-car__img {
    margin-bottom: 10px;
  }
}
.technology-car__img img {
  aspect-ratio: 2/1;
  object-fit: cover;
}

/*------------------
  technology tps
------------------*/
.technology-tps {
  background: #F3F3F3;
}
.technology-tps__ttlimg {
  text-align: center;
  background: #fff;
  padding: 20px 2em;
  margin-bottom: clamp(15px, 1.9556714472vw, 30px);
  font-size: 18px;
}
@media (max-width: 767px) {
  .technology-tps__ttlimg {
    font-size: 5vw;
  }
}
.technology-tps__ttlimg img {
  width: 300px;
}
.technology-tps__ttlimg span {
  color: #D71522;
}
.technology-tps__txt {
  margin-bottom: clamp(30px, 3.9113428944vw, 50px);
}

/*------------------
  process
------------------*/
.process-table table {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .process-table table {
    width: 800px;
  }
}
.process-table table thead th {
  background: #666;
  color: #fff;
  padding: 20px 10px;
  text-align: center;
  width: 33.3333%;
}
.process-table table thead th + th {
  border-left: solid 1px #fff;
}
.process-table table tbody th {
  border: solid 1px #ccc;
  font-weight: normal;
  padding: 20px;
  vertical-align: middle;
  line-height: 1.6;
}
.process-table table tbody td {
  text-align: center;
  border: solid 1px #ccc;
  height: 100%;
  vertical-align: middle;
  line-height: 1.6;
}
.process-table__wrap {
  height: 100%;
}
.process-table__wrap ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.process-table__wrap ul li {
  padding: 20px 10px;
}
.process-table__wrap ul li:not(:last-child) {
  border-bottom: solid 1px #ccc;
}

/*------------------
  purchasing
------------------*/
.purchasing-head p {
  text-align: center;
}
@media (max-width: 767px) {
  .purchasing-head p {
    text-align: left;
  }
}
.purchasing-hinmoku__ttl {
  text-align: center;
}
.purchasing-hinmoku__ttl span {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  width: 30%;
}
@media (max-width: 767px) {
  .purchasing-hinmoku__ttl span {
    width: auto;
    padding: 10px 2em;
  }
}
.purchasing-hinmoku__inner {
  background: #f5f5f5;
  padding: clamp(50px, 6.518904824vw, 80px) 20px clamp(30px, 3.9113428944vw, 50px);
  margin-top: -20px;
}
@media (max-width: 767px) {
  .purchasing-hinmoku__inner {
    padding: 50px 20px 50px;
  }
}
.purchasing-hinmoku__inner ol {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 40px clamp(40px, 5.2151238592vw, 80px);
  justify-content: center;
  counter-reset: listnum;
}
@media (max-width: 767px) {
  .purchasing-hinmoku__inner ol {
    grid-template-columns: repeat(1, auto);
    justify-content: flex-start;
  }
}
.purchasing-hinmoku__inner ol li {
  flex-basis: 48%;
  position: relative;
  padding-left: 3em;
}
.purchasing-hinmoku__inner ol li::before {
  position: absolute;
  counter-increment: listnum;
  content: counter(listnum);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
  background: #D71522;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*-- FLOW --*/
@media all and (min-width: 1281px), print {
  .procurement_flow_list_01 {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  .procurement_flow_list_02 {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  .procurement_flow_list_area_01 {
    float: left;
    width: 30%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
  .procurement_flow_list_area_01 ul {
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    overflow: hidden;
  }
  .procurement_flow_list_area_01 li.title {
    float: left;
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 15px 30px 15px 30px;
    border-bottom: solid 1px #ccc;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #666;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 200%;
  }
  .procurement_flow_list_area_01 li.text_flow {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    justify-content: left;
    float: left;
    width: 100%;
    height: 100px;
    margin: 0px auto 0px auto;
    padding: 0px 30px 0px 30px;
    border-bottom: solid 1px #ccc;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2d2d2d;
    text-align: left;
    font-weight: normal;
    line-height: 200%;
  }
  .procurement_flow_list_area_02 {
    float: left;
    width: 35%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
  .procurement_flow_list_area_02 ul {
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    overflow: hidden;
  }
  .procurement_flow_list_area_02 li.title {
    float: left;
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 15px 30px 15px 30px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #666;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 200%;
  }
  .procurement_flow_list_area_02 li.text_01 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 150px;
    margin: 0px auto 0px auto;
    padding: 0px 30px 0px 30px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2d2d2d;
    text-align: center;
    font-weight: normal;
    line-height: 200%;
  }
  .procurement_flow_list_area_02 li.text_02 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 100px;
    margin: 0px auto 0px auto;
    padding: 0px 30px 0px 30px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2d2d2d;
    text-align: center;
    font-weight: normal;
    line-height: 200%;
  }
  .procurement_flow_list_area_02 li.text_03 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 100px;
    margin: 0px auto 0px auto;
    padding: 0px 30px 0px 30px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2d2d2d;
    text-align: center;
    font-weight: normal;
    line-height: 200%;
  }
  .procurement_flow_list_area_02 li.text_04 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 75px;
    margin: 0px auto 0px auto;
    padding: 0px 30px 0px 30px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2d2d2d;
    text-align: center;
    font-weight: normal;
    line-height: 200%;
  }
  .procurement_flow_list_area_02 li.text_05 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 75px;
    margin: 0px auto 0px auto;
    padding: 0px 30px 0px 30px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2d2d2d;
    text-align: center;
    font-weight: normal;
    line-height: 200%;
  }
  .procurement_flow_list_area_03 {
    float: left;
    width: 35%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
  .procurement_flow_list_area_03 ul {
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    overflow: hidden;
  }
  .procurement_flow_list_area_03 li.title {
    float: left;
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 15px 30px 15px 30px;
    border-bottom: solid 1px #ccc;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #666;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 200%;
  }
  .procurement_flow_list_area_03 li.text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 100px;
    margin: 0px auto 0px auto;
    padding: 0px 30px 0px 30px;
    border-bottom: solid 1px #ccc;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2d2d2d;
    text-align: center;
    font-weight: normal;
    line-height: 200%;
  }
  .procurement_flow_list_area_04 {
    float: left;
    width: 70%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
  .procurement_flow_list_area_04 ul {
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    overflow: hidden;
  }
  .procurement_flow_list_area_04 li.text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 100px;
    margin: 0px auto 0px auto;
    padding: 0px 30px 0px 30px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2d2d2d;
    text-align: center;
    font-weight: normal;
    line-height: 200%;
  }
}
@media screen and (max-width: 1280px) {
  .procurement_flow_list_01 {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  .procurement_flow_list_02 {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  .procurement_flow_list_area_01 {
    float: left;
    width: 30%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
  .procurement_flow_list_area_01 ul {
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    overflow: hidden;
  }
  .procurement_flow_list_area_01 li.title {
    float: left;
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 15px 25px 15px 25px;
    border-bottom: solid 1px #ccc;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #666;
    color: #2d2d2d;
    text-align: center;
    font-weight: bold;
    line-height: 200%;
  }
  .procurement_flow_list_area_01 li.text_flow {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    justify-content: left;
    float: left;
    width: 100%;
    height: 100px;
    margin: 0px auto 0px auto;
    padding: 0px 25px 0px 25px;
    border-bottom: solid 1px #ccc;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2d2d2d;
    text-align: left;
    font-weight: normal;
    line-height: 200%;
  }
  .procurement_flow_list_area_02 {
    float: left;
    width: 35%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
  .procurement_flow_list_area_02 ul {
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    overflow: hidden;
  }
  .procurement_flow_list_area_02 li.title {
    float: left;
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 15px 25px 15px 25px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #666;
    color: #2d2d2d;
    text-align: center;
    font-weight: bold;
    line-height: 200%;
  }
  .procurement_flow_list_area_02 li.text_01 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 150px;
    margin: 0px auto 0px auto;
    padding: 0px 25px 0px 25px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2d2d2d;
    text-align: center;
    font-weight: normal;
    line-height: 200%;
  }
  .procurement_flow_list_area_02 li.text_02 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 100px;
    margin: 0px auto 0px auto;
    padding: 0px 25px 0px 25px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2d2d2d;
    text-align: center;
    font-weight: normal;
    line-height: 200%;
  }
  .procurement_flow_list_area_02 li.text_03 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 100px;
    margin: 0px auto 0px auto;
    padding: 0px 25px 0px 25px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2d2d2d;
    text-align: center;
    font-weight: normal;
    line-height: 200%;
  }
  .procurement_flow_list_area_02 li.text_04 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 75px;
    margin: 0px auto 0px auto;
    padding: 0px 25px 0px 25px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2d2d2d;
    text-align: center;
    font-weight: normal;
    line-height: 200%;
  }
  .procurement_flow_list_area_02 li.text_05 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 75px;
    margin: 0px auto 0px auto;
    padding: 0px 25px 0px 25px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2d2d2d;
    text-align: center;
    font-weight: normal;
    line-height: 200%;
  }
  .procurement_flow_list_area_03 {
    float: left;
    width: 35%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
  .procurement_flow_list_area_03 ul {
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    overflow: hidden;
  }
  .procurement_flow_list_area_03 li.title {
    float: left;
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 15px 25px 15px 25px;
    border-bottom: solid 1px #ccc;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #666;
    color: #2d2d2d;
    text-align: center;
    font-weight: bold;
    line-height: 200%;
  }
  .procurement_flow_list_area_03 li.text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 100px;
    margin: 0px auto 0px auto;
    padding: 0px 25px 0px 25px;
    border-bottom: solid 1px #ccc;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2d2d2d;
    text-align: center;
    font-weight: normal;
    line-height: 200%;
  }
  .procurement_flow_list_area_04 {
    float: left;
    width: 70%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
  .procurement_flow_list_area_04 ul {
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    overflow: hidden;
  }
  .procurement_flow_list_area_04 li.text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 100px;
    margin: 0px auto 0px auto;
    padding: 0px 25px 0px 25px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2d2d2d;
    text-align: center;
    font-weight: normal;
    line-height: 200%;
  }
  #flow_list {
    margin: 0px auto 0px auto;
    padding: 0px 0px 15px 0px;
  }
  .flow_list_text {
    display: table;
    position: relative;
    width: 100%;
    margin: 0px auto 25px auto;
    padding: 25px 0px 25px 0px;
    border: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .flow_list_text::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -26px;
    left: 25%;
    width: 1px;
    height: 26px;
    background: #ccc;
  }
  #flow_list > .flow_list_text:last-child::after {
    display: none;
  }
  .flow_list_text dt,
  .flow_list_text dd {
    display: table-cell;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .flow_list_text dt {
    position: relative;
    width: 50%;
    margin: 0px auto 0px auto;
    padding: 0px 25px 0px 25px;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .flow_list_text dt .step {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 70px;
    height: 70px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #c40016;
    color: #FFFFFF;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    line-height: 150%;
  }
  .flow_list_text dt .title {
    position: absolute;
    top: 50%;
    left: 110px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0px auto 0px auto;
    padding: 0px 25px 0px 0px;
    color: #2d2d2d;
    text-align: left;
    font-size: 100%;
    font-weight: bold;
    line-height: 150%;
  }
  .flow_list_text dd {
    margin: 0px auto 0px auto;
    padding: 0px 25px 0px 25px;
  }
  .flow_list_text dd p.title {
    margin: 0px auto 0px auto;
    padding: 0px 0px 5px 0px;
    color: #2d2d2d;
    text-align: left;
    font-size: 100%;
    font-weight: bold;
    line-height: 200%;
  }
  .flow_list_text dd p.title.space {
    margin: 15px auto 0px auto;
    padding: 15px 0px 5px 0px;
    border-top: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #2d2d2d;
    text-align: left;
    font-size: 100%;
    font-weight: bold;
    line-height: 200%;
  }
  .flow_list_text dd p.text {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    color: #2d2d2d;
    text-align: left;
    font-weight: normal;
    line-height: 200%;
  }
}
@media screen and (max-width: 960px) {
  .procurement_flow_list_01 {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  .procurement_flow_list_02 {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  .procurement_flow_list_area_01 {
    float: left;
    width: 30%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
  .procurement_flow_list_area_01 ul {
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    overflow: hidden;
  }
  .procurement_flow_list_area_01 li.title {
    float: left;
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 15px 20px 15px 20px;
    border-bottom: solid 1px #ccc;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #666;
    color: #2d2d2d;
    text-align: center;
    font-weight: bold;
    line-height: 200%;
  }
  .procurement_flow_list_area_01 li.text_flow {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    justify-content: left;
    float: left;
    width: 100%;
    height: 150px;
    margin: 0px auto 0px auto;
    padding: 0px 20px 0px 20px;
    border-bottom: solid 1px #ccc;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2d2d2d;
    text-align: left;
    font-weight: normal;
    line-height: 200%;
  }
  .procurement_flow_list_area_02 {
    float: left;
    width: 35%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
  .procurement_flow_list_area_02 ul {
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    overflow: hidden;
  }
  .procurement_flow_list_area_02 li.title {
    float: left;
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 15px 20px 15px 20px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #666;
    color: #2d2d2d;
    text-align: center;
    font-weight: bold;
    line-height: 200%;
  }
  .procurement_flow_list_area_02 li.text_01 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 225px;
    margin: 0px auto 0px auto;
    padding: 0px 20px 0px 20px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2d2d2d;
    text-align: center;
    font-weight: normal;
    line-height: 200%;
  }
  .procurement_flow_list_area_02 li.text_02 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 150px;
    margin: 0px auto 0px auto;
    padding: 0px 20px 0px 20px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2d2d2d;
    text-align: center;
    font-weight: normal;
    line-height: 200%;
  }
  .procurement_flow_list_area_02 li.text_03 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 150px;
    margin: 0px auto 0px auto;
    padding: 0px 20px 0px 20px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2d2d2d;
    text-align: center;
    font-weight: normal;
    line-height: 200%;
  }
  .procurement_flow_list_area_02 li.text_04 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 112.5px;
    margin: 0px auto 0px auto;
    padding: 0px 20px 0px 20px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2d2d2d;
    text-align: center;
    font-weight: normal;
    line-height: 200%;
  }
  .procurement_flow_list_area_02 li.text_05 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 112.5px;
    margin: 0px auto 0px auto;
    padding: 0px 20px 0px 20px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2d2d2d;
    text-align: center;
    font-weight: normal;
    line-height: 200%;
  }
  .procurement_flow_list_area_03 {
    float: left;
    width: 35%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
  .procurement_flow_list_area_03 ul {
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    overflow: hidden;
  }
  .procurement_flow_list_area_03 li.title {
    float: left;
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 15px 20px 15px 20px;
    border-bottom: solid 1px #ccc;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #666;
    color: #2d2d2d;
    text-align: center;
    font-weight: bold;
    line-height: 200%;
  }
  .procurement_flow_list_area_03 li.text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 150px;
    margin: 0px auto 0px auto;
    padding: 0px 20px 0px 20px;
    border-bottom: solid 1px #ccc;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2d2d2d;
    text-align: center;
    font-weight: normal;
    line-height: 200%;
  }
  .procurement_flow_list_area_04 {
    float: left;
    width: 70%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
  .procurement_flow_list_area_04 ul {
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    overflow: hidden;
  }
  .procurement_flow_list_area_04 li.text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 150px;
    margin: 0px auto 0px auto;
    padding: 0px 20px 0px 20px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2d2d2d;
    text-align: center;
    font-weight: normal;
    line-height: 200%;
  }
  #flow_list {
    margin: 0px auto 0px auto;
    padding: 0px 0px 10px 0px;
  }
  .flow_list_text {
    display: table;
    position: relative;
    width: 100%;
    margin: 0px auto 20px auto;
    padding: 20px 0px 20px 0px;
    border: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .flow_list_text::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -21px;
    left: 25%;
    width: 1px;
    height: 21px;
    background: #ccc;
  }
  #flow_list > .flow_list_text:last-child::after {
    display: none;
  }
  .flow_list_text dt,
  .flow_list_text dd {
    display: table-cell;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .flow_list_text dt {
    position: relative;
    width: 50%;
    margin: 0px auto 0px auto;
    padding: 0px 20px 0px 20px;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .flow_list_text dt .step {
    display: flex;
    justify-content: center;
    align-items: center;
    float: none;
    width: 70px;
    height: 70px;
    margin: 0px auto 10px auto;
    padding: 0px 0px 0px 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #c40016;
    color: #FFFFFF;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    line-height: 150%;
  }
  .flow_list_text dt .title {
    position: static;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    color: #2d2d2d;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    line-height: 150%;
  }
  .flow_list_text dd {
    margin: 0px auto 0px auto;
    padding: 0px 20px 0px 20px;
  }
  .flow_list_text dd p.title {
    margin: 0px auto 0px auto;
    padding: 0px 0px 5px 0px;
    color: #2d2d2d;
    text-align: left;
    font-size: 100%;
    font-weight: bold;
    line-height: 200%;
  }
  .flow_list_text dd p.title.space {
    margin: 15px auto 0px auto;
    padding: 15px 0px 5px 0px;
    border-top: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #2d2d2d;
    text-align: left;
    font-size: 100%;
    font-weight: bold;
    line-height: 200%;
  }
  .flow_list_text dd p.text {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    color: #2d2d2d;
    text-align: left;
    font-weight: normal;
    line-height: 200%;
  }
}
@media screen and (max-width: 640px) {
  .procurement_flow_list_01 {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  .procurement_flow_list_02 {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  .procurement_flow_list_area_01 {
    float: left;
    width: 30%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
  .procurement_flow_list_area_01 ul {
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    overflow: hidden;
  }
  .procurement_flow_list_area_01 li.title {
    float: left;
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 15px 15px 15px 15px;
    border-bottom: solid 1px #ccc;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #666;
    color: #2d2d2d;
    text-align: center;
    font-weight: bold;
    line-height: 150%;
  }
  .procurement_flow_list_area_01 li.text_flow {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    justify-content: left;
    float: left;
    width: 100%;
    height: 150px;
    margin: 0px auto 0px auto;
    padding: 0px 15px 0px 15px;
    border-bottom: solid 1px #ccc;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2d2d2d;
    text-align: left;
    font-weight: normal;
    line-height: 150%;
  }
  .procurement_flow_list_area_02 {
    float: left;
    width: 35%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
  .procurement_flow_list_area_02 ul {
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    overflow: hidden;
  }
  .procurement_flow_list_area_02 li.title {
    float: left;
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 15px 15px 15px 15px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #666;
    color: #2d2d2d;
    text-align: center;
    font-weight: bold;
    line-height: 150%;
  }
  .procurement_flow_list_area_02 li.text_01 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 225px;
    margin: 0px auto 0px auto;
    padding: 0px 15px 0px 15px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2d2d2d;
    text-align: center;
    font-weight: normal;
    line-height: 150%;
  }
  .procurement_flow_list_area_02 li.text_02 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 150px;
    margin: 0px auto 0px auto;
    padding: 0px 15px 0px 15px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2d2d2d;
    text-align: center;
    font-weight: normal;
    line-height: 150%;
  }
  .procurement_flow_list_area_02 li.text_03 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 150px;
    margin: 0px auto 0px auto;
    padding: 0px 15px 0px 15px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2d2d2d;
    text-align: center;
    font-weight: normal;
    line-height: 150%;
  }
  .procurement_flow_list_area_02 li.text_04 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 112.5px;
    margin: 0px auto 0px auto;
    padding: 0px 15px 0px 15px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2d2d2d;
    text-align: center;
    font-weight: normal;
    line-height: 150%;
  }
  .procurement_flow_list_area_02 li.text_05 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 112.5px;
    margin: 0px auto 0px auto;
    padding: 0px 15px 0px 15px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2d2d2d;
    text-align: center;
    font-weight: normal;
    line-height: 150%;
  }
  .procurement_flow_list_area_03 {
    float: left;
    width: 35%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
  .procurement_flow_list_area_03 ul {
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    overflow: hidden;
  }
  .procurement_flow_list_area_03 li.title {
    float: left;
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 15px 15px 15px 15px;
    border-bottom: solid 1px #ccc;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #666;
    color: #2d2d2d;
    text-align: center;
    font-weight: bold;
    line-height: 150%;
  }
  .procurement_flow_list_area_03 li.text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 150px;
    margin: 0px auto 0px auto;
    padding: 0px 15px 0px 15px;
    border-bottom: solid 1px #ccc;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2d2d2d;
    text-align: center;
    font-weight: normal;
    line-height: 150%;
  }
  .procurement_flow_list_area_04 {
    float: left;
    width: 70%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
  }
  .procurement_flow_list_area_04 ul {
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    overflow: hidden;
  }
  .procurement_flow_list_area_04 li.text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    float: left;
    width: 100%;
    height: 150px;
    margin: 0px auto 0px auto;
    padding: 0px 15px 0px 15px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
    color: #2d2d2d;
    text-align: center;
    font-weight: normal;
    line-height: 150%;
  }
  #flow_list {
    margin: 0px auto 0px auto;
    padding: 0px 0px 5px 0px;
  }
  .flow_list_text {
    display: table;
    position: relative;
    width: 100%;
    margin: 0px auto 15px auto;
    padding: 15px 0px 15px 0px;
    border: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .flow_list_text::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -16px;
    left: 25%;
    width: 1px;
    height: 16px;
    background: #ccc;
  }
  #flow_list > .flow_list_text:last-child::after {
    display: none;
  }
  .flow_list_text dt,
  .flow_list_text dd {
    display: table-cell;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .flow_list_text dt {
    position: relative;
    width: 50%;
    margin: 0px auto 0px auto;
    padding: 0px 15px 0px 15px;
    border-right: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .flow_list_text dt .step {
    display: flex;
    justify-content: center;
    align-items: center;
    float: none;
    width: 70px;
    height: 70px;
    margin: 0px auto 10px auto;
    padding: 0px 0px 0px 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #c40016;
    color: #FFFFFF;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    line-height: 150%;
  }
  .flow_list_text dt .title {
    position: static;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    color: #2d2d2d;
    text-align: center;
    font-weight: bold;
    line-height: 150%;
  }
  .flow_list_text dd {
    margin: 0px auto 0px auto;
    padding: 0px 15px 0px 15px;
  }
  .flow_list_text dd p.title {
    margin: 0px auto 0px auto;
    padding: 0px 0px 5px 0px;
    color: #2d2d2d;
    text-align: left;
    font-weight: bold;
    line-height: 150%;
  }
  .flow_list_text dd p.title.space {
    margin: 15px auto 0px auto;
    padding: 15px 0px 5px 0px;
    border-top: solid 1px #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #2d2d2d;
    text-align: left;
    font-weight: bold;
    line-height: 150%;
  }
  .flow_list_text dd p.text {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    color: #2d2d2d;
    text-align: left;
    font-weight: normal;
    line-height: 150%;
  }
}
/*-- FLOW --*/
.procurement_flow_list_01 {
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.procurement_flow_list_02 {
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.procurement_flow_list_area_01 {
  float: left;
  width: 30%;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

.procurement_flow_list_area_01 ul {
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  background-color: #FFFFFF;
  overflow: hidden;
}

.procurement_flow_list_area_01 li.title {
  float: left;
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 15px 20px 15px 20px;
  border-bottom: solid 1px #ccc;
  border-right: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #666;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 200%;
}

.procurement_flow_list_area_01 li.text_flow {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  float: left;
  width: 100%;
  height: 150px;
  margin: 0px auto 0px auto;
  padding: 0px 20px 0px 20px;
  border-bottom: solid 1px #ccc;
  border-right: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  color: #2d2d2d;
  text-align: left;
  font-weight: normal;
  line-height: 200%;
}

.procurement_flow_list_area_02 {
  float: left;
  width: 35%;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

.procurement_flow_list_area_02 ul {
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  background-color: #FFFFFF;
  overflow: hidden;
}

.procurement_flow_list_area_02 li.title {
  float: left;
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 15px 20px 15px 20px;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #666;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 200%;
}

.procurement_flow_list_area_02 li.text_01 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  float: left;
  width: 100%;
  height: 225px;
  margin: 0px auto 0px auto;
  padding: 0px 20px 0px 20px;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  color: #2d2d2d;
  text-align: center;
  font-weight: normal;
  line-height: 200%;
}

.procurement_flow_list_area_02 li.text_02 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  float: left;
  width: 100%;
  height: 150px;
  margin: 0px auto 0px auto;
  padding: 0px 20px 0px 20px;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  color: #2d2d2d;
  text-align: center;
  font-weight: normal;
  line-height: 200%;
}

.procurement_flow_list_area_02 li.text_03 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  float: left;
  width: 100%;
  height: 150px;
  margin: 0px auto 0px auto;
  padding: 0px 20px 0px 20px;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  color: #2d2d2d;
  text-align: center;
  font-weight: normal;
  line-height: 200%;
}

.procurement_flow_list_area_02 li.text_04 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  float: left;
  width: 100%;
  height: 112.5px;
  margin: 0px auto 0px auto;
  padding: 0px 20px 0px 20px;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  color: #2d2d2d;
  text-align: center;
  font-weight: normal;
  line-height: 200%;
}

.procurement_flow_list_area_02 li.text_05 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  float: left;
  width: 100%;
  height: 112.5px;
  margin: 0px auto 0px auto;
  padding: 0px 20px 0px 20px;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  color: #2d2d2d;
  text-align: center;
  font-weight: normal;
  line-height: 200%;
}

.procurement_flow_list_area_03 {
  float: left;
  width: 35%;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

.procurement_flow_list_area_03 ul {
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  background-color: #FFFFFF;
  overflow: hidden;
}

.procurement_flow_list_area_03 li.title {
  float: left;
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 15px 20px 15px 20px;
  border-bottom: solid 1px #ccc;
  border-right: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #666;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 200%;
}

.procurement_flow_list_area_03 li.text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  float: left;
  width: 100%;
  height: 150px;
  margin: 0px auto 0px auto;
  padding: 0px 20px 0px 20px;
  border-bottom: solid 1px #ccc;
  border-right: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  color: #2d2d2d;
  text-align: center;
  font-weight: normal;
  line-height: 200%;
}

.procurement_flow_list_area_04 {
  float: left;
  width: 70%;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
}

.procurement_flow_list_area_04 ul {
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  background-color: #FFFFFF;
  overflow: hidden;
}

.procurement_flow_list_area_04 li.text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  float: left;
  width: 100%;
  height: 150px;
  margin: 0px auto 0px auto;
  padding: 0px 20px 0px 20px;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  color: #2d2d2d;
  text-align: center;
  font-weight: normal;
  line-height: 200%;
}

@media (max-width: 520px) {
  .procurement_flow_list_area_01 li,
  .procurement_flow_list_area_02 li,
  .procurement_flow_list_area_03 li,
  .procurement_flow_list_area_04 li {
    font-size: 2.6vw !important;
  }
}
/* =================================================== *

  product

* =================================================== */
/*------------------
  product movie
------------------*/
.product-movie__txt {
  margin-bottom: clamp(30px, 3.9113428944vw, 50px);
}
.product-movie__video video {
  width: 100%;
}

/*------------------
  product ttl
------------------*/
.product-ttl {
  position: relative;
}
.product-ttl__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: clamp(20px, 2.6075619296vw, 30px);
  text-align: center;
  color: white;
  font-weight: 600;
}
.product-ttl img {
  aspect-ratio: 5/1;
  object-fit: cover;
}

/*------------------
  product index
------------------*/
.product-index__inner {
  border-left: solid 1px #D71522;
  border-bottom: solid 1px #D71522;
  margin-right: calc(50% - 50vw + 8px);
  padding-top: 4em;
}
.product-index__ttl {
  display: block;
  padding: 1em 5%;
  color: #D71522;
  font-weight: 600;
  position: relative;
}
.product-index__ttl__line1, .product-index__ttl__line2 {
  position: absolute;
  content: "";
  left: 0;
  background: #D71522;
  height: 1px;
}
.product-index__ttl__line1 {
  top: 0;
}
.product-index__ttl__line2 {
  bottom: 0;
}
.product-index__ttl span {
  font-size: 30px;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin-right: 1em;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .product-index__ttl span {
    display: block;
    margin-top: 5px;
  }
}
.product-index__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2.6075619296vw, 50px);
  max-width: 1420px;
  margin: 0 5%;
  width: 85%;
}
@media (max-width: 992px) {
  .product-index__box {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .product-index__box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product-index__box > div a {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2.6075619296vw, 50px);
  align-items: center;
  border: solid 1px #ccc;
  padding: clamp(10px, 1.3037809648vw, 30px);
  transition: 0.3s;
}
.product-index__box > div a .left img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
@media (max-width: 767px) {
  .product-index__box > div a {
    gap: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .product-index__box > div a:hover {
    background: #efefef;
    color: #D71522;
  }
  .product-index__box > div a:hover .right img {
    transform: translateX(10px);
  }
}
.product-index__box > div .right {
  padding-right: clamp(10px, 1.3037809648vw, 30px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: clamp(12px, 1.2096774194vw, 16px);
  align-items: center;
}
@media (max-width: 992px) {
  .product-index__box > div .right {
    font-size: clamp(12px, 1.5645371578vw, 16px);
  }
}
.product-index__box > div .right img {
  width: 10%;
  transition: 0.3s;
}

/*------------------
  product material
------------------*/
.product-material__inner > a {
  display: block;
  background: url("../img/page/product/mete_bg.jpg") no-repeat center center/cover;
  padding: clamp(20px, 2.6075619296vw, 50px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .product-material__inner > a {
    display: block;
  }
}
@media (hover: hover) and (pointer: fine) {
  .product-material__inner > a:hover {
    opacity: 0.8;
  }
  .product-material__inner > a:hover .p-btn3 {
    background: rgba(0, 0, 0, 0.5);
  }
}
.product-material__inner > a .left {
  flex-basis: 40%;
}
@media (max-width: 767px) {
  .product-material__inner > a .left {
    margin-bottom: 30px;
    text-align: center;
  }
}
.product-material__inner > a .right {
  flex-basis: 60%;
}
.product-material__ttl {
  margin-bottom: clamp(20px, 2.6075619296vw, 50px);
}
.product-material__ttl span {
  font-size: clamp(20px, 2.6075619296vw, 30px);
  font-weight: 700;
  display: block;
}

/*------------------
  brake about
------------------*/
.aboutbrake-top {
  background: url("../img/page/product/aboutbrake/bg.jpg") no-repeat center center/cover;
}
.aboutbrake-top__ttl {
  color: #fff;
}
.aboutbrake-top__img {
  background: rgba(0, 0, 0, 0.5);
  padding: 40px;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .aboutbrake-top__img {
    width: 100%;
    padding: 20px;
  }
}

/*------------------
  brake about
------------------*/
.aboutbrake-flow {
  background: #eee;
}
.aboutbrake-flow__ttl {
  margin-bottom: clamp(70px, 9.1264667536vw, 100px);
}
.aboutbrake-flow__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 2.6075619296vw, 40px);
  position: relative;
}
@media (max-width: 767px) {
  .aboutbrake-flow__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 20px;
  }
}
@media (max-width: 767px) {
  .aboutbrake-flow__inner::before {
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    height: 4px;
    transform: translateY(-50%);
    left: 0;
    background: #D71522;
    bottom: 27%;
    transform: translateY(-25%);
  }
}
.aboutbrake-flow__inner::after {
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  height: 4px;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  background: #D71522;
}
@media (max-width: 767px) {
  .aboutbrake-flow__inner::after {
    top: 18%;
    transform: translateY(-18%);
  }
}
.aboutbrake-flow__inner > div {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 10px clamp(10px, 1.3037809648vw, 30px) 10px;
}
.aboutbrake-flow__num {
  background: #D71522;
  color: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 4em;
  height: 4em;
  margin: -25px auto clamp(10px, 1.3037809648vw, 20px);
}
.aboutbrake-flow__num span {
  display: block;
  line-height: 1.2;
}
.aboutbrake-flow__num span:first-child {
  font-size: 80%;
}
.aboutbrake-flow__num span:last-child {
  font-size: 150%;
  font-weight: bold;
}
.aboutbrake-flow__img {
  margin-bottom: clamp(10px, 1.3037809648vw, 20px);
}
.aboutbrake-flow__img img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.aboutbrake-flow__subttl {
  font-weight: 600;
  font-size: clamp(12px, 1.5645371578vw, 18px);
  text-align: center;
  margin-bottom: 10px;
}
.aboutbrake-flow__txt p {
  text-align: center;
  line-height: 1.4;
  font-size: clamp(10px, 1.0080645161vw, 14px);
}
@media (max-width: 992px) {
  .aboutbrake-flow__txt p {
    font-size: clamp(10px, 1.3037809648vw, 14px);
  }
}
@media (max-width: 767px) {
  .aboutbrake-flow__txt p {
    font-size: clamp(9px, 2.8125vw, 12px);
    text-align: left;
  }
}

/*------------------
  brake link
------------------*/
.aboutbrake-link__img {
  background: url("../img/page/product/aboutbrake/link.jpg") no-repeat center center/cover;
  aspect-ratio: 5/1;
}
.aboutbrake-link__img a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  font-size: clamp(18px, 2.3468057366vw, 30px);
  text-align: center;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .aboutbrake-link__img a:hover {
    color: #D71522;
  }
}
.aboutbrake-link__img a::before {
  position: absolute;
  z-index: 1;
  content: "";
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: solid 3px #D71522;
}
.aboutbrake-link__img a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.aboutbrake-link__ttl {
  position: relative;
  z-index: 2;
}

/*------------------
  brake about
------------------*/
/*------------------
  brake lineup
------------------*/
.brake-lineup {
  background: #eee;
}
.brake-lineup__sec {
  background: #fff;
  padding: 30px;
}
@media (max-width: 767px) {
  .brake-lineup__sec {
    padding: 20px;
  }
}
.brake-lineup__sec + .brake-lineup__sec {
  margin-top: 30px;
}
.brake-lineup__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .brake-lineup__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.brake-lineup__inner__small {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .brake-lineup__inner__small {
    gap: 10px;
  }
}
.brake-lineup__inner2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 30px;
}
@media (max-width: 992px) {
  .brake-lineup__inner2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .brake-lineup__inner2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.brake-lineup__ttl {
  position: relative;
  padding-left: 1em;
  font-size: 18px;
  margin-bottom: 10px;
}
.brake-lineup__ttl::before {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #D71522;
}
.brake-lineup__img {
  margin-bottom: 10px;
}
.brake-lineup__img img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.brake-lineup__txt {
  text-align: center;
}
@media (max-width: 767px) {
  .brake-lineup__txt {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .brake-lineup__txt2 p {
    font-size: 12px;
  }
}

/*------------------
  brake link
------------------*/
.brake-link {
  background: #000;
}
.brake-link__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .brake-link__inner {
    justify-content: space-between;
    gap: 10px;
  }
}
.brake-link__inner > div {
  flex-basis: 30%;
}
@media (max-width: 767px) {
  .brake-link__inner > div {
    flex-basis: 48%;
  }
}
.brake-link__inner > div a {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .brake-link__inner > div a:hover::after {
    background: rgba(0, 0, 0, 0.8);
  }
  .brake-link__inner > div a:hover .brake-link__ttl img {
    transform: translateX(5px);
  }
}
.brake-link__inner > div a::before {
  position: absolute;
  z-index: 1;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 95%;
  border: solid 3px #D71522;
}
.brake-link__inner > div a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
.brake-link__ttl {
  position: absolute;
  z-index: 2;
  right: 25px;
  bottom: 20px;
  gap: 10px;
  color: #FFF;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .brake-link__ttl {
    right: 1.5em;
    font-size: 3vw;
  }
}
.brake-link__ttl img {
  width: 1.5em;
  bottom: 1.5em;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .brake-link__ttl img {
    width: 2vw;
  }
}

/*------------------
  brake tokucho
------------------*/
.brake-tokucho__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 1.3037809648vw, 30px);
}
@media (max-width: 767px) {
  .brake-tokucho__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.brake-tokucho__inner > div {
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: clamp(20px, 2.6075619296vw, 30px);
}
.brake-tokucho__num {
  width: 2.8em;
  height: 2.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D71522;
  color: #fff;
  letter-spacing: 0.1em;
  margin: 0 auto 30px;
  border-radius: 50%;
  line-height: 1;
}
.brake-tokucho__ttl {
  text-align: center;
  font-weight: 600;
  font-size: clamp(18px, 2.3468057366vw, 24px);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .brake-tokucho__ttl {
    font-size: 18px;
  }
}

/*------------------
  material
------------------*/
.material-head p {
  text-align: center;
}

.material-slide img {
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.material-slide .slick-slide {
  margin-left: -0.4%;
}
.material-slide1 {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .material-slide1 {
    margin-bottom: 5px;
  }
}

/* =================================================== *

  IR

* =================================================== */
/*------------------
  ir adobe
------------------*/
.ir-adobe {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .ir-adobe {
    display: block;
  }
}
.ir-adobe__img {
  flex-shrink: 0;
  max-width: 200px;
}
@media (max-width: 767px) {
  .ir-adobe__img {
    margin-bottom: 10px;
  }
}

/*------------------
  ir eir
------------------*/
.ir-eir img {
  width: 120px;
}

/*------------------
  ir select
------------------*/
.ir-select {
  text-align: right;
  margin-bottom: 20px;
}

/*------------------
  ir table
------------------*/
.ir-table {
  margin-bottom: 20px;
}
.ir-table dl {
  margin-top: 10px;
}
.ir-table dl dd {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.ir-table .free {
  width: 30px;
}

/*------------------
  ir alert
------------------*/
.ir-alert__list ol li {
  list-style: decimal;
  margin-left: 2em;
  line-height: 1.6;
}
.ir-alert__list ul li {
  list-style: disc;
  line-height: 1.6;
  margin-left: 1em;
}
.ir-alert__list ul li + li {
  margin-top: 0.5em;
}
.ir-alert__list ul.kome li {
  list-style: none;
  position: relative;
  margin-left: 0;
  padding-left: 1.5em;
  line-height: 1.6;
}
.ir-alert__list ul.kome li + li {
  margin-top: 0.5em;
}
.ir-alert__list ul.kome li::before {
  position: absolute;
  content: "※";
  left: 0;
}
.ir-alert__list ul.maru li {
  list-style: none;
  position: relative;
  margin-left: 0;
  padding-left: 1.5em;
  line-height: 1.6;
}
.ir-alert__list ul.maru li + li {
  margin-top: 1em;
}
.ir-alert__list ul.maru li::before {
  position: absolute;
  content: "◎";
  left: 0;
}

/*------------------
  ir tab
------------------*/
.ir-tab__btn ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}
@media (max-width: 767px) {
  .ir-tab__btn ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ir-tab__btn ul li {
  background: #eee;
  padding: 20px 10px;
  text-align: center;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .ir-tab__btn ul li:hover {
    color: #D71522;
  }
}
.ir-tab__btn ul li.active {
  background: #D71522;
  color: #fff;
  position: relative;
}
.ir-tab__btn ul li.active::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 15px solid #D71522;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .ir-tab__btn ul li.active::after {
    border-top: 0;
  }
}

/*------------------
  ir archive
------------------*/
.ir-archive section + section {
  margin-top: clamp(50px, 6.518904824vw, 100px);
}
.ir-archive__ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.ir-archive .no-txt {
  text-align: center;
  padding: 50px;
}
.ir-archive ul {
  border-top: solid 1px #ccc;
}
.ir-archive ul li {
  display: flex;
  align-items: flex-start;
  border-bottom: solid 1px #ccc;
  padding: 2em 10px;
  gap: 20px;
  position: relative;
}
@media (max-width: 992px) {
  .ir-archive ul li {
    flex-wrap: wrap;
    gap: 10px 20px;
  }
}
.ir-archive ul li .data {
  flex-shrink: 0;
  padding: 3px 0;
  flex-basis: 6em;
}
.ir-archive ul li .thumb {
  flex-basis: 150px;
}
.ir-archive ul li .cat {
  border: solid 1px #D71522;
  color: #D71522;
  font-size: 90%;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 8em;
  padding: 3px;
  text-align: center;
}
.ir-archive ul li .txt {
  flex-grow: 1;
  padding-right: 50px;
}
@media (max-width: 992px) {
  .ir-archive ul li .txt {
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  .ir-archive ul li .txt {
    gap: 10px;
  }
}
.ir-archive ul li .txt a {
  text-decoration: underline;
  transition: 0.3s;
  line-height: 1.6;
}
@media (hover: hover) and (pointer: fine) {
  .ir-archive ul li .txt a:hover {
    color: #D71522;
  }
}
.ir-archive ul li .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  width: 40px;
}

/*------------------
  ir top
------------------*/
.ir-top-sec1__inner {
  border: solid 1px #ccc;
  display: flex;
  padding: 20px 20px 20px 0;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .ir-top-sec1__inner {
    display: block;
    padding: 20px 0 0 0;
  }
}
.ir-top-sec1__inner .left {
  flex-basis: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.ir-top-sec1__inner .right {
  flex-basis: 40%;
  margin-top: -5%;
}
@media (max-width: 992px) {
  .ir-top-sec1__inner .right {
    margin-top: 0;
  }
}
.ir-top-sec1__body {
  padding: 30px;
}
@media (max-width: 992px) {
  .ir-top-sec1__body {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .ir-top-sec1__img {
    padding: 0 20px;
  }
}
.ir-top-sec1__ttl {
  display: inline-block;
  background: #D71522;
  color: #fff;
  padding: 30px;
  margin-left: -10px;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .ir-top-sec1__ttl {
    font-size: 5vw;
    padding: 20px;
  }
}
.ir-top-sec1__ttl::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 9px solid #000;
  border-top: 0;
  transform: rotate(50deg);
}
.ir-top-sec1__txt {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .ir-top-sec1__txt {
    margin-bottom: 20px;
  }
}

.ir-top-sec2__ttl {
  margin-bottom: clamp(30px, 3.9113428944vw, 50px);
}
.ir-top-sec2__link {
  text-align: center;
  padding-top: clamp(30px, 3.9113428944vw, 50px);
}

.ir-top-sec3 {
  background: #F5F7F8;
  padding: clamp(70px, 9.1264667536vw, 100px) 0;
}
.ir-top-sec3__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media (max-width: 767px) {
  .ir-top-sec3__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.ir-top-sec3__inner .left .ir-top-sec3__link a {
  border-bottom: solid 1px #ccc;
}
.ir-top-sec3__inner .right .ir-top-sec3__link + .ir-top-sec3__link a {
  border-top: solid 1px #ccc;
}
.ir-top-sec3__inner2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .ir-top-sec3__inner2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 20px;
  }
}
.ir-top-sec3__box {
  border: solid 1px #ccc;
  background: #fff;
  height: 100%;
}
.ir-top-sec3__link a {
  display: block;
  position: relative;
  padding: 1em;
  font-size: clamp(18px, 2.3468057366vw, 20px);
  font-weight: 600;
  transition: 0.3s;
}
.ir-top-sec3__link a::after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 70%;
  color: #D71522;
}
@media (hover: hover) and (pointer: fine) {
  .ir-top-sec3__link a:hover {
    opacity: 0.5;
  }
}
.ir-top-sec3__link a span {
  margin-top: 5px;
  display: block;
  font-size: 15px;
  font-weight: normal;
}
.ir-top-sec3__txt {
  padding: 1em;
}
.ir-top-sec3__list {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .ir-top-sec3__list {
    padding-top: 10px;
  }
}
.ir-top-sec3__list ul {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 10px;
}
@media (max-width: 992px) {
  .ir-top-sec3__list ul {
    grid-template-columns: repeat(2, auto);
  }
}
.ir-top-sec3__list ul li a {
  position: relative;
  transition: 0.3s;
  padding-left: 1em;
  display: block;
}
.ir-top-sec3__list ul li a::after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 2px;
  left: 0;
  font-size: 70%;
  color: #D71522;
}
@media (hover: hover) and (pointer: fine) {
  .ir-top-sec3__list ul li a:hover {
    opacity: 0.5;
  }
}

/*------------------
  ir management
------------------*/
.ir-management__inner {
  padding-top: 30px;
  border-top: solid 1px #ccc;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .ir-management__inner {
    padding-top: 0;
    flex-direction: column-reverse;
    border-top: none;
    gap: 20px;
  }
}
.ir-management__inner .left {
  flex-basis: 65%;
}
.ir-management__inner .right {
  flex-basis: 30%;
}
@media (max-width: 767px) {
  .ir-management__inner .right {
    max-width: 80%;
    margin: 0 auto;
  }
}
.ir-management__ttl {
  font-weight: 600;
  margin-bottom: clamp(10px, 1.3037809648vw, 30px);
  font-size: clamp(18px, 2.3468057366vw, 30px);
}
@media (max-width: 767px) {
  .ir-management__ttl {
    font-size: 3vw;
  }
}
.ir-management__ttl span {
  font-size: clamp(22px, 2.8683181226vw, 40px);
  margin-right: 10px;
}
@media (max-width: 767px) {
  .ir-management__ttl span {
    font-size: 5vw;
  }
}

/*------------------
  ir plan
------------------*/
.ir-plan__list dl + dl {
  margin-top: 2em;
}
.ir-plan__list dl dt {
  margin-bottom: 10px;
}
.ir-plan__list dl dd {
  margin-left: 1.5em;
  line-height: 1.8;
}

/*------------------
  ir corpgovernance
------------------*/
.ir-corpgovernance__img {
  max-width: 1000px;
  margin: 0 auto;
}

/*------------------
  ir library
------------------*/
.ir-library-sec1__inner {
  padding: 30px 0;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 767px) {
  .ir-library-sec1__inner {
    display: block;
  }
}
.ir-library-sec1__inner .left {
  flex-basis: auto;
}
@media (max-width: 767px) {
  .ir-library-sec1__inner .left {
    margin-bottom: 20px;
  }
}
.ir-library-sec1__inner .right {
  flex-basis: 30%;
  text-align: center;
}
@media (max-width: 992px) {
  .ir-library-sec1__inner .right {
    flex-basis: 50%;
  }
}
.ir-library-sec1__ttl {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .ir-library-sec1__ttl {
    font-size: 18px;
  }
}
.ir-library-sec1__link {
  margin-bottom: 10px;
}
.ir-library-sec1__link .p-btn2 {
  width: 100%;
  padding: 20px 10px;
  font-size: 110%;
}

.ir-library-sec2 {
  background: #F5F7F8;
  padding: clamp(70px, 9.1264667536vw, 100px) 0;
}
.ir-library-sec2__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media (max-width: 992px) {
  .ir-library-sec2__inner {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .ir-library-sec2__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ir-library-sec2__box {
  border: solid 1px #ccc;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ir-library-sec2__link a {
  display: block;
  position: relative;
  padding: 1em;
  font-size: clamp(18px, 2.3468057366vw, 20px);
  font-weight: 600;
  transition: 0.3s;
  border-bottom: solid 1px #ccc;
}
.ir-library-sec2__link a::after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 70%;
  color: #D71522;
}
@media (hover: hover) and (pointer: fine) {
  .ir-library-sec2__link a:hover {
    opacity: 0.5;
  }
}
.ir-library-sec2__link a span {
  margin-top: 5px;
  display: block;
  font-size: 15px;
  font-weight: normal;
}
.ir-library-sec2__body {
  padding: 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 992px) {
  .ir-library-sec2__body {
    padding: 20px;
  }
}
.ir-library-sec2__txt {
  margin-bottom: 20px;
}
.ir-library-sec2__list {
  margin-top: auto;
  border: solid 1px #ccc;
  padding: 20px;
}
.ir-library-sec2__list ul li {
  display: flex;
  gap: 10px;
  position: relative;
}
@media (max-width: 992px) {
  .ir-library-sec2__list ul li {
    flex-wrap: wrap;
  }
}
.ir-library-sec2__list ul li span.data {
  flex-shrink: 0;
}
.ir-library-sec2__list ul li span.txt {
  flex-grow: 1;
  padding-right: 50px;
}
@media (max-width: 992px) {
  .ir-library-sec2__list ul li span.txt {
    flex-basis: calc(100% - 50px);
  }
}
.ir-library-sec2__list ul li span.txt a {
  transition: 0.3s;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .ir-library-sec2__list ul li span.txt a:hover {
    color: #D71522;
  }
}
.ir-library-sec2__list ul li span.icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}
.ir-library-sec2__list ul li span.icon a {
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .ir-library-sec2__list ul li span.icon a:hover {
    opacity: 0.5;
  }
}

/*------------------
  ir stock
------------------*/
.ir-stock__ttl {
  font-size: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .ir-stock__ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.ir-stock__ttl span {
  display: block;
  border-left: solid 5px #D71522;
  padding-left: 0.5em;
}
.ir-stock__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .ir-stock__inner {
    display: block;
  }
}
.ir-stock__inner .left {
  flex-basis: 45%;
}
@media (max-width: 992px) {
  .ir-stock__inner .left {
    margin-bottom: 20px;
  }
}
.ir-stock__inner .right {
  flex-basis: 50%;
}
.ir-stock__box {
  border: solid 1px #ccc;
  padding: 40px;
}
@media (max-width: 767px) {
  .ir-stock__box {
    padding: 20px;
  }
}
.ir-stock__box dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.ir-stock__box dl dt {
  flex-basis: 10em;
  border-bottom: solid 1px #ccc;
  padding: 1em 0;
}
.ir-stock__box dl dd {
  flex-basis: calc(100% - 10em);
  border-bottom: solid 1px #ccc;
  padding: 1em 0;
}

/*------------------
  ir dividend
------------------*/
/*------------------
  ir highlight
------------------*/
.ir-highlight__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media (max-width: 992px) {
  .ir-highlight__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.ir-highlight__ttl {
  font-size: clamp(18px, 2.3468057366vw, 22px);
  font-weight: 600;
  margin-bottom: 10px;
}

/*------------------
  ir calendar
------------------*/
.ir-calendar__img {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 767px) {
  .ir-calendar__img {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ir-calendar__list .eir .s_eirList_item:first-child {
  border-top: none;
}
.ir-calendar__list ul li:nth-child(n+2) {
  border-bottom: none;
}

.s_eirList_item_titleBox {
  margin-right: 70px !important;
}

/* =================================================== *

  sustainability

* =================================================== */
/*------------------
  social
------------------*/
.social__inner {
  border-bottom: solid 1px #ccc;
}
.social__inner section + section {
  margin-top: 3em;
}
.social__inner ul li + li,
.social__inner ol li + li {
  margin-top: 0.5em;
}
.social__inner2 section + section {
  margin-top: 3em;
}
.social__inner2 ul li + li,
.social__inner2 ol li + li {
  margin-top: 0.5em;
}
.social__inner .text-parple {
  color: #9c89db;
}
.social__inner .text-green {
  color: #11c1b8;
}
.social__inner .text-red {
  color: #D71522;
}
@media (max-width: 767px) {
  .social__table {
    width: 800px;
  }
}
.social__table .p-table3 th {
  background: #666;
  color: #fff;
}
.social__table .p-table3 .parple {
  background: #9c89db;
  color: #fff;
}
.social__table .p-table3 .green {
  background: #11c1b8;
  color: #fff;
}
.social__table .p-table3 .sub_green {
  background: #eafff8;
  color: #000;
}
.social__table .p-table3 .sub_parple {
  background: #f6f3ff;
  color: #000;
}
.social__table .p-table3 .sub_blue {
  background: #e1f3ff;
  color: #000;
}
.social__table .p-table3 .gray {
  background: #444;
  color: #fff;
}
.social__img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .social__img {
    gap: 30px 10px;
  }
}
@media (max-width: 767px) {
  .social__img {
    grid-template-columns: repeat(2, 1fr);
  }
}
.social__img > div {
  text-align: center;
}
@media (max-width: 992px) {
  .social__img > div {
    font-size: 10px;
  }
}
.social__img img {
  margin-bottom: 5px;
}
.social__list ol li {
  list-style: decimal;
  margin-left: 2em;
}
.social__list ol li + li {
  margin-top: 1.5em;
}
.social__list ol li ul {
  margin-top: 5px;
}
.social__list ol li ul li {
  list-style: disc;
}
.social__list ol li ul li + li {
  margin-top: 0.5em;
}

/*------------------
  social
------------------*/
/* =================================================== *

  recruit

* =================================================== */
/*------------------
  recruit head
------------------*/
#recruit .page-hero__img::after {
  background: rgba(0, 0, 0, 0);
}

.recruit-header p {
  text-align: center;
}
@media (max-width: 767px) {
  .recruit-header p {
    text-align: left;
  }
}

.recruit .page-header__body__img img {
  object-position: center bottom;
}

/*------------------
  recruit movie
------------------*/
.recruit-movie__video video {
  width: 100%;
}

/*------------------
  recruit interview
------------------*/
.recruit-interview__ttl {
  background: #D71522;
  padding: 20px 0;
  color: #fff;
  text-align: center;
}
.recruit-interview__ttl span {
  display: block;
  font-weight: 600;
}
.recruit-interview__ttl span:first-child {
  font-size: 30px;
}
.recruit-interview__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 767px) {
  .recruit-interview__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.recruit-interview__list > div {
  transform: skewX(-10deg);
  border-right: solid 2px #D71522;
  border-bottom: solid 2px #D71522;
  overflow: hidden;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}
.recruit-interview__list > div > a {
  transform: skewX(10deg);
  display: block;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .recruit-interview__list > div > a:hover .recruit-interview__img {
    opacity: 0.8;
  }
  .recruit-interview__list > div > a:hover .recruit-interview__job,
  .recruit-interview__list > div > a:hover .recruit-interview__name {
    color: #D71522;
  }
}
.recruit-interview__img {
  width: 130%;
  margin-left: -10%;
  position: relative;
  margin-bottom: 20px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .recruit-interview__img {
    margin-left: -10%;
  }
}
.recruit-interview__img span {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 5%;
  font-size: clamp(20px, 2.6075619296vw, 30px);
  font-weight: 500;
  color: #fff;
}
.recruit-interview__img img {
  transition: 0.3;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.recruit-interview__body {
  margin-right: 10%;
  margin-left: -4%;
}
@media (max-width: 767px) {
  .recruit-interview__body {
    margin-left: 0;
  }
}
.recruit-interview__job {
  transition: 0.3s;
  font-size: clamp(11px, 1.4341590613vw, 16px);
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .recruit-interview__job {
    font-size: 3vw;
  }
}
.recruit-interview__name {
  font-size: clamp(18px, 2.3468057366vw, 20px);
  font-weight: 600;
  margin-bottom: 5px;
  transition: 0.3s;
}
.recruit-interview__kana {
  color: #D71522;
  font-size: 80%;
  margin-bottom: 30px;
}
.recruit-interview__link {
  text-align: right;
}
.recruit-interview_more {
  text-align: center;
}

/*------------------
  recruit link
------------------*/
.recruit-link__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1280px) {
  .recruit-link__inner {
    grid-template-columns: repeat(3, auto);
  }
}
@media (max-width: 767px) {
  .recruit-link__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.recruit-link__inner > div + div {
  border-left: solid 1px #fff;
}
@media (max-width: 767px) {
  .recruit-link__inner > div + div {
    border-left: none;
  }
}
.recruit-link__inner > div:last-child {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .recruit-link__inner > div:last-child {
    border-top: solid 1px #fff;
  }
}
.recruit-link__inner > div > a.link1 {
  background: #4D4D4D;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 clamp(10px, 1.3037809648vw, 20px);
  transition: 0.3s;
  height: 100%;
}
.recruit-link__inner > div > a.link2 {
  background: #000;
  color: #fff;
  flex-grow: 1;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(25px, 3.259452412vw, 60px);
}
@media (max-width: 1280px) {
  .recruit-link__inner > div > a.link2 {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .recruit-link__inner > div > a.link2 {
    padding: 20px 5%;
  }
}
.recruit-link__inner > div > a.link2 + .link2 {
  border-top: solid 1px #fff;
}
@media (hover: hover) and (pointer: fine) {
  .recruit-link__inner > div > a:hover .recruit-link__img img {
    transform: scale(1.03);
  }
  .recruit-link__inner > div > a:hover .recruit-link__ttl::after {
    width: 20%;
  }
  .recruit-link__inner > div > a:hover.link1 {
    background: #000;
  }
  .recruit-link__inner > div > a:hover.link2 {
    background: #4D4D4D;
  }
  .recruit-link__inner > div > a:hover .recruit-link__arrow img {
    transform: translateX(10px);
  }
}
.recruit-link__ttl {
  font-size: 18px;
  color: #fff;
  position: relative;
  transition: 0.3s;
  padding: clamp(15px, 1.9556714472vw, 30px) 0 10px;
}
@media (max-width: 767px) {
  .recruit-link__ttl {
    font-size: 16px;
  }
}
.recruit-link__ttl::after {
  transition: 0.3s;
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  height: 1px;
  background: #fff;
  padding-right: 10%;
}
.recruit-link__ttl span {
  display: block;
  font-size: 12px;
}
@media (max-width: 767px) {
  .recruit-link__ttl span {
    font-size: 2vw;
  }
}
.recruit-link__ttl2::after {
  background: none;
}
.recruit-link__img {
  overflow: hidden;
  margin-top: auto;
}
.recruit-link__img img {
  transition: 0.3s;
}
.recruit-link__arrow {
  display: flex;
  gap: 5px;
}
.recruit-link__arrow img {
  width: 15px;
  transition: 0.3s;
}

/*------------------
  recruit entry
------------------*/
.recruit-entry__inner {
  background-color: #D71522;
  background-image: linear-gradient(90deg, #bb0000 1px, transparent 1px), linear-gradient(#bb0000 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 11px 11px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(20px, 2.6075619296vw, 50px) 20px;
}
.recruit-entry__ttl {
  text-align: center;
  margin-bottom: clamp(10px, 1.3037809648vw, 30px);
}
.recruit-entry__ttl span {
  display: block;
  font-size: 30px;
}
.recruit-entry__link {
  text-align: center;
  margin-bottom: clamp(10px, 1.3037809648vw, 30px);
}
.recruit-entry__link a {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  background: #000;
  padding: 25px 3em;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .recruit-entry__link a {
    flex-direction: column;
    gap: 20px;
    font-size: 3vw;
    display: flex;
  }
}
@media (hover: hover) and (pointer: fine) {
  .recruit-entry__link a:hover {
    background: #222;
  }
  .recruit-entry__link a:hover span {
    transform: translateX(10px);
  }
}
.recruit-entry__link a span {
  display: flex;
  gap: 10px;
  transition: 0.3s;
}
.recruit-entry__link a span img {
  width: 20px;
}
.recruit-entry__txt {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}

/*------------------
  staff sec
------------------*/
/*------------------
  staff video
------------------*/
.staff-video video {
  width: 100%;
}

/*------------------
  staff sec1
------------------*/
.staff-sec1__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .staff-sec1__inner {
    display: block;
  }
}
.staff-sec1__inner .left {
  position: relative;
  z-index: 1;
  flex-basis: 50%;
  margin-left: -12.5%;
}
@media (max-width: 992px) {
  .staff-sec1__inner .left {
    margin-left: -5.5%;
  }
}
@media (max-width: 767px) {
  .staff-sec1__inner .left {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.staff-sec1__inner .right {
  position: relative;
  flex-grow: 1;
}
.staff-sec1__body {
  margin-top: 10%;
  padding: 0 0 0 8%;
}
@media (max-width: 767px) {
  .staff-sec1__body {
    margin-top: 0;
    padding: 0;
    margin-bottom: 20px;
  }
}
.staff-sec1__info {
  background: #efefef;
  position: absolute;
  left: -10%;
  bottom: -25%;
  width: 110%;
  padding: clamp(20px, 2.6075619296vw, 50px) 10px clamp(20px, 2.6075619296vw, 50px) 18%;
}
@media (max-width: 767px) {
  .staff-sec1__info {
    position: static;
    padding: 20px;
    width: 100%;
  }
}
.staff-sec1__num {
  font-size: clamp(18px, 2.3468057366vw, 30px);
  font-weight: 600;
  margin-bottom: clamp(5px, 0.6518904824vw, 30px);
  color: #D71522;
}
@media (max-width: 767px) {
  .staff-sec1__num {
    font-size: 18px;
  }
}
.staff-sec1__ttl {
  font-size: clamp(14px, 1.4112903226vw, 22px);
  font-weight: 600;
  line-height: 2.2;
}
@media (max-width: 992px) {
  .staff-sec1__ttl {
    font-size: clamp(12px, 1.5645371578vw, 22px);
  }
}
@media (max-width: 767px) {
  .staff-sec1__ttl {
    font-size: 14px;
  }
}
.staff-sec1__name {
  font-size: clamp(14px, 1.8252933507vw, 30px);
  font-weight: 600;
  margin-bottom: clamp(5px, 0.6518904824vw, 20px);
}
@media (max-width: 767px) {
  .staff-sec1__name {
    font-size: 18px;
  }
}
.staff-sec1__profile p {
  font-size: clamp(12px, 1.2096774194vw, 16px);
}
@media (max-width: 992px) {
  .staff-sec1__profile p {
    font-size: clamp(12px, 1.5645371578vw, 16px);
  }
}
@media (max-width: 767px) {
  .staff-sec1__profile p {
    font-size: 14px;
  }
}

/*------------------
  staff sec2
------------------*/
.staff-sec2 {
  border-left: solid 3px #D71522;
  margin-right: calc(50% - 50vw);
}
.staff-sec2__inner {
  max-width: 1420px;
  width: 100%;
}
.staff-sec2__top {
  padding-top: clamp(70px, 9.1264667536vw, 100px);
}

/*------------------
  staff info
------------------*/
.staff-info article + article {
  padding-top: clamp(70px, 9.1264667536vw, 100px);
}
.staff-info section {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .staff-info section {
    flex-direction: column-reverse;
  }
}
.staff-info section + section {
  margin-top: clamp(50px, 6.518904824vw, 70px);
}
.staff-info section .left {
  flex-basis: 38%;
}
@media (max-width: 1280px) {
  .staff-info section .left {
    flex-basis: 34%;
  }
}
@media (max-width: 992px) {
  .staff-info section .left {
    flex-basis: 42%;
  }
}
.staff-info section .right {
  flex-basis: 58%;
}
@media (max-width: 1280px) {
  .staff-info section .right {
    flex-basis: 62%;
  }
}
@media (max-width: 992px) {
  .staff-info section .right {
    flex-basis: 54%;
  }
}
@media (max-width: 767px) {
  .staff-info section .right {
    margin-bottom: 10px;
  }
}
.staff-info section .right img {
  aspect-ratio: 5/3;
  object-fit: cover;
}
.staff-info__ttl {
  background: #D71522;
  color: #fff;
  font-weight: 600;
  font-size: clamp(16px, 2.0860495437vw, 20px);
  padding: 10px 10px 10px clamp(20px, 2.6075619296vw, 50px);
}
@media (max-width: 767px) {
  .staff-info__ttl {
    padding: 10px 20px;
  }
}
.staff-info__ttl2 {
  border: solid 1px #000;
  background: #fff;
  padding: 1.5em 10px;
  max-width: 400px;
  width: 50%;
  text-align: center;
  margin-left: -5%;
  margin-bottom: clamp(30px, 3.9113428944vw, 100px);
  font-size: clamp(16px, 2.0860495437vw, 20px);
  font-weight: 600;
  display: inline-block;
}
@media (max-width: 767px) {
  .staff-info__ttl2 {
    width: 70%;
    padding: 20px 10px;
  }
}
.staff-info__ttl2 span {
  display: block;
  margin-top: 5px;
  color: #D71522;
}
.staff-info__txt {
  padding: 20px 0 0 clamp(20px, 2.6075619296vw, 50px);
}
@media (max-width: 767px) {
  .staff-info__txt {
    padding: 20px;
  }
}

/*------------------
  staff day
------------------*/
.staff-day__ttl {
  background: #D71522;
  padding: 10px;
  text-align: center;
  color: #fff;
  margin-bottom: clamp(30px, 3.9113428944vw, 50px);
}
.staff-day__ttl span {
  display: block;
  font-size: 30px;
}
.staff-day__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 2.6075619296vw, 60px);
  padding: 0 0 0 clamp(20px, 2.6075619296vw, 50px);
}
@media (max-width: 767px) {
  .staff-day__inner {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 20px;
  }
}

/*------------------
  number
------------------*/
.number-area__inner {
  display: grid;
  grid-template-rows: repeat(5, auto);
  grid-template-columns: repeat(12, 1fr);
  gap: 40px 20px;
}
@media (max-width: 992px) {
  .number-area__inner {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .number-area__inner {
    display: block;
  }
}
.number-area__inner > div {
  border: solid 5px #D71522;
  display: flex;
  flex-direction: column;
}
.number-area__inner > div:nth-child(n+1):nth-child(-n+2), .number-area__inner > div:nth-child(n+6):nth-child(-n+7), .number-area__inner > div:nth-child(n+11):nth-child(-n+12) {
  grid-column: span 6;
}
.number-area__inner > div:nth-child(n+3):nth-child(-n+5), .number-area__inner > div:nth-child(n+8):nth-child(-n+10) {
  grid-column: span 4;
}
@media (max-width: 992px) {
  .number-area__inner > div {
    grid-column: span 6 !important;
  }
}
@media (max-width: 767px) {
  .number-area__inner > div + div {
    margin-top: 30px;
  }
}
.number-area__alert {
  text-align: right;
}
.number-area__ttl {
  color: #fff;
  padding: 20px 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  background: #D71522;
}
.number-area__body {
  color: #D71522;
  margin: 0 5px 5px 5px;
  padding: 10px;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.number-area .cat {
  background: #D71522;
  color: #fff;
  font-weight: 700;
  padding: 4px 10px;
  margin-right: 10px;
}
.number-area .year {
  font-weight: bold;
}
.number-area .year__img {
  max-width: 400px;
  margin: 30px auto 20px;
}
.number-area .year__txt {
  margin-top: auto;
  font-weight: bold;
  text-align: center;
}
.number-area .year__txt .font-num {
  font-size: 70px;
}
@media (max-width: 767px) {
  .number-area .year__txt .font-num {
    font-size: 15vw;
  }
}
.number-area .year__txt .small {
  font-size: 20px;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .number-area .year__txt .small {
    font-size: 5vw;
  }
}
.number-area .jigyo__inner {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(10px, 1.3037809648vw, 30px);
  height: 100%;
}
@media (max-width: 767px) {
  .number-area .jigyo__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.number-area .jigyo__inner > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.number-area .jigyo__img {
  margin: 0 auto;
}
.number-area .jigyo__img img {
  height: 200px;
}
@media (max-width: 767px) {
  .number-area .jigyo__img img {
    height: auto;
  }
}
@media (max-width: 1280px) {
  .number-area .jigyo__img1 {
    max-width: 120px;
  }
}
@media (max-width: 767px) {
  .number-area .jigyo__img1 {
    max-width: 50%;
  }
}
.number-area .jigyo__img2 {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .number-area .jigyo__img2 {
    max-width: 70%;
  }
}
.number-area .jigyo__txt {
  font-weight: bold;
  position: relative;
}
.number-area .jigyo__txt .cat {
  font-size: 16px;
  display: inline-block;
  top: -5px;
  position: relative;
}
.number-area .jigyo__txt .font-num {
  font-size: 70px;
  line-height: 1;
}
@media (max-width: 767px) {
  .number-area .jigyo__txt .font-num {
    font-size: 15vw;
  }
}
.number-area .jigyo__txt .small {
  font-size: 20px;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .number-area .jigyo__txt .small {
    font-size: 5vw;
  }
}
.number-area .jigyo__txt .alert {
  position: absolute;
  bottom: -0.5em;
  width: 100%;
  text-align: center;
  display: block;
}
.number-area .syain__txt {
  font-weight: bold;
  text-align: right;
  padding: 0 5%;
}
.number-area .syain__txt .cat {
  font-size: clamp(10px, 1.0080645161vw, 14px);
  position: relative;
  top: -5px;
}
@media (max-width: 767px) {
  .number-area .syain__txt .cat {
    font-size: 3vw;
  }
}
.number-area .syain__txt .font-num {
  font-size: clamp(40px, 4.0322580645vw, 70px);
}
@media (max-width: 992px) {
  .number-area .syain__txt .font-num {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .number-area .syain__txt .font-num {
    font-size: 15vw;
  }
}
.number-area .syain__txt .small {
  font-size: clamp(14px, 1.4112903226vw, 20px);
  margin: 0 5px;
}
@media (max-width: 992px) {
  .number-area .syain__txt .small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .number-area .syain__txt .small {
    font-size: 5vw;
  }
}
.number-area .syain__txt2 .cat {
  font-size: clamp(10px, 1.0080645161vw, 14px);
}
@media (max-width: 767px) {
  .number-area .syain__txt2 .cat {
    font-size: 3vw;
  }
}
.number-area .syain__txt2 .font-num {
  font-size: clamp(30px, 3.0241935484vw, 50px);
}
@media (max-width: 992px) {
  .number-area .syain__txt2 .font-num {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .number-area .syain__txt2 .font-num {
    font-size: 10vw;
  }
}
.number-area .syain__txt2 .small {
  font-size: clamp(12px, 1.2096774194vw, 16px);
}
@media (max-width: 992px) {
  .number-area .syain__txt2 .small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .number-area .syain__txt2 .small {
    font-size: 3vw;
  }
}
.number-area .syain__img {
  max-width: 400px;
  margin: 30px auto 20px;
}
.number-area .danjo__img {
  padding: 10px;
  max-width: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 100%;
  margin: 0 auto;
}
.number-area .bunri__img {
  padding: 10px;
  max-width: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 100%;
  margin: 0 auto;
}
.number-area .syokusyu__img {
  padding: 10px;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 100%;
  margin: 0 auto;
}
.number-area .age__img {
  padding: 10px;
  max-width: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 100%;
  margin: 0 auto;
}
.number-area .kinzoku .number-area__body {
  display: flex;
  flex-direction: column;
}
.number-area .kinzoku__img {
  padding: 30px 0 10px;
  max-width: 160px;
  margin: 0 auto;
}
.number-area .kinzoku__txt {
  margin-top: auto;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.number-area .kinzoku__txt .font-num {
  font-size: 80px;
}
.number-area .kinzoku__txt .small {
  font-size: 20px;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .number-area .kinzoku__txt .small {
    font-size: 5vw;
  }
}
.number-area .kinzoku__txt .deco {
  position: absolute;
  left: 65%;
  top: -10%;
  width: 12%;
}
.number-area .time .number-area__body {
  display: flex;
  flex-direction: column;
}
.number-area .time__img {
  padding: 20px 0 10px;
  max-width: 150px;
  margin: 0 auto;
}
.number-area .time__txt {
  margin-top: auto;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.number-area .time__txt .font-num {
  font-size: 80px;
}
.number-area .time__txt .small {
  font-size: 20px;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .number-area .time__txt .small {
    font-size: 5vw;
  }
}
.number-area .tensyoku__img {
  padding: 10px;
  max-width: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 100%;
  margin: 0 auto;
}
.number-area .yukyu__img {
  max-width: 500px;
  padding: 0 10px;
  margin: 10% auto 0;
}
.number-area .yukyu__txt {
  margin-top: auto;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.number-area .yukyu__txt .font-num {
  font-size: 80px;
}
.number-area .yukyu__txt .small {
  font-size: 20px;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .number-area .yukyu__txt .small {
    font-size: 5vw;
  }
}
.number-area .ikukyu__inner {
  padding: 30px clamp(10px, 1.3037809648vw, 30px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(10px, 1.3037809648vw, 60px);
}
.number-area .ikukyu__txt {
  margin-top: auto;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.number-area .ikukyu__txt .font-num {
  font-size: 80px;
}
.number-area .ikukyu__txt .small {
  font-size: 20px;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .number-area .ikukyu__txt .small {
    font-size: 5vw;
  }
}

/*------------------
  benefits
------------------*/
.benefits-img {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 767px) {
  .benefits-img {
    grid-template-columns: repeat(2, 1fr);
  }
}
.benefits-img__txt {
  background: #D71522;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: clamp(8px, 1.0430247718vw, 12px);
}
@media (max-width: 767px) {
  .benefits-img__txt {
    font-size: 2vw;
  }
}
.benefits-table table {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .benefits-table table {
    width: 800px;
  }
}
.benefits-table table th {
  background: #666;
  color: #fff;
  padding: 20px 10px;
  text-align: center;
  font-weight: normal;
  border: solid 1px #fff;
  vertical-align: middle;
  line-height: 1.6;
}
.benefits-table table td {
  line-height: 1.6;
  padding: 20px;
  border: solid 1px #ccc;
  vertical-align: middle;
}
.benefits-table1 td {
  width: 70%;
}
.benefits-table2 th:nth-of-type(n+2) {
  width: 18%;
}
.benefits-table2 td {
  text-align: center;
}

/*------------------
  recruit bosyu
------------------*/
.recruit-bosyu__tab ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.recruit-bosyu__tab ul li {
  text-align: center;
  background: #D6D6D6;
  color: #fff;
  padding: clamp(15px, 1.9556714472vw, 30px) 10px;
  font-size: clamp(10px, 1.3037809648vw, 18px);
  position: relative;
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit-bosyu__tab ul li::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 5%;
  background: #ccc;
  height: 100%;
}
.recruit-bosyu__tab ul li:hover, .recruit-bosyu__tab ul li.active {
  background: #D71522;
}
.recruit-bosyu__tab ul li:hover::after, .recruit-bosyu__tab ul li.active::after {
  background: #000;
}
.recruit-bosyu__content {
  background: #f0f0f0;
  border: solid 1px #ccc;
  padding: clamp(20px, 2.6075619296vw, 50px);
}
.recruit-bosyu__table table {
  width: 100%;
  border: solid 1px #ccc;
}
.recruit-bosyu__table table th {
  padding: 20px;
  line-height: 1.6;
}
.recruit-bosyu__table table td {
  line-height: 1.6;
  padding: 20px;
  background: #fff;
  border: solid 1px #ccc;
}
.recruit-bosyu__table table td .mynavi {
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .recruit-bosyu__table table td .mynavi:hover {
    opacity: 0.5;
  }
}
.recruit-bosyu__table table td .mynavi img {
  width: 200px;
}
.recruit-bosyu__table1 table th {
  background: #666;
  color: #fff;
  width: 20%;
  border: solid 1px #fff;
}
@media (max-width: 767px) {
  .recruit-bosyu__table1 table th {
    border: none;
    display: block;
    width: 100%;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .recruit-bosyu__table1 table td {
    display: block;
    width: 100%;
    border: none;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .recruit-bosyu__table2 table {
    width: 800px;
  }
}
.recruit-bosyu__table2 table th {
  border: solid 1px #ccc;
  width: 20%;
  text-align: center;
}
.recruit-bosyu__table2 table td {
  text-align: center;
}

/*------------------
  recruit flow
------------------*/
.recruit-flow__inner {
  position: relative;
}
.recruit-flow__inner::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 85%;
  left: 70px;
  top: 10%;
  background: #D71522;
}
@media (max-width: 992px) {
  .recruit-flow__inner::after {
    left: 50px;
  }
}
@media (max-width: 767px) {
  .recruit-flow__inner::after {
    left: 30px;
  }
}
.recruit-flow__box {
  position: relative;
  z-index: 1;
  background: #F0F0F0;
  padding: 10px 30px 10px 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .recruit-flow__box {
    padding: 10px 30px 10px 10px;
  }
}
.recruit-flow__box {
  margin-top: 3em;
}
@media (max-width: 767px) {
  .recruit-flow__box {
    margin-top: 2em;
  }
}
.recruit-flow__num {
  color: #D71522;
  font-weight: 600;
  flex-basis: 1.5em;
  font-size: 60px;
  text-align: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .recruit-flow__num {
    font-size: 30px;
  }
}
.recruit-flow__txt {
  flex-grow: 1;
  font-size: 20px;
  padding-left: 10%;
}
@media (max-width: 992px) {
  .recruit-flow__txt {
    padding-left: 30px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .recruit-flow__txt {
    font-size: 14px;
    padding-left: 10px;
  }
}
.recruit-flow__img {
  flex-basis: 60px;
  flex-shrink: 1;
  margin-left: auto;
}
@media (max-width: 767px) {
  .recruit-flow__img {
    flex-basis: 30px;
  }
}

/* =================================================== *

  interview

* =================================================== */
/*------------------
  interview
------------------*/
/* =================================================== *

  contact

* =================================================== */
/*------------------
  contact main
------------------*/
@media (max-width: 767px) {
  .contact-main {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-main > div {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .contact-main > div {
    display: block;
  }
}
.contact-main > div + div {
  margin-top: 3em;
}
.contact-main .p-btn2 {
  display: block;
  padding: 1em 10px;
  font-size: 120%;
  flex-basis: 30%;
  flex-shrink: 0;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .contact-main .p-btn2 {
    flex-basis: 50%;
    font-size: 100%;
  }
}
@media (max-width: 767px) {
  .contact-main .p-btn2 {
    margin-bottom: 10px;
  }
}
.contact-main p {
  line-height: 1.4;
}

/*------------------
  contact head
------------------*/
.contact-head {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .contact-head {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.contact-head > div {
  margin-top: 0;
  background: #e4e4e4;
  border-radius: 15px;
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 1280px) {
  .contact-head > div {
    font-size: 14px;
    min-height: auto;
    padding: 30px 5px;
  }
}
@media (max-width: 1280px) and (max-width: 767px) {
  .contact-head > div {
    padding: 10px 10px 10px 20px;
    justify-content: flex-start;
  }
}
.contact-head > div span {
  font-size: 24px;
  margin-right: 10px;
}
@media (max-width: 1280px) {
  .contact-head > div span {
    font-size: 18px;
    margin-right: 2%;
  }
}

/*------------------
  contact body
------------------*/
.contact-body_txt a {
  color: #D71522;
}

.contact__choice__radio {
  font-size: 120%;
}
.contact__choice__radio span {
  display: block;
}
.contact__choice__radio span + span {
  margin-top: 0.5em;
}
.contact__table {
  padding-top: 50px;
}
.contact__table table {
  margin: 10px 0;
}
.contact__table table th {
  vertical-align: middle;
  font-weight: 600;
}
.contact__table table th span {
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
  padding: 2px 10px 3px;
}
.contact__table table th span.nin {
  background: #ccc;
}
.contact__table table th span.hissu {
  background: #D71522;
}
.contact__smallinput input[type=text] {
  width: 20%;
}
@media (max-width: 767px) {
  .contact__smallinput input[type=text] {
    width: 50%;
  }
}
.contact__add input[type=tel] {
  box-sizing: content-box;
  background: #F5F5F5;
  border: solid 1px #ccc;
  padding: 10px;
  width: 15%;
}
@media (max-width: 767px) {
  .contact__add input[type=tel] {
    width: calc(100% - 20px);
  }
}
@media (max-width: 767px) {
  .contact__add #zip {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .contact__add #zip2 {
    width: 30%;
  }
}
.contact__add #pref,
.contact__add #city {
  width: 20%;
}
@media (max-width: 767px) {
  .contact__add #pref,
  .contact__add #city {
    width: calc(100% - 20px);
  }
}
.contact__birth {
  display: flex;
  gap: 20px;
}
@media (max-width: 320px) {
  .contact__birth {
    gap: 7px;
    font-size: 80%;
  }
}
@media (max-width: 767px) {
  .contact__birth select {
    width: calc(2em + 10px);
  }
}
.contact__birth p + p {
  margin-top: 0;
}
.contact__policy {
  margin: 50px 0;
  background: #F6F6F6;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .contact__policy {
    padding: 20px 10px;
  }
}
.contact__policy a {
  display: block;
  color: #D71522;
  text-decoration: underline;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .contact__policy a {
    flex-basis: 100%;
  }
}
.contact__policy input[type=checkbox] + span {
  display: flex;
  align-items: center;
}
.contact__policy input[type=checkbox] + span:before {
  font-size: 150%;
  position: absolute;
  left: -8.5em;
}
@media (max-width: 767px) {
  .contact__policy input[type=checkbox] + span:before {
    left: -3em;
    top: -1.2em;
  }
}
.contact__policy .error {
  width: 100%;
  margin: 10px 0;
}
.contact__btn {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .contact__btn {
    display: block;
    margin-top: 30px;
  }
}
.contact__thanks {
  text-align: center;
}
.contact__thanks a {
  color: #23B5BB;
  text-decoration: underline;
}

.mw_wp_form_preview .contact__policy,
.mw_wp_form_preview .preview-no,
.mw_wp_form_preview .nin,
.mw_wp_form_preview .hissu {
  display: none;
}

.mw_wp_form_input .input-no {
  display: none;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

input[type=text],
input[type=email],
textarea {
  box-sizing: content-box;
  width: calc(100% - 20px);
  background: #F5F5F5;
  border: solid 1px #ccc;
  padding: 10px;
}
input[type=text]:nth-child(n+2),
input[type=email]:nth-child(n+2),
textarea:nth-child(n+2) {
  margin-top: 15px;
}

select {
  box-sizing: content-box;
  background: #fff;
  border: solid 1px #ccc;
  text-align: left;
  padding: 10px;
  line-height: 2;
  width: auto;
  margin-left: auto;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
@media (max-width: 767px) {
  select {
    width: 94%;
  }
}

input[type=text]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: #797979;
}

@media (max-width: 767px) {
  .mwform-tel-field input[type=text] {
    width: 20% !important;
  }
}
@media (max-width: 320px) {
  .mwform-tel-field input[type=text] {
    width: 18% !important;
  }
}
.mwform-tel-field input[type=text]:nth-child(n+2) {
  margin-top: 0;
}

.check_btn {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
}
.check_btn .error {
  width: 100%;
}

input[type=checkbox] {
  appearance: none;
  display: none;
}
input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
input[type=checkbox] + span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 400;
  color: #333;
}
input[type=checkbox]:checked + span:before {
  content: "\f14a";
  font-weight: 400;
  color: #D71522;
}

input[type=radio] {
  appearance: none;
  display: none;
}
input[type=radio] + span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
input[type=radio] + span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 400;
  color: #333;
}
input[type=radio]:checked + span:before {
  content: "\f192";
  font-weight: 400;
  color: #D71522;
}

/* -----------------------
MW WP Form
----------------------- */
.mw_wp_form_input .contact-head > div:first-child {
  background: #D71522;
  color: #fff;
}

.mw_wp_form_confirm .contact-head > div:nth-child(2) {
  background: #D71522;
  color: #fff;
}
.mw_wp_form_confirm .contact-body_txt {
  display: none;
}
.mw_wp_form_confirm .contact-body_siryo {
  display: none;
}
.mw_wp_form_confirm .hissu {
  display: none !important;
}

.mw_wp_form_complete .contact-head > div:last-child {
  background: #D71522;
  color: #fff;
}

input[type=submit] {
  background: #000;
  color: #fff;
}

.thanks {
  margin-top: 30px;
}

#autozip {
  display: none !important;
}

/*------------------
  contact compliance
------------------*/
.contact-compliance {
  margin-bottom: 50px;
}
.contact-compliance article {
  padding-top: 10px;
  border-top: solid 1px #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.contact-compliance__ttl {
  font-size: 24px;
  margin-bottom: 10px;
}
.contact-compliance ol li + li {
  margin-top: 0.5em;
}