@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;400;700&display=swap");
html {
  font-size: 62.5% !important;
}

body {
  width: 100%;
  margin: 0 auto;
  font: 1rem/1.6 "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333333;
  font-size: 16px;
  letter-spacing: 0.08em;
  word-break: break-all;
  background-color: #FFF;
  position: relative;
  overflow: hidden;
}
body.fixed {
  width: 100%;
  position: fixed;
  overflow: hidden;
  top: 0;
}
body.fixed::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.site-container {
  position: relative;
}

.section-wrap {
  width: 100%;
  padding: 80px 32px;
  position: relative;
}
.section-wrap.pt-lg {
  padding-top: 120px;
}
.section-wrap.pd-off {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section-wrap.pd_top-off {
  padding-top: 0 !important;
}
.section-wrap.pd_btm-off {
  padding-bottom: 0 !important;
}
.section-wrap.full .content {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.section-wrap.border-btm::after {
  content: "";
  width: 1128px;
  max-width: 100%;
  margin: 80px auto 0;
  display: block;
  border: none;
  border-bottom: 1px solid #E2E2E2;
}
.section-wrap:first-of-type.bg-gray {
  margin-top: 80px;
}

.sp-separator {
  display: none;
}

.content {
  width: 1128px;
  max-width: 100%;
  margin: 0 auto;
}
.content.pd-tb {
  padding-top: 75px;
  padding-bottom: 75px;
}

.section-column {
  width: 1192px;
  max-width: 100%;
  margin: 0 auto;
  padding-right: 32px;
  padding-left: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section-column .section-wrap {
  padding-right: 0;
  padding-left: 0;
}
.section-column.col2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-column.col2 .section-wrap {
  width: 45%;
}

.content-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.w-sm {
  width: 936px;
  margin-right: auto;
  margin-left: auto;
}

.pd-x_none {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.pd-y_none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pd-b_none {
  padding-bottom: 0 !important;
}

.text-area p {
  line-height: 1.9285;
}

.pannel-round {
  border-radius: 12px;
}

.bg-gray {
  background-color: #F5F5F5;
}

a {
  color: #031229;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
a.imgLink {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
a:hover {
  cursor: pointer;
}

.link-underline {
  text-decoration: underline;
}
.link-block {
  display: block;
}
.link-color {
  color: #2175cb;
}

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

figure {
  margin: 0;
}

svg {
  vertical-align: bottom;
}

.youtubeWrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.youtubeWrap iframe {
  width: 100%;
  height: 100%;
}

p {
  line-height: 2;
  letter-spacing: 0.04em;
}
p:not(:last-child) {
  margin-bottom: 1.5em;
}

.slick-dots {
  margin-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 4px;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0);
  position: relative;
  -webkit-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.slick-dots li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slick-dots li.slick-active {
  border-color: #333;
}
.slick-dots li:hover {
  cursor: pointer;
}
.slick-dots li > button {
  display: none;
}

.pcOnly {
  display: inherit;
}
@media screen and (max-width: 599px) {
  .pcOnly {
    display: none;
  }
}

.tabOnly {
  display: none;
}
@media screen and (max-width: 834px) {
  .tabOnly {
    display: inherit;
  }
}

.spOnly {
  display: none;
}
@media screen and (max-width: 599px) {
  .spOnly {
    display: inherit;
  }
}

.headline-01 {
  margin-bottom: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.headline-01::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 12px;
  border-radius: 50%;
  background-color: #E30A20;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.headline-01 .title {
  font-family: "Heebo", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.headline-01 .caption {
  margin-left: 12px;
  font-size: 14px;
}
.headline-01 .caption::before {
  content: "/";
  margin-right: 4px;
}
.headline-01.light {
  color: #FFF;
}
.headline-02 {
  margin-bottom: 38px;
  font-size: 24px;
  line-height: 1.6666666667;
}
.headline-02::before {
  content: "";
  width: 32px;
  height: 4px;
  margin-bottom: 22px;
  display: block;
  background-color: #E30A20;
}
.headline-jp {
  margin-bottom: 1.3em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
}
.headline-jp.ex-large {
  font-size: 40px;
}
.headline-jp.large {
  font-size: 32px;
}
.headline-jp.small {
  font-size: 20px;
}
.headline-jp.ex-small {
  font-size: 16px;
}
.headline-jp.mb-x2 {
  margin-bottom: 1.95em;
}
.headline-jp.mb-x05 {
  margin-bottom: 0.65em;
}

.link-text {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 52px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.link-text::after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #E30A20;
  background-image: url(./images/common/arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 8px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.link-text.large {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 72px;
  font-size: 20px;
}
.link-text.large::after {
  content: "";
  width: 56px;
  height: 56px;
  background-size: 14px 12px;
}
.link-text.large:hover::after {
  width: 68px;
  height: 68px;
  top: -6px;
  right: -6px;
}
.link-text.small {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 36px;
  font-size: 14px;
}
.link-text.small::after {
  content: "";
  width: 28px;
  height: 28px;
}
.link-text.small:hover::after {
  width: 34px;
  height: 34px;
  top: -3px;
  right: -3px;
}
.link-text.small.external {
  padding-right: 24px;
}
.link-text.small.external::after {
  background-color: transparent;
  background-image: url(./images/common/icon_external_red.svg);
  background-size: 16px 12px;
}
.link-text.light {
  color: #FFF;
  border-bottom-color: #FFF;
}
.link-text.light::after {
  background-color: #FFF;
  background-image: url(./images/common/arrow_right_red.svg);
}
.link-text:hover::after {
  width: 48px;
  height: 48px;
  top: -4px;
  right: -4px;
}
.link-text.external::after {
  background-image: url(./images/common/icon_external_wh.svg);
  background-size: 14px 10px;
}
.link-text.back {
  padding-right: 0;
  padding-left: 52px;
}
.link-text.back::after {
  right: auto;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.link-text.back:hover::after {
  right: auto;
  left: -4px;
}
.link-text.upper::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.link-line {
  padding-top: 7px;
  padding-bottom: 12px;
  padding-right: 44px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  border-bottom: 1px solid #333333;
  display: inline-block;
  position: relative;
}
.link-line::after {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #E30A20;
  background-image: url(./images/common/arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 8px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.link-line.large {
  padding-top: 4px;
  font-size: 20px;
}
.link-line.small {
  padding-right: 24px;
  padding-bottom: 7px;
  font-size: 14px;
}
.link-line.small::after {
  background-color: transparent;
  background-image: url(./images/common/arrow_right_red.svg);
}
.link-line.small.external::after {
  background-image: url(./images/common/icon_external_red.svg);
  background-size: 16px 12px;
}
.link-line.light {
  color: #FFF;
  border-bottom-color: #FFF;
}
.link-line.light::after {
  background-image: url(./images/common/arrow_right_wh.svg);
}
.link-line:hover::after {
  width: 34px;
  height: 34px;
  top: -3px;
  right: -3px;
}
.link-line.external::after {
  background-image: url(./images/common/icon_external_wh.svg);
  background-size: 14px 10px;
}
.link-button {
  width: 264px;
  max-width: 100%;
  height: 48px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 24px;
  background-color: #E30A20;
  border: 2px solid #E30A20;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.link-button:hover {
  background-color: #FFF;
  color: #E30A20;
}
.link-button.large {
  width: 360px;
  height: 64px;
  padding-right: 28px;
  padding-left: 28px;
  border-radius: 32px;
  font-size: 16px;
}
.link-button.small {
  width: 168px;
  height: 32px;
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 16px;
  font-size: 12px;
}
.link-button.ex-small {
  width: 72px;
  height: 24px;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 12px;
  font-size: 10px;
}
.link-button.flexible {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.link-button.flexible.external {
  padding-right: 54px;
}
.link-button.flexible.external.center {
  padding-left: 54px;
}
.link-button.external {
  position: relative;
}
.link-button.external::after {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #E30A20;
  background-image: url(./images/common/icon_external_wh.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.link-button.gray {
  background-color: #E2E2E2;
  border-color: #E2E2E2;
  color: #333333;
}
.link-button.gray:hover {
  background-color: #FFF;
}
.link-external {
  background-image: url(./images/common/icon_external_red.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px 12px;
}
.link-red {
  color: #E30A20;
}

p + .link-text {
  margin-top: 16px;
}

.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.btn-center {
  margin-right: auto;
  margin-left: auto;
}
.btn-01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  max-width: 100%;
  margin-top: 45px;
  height: 54px;
  padding: 0 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  border-radius: 27px;
  background-color: #031229;
}
.btn-01.arrowRight::after {
  content: "";
  width: 12px;
  height: 6px;
  margin-left: 14px;
  display: inline-block;
  background: url(./images/arrow_right.svg) no-repeat center/contain;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.btn-01.clrLight {
  color: #031229;
  background-color: #FFF;
}
.btn-01.clrLight.arrowRight::after {
  background-image: url(./images/arrow_right_nv.svg);
}
.btn-more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 24px auto 0;
  padding: 15px 38px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #222;
  text-align: center;
  line-height: 1;
  border: 1px solid #000;
  border-radius: 24px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.338%22%20height%3D%2211.327%22%3E%3Cpath%20fill%3D%22%23251e1c%22%20d%3D%22M5.675%2011.327A.776.776%200%200%201%205.126%2010L8.69%206.439H.776a.776.776%200%201%201%200-1.551H8.69L5.126%201.324a.778.778%200%200%201%201.1-1.1l4.888%204.888a.776.776%200%200%201%200%201.1L6.223%2011.1a.771.771%200%200%201-.548.227%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px;
}
.btn-submit {
  margin-top: 90px;
  padding-top: 26px;
  padding-bottom: 26px;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
}
.text-caution {
  color: #E30A20;
}
.text-bold {
  font-weight: bold;
}
.text-lead {
  font-size: 24px;
}
.text-large {
  font-size: 16px;
}
.text-mid {
  font-size: 14px;
}
.text-small {
  font-size: 12px;
}

.wf01 {
  font-family: "Heebo", sans-serif;
}

.img-round {
  border-radius: 12px;
  overflow: hidden;
}
.img-round img {
  width: 100%;
}
.img-fit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.visual-through-right {
  margin-right: calc(50% - 50vw);
  border-radius: 12px 0 0 12px;
  overflow: hidden;
}
.visual-through-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.visual-through-right + .process-lead-text {
  margin-top: 80px;
}
.visual-lead {
  margin-top: 80px;
}

ul {
  list-style-type: none;
}
ul.dot {
  list-style-type: none;
}
ul.dot li {
  text-indent: -1.1em;
  margin-left: 1.1em;
}
ul.dot li:before {
  content: "・";
}
ul.dot li:not(:last-child) {
  margin-bottom: 0.3em;
}
ul.note {
  list-style-type: none;
}
ul.note li {
  text-indent: -1.1em;
  margin-left: 1.1em;
}
ul.note li:before {
  content: "※";
  font-family: cursive;
}
ul.note li:not(:last-child) {
  margin-bottom: 0.3em;
}

.ol-type01 {
  counter-reset: number 0;
}
.ol-type01 li {
  padding-left: 3em;
  text-indent: -3em;
  list-style: none;
}
.ol-type01 li::before {
  counter-increment: number 1;
  content: "（" counter(number) "）";
}
.ol-type01 li:not(:last-child) {
  margin-bottom: 8px;
}
.ol-type02 {
  counter-reset: number 0;
}
.ol-type02 li {
  padding-left: 1em;
  text-indent: -1em;
  list-style: none;
}
.ol-type02 li::before {
  counter-increment: number 1;
  content: counter(number) ".";
}
.ol-type02 li:not(:last-child) {
  margin-bottom: 1em;
}

.ul-type01 li {
  padding-left: 16px;
  text-indent: -16px;
  list-style: none;
}
.ul-type01 li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #E30A20;
  display: inline-block;
  position: relative;
  top: -2px;
}
.ul-type01 li:not(:last-child) {
  margin-bottom: 8px;
}
.ul-type02 li {
  padding-left: 1em;
  text-indent: -1em;
  list-style: none;
}
.ul-type02 li::before {
  content: "・";
}
.ul-type02 li:not(:last-child) {
  margin-bottom: 0.6em;
}

.l-table.col2 .t-row {
  padding: 23px 0;
  border-bottom: 1px solid #E2E2E2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-table.col2 .t-row:not(:last-child) {
  margin-bottom: 0;
}
.l-table.col2 .t-row:first-of-type {
  border-top: 1px solid #E2E2E2;
}
.l-table.col2 .t-row dt {
  min-width: 200px;
  margin-bottom: 0;
  font-weight: bold;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.caution-block {
  margin-top: 64px;
  padding: 32px;
  border: 2px solid #E30A20;
  color: #E30A20;
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.caution-block::before {
  content: "";
  width: 48px;
  height: 48px;
  margin-right: 32px;
  display: block;
  background: url(./images/common/icon_alert.svg) no-repeat center/cover;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.caution-block p:last-of-type {
  margin-bottom: 0;
}
.caution-block .image {
  margin-top: -16px;
  margin-bottom: -16px;
  margin-right: -16px;
  margin-left: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.caution-block .image > span:not(:last-child) {
  margin-right: 8px;
}
.caution-block .image img {
  border-radius: 12px;
}

dl.note dt {
  position: relative;
}
dl.note dt span {
  position: absolute;
}
dl.note dd {
  padding-left: 1em;
}

.pager-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager-number .page-numbers {
  width: 40px;
  height: 40px;
  margin: 0 4px;
  background-color: #F5F5F5;
  border-radius: 50%;
  font-family: "Heebo", sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager-number .page-numbers.current {
  background-color: #E30A20;
  color: #FFF;
}
.pager-number .prev, .pager-number .next {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 8px;
  background-image: url(./images/common/arrow_right_red.svg);
}
.pager-number .prev:hover, .pager-number .next:hover {
  background-color: #F5F5F5;
}
.pager-number .prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.l-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.l-column.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.l-column.reverse .fixed-width {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-column.col-half {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-column.col-half .col-inner {
  width: 50%;
}
.l-column.col-half .pd-left {
  padding-left: 100px;
}
.l-column.col2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-column.col2:last-child {
  margin-bottom: -50px;
}
.l-column.col2 .col-inner {
  width: 46.875%;
  margin-bottom: 50px;
}
.l-column.col2.w-lg .col-inner {
  width: 552px;
  max-width: 49%;
}
.l-column.col3 {
  margin-bottom: -3.125%;
}
.l-column.col3 .col-inner {
  width: 31.25%;
  margin: 0 3.125% 3.125% 0;
}
.l-column.col3 .col-inner:nth-child(3n) {
  margin-right: 0;
}
.l-column.col3 .col-inner:last-child {
  margin-right: 0;
}
.l-column.col4 {
  margin-bottom: -2%;
}
.l-column.col4 .col-inner {
  width: 23.5%;
  margin: 0 2% 2% 0;
}
.l-column.col4 .col-inner:nth-child(4n) {
  margin-right: 0;
}
.l-column.vCenter {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-column.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-column .fixed-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-column .fixed-width img {
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.column-overflow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.column-overflow.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.column-overflow.right {
  margin-right: calc(50% - 50vw);
}
.column-overflow.right .image-area {
  border-radius: 12px 0 0 12px;
  overflow: hidden;
}
.column-overflow.left {
  margin-left: calc(50% - 50vw);
}
.column-overflow.left .image-area {
  border-radius: 0 12px 12px 0;
  overflow: hidden;
}
.column-overflow.v-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.column-overflow .text-area {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.card .c-image {
  margin-bottom: 16px;
  position: relative;
}
.card .c-image figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  font-family: "Barlow", sans-serif;
  font-size: 10px;
  color: #FFF;
}
.card .c-title {
  margin-bottom: 12px;
  padding-right: 50px;
  font-size: 24px;
  position: relative;
}
.card .c-title::after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #000;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.338%22%20height%3D%2211.327%22%3E%3Cpath%20fill%3D%22%23251e1c%22%20d%3D%22M5.675%2011.327A.776.776%200%200%201%205.126%2010L8.69%206.439H.776a.776.776%200%201%201%200-1.551H8.69L5.126%201.324a.778.778%200%200%201%201.1-1.1l4.888%204.888a.776.776%200%200%201%200%201.1L6.223%2011.1a.771.771%200%200%201-.548.227%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  position: absolute;
  top: -2px;
  right: 0;
}
.card .c-title2 {
  font-size: 16px;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.card .c-title3 {
  font-size: 20px;
  line-height: 1.7;
}
.card .c-date {
  margin-top: 10px;
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  color: #444444;
}
.card .c-price {
  margin-top: 5px;
  font-size: 14px;
}
.card .c-price span {
  margin-right: 5px;
  font-size: 18px;
  font-weight: bold;
}
.card p {
  font-size: 14px;
  text-align: justify;
}

.content-type01 {
  counter-reset: number 0;
}
.content-type01 .headline-02 {
  margin-top: 72px;
}
.content-type01 .headline-02 span::before {
  content: counter(number) ".";
  counter-increment: number 1;
}

.switch-navi {
  margin-top: 80px;
  padding: 20px 0;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}
.switch-navi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.switch-navi li {
  width: 100%;
  min-height: 160px;
}
.switch-navi li:not(:last-child) {
  margin-right: 24px;
}
.switch-navi a {
  width: 100%;
  height: 100%;
  padding: 26px 13%;
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.switch-navi dl {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
.switch-navi dt {
  font-size: 24px;
  font-weight: 700;
}
.switch-navi dd {
  margin-top: 8px;
}
.switch-navi .is-current {
  background-color: #E30A20;
  color: #FFF;
}

.tab-contents {
  display: none;
}
.tab-contents.is-show {
  display: block;
}

.page-navi-link {
  border: none;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.page-navi-link a {
  border: 1px solid #E2E2E2;
}
.page-navi-link dt {
  color: #E30A20;
}

.site-header {
  width: 100%;
  padding: 32px 32px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.site-header a {
  color: #222222;
}
.site-header.is-show .header-inner {
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
.site-header.is-open .header-inner {
  border-radius: 12px 12px 0 0;
}

.header-inner {
  width: 100%;
  height: 88px;
  margin: 0 auto;
  padding: 0 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFFFFF;
  border-radius: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header-title {
  line-height: 0;
}
.header-title a {
  display: block;
}

.header-navi {
  margin-left: auto;
  font-size: 14px;
  font-weight: bold;
}
.header-navi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-navi li:not(:first-child) {
  margin-left: 2em;
}

.lang-navi {
  margin-left: 32px;
  margin-right: 32px;
  padding-left: 32px;
  padding-right: 32px;
  border-left: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
}
.lang-navi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.lang-navi a {
  width: 40px;
  height: 24px;
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Heebo", sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #E2E2E2;
}
.lang-navi .is-current a {
  background-color: #E30A20;
  color: #FFF;
  pointer-events: none;
}
.lang-navi:not(.is-current) a:hover {
  background-color: #E2E2E2;
  color: #FFF;
}

.hamburger-menu > div {
  width: 32px;
  height: 22px;
  cursor: pointer;
  position: relative;
}
.hamburger-menu span {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  background: #E30A20;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.hamburger-menu span:nth-child(1) {
  top: 0;
}
.hamburger-menu span:nth-child(2) {
  top: 10px;
}
.hamburger-menu span:nth-child(3) {
  top: 20px;
}
.hamburger-menu.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.hamburger-menu.open span:nth-child(2) {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.hamburger-menu.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-315deg);
          transform: rotate(-315deg);
}

.hamburger-navi {
  display: none;
  width: 100%;
  max-height: calc(100vh - 152px);
  padding: 32px 32px;
  background-color: #FFF;
  border-top: 1px solid #E2E2E2;
  border-radius: 0 0 12px 12px;
  overflow-y: auto;
}
.hamburger-navi .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hamburger-navi .visual-block {
  width: 34%;
  border-radius: 8px;
  background-color: #EEE;
}
.hamburger-navi .navi-block {
  width: 62%;
}
.hamburger-navi .contents-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.hamburger-navi .navi-box {
  width: 32%;
}
.hamburger-navi .tgl-btn {
  display: none;
}
.hamburger-navi .navi01 .navi-box {
  margin-bottom: 64px;
  font-weight: 700;
}
.hamburger-navi .navi01 .navi-box dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.hamburger-navi .navi01 .navi-box dt::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #E30A20;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.hamburger-navi .navi01 .navi-box dd {
  margin-top: 16px;
  padding-left: 20px;
  font-size: 12px;
}
.hamburger-navi .navi01 .navi-box dd li:not(:last-child) {
  margin-bottom: 1em;
}
.hamburger-navi .navi02 {
  padding-top: 40px;
  border-top: 1px solid #E2E2E2;
}
.hamburger-navi .sub-navi {
  font-size: 12px;
}
.hamburger-navi .sub-navi li:not(:last-child) {
  margin-bottom: 0.5em;
}
.hamburger-navi .company-info {
  text-align: right;
}
.hamburger-navi .company-info dt {
  margin-bottom: 1em;
}
.hamburger-navi .company-info dd {
  font-size: 12px;
}

.cv-link {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cv-link li {
  width: 50%;
}
.cv-link li:not(:last-child) {
  border-right: 1px solid #FFF;
}
.cv-link li:first-child a {
  border-radius: 12px 0 0 12px;
}
.cv-link li:last-child a {
  border-radius: 0 12px 12px 0;
}
.cv-link a {
  width: 100%;
  height: 236px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E30A20;
  color: #FFF;
}
.cv-link a:hover dl::after {
  width: 68px;
  height: 68px;
  right: -6px;
}
.cv-link dl {
  width: 78%;
  margin: 0 auto;
  position: relative;
}
.cv-link dl::after {
  content: "";
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #FFF;
  background-image: url(./images/common/arrow_right_red.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 12px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cv-link .headline-01 {
  margin-bottom: 18px;
}
.cv-link .headline-01::before {
  background-color: #FFF;
}
.cv-link dd {
  font-size: 12px;
}

.banner-list a {
  display: block;
}
.banner-list img {
  width: 100%;
}

@media (min-width: 834px) {
  .banner-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.site-footer {
  padding: 80px 64px;
  background-color: #F5F5F5;
  position: relative;
}

.footer-inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-inner.area02 {
  margin-top: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-title {
  margin-bottom: 60px;
  line-height: 0;
}
.footer-title a {
  display: block;
}

.page-top {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  top: 72px;
  right: 64px;
}
.page-top::after {
  content: "";
  width: 40px;
  height: 40px;
  margin-left: 12px;
  border-radius: 50%;
  background-color: #E30A20;
  background-image: url(./images/common/arrow_top_wh.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 10px;
}

.sns-list {
  font-family: "Heebo", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.sns-list li:not(:last-child) {
  margin-bottom: 24px;
}
.sns-list a {
  padding: 5px 0 5px 40px;
  display: inline-block;
  line-height: 1;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
.sns-list .youtube {
  background-image: url(./images/common/icon_youtube.svg);
}
.sns-list .instagram {
  background-image: url(./images/common/icon_instagram.svg);
}
.sns-list .twitter {
  background-image: url(./images/common/icon_twitter.svg);
}

.footer-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-navi .navi-list {
  font-size: 12px;
  letter-spacing: 0.04em;
}
.footer-navi .navi-list:not(:last-child) {
  margin-right: 32px;
}
.footer-navi .navi-list dt {
  margin-bottom: 18px;
  font-weight: bold;
}
.footer-navi li:not(:last-child) {
  margin-bottom: 6px;
}
.footer-navi .tgl-btn {
  display: none;
}

.footer-sub-navi {
  font-size: 12px;
  letter-spacing: 0.04em;
}
.footer-sub-navi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-sub-navi li:not(:first-child) {
  margin-left: 2em;
}

.copyright {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}

*:focus {
  outline: none;
}

input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #F5F5F5 inset;
}

textarea {
  vertical-align: bottom;
}
textarea::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
textarea:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #F5F5F5 inset;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(./images/common/arrow_select.svg);
  background-repeat: no-repeat;
  background-position: right 34px center;
  background-size: 8px;
}
select::-ms-expand {
  display: none;
}
select.form-control {
  padding-right: 64px;
}

.radio-wrap.horizon {
  margin-bottom: -20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.radio-wrap.horizon > * {
  margin-right: 32px;
  margin-bottom: 20px;
}
.radio-wrap.horizon > *:last-child {
  margin-right: 0;
}
.radio-wrap.vertical > *:not(:last-child) {
  margin-bottom: 1em;
}

.radio {
  position: absolute;
  opacity: 0;
}
.radio + span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.radio + span:before {
  content: "";
  border-radius: 4px;
  border: 1px solid #E2E2E2;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: 0;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.radio:checked + span:before {
  background-color: #FFF;
  -webkit-box-shadow: inset 0 0 0 7px #E30A20;
          box-shadow: inset 0 0 0 7px #E30A20;
  border-color: #E30A20;
}
.radio:focus + span:before {
  outline: none;
  border-color: #E30A20;
}
.radio:disabled + span:before {
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
          box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio + span:empty:before {
  margin-right: 0;
}

.checkbox-wrap {
  padding-top: 18px;
  padding-bottom: 18px;
}

.checkbox-input {
  display: none;
}
.checkbox-input:checked + .checkbox-parts:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 8px;
  height: 12px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #031229;
  border-right: 3px solid #031229;
  margin-top: -8px;
}

.checkbox-parts {
  padding-left: 25px;
  position: relative;
}
.checkbox-parts:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #CCC;
  border-radius: 5px;
  margin-top: -9px;
}

.form-area {
  margin-right: auto;
  margin-left: auto;
}
.form-area ul.note {
  margin-bottom: 64px;
}
.form-area .link-button {
  margin-top: 80px;
}

.form-group:not(:last-of-type) {
  margin-bottom: 80px;
}

.form-horizon .form-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form-horizon .form-box dt {
  width: 28%;
  margin-right: 24px;
  padding-top: 17px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  position: relative;
}
.form-horizon .form-box dd {
  width: 100%;
  position: relative;
}

.form-vertical .form-box dt {
  margin-bottom: 12px;
}

.form-box:not(:last-child) {
  margin-bottom: 48px;
}
.form-box dt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.form-box .form-inner:not(:last-child) {
  margin-bottom: 12px;
}
.form-box .required {
  font-size: 12px;
  color: #E30A20;
  position: absolute;
  top: 4px;
  right: 0;
}
.form-box .required::before {
  content: "必須";
}
.form-box .error {
  margin-top: 0.5em;
  color: #E30A20;
  font-size: 13px;
}
.form-box .note {
  margin-top: 1em;
  color: #868585;
}

.form-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-column .col-inner {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form-column .col-inner:not(:last-of-type) {
  margin-right: 12px;
}
.form-column .col-inner + .note {
  margin-left: 20px;
}
.form-column .label {
  margin-right: 1em;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  font-size: 14px;
}
.form-column .spacer {
  width: 20px;
  display: block;
}

.form-control {
  width: 100%;
  padding: 20px 1.5em;
  background-color: #F5F5F5;
  border-radius: 8px;
  line-height: 1.5;
}

.form-postcode {
  position: relative;
}
.form-postcode::before {
  content: "〒";
  position: absolute;
  top: 20px;
  left: 1.5em;
}
.form-postcode .form-control {
  padding-left: 2.8em;
}

textarea.form-control {
  height: 11em;
}

.form-button-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form-button-area .link-button:not(:last-child) {
  margin-right: 12px;
}

.privacy-area {
  margin-top: 80px;
}

.form-confirm .annotation {
  display: none;
}

.form-radio-wrap {
  margin-top: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1em;
}
.form-radio-wrap .mwform-radio-field + .mwform-radio-field {
  margin-left: 0;
}

.mwform-radio-field {
  display: inline-block;
  line-height: 1;
}
.mwform-radio-field label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mwform-radio-field input[type=radio] {
  width: 1.25em;
  border: 1px solid;
  border-radius: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  aspect-ratio: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mwform-radio-field input[type=radio]:checked {
  background-color: #E30A20;
  outline: 3px solid #FFF;
  outline-offset: -4px;
}

.form-attachment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.form-attachment label {
  font-weight: 700;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  min-width: 6em;
}
.form-attachment + .form-attachment {
  margin-top: 1em;
}

.form-attachment-input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  font-size: 1.4rem;
  border: 1px solid #E5E5E5;
  border-radius: 0.5em;
  background-color: #F8F8F8;
  padding: 1em;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.form-attachment-input::-webkit-file-upload-button {
  margin-right: 16px;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  background-color: #031229;
  color: #FFF;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.form-attachment-input::file-selector-button {
  margin-right: 16px;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  background-color: #031229;
  color: #FFF;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.form-attachment-input::-webkit-file-upload-button:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.form-attachment-input::file-selector-button:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.form-attachment-input::-webkit-file-upload-button {
  margin-right: 16px;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  background-color: #E30A20;
  color: #FFF;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.form-attachment-input::-webkit-file-upload-button:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.mwform-file-delete {
  margin-left: 12px;
  color: #BBB;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, -webkit-transform 0.2s ease;
  transition: color 0.2s ease, transform 0.2s ease;
  transition: color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

@media (min-width: 600px) {
  .form-attachment-input:hover, .form-attachment-input:focus {
    border-color: #031229;
    background-color: #FFF;
  }
  .form-attachment-input::-webkit-file-upload-button:hover {
    background-color: #010308;
  }
  .form-attachment-input::file-selector-button:hover {
    background-color: #010308;
  }
  .form-attachment-input::-webkit-file-upload-button:hover {
    background-color: #010308;
  }
  .mwform-file-delete:hover {
    color: #E30A20;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (max-width: 599px) {
  .form-area {
    margin-right: auto;
    margin-left: auto;
  }
  .form-area ul.note {
    margin-bottom: 32px;
  }
  .form-attachment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1.2rem;
    position: relative;
  }
  .form-attachment label {
    min-width: auto;
  }
  .form-attachment .mwform-file-delete {
    margin-left: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .form-attachment-input {
    font-size: 1.3rem;
    padding: 1em 1em;
  }
  .form-attachment-input::-webkit-file-upload-button {
    text-align: center;
  }
  .form-attachment-input::file-selector-button {
    text-align: center;
  }
  .form-attachment-input::-webkit-file-upload-button {
    text-align: center;
  }
}
#hero-visual {
  width: 100%;
  height: 786px;
  margin-bottom: 114px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.hero-text {
  width: 1128px;
  margin: 0 auto;
  color: #FFF;
  position: absolute;
  bottom: 78px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hero-text .catch {
  font-size: 48px;
  line-height: 1.6666666667;
}
.hero-text .link-line {
  margin-top: 32px;
}

.hero-image {
  width: 100%;
  height: 100%;
}
.hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-news {
  width: 638px;
  padding: 31px 32px 31px 32px;
  background-color: #E30A20;
  border-radius: 12px;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 32px;
  bottom: -74px;
}
.home-news .title {
  margin-right: 2em;
  font-size: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.home-news .date {
  margin-bottom: 6px;
  font-family: "Heebo", sans-serif;
  font-size: 14px;
  display: inline-block;
}
.home-news a {
  font-size: 14px;
  line-height: 2;
  color: #FFF;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.hero-news-slide {
  width: 100%;
  padding-right: 54px;
}
.hero-news-slide .slick-slide {
  min-height: 60px;
}
.hero-news-slide .slick-dots {
  margin-top: 0;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hero-news-slide .slick-dots li {
  margin: 4px 0;
}
.hero-news-slide .slick-dots li::before {
  background-color: #FFF;
}
.hero-news-slide .slick-dots li.slick-active {
  border-color: #FFF;
}

.topics-block {
  margin-left: calc(50% - 50vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.topics-block .topics-slider {
  width: 56vw;
  height: 32vw;
  min-height: 440px;
  margin-right: 32px;
  border-radius: 0 12px 12px 0;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.topics-block .topics-slider * {
  min-height: 440px;
}
.topics-block .topics-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topics-block .topics-text {
  max-width: 360px;
}
.topics-block .slide-navi {
  margin-bottom: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.topics-block .slide-navi hr {
  width: 90px;
  margin: 0 8px;
  border: none;
  border-top: 1px solid #707070;
}
.topics-block .num {
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #E2E2E2;
}
.topics-block .num.is-current {
  color: #E30A20;
}

.topics-text-slider .slick-list {
  overflow: visible;
}

#cursor {
  position: fixed;
  width: 120px;
  height: 120px;
  margin-top: -60px;
  margin-left: -60px;
  background: url(./images/common/cursor_drug.svg) no-repeat center/cover;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.home-products .slider-block {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.home-products .text-block {
  margin-top: -264px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
.home-products .catch-box {
  width: 49%;
  margin-right: 20px;
  padding: 6.2%;
  background-color: #E30A20;
  border-radius: 12px;
  color: #FFF;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.home-products .link-box > a {
  width: 360px;
  display: block;
}
.home-products .link-box > a:not(:first-child) {
  margin-top: 44px;
}

.support-list figure {
  margin-bottom: 24px;
}
.support-list p {
  font-size: 14px;
}

.home-company {
  margin-top: 80px;
  margin-bottom: -198px;
  padding-bottom: 198px;
  color: #FFF;
  background: url(./images/home/company_bg.jpg) no-repeat center top/cover;
}
.home-company + .common-bottom-area {
  padding-top: 0;
}
.home-company .inner {
  width: 50%;
}
.home-company .link-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  display: block;
}

.lower-headline {
  width: 100%;
  margin-top: 140px;
  padding-top: 140px;
  padding-bottom: 0;
}
.lower-headline .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.lower-headline .headline-01 {
  margin-bottom: 8px;
}
.lower-headline .headline-jp {
  margin-bottom: 12px;
}
.lower-headline .bg-text {
  font-family: "Heebo", sans-serif;
  font-size: 160px;
  font-weight: 100;
  letter-spacing: 0;
  opacity: 0.05;
  position: absolute;
  top: -140px;
  left: -70px;
  z-index: -1;
  white-space: nowrap;
}
.lower-headline .local-navi li {
  padding-left: 24px;
  position: relative;
}
.lower-headline .local-navi li::before {
  content: "";
  width: 12px;
  height: 2px;
  display: inline-block;
  background-color: #E30A20;
  position: absolute;
  top: 11px;
  left: 0;
}
.lower-headline .local-navi li:not(:last-child) {
  margin-bottom: 10px;
}
.lower-headline .local-navi a {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}
.lower-headline.small {
  padding-top: 80px;
}
.lower-headline.small .content {
  padding-bottom: 80px;
  border-bottom: 1px solid #E2E2E2;
}
.lower-headline.small .headline-jp {
  margin-bottom: 0;
}

.lower-lead-block .visual {
  height: 460px;
  margin-right: calc(50% - 50vw);
  border-radius: 12px 0 0 12px;
  overflow: hidden;
}
.lower-lead-block .visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.local-bottom-navi {
  margin-top: 80px;
  padding-top: 0;
  margin-bottom: -198px;
  padding-bottom: 118px;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}
.local-bottom-navi .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.local-bottom-navi .navi-list {
  width: 32%;
  padding: 100px 0;
  border-right: 1px solid #E2E2E2;
}
.local-bottom-navi .navi-list li:not(:last-child) {
  margin-bottom: 1.8em;
}
.local-bottom-navi .navi-list a {
  font-weight: bold;
}
.local-bottom-navi .navi-list a.is-current {
  color: #E30A20;
  text-decoration: underline;
}
.local-bottom-navi .navi-list .current_page_item a {
  color: #E30A20;
  text-decoration: underline;
}
.local-bottom-navi .navi-content {
  width: 68%;
}
.local-bottom-navi .navi-content a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.local-bottom-navi .navi-content a:hover dl::after {
  width: 68px;
  height: 68px;
  right: -6px;
}
.local-bottom-navi .navi-content dl {
  padding-right: 96px;
  position: relative;
}
.local-bottom-navi .navi-content dl::after {
  content: "";
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #E30A20;
  background-image: url(./images/common/arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 12px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.local-bottom-navi .navi-content dt {
  margin-bottom: 16px;
}
.local-bottom-navi .navi-content dd {
  font-size: 14px;
}

.about-index-block .visual {
  height: 460px;
  margin-right: calc(50% - 50vw);
  border-radius: 12px 0 0 12px;
  overflow: hidden;
}
.about-index-block .visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-index-block .text {
  max-width: 552px;
  margin-top: -96px;
  margin-left: 96px;
  padding: 64px 72px 0;
  border-radius: 12px;
  background-color: #FFF;
  position: relative;
}
.about-index-block .text.pos-rt {
  margin-left: auto;
  margin-right: 96px;
}

.about-detail-lead .visual {
  height: 460px;
  margin-bottom: 160px;
  margin-right: calc(50% - 50vw);
  border-radius: 12px 0 0 12px;
  overflow: hidden;
}
.about-detail-lead .visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.quality-lead-text {
  padding: 0 96px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.quality-lead-text > * {
  width: 50%;
}
.quality-lead-text .headline-jp {
  font-size: 48px;
}
.quality-lead-text p {
  letter-spacing: 0.08em;
}

.quality-block:not(:last-child) {
  margin-bottom: 160px;
}
.quality-block:nth-child(even) .inner {
  margin-left: 0;
  margin-right: calc(50% - 50vw);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.quality-block:nth-child(even) .visual {
  margin-right: 0;
  margin-left: 120px;
  border-radius: 12px 0 0 12px;
}
.quality-block .inner {
  margin-left: calc(50% - 50vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.quality-block .visual {
  width: 49vw;
  height: 480px;
  margin-right: 120px;
  border-radius: 0 12px 12px 0;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.quality-block .visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature-lead-text {
  padding: 0 96px;
}
.feature-lead-text .headline-jp {
  margin-bottom: 108px;
}
.feature-lead-text .lead-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.feature-lead-text .text {
  width: 38.5%;
}
.feature-lead-text .image {
  width: 52%;
  text-align: center;
}

.about-feature-block .visual {
  height: 368px;
  margin-bottom: 60px;
  margin-right: calc(50% - 50vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.about-feature-block .visual .image {
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.about-feature-block .visual .image:not(:last-child) {
  margin-right: 24px;
}
.about-feature-block .text {
  padding: 0 96px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.about-feature-block .title {
  width: 38%;
  margin-right: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.about-feature-block .title01 {
  margin-bottom: 1em;
  font-size: 20px;
  color: #E30A20;
}
.about-feature-block .title02 {
  font-size: 24px;
  line-height: 1.6666666667;
}

.about-feature-product {
  background-color: #F5F5F5;
  border-radius: 0 12px 12px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.about-feature-product .image {
  width: 33%;
}
.about-feature-product .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-feature-product .text {
  width: 67%;
  padding: 72px;
}

.process-lead-text {
  margin-top: -80px;
}

.process-flow-list {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.process-flow-list::before {
  content: "";
  background-color: #F5F5F5;
  border-radius: 0 12px 12px 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 864px;
  left: calc(50% - 50vw);
}
.process-flow-list li {
  padding: 0 96px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.process-flow-list li:not(:last-child) {
  margin-bottom: 64px;
}
.process-flow-list .image {
  width: 39%;
  max-width: 360px;
  margin-right: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.process-flow-list .count {
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #E30A20;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.process-flow-list .count span {
  font-size: 40px;
  display: block;
}
.process-flow-list dt {
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: 700;
}

.products-index-lead .visual-products {
  margin-bottom: 60px;
  margin-right: calc(50% - 50vw);
  border-radius: 12px 0 0 12px;
  overflow: hidden;
}
.products-index-lead .text-block {
  position: relative;
}
.products-index-lead .text {
  width: 40%;
}
.products-index-lead .link-box {
  width: 49%;
  padding: 48px;
  display: block;
  background-color: #E30A20;
  color: #FFF;
  position: absolute;
  top: -152px;
  right: 0;
}
.products-index-lead .link-box:hover dl::after {
  width: 68px;
  height: 68px;
  right: -6px;
}
.products-index-lead .link-box dl {
  padding-right: 120px;
  position: relative;
}
.products-index-lead .link-box dl::after {
  content: "";
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #FFF;
  background-image: url(./images/common/arrow_right_red.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 12px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.products-index-list {
  margin-top: 160px;
  margin-bottom: -198px;
  padding-bottom: 198px;
  background-color: #F5F5F5;
}
.products-index-list .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.products-index-list .title-block {
  width: 264px;
  margin-right: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.products-index-list .products-list {
  margin-top: -160px;
  padding-bottom: 80px;
}

.products-archive-list .products-list {
  margin-bottom: -80px;
}
.products-archive-list .products-list .col-inner {
  margin-bottom: 80px;
}
.products-archive-list .pager-number {
  margin-top: 60px;
}

.search-navi {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #E30A20;
  border-radius: 12px;
  position: absolute;
  top: -44px;
  right: 32px;
  z-index: 9;
}
.search-navi.is-fixed {
  position: fixed;
  top: 136px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
.search-navi.is-fixed .navi-list {
  display: none;
}
.search-navi.is-fixed .btn-delete {
  display: none;
}
.search-navi .parent {
  height: 88px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-navi .search-button {
  width: 88px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.search-navi .navi-list {
  padding-left: 20px;
  padding-right: 40px;
}
.search-navi .navi-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.search-navi .navi-list li:not(:last-child) {
  margin-right: 12px;
}
.search-navi .navi-list .search-parent {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  padding: 0 24px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-navi .navi-list .search-parent a {
  color: #FFF;
}
.search-navi .navi-list .search-parent.is-current {
  background-color: #FFF;
  color: #E30A20;
}
.search-navi .navi-list .search-parent.is-current a {
  color: #E30A20;
}
.search-navi .search-child {
  display: none;
}
.search-navi .child-navi {
  margin-bottom: -48px;
  padding: 48px;
  border-top: 1px solid #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.search-navi .child-navi li {
  width: 46%;
  margin-bottom: 48px;
}
.search-navi .child-navi li a {
  display: block;
}
.search-navi .keyword-search-wrap {
  padding-left: 0;
  color: #FFF;
}
.search-navi .keyword-search {
  width: 512px;
  max-width: 100%;
}
.search-navi .keyword-search::-webkit-input-placeholder {
  color: #FFF;
}
.search-navi .keyword-search:-ms-input-placeholder {
  color: #FFF;
}
.search-navi .keyword-search::-moz-placeholder {
  color: #FFF;
}
.search-navi .keyword-search-child {
  max-width: 640px;
  display: none;
}
.search-navi .keyword-child-navi {
  padding: 12px 36px;
  border-top: 1px solid #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.search-navi .keyword-child-navi li {
  margin: 8px 4px;
}
.search-navi .keyword-child-navi a {
  min-width: 6em;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  display: block;
  border-radius: 24px;
}
.search-navi .keyword-child-navi a.is-active {
  color: #E30A20;
  background-color: #FFF;
}
.search-navi .btn-delete {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 28px;
  right: 28px;
  display: none;
}
.search-navi .btn-delete::before, .search-navi .btn-delete::after {
  content: "";
  width: 2px;
  height: 32px;
  display: block;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
}
.search-navi .btn-delete::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.search-navi .btn-delete::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.search-keyword {
  width: 50rem;
  max-width: 100%;
  background-color: #FFF;
  position: absolute;
  top: -32px;
  right: 32px;
  z-index: 9;
}
.search-keyword.is-fixed {
  position: fixed;
  top: 136px;
}
.search-keyword-inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
}
.search-keyword .keyword-search-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.search-keyword .keyword-search {
  width: 100%;
  padding: 1em 6rem 1em 1em;
  border: 2px solid #E2E2E2;
  border-radius: 12px;
  background-color: #FFF;
}
.search-keyword .btn-delete {
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  top: calc(50% - 1.4rem);
  right: 1.6rem;
  background-color: #E2E2E2;
  border-radius: 50%;
  display: none;
}
.search-keyword .btn-delete::before, .search-keyword .btn-delete::after {
  content: "";
  width: 2px;
  height: 70%;
  display: block;
  background-color: #FFF;
  position: absolute;
  top: 15%;
  left: 50%;
  margin-left: -1px;
}
.search-keyword .btn-delete::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.search-keyword .btn-delete::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.search-keyword .search-button {
  width: 10rem;
  background-color: #E30A20;
  border-radius: 12px;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.5rem;
}

.products-list {
  width: 100%;
}
.products-list .link-block:hover .image::after {
  width: 34px;
  height: 34px;
  bottom: 13px;
  right: 13px;
}
.products-list .image {
  border-radius: 12px;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.products-list .image::after {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #E30A20;
  background-image: url(./images/common/arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 8px;
  position: absolute;
  bottom: 16px;
  right: 16px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.products-list .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-list .text01 {
  margin-top: 1em;
}
.products-list .text01 dt {
  margin-bottom: 0.6em;
  font-weight: 700;
}
.products-list .text01 dd {
  font-size: 14px;
}
.products-list .text02 {
  margin-top: 1em;
}
.products-list .series {
  margin-bottom: 0.3em;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  color: #E30A20;
}
.products-list .series::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-radius: 50%;
  background-color: #E30A20;
  display: inline-block;
}
.products-list .series a {
  color: #E30A20;
}
.products-list .type {
  margin-bottom: 0.5em;
  font-size: 12px;
  font-weight: 700;
  display: block;
}
.products-list .name {
  margin-bottom: 1em;
}
.products-list .name {
  font-size: 16px;
}
.products-list .icon-list {
  margin-bottom: -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.products-list .icon-list li {
  width: 32px;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.products-detail-block {
  padding-top: 180px;
}

.products-area01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.products-detail-lead {
  width: 32%;
  max-width: 360px;
  margin-right: 10%;
  padding-top: 3.125em;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.product-detail-image {
  margin-right: calc(50% - 50vw);
  position: relative;
  z-index: 2;
}
.product-detail-image .slick-list {
  border-radius: 12px 0 0 12px;
  overflow: hidden;
}
.product-detail-image .slick-dots > li:only-child {
  display: none;
}

.products-series {
  margin-bottom: 2.5em;
  font-weight: 700;
  color: #E30A20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.products-series::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #E30A20;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.products-area02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.products-area02 .button-area {
  width: 32%;
  max-width: 360px;
  margin-top: 64px;
  margin-left: 10%;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.products-area02 .button-area .link-button {
  width: 100%;
}
.products-area02 .button-area .link-button:not(:last-child) {
  margin-bottom: 16px;
}

.product-detail-spec {
  width: 100%;
  margin-top: -140px;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #F5F5F5;
  border-radius: 0 12px 12px 0;
}
.product-detail-spec .spec-area {
  padding-right: 30%;
  font-size: 14px;
}
.product-detail-spec .spec-area dl {
  padding: 12px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #E2E2E2;
}
.product-detail-spec .spec-area dl:last-child {
  border-bottom: 1px solid #E2E2E2;
}
.product-detail-spec .spec-area dt {
  width: 96px;
  font-weight: 700;
}
.product-detail-spec .icon-list {
  margin-top: 64px;
  margin-bottom: -16px;
  padding-right: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.product-detail-spec .icon-list li {
  width: 48.5%;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-detail-spec .icon-list img {
  width: 48px;
  margin-right: 12px;
  border-radius: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.product-detail-spec .icon-list span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.support-use-index-block {
  margin-bottom: 80px;
}
.support-use-index-block .image-area {
  width: 100%;
  height: 440px;
}
.support-use-index-block .text-area {
  width: 360px;
  max-width: 32%;
  margin-right: 10%;
}

.support-use-index-manual {
  padding-top: 160px;
  padding-bottom: 320px;
}

.manual-list-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.manual-list-column .lead-area {
  width: 264px;
}
.manual-list-column .manual-list {
  width: 744px;
}

.manual-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.manual-list.col2 {
  margin-bottom: -3.5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.manual-list.col2 li {
  width: 360px;
  max-width: 48.5%;
  margin-bottom: 3.5%;
}
.manual-list.col3 {
  margin-bottom: -2%;
}
.manual-list.col3 li {
  width: 360px;
  max-width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.manual-list.col3 li:nth-child(3n) {
  margin-right: 0;
}
.manual-list a {
  background-color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  overflow: hidden;
}
.manual-list a:hover .text::after {
  width: 34px;
  height: 34px;
  margin-right: -3px;
}
.manual-list .image {
  width: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.manual-list .text {
  width: 100%;
  padding: 0 72px 0 24px;
  font-weight: 700;
  position: relative;
}
.manual-list .text::after {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #E30A20;
  background-image: url(./images/common/arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 8px;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.support-use-index-manual-list {
  margin-top: -240px;
}
.support-use-index-manual-list .image-area {
  margin-bottom: 48px;
}
.support-use-index-manual-list .text-area {
  padding-right: 17%;
}
.support-use-index-manual-list .headline-02 {
  margin-bottom: 28px;
}
.support-use-index-manual-list .link-button {
  margin-top: 38px;
}

.support-consideration-index-list .image-area {
  margin-bottom: 48px;
}
.support-consideration-index-list .text-area {
  padding-right: 17%;
}

.support-index-order-made {
  margin-top: 80px;
  margin-bottom: 80px;
  background: #1D64B9 url(./images/support/bg_order_made.jpg) no-repeat center/cover;
  color: #FFF;
}
.support-index-order-made .link-block {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #FFF;
  position: relative;
}
.support-index-order-made .link-block::after {
  content: "";
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #FFF;
  background-image: url(./images/common/arrow_right_red.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 12px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.support-index-order-made .link-block:hover::after {
  width: 68px;
  height: 68px;
  right: -6px;
}
.support-index-order-made .headline-01 {
  margin-bottom: 16px;
}
.support-index-order-made .headline-jp {
  margin-bottom: 16px;
}

.support-use01-block .caution-block {
  margin-top: 0;
}

.use02-flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.use02-flow .main-box {
  width: 24%;
  position: relative;
}
.use02-flow .main-box > *:not(:last-child) {
  margin-bottom: 24px;
}
.use02-flow .main-box img {
  width: 100%;
  border-radius: 12px;
}
.use02-flow .arrow {
  width: 62%;
  position: absolute;
  top: 74px;
}
.use02-flow .arrow::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
}
.use02-flow .arrow-left {
  right: 100%;
}
.use02-flow .arrow-left::before {
  border-left: 4px solid #E30A20;
  border-bottom: 4px solid #E30A20;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.use02-flow .arrow-left::after {
  left: 0;
}
.use02-flow .arrow-right {
  text-align: right;
  left: 100%;
}
.use02-flow .arrow-right::before {
  border-top: 4px solid #E30A20;
  border-right: 4px solid #E30A20;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.use02-flow .arrow-right::after {
  right: 0;
}
.use02-flow .arrow::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #E30A20;
  position: absolute;
  top: 50%;
  margin-top: -4px;
}
.use02-flow .flow-box {
  width: 34%;
  padding-top: 64px;
}
.use02-flow .flow-box dt {
  text-align: center;
}

.use-flow-list {
  counter-reset: number 0;
}
.use-flow-list li {
  background-color: #F5F5F5;
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}
.use-flow-list li::before {
  counter-increment: number 1;
  content: counter(number);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #E30A20;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.use-flow-list li:not(:last-child) {
  margin-bottom: 16px;
}
.use-flow-list li.no-counter::before {
  display: none !important;
}
.use-flow-list .image {
  width: 43.75%;
  max-width: 168px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.use-flow-list .image img {
  mix-blend-mode: multiply;
}
.use-flow-list .text {
  padding: 24px;
}
.use-flow-list.horizon {
  margin-bottom: -16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.use-flow-list.horizon li {
  width: 47%;
  margin-bottom: 16px;
}

.use03-flow {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.use03-flow .img-round {
  margin-bottom: 24px;
}

.use04-flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.use04-flow .flow-box {
  width: 47%;
}

.use06-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.use06-column .text-area {
  width: 57.5%;
}
.use06-column ul {
  margin-bottom: -1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.use06-column ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1.5em;
}
.use06-column ul li:nth-child(3n) {
  margin-right: 0;
}
.use06-column .use06-flow {
  width: 32%;
}
.use06-column .use06-flow li {
  width: 48%;
}
.use06-column .use06-flow .image {
  width: 100%;
}
.use06-column ul + p {
  margin-top: 1em;
}

.support-use07-block {
  padding-top: 0;
}
.support-use07-block .inner {
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F5F5F5;
  border-radius: 0 12px 12px 0;
}

.use07-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.use07-column .image {
  border-radius: 12px;
  overflow: hidden;
}

.support-manual-list {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.support-manual-list .list-header {
  padding-bottom: 28px;
  border-bottom: 1px solid #E2E2E2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.support-manual-list .th01 {
  width: 40%;
  margin-right: 2%;
}
.support-manual-list .th02 {
  width: 24%;
  margin-right: 2%;
}
.support-manual-list .th03 {
  width: 15%;
  margin-right: 2%;
}
.support-manual-list .th04 {
  width: 15%;
}
.support-manual-list .list-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E2E2E2;
}
.support-manual-list .list-body > dt {
  width: 15%;
  margin-right: 2%;
  padding-top: 34px;
}
.support-manual-list .list-body > dd {
  width: 83%;
}
.support-manual-list .list-body li {
  padding-top: 24px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.support-manual-list .list-body li:not(:last-child) {
  border-bottom: 1px solid #E2E2E2;
}
.support-manual-list .td01 {
  width: 27.5%;
  margin-right: 2.5%;
}
.support-manual-list .td01 > span {
  display: block;
}
.support-manual-list .td01 .text01 {
  font-size: 12px;
  font-weight: 400;
  color: #E30A20;
}
.support-manual-list .td01 .text02 {
  font-size: 16px;
}
.support-manual-list .td02 {
  width: 29%;
  margin-right: 2.5%;
  font-weight: 400;
}
.support-manual-list .td03 {
  width: 18%;
  margin-right: 2.5%;
}
.support-manual-list .td04 {
  width: 18%;
}

.choose-list-block {
  margin-top: 80px;
}
.choose-list-block::before {
  content: "";
  height: 478px;
  background-color: #F5F5F5;
  position: absolute;
  top: 0;
  left: 0;
  right: calc((100vw - 1128px) / 2 + 96px);
  border-radius: 0 12px 12px 0;
  z-index: -1;
}
.choose-list-block .sub-lead {
  padding-right: 192px;
}

.choose-list {
  margin-top: 56px;
}
.choose-list .slick-list {
  overflow: visible;
}
.choose-list li {
  width: 264px;
}
.choose-list li:not(:last-child) {
  margin-right: 24px;
}
.choose-list a:hover .image::after {
  width: 34px;
  height: 34px;
  margin-right: -3px;
  margin-bottom: -3px;
}
.choose-list .image {
  position: relative;
}
.choose-list .image::after {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #E30A20;
  background-image: url(./images/common/arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.choose-list .image img {
  border-radius: 12px;
}
.choose-list p {
  margin-top: 1em;
  font-weight: bold;
}

.wheelchair-type-list .image-area {
  margin-bottom: 24px;
}
.wheelchair-type-list .image-area img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.wheelchair-type-list a:hover .image-area img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.wheelchair-type-list .title {
  margin-bottom: 16px;
}
.wheelchair-type-list p {
  padding-right: 96px;
  font-size: 14px;
}

.wheelchair-size-block .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wheelchair-size-block .headline-area p {
  max-width: 264px;
}
.wheelchair-size-block .wheelchair-size {
  width: 66%;
  margin-top: 48px;
  margin-left: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  position: relative;
}
.wheelchair-size-block .modal-open {
  width: 5%;
  height: 6%;
  position: absolute;
}
.wheelchair-size-block .btn01 {
  top: 38.5%;
  left: 3.4%;
}
.wheelchair-size-block .btn02 {
  top: 26%;
  left: 12.4%;
}
.wheelchair-size-block .btn03 {
  top: 11.5%;
  right: 30.7%;
}
.wheelchair-size-block .btn04 {
  top: 31.4%;
  right: 11.1%;
}
.wheelchair-size-block .btn05 {
  top: 62%;
  right: 3.3%;
}
.wheelchair-size-block .btn06 {
  top: 87.2%;
  right: 32.6%;
}

.modal {
  height: 100vh;
  width: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.modal-bg {
  width: 100%;
  height: 100vh;
  background: rgba(51, 51, 51, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}

.modal-content {
  width: 68%;
  max-width: 936px;
  border-radius: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #FFF;
}
.modal-content .js-modal-close {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #E30A20;
  position: absolute;
  top: -18px;
  right: -18px;
}
.modal-content .js-modal-close::before, .modal-content .js-modal-close::after {
  content: "";
  width: 54%;
  height: 2px;
  display: block;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal-content .js-modal-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-content .js-modal-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.modal-inner {
  max-height: 60%;
  overflow: auto;
}

.modal-size {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.modal-size .text-area,
.modal-size .image-area {
  width: 50%;
  overflow: hidden;
}
.modal-size .text-area {
  padding: 7.4%;
}
.modal-size .image-area {
  border-radius: 0 12px 12px 0;
  overflow: hidden;
}
.modal-size .note {
  font-size: 12px;
  letter-spacing: 0;
}

.support-safety-lead-block .image-area {
  width: 100%;
  height: 440px;
}
.support-safety-lead-block .text-area {
  width: 360px;
  max-width: 32%;
  margin-left: 10%;
}

.certification-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.certification-list .col-inner {
  width: 32%;
  margin-right: 2%;
  padding: 32px;
  border-radius: 12px;
  background-color: #F5F5F5;
}
.certification-list .col-inner:nth-child(3n) {
  margin-right: 0;
}
.certification-list .image {
  width: 100%;
  height: 160px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.certification-list .headline-jp {
  margin-bottom: 0.6em;
}
.certification-list .link-text {
  margin-top: 0;
}

.modal-text {
  padding: 7.6%;
}

.ordermade-point-block {
  margin-top: 80px;
}
.ordermade-point-block::before {
  content: "";
  height: 478px;
  background-color: #F5F5F5;
  position: absolute;
  top: 0;
  left: 0;
  right: calc((100vw - 1128px) / 2 + 96px);
  border-radius: 0 12px 12px 0;
  z-index: -1;
}
.ordermade-point-block .sub-lead {
  padding-right: 192px;
}

.ordermade-point-list {
  margin-top: 56px;
}
.ordermade-point-list .image-area {
  margin-bottom: 24px;
}
.ordermade-point-list .image-area img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.ordermade-point-list a:hover .image-area img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.ordermade-point-list .title {
  margin-bottom: 16px;
}
.ordermade-point-list p {
  padding-right: 96px;
  font-size: 14px;
}

.ordermade-flow-block .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ordermade-flow-block .headline-02 {
  width: 264px;
  margin-right: 10%;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.ordermade-flow-block .ordermade-flow-list {
  width: 100%;
}

.ordermade-flow-list {
  padding-top: 32px;
}
.ordermade-flow-list li {
  padding-left: 96px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.ordermade-flow-list li:not(:last-child) {
  margin-bottom: 64px;
}
.ordermade-flow-list .image {
  width: 128px;
  margin-right: 40px;
  background-color: #F5F5F5;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.ordermade-flow-list .image img {
  padding: 18.75%;
}
.ordermade-flow-list .count {
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #E30A20;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ordermade-flow-list .count span {
  font-size: 40px;
  display: block;
}
.ordermade-flow-list dt {
  margin-bottom: 0.6em;
  font-size: 20px;
  font-weight: 700;
}

.support-parts-list {
  margin-top: 50px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.support-parts-list .list-header {
  padding-bottom: 28px;
  border-bottom: 1px solid #E2E2E2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.support-parts-list .th01 {
  width: 66%;
  padding-right: 2%;
}
.support-parts-list .th02 {
  width: 11.5%;
  padding-right: 2%;
}
.support-parts-list .th03 {
  width: 22.5%;
}
.support-parts-list .list-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E2E2E2;
}
.support-parts-list .list-body > dt {
  width: 25%;
  padding-right: 2%;
  padding-top: 26px;
}
.support-parts-list .list-body > dd {
  width: 75%;
}
.support-parts-list .list-body li {
  padding-top: 24px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.support-parts-list .list-body li:not(:last-child) {
  border-bottom: 1px solid #E2E2E2;
}
.support-parts-list .td01 {
  width: 55%;
  padding-right: 2.5%;
}
.support-parts-list .td02 {
  width: 15%;
  font-weight: 400;
}
.support-parts-list .td03 {
  width: 30%;
  font-weight: 400;
}
.support-parts-list .td04 {
  display: none;
}

.products-download-block + .products-download-block {
  margin-top: 12rem;
}

.download-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.download-link li {
  width: 48.5%;
}
.download-link a {
  height: 4.2rem;
  border-radius: 2.1rem;
  border: 1px solid #E2E2E2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.download-link a .small {
  font-size: 1.3rem;
}

.company-index-main {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company-index-main .image {
  width: 58%;
}
.company-index-main .text {
  width: 32%;
}

.company-index-list {
  margin-bottom: -3.125%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.company-index-list .col-inner {
  width: 32%;
  margin: 0 2% 2% 0;
}
.company-index-list .col-inner:nth-child(3n) {
  margin-right: 0;
}
.company-index-list .col-inner:last-child {
  margin-right: 0;
}
.company-index-list .image {
  margin-bottom: 24px;
}
.company-index-list .headline-jp {
  margin-bottom: 16px;
}
.company-index-list p {
  margin-bottom: 1em;
}

.company-greeting-column {
  margin-left: calc(50% - 50vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company-greeting-column .image-area {
  width: 49vw;
}
.company-greeting-column .image-area > span {
  display: block;
  border-radius: 0 12px 12px 0;
  overflow: hidden;
}
.company-greeting-column .image-area figcaption {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1em;
  margin-left: 32px;
  padding-left: calc((100vw - 1128px - 64px) / 2);
  font-weight: bold;
  white-space: nowrap;
}
.company-greeting-column .text-area {
  width: 456px;
  margin-left: 40px;
  padding-top: 64px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.company-greeting-column p + .headline-jp {
  margin-top: 1.3em;
}

.company-address-block {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-color: #F5F5F5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.company-address-block > * {
  width: 50%;
}
.company-address-block .map-box {
  width: 100%;
  height: 100%;
  display: none;
}
.company-address-block .map-box.is-show {
  display: block;
}
.company-address-block .map-box iframe {
  width: 100%;
  height: 100%;
}
.company-address-block .map-list > li {
  padding: 36px 60px;
}
.company-address-block .map-list > li:not(:last-child) {
  border-bottom: 1px solid #E2E2E2;
}
.company-address-block .map-list > li:hover {
  cursor: pointer;
}
.company-address-block .map-list .is-current {
  color: #E30A20;
}
.company-address-block .map-list dl {
  max-width: 454px;
}
.company-address-block .map-list dt {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
}
.company-address-block .map-list dd {
  font-size: 14px;
}

.link-mynavi {
  width: 552px;
  max-width: 100%;
  height: 100px;
  margin: 80px auto 0;
  border: 1px solid #707070;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.link-list dl {
  padding: 23px 0;
  border-bottom: 1px solid #E2E2E2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.link-list dl:not(:last-child) {
  margin-bottom: 0;
}
.link-list dl:first-of-type {
  border-top: 1px solid #E2E2E2;
}
.link-list dt {
  font-weight: bold;
}
.link-list a {
  display: inline-block;
}

.news-archive-block .news-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-archive-block .news-list li:not(:last-child) {
  margin-bottom: 64px;
}
.news-archive-block .news-list .date {
  margin-right: 40px;
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.news-archive-block .news-list .category {
  width: 112px;
  margin-right: 40px;
  border: 1px solid #707070;
  border-radius: 12px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.news-archive-block .news-list .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.news-detail-wrap {
  margin-top: 120px;
}

.news-detail-block .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.news-detail-block .link-text.back {
  position: absolute;
  left: 0;
  bottom: 0;
}

.news-header {
  width: 360px;
  margin-right: 10%;
  padding-bottom: 48px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.news-header .status {
  margin-bottom: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-header .date {
  margin-right: 24px;
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.news-header .category {
  width: 112px;
  margin-right: 40px;
  border: 1px solid #707070;
  border-radius: 12px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.news-header .title {
  font-size: 24px;
}

.news-contents {
  width: 100%;
}
.news-contents h2 {
  margin-bottom: 38px;
  font-size: 24px;
  line-height: 1.6666666667;
}
.news-contents h2::before {
  content: "";
  width: 32px;
  height: 4px;
  margin-bottom: 22px;
  display: block;
  background-color: #E30A20;
}
.news-contents h2:not(:first-of-type) {
  margin-top: 5em;
}
.news-contents p:not(:last-child) {
  margin-bottom: 2em;
}
.news-contents ul:not(:last-child) {
  margin-bottom: 2em;
}
.news-contents ul li {
  margin-left: 28px;
  text-indent: -28px;
  line-height: 2;
}
.news-contents ul li:not(:last-child) {
  margin-bottom: 1.5em;
}
.news-contents ul li::before {
  content: "●";
  margin-right: 12px;
}
.news-contents * + .headline-02 {
  margin-top: 120px;
}
.news-contents .wp-block-separator {
  border: none;
  border-top: 1px solid #E2E2E2;
  margin: 2.5em auto;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.contact-index-block01 {
  padding-bottom: 276px;
}

.contact-catalog-block {
  margin-top: -196px;
  padding-top: 0;
}
.contact-catalog-block .content {
  background-color: #FFF;
  border-radius: 12px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.contact-catalog-block .content > * {
  width: 50%;
}
.contact-catalog-block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-catalog-block .text {
  padding: 0 72px;
}
.contact-catalog-block .link-button {
  margin-top: 40px;
}

.contact-phone-info {
  padding: 24px;
  background-color: #F5F5F5;
  border-radius: 12px;
  text-align: center;
}
.contact-phone-info dt {
  margin-bottom: 1em;
  font-weight: bold;
}
.contact-phone-info .phone {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
}
.contact-phone-info .phone .text01 {
  font-family: "Heebo", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.contact-phone-info .phone .text01 span {
  font-size: 32px;
}
.contact-phone-info .phone .text02 {
  font-size: 24px;
  text-indent: -0.4em;
}

.contact-mail-block .link-box {
  margin-top: 64px;
}
.contact-mail-block .link-box .link-line {
  width: 100%;
  display: block;
}
.contact-mail-block .link-box .link-line:not(:last-child) {
  margin-bottom: 32px;
}

.contact-form-block .content {
  padding-right: 288px;
  position: relative;
}

.step-navi {
  position: absolute;
  top: 0;
  right: 0;
}
.step-navi ol {
  font-weight: 700;
  counter-reset: number 0;
}
.step-navi ol li {
  margin-left: 1.5em;
  text-indent: -1.5em;
  list-style: none;
}
.step-navi ol li::before {
  counter-increment: number 1;
  content: counter(number) ". ";
}
.step-navi ol li:not(:last-child) {
  margin-bottom: 1.5em;
}
.step-navi ol .is-current {
  color: #E30A20;
}

.fomr-lead {
  margin-bottom: 64px;
  padding-bottom: 64px;
  border-bottom: 1px solid #E2E2E2;
}

.form-confirm .form-box {
  padding: 28px 0;
  border-bottom: 1px solid #E2E2E2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-confirm .form-box:not(:last-child) {
  margin-bottom: 0;
}
.form-confirm .form-box:first-of-type {
  border-top: 1px solid #E2E2E2;
}
.form-confirm .form-box dt {
  min-width: 200px;
  margin-bottom: 0;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.form-confirm .form-postcode::before {
  content: none;
}
.form-confirm .privacy-area {
  display: none;
}
.form-confirm .required {
  display: none;
}

.mwform-tel-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mwform-tel-field > .form-control {
  width: 100% !important;
  margin: 0 6px;
}
.mwform-tel-field > .form-control:first-child {
  margin-left: 0;
}
.mwform-tel-field > .form-control:last-child {
  margin-right: 0;
}

.form-thanks .link-text {
  margin-top: 30px;
}

.sitemap-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.sitemap-box.col1 {
  width: 100%;
  margin-bottom: 64px;
}
.sitemap-box.col1 .link-line {
  width: 20%;
}
.sitemap-box.col4 {
  width: 20%;
}
.sitemap-box.col4 .link-line {
  width: 100%;
}
.sitemap-box dd {
  margin-top: 28px;
}
.sitemap-box dd + dt {
  margin-top: 60px;
}
.sitemap-box li:not(:last-child) {
  margin-bottom: 16px;
}
.sitemap-box li a {
  text-decoration: underline;
}
.sitemap-box li ul {
  margin-top: 16px;
  margin-left: 1em;
}
.sitemap-box a[data-status=disable] {
  color: #AAA;
  pointer-events: none;
}

.wp-block-image + * {
  margin-top: 48px;
}
.wp-block-image img {
  width: 100%;
}

.stock-list {
  width: 100%;
  border: 1px solid #E2E2E2;
  border-collapse: collapse;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.stock-list th, .stock-list td {
  padding: 1em 1em;
  border: 1px solid #E2E2E2;
}
.stock-list th {
  background-color: #F5F5F5;
}
.stock-list .th01 {
  width: 50%;
}
.stock-list .th02, .stock-list .th03, .stock-list .th04 {
  width: 10%;
}
.stock-list .th05 {
  width: 20%;
}
.stock-list .td02 {
  text-align: center;
}
.stock-list .td03 {
  text-align: center;
}
.stock-list .td04 {
  text-align: center;
}

.stock-category-button {
  width: 100%;
  margin-bottom: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
}
.stock-category-button li {
  width: 100%;
}
.stock-category-button li:not(:last-child) {
  margin-right: 2rem;
}
.stock-category-button a {
  padding: 1em;
  border: 1px solid #E2E2E2;
  border-radius: 0.5rem;
  text-align: center;
  display: block;
}
.stock-category-button .is-current {
  background-color: #E30A20;
  color: #FFF;
  border-color: #E30A20;
}

.user-login-form {
  width: 46rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 3rem;
  border-radius: 12px;
  border: 1px solid #E2E2E2;
}
.user-login-form .ttl {
  margin-bottom: 1em;
}

.swpm-label {
  margin-bottom: 0.5em;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
}

.swpm-username-input,
.swpm-password-input {
  margin-bottom: 3rem;
}
.swpm-username-input input,
.swpm-password-input input {
  width: 100%;
  padding: 1em 1.5em;
  background-color: #F5F5F5;
  border-radius: 8px;
  line-height: 1.5;
}

.swpm-login-form-submit {
  width: 80% !important;
  max-width: 100%;
  max-width: 100%;
  height: 64px;
  margin: 2rem auto 2rem;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 32px;
  background-color: #E30A20;
  border: 2px solid #E30A20;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.swpm-login-form-submit:hover {
  background-color: #FFF;
  color: #E30A20;
}

.swpm-rember-label {
  font-size: 1.4rem;
}

.swpm-forgot-pass-link {
  font-size: 1.4rem;
  text-align: center;
}

.swpm-join-us-link {
  display: none;
}

.swpm-pw-reset-email-label {
  margin-bottom: 0.5em;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
}

.swpm-pw-reset-email-input {
  margin-bottom: 3rem;
}
.swpm-pw-reset-email-input input {
  width: 100%;
  padding: 1em 1.5em;
  background-color: #F5F5F5;
  border-radius: 8px;
  line-height: 1.5;
}

.swpm-pw-reset-submit-button {
  width: 80% !important;
  max-width: 100%;
  max-width: 100%;
  height: 64px;
  margin: 2rem auto 2rem;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 32px;
  background-color: #E30A20;
  border: 2px solid #E30A20;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.swpm-pw-reset-submit-button:hover {
  background-color: #FFF;
  color: #E30A20;
}

@media (min-width: 834px) {
  .btn-01 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn-01:hover {
    background-color: #0f2952;
  }
  .btn-01.clrLight:hover {
    background-color: #DDD;
  }
  .cv-link dd {
    padding-right: 6em;
  }
}
@media (max-width: 599px) {
  .spHide {
    display: none;
  }
  body {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
  .site-header {
    padding: 16px;
  }
  .header-inner {
    height: 12.8vw;
    padding: 0 4.2666666667vw 0 3.2vw;
    border-radius: 8px;
  }
  .header-title {
    width: 37.8666666667vw;
  }
  .header-navi {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    z-index: 2;
  }
  .header-navi ul {
    display: block;
    position: absolute;
    top: 116px;
    left: 20px;
  }
  .header-navi li {
    font-size: 6.4vw;
  }
  .header-navi li:not(:first-child) {
    margin-left: 0;
    margin-top: 1.3em;
  }
  .lang-navi {
    display: none;
  }
  .hamburger-menu {
    padding: 1.6vw 0 1.6vw 4.2666666667vw;
    border-left: 1px solid #E2E2E2;
  }
  .hamburger-menu > div {
    width: 6.4vw;
    height: 3.2vw;
  }
  .hamburger-menu span:nth-child(1) {
    top: 0;
  }
  .hamburger-menu span:nth-child(2) {
    top: 1.3333333333vw;
  }
  .hamburger-menu span:nth-child(3) {
    top: 2.6666666667vw;
  }
  .hamburger-menu.open span:nth-child(1) {
    top: 1.3333333333vw;
  }
  .hamburger-menu.open span:nth-child(3) {
    top: 1.3333333333vw;
  }
  .hamburger-navi {
    max-height: calc(100vh - 100px);
    padding: 20px 16px;
  }
  .hamburger-navi .inner {
    display: block;
  }
  .hamburger-navi .visual-block {
    width: 100%;
    display: none;
  }
  .hamburger-navi .navi-block {
    width: 100%;
  }
  .hamburger-navi .navi-box {
    width: 100%;
  }
  .hamburger-navi .tgl-btn {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
  }
  .hamburger-navi .tgl-btn::before, .hamburger-navi .tgl-btn::after {
    content: "";
    background-color: #333333;
    position: absolute;
  }
  .hamburger-navi .tgl-btn::before {
    width: 9px;
    height: 1px;
    margin-left: -4px;
    top: 50%;
    left: 50%;
  }
  .hamburger-navi .tgl-btn::after {
    width: 1px;
    height: 9px;
    margin-top: -4px;
    top: 50%;
    left: 50%;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .hamburger-navi .tgl-btn.is-open::after {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .hamburger-navi .navi01 .navi-box {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E2E2E2;
  }
  .hamburger-navi .navi01 .navi-box:last-child {
    margin-bottom: 0;
  }
  .hamburger-navi .navi01 .navi-box dt {
    position: relative;
  }
  .hamburger-navi .navi01 .navi-box dt::before {
    content: none;
  }
  .hamburger-navi .navi01 .navi-box dd {
    display: none;
    margin-top: 16px;
    padding-left: 0;
    font-weight: 400;
  }
  .hamburger-navi .navi01 .navi-box dd li {
    padding-top: 1em;
    padding-left: 16px;
    border-top: 1px dotted #E2E2E2;
  }
  .hamburger-navi .navi01 .navi-box dd li:not(:last-child) {
    margin-bottom: 1em;
  }
  .hamburger-navi .navi02 {
    padding-top: 32px;
    border-top: none;
  }
  .hamburger-navi .navi02 .navi-box:not(:last-child) {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #E2E2E2;
  }
  .hamburger-navi .sub-navi {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .hamburger-navi .sns-list {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .hamburger-navi .company-info {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    text-align: left;
  }
  .hamburger-navi .company-info dt {
    font-size: 16px;
  }
  .hamburger-navi .company-info dd {
    line-height: 2;
  }
  .cv-link {
    margin-bottom: 17.0666666667vw;
    padding-bottom: 17.0666666667vw;
    border-bottom: 1px solid #E2E2E2;
    display: block;
  }
  .cv-link li {
    width: 100%;
  }
  .cv-link li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #FFF;
  }
  .cv-link li:first-child a {
    border-radius: 8px 8px 0 0;
  }
  .cv-link li:last-child a {
    border-radius: 0 0 8px 8px;
  }
  .cv-link a {
    height: auto;
  }
  .cv-link a:hover dl::after {
    width: 12.8vw;
    height: 12.8vw;
    right: -1.0666666667vw;
  }
  .cv-link dl {
    width: 100%;
    padding: 8.5333333333vw 24vw 8.5333333333vw 7.4666666667vw;
  }
  .cv-link dl::after {
    content: "";
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    background-size: 2.6666666667vw 2.1333333333vw;
    right: 7.4666666667vw;
  }
  .cv-link .headline-01 {
    margin-bottom: 18px;
  }
  .banner-list {
    margin-bottom: 0 !important;
  }
  .banner-list .col-inner {
    margin-bottom: 0 !important;
  }
  .site-footer {
    padding: 17.0666666667vw 4.2666666667vw 6.4vw;
  }
  .footer-inner {
    display: block;
  }
  .footer-inner.area02 {
    margin-top: 8.5333333333vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-title {
    width: 37.8666666667vw;
    margin: 0 auto 8.5333333333vw;
  }
  .page-top {
    font-size: 3.7333333333vw;
    top: auto;
    bottom: 26.6666666667vw;
    right: 4.2666666667vw;
  }
  .page-top::after {
    content: "";
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    margin-left: 8px;
    background-size: 2.1333333333vw 2.6666666667vw;
  }
  .sns-list {
    margin-bottom: 10.6666666667vw;
    font-size: 3.2vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sns-list li:not(:last-child) {
    margin-right: 8.5333333333vw;
    margin-bottom: 0;
  }
  .sns-list a {
    padding: 8.5333333333vw 0 0 0;
    background-position: center top;
    background-size: 6.4vw;
  }
  .footer-navi {
    display: block;
    border-top: 1px solid #E2E2E2;
  }
  .footer-navi .navi-list {
    font-size: 3.2vw;
    border-bottom: 1px solid #E2E2E2;
  }
  .footer-navi .navi-list:not(:last-child) {
    margin-right: 0;
  }
  .footer-navi .navi-list dt {
    margin-bottom: 0;
    padding: 1.2em 0;
    position: relative;
  }
  .footer-navi .navi-list dd {
    display: none;
  }
  .footer-navi .navi-list dd li {
    padding: 1em 4.2666666667vw;
    border-top: 1px dotted #E2E2E2;
  }
  .footer-navi li:not(:last-child) {
    margin-bottom: 0;
  }
  .footer-navi .tgl-btn {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 1.2em;
    right: 0;
    z-index: 9;
  }
  .footer-navi .tgl-btn::before, .footer-navi .tgl-btn::after {
    content: "";
    background-color: #333333;
    position: absolute;
  }
  .footer-navi .tgl-btn::before {
    width: 9px;
    height: 1px;
    margin-left: -4px;
    top: 50%;
    left: 50%;
  }
  .footer-navi .tgl-btn::after {
    width: 1px;
    height: 9px;
    margin-top: -4px;
    top: 50%;
    left: 50%;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .footer-navi .tgl-btn.is-open::after {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .footer-sub-navi {
    font-size: 3.2vw;
  }
  .footer-sub-navi ul {
    display: block;
  }
  .footer-sub-navi li:not(:first-child) {
    margin-left: 0;
    margin-top: 0.5em;
  }
  .copyright {
    margin-top: 17.0666666667vw;
    font-size: 3.2vw;
    text-align: center;
  }
  .headline-01 {
    margin-bottom: 24px;
  }
  .headline-01::before {
    content: "";
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin-right: 2.1333333333vw;
  }
  .headline-01 .title {
    font-size: 4.2666666667vw;
  }
  .headline-01 .caption {
    margin-left: 2.1333333333vw;
    font-size: 3.2vw;
  }
  .headline-01 .caption::before {
    margin-right: 0.5333333333vw;
  }
  .headline-02 {
    margin-bottom: 38px;
    font-size: 4.2666666667vw;
  }
  .headline-02::before {
    content: "";
    width: 32px;
    height: 4px;
    margin-bottom: 22px;
    display: block;
    background-color: #E30A20;
  }
  .headline-jp {
    margin-bottom: 1em;
    font-size: 4.2666666667vw;
    line-height: 1.6875;
  }
  .headline-jp.ex-large {
    font-size: 5.3333333333vw;
  }
  .headline-jp.large {
    font-size: 5.3333333333vw;
  }
  .headline-jp.small {
    font-size: 4.2666666667vw;
  }
  .headline-jp.ex-small {
    font-size: 16px;
  }
  .headline-jp.mb-x2 {
    margin-bottom: 1.95em;
  }
  .headline-jp.mb-x05 {
    margin-bottom: 0.65em;
  }
  .link-text {
    padding-top: 1.8666666667vw;
    padding-bottom: 1.8666666667vw;
    padding-right: 9.6vw;
    font-size: 3.7333333333vw;
  }
  .link-text::after {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
  .link-text.small {
    font-size: 12px;
  }
  .link-text.small::after {
    top: -2px;
  }
  .link-line {
    padding-bottom: 2.1333333333vw;
    padding-right: 9.6vw;
  }
  .link-line::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .link-line.large {
    padding-top: 0.8vw;
    font-size: 3.7333333333vw;
  }
  .link-line.small {
    padding-right: 6.4vw;
    padding-bottom: 2.4vw;
    font-size: 3.2vw;
  }
  .link-line.small.external::after {
    background-size: 4.2666666667vw 3.2vw;
  }
  p + .link-text {
    margin-top: 0;
  }
  .btn-01 {
    margin-top: 30px;
  }
  .text-small {
    font-size: 10px;
  }
  .img-round {
    border-radius: 8px;
  }
  .visual-through-right {
    height: 53.3333333333vw;
  }
  .visual-through-right + .process-lead-text {
    margin-top: 40px;
  }
  .visual-lead {
    margin-top: 40px;
  }
  .visual-lead .text-center {
    text-align: left;
  }
  .l-column.sp_vReverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .l-column.col-half.sp_col1 .col-inner {
    width: 100%;
  }
  .l-column.col-half.sp_col1 .image {
    margin-bottom: 40px;
  }
  .l-column.col-half .pd-left {
    padding-left: 0;
  }
  .l-column.col2.sp_col1 .col-inner {
    width: 100%;
  }
  .l-column.col2.sp_col1.w-lg .col-inner {
    width: 100%;
    max-width: 100%;
  }
  .l-column.col3.sp_col1 {
    margin-bottom: 0;
  }
  .l-column.col3.sp_col1 .col-inner {
    width: 100%;
    margin: 0;
  }
  .l-column.col3.sp_col1 .col-inner:not(:last-child) {
    margin-bottom: 48px;
  }
  .l-column.col4.sp_col1 {
    margin-bottom: 0;
  }
  .l-column.col4.sp_col1 .col-inner {
    width: 100%;
    margin: 0 0 64px 0;
  }
  .l-column.col4.sp_col1 .col-inner:last-child {
    margin-bottom: 0;
  }
  .l-column.col4.sp_col2 {
    margin-bottom: -3%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-column.col4.sp_col2 .col-inner {
    width: 48.5%;
    margin: 0 3% 3% 0;
  }
  .l-column.col4.sp_col2 .col-inner:nth-child(2n) {
    margin-right: 0;
  }
  .l-column .fixed-width img {
    width: 100%;
  }
  .column-overflow {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .column-overflow.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .column-overflow.right {
    margin-right: 0;
  }
  .column-overflow.right .image-area {
    border-radius: 8px;
  }
  .column-overflow.left {
    margin-left: 0;
  }
  .column-overflow.left .image-area {
    border-radius: 8px;
  }
  .l-table.col2 .t-row {
    padding: 16px 0;
  }
  .l-table.col2 .t-row dt {
    width: 90px;
    min-width: 0;
    padding-right: 1em;
  }
  .caution-block {
    margin-top: 48px;
    padding: 4.2666666667vw;
    border-radius: 8px;
    display: block;
  }
  .caution-block::before {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    margin: 0 auto 3.2vw;
  }
  .caution-block .image {
    width: 100%;
    margin-top: 5.3333333333vw;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .caution-block .image > span {
    width: 100%;
    max-width: 82%;
  }
  .caution-block .image img {
    width: 100%;
    border-radius: 8px;
  }
  .switch-navi {
    margin-top: 40px;
    padding: 24px 4.2666666667vw;
  }
  .switch-navi li {
    width: 100%;
    min-height: 78px;
  }
  .switch-navi li:not(:last-child) {
    margin-right: 8px;
  }
  .switch-navi a {
    padding: 1em 0;
    border-radius: 8px;
  }
  .switch-navi dt {
    font-size: 3.7333333333vw;
    text-align: center;
  }
  .switch-navi dd {
    display: none;
  }
  .home .site-container {
    padding-bottom: 120px;
  }
  .section-wrap {
    padding: 64px 4.2666666667vw;
  }
  .section-wrap.pt-lg {
    padding-top: 64px;
  }
  .section-wrap.sp-pd-sm {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .section-wrap.sp-pd-b-sm {
    padding-bottom: 24px;
  }
  .section-wrap .headline-01.posRight {
    margin-left: 0;
  }
  .section-wrap:first-of-type.bg-gray {
    margin-top: 64px;
  }
  .sp-separator {
    width: 91.4666666667vw;
    margin: 0 auto;
    border: none;
    border-top: 1px solid #E2E2E2;
    display: block;
  }
  .section-column {
    padding-right: 4.2666666667vw;
    padding-left: 4.2666666667vw;
  }
  .section-column.sp_col1 {
    display: block;
  }
  .section-column.sp_col1 .section-wrap {
    width: 100%;
  }
  .section-column.sp_col1 .section-wrap:not(:first-child) {
    padding-top: 32px;
  }
  .section-column.sp_col1 .section-wrap:not(:first-child)::after {
    content: none !important;
  }
  .bg-gray::after {
    content: none !important;
  }
  .bg-gray + .section-wrap::after {
    content: none !important;
  }
  p {
    line-height: 1.9;
  }
  .w-sm {
    width: 100%;
    padding: 0;
  }
  #hero-visual {
    height: 133.3333333333vw;
    margin-bottom: 15.4666666667vw;
  }
  .home-news {
    width: 91.4666666667vw;
    padding: 3.2vw;
    border-radius: 8px;
    display: block;
    position: absolute;
    right: 4.2666666667vw;
    bottom: -15.4666666667vw;
  }
  .home-news .title {
    margin-right: 0;
    font-size: 4.2666666667vw;
  }
  .home-news .date {
    margin-bottom: 6px;
    font-size: 3.2vw;
  }
  .home-news a {
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
  .topics-block {
    margin-left: calc(50% - 50vw);
    display: block;
  }
  .topics-block .topics-slider {
    width: 100%;
    height: 64vw;
    min-height: 0;
    margin-right: 4.2666666667vw;
    margin-bottom: 32px;
    border-radius: 0 8px 8px 0;
  }
  .topics-block .topics-slider * {
    min-height: 64vw;
  }
  .topics-block .topics-text {
    max-width: 100%;
    padding: 0 4.2666666667vw;
  }
  .topics-block .slide-navi {
    margin-bottom: 32px;
  }
  .topics-block .slide-navi hr {
    width: 45px;
    margin: 0 12px;
  }
  #cursor {
    display: none !important;
  }
  .home-products {
    padding-right: 0;
    padding-left: 0;
  }
  .home-products .headline-01 {
    margin-left: 4.2666666667vw;
  }
  .home-products .slider-block {
    margin-right: 0;
    margin-left: 0;
  }
  .home-products .slick-slide {
    width: 42.6666666667vw;
  }
  .home-products .text-block {
    margin-top: 0;
    display: block;
  }
  .home-products .catch-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
    padding: 10.6666666667vw;
    border-radius: 0;
  }
  .home-products .link-box {
    padding: 0 4.2666666667vw;
  }
  .home-products .link-box > a {
    width: 46.4vw;
    margin-left: auto;
    display: block;
  }
  .home-products .link-box > a:not(:first-child) {
    margin-top: 24px;
  }
  .support-list figure {
    height: 53.3333333333vw;
    margin-bottom: 16px;
  }
  .support-list figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-company {
    height: 131.2vw;
    margin-top: 0;
    margin-bottom: -66.1333333333vw;
    padding-top: 8.5333333333vw;
    padding-bottom: 0;
    color: #FFF;
    background: url(./images/home/company_bg.jpg) no-repeat center top/cover;
  }
  .home-company .inner {
    width: 100%;
  }
  .home-company .headline-01 {
    margin-bottom: 14.4vw;
  }
  .home-company .link-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 40px;
    display: block;
  }
  .lower-headline {
    margin-top: 21.3333333333vw;
    padding-bottom: 0;
  }
  .lower-headline .bg-text {
    font-size: 17.0666666667vw;
    top: -12.8vw;
    left: auto;
    right: 0;
  }
  .lower-headline .local-navi {
    display: none;
  }
  .lower-headline.small {
    padding-top: 64px;
  }
  .lower-headline.small .content {
    padding-bottom: 64px;
  }
  .local-bottom-navi {
    margin-top: 40px;
    padding-top: 0;
    margin-bottom: -96px;
    padding-bottom: 0;
  }
  .local-bottom-navi::after {
    content: none !important;
  }
  .local-bottom-navi .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .local-bottom-navi .navi-list {
    width: 100%;
    padding: 32px 0 64px;
    border-right: none;
  }
  .local-bottom-navi .navi-list li:not(:last-child) {
    margin-bottom: 1.3em;
  }
  .local-bottom-navi .navi-list a {
    font-size: 3.2vw;
  }
  .local-bottom-navi .navi-content {
    width: 100%;
    padding: 64px 0;
    position: relative;
  }
  .local-bottom-navi .navi-content::after {
    content: "";
    border-top: 1px solid #E2E2E2;
    position: absolute;
    bottom: 0;
    left: -4.2666666667vw;
    right: -4.2666666667vw;
  }
  .local-bottom-navi .navi-content a {
    text-align: left;
  }
  .local-bottom-navi .navi-content a:hover dl::after {
    width: 12.8vw;
    height: 12.8vw;
    right: -1.0666666667vw;
  }
  .local-bottom-navi .navi-content dl {
    padding-right: 24vw;
  }
  .local-bottom-navi .navi-content dl::after {
    content: "";
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    background-size: 2.6666666667vw 2.1333333333vw;
  }
  .local-bottom-navi .navi-content dt {
    margin-bottom: 1em;
  }
  .local-bottom-navi .navi-content dd {
    font-size: 12px;
  }
  .site-container .section-wrap:not(:last-child) .about-index-block {
    margin-bottom: -64px;
  }
  .about-index-block .visual {
    height: 53.3333333333vw;
    border-radius: 8px 0 0 8px;
  }
  .about-index-block .text {
    max-width: 552px;
    margin-top: 24px;
    margin-left: 0;
    padding: 0;
    border-radius: 0;
  }
  .about-index-block .text.pos-rt {
    margin-left: auto;
    margin-right: 96px;
  }
  .about-detail-lead .visual {
    height: 53.3333333333vw;
    margin-bottom: 48px;
    border-radius: 8px 0 0 8px;
  }
  .quality-lead-text {
    padding: 0;
    display: block;
  }
  .quality-lead-text > * {
    width: 100%;
  }
  .quality-lead-text .headline-jp {
    font-size: 8.5333333333vw;
  }
  .quality-lead-text p {
    letter-spacing: 0.04em;
  }
  .quality-block:not(:last-child) {
    margin-bottom: 80px;
  }
  .quality-block:nth-child(even) .inner {
    margin-left: 0;
    margin-right: calc(50% - 50vw);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .quality-block:nth-child(even) .visual {
    margin-left: 0;
    border-radius: 8px 0 0 8px;
  }
  .quality-block:nth-child(even) .text {
    padding-left: 0;
    padding-right: 4.2666666667vw;
  }
  .quality-block .inner {
    margin-left: calc(50% - 50vw);
    display: block;
  }
  .quality-block .visual {
    width: 100%;
    height: 53.3333333333vw;
    margin-right: 0;
    margin-bottom: 28px;
    border-radius: 0 8px 8px 0;
  }
  .quality-block .text {
    padding-left: 4.2666666667vw;
  }
  .feature-lead-text {
    padding: 0;
  }
  .feature-lead-text .headline-jp {
    margin-bottom: 36px;
  }
  .feature-lead-text .lead-column {
    display: block;
  }
  .feature-lead-text .text {
    width: 100%;
  }
  .feature-lead-text .image {
    width: 100%;
    margin-top: 48px;
  }
  .about-feature-block .visual {
    height: 42.6666666667vw;
    margin-bottom: 32px;
  }
  .about-feature-block .visual .image {
    width: 53.3333333333vw;
    height: 100%;
    border-radius: 8px;
  }
  .about-feature-block .visual .image:not(:last-child) {
    margin-right: 2.1333333333vw;
  }
  .about-feature-block .visual .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-feature-block .text {
    padding: 0;
    display: block;
  }
  .about-feature-block .title {
    width: 100%;
    margin-right: 0;
  }
  .about-feature-block .title01 {
    margin-bottom: 1em;
    font-size: 3.7333333333vw;
  }
  .about-feature-block .title02 {
    margin-bottom: 1.5em;
    font-size: 4.2666666667vw;
  }
  .about-feature-product {
    border-radius: 12px;
    overflow: hidden;
    display: block;
  }
  .about-feature-product .image {
    width: 100%;
    height: 69.3333333333vw;
  }
  .about-feature-product .text {
    width: 100%;
    padding: 32px 24px;
  }
  .process-lead-text {
    margin-top: 0;
  }
  .process-lead-text p {
    text-align: left;
  }
  .process-flow-list {
    padding-top: 17.0666666667vw;
    padding-bottom: 17.0666666667vw;
  }
  .process-flow-list::before {
    border-radius: 0 8px 8px 0;
    right: 52.2666666667vw;
  }
  .process-flow-list li {
    padding: 0 0 0 24vw;
    display: block;
  }
  .process-flow-list li:not(:last-child) {
    margin-bottom: 64px;
  }
  .process-flow-list .image {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 5.3333333333vw;
  }
  .process-flow-list .count {
    font-size: 4.2666666667vw;
    top: 9.0666666667vw;
    -webkit-transform: none;
            transform: none;
  }
  .process-flow-list .count span {
    font-size: 10.6666666667vw;
  }
  .process-flow-list dt {
    margin-bottom: 0.8em;
    font-size: 4.2666666667vw;
  }
  .products-index-lead .visual-products {
    margin-bottom: 32px;
    border-radius: 8px 0 0 8px;
  }
  .products-index-lead .slick-slide {
    width: 42.6666666667vw;
    height: 42.6666666667vw;
  }
  .products-index-lead .text-block {
    position: relative;
  }
  .products-index-lead .text {
    width: 100%;
  }
  .products-index-lead .link-box {
    width: 100%;
    margin-top: 32px;
    padding: 32px 28px;
    position: relative;
    top: 0;
  }
  .products-index-lead .link-box:hover dl::after {
    width: 12.8vw;
    height: 12.8vw;
    right: -1.0666666667vw;
  }
  .products-index-lead .link-box dl {
    padding-right: 17.6vw;
  }
  .products-index-lead .link-box dl::after {
    content: "";
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    background-size: 2.6666666667vw 2.1333333333vw;
  }
  .products-index-lead .link-box dd {
    font-size: 12px;
  }
  .products-index-list {
    margin-top: 0;
    margin-bottom: -198px;
    padding-bottom: 198px;
  }
  .products-index-list .content {
    display: block;
  }
  .products-index-list .title-block {
    width: 100%;
    margin-right: 0;
  }
  .products-index-list .products-list {
    margin-top: 0;
    padding-bottom: 80px;
  }
  .products-index-list .col-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .products-index-list .link-block {
    width: 47.8%;
  }
  .products-index-list .text01 {
    width: 47.8%;
    margin-top: 0;
  }
  .products-index-list .text01 dd {
    font-size: 12px !important;
  }
  .products-archive-list .products-list {
    margin-bottom: -80px;
  }
  .products-archive-list .products-list .col-inner {
    margin-bottom: 80px;
  }
  .search-navi {
    max-width: 91.4666666667vw;
    border-radius: 8px;
    position: absolute;
    top: -44px;
    right: 4.2666666667vw;
  }
  .search-navi.is-fixed {
    top: 19.2vw;
  }
  .search-navi .parent {
    height: 48px;
  }
  .search-navi .search-button {
    width: 56px;
  }
  .search-navi .search-button img {
    width: 24px;
    height: 24px;
  }
  .search-navi .navi-list {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow-y: auto;
  }
  .search-navi .navi-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .search-navi .navi-list li {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .search-navi .navi-list li:not(:last-child) {
    margin-right: 8px;
  }
  .search-navi .navi-list .search-parent {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 24px;
    padding: 0 12px;
    border-radius: 12px;
    font-size: 10px;
  }
  .search-navi .child-navi {
    margin-bottom: -48px;
    padding: 48px;
    border-top: 1px solid #FFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .search-navi .child-navi li {
    width: 46%;
    margin-bottom: 48px;
  }
  .search-navi .child-navi li a {
    display: block;
  }
  .search-navi .keyword-search-wrap {
    padding-right: 48px;
  }
  .search-navi .btn-delete {
    width: 24px;
    height: 24px;
    top: 12px;
    right: 12px;
  }
  .search-navi .btn-delete::before, .search-navi .btn-delete::after {
    height: 24px;
  }
  .search-keyword {
    width: 91.4666666667vw;
    top: -44px;
    right: 4.2666666667vw;
  }
  .search-keyword.is-fixed {
    top: 19.2vw;
  }
  .search-keyword .btn-delete {
    width: 2.4rem;
    height: 2.4rem;
    top: calc(50% - 1.2rem);
  }
  .search-keyword .search-button {
    width: 21.3333333333vw;
  }
  .search-keyword .search-button img {
    width: 4.8vw;
  }
  .products-list .image {
    padding-bottom: 64%;
  }
  .products-list .name {
    font-size: 14px;
  }
  .products-detail-block {
    padding-top: 92px;
  }
  .products-area01 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .products-detail-lead {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }
  .product-detail-image {
    margin-bottom: 24px;
  }
  .product-detail-image .slick-list {
    border-radius: 8px 0 0 8px;
  }
  .products-series {
    margin-bottom: 1.2em;
    font-size: 3.2vw;
    color: #E30A20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .products-series::before {
    margin-right: 4px;
  }
  .products-copy {
    font-size: 3.2vw;
    font-weight: 700;
  }
  .products-title {
    font-size: 4.2666666667vw;
  }
  .products-area02 {
    display: block;
  }
  .products-area02 .button-area {
    width: 86%;
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
  }
  .product-detail-spec {
    width: auto;
    margin-top: 48px;
    margin-left: -4.2666666667vw;
    margin-right: -4.2666666667vw;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
    padding-top: 48px;
    padding-bottom: 48px;
    border-radius: 0 0;
  }
  .product-detail-spec .spec-area {
    padding-right: 0;
    font-size: 3.2vw;
  }
  .product-detail-spec .spec-area dl {
    padding: 12px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #E2E2E2;
  }
  .product-detail-spec .spec-area dl:last-child {
    border-bottom: 1px solid #E2E2E2;
  }
  .product-detail-spec .spec-area dt {
    width: 26.6666666667vw;
  }
  .product-detail-spec .icon-list {
    margin-top: 24px;
    margin-bottom: -2.1333333333vw;
    padding-right: 0;
  }
  .product-detail-spec .icon-list li {
    width: 100%;
    margin-bottom: 2.1333333333vw;
  }
  .product-detail-spec .icon-list img {
    width: 12.8vw;
    margin-right: 4.2666666667vw;
  }
  .product-detail-spec .icon-list span {
    font-size: 3.2vw;
  }
  .support-use-index-block {
    margin-bottom: 0;
  }
  .support-use-index-block .image-area {
    height: 53.3333333333vw;
    margin-bottom: 16px;
  }
  .support-use-index-block .text-area {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .sp-lead {
    margin-bottom: 64px;
  }
  .support-use-index-manual {
    padding-top: 48px;
    padding-bottom: 64px;
  }
  .manual-list-column {
    display: block;
  }
  .manual-list-column .lead-area {
    width: 100%;
    margin-bottom: 48px;
  }
  .manual-list-column .manual-list {
    width: 100%;
  }
  .manual-list {
    display: block;
  }
  .manual-list.col2 {
    margin-bottom: 0;
  }
  .manual-list.col2 li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .manual-list.col3 {
    margin-bottom: 0;
  }
  .manual-list.col3 li {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .manual-list a {
    border-radius: 8px;
  }
  .support-use-index-manual-list {
    margin-top: 0;
  }
  .support-use-index-manual-list .col-inner {
    padding-top: 21.3333333333vw;
    position: relative;
  }
  .support-use-index-manual-list .col-inner:not(:last-child) {
    margin-bottom: 96px;
  }
  .support-use-index-manual-list .image-area {
    margin-bottom: 32px;
  }
  .support-use-index-manual-list .text-area {
    padding-right: 0;
  }
  .support-use-index-manual-list .headline-02 {
    margin-bottom: 16px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .support-use-index-manual-list .link-button {
    margin-top: 32px;
  }
  .support-consideration-index-list .image-area {
    margin-bottom: 16px;
  }
  .support-consideration-index-list .text-area {
    padding-right: 0;
  }
  .support-index-order-made {
    height: 122.6666666667vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8.5333333333vw;
    padding-bottom: 8.5333333333vw;
  }
  .support-index-order-made .content {
    height: 100%;
  }
  .support-index-order-made .link-block {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }
  .support-index-order-made .link-block::after {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    background-size: 2.6666666667vw 2.1333333333vw;
    top: auto;
    bottom: 1.8666666667vw;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
  .support-index-order-made .link-block:hover::after {
    width: 12.8vw;
    height: 12.8vw;
    right: -1.0666666667vw;
  }
  .support-index-order-made .headline-01 {
    margin-bottom: 16px;
  }
  .support-index-order-made .headline-jp {
    margin-bottom: 16px;
  }
  .support-index-order-made p {
    padding-right: 24vw;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .use02-flow {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .use02-flow .main-box {
    width: 100%;
    margin-bottom: -24px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .use02-flow .main-box > *:not(:last-child) {
    margin-bottom: 24px;
  }
  .use02-flow .main-box figure {
    width: 48%;
  }
  .use02-flow .main-box img {
    border-radius: 8px;
  }
  .use02-flow .main-box .image01 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .use02-flow .main-box .image02 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .use02-flow .main-box p {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .use02-flow .arrow {
    display: none;
  }
  .use02-flow .flow-box {
    width: 100%;
  }
  .use02-flow .flow-box dt {
    text-align: left;
  }
  .use02-flow .flow01 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .use02-flow .flow02 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .use-flow-list.horizon li {
    width: 100%;
  }
  .use03-flow .img-round {
    width: 74%;
    margin-right: auto;
    margin-left: auto;
  }
  .use04-flow {
    display: block;
  }
  .use04-flow .flow-box {
    width: 100%;
  }
  .use04-flow .flow-box:not(:last-child) {
    margin-bottom: 64px;
  }
  .use06-column {
    display: block;
  }
  .use06-column .text-area {
    width: 100%;
  }
  .use06-column ul {
    margin-bottom: -1em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .use06-column ul li {
    width: 48%;
    margin-right: 0;
  }
  .use06-column .use06-flow {
    width: 100%;
    margin-top: 48px;
  }
  .use06-column .use06-flow li {
    width: 48%;
  }
  .support-use07-block {
    padding-top: 0;
  }
  .support-use07-block .inner {
    margin-left: -4.2666666667vw;
    margin-right: -4.2666666667vw;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
    padding-top: 48px;
    padding-bottom: 48px;
    border-radius: 0;
  }
  .use07-column {
    display: block;
  }
  .use07-column .image {
    width: 74%;
    height: 45.3333333333vw;
    margin-top: 48px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 8px;
  }
  .use07-column .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .support-manual-list {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
  .support-manual-list .list-header {
    display: none;
  }
  .support-manual-list .list-body {
    display: block;
    border-bottom: 1px solid #E2E2E2;
  }
  .support-manual-list .list-body:not(:last-child) {
    margin-bottom: 40px;
  }
  .support-manual-list .list-body > dt {
    width: 100%;
    margin-right: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #E2E2E2;
    line-height: 1;
  }
  .support-manual-list .list-body > dd {
    width: 100%;
  }
  .support-manual-list .list-body li {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }
  .support-manual-list .td01 {
    width: 100%;
    margin-right: 0;
  }
  .support-manual-list .td02 {
    width: 100%;
    margin-top: 5px;
    margin-right: 0;
  }
  .support-manual-list .td03, .support-manual-list .td04 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .support-manual-list .td03::before, .support-manual-list .td04::before {
    font-weight: 400;
  }
  .support-manual-list .td03 {
    margin-top: 20px;
  }
  .support-manual-list .td03::before {
    content: "取扱説明書（最新版)：";
  }
  .support-manual-list .td04 {
    margin-top: 16px;
  }
  .support-manual-list .td04::before {
    content: "取扱説明書（旧版)：";
  }
  .choose-list-block {
    margin-top: 48px;
    padding-top: 48px;
  }
  .choose-list-block::before {
    content: "";
    height: 124.5333333333vw;
    right: 4.2666666667vw;
    border-radius: 0 8px 8px 0;
  }
  .choose-list-block::after {
    content: none !important;
  }
  .choose-list-block .sub-lead {
    padding-right: 0;
  }
  .wheelchair-type-list {
    margin-top: 64px;
  }
  .wheelchair-type-list p {
    padding-right: 0;
  }
  .wheelchair-size-block + .local-bottom-navi {
    margin-top: 0;
  }
  .wheelchair-size-block .content {
    display: block;
  }
  .wheelchair-size-block .headline-area p {
    max-width: 100%;
  }
  .wheelchair-size-block .wheelchair-size {
    width: 94%;
    margin: 48px auto 0;
  }
  .wheelchair-size-list {
    margin-top: 48px;
  }
  .wheelchair-size-list li {
    padding: 16px 0;
    border-top: 1px solid #E2E2E2;
  }
  .wheelchair-size-list li:last-child {
    border-bottom: 1px solid #E2E2E2;
  }
  .wheelchair-size-list .link-text {
    width: 100%;
    height: auto;
    position: relative;
  }
  .modal-content {
    width: 92%;
    border-radius: 8px;
  }
  .modal-content .js-modal-close {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    top: -2.1333333333vw;
    right: -2.1333333333vw;
  }
  .modal-inner {
    max-height: 90vh;
  }
  .modal-size {
    display: block;
  }
  .modal-size .text-area,
  .modal-size .image-area {
    width: 100%;
    overflow: hidden;
  }
  .modal-size .text-area {
    padding: 7.4%;
  }
  .modal-size .headline-02 {
    margin-bottom: 24px;
  }
  .modal-size .image-area {
    border-radius: 0 0 8px 8px;
  }
  .modal-size .note {
    font-size: 12px;
  }
  .company-profile-block .visual {
    height: 53.3333333333vw;
  }
  .support-safety-lead-block .image-area {
    height: 53.3333333333vw;
  }
  .support-safety-lead-block .text-area {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .certification-list {
    display: block;
  }
  .certification-list .col-inner {
    width: 100%;
    margin-right: 0;
    padding: 24px;
    border-radius: 8px;
  }
  .certification-list .col-inner:not(:last-child) {
    margin-bottom: 4.2666666667vw;
  }
  .certification-list .image {
    width: 100%;
    height: 160px;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .certification-list .headline-jp {
    margin-bottom: 0.6em;
  }
  .certification-list .link-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    display: block;
  }
  .modal-text {
    padding: 24px;
  }
  .ordermade-point-block {
    margin-top: 50px;
  }
  .ordermade-point-block::before {
    height: 478px;
    right: 0;
    border-radius: 0;
  }
  .ordermade-point-block::after {
    content: none !important;
  }
  .ordermade-point-block .sub-lead {
    padding-right: 0;
  }
  .ordermade-point-list {
    margin-top: 48px;
  }
  .ordermade-point-list p {
    padding-right: 0;
  }
  .ordermade-flow-block .content {
    display: block;
  }
  .ordermade-flow-block .headline-02 {
    width: 100%;
    margin-right: 0;
  }
  .ordermade-flow-list {
    padding-top: 0;
  }
  .ordermade-flow-list li {
    padding-left: 24vw;
    display: block;
  }
  .ordermade-flow-list li:not(:last-child) {
    margin-bottom: 60px;
  }
  .ordermade-flow-list .image {
    width: 100%;
    height: 34.1333333333vw;
    margin-right: 0;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ordermade-flow-list .image img {
    width: 21.3333333333vw;
    padding: 0;
  }
  .ordermade-flow-list .count {
    font-size: 4.2666666667vw;
    top: 6.9333333333vw;
    -webkit-transform: none;
            transform: none;
  }
  .ordermade-flow-list .count span {
    font-size: 10.6666666667vw;
  }
  .ordermade-flow-list dt {
    font-size: 4.2666666667vw;
  }
  .search-parts-list {
    top: 30px;
  }
  .support-parts-list {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
  .support-parts-list .list-header {
    display: none;
  }
  .support-parts-list .list-body {
    display: block;
    border-bottom: 1px solid #E2E2E2;
  }
  .support-parts-list .list-body:not(:last-child) {
    margin-bottom: 40px;
  }
  .support-parts-list .list-body > dt {
    width: 100%;
    margin-right: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #E2E2E2;
    line-height: 1;
  }
  .support-parts-list .list-body > dd {
    width: 100%;
  }
  .support-parts-list .list-body li {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }
  .support-parts-list .td01 {
    width: 100%;
    margin-right: 0;
  }
  .support-parts-list .td02 {
    width: 100%;
    margin-top: 15px;
    margin-right: 0;
  }
  .support-parts-list .td02::before {
    content: "パーツリスト：";
    font-weight: 400;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .support-parts-list .td03 {
    margin-top: 10px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .support-parts-list .td03::before {
    content: "適応機種：";
    font-weight: 400;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .company-index-main {
    margin-bottom: 64px;
    display: block;
  }
  .company-index-main .image {
    width: 100%;
    margin-bottom: 24px;
  }
  .company-index-main .text {
    width: 100%;
  }
  .company-index-list {
    margin-bottom: 0;
    display: block;
  }
  .company-index-list .col-inner {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .company-index-list .col-inner:last-child {
    margin-bottom: 0;
  }
  .company-greeting-column {
    margin-left: 0;
    display: block;
  }
  .company-greeting-column .image-area {
    width: 100%;
  }
  .company-greeting-column .image-area > span {
    border-radius: 8px;
  }
  .company-greeting-column .image-area figcaption {
    width: 100%;
    margin-top: 1em;
    margin-left: 0;
    padding-left: 0;
    font-size: 3.2vw;
    text-align: center;
  }
  .company-greeting-column .text-area {
    width: 100%;
    margin-left: 0;
    padding-top: 64px;
  }
  .company-greeting-column p + .headline-jp {
    margin-top: 3em;
  }
  .company-address-block {
    margin-right: -4.2666666667vw;
    margin-left: -4.2666666667vw;
    display: block;
  }
  .company-address-block > * {
    width: 100%;
  }
  .company-address-block .map-box {
    height: 102.9333333333vw;
  }
  .company-address-block .map-list {
    padding: 0 4.2666666667vw;
  }
  .company-address-block .map-list > li {
    padding: 24px 0;
  }
  .company-address-block .map-list .is-current dd {
    display: block;
  }
  .company-address-block .map-list dl {
    max-width: 100%;
  }
  .company-address-block .map-list dt {
    margin-bottom: 0;
    font-size: 4.2666666667vw;
  }
  .company-address-block .map-list dd {
    margin-top: 1em;
    display: none;
  }
  .history-table .t-row {
    display: block !important;
  }
  .history-table .t-row dd {
    margin-top: 10px;
    padding-left: 32px;
  }
  .link-mynavi {
    height: 21.3333333333vw;
    margin-top: 64px;
  }
  .link-mynavi img {
    width: 66.6666666667vw;
  }
  .link-list dl {
    padding: 8px 0;
    display: block;
  }
  .link-list dl:not(:last-child) {
    margin-bottom: 0;
  }
  .link-list dt {
    display: none;
  }
  .news-archive-block .news-list li {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .news-archive-block .news-list li:not(:last-child) {
    margin-bottom: 48px;
  }
  .news-archive-block .news-list .date {
    margin-right: 20px;
    font-size: 14px;
  }
  .news-archive-block .news-list .category {
    width: 74px;
    margin-right: 0;
    border-radius: 12px;
    font-size: 10px;
  }
  .news-archive-block .news-list .title {
    margin-top: 1em;
    -webkit-line-clamp: 2;
  }
  .news-detail-wrap {
    margin-top: 0;
  }
  .news-detail-block {
    margin-top: 74px;
  }
  .news-detail-block .content {
    display: block;
  }
  .news-detail-block .link-text.back {
    bottom: -140px;
  }
  .news-header {
    width: 100%;
    margin-right: 0;
    margin-bottom: 64px;
    padding-bottom: 0;
  }
  .news-header .status {
    margin-bottom: 16px;
  }
  .news-header .date {
    margin-right: 20px;
    font-size: 14px;
  }
  .news-header .category {
    width: 74px;
    margin-right: 0;
    font-size: 10px;
  }
  .news-header .title {
    font-size: 5.3333333333vw;
  }
  .news-contents {
    width: 100%;
  }
  .news-contents h2 {
    margin-bottom: 38px;
    font-size: 4.2666666667vw;
  }
  .news-contents h2::before {
    content: "";
    width: 32px;
    height: 4px;
    margin-bottom: 22px;
    display: block;
    background-color: #E30A20;
  }
  .news-contents ul:not(:last-child) {
    margin-bottom: 2em;
  }
  .news-contents ul li {
    margin-left: 24px;
    text-indent: -24px;
  }
  .news-contents ul li::before {
    margin-right: 8px;
  }
  .news-contents * + .headline-02 {
    margin-top: 60px;
    padding-top: 60px;
    position: relative;
  }
  .news-contents * + .headline-02::after {
    content: "";
    width: 100%;
    border-top: 1px solid #E2E2E2;
    position: absolute;
    top: 0;
    left: 0;
  }
  .contact-index-block01 {
    padding-bottom: 64px;
  }
  .contact-list .col-inner {
    padding-left: 34.6666666667vw;
    position: relative;
  }
  .contact-list .col-inner:not(:last-child) {
    margin-bottom: 32px !important;
  }
  .contact-list .img-round {
    width: 29.8666666667vw;
    height: 29.8666666667vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  .contact-list .headline-jp {
    margin-bottom: 0.5em;
    font-size: 3.7333333333vw;
  }
  .contact-list p {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .contact-catalog-block {
    margin-top: 0;
    padding-top: 64px;
  }
  .contact-catalog-block .content {
    border-radius: 0;
    display: block;
    position: relative;
  }
  .contact-catalog-block .content > * {
    width: 100%;
  }
  .contact-catalog-block .image {
    height: 62.9333333333vw;
    margin-top: 21.3333333333vw;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
  }
  .contact-catalog-block .text {
    padding: 0;
  }
  .contact-catalog-block .headline-02 {
    position: absolute;
    top: 0;
    left: 0;
  }
  .contact-catalog-block .link-button {
    margin: 24px auto 0;
  }
  .contact-phone-info {
    border-radius: 8px;
  }
  .contact-phone-info dt {
    font-size: 3.7333333333vw;
  }
  .contact-phone-info .phone {
    margin-bottom: 10px;
  }
  .contact-phone-info .phone .text01 {
    font-size: 4.2666666667vw;
  }
  .contact-phone-info .phone .text01 span {
    font-size: 6.4vw;
  }
  .contact-phone-info .phone .text02 {
    font-size: 4.2666666667vw;
  }
  .contact-phone-info dd {
    font-size: 2.6666666667vw;
  }
  .contact-mail-block .link-box {
    margin-top: 48px;
  }
  .contact-mail-block .link-box .link-line {
    width: 194px;
    margin-left: auto;
  }
  .contact-mail-block .link-box .link-line:not(:last-child) {
    margin-bottom: 24px;
  }
  .contact-form-block .content {
    padding-right: 0;
  }
  .step-navi {
    margin-bottom: 64px;
    padding: 24px 0;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    position: relative;
  }
  .step-navi ol li {
    font-size: 12px;
  }
  .fomr-lead {
    margin-top: -32px;
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
  .form-confirm .form-box {
    padding: 20px 0;
    display: block;
  }
  .form-confirm .form-box dt {
    min-width: 100%;
    margin-bottom: 0.8em;
    color: rgba(51, 51, 51, 0.3);
  }
  .form-box:not(:last-child) {
    margin-bottom: 40px;
  }
  .form-box dt {
    font-size: 14px;
  }
  .form-box .form-inner:not(:last-child) {
    margin-bottom: 12px;
  }
  .form-box .required {
    font-size: 10px;
    top: 2px;
  }
  .form-box .error {
    font-size: 12px;
  }
  .form-box .note {
    margin-top: 1em;
    color: #868585;
  }
  .form-column .col-inner:not(:last-of-type) {
    margin-right: 8px;
  }
  .form-control {
    padding: 11px 1em;
    border-radius: 4px;
    font-size: 16px;
  }
  .form-postcode::before {
    top: 12px;
    left: 1em;
  }
  .form-postcode .form-control {
    padding-left: 2em;
  }
  select {
    background-position: right 18px center;
  }
  select.form-control {
    padding-right: 36px;
  }
  .form-button-area {
    margin-top: 64px;
    display: block;
  }
  .form-button-area .link-button {
    margin-top: 0;
  }
  .form-button-area .link-button:not(:last-child) {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .radio-wrap.sp_vertical {
    margin-bottom: -20px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }
  .radio-wrap.sp_vertical > * {
    margin-right: 0;
    margin-bottom: 12px;
    display: block;
  }
  .radio-wrap.sp_vertical > *:last-child {
    margin-right: 0;
  }
  .content-type01 .headline-02 {
    margin-top: 64px;
    padding-top: 64px;
    position: relative;
  }
  .content-type01 .headline-02::after {
    content: "";
    width: 100%;
    border-bottom: 1px solid #E2E2E2;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sitemap-wrap {
    display: block;
  }
  .sitemap-box:not(:last-child) {
    margin-bottom: 64px;
  }
  .sitemap-box.col1 {
    margin-bottom: 64px;
  }
  .sitemap-box.col1 .link-line {
    width: 100%;
  }
  .sitemap-box.col4 {
    width: 100%;
  }
  .sitemap-box dd {
    margin-top: 28px;
  }
  .sitemap-box dd + dt {
    margin-top: 60px;
  }
  .sitemap-box dd > ul > li:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .headline-404 .content {
    padding-bottom: 0 !important;
    border-bottom: none !important;
  }
  .stock-table {
    overflow-x: scroll;
  }
  .stock-list {
    min-width: 500px;
    font-size: 1.2rem;
  }
  .stock-list .th01 {
    width: 30%;
  }
  .stock-list .th02, .stock-list .th03, .stock-list .th04 {
    width: 15%;
  }
  .stock-list .th05 {
    width: 25%;
  }
  .stock-category-button {
    margin-bottom: 3rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-size: 1.2rem;
  }
  .stock-category-button li {
    width: 48%;
    margin-bottom: 4%;
  }
  .stock-category-button li:not(:last-child) {
    margin-right: 0;
  }
  .user-login-form {
    padding: 3rem 2rem;
  }
  .user-login-form .ttl {
    font-size: 4.2666666667vw;
  }
  .swpm-label {
    font-size: 3.7333333333vw;
  }
  .swpm-username-input input,
  .swpm-password-input input {
    padding: 0.8em 1em;
    font-size: 16px;
  }
}