@charset "UTF-8";
/* CSS Document - 当サイトTOPデザインに準拠 */
/* TOPと共通: mixin の :root（--base-color, --gold, --gold2, --light-brown, --brown2, --brown-text, --sub-font, --en-font）を使用 */
.pankuzu {
  margin-top: 0;
  padding: 16rem 0 0;
  position: relative;
}
@media all and (min-width: 897px) and (max-width: 1340px) {
  .pankuzu {
    padding-top: 10rem;
  }
}
@media all and (max-width: 896px) {
  .pankuzu {
    padding-top: 8rem;
  }
}
.pankuzu ul {
  max-width: 1100px;
  margin: 0 auto;
}
@media all and (min-width: 897px) and (max-width: 1340px) {
  .pankuzu ul {
    width: 100%;
    padding: 0 5rem;
  }
}
@media all and (max-width: 896px) {
  .pankuzu ul {
    width: 100%;
    padding: 0 3rem;
  }
}
.pankuzu ul li {
  font-size: 1.2rem;
  display: inline-block;
  letter-spacing: 2.5px;
}
@media all and (max-width: 896px) {
  .pankuzu ul li {
    font-size: 1rem;
  }
}
.pankuzu ul li a {
  color: var(--base-color);
}
.pankuzu ul li:not(:last-of-type):after {
  content: "＞";
  margin-left: 0.5em;
}

/*pankuzu*/
.comAnchorBox ul {
  margin: 0 auto;
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.comAnchorBox ul li {
  width: 48%;
  margin-bottom: 1rem;
}
.comAnchorBox ul li a {
  border-bottom: 1px solid;
  display: block;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  padding: 12px 20px 12px 0;
  position: relative;
}
.comAnchorBox ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--base-color);
  border-right: 1px solid var(--base-color);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media all and (max-width: 896px) {
  .comAnchorBox ul {
    display: block;
    width: auto;
  }
  .comAnchorBox ul li {
    width: 100%;
    margin-bottom: 1rem;
  }
  .comAnchorBox ul li:last-child {
    margin-bottom: 0;
  }
  .comAnchorBox ul li a {
    background-position: right 2px center;
    font-size: 1.2rem;
    padding: 9px 20px 8px 0;
  }
}

/*comAnchorBox*/
main {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  z-index: 0;
  background-repeat: repeat;
  background-position: center top;
}
@media all and (max-width: 896px) {
  main {
    background-size: 1000px auto;
    background-position: right top;
  }
}
main:before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  z-index: -1;
}
main a:hover {
  opacity: 0.5;
}
main h1 {
  text-align: center;
  margin-block: 10rem 3rem;
}
@media all and (max-width: 896px) {
  main h1 {
    margin-block: 6rem 0;
  }
}
main h1 .en {
  display: block;
  font-family: var(--mincho);
  font-size: 8rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 3rem;
  letter-spacing: -0.06rem;
  color: var(--base-color);
}
@media all and (max-width: 896px) {
  main h1 .en {
    font-size: 3.5rem;
    margin-bottom: 1rem;
  }
}
main h1 .jp {
  display: block;
  font-family: var(--sub-font);
  color: var(--blue2);
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media all and (max-width: 896px) {
  main h1 .jp {
    font-size: 1.4rem;
  }
}
main section:not([class]) {
  display: block;
  margin: 0 auto;
  padding: 7rem 0 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1100px;
}
@media all and (min-width: 897px) and (max-width: 1340px) {
  main section:not([class]) {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media all and (max-width: 896px) {
  main section:not([class]) {
    width: 100%;
    padding: 5rem 2.5rem 0;
    margin: 0;
  }
}
main section:not([class]):not(:has(~ section:not([class]))) {
  padding-bottom: 15rem;
}
@media all and (max-width: 896px) {
  main section:not([class]):not(:has(~ section:not([class]))) {
    padding-bottom: 7.5rem;
  }
}
main section:not([class]) > *:last-child {
  margin-bottom: 0 !important;
}
main section:not([class]) > *:first-child {
  margin-top: 0 !important;
}
main section:not([class]) * {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
main section:not([class]) h2 + *, main section:not([class]) h3 + *, main section:not([class]) h4 + *, main section:not([class]) h5 + *, main section:not([class]) h6 + * {
  margin-top: 0 !important;
}
main section:not([class]) h2 + img, main section:not([class]) h3 + img {
  display: block;
  width: 100%;
  margin: 4rem auto;
}
@media all and (max-width: 896px) {
  main section:not([class]) h2 + img, main section:not([class]) h3 + img {
    margin: 1.8rem 0;
  }
}
main section:not([class]) h2:not([class]) {
  font-weight: 500;
  font-size: 3.3rem;
  font-family: YakuHanMP, var(--mincho);
  line-height: 1.6;
  background: var(--blue2);
  color: var(--white);
  text-align: center;
  margin: 0 0 4rem;
  padding: 0.5em 1em;
}
@media all and (max-width: 896px) {
  main section:not([class]) h2:not([class]) {
    font-size: 1.9rem;
    margin: 6rem 0 2.5rem;
    border-radius: 0.75rem;
  }
}
main section:not([class]) h3:not([class]) {
  color: var(--blue2);
  font-weight: 600;
  font-size: 2.8rem;
  font-family: YakuHanMP, var(--sub-font);
  margin: 8rem 0 3rem;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--gold2);
}
@media all and (max-width: 896px) {
  main section:not([class]) h3:not([class]) {
    font-size: 2rem;
    margin: 5rem 0 2rem;
  }
}
main section:not([class]) h4:not([class]) {
  font-size: 2.3rem;
  font-weight: 500;
  font-family: YakuHanMP, var(--sub-font);
  color: var(--base-color);
  letter-spacing: 0.1em;
  margin: 5rem 0 3rem;
  padding: 0.5em 1em;
  background-color: var(--blue3);
  border-radius: 10px;
}
@media all and (max-width: 896px) {
  main section:not([class]) h4:not([class]) {
    font-size: 1.8rem;
    margin: 4rem 0 2rem;
  }
}
main section:not([class]) h5:not([class]) {
  font-size: 2.3rem;
  font-weight: 600;
  font-family: YakuHanMP, var(--sub-font);
  color: var(--blue2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3rem 0 0.5em;
  line-height: 2;
}
@media all and (max-width: 896px) {
  main section:not([class]) h5:not([class]) {
    font-size: 1.7rem;
    margin: 3rem 0 1rem;
    line-height: 1.5;
  }
}
main section:not([class]) .comBtn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 5.5rem;
  padding: 0.5rem 4rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5rem;
  background: var(--grey2);
}
main section:not([class]) .comBtn a .sub {
  display: inline-block;
  padding-right: 2.3rem;
  text-align: left;
  background: url(../img/common/btn001.webp) no-repeat right center/0.7rem;
  color: var(--white);
  font-family: var(--mincho);
  font-weight: 500;
  font-size: 1.6rem;
}
main section:not([class]) h2 .subtitle, main section:not([class]) h3 .subtitle, main section:not([class]) h4 .subtitle, main section:not([class]) h5 .subtitle, main section:not([class]) h6 .subtitle {
  font-size: 2rem;
}
@media all and (max-width: 896px) {
  main section:not([class]) h2 .subtitle, main section:not([class]) h3 .subtitle, main section:not([class]) h4 .subtitle, main section:not([class]) h5 .subtitle, main section:not([class]) h6 .subtitle {
    font-size: 1.35rem;
  }
}
main section:not([class]) p {
  text-align: justify;
  margin-bottom: 1em;
  line-height: 2.5;
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  main section:not([class]) p {
    font-size: 1.45rem;
  }
}
main section:not([class]) p strong {
  font-weight: 700;
  color: var(--red);
}
main section:not([class]) p small {
  font-size: 0.85em;
}
main section:not([class]) p + .comBtn {
  margin: 4rem 0;
}
main section:not([class]) p > a {
  border-bottom: 1px solid;
}
main section:not([class]) dd {
  text-align: justify;
  /*margin-bottom: 1em;*/
  line-height: 2.5;
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  main section:not([class]) dd {
    font-size: 1.45rem;
  }
}
main section:not([class]) dd strong {
  font-weight: 700;
  color: var(--red);
}
main section:not([class]) dd small {
  font-size: 0.85em;
}
main section:not([class]) dd + .comBtn {
  margin: 4rem 0;
}
main section:not([class]) dd > a {
  border-bottom: 1px solid;
}
main section:not([class]) img {
  border-radius: 10px;
}
@media all and (max-width: 896px) {
  main section:not([class]) img {
    border-radius: 1rem;
  }
}
main section:not([class]) * > small {
  font-size: 0.65em;
}
main section:not([class]) .comBtn {
  margin-inline: auto;
  margin-top: 3rem;
  text-align: center;
}
@media all and (max-width: 896px) {
  main section:not([class]) .comBtn {
    max-width: 100%;
  }
}
main section:not([class]) .comBtn + .comBtn {
  margin-top: 5rem;
}
@media all and (max-width: 896px) {
  main section:not([class]) .comBtn + .comBtn {
    margin-top: 5vw;
  }
}
main section:not([class]) img + p, main section:not([class]) a + p {
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  main section:not([class]) img + p, main section:not([class]) a + p {
    margin-top: 3vw;
  }
}
main section:not([class]) .imgBox {
  position: relative;
  margin-bottom: 4rem;
}
main section:not([class]) .imgBox::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 90%);
  -webkit-filter: contrast(60%);
          filter: contrast(60%);
  content: "";
  border-radius: 10px;
}
main section:not([class]) .imgBox img {
  width: 100%;
}
main section:not([class]) .imgBox .imgTxt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 2.8rem 1rem;
  z-index: 1;
  color: var(--white);
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.24rem;
}
@media all and (max-width: 896px) {
  main section:not([class]) .imgBox .imgTxt {
    padding: 1.8rem 1rem;
  }
}
main section:not([class]) .imgBox .imgTxt p {
  font-weight: 500;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media all and (max-width: 896px) {
  main section:not([class]) .imgBox .imgTxt p {
    font-size: 1.9rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
main section:not([class]) .imgBox .imgTxt span.sml {
  font-size: 2.5rem;
}
@media all and (max-width: 896px) {
  main section:not([class]) .imgBox .imgTxt span.sml {
    font-size: 1.3rem;
  }
}
main section:not([class]) .side-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px 0;
}
@media all and (max-width: 896px) {
  main section:not([class]) .side-img {
    margin: 8vw 0;
  }
}
main section:not([class]) .side-img .content {
  width: 55%;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 896px) {
  main section:not([class]) .side-img .content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main section:not([class]) .side-img .content.sonomama {
    width: 45%;
  }
}
main section:not([class]) .side-img .content > *:first-child {
  margin-top: 0;
}
main section:not([class]) .side-img .content > *:last-child {
  margin-bottom: 0;
}
main section:not([class]) .side-img .img {
  width: 40%;
}
@media all and (max-width: 896px) {
  main section:not([class]) .side-img .img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 5vw;
  }
}
main section:not([class]) .side-img .img img:nth-child(2) {
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  main section:not([class]) .side-img .img img:nth-child(2) {
    display: none;
  }
}
main section:not([class]) .side-img.img-small .img {
  width: 250px;
}
@media all and (max-width: 896px) {
  main section:not([class]) .side-img.img-small .img {
    width: 100%;
  }
}
main section:not([class]) .side-img.img-small .content {
  width: calc(100% - 300px);
}
@media all and (max-width: 896px) {
  main section:not([class]) .side-img.img-small .content {
    width: 100%;
  }
}
main section:not([class]) .side-img .half {
  width: calc(50% - 20px);
  margin-bottom: 0px;
}
@media all and (max-width: 896px) {
  main section:not([class]) .side-img .half {
    width: 100%;
    margin-bottom: 10vw;
  }
}
main section:not([class]) .side-img .half:nth-child(n+3) {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  main section:not([class]) .side-img .half:nth-child(n+3) {
    margin-top: 0;
  }
}
@media all and (max-width: 896px) {
  main section:not([class]) .side-img .half:last-child {
    margin-bottom: 0;
  }
}
main section:not([class]) .side-img .half > *:first-child {
  margin-top: 0 !important;
}
main section:not([class]) .side-img .half > *:last-child {
  margin-bottom: 0 !important;
}
main section:not([class]) .side-img .half.sonomama {
  margin-bottom: 0;
}
@media all and (max-width: 896px) {
  main section:not([class]) .side-img .half.sonomama {
    width: calc(50% - 5px);
  }
}
main section:not([class]) .side-img .half.sonomama p span {
  color: var(--base-color);
}
main section:not([class]) .side-img .half.sonomama:nth-child(2) {
  text-align: right;
}
main section:not([class]) .side-img .three-column {
  margin-bottom: 0;
  width: calc(33.3333333333% - 30px);
}
@media all and (max-width: 896px) {
  main section:not([class]) .side-img .three-column {
    width: 100%;
    margin-bottom: 10vw;
  }
}
main section:not([class]) .side-img .three-column:nth-child(n+4) {
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  main section:not([class]) .side-img .three-column:nth-child(n+4) {
    margin-top: 0;
  }
}
@media all and (max-width: 896px) {
  main section:not([class]) .side-img .three-column:last-child {
    margin-bottom: 0;
  }
}
main section:not([class]) .side-img .three-column > *:first-child {
  margin-top: 0 !important;
}
main section:not([class]) .side-img .three-column > *:last-child {
  margin-bottom: 0 !important;
}
main section:not([class]) .side-img .three-column img + p {
  margin-top: 15px;
  text-align: center;
}
main section:not([class]) .side-img .four-column {
  margin-bottom: 0;
  width: calc(25% - 30px);
}
@media all and (max-width: 896px) {
  main section:not([class]) .side-img .four-column {
    width: calc(50% - 10px);
    margin-bottom: 5vw;
  }
  main section:not([class]) .side-img .four-column:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
main section:not([class]) .side-img .four-column:nth-child(n+5) {
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  main section:not([class]) .side-img .four-column:nth-child(n+5) {
    margin-top: 0;
  }
}
@media all and (max-width: 896px) {
  main section:not([class]) .side-img .four-column:last-child {
    margin-bottom: 0;
  }
}
main section:not([class]) .side-img .four-column > *:first-child {
  margin-top: 0 !important;
}
main section:not([class]) .side-img .four-column > *:last-child {
  margin-bottom: 0 !important;
}
main section:not([class]) .side-img .four-column img + p {
  margin-top: 15px;
  text-align: center;
}
main section:not([class]) {
  /*.side-img*/
  /* 画像＋左上円形ラベル（side-img内・100%幅どちらでも正円＋文字バランス） */
}
main section:not([class]) .img-with-circle {
  position: relative;
  display: block;
  /*margin: 4rem 0;*/
  container-type: inline-size;
  container-name: img-circle;
}
@media all and (max-width: 896px) {
  main section:not([class]) .img-with-circle {
    margin: 1.8rem 0;
  }
}
main section:not([class]) .img-with-circle img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media all and (max-width: 896px) {
  main section:not([class]) .img-with-circle img {
    border-radius: 1rem;
  }
}
main section:not([class]) .circle-label {
  position: absolute;
  top: -5%;
  left: -5%;
  z-index: 2;
  width: 30%;
  height: 0;
  padding-bottom: 28%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--light-brown);
}
@media all and (max-width: 896px) {
  main section:not([class]) .circle-label {
    top: -9%;
    width: 38%;
    padding-bottom: 30%;
  }
}
main section:not([class]) .circle-label p {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  color: var(--gold2);
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 12%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
@media all and (max-width: 896px) {
  main section:not([class]) .circle-label p {
    font-size: 1.2rem;
  }
}
main section:not([class]) ul:not([class]) {
  margin: 4rem 0;
}
@media all and (max-width: 896px) {
  main section:not([class]) ul:not([class]) {
    margin: 3rem 0;
  }
}
main section:not([class]) ul:not([class]) li {
  font-size: 1.6rem;
  padding-left: 3rem;
  position: relative;
  line-height: 1.8;
}
@media all and (max-width: 896px) {
  main section:not([class]) ul:not([class]) li {
    font-size: 1.3rem;
    padding-left: 2rem;
  }
  main section:not([class]) ul:not([class]) li > p {
    font-size: 1.3rem;
  }
}
main section:not([class]) ul:not([class]) li:before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: var(--base-color);
  position: absolute;
  left: 0.15rem;
  top: 0.9rem;
}
@media all and (max-width: 896px) {
  main section:not([class]) ul:not([class]) li:before {
    width: 1rem;
    height: 1rem;
    top: 0.65rem;
  }
}
main section:not([class]) ul:not([class]) li + li {
  margin-top: 2rem;
}
@media all and (max-width: 896px) {
  main section:not([class]) ul:not([class]) li + li {
    margin-top: 1.6rem;
  }
}
main section:not([class]) {
  /*ul*/
}
main section:not([class]) ul.inline-list li {
  background: var(--gold);
  padding: 0.2em 0.5em;
  margin-right: 0.5em;
  margin-bottom: 1em;
  display: inline-block;
  color: var(--white);
}
@media all and (max-width: 896px) {
  main section:not([class]) ul.inline-list li {
    font-size: 1.3rem;
    margin-bottom: 0.5em;
  }
}
main section:not([class]) ul.dot-list li {
  margin-block: 0.5em;
  position: relative;
  padding-left: 1em;
}
main section:not([class]) ul.dot-list li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--base-color);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
@media all and (max-width: 896px) {
  main section:not([class]) ul.dot-list li:before {
    top: 10px !important;
  }
}
main section:not([class]) ol:not([class]) {
  margin: 4rem 0;
  counter-reset: number;
}
@media all and (max-width: 896px) {
  main section:not([class]) ol:not([class]) {
    margin: 3rem 0;
  }
}
main section:not([class]) ol:not([class]) li {
  font-size: 1.6rem;
  padding-left: 6.4rem;
  position: relative;
  min-height: 5rem;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 3rem;
}
@media all and (max-width: 896px) {
  main section:not([class]) ol:not([class]) li {
    font-size: 1.3rem;
    line-height: 2.6rem;
    padding-left: 4rem;
    margin-bottom: 2.5rem;
  }
  main section:not([class]) ol:not([class]) li > p {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 896px) {
  main section:not([class]) ol:not([class]) li:last-child {
    margin-bottom: 0;
  }
}
main section:not([class]) ol:not([class]) li:before {
  font-weight: 500;
  font-size: 2rem;
  color: var(--white);
  letter-spacing: 0;
  counter-increment: number;
  content: counter(number);
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--gold);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}
@media all and (max-width: 896px) {
  main section:not([class]) ol:not([class]) li:before {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }
}
main section:not([class]) ol:not([class]) li strong:first-of-type {
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
}
@media all and (max-width: 896px) {
  main section:not([class]) ol:not([class]) li strong:first-of-type {
    margin-bottom: 0;
  }
}
main section:not([class]) ol:not([class]) li + li {
  margin-top: 5rem;
}
@media all and (max-width: 896px) {
  main section:not([class]) ol:not([class]) li + li {
    margin-top: 2.35rem;
  }
}
main section:not([class]) {
  /*ol*/
}
main section:not([class]) ol.flow {
  counter-reset: flow;
  margin: 5rem 0 10rem;
}
@media all and (max-width: 896px) {
  main section:not([class]) ol.flow {
    margin: 4rem 0;
  }
}
main section:not([class]) ol.flow li {
  position: relative;
  line-height: 2.5 !important;
  text-align: justify;
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  main section:not([class]) ol.flow li {
    font-size: 1.45rem;
  }
  main section:not([class]) ol.flow li > p {
    font-size: 1.45rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.5rem;
  }
  main section:not([class]) ol.flow li:has(> strong small) {
    line-height: 1.75 !important;
  }
}
main section:not([class]) ol.flow li p strong {
  font-weight: 700;
  color: var(--red);
}
main section:not([class]) ol.flow li:last-child {
  margin-bottom: 0 !important;
}
main section:not([class]) ol.flow li + li {
  margin-top: 4rem;
}
@media all and (max-width: 896px) {
  main section:not([class]) ol.flow li + li {
    margin-top: 2.5rem;
  }
}
main section:not([class]) ol.flow li > strong:first-of-type {
  position: relative;
  padding-left: 4rem;
  display: block;
  margin-bottom: 1.2rem;
  font-weight: 600;
  font-size: 1.8rem;
  color: var(--base-color);
}
@media all and (max-width: 896px) {
  main section:not([class]) ol.flow li > strong:first-of-type {
    font-size: 1.8rem;
    padding-left: 3.8rem;
    line-height: 1.8;
  }
}
main section:not([class]) ol.flow li > strong:first-of-type small {
  font-size: 1.35rem;
}
@media all and (max-width: 896px) {
  main section:not([class]) ol.flow li > strong:first-of-type small {
    font-size: 1.15rem;
  }
}
main section:not([class]) ol.flow li > strong:first-of-type:before {
  font-weight: 400;
  font-size: 1.8rem;
  color: var(--white);
  counter-increment: flow;
  content: counter(flow);
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--gold);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
  position: absolute;
  left: 0;
  top: 8px;
}
@media all and (max-width: 896px) {
  main section:not([class]) ol.flow li > strong:first-of-type:before {
    width: 3rem;
    height: 3rem;
    font-size: 1.6rem;
    top: 1rem;
  }
}
main section:not([class]) ol.flow li img {
  width: 35rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media all and (max-width: 896px) {
  main section:not([class]) ol.flow li img {
    width: 100%;
    position: static;
    display: block;
  }
}
main section:not([class]) ol.flow li.has-img {
  padding-right: 40rem;
  margin-bottom: 10rem;
}
@media all and (max-width: 896px) {
  main section:not([class]) ol.flow li.has-img {
    padding: 0;
    margin-bottom: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
main section:not([class]) {
  /*ol.flow*/
}
main section:not([class]) ol.card-list {
  counter-reset: card;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
  margin: 4rem 0;
}
@media all and (max-width: 896px) {
  main section:not([class]) ol.card-list {
    margin: 3rem 0;
    /* もしSPでカード間の隙間を狭くしたい場合はここで gap: 1.5rem; 等を指定 */
  }
}
main section:not([class]) ol.card-list li {
  color: var(--brown-text);
  background: var(--linen);
  border-radius: 2rem;
  padding: 2rem;
  width: 35rem;
  line-height: 2.5;
}
@media all and (max-width: 896px) {
  main section:not([class]) ol.card-list li {
    width: 100%;
    font-size: 1.3rem;
  }
}
main section:not([class]) ol.card-list li > p {
  text-align: left;
}
main section:not([class]) ol.card-list li strong:first-of-type {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--gold2);
  margin-bottom: 1em;
  padding-bottom: 0.6em;
  position: relative;
  text-align: center;
  border-bottom: 1px solid;
  line-height: 1.8;
}
@media all and (max-width: 896px) {
  main section:not([class]) ol.card-list li strong:first-of-type {
    font-size: 1.6rem;
  }
}
main section:not([class]) ol.card-list li strong:first-of-type::before {
  color: var(--gold2);
  content: counter(card, decimal-leading-zero);
  counter-increment: card;
  display: block;
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.5em;
  text-align: center;
}
@media all and (max-width: 896px) {
  main section:not([class]) ol.card-list li strong:first-of-type::before {
    font-size: 2.3rem;
    margin-bottom: 0.3em;
  }
}
main section:not([class]) ol.card-list li strong:first-of-type::after {
  background: var(--gold2);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
main section:not([class]) ol.card-list.two-column li {
  width: calc(50% - 1.5rem);
}
@media all and (max-width: 896px) {
  main section:not([class]) ol.card-list.two-column li {
    width: 100%;
  }
}
main section:not([class]) table:not(.no-style) {
  width: 100%;
  margin: 4rem 0;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background: var(--white);
}
main section:not([class]) table:not(.no-style)::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--blue2);
  border-radius: 10px;
  pointer-events: none;
}
@media all and (max-width: 896px) {
  main section:not([class]) table:not(.no-style) {
    margin: 3rem 0;
  }
}
main section:not([class]) table:not(.no-style) tr:last-child th,
main section:not([class]) table:not(.no-style) tr:last-child td {
  border-bottom: none;
}
main section:not([class]) table:not(.no-style) th, main section:not([class]) table:not(.no-style) td {
  font-size: 1.6rem;
  line-height: 2;
  padding: 1em;
  vertical-align: middle;
  border-bottom: 1px dashed var(--blue2);
}
main section:not([class]) table:not(.no-style) th {
  background: var(--blue3);
  color: var(--blue2);
  width: 25%;
}
@media all and (max-width: 896px) {
  main section:not([class]) table:not(.no-style) th {
    font-size: 1.3rem;
    width: 30%;
  }
}
main section:not([class]) table:not(.no-style) th small {
  font-weight: 500;
  font-size: 0.8em;
}
main section:not([class]) table:not(.no-style) td img {
  width: 30rem;
}
main section:not([class]) table:not(.no-style) td .feature_title {
  font-weight: 700;
  font-size: 1.8rem !important;
  margin-bottom: 0 !important;
  color: var(--blue2);
}
@media all and (max-width: 896px) {
  main section:not([class]) table:not(.no-style) td {
    font-size: 1.3rem;
    width: 70%;
  }
  main section:not([class]) table:not(.no-style) td img {
    width: 100%;
  }
  main section:not([class]) table:not(.no-style) td .feature_title {
    font-size: 1.5rem !important;
  }
  main section:not([class]) table:not(.no-style) td > p {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
main section:not([class]) table:not(.no-style) td > *:last-child {
  margin-bottom: 0;
}
main section:not([class]) table:not(.no-style) td a {
  display: inline-block;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  word-wrap: break-word;
}
main section:not([class]) table:not(.no-style).price-table th {
  width: 65%;
}
main section:not([class]) table:not(.no-style).three-row th, main section:not([class]) table:not(.no-style).three-row td {
  width: 30%;
}
main section:not([class]) table:not(.no-style).three-row th {
  text-align: center;
}
@media all and (max-width: 896px) {
  main section:not([class]) table:not(.no-style).three-row th, main section:not([class]) table:not(.no-style).three-row td {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 896px) {
  main section:not([class]) table:not(.no-style).sp-break {
    display: block;
    border-top: none;
  }
  main section:not([class]) table:not(.no-style).sp-break tbody, main section:not([class]) table:not(.no-style).sp-break tr, main section:not([class]) table:not(.no-style).sp-break th, main section:not([class]) table:not(.no-style).sp-break td {
    display: block;
    width: 100%;
  }
  main section:not([class]) table:not(.no-style).sp-break tr:last-child th {
    border-bottom: 1px dashed var(--blue2);
  }
  main section:not([class]) table:not(.no-style).sp-break th {
    text-align: center;
    padding: 0.5em 1em;
    border-top: 1px solid var(--blue2);
  }
  main section:not([class]) table:not(.no-style).sp-break td {
    border-bottom: none;
  }
}
main section:not([class]) {
  /*table*/
}
main section:not([class]) details {
  margin-top: 3rem;
}
main section:not([class]) details > summary {
  position: relative;
  display: block;
  padding: 1.2rem 4rem 1.2rem 2rem;
  border-radius: 9999px;
  border: 1px solid var(--base-color);
  background-color: var(--white);
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  -webkit-transition: background-color 0.7s ease, color 0.7s ease;
  transition: background-color 0.7s ease, color 0.7s ease;
}
main section:not([class]) details > summary:hover {
  background-color: var(--base-color);
  color: var(--white);
}
main section:not([class]) details > summary {
  /* デフォルトの三角マーカーを非表示 */
}
main section:not([class]) details > summary::-webkit-details-marker {
  display: none;
}
main section:not([class]) details > summary::after {
  content: "＋";
  position: absolute;
  right: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 700;
  font-size: 1.8rem;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
main section:not([class]) details[open] > summary::after {
  content: "－";
}
main section:not([class]) details {
  /* 中身の余白調整 */
}
main section:not([class]) details > *:not(summary) {
  margin-top: 2rem;
}
@media all and (max-width: 896px) {
  main section:not([class]) details > summary {
    padding: 1rem 3.5rem 1rem 1.6rem;
    font-size: 1.4rem;
  }
}
main section:not([class]) dl:not([class]) {
  width: 100%;
  margin: 5rem auto 4rem;
  padding: 40px 50px;
  background: var(--linen);
}
@media all and (max-width: 896px) {
  main section:not([class]) dl:not([class]) {
    margin: 4rem auto 3rem;
    padding: 8vw 6vw;
  }
}
main section:not([class]) dl:not([class]) > *:first-child {
  margin-top: 0;
}
main section:not([class]) dl:not([class]) > *:last-child {
  margin-bottom: 0 !important;
}
main section:not([class]) {
  /*dl*/
}
main section:not([class]) dl {
  margin-bottom: 5rem;
}
main section:not([class]) dl dt {
  font-size: 2rem;
  color: var(--gold2);
  font-weight: 500;
  padding-bottom: 2px;
  margin-bottom: 15px;
}
@media all and (max-width: 896px) {
  main section:not([class]) dl dt {
    font-size: 1.8rem;
    margin-bottom: 3vw;
  }
}
main section:not([class]) dl dt:nth-child(n+2) {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  main section:not([class]) dl dt:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media all and (max-width: 896px) {
  main section:not([class]) dl .side-img {
    margin-top: 0;
  }
}
main section:not([class]) dl dd > *:last-child {
  margin-bottom: 0 !important;
}
main section:not([class]) dl dd > ul:not([class]) {
  margin-block: 2rem;
}
main section:not([class]) dl {
  /*dd*/
}
main section:not([class]) dl hr {
  display: block;
  margin: 30px 0;
  border-top: 1px solid var(--base-color);
}
main section:not([class]) dl.question dt {
  position: relative;
  padding-left: 1.7em;
  padding-bottom: 0.5em;
  text-indent: -1.7em;
  font-weight: 500;
  margin-top: 2em;
  border-bottom: 3px dotted;
}
main section:not([class]) dl.question dt:first-child {
  margin-top: 0;
}
main section:not([class]) dl.question dt:before {
  content: "Q.";
  color: var(--gold2);
  font-weight: bold;
  margin-right: 0.5em;
}
main section:not([class]) dl.question dd {
  margin-bottom: 1em;
  line-height: 2.5;
}
main section:not([class]) .hosoku {
  width: 100%;
  margin: 5rem auto 4rem;
  padding: 40px 50px;
  background: var(--linen);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media all and (max-width: 896px) {
  main section:not([class]) .hosoku {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: 4rem auto 3rem;
    padding: 8vw 6vw;
  }
}
main section:not([class]) .hosoku > *:first-child {
  margin-top: 0 !important;
}
main section:not([class]) .hosoku > *:last-child {
  margin-bottom: 0 !important;
}
main section:not([class]) .hosoku h4:not([class]) {
  position: relative;
  padding-left: 3.5rem;
  background-color: var(--gold);
  color: var(--white);
}
main section:not([class]) .hosoku h4:not([class]):before {
  content: "";
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background: var(--gold2);
  position: absolute;
  left: 0.2rem;
  top: 0.7rem;
}
@media all and (max-width: 896px) {
  main section:not([class]) .hosoku h4:not([class]) {
    padding-left: 2rem;
  }
  main section:not([class]) .hosoku h4:not([class]):before {
    width: 1.8rem;
    height: 1.8rem;
    top: 0.5rem;
  }
}
main section:not([class]) .hosoku h4.dot {
  color: var(--blue2);
  font-size: 2.2rem;
  margin: 3.5rem 0 1.8rem;
}
@media all and (max-width: 896px) {
  main section:not([class]) .hosoku h4.dot {
    font-size: 1.65rem;
  }
}
main section:not([class]) .hosoku h4.dot:before {
  content: "●";
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  margin-right: 1.7rem;
}
main section:not([class]) .hosoku table:not(.no-style) th {
  background: var(--white);
}
main section:not([class]) .hosoku + .hosoku {
  margin-top: 0;
}
main section:not([class]) {
  /*hosoku*/
}
main {
  /*section*/
}
main .article-author {
  background: var(--blue3);
  padding: 6rem;
  border-radius: 20px;
  color: var(--base-color);
  margin-top: 8rem;
}
@media all and (max-width: 896px) {
  main .article-author {
    padding: 4rem 2.5rem;
    border-radius: 10px;
    margin-top: 5rem;
  }
}
main .article-author .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 896px) {
  main .article-author .inner {
    display: block;
  }
}
main .article-author .txtBox {
  width: 65%;
}
@media all and (max-width: 896px) {
  main .article-author .txtBox {
    width: 100%;
  }
}
main .article-author .txtBox .name {
  font-family: var(--en-font);
  font-size: 2.4rem;
  border-block: 1px solid;
  padding-block: 1.5rem;
  margin-bottom: 2.5rem;
  font-weight: 500;
  background: none;
  -webkit-text-fill-color: initial;
  color: var(--base-color);
}
@media all and (max-width: 896px) {
  main .article-author .txtBox .name {
    font-size: 1.6rem;
  }
}
main .article-author .txtBox .name .large {
  font-size: 1.45em;
  margin-left: 0.5em;
}
@media all and (max-width: 896px) {
  main .article-author .txtBox .name .large {
    display: block;
    margin-top: 0.5em;
    margin-left: 0;
  }
}
main .article-author .txtBox p {
  font-size: 1.6rem;
  line-height: 2.5;
  margin-bottom: 3rem;
}
@media all and (max-width: 896px) {
  main .article-author .txtBox p {
    font-size: 1.45rem;
  }
}
main .article-author .phoBox {
  width: 30%;
}
@media all and (max-width: 896px) {
  main .article-author .phoBox {
    width: 100%;
    margin-top: 3rem;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
main .article-author .phoBox img {
  border-radius: 15px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
main .comTreatment {
  margin-top: 13rem;
}
@media all and (max-width: 896px) {
  main .comTreatment {
    margin-top: 5rem;
  }
}

/*main#sub*//*# sourceMappingURL=sub.css.map */