body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #2E2E2E;
  position: relative;
  overflow-x: hidden;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
body:has(#toggle-menu-btn:checked), body:has(.modal_window.is-open), body:has(.lum-lightbox.lum-open) {
  overflow-y: hidden;
}
body * {
  min-width: 0;
  min-height: 0;
}

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

img.imgauto {
  display: block;
  width: 100%;
}

img.fit_cover {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

picture {
  display: block;
  height: 100%;
}

iframe {
  width: 100%;
}

h1, h2, h3, h4 {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  h1, h2, h3, h4 {
    line-height: 1.1;
  }
}
@media screen and (max-width: 1024px) {
  h1, h2, h3, h4 {
    line-height: 1.33;
  }
}

em {
  font-weight: bold;
}

em, i {
  font-style: normal;
}

dl dt {
  font-weight: 500;
}

svg {
  display: block;
  width: 100%;
}

button:focus-visible {
  outline: none;
}

.inline_block {
  display: inline-block;
}

@media screen and (min-width: 1025px) {
  br.__sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  br.__pc {
    display: none;
  }
}
.br_clone {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a.link_disable {
  pointer-events: none;
}

.inline_link {
  text-decoration: underline;
}

.color_white {
  color: #FFF;
}

.color_blue {
  color: #004DA0;
}

.bg_white {
  background-color: #FFF;
}

.bg_gray {
  background-color: #F0F0F4;
}

.bg_gray2 {
  background-color: #E8E8EE;
}

.bg_black {
  background-color: #2E2E2E;
  color: #FFF;
}

.color_main {
  color: #E50012;
}

.bg_main {
  background-color: #E50012;
  color: #FFF;
}

.__black {
  font-weight: 900;
}

.__bold {
  font-weight: 700;
}

.__medium {
  font-weight: 500;
}

.font_en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}

.fs12 {
  font-size: 12px;
}

@media screen and (min-width: 1025px) {
  .fs14 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .fs14 {
    font-size: 12px;
  }
}

@media screen and (min-width: 1025px) {
  .fs18 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .fs18 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .fs16 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .fs16 {
    font-size: 14px;
  }
}

@media screen and (min-width: 1025px) {
  .fs20 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .fs20 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .fs22 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .fs22 {
    font-size: 18px;
  }
}

@media screen and (min-width: 1025px) {
  .fs24 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .fs24 {
    font-size: 18px;
  }
}

@media screen and (min-width: 1025px) {
  .fs28 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .fs28 {
    font-size: 22px;
  }
}

.lh10 {
  line-height: 1;
}

.lh20 {
  line-height: 2;
}

.ls0 {
  letter-spacing: 0;
}

.ls10 {
  letter-spacing: 0.1em;
}

.marker {
  background: linear-gradient(180deg, transparent 70%, #FBF58D 70%);
}

.fit_center {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.ovhidden {
  overflow: hidden;
}

.container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .container {
    width: 80vw;
    max-width: 1366px;
    min-width: 900px;
  }
  .container.__narrow {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1366px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: 90vw;
    max-width: 640px;
  }
}

.wide_wrapper {
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .wide_wrapper {
    width: 95%;
    max-width: 1728px;
    padding-block: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .wide_wrapper {
    width: 100%;
    max-width: 960px;
    padding-block: 28px;
  }
}

.position_rel {
  position: relative;
}

a,
a .btn_txt,
a .btn_icon,
a .btn_icon svg,
a .btn_arw,
a .btn_arw svg {
  transition: all ease 0.5s;
}

a.hover_zoom {
  display: block;
  overflow: hidden;
}
a.hover_zoom img {
  transition: all ease 0.5s;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
  a.hover_zoom:hover {
    opacity: 1;
  }
  a.hover_zoom:hover img {
    transform: scale(1.1);
  }
}
a.text_link {
  color: #E50012;
  text-decoration: underline;
}

.__invisible {
  visibility: hidden;
  height: 0;
}

.__sp_only {
  display: none;
}

@media screen and (max-width: 1024px) {
  .__pc_only {
    display: none;
  }
  .__sp_only {
    display: block;
  }
}
.site-main {
  position: relative;
  z-index: 1;
}

.site-footer {
  position: relative;
  z-index: 1;
}

.link_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all ease 0.5s;
  height: 40px;
  padding-inline: 20px;
  border-radius: 20px;
}
.link_button::before {
  display: block;
  width: 0;
  height: 0;
  content: "";
}
.link_button .btn_txt {
  font-weight: 700;
}
.link_button .btn_arw {
  width: 6px;
  flex-shrink: 0;
}
.link_button.btn_red {
  background-color: #E50012;
  border: 2px solid #E50012;
}
.link_button.btn_red .btn_txt {
  color: #FFF;
}
.link_button.btn_red .btn_arw svg {
  stroke: #FFF;
}
.link_button.btn_center {
  margin-inline: auto;
}
.link_button.btn_center .btn_txt {
  flex-grow: 1;
  text-align: center;
}
.link_button .btn_icon {
  width: var(--icon-width);
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .link_button {
    width: 382px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .link_button {
    width: 100%;
    max-width: 350px;
    height: 40px;
    margin-inline: auto;
  }
}

button.link_button {
  pointer-events: none;
}

@media (hover: hover) {
  a.link_button:hover {
    opacity: 1;
  }
  a:hover button.link_button.btn_red,
  .link_button.btn_red:hover {
    background-color: #FFF;
  }
  a:hover button.link_button.btn_red .btn_txt,
  .link_button.btn_red:hover .btn_txt {
    color: #E50012;
  }
  a:hover button.link_button.btn_red .btn_arw svg,
  .link_button.btn_red:hover .btn_arw svg {
    stroke: #E50012;
  }
}
.breadcrumb {
  white-space: nowrap;
  overflow: auto;
}
@media screen and (min-width: 1025px) {
  .breadcrumb {
    padding-top: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .breadcrumb {
    padding-top: 8px;
  }
}
.breadcrumb .bc_container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
.breadcrumb span {
  font-size: 12px;
}
.breadcrumb span[property=itemListElement] {
  flex-shrink: 0;
}
.breadcrumb span[property=itemListElement] a {
  display: inline-block;
  position: relative;
}
.breadcrumb span[property=itemListElement] a:hover {
  opacity: 1;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

body *.mb0 {
  margin-bottom: 0;
}

.mb1em {
  margin-bottom: 1em;
}

@media screen and (min-width: 1025px) {
  .c-section {
    padding-top: 104px;
    padding-bottom: 147px;
  }
}
@media screen and (max-width: 1024px) {
  .c-section {
    padding-top: 60px;
    padding-bottom: 94px;
  }
}

.c-text {
  letter-spacing: 0;
}
@media screen and (min-width: 1025px) {
  .c-text {
    font-size: 15px;
    line-height: 2.4;
  }
}
@media screen and (max-width: 1024px) {
  .c-text {
    font-size: 14px;
  }
}
.c-text + .c-text {
  margin-top: 1em;
}
.c-text span {
  display: inline-block;
}
.c-text.__note {
  font-size: 14px;
}
.c-text.__indent {
  padding-left: 1em;
}
.c-text em {
  font-weight: 700;
  font-size: 1.5em;
}

.c-icon {
  width: var(--icon-width);
}

.nowrap {
  white-space: nowrap;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

@media screen and (min-width: 1025px) {
  .mb20 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .mb20 {
    margin-bottom: 14px;
  }
}

@media screen and (min-width: 1025px) {
  .mb30 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .mb30 {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .mb40 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .mb40 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .mb50 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .mb80 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .mt30 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .mt30 {
    margin-top: 16px;
  }
}

.pb50 {
  padding-bottom: 50px;
}

@media screen and (min-width: 1025px) {
  .pb80 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .pb80 {
    padding-bottom: 40px;
  }
}

.c-table {
  width: 100%;
}
.c-table th, .c-table td {
  vertical-align: middle;
  border: 1px solid #C0C0C0;
  line-height: 1.5;
}
.c-table th {
  font-weight: 700;
  background-color: #F0F0F4;
}
.c-table td {
  background-color: #FFF;
}
@media screen and (min-width: 1025px) {
  .c-table th, .c-table td {
    padding-block: 26px;
    padding-inline: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .c-table.sp_wrap th, .c-table.sp_wrap td {
    display: block;
    width: 100%;
  }
  .c-table th, .c-table td {
    padding-block: 12px;
    padding-inline: 16px;
  }
  .c-table td {
    padding-left: 24px;
  }
}

.bg_img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  [data-aos-delay] {
    transition-delay: 0s !important;
  }
}
.c-card {
  background-color: #FFF;
  border-radius: 6px;
  position: relative;
  box-shadow: 0 6px 10px rgba(46, 46, 46, 0.2);
}

.lum-lightbox.lum-open {
  z-index: 1001;
}

.timeline {
  display: flex;
}
.timeline dt {
  font-weight: 700;
  position: relative;
}
.timeline dt small {
  display: block;
  font-size: 0.75em;
  line-height: 1;
}
.timeline dt::before, .timeline dt::after {
  display: block;
  background-color: #E50012;
  position: absolute;
  content: "";
}
.timeline dt::before {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  right: 0;
  top: calc(0.25em + 6px);
}
.timeline dt::after {
  width: 1px;
  height: calc(100% + 20px);
  right: 0.5em;
  top: calc(0.25em + 6px);
}
.timeline:last-child dt::after {
  height: 0;
}
.timeline dt, .timeline dd {
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .timeline dt, .timeline dd {
    font-size: 16px;
    padding-block: 6px;
  }
  .timeline dt {
    flex-basis: 100px;
    flex-shrink: 0;
  }
  .timeline dd {
    padding-left: 20px;
  }
  .timeline + .timeline {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .timeline dt, .timeline dd {
    padding-block: 6px;
  }
  .timeline dt {
    flex-basis: 77px;
    flex-shrink: 0;
  }
  .timeline dd {
    padding-left: 10px;
  }
  .timeline + .timeline {
    margin-top: 20px;
  }
}

.splide .splide__pagination {
  position: static;
  margin-top: 15px;
}
.splide .splide__pagination__page {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: #C0C0C0;
}
.splide .splide__pagination__page.is-active {
  background-color: #E50012;
  transform: none;
}

.site-header {
  position: sticky;
  width: 100%;
  max-width: 100vw;
  z-index: 1000;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .site-header {
    height: 94px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header {
    height: 60px;
  }
}
.site-header .header_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
}
@media screen and (min-width: 1025px) {
  .site-header .header_container {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .header_container {
    padding-left: 5%;
  }
}
.site-header .site-branding {
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .site-header .site-branding {
    flex-basis: 19.2%;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .site-branding {
    flex-basis: 274px;
  }
}
.site-header .main-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 2%;
       column-gap: 2%;
  height: 100%;
  flex-grow: 1;
}
@media screen and (max-width: 1024px) {
  .site-header .main-navigation {
    display: none;
  }
}
.site-header .main-navigation .main_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 2%;
       column-gap: 2%;
  width: 100%;
  height: 100%;
  position: relative;
}
.site-header .main-navigation .main_menu > .menu-item {
  height: 100%;
  display: flex;
  align-items: center;
}
.site-header .main-navigation .main_menu > .menu-item > a {
  line-height: 2;
  font-size: clamp(11px, 1.07vw, 15px);
  font-weight: 500;
  position: relative;
  display: inline-block;
}
.site-header .main-navigation .main_menu > .menu-item > a::before {
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #E50012;
  transition: width ease 0.4s;
  content: "";
}
.site-header .main-navigation .menu-item.__pc__none {
  display: none;
}
.site-header .main-navigation .header_cta {
  display: flex;
  align-items: center;
  height: 100%;
  flex-basis: 27%;
  flex-shrink: 0;
  max-width: 418px;
}
.site-header .main-navigation .header_cta_btn {
  flex-basis: 50%;
  height: 100%;
  flex-shrink: 0;
}
.site-header .menu-item a {
  cursor: pointer;
}
@media (hover: hover) {
  .site-header .main_menu > .menu-item > a:hover {
    opacity: 1;
  }
  .site-header .main_menu > .menu-item:hover > a::before {
    width: 75%;
  }
  .site-header .main_menu > .menu-item:has(.sub_menu):hover .sub_menu {
    transform: scaleY(1);
  }
}
@media screen and (min-width: 1025px) {
  .site-header .main_menu_btn {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .main_menu_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    position: relative;
    background-color: #E50012;
  }
  .site-header .main_menu_btn ._mobile_menu_btn {
    display: block;
    position: absolute;
    width: 27px;
    height: 11px;
    inset: 0;
    margin: auto;
    cursor: pointer;
  }
  .site-header .main_menu_btn ._mobile_menu_btn ._menu_bar {
    display: block;
    height: 1px;
    position: absolute;
    background-color: #FFF;
    transition: all 0.5s;
    transform-origin: left;
  }
  .site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar1 {
    left: 0;
    top: 0%;
    width: 100%;
  }
  .site-header .main_menu_btn ._mobile_menu_btn ._menu_bar._bar2 {
    right: 0;
    top: 100%;
    width: 17px;
  }
  .site-header .main_menu_btn:active {
    border: none;
  }
}
.site-header.header_fv .header_container {
  background-color: transparent;
}
@media screen and (min-width: 1025px) {
  .site-header.header_fv .header_container {
    height: 100%;
  }
}
.site-header:not(.header_fv) .header_container {
  background-color: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 1025px) {
  .site-header:not(.header_fv) .header_container {
    height: 60px;
  }
}
.site-header:not(.header_fv) .header_cta_btn {
  row-gap: 0;
}
.site-header:not(.header_fv) .header_cta_btn .btn_icon {
  height: 0;
}
@media (hover: hover) {
  .site-header .header_cta_btn:hover {
    opacity: 1;
  }
  .site-header .main-navigation .header_cta_btn.btn_red:hover {
    background-color: #FFF;
  }
  .site-header .main-navigation .header_cta_btn.btn_red:hover .btn_txt {
    color: #E50012;
  }
  .site-header .main-navigation .header_cta_btn.btn_red:hover .btn_icon svg {
    fill: #E50012;
  }
  .site-header .main-navigation .header_cta_btn.btn_black:hover {
    background-color: #FFF;
  }
  .site-header .main-navigation .header_cta_btn.btn_black:hover .btn_txt {
    color: #2E2E2E;
  }
  .site-header .main-navigation .header_cta_btn.btn_black:hover .btn_icon svg {
    fill: #2E2E2E;
  }
}

#toggle-menu-btn {
  display: none;
}

#toggle-menu-btn:checked ~ .site-header .header_container ._mobile_menu_btn {
  width: 18px;
  height: 18px;
}
#toggle-menu-btn:checked ~ .site-header .header_container ._menu_bar._bar1 {
  width: 141.4213562373%;
  transform: rotate(45deg);
}
#toggle-menu-btn:checked ~ .site-header .header_container ._menu_bar._bar2 {
  width: 141.4213562373%;
  transform: rotate(-45deg);
  left: 0;
}

.mobile_modal_window {
  display: block;
  width: 100%;
  max-width: 100vw;
  height: 0;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  transition: all ease 0.5s;
  background-color: rgba(255, 255, 255, 0.95);
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .mobile_modal_window {
    display: none;
  }
}
.mobile_modal_window .modal_inner {
  height: 100%;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-inline: 5%;
}
.mobile_modal_window .modal_nav .main_menu {
  margin-bottom: 34px;
}
.mobile_modal_window .modal_nav .menu-item {
  border-bottom: 1px solid #D5D5D5;
}
.mobile_modal_window .modal_nav .menu-item a {
  display: block;
  width: 100%;
  line-height: 2;
  padding-block: 9px;
}
.mobile_modal_window .modal_nav .menu-item:last-child {
  border-bottom: none;
}
.mobile_modal_window .header_cta {
  display: flex;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.mobile_modal_window .header_cta_btn {
  flex-basis: 50%;
  height: 94px;
}

#toggle-menu-btn:checked ~ .mobile_modal_window {
  height: 100vh;
  z-index: 999;
}

body.page-system-building .main-navigation .main_menu .menu_system > a::before,
body.page-reason .main-navigation .main_menu .menu_reason > a::before,
body.page-products .main-navigation .main_menu .menu_products > a::before,
body.page-company .main-navigation .main_menu .menu_company > a::before,
body.page-shopinfo .main-navigation .main_menu .menu_company > a::before,
body.post-type-archive-usage .main-navigation .main_menu .menu_usage > a::before,
body.post-type-archive-works .main-navigation .main_menu .menu_works > a::before,
body.tax-works-cat .main-navigation .main_menu .menu_works > a::before,
body.post-type-archive-faq .main-navigation .main_menu .menu_faq > a::before,
body.post-type-archive-column .main-navigation .main_menu .menu_column > a::before,
body.tax-column-cat .main-navigation .main_menu .menu_column > a::before,
body.single-usage .main-navigation .main_menu .menu_usage > a::before,
body.single-works .main-navigation .main_menu .menu_works > a::before,
body.single-column .main-navigation .main_menu .menu_column > a::before {
  width: 75%;
}

.home_link {
  display: block;
  width: 100%;
}
.home_link .logo_txt {
  display: block;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .home_link .logo_txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .home_link .logo_txt {
    font-size: 10px;
  }
}

.header_cta_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header_cta_btn .btn_icon {
  width: var(--icon-width);
  height: var(--icon-height);
}
.header_cta_btn .btn_icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #FFF;
}
.header_cta_btn .btn_txt {
  font-weight: 700;
  color: #FFF;
}
.header_cta_btn.btn_black {
  background-color: #2E2E2E;
}
.header_cta_btn.btn_red {
  background-color: #E50012;
}
@media screen and (min-width: 1025px) {
  .header_cta_btn {
    row-gap: 12px;
  }
  .header_cta_btn .btn_txt {
    font-size: clamp(12px, 0.94vw, 16px);
  }
}
.site-footer {
  position: relative;
}
.site-footer .footer_container {
  display: flex;
}
.site-footer .footer_nav {
  display: flex;
}
.site-footer .footer_nav .menu-title {
  margin-bottom: 0.5em;
}
.site-footer .footer_nav .menu-item {
  line-height: 2;
}
.site-footer .footer_nav__phone {
  line-height: 1.1;
}
.site-footer .footer_nav__estimate {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  background-color: #FFF;
}
.site-footer .footer_bottom {
  background-color: #2E2E2E;
}
.site-footer .footer_bottom__container {
  display: flex;
}
.site-footer .footer_copyright {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_container {
    justify-content: space-between;
    padding-block: 90px;
  }
  .site-footer .footer_signature {
    flex-basis: 34%;
    min-width: 350px;
    flex-shrink: 0;
  }
  .site-footer .home_link {
    margin-bottom: 12px;
  }
  .site-footer .footer_desc {
    font-size: 12px;
    margin-bottom: 27px;
  }
  .site-footer .footer_nav {
    flex-grow: 1;
    justify-content: flex-end;
    -moz-column-gap: 10%;
         column-gap: 10%;
  }
  .site-footer .footer_nav__estimate {
    margin-top: 22px;
    width: 161px;
    height: 51px;
  }
  .site-footer .footer_bottom__container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 52px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_container {
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: center;
    padding-block: 35px;
  }
  .site-footer .footer_signature {
    flex-basis: fit-content;
  }
  .site-footer .home_link {
    width: 240px;
    margin-bottom: 12px;
  }
  .site-footer .footer_desc {
    font-size: 10px;
    margin-bottom: 8px;
  }
  .site-footer .footer_nav {
    flex-basis: fit-content;
    max-width: 350px;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .site-footer .footer_nav__col {
    flex-basis: 50%;
    flex-shrink: 0;
  }
  .site-footer .footer_nav__contact {
    flex-basis: 100%;
    display: flex;
  }
  .site-footer .footer_nav__contact__menu {
    flex-basis: 50%;
    flex-shrink: 0;
  }
  .site-footer .footer_nav__estimate {
    flex-basis: 50%;
    max-width: 179px;
    flex-shrink: 0;
    height: 51px;
    margin-top: 20px;
  }
  .site-footer .footer_bottom__container {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    height: 80px;
  }
  .site-footer .footer_bottom__container .footer_copyright {
    line-height: 2;
  }
}
@media (hover: hover) {
  .site-footer .footer_nav__estimate:hover {
    opacity: 1;
    background-color: #E50012;
    color: #FFF;
  }
}

.footer_cta {
  position: relative;
}
.footer_cta__container {
  display: flex;
  position: relative;
  z-index: 1;
}
.footer_cta__head .page_h2 {
  color: #FFF;
}
.footer_cta__btns {
  display: flex;
}
.footer_cta__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFF;
  border-radius: 6px;
  position: relative;
}
.footer_cta__btn::after {
  display: block;
  width: 0px;
  height: 0px;
  content: "";
}
.footer_cta__btn .btn_icon {
  width: var(--icon--width);
  flex-shrink: 0;
}
.footer_cta__btn .btn_icon svg {
  display: block;
  width: 100%;
  fill: #E50012;
}
.footer_cta__btn.__btn__tel i {
  display: block;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .footer_cta {
    padding-block: 60px;
  }
  .footer_cta__head {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .footer_cta__text {
    font-size: 18px;
  }
  .footer_cta__btns {
    -moz-column-gap: 26px;
         column-gap: 26px;
    margin-top: 60px;
  }
  .footer_cta__btn {
    flex: 1;
    height: 120px;
    padding-inline: 3%;
  }
  .footer_cta__btn .btn_txt {
    font-size: clamp(26px, 2.5vw, 32px);
  }
  .footer_cta__btn .btn_txt .font_en {
    font-size: clamp(40px, 3.9vw, 50px);
    line-height: 1;
  }
}
@media screen and (max-width: 1024px) {
  .footer_cta {
    padding-block: 35px;
  }
  .footer_cta__head {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .footer_cta__text {
    font-size: 12px;
  }
  .footer_cta__btns {
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: center;
    margin-top: 20px;
  }
  .footer_cta__btn {
    flex-basis: 100%;
    max-width: 400px;
    height: 60px;
    padding-inline: 3%;
  }
  .footer_cta__btn .btn_txt {
    font-size: 18px;
  }
  .footer_cta__btn .btn_txt .font_en {
    font-size: 24px;
    line-height: 1;
  }
}
@media (hover: hover) {
  .footer_cta__btn:hover {
    opacity: 1;
    background-color: #E50012;
  }
  .footer_cta__btn:hover .btn_txt {
    color: #FFF;
  }
  .footer_cta__btn:hover .btn_txt i {
    color: #FFF;
  }
  .footer_cta__btn:hover .btn_icon svg {
    fill: #FFF;
  }
}

.top_h2 {
  position: relative;
}
.top_h2 .h2_txt {
  font-weight: 700;
  line-height: 1;
}
.top_h2 .h2_sub_txt {
  position: relative;
  line-height: 1;
  padding-left: 20px;
  margin-bottom: 1em;
}
.top_h2 .h2_sub_txt::before {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #E50012;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(0.5em - 5px);
  content: "";
}
.top_h2 .h2_op_txt {
  color: #FFF6FF;
  letter-spacing: 0.05em;
  line-height: 1;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@media screen and (min-width: 1025px) {
  .top_h2 .h2_txt {
    font-size: 40px;
  }
  .top_h2 .h2_sub_txt {
    font-size: 20px;
  }
  .top_h2 .h2_op_txt {
    font-size: clamp(74px, 5.625vw, 108px);
  }
}
@media screen and (max-width: 1024px) {
  .top_h2 .h2_txt {
    font-size: 32px;
  }
  .top_h2 .h2_sub_txt {
    font-size: 18px;
  }
  .top_h2 .h2_op_txt {
    font-size: 64px;
  }
}

.top_section {
  position: relative;
  z-index: 1;
}
.top_section.pt0 {
  padding-top: 0;
}
.top_section.pb0 {
  padding-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .top_section {
    padding-block: 70px;
  }
  .top_section__head {
    margin-bottom: 30px;
  }
  .top_section__head .page_h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .top_section__head {
    margin-bottom: 20px;
  }
  .top_section__head .fs16 {
    font-size: 12px;
  }
  .top_section__head .page_h2 {
    margin-bottom: 12px;
  }
  .top_section {
    padding-block: 35px;
  }
}

.top_mv {
  position: relative;
}
.top_mv__container {
  position: relative;
  z-index: 1;
}
.top_mv__award {
  border-radius: 6px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2.09;
  padding-inline: 1em;
}
.top_mv__catch {
  position: relative;
}
.top_mv__catch__p {
  display: flex;
  align-items: center;
}
.top_mv__bg {
  top: unset;
}
.top_mv__grid {
  display: grid;
}
.top_mv__grid__item {
  position: relative;
  aspect-ratio: 1/1;
  border: 1px solid #FFF;
  border-radius: 50%;
  overflow: hidden;
}
.top_mv__grid__item__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.top_mv__grid__item__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.top_mv__grid__p {
  line-height: 1.33;
  text-align: center;
}
.top_mv__grid__data {
  line-height: 1;
}
.top_mv__grid__note {
  line-height: 1.4;
  text-align: center;
}
.top_mv__cta {
  display: flex;
  align-items: center;
  background-color: #E50012;
  border: 2px solid #E50012;
  color: #FFF;
  position: relative;
}
.top_mv__cta::after {
  display: block;
  width: 1px;
  height: 0px;
  content: "";
}
.top_mv__cta .btn_icon svg {
  display: block;
  width: 100%;
  fill: #FFF;
}
.top_mv__cta .btn_txt {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .top_mv {
    height: 830px;
  }
  .top_mv__bg {
    bottom: 0;
    height: calc(100% + 94px);
  }
  .top_mv__bg img {
    -o-object-position: left;
       object-position: left;
  }
  .top_mv__container {
    padding-top: 25px;
    padding-left: 4.5%;
  }
  .top_mv__award {
    font-size: 21px;
    margin-bottom: 17px;
  }
  .top_mv__catch {
    margin-bottom: 85px;
  }
  .top_mv__catch__h2 {
    font-size: 88px;
    line-height: 1;
    margin-bottom: 17px;
  }
  .top_mv__catch__logo {
    flex-basis: 469px;
  }
  .top_mv__catch__txt {
    font-size: 45px;
  }
  .top_mv__grid {
    width: 963px;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 70px;
  }
  .top_mv__grid__item__bg {
    backdrop-filter: blur(2px);
  }
  .top_mv__grid__item {
    width: 234px;
  }
  .top_mv__grid__p {
    font-size: 24px;
  }
  .top_mv__grid__data {
    font-size: 21px;
  }
  .top_mv__grid__data em {
    font-size: 70px;
  }
  .top_mv__grid__note {
    font-size: 12px;
  }
  .top_mv__cta {
    width: 382px;
    height: 70px;
    padding-inline: 35px;
    justify-content: space-between;
  }
  .top_mv__cta .btn_icon {
    width: 22px;
  }
  .top_mv__cta .btn_txt {
    font-size: 20px;
  }
  .top_mv__cta.__sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .top_mv {
    height: 540px;
  }
  .top_mv__bg {
    bottom: 0;
    height: calc(100% + 60px);
  }
  .top_mv__container {
    padding-top: 14px;
    padding-inline: 3.3%;
  }
  .top_mv__award {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    margin-bottom: 9px;
    margin-inline: auto;
  }
  .top_mv__catch {
    margin-bottom: 20px;
  }
  .top_mv__catch__h2 {
    font-size: 30px;
    line-height: 1;
    text-align: center;
    margin-bottom: 9px;
  }
  .top_mv__catch__p {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    justify-content: center;
  }
  .top_mv__catch__logo {
    flex-basis: 41%;
    max-width: 165px;
  }
  .top_mv__catch__txt {
    font-size: 16px;
    white-space: nowrap;
  }
  .top_mv__grid {
    width: 100%;
    max-width: 370px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
    margin-inline: auto;
  }
  .top_mv__grid__item {
    width: 164px;
    margin-inline: auto;
  }
  .top_mv__grid__item__bg {
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
  }
  .top_mv__grid__p {
    font-size: 13px;
  }
  .top_mv__grid__data {
    font-size: 14px;
  }
  .top_mv__grid__data em {
    font-size: 55px;
  }
  .top_mv__grid__note {
    font-size: 9px;
  }
  .top_mv__cta {
    width: 100%;
    height: 60px;
    padding-inline: 38px;
    justify-content: center;
    -moz-column-gap: 64px;
         column-gap: 64px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .top_mv__cta .btn_icon {
    width: 17px;
  }
  .top_mv__cta .btn_txt {
    font-size: 16px;
  }
  .top_mv__cta.__pc {
    display: none;
  }
}
@media (hover: hover) {
  .top_mv__cta:hover {
    opacity: 1;
    background-color: #FFF;
    border: 2px solid #E50012;
    color: #E50012;
  }
  .top_mv__cta:hover .btn_icon svg {
    fill: #E50012;
  }
}

.top_usage .usage_grid.splide {
  display: block;
}
@media screen and (min-width: 1025px) {
  .top_usage .usage_grid.splide .splide__track .splide__list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
    -moz-column-gap: 1.4%;
         column-gap: 1.4%;
  }
}

.top_products__series {
  display: flex;
  align-items: center;
}
.top_products .product_check_list li {
  position: relative;
  padding-left: 24px;
  line-height: 1.35;
  letter-spacing: 0;
  margin-bottom: 11px;
}
.top_products .product_check_list li::before {
  display: block;
  width: 19px;
  height: 19px;
  background: url("../images/icon/check.svg") center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
@media screen and (min-width: 1025px) {
  .top_products__bg {
    padding-block: 70px;
  }
  .top_products__series {
    height: 70px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding-inline: 20px;
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 1024px) {
  .top_products__bg {
    padding-block: 35px;
  }
  .top_products__series {
    height: 65px;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 14px;
  }
}
.top_products .product_grid.splide {
  display: block;
}
@media screen and (min-width: 1025px) {
  .top_products .product_grid.splide .splide__track .splide__list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
    -moz-column-gap: 1.4%;
         column-gap: 1.4%;
  }
}

.top_works .works_cat_nav {
  justify-content: flex-start;
  padding-bottom: 0;
}
.top_works .works_cat_nav .page_anchor__link {
  flex-basis: fit-content;
  flex-grow: 0;
  height: 30px;
}
.top_works .works_cat_nav .page_anchor__link .__link__txt {
  font-size: 12px;
  padding-inline: 1em;
}
.top_works .works_cat_nav .page_anchor__link:not(.works_all) {
  background-color: #EEE;
  border-color: #EEE;
  color: #2E2E2E;
}
@media screen and (min-width: 1025px) {
  .top_works .works_cat_nav {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .top_works .works_cat_nav {
    margin-bottom: 20px;
  }
}
@media (hover: hover) {
  .top_works .works_cat_nav .page_anchor__link:not(.works_all):hover {
    background-color: #E50012;
    border-color: #E50012;
    color: #FFF;
  }
}
.top_works .works_archive.splide {
  display: block;
}
@media screen and (min-width: 1025px) {
  .top_works .works_archive.splide {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .top_works .works_archive.splide {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .top_works .works_archive.splide .splide__track .splide__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

.top_yess__col {
  display: flex;
}
.top_yess__col__img .luminous {
  display: block;
}
.top_yess__col__img .luminous span {
  display: block;
  text-align: right;
}
.top_yess__data {
  display: grid;
}
.top_yess__data__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  text-align: center;
}
.top_yess__data__num {
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .top_yess__h3 {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .top_yess__txt {
    font-size: 18px;
  }
  .top_yess__col {
    -moz-column-gap: 1.9%;
         column-gap: 1.9%;
    margin-top: 30px;
  }
  .top_yess__col__txt {
    flex-grow: 1;
  }
  .top_yess__col__txt > p {
    font-size: 16px;
  }
  .top_yess__col__img {
    flex-basis: 52.3%;
    flex-shrink: 0;
    border: 1px solid #E6E6E6;
    background-color: #FFF;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top_yess__col__img .luminous {
    width: 89%;
  }
  .top_yess__data {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 16px;
    margin-bottom: 16px;
  }
  .top_yess__data__item {
    height: 133px;
    padding-inline: 5%;
  }
  .top_yess__data__num {
    font-size: 20px;
  }
  .top_yess__data__num em {
    font-size: 60px;
  }
  .top_yess__data__num:not(.font_en) em {
    display: inline-block;
    font-size: 40px;
    line-height: 1.5;
  }
  .top_yess .link_button.__sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .top_yess__h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .top_yess__txt {
    font-size: 14px;
  }
  .top_yess__col {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 23px;
    margin-top: 14px;
    margin-bottom: 22px;
  }
  .top_yess__col__txt {
    flex-basis: 100%;
  }
  .top_yess__col__txt > p {
    font-size: 12px;
  }
  .top_yess__col__img {
    flex-basis: 100%;
  }
  .top_yess__col__img .luminous {
    width: 100%;
  }
  .top_yess__data {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 14px;
         column-gap: 14px;
    row-gap: 14px;
  }
  .top_yess__data__item {
    height: 119px;
    padding-inline: 5%;
  }
  .top_yess__data__item p span {
    display: inline-block;
  }
  .top_yess__data__num {
    font-size: 14px;
  }
  .top_yess__data__num em {
    font-size: 40px;
  }
  .top_yess__data__num:not(.font_en) em {
    display: inline-block;
    font-size: 30px;
    line-height: 1.5;
  }
  .top_yess .link_button.__pc {
    display: none;
  }
}

.top_reason__head {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_reason__grid {
  display: grid;
}
.top_reason__item {
  background-color: #FFF;
  position: relative;
}
.top_reason__item__tag {
  position: absolute;
  top: 0;
}
.top_reason__bg::before {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #E2EFFF;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.top_reason__bg picture {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .top_reason__head {
    -moz-column-gap: 26px;
         column-gap: 26px;
    margin-bottom: 18px;
  }
  .top_reason__head__sawada {
    flex-basis: 206px;
  }
  .top_reason__head__cross {
    flex-basis: 46px;
  }
  .top_reason__head__yess {
    flex-basis: 196px;
  }
  .top_reason__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
  }
  .top_reason__item {
    padding-top: 60px;
    padding-bottom: 30px;
    padding-inline: 5%;
  }
  .top_reason__item__tag {
    left: 0;
    line-height: 33px;
    padding-inline: 14px;
  }
  .top_reason__item__head {
    position: relative;
    margin-bottom: 20px;
  }
  .top_reason__item__h3 {
    font-size: 20px;
    max-width: 82%;
    line-height: 1.33;
  }
  .top_reason__item__h3 span {
    display: inline-block;
  }
  .top_reason__item__icon {
    display: block;
    width: var(--icon--width);
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .top_reason__bg img {
    -o-object-position: bottom;
       object-position: bottom;
  }
  .top_reason__head {
    -moz-column-gap: 14px;
         column-gap: 14px;
    margin-bottom: 18px;
  }
  .top_reason__head__sawada {
    flex-basis: 105px;
  }
  .top_reason__head__cross {
    flex-basis: 47px;
  }
  .top_reason__head__yess {
    flex-basis: 100px;
  }
  .top_reason__grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 13px;
    margin-bottom: 20px;
  }
  .top_reason__item {
    padding-top: 22px;
    padding-bottom: 30px;
    padding-inline: 5%;
  }
  .top_reason__item__tag {
    right: 0;
    line-height: 25px;
    font-size: 12px;
    padding-inline: 14px;
  }
  .top_reason__item__head {
    position: relative;
    margin-bottom: 20px;
  }
  .top_reason__item__h3 {
    font-size: 16px;
  }
  .top_reason__item__h3 span {
    display: inline-block;
  }
  .top_reason__item__icon {
    display: none;
  }
}

.top_cta__container {
  display: flex;
}
.top_cta__btns {
  display: flex;
}
.top_cta__btn {
  display: flex;
  align-items: center;
  background-color: #FFF;
  border-radius: 6px;
}
.top_cta__btn .btn_icon {
  width: var(--icon--width);
  height: 30px;
}
.top_cta__btn .btn_icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #E50012;
}
@media screen and (min-width: 1025px) {
  .top_cta__container {
    align-items: center;
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
  .top_cta__txt {
    flex-grow: 1;
  }
  .top_cta__btns {
    flex-basis: 46.8%;
    flex-shrink: 0;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .top_cta__btn {
    flex-basis: 50%;
    height: 200px;
    flex-direction: column;
    justify-content: center;
    row-gap: 16px;
  }
  .top_cta__btn .btn_arw {
    width: 40px;
    height: 40px;
    background-color: #E50012;
    border-radius: 50%;
    position: relative;
  }
  .top_cta__btn .btn_arw svg {
    display: block;
    width: 6px;
    height: 12px;
    stroke: #FFF;
    position: absolute;
    inset: 0;
    margin: auto;
  }
  .top_cta__btn .btn_txt {
    font-size: clamp(28px, 2.18vw, 35px);
    line-height: 1;
  }
  .top_cta__btn .btn_txt.font_en {
    font-size: clamp(24px, 2vw, 32px);
  }
  .top_cta__h2 {
    font-size: clamp(24px, 2vw, 35px);
    line-height: 1.42;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .top_cta__container {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
  }
  .top_cta__txt {
    flex-basis: 100%;
  }
  .top_cta__btns {
    flex-basis: 100%;
    max-width: 460px;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .top_cta__btn {
    flex-basis: 100%;
    height: 60px;
    flex-direction: row;
    justify-content: space-between;
    padding-inline: 20px;
  }
  .top_cta__btn .btn_arw {
    display: none;
  }
  .top_cta__btn .btn_txt {
    font-size: 18px;
  }
  .top_cta__btn .btn_txt.font_en {
    font-size: 22px;
  }
  .top_cta__btn::after {
    display: block;
    width: 0;
    height: 0;
    content: "";
  }
  .top_cta__h2 {
    font-size: 18px;
    line-height: 1.44;
    margin-bottom: 0.5em;
  }
}
@media (hover: hover) {
  .top_cta__btn:hover {
    opacity: 1;
    background-color: #E50012;
  }
  .top_cta__btn:hover .btn_txt {
    color: #FFF;
  }
  .top_cta__btn:hover .btn_icon svg {
    fill: #FFF;
  }
  .top_cta__btn:hover .btn_arw {
    background-color: #FFF;
  }
  .top_cta__btn:hover .btn_arw svg {
    stroke: #E50012;
  }
}

.top_about__content {
  display: flex;
}
.top_about__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.top_about__value {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
@media screen and (min-width: 1025px) {
  .top_about__content {
    flex-direction: row-reverse;
    align-items: flex-start;
    -moz-column-gap: 1.9%;
         column-gap: 1.9%;
  }
  .top_about__content__img {
    flex-basis: 52.3%;
    flex-shrink: 0;
  }
  .top_about__content_txt {
    flex-grow: 1;
  }
  .top_about__grid {
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .top_about__value {
    height: 94px;
    font-size: 15px;
    line-height: 1.33;
  }
  .top_about__value__em {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .top_about__content {
    flex-wrap: wrap;
    row-gap: 25px;
  }
  .top_about__content__img {
    flex-basis: 100vw;
    margin-inline: calc(50% - 50vw);
  }
  .top_about__content_txt {
    flex-basis: 100%;
  }
  .top_about__grid {
    gap: 14px;
    margin-top: 16px;
    margin-bottom: 20px;
  }
  .top_about__value {
    height: 76px;
    font-size: 14px;
    line-height: 1.33;
  }
  .top_about__value__em {
    font-size: 20px;
  }
}

.top_flow__content {
  display: flex;
  position: relative;
}
.top_flow__item {
  background-color: #FFF;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}
.top_flow__num {
  background-color: #2E2E2E;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  color: #FFF;
  font-size: 18px;
}
@media screen and (min-width: 1025px) {
  .top_flow__content {
    -moz-column-gap: 2.1%;
         column-gap: 2.1%;
    margin-top: 60px;
  }
  .top_flow__content::before {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #D5D5D5;
    position: absolute;
    left: 0;
    top: calc(50% - 1.5px);
    z-index: 1;
    content: "";
  }
  .top_flow__item {
    flex: 1;
    text-align: center;
    padding-top: 47px;
    padding-bottom: 30px;
    padding-inline: 2.5%;
  }
  .top_flow__num {
    width: 50px;
    line-height: 50px;
    left: calc(50% - 25px);
    top: -25px;
  }
  .top_flow__title {
    line-height: 1.33;
  }
  .top_flow__title span {
    display: inline-block;
  }
}
@media screen and (max-width: 1024px) {
  .top_flow__content {
    flex-wrap: wrap;
    row-gap: 40px;
    margin-top: 40px;
  }
  .top_flow__item {
    flex-basis: 100%;
    padding-block: 17px;
    padding-inline: 5%;
  }
  .top_flow__num {
    width: 50px;
    line-height: 50px;
    left: 5%;
    top: -20px;
  }
  .top_flow__title {
    line-height: 1.33;
    text-align: center;
  }
  .top_flow__title span {
    display: inline-block;
  }
  .top_flow__title > p {
    font-size: 12px;
  }
}

@media screen and (min-width: 1025px) {
  .top_faq__archive {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .top_faq__archive {
    margin-bottom: 18px;
  }
}

@media screen and (min-width: 1025px) {
  .top_news__archive {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .top_news__archive {
    margin-bottom: 17px;
  }
}

@media screen and (min-width: 1025px) {
  .top_slider_container {
    width: 80vw;
    max-width: 1366px;
    min-width: 900px;
    margin: 0 auto;
  }
}

.page_header {
  position: relative;
  overflow: hidden;
}
.page_header__bg {
  width: 100%;
  background-color: #F0F0F4;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.page_header__sign {
  position: absolute;
  z-index: 1;
}
.page_header .container {
  height: 100%;
}
.page_header__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .page_header__bg {
    height: calc(100% + 94px);
  }
  .page_header__container {
    height: 300px;
  }
  .page_header__sign {
    width: 314px;
    right: 0;
    bottom: -39px;
  }
}
@media screen and (max-width: 1024px) {
  .page_header__bg {
    height: calc(100% + 60px);
  }
  .page_header__container {
    height: 120px;
  }
  .page_header__sign {
    width: 100px;
    right: 0;
    bottom: -14px;
  }
}

.page_content, .page_section {
  position: relative;
}
.page_content.pt0, .page_section.pt0 {
  padding-top: 0;
}
.page_content.pb0, .page_section.pb0 {
  padding-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .page_content, .page_section {
    padding-block: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .page_content, .page_section {
    padding-block: 35px;
  }
}

@media screen and (min-width: 1025px) {
  .page_content .container {
    max-width: 1200px;
  }
}

.single_content {
  background-color: #FFF;
}
@media screen and (min-width: 1025px) {
  .single_content {
    padding-bottom: 100px;
    max-width: 800px;
    margin-inline: auto;
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .single_content {
    padding-bottom: 50px;
  }
}

.page_h1 .h1_en::first-letter {
  text-transform: uppercase;
}
@media screen and (min-width: 1025px) {
  .page_h1 .h1_ja {
    font-size: 44px;
  }
  .page_h1 .h1_en {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h1 .h1_ja {
    font-size: 24px;
  }
  .page_h1 .h1_en {
    font-size: 14px;
  }
}

.page_h2 {
  position: relative;
  text-align: center;
}
.page_h2 .h2_sub_txt {
  line-height: 1.1;
}
.page_h2 .h2_txt {
  line-height: 1.33;
}
.page_h2 .h2_txt span {
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .page_h2 {
    margin-bottom: 50px;
  }
  .page_h2 .h2_sub_txt {
    font-size: 16px;
  }
  .page_h2 .h2_txt {
    font-size: 44px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h2 {
    margin-bottom: 25px;
  }
  .page_h2 .h2_sub_txt {
    font-size: 12px;
  }
  .page_h2 .h2_txt {
    font-size: 20px;
  }
}

.page_h3 {
  margin-bottom: 10px;
}
.page_h3 span {
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .page_h3 {
    font-size: 24px;
    line-height: 1.5;
    padding-inline: 20px;
    padding-block: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h3 {
    font-size: 18px;
    line-height: 1.33;
    padding-inline: 16px;
    padding-block: 12px;
  }
}

.page_h4 {
  position: relative;
  font-weight: 700;
  padding-left: 15px;
  margin-bottom: 0.5em;
}
.page_h4::before {
  display: block;
  width: 5px;
  background-color: #E50012;
  position: absolute;
  left: 0;
  content: "";
}
@media screen and (min-width: 1025px) {
  .page_h4 {
    font-size: 20px;
    line-height: 2;
  }
  .page_h4::before {
    height: 40px;
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page_h4 {
    font-size: 18px;
    line-height: 1.5;
  }
  .page_h4::before {
    height: 30px;
    top: 0;
  }
}

@media screen and (min-width: 1025px) {
  .page_lead {
    text-align: center;
  }
}
.page_flex {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .page_flex {
    align-items: flex-start;
    justify-content: space-between;
  }
  .page_flex__item {
    flex-basis: 47.5%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page_flex {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
  .page_flex__item {
    flex-basis: 100%;
  }
}

.page_col {
  display: flex;
}
.page_col__pic {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .page_col {
    align-items: flex-start;
    -moz-column-gap: 3.3%;
         column-gap: 3.3%;
  }
  .page_col__body {
    flex-grow: 1;
  }
  .page_col__pic {
    flex-basis: 44%;
    flex-shrink: 0;
  }
  .page_col.__reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 1024px) {
  .page_col {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
  .page_col__body {
    flex-basis: 100%;
  }
  .page_col__pic {
    flex-basis: 100%;
  }
}

.page_grid {
  display: grid;
}
@media screen and (min-width: 1025px) {
  .page_grid {
    row-gap: 20px;
  }
  .page_grid.__3col {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
  }
  .page_grid.__4col {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
  }
  .page_grid.__2col {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .page_grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
  }
  .page_grid.__4col {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
  }
}
@media screen and (max-width: 520px) {
  .page_grid {
    row-gap: 30px;
  }
  .page_grid.__4col {
    grid-template-columns: repeat(1, 1fr);
  }
}

/**/
.page_anchor_nav {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .page_anchor_nav {
    justify-content: center;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .page_anchor_nav {
    flex-wrap: wrap;
    row-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    justify-content: center;
  }
}

.page_anchor__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: 2px solid #F2F2F2;
  border-radius: 6px;
  background-color: #FFF;
  position: relative;
}
.page_anchor__link .__link__txt {
  text-align: center;
  font-weight: 700;
}
.page_anchor__link .__link__arw {
  display: block;
  width: 8px;
  transform: rotate(90deg);
}
.page_anchor__link .__link__arw svg {
  stroke: #E50012;
}
@media screen and (min-width: 1025px) {
  .page_anchor__link {
    height: 80px;
    flex: 1;
  }
  .page_anchor__link .__link__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .page_anchor__link {
    height: 60px;
    flex-basis: 162px;
    flex-shrink: 0;
  }
  .page_anchor__link .__link__txt {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .page_anchor__link:hover {
    opacity: 1;
  }
}

.page_section {
  position: relative;
}
.page_section__head {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .page_section__head {
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .page_section__head .page_h2 {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page_section__head {
    flex-wrap: wrap;
    row-gap: 8px;
    margin-bottom: 20px;
  }
  .page_section__head .page_h2 {
    flex-basis: 100%;
    margin-bottom: 0;
  }
}
.page_section.pb0 {
  padding-bottom: 0;
}

.page_dl {
  display: flex;
  border-top: 1px solid #2E2E2E;
}
.page_dl:last-child {
  border-bottom: 1px solid #2E2E2E;
}
.page_dl dt {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .page_dl dt, .page_dl dd {
    padding-block: 16px;
  }
  .page_dl dt {
    flex-shrink: 0;
    padding-left: 1em;
  }
  .page_dl dd {
    flex-grow: 1;
    padding-left: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .page_dl {
    flex-wrap: wrap;
  }
  .page_dl dt, .page_dl dd {
    flex-basis: 100%;
  }
  .page_dl dt {
    padding-left: 0.5em;
    padding-top: 10px;
  }
  .page_dl dd {
    padding-left: 1em;
    padding-bottom: 10px;
  }
}

.page_ul li {
  position: relative;
  padding-left: 14px;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.page_ul li::before {
  display: block;
  width: 7px;
  height: 7px;
  background-color: #E50012;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5em;
  content: "";
}

.page_ol {
  list-style: decimal;
  list-style-position: inside;
}
.page_ol li {
  padding-left: 1em;
  text-indent: -1em;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  line-height: 2;
  padding: 0 0.5em;
  color: #E50012;
  border: 1px solid #E50012;
}
.wp-pagenavi .current {
  background-color: #E50012;
  color: #FFF;
}
.wp-pagenavi .previouspostslink .page_nav, .wp-pagenavi .nextpostslink .page_nav {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #E50012;
  border-radius: 50%;
  position: relative;
}
.wp-pagenavi .previouspostslink .page_nav::before, .wp-pagenavi .nextpostslink .page_nav::before {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 0;
  margin: auto;
  content: "";
  background: url("../images/arrow.svg") center/contain no-repeat;
}
.wp-pagenavi .nextpostslink .page_nav::before {
  transform: rotate(180deg);
}

.news_archive {
  display: grid;
}
@media screen and (min-width: 1025px) {
  .news_archive {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 2.2%;
         column-gap: 2.2%;
    row-gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .news_archive {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 14px;
  }
}

.news_article__img {
  aspect-ratio: 319/211;
  overflow: hidden;
}
.news_article__title {
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .news_article__img {
    width: 100%;
  }
  .news_article__body {
    padding-top: 13px;
  }
  .news_article__cat {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .news_article a {
    display: flex;
  }
  .news_article__cat {
    margin-bottom: 17px;
  }
  .news_article__img {
    flex-basis: 42.8%;
    flex-shrink: 0;
  }
  .news_article__body {
    flex-grow: 1;
    padding-left: 20px;
  }
  .news_article__title {
    font-size: 12px;
  }
}
@media (hover: hover) {
  .news_article a:hover {
    opacity: 1;
  }
}

.news_cat {
  display: inline-block;
  background-color: #EEEEEE;
  border-radius: 3px;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .news_cat {
    padding-block: 8px;
    padding-inline: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .news_cat {
    fon-size: 12px;
    padding-block: 9px;
    padding-inline: 17px;
  }
}

.newscat_nav .page_anchor__link {
  flex-basis: fit-content;
  flex-grow: 0;
  padding-inline: 1em;
}
.newscat_nav .page_anchor__link.__current {
  background-color: #E50012;
  color: #FFF;
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .newscat_nav {
    margin-bottom: 50px;
  }
  .newscat_nav .page_anchor__link {
    height: 50px;
    min-width: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .newscat_nav {
    margin-bottom: 30px;
  }
  .newscat_nav .page_anchor__link {
    height: 40px;
    min-width: 90px;
  }
}

.single_h1 {
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .single_h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .single_h1 {
    font-size: 22px;
  }
}

.single_news__meta {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  margin-bottom: 1em;
}
.single_news__cat {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  line-height: 2.2;
  border-radius: 1.1em;
  padding-inline: 1em;
}
@media screen and (min-width: 1025px) {
  .single_news__head {
    max-width: 800px;
    margin-inline: auto;
  }
}

.single_content h2 {
  position: relative;
  padding: 0 0.4em 0.6em;
  border-bottom: 1px solid #ACACAC;
  font-size: 20px;
}
@media (min-width: 1025px) {
  .single_content h2 {
    font-size: 22px;
  }
}
.single_content h2::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: min(25vw, 10em);
  height: 1px;
  background: #E50012;
  content: "";
}
.single_content h3 {
  position: relative;
  padding: 0.2em 0 0.2em 1em;
  font-size: 18px;
}
@media (min-width: 1025px) {
  .single_content h3 {
    font-size: 20px;
  }
}
.single_content h3::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  border-radius: 3px;
  background: #E50012;
  content: "";
}
.single_content h4 {
  font-size: 16px;
}
@media (min-width: 1025px) {
  .single_content h4 {
    font-size: 18px;
  }
}
.single_content h5 {
  font-size: 15px;
}
@media (min-width: 1025px) {
  .single_content h5 {
    font-size: 17px;
  }
}
.single_content > * + * {
  margin-top: 1.5em;
}
.single_content * + h2, .single_content * + h3, .single_content * + h4, .single_content * + h5, .single_content * + h6 {
  margin-top: 2em;
}
.single_content ul {
  list-style: disc inside;
}
.single_content #toc_container {
  margin-inline: auto;
}

.single_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single_nav .link_button {
  width: 220px;
}
.single_nav .single_nav_next a, .single_nav .single_nav_prev a {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.single_nav .single_nav_prev .single_nav_arw {
  transform: rotate(180deg);
}
.single_nav .single_nav_arw {
  width: 30px;
  height: 30px;
  background-color: #E50012;
  border-radius: 50%;
  position: relative;
}
.single_nav .single_nav_arw svg {
  stroke: #FFF;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .single_nav .single_nav_next, .single_nav .single_nav_prev {
    min-width: 162px;
  }
}
@media screen and (max-width: 1024px) {
  .single_nav {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 25px;
  }
  .single_nav .single_nav_prev {
    order: 1;
    flex-basis: 50%;
  }
  .single_nav .single_nav_next {
    order: 2;
    flex-basis: 50%;
  }
  .single_nav .single_nav_next a {
    justify-content: flex-end;
  }
  .single_nav .single_nav_home {
    order: 3;
    flex-basis: 100%;
  }
}

.page_pp h2 {
  margin-bottom: 0.5em;
  line-height: 1.22;
}
@media screen and (min-width: 1025px) {
  .page_pp h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .page_pp h2 {
    font-size: 18px;
  }
}
.page_pp p + h2, .page_pp ul + h2 {
  margin-top: 1em;
}
.page_pp p {
  padding-left: 1em;
}
.page_pp ul {
  list-style: disc inside;
}
.page_pp ul li {
  padding-left: 1em;
}
.page_pp .link_button {
  width: 200px;
  margin-top: 50px;
}

.page_border {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .page_border {
    height: 94px;
  }
}
@media screen and (max-width: 1024px) {
  .page_border {
    height: 60px;
  }
}

@media screen and (min-width: 1025px) {
  .e404 {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .e404 {
    padding-bottom: 55px;
  }
}
.e404 .link_button {
  width: 200px;
}

.usage_grid {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media screen and (min-width: 1025px) {
  .usage_grid {
    justify-content: flex-start;
    -moz-column-gap: 1.4%;
         column-gap: 1.4%;
  }
}
@media screen and (max-width: 1024px) {
  .usage_grid {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
}

.usage_card {
  flex-shrink: 0;
  border: 1px solid #C0C0C0;
  background-color: #FFF;
}
.usage_card__link {
  display: block;
  height: 100%;
}
.usage_card__img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 442/220;
}
.usage_card__title {
  margin-bottom: 10px;
}
.usage_card__tags {
  display: flex;
  -moz-column-gap: 3px;
       column-gap: 3px;
  flex-wrap: wrap;
  row-gap: 3px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.usage_card__tag {
  flex-shrink: 0;
  background-color: #EEE;
  border-radius: 3px;
  line-height: 1;
  padding-block: 9px;
  padding-inline: 14px;
}
@media screen and (min-width: 1025px) {
  .usage_card {
    flex-basis: 32.3%;
  }
  .usage_card__content {
    padding-block: 20px;
    padding-inline: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .usage_card {
    flex-basis: 100%;
  }
  .usage_card__content {
    padding-block: 20px;
    padding-inline: 5%;
  }
}

.usage_feature__ttl {
  line-height: 1.33;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1025px) {
  .usage_feature + .usage_feature {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .usage_feature + .usage_feature {
    margin-top: 30px;
  }
}

.usage_type {
  border: 1px solid #C0C0C0;
  border-radius: 6px;
  overflow: hidden;
}
.usage_type__img {
  aspect-ratio: 3/2;
}
.usage_type__body {
  background-color: #FFF;
  padding-top: 10px;
  padding-inline: 5%;
}
@media screen and (min-width: 1025px) {
  .usage_type__body {
    padding-block: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .usage_type__body {
    padding-block: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .usage_works {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .usage_works {
    margin-bottom: 20px;
  }
}

.product_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 1.4%;
       column-gap: 1.4%;
  row-gap: 20px;
}

.product_card {
  background-color: #FFF;
  border-radius: 6px;
}
.product_card__link {
  height: 100%;
}
.product_card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_card__tag {
  flex-shrink: 0;
  background-color: #EEE;
  border-radius: 4px;
  line-height: 1;
}
.product_card__type {
  line-height: 1.33;
}
.product_card .product_check_list {
  margin-top: 12px;
  margin-bottom: 20px;
}
.product_card__spec {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #EEE;
  margin-bottom: 7px;
}
@media screen and (min-width: 1025px) {
  .product_card {
    flex-basis: 32.3%;
    flex-shrink: 0;
    min-width: 370px;
  }
  .product_card__link {
    display: flex;
    flex-direction: column;
    padding-block: 30px;
    padding-inline: 4.5%;
    border: 2px solid #FFF;
    border-radius: 4px;
  }
  .product_card__head {
    margin-bottom: 25px;
  }
  .product_card__tag {
    padding-block: 15px;
    padding-inline: 15px;
  }
  .product_card__img {
    margin-bottom: 18px;
  }
  .product_card__spec {
    height: 64px;
    padding-inline: 12px;
    margin-bottom: 7px;
  }
  .product_card .link_button {
    margin-top: 16px;
  }
  .product_card .product_check_list {
    flex-grow: 1;
  }
}
@media screen and (max-width: 1024px) {
  .product_card {
    flex-basis: 100%;
    max-width: 442px;
  }
  .product_card__link {
    display: block;
    padding-block: 20px;
    padding-inline: 20px;
    border: 2px solid #FFF;
    border-radius: 4px;
  }
  .product_card__head {
    margin-bottom: 8px;
  }
  .product_card__tag {
    padding-block: 10px;
    padding-inline: 10px;
    font-size: 12px;
  }
  .product_card__img {
    margin-bottom: 14px;
  }
  .product_card__spec {
    font-size: 12px;
    padding-inline: 12px;
    padding-block: 12px;
    margin-bottom: 12px;
  }
  .product_card .link_button {
    margin-top: 16px;
  }
}
@media (hover: hover) {
  .product_card__link:hover {
    opacity: 1;
    border: 2px solid #E50012;
  }
}

.works_archive {
  display: grid;
}
@media screen and (min-width: 1025px) {
  .works_archive {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .works_archive {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 5%;
         column-gap: 5%;
    row-gap: 20px;
  }
}
@media screen and (max-width: 520px) {
  .works_archive {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (min-width: 1025px) {
  .archive .works_archive {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .archive .works_archive {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .works_cat_nav {
    padding-bottom: 50px;
  }
  .works_cat_nav .page_anchor__link {
    height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .works_cat_nav {
    justify-content: center;
    padding-bottom: 30px;
  }
}

.works_article {
  border: 1px solid #C0C0C0;
  border-radius: 6px;
  background-color: #FFF;
  position: relative;
}
.works_article__img {
  width: 100%;
  aspect-ratio: 442/236;
  overflow: hidden;
}
.works_article__cat {
  background-color: #EEEEEE;
  border-radius: 3px;
  line-height: 30px;
  text-align: center;
  padding-inline: 10px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.works_article__meta {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.works_article__meta__field span {
  display: inline-block;
  vertical-align: middle;
}
.works_article__meta__field .__meta__icon {
  width: var(--icon--width);
  margin-right: 5px;
}
@media (hover: hover) {
  .works_article__link:hover .works_article__meta__field .__meta__icon img {
    transform: none;
  }
}
.works_article__title {
  line-height: 1.33;
}
.works_article__fact {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.works_article__fact__val {
  flex: 1;
  background-color: #EEEEEE;
  border-radius: 6px;
  text-align: center;
}
.works_article__fact__val span {
  display: block;
}
@media screen and (min-width: 1025px) {
  .works_article__body {
    padding-top: 20px;
    padding-bottom: 40px;
    padding-inline: 6.7%;
  }
  .works_article__meta {
    margin-bottom: 17px;
  }
  .works_article__fact__val {
    padding-block: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .works_article {
    max-width: 400px;
    justify-self: center;
  }
  .works_article__body {
    padding-top: 14px;
    padding-bottom: 22px;
    padding-inline: 5%;
  }
  .works_article__meta {
    margin-bottom: 9px;
  }
  .works_article__overview {
    font-size: 12px;
  }
  .works_article__fact__val {
    padding-block: 10px;
  }
}

.top_works .works_article__overview {
  margin-bottom: 2em;
}

.works_head .page_h2 {
  text-align: left;
  margin-bottom: 20px;
}
.works_head .works_meta {
  display: flex;
  align-items: center;
}
.works_head .works_cat {
  background-color: #E50012;
  border-radius: 1em;
  line-height: 2;
  padding-inline: 1em;
  color: #FFF;
}

.works_info .page_dl dt {
  background-color: #F0F0F4;
}
@media screen and (min-width: 1025px) {
  .works_info .page_dl dt {
    flex-basis: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .works_info .page_dl dt {
    padding-bottom: 0.5em;
  }
  .works_info .page_dl dd {
    padding-top: 0.5em;
  }
}

.works_description {
  border: 1px solid;
  border-radius: 12px;
}
.works_description .page_h2 {
  text-align: left;
  margin-bottom: 10px;
}
.works_description.__challenge {
  border-color: #C0C0C0;
  background-color: #F0F0F4;
}
.works_description.__solution {
  border-color: #E50012;
  background-color: rgba(229, 0, 18, 0.1);
}
@media screen and (min-width: 1025px) {
  .works_description {
    padding-block: 30px;
    padding-inline: 5%;
  }
  .works_description .h2_txt {
    font-size: 24px;
  }
  .works_description + .works_description {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .works_description {
    padding-block: 20px;
    padding-inline: 5%;
  }
  .works_description .h2_txt {
    font-size: 18px;
  }
  .works_description + .works_description {
    margin-top: 30px;
  }
}

.works_voice {
  border: 1px solid #C0C0C0;
  border-radius: 12px;
}
.works_voice.__customer {
  background-color: #F0F0F4;
}
@media screen and (min-width: 1025px) {
  .works_voice {
    padding-block: 30px;
    padding-inline: 5%;
  }
  .works_voice + .works_voice {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .works_voice {
    padding-block: 20px;
    padding-inline: 5%;
  }
  .works_voice + .works_voice {
    margin-top: 30px;
  }
}

.works_gallery__item {
  aspect-ratio: 4/3;
}

.faq_section__ttl {
  margin-bottom: 0.5em;
}
.faq_section:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .faq_section {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .faq_section {
    margin-bottom: 20px;
  }
}

.faq_article {
  border: 1px solid #F0F0F4;
}
.faq_article + .faq_article {
  margin-top: 14px;
}
.faq_article__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background-color: #F0F0F4;
}
.faq_article__head .faq__q, .faq_article__head .faq__spin {
  flex-shrink: 0;
}
.faq_article__head .faq__ttl {
  flex-grow: 1;
  line-height: 1.33;
}
.faq_article__head .faq__spin {
  position: relative;
}
.faq_article__head .faq__spin::before, .faq_article__head .faq__spin::after {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #E50012;
  transition: transform 0.5s;
  position: absolute;
  left: 0;
  top: calc(50% - 1.5px);
  content: "";
}
.faq_article:not(.is-open) .faq_article__head .faq__spin:after {
  transform: rotate(90deg);
}
.faq_article.is-open .faq_article__head .faq__spin:after {
  transform: rotate(0deg);
}
.faq_article__body {
  display: none;
}
.faq_article.is-open .faq_article__body {
  display: block;
}
.faq_article__note {
  display: flex;
  align-items: center;
  -moz-column-gap: 9px;
       column-gap: 9px;
}
.faq_article__note .__note__icon {
  width: 19px;
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .faq_article__head {
    padding-block: 24px;
    padding-inline: 24px;
  }
  .faq_article__head .faq__q {
    font-size: 30px;
    line-height: 1;
  }
  .faq_article__head .faq__spin {
    flex-basis: 25px;
    height: 25px;
  }
  .faq_article__head .faq__ttl {
    padding-inline: 14px;
  }
  .faq_article__body {
    padding-left: 40px;
    padding-right: 20px;
    padding-block: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .faq_article__head {
    padding-block: 18px;
    padding-inline: 14px;
  }
  .faq_article__head .faq__q {
    font-size: 30px;
    line-height: 1;
  }
  .faq_article__head .faq__spin {
    flex-basis: 17px;
    height: 17px;
  }
  .faq_article__head .faq__ttl {
    padding-inline: 14px;
  }
  .faq_article__body {
    padding-left: 38px;
    padding-right: 14px;
    padding-block: 14px;
  }
}

*.bg_gray .faq_article {
  border-color: #FFF;
}
*.bg_gray .faq_article__head, *.bg_gray .faq_article__body {
  background-color: #FFF;
}
*.bg_gray .faq_article__body {
  padding-top: 0;
}

.faq_cta__btns {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .faq_cta__btns {
    -moz-column-gap: 5%;
         column-gap: 5%;
    margin-top: 40px;
  }
  .faq_cta__btns .cta_button {
    flex: 1;
  }
}
@media screen and (max-width: 1024px) {
  .faq_cta__btns {
    flex-wrap: wrap;
    row-gap: 14px;
    margin-top: 20px;
  }
  .faq_cta__btns .cta_button {
    flex-basis: 100%;
  }
}

.cta_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  border: 2px solid;
}
.cta_button .btn_icon {
  width: var(--icon--width);
  flex-shrink: 0;
}
.cta_button.__btn__red {
  border-color: #E50012;
  background-color: #E50012;
}
.cta_button.__btn__red .btn_txt {
  color: #FFF;
}
.cta_button.__btn__red .btn_icon svg {
  fill: #FFF;
}
.cta_button.__btn__white {
  border-color: #E50012;
  background-color: #FFF;
}
.cta_button.__btn__white .btn_txt {
  color: #E50012;
}
.cta_button.__btn__white .btn_icon svg {
  fill: #E50012;
}
.cta_button::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
}
@media screen and (min-width: 1025px) {
  .cta_button {
    max-width: 440px;
    height: 90px;
    padding-inline: 3%;
  }
  .cta_button .btn_txt {
    font-size: clamp(26px, 2.5vw, 32px);
  }
  .cta_button .btn_txt i {
    display: block;
    text-align: center;
    line-height: 1.33;
  }
  .cta_button .btn_txt .__small {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .cta_button {
    width: 100%;
    max-width: 440px;
    height: 60px;
    padding-inline: 5%;
  }
  .cta_button .btn_txt {
    font-size: 20px;
  }
  .cta_button .btn_txt i {
    display: block;
    text-align: center;
    line-height: 1.33;
  }
  .cta_button .btn_txt .__small {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .cta_button:hover {
    opacity: 1;
  }
  .cta_button.__btn__red:hover {
    background-color: #FFF;
  }
  .cta_button.__btn__red:hover .btn_txt {
    color: #E50012;
  }
  .cta_button.__btn__red:hover .btn_icon svg {
    fill: #E50012;
  }
  .cta_button.__btn__white:hover {
    background-color: #E50012;
  }
  .cta_button.__btn__white:hover .btn_txt {
    color: #FFF;
  }
  .cta_button.__btn__white:hover .btn_icon svg {
    fill: #FFF;
  }
}

.reason_head {
  display: grid;
}
.reason_head__data {
  border: 3px solid #E50012;
  background-color: #FFF;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
}
.reason_head__data__note {
  margin-bottom: 0.5em;
}
.reason_head__data__value, .reason_head__data__unit {
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .reason_head {
    grid-template-columns: repeat(5, 1fr);
    gap: 1.46%;
  }
  .reason_head__data {
    padding-block: 30px;
    padding-inline: 2.5%;
  }
  .reason_head__data__title {
    font-size: clamp(14px, 1.21vw, 18px);
  }
  .reason_head__data__note {
    font-size: clamp(12px, 0.95vw, 14px);
  }
  .reason_head__data__value {
    font-size: 58px;
  }
  .reason_head__data__unit {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .reason_head {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
    row-gap: 15px;
  }
  .reason_head__data {
    padding-block: 20px;
    padding-inline: 2.5%;
  }
  .reason_head__data__title {
    font-size: 14px;
  }
  .reason_head__data__note {
    font-size: 12px;
  }
  .reason_head__data__value {
    font-size: 38px;
  }
  .reason_head__data__unit {
    font-size: 14px;
  }
}

.reason_h3__head span {
  display: inline-block;
  background-color: #FFF;
  position: relative;
}
.reason_h3__head {
  position: relative;
}
.reason_h3__head::before {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D5D5D5;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5px);
  content: "";
}
.reason_h3__txt {
  line-height: 1.33;
}
@media screen and (min-width: 1025px) {
  .reason_h3 {
    margin-bottom: 24px;
  }
  .reason_h3__head {
    margin-bottom: 24px;
  }
  .reason_h3__head span {
    font-size: 20px;
    padding-right: 40px;
  }
  .reason_h3__txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .reason_h3 {
    margin-bottom: 16px;
  }
  .reason_h3__head {
    margin-bottom: 10px;
  }
  .reason_h3__head span {
    font-size: 16px;
    padding-right: 20px;
  }
  .reason_h3__txt {
    font-size: 18px;
  }
}

.bg_gray .reason_h3 .reason_h3__head span {
  background-color: #F0F0F4;
}

.reason_check_list {
  margin-bottom: 30px;
}

.check_list li {
  font-weight: 700;
  position: relative;
  line-height: 1.5;
  padding-left: 24px;
}
.check_list li::before {
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/page/check_red.svg") center/contain no-repeat;
  position: absolute;
  left: 0;
  top: calc(0.75em - 9px);
  content: "";
}
.check_list li + li {
  margin-top: 0.5em;
}

.reason_caution {
  border-radius: 6px;
}
.reason_caution__head {
  margin-bottom: 1em;
}
.reason_caution__head span {
  display: inline-block;
  vertical-align: middle;
}
.reason_caution__head .__caution__icon {
  width: var(--icon--width);
  margin-right: 7px;
}
@media screen and (min-width: 1025px) {
  .reason_caution {
    padding-block: 30px;
    padding-inline: 4.8%;
  }
}
@media screen and (max-width: 1024px) {
  .reason_caution {
    padding-block: 20px;
    padding-inline: 5%;
  }
}

.reason_ul__wrapper {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .reason_ul__wrapper {
    -moz-column-gap: 5%;
         column-gap: 5%;
    margin-bottom: 18px;
  }
  .reason_ul__wrapper .page_ul {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .reason_ul__wrapper {
    flex-wrap: wrap;
    margin-bottom: 12px;
  }
  .reason_ul__wrapper .page_ul {
    flex-basis: 100%;
  }
}

.reason_table {
  width: 100%;
}
.reason_table th {
  background-color: #FFF;
}
.reason_table th, .reason_table td {
  line-height: 1.5;
  padding-block: 0.5em;
  padding-left: 0.5em;
  border: 0px solid #D5D5D5;
}
.reason_table th.bd_left, .reason_table td.bd_left {
  border-left-width: 1px;
}
.reason_table th.bd_right, .reason_table td.bd_right {
  border-right-width: 1px;
}
.reason_table th.bd_bottom, .reason_table td.bd_bottom {
  border-bottom-width: 1px;
}

.reason_award {
  width: calc(100% - 20px);
  padding-block: 1em;
  font-size: clamp(12px, 1.15vw, 15px);
  position: absolute;
  left: 10px;
  bottom: 10px;
  border-radius: 4px;
}
@media screen and (min-width: 1025px) {
  .reason_award .font_en {
    font-size: 50px;
    line-height: 1;
  }
}
@media screen and (max-width: 1024px) {
  .reason_award .font_en {
    font-size: 36px;
    line-height: 1;
  }
}

.reason_voice {
  display: flex;
  justify-content: center;
}
.reason_voice__item {
  border-radius: 4px;
  background-color: #FFF;
}
.reason_voice__item__quote {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .reason_voice {
    -moz-column-gap: 1.46%;
         column-gap: 1.46%;
  }
  .reason_voice__item {
    flex: 1;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-inline: 2.5%;
    display: flex;
    flex-direction: column;
  }
  .reason_voice__item__quote {
    width: 44px;
    top: -24px;
    left: 14px;
  }
  .reason_voice__item__txt {
    flex-grow: 1;
  }
}
@media screen and (max-width: 1024px) {
  .reason_voice {
    flex-wrap: wrap;
    row-gap: 28px;
  }
  .reason_voice__item {
    flex-basis: 100%;
    padding-top: 30px;
    padding-bottom: 25px;
    padding-inline: 5%;
  }
  .reason_voice__item__quote {
    width: 33px;
    top: -16px;
    left: 14px;
  }
}

.about_anchor_nav {
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .about_anchor_nav {
    row-gap: 12px;
  }
  .about_anchor_nav .page_anchor__link {
    flex-basis: calc((100% - 36px) / 4);
  }
}
@media screen and (max-width: 1024px) {
  .about_anchor_nav {
    justify-content: center;
  }
  .about_anchor_nav .page_anchor__link {
    flex-basis: calc((100% - 10px) / 2);
  }
}

.about_image {
  border: 3px solid #F4F4F4;
  background-color: #FFF;
}
@media screen and (min-width: 1025px) {
  .about_image {
    padding-block: 23px;
    margin-bottom: 32px;
  }
  .about_image img {
    max-width: 836px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1024px) {
  .about_image {
    margin-bottom: 16px;
  }
}

.about_keyword {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.about_keyword__head {
  position: absolute;
  left: 0;
  top: 0;
  padding-inline: 1.5em;
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  .about_keyword {
    padding-block: 60px;
    padding-inline: 5%;
  }
  .about_keyword h3 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .about_keyword {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-inline: 5%;
  }
  .about_keyword h3 {
    margin-bottom: 12px;
  }
}

.about_merit {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 3px;
}
.about_merit__value {
  border-radius: 4px 4px 0 0;
  text-align: center;
}
.about_merit__num {
  line-height: 1;
}
.about_merit__body {
  border-radius: 0 0 4px 4px;
}
@media screen and (min-width: 1025px) {
  .about_merit__value {
    padding-block: 30px;
  }
  .about_merit__body {
    padding-block: 30px;
    padding-inline: 10%;
  }
  .about_merit__body h3 {
    margin-bottom: 16px;
  }
  .about_merit__ttl {
    font-size: clamp(18px, 1.4vw, 20px);
  }
  .about_merit__num {
    font-size: 20px;
  }
  .about_merit__num em {
    font-size: 50px;
  }
  .about_merit__num.font_en em {
    font-size: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .about_merit__value {
    padding-block: 16px;
  }
  .about_merit__body {
    padding-block: 16px;
    padding-inline: 5%;
  }
  .about_merit__body h3 {
    margin-bottom: 10px;
  }
  .about_merit__ttl {
    font-size: 18px;
  }
  .about_merit__num {
    font-size: 16px;
  }
  .about_merit__num em {
    font-size: 32px;
  }
  .about_merit__num.font_en em {
    font-size: 36px;
  }
}

.about_flow {
  background-color: #FFF;
  border: 1px solid #D5D5D5;
}
.about_flow__icon {
  width: var(--icon--width);
  min-height: 43px;
  margin-inline: auto;
}
.about_flow__ttl {
  margin-bottom: 0.75em;
}
@media screen and (min-width: 1025px) {
  .about_flow {
    padding-block: 30px;
    padding-inline: 10%;
  }
  .about_flow__icon {
    margin-bottom: 35px;
  }
  .about_flow__ttl {
    font-size: 20px;
  }
  .about_flow__grid + .page_h3 {
    margin-top: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .about_flow {
    padding-block: 16px;
    padding-inline: 5%;
  }
  .about_flow__icon {
    margin-bottom: 16px;
  }
  .about_flow__ttl {
    font-size: 16px;
  }
  .about_flow__grid + .page_h3 {
    margin-top: 20px;
  }
}

.about_system__img {
  aspect-ratio: 291/171;
  border-radius: 6px;
  overflow: hidden;
}
.about_system__ttl {
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .about_system__img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .about_system__img {
    margin-bottom: 14px;
  }
}

.about_compare__wrapper {
  border-radius: 6px;
}
.about_compare__table th {
  font-weight: 500;
}
.about_compare__table th, .about_compare__table td {
  line-height: 18px;
  border: 0px solid #D5D5D5;
}
.about_compare__table td small {
  display: block;
  font-size: 11px;
  line-height: 1.75;
}
.about_compare__table td.bd_left {
  border-left-width: 1px;
}
.about_compare__table td.bd_right {
  border-right-width: 1px;
}
.about_compare__table tbody th, .about_compare__table tbody td {
  border-bottom-width: 1px;
}
.about_compare__table tbody tr:last-child th, .about_compare__table tbody tr:last-child td {
  border-bottom-width: 0px;
}
.about_compare__note {
  border-radius: 6px;
}
.about_compare__note__ttl span {
  display: inline-block;
  vertical-align: middle;
}
.about_compare__note__ttl .__note__icon {
  width: 15px;
  margin-right: 10px;
}
@media screen and (min-width: 1025px) {
  .about_compare__wrapper {
    padding: 10px;
    margin-bottom: 14px;
  }
  .about_compare__table {
    width: 100%;
  }
  .about_compare__table th, .about_compare__table td {
    font-size: 16px;
    padding-block: 21px;
    padding-left: 34px;
  }
  .about_compare__note {
    padding-block: 30px;
    padding-inline: 3%;
  }
  .about_compare__note__ttl {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .about_compare__wrapper {
    padding: 10px;
    margin-bottom: 14px;
  }
  .about_compare__table {
    width: 900px;
  }
  .about_compare__table th, .about_compare__table td {
    padding-block: 10px;
    padding-left: 16px;
  }
  .about_compare__note {
    padding-block: 20px;
    padding-inline: 5%;
  }
  .about_compare__note__ttl {
    margin-bottom: 14px;
  }
}

.about__ttl {
  line-height: 1.5;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 1025px) {
  .about__ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .about__ttl {
    font-size: 18px;
  }
}

.about_build__list li {
  border-bottom: 1px solid #D5D5D5;
}
.about_build__list li:last-child {
  border-bottom: none;
}
.about_build__list__ttl span {
  display: inline-block;
  vertical-align: middle;
}
.about_build__list__ttl .__list__icon {
  width: var(--icon--width);
  margin-right: 10px;
}
@media screen and (min-width: 1025px) {
  .about_build__list {
    margin-top: 45px;
  }
  .about_build__list li {
    padding-block: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .about_build__list {
    margin-top: 22px;
  }
  .about_build__list li {
    padding-block: 12px;
  }
}

.about_aichi {
  border-radius: 6px;
}
.about_aichi__ttl span {
  display: inline-block;
  vertical-align: middle;
}
.about_aichi__ttl .__ttl__icon {
  width: 17px;
  margin-right: 10px;
}
.about_aichi__area {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .about_aichi {
    padding-block: 22px;
    padding-inline: 5%;
    margin-top: 16px;
  }
  .about_aichi__ttl {
    margin-bottom: 20px;
  }
  .about_aichi__area {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .about_aichi {
    padding-block: 16px;
    padding-inline: 5%;
    margin-top: 14px;
  }
  .about_aichi__ttl {
    margin-bottom: 16px;
  }
  .about_aichi__area {
    flex-wrap: wrap;
  }
  .about_aichi__area .page_ul {
    flex-basis: 50%;
  }
}

.about_yess__data {
  border-radius: 6px;
}
.about_yess__data__list {
  display: flex;
  align-items: flex-start;
}
.about_yess__data__list dt {
  font-weight: 700;
  flex-basis: 7em;
  flex-shrink: 0;
}
.about_yess__data__list dt, .about_yess__data__list dd {
  line-height: 1.33;
  padding-block: 0.5em;
}
@media screen and (min-width: 1025px) {
  .about_yess__data {
    margin-top: 16px;
    padding-block: 30px;
    padding-inline: 23px;
  }
}
@media screen and (max-width: 1024px) {
  .about_yess__data {
    margin-top: 14px;
    padding-block: 16px;
    padding-inline: 14px;
  }
}

.about_yess__lineup {
  border-radius: 6px;
}
@media screen and (min-width: 1025px) {
  .about_yess__lineup {
    margin-top: 32px;
    padding-block: 30px;
    padding-inline: 23px;
  }
}
@media screen and (max-width: 1024px) {
  .about_yess__lineup {
    margin-top: 14px;
    padding-block: 16px;
    padding-inline: 14px;
  }
}

.about_yess__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 10px;
}
.about_yess__list li span {
  display: inline-block;
  vertical-align: middle;
}
.about_yess__list .btn_arw {
  width: 8px;
  margin-right: 8px;
}
.about_yess__list .btn_arw svg {
  stroke: #E50012;
}
@media screen and (min-width: 1025px) {
  .about_yess__list {
    height: 64px;
  }
  .about_yess__list li {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 1024px) {
  .about_yess__list {
    height: 110px;
  }
  .about_yess__list li {
    width: 50%;
  }
}

.about_case {
  border-radius: 6px;
  align-self: stretch;
}
.about_case.__valid {
  border: 4px solid #E50012;
}
.about_case.__valid .about_case__check__icon svg {
  fill: #E50012;
}
.about_case.__invalid .about_case__check__icon svg {
  fill: #2E2E2E;
}
.about_case__check {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.about_case__check__icon {
  width: 18px;
  flex-shrink: 0;
}
.about_case__check__body {
  flex-grow: 1;
}
.about_case__check__body p:first-child {
  margin-bottom: 0.5em;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .about_case {
    padding-block: 40px;
    padding-inline: 2.5%;
  }
  .about_case__ttl {
    font-size: clamp(20px, 2vw, 24px);
    margin-bottom: 30px;
  }
  .about_case__check + .about_case__check {
    margin-top: 20px;
  }
  .about_case__check__icon {
    padding-top: 4.5px;
  }
  .about_case__contact {
    margin-top: 22px;
  }
  .about_case__text {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .about_case {
    padding-block: 20px;
    padding-inline: 5%;
  }
  .about_case.__valid {
    border-width: 2px;
  }
  .about_case__ttl {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .about_case__check + .about_case__check {
    margin-top: 14px;
  }
  .about_case__check__icon {
    padding-top: 4px;
  }
  .about_case__contact {
    margin-top: 14px;
  }
}

@media screen and (min-width: 1025px) {
  .page_flex:has(.about_case) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .page_flex:has(.about_case) {
    margin-bottom: 14px;
  }
}

.about_faq__btns {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .about_faq__btns {
    align-items: center;
    -moz-column-gap: 2.8%;
         column-gap: 2.8%;
    margin-top: 66px;
  }
}
@media screen and (max-width: 1024px) {
  .about_faq__btns {
    flex-wrap: wrap;
    row-gap: 14px;
    margin-top: 30px;
  }
  .about_faq__btns .link_button {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .company_anchor_nav .page_anchor__link,
  .faq_cat_nav .page_anchor__link {
    flex-basis: 140px;
  }
}
.company_table__dl {
  display: flex;
}
.company_table__dl dt {
  font-weight: 700;
  flex-basis: 140px;
  flex-shrink: 0;
}

.company_qualifications {
  display: flex;
  flex-wrap: wrap;
}
.company_qualifications__dl {
  display: flex;
  border-bottom: 1px solid #C0C0C0;
}
@media screen and (min-width: 1280px) {
  .company_qualifications {
    justify-content: space-between;
  }
  .company_qualifications__dl {
    flex-basis: 30%;
    flex-shrink: 0;
    min-width: 300px;
    padding-block: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .company_qualifications {
    justify-content: center;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  .company_qualifications__dl {
    flex-basis: 47.5%;
    flex-shrink: 0;
    min-width: 300px;
    padding-block: 10px;
  }
  .company_qualifications::after {
    display: block;
    width: 47.5%;
    height: 0;
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .company_qualifications {
    max-width: 350px;
    margin-inline: auto;
  }
  .company_qualifications__dl {
    flex-basis: 100%;
    flex-shrink: 0;
    padding-block: 10px;
  }
}

.company_history__text {
  background-color: #F0F0F4;
  border-radius: 6px;
  padding-block: 10px;
  padding-inline: 1em;
}
.company_history__em .company_history__text {
  border-left: 3px solid #2E2E2E;
}

.company_access__map iframe {
  width: 100%;
  height: 100%;
}
.company_access__ttl span {
  display: inline-block;
  vertical-align: middle;
}
.company_access__ttl .__ttl__icon {
  width: 20px;
  margin-right: 10px;
}
@media screen and (min-width: 1025px) {
  .company_access__map {
    aspect-ratio: 1/1;
  }
  .company_access__body .page_dl dt {
    flex-basis: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .company_access__map {
    aspect-ratio: 3/2;
  }
}

.company_related > a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.company_related__ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-inline: 10%;
}
.company_related__ttl .btn_arw {
  width: 13px;
  transition: all 0.5s;
}
.company_related__ttl .btn_arw svg {
  stroke: #E50012;
}
@media screen and (min-width: 1025px) {
  .company_related {
    height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .company_related {
    height: 60px;
  }
}
@media (hover: hover) {
  .company_related > a:hover {
    opacity: 1;
  }
  .company_related > a:hover .btn_arw {
    transform: translateX(100%);
  }
}

.product_anchor .page_anchor__link {
  row-gap: 4px;
}
.product_anchor .page_anchor__link .__link__txt {
  font-size: 12px;
}
.product_anchor .page_anchor__link .__link__tag {
  font-size: 10px;
  background-color: #2E2E2E;
  border-radius: 4px;
  color: #FFF;
  padding-inline: 1em;
}
@media screen and (min-width: 1025px) {
  .product_anchor {
    position: sticky;
    top: 74px;
    z-index: 1000;
  }
  .product_anchor__nav {
    display: flex;
    justify-content: center;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .product_anchor__nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  .product_anchor__nav {
    grid-template-columns: repeat(2, 1fr);
  }
}

.product_head__tag {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #2E2E2E;
  color: #FFF;
  border-radius: 4px;
  padding-inline: 1em;
}
.product_head .page_h2 {
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .product_head {
    margin-bottom: 50px;
  }
  .product_head .page_h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .product_head {
    margin-bottom: 30px;
  }
  .product_head .page_h2 {
    margin-bottom: 14px;
  }
}

.product_pic {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 5%;
       column-gap: 5%;
  row-gap: 14px;
}
.product_pic__main, .product_pic__sub {
  border-radius: 10px;
  overflow: hidden;
}
.product_pic__sub {
  flex: 1;
}
@media screen and (min-width: 1025px) {
  .product_pic__main {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .product_pic__main {
    flex: 1;
  }
  .product_pic__sub img {
    width: auto;
    height: 100%;
  }
}

.product_checklist li {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.product_checklist li .check_icon {
  flex-basis: 18px;
  flex-shrink: 0;
}
.product_checklist li .check_icon svg {
  fill: #E50012;
}
.product_checklist li .check_txt span {
  display: block;
}
.product_checklist li .check_txt span.fs16 {
  line-height: 2;
}
.product_checklist li + li {
  margin-top: 16px;
}
@media screen and (min-width: 1025px) {
  .product_checklist {
    margin-bottom: 30px;
  }
  .product_checklist li .check_icon {
    padding-top: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .product_checklist {
    margin-bottom: 20px;
  }
  .product_checklist li .check_icon {
    padding-top: 7px;
  }
}

.product_h3 {
  position: relative;
  line-height: 1.75;
  margin-bottom: 0.5em;
}
.product_h3::before {
  display: block;
  width: 4px;
  height: 100%;
  background-color: #E50012;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
@media screen and (min-width: 1025px) {
  .product_h3 {
    font-size: 20px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .product_h3 {
    font-size: 16px;
    padding-left: 12px;
  }
}

.product_spec:last-of-type {
  border-bottom: 1px solid #2E2E2E;
  margin-bottom: 20px;
}
.product_spec dt {
  background-color: #F0F0F4;
}
.product_spec dd {
  background-color: #FFF;
}
@media screen and (min-width: 1025px) {
  .product_spec dt {
    flex-basis: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .product_spec dt {
    padding-bottom: 10px;
  }
  .product_spec dd {
    padding-top: 10px;
  }
}

.product_usage {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  -moz-column-gap: 2.5%;
       column-gap: 2.5%;
  background-color: #FFF;
  border-radius: 6px;
}
.product_usage li {
  flex-shrink: 0;
  background-color: #F0F0F4;
  border-radius: 4px;
  line-height: 2;
  padding-inline: 1em;
}
@media screen and (min-width: 1025px) {
  .product_usage {
    padding-block: 20px;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .product_usage {
    padding-block: 14px;
    padding-inline: 14px;
  }
}

.product_cta {
  display: flex;
  background-color: #E2EFFF;
}
@media screen and (min-width: 1025px) {
  .product_cta {
    align-items: center;
    -moz-column-gap: 5%;
         column-gap: 5%;
    padding-block: 30px;
    padding-inline: 5%;
    margin-top: 30px;
  }
  .product_cta__txt {
    flex-grow: 1;
  }
  .product_cta .cta_button {
    flex-shrink: 0;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .product_cta .cta_button .btn_txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .product_cta {
    flex-wrap: wrap;
    row-gap: 14px;
    padding-block: 30px;
    padding-inline: 5%;
    margin-top: 30px;
  }
  .product_cta__txt {
    flex-basis: 100%;
  }
  .product_cta .cta_button {
    margin-inline: auto;
  }
}

.product_comparison__table th, .product_comparison__table td {
  padding-inline: 0;
  text-align: center;
}
.product_comparison__table th small, .product_comparison__table td small {
  font-size: 12px;
  display: block;
}
.product_comparison__table td.__comment {
  padding-inline: 10px;
  text-align: left;
}
.product_comparison__table td.__comment span {
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .product_comparison__table {
    table-layout: fixed;
  }
}
@media screen and (max-width: 1024px) {
  .product_comparison__table {
    table-layout: fixed;
    width: 1100px;
  }
}
@media screen and (min-width: 1025px) {
  .product_comparison {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .product_comparison {
    margin-bottom: 16px;
  }
}

.cat_nav .page_anchor__link:not(.__current) {
  border-color: #E50012;
  background-color: #E50012;
  color: #FFF;
}
.cat_nav .page_anchor__link.__current {
  pointer-events: none;
}
@media (hover: hover) {
  .cat_nav .page_anchor__link:hover {
    opacity: 1;
    background-color: #FFF;
    color: #E50012;
  }
}

.contact_lead {
  text-align: center;
  margin-bottom: 50px;
}

.contact_caution {
  margin-inline: auto;
  border-radius: 20px;
  background-color: #FFF;
  border: 1px solid #2E2E2E;
  margin-bottom: 50px;
  position: relative;
}
.contact_caution a {
  font-weight: 700;
  text-align: center;
  display: block;
}
.contact_caution a:hover {
  opacity: 1;
}
.contact_caution p {
  font-size: 16px;
  line-height: 2;
  color: #2E2E2E;
}
.contact_caution .expand_target {
  display: none;
  margin-top: 20px;
}
.contact_caution .expand_btn {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background-color: #E50012;
  border-radius: 50%;
}
.contact_caution .expand_btn::before {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 0;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  margin: auto;
  transition: all ease 0.4s;
  content: "";
}
.contact_caution:not(.is-open) .expand_btn::before {
  transform: translateY(-2px) rotate(45deg);
}
.contact_caution.is-open .expand_btn::before {
  transform: translateY(2px) rotate(-135deg);
}
@media screen and (min-width: 1025px) {
  .contact_caution {
    width: 900px;
    padding: 50px 5%;
  }
  .contact_caution a {
    font-size: 24px;
  }
  .contact_caution .expand_btn {
    right: 5%;
    top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_caution {
    width: 100%;
    max-width: 900px;
    padding: 32px 16px;
  }
  .contact_caution a {
    font-size: 20px;
  }
  .contact_caution .expand_btn {
    right: 16px;
    top: 32px;
  }
}

.contact_confirm {
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .contact_confirm {
    width: 900px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_confirm {
    width: 100%;
    max-width: 900px;
  }
}

.contact_tel {
  text-align: center;
}
.contact_tel_phone {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.contact_tel_phone .phone_icon svg {
  width: 100%;
}
.contact_tel_phone .phone_num {
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.2em;
}
@media screen and (min-width: 1025px) {
  .contact_tel {
    margin-bottom: 70px;
  }
  .contact_tel .phone_icon {
    width: 30px;
  }
  .contact_tel .phone_num {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_tel {
    margin-bottom: 40px;
  }
  .contact_tel .phone_icon {
    width: 22px;
  }
  .contact_tel .phone_num {
    font-size: 24px;
  }
}

.contactform_table {
  table-layout: fixed;
  margin: 0 auto;
  background-color: #FFF;
}
.contactform_table th {
  font-weight: 500;
  position: relative;
}
.contactform_table .th_wrap {
  display: flex;
  width: 100%;
  align-items: center;
}
.contactform_table .th_wrap small {
  display: block;
}
@media screen and (min-width: 1025px) {
  .contactform_table .th_wrap {
    justify-content: space-between;
  }
  .contactform_table .th_wrap:not(.th_2row) {
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_table .th_wrap {
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
}
.contactform_table .form_title .__note {
  display: inline-block;
  font-size: 12px;
}
.contactform_table td {
  vertical-align: middle;
}
.contactform_table .td__flex {
  display: flex;
}
.contactform_table .td__address__zip {
  display: flex;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  align-items: center;
  margin-bottom: 20px;
}
.contactform_table .td__address__zip span[data-name=your-zip] {
  width: 140px;
}
.contactform_table .td__address__txt .wpcf7-form-control-wrap {
  width: 100%;
}
.contactform_table.confirm .td__address .td__address__zip {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .contactform_table {
    width: 900px;
    margin-bottom: 50px;
  }
  .contactform_table th {
    width: 240px;
    padding: 1.5em 1em;
    border-bottom: 1px solid;
  }
  .contactform_table td {
    padding: 1.5em 0;
    border-bottom: 1px solid;
  }
  .contactform_table .td__flex {
    align-items: center;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  .contactform_table .td__flex .wpcf7-form-control-wrap {
    flex: 1;
  }
  .contactform_table.confirm .td__flex {
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_table {
    width: 100%;
    max-width: 900px;
    margin-bottom: 30px;
  }
  .contactform_table th, .contactform_table td {
    display: block;
    width: 100%;
  }
  .contactform_table th {
    padding: 0.5em 0;
  }
  .contactform_table td {
    padding: 0.5em 0.5em 2em 1em;
    border-bottom: 1px solid;
  }
  .contactform_table .td__flex {
    flex-wrap: wrap;
    row-gap: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .contactform_table .td__flex .wpcf7-form-control-wrap {
    flex-basis: 100%;
  }
}
.contactform_table input[type=text], .contactform_table input[type=tel], .contactform_table input[type=email], .contactform_table textarea, .contactform_table select {
  width: 100%;
  border: 1px solid;
  padding: 0.5em 1em;
  background-color: #F4F4F4;
}
.contactform_table input[type=text].postal_code {
  width: 100px;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}
.contactform_table textarea {
  resize: none;
}
.contactform_table input[type=radio], .contactform_table input[type=checkbox], .contactform_table select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.contactform_table .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  flex-wrap: wrap;
  row-gap: 0.5em;
}
.contactform_table .wpcf7-form-control.wpcf7-checkbox label {
  cursor: pointer;
}
.contactform_table .wpcf7-form-control.wpcf7-checkbox label input[type=radio], .contactform_table .wpcf7-form-control.wpcf7-checkbox label .wpcf7-list-item-label {
  vertical-align: middle;
}
.contactform_table .wpcf7-list-item {
  margin-left: 0;
}
.contactform_table .form_note {
  margin-top: 20px;
  padding: 0 0.5em;
  line-height: 1.33;
  font-size: 14px;
}
.contactform_table .form_required {
  flex-shrink: 0;
}

.form_required {
  display: inline-block;
  padding: 0 5px;
  border-radius: 4px;
  background-color: #E50012;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
}

.form_accept {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid;
}
.form_accept_head {
  margin-bottom: 1.5em;
  padding: 0 1em;
  line-height: 2;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #E50012;
}
.form_accept_check {
  position: relative;
  text-align: center;
}
.form_accept_check input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.form_accept_check span[data-name=acceptance] {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  margin-left: 1em;
  margin-right: 0.5em;
}
.form_accept_check label {
  display: inline-block;
}
.form_accept .wpcf7-list-item {
  margin-left: 0;
}
@media screen and (min-width: 1025px) {
  .form_accept {
    width: 900px;
    padding: 50px 36px;
  }
}
@media screen and (max-width: 1024px) {
  .form_accept {
    width: 100%;
    max-width: 900px;
    padding: 20px;
  }
}

.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: calc(100% - 5px);
}
.wpcf7-form-control-wrap:has(textarea) {
  width: 100%;
}

.contactform_btns {
  display: flex;
  justify-content: center;
  -moz-column-gap: 5%;
       column-gap: 5%;
  position: relative;
}
.contactform_btns .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  .contactform_btns {
    margin-block: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_btns {
    margin-block: 50px;
  }
}

.wpcf7 .wpcf7-form .wpcf7-submit,
.wpcf7 .wpcf7-form .wpcf7-previous {
  border-radius: 2em;
  font-weight: 700;
  font-size: 18px;
  line-height: 3em;
  padding: 0 2em;
  text-align: center;
  border: 2px solid #E50012;
  color: #E50012;
  transition: all ease 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 160px;
}
.wpcf7 .wpcf7-form .wpcf7-submit:disabled,
.wpcf7 .wpcf7-form .wpcf7-previous:disabled {
  opacity: 0.5;
}
@media (hover: hover) {
  .wpcf7 .wpcf7-form .wpcf7-submit._confirm:hover, .wpcf7 .wpcf7-form .wpcf7-submit._send:hover, .wpcf7 .wpcf7-form .wpcf7-submit._back:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._confirm:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._send:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._back:hover {
    background-color: #FFF;
    color: #E50012;
  }
}
.wpcf7 .wpcf7-form .wpcf7-submit._confirm, .wpcf7 .wpcf7-form .wpcf7-submit._send,
.wpcf7 .wpcf7-form .wpcf7-previous._confirm,
.wpcf7 .wpcf7-form .wpcf7-previous._send {
  background-color: #E50012;
  color: #FFF;
}
.wpcf7 .wpcf7-form .wpcf7-submit._back,
.wpcf7 .wpcf7-form .wpcf7-previous._back {
  color: #E50012;
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

.complete_message {
  max-width: 900px;
  margin-inline: auto;
}
@media screen and (min-width: 1025px) {
  .complete_message {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .complete_message {
    width: 100%;
    margin-bottom: 30px;
  }
}

.entry_complete .c-text + .page_h3 {
  margin-top: 50px;
}

@media screen and (min-width: 1025px) {
  .page_thanks {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .page_thanks {
    padding-bottom: 55px;
  }
}
.page_thanks .link_button {
  width: 200px;
}
@media screen and (min-width: 1025px) {
  .page_thanks .link_button {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .page_thanks .link_button {
    margin-top: 50px;
  }
}

.thanks_flow {
  border-radius: 6px;
}
.thanks_flow__ttl span {
  display: inline-block;
  vertical-align: middle;
}
.thanks_flow__ttl span:has(svg) {
  width: 19px;
  height: 19px;
  margin-right: 8px;
}
.thanks_flow__ttl svg {
  fill: #E50012;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .thanks_flow {
    padding-block: 30px;
    padding-inline: 50px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .thanks_flow {
    padding-block: 20px;
    padding-inline: 5%;
    margin-top: 30px;
  }
}/*# sourceMappingURL=style.css.map */