@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

main {
  background-color: white;
  color: #231815;
}

.mv {
  background-image: url("../img/title-bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 19.1666666667vw;
  min-height: 230px;
}
@media screen and (max-width: 768px) {
  .mv {
    min-height: 67px;
  }
}
.mv h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 555px;
}
@media screen and (max-width: 768px) {
  .mv h2 {
    width: clamp(83px, 68vw, 280px);
  }
}

.wrap {
  max-width: 935px;
  margin: 0 auto;
  padding: 46px 25px;
}
@media screen and (max-width: 768px) {
  .wrap {
    padding: 20px 25px;
    max-width: 500px;
  }
}

.ank ul {
  display: flex;
  justify-content: center;
  gap: 18px;
}
.ank ul li {
  border-top: 1px solid #AAA171;
  border-bottom: 1px solid #AAA171;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
}
.ank ul li a {
  display: block;
  padding: 12px 0;
  color: #AAA171;
  font-family: "EB Garamond", serif;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ank ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(10px, 2.0833333333vw, 13px);
    padding: 0.4em 0;
    width: 78px;
    line-height: 1.2em;
  }
}
.ank ul li:nth-child(2) a {
  letter-spacing: 0;
}

.hh {
  padding-top: 97.7px;
  margin-top: -97.7px;
}
@media screen and (max-width: 999px) {
  .hh {
    padding-top: 54.89px;
    margin-top: -54.89px;
  }
}

.st {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .st {
    margin-bottom: 50px;
  }
}
.st .section-wrap {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .st .section-wrap {
    padding-top: 48px;
  }
}
.st .section-wrap .title-box {
  margin-bottom: 51px;
}
@media screen and (max-width: 768px) {
  .st .section-wrap .title-box {
    margin-bottom: 20px;
  }
}
.st .section-wrap .title-box h3 {
  width: 271px;
  margin: 0 auto 38px;
}
@media screen and (max-width: 768px) {
  .st .section-wrap .title-box h3 {
    width: 142px;
    margin-bottom: 34px;
  }
}
.st .section-wrap .title-box p {
  font-size: 21px;
  letter-spacing: 0.24em;
  text-align: center;
  color: #4D4D4D;
}
@media screen and (max-width: 768px) {
  .st .section-wrap .title-box p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.09em;
  }
}
.st .section-wrap .el {
  margin-bottom: 28px;
}
.st .section-wrap .el h4 {
  background-color: #D9DBD6;
  text-align: center;
  line-height: 35px;
  font-size: 21px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .st .section-wrap .el h4 {
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.st .section-wrap .el dl {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .st .section-wrap .el dl {
    flex-direction: column;
    align-items: center;
  }
}
.st .section-wrap .el.design dl div dt {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .st .section-wrap .el.design dl div dt {
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: center;
  }
}
.st .section-wrap .el.design dl div dd {
  font-size: 14px;
  letter-spacing: 0.075em;
  line-height: 21px;
}
.st .section-wrap .el.design dl div dd figure figcaption {
  font-size: 10px;
  line-height: 12px;
  margin-top: 10px;
}
.st .section-wrap .el.design dl div dd figure.st01 {
  width: 284px;
  margin: 32px auto 0;
}
@media screen and (max-width: 768px) {
  .st .section-wrap .el.design dl div dd figure.st01 {
    width: 58%;
    margin-top: 10px;
  }
}
.st .section-wrap .el.design dl div dd figure.st02 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .st .section-wrap .el.design dl div dd figure.st02 {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
  }
  .st .section-wrap .el.design dl div dd figure.st02 figcaption {
    padding-right: 3.6em;
    font-size: 8px;
    line-height: 11px;
    letter-spacing: 0;
    padding-right: 4.6em;
  }
  .st .section-wrap .el.design dl div dd figure.st02::after {
    content: "";
    background-image: url("../img/n.jpg");
    background-size: cover;
    width: 2.6em;
    height: 2.6em;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.st .section-wrap .el.design dl div.item01 {
  width: 50%;
}
.st .section-wrap .el.design dl div.item02 {
  width: 45%;
}
.st .section-wrap .el.structure dl {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .st .section-wrap .el.structure dl {
    margin-top: 26px;
  }
}
.st .section-wrap .el.structure dl dt {
  line-height: 1.375em;
  font-size: clamp(13px, 1.7112299465vw, 16px);
  letter-spacing: 0.04em;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .st .section-wrap .el.structure dl dt {
    font-size: 14px;
    line-height: 25px;
  }
}
.st .section-wrap .el.structure dl dd {
  font-size: clamp(10px, 1.4973262032vw, 14px);
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .st .section-wrap .el.structure dl dd {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.025em;
  }
}
.st .section-wrap .el.structure dl dd figure {
  margin-top: 20px;
}
.st .section-wrap .el.structure dl .item01 {
  width: 592px;
}
.st .section-wrap .el.structure dl .item01 dt {
  border: 1px solid #4C4948;
}
.st .section-wrap .el.structure dl .item01 dt span {
  display: inline-block;
  text-align: center;
  background-color: #4C4948;
  margin-right: 5px;
  width: 25px;
  color: white;
}
.st .section-wrap .el.structure dl .item01 dd {
  margin-top: 10px;
}
.st .section-wrap .el.structure dl .item01 dd span {
  font-size: 10px;
  letter-spacing: 0;
}
.st .section-wrap .el.structure dl .item01 dd .flex-box {
  margin-top: 15px;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .st .section-wrap .el.structure dl .item01 dd .flex-box {
    flex-direction: column;
    margin-top: 10px;
    gap: 30px;
  }
}
.st .section-wrap .el.structure dl .item01 dd .flex-box figure {
  margin: 0;
}
.st .section-wrap .el.structure dl .item02 {
  width: 236px;
  border: 1px solid #4C4948;
}
.st .section-wrap .el.structure dl .item02 dt {
  border-bottom: 1px solid #4C4948;
  text-align: center;
}
.st .section-wrap .el.structure dl .item02 dd {
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  .st .section-wrap .el.design dl div, .st .section-wrap .el.structure dl div {
    width: 100% !important;
  }
}

.qu .section-wrap {
  padding-top: 80px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .qu .section-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.qu .section-wrap .title-box {
  margin-bottom: 51px;
}
@media screen and (max-width: 768px) {
  .qu .section-wrap .title-box {
    margin-bottom: 20px;
  }
}
.qu .section-wrap .title-box h3 {
  width: 427px;
  margin: 0 auto 38px;
}
@media screen and (max-width: 768px) {
  .qu .section-wrap .title-box h3 {
    width: 224px;
    margin-bottom: 34px;
  }
}
.qu .section-wrap .title-box p {
  font-size: 21px;
  letter-spacing: 0.24em;
  text-align: center;
  color: #4D4D4D;
}
@media screen and (max-width: 768px) {
  .qu .section-wrap .title-box p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.09em;
  }
}
.qu .flex-parent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 20px;
}
@media screen and (max-width: 768px) {
  .qu .flex-parent {
    gap: 20px;
  }
}
.qu .flex-parent .parent {
  width: 100%;
}
.qu .flex-parent .parent.w50 {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .qu .flex-parent .parent.w50 {
    width: 100%;
  }
}
.qu .flex-parent .parent dt {
  background-color: #D9DBD6;
  line-height: 35px;
  text-align: center;
  font-size: 21px;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .qu .flex-parent .parent dt {
    font-size: 14px;
    line-height: 25px;
  }
}
.qu .flex-parent .parent dd {
  margin-top: 10px;
  font-size: 14px;
  line-height: 21px;
}
@media screen and (max-width: 768px) {
  .qu .flex-parent .parent dd {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.025em;
  }
}
.qu .flex-parent .parent dd span {
  display: block;
  font-size: clamp(14px, 1.8390804598vw, 16px);
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .qu .flex-parent .parent dd span {
    font-size: 12px;
    text-align: center;
  }
}
.qu .flex-parent .parent .flex-box {
  display: flex;
}
.qu .flex-parent .parent.icons .flex-box {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .qu .flex-parent .parent.icons .flex-box {
    flex-direction: column;
  }
}
.qu .flex-parent .parent.icons .flex-box dd {
  width: 27%;
  margin-top: 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .qu .flex-parent .parent.icons .flex-box dd {
    width: 100%;
    font-size: 11px;
    line-height: 14px;
  }
}
.qu .flex-parent .parent.icons .flex-box dd figure {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .qu .flex-parent .parent.icons .flex-box dd figure {
    width: 70%;
    margin: 0 auto 8px;
  }
}
.qu .flex-parent .parent.icons .flex-box ul {
  width: 70.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px 0;
}
@media screen and (max-width: 768px) {
  .qu .flex-parent .parent.icons .flex-box ul {
    width: 100%;
    justify-content: space-between;
    margin-top: 15px;
    gap: 15px 0;
  }
}
.qu .flex-parent .parent.icons .flex-box ul li {
  width: 33.3333333333%;
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .qu .flex-parent .parent.icons .flex-box ul li {
    width: 48%;
  }
}
.qu .flex-parent .parent.icons .flex-box ul li figure {
  width: 44px;
}
.qu .flex-parent .parent.icons .flex-box ul li dl {
  width: 153px;
}
.qu .flex-parent .parent.icons .flex-box ul li dl dt {
  background-color: white;
  font-size: clamp(10px, 1.3978494624vw, 13px);
  letter-spacing: 0.1em;
  text-align: left;
  line-height: normal;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .qu .flex-parent .parent.icons .flex-box ul li dl dt {
    font-size: clamp(10px, 2.8571428571vw, 13px);
    font-weight: 600;
    color: #99905E;
    letter-spacing: 0;
  }
}
.qu .flex-parent .parent.icons .flex-box ul li dl dd {
  font-size: clamp(8px, 1.1290322581vw, 10.5px);
  line-height: 1.33em;
  width: 100%;
  letter-spacing: 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .qu .flex-parent .parent.icons .flex-box ul li dl dd {
    font-size: clamp(7px, 2vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .qu .flex-parent .parent.defect .flex-box {
    flex-direction: column;
    gap: 13px;
  }
}
.qu .flex-parent .parent.defect .flex-box .right figure:first-of-type {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .qu .flex-parent .parent.defect .flex-box .right figure:first-of-type {
    margin-bottom: 10px;
  }
}
.qu .flex-parent .parent.defect .flex-box.bottom {
  justify-content: space-between;
  margin-top: 10px;
  gap: 10px;
}
.qu .flex-parent .parent.defect .flex-box.bottom h5 {
  border: 1px solid #3E3A39;
  color: #595757;
  width: 198px;
  font-size: clamp(11px, 1.6129032258vw, 15px);
  line-height: 1.4em;
  padding-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .qu .flex-parent .parent.defect .flex-box.bottom h5 {
    width: 100%;
    text-align: center;
    height: 40px;
    display: flex;
    justify-content: center;
  }
}
.qu .flex-parent .parent.defect .flex-box.bottom dl {
  width: 76.5%;
}
@media screen and (max-width: 768px) {
  .qu .flex-parent .parent.defect .flex-box.bottom dl {
    width: 100%;
  }
}
.qu .flex-parent .parent.defect .flex-box.bottom dl div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .qu .flex-parent .parent.defect .flex-box.bottom dl div {
    flex-direction: column;
  }
}
.qu .flex-parent .parent.defect .flex-box.bottom dl div:first-of-type {
  margin-bottom: 5px;
  align-items: center;
}
.qu .flex-parent .parent.defect .flex-box.bottom dl div:first-of-type dt {
  line-height: 25px !important;
}
.qu .flex-parent .parent.defect .flex-box.bottom dl div dt {
  width: 18%;
  background-color: unset;
  border: 1px solid #3E3A39;
  font-size: clamp(11px, 1.5053763441vw, 14px);
  color: #656565;
  line-height: 1.28em;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .qu .flex-parent .parent.defect .flex-box.bottom dl div dt {
    width: 100%;
    line-height: 25px;
    letter-spacing: 0.3em;
  }
}
.qu .flex-parent .parent.defect .flex-box.bottom dl div dd {
  width: 80%;
  font-size: clamp(11px, 1.3978494624vw, 13px);
  line-height: 1.23em;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .qu .flex-parent .parent.defect .flex-box.bottom dl div dd {
    width: 100%;
  }
}
.qu .flex-parent .parent.defect .flex-box.bottom dl div dd span {
  font-size: 10px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .qu .flex-parent .parent.defect .flex-box.bottom dl div dd span {
    display: inline;
    font-size: 9px;
  }
}
.qu .flex-parent .parent:last-of-type figure {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .qu .flex-parent .parent:last-of-type dd {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.025em;
  }
}

.se .section-wrap {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .se .section-wrap {
    padding-top: 50px;
  }
}
.se .section-wrap .title-box {
  margin-bottom: 51px;
}
@media screen and (max-width: 768px) {
  .se .section-wrap .title-box {
    margin-bottom: 20px;
  }
}
.se .section-wrap .title-box h3 {
  width: 230px;
  margin: 0 auto 38px;
}
@media screen and (max-width: 768px) {
  .se .section-wrap .title-box h3 {
    width: 120px;
    margin-bottom: 34px;
  }
}
.se .section-wrap .title-box p {
  font-size: 21px;
  letter-spacing: 0.24em;
  text-align: center;
  color: #4D4D4D;
}
@media screen and (max-width: 768px) {
  .se .section-wrap .title-box p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.09em;
  }
}
.se .section-wrap .gray {
  margin-bottom: 48px;
}
.se .section-wrap .gray dt {
  text-align: center;
  background-color: #D9DBD6;
  color: #231815;
  line-height: 35px;
  font-size: 21px;
  letter-spacing: 0.35em;
  margin-bottom: 10px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .se .section-wrap .gray dt {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 25px;
  }
}
.se .section-wrap .gray dd {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 21px;
}
@media screen and (max-width: 768px) {
  .se .section-wrap .gray dd {
    letter-spacing: 0.025em;
  }
}
.se .section-wrap .gray dd figure {
  margin-top: 20px;
}
.se .section-wrap ul li {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .se .section-wrap ul li {
    margin-bottom: 20px;
  }
}
.se .section-wrap ul li h4 {
  text-align: center;
  line-height: 35px;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  color: white;
}
@media screen and (max-width: 768px) {
  .se .section-wrap ul li h4 {
    line-height: 21px;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
.se .section-wrap ul li.blue h4 {
  background-color: #AFC7E0;
}
.se .section-wrap ul li.blue p {
  text-align: center;
  color: #6181A4;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .se .section-wrap ul li.blue p {
    font-size: 12px;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }
}
.se .section-wrap ul li.blue .flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 10px;
}
@media screen and (max-width: 768px) {
  .se .section-wrap ul li.blue .flex-box {
    flex-direction: column;
  }
}
.se .section-wrap ul li.blue .flex-box div {
  width: 48%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .se .section-wrap ul li.blue .flex-box div {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.se .section-wrap ul li.blue .flex-box div figure {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .se .section-wrap ul li.blue .flex-box div figure {
    width: 100%;
    margin-bottom: 10px;
  }
}
.se .section-wrap ul li.blue .flex-box div dl {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .se .section-wrap ul li.blue .flex-box div dl {
    width: 72%;
  }
}
.se .section-wrap ul li.blue .flex-box div dl dt {
  color: #6181A4;
  font-size: clamp(12px, 1.5909090909vw, 14px);
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .se .section-wrap ul li.blue .flex-box div dl dt {
    text-align: center;
    font-size: 14px;
  }
}
.se .section-wrap ul li.blue .flex-box div dl dd {
  font-size: clamp(12px, 1.5909090909vw, 14px);
  letter-spacing: 0.025em;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .se .section-wrap ul li.blue .flex-box div dl dd {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.05em;
  }
}
.se .section-wrap ul li.green h4 {
  background-color: #BDD4A3;
}
.se .section-wrap ul li.green .flex-box {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .se .section-wrap ul li.green .flex-box {
    flex-direction: column;
  }
}
.se .section-wrap ul li.green .flex-box .left h5, .se .section-wrap ul li.green .flex-box .right h5 {
  color: #88A767;
  font-size: 21px;
  letter-spacing: 0.35em;
  border-bottom: 1px solid #3E3A39;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .se .section-wrap ul li.green .flex-box .left h5, .se .section-wrap ul li.green .flex-box .right h5 {
    text-align: center;
    font-size: 14px;
  }
}
.se .section-wrap ul li.green .flex-box .left {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .se .section-wrap ul li.green .flex-box .left {
    width: 100%;
  }
}
.se .section-wrap ul li.green .flex-box .left dl dt {
  color: #88A767;
  font-size: clamp(13px, 1.7621145374vw, 16px);
}
@media screen and (max-width: 768px) {
  .se .section-wrap ul li.green .flex-box .left dl dt {
    text-align: center;
    font-size: 14px;
  }
}
.se .section-wrap ul li.green .flex-box .left dl dd {
  margin-top: 10px;
  font-size: clamp(12px, 1.5418502203vw, 14px);
  line-height: 1.5em;
}
.se .section-wrap ul li.green .flex-box .left dl dd figure {
  margin-top: 10px;
}
.se .section-wrap ul li.green .flex-box .right {
  width: 57%;
}
@media screen and (max-width: 768px) {
  .se .section-wrap ul li.green .flex-box .right {
    width: 100%;
  }
}
.se .section-wrap ul li.green .flex-box .right dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .se .section-wrap ul li.green .flex-box .right dl {
    flex-direction: column;
    align-items: center;
  }
}
.se .section-wrap ul li.green .flex-box .right dl div {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .se .section-wrap ul li.green .flex-box .right dl div {
    width: 66%;
  }
}
.se .section-wrap ul li.green .flex-box .right dl div dt {
  font-size: clamp(11.8px, 1.4317180617vw, 14px);
  color: #88A767;
}
@media screen and (max-width: 768px) {
  .se .section-wrap ul li.green .flex-box .right dl div dt {
    font-size: 12px;
  }
}
.se .section-wrap ul li.green .flex-box .right dl div dd {
  font-size: clamp(11.8px, 1.4317180617vw, 14px);
  margin-top: 10px;
  line-height: 1.5em;
  display: flex;
  gap: 3px;
}
@media screen and (max-width: 768px) {
  .se .section-wrap ul li.green .flex-box .right dl div dd {
    font-size: 11px;
    line-height: 14px;
    gap: 5px;
    padding-bottom: 10px;
  }
}
.se .section-wrap ul li.green .flex-box .right dl div dd span {
  display: inline-flex;
  width: 80%;
}
.se .section-wrap ul li.green .flex-box .right dl div dd figure img {
  width: 40px;
}
@media screen and (max-width: 768px) {
  .se .section-wrap ul li.green .flex-box .right dl div:not(:last-of-type) dd {
    border-bottom: 1px solid #727171;
  }
}
.se .section-wrap ul li.pink h4 {
  background-color: #DEB3B3;
  margin-bottom: 35px;
}
.se .section-wrap ul li.pink .flex-box {
  display: flex;
  max-width: 512px;
  margin: 0 auto;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .se .section-wrap ul li.pink .flex-box {
    gap: 8px;
  }
}
.se .section-wrap ul li.pink dl {
  margin: 20px 0;
}
.se .section-wrap ul li.pink dl dt {
  text-align: center;
  color: #C78083;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .se .section-wrap ul li.pink dl dt {
    margin-bottom: 10px;
  }
}
.se .section-wrap ul li.pink dl dd {
  font-size: 14px;
  line-height: 21px;
  max-width: 710px;
  margin: 0 auto;
}
.se .section-wrap ul li.pink ul {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .se .section-wrap ul li.pink ul {
    flex-direction: column;
    align-items: center;
  }
}
.se .section-wrap ul li.pink ul li {
  width: 211px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .se .section-wrap ul li.pink ul li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .se .section-wrap ul li.pink ul li figure {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .se .section-wrap ul li.pink ul li figure img {
    width: 70%;
  }
}
.se .section-wrap ul li.pink ul li figure figcaption {
  font-size: 14px;
  line-height: 21px;
  text-align: left;
}
.se .section-wrap ul li.pink ul li figure figcaption span {
  color: #C78083;
  display: block;
  text-align: center;
  margin: 10px 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .se .section-wrap ul li.yellow {
    margin-bottom: 25px;
  }
}
.se .section-wrap ul li.yellow h4 {
  background-color: #DAC992;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .se .section-wrap ul li.yellow figure {
    width: 200px;
    margin: 0 auto;
  }
}

.notes p {
  font-size: 10px;
  letter-spacing: 0.012em;
  line-height: 12px;
}

.entry {
  padding: 40px 0 58px;
}
@media screen and (max-width: 999px) {
  .entry {
    background-color: white;
    padding: 0 0 27px;
  }
}/*# sourceMappingURL=structure.css.map */