@import url("global.css");
.introduction {
  display: flex;
  align-items: flex-start;
  gap: min(60px,4vw);
  margin-bottom: 100px;
}
.introduction img {
  border-radius: var(--radius);
}
.introduction .main {
  width: 50%;
  min-width: 440px;
  flex-shrink: 0;
}
.introduction .main .catch {
  font-size: min(30px,2.4vw);
  line-height: 1.7;
  margin-bottom: 20px;
}
.introduction .main .subimage {
  margin: 80px 0 0 auto;
  width: 310px;
  max-width: 60%;
}
.introduction .image {
  aspect-ratio: 3 / 2;
}

.section {
  --secradius: calc(var(--radius) * 1.5);
  margin-inline: max(0px,calc(((100% - 1400px) / 2 ) - 7vw));
  position: relative;
}
.section + .section {
  margin-top: 120px;
}
.section .wrapper {
  display: flex;
  gap: min(6vw,115px);
}
.section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 110px;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--secradius);
  background-color: #F1F0E7;
}
.section .titleblock {
  max-width: 28%;
  width: 370px;
  padding-right: min(6vw,115px);
  flex-shrink: 0;
  padding-block: 100px 100px;
  position: relative;
}
.section .titleblock::before {
  content: "";
  position: absolute;
  top: calc(110px - var(--secradius));
  right: calc(var(--secradius) * -1);
  background: transparent;
  width: var(--secradius);
  height: var(--secradius);
  border-bottom-left-radius: var(--secradius);
  box-shadow: calc(var(--secradius) * .4 * -1) calc(var(--secradius) * .4) 0 calc(var(--secradius) * .4) #F1F0E7;
}
.section .titleblock::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -7vw;
  right: 0;
  bottom: 0;
  border-radius: var(--secradius);
  background-color: #F1F0E7;
}
.section .titleblock .sectitle {
  position: sticky;
  top: 160px;
}
.section .titleblock .sectitle .title {
  line-height: 1.5;
  margin-bottom: 35px;
}
.section .titleblock .sectitle .title .ja {
  display: block;
  font-size: min(40px,3vw);
  margin-bottom: 12px;
}
.section .titleblock .sectitle .title .en {
  color: #639A70;
  letter-spacing: .1em;
  font-size: 13px;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
}
.section .mainblock {
  flex-grow: 1;
  padding-block: 150px 50px;
}
.section .mainblock .item {
  padding-block: 50px;
}
.section .mainblock .item + .item {
  border-top: #8E8E8E 1px dashed;
}
.section .mainblock .item .title {
  color: #639A70;
  font-size: min(26px,2.5vw);
  margin-bottom: 20px;
  line-height: 1.7;
}
.section .mainblock .item .title span {
  display: block;
  font-size: 16px;
}

#warranty .image {
  max-width: 532px;
  margin: 0 auto 40px;
}
#warranty ul.guaranty {
  margin-top: 35px;
  display: flex;
  gap: min(50px,3.3vw);
}
#warranty ul.guaranty li {
  flex: 1;
}
#warranty ul.guaranty li .icon {
  max-width: 120px;
  margin: 0 auto 15px;
}
#warranty ul.guaranty li h5 {
  text-align: center;
  line-height: 1.5;
  color: #639A70;
  font-size: min(16px,1.6vw);
  font-weight: 700;
  margin-bottom: 8px;
}
#warranty ul.guaranty li h5 span {
  display: block;
}
#warranty ul.guaranty li p {
  font-size: min(14px,1.36vw);
}

#maintenance .image {
  display: flex;
  gap: 32px;
  margin-bottom: 25px;
}
#maintenance .image div {
  flex: 1;
}
#maintenance .image div img {
  border-radius: var(--radius);
}
#maintenance .expert {
  margin-top: 50px;
  background-color: #E5E0CE;
  padding: 35px 40px;
  border-radius: var(--radius);
  display: flex;
  flex-direction: row-reverse;
  gap: min(50px,4vw);
}
#maintenance .expert .staff {
  width: 170px;
  flex-shrink: 0;
}
#maintenance .expert .staff img {
  border-radius: calc(var(--radius) / 4 * 3);
}
#maintenance .expert .h {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
}
#maintenance .expert p:not([class]) {
  font-size: 15px;
}
#maintenance .expert strong {
  color: #639A70;
  font-weight: 700;
  padding-inline: 3px;
}
#maintenance .waclass {
  display: flex;
  gap: 40px;
  flex-direction: row-reverse;
}
#maintenance .waclass figure {
  width: 130px;
  flex-shrink: 0;
  margin-top: -10px;
}

.workshop {
  margin-top: 120px;
  border: #eee 4px solid;
  border-radius: var(--radius);
  padding: 70px min(80px,5vw);
  position: relative;
}
.workshop::before {
  content: "";
  width: 116px;
  height: 66px;
  background: url("../img/support/icon-worksshop.png") no-repeat center center/contain;
  position: absolute;
  top: -28px;
  left: 80px;
}
.workshop .title {
  font-size: min(28px,5vw);
  line-height: 1.5;
  margin-bottom: 20px;
}
.workshop .title strong {
  padding-inline: 3px;
  color: #639A70;
}
.workshop .title br {
  display: none;
}
.workshop .imageblock {
  max-width: 820px;
  margin: 45px auto 0;
  gap: 15px;
  display: grid;
  grid-template-columns: 66% 1fr;
  grid-template-rows: 1fr 1fr;
}
.workshop .imageblock .image img {
  border-radius: var(--radius);
}
.workshop .imageblock .image:first-of-type {
  grid-column: 1;
  grid-row: 1 / 3;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  .section .wrapper {
    gap: 3.5vw;
  }
  .section .titleblock {
    padding-right: 3.5vw;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .introduction {
    display: block;
    margin-bottom: 60px;
  }
  .introduction .main {
    width: auto;
  }
  .introduction .main .catch {
    font-size: min(22px,4.6vw);
    margin-bottom: 25px;
  }
  .introduction .main .subimage {
    margin: 30px 0 0 auto;
    max-width: 35%;
    position: relative;
    z-index: 1;
  }
  .introduction .image {
    width: 60%;
    margin-top: -10vw;
  }

  .section + .section {
    margin-top: 70px;
  }
  .section .wrapper {
    display: block;
  }
  .section::before {
    top: 60px;
    border-radius: 0;
  }
  .section .titleblock {
    max-width: none;
    width: auto;
    padding-right: 0;
    padding-block: 55px 40px;
  }
  .section .titleblock::before {
    top: calc(60px - var(--secradius));
    right: calc(50% + var(--secradius) * -1);
  }
  .section .titleblock::after {
    left: -5vw;
    right: 50%;
    border-top-left-radius: 0;
  }
  .section .titleblock .sectitle {
    position: static;
  }
  .section .titleblock .sectitle .title {
    margin-bottom: 30px;
  }
  .section .titleblock .sectitle .title .ja {
    font-size: min(26px,5.7vw);
    margin-bottom: 5px;
  }
  .section .titleblock .sectitle .title .en {
    font-size: 12px;
  }
  .section .mainblock {
    padding-block: 0 10px;
  }
  .section .mainblock .item {
    border-top: #8E8E8E 1px dashed;
    padding-block: 50px;
  }
  .section .mainblock .item .title {
    font-size: min(23px,5.2vw);
    margin-bottom: 20px;
  }
  .section .mainblock .item .title span {
    font-size: 15px;
  }

  #warranty .image {
    margin-bottom: 30px;
  }
  #warranty ul.guaranty {
    gap: 4vw;
  }
  #warranty ul.guaranty li h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  #warranty ul.guaranty li p {
    font-size: 13px;
  }

  .workshop {
    margin-top: 90px;
    padding-bottom: 60px;
  }
  .workshop::before {
    left: 7vw;
  }
  .workshop .title {
    font-size: min(26px,3.4vw);
    margin-bottom: 25px;
  }
  .workshop .imageblock {
    margin-top: 40px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .introduction {
    margin-bottom: 50px;
  }
  .introduction .main {
    width: auto;
    min-width: inherit;
  }
  .introduction .main .catch {
    margin-bottom: 20px;
  }
  .introduction .main p:not([class]) br {
    display: none;
  }
  .introduction .main .subimage {
    margin: 20px 0 0 auto;
  }

  .section + .section {
    margin-top: 60px;
  }
  .section::before {
    top: 50px;
  }
  .section .titleblock {
    padding-block: 45px 35px;
  }
  .section .titleblock::before {
    top: calc(50px - var(--secradius));
    right: calc(40% + var(--secradius) * -1);
  }
  .section .titleblock::after {
    right: 40%;
  }
  .section .titleblock .sectitle .title {
    margin-bottom: 30px;
  }
  .section .titleblock .sectitle .title .ja {
    margin-bottom: 8px;
  }
  .section .titleblock .sectitle .title .en {
    font-size: 11px;
  }
  .section .mainblock .item {
    padding-block: 40px;
  }
  .section .mainblock .item .title span {
    font-size: 13px;
  }

  #warranty .image {
    margin: 0 auto 25px;
  }
  #warranty ul.guaranty {
    margin-top: 30px;
  }
  #warranty ul.guaranty li h5 {
    font-size: min(16px,2.9vw);
    font-weight: 700;
    letter-spacing: 0;
    margin-inline: -8px;
  }
  #warranty ul.guaranty li p {
    font-size: 12px;
  }

  #maintenance .image {
    gap: 4vw;
    margin-bottom: 20px;
  }
  #maintenance .expert {
    margin-top: 40px;
    padding: 40px 5vw;
    display: block;
  }
  #maintenance .expert .staff {
    width: 55%;
    margin: 0 auto 20px;
    aspect-ratio: 1 / 1;
  }
  #maintenance .expert .h {
    font-size: 17px;
    text-align: center;
  }
  #maintenance .expert p:not([class]) {
    font-size: 14px;
  }
  #maintenance .expert strong {
    padding-inline: 2px;
  }
  #maintenance .waclass {
    gap: 5vw;
  }
  #maintenance .waclass figure {
    width: 80px;
    margin-top: -5px;
  }

  .workshop {
    margin-top: 60px;
    padding-block: 50px 40px;
  }
  .workshop::before {
    width: 90px;
    height: 52px;
    top: -23px;
  }
  .workshop .title {
    font-size: min(26px,4.9vw);
    line-height: 1.8;
  }
  .workshop .title strong {
    padding-inline: 2px;
  }
  .workshop .title br {
    display: block;
  }
  .workshop .imageblock {
    margin: 35px auto 0;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr max-content;
  }
  .workshop .imageblock .image:first-of-type {
    grid-column: 1 / 3;
    grid-row: 1;
    aspect-ratio: 3 / 2;
  }
}

/*# sourceMappingURL=support.css.map */
