@charset "UTF-8";
@import url("global.css");
.introduction {
  position: relative;
  margin-bottom: 80px;
}
.introduction .image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  left: 0;
  border-radius: 2px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.introduction .image img {
  object-position: top center;
}
.introduction .wrapper {
  display: flex;
  align-items: center;
}
.introduction .wrapper::before {
  content: "";
  display: block;
  height: 600px;
  width: 0;
}
.introduction .text {
  width: 50%;
  box-sizing: border-box;
  padding-left: 60px;
  margin-left: auto;
}
.introduction .text .catch {
  font-size: clamp(16px, 3vw, 26px);
  margin-bottom: 40px;
}
.introduction .text .catch strong {
  display: block;
  font-size: 1.5em;
  text-decoration-color: #CFB29D;
  text-decoration-line: underline;
  text-decoration-thickness: 12px;
  text-underline-offset: -3px;
  text-decoration-skip-ink: none;
  word-break: keep-all;
}
.introduction .text p + p {
  margin-top: 20px;
}

.section {
  display: flex;
  gap: 50px;
  border-top: #B09F94 1px solid;
  padding: 0 5px 150px;
}
.section .sectitle {
  width: 17%;
  flex-shrink: 0;
  min-width: 200px;
  padding-top: 80px;
}
.section .sectitle .title {
  position: sticky;
  top: 120px;
  line-height: 1;
}
.section .sectitle .title span {
  display: block;
}
.section .sectitle .title .ja {
  font-size: 18px;
}
.section .sectitle .title .ja strong {
  display: block;
  font-size: 3.5em;
  letter-spacing: .2em;
  margin-block: 10px 15px;
}
.section .sectitle .title .en {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: #B09F94;
  font-size: 28px;
  font-family: "Vollkorn", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.section .sectitle .title .en::after {
  content: "";
  background-color: #B09F94;
  display: block;
  flex-grow: 1;
  margin-left: 15px;
  height: 1px;
}
.section .secmain {
  flex-grow: 1;
}
.section .subsec {
  padding-block: 70px;
}
.section .subsec:last-of-type {
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .section {
    display: block;
  }
}

#method .subsec {
  display: flex;
  gap: min(60px,3.5vw);
  flex-direction: row-reverse;
  border-top: #BEBEBE 1px solid;
}
#method .subsec:first-child {
  border: none;
}
#method .subsec .image {
  width: 400px;
  max-width: 40%;
  aspect-ratio: 4 / 3;
  flex-shrink: 0;
  border-radius: 5px;
  overflow: hidden;
}
#method .subsec .image:has(.multiply) {
  aspect-ratio: inherit;
}
#method .subsec .image .multiply {
  mix-blend-mode: multiply;
}
#method .subsec .main {
  flex-grow: 1;
}
#method .subsec .main .title {
  font-size: min(32px,3.5vw);
  font-weight: 700;
  margin-bottom: 45px;
  word-break: keep-all;
}
#method .subsec .main .catch {
  font-size: 1.3em;
  margin-bottom: 25px;
  width: fit-content;
  line-height: 1;
  position: relative;
}
#method .subsec .main .catch::before {
  content: "";
  background-color: #fff;
  position: absolute;
  z-index: -1;
  inset: -.1em;
}
#method .subsec .main .subimage {
  margin-top: 40px;
  display: flex;
  gap: min(40px,3vw);
}
#method .subsec .main .subimage p {
  border-radius: 5px;
  overflow: hidden;
}

#performance .subsec .title {
  font-size: min(30px,4.2vw);
  text-decoration-color: #CFB29D;
  text-decoration-line: underline;
  text-decoration-thickness: 12px;
  text-underline-offset: -3px;
  text-decoratin-skip-ink: none;
  letter-spacing: .1em;
  margin-bottom: 30px;
}
#performance .subsec .title strong {
  font-size: 1.25em;
  font-weight: 700;
}
#performance .subsec dl {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 50px;
  margin-left: 15px;
}
#performance .subsec dl dt {
  position: relative;
  color: #fff;
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 700;
  width: 80px;
  text-align: center;
}
#performance .subsec dl dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding-top: 160%;
  border-radius: 100%;
  z-index: -1;
  translate: 0 -50%;
  rotate: 45deg;
}
#performance .subsec dl:first-of-type dt::before {
  background-color: #CFB29D;
}
#performance .subsec dl:nth-of-type(2) dt::before {
  background-color: #A5B29C;
}
#performance .subsec dl:nth-of-type(3) dt::before {
  background-color: #709DA3;
}
#performance #dannetsu {
  background: url("../img/bg_texture_pink.jpg") repeat center;
  border-radius: 5px;
  position: relative;
  padding: 50px 10px 50px 90px;
  margin: 40px 0 0 50px;
}
#performance #dannetsu .h {
  position: absolute;
  top: 60px;
  left: -30px;
  font-size: 21px;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 1.4;
  letter-spacing: .1em;
  line-height: 1.5;
}
#performance #dannetsu .h span {
  font-size: 1.7em;
  display: block;
  padding-top: 15px;
}
#performance #dannetsu ul {
  display: flex;
}
#performance #dannetsu ul li {
  flex: 1;
  padding-inline: min(35px,4vw);
  position: relative;
}
#performance #dannetsu ul li::after {
  content: "";
  display: block;
  background-color: #fff;
  opacity: .7;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
#performance #dannetsu ul li:last-of-type::after {
  display: none;
}
#performance #dannetsu ul li .pointtitle {
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: .1em;
  font-size: min(24px,3vw);
  font-weight: 700;
}
#performance #dannetsu ul li .pointtitle span {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #362929;
  border-radius: 100px;
  color: #fff;
  line-height: 50px;
  margin: 0 auto -5px;
  font-weight: normal;
  font-size: 36px;
  font-family: "Vollkorn", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#performance #dannetsu ul li .text {
  font-size: .9em;
  margin-bottom: 20px;
}
#performance #dannetsu ul li .image {
  aspect-ratio: 3 / 2;
  border-radius: 3px;
  overflow: hidden;
}

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

 Responsive-Breakpoint-1 ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  .section {
    border: none;
  }
  .section .sectitle {
    width: auto;
    padding-top: 0;
  }
  .section .sectitle .title .ja strong {
    font-size: 3em;
  }
  .section .sectitle .title .en {
    margin-bottom: 25px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .introduction .wrapper::before {
    height: 500px;
  }
  .introduction .text {
    padding-left: 6vw;
  }
  .introduction .text p + p {
    margin-top: 1em;
  }

  .section {
    display: flex;
    border-top: #B09F94 1px solid;
    padding: 0 0 100px;
    gap: 4vw;
  }
  .section .sectitle {
    width: 160px;
    padding-top: 80px;
    min-width: inherit;
  }
  .section .sectitle .title .ja {
    font-size: 14px;
  }
  .section .sectitle .title .en {
    font-size: 21px;
  }
  .section .subsec {
    padding-block: 60px;
  }

  #method .subsec {
    display: block;
  }
  #method .subsec .image {
    width: auto;
    max-width: 600px;
    margin-bottom: 30px;
    aspect-ratio: 3 / 2;
  }
  #method .subsec .main .title {
    margin-bottom: 20px;
  }
  #method .subsec .main .catch {
    margin-bottom: 20px;
  }

  #performance .subsec {
    padding-bottom: 0;
  }
  #performance .subsec .title {
    margin-bottom: 30px;
  }
  #performance .subsec dl {
    gap: 35px;
    margin-top: 30px;
    margin-left: 10px;
  }
  #performance #dannetsu {
    padding: 1px 30px 50px 70px;
    margin: 30px 0 0 20px;
  }
  #performance #dannetsu .h {
    top: 30px;
    left: -24px;
    font-size: 18px;
  }
  #performance #dannetsu ul {
    display: block;
  }
  #performance #dannetsu ul li {
    padding-inline: 0;
    margin-top: 35px;
  }
  #performance #dannetsu ul li::after {
    display: none;
  }
  #performance #dannetsu ul li .pointtitle {
    margin-bottom: 5px;
  }
  #performance #dannetsu ul li .text {
    margin-bottom: 15px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .introduction {
    margin-bottom: 50px;
  }
  .introduction .image {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: 0;
    margin: 0 5vw 20px 0;
  }
  .introduction .wrapper {
    display: block;
  }
  .introduction .wrapper::before {
    display: none;
  }
  .introduction .text {
    width: auto;
    padding-left: 0;
  }
  .introduction .text .catch {
    margin-bottom: 25px;
    text-align: center;
  }

  .section {
    display: block;
    border-top: none;
    padding: 0 0 70px;
  }
  .section .sectitle {
    width: auto;
    padding-top: 0;
  }
  .section .sectitle .title {
    text-align: center;
  }
  .section .sectitle .title .ja {
    font-size: 15px;
  }
  .section .sectitle .title .ja strong {
    font-size: 2.7em;
    margin-block: 10px;
  }
  .section .sectitle .title .en {
    margin-bottom: 20px;
  }
  .section .sectitle .title .en::before {
    content: "";
    background-color: #B09F94;
    display: block;
    flex-grow: 1;
    margin-right: 15px;
    height: 1px;
  }
  .section .sectitle .title .en::after {
    margin-left: 15px;
  }
  .section .subsec {
    padding-block: 40px;
  }

  #method .subsec .image {
    max-width: none;
    margin: 0 30px 20px;
    border-radius: 4px;
  }
  #method .subsec .image:has(.multiply) {
    max-width: 280px;
  }
  #method .subsec .main .title {
    font-size: min(24px,5.2vw);
    text-align: center;
    margin-bottom: 10px;
  }
  #method .subsec .main .catch {
    font-size: 1.2em;
    margin: 0 auto 25px;
  }
  #method .subsec .main .subimage {
    margin-top: 30px;
  }
  #method .subsec .main .subimage p {
    border-radius: 4px;
  }

  #performance .subsec .title {
    text-align: center;
    font-size: min(24px,5.2vw);
    text-decoration-thickness: 10px;
    margin-bottom: 30px;
  }
  #performance .subsec dl {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
    margin-inline: 5px;
  }
  #performance .subsec dl dt {
    font-size: 21px;
    width: 70px;
  }
  #performance .subsec dl:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  #performance #dannetsu {
    padding: 5px 20px 40px 60px;
    margin: 30px 0 0 20px;
  }
  #performance #dannetsu .h {
    top: 30px;
    left: -22px;
    font-size: 16px;
  }
  #performance #dannetsu .h span {
    font-size: 1.6em;
    padding-top: 10px;
  }
  #performance #dannetsu ul li {
    margin-top: 25px;
  }
  #performance #dannetsu ul li .pointtitle {
    margin-bottom: 4px;
    font-size: min(24px,5.2vw);
  }
  #performance #dannetsu ul li .pointtitle span {
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto -6px;
    font-size: 32px;
  }
  #performance #dannetsu ul li .text {
    margin-bottom: 12px;
  }

  .wrapper:has(#performance) {
    overflow: hidden;
  }
}

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