
/* sec01 */
.sec01 .box {
  background-color: #f5f5f5;
  border-radius: 32px;
  padding: 3em;
}
.sec01 .example {
  margin-top: 4em;
  padding: 4vw;
  border: 2px solid var(--color-theme-primary);
  border-radius: 32px;
}
.thumbnail img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.sec01 .box dl {
  width: fit-content;
  margin: 0 auto;
}
.sec01 .box dt {
  font-weight: 600;
  margin-bottom: .5em;
  font-size: 20px;
  letter-spacing: 3px;
}
.sec01 .box dd {
  padding-left: 1.5em;
  position: relative;
  line-height: 1.5;
  margin-top: 5px;
  font-weight: 500;
}
.sec01 .box dd::before {
  content: "";
  display: block;
  width: 1em;
  height: 1.5em;
  position: absolute;
  left: 0;
  top: -4px;
  background-image: url(../images/arrow_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec01 .col_2 {
  position: relative;
}
.sec01 .illust01 {
  position: absolute;
  left: 50%;
  bottom: -5em;
  display: block;
  max-width: 100%;
  height: auto;
  transform: translateX(-50%);
  z-index: 2;
}
.sec01 .box06 {
  margin-top: 7em;
  width: 100%;
}
.sec01 .box06 .box_title {
  width: fit-content;
  margin: -5em auto 0;
  background-color: #fff;
  border: 2px solid #222;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 2em;
  font-weight: 500;
}
.sec01 .box06 .box_title p {
  margin-right: 1em;
  font-size: 18px;
}
.sec01 .box06 .box_title h3 {
  font-size: clamp(1.125rem, 0.903rem + 1.11vw, 1.875rem);
  letter-spacing: 3px;
}
.sec01 .box06 .box_title h3 span {
  color: var(--color-theme-primary);
}
.sec01 .box06 .flexbox {
  align-items: center;
  justify-content: center;
  gap: 2em;
}
.sec01 .box06 .thumbnail {
  order: 2;
}
.sec01 .box06 dl {
  letter-spacing: 3px;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}
.sec01 .box06 dd::before {
  margin-right: 30px;
}
.sec01 .box06 .thumbnail {
  margin-top: -1em;
}
.sec01 .box01,
.sec01 .box02,
.sec01 .box03,
.sec01 .box04 {
  position: relative;
}
.sec01 .box01::after,
.sec01 .box02::after,
.sec01 .box03::after,
.sec01 .box04::before,
.sec01 .box04::after,
.sec01 .box05::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
}

.sec01 .box01::after,
.sec01 .box02::after {
  background-image: url(../../works/images/ceramics/icon_arrow_01.png);
  background-size: 70px 45px;
  right: 0;
  top: 50%;
  width: 70px;
  height: 45px;
  transform: translate(75%, -50%);
  z-index: 2;
}
.sec01 .box04::before {
  background-image: url(../../works/images/ceramics/icon_arrow_02.png);
  background-size: 70px 45px;
  left: 50%;
  top: 0;
  width: 70px;
  height: 45px;
  transform: translate(75%, -50%);
  z-index: 2;
}
.sec01 .box04::after {
  background-image: url(../../works/images/ceramics/icon_arrow_03.png);
  background-size: 70px 45px;
  right: 0;
  top: 50%;
  width: 70px;
  height: 45px;
  transform: translate(75%, -50%);
  z-index: 2;
}


/* sec02 */
.sec02 .example {
  margin-top: 4em;
}
.sec02 .example .scroll {
  min-width: 960px;
  overflow-x: scroll;
}
.sec02 .example table {
  border-radius: 32px;
  border-spacing: 0;
  min-width: 960px;
  width: 100%;
  table-layout: fixed;
}
.sec02 .example table th,
.sec02 .example table td {
  border-left: 2px solid var(--color-theme-primary);
  border-bottom: 2px solid var(--color-theme-primary);
  text-align: center;
  vertical-align: middle;
  padding: 2em;
}
.sec02 .example table td {
  font-weight: 500;
  font-size: 14px;
}
.sec02 .example table td img {
  margin-top: 10px;
}
.sec02 .example table thead th {
  background-color: var(--color-theme-primary);
  color: #fff;
}
.sec02 .example table thead th:nth-child(1) {
  border-top-left-radius: 32px;
}
.sec02 .example table thead th:nth-child(4) {
  border-top-right-radius: 32px;
}
.sec02 .example table thead th:nth-child(4),
.sec02 .example table tbody td:nth-child(4) {
  border-right: 2px solid var(--color-theme-primary);
}
.sec02 .example table tbody th {
  background-color: #f5f5f5;
}
.sec02 .example table tbody tr:last-child th:nth-child(1) {
  border-bottom-left-radius: 32px;
}
.sec02 .example table tbody tr:last-child td:nth-child(4) {
  border-bottom-right-radius: 32px;
}

.sec02 blockquote {
  quotes: "“" "”"; /* 引用符の指定 */
}
.sec02 blockquote::before {
  content: open-quote;
  font-size: 180px;
  font-family: serif;
  vertical-align: top;
  line-height: 1;
  margin-right: 16px;
  color: var(--color-theme-primary);
}
.sec02 blockquote::after {
  content: close-quote;
  font-size: 180px;
  font-family: serif;
  vertical-align: top;
  line-height: 1;
  margin-left: 16px;
  color: var(--color-theme-primary);
}
.sec02 .example .thumbnail img {
  max-width: 840px;
}
.sec02 blockquote + p {}
.sec02 blockquote + p a {
  color: var(--color-theme-primary);
}

/* sec03 */
.sec03 .example {
  margin-top: 4em;
}
.sec03 .example h3 {
  color: var(--color-theme-primary);
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(1.125rem, 0.977rem + 0.74vw, 1.625rem);
  font-weight: 500;
}
.sec03 .example h3::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-theme-primary);
  bottom: 2px;
  left: 0;
}
.sec03 .example .flexbox {
  margin-top: 6em;
}
.sec03 .example .flexbox .box_inner {
  border-radius: 32px;
  border: 2px solid var(--color-theme-primary);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.sec03 .example .flexbox .box_inner .thumbnail {
  width: 100%;
  text-align: center;
  padding-top: 3em;
}
.sec03 .example .flexbox .box_inner .thumbnail img {
  max-width: 100%;
  height: auto;
}
.sec03 .example .flexbox .box_inner dl {
  padding: 2em;
}
.sec03 .example .box .page {
  color: var(--color-theme-primary);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-top: -60px;
}
.sec03 .example .box .page span {
  font-size: 32px;
}
.sec03 .example .flexbox .box_inner dt {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1em;
}


/* sec04 */
.sec04 .flexbox {
  margin-top: 4em;
}
.sec04 .box {
  background-color: #fff;
  border: 2px solid var(--color-theme-primary);
  border-radius: 32px;
  display: flex;
  position: relative;
}
.sec04 .box .box_inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 3em;
}
.sec04 .box .num {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: -1px;
  background-color: var(--color-theme-accent);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.sec04 .box dl {
  background-color: var(--color-theme-primary);
  color: #fff;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.sec04 .box .thumbnail {
  text-align: center;
  margin: 1em 0 0;
}
.sec04 .box .thumbnail img {
  max-width: 100%;
  height: auto;
}
.sec04 .box .text_01 {
  text-align: center;
  color: var(--color-theme-primary);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5em;
}
.sec04 .box .text_02 {
  text-align: center;
  font-weight: 500;
}
.sec04 .box dl {
  margin-top: 2em;
  padding: 2em;
  flex: 1;
}
.sec04 .box dt {
  text-align: center;
  font-weight: 500;
  position: relative;
  width: fit-content;
  margin: 0 auto 1em;
  font-size: 18px;
}
.sec04 .box dt::before {
  content: "";
  display: block;
  width: 2px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #fff;
  transform: translate(-1em, -50%) rotate(-30deg);
}
.sec04 .box dt::after {
  content: "";
  display: block;
  width: 2px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #fff;
  transform: translate(1em, -50%) rotate(30deg);
}
.sec04 .box dd {
  padding-left: 1em;
  text-indent: -1em;
}



@media screen and (max-width: 767px) {
  #page_title {
    padding: 0 0 4vw;
  }
  .sec02 .example .scroll {
    min-width: auto;
    overflow-x: scroll;
  }
  .sec01 .flexbox {
    gap: 16px;
  }
  .sec01 .box {
    padding: 2em;
  }
  .sec01 .box dl {
    padding: 0 1em 1.5em;
  }
  .sec01 .box dt {
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 16px;
    margin-bottom: .5em;
  }
  .sec01 .box dd {
    font-size: 12px;
    padding-left: 1.2em;
  }
  .sec01 .box dd::before {
    content: "●";
    background-image: none;
    font-size: 1em;
    top: 0;
    color: var(--color-theme-primary);
  }
  .sec01 .example,
  .sec02 .example {
    margin-top: 2em;
    background-color: #fff;
    position: relative;
  }
  .sec01 .box06 .box_title {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .sec01 .box06 .box_title h3 {
    white-space: nowrap;
  }
  .sec02 .example table td {
    padding: 1em;
  }
  .sec03 .flexbox.col_4 {
    gap: 4em;
  }
  .sec01 .box {
    border-radius: 16px;
  }
  .sec04 .box .text_01,
  .sec04 .box .text_02 {
    padding: 0 2em;
  }
  .sec01 .box01,
  .sec01 .box02 {
    width: calc(calc(100% - 16px) / 2);
    padding: 0;
  }
  .sec01 .box01 .thumbnail,
  .sec01 .box02 .thumbnail {
    width: 100%;
    height: auto;
    padding: 1.5em 0 0;
    text-align: center;
  }
  .sec01 .box01 .thumbnail img,
  .sec01 .box02 .thumbnail img,
  .sec01 .box03 .thumbnail img {
    width: 110px;
    height: auto;
  }
  .sec01 .box01::after, .sec01 .box02::after {
    background-size: 40px 26px;
    width: 40px;
    height: 26px;
    transform: translate(-50%, 20px) rotate(90deg);
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
  }
  .sec01 .box03 {
    padding: 2em 1em 0;
  }
  .sec01 .box03 dl {
    margin: 0 auto;
  }
  .sec01 .box04::before, {
    background-image: url(../../works/images/ceramics/icon_arrow_04.png);
    background-size: 26px 40px;
    width: 26px;
    height: 40px;
  }
  .sec01 .box04 {
    margin-top: 1em;
    padding: 2em 1em 0;
  }
  .sec01 .box04::before {
    background-image: url(../../works/images/ceramics/icon_arrow_04.png);
    background-size: 26px 40px;
    width: 26px;
    height: 40px;
    transform: translate(-50%, 0);
    top: -27px;
  }
  .sec01 .box04::after {
    background-image: url(../../works/images/ceramics/icon_arrow_04.png);
    background-size: 26px 40px;
    width: 26px;
    height: 40px;
    transform: translate(-50%, 0);
    top: auto;
    bottom: -27px;
    left: 50%;
    right: auto;
  }
  .sec01 .box04 dl {
    padding: 0 0 1.5em;
    padding: 0 0 1.5em;
  }
  .sec01 .illust01 {
    bottom: -7em;
    width: 210px;
  }
  .sec01 .box06 {
    margin-top: 12em;
  }
  .sec01 .box06 dd {
    font-size: 16px;
    margin-top: 0;
  }
  .sec01 .box06 dl {
    letter-spacing: 0;
    font-weight: 500;
    margin-top: 1em;
    font-size: 20px;
    padding: 1em 0 1.5em;
  }
  .sec01 .box06 .thumbnail {
    margin-top: -2em;
  }

  .sec02 .example .thumbnail img {
    max-width: 400px;
    width: 80%;
  }
  .sec02 blockquote::before,
  .sec02 blockquote::after {
    font-size: 30px;
    margin: 0;
  }
  .sec02 blockquote + p {
    font-size: 14px;
  }
  .sec04 .example {
    margin-top: 5em;
  }
  .sec04 .example .box + .box{
    margin-top: 1em;
  }
}