@charset "UTF-8";
/*!
---- Smart Style Complex Original Stylesheet Template. ----
Thema Name:     THEAR
Description:    シアー
Version:        1.0.0
Last Update:    2024/09/30
Author:         SSC
Company URL:    http://ss-complex.com/
License:        GPL
License URL:    http://www.gnu.org/licenses/gpl.html
*/
/*----------▼▼ common ▼▼----------*/
.c-button.-color--yellow .c-button__link {
  background-color: #CCB034;
}

/*----------▲▲ common ▲▲----------*/
/*----------▼▼ cookie ▼▼----------*/
.cookieConsent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 30;
  bottom: -100px;
  left: calc(50% - 40vw);
  width: 80vw;
  background-color: rgb(255, 255, 255);
  padding: 16px 30px;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  visibility: visible;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .cookieConsent {
    display: block;
    bottom: -200px;
    padding: 20px 20px;
    left: 30px;
    width: calc(100% - 60px);
    text-align: center;
  }
}
.cookieConsent.is-show {
  bottom: 30px;
}
@media screen and (max-width: 767px) {
  .cookieConsent.is-show {
    bottom: 30px;
  }
}
.cookieConsent__text {
  width: 90%;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .cookieConsent__text {
    width: 100%;
    text-align: left;
  }
}
.cookieConsent__agree {
  font-size: 0.9rem;
  color: #333;
  background-color: #FFF;
  border: solid 1px #CCC;
  padding: 10px 30px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .cookieConsent__agree {
    display: inline-block;
    text-align: center;
    margin: 10px auto 0;
  }
}
.cookieConsent__agree:hover {
  opacity: 0.6;
  color: #FFF;
  background-color: #CCC;
}

.cookieConsent.cc-hide {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/*----------▲▲ cookie ▲▲----------*/
/*----------▼▼ header ▼▼----------*/
@media screen and (max-width: 767px) {
  .c-header__contents .c-header__list {
    margin-right: 25px;
  }
}
.c-header__contents .c-header__list .c-header__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-header__contents .c-header__list .c-header__item.c-header__item__tel {
    display: block;
  }
  .c-header__contents .c-header__list .c-header__item.c-header__item__tel .text {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-header__contents .c-header__list .c-header__item.c-header__item__tel .tel-link__pc[href^="tel:"] {
    pointer-events: none;
  }
}
.c-header__contents .c-header__list .c-header__item .c-header__list__second {
  display: none;
  position: absolute;
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  z-index: 99;
}
.c-header__contents .c-header__list .c-header__item .c-header__list__second .c-header__item__second a {
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 5px 30px 5px;
  white-space: nowrap;
}

.skiptranslate {
  display: none !important;
}

#glt-translate-trigger {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .c-header__contents .c-header__list {
    display: flex;
  }
  .c-header__contents .c-header__list .c-header__item {
    display: none;
    margin-top: 6px;
  }
  .c-header__contents .c-header__list .c-header__item.c-header__item__lang {
    display: block;
  }
  .c-header__contents .c-header__list .c-header__item .c-header__itemLink .icon {
    width: 20px;
    height: 20px;
  }
  .c-header__contents .c-header__list .c-header__item .c-header__itemLink .text {
    display: none;
  }
  .c-header__contents .c-header__list .c-header__item .c-header__itemLink:hover {
    opacity: 1;
  }
  .c-header__contents .c-header__list .c-header__item .c-header__list__second {
    left: -40px;
  }
  .c-header__contents .c-header__list .c-header__item .c-header__list__second .c-header__item__second a:hover {
    opacity: 1;
  }
}
/*----------▲▲ header ▲▲----------*/
/*----------▼▼ showcase ▼▼----------*/
.c-showcase__box {
  width: 50%;
}
.c-showcase h3 {
  font-weight: normal;
  font-size: 12px;
  color: #999;
  margin: 20px 0 10px;
}
.c-showcase h3:first-of-type {
  margin-top: 0;
}
.c-showcase .c-showcase__list {
  width: 100%;
  gap: 10px 30px;
  padding-right: 60px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-showcase__box {
    width: 100%;
    margin-top: 30px;
  }
  .c-showcase h3 {
    text-align: center;
    margin: 30px 0 10px;
  }
  .c-showcase .c-showcase__list {
    gap: 10px 0;
    padding: 0 30px;
  }
  .c-showcase .c-showcase__item {
    min-width: 50%;
  }
}
/*----------▲▲ showcase ▲▲----------*/
/*----------▼▼ footer ▼▼----------*/
.c-footer__detail .corporate {
  margin-top: 6px;
}
.c-footer__detail .corporate a {
  padding-right: 20px;
  background-image: url(../img/common/link_blank_w.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
}

/*----------▲▲ footer ▲▲----------*/
/*----------▼▼ contact ▼▼----------*/
#form-area.c-wysiwyg form {
  margin-top: 80px;
}
#form-area .option-wrapper {
  margin-top: 80px;
}
#form-area .option-wrapper .option-1 {
  display: flex;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #E8E8E8;
}
@media screen and (max-width: 767px) {
  #form-area .option-wrapper .option-1 {
    height: 62px;
  }
}
#form-area .option-wrapper .option-1__choice {
  width: 50%;
  height: 100%;
  text-align: center;
  border-radius: 20px;
  background-color: #E8E8E8;
  color: #ACACAC;
  padding: 6px;
  cursor: pointer;
  transition: background-color 0.5s ease, color 0.5s ease;
}
#form-area .option-wrapper .option-1__choice.active {
  background-color: #333333;
  color: #FFFFFF;
  cursor: not-allowed;
}
#form-area .option-wrapper .option-2 {
  margin-top: 50px;
}
#form-area .option-wrapper .option-2__group {
  display: none;
}
#form-area .option-wrapper .option-2__group.active {
  display: flex;
  width: 100%;
  height: 50px;
  border-bottom: 3px solid #E8E8E8;
}
#form-area .option-wrapper .option-2__choice {
  width: 33.3333333333%;
  height: 100%;
  text-align: center;
  color: #CCCCCC;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  transition: color 0.5s ease;
}
@media screen and (max-width: 767px) {
  #form-area .option-wrapper .option-2__choice {
    font-size: 12px;
  }
}
#form-area .option-wrapper .option-2__choice::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #E8E8E8;
  position: absolute;
  top: 100%;
}
#form-area .option-wrapper .option-2__choice.active {
  color: #606060;
  cursor: not-allowed;
}
#form-area .option-wrapper .option-2__choice.active::after {
  background-color: #CCB034;
}
#form-area .form-content {
  display: none;
}
#form-area .form-content.active {
  display: block;
}
#form-area .c-form__itemRight .c-form__itemInput.document-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
#form-area .c-form__itemRight.--withUnit {
  display: flex;
}
#form-area .c-form__itemRight.--withUnit .c-form__itemInput {
  width: 30%;
}
#form-area .c-form__itemRight.--withUnit .unit {
  margin-top: 20px;
  margin-left: 10px;
}
#form-area .c-form__itemRight.--withUnit.--post .unit {
  margin-left: 0px;
  margin-right: 10px;
}
#form-area .c-form__itemRight.--withUnit.--post .c-form__itemInput {
  width: 100%;
}
#form-area .c-form__itemRight.--withUnit.--post .c-form__itemInput input[type=text] {
  width: 150px;
}
#form-area .c-form .c-form__itemLeft {
  padding-right: 15px;
}
#form-area .c-form .note {
  font-size: 14px;
}

/*----------▲▲ contact ▲▲----------*/
/*----------▼▼ form ▼▼----------*/
.c-form__itemRight input[type=date], .c-form__itemRight select {
  border: 1px solid #969696;
  height: 48px;
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}
.c-form__itemRight input[type=date] {
  margin-right: 5px;
}
.c-form__itemRight select {
  background-image: url(../img/common/select_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 32px;
}

@media screen and (max-width: 767px) {
  .c-form__itemRight input[type=date] {
    min-width: 50%;
    margin-bottom: 10px;
  }
  .c-form__itemRight select {
    width: 100%;
  }
}
/*----------▲▲ form ▲▲----------*/
/*----------▼▼ home ▼▼----------*/
.s-top-mv .s-mv__title .title {
  min-width: unset;
  width: 135px;
}
@media screen and (max-width: 767px) {
  .s-top-mv .s-mv__title .title {
    min-width: unset;
    max-width: unset;
    width: 135px;
  }
}

/*----------▲▲ home ▲▲----------*/
/*----------▼▼ fukusya-detail ▼▼----------*/
.fukusya-difference__table {
  border-spacing: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .fukusya-difference__table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.fukusya-difference__table td, .fukusya-difference__table th {
  border: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .fukusya-difference__table td, .fukusya-difference__table th {
    padding: 8px;
  }
}
.fukusya-difference__table td.yellow-cell, .fukusya-difference__table th.yellow-cell {
  border-color: #CCB034;
  color: #CCB034;
}
.fukusya-difference__table td.empty-cell, .fukusya-difference__table th.empty-cell {
  border: none;
}

/*----------▲▲ fukusya-detail ▲▲----------*/
/*----------▼▼ variation ▼▼----------*/
.variation_flexbox {
  display: flex;
  width: 55%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .variation_flexbox {
    width: 100%;
    flex-flow: column;
  }
}
.variation_flexbox .variation_flexbox-2 {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .variation_flexbox .variation_flexbox-2 {
    width: 100%;
    margin-top: 40px;
  }
}
.variation_flexbox .variation_flexbox-2:first-of-type {
  margin-right: 70px;
}
@media screen and (max-width: 767px) {
  .variation_flexbox .variation_flexbox-2:first-of-type {
    margin-right: 0;
  }
}
.variation_flexbox .variation_flexbox-2 span {
  margin-bottom: 30px;
  font-weight: bold;
}
.variation_flexbox .variation_flexbox-2 span.partition {
  margin-bottom: 2px;
}
.variation_flexbox .variation_flexbox-2 img {
  height: 470px;
}
.variation_flexbox .variation_flexbox-3 {
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .variation_flexbox .variation_flexbox-3 {
    width: 100%;
    margin-top: 40px;
  }
}
.variation_flexbox .variation_flexbox-3:first-of-type {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .variation_flexbox .variation_flexbox-3:first-of-type {
    margin-right: 0;
  }
}
.variation_flexbox .variation_flexbox-3 span {
  margin-bottom: 45px;
  font-weight: bold;
}
.variation_flexbox .variation_flexbox-3 img {
  height: 360px;
}

/*----------▲▲ variation ▲▲----------*/
/*----------▼▼ warranty ▼▼----------*/
.warranty-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
@media screen and (max-width: 767px) {
  .warranty-table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.warranty-table th, .warranty-table td {
  height: 45px;
  border-bottom: 1px solid #707070;
  text-align: center;
  padding: 0 10px;
}
.warranty-table thead th {
  border-bottom: 1px solid #707070;
  color: #CCCCCC;
}
.warranty-table thead th.type {
  width: 32%;
}
.warranty-table thead th.kinds {
  width: 20%;
}
.warranty-table thead th.contents {
  width: 40%;
}
.warranty-table thead th.warranty {
  width: 8%;
}
.warranty-table tbody {
  font-size: 14px;
}
.warranty-table tbody .contents_td {
  text-align: left;
}
.warranty-table tbody .table-image_td {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .warranty-table tbody .table-image_td {
    padding: 0;
    width: 0;
  }
}
.warranty-table tbody .table-image {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .warranty-table tbody .table-image {
    display: none;
  }
}
.warranty-table tbody .warranty_exist {
  position: relative;
}
.warranty-table tbody .warranty_exist span {
  display: block;
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  border: 1px solid #fff;
  margin: auto;
}
.warranty-table tbody .warranty_none {
  position: relative;
}
.warranty-table tbody .warranty_none span {
  display: block;
  position: relative;
  width: 12px;
  height: 1px;
  background-color: #fff;
  margin: auto;
}

/*----------▲▲ warranty ▲▲----------*/
/*----------▼▼ maintenance ▼▼----------*/
#maintenance .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #maintenance .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#maintenance .--reverse {
  flex-flow: row-reverse;
}
#maintenance .s-about__header {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #maintenance .s-about__header {
    margin-top: 20px;
  }
}
#maintenance .c-flex.-list--inner .c-flex__itemText {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #maintenance .c-flex-alone__image {
    margin-bottom: 40px;
  }
}
#maintenance .c-flex-alone .c-flex-alone__detail {
  width: 570px;
  min-width: 570px;
}
@media screen and (max-width: 767px) {
  #maintenance .c-flex-alone .c-flex-alone__detail {
    width: 100%;
    min-width: 100%;
  }
}
#maintenance .c-flex-alone .c-flex-alone__image {
  width: calc(100% - 570px);
}
@media screen and (max-width: 767px) {
  #maintenance .c-flex-alone .c-flex-alone__image {
    width: 100%;
  }
}
#maintenance .--bg-black {
  background-color: #333333;
  color: #ffffff;
}
#maintenance .s-support__system {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #maintenance .s-support__system {
    margin-top: 40px;
  }
}
#maintenance .s-support__systemTitle {
  background: #efefef;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #333;
  margin: 0;
  padding: 30px;
}
#maintenance .s-support__systemList {
  padding: 20px;
  padding-bottom: 0;
  counter-reset: support 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #maintenance .s-support__systemList {
    padding: 10px;
    padding-bottom: 0;
  }
}
#maintenance .s-support__systemItem {
  display: flex;
  justify-content: space-between;
  border-top: 1px dotted #ccc;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  #maintenance .s-support__systemItem {
    display: block;
  }
}
#maintenance .s-support__systemItem .itemLeft {
  width: 85px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #maintenance .s-support__systemItem .itemLeft {
    width: 100%;
  }
}
#maintenance .s-support__systemItem .itemRight {
  width: calc(100% - 150px);
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #333;
  margin-right: 65px;
  align-self: center;
}
@media screen and (max-width: 767px) {
  #maintenance .s-support__systemItem .itemRight {
    width: 100%;
    margin-top: 20px;
  }
}
#maintenance .s-support__systemItem .itemRight a {
  color: #ccb034;
}
#maintenance .s-support__systemItem .itemRight ol {
  margin: 20px 0;
  padding-inline-start: 30px;
}
#maintenance .s-support__systemItem .itemRight ol li {
  font-weight: bold;
}
#maintenance .s-support__systemItem .itemRight ol li + li {
  margin-top: 5px;
}
#maintenance .s-support__systemItem .itemRight ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #maintenance .s-support__systemItem .itemRight ul {
    width: 280px;
    margin: 20px auto 0;
    justify-content: space-around;
  }
}
#maintenance .s-support__systemItem .itemRight ul li {
  display: flex;
  flex-flow: column;
  width: 100px;
  margin-right: 15px;
  margin-bottom: 15px;
}
#maintenance .s-support__systemItem .itemRight ul li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #maintenance .s-support__systemItem .itemRight ul li {
    margin-right: 0;
  }
}
#maintenance .s-support__systemItem .itemRight ul li img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
#maintenance .s-support__systemItem .itemRight ul li span {
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
}
#maintenance .s-support__systemItem .num {
  width: 45px;
  height: 45px;
  background: #606060;
  border-radius: 100%;
  min-width: 45px;
  display: grid;
  place-items: center;
  margin-right: 10px;
}
#maintenance .s-support__systemItem .num::after {
  counter-increment: support 1;
  content: "0" counter(support);
  font-weight: normal;
  font-size: 20px;
  color: #fff;
}
#maintenance .s-support__systemItem .title {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
#maintenance .s-support__systemItem .text {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 767px) {
  #maintenance .s-support__systemItem .text {
    margin-top: 20px;
  }
}
#maintenance .s-support__systemItem .text .note {
  display: flex;
  align-items: baseline;
}
#maintenance .s-support__systemItem .text .note::before {
  content: "※";
  margin-right: 10px;
}
#maintenance .s-maintenance-list {
  margin-top: 80px;
  border-top: 1px solid #cccccc;
}
#maintenance .s-maintenance-list .s-maintenance-list__Item {
  display: flex;
  border-bottom: 1px solid #cccccc;
  padding: 45px 0;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  #maintenance .s-maintenance-list .s-maintenance-list__Item {
    flex-flow: column;
    padding: 30px 20px;
  }
}
#maintenance .s-maintenance-list .s-maintenance-list__Item .itemLeft {
  width: 230px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #maintenance .s-maintenance-list .s-maintenance-list__Item .itemLeft {
    width: 100%;
    margin-bottom: 10px;
  }
}
#maintenance .s-maintenance-list .s-maintenance-list__Item .itemRight {
  width: calc(100% - 230px);
  padding-right: 25px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #maintenance .s-maintenance-list .s-maintenance-list__Item .itemRight {
    width: 100%;
    padding-right: 0;
  }
}
#maintenance .s-maintenance-list .s-maintenance-list__Item .itemRight ul li {
  list-style: disc;
  margin-left: 20px;
}
#maintenance .s-maintenance-list .s-maintenance-list__Item .itemRight ol {
  padding-left: 20px;
}
#maintenance .s-maintenance-list .s-maintenance-list__Item .itemRight ol li {
  list-style: auto;
  padding-left: 2px;
}
#maintenance .note-wrapper {
  margin-top: 5px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #maintenance .note-wrapper {
    padding: 0 5px;
  }
}
#maintenance .note-wrapper .note {
  margin-top: 75px;
}
#maintenance .note-wrapper a {
  width: 100%;
  text-align: right;
  display: block;
  margin-top: 30px;
  margin-right: 40px;
  color: #606060;
  position: relative;
}
@media screen and (max-width: 767px) {
  #maintenance .note-wrapper a {
    padding-right: 50px;
  }
}
#maintenance .note-wrapper a .sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  #maintenance .note-wrapper a .sp-only {
    display: inline;
  }
}
#maintenance .note-wrapper a span:nth-of-type(1) {
  position: absolute;
  display: block;
  width: 32px;
  height: 1px;
  right: -40px;
  bottom: 9px;
  background-color: #cccccc;
}
@media screen and (max-width: 767px) {
  #maintenance .note-wrapper a span:nth-of-type(1) {
    right: 10px;
  }
}
#maintenance .note-wrapper a span:nth-of-type(2) {
  position: absolute;
  display: block;
  width: 10px;
  height: 1px;
  right: -40px;
  bottom: 12px;
  transform: rotate(30deg);
  background-color: #cccccc;
}
@media screen and (max-width: 767px) {
  #maintenance .note-wrapper a span:nth-of-type(2) {
    right: 10px;
  }
}

/*----------▲▲ maintenance ▲▲----------*/
/*----------▼▼ model-simulator ▼▼----------*/
#model-simulator__lead {
  margin-bottom: 60px;
}
#model-simulator__lead .s-detail__entry {
  margin-top: 60px;
}
#model-simulator__lead .s-detail__entry p {
  text-align: center;
  line-height: 2em;
}

/*----------▲▲ model-simulator ▲▲----------*/
/*----------▼▼ x-series ▼▼----------*/
.s-x-series-design .subtitle-box {
  width: 300px;
  height: 125px;
  background-color: #fff;
  position: absolute;
  top: 60px;
  left: 50px;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .s-x-series-design .subtitle-box {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.s-x-series-design .subtitle-box h3 {
  font-size: 33px;
  font-weight: var(--font-weight-thin);
  margin: 13px auto 0;
  line-height: 38px;
}
.s-x-series-design .subtitle-box h3 span {
  font-size: 18px;
}

/*----------▲▲ x-series ▲▲----------*/
/*----------▼▼ special ▼▼----------*/
#special .--bg-black {
  background-color: #333;
  color: #ffffff;
}
#special .--bg-black .c-flex .c-flex__itemTitle {
  color: #ffffff;
}
#special .--bg-black .c-flex .c-flex__itemText {
  color: #ffffff;
}
#special .--reverse {
  flex-flow: row-reverse;
}
#special .--bold {
  font-weight: bold;
}
#special .c-flex-alone .c-flex-alone__image {
  margin-top: 0;
  margin-bottom: 40px;
}
#special .p-series {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #special .p-series {
    margin-top: 10px;
  }
}
#special .p-series__image {
  height: 650px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #special .p-series__image {
    height: auto;
    display: flex;
    flex-flow: column-reverse;
  }
}
#special .p-series__image img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  #special .p-series__image img {
    height: auto;
    margin-top: 40px;
  }
}
#special .p-series__text {
  color: #606060;
  position: absolute;
  bottom: 180px;
  right: 0px;
}
@media screen and (max-width: 767px) {
  #special .p-series__text {
    position: static;
    font-size: 14px;
  }
}
#special .s-achievements__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #special .s-achievements__list {
    display: block;
    margin-top: 30px;
  }
}
#special .s-achievements__item {
  background-color: #F5F5F5;
  padding: 60px 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #special .s-achievements__item {
    width: 100%;
    padding: 40px;
  }
  #special .s-achievements__item + .s-achievements__item {
    margin-top: 30px;
  }
}
#special .s-achievements__itemTitle {
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #333;
  margin: 50px 0 0;
}
#special .s-achievements__itemImage {
  width: 60px;
  height: 60px;
  margin: 25px auto 0;
}
@media screen and (max-width: 767px) {
  #special .s-achievements__itemImage {
    margin-top: 15px;
  }
}
#special .s-achievements__itemImage img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#special .s-achievements__itemText {
  margin-top: 30px;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  #special .s-achievements__itemText {
    margin-top: 20px;
  }
}
#special .s-solutions__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #special .s-solutions__list {
    display: block;
    margin-left: 16px;
    margin-right: 16px;
  }
}
#special .s-solutions__item {
  border: 1px solid #707070;
  padding: 45px 30px;
  position: relative;
  width: calc((100% - 45px) / 4);
  margin-left: 15px;
  margin-top: 30px;
}
#special .s-solutions__item:nth-child(4n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  #special .s-solutions__item {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #special .s-solutions__item {
    width: 100%;
    padding: 40px;
  }
  #special .s-solutions__item + .s-solutions__item {
    margin-top: 30px;
  }
}
#special .s-solutions__itemTitle {
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  margin: 45px 0 0;
}
@media screen and (max-width: 767px) {
  #special .s-solutions__itemTitle {
    margin-top: 30px;
  }
}
#special .s-solutions__itemImage {
  width: 130px;
  height: 60px;
  margin: 0 auto 0;
}
#special .s-solutions__itemImage img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#special .s-solutions__itemText {
  margin-top: 30px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #special .s-solutions__itemText {
    margin-top: 20px;
  }
}
#special .alone-image {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #special .alone-image {
    margin-top: 50px;
  }
}
#special .MP-block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #special .MP-block {
    margin-top: 50px;
  }
}
#special .MP-list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #special .MP-list {
    flex-flow: column;
  }
}
#special .MP-list .MP-list__item {
  display: flex;
  flex-flow: column;
  justify-content: end;
}
#special .MP-list .MP-list__item .MP-list__itemImage {
  width: 280px;
  height: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #special .MP-list .MP-list__item .MP-list__itemImage {
    width: 100%;
  }
}
#special .MP-list .MP-list__item .MP-list__itemImage img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#special .MP-list .MP-list__item .MP-list__itemImage .MP-list__itemImageCircle {
  width: 180px;
  height: 180px;
}
#special .MP-list .MP-list__item .MP-list__itemText {
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  #special .g-series .s-description__header {
    text-align: center;
  }
}
#special .g-series .s-solutions__itemText {
  text-align: center;
}
#special .c-section__textWrapper {
  margin-bottom: 100px;
}
#special .c-section__subTitle {
  margin: 50px auto 30px;
  text-align: center;
}

/*----------▲▲ special ▲▲----------*/
/*----------▼▼ consider ▼▼----------*/
#consider .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #consider .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#consider .--reverse {
  flex-flow: row-reverse;
}
#consider .s-about__header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #consider .s-about__header {
    margin-top: 40px;
  }
}
#consider .c-flex__itemTitle {
  font-size: 26px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #consider .c-flex-alone__image {
    margin-bottom: 40px;
  }
}

/*----------▲▲ consider ▲▲----------*/
/*----------▼▼ guide ▼▼----------*/
@media screen and (max-width: 767px) {
  #guide .pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #guide .c-flex-alone.--width_1200 .c-flex-alone__image {
    width: calc(100% - 600px);
  }
  #guide .c-flex-alone.--width_1200 .c-flex-alone__detail {
    width: 600px;
    margin-right: max((100vw - 1232px) / 2, 32px);
  }
}
#guide .s-support__system {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #guide .s-support__system {
    margin-top: 40px;
  }
}
#guide .s-support__systemTitle {
  background: #efefef;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #333;
  margin: 0;
  padding: 30px;
}
#guide .s-support__systemList {
  padding: 20px;
  padding-bottom: 0;
  counter-reset: support 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #guide .s-support__systemList {
    padding: 10px;
    padding-bottom: 0;
  }
}
#guide .s-support__systemItem {
  display: flex;
  justify-content: space-between;
  border-top: 1px dotted #ccc;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  #guide .s-support__systemItem {
    display: block;
  }
}
#guide .s-support__systemItem .itemLeft {
  width: calc(100% - 570px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #guide .s-support__systemItem .itemLeft {
    width: 100%;
  }
}
#guide .s-support__systemItem .itemRight {
  width: 570px;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 767px) {
  #guide .s-support__systemItem .itemRight {
    width: 100%;
    margin-top: 20px;
  }
}
#guide .s-support__systemItem .itemRight a {
  color: #ccb034;
}
#guide .s-support__systemItem .itemRight ol {
  margin: 20px 0;
  padding-inline-start: 30px;
}
#guide .s-support__systemItem .itemRight ol li {
  font-weight: bold;
}
#guide .s-support__systemItem .itemRight ol li + li {
  margin-top: 5px;
}
#guide .s-support__systemItem .itemRight ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #guide .s-support__systemItem .itemRight ul {
    width: 280px;
    margin: 20px auto 0;
    justify-content: space-around;
  }
}
#guide .s-support__systemItem .itemRight ul li {
  display: flex;
  flex-flow: column;
  width: 100px;
  margin-right: 15px;
  margin-bottom: 15px;
}
#guide .s-support__systemItem .itemRight ul li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #guide .s-support__systemItem .itemRight ul li {
    margin-right: 0;
  }
}
#guide .s-support__systemItem .itemRight ul li img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
#guide .s-support__systemItem .itemRight ul li span {
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
}
#guide .s-support__systemItem .num {
  width: 45px;
  height: 45px;
  background: #606060;
  border-radius: 100%;
  min-width: 45px;
  display: grid;
  place-items: center;
  margin-right: 10px;
}
#guide .s-support__systemItem .num::after {
  counter-increment: support 1;
  content: "0" counter(support);
  font-weight: normal;
  font-size: 20px;
  color: #fff;
}
#guide .s-support__systemItem .title {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
#guide .s-support__systemItem .text {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 767px) {
  #guide .s-support__systemItem .text {
    margin-top: 20px;
  }
}
#guide .s-support__systemItem .text .note {
  display: flex;
  align-items: baseline;
}
#guide .s-support__systemItem .text .note::before {
  content: "※";
  margin-right: 10px;
}
#guide .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #guide .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#guide .--reverse {
  flex-flow: row-reverse;
}
#guide .s-about__header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #guide .s-about__header {
    margin-top: 40px;
  }
}
#guide .c-flex__itemTitle {
  font-size: 26px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #guide .c-flex-alone__image {
    margin-bottom: 40px;
  }
}

/*----------▲▲ guide ▲▲----------*/
/*----------▼▼ self-simulation ▼▼----------*/
#self-simulation .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #self-simulation .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#self-simulation .--reverse {
  flex-flow: row-reverse;
}
#self-simulation .s-about__header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #self-simulation .s-about__header {
    margin-top: 40px;
  }
}
#self-simulation .c-flex__itemTitle {
  font-size: 26px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #self-simulation .c-flex-alone__image {
    margin-bottom: 40px;
  }
}

/*----------▲▲ self-simulation ▲▲----------*/
/*----------▼▼ case-study ▼▼----------*/
#case-study {
  padding-top: 80px;
  padding-bottom: 0px;
}
#case-study .s-detail__entry {
  margin-top: 60px;
}
#case-study .s-detail__entry p {
  line-height: 40px;
}
#case-study .s-case-study-archive {
  background-color: #333;
  padding-top: 60px;
  padding-bottom: 100px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #case-study .s-case-study-archive {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#case-study .category-wrapper {
  width: 70%;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #case-study .category-wrapper {
    width: 90%;
  }
}
#case-study .category {
  background-color: #505050;
  border: 1px solid #A0A0A0;
  border-radius: 5px;
  width: calc((100% - 40px) / 3);
  height: 60px;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  padding: 10px;
  transition: background-color 0.3s ease, border 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #case-study .category {
    flex-flow: column;
    padding: 0;
    justify-content: center;
    width: calc((100% - 16px) / 3);
    height: 90px;
    margin-bottom: 8px;
  }
}
#case-study .category .category-image {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 10%;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  #case-study .category .category-image {
    margin-left: 0;
  }
}
#case-study .category .category-name {
  width: calc(100% - 32px);
  color: #CCCCCC;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767px) {
  #case-study .category .category-name {
    width: 100%;
    font-size: 11px;
    margin-top: 10px;
  }
}
#case-study .category.active-category {
  background-color: #FFFFFF;
  border: 1px solid #CCB034;
}
#case-study .category.active-category .category-name {
  color: #CCB034;
  text-align: center;
}
#case-study .s-archive__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #case-study .s-archive__list {
    flex-flow: column;
  }
}
#case-study .c-card-case-study {
  width: calc((100% - 60px) / 3);
  height: 550px;
  color: #000000;
  background-color: #fff;
  margin-bottom: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #case-study .c-card-case-study {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
#case-study .c-card-case-study a {
  width: 100%;
  height: 100%;
  display: block;
}
#case-study .c-case-study__image img {
  height: 230px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#case-study .c-case-study__detail {
  padding: 0 20px;
  margin: 20px 0;
}
#case-study .c-case-study__title {
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  margin-top: 36px;
  margin-bottom: 32px;
}
#case-study .c-case-study__marks {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
}
#case-study .c-case-study__mark {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 6px;
}
#case-study .c-case-study__description {
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
#case-study .c-case-study__moreover {
  height: 50px;
  width: calc(100% - 60px);
  margin: 80px auto 0;
  border: 1px solid #707070;
  font-size: 16px;
  color: #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#case-study .c-case-study__moreover span {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767px) {
  #case-study .c-case-study__moreover {
    margin-top: 40px;
  }
}

#case-study-detail {
  overflow: hidden;
  padding-bottom: 0px;
}
#case-study-detail .s-detail__header {
  text-align: center;
}
#case-study-detail .s-detail__headerTitle {
  font-weight: 100;
  font-size: 36px;
  color: #333;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #case-study-detail .s-detail__headerTitle {
    margin: 10px auto 30px;
  }
}
#case-study-detail .c-case-study__marks {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
}
#case-study-detail .c-case-study__mark {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 6px;
}
#case-study-detail .case-study_lead {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #case-study-detail .case-study_lead {
    flex-flow: column-reverse;
    margin-top: 30px;
  }
}
#case-study-detail .s-detail__headerImage {
  width: 40%;
  aspect-ratio: 560/300;
}
@media screen and (max-width: 767px) {
  #case-study-detail .s-detail__headerImage {
    width: 100%;
    margin-bottom: 40px;
  }
}
#case-study-detail .s-detail__headerImage img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#case-study-detail .lead-text {
  display: flex;
  align-items: center;
  width: 60%;
  padding-right: 50px;
  padding-left: calc((100% - 1000px) / 2);
}
@media screen and (max-width: 767px) {
  #case-study-detail .lead-text {
    width: 100%;
    padding: 0 16px;
  }
}
#case-study-detail .lead-text p {
  line-height: 40px;
}
#case-study-detail .s-detail__entry {
  margin-top: 120px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #case-study-detail .s-detail__entry {
    margin-top: 60px;
  }
}
#case-study-detail .c-case-study__link-wrapper {
  margin: 100px 0;
}
@media screen and (max-width: 767px) {
  #case-study-detail .c-case-study__link-wrapper {
    margin-top: 60px;
  }
}
#case-study-detail .c-case-study__link {
  position: relative;
  font-size: 14px;
  color: #606060;
}
#case-study-detail .c-case-study__link span:first-child {
  display: inline-block;
  width: 12px;
  height: 1px;
  position: relative;
  top: -9px;
  left: 0px;
  transform: rotate(-30deg);
  background-color: #cccccc;
}
#case-study-detail .c-case-study__link span:nth-child(2) {
  display: inline-block;
  width: 32px;
  height: 1px;
  position: relative;
  top: -6px;
  left: -11px;
  background-color: #cccccc;
}
#case-study-detail .case-study_article-box {
  background-color: #333;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #case-study-detail .case-study_article-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#case-study-detail .-left--1000px_line {
  margin-left: calc((100% - 1000px) / 2);
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #case-study-detail .-left--1000px_line {
    margin: auto;
  }
}
#case-study-detail .case-study_category {
  display: flex;
}
@media screen and (max-width: 767px) {
  #case-study-detail .case-study_category {
    flex-flow: column;
    margin-bottom: 40px;
  }
}
#case-study-detail .case-study_category-name-wrapper {
  margin-top: 60px;
  width: 200px;
}
@media screen and (max-width: 767px) {
  #case-study-detail .case-study_category-name-wrapper {
    margin: 0 auto 20px;
    width: auto;
  }
}
#case-study-detail .case-study_category-name {
  width: 100%;
  display: flex;
  align-items: center;
}
#case-study-detail .case-study_category-name span {
  color: #CCC;
}
#case-study-detail .case-study_category-mark {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 23px;
}
#case-study-detail .case-study_articles {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
  #case-study-detail .case-study_articles {
    width: 100%;
  }
}
#case-study-detail .case-study_article {
  margin: 0 15px 45px;
}
@media screen and (max-width: 767px) {
  #case-study-detail .case-study_article {
    width: 100%;
    margin-bottom: 20px;
  }
}
#case-study-detail .case-study_article a {
  display: flex;
  flex-flow: column;
  align-items: center;
}
#case-study-detail .case-study_article a span {
  color: #CCC;
}
#case-study-detail .case-study_article-image {
  width: 250px;
  height: 150px;
  margin-bottom: 15px;
}
#case-study-detail .case-study_article-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#case-study-detail .case-study_no-other {
  margin-left: 15px;
  margin-top: 66px;
}
@media screen and (max-width: 767px) {
  #case-study-detail .case-study_no-other {
    margin: auto;
  }
}

/*----------▲▲ case-study ▲▲----------*/
/*----------▼▼ voice ▼▼----------*/
#voice .c-layout {
  flex-flow: column;
}
#voice .s-archive__list {
  border-top: none;
}
#voice .c-card-voice {
  border-bottom: solid 1px #ccc;
}
#voice .c-card-voice .c-voice__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  #voice .c-card-voice .c-voice__wrapper {
    display: block;
  }
}
#voice .c-card-voice .c-voice__image {
  position: relative;
  overflow: hidden;
  width: 400px;
  height: 300px;
}
@media screen and (max-width: 767px) {
  #voice .c-card-voice .c-voice__image {
    width: 100%;
  }
}
#voice .c-card-voice .c-voice__image::before {
  content: "";
  display: block;
  padding-top: 81.8181818182%;
}
#voice .c-card-voice .c-voice__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
#voice .c-card-voice .c-voice__detail-wrapper {
  width: calc(100% - 450px);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #voice .c-card-voice .c-voice__detail-wrapper {
    width: 100%;
    margin-top: 20px;
  }
}
#voice .c-card-voice .c-voice__customer {
  color: #606060;
}
#voice .c-card-voice .c-voice__title {
  font-weight: 100;
  font-size: 36px;
  line-height: 40px;
  color: #333;
  margin-top: 10px;
}
#voice .c-card-voice .c-voice__info {
  display: flex;
  flex-wrap: wrap;
}
#voice .c-card-voice .c-voice__info-item {
  margin-right: 20px;
  font-size: 12px;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  #voice .c-card-voice .c-voice__info-item {
    min-width: 50%;
    margin-right: 0;
  }
}
#voice .c-card-voice .c-voice__info-label {
  margin-right: 5px;
  padding: 1px 15px 2px;
  color: #606060;
  background-color: #EFEFEF;
  border-radius: 3px;
}
#voice .c-card-voice .c-voice__description {
  font-weight: normal;
  line-height: 40px;
  color: #333;
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#voice .c-card-voice .c-voice__link-wrapper {
  width: 100%;
  margin-top: 20px;
  text-align: end;
  align-self: flex-end;
}
#voice .c-card-voice .c-voice__link {
  position: relative;
  font-size: 14px;
  color: #606060;
}
#voice .c-card-voice .c-voice__link span:first-child {
  display: inline-block;
  width: 32px;
  height: 1px;
  position: relative;
  top: -4px;
  left: 8px;
  background-color: #CCCCCC;
}
#voice .c-card-voice .c-voice__link span:nth-child(2) {
  display: inline-block;
  width: 10px;
  height: 1px;
  position: relative;
  top: -6px;
  left: 0px;
  transform: rotate(30deg);
  background-color: #CCCCCC;
}

#voice-detail {
  overflow: hidden;
  padding-bottom: 0px;
}
#voice-detail .s-detail__header {
  text-align: center;
}
#voice-detail .c-voice__customer {
  color: #606060;
}
#voice-detail .s-detail__headerTitle {
  font-weight: 100;
  font-size: 36px;
  color: #333;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #voice-detail .s-detail__headerTitle {
    margin: 10px auto 30px;
  }
}
#voice-detail .c-voice__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #voice-detail .c-voice__info {
    justify-content: left;
  }
}
#voice-detail .c-voice__info-item {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #voice-detail .c-voice__info-item {
    min-width: 50%;
    margin-right: 0;
    text-align: left;
  }
}
#voice-detail .c-voice__info-label {
  margin-right: 5px;
  padding: 1px 15px;
  font-size: 12px;
  color: #606060;
  background-color: #EFEFEF;
  border-radius: 3px;
}
#voice-detail .voice_lead {
  display: flex;
  justify-content: space-between;
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  #voice-detail .voice_lead {
    flex-flow: column;
    margin-top: 30px;
  }
}
#voice-detail .s-detail__headerImage {
  width: 40%;
  aspect-ratio: 560/300;
}
@media screen and (max-width: 767px) {
  #voice-detail .s-detail__headerImage {
    width: 100%;
    margin-bottom: 40px;
  }
}
#voice-detail .s-detail__headerImage img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#voice-detail .lead-text {
  display: flex;
  align-items: center;
  width: 60%;
  padding-left: 50px;
  padding-right: calc((100% - 1000px) / 2);
}
@media screen and (max-width: 767px) {
  #voice-detail .lead-text {
    width: 100%;
    padding: 0 16px;
  }
}
#voice-detail .lead-text p {
  line-height: 40px;
}
#voice-detail .s-detail__entry {
  margin-top: 120px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #voice-detail .s-detail__entry {
    margin-top: 60px;
  }
}
#voice-detail .voice_information {
  background-color: #333;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #voice-detail .voice_information {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#voice-detail .voice_information-box {
  border: 1px solid #707070;
  border-radius: 10px;
}
#voice-detail .voice_information-lists {
  padding: 0px 60px;
}
@media screen and (max-width: 767px) {
  #voice-detail .voice_information-lists {
    padding: 20px 30px;
  }
}
#voice-detail .voice_information-list {
  display: flex;
  padding: 30px 0;
  min-height: 120px;
  border-bottom: 1px solid #707070;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #voice-detail .voice_information-list {
    padding: 20px 0;
    flex-direction: column;
    align-items: normal;
    min-height: unset;
  }
}
#voice-detail .voice_information-list:last-child {
  border: none;
}
#voice-detail .voice_information-list .voice_information-list-title {
  width: 25%;
  font-size: 16px;
  font-weight: normal;
  color: #CCCCCC;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #voice-detail .voice_information-list .voice_information-list-title {
    width: 100%;
    margin-bottom: 5px;
  }
}
#voice-detail .c-voice__link-wrapper {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #voice-detail .c-voice__link-wrapper {
    margin-top: 60px;
  }
}
#voice-detail .c-voice__link {
  position: relative;
  font-size: 14px;
  color: #CCCCCC;
}
#voice-detail .c-voice__link span:first-child {
  display: inline-block;
  width: 12px;
  height: 1px;
  position: relative;
  top: -9px;
  left: 0px;
  transform: rotate(-30deg);
  background-color: #CCCCCC;
}
#voice-detail .c-voice__link span:nth-child(2) {
  display: inline-block;
  width: 32px;
  height: 1px;
  position: relative;
  top: -6px;
  left: -11px;
  background-color: #CCCCCC;
}

/*----------▲▲ voice ▲▲----------*/
/*----------▼▼ download ▼▼----------*/
#download .download_list_wrapper {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
#download .download_list_wrapper .download_list {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 10px;
}
#download .download_list_wrapper .download_list:first-child {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  #download .download_list_wrapper .download_list:first-child {
    padding-top: 16px;
  }
}
#download .download_list_wrapper .download_list:last-child {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #download .download_list_wrapper .download_list:last-child {
    padding-bottom: 16px;
  }
}
#download .download_list_wrapper .download_list .download_list-item {
  display: flex;
  width: 100%;
  min-height: 120px;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  padding: 30px 30px 30px 60px;
}
@media screen and (max-width: 767px) {
  #download .download_list_wrapper .download_list .download_list-item {
    padding: 16px;
  }
}
#download .download_list_wrapper .download_list .download_list-item .download_list-item_left {
  display: flex;
  width: calc(100% - 45px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  #download .download_list_wrapper .download_list .download_list-item .download_list-item_left {
    flex-flow: column;
    align-items: normal;
    gap: 10px;
  }
}
#download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_category {
  display: block;
  color: #FFFFFF;
  width: 140px;
  font-size: 14px;
  padding: 4px;
  text-align: center;
  background-color: #939393;
}
@media screen and (max-width: 767px) {
  #download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_category {
    width: 100px;
    font-size: 12px;
    padding: 2px;
  }
}
#download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_category.catalog {
  background-color: #CCB034;
}
#download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_category.price_sheet {
  background-color: #E85577;
}
#download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_category.spec_sheet {
  background-color: #5593E8;
}
#download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_category.manual {
  background-color: #7EB74D;
}
#download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_category.other_materials {
  background-color: #333333;
}
#download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 140px);
  padding: 0 55px 0 40px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content {
    width: 100%;
    padding: 0px;
    align-items: normal;
    flex-flow: column-reverse;
  }
}
#download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content .download_list-item_title {
  max-width: calc(100% - 395px);
}
@media screen and (max-width: 767px) {
  #download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content .download_list-item_title {
    max-width: unset;
    margin-top: 5px;
  }
}
#download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content .download_list-item_title h3 {
  margin: 0;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content .download_list-item_title h3 {
    font-size: 16px;
  }
}
#download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content .download_list-item_tags {
  display: flex;
  flex-wrap: wrap;
  max-width: 350px;
  margin-left: 45px;
  gap: 10px;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  #download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content .download_list-item_tags {
    margin-left: 0;
    margin-top: 10px;
    gap: 5px;
    justify-content: left;
  }
}
#download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content .download_list-item_tags span {
  display: block;
  min-width: 80px;
  height: 24px;
  padding: 0px 12px;
  text-align: center;
  font-size: 14px;
  background-color: #CCCCCC;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  #download .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content .download_list-item_tags span {
    font-size: 12px;
    min-width: 60px;
    height: 20px;
    padding: 0px 10px;
    border-radius: 10px;
  }
}
#download .download_list_wrapper .download_list .download_list-item .download_list-item_icon {
  width: 45px;
  text-align: center;
}

/*----------▲▲ download ▲▲----------*/
/*----------▼▼ how-to-buy ▼▼----------*/
#how-to-buy {
  padding-bottom: 100px;
}
#how-to-buy .c-section {
  padding-bottom: 0;
}
#how-to-buy .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #how-to-buy .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#how-to-buy .--reverse {
  flex-flow: row-reverse;
}
#how-to-buy .s-about__header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #how-to-buy .s-about__header {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #how-to-buy .c-flex-alone__image {
    margin-bottom: 40px;
  }
}
#how-to-buy .s-type__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #how-to-buy .s-type__list {
    display: block;
    margin-top: 30px;
  }
}
#how-to-buy .s-type__item {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 40px 40px 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #how-to-buy .s-type__item {
    width: 100%;
    padding: 40px;
  }
  #how-to-buy .s-type__item + .s-type__item {
    margin-top: 30px;
  }
}
#how-to-buy .s-type__item .c-flex__itemButton {
  position: absolute;
  text-align: center;
  bottom: 50px;
  width: calc(100% - 80px);
}
@media screen and (max-width: 767px) {
  #how-to-buy .s-type__item .c-flex__itemButton {
    position: static;
    width: 100%;
    margin-top: 40px;
  }
}
#how-to-buy .s-type__itemTitle {
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #333;
  margin: 0;
}
#how-to-buy .s-type__itemImage {
  width: 130px;
  height: 60px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  #how-to-buy .s-type__itemImage {
    margin-top: 15px;
  }
}
#how-to-buy .s-type__itemImage img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#how-to-buy .s-type__itemText {
  margin-top: 40px;
  font-weight: normal;
  font-size: 16px;
  line-height: 36px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 767px) {
  #how-to-buy .s-type__itemText {
    margin-top: 20px;
  }
}
#how-to-buy .s-flow__list {
  margin-top: 60px;
}
#how-to-buy .s-flow__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #how-to-buy .s-flow__item {
    flex-direction: column;
  }
}
#how-to-buy .s-flow__item .s-flow__textArea {
  width: calc(100% - 430px);
  position: relative;
}
@media screen and (max-width: 767px) {
  #how-to-buy .s-flow__item .s-flow__textArea {
    width: 100%;
    margin-top: 30px;
  }
}
#how-to-buy .s-flow__item .s-flow__textArea .c-flex__itemButton {
  position: absolute;
  bottom: 0px;
  width: calc(100% - 80px);
}
@media screen and (max-width: 767px) {
  #how-to-buy .s-flow__item .s-flow__textArea .c-flex__itemButton {
    width: 100%;
    position: static;
    margin-top: 30px;
  }
}
#how-to-buy .s-flow__item .s-flow__itemTitle {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 30px;
}
#how-to-buy .s-flow__item .s-flow__itemImage {
  width: 350px;
  height: 200px;
}
@media screen and (max-width: 767px) {
  #how-to-buy .s-flow__item .s-flow__itemImage {
    width: 100%;
  }
}
#how-to-buy .s-flow__item .s-flow__itemImage img {
  -o-object-fit: cover;
     object-fit: cover;
}
#how-to-buy .s-flow__item .s-flow__itemText {
  font-size: 14px;
  line-height: 32px;
}
#how-to-buy .c-flex .c-flex__itemImage img {
  width: 530px;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}
#how-to-buy .c-flex.-list--inner .c-flex__itemImage::before {
  padding-top: 60%;
}
#how-to-buy .c-flex .c-flex__list .c-flex__item .c-flex__itemRight {
  margin-right: 0;
}

/*----------▲▲ how-to-buy ▲▲----------*/
/*----------▼▼ construction ▼▼----------*/
#construction {
  padding-bottom: 100px;
}
#construction .c-section {
  padding-bottom: 0;
}
#construction .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #construction .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#construction .--reverse {
  flex-flow: row-reverse;
}
#construction .s-about__header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #construction .s-about__header {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #construction .c-flex-alone__image {
    margin-bottom: 40px;
  }
}
#construction .s-flow__list {
  margin-top: 60px;
}
#construction .s-flow__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #construction .s-flow__item {
    flex-direction: column;
  }
}
#construction .s-flow__item .s-flow__textArea {
  width: calc(100% - 430px);
  position: relative;
}
@media screen and (max-width: 767px) {
  #construction .s-flow__item .s-flow__textArea {
    width: 100%;
    margin-top: 30px;
  }
}
#construction .s-flow__item .s-flow__textArea .c-flex__itemButton {
  position: absolute;
  bottom: 0px;
  width: calc(100% - 80px);
}
@media screen and (max-width: 767px) {
  #construction .s-flow__item .s-flow__textArea .c-flex__itemButton {
    width: 100%;
    position: static;
    margin-top: 20px;
  }
}
#construction .s-flow__item .s-flow__itemTitle {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 30px;
}
#construction .s-flow__item .s-flow__itemImage {
  width: 350px;
  height: 200px;
}
@media screen and (max-width: 767px) {
  #construction .s-flow__item .s-flow__itemImage {
    width: 100%;
  }
}
#construction .s-flow__item .s-flow__itemImage img {
  -o-object-fit: cover;
     object-fit: cover;
}
#construction .s-flow__item .s-flow__itemText {
  font-size: 14px;
  line-height: 32px;
}
#construction .s-support__system {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #construction .s-support__system {
    margin-top: 40px;
  }
}
#construction .s-support__systemTitle {
  background: #efefef;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #333;
  margin: 0;
  padding: 30px;
}
#construction .s-support__systemList {
  padding: 20px;
  padding-bottom: 0;
  counter-reset: support 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #construction .s-support__systemList {
    padding: 10px;
    padding-bottom: 0;
  }
}
#construction .s-support__systemItem {
  display: flex;
  justify-content: space-between;
  border-top: 1px dotted #ccc;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  #construction .s-support__systemItem {
    display: block;
  }
}
#construction .s-support__systemItem .itemLeft {
  width: calc(100% - 570px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #construction .s-support__systemItem .itemLeft {
    width: 100%;
  }
}
#construction .s-support__systemItem .itemRight {
  width: 570px;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 767px) {
  #construction .s-support__systemItem .itemRight {
    width: 100%;
    margin-top: 20px;
  }
}
#construction .s-support__systemItem .itemRight a {
  color: #CCB034;
}
#construction .s-support__systemItem .itemRight ol {
  margin: 20px 0;
  padding-inline-start: 30px;
}
#construction .s-support__systemItem .itemRight ol li {
  font-weight: bold;
}
#construction .s-support__systemItem .itemRight ol li + li {
  margin-top: 5px;
}
#construction .s-support__systemItem .itemRight ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #construction .s-support__systemItem .itemRight ul {
    width: 280px;
    margin: 20px auto 0;
    justify-content: space-around;
  }
}
#construction .s-support__systemItem .itemRight ul li {
  display: flex;
  flex-flow: column;
  width: 100px;
  margin-right: 15px;
  margin-bottom: 15px;
}
#construction .s-support__systemItem .itemRight ul li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #construction .s-support__systemItem .itemRight ul li {
    margin-right: 0;
  }
}
#construction .s-support__systemItem .itemRight ul li img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
  border: solid 1px #CCC;
}
#construction .s-support__systemItem .itemRight ul li span {
  font-size: 12px;
  text-align: left;
  line-height: 1.2;
}
#construction .s-support__systemItem .num {
  width: 45px;
  height: 45px;
  background: #606060;
  border-radius: 100%;
  min-width: 45px;
  display: grid;
  place-items: center;
  margin-right: 10px;
}
#construction .s-support__systemItem .num::after {
  counter-increment: support 1;
  content: "0" counter(support);
  font-weight: normal;
  font-size: 20px;
  color: #fff;
}
#construction .s-support__systemItem .title {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
#construction .s-support__systemItem .text {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 767px) {
  #construction .s-support__systemItem .text {
    margin-top: 20px;
  }
}
#construction .s-support__systemItem .text .note {
  display: flex;
  align-items: baseline;
}
#construction .s-support__systemItem .text .note::before {
  content: "※";
  margin-right: 10px;
}

/*----------▲▲ construction ▲▲----------*/
/*----------▼▼ continuous ▼▼----------*/
#continuous .c-section {
  padding-bottom: 0;
}
#continuous .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #continuous .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#continuous .--reverse {
  flex-flow: row-reverse;
}
#continuous .s-about__header {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #continuous .s-about__header {
    margin-top: 20px;
  }
}
#continuous .c-flex.-list--inner .c-flex__itemText {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #continuous .c-flex-alone__image {
    margin-bottom: 40px;
  }
}
#continuous .s-border-box {
  background-color: #333;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 80px;
  color: #FFFFFF;
}
#continuous .s-type__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #continuous .s-type__list {
    display: block;
    margin-left: 16px;
    margin-right: 16px;
  }
}
#continuous .s-type__item {
  border: 1px solid #707070;
  padding: 45px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #continuous .s-type__item {
    width: 100%;
    padding: 40px;
  }
  #continuous .s-type__item + .s-type__item {
    margin-top: 30px;
  }
}
#continuous .s-type__item .c-flex__itemButton {
  position: absolute;
  text-align: center;
  bottom: 50px;
  width: calc(100% - 80px);
}
@media screen and (max-width: 767px) {
  #continuous .s-type__item .c-flex__itemButton {
    position: static;
    width: 100%;
    margin-top: 40px;
  }
}
#continuous .s-type__itemTitle {
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  margin: 45px 0 0;
}
@media screen and (max-width: 767px) {
  #continuous .s-type__itemTitle {
    margin-top: 30px;
  }
}
#continuous .s-type__itemImage {
  width: 130px;
  height: 60px;
  margin: 0 auto 0;
}
#continuous .s-type__itemImage img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#continuous .s-type__itemText {
  margin-top: 30px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #continuous .s-type__itemText {
    margin-top: 20px;
  }
}
#continuous .s-feature__link {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 120px;
}
#continuous .s-feature__link:last-of-type {
  margin-bottom: 0;
}
#continuous .s-image-row__list {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #continuous .s-image-row__list {
    flex-flow: column;
    margin-top: 30px;
  }
}
#continuous .s-image-row__item {
  display: flex;
  flex-flow: column;
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  #continuous .s-image-row__item {
    width: 100%;
    margin-bottom: 60px;
  }
  #continuous .s-image-row__item:last-of-type {
    margin-bottom: 0;
  }
}
#continuous .s-image-row__itemImage {
  width: 100%;
  height: 220px;
}
#continuous .s-image-row__itemImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#continuous .s-image-row__itemTitleWrapper {
  text-align: center;
  height: 60px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 30px;
}
#continuous .s-image-row__itemTitle {
  width: 100%;
}
#continuous .s-image-row__itemText {
  padding: 0 15px;
  font-size: 14px;
}

/*----------▲▲ continuous ▲▲----------*/
/*----------▼▼ network ▼▼----------*/
#network .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #network .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#network .--reverse {
  flex-flow: row-reverse;
}
#network .s-about__header {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #network .s-about__header {
    margin-top: 20px;
  }
}
#network .s-about__header.c-flex.-list--inner .c-flex__itemButton {
  margin-top: 30px;
}
#network .s-about__header.c-flex.-list--inner .c-flex__itemButton .c-button__link {
  padding: 10px 65px 10px 35px;
}
#network .c-flex.-list--inner .c-flex__itemText {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #network .c-flex-alone__image {
    margin-bottom: 40px;
  }
}
#network .--bg-black {
  background-color: #333333;
  color: #ffffff;
}
#network .s-studio__title {
  margin: 0;
}
#network .s-studio__title .title {
  font-weight: var(--font-weight-thin);
  font-size: 40px;
  text-align: center;
  color: #fff;
  display: block;
}
#network .s-studio__title .text {
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin-top: 12px;
  display: block;
}
#network .s-studio__category {
  display: grid;
  gap: 5px;
  place-content: center;
  grid-template-columns: repeat(auto-fit, 160px);
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #network .s-studio__category {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    margin-top: 30px;
  }
}
#network .s-studio__categoryItem {
  width: 160px;
}
@media screen and (max-width: 767px) {
  #network .s-studio__categoryItem {
    width: 100%;
  }
}
#network .s-studio__categoryItem a {
  height: 80px;
  display: grid;
  place-content: center;
  position: relative;
  border-radius: 5px;
  background: #646464;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
#network .s-studio__categoryItem a::after {
  content: "";
  display: block;
  width: 11px;
  height: 15px;
  position: absolute;
  bottom: 9px;
  left: calc(50% - 5.5px);
  background: url("../img/showroom/studio/arrow-bottom.svg") no-repeat center/contain;
}
#network .handle-list {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #network .handle-list {
    overflow-x: scroll;
    justify-content: left;
  }
}
#network .handle-list .handle-item {
  background-color: #505050;
  color: #A0A0A0;
  border: 1px solid #A0A0A0;
  border-radius: 15px;
  min-width: 120px;
  margin-left: 6px;
  padding: 0 20px;
  text-align: center;
  transition: opacity 0.35s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #network .handle-list .handle-item {
    white-space: nowrap;
    min-width: unset;
  }
}
#network .handle-list .handle-item:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  #network .handle-list .handle-item:hover {
    opacity: 1;
  }
}
#network .handle-list .handle-item:first-child {
  margin-left: 0;
}
#network .handle-list .handle-item.active {
  background-color: #FFFFFF;
  color: #333333;
  border: 1px solid #FFFFFF;
}
#network .s-studio__contents {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #network .s-studio__contents {
    margin-top: 50px;
  }
}
#network .s-studio__areaTitle {
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #ccc;
  margin: 0;
  position: relative;
}
#network .s-studio__areaTitle span {
  display: inline-block;
  position: relative;
  background: #333;
  z-index: 12;
  padding: 0 25px;
}
#network .s-studio__areaTitle::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #646464;
  left: 0;
  z-index: 11;
}
#network .s-studio__areaList {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #network .s-studio__areaList {
    display: block;
  }
}
#network .s-studio__areaList + .s-studio__areaTitle {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #network .s-studio__areaList + .s-studio__areaTitle {
    margin-top: 30px;
  }
}
#network .s-studio__areaItem {
  width: 50%;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  #network .s-studio__areaItem:nth-child(n+3) {
    margin-top: 40px;
  }
  #network .s-studio__areaItem:nth-child(2n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  #network .s-studio__areaItem {
    padding: 0;
    width: 100%;
  }
  #network .s-studio__areaItem + .s-studio__areaItem {
    margin-top: 30px;
  }
}
#network .s-studio__link {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #network .s-studio__link {
    margin-top: 40px;
  }
}
#network .c-studio__detail {
  background-color: #ffffff;
  color: #333333;
  height: 100%;
  padding: 20px;
  position: relative;
}
#network .c-studio__detailLabel {
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  position: absolute;
  font-size: 12px;
  color: #ffffff;
  top: -10px;
  right: 10px;
  height: 20px;
}
#network .c-studio__detailLabel span {
  line-height: 20px;
}
#network .c-studio_upperArea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #network .c-studio_upperArea {
    flex-flow: column;
  }
}
#network .c-studio_upperArea .c-studio_upperLeft {
  display: flex;
  flex-flow: column;
  width: calc(100% - 110px);
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  #network .c-studio_upperArea .c-studio_upperLeft {
    width: 100%;
    padding-right: 0;
    margin-top: 10px;
  }
}
#network .c-studio_upperArea .c-studio_upperLeft .c-studio__detailTitle {
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: normal;
  height: 26px;
}
@media screen and (max-width: 767px) {
  #network .c-studio_upperArea .c-studio_upperLeft .c-studio__detailTitle {
    margin-bottom: 30px;
  }
}
#network .c-studio_upperArea .c-studio_upperLeft .c-studio__detailAccess {
  font-size: 14px;
  color: #606060;
  display: flex;
}
#network .c-studio_upperArea .c-studio_upperLeft .c-studio__detailAccess img {
  margin-right: 5px;
  margin-top: 2px;
  height: 20px;
}
#network .c-studio_upperArea .c-studio_upperRight {
  width: 110px;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  #network .c-studio_upperArea .c-studio_upperRight {
    width: 100%;
    flex-flow: row-reverse;
    margin-top: 5px;
    justify-content: space-between;
  }
}
#network .c-studio_upperArea .c-studio_upperRight .c-studio__detailWebsite {
  display: flex;
  align-items: center;
  justify-content: right;
  height: 26px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #network .c-studio_upperArea .c-studio_upperRight .c-studio__detailWebsite {
    margin-bottom: 0;
  }
}
#network .c-studio_upperArea .c-studio_upperRight .c-studio__detailWebsite span {
  margin-right: 8px;
  font-size: 14px;
  color: #ccb034;
}
#network .c-studio_upperArea .c-studio_upperRight .c-studio__detailTel {
  display: flex;
  align-items: center;
  justify-content: right;
}
#network .c-studio_upperArea .c-studio_upperRight .c-studio__detailTel span {
  margin-left: 8px;
  color: #606060;
  font-size: 14px;
}
#network .c-studio_upperArea .c-studio_upperRight .c-studio__detailContact {
  display: block;
  font-size: 14px;
  color: #ccb034;
  text-align: right;
  margin-top: 51px;
}
@media screen and (max-width: 767px) {
  #network .c-studio_upperArea .c-studio_upperRight .c-studio__detailContact {
    margin-top: 0;
  }
}
#network .c-studio_lowerArea {
  display: flex;
  justify-content: space-between;
}
#network .c-studio_lowerArea .c-studio_lowerLeft {
  width: calc((100% - 30px) / 2);
  display: flex;
  flex-flow: column;
}
#network .c-studio_lowerArea .c-studio_lowerLeft .c-studio_lowerLeftTitle {
  font-size: 12px;
  position: relative;
  height: 25px;
}
#network .c-studio_lowerArea .c-studio_lowerLeft .c-studio_lowerLeftTitle span {
  background-color: #ffffff;
  z-index: 2;
  position: relative;
  padding-right: 4px;
}
#network .c-studio_lowerArea .c-studio_lowerLeft .c-studio_lowerLeftTitle::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -23px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #cccccc;
  z-index: 1;
}
#network .c-studio_lowerArea .c-studio_lowerLeft .c-studio__lowerLeftItems {
  display: flex;
  flex-wrap: wrap;
}
#network .c-studio_lowerArea .c-studio_lowerLeft .c-studio__lowerLeftItems span {
  font-size: 13px;
  background-color: #606060;
  color: #ffffff;
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 3px;
  margin-top: 3px;
}
#network .c-studio_lowerArea .c-studio_lowerRight {
  width: calc((100% - 30px) / 2);
  display: flex;
  flex-flow: column;
}
#network .c-studio_lowerArea .c-studio_lowerRight .c-studio_lowerRightTitle {
  font-size: 12px;
  position: relative;
  height: 25px;
}
#network .c-studio_lowerArea .c-studio_lowerRight .c-studio_lowerRightTitle span {
  background-color: #ffffff;
  z-index: 2;
  position: relative;
  padding-right: 4px;
}
#network .c-studio_lowerArea .c-studio_lowerRight .c-studio_lowerRightTitle::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -23px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #cccccc;
  z-index: 1;
}
#network .c-studio_lowerArea .c-studio_lowerRight .c-studio__lowerRightItems {
  display: flex;
  flex-wrap: wrap;
}
#network .c-studio_lowerArea .c-studio_lowerRight .c-studio__lowerRightItems span {
  font-size: 13px;
  background-color: #606060;
  color: #ffffff;
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 3px;
  margin-top: 3px;
}

/*----------▲▲ network ▲▲----------*/
/*----------▼▼ dealers ▼▼----------*/
#dealers .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #dealers .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#dealers .--reverse {
  flex-flow: row-reverse;
}
#dealers .s-about__header {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #dealers .s-about__header {
    margin-top: 20px;
  }
}
#dealers .s-about__header.c-flex.-list--inner .c-flex__itemButton {
  margin-top: 30px;
}
#dealers .s-about__header.c-flex.-list--inner .c-flex__itemButton .c-button__link {
  padding: 10px 65px 10px 35px;
}
#dealers .c-flex.-list--inner .c-flex__itemText {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #dealers .c-flex-alone__image {
    margin-bottom: 40px;
  }
}
#dealers .--bg-black {
  background-color: #333333;
  color: #ffffff;
}
#dealers .s-studio__title {
  margin: 0;
}
#dealers .s-studio__title .title {
  font-weight: var(--font-weight-thin);
  font-size: 40px;
  text-align: center;
  color: #fff;
  display: block;
}
#dealers .s-studio__title .text {
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin-top: 12px;
  display: block;
}
#dealers .s-studio__category {
  display: grid;
  gap: 5px;
  place-content: center;
  grid-template-columns: repeat(auto-fit, 160px);
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #dealers .s-studio__category {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    margin-top: 30px;
  }
}
#dealers .s-studio__categoryItem {
  width: 160px;
}
@media screen and (max-width: 767px) {
  #dealers .s-studio__categoryItem {
    width: 100%;
  }
}
#dealers .s-studio__categoryItem a {
  height: 80px;
  display: grid;
  place-content: center;
  position: relative;
  border-radius: 5px;
  background: #646464;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
#dealers .s-studio__categoryItem a::after {
  content: "";
  display: block;
  width: 11px;
  height: 15px;
  position: absolute;
  bottom: 9px;
  left: calc(50% - 5.5px);
  background: url("../img/showroom/studio/arrow-bottom.svg") no-repeat center/contain;
}
#dealers .handle-list {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #dealers .handle-list {
    overflow-x: scroll;
    justify-content: left;
  }
}
#dealers .handle-list .handle-item {
  background-color: #505050;
  color: #A0A0A0;
  border: 1px solid #A0A0A0;
  border-radius: 15px;
  min-width: 120px;
  margin-left: 6px;
  padding: 0 20px;
  text-align: center;
  transition: opacity 0.35s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #dealers .handle-list .handle-item {
    white-space: nowrap;
    min-width: unset;
  }
}
#dealers .handle-list .handle-item:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  #dealers .handle-list .handle-item:hover {
    opacity: 1;
  }
}
#dealers .handle-list .handle-item:first-child {
  margin-left: 0;
}
#dealers .handle-list .handle-item.active {
  background-color: #FFFFFF;
  color: #333333;
  border: 1px solid #FFFFFF;
}
#dealers .s-studio__contents {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #dealers .s-studio__contents {
    margin-top: 50px;
  }
}
#dealers .s-studio__areaTitle {
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #ccc;
  margin: 0;
  position: relative;
}
#dealers .s-studio__areaTitle span {
  display: inline-block;
  position: relative;
  background: #333;
  z-index: 12;
  padding: 0 25px;
}
#dealers .s-studio__areaTitle::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #646464;
  left: 0;
  z-index: 11;
}
#dealers .s-studio__areaList {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #dealers .s-studio__areaList {
    display: block;
  }
}
#dealers .s-studio__areaList + .s-studio__areaTitle {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #dealers .s-studio__areaList + .s-studio__areaTitle {
    margin-top: 30px;
  }
}
#dealers .s-studio__areaItem {
  width: 50%;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  #dealers .s-studio__areaItem:nth-child(n+3) {
    margin-top: 40px;
  }
  #dealers .s-studio__areaItem:nth-child(2n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  #dealers .s-studio__areaItem {
    padding: 0;
    width: 100%;
  }
  #dealers .s-studio__areaItem + .s-studio__areaItem {
    margin-top: 30px;
  }
}
#dealers .s-studio__link {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #dealers .s-studio__link {
    margin-top: 40px;
  }
}
#dealers .c-studio__detail {
  background-color: #ffffff;
  color: #333333;
  height: 100%;
  padding: 20px;
  position: relative;
}
#dealers .c-studio__detailLabel {
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  position: absolute;
  font-size: 12px;
  color: #ffffff;
  top: -10px;
  right: 10px;
  height: 20px;
}
#dealers .c-studio__detailLabel span {
  line-height: 20px;
}
#dealers .c-studio_upperArea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #dealers .c-studio_upperArea {
    flex-flow: column;
  }
}
#dealers .c-studio_upperArea .c-studio_upperLeft {
  display: flex;
  flex-flow: column;
  width: calc(100% - 110px);
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  #dealers .c-studio_upperArea .c-studio_upperLeft {
    width: 100%;
    padding-right: 0;
    margin-top: 10px;
  }
}
#dealers .c-studio_upperArea .c-studio_upperLeft .c-studio__detailTitle {
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: normal;
  height: 26px;
}
@media screen and (max-width: 767px) {
  #dealers .c-studio_upperArea .c-studio_upperLeft .c-studio__detailTitle {
    margin-bottom: 30px;
  }
}
#dealers .c-studio_upperArea .c-studio_upperLeft .c-studio__detailAccess {
  font-size: 14px;
  color: #606060;
  display: flex;
}
#dealers .c-studio_upperArea .c-studio_upperLeft .c-studio__detailAccess img {
  margin-right: 5px;
  margin-top: 2px;
  height: 20px;
}
#dealers .c-studio_upperArea .c-studio_upperRight {
  width: 110px;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  #dealers .c-studio_upperArea .c-studio_upperRight {
    width: 100%;
    flex-flow: row-reverse;
    margin-top: 5px;
    justify-content: space-between;
  }
}
#dealers .c-studio_upperArea .c-studio_upperRight .c-studio__detailWebsite {
  display: flex;
  align-items: center;
  justify-content: right;
  height: 26px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #dealers .c-studio_upperArea .c-studio_upperRight .c-studio__detailWebsite {
    margin-bottom: 0;
  }
}
#dealers .c-studio_upperArea .c-studio_upperRight .c-studio__detailWebsite span {
  margin-right: 8px;
  font-size: 14px;
  color: #ccb034;
}
#dealers .c-studio_upperArea .c-studio_upperRight .c-studio__detailTel {
  display: flex;
  align-items: center;
  justify-content: right;
}
#dealers .c-studio_upperArea .c-studio_upperRight .c-studio__detailTel span {
  margin-left: 8px;
  color: #606060;
  font-size: 14px;
}
#dealers .c-studio_upperArea .c-studio_upperRight .c-studio__detailContact {
  display: block;
  font-size: 14px;
  color: #ccb034;
  text-align: right;
  margin-top: 51px;
}
@media screen and (max-width: 767px) {
  #dealers .c-studio_upperArea .c-studio_upperRight .c-studio__detailContact {
    margin-top: 0;
  }
}
#dealers .c-studio_lowerArea {
  display: flex;
  justify-content: space-between;
}
#dealers .c-studio_lowerArea .c-studio_lowerLeft {
  width: calc((100% - 30px) / 2);
  display: flex;
  flex-flow: column;
}
#dealers .c-studio_lowerArea .c-studio_lowerLeft .c-studio_lowerLeftTitle {
  font-size: 12px;
  position: relative;
  height: 25px;
}
#dealers .c-studio_lowerArea .c-studio_lowerLeft .c-studio_lowerLeftTitle span {
  background-color: #ffffff;
  z-index: 2;
  position: relative;
  padding-right: 4px;
}
#dealers .c-studio_lowerArea .c-studio_lowerLeft .c-studio_lowerLeftTitle::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -23px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #cccccc;
  z-index: 1;
}
#dealers .c-studio_lowerArea .c-studio_lowerLeft .c-studio__lowerLeftItems {
  display: flex;
  flex-wrap: wrap;
}
#dealers .c-studio_lowerArea .c-studio_lowerLeft .c-studio__lowerLeftItems span {
  font-size: 13px;
  background-color: #606060;
  color: #ffffff;
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 3px;
  margin-top: 3px;
}
#dealers .c-studio_lowerArea .c-studio_lowerRight {
  width: calc((100% - 30px) / 2);
  display: flex;
  flex-flow: column;
}
#dealers .c-studio_lowerArea .c-studio_lowerRight .c-studio_lowerRightTitle {
  font-size: 12px;
  position: relative;
  height: 25px;
}
#dealers .c-studio_lowerArea .c-studio_lowerRight .c-studio_lowerRightTitle span {
  background-color: #ffffff;
  z-index: 2;
  position: relative;
  padding-right: 4px;
}
#dealers .c-studio_lowerArea .c-studio_lowerRight .c-studio_lowerRightTitle::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -23px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #cccccc;
  z-index: 1;
}
#dealers .c-studio_lowerArea .c-studio_lowerRight .c-studio__lowerRightItems {
  display: flex;
  flex-wrap: wrap;
}
#dealers .c-studio_lowerArea .c-studio_lowerRight .c-studio__lowerRightItems span {
  font-size: 13px;
  background-color: #606060;
  color: #ffffff;
  border-radius: 3px;
  padding: 2px 5px;
  margin-right: 3px;
  margin-top: 3px;
}

/*----------▲▲ dealers ▲▲----------*/
/*----------▼▼ oem ▼▼----------*/
#oem .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #oem .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#oem .--reverse {
  flex-flow: row-reverse;
}
#oem .s-about__header {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #oem .s-about__header {
    margin-top: 20px;
  }
}
#oem .c-flex.-list--inner .c-flex__itemText {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #oem .c-flex-alone__image {
    margin-bottom: 40px;
  }
}
#oem .--bg-black {
  background-color: #333333;
  color: #FFFFFF;
}
#oem .--bg-black.oem-block .oem-topBlock .oem-topBlock__text ul li::before {
  background-color: #FFFFFF;
}
#oem .oem-block {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #oem .oem-block {
    padding-top: 60px;
  }
}
#oem .oem-block .oem-topBlock {
  display: flex;
  justify-content: space-between;
}
#oem .oem-block .oem-topBlock .oem-topBlock__image {
  width: calc(50% - 70px);
  aspect-ratio: 630/380;
}
@media screen and (max-width: 767px) {
  #oem .oem-block .oem-topBlock .oem-topBlock__image {
    width: 100%;
    margin-bottom: 40px;
  }
}
#oem .oem-block .oem-topBlock .oem-topBlock__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#oem .oem-block .oem-topBlock .oem-topBlock__text-wrapper {
  display: flex;
  align-items: center;
  flex-flow: column;
  width: 60%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #oem .oem-block .oem-topBlock .oem-topBlock__text-wrapper {
    width: 100%;
  }
}
#oem .oem-block .oem-topBlock .oem-topBlock__text-wrapper p {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #oem .oem-block .oem-topBlock.--left-image {
    flex-flow: column;
  }
}
#oem .oem-block .oem-topBlock.--left-image .oem-topBlock__text-wrapper {
  padding-right: calc((100% - 1000px) / 2);
  padding-left: 70px;
}
@media screen and (max-width: 767px) {
  #oem .oem-block .oem-topBlock.--left-image .oem-topBlock__text-wrapper {
    padding: 0 16px;
  }
}
#oem .oem-block .oem-topBlock.--right-image {
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  #oem .oem-block .oem-topBlock.--right-image {
    flex-flow: column;
  }
}
#oem .oem-block .oem-topBlock.--right-image .oem-topBlock__text-wrapper {
  padding-left: calc((100% - 1000px) / 2);
  padding-right: 70px;
}
@media screen and (max-width: 767px) {
  #oem .oem-block .oem-topBlock.--right-image .oem-topBlock__text-wrapper {
    padding: 0 16px;
  }
}
#oem .oem-block .oem-topBlock .oem-topBlock__title {
  width: 100%;
  margin-top: 0;
  line-height: 37px;
}
#oem .oem-block .oem-topBlock .oem-topBlock__sub-title {
  width: 100%;
}
#oem .oem-block .oem-topBlock .oem-topBlock__text {
  width: 100%;
}
#oem .oem-block .oem-topBlock .oem-topBlock__text ul li {
  margin-top: 15px;
}
#oem .oem-block .oem-topBlock .oem-topBlock__text ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background-color: #333333;
  position: relative;
  top: -5px;
  margin-right: 8px;
}
#oem .oem-block .oem-bottomBlock .oem-bottomBlock__title {
  font-size: 26px;
  margin: 100px 0 30px;
  text-align: center;
  font-weight: normal;
}
#oem .oem-block .oem-bottomBlock .oem-bottomBlock__text {
  margin-bottom: 60px;
  font-size: 16px;
  text-align: center;
}
#oem .oem-block .oem-bottomBlock .oem-bottomBlock__list {
  display: flex;
  flex-flow: column;
}
#oem .oem-block .oem-bottomBlock .oem-bottomBlock__item {
  padding: 30px;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  justify-content: space-between;
}
#oem .oem-block .oem-bottomBlock .oem-bottomBlock__item:first-child {
  border-top: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  #oem .oem-block .oem-bottomBlock .oem-bottomBlock__item {
    flex-flow: column;
    align-items: center;
  }
}
#oem .oem-block .oem-bottomBlock .oem-bottomBlock__image {
  width: 130px;
  height: 130px;
}
#oem .oem-block .oem-bottomBlock .oem-bottomBlock__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#oem .oem-block .oem-bottomBlock .oem-bottomBlock__itemTextWrapper {
  width: calc(100% - 200px);
}
@media screen and (max-width: 767px) {
  #oem .oem-block .oem-bottomBlock .oem-bottomBlock__itemTextWrapper {
    width: 100%;
  }
}
#oem .oem-block .oem-bottomBlock .oem-bottomBlock__itemTitle {
  margin: 0 0 24px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #oem .oem-block .oem-bottomBlock .oem-bottomBlock__itemTitle {
    margin-top: 34px;
  }
}
#oem .oem-block .oem-bottomBlock .oem-bottomBlock__itemText {
  font-size: 14px;
  line-height: 32px;
}
#oem .simple-list {
  display: flex;
  flex-flow: column;
  margin: 80px 0 20px;
}
#oem .simple-list .simple-list__item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #oem .simple-list .simple-list__item {
    flex-flow: column;
  }
}
#oem .simple-list .simple-list__item + .simple-list__item {
  margin-top: 80px;
}
#oem .simple-list .simple-list__itemImage {
  width: 350px;
  height: 200px;
}
@media screen and (max-width: 767px) {
  #oem .simple-list .simple-list__itemImage {
    width: 100%;
  }
}
#oem .simple-list .simple-list__itemImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#oem .simple-list .simple-list__itemTextWrapper {
  width: calc(100% - 430px);
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  #oem .simple-list .simple-list__itemTextWrapper {
    width: 100%;
  }
}
#oem .simple-list .simple-list__itemTitle {
  font-size: 16px;
}
#oem .simple-list .simple-list__itemText {
  font-size: 14px;
  line-height: 32px;
}
#oem .s-feature__link {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 120px;
}
#oem .s-feature__link:last-of-type {
  margin-bottom: 0;
}

/*----------▲▲ oem ▲▲----------*/
/*----------▼▼ overseas ▼▼----------*/
#overseas .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #overseas .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#overseas .--reverse {
  flex-flow: row-reverse;
}
#overseas .s-about__header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #overseas .s-about__header {
    margin-top: 40px;
  }
}
#overseas .c-flex__itemTitle {
  font-size: 26px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #overseas .c-flex-alone__image {
    margin-bottom: 40px;
  }
}
#overseas .s-feature__link {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 120px;
}
#overseas .s-feature__link:last-of-type {
  margin-bottom: 0;
}
#overseas .--bg-black {
  background-color: #333333;
  color: #ffffff;
}
#overseas .overseas-block + .overseas-block {
  margin-top: 120px;
}
#overseas .pictograms {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
#overseas .pictograms .pictogram-wrapper {
  width: calc((100% - 10px) / 3);
  height: 230px;
  background-color: #646464;
  padding: 20px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #overseas .pictograms .pictogram-wrapper {
    height: 110px;
    padding: 15px 10px;
  }
}
#overseas .pictograms .pictogram__image {
  height: calc(100% - 46px);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #overseas .pictograms .pictogram__image {
    height: calc(100% - 25px);
  }
  #overseas .pictograms .pictogram__image img {
    width: 50px;
    height: 80%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#overseas .pictograms .pictogram__text {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #overseas .pictograms .pictogram__text {
    display: flex;
    align-items: center;
    height: 20px;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0;
  }
}
#overseas .pictograms .pictogram__text .sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  #overseas .pictograms .pictogram__text .sp-only {
    display: inline;
  }
}
#overseas .simple-list {
  display: flex;
  flex-flow: column;
  margin: 80px 0 20px;
}
@media screen and (max-width: 767px) {
  #overseas .simple-list {
    margin-top: 20px;
  }
}
#overseas .simple-list .simple-list__item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #overseas .simple-list .simple-list__item {
    flex-flow: column;
  }
}
#overseas .simple-list .simple-list__item + .simple-list__item {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #overseas .simple-list .simple-list__item + .simple-list__item {
    margin-top: 40px;
  }
}
#overseas .simple-list .simple-list__itemImage {
  width: 350px;
  height: 200px;
}
@media screen and (max-width: 767px) {
  #overseas .simple-list .simple-list__itemImage {
    width: 100%;
  }
}
#overseas .simple-list .simple-list__itemImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#overseas .simple-list .simple-list__itemTextWrapper {
  width: calc(100% - 430px);
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  #overseas .simple-list .simple-list__itemTextWrapper {
    width: 100%;
  }
}
#overseas .simple-list .simple-list__itemTitle {
  font-size: 16px;
}
#overseas .simple-list .simple-list__itemText {
  font-size: 14px;
  line-height: 32px;
}
#overseas .card-list {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #overseas .card-list {
    flex-flow: column;
  }
}
#overseas .card-list .card-list__item {
  width: calc((100% - 40px) / 2);
  display: flex;
  flex-flow: column;
  background-color: #F5F5F5;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #overseas .card-list .card-list__item {
    width: 100%;
  }
  #overseas .card-list .card-list__item + .card-list__item {
    margin-top: 20px;
  }
}
#overseas .card-list .card-list__itemImage {
  width: 100%;
  height: 280px;
}
@media screen and (max-width: 767px) {
  #overseas .card-list .card-list__itemImage {
    height: 200px;
  }
}
#overseas .card-list .card-list__itemImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#overseas .card-list .card-list__itemTextWrapper {
  padding: 20px;
}
#overseas .card-list .card-list__itemTitle {
  font-weight: normal;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}
#overseas .card-list .card-list__itemTitle span {
  font-size: 10px;
}
#overseas .card-list .card-list__itemText {
  margin-top: 20px;
  font-size: 14px;
}

/*----------▲▲ overseas ▲▲----------*/
/*----------▼▼ design-office ▼▼----------*/
#design-office .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #design-office .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#design-office .--reverse {
  flex-flow: row-reverse;
}
#design-office .s-about__header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #design-office .s-about__header {
    margin-top: 40px;
  }
}
#design-office .DO-A-box .DO-A_title {
  display: block;
  width: 100%;
  height: 85px;
  background-color: #EFEFEF;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-top: 80px;
  padding-top: 28px;
}
@media screen and (max-width: 767px) {
  #design-office .DO-A-box .DO-A_title {
    padding: 25px;
    height: auto;
  }
}
#design-office .DO-A-box .DO-A_text {
  margin-top: 30px;
  text-align: center;
}
#design-office .DO-A-box .DO-A_text-bold_18px {
  margin-top: 50px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#design-office .DO-A-box .DO-A_text-bold {
  font-weight: bold;
}
#design-office .DO-A-box ol {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  margin-top: 40px;
}
#design-office .DO-A-box ol li {
  width: calc(50% - 10px);
  height: 110px;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  list-style: none;
  padding: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #design-office .DO-A-box ol li {
    width: 100%;
  }
}
#design-office .DO-A-box ol li.flex-center {
  justify-content: center;
}
#design-office .DO-A-box .link-button {
  margin-top: 80px;
  text-align: center;
}
#design-office .DO-B-box .DO-B_title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 80px;
}
#design-office .DO-B-box ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #design-office .DO-B-box ol {
    padding: 0;
  }
}
#design-office .DO-B-box ol li {
  width: calc((100% - 100px) / 3);
  display: flex;
  flex-flow: column;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #design-office .DO-B-box ol li {
    width: 100%;
  }
}
#design-office .DO-B-box ol li .DO-B_image {
  width: 100%;
  height: 180px;
}
#design-office .DO-B-box ol li .DO-B_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#design-office .DO-B-box ol li h4 {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #design-office .DO-B-box ol li h4 {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
#design-office .c-flex-alone__image {
  position: relative;
  overflow: unset;
}
@media screen and (max-width: 767px) {
  #design-office .c-flex-alone__image {
    margin-bottom: 40px;
  }
}
#design-office .c-flex-alone__image span {
  position: absolute;
  font-size: 14px;
  top: 100%;
  right: 0px;
}
#design-office .c-flex-alone__detail .link-button {
  margin-top: 60px;
}

/*----------▲▲ design-office ▲▲----------*/
/*----------▼▼ guidance ▼▼----------*/
#guidance .align-center {
  text-align: center;
}
#guidance .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #guidance .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#guidance .--reverse {
  flex-flow: row-reverse;
}
#guidance .s-about__header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #guidance .s-about__header {
    margin-top: 40px;
  }
}
#guidance .s-border-box {
  background-color: #333;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #FFFFFF;
}
#guidance .s-feature__link {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 120px;
}
#guidance .s-feature__link:last-of-type {
  margin-bottom: 0;
}
#guidance .s-type__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #guidance .s-type__list {
    display: block;
    margin-left: 16px;
    margin-right: 16px;
  }
}
#guidance .s-type__item {
  border: 1px solid #707070;
  padding: 45px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #guidance .s-type__item {
    width: 100%;
    padding: 40px;
  }
  #guidance .s-type__item + .s-type__item {
    margin-top: 30px;
  }
}
#guidance .s-type__item .c-flex__itemButton {
  position: absolute;
  text-align: center;
  bottom: 50px;
  width: calc(100% - 80px);
}
@media screen and (max-width: 767px) {
  #guidance .s-type__item .c-flex__itemButton {
    position: static;
    width: 100%;
    margin-top: 40px;
  }
}
#guidance .s-type__itemTitle {
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  margin: 0;
}
#guidance .s-type__itemImage {
  width: 100%;
  height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#guidance .s-type__itemText {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #guidance .s-type__itemText {
    margin-top: 20px;
  }
}
#guidance .s-flow__list {
  margin-top: 60px;
}
#guidance .s-flow__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
#guidance .s-flow__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #guidance .s-flow__item {
    flex-direction: column;
  }
}
#guidance .s-flow__item .s-flow__textArea {
  width: calc(100% - 430px);
  position: relative;
}
@media screen and (max-width: 767px) {
  #guidance .s-flow__item .s-flow__textArea {
    width: 100%;
    margin-top: 30px;
  }
}
#guidance .s-flow__item .s-flow__textArea .c-flex__itemButton {
  position: absolute;
  bottom: 0px;
  width: calc(100% - 80px);
}
@media screen and (max-width: 767px) {
  #guidance .s-flow__item .s-flow__textArea .c-flex__itemButton {
    width: 100%;
    position: static;
    margin-top: 20px;
  }
}
#guidance .s-flow__item .s-flow__itemTitle {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 30px;
}
#guidance .s-flow__item .s-flow__itemImage {
  width: 350px;
  height: 200px;
}
@media screen and (max-width: 767px) {
  #guidance .s-flow__item .s-flow__itemImage {
    width: 100%;
  }
}
#guidance .s-flow__item .s-flow__itemImage img {
  -o-object-fit: cover;
     object-fit: cover;
}
#guidance .s-flow__item .s-flow__itemText {
  font-size: 14px;
  line-height: 32px;
}
#guidance .s-support__price {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 10px;
}
#guidance .s-support__priceTitle {
  background: #efefef;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #333;
  margin: 0;
  padding: 30px;
}
#guidance .s-support__priceList {
  padding: 20px;
  padding-bottom: 0;
  counter-reset: support 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #guidance .s-support__priceList {
    padding: 10px;
    padding-bottom: 0;
  }
}
#guidance .s-support__priceItem {
  display: flex;
  justify-content: space-between;
  border-top: 1px dotted #ccc;
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  #guidance .s-support__priceItem {
    display: block;
  }
}
#guidance .s-support__priceItem .itemTitle .title {
  margin: 0;
  width: 180px;
}
#guidance .s-support__priceItem .itemContent {
  display: flex;
  width: calc(100% - 180px);
}
@media screen and (max-width: 767px) {
  #guidance .s-support__priceItem .itemContent {
    width: 100%;
    margin-top: 20px;
  }
}
#guidance .s-support__priceItem .itemContent ol {
  display: flex;
  flex-flow: column;
  gap: 35px;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #guidance .s-support__priceItem .itemContent ol {
    gap: 25px;
  }
}
#guidance .s-support__priceItem .itemContent ol li {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #guidance .s-support__priceItem .itemContent ol li p {
    max-width: 130px;
  }
}
#guidance .s-support__priceItem .itemContent ol li .itemPrice {
  display: flex;
  justify-content: end;
  text-align: right;
  align-items: center;
}
#guidance .s-support__priceItem .itemContent ol li .itemPrice .unit {
  width: 40px;
  margin-left: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #guidance .s-support__priceItem .itemContent ol li .itemPrice .unit {
    margin-left: 0;
  }
}
#guidance .s-support__priceItem .itemContent ol li .itemPrice .price {
  width: 140px;
}
@media screen and (max-width: 767px) {
  #guidance .s-support__priceItem .itemContent ol li .itemPrice .price {
    width: 95px;
  }
}
#guidance .note {
  text-align: right;
  width: 100%;
  margin-top: 8px;
}

/*----------▲▲ guidance ▲▲----------*/
/*----------▼▼ confidential ▼▼----------*/
#confidential .c-section.title-section {
  padding-bottom: 60px;
}
#confidential .c-section.password-section {
  padding: 0 0 100px;
}
#confidential .c-section.password-section .s-detail__entry {
  margin-bottom: 60px;
}
#confidential .c-section.password-section .s-detail__entry p {
  line-height: 40px;
}
#confidential .c-section.password-section .password-box {
  width: 100%;
  height: 275px;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #confidential .c-section.password-section .password-box {
    flex-flow: column;
  }
}
#confidential .c-section.password-section .password-box span {
  font-weight: bold;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  #confidential .c-section.password-section .password-box span {
    margin-right: 0;
  }
}
#confidential .c-section.password-section .password-box span .pc-only {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #confidential .c-section.password-section .password-box span .pc-only {
    display: none;
  }
}
#confidential .c-section.password-section .password-box .login {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #confidential .c-section.password-section .password-box .login {
    flex-flow: column;
    margin-top: 15px;
    gap: 15px;
  }
}
#confidential .c-section.password-section .password-box .login input[name=post_password] {
  width: 270px;
  height: 50px;
  border: 1px solid #969696;
  border-radius: 5px;
  margin-right: 15px;
  font-size: 40px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  #confidential .c-section.password-section .password-box .login input[name=post_password] {
    margin-right: 0;
  }
}
#confidential .c-section.password-section .password-box .login input[name=Submit] {
  width: 150px;
  height: 40px;
  color: #ffffff;
  background-color: #333333;
  border-radius: 20px;
  transition: opacity 0.35s ease-out;
  cursor: pointer;
}
#confidential .c-section.password-section .password-box .login input[name=Submit]:hover {
  opacity: 0.5;
}
#confidential .c-section.password-section .link-box {
  margin-top: 50px;
  text-align: center;
}
#confidential .c-section.password-section .link-box p {
  margin-bottom: 15px;
}
#confidential .download_list_wrapper {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
#confidential .download_list_wrapper .download_list {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 10px;
}
#confidential .download_list_wrapper .download_list:first-child {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  #confidential .download_list_wrapper .download_list:first-child {
    padding-top: 16px;
  }
}
#confidential .download_list_wrapper .download_list:last-child {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #confidential .download_list_wrapper .download_list:last-child {
    padding-bottom: 16px;
  }
}
#confidential .download_list_wrapper .download_list .download_list-item {
  display: flex;
  width: 100%;
  min-height: 120px;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  padding: 30px 30px 30px 60px;
}
@media screen and (max-width: 767px) {
  #confidential .download_list_wrapper .download_list .download_list-item {
    padding: 16px;
  }
}
#confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left {
  display: flex;
  width: calc(100% - 45px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  #confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left {
    flex-flow: column;
    align-items: normal;
    gap: 10px;
  }
}
#confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_category {
  display: block;
  color: #FFFFFF;
  width: 140px;
  font-size: 14px;
  padding: 4px;
  text-align: center;
  background-color: #939393;
}
@media screen and (max-width: 767px) {
  #confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_category {
    width: 100px;
    font-size: 12px;
    padding: 2px;
  }
}
#confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_category.catalog {
  background-color: #CCB034;
}
#confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_category.price_sheet {
  background-color: #E85577;
}
#confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_category.spec_sheet {
  background-color: #5593E8;
}
#confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_category.manual {
  background-color: #7EB74D;
}
#confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_category.other_materials {
  background-color: #333333;
}
#confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 140px);
  padding: 0 55px 0 40px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content {
    width: 100%;
    padding: 0px;
    align-items: normal;
    flex-flow: column-reverse;
  }
}
#confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content .download_list-item_title {
  max-width: calc(100% - 395px);
}
@media screen and (max-width: 767px) {
  #confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content .download_list-item_title {
    max-width: unset;
    margin-top: 5px;
  }
}
#confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content .download_list-item_title h3 {
  margin: 0;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content .download_list-item_title h3 {
    font-size: 16px;
  }
}
#confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content .download_list-item_tags {
  display: flex;
  flex-wrap: wrap;
  max-width: 350px;
  margin-left: 45px;
  gap: 10px;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  #confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content .download_list-item_tags {
    margin-left: 0;
    margin-top: 10px;
    gap: 5px;
    justify-content: left;
  }
}
#confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content .download_list-item_tags span {
  display: block;
  min-width: 80px;
  height: 24px;
  padding: 0px 12px;
  text-align: center;
  font-size: 14px;
  background-color: #CCCCCC;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  #confidential .download_list_wrapper .download_list .download_list-item .download_list-item_left .download_list-item_content .download_list-item_tags span {
    font-size: 12px;
    min-width: 60px;
    height: 20px;
    padding: 0px 10px;
    border-radius: 10px;
  }
}
#confidential .download_list_wrapper .download_list .download_list-item .download_list-item_icon {
  width: 45px;
  text-align: center;
}

/*----------▲▲ confidential ▲▲----------*/
/*----------▼▼ cost ▼▼----------*/
#price .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #price .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#price .--reverse {
  flex-flow: row-reverse;
}
#price .s-about__header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #price .s-about__header {
    margin-top: 40px;
  }
}
#price .c-flex__itemTitle {
  font-size: 26px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #price .c-flex-alone__image {
    margin-bottom: 40px;
  }
}

/*----------▲▲ cost ▲▲----------*/
/*----------▼▼ initial-cost ▼▼----------*/
#initial-cost .c-section.--padding--0 {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #initial-cost .c-section.--padding--0 {
    padding: 40px 0;
  }
}
#initial-cost .cost-type {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 84px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #initial-cost .cost-type {
    flex-flow: column;
    gap: 30px;
  }
}
#initial-cost .cost-type::after {
  content: "";
  display: block;
  width: 60px;
  height: 30px;
  background-color: #CCB034;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -60px;
  left: calc(50% - 30px);
}
#initial-cost .cost-type__item {
  width: calc((100% - 60px) / 3);
  height: auto;
  padding: 60px 40px;
  display: flex;
  flex-flow: column;
  align-items: center;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #initial-cost .cost-type__item {
    width: 100%;
  }
}
#initial-cost .cost-type__itemImage {
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 310px;
}
#initial-cost .cost-type__itemImage img {
  width: 200px;
  height: 200px;
  margin-bottom: 30px;
}
#initial-cost .cost-type__itemImage h3 {
  margin: 0;
  font-size: 16px;
}
#initial-cost .cost-type__itemText {
  line-height: 2.25;
}
#initial-cost .cost-type__itemText ul {
  margin-top: 40px;
}
#initial-cost .cost-type__itemText ul li {
  list-style: inside;
  margin-left: 18px;
}
#initial-cost .cost-type__item + .cost-type__item::before {
  content: "+";
  display: block;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  background-color: #CCB034;
  position: absolute;
  top: calc(50% - 30px);
  left: -45px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #initial-cost .cost-type__item + .cost-type__item::before {
    top: -45px;
    left: calc(50% - 30px);
  }
}
#initial-cost .cost-sum {
  text-align: center;
}
#initial-cost .cost-sum__box {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 25px;
  font-size: 14px;
  border: 2px solid #CCB034;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #initial-cost .cost-sum__box {
    margin-bottom: 50px;
  }
}
#initial-cost .cost-sum__boxTitle {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
#initial-cost .cost-sum__box .price {
  font-size: 36px;
  font-weight: bold;
  position: relative;
}
#initial-cost .cost-sum__box .price::after {
  content: "万円〜";
  display: block;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  right: -65%;
  bottom: 15%;
}
#initial-cost .cost-sum__box .note {
  position: absolute;
  bottom: -28px;
  right: -6px;
}
#initial-cost .cost-sum .c-flex__itemButton {
  margin-top: 30px;
}
#initial-cost .price-list {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #initial-cost .price-list {
    flex-flow: column;
    gap: 20px;
  }
}
#initial-cost .price-list .c-flex__itemButton {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  #initial-cost .price-list .c-flex__itemButton {
    width: 100%;
  }
}
#initial-cost .price-list .c-flex__itemButton .c-button__link {
  width: 100%;
}
#initial-cost .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #initial-cost .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#initial-cost .--reverse {
  flex-flow: row-reverse;
}
#initial-cost .s-about__header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #initial-cost .s-about__header {
    margin-top: 40px;
  }
}
#initial-cost .c-flex__itemTitle {
  font-size: 26px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #initial-cost .c-flex-alone__image {
    margin-bottom: 40px;
  }
}
#initial-cost .c-button-group {
  display: flex;
  flex-flow: column;
  gap: 20px;
  margin-top: 60px;
}
#initial-cost .c-button-group .c-button {
  margin: 0;
}
#initial-cost .c-button-group .c-button .c-button__link {
  width: 300px;
}

/*----------▲▲ initial-cost ▲▲----------*/
/*----------▼▼ cost-simulator ▼▼----------*/
#price-simulator .simulator-section {
  background-color: #333333;
  color: #FFFFFF;
}
#price-simulator .simulator-section .select-area {
  margin-top: 90px;
  text-align: center;
  counter-reset: category;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .select-area {
    margin-top: 30px;
  }
}
#price-simulator .simulator-section .select-area .select-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .select-area .select-category {
    flex-flow: column;
  }
}
#price-simulator .simulator-section .select-area .select-category + .select-category {
  margin-top: 60px;
}
#price-simulator .simulator-section .select-area .select-category .selection_title {
  width: 130px;
  height: 130px;
  background: #4b4b4b;
  border-radius: 100%;
  display: grid;
  place-items: center;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .select-area .select-category .selection_title {
    margin-right: 0;
  }
}
#price-simulator .simulator-section .select-area .select-category .selection_title .num {
  display: block;
  text-align: center;
}
#price-simulator .simulator-section .select-area .select-category .selection_title .num::after {
  counter-increment: category 1;
  content: "0" counter(category);
  font-weight: var(--font-weight-thin);
  font-size: 36px;
  color: #fff;
  line-height: 1;
}
#price-simulator .simulator-section .select-area .select-category .selection_title .title {
  display: block;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}
#price-simulator .simulator-section .select-area .select-category .selection-box_wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  width: calc(100% - 160px);
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .select-area .select-category .selection-box_wrapper {
    flex-flow: column;
    width: 100%;
    margin-top: 30px;
  }
}
#price-simulator .simulator-section .select-area .select-category .selection-box_wrapper .selection-box {
  position: relative;
  flex: 1;
}
#price-simulator .simulator-section .select-area .select-category .selection-box_wrapper .selection-box h3 {
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  font-size: 16px;
  color: #CCCCCC;
}
#price-simulator .simulator-section .select-area .select-category .selection-box_wrapper.column_2 .selection-box {
  width: calc((100% - 61px) / 2);
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .select-area .select-category .selection-box_wrapper.column_2 .selection-box {
    width: 100%;
    margin-top: 30px;
  }
}
#price-simulator .simulator-section .select-area .select-category .selection-box_wrapper .separator {
  width: 1px;
  height: 115px;
  background-color: #606060;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .select-area .select-category .selection-box_wrapper .separator {
    width: 200px;
    height: 1px;
  }
}
#price-simulator .simulator-section .select-area .select-category .choice-box_wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
}
#price-simulator .simulator-section .select-area .select-category .choice-box_wrapper .choice-box {
  display: flex;
  flex-flow: column;
  justify-content: center;
  border: 1px solid #707070;
  border-radius: 5px;
  flex: 1;
  height: 120px;
  cursor: pointer;
  transition: opacity 0.35s ease-out;
  position: relative;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .select-area .select-category .choice-box_wrapper .choice-box {
    width: calc((100% - 10px) / 2);
    flex: unset;
  }
}
#price-simulator .simulator-section .select-area .select-category .choice-box_wrapper .choice-box .from {
  font-size: 16px;
}
#price-simulator .simulator-section .select-area .select-category .choice-box_wrapper .choice-box .square-meter::after {
  content: "m²";
  position: absolute;
  font-size: 12px;
  top: 28px;
  right: 55px;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .select-area .select-category .choice-box_wrapper .choice-box .square-meter::after {
    top: 27px;
    right: 20px;
  }
}
#price-simulator .simulator-section .select-area .select-category .choice-box_wrapper .choice-box:hover {
  opacity: 0.5;
}
#price-simulator .simulator-section .select-area .select-category .choice-box_wrapper .choice-box.selected {
  border-color: #CCB034;
  color: #CCB034;
}
#price-simulator .simulator-section .select-area .select-category .choice-box_wrapper .choice-box.selected p {
  color: #CCB034;
}
#price-simulator .simulator-section .select-area .select-category .choice-box_wrapper .choice-box.selected:hover {
  opacity: 1;
  cursor: default;
}
#price-simulator .simulator-section .select-area .select-category .choice-box_wrapper .choice-box h4 {
  margin: 0;
  font-size: 24px;
}
#price-simulator .simulator-section .select-area .select-category .choice-box_wrapper .choice-box h4.size_20px {
  font-size: 20px;
}
#price-simulator .simulator-section .select-area .select-category .choice-box_wrapper .choice-box p {
  font-size: 14px;
  color: #CCCCCC;
}
#price-simulator .simulator-section .select-area .select-category .choice-box_wrapper.column_2 .choice-box {
  width: calc((100% - 10px) / 2);
  height: 90px;
  flex: auto;
}
#price-simulator .simulator-section .simulation-start {
  background-color: #606060;
  color: #CCCCCC;
  font-size: 24px;
  width: 60%;
  height: 80px;
  margin: 60px auto;
  display: block;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  border: none;
  position: relative;
}
#price-simulator .simulator-section .simulation-start::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 62px;
  right: calc(50% - 6px);
  background: url(../img/cost-simulator/button-arrow_inactive.svg) no-repeat center/contain;
}
#price-simulator .simulator-section .simulation-start:hover {
  opacity: 1;
  cursor: default;
}
#price-simulator .simulator-section .simulation-start.-active {
  background-color: #CAAE33;
  color: #FFFFFF;
}
#price-simulator .simulator-section .simulation-start.-active::after {
  background: url(../img/cost-simulator/button-arrow_active.svg) no-repeat center/contain;
}
#price-simulator .simulator-section .simulation-start.-active:hover {
  opacity: 0.5;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .simulation-start {
    width: 100%;
    font-size: 20px;
  }
}
#price-simulator .simulator-section .result-area {
  display: flex;
  flex-flow: column;
  gap: 30px;
}
#price-simulator .simulator-section .result-area .result-box {
  width: 100%;
  height: 155px;
  background-color: #4A4A4A;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: #9D9D9D;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .result-area .result-box {
    font-size: 14px;
    height: auto;
    min-height: 120px;
    flex-flow: column;
  }
}
#price-simulator .simulator-section .result-area .result-box.-active {
  background-color: #3B3B3B;
  border: 1px solid #707070;
  color: #FFFFFF;
}
#price-simulator .simulator-section .result-area .result-box.-active .result-number {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #CCB034;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .result-area .result-box.-active .result-number {
    margin-left: 0;
  }
}
#price-simulator .simulator-section .result-area .result-box.-active .result-number span {
  color: #3B3B3B;
  font-size: 30px;
  font-weight: var(--font-weight-thin);
  line-height: 1;
}
#price-simulator .simulator-section .result-area .result-box.-active .result-wrapper {
  display: flex;
  width: calc(100% - 250px);
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .result-area .result-box.-active .result-wrapper {
    flex-flow: column-reverse;
    width: 100%;
    gap: 10px;
    margin: 10px 0;
  }
}
#price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .criteria-box {
  width: calc(100% - 320px);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .criteria-box {
    width: 100%;
    padding: 0;
  }
}
#price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .criteria-box .criteria {
  display: flex;
  flex-flow: column;
  align-items: center;
}
#price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .criteria-box .criteria.building {
  width: 27%;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .criteria-box .criteria.building {
    width: 36%;
  }
}
#price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .criteria-box .criteria.insulation {
  width: 20%;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .criteria-box .criteria.insulation {
    width: 28%;
  }
}
#price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .criteria-box .criteria.region {
  width: 46%;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .criteria-box .criteria.region {
    width: 44%;
  }
}
#price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .criteria-box .criteria .criteria_label {
  font-size: 16px;
  color: #CCCCCC;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .criteria-box .criteria .criteria_label {
    font-size: 14px;
  }
}
#price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .criteria-box .criteria .criteria_selected {
  font-size: 32px;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .criteria-box .criteria .criteria_selected {
    font-size: 16px;
  }
}
#price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .criteria-box .criteria .criteria_selected .from {
  font-size: 14px;
  font-weight: normal;
  position: relative;
}
#price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .criteria-box .criteria .criteria_selected .from.square-meter::after {
  content: "m²";
  position: absolute;
  font-size: 14px;
  top: 8px;
  right: -62px;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .criteria-box .criteria .criteria_selected .from.square-meter::after {
    font-size: 12px;
    top: 3px;
    right: -39px;
  }
}
#price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .result {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 320px;
  height: 68px;
  font-size: 60px;
  font-weight: bold;
}
#price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .result .value {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 55px);
}
#price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .result .value .from {
  font-size: 30px;
  font-weight: normal;
}
#price-simulator .simulator-section .result-area .result-box.-active .result-wrapper .result .yen {
  width: 55px;
  font-weight: normal;
  font-size: 24px;
  align-self: end;
}
#price-simulator .simulator-section .result-area .result-box.-active .action {
  width: 145px;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .result-area .result-box.-active .action {
    position: relative;
    width: 100%;
  }
}
#price-simulator .simulator-section .result-area .result-box.-active .action .delete {
  width: 24px; /* 画像の幅 */
  height: 24px; /* 画像の高さ */
  background-image: url("../img/cost-simulator/delete.svg");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .result-area .result-box.-active .action .delete {
    position: absolute;
    top: -225px;
  }
}
#price-simulator .simulator-section .result-area .result-box.-active .action .quotation {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .result-area .result-box.-active .action .quotation {
    text-align: right;
    padding-right: 45px;
  }
}
#price-simulator .simulator-section .result-area .result-box.-active .action .quotation span {
  color: #CCB034;
  position: relative;
  width: 100%;
  display: block;
}
#price-simulator .simulator-section .result-area .result-box.-active .action .quotation span::after {
  content: "";
  display: block;
  width: 32px;
  height: 7px;
  min-width: 32px;
  background: url(../img/common/arrow-yellow.svg) no-repeat center/contain;
  position: absolute;
  right: 8px;
  top: calc(50% - 6px);
}
@media screen and (max-width: 767px) {
  #price-simulator .simulator-section .result-area .result-box.-active .action .quotation span::after {
    right: -40px;
    top: calc(50% - 5px);
  }
}

/*----------▲▲ cost-simulator ▲▲----------*/
/*----------▼▼ line-estimate ▼▼----------*/
#line .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #line .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#line .--reverse {
  flex-flow: row-reverse;
}
#line .s-about__header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #line .s-about__header {
    margin-top: 40px;
  }
}
#line .c-flex__itemTitle {
  font-size: 26px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #line .c-flex-alone__image {
    margin-bottom: 40px;
  }
}
#line .--width_500.c-flex-alone .c-flex-alone__detail {
  width: 570px;
  min-width: 570px;
}
@media screen and (max-width: 767px) {
  #line .--width_500.c-flex-alone .c-flex-alone__detail {
    width: 100%;
    min-width: unset;
  }
}
@media screen and (max-width: 767px) {
  #line .--width_500.c-flex-alone {
    display: flex;
    flex-flow: column-reverse;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
    width: 100%;
  }
}
#line .--width_500 .c-flex__imageWrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: calc(100% - 570px);
}
@media screen and (max-width: 767px) {
  #line .--width_500 .c-flex__imageWrapper {
    width: 100%;
    margin-top: 30px;
  }
}
#line .--width_500 .c-flex__imageWrapper .c-flex-alone__image {
  width: 100%;
  height: 200px;
}
#line .--width_500 .c-flex__imageWrapper .c-flex-alone__image img {
  -o-object-fit: contain;
     object-fit: contain;
}
#line .--width_500 .c-flex__imageWrapper .QR-link_button {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #line .--width_500 .c-flex__imageWrapper .QR-link_button {
    margin-top: 30px;
  }
}
#line .--width_500.c-flex.-list--inner .c-flex__itemText {
  margin-top: 0;
}

/*----------▲▲ line-estimate ▲▲----------*/
/*----------▼▼ complete ▼▼----------*/
#complete .s-about__block + .s-about__block {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #complete .s-about__block + .s-about__block {
    margin-top: 60px;
  }
}
#complete .--reverse {
  flex-flow: row-reverse;
}
#complete .--padding-top0 {
  padding-top: 0;
}
#complete .s-about__header {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #complete .s-about__header {
    margin-top: 40px;
  }
}
#complete .c-flex__itemTitle {
  font-size: 26px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #complete .c-flex-alone__image {
    margin-bottom: 40px;
  }
}
#complete .--width_500.c-flex-alone .c-flex-alone__detail {
  width: 650px;
  min-width: 650px;
}
@media screen and (max-width: 767px) {
  #complete .--width_500.c-flex-alone .c-flex-alone__detail {
    width: 100%;
    min-width: unset;
  }
}
@media screen and (max-width: 767px) {
  #complete .--width_500.c-flex-alone {
    display: flex;
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
    width: 100%;
  }
}
#complete .--width_500 .QR-link_button {
  margin-top: 30px;
}
#complete .--width_500 .c-flex__imageWrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: calc(100% - 650px);
}
@media screen and (max-width: 767px) {
  #complete .--width_500 .c-flex__imageWrapper {
    width: 100%;
    margin-top: 30px;
  }
}
#complete .--width_500 .c-flex__imageWrapper .c-flex-alone__image {
  width: 100%;
  height: 200px;
}
#complete .--width_500 .c-flex__imageWrapper .c-flex-alone__image img {
  -o-object-fit: contain;
     object-fit: contain;
}
#complete .--width_500.c-flex.-list--inner .c-flex__itemText {
  margin-top: 0;
}

/*----------▲▲ complete ▲▲----------*/
/*----------▼▼ request-complete ▼▼----------*/
#request-complete .password-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px auto;
}
@media screen and (max-width: 767px) {
  #request-complete .password-wrapper {
    flex-flow: column;
    gap: 20px;
  }
}
#request-complete .password-wrapper label {
  margin-right: 10px;
  font-weight: bold;
}
#request-complete #login-password {
  padding: 5px 10px;
  border: 2px solid #d6b343;
  border-radius: 5px;
  width: 40%;
  height: 50px;
  max-width: 400px;
  font-size: 16px;
  color: #333;
  margin-right: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #request-complete #login-password {
    width: 100%;
  }
}
#request-complete .copy-button {
  background-color: #333;
  color: #fff;
  border: none;
  height: 40px;
  width: 120px;
  border-radius: 20px;
  padding: 8px 15px;
  cursor: pointer;
  font-size: 14px;
}
#request-complete .copy-button:hover {
  background-color: #444;
}
#request-complete .c-button {
  text-align: center;
}

/*----------▲▲ request-complete ▲▲----------*/
/*----------▼▼ faqDetail-list ▼▼----------*/
#faqDetail-list .s-faqDetail-list .s-list__categoryLink {
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#faqDetail-list .s-faqDetail-list .s-list__categoryLink .name {
  margin-top: 0;
}
#faqDetail-list .s-faqDetail-list .s-list__categoryList {
  grid-template-columns: repeat(auto-fit, 196px);
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #faqDetail-list .s-faqDetail-list .s-list__categoryList {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*----------▲▲ faqDetail-list ▲▲----------*/
