@charset "UTF-8";
a, abbr, address, aside, article, body, button, caption, cite, code, div, del, dl, dt, dd, em, font, form, figure, footer, fieldset, header, h1, h2, h3, h4, h5, h6, html, img, iframe, input, legend, li, label, main, nav, object, ol, option, optgroup, p, pre, q, s, sub, sup, select, span, section, tt, textarea, table, tbody, tfoot, thead, tr, th, td, ul, var, ::before, ::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

ol, ul {
  list-style: none;
}

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

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  outline: none;
  vertical-align: middle;
  -webkit-appearance: none;
}

input, textarea {
  cursor: text;
}

[type=checkbox] {
  -moz-appearance: checkbox;
       appearance: checkbox;
  cursor: pointer;
  -webkit-appearance: checkbox;
}

[type=radio] {
  -moz-appearance: radio;
       appearance: radio;
  cursor: pointer;
  -webkit-appearance: radio;
}

[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
}

[type=time]::-webkit-calendar-picker-indicator {
  cursor: pointer;
}

button, select {
  cursor: pointer;
}

label[for] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

select:disabled {
  opacity: inherit;
}

select::-ms-expand {
  display: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  cursor: pointer;
  height: auto;
}

th {
  font-weight: bold;
}

optgroup {
  font-weight: bold;
}

fieldset {
  min-width: 0;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  font-weight: bold;
  max-width: 100%;
  white-space: normal;
}

[hidden] {
  display: none;
}

dd {
  margin-left: 0;
}

/**
* rem変換 ※375以下ではvwとする
* $number 数値
* 例) 32pxをremに変換 (32);
*/
html {
  scroll-padding-top: 9.8rem;
  font-size: 2.5641025641vw;
}
@media screen and (768px <= width) {
  html {
    font-size: 19.6923076923px;
  }
}
@media screen and (960px <= width) {
  html {
    font-size: 0.8298755187vw;
    scroll-padding-top: 14rem;
  }
}
@media screen and (1205px <= width) {
  html {
    font-size: 10px;
  }
}
@media screen and (1440px <= width) {
  html {
    font-size: 0.6944444444vw;
  }
}

body {
  word-break: break-word;
  line-break: strict;
  background-color: #FFF;
  color: #151515;
  width: 100%;
}
body.__print {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

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

textarea,
dt,
dd,
button {
  line-height: inherit;
  color: inherit;
}

textarea {
  resize: vertical;
  overflow-y: auto;
}

a, span {
  display: inline-block;
}

button {
  display: inline-block;
  text-align: left;
  font: inherit;
}

.is_loadTransition {
  -webkit-transition: none !important;
  transition: none !important;
}
.is_loadTransition * {
  -webkit-transition: none !important;
  transition: none !important;
}

.ly_main {
  padding-top: 9.8rem;
}
@media screen and (960px <= width) {
  .ly_main {
    padding-top: 14rem;
  }
}
.ly_main__flex {
  padding-top: 0 !important;
}
@media screen and (960px <= width) {
  .ly_main__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.ly_container {
  margin-inline: auto;
  width: 89.7435897436%;
}
@media screen and (960px <= width) {
  .ly_container {
    width: 115rem;
  }
}
.ly_container.__mx817 {
  max-width: 81.7rem;
}
.ly_container.__mx869 {
  max-width: 86.9rem;
}
.ly_container.__mx895 {
  max-width: 89.5rem;
}
.ly_container.__mx908 {
  max-width: 90.8rem;
}
.ly_container.__mx934 {
  max-width: 93.4rem;
}
.ly_container.__mx953 {
  max-width: 95.3rem;
}
.ly_container.__mx954 {
  max-width: 95.4rem;
}
.ly_container.__mx987 {
  max-width: 98.7rem;
}
.ly_container.__mx989 {
  max-width: 98.9rem;
}
.ly_container.__mx996 {
  max-width: 99.6rem;
}
.ly_container.__mx999 {
  max-width: 99.9rem;
}
.ly_container.__mx1134 {
  max-width: 113.4rem;
}
.ly_container.__mx1045 {
  max-width: 104.5rem;
}

.ly_section {
  padding-block: 9rem;
}
@media screen and (960px <= width) {
  .ly_section {
    padding-block: 12rem;
  }
}
.ly_section.__ptSmall {
  padding-top: 7rem;
}
@media screen and (960px <= width) {
  .ly_section.__ptSmall {
    padding-top: 9.5rem;
  }
}
.ly_section.__pbSmall {
  padding-bottom: 7rem;
}
@media screen and (960px <= width) {
  .ly_section.__pbSmall {
    padding-bottom: 9.5rem;
  }
}
.ly_section.__ptNone {
  padding-top: 0;
}
@media screen and (width < 960px) {
  .ly_section.__ptNoneSp {
    padding-top: 0;
  }
}
.ly_section.__pbNone {
  padding-bottom: 0;
}
.ly_section.__light {
  background-color: #DBDBDB;
}
.ly_section.__dark {
  background-color: #747474;
}
.ly_section.__color {
  background-color: #738DA8;
}
.ly_section.__relative {
  position: relative;
}

.ly_searchSection {
  padding-top: 7rem;
}
@media screen and (960px <= width) {
  .ly_searchSection {
    padding-top: 6rem;
  }
}
.ly_searchSection .bl_searchItemUnit {
  margin-top: 4rem;
}
@media screen and (960px <= width) {
  .ly_searchSection .bl_searchItemUnit {
    margin-top: 4.5rem;
  }
}

.bl_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.bl_tel.__type2 {
  color: #FFF;
}
.bl_tel.__type2 .bl_tel_icon {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.bl_tel.__large .bl_tel_icon {
  height: 2.5rem;
  width: 2.5rem;
}
.bl_tel.__large .bl_tel_number {
  font-size: 2.8rem;
}
.bl_tel.__large .bl_tel_time {
  font-size: 1.1rem;
  padding-left: 1rem;
}
.bl_tel_icon {
  width: 1.7rem;
  height: 1.7rem;
  margin-top: 0.3rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media screen and (960px <= width) {
  .bl_tel_icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.bl_tel_number {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.1875;
}
@media screen and (960px <= width) {
  .bl_tel_number {
    font-size: 2.8rem;
    font-weight: 500;
  }
}
.bl_tel_time {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  line-height: 1.25;
  padding-left: 0.3rem;
}
@media screen and (960px <= width) {
  .bl_tel_time {
    font-size: 1.2rem;
  }
}

.bl_bred {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.3rem;
  padding-left: 2rem;
  position: absolute;
  top: 9.8rem;
  width: 100%;
}
@media screen and (960px <= width) {
  .bl_bred {
    padding-top: 5.85rem;
    padding-left: 5rem;
  }
}
.bl_bred_list:last-of-type {
  pointer-events: none;
}
@media screen and (width < 960px) {
  .bl_bred_list:last-of-type span {
    height: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    max-width: 18rem;
  }
}
.bl_bred_list:not(:last-of-type) {
  padding-right: 2.5rem;
  position: relative;
}
@media screen and (960px <= width) {
  .bl_bred_list:not(:last-of-type) {
    padding-right: 4.4rem;
  }
}
.bl_bred_list:not(:last-of-type)::before {
  content: "";
  background-image: url(../images/icon_angle_theme.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 0.4rem;
  height: 0.7rem;
  position: absolute;
  top: 55%;
  left: 100%;
  -webkit-transform: translate(calc(-100% - 1rem), -50%);
          transform: translate(calc(-100% - 1rem), -50%);
}
@media screen and (960px <= width) {
  .bl_bred_list:not(:last-of-type)::before {
    -webkit-transform: translateX(calc(-100% - 1.5rem));
            transform: translateX(calc(-100% - 1.5rem));
    top: 0.7rem;
  }
}
.bl_bred_item {
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1;
  vertical-align: middle;
}
@media (hover: hover) and (pointer: fine) {
  .bl_bred_item:hover {
    opacity: 0.5;
  }
}
@media (hover: hover), (hover: none) {
  .bl_bred_item:active {
    opacity: 0.5;
  }
}
@media screen and (960px <= width) {
  .bl_bred_item {
    font-size: 1.4rem;
  }
}
.bl_bred_item__single span {
  height: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  max-width: 12rem;
}
@media screen and (960px <= width) {
  .bl_bred_item__single span {
    max-width: 25rem;
  }
}

.bl_searchArea {
  margin-inline: auto;
  width: 89.7435897436%;
  border-radius: 0.3rem;
  background-color: #FFF;
  padding: 3.8rem 1.55rem;
  -webkit-box-shadow: 0 0 0.6rem rgba(21, 21, 21, 0.16);
          box-shadow: 0 0 0.6rem rgba(21, 21, 21, 0.16);
}
@media screen and (960px <= width) {
  .bl_searchArea {
    width: 115rem;
  }
}
@media screen and (960px <= width) {
  .bl_searchArea {
    border-radius: 1rem;
    max-width: 101.2rem;
    padding-block: 2.8rem 5.15rem;
    padding-inline: 4.6rem;
  }
}
@media screen and (960px <= width) {
  .bl_searchArea.__wide {
    max-width: none;
  }
}
@media screen and (960px <= width) {
  .bl_searchArea.__wide .bl_searchArea_freeWordBtn {
    width: 15.2rem;
  }
}
.bl_searchArea_headWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (960px <= width) {
  .bl_searchArea_headWrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 3.55rem;
  }
}
.bl_searchArea_freeWrod {
  position: relative;
  margin-top: 3.3rem;
}
@media screen and (960px <= width) {
  .bl_searchArea_freeWrod {
    margin-top: 4.6rem;
  }
}
.bl_searchArea_placeholder {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0em;
  line-height: 1.3333333333;
  color: #A7A7A7;
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (960px <= width) {
  .bl_searchArea_placeholder {
    font-size: 1.4rem;
  }
}
.bl_searchArea_input {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 0em;
  line-height: 1.4545454545;
  background-color: #EFEFEF;
  border-radius: 100vh;
  height: 4.9rem;
  width: 100%;
  padding-inline: 2rem 7.2rem;
}
@media screen and (960px <= width) {
  .bl_searchArea_input {
    font-size: 1.2rem;
    height: 4.1rem;
    padding-right: 13.5rem;
  }
}
.bl_searchArea_input:focus + .bl_searchArea_placeholder {
  display: none;
}
.bl_searchArea_input:not(:-moz-placeholder-shown) + .bl_searchArea_placeholder {
  display: none;
}
.bl_searchArea_input:not(:-ms-input-placeholder) + .bl_searchArea_placeholder {
  display: none;
}
.bl_searchArea_input:not(:placeholder-shown) + .bl_searchArea_placeholder {
  display: none;
}
.bl_searchArea_freeWordBtn {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background-color: #034EA2;
  border-radius: 100vh;
  color: #FFF;
  height: 3.7rem;
  line-height: 3.7rem;
  width: 5.3rem;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0.7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) and (pointer: fine) {
  .bl_searchArea_freeWordBtn:hover {
    opacity: 0.5;
  }
}
@media (hover: hover), (hover: none) {
  .bl_searchArea_freeWordBtn:active {
    opacity: 0.5;
  }
}
@media screen and (960px <= width) {
  .bl_searchArea_freeWordBtn {
    width: 11.8rem;
    height: 3.3rem;
    line-height: 3.2rem;
    font-size: 1.5rem;
    letter-spacing: 1em;
    padding-left: 1em;
  }
}
.bl_searchArea_pickWord {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 1.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (960px <= width) {
  .bl_searchArea_pickWord {
    margin-top: 1.6;
    gap: 2rem;
  }
}
.bl_searchArea_pickWord_head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0em;
  line-height: 1.4166666667;
  white-space: nowrap;
}
.bl_searchArea_pickWordItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3rem 0.2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (960px <= width) {
  .bl_searchArea_pickWordItems {
    gap: 0.5rem;
  }
}
.bl_searchArea_pickWordBtn {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1;
  color: #FFF;
  background-color: #5A5A5A;
  border-radius: 100vh;
  display: inline-block;
  height: 2.4rem;
  line-height: 2.4rem;
  padding-inline: 0.85rem;
  text-align: center;
  min-width: 4.8rem;
  cursor: pointer;
}
@media screen and (960px <= width) {
  .bl_searchArea_pickWordBtn {
    font-size: 1.2rem;
    padding-inline: 1rem;
    height: 2.6rem;
    line-height: 2.6rem;
    min-width: auto;
  }
}
.bl_searchArea_pickWordBtn:has(input[type=checkbox]:checked) {
  background-color: #034EA2;
}
.bl_searchArea_pickWordBtn input[type=checkbox] {
  display: none;
}
.bl_searchArea_selectUnit {
  padding-inline: 0.3rem;
  margin-top: 2.25rem;
  padding-top: 2.65rem;
  border-top: max(0.05rem, 0.5px) solid #888888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 0.8rem;
}
@media screen and (960px <= width) {
  .bl_searchArea_selectUnit {
    margin-top: 2.45rem;
    padding-top: 2.45rem;
    gap: 1.2rem 2.5rem;
  }
}
.bl_searchArea_selectUnit .bl_buttonSearch {
  width: calc(50% - 0.4rem);
}
@media screen and (960px <= width) {
  .bl_searchArea_selectUnit .bl_buttonSearch {
    width: calc(33.3333333333% - 1.6666666667rem);
  }
}
.bl_searchArea_btn {
  margin-top: 3.1rem;
}
@media screen and (960px <= width) {
  .bl_searchArea_btn {
    margin-top: 3.6rem;
    width: 23rem;
    margin-inline: auto;
  }
}
.bl_searchArea_reset {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  display: block;
  color: #7E7E7E;
  margin-top: 1.9rem;
  border-bottom: max(0.05rem, 0.5px) solid #7E7E7E;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (hover: hover) and (pointer: fine) {
  .bl_searchArea_reset:hover {
    opacity: 0.5;
  }
}
@media (hover: hover), (hover: none) {
  .bl_searchArea_reset:active {
    opacity: 0.5;
  }
}
@media screen and (960px <= width) {
  .bl_searchArea_reset {
    font-size: 1.5rem;
    margin-top: 3.45rem;
  }
}

.bl_searchResult {
  padding-bottom: 1.78rem;
  border-bottom: max(0.1rem, 1px) solid #888888;
}
.bl_searchResult .el_searchLength {
  margin-top: 2.1rem;
  text-align: center;
}
@media screen and (960px <= width) {
  .bl_searchResult .el_searchLength {
    margin-top: 3.8rem;
  }
}
@media screen and (960px <= width) {
  .bl_searchResult_bottomWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 4rem;
  }
}
.bl_searchResult_terms {
  margin-top: 3.25rem;
}
@media screen and (960px <= width) {
  .bl_searchResult_terms {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.bl_searchResult_terms_head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  height: 3.2rem;
  line-height: 3.2rem;
  background-color: #DBDBDB;
  border-radius: 0.3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 1.25rem;
}
@media screen and (960px <= width) {
  .bl_searchResult_terms_head {
    font-size: 1.8rem;
    height: 3.6rem;
    line-height: 3.6rem;
    padding-inline: 1.4rem;
  }
}
.bl_searchResult_terms_item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  margin-top: 1.45rem;
}
@media screen and (960px <= width) {
  .bl_searchResult_terms_item {
    margin-top: 0;
    font-size: 1.5rem;
  }
}
.bl_searchResult_btnWrap {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
@media screen and (960px <= width) {
  .bl_searchResult_btnWrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-top: 0;
  }
}
.bl_searchResult_btnWrapItem {
  width: calc(50% - 0.4rem);
}
@media screen and (960px <= width) {
  .bl_searchResult_btnWrapItem .el_buttonType3,
  .bl_searchResult_btnWrapItem .bl_buttonSearch {
    width: 13.6rem;
  }
}

.bl_searchList {
  padding-top: 4.42rem;
}
.bl_searchList_noResult {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  padding-block: 4rem;
  text-align: center;
}
@media screen and (960px <= width) {
  .bl_searchList_noResult {
    font-size: 1.8rem;
    padding-block: 6rem;
  }
}

.bl_carUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}

@media screen and (960px <= width) {
  .bl_carUnit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.6rem;
  }
}
.bl_car {
  background-color: #F2F2F2;
  border-radius: 1rem;
  padding-inline: 1.5rem;
  padding-block: 1.7rem 2.2rem;
  width: 100%;
  position: relative;
}
.bl_car_new {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0em;
  line-height: 1;
  color: #FFF;
  background-color: #D01F1F;
  border-radius: 100vh;
  aspect-ratio: 1/1;
  height: auto;
  width: 3.8rem;
  line-height: 3.8rem;
  text-align: center;
  position: absolute;
  top: -1.5rem;
  left: -1.4rem;
  -webkit-box-shadow: 0.1rem 0.1rem 0.3rem rgba(21, 21, 21, 0.16);
          box-shadow: 0.1rem 0.1rem 0.3rem rgba(21, 21, 21, 0.16);
}
.bl_car_favorite {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 100vh;
  background-color: #B1B1B1;
  position: absolute;
  top: 0.6rem;
  right: 0.74rem;
  -webkit-box-shadow: 0.1rem 0.1rem 0.3rem rgba(21, 21, 21, 0.16);
          box-shadow: 0.1rem 0.1rem 0.3rem rgba(21, 21, 21, 0.16);
}
.bl_car_favorite.is_active {
  background-color: #C39F5C;
}
.bl_car_favorite img {
  width: 1.2rem;
}
.bl_car_topWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3rem;
}
.bl_car_thumbnailWrap {
  width: 18rem;
  position: relative;
}
.bl_car_thumbnail {
  aspect-ratio: 181/118;
  border-radius: 1rem;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_car_textWrap {
  width: calc(100% - 1.3rem - 18rem);
  margin-top: 1.4rem;
}
.bl_car_favoritePatern {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_car_favoritePatern .bl_car_favorite {
  cursor: auto;
  position: static;
}
.bl_car_number {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 0em;
  line-height: 1;
  background-color: #FFF;
  border-radius: 0.3rem;
  line-height: 2.15rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 0.55rem;
  padding-block: 0.2rem;
}
.bl_car_name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0em;
  line-height: 1.2666666667;
  margin-top: 1.1rem;
}
.bl_car_model {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: 0em;
  line-height: 1.8181818182;
  margin-top: 0.3rem;
}
.bl_car_priceWrap {
  margin-top: 1.39rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.bl_car_priceWrap_head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  line-height: 1.8181818182;
}
.bl_car_priceWrap_price {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0em;
  line-height: 1.3333333333;
  color: #D01F1F;
}
.bl_car_infoList {
  margin-top: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.9rem 2rem;
}
.bl_car_info {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: 0em;
  line-height: 1.8181818182;
  min-width: 12rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0.8rem;
  border-left: max(0.07rem, 0.7px) solid #151515;
}
.bl_car .el_buttonType2 {
  margin-top: 2.5rem;
}
.bl_car .el_buttonType2:nth-of-type(n + 2) {
  margin-top: 1.2rem;
}
.bl_car_remove {
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #7E7E7E;
  margin-top: 2.42rem;
  text-decoration: underline;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (hover: hover) and (pointer: fine) {
  .bl_car_remove:hover {
    opacity: 0.5;
  }
}
@media (hover: hover), (hover: none) {
  .bl_car_remove:active {
    opacity: 0.5;
  }
}

@media screen and (960px <= width) {
  .bl_car {
    width: calc(25% - 2.7rem);
    border-radius: 1.5rem;
    padding: 0;
    padding-bottom: 3.08rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_car_new {
    font-size: 1.8rem;
    width: 5.7rem;
    line-height: 5.7rem;
    top: -1.2rem;
    left: -1.2rem;
  }
  .bl_car_favorite {
    width: 3.9rem;
    height: 3.9rem;
  }
  .bl_car_favorite img {
    width: 1.9rem;
  }
  .bl_car_topWrap {
    display: block;
  }
  .bl_car_thumbnailWrap {
    width: 100%;
  }
  .bl_car_thumbnail {
    aspect-ratio: 263/212;
    border-radius: 1.5rem 1.5rem 0 0;
  }
  .bl_car_textWrap {
    margin-top: 1.9rem;
    width: 100%;
    padding-inline: 1.7rem;
  }
  .bl_car_favoritePatern .bl_car_number {
    font-size: 1.4rem;
    height: 2.6rem;
    line-height: 2.5rem;
  }
  .bl_car_number {
    font-size: 1.8rem;
    line-height: 3.1rem;
    border-radius: 0.5rem;
  }
  .bl_car_name {
    height: 4.56rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 1.8rem;
  }
  .bl_car_model {
    font-size: 1.4rem;
  }
  .bl_car_priceWrap {
    padding-inline: 1.7rem;
  }
  .bl_car_priceWrap_head {
    font-size: 1.8rem;
  }
  .bl_car_priceWrap_price {
    font-size: 1.8rem;
  }
  .bl_car .bl_carLabelList {
    padding-inline: 1.7rem;
  }
  .bl_car_infoList {
    padding-inline: 1.7rem;
  }
  .bl_car_info {
    font-size: 1.4rem;
    border-width: 0.2rem;
  }
  .bl_car .el_buttonType2 {
    margin-top: 2.2rem;
    width: calc(100% - 3.4rem);
    margin-inline: auto;
  }
  .bl_car .el_buttonType2:nth-of-type(n + 2) {
    margin-top: 1.2rem;
  }
  .bl_car_btnWrap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.bl_carLabelList {
  margin-top: 1.89rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4rem;
}
.bl_carLabelList_item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1;
  text-align: center;
  color: #FFF;
  padding-inline: 0.9rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.4rem;
  line-height: 2.4rem;
  border-radius: 0.3rem;
  background-color: #5A5A5A;
  min-width: 4.7rem;
}

@media screen and (960px <= width) {
  .bl_carLabelList_item {
    border-radius: 100vh;
  }
}
@media print {
  .bl_car {
    width: calc(25% - 2.7rem);
    border-radius: 1.5rem;
    padding: 0;
    padding-bottom: 3.08rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_car_new {
    font-size: 1.8rem;
    width: 5.7rem;
    line-height: 5.7rem;
    top: -1.2rem;
    left: -1.2rem;
  }
  .bl_car_favorite {
    width: 3.9rem;
    height: 3.9rem;
  }
  .bl_car_favorite img {
    width: 1.9rem;
  }
  .bl_car_topWrap {
    display: block;
  }
  .bl_car_thumbnailWrap {
    width: 100%;
  }
  .bl_car_thumbnail {
    aspect-ratio: 263/212;
    border-radius: 1.5rem 1.5rem 0 0;
  }
  .bl_car_textWrap {
    margin-top: 1.9rem;
    width: 100%;
    padding-inline: 1.7rem;
  }
  .bl_car_favoritePatern .bl_car_number {
    font-size: 1.4rem;
    height: 2.6rem;
    line-height: 2.5rem;
  }
  .bl_car_number {
    font-size: 1.8rem;
    line-height: 3.1rem;
    border-radius: 0.5rem;
  }
  .bl_car_name {
    height: 4.56rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 1.8rem;
  }
  .bl_car_model {
    font-size: 1.4rem;
  }
  .bl_car_priceWrap {
    padding-inline: 1.7rem;
  }
  .bl_car_priceWrap_head {
    font-size: 1.8rem;
  }
  .bl_car_priceWrap_price {
    font-size: 1.8rem;
  }
  .bl_car .bl_carLabelList {
    padding-inline: 1.7rem;
  }
  .bl_car_infoList {
    padding-inline: 1.7rem;
  }
  .bl_car_info {
    font-size: 1.4rem;
    border-width: 0.2rem;
  }
  .bl_car .el_buttonType2 {
    margin-top: 2.2rem;
    width: calc(100% - 3.4rem);
    margin-inline: auto;
  }
  .bl_car .el_buttonType2:nth-of-type(n + 2) {
    margin-top: 1.2rem;
  }
  .bl_car_btnWrap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .bl_carUnit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.6rem;
  }
  .bl_carLabelList_item {
    border-radius: 100vh;
  }
  .bl_searchResult {
    margin-top: 13rem;
    page-break-after: always;
  }
  .bl_searchList {
    padding-top: 0;
  }
  .bl_carUnit {
    gap: 1.5rem;
    margin-top: 0 !important;
  }
  .bl_car {
    width: calc(25% - 1.125rem);
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    margin-top: 0 !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .bl_car:nth-of-type(4n)::after {
    content: "";
    display: block;
    -webkit-column-break-after: page;
       -moz-column-break-after: page;
            break-after: page;
    page-break-after: always;
  }
  .bl_car:last-of-type::after {
    display: none !important;
  }
  .bl_car .el_buttonType2 {
    display: none;
  }
  .bl_car_priceWrap {
    display: block !important;
  }
  .bl_car_new {
    top: 0;
    left: 0;
  }
  .bl_car_remove {
    display: none !important;
  }
}
.bl_pagination {
  margin-top: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.2rem;
}
@media screen and (960px <= width) {
  .bl_pagination {
    margin-top: 8.5rem;
    gap: 5rem;
  }
}
.bl_pagination .page-numbers {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0em;
  line-height: 1;
}
@media screen and (960px <= width) {
  .bl_pagination .page-numbers {
    font-size: 2rem;
  }
}
.bl_pagination .page-numbers.current {
  position: relative;
  pointer-events: none;
  color: #7E7E7E;
  padding-inline: 1.2rem;
}
.bl_pagination .page-numbers.current::before {
  content: "";
  display: block;
  border-radius: 100vh;
  width: 3.78rem;
  height: 3.78rem;
  background-color: #DBDBDB;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (960px <= width) {
  .bl_pagination .page-numbers.current::before {
    width: 5.4rem;
    height: 5.4rem;
  }
}
.bl_pagination_button.__next, .bl_pagination_button.__prev {
  background-image: url(../images/icon_angle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.3rem;
  height: 0.8rem;
}
.bl_pagination_button.__next {
  -webkit-transform: translateY(-0.1rem) rotate(-90deg);
          transform: translateY(-0.1rem) rotate(-90deg);
}
.bl_pagination_button.__prev {
  -webkit-transform: translateY(-0.1rem) rotate(90deg);
          transform: translateY(-0.1rem) rotate(90deg);
}

.bl_subTitle {
  background-color: #151515;
  color: #FFF;
  padding-block: 6.1rem 5rem;
}
@media screen and (960px <= width) {
  .bl_subTitle {
    padding-block: 8.6rem 8.4rem;
  }
}
.bl_subTitle .bl_bred {
  color: #FFF;
}
.bl_subTitle .bl_bred_list:not(:last-of-type)::before {
  background-image: url(../images/icon_angle_white2.svg);
}
.bl_subTitle_headWrap {
  padding-left: 1.6rem;
}
@media screen and (960px <= width) {
  .bl_subTitle_headWrap {
    margin-inline: auto;
    width: 89.7435897436%;
  }
}
@media screen and (960px <= width) and (960px <= width) {
  .bl_subTitle_headWrap {
    width: 115rem;
  }
}
.bl_subTitle_sub {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0em;
  line-height: 1.25;
  font-style: italic;
}
@media screen and (960px <= width) {
  .bl_subTitle_sub {
    font-size: 1.9rem;
  }
}
.bl_subTitle_head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1.44;
  margin-top: 0.4rem;
  position: relative;
}
.bl_subTitle_head::before {
  content: "";
  display: block;
  background-color: #B1B1B1;
  width: 6.25rem;
  height: max(0.2rem, 2px);
  position: absolute;
  left: 0;
  bottom: -1.2rem;
}
@media screen and (960px <= width) {
  .bl_subTitle_head::before {
    height: 0.5rem;
    bottom: -1.7rem;
  }
}
@media screen and (960px <= width) {
  .bl_subTitle_head {
    font-size: 3.3rem;
  }
}

.bl_contactForm_err {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1.5;
  display: none;
  color: #D01F1F;
  text-align: center;
  padding-top: 3rem;
  margin-bottom: 3rem;
}

.bl_contactContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.65rem;
  background-color: #DBDBDB;
  border-radius: 1rem;
  padding-block: 2.4rem 2.7rem;
  padding-inline: 1.5rem;
}
@media screen and (960px <= width) {
  .bl_contactContents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 2.1rem;
    padding-block: 1.85rem;
    padding-inline: 5.7rem;
  }
}
.bl_contactContents.__var {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  gap: 2.65rem !important;
  padding-inline: 0;
}
@media screen and (960px <= width) {
  .bl_contactContents.__var {
    gap: 3.48rem !important;
    padding-inline: 0;
  }
}
.bl_contactContents.__bk {
  background-color: #151515;
  color: #FFF;
}
.bl_contactContents.__bk .bl_contactContents_head {
  color: #FFF;
}
.bl_contactContents.__width .el_contactBtn {
  width: 100%;
}
.bl_contactContents_inner {
  text-align: center;
}
.bl_contactContents_head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.1111111111;
  color: #034EA2;
}
.bl_contactContents_time {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  margin-top: 0.74rem;
}
.bl_contactContents_time.__large {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
}
@media screen and (960px <= width) {
  .bl_contactContents_time.__large {
    font-size: 1.8rem;
  }
}
.bl_contactContents_holiday {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}
@media screen and (960px <= width) {
  .bl_contactContents_holiday {
    font-size: 1.4rem;
  }
}
.bl_contactContents .el_contactBtn {
  margin-top: 1.2rem;
  width: 27.9rem;
  margin-inline: auto;
  max-width: 100%;
}
@media screen and (960px <= width) {
  .bl_contactContents .el_contactBtn {
    width: 28.7rem;
  }
}

.bl_qaUnit {
  margin-top: 1.8rem;
}
@media screen and (960px <= width) {
  .bl_qaUnit {
    margin-top: 5.4rem;
  }
}

.bl_qa.is_contact {
  display: none;
}
@media screen and (960px <= width) {
  .bl_qa.is_contact {
    display: block !important;
  }
}
.bl_qa.is_active {
  display: block;
}
.bl_qa:nth-of-type(n + 2) {
  margin-top: 2.53rem;
}
@media screen and (960px <= width) {
  .bl_qa:nth-of-type(n + 2) {
    margin-top: 3.2rem;
  }
}
.bl_qa_qWrap {
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1rem;
  border: 0.3rem solid #151515;
  padding-block: 1.3rem;
  padding-inline: 1.3rem;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .bl_qa_qWrap:hover {
    opacity: 0.5;
  }
}
@media (hover: hover), (hover: none) {
  .bl_qa_qWrap:active {
    opacity: 0.5;
  }
}
@media screen and (960px <= width) {
  .bl_qa_qWrap {
    padding-block: 1.3rem;
    padding-inline: 2.9rem 1.8rem;
  }
}
.bl_qa_qWrap_subject {
  font-family: "Source Han Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #034EA2;
}
@media screen and (960px <= width) {
  .bl_qa_qWrap_subject {
    font-size: 2.7rem;
  }
}
.bl_qa_qWrap_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.4375;
  padding-inline: 1.1rem 2rem;
}
@media screen and (960px <= width) {
  .bl_qa_qWrap_text {
    font-size: 1.9rem;
    padding-inline: 3.4rem 3.5rem;
  }
}
.bl_qa_qWrap.is_active .bl_qa_button {
  -webkit-transform: translate(-1rem, -50%) rotate(45deg);
          transform: translate(-1rem, -50%) rotate(45deg);
}
@media screen and (960px <= width) {
  .bl_qa_qWrap.is_active .bl_qa_button {
    -webkit-transform: translate(-2rem, -50%) rotate(45deg);
            transform: translate(-2rem, -50%) rotate(45deg);
  }
}
.bl_qa_aWrapParent {
  display: none;
}
.bl_qa_aWrap {
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (960px <= width) {
  .bl_qa_aWrap {
    margin-top: 1.6rem;
  }
}
.bl_qa_aWrap_subject {
  font-family: "Source Han Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #D01F1F;
  padding-left: 1.5rem;
}
@media screen and (960px <= width) {
  .bl_qa_aWrap_subject {
    font-size: 2.8rem;
    padding-left: 3.4rem;
  }
}
.bl_qa_aWrap_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1.5714285714;
  padding-inline: 1.3rem 1.5rem;
}
@media screen and (960px <= width) {
  .bl_qa_aWrap_text {
    font-size: 1.6rem;
    padding-inline: 3.6rem 3rem;
  }
}
.bl_qa_button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-1rem, -50%);
          transform: translate(-1rem, -50%);
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media screen and (960px <= width) {
  .bl_qa_button {
    width: 2.2rem;
    height: 2.2rem;
    -webkit-transform: translate(-2rem, -50%);
            transform: translate(-2rem, -50%);
  }
}
.bl_qa_button span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0.2rem;
  background-color: #151515;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bl_qa_button span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.bl_qa .bl_contactContents {
  margin-top: 1.95em;
}
@media screen and (960px <= width) {
  .bl_qa .bl_contactContents {
    margin-left: 9rem;
  }
}

.bl_newsUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.42rem;
}
@media screen and (960px <= width) {
  .bl_newsUnit {
    gap: 2.1rem;
  }
}

.bl_news {
  border-bottom: max(0.07rem, 0.7px) solid #888888;
  padding-bottom: 1.5rem;
}
@media screen and (960px <= width) {
  .bl_news {
    border-width: 0.1rem;
    padding-bottom: 2.1rem;
  }
}
.bl_news:first-of-type {
  padding-top: 1.42rem;
  border-top: max(0.07rem, 0.7px) solid #888888;
}
.bl_news.__white {
  color: #FFF;
}
.bl_news.__white:first-of-type {
  padding-top: 0;
  border-top: none;
}
.bl_news_item {
  display: block;
  width: 100%;
  position: relative;
}
@media screen and (960px <= width) {
  .bl_news_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12.5rem;
  }
}
.bl_news_dateWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.17rem;
}
@media screen and (960px <= width) {
  .bl_news_dateWrap {
    display: blockd;
  }
}
.bl_news_label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  background-color: #D01F1F;
  border-radius: 100vh;
  text-align: center;
  color: #FFF;
  height: 1.8rem;
  line-height: 1.8rem;
  padding-inline: 0.9rem;
}
@media screen and (960px <= width) {
  .bl_news_label {
    position: absolute;
    left: 12rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-size: 1.4rem;
    height: 2.3rem;
    line-height: 2.3rem;
  }
}
.bl_news_date {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.5384615385;
}
@media screen and (960px <= width) {
  .bl_news_date {
    font-size: 1.8rem;
    white-space: nowrap;
  }
}
.bl_news_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin-top: 0.2rem;
  padding-right: 3.5rem;
}
@media screen and (960px <= width) {
  .bl_news_text {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.1111111111;
    padding-right: 5.5rem;
  }
}
.bl_news_icon {
  position: absolute;
  right: 0;
  top: 2rem;
  width: 2.627rem;
  z-index: 1;
  pointer-events: none;
}
@media screen and (960px <= width) {
  .bl_news_icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.6rem;
  }
}

.bl_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 100dvh;
  width: 100%;
}
.bl_modal_contents {
  margin-inline: auto;
  width: 89.7435897436%;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 1rem rgba(21, 21, 21, 0.16);
          box-shadow: 0 0 1rem rgba(21, 21, 21, 0.16);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 4rem 1.5rem;
}
@media screen and (960px <= width) {
  .bl_modal_contents {
    width: 115rem;
  }
}
@media screen and (960px <= width) {
  .bl_modal_contents {
    max-width: 97.7rem;
    padding: 9rem;
  }
}
.bl_modal_head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (960px <= width) {
  .bl_modal_head {
    font-size: 3.1rem;
  }
}
.bl_modal .bl_information {
  margin-top: 3rem;
}
@media screen and (960px <= width) {
  .bl_modal .bl_information {
    margin-top: 4.5rem;
  }
}
.bl_modal_btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 1rem;
  margin-top: 3rem;
}
@media screen and (960px <= width) {
  .bl_modal_btnWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.3rem;
    margin-top: 7rem;
    width: 48.3rem;
    margin-inline: auto;
  }
}
.bl_modal_btnWrap .el_buttonType2 {
  width: 100%;
}
@media screen and (960px <= width) {
  .bl_modal_btnWrap .el_buttonType2 {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.bl_information {
  background-color: #F2F2F2;
  border-radius: 0.3rem;
  padding: 3rem 1.5rem;
}
@media screen and (960px <= width) {
  .bl_information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.6rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 1.6rem 2.6rem;
    padding-inline: 4.4rem;
  }
}
.bl_information.__bgWhite {
  background-color: #FFF;
}
.bl_information_imgWrap {
  aspect-ratio: 281/175;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  height: auto;
}
@media screen and (960px <= width) {
  .bl_information_imgWrap {
    aspect-ratio: 217/175;
    width: 21.7rem;
  }
}
.bl_information_imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_information_textWrap {
  margin-top: 1.67rem;
}
@media screen and (960px <= width) {
  .bl_information_textWrap {
    margin-top: 0;
    width: calc(100% - 21.7rem - 5.6rem);
  }
}
.bl_information_name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.1111111111;
  margin-top: 1.2rem;
}
@media screen and (960px <= width) {
  .bl_information_name {
    margin-top: 1.8rem;
  }
}
.bl_information_model {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1.4285714286;
  margin-top: 0.4rem;
}
@media screen and (960px <= width) {
  .bl_information_model {
    margin-top: 0.8rem;
  }
}

@media screen and (960px <= width) {
  .bl_introWrap {
    width: 81.5rem;
    margin-inline: auto;
  }
}
.bl_introWrap .bl_introImg {
  margin-top: 4rem;
}
@media screen and (960px <= width) {
  .bl_introWrap .bl_introImg {
    margin-top: 2.6rem;
  }
}
.bl_introWrap .el_explain {
  margin-top: 3.2rem;
}
@media screen and (960px <= width) {
  .bl_introWrap .el_explain {
    margin-top: 2.6rem;
  }
}

.bl_introImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (960px <= width) {
  .bl_introImg {
    gap: 3.7rem;
  }
}
.bl_introImg img {
  width: calc(50% - 0.5rem);
  aspect-ratio: 170/176;
  height: auto;
  border-radius: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (960px <= width) {
  .bl_introImg img {
    aspect-ratio: 389/245;
  }
}

.bl_labelHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #151515;
  color: #FFF;
  padding-block: 2rem 2.6rem;
  padding-inline: 1.5rem;
}
@media screen and (960px <= width) {
  .bl_labelHead {
    border-radius: 1rem;
    padding-block: 1.7rem;
  }
}
@media screen and (width < 960px) {
  .bl_labelHead.__var {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .bl_labelHead.__var .bl_labelHead_number {
    position: relative;
  }
  .bl_labelHead.__var .bl_labelHead_number::before {
    content: "";
    background-color: #F2F2F2;
    height: max(0.1rem, 1px);
    width: 2.3rem;
    display: block;
    position: absolute;
    bottom: -0.6rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .bl_labelHead.__var .bl_labelHead_headInner {
    padding: 0;
    border: 0;
  }
  .bl_labelHead.__var .bl_labelHead_subHead {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1.5833333333;
    margin-top: 2rem;
  }
  .bl_labelHead.__var .bl_labelHead_head {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    line-height: 1.3636363636;
  }
}
.bl_labelHead_numberLabel {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0em;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 1.25rem;
  white-space: nowrap;
}
@media screen and (960px <= width) {
  .bl_labelHead_numberLabel {
    padding-right: 1.35rem;
  }
}
.bl_labelHead_number {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 3.1rem;
  letter-spacing: 0em;
  line-height: 1;
}
.bl_labelHead_headInner {
  padding-left: 2.85rem;
  border-left: max(0.1rem, 1px) solid #FFF;
  padding-block: 0.5rem;
}
@media screen and (960px <= width) {
  .bl_labelHead_headInner {
    padding-left: 2.65rem;
    padding-block: 0 0.5rem;
  }
}
.bl_labelHead_subHead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.3571428571;
}
@media screen and (960px <= width) {
  .bl_labelHead_subHead {
    font-size: 1.5rem;
  }
}
.bl_labelHead_head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.bl_searchItemUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem 1rem;
}
@media screen and (960px <= width) {
  .bl_searchItemUnit {
    gap: 0.7rem 1rem;
  }
}
@media screen and (960px <= width) {
  .bl_searchItemUnit.__smallItem .bl_searchItem {
    gap: 0.7rem 1.4rem;
  }
}
@media screen and (960px <= width) {
  .bl_searchItemUnit.__smallItem .bl_searchItem {
    width: calc(20% - 1.12rem);
  }
}

.bl_searchItem {
  width: calc(33.3333333333% - 0.6666666667rem);
}
@media screen and (960px <= width) {
  .bl_searchItem {
    width: calc(25% - 0.75rem);
  }
}
@media screen and (960px <= width) and (960px <= width) {
  .bl_searchItem:nth-of-type(26) .bl_searchItem_btn {
    gap: 0;
  }
}
@media screen and (960px <= width) and (960px <= width) {
  .bl_searchItem:nth-of-type(26) .bl_searchItem_text {
    font-size: 1.5rem;
    white-space: nowrap;
  }
}
@media screen and (960px <= width) {
  .bl_searchItem.__car:nth-of-type(1) .bl_searchItem_illust {
    height: auto;
    width: 8.3rem;
  }
}
@media screen and (960px <= width) {
  .bl_searchItem.__car:nth-of-type(2) .bl_searchItem_illust {
    height: auto;
    width: 8.3rem;
  }
}
@media screen and (960px <= width) {
  .bl_searchItem.__car:nth-of-type(3) .bl_searchItem_illust {
    height: auto;
    width: 10.9rem;
  }
}
@media screen and (960px <= width) {
  .bl_searchItem.__car:nth-of-type(4) .bl_searchItem_illust {
    height: auto;
    width: 11.4rem;
  }
}
@media screen and (960px <= width) {
  .bl_searchItem.__car:nth-of-type(5) .bl_searchItem_illust {
    height: auto;
    width: 9.4rem;
  }
}
@media screen and (960px <= width) {
  .bl_searchItem.__car:nth-of-type(6) .bl_searchItem_illust {
    height: auto;
    width: 11rem;
  }
}
@media screen and (960px <= width) {
  .bl_searchItem.__car:nth-of-type(7) .bl_searchItem_illust {
    height: auto;
    width: 11rem;
  }
}
@media screen and (960px <= width) {
  .bl_searchItem.__car:nth-of-type(8) .bl_searchItem_illust {
    height: auto;
    width: 11rem;
  }
}
@media screen and (960px <= width) {
  .bl_searchItem.__car:nth-of-type(9) .bl_searchItem_illust {
    height: auto;
    width: 9.4rem;
  }
}
@media screen and (960px <= width) {
  .bl_searchItem.__car:nth-of-type(10) .bl_searchItem_illust {
    height: auto;
    width: 10rem;
  }
}
@media screen and (960px <= width) {
  .bl_searchItem.__car:nth-of-type(11) .bl_searchItem_illust {
    height: auto;
    width: 10.8rem;
  }
}
@media screen and (960px <= width) {
  .bl_searchItem.__car:nth-of-type(12) .bl_searchItem_illust {
    height: auto;
    width: 10.8rem;
  }
}
@media screen and (960px <= width) {
  .bl_searchItem.__car:nth-of-type(13) .bl_searchItem_illust {
    height: auto;
    width: 9.4rem;
  }
}
@media screen and (960px <= width) {
  .bl_searchItem.__car:nth-of-type(14) .bl_searchItem_illust {
    height: auto;
    width: 9.4rem;
  }
}
@media screen and (960px <= width) {
  .bl_searchItem.__car:nth-of-type(15) .bl_searchItem_illust {
    height: auto;
    width: 9.4rem;
  }
}
@media screen and (960px <= width) {
  .bl_searchItem.__car:nth-of-type(16) .bl_searchItem_illust {
    height: auto;
    width: 9.8rem;
  }
}
@media screen and (960px <= width) {
  .bl_searchItem.__car:nth-of-type(17) .bl_searchItem_illust {
    height: auto;
    width: 10.2rem;
  }
}
@media screen and (960px <= width) {
  .bl_searchItem.__car:nth-of-type(18) .bl_searchItem_illust {
    height: auto;
    width: 10.2rem;
  }
}
@media screen and (960px <= width) {
  .bl_searchItem.__car:nth-of-type(19) .bl_searchItem_illust {
    height: auto;
    width: 10.2rem;
  }
}
@media screen and (960px <= width) {
  .bl_searchItem.__car:nth-of-type(20) .bl_searchItem_illust {
    height: auto;
    width: 12.4rem;
  }
}
@media screen and (960px <= width) {
  .bl_searchItem.__car:nth-of-type(21) .bl_searchItem_illust {
    height: auto;
    width: 10.2rem;
  }
}
@media screen and (960px <= width) {
  .bl_searchItem.__car:nth-of-type(22) .bl_searchItem_illust {
    height: auto;
    width: 10.2rem;
  }
}
@media screen and (960px <= width) {
  .bl_searchItem.__car:nth-of-type(23) .bl_searchItem_illust {
    height: auto;
    width: 10.2rem;
  }
}
@media screen and (960px <= width) {
  .bl_searchItem.__car:nth-of-type(24) .bl_searchItem_illust {
    height: auto;
    width: 10.2rem;
  }
}
@media screen and (960px <= width) {
  .bl_searchItem.__car:nth-of-type(25) .bl_searchItem_illust {
    height: auto;
    width: 10.2rem;
  }
}
@media screen and (960px <= width) {
  .bl_searchItem.__car:nth-of-type(26) .bl_searchItem_illust {
    height: auto;
    width: 11.1rem;
  }
}
@media screen and (960px <= width) {
  .bl_searchItem.__car:nth-of-type(27) .bl_searchItem_illust {
    height: auto;
    width: 11.9rem;
  }
}
.bl_searchItem_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0.3rem;
  background-color: #FFF;
  height: 7.1rem;
  width: 100%;
}
@media screen and (960px <= width) {
  .bl_searchItem_btn {
    border-radius: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
    height: 7.4rem;
    padding-inline: 1rem;
  }
}
.bl_searchItem_illust {
  height: 2.8rem;
  width: auto;
}
@media screen and (width < 960px) {
  .bl_searchItem_illust {
    max-width: 6.5rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (960px <= width) {
  .bl_searchItem_illust {
    height: 5.5rem;
  }
}
.bl_searchItem_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-top: 0.5rem;
  text-align: center;
}
@media screen and (960px <= width) {
  .bl_searchItem_text {
    font-size: 1.8rem;
    text-align: left;
    margin-top: 0;
    min-width: 12.6rem;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (960px <= width) {
  .bl_searchItem_text.__min {
    min-width: 7rem;
  }
}

.bl_caseContents_sliderWrap {
  position: relative;
}
.bl_caseContents_slider {
  width: 100%;
  position: relative;
}
@media screen and (960px <= width) {
  .bl_caseContents_slider {
    width: 53rem;
  }
}
.bl_caseContents_slider_parent {
  position: relative;
}
.bl_caseContents_slider_display {
  aspect-ratio: 350/231;
  position: relative;
  width: 100% !important;
  height: auto !important;
  border-radius: 1rem;
}
@media screen and (960px <= width) {
  .bl_caseContents_slider_display {
    aspect-ratio: 533/379;
  }
}
.bl_caseContents_slider_display img {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_caseContents_slider_thumbParent {
  padding-inline: 2.5rem;
  position: relative;
  margin-top: 1.5rem;
}
.bl_caseContents_slider_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl_caseContents_slider_thumb img {
  width: calc(20% - 4px);
  cursor: pointer;
  border-radius: 0.5rem;
  aspect-ratio: 65/51;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_caseContents_slider_thumb img.swiper-slide-thumb-active {
  opacity: 1 !important;
}
.bl_caseContents_slider_thumbPagination {
  text-align: center;
  position: absolute !important;
  left: 50% !important;
  top: 100% !important;
  -webkit-transform: translate(-50%, 0.2rem);
          transform: translate(-50%, 0.2rem);
}
@media screen and (960px <= width) {
  .bl_caseContents_slider_thumbPagination {
    -webkit-transform: translate(-50%, 0.8rem);
            transform: translate(-50%, 0.8rem);
  }
}
.bl_caseContents_slider_thumbPagination span {
  font-size: 1.4rem;
}
@media screen and (960px <= width) {
  .bl_caseContents_slider_thumbPagination span {
    font-size: 1.5rem;
  }
}
.bl_caseContents_slider_nav {
  position: absolute;
  top: 50%;
  height: 2.6rem;
  width: 2.6rem;
  z-index: 1;
}
@media screen and (960px <= width) {
  .bl_caseContents_slider_nav {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.bl_caseContents_slider_nav img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.bl_caseContents_slider_nav__prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
          transform: translate(-50%, -50%) scale(-1, 1);
}
.bl_caseContents_slider_nav__next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.bl_caseContents_slider_nav__thumb {
  height: 2rem;
  width: 2rem;
  z-index: 1;
}
@media screen and (960px <= width) {
  .bl_caseContents_slider_nav__thumb {
    width: 2rem;
    height: 2rem;
  }
}
.bl_caseContents_slider_nav__thumb.bl_caseContents_slider_nav__prev {
  -webkit-transform: translate(0, -50%) scale(-1, 1);
          transform: translate(0, -50%) scale(-1, 1);
}
.bl_caseContents_slider_nav__thumb.bl_caseContents_slider_nav__next {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.swiper-button-disabled {
  opacity: 0.4 !important;
}

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

.bl_data:nth-of-type(n + 2) {
  margin-top: 1.07rem;
}
.bl_data.__large .bl_data_subject {
  font-size: 1.6rem;
  padding-block: 1.5rem;
}
.bl_data.__large .bl_data_data {
  font-size: 2rem;
}
.bl_data_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: max(0.1rem, 1px) solid #707070;
}
@media screen and (width < 960px) {
  .bl_data_row:nth-of-type(n + 2) {
    border-top: none !important;
  }
}
@media screen and (width < 960px) {
  .bl_data_row.__blank {
    display: none;
  }
}
.bl_data_row.__multi {
  display: block;
  border-bottom: none !important;
  border-right: none !important;
  border-left: none !important;
}
.bl_data_row.__multi .bl_data_row {
  width: 100%;
}
@media screen and (width < 960px) {
  .bl_data_row.__multi .bl_data_row {
    border-top: none !important;
  }
}
.bl_data_subject {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0em;
  line-height: 1.3846153846;
  color: #FFF;
  background-color: #7E7E7E;
  width: 10.29rem;
  padding-block: 0.9rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bl_data_data {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0em;
  line-height: 1.3846153846;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 1.3rem 0.5rem;
  padding-block: 0.8rem;
  max-width: calc(100% - 10.29rem);
  min-height: 3.4rem;
}
.bl_data_data.__accent {
  color: #D01F1F;
  font-weight: bold;
}
.bl_data_row2Item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bl_data_row2Item .bl_data_data {
  width: 100%;
  max-width: none;
}
.bl_data_row2Item .bl_data_data:nth-of-type(n + 2) {
  border-top: max(0.1rem, 1px) solid #707070;
}

@media screen and (960px <= width) {
  .bl_data:nth-of-type(n + 2) {
    margin-top: 1.6rem;
  }
  .bl_data.__large .bl_data_subject {
    font-size: 2rem;
    padding-block: 2rem;
    width: 18.9rem;
  }
  .bl_data.__large .bl_data_data {
    font-size: 2.8rem;
    padding-left: 4.5rem;
  }
  .bl_data_row.__multi .bl_data_row {
    border-top: none !important;
  }
  .bl_data_row:nth-of-type(n + 3) {
    border-top: none !important;
  }
  .bl_data_subject {
    font-size: 1.2rem;
    padding-block: 1.05rem;
    width: 12.2rem;
  }
  .bl_data_data {
    font-size: 1.4rem;
    padding-inline: 2.3rem 1rem;
    max-width: calc(100% - 12.2rem);
    min-height: 3.76rem;
  }
}
@media print {
  .bl_data:nth-of-type(n + 2) {
    margin-top: 1.6rem;
  }
  .bl_data.__large .bl_data_subject {
    font-size: 2rem;
    padding-block: 2rem;
    width: 18.9rem;
  }
  .bl_data.__large .bl_data_data {
    font-size: 2.8rem;
    padding-left: 4.5rem;
  }
  .bl_data_row.__multi .bl_data_row {
    border-top: none !important;
  }
  .bl_data_row:nth-of-type(n + 3) {
    border-top: none !important;
  }
  .bl_data_subject {
    font-size: 1.2rem;
    padding-block: 1.05rem;
    width: 12.2rem;
  }
  .bl_data_data {
    font-size: 1.4rem;
    padding-inline: 2.3rem 1rem;
    max-width: calc(100% - 12.2rem);
    min-height: 3.76rem;
  }
  .bl_data.__large .bl_data_data {
    font-size: 2rem;
    padding-left: 1rem;
  }
}
.bl_tableData_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: max(0.1rem, 1px) solid #707070;
}
.bl_tableData_row:nth-of-type(n + 2) {
  border-top: none;
}
.bl_tableData_head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0em;
  line-height: 1;
  color: #FFF;
  background-color: #747474;
  height: 3.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bl_tableData_head:nth-child(1) {
  width: 10.2rem;
}
.bl_tableData_head:nth-child(2) {
  width: 7.2rem;
}
.bl_tableData_head:nth-child(3) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.bl_tableData_head:nth-of-type(n + 2) {
  border-left: max(0.1rem, 1px) solid #FFF;
}
.bl_tableData_subject {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0em;
  line-height: 1;
  color: #FFF;
  background-color: #7E7E7E;
  min-width: 10.2rem;
  min-height: 4.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.bl_tableData_data {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
  min-width: 7.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #D01F1F;
}
.bl_tableData_data.__b {
  color: #034EA2;
}
.bl_tableData_data.__c {
  color: #D0C544;
}
.bl_tableData_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0em;
  line-height: 1.3076923077;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 1rem 0.5rem;
  border-left: max(0.1rem, 1px) solid #707070;
  max-width: calc(100% - 10.2rem - 7.3rem);
}
.bl_tableData_text.__noneBorder {
  border: 0;
}

@media screen and (960px <= width) {
  .bl_tableData_head {
    font-size: 1.2rem;
    height: 2.5rem;
  }
  .bl_tableData_head:nth-child(1) {
    width: 12.2rem;
  }
  .bl_tableData_head:nth-child(2) {
    width: 12.2rem;
  }
  .bl_tableData_subject {
    font-size: 1.2rem;
    min-width: 12.2rem;
    padding-block: 0;
    min-height: 3.7rem;
  }
  .bl_tableData_data {
    font-size: 1.8rem;
    min-width: 12.2rem;
  }
  .bl_tableData_text {
    font-size: 1.4rem;
  }
}
@media print {
  .bl_tableData_head {
    font-size: 1.2rem;
    height: 2.5rem;
  }
  .bl_tableData_head:nth-child(1) {
    width: 12.2rem;
  }
  .bl_tableData_head:nth-child(2) {
    width: 12.2rem;
  }
  .bl_tableData_subject {
    font-size: 1.2rem;
    min-width: 12.2rem;
    padding-block: 0;
    min-height: 3.7rem;
  }
  .bl_tableData_data {
    font-size: 1.8rem;
    min-width: 12.2rem;
  }
  .bl_tableData_text {
    font-size: 1.4rem;
  }
}
.bl_contactProgress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bl_contactProgress_item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
  background-color: #7E7E7E;
  color: #B5B5B5;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12.4rem;
  height: 6.2rem;
}
@media screen and (960px <= width) {
  .bl_contactProgress_item {
    width: 23.8rem;
    height: 8.4rem;
    font-size: 1.7rem;
  }
}
.bl_contactProgress_item.is_active {
  color: #FFF;
  background-color: #034EA2;
}
.bl_contactProgress_item:nth-of-type(1) {
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
          clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  padding-right: 1.5rem;
  position: relative;
  left: 1.1rem;
}
@media screen and (960px <= width) {
  .bl_contactProgress_item:nth-of-type(1) {
    left: 2.1rem;
  }
}
.bl_contactProgress_item:nth-of-type(3) {
  position: relative;
  left: -1.1rem;
}
@media screen and (960px <= width) {
  .bl_contactProgress_item:nth-of-type(3) {
    left: -2.1rem;
  }
}
.bl_contactProgress_item:nth-of-type(n + 2) {
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
          clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);
  padding-left: 0.5rem;
}

.bl_formConfirm {
  display: none;
}

.wpcf7-response-output {
  display: none !important;
}

.bl_form .wpcf7-list-item {
  margin: 0 !important;
}
.bl_form .wpcf7-not-valid-tip {
  display: none !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #D01F1F;
  margin-top: 1rem;
}
@media screen and (width < 960px) {
  .bl_form .wpcf7-file {
    margin-top: 1.5rem;
  }
}
@media screen and (960px <= width) {
  .bl_form.__labelWidth175 .bl_form_headWrap {
    min-width: 17.5rem;
  }
}
@media screen and (960px <= width) {
  .bl_form.__labelWidth227 .bl_form_headWrap {
    min-width: 22.7rem;
  }
}
.bl_form_validate {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  display: block;
  width: 100%;
  color: #D01F1F;
  margin-top: 0.6rem;
}
.bl_form_validate.__center {
  text-align: center;
}
.bl_form_inputWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.1rem;
}
.bl_form_inputWrap:nth-of-type(n + 2) {
  margin-top: 3.2rem;
}
@media screen and (960px <= width) {
  .bl_form_inputWrap:nth-of-type(n + 2) {
    margin-top: 3rem;
  }
}
@media screen and (960px <= width) {
  .bl_form_inputWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
.bl_form_inputWrap:has([aria-required=true]) .bl_form_head, .bl_form_inputWrap:has([required]) .bl_form_head {
  position: relative;
}
.bl_form_inputWrap:has([aria-required=true]) .bl_form_head::before, .bl_form_inputWrap:has([required]) .bl_form_head::before {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1;
  content: "*";
  display: block;
  position: absolute;
  top: -0.1rem;
  right: -1rem;
  color: #D01F1F;
}
@media screen and (960px <= width) {
  .bl_form_inputWrap.__start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (960px <= width) {
  .bl_form_inputWrap.__allColumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.1rem;
  }
}
.bl_form_inputInner {
  position: relative;
  width: 100%;
}
@media screen and (960px <= width) {
  .bl_form_inputInner {
    margin-top: 0;
  }
}
.bl_form_inputInner.__w350 {
  width: 100%;
}
@media screen and (960px <= width) {
  .bl_form_inputInner.__w350 {
    width: 35rem;
    margin-right: auto;
  }
}
.bl_form_inputInnerMulti:nth-of-type(n + 2) {
  margin-top: 1.9rem;
}
.bl_form_addressWrap:nth-of-type(n + 2) {
  margin-top: 0.75rem;
}
@media screen and (960px <= width) {
  .bl_form_addressWrap:nth-of-type(n + 2) {
    margin-top: 0.9rem;
  }
}
.bl_form_addressWrap.__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  width: 23.3rem;
}
@media screen and (960px <= width) {
  .bl_form_addressWrap.__flex {
    width: 28.1rem;
  }
}
.bl_form .wpcf7-form-control-wrap {
  width: 100%;
}
.bl_form_input, .bl_form_confirm {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  background-color: #FFF;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 0.3rem rgba(21, 21, 21, 0.16);
          box-shadow: 0 0 0.3rem rgba(21, 21, 21, 0.16);
  padding-inline: 1.5rem;
  height: 4.4rem;
  padding-block: 1rem;
  width: 100%;
}
.bl_form_input__area, .bl_form_confirm__area {
  height: 21.7rem;
}
.bl_form_input.__zip, .bl_form_confirm.__zip {
  position: relative;
  padding-left: 4rem;
}
.bl_form_zip {
  font-size: 1.6rem;
  display: inline-block;
  position: absolute;
  top: 1.2rem;
  left: 1.5rem;
}
@media screen and (960px <= width) {
  .bl_form_zip {
    font-size: 1.8rem;
  }
}
.bl_form_confirmMulti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9rem;
}
.bl_form_confirm {
  background-color: #DBDBDB;
  padding-block: 0;
  line-height: 1.5;
  height: auto;
  padding-block: 1.5rem;
}
.bl_form_head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #151515;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.bl_form_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media screen and (960px <= width) {
  .bl_form_radio {
    margin-top: 0;
  }
}
@media screen and (960px <= width) {
  .bl_form_radio__pcFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.bl_form_radio input {
  display: none;
}
.bl_form_radio input:checked + .wpcf7-list-item-label {
  font-weight: 500;
}
.bl_form_radio input:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  background-color: #034EA2;
  border-radius: 100vh;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  left: 0.45rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bl_form_radio .wpcf7-list-item-label {
  color: #151515;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1;
  position: relative;
  padding-left: 3rem;
  cursor: pointer;
}
.bl_form_radio .wpcf7-list-item-label::before {
  background-color: #FFF;
  content: "";
  display: block;
  border-radius: 100vh;
  width: 1.7rem;
  height: 1.7rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bl_form_radio label:has(.is_reactive) {
  pointer-events: none;
  opacity: 0.5;
}
.bl_form_policy {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0em;
  line-height: 1.25;
  background-color: #EFEFEF;
  color: #151515;
  padding: 2rem;
  margin-top: 5.1rem;
  overflow-y: auto;
  height: 40rem;
}
.bl_form_policy__l {
  display: block;
  margin-bottom: 3rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0em;
  line-height: 1;
}
.bl_form_check {
  margin-top: 5.1rem;
  position: relative;
  text-align: center;
}
@media screen and (960px <= width) {
  .bl_form_check {
    margin-top: 4.5rem;
  }
}
.bl_form_check_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.3rem;
}
.bl_form_check .wpcf7-form-control-wrap {
  width: auto;
}
.bl_form_check + .wpcf7-form-control-wrap {
  width: 100% !important;
}
.bl_form_check.__checked {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.bl_form_check.__checked::after {
  content: "";
  display: block;
  background-image: url(../images/icon_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 35%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bl_form_checkLink {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #151515;
}
.bl_form_checkLabel {
  position: relative;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
}
.bl_form_checkLabel::before {
  content: "";
  display: block;
  background-color: #FFF;
  border: 0.2rem solid #7E7E7E;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bl_form_checkLabel.is_active::after {
  content: "";
  display: block;
  background-image: url(../images/icon_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 35%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bl_form_checkBox + .wpcf7-not-valid-tip {
  text-align: center;
}
@media screen and (960px <= width) {
  .bl_form_checkBox + .wpcf7-not-valid-tip {
    position: relative;
  }
}
.bl_form_checkBox input {
  display: none;
}
.bl_form_submitBtn {
  display: none !important;
}
.bl_form_btn .wpcf7-spinner {
  display: none !important;
}
.bl_form_btn__submit {
  display: none !important;
}
.bl_form_btnWrap {
  margin-top: 4.9rem;
}
@media screen and (960px <= width) {
  .bl_form_btnWrap {
    margin-top: 2.1rem;
  }
}
.bl_form_btnWrap.__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media screen and (960px <= width) {
  .bl_form_btnWrap.__flex .el_buttonType2 {
    margin: 0;
  }
}
@media screen and (960px <= width) {
  .bl_form_btnWrap .el_buttonType2 {
    font-size: 1.5rem;
    width: 16.7rem;
    margin-inline: auto;
  }
}
.bl_form_explain {
  color: #151515;
  margin-top: 1rem;
}
.bl_form .wpcf7-form-control-wrap {
  color: #151515;
}
@media screen and (960px <= width) {
  .bl_form.__type2 .bl_form_head {
    font-size: 1.8rem;
  }
}
.bl_form.__type2 .bl_form_input {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: max(0.1rem, 1px) solid #C6C6C6;
  background-color: #F2F2F2;
}
@media screen and (960px <= width) {
  .bl_form.__type2 .bl_form_input {
    height: 4.7rem;
  }
}
@media screen and (960px <= width) {
  .bl_form.__type2 .bl_form_confirm {
    height: 4.7rem;
  }
}

.bl_pulldownSelect {
  position: relative;
}
.bl_pulldownSelect_contents {
  display: none;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  width: calc(200% + 0.8rem);
  padding-block: 1.5rem;
  border-radius: 0.5rem;
  background-color: rgba(21, 21, 21, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 10;
  max-height: 20rem;
  overflow-y: auto;
}
@media screen and (960px <= width) {
  .bl_pulldownSelect_contents {
    width: calc(100% + 4rem);
  }
}
.bl_pulldownSelect_option {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0em;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  color: #FFF;
  display: block;
  width: 100%;
  padding-inline: 3.5rem 1.5rem;
  padding-block: 1.2rem;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .bl_pulldownSelect_option:hover {
    opacity: 0.5;
  }
}
@media (hover: hover), (hover: none) {
  .bl_pulldownSelect_option:active {
    opacity: 0.5;
  }
}
.bl_pulldownSelect_option:has(.bl_pulldownSelect_input:checked)::before {
  content: "";
  display: block;
  background-image: url(../images/icon_check_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bl_pulldownSelect_input {
  display: none;
}

.bl_buttonSearch {
  position: relative;
  width: 100%;
}
.bl_buttonSearch::before {
  pointer-events: none;
  content: "";
  display: block;
  background-image: url(../images/icon_angle_theme2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.788rem;
  height: 0.45rem;
  position: absolute;
  right: 1.45rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
@media screen and (960px <= width) {
  .bl_buttonSearch::before {
    width: 0.9rem;
    height: 0.5rem;
  }
}
.bl_buttonSearch:has(.is_selected)::before {
  background-image: url(../images/icon_angle_white.svg);
}
@media screen and (width < 960px) {
  .bl_buttonSearch:nth-of-type(even) .bl_pulldownSelect_contents {
    left: auto;
    right: 0;
  }
}
.bl_buttonSearch_btn {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1;
  border-radius: 100vh;
  border: 1px solid #707070;
  height: 3.7rem;
  line-height: 3.7rem;
  padding-inline: 1.6rem;
  width: 100%;
  position: relative;
}
@media screen and (960px <= width) {
  .bl_buttonSearch_btn {
    font-size: 1.3rem;
    height: 3.1rem;
    line-height: 2.9rem;
  }
}
.bl_buttonSearch_btn.is_selected {
  color: #FFF;
  background-color: #151515;
}
.bl_buttonSearch_btn.__center {
  padding-left: 1rem;
  text-align: center;
  /* 選択されたoptionを中央寄せ */
  -moz-text-align-last: center;
       text-align-last: center;
}
@media screen and (960px <= width) {
  .bl_buttonSearch_btn.__centerPc {
    padding-left: 1rem;
    text-align: center;
    /* 選択されたoptionを中央寄せ */
    -moz-text-align-last: center;
         text-align-last: center;
  }
}
@media screen and (960px <= width) {
  .bl_buttonSearch_btn.__large {
    font-size: 1.5rem;
    font-weight: bold;
    height: 4.2rem;
    line-height: 4.2rem;
  }
}

.bl_err {
  padding-block: 10rem 10rem;
}
.bl_err_head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-top: 9.8rem;
  text-align: center;
  color: #034EA2;
}
.bl_err_num {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 10rem;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-top: 9.8rem;
  text-align: center;
  color: #034EA2;
}
.bl_err_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.5rem;
}
.bl_err_ex {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  margin-top: 5rem;
  text-align: center;
}
.bl_err_buttonWrap {
  width: 23rem;
  margin-inline: auto;
  margin-top: 5rem;
}

.el_buttonType1 {
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  width: 11.3rem;
  height: 2.527rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.79rem;
  border-radius: 0.3rem;
  background-color: #CCD5E0;
}
@media (hover: hover) and (pointer: fine) {
  .el_buttonType1:hover {
    opacity: 0.5;
  }
}
@media (hover: hover), (hover: none) {
  .el_buttonType1:active {
    opacity: 0.5;
  }
}
@media screen and (960px <= width) {
  .el_buttonType1 {
    height: 2.9rem;
    width: 13.7rem;
  }
}
.el_buttonType1.__dark {
  background-color: #3B3B3B;
  color: #FFF;
}
.el_buttonType1.__color {
  border: max(0.1rem, 1px) solid #034EA2;
  color: #034EA2;
  background-color: #FFF;
}
.el_buttonType1_img {
  width: 1.24rem;
}
.el_buttonType1_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0em;
  line-height: 1;
}
@media screen and (960px <= width) {
  .el_buttonType1_text {
    font-size: 1.5rem;
  }
}

.el_buttonType2 {
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  border-radius: 100vh;
  background-color: #034EA2;
  color: #FFF;
  text-align: center;
  display: block;
  width: 100%;
  height: 4.3rem;
  line-height: 4.3rem;
}
@media (hover: hover) and (pointer: fine) {
  .el_buttonType2:hover {
    opacity: 0.5;
  }
}
@media (hover: hover), (hover: none) {
  .el_buttonType2:active {
    opacity: 0.5;
  }
}
@media screen and (960px <= width) {
  .el_buttonType2 {
    font-size: 1.8rem;
    height: 5.2rem;
    line-height: 5.1rem;
  }
}
.el_buttonType2.__colorType1 {
  background-color: #C39F5C;
}
.el_buttonType2.__dark {
  background-color: #747474;
}
.el_buttonType2.__minHeight {
  height: 3.8rem !important;
  line-height: 3.8rem !important;
}

.el_buttonType3 {
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  border-radius: 100vh;
  height: 3.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .el_buttonType3:hover {
    opacity: 0.5;
  }
}
@media (hover: hover), (hover: none) {
  .el_buttonType3:active {
    opacity: 0.5;
  }
}
@media screen and (960px <= width) {
  .el_buttonType3 {
    height: 3.1rem;
  }
}
.el_buttonType3.__dark {
  background-color: #5A5A5A;
  color: #FFF;
}
.el_buttonType3_icon {
  width: 1.85rem;
}
@media screen and (960px <= width) {
  .el_buttonType3_icon {
    width: 1.5rem;
  }
}
.el_buttonType3_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
}
@media screen and (960px <= width) {
  .el_buttonType3_text {
    font-size: 1.3rem;
  }
}

.el_buttonType4 {
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  border-radius: 100vh;
  border: max(0.1rem, 1px) solid #034EA2;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .el_buttonType4:hover {
    opacity: 0.5;
  }
}
@media (hover: hover), (hover: none) {
  .el_buttonType4:active {
    opacity: 0.5;
  }
}
@media screen and (960px <= width) {
  .el_buttonType4 {
    height: 5.3rem;
  }
}
.el_buttonType4_icon {
  width: 1.6rem;
}
@media screen and (960px <= width) {
  .el_buttonType4_icon {
    width: 2.9rem;
  }
}
.el_buttonType4_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (960px <= width) {
  .el_buttonType4_text {
    font-size: 2rem;
  }
}

.el_menuButton {
  width: 1.93rem;
  height: 1.3rem;
  position: relative;
}
.el_menuButton.__type2 span {
  background-color: #FFF;
}
.el_menuButton span {
  width: 100%;
  height: 0.14rem;
  background-color: #151515;
  position: absolute;
  left: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.el_menuButton span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.el_menuButton span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.el_menuButton span:nth-of-type(3) {
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.el_head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.44;
  position: relative;
}
.el_head::before {
  content: "";
  display: block;
  height: max(0.1rem, 1px);
  width: 4.85rem;
  background-color: #151515;
  position: absolute;
  bottom: -1.45rem;
  left: 0;
}
@media screen and (960px <= width) {
  .el_head::before {
    height: 0.5rem;
    bottom: -2rem;
  }
}
.el_head.__small {
  font-size: 2.2rem;
}
@media screen and (960px <= width) {
  .el_head.__small {
    font-size: 2.5rem;
  }
}
.el_head.__small2 {
  font-size: 2.2rem;
}
@media screen and (960px <= width) {
  .el_head.__small2 {
    font-size: 3.1rem;
  }
}
.el_head.__nobar::before {
  display: none;
}

.el_headType2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.el_sectionHead {
  text-align: center;
}
.el_sectionHead.__large .el_sectionHead_head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0em;
  line-height: 1.03125;
}
@media screen and (960px <= width) {
  .el_sectionHead.__large .el_sectionHead_head {
    font-size: 4.3rem;
    letter-spacing: 0.1em;
  }
}
.el_sectionHead.__larger .el_sectionHead_sub {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0em;
  line-height: 1;
  font-style: italic;
}
.el_sectionHead.__larger .el_sectionHead_head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  letter-spacing: 0em;
  line-height: 1.2285714286;
}
.el_sectionHead.__left {
  text-align: left;
}
@media screen and (width < 960px) {
  .el_sectionHead.__leftSp {
    text-align: left;
  }
}
.el_sectionHead.__white {
  color: #FFF;
}
.el_sectionHead.__bar {
  position: relative;
}
.el_sectionHead.__bar::before {
  content: "";
  display: block;
  background-color: #151515;
  width: 6.25rem;
  height: max(0.1rem, 1px);
  position: absolute;
  left: 50%;
  bottom: -1.95rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (960px <= width) {
  .el_sectionHead.__bar::before {
    height: 0.5rem;
    bottom: -2.8rem;
  }
}
.el_sectionHead_sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
}
@media screen and (960px <= width) {
  .el_sectionHead_sub {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
  }
}
.el_sectionHead_head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 0em;
  line-height: 1.1785714286;
  margin-top: 0.8rem;
}
@media screen and (960px <= width) {
  .el_sectionHead_head {
    font-size: 4.3rem;
    letter-spacing: 0.1em;
  }
}

.el_sectionHeadType2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.44;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (960px <= width) {
  .el_sectionHeadType2 {
    font-size: 3.1rem;
  }
}
.el_sectionHeadType2::before {
  content: "";
  display: block;
  height: max(0.1rem, 1px);
  width: 4.85rem;
  background-color: #151515;
  position: absolute;
  bottom: -1.45rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (960px <= width) {
  .el_sectionHeadType2::before {
    height: 0.5rem;
    width: 6.25rem;
    bottom: -2.1rem;
  }
}
@media screen and (960px <= width) {
  .el_sectionHeadType2.__large {
    font-size: 4.3rem;
  }
}

.el_searchLength {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.4166666667;
}
@media screen and (960px <= width) {
  .el_searchLength {
    font-size: 1.5rem;
  }
}
.el_searchLength.__number {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0em;
  line-height: 1.45;
  color: #D01F1F;
  padding-right: 0.3rem;
  margin-top: 0 !important;
}
@media screen and (960px <= width) {
  .el_searchLength.__number {
    font-size: 2.6rem;
  }
}

.el_explain {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0em;
  line-height: 1.6;
}
@media screen and (width < 960px) {
  .el_explain.__md {
    font-weight: 500;
  }
}
@media screen and (960px <= width) {
  .el_explain.__ls {
    letter-spacing: 0.1em;
  }
}
@media screen and (960px <= width) {
  .el_explain.__centerPc {
    text-align: center;
  }
}

.el_explainSmall {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1.5714285714;
}
@media screen and (960px <= width) {
  .el_explainSmall {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0em;
    line-height: 1.4;
  }
}
@media screen and (960px <= width) {
  .el_explainSmall.__ls {
    letter-spacing: 0.1em;
  }
}

.el_contactBtn {
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
  border-radius: 100vh;
  height: 4.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  background-color: #034EA2;
  color: #FFF;
}
@media (hover: hover) and (pointer: fine) {
  .el_contactBtn:hover {
    opacity: 0.5;
  }
}
@media (hover: hover), (hover: none) {
  .el_contactBtn:active {
    opacity: 0.5;
  }
}
@media screen and (960px <= width) {
  .el_contactBtn {
    font-size: 1.8rem;
    height: 5.2rem;
    gap: 1.3rem;
  }
}
.el_contactBtn.__gapSmall {
  gap: 1rem;
}
.el_contactBtn.__tel {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  line-height: 1;
  background-color: #FFF;
  color: #151515;
}
@media screen and (960px <= width) {
  .el_contactBtn.__tel {
    font-size: 2.5rem !important;
  }
}
.el_contactBtn.__md {
  height: 5.5rem;
}
@media screen and (960px <= width) {
  .el_contactBtn.__md {
    height: 6.4rem;
    font-size: 1.8rem;
  }
}
.el_contactBtn.__lg {
  height: 5.5rem;
}
@media screen and (960px <= width) {
  .el_contactBtn.__lg {
    height: 7.3rem;
    font-size: 2rem;
  }
}
.el_contactBtn_icon {
  width: 2.5rem;
}

.el_contactNumber {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1;
  background-color: #FFF;
  border: max(0.1rem, 1px) solid #D01F1F;
  border-radius: 0.5rem;
  text-align: center;
  padding-inline: 0.95rem;
  height: 2.8rem;
  line-height: 2.6rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (960px <= width) {
  .el_contactNumber {
    font-size: 1.5rem;
    height: 3.2rem;
    line-height: 3rem;
  }
}

.el_contactNumber2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
  background-color: #D01F1F;
  color: #FFF;
  border: max(0.1rem, 1px) solid #D01F1F;
  border-radius: 0.5rem;
  text-align: center;
  padding-inline: 1.55rem;
  height: 3.7rem;
  line-height: 3.5rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (960px <= width) {
  .el_contactNumber2 {
    font-size: 1.7rem;
    height: 4rem;
  }
}

.el_checkbox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.el_checkbox_input {
  display: none !important;
}
.el_checkbox_input:checked + .el_checkbox_label::after {
  content: "";
  display: block;
  background-image: url(../images/icon_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 39%;
  left: 0.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.el_checkbox_label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  display: block;
  padding-left: 2rem;
}
.el_checkbox_label::before {
  content: "";
  display: block;
  background-color: #FFF;
  border: 0.2rem solid #7E7E7E;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.el_checkbox_label.__checked::after {
  content: "";
  display: block;
  background-image: url(../images/icon_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 39%;
  left: 0.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.el_checkbox_link {
  text-decoration: underline;
}
.el_checkbox.__type2 .el_checkbox_label {
  font-size: 1.2rem;
  font-weight: 400;
}

.el_error {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-bottom: 3rem;
  color: #D01F1F;
  text-align: center;
  border: max(0.1rem, 1px) solid #D01F1F;
  padding-block: 1.5rem;
}
@media screen and (960px <= width) {
  .el_error {
    font-size: 1.6rem;
  }
}

.el_loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: rgba(21, 21, 21, 0.5);
  display: none;
  z-index: 9999;
}
.el_loading_spinner {
  width: 4.8rem;
  height: 4.8rem;
  border: 0.6rem solid #FFF;
  border-top-color: #034EA2;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-box-shadow: 0 0.3rem 0.6rem rgba(21, 21, 21, 0.16);
          box-shadow: 0 0.3rem 0.6rem rgba(21, 21, 21, 0.16);
  background-color: #FFF;
  width: 100%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.header.__type2 {
  background-color: transparent;
}
.header.__type2 .header_nav {
  color: #FFF;
}
@media screen and (960px <= width) {
  .header.__type2 .header_bottom {
    border-bottom: max(0.05rem, 0.5px) solid #DBDBDB;
  }
}
.header_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 5.45rem;
  border-bottom: max(0.05rem, 0.5px) solid #DBDBDB;
  padding-inline: 1.2rem 2rem;
  position: relative;
}
@media screen and (960px <= width) {
  .header_top {
    height: 8.5rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header_logoWrap {
  width: 19.6rem;
}
@media screen and (960px <= width) {
  .header_logoWrap {
    width: 27.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.header_logoWrap img {
  width: 100%;
}
.header_logoWrap .is_none {
  display: none;
}
.header_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.07rem;
  height: 4.35rem;
  padding-right: 2rem;
}
@media screen and (960px <= width) {
  .header_bottom {
    height: 5.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.5rem;
    padding-right: 0;
  }
}
@media screen and (960px <= width < 1440px) {
  .header_bottom .el_buttonType1 {
    width: 9.5138888889vw;
  }
}
.header_nav {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (960px <= width) {
  .header_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.125vw;
  }
}
@media screen and (1440px <= width) {
  .header_nav {
    gap: 4.5rem;
  }
}
.header_nav_link {
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .header_nav_link:hover {
    opacity: 0.5;
  }
}
@media (hover: hover), (hover: none) {
  .header_nav_link:active {
    opacity: 0.5;
  }
}
@media screen and (960px <= width) {
  .header_nav_link {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.4285714286;
    font-size: 0.9722222222vw;
  }
}
@media screen and (1440px <= width) {
  .header_nav_link {
    font-size: 1.4rem;
  }
}
@media screen and (960px <= width) {
  .header_btnWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
  }
}
.header_menu {
  display: none;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 100dvh;
  border-radius: 1rem;
  border: 0.3rem solid #034EA2;
}
.header_menu_logoWrap {
  width: 100%;
  margin-inline: auto;
  padding-inline: 3.4rem;
  padding-block: 2.4rem 1.8rem;
  border-bottom: max(0.05rem, 0.5px) solid #151515;
}
.header_menu_logoWrap img {
  width: 100%;
}
.header_menu_close {
  display: block;
  width: 2.2rem;
  height: 1.35rem;
  position: relative;
  margin-top: 2.55rem;
  margin-left: auto;
  margin-right: 1.95rem;
}
.header_menu_close span {
  display: block;
  width: 100%;
  height: max(0.14rem, 1.4px);
  border-radius: 100vh;
  background-color: #151515;
  position: absolute;
  top: 50%;
  left: 50%;
}
.header_menu_close span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
}
.header_menu_close span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
}
.header_menu_bottom {
  height: calc(100dvh - 9.6rem - 6rem);
  overflow: auto;
}
.header_menu_linkWrap {
  margin-top: 5.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header_menu_accordion {
  width: 17.9rem;
}
.header_menu_accordion:nth-of-type(n + 2) {
  margin-top: 2.77rem;
}
.header_menu_accordionBtnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0.45rem;
  border-bottom: max(0.05rem, 0.5px) solid #888888;
}
.header_menu_head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.5;
}
.header_menu_accordionBtn {
  width: 2rem;
  height: 2rem;
  padding: 0.4rem;
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.header_menu_accordionBtn.is_active {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.header_menu_accordionIcon {
  background-image: url(../images/icon_angle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
}
.header_menu_accordionList {
  display: none;
  margin-top: 0.7rem;
}
.header_menu_accordionList_item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: 0em;
  line-height: 1;
}
.header_menu_accordionList_item:nth-of-type(n + 2) {
  margin-top: 0.8rem;
}
.header_menu_rightLink:nth-of-type(n + 2) {
  margin-top: 3.6rem;
}
.header_menu_btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 6.85rem;
  gap: 2.7rem;
  width: 100%;
}
.header_menu_telWrap {
  margin-top: 5.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.header_menu_decorationWrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  top: 1rem;
}
.header_menu_decoration {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 7.2rem;
  letter-spacing: 0em;
  line-height: 1;
  -webkit-animation: scrollText 50s linear infinite;
          animation: scrollText 50s linear infinite;
  font-style: italic;
  opacity: 0.05;
  white-space: nowrap;
}
.header_menu_bottomLinkWrap {
  border-top: max(0.05rem, 0.5px) solid #888888;
  padding-top: 2.2rem;
  margin-inline: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem 2rem;
  padding-bottom: 1.5rem;
}
.header_menu_bottomLink {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 0em;
  line-height: 1.4545454545;
}

@-webkit-keyframes scrollText {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scrollText {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.footer {
  background-color: #151515;
  color: #FFF;
}
.footer_inner {
  margin-inline: auto;
  width: 89.7435897436%;
}
@media screen and (960px <= width) {
  .footer_inner {
    width: 115rem;
  }
}
.footer_top {
  padding-bottom: 2.1rem;
  border-bottom: max(0.1rem, 1px) solid #888888;
}
@media screen and (960px <= width) {
  .footer_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-inline: 8rem 11.6rem;
    padding-block: 9.4rem 7rem;
  }
}
.footer_contact {
  padding-top: 7.9rem;
  padding-bottom: 2.3rem;
}
@media screen and (960px <= width) {
  .footer_contact {
    padding: 0;
    width: 47.2rem;
  }
}
@media screen and (960px <= width) {
  .footer_contact_headWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.footer_contact_head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  line-height: 1.4571428571;
  text-align: center;
}
@media screen and (960px <= width) {
  .footer_contact_head {
    text-align: left;
    font-size: 3.3rem;
  }
}
.footer_contact_subHead {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0em;
  line-height: 1.2666666667;
  font-style: italic;
  text-align: center;
}
@media screen and (960px <= width) {
  .footer_contact_subHead {
    text-align: left;
    font-size: 1.3rem;
  }
}
.footer_contact_explain {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0em;
  line-height: 1.6666666667;
  color: #A7A7A7;
  margin-top: 4.4rem;
}
@media screen and (960px <= width) {
  .footer_contact_explain {
    margin-top: 4.9rem;
  }
}
@media screen and (960px <= width) {
  .footer .bl_contactContents {
    width: 35.5rem;
  }
}
.footer_bottom {
  padding-top: 2.4rem;
}
@media screen and (960px <= width) {
  .footer_bottom {
    padding-top: 4.9rem;
    max-width: 104.9rem;
    margin-inline: auto;
  }
}
.footer_logoWrap {
  width: 100%;
}
@media screen and (960px <= width) {
  .footer_logoWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.63rem;
  }
}
.footer_logoWrap img {
  width: 25.4rem;
}
@media screen and (960px <= width) {
  .footer_logoWrap img {
    width: 32rem;
  }
}
.footer_access {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0em;
  line-height: 1.4166666667;
  margin-top: 1rem;
  position: relative;
}
@media screen and (960px <= width) {
  .footer_access {
    border-left: max(0.05rem, 0.5px) solid #B1B1B1;
    padding-left: 2.5rem;
    margin-top: 0;
  }
}
.footer_access::before {
  content: "";
  display: block;
  width: 6.05rem;
  height: max(0.05rem, 0.5px);
  background-color: #B1B1B1;
  position: absolute;
  left: 0;
  bottom: -1.5rem;
}
@media screen and (960px <= width) {
  .footer_access::before {
    display: none;
  }
}
.footer_nav {
  margin-top: 3.94rem;
  grid-template-areas: "top top" "used unused" "rental custom" "service service";
  gap: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  padding-right: 4rem;
}
@media screen and (960px <= width) {
  .footer_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 0;
  }
}
.footer_linkList {
  min-width: 13.5rem;
}
@media screen and (960px <= width) {
  .footer_linkList {
    min-width: auto;
  }
}
.footer_linkList:nth-of-type(1) {
  grid-area: top;
}
.footer_linkList:nth-of-type(2) {
  grid-area: used;
}
.footer_linkList:nth-of-type(3) {
  grid-area: unused;
}
.footer_linkList:nth-of-type(4) {
  grid-area: rental;
}
.footer_linkList:nth-of-type(5) {
  grid-area: custom;
}
.footer_linkList:nth-of-type(6) {
  grid-area: service;
}
.footer_link {
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .footer_link:hover {
    opacity: 0.5;
  }
}
@media (hover: hover), (hover: none) {
  .footer_link:active {
    opacity: 0.5;
  }
}
.footer_link_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0em;
  line-height: 1;
}
@media screen and (960px <= width) {
  .footer_link_text {
    font-size: 1.5rem;
  }
}
.footer_link.__sub .footer_link_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1;
  color: #B1B1B1;
}
@media screen and (960px <= width) {
  .footer_link.__sub .footer_link_text {
    font-size: 1.5rem;
  }
}
.footer_link:first-of-type {
  margin-bottom: 0.7rem;
}
@media screen and (960px <= width) {
  .footer_link:first-of-type {
    margin-bottom: 1.1rem;
  }
}
.footer_link:nth-of-type(n + 2) {
  margin-top: 0.3rem;
}
@media screen and (960px <= width) {
  .footer_link:nth-of-type(n + 2) {
    margin-top: 1.1rem;
  }
}
.footer_linkListSp {
  margin-top: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 8.5rem;
  padding-bottom: 4.4rem;
}
.footer_linkListSp_link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0em;
  line-height: 1.4;
}
.footer_bottomLinkList {
  padding-top: 2rem;
  border-top: max(0.05rem, 0.5px) solid #888888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem 2.4rem;
  padding-bottom: 2.47rem;
}
@media screen and (960px <= width) {
  .footer_bottomLinkList {
    border: 0;
    padding-bottom: 0;
    margin-top: 6.9rem;
    gap: 4.5rem;
  }
}
.footer_bottomLink {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 0em;
  line-height: 1.4545454545;
}
@media screen and (960px <= width) {
  .footer_bottomLink {
    font-size: 1.3rem;
    padding-bottom: 3.1rem;
  }
}

.hp_tac {
  text-align: center !important;
}

.hp_noneSp {
  display: none !important;
}
@media screen and (960px <= width) {
  .hp_noneSp {
    display: block !important;
  }
}

.hp_noneSpFlex {
  display: none !important;
}
@media screen and (960px <= width) {
  .hp_noneSpFlex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.hp_noneSpInline {
  display: none !important;
}
@media screen and (960px <= width) {
  .hp_noneSpInline {
    display: inline !important;
  }
}

@media screen and (960px <= width) {
  .hp_nonePc {
    display: none !important;
  }
}

.hp_block {
  display: block !important;
}

.hp_hidden {
  display: none;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anime_fadeIn {
  opacity: 0;
}
.anime_fadeIn.is_active {
  -webkit-animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.anime_fadeUp {
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  opacity: 0;
}
.anime_fadeUp.is_active {
  -webkit-animation: fadeUp 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeUp 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@-webkit-keyframes imgScale {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes imgScale {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.anime_imgScale {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.anime_imgScale.is_active {
  -webkit-animation: imgScale 3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: imgScale 3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@-webkit-keyframes bgImgScale {
  0% {
    background-size: 130%;
    background-position: center;
  }
  100% {
    background-size: cover;
  }
}

@keyframes bgImgScale {
  0% {
    background-size: 130%;
    background-position: center;
  }
  100% {
    background-size: cover;
  }
}
.anime_bgImgScale {
  background-size: 130%;
  background-position: center;
}
.anime_bgImgScale.is_active {
  -webkit-animation: bgImgScale 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: bgImgScale 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@-webkit-keyframes line {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes line {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.anime_line {
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.anime_line.is_active {
  -webkit-animation: line 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: line 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@media screen and (960px <= width) {
  .anime_line.is_active {
    -webkit-animation: line 3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
            animation: line 3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
}

@-webkit-keyframes fadeLeftPc {
  0% {
    opacity: 0;
    @media screen and (960px <= width) {
      -webkit-transform: translateX(calc(100% - 80px));
              transform: translateX(calc(100% - 80px));
    }
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes fadeLeftPc {
  0% {
    opacity: 0;
    @media screen and (960px <= width) {
      -webkit-transform: translateX(calc(100% - 80px));
              transform: translateX(calc(100% - 80px));
    }
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes fadeLeftSp {
  0% {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeLeftSp {
  0% {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.top_service_img.anime_fadeLeft {
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
}
.top_service_img.anime_fadeLeft.is_active {
  -webkit-animation: fadeLeftSp 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeLeftSp 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@media screen and (960px <= width) {
  .top_service_img.anime_fadeLeft {
    opacity: 0;
  }
}
@media screen and (960px <= width) and (960px <= width) {
  .top_service_img.anime_fadeLeft {
    -webkit-transform: translateX(calc(100% - 80px));
            transform: translateX(calc(100% - 80px));
  }
}
@media screen and (960px <= width) {
  .top_service_img.anime_fadeLeft.is_active {
    -webkit-animation: fadeLeftPc 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
            animation: fadeLeftPc 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
}

.swiper-pagination {
  bottom: auto !important;
  top: 0 !important;
}

.swiper-wrapper.swiper_liner {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

@page {
  size: A4 landscape;
  margin: 15mm;
}
@media print {
  html {
    font-size: 10px !important;
  }
  .ly_container {
    max-width: none;
    width: 100%;
  }
  .ly_main {
    padding-top: 0 !important;
  }
  .ly_section,
  .bl_bred,
  .bl_subTitle,
  .header,
  .footer,
  .bl_searchResult_bottomWrap,
  .bl_pagination {
    display: none;
  }
  .ly_section.__print {
    display: block;
    padding-block: 0 !important;
  }
  .hp_printPage {
    page-break-after: always;
  }
  .hp_noPrint {
    display: none !important;
  }
}/*# sourceMappingURL=common.css.map */