@charset "UTF-8";
.main_outer {
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.main_inner {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .main_inner {
    max-width: 105rem;
    padding-bottom: 19rem;
  }
}
@media (max-width: 768px) {
  .main_inner {
    max-width: 62rem;
    padding-bottom: 15rem;
  }
}

.checkbox01 {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media (min-width: 769px) {
  .checkbox01 {
    column-gap: 1rem;
  }
}
@media (max-width: 768px) {
  .checkbox01 {
    column-gap: 1.3rem;
  }
}
.checkbox01::before {
  content: "";
  flex-shrink: 0;
  display: block;
  border: 1px solid #c4c4c4;
}
@media (min-width: 769px) {
  .checkbox01::before {
    border-radius: 3px;
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 768px) {
  .checkbox01::before {
    border-radius: 0.3rem;
    width: 3.2rem;
    height: 3.2rem;
  }
}
.checkbox01::after {
  content: "";
  position: absolute;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  bottom: 0;
  opacity: 0;
}
@media (min-width: 769px) {
  .checkbox01::after {
    width: 2.2rem;
    height: 2.2rem;
  }
}
@media (max-width: 768px) {
  .checkbox01::after {
    width: 3.52rem;
    height: 3.52rem;
  }
}
.checkbox01:has(input:checked)::after {
  opacity: 1;
}
.checkbox01 input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.checkbox01 p {
  letter-spacing: 0.07em;
  font-weight: 500;
}
@media (min-width: 769px) {
  .checkbox01 p {
    line-height: 1;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .checkbox01 p {
    line-height: 1.16;
    font-size: 2.5rem;
  }
}
.checkbox01.col1::after {
  background-image: url(/wp-tonami/wp-content/themes/tonami/img/common/check01_r.svg);
}

.radio01 {
  display: flex;
  position: relative;
  align-items: flex-start;
  cursor: pointer;
}
@media (min-width: 769px) {
  .radio01 {
    column-gap: 1rem;
  }
}
@media (max-width: 768px) {
  .radio01 {
    column-gap: 1.8rem;
  }
}
.radio01 input {
  flex-shrink: 0;
  accent-color: #f51400;
  margin: 0;
}
@media (min-width: 769px) {
  .radio01 input {
    width: 2.2rem;
    height: 2.2rem;
    margin-top: 0.35rem;
  }
}
@media (max-width: 768px) {
  .radio01 input {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.radio01 p {
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media (min-width: 769px) {
  .radio01 p {
    line-height: 1.556;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .radio01 p {
    line-height: 1.715;
    font-size: 2.8rem;
  }
}

.select01 {
  background-image: url(/wp-tonami/wp-content/themes/tonami/img/common/down01_k.svg);
  background-repeat: no-repeat;
  border: 1px solid #898989;
  border-radius: 0.6rem;
  letter-spacing: 0.1em;
  font: inherit;
  font-weight: 500;
  appearance: none;
}
@media (min-width: 769px) {
  .select01 {
    background-position: calc(100% - 2.3rem) center;
    background-size: 1.4rem auto;
    width: 35.6rem;
    padding: 0.9rem 5.2rem 0.9rem 1.5rem;
    line-height: 1.75;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .select01 {
    background-position: calc(100% - 3.2rem) center;
    background-size: 2.4rem auto;
    width: 100%;
    padding: 2rem 8rem 2rem 2.8rem;
    line-height: 1.847;
    font-size: 2.6rem;
  }
}
.select01:focus {
  border: 1px solid #b2243c;
  outline: none;
}
.select01.is-error {
  background-color: #feeceb;
  border: 1px solid #f51400;
}

.select02 {
  background-image: url(/wp-tonami/wp-content/themes/tonami/img/common/down02_k.svg);
  background-repeat: no-repeat;
  border: 1px solid;
  border-radius: 0;
  letter-spacing: 0.1em;
  font: inherit;
  font-weight: 500;
  appearance: none;
}
@media (min-width: 769px) {
  .select02 {
    background-position: calc(100% - 1.4rem) center;
    background-size: 1rem auto;
    width: 15rem;
    padding: 0.3rem 1rem;
    line-height: 2;
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .select02 {
    background-position: calc(100% - 2.4rem) center;
    background-size: 1.8rem auto;
    width: 30rem;
    padding: 0.8rem 1.6rem;
    line-height: 1.917;
    font-size: 2.4rem;
  }
}
.select02:focus {
  border: 1px solid #b2243c;
  outline: none;
}

.button01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
}
@media (min-width: 769px) {
  .button01 {
    column-gap: 1.112em;
    border-radius: 0.778em;
    padding: 0.556em 1.112em 0.556em 1.667em;
    line-height: 1.334;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .button01 {
    column-gap: 1em;
    border-radius: 0.6em;
    min-height: 3.667em;
    padding: 0.667em 1em 0.667em 1.334em;
    line-height: 1.4;
    font-size: 3rem;
  }
}
.button01 p {
  letter-spacing: 0.1em;
  font-weight: 700;
}
.button01 span {
  flex-shrink: 0;
  border-radius: 50%;
}
@media (min-width: 769px) {
  .button01 span {
    width: 1.778em;
    height: 1.778em;
  }
}
@media (max-width: 768px) {
  .button01 span {
    width: 1.667em;
    height: 1.667em;
  }
}
.button01.pdf::after {
  content: "";
  background-image: url(/wp-tonami/wp-content/themes/tonami/img/common/pdf01.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.056em;
  height: 1.223em;
}
@media (min-width: 769px) {
  .button01.wid1 {
    width: 21.112em;
    min-height: 4em;
  }
}
@media (max-width: 768px) {
  .button01.wid1 {
    width: 16.667em;
    min-height: 3.667em;
  }
}
@media (min-width: 769px) {
  .button01.wid2 {
    width: 16.667em;
    min-height: 4em;
  }
}
@media (max-width: 768px) {
  .button01.wid2 {
    width: 16.667em;
    min-height: 3.667em;
  }
}
@media (min-width: 769px) {
  .button01.wid3 {
    width: 20.358em;
    min-height: 3.858em;
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .button01.wid3 {
    width: 16.667em;
    min-height: 3.667em;
  }
}
@media (min-width: 769px) {
  .button01.wid4 {
    width: 24.556em;
    min-height: 4em;
  }
}
@media (max-width: 768px) {
  .button01.wid4 {
    width: 16.667em;
    min-height: 3.667em;
  }
}
.button01.col1 {
  background: #fdf002;
}
.button01.col1 span {
  background: #141414;
  stroke: #fff;
  fill: none;
}
.button01.col1:hover {
  background: #b2243c;
  color: #fff;
}
.button01.col2 {
  background: #e7e7e7;
}
.button01.col2 span {
  background: #141414;
  stroke: #fff;
  fill: none;
}
.button01.col2:hover {
  background: #b2243c;
  color: #fff;
}
.button01.col3 {
  background: #0096df;
  color: #fff;
}
.button01.col3 span {
  background: #141414;
  stroke: #fff;
  fill: none;
}
.button01.col3:hover {
  background: #b2243c;
}
.button01.col4 {
  background: #fff;
}
.button01.col4 span {
  background: #141414;
  stroke: #fff;
  fill: none;
}
.button01.col4:hover {
  background: #b2243c;
  color: #fff;
}

.button02 {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 0.6rem;
  letter-spacing: 0.06em;
  cursor: pointer;
  font-weight: 500;
}
@media (min-width: 769px) {
  .button02 {
    width: 16.2rem;
    height: 4.8rem;
    line-height: 2;
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .button02 {
    width: 18rem;
    height: 9.2rem;
    line-height: 1.417;
    font-size: 2.4rem;
  }
}
.button02.col1 {
  background: #788787;
  color: #fff;
}
.button02.col1:hover {
  background: #b2243c;
}

.textline01 {
  border: 1px solid #898989;
  border-radius: 0.6rem;
  width: 100%;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (min-width: 769px) {
  .textline01 {
    padding: 0.9rem 1.5rem;
    line-height: 1.556;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .textline01 {
    padding: 1.9rem 1.4rem;
    line-height: 1.786;
    font-size: 2.8rem;
  }
}
@media (min-width: 769px) {
  .textline01.wid1 {
    flex-shrink: 0;
    width: 35.6rem;
  }
}
@media (max-width: 768px) {
  .textline01.wid1 {
    width: 58rem;
  }
}
@media (min-width: 769px) {
  .textline01.wid2 {
    flex-shrink: 0;
    width: 32.9rem;
  }
}
@media (max-width: 768px) {
  .textline01.wid2 {
    width: 24rem;
  }
}
@media (min-width: 769px) {
  .textline01.wid3 {
    flex-shrink: 0;
    width: 32.9rem;
  }
}
@media (max-width: 768px) {
  .textline01.wid3 {
    width: 33rem;
  }
}
@media (min-width: 769px) {
  .textline01.wid4 {
    flex-shrink: 0;
    width: 48.3rem;
  }
}
@media (max-width: 768px) {
  .textline01.wid4 {
    width: 58rem;
  }
}
.textline01:focus {
  outline: none;
  border: 1px solid #b2243c;
}
.textline01.is-error {
  background: #feeceb;
  border: 1px solid #f51400;
}
.textline01-wrap {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .textline01-wrap {
    column-gap: 1rem;
  }
}
@media (max-width: 768px) {
  .textline01-wrap {
    flex-wrap: wrap;
    gap: 2.5rem 1.3rem;
  }
}

.textline02 {
  border: 1px solid #dcdcdc;
  border-radius: 0.6rem;
  width: 100%;
  letter-spacing: 0.07em;
}
@media (min-width: 769px) {
  .textline02 {
    padding: 1rem 1.5rem;
    line-height: 1.867;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .textline02 {
    padding: 1.9rem 1.4rem;
    line-height: 1.786;
    font-size: 2.8rem;
  }
}
@media (min-width: 769px) {
  .textline02.wid1 {
    flex-shrink: 0;
    width: 11rem;
  }
}
@media (max-width: 768px) {
  .textline02.wid1 {
    width: 33rem;
  }
}
@media (min-width: 769px) {
  .textline02.wid2 {
    flex-shrink: 0;
    width: 42.4rem;
  }
}
@media (max-width: 768px) {
  .textline02.wid2 {
    width: 65rem;
  }
}
@media (min-width: 769px) {
  .textline02.wid3 {
    flex-shrink: 0;
    width: 20rem;
  }
}
@media (max-width: 768px) {
  .textline02.wid3 {
    width: 48rem;
  }
}
.textline02:focus {
  outline: none;
  border: 1px solid #b2243c;
}
.textline02.is-error {
  background: #feeceb;
  border: 1px solid #f51400;
}
.textline02.is-alert {
  border: 1px solid #f23025;
}
.textline02-wrap {
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 769px) {
  .textline02-wrap {
    column-gap: 1rem;
  }
}
@media (max-width: 768px) {
  .textline02-wrap {
    flex-wrap: wrap;
    gap: 0.5rem 2rem;
  }
}

.textarea01 {
  border: 1px solid #898989;
  border-radius: 0.6rem;
  width: 100%;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (min-width: 769px) {
  .textarea01 {
    padding: 0.9rem 1.5rem;
    line-height: 1.556;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .textarea01 {
    padding: 1.9rem 1.4rem;
    line-height: 1.786;
    font-size: 2.8rem;
  }
}
@media (min-width: 769px) {
  .textarea01.row1 {
    height: 26.8rem;
  }
}
@media (max-width: 768px) {
  .textarea01.row1 {
    height: 39.2rem;
  }
}
.textarea01.is-error {
  background: #feeceb;
  border: 1px solid #f51400;
}

.error01 {
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #f51400;
}
@media (min-width: 769px) {
  .error01 {
    line-height: 2;
    font-size: 1.6rem;
  }
  .error01 > p {
    font: inherit;
  }
  .error01 > p:first-of-type {
    margin-top: -0.5em;
  }
  .error01 > p:last-of-type {
    margin-bottom: -0.5em;
  }
}
@media (max-width: 768px) {
  .error01 {
    line-height: 1.847;
    font-size: 2.6rem;
  }
  .error01 > p {
    font: inherit;
  }
  .error01 > p:first-of-type {
    margin-top: -0.423em;
  }
  .error01 > p:last-of-type {
    margin-bottom: -0.423em;
  }
}

.error02 {
  letter-spacing: 0.07em;
  font-weight: 500;
  color: #f23025;
}
@media (min-width: 769px) {
  .error02 {
    line-height: 1.715;
    font-size: 1.4rem;
  }
  .error02 > p {
    font: inherit;
  }
  .error02 > p:first-of-type {
    margin-top: -0.357em;
  }
  .error02 > p:last-of-type {
    margin-bottom: -0.357em;
  }
}
@media (max-width: 768px) {
  .error02 {
    line-height: 1.539;
    font-size: 2.6rem;
  }
  .error02 > p {
    font: inherit;
  }
  .error02 > p:first-of-type {
    margin-top: -0.269em;
  }
  .error02 > p:last-of-type {
    margin-bottom: -0.269em;
  }
}

.text01 {
  letter-spacing: 0.1em;
  text-align: justify;
}
@media (min-width: 769px) {
  .text01 {
    line-height: 2;
    font-size: 1.6rem;
  }
  .text01 > p {
    font: inherit;
  }
  .text01 > p:first-of-type {
    margin-top: -0.5em;
  }
  .text01 > p:last-of-type {
    margin-bottom: -0.5em;
  }
}
@media (max-width: 768px) {
  .text01 {
    line-height: 1.924;
    font-size: 2.6rem;
  }
  .text01 > p {
    font: inherit;
  }
  .text01 > p:first-of-type {
    margin-top: -0.461em;
  }
  .text01 > p:last-of-type {
    margin-bottom: -0.461em;
  }
}
@media (min-width: 769px) {
  .text01.sup1 {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .text01.sup1 {
    font-size: 2.4rem;
  }
}
.text01.right {
  text-align: right;
}
.text01.center {
  text-align: center;
}

.text02 {
  letter-spacing: 0.1em;
  text-align: justify;
}
@media (min-width: 769px) {
  .text02 {
    line-height: 1.75;
    font-size: 1.6rem;
  }
  .text02 > p {
    font: inherit;
  }
  .text02 > p:first-of-type {
    margin-top: -0.375em;
  }
  .text02 > p:last-of-type {
    margin-bottom: -0.375em;
  }
}
@media (max-width: 768px) {
  .text02 {
    line-height: 1.924;
    font-size: 2.6rem;
  }
  .text02 > p {
    font: inherit;
  }
  .text02 > p:first-of-type {
    margin-top: -0.461em;
  }
  .text02 > p:last-of-type {
    margin-bottom: -0.461em;
  }
}
.text02.right {
  text-align: right;
}
.text02.center {
  text-align: center;
}

.text03 {
  letter-spacing: 0.1em;
  text-align: justify;
}
@media (min-width: 769px) {
  .text03 {
    line-height: 1.75;
    font-size: 1.6rem;
  }
  .text03 > p {
    font: inherit;
  }
  .text03 > p:first-of-type {
    margin-top: -0.375em;
  }
  .text03 > p:last-of-type {
    margin-bottom: -0.375em;
  }
}
@media (max-width: 768px) {
  .text03 {
    line-height: 1.616;
    font-size: 2.6rem;
  }
  .text03 > p {
    font: inherit;
  }
  .text03 > p:first-of-type {
    margin-top: -0.307em;
  }
  .text03 > p:last-of-type {
    margin-bottom: -0.307em;
  }
}
.text03.right {
  text-align: right;
}
.text03.center {
  text-align: center;
}

.dots01 {
  letter-spacing: 0.1em;
  text-align: justify;
}
@media (min-width: 769px) {
  .dots01 {
    line-height: 2;
    font-size: 1.6rem;
  }
  .dots01 > li {
    font: inherit;
  }
  .dots01 > li:first-of-type {
    margin-top: -0.5em;
  }
  .dots01 > li:last-of-type {
    margin-bottom: -0.5em;
  }
}
@media (max-width: 768px) {
  .dots01 {
    line-height: 1.924;
    font-size: 2.6rem;
  }
  .dots01 > li {
    font: inherit;
  }
  .dots01 > li:first-of-type {
    margin-top: -0.461em;
  }
  .dots01 > li:last-of-type {
    margin-bottom: -0.461em;
  }
}
.dots01 > li {
  padding-left: 0.6em;
  text-indent: -0.6em;
}

.kome01 {
  letter-spacing: 0.1em;
  text-align: justify;
}
@media (min-width: 769px) {
  .kome01 {
    line-height: 2;
    font-size: 1.6rem;
  }
  .kome01 > li {
    font: inherit;
  }
  .kome01 > li:first-of-type {
    margin-top: -0.5em;
  }
  .kome01 > li:last-of-type {
    margin-bottom: -0.5em;
  }
}
@media (max-width: 768px) {
  .kome01 {
    line-height: 1.924;
    font-size: 2.6rem;
  }
  .kome01 > li {
    font: inherit;
  }
  .kome01 > li:first-of-type {
    margin-top: -0.461em;
  }
  .kome01 > li:last-of-type {
    margin-bottom: -0.461em;
  }
}
.kome01 > li {
  padding-left: 1em;
  text-indent: -1em;
}

.kome02 {
  letter-spacing: 0.1em;
  text-align: justify;
}
@media (min-width: 769px) {
  .kome02 {
    line-height: 1.715;
    font-size: 1.4rem;
  }
  .kome02 > p {
    font: inherit;
  }
  .kome02 > p:first-of-type {
    margin-top: -0.357em;
  }
  .kome02 > p:last-of-type {
    margin-bottom: -0.357em;
  }
}
@media (max-width: 768px) {
  .kome02 {
    line-height: 1.728;
    font-size: 2.2rem;
  }
  .kome02 > p {
    font: inherit;
  }
  .kome02 > p:first-of-type {
    margin-top: -0.363em;
  }
  .kome02 > p:last-of-type {
    margin-bottom: -0.363em;
  }
}
.kome02 > li {
  padding-left: 1em;
  text-indent: -1em;
}

.note01 {
  letter-spacing: 0.1em;
  text-align: justify;
}
@media (min-width: 769px) {
  .note01 {
    line-height: 1.858;
    font-size: 1.4rem;
  }
  .note01 > p {
    font: inherit;
  }
  .note01 > p:first-of-type {
    margin-top: -0.428em;
  }
  .note01 > p:last-of-type {
    margin-bottom: -0.428em;
  }
}
@media (max-width: 768px) {
  .note01 {
    line-height: 1.91;
    font-size: 2.2rem;
  }
  .note01 > p {
    font: inherit;
  }
  .note01 > p:first-of-type {
    margin-top: -0.454em;
  }
  .note01 > p:last-of-type {
    margin-bottom: -0.454em;
  }
}

.note02 {
  letter-spacing: 0.1em;
  text-align: justify;
}
@media (min-width: 769px) {
  .note02 {
    line-height: 1.715;
    font-size: 1.4rem;
  }
  .note02 > p {
    font: inherit;
  }
  .note02 > p:first-of-type {
    margin-top: -0.357em;
  }
  .note02 > p:last-of-type {
    margin-bottom: -0.357em;
  }
}
@media (max-width: 768px) {
  .note02 {
    line-height: 1.667;
    font-size: 2.4rem;
  }
  .note02 > p {
    font: inherit;
  }
  .note02 > p:first-of-type {
    margin-top: -0.333em;
  }
  .note02 > p:last-of-type {
    margin-bottom: -0.333em;
  }
}
.note02.col1 {
  color: #f51400;
}

.head01 {
  letter-spacing: 0.01em;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 769px) {
  .head01 {
    line-height: 1.106;
    font-size: 7.6rem;
  }
  .head01 > h1 {
    font: inherit;
  }
  .head01 > h1:first-of-type {
    margin-top: -0.052em;
  }
  .head01 > h1:last-of-type {
    margin-bottom: -0.052em;
  }
}
@media (max-width: 768px) {
  .head01 {
    line-height: 1.112;
    font-size: 9rem;
  }
  .head01 > h1 {
    font: inherit;
  }
  .head01 > h1:first-of-type {
    margin-top: -0.055em;
  }
  .head01 > h1:last-of-type {
    margin-bottom: -0.055em;
  }
}
.head01 sup, .head01 sub {
  font-weight: 500;
}

.head02 {
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .head02 {
    line-height: 1.143;
    font-size: 4.2rem;
  }
  .head02 > h1 {
    font: inherit;
  }
  .head02 > h1:first-of-type {
    margin-top: -0.071em;
  }
  .head02 > h1:last-of-type {
    margin-bottom: -0.071em;
  }
}
@media (max-width: 768px) {
  .head02 {
    line-height: 1.167;
    font-size: 6rem;
  }
  .head02 > h1 {
    font: inherit;
  }
  .head02 > h1:first-of-type {
    margin-top: -0.083em;
  }
  .head02 > h1:last-of-type {
    margin-bottom: -0.083em;
  }
}

.head03 {
  letter-spacing: 0.01em;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 769px) {
  .head03 {
    line-height: 1.162;
    font-size: 6.2rem;
  }
  .head03 > h2 {
    font: inherit;
  }
  .head03 > h2:first-of-type {
    margin-top: -0.08em;
  }
  .head03 > h2:last-of-type {
    margin-bottom: -0.08em;
  }
}
@media (max-width: 768px) {
  .head03 {
    line-height: 1.163;
    font-size: 8.6rem;
  }
  .head03 > h2 {
    font: inherit;
  }
  .head03 > h2:first-of-type {
    margin-top: -0.081em;
  }
  .head03 > h2:last-of-type {
    margin-bottom: -0.081em;
  }
}
.head03 sup, .head03 sub {
  font-weight: 500;
}

.head04 {
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .head04 {
    line-height: 1.158;
    font-size: 3.8rem;
  }
  .head04 > h2 {
    font: inherit;
  }
  .head04 > h2:first-of-type {
    margin-top: -0.078em;
  }
  .head04 > h2:last-of-type {
    margin-bottom: -0.078em;
  }
}
@media (max-width: 768px) {
  .head04 {
    line-height: 1.143;
    font-size: 5.6rem;
  }
  .head04 > h2 {
    font: inherit;
  }
  .head04 > h2:first-of-type {
    margin-top: -0.071em;
  }
  .head04 > h2:last-of-type {
    margin-bottom: -0.071em;
  }
}

.head05 {
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .head05 {
    line-height: 1.286;
    font-size: 2.8rem;
  }
  .head05 > h2 {
    font: inherit;
  }
  .head05 > h2:first-of-type {
    margin-top: -0.142em;
  }
  .head05 > h2:last-of-type {
    margin-bottom: -0.142em;
  }
}
@media (max-width: 768px) {
  .head05 {
    line-height: 1.25;
    font-size: 4rem;
  }
  .head05 > h2 {
    font: inherit;
  }
  .head05 > h2:first-of-type {
    margin-top: -0.125em;
  }
  .head05 > h2:last-of-type {
    margin-bottom: -0.125em;
  }
}

.head06 {
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .head06 {
    line-height: 1.616;
    font-size: 2.6rem;
  }
  .head06 > h3 {
    font: inherit;
  }
  .head06 > h3:first-of-type {
    margin-top: -0.307em;
  }
  .head06 > h3:last-of-type {
    margin-bottom: -0.307em;
  }
}
@media (max-width: 768px) {
  .head06 {
    line-height: 1.612;
    font-size: 3.6rem;
  }
  .head06 > h3 {
    font: inherit;
  }
  .head06 > h3:first-of-type {
    margin-top: -0.305em;
  }
  .head06 > h3:last-of-type {
    margin-bottom: -0.305em;
  }
}

.head07 {
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .head07 {
    line-height: 1.286;
    font-size: 2.1rem;
  }
  .head07 > h3 {
    font: inherit;
  }
  .head07 > h3:first-of-type {
    margin-top: -0.142em;
  }
  .head07 > h3:last-of-type {
    margin-bottom: -0.142em;
  }
}
@media (max-width: 768px) {
  .head07 {
    line-height: 1.25;
    font-size: 3.2rem;
  }
  .head07 > h3 {
    font: inherit;
  }
  .head07 > h3:first-of-type {
    margin-top: -0.125em;
  }
  .head07 > h3:last-of-type {
    margin-bottom: -0.125em;
  }
}

.head08 {
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .head08 {
    line-height: 1.143;
    font-size: 4.2rem;
  }
  .head08 > h1 {
    font: inherit;
  }
  .head08 > h1:first-of-type {
    margin-top: -0.071em;
  }
  .head08 > h1:last-of-type {
    margin-bottom: -0.071em;
  }
}
@media (max-width: 768px) {
  .head08 {
    line-height: 1.16;
    font-size: 5rem;
  }
  .head08 > h1 {
    font: inherit;
  }
  .head08 > h1:first-of-type {
    margin-top: -0.08em;
  }
  .head08 > h1:last-of-type {
    margin-bottom: -0.08em;
  }
}

.head09 {
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .head09 {
    line-height: 1.375;
    font-size: 3.2rem;
  }
  .head09 > h2 {
    font: inherit;
  }
  .head09 > h2:first-of-type {
    margin-top: -0.187em;
  }
  .head09 > h2:last-of-type {
    margin-bottom: -0.187em;
  }
}
@media (max-width: 768px) {
  .head09 {
    line-height: 1.25;
    font-size: 4.8rem;
  }
  .head09 > h2 {
    font: inherit;
  }
  .head09 > h2:first-of-type {
    margin-top: -0.125em;
  }
  .head09 > h2:last-of-type {
    margin-bottom: -0.125em;
  }
}
.head09.right {
  text-align: right;
}
.head09.center {
  text-align: center;
}

.sub01 {
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 769px) {
  .sub01 {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .sub01 {
    font-size: 2.8rem;
  }
}

.sub02 {
  letter-spacing: 0.045em;
  line-height: 1;
  font-weight: 400;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
@media (min-width: 769px) {
  .sub02 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .sub02 {
    font-size: 2.6rem;
  }
}
.sub02 sup, .sub02 sub {
  font-weight: 500;
}

.sub03 {
  letter-spacing: 0.045em;
  line-height: 1;
  font-weight: 400;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
@media (min-width: 769px) {
  .sub03 {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .sub03 {
    font-size: 2.2rem;
  }
}
.sub03 sup, .sub03 sub {
  font-weight: 500;
}

.sub04 {
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 400;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
@media (min-width: 769px) {
  .sub04 {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .sub04 {
    font-size: 2.2rem;
  }
}
.sub04 sup, .sub04 sub {
  font-weight: 500;
}

.headline01 {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 769px) {
  .headline01 {
    row-gap: 1.2rem;
  }
}
@media (max-width: 768px) {
  .headline01 {
    row-gap: 1.7rem;
  }
}

.headline02 {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 769px) {
  .headline02 {
    row-gap: 2rem;
  }
}
@media (max-width: 768px) {
  .headline02 {
    row-gap: 2.6rem;
  }
}

.headline03 {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 769px) {
  .headline03 {
    row-gap: 5rem;
  }
}
@media (max-width: 768px) {
  .headline03 {
    row-gap: 8rem;
  }
}

.text01 + .desc01 {
  padding-top: 9rem;
}
.desc01 > dt {
  border-bottom: 2px solid #fdf002;
}
@media (min-width: 769px) {
  .desc01 > dt {
    padding-bottom: 1.8rem;
  }
}
@media (max-width: 768px) {
  .desc01 > dt {
    padding-bottom: 3.1rem;
  }
}
.desc01 > dt .head06 {
  letter-spacing: 0.05em;
}
.desc01 > dd {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .desc01 > dd {
    row-gap: 2.5rem;
    padding: 3rem 2rem 0;
  }
}
@media (max-width: 768px) {
  .desc01 > dd {
    row-gap: 4.5rem;
    padding: 5rem 1rem 0;
  }
}
.desc01 > dd a:has(> img):hover {
  opacity: 0.6;
}
@media (min-width: 769px) {
  .desc01 > dd + dt {
    padding-top: 8rem;
  }
}
@media (max-width: 768px) {
  .desc01 > dd + dt {
    padding-top: 9rem;
  }
}

.panel01 {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .panel01 {
    border-radius: 2rem;
    padding: 3.5rem;
  }
}
@media (max-width: 768px) {
  .panel01 {
    border-radius: 2.6rem;
    padding: 4.5rem 4rem;
  }
}
.panel01 .head07 {
  position: relative;
}
@media (min-width: 769px) {
  .panel01 .head07 + .sub04 {
    padding-top: 0.9rem;
  }
}
@media (max-width: 768px) {
  .panel01 .head07 + .sub04 {
    padding-top: 1.8rem;
  }
}
.panel01 .sub04 {
  position: relative;
}
@media (min-width: 769px) {
  .panel01.ratio1 {
    aspect-ratio: 105/38;
  }
}
@media (max-width: 768px) {
  .panel01.ratio1 {
    aspect-ratio: 31/20;
  }
}
@media (min-width: 769px) {
  .panel01.ratio2 {
    aspect-ratio: 51/22;
  }
}
@media (max-width: 768px) {
  .panel01.ratio2 {
    aspect-ratio: 31/20;
  }
}
@media (min-width: 769px) {
  .panel01.ratio3 {
    aspect-ratio: 3/2;
  }
}
@media (max-width: 768px) {
  .panel01.ratio3 {
    aspect-ratio: 31/20;
  }
}
.panel01:hover .panel01-arrow {
  background: #b2243c !important;
  stroke: #fff !important;
}
.panel01.col1 {
  color: #fff;
}
.panel01.col1 .panel01-arrow {
  background: #fdf002;
  stroke: #141414;
}
.panel01-items {
  display: grid;
}
@media (min-width: 769px) {
  .panel01-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
  .panel01-items:has(.panel01.ratio3) {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .panel01-items {
    gap: 2.6rem;
  }
}
@media (min-width: 769px) {
  .panel01-items .panel01.ratio1 {
    grid-column: 1/3;
  }
}
.panel01-bg {
  pointer-events: none;
  position: absolute;
  inset: 0;
}
.panel01-bg img {
  object-fit: cover;
}
.panel01-arrow {
  fill: none;
  position: absolute;
  border-radius: 50%;
  transition: 0.2s linear;
}
@media (min-width: 769px) {
  .panel01-arrow {
    width: 3.2rem;
    height: 3.2rem;
    right: 2rem;
    bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .panel01-arrow {
    width: 5rem;
    height: 5rem;
    right: 3rem;
    bottom: 3rem;
  }
}

.panel02 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #f4f5f5;
}
@media (min-width: 769px) {
  .panel02 {
    row-gap: 1.6rem;
    border-radius: 1.2rem;
    padding: 2.6rem 0 2.6rem 3rem;
  }
}
@media (max-width: 768px) {
  .panel02 {
    row-gap: 3.8rem;
    border-radius: 2rem;
    padding: 4.8rem 4rem;
  }
}
.panel02 > dt {
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .panel02 > dt {
    line-height: 1.556;
    font-size: 1.8rem;
  }
  .panel02 > dt > p {
    font: inherit;
  }
  .panel02 > dt > p:first-of-type {
    margin-top: -0.277em;
  }
  .panel02 > dt > p:last-of-type {
    margin-bottom: -0.277em;
  }
}
@media (max-width: 768px) {
  .panel02 > dt {
    line-height: 1.563;
    font-size: 3.2rem;
  }
  .panel02 > dt > p {
    font: inherit;
  }
  .panel02 > dt > p:first-of-type {
    margin-top: -0.281em;
  }
  .panel02 > dt > p:last-of-type {
    margin-bottom: -0.281em;
  }
}
.panel02-items {
  display: grid;
}
@media (min-width: 769px) {
  .panel02-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4rem;
  }
}
@media (max-width: 768px) {
  .panel02-items {
    grid-template-columns: 100%;
    row-gap: 2rem;
  }
}

.table01-line {
  display: flex;
  border-bottom: 1px solid #d0d0d0;
}
@media (max-width: 768px) {
  .table01-line {
    flex-direction: column;
  }
}
.table01-dt {
  display: flex;
}
@media (max-width: 768px) {
  .table01-dt {
    flex-direction: column;
  }
}

.pager01 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .pager01 {
    column-gap: 0.6rem;
  }
}
@media (max-width: 768px) {
  .pager01 {
    column-gap: 0.8rem;
  }
}
.pager01-arrow {
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  fill: none;
  stroke: #141414;
}
@media (min-width: 769px) {
  .pager01-arrow {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media (max-width: 768px) {
  .pager01-arrow {
    width: 8rem;
    height: 8rem;
  }
}
.pager01-arrow::before {
  content: "";
  position: absolute;
  border: 1px solid;
  border-radius: 50%;
  inset: 0;
}
@media (min-width: 769px) {
  .pager01-arrow.prev {
    margin-right: 2.8rem;
  }
}
@media (max-width: 768px) {
  .pager01-arrow.prev {
    margin-right: 1.6rem;
  }
}
.pager01-arrow.prev svg {
  scale: -1 1;
}
@media (min-width: 769px) {
  .pager01-arrow.next {
    margin-left: 2.8rem;
  }
}
@media (max-width: 768px) {
  .pager01-arrow.next {
    margin-left: 1.6rem;
  }
}
.pager01-arrow:hover {
  background: #fdf002;
  color: #fdf002;
}
.pager01-arrow.is-disabled {
  stroke: #898989;
  color: #898989;
  pointer-events: none;
}
.pager01-number {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 769px) {
  .pager01-number {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .pager01-number {
    width: 6.2rem;
    height: 6.6rem;
    font-size: 3.2rem;
  }
}
.pager01-number:hover {
  color: #b2243c;
}
.pager01-number.is-current {
  color: #898989;
  pointer-events: none;
}

.accordion01 {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #d0d0d0;
}
.accordion01 > dt {
  position: relative;
  cursor: pointer;
}
.accordion01 > dd {
  height: 0;
  overflow: hidden;
}
.accordion01 > dd:not(.no-animation) {
  transition: height 0.6s linear;
}
.accordion01-items {
  border-top: 1px solid #d0d0d0;
}
.accordion01-switch {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 769px) {
  .accordion01-switch {
    padding: 2.9rem 2rem;
  }
}
@media (max-width: 768px) {
  .accordion01-switch {
    padding: 5.3rem 3.2rem 5.3rem 1rem;
  }
}
.accordion01-switch p {
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .accordion01-switch p {
    line-height: 1.231;
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .accordion01-switch p {
    line-height: 1.334;
    font-size: 4.2rem;
  }
}
.accordion01-switch span {
  position: relative;
  stroke: #141414;
  background: #fdf002;
  border-radius: 50%;
  transition: 0.2s linear;
}
@media (min-width: 769px) {
  .accordion01-switch span {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media (max-width: 768px) {
  .accordion01-switch span {
    width: 5.6rem;
    height: 5.6rem;
  }
}
.accordion01-switch span::after {
  display: none;
}
.accordion01-switch span svg {
  position: absolute;
  inset: 0;
}
.accordion01-switch:hover span {
  stroke: #fff;
  background: #b2243c;
}
.js-accSwitch.is-opened .accordion01-switch span svg:last-of-type, .accordion01-switch.is-opened span svg:last-of-type {
  display: none;
}

.breadcrumb {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.breadcrumb > li {
  display: flex;
}
.breadcrumb > li::after {
  content: ">";
  margin: 0 0.6rem;
}
.breadcrumb > li:last-of-type::after {
  display: none;
  line-height: 1.364;
  font-size: 1.1rem;
}
.breadcrumb_link {
  letter-spacing: 0.05em;
  line-height: 1.364;
  font-size: 1.1rem;
  font-weight: 500;
  color: #141414;
}
.breadcrumb_link:not([href]) {
  color: #898989;
}

.lower_header {
  position: relative;
}
@media (min-width: 769px) {
  .lower_header {
    padding: 0 calc(17.5rem - 10px);
  }
}
@media (min-width: 1401px) {
  .lower_header {
    padding-left: calc(50vw - 52.5rem - 10px);
    padding-right: calc(50vw - 52.5rem - 10px);
  }
}
@media (max-width: 768px) {
  .lower_header {
    padding: 0 calc(6.5rem - 10px);
  }
}
@media (min-width: 769px) {
  .lower_header:has(.headline01) {
    margin-bottom: 10rem;
  }
}
@media (max-width: 768px) {
  .lower_header:has(.headline01) {
    margin-bottom: 8rem;
  }
}
@media (min-width: 769px) {
  .lower_header:has(.headline02) {
    margin-bottom: 12rem;
  }
}
@media (max-width: 768px) {
  .lower_header:has(.headline02) {
    margin-bottom: 10rem;
  }
}
.lower_header:has(.headline02)::before {
  content: "";
  position: absolute;
  background: #fdf002;
  inset: 0 -10px;
  pointer-events: none;
}
.lower_header .breadcrumb {
  padding: 1.5rem 0 0;
}
@media (max-width: 768px) {
  .lower_header .breadcrumb {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .lower_header .headline01 {
    padding-top: 9rem;
    padding-bottom: 0.9rem;
  }
}
@media (max-width: 768px) {
  .lower_header .headline01 {
    padding-top: 14rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 769px) {
  .lower_header .headline02 {
    padding-top: 7rem;
    padding-bottom: 10.2rem;
  }
}
@media (max-width: 768px) {
  .lower_header .headline02 {
    padding-top: 12.8rem;
    padding-bottom: 13rem;
  }
}

.lower_nav {
  display: flex;
}
@media (min-width: 769px) {
  .lower_nav {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .lower_nav {
    flex-direction: column;
    row-gap: 5rem;
  }
}
.lower_nav > ul {
  display: flex;
  justify-content: center;
}
@media (min-width: 769px) {
  .lower_nav > ul:first-of-type > li:first-of-type::before {
    display: none;
  }
}
.lower_nav > ul > li {
  display: flex;
}
@media (max-width: 768px) {
  .lower_nav > ul > li:first-of-type::before {
    display: none;
  }
}
.lower_nav > ul > li::before {
  content: "｜";
  margin: 0 1em;
}
@media (min-width: 769px) {
  .lower_nav > ul > li::before {
    line-height: 1.334;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .lower_nav > ul > li::before {
    line-height: 1.334;
    font-size: 3rem;
  }
}
.lower_nav_link {
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (min-width: 769px) {
  .lower_nav_link {
    line-height: 1.334;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .lower_nav_link {
    line-height: 1.334;
    font-size: 3rem;
  }
}
.lower_nav_link.is-current {
  color: #898989;
  pointer-events: none;
}

.lower_area + .lower_area {
  padding-top: 15rem;
}

@media (min-width: 769px) {
  .lower_section + .lower_section {
    padding-top: 10rem;
  }
}
@media (max-width: 768px) {
  .lower_section + .lower_section {
    padding-top: 12rem;
  }
}

.lower_block + .lower_block {
  padding-top: 5rem;
}