@charset "Shift_JIS";
/* ------------------------------------------------- *
/*        Breakpoint
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/*        typography
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/*        color
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/*        lineHeight
/* ------------------------------------------------- */
/* ------------------------------------------------- *
/*        MediaQuery
/* ------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
p {
  font-family: "Hiragino Kaku Gothic ProN";
  color: #333333;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5 {
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  h4,
  h5 {
    text-align: left;
  }
}

a {
  cursor: pointer;
  text-decoration: unset;
  color: unset;
}

.module--name {
  font-size: 20px;
  text-align: left;
  font-weight: 600;
  padding: 80px 0 20px 20px;
  background-color: #f3f0e7;
}

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

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

@media screen and (min-width: 769px) {
  .main {
    min-width: 1200px;
  }
}

.ttl-dot {
  text-decoration: underline dotted #c3baa0;
  -webkit-text-decoration: underline dotted #c3baa0;
  text-decoration-thickness: 5px;
  text-underline-offset: 11px;
}

@media screen and (max-width: 768px) {
  .ttl-dot {
    text-decoration: none;
    -webkit-text-decoration: none;
    text-decoration-thickness: unset;
    text-underline-offset: unset;
    border-bottom: dotted #c3baa0;
  }
}

.h1Block {
  padding-top: 64px;
}

.h1Block--ttl {
  font-size: 62px;
  margin-bottom: 72px;
}

@media screen and (max-width: 768px) {
  .h1Block--ttl {
    font-size: 40px;
    margin-bottom: 48px;
  }
}

.h2Block {
  padding: 56px 0 64px;
}

.h2Block--contents {
  margin-bottom: 40px;
}

.h2Block--contents:last-child {
  margin-bottom: 0;
}

.h2Block--ttl {
  font-size: 42px;
  margin-bottom: 64px;
}

@media screen and (max-width: 768px) {
  .h2Block--ttl {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

.h3Block--contents {
  margin-bottom: 32px;
}

.h3Block--contents:last-child {
  margin-bottom: 0;
}

.h3Block--ttl {
  font-size: 32px;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .h3Block--ttl {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.h4Block--ttl {
  font-size: 24px;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .h4Block--ttl {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

.h5Block--ttl {
  font-size: 18px;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .h5Block--ttl {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.section-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .section-inner {
    width: 90%;
  }
}

.section-inner--bg {
  background-color: #f3f0e7;
}

.contentsArea {
  background-color: #FFFFFF;
  padding: 40px 24px;
}

.contentsArea-border {
  border: 2px solid #cccccc;
}

.contentsArea-h2block {
  padding: 69px 83px 40px;
}

@media screen and (max-width: 768px) {
  .contentsArea-h2block {
    padding: 69px 20px 40px;
  }
}

.contents--txt {
  font-size: 18px;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .contents--txt {
    font-size: 16px;
  }
}

.contents--txt:last-child {
  margin-bottom: 0;
}

.list-anno {
  color: #666666;
  font-size: 18px;
  margin-left: 28px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .list-anno {
    font-size: 14px;
  }
}

.list-anno li {
  text-indent: -14px;
}

.list-anno li::before {
  /* jis */
  content: "※";
  margin-right: 10px;
  position: relative;
  display: inline-block;
}

.h1Center {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.h1Center--img {
  overflow: unset;
  height: 360px;
  width: 100%;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .h1Center--img {
    height: 80%;
    top: 0;
    bottom: 0;
    overflow: hidden;
  }
}

.h1Center--img img {
  height: 360px;
  width: 100%;
  object-fit: cover;
  min-height: 300px;
}

@media screen and (max-width: 768px) {
  .h1Center--img img {
    height: unset;
    max-height: 100%;
    min-height: unset;
  }
}

.h1Center--contentsArea {
  z-index: 2;
  position: relative;
}

.h1Center--ttl {
  font-size: 62px;
  line-height: 1.24;
  letter-spacing: 3.1px;
  margin-bottom: 56px;
  padding-top: 72px;
}

@media screen and (max-width: 768px) {
  .h1Center--ttl {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 2px;
    margin-bottom: 48px;
    padding-top: 68px;
  }
}

.h1Center--textArea {
  text-align: center;
  width: 100%;
  max-width: 888px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 37px 0px 56px;
}

@media screen and (max-width: 768px) {
  .h1Center--textArea {
    padding: 15px 20px 32px;
    width: 90%;
  }
}

.h1Center--txt {
  padding: 0 80px;
  font-size: 18px;
  line-height: 1.5;
}

.h1Center--txt-accent {
  font-size: 22px;
  font-weight: 600;
  color: #74A444;
  line-height: 1.36364;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .h1Center--txt-accent {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 2px;
  }
}

@media screen and (max-width: 768px) {
  .h1Center--txt {
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
  }
}

.h1Center .anchor {
  width: 100%;
  background-color: #FFFFFF;
}

.h1Center .anchor--wrapper {
  display: flex;
  justify-content: center;
  padding: 40px 0 48px;
}

@media screen and (max-width: 768px) {
  .h1Center .anchor--wrapper {
    flex-direction: column;
    padding: 12px 20px 48px;
  }
}

.h1Center .anchor--item {
  width: calc(100% / 3);
  text-align: center;
  border-left: 1px solid #cccccc;
  height: 89px;
  position: relative;
}

.h1Center .anchor--item:last-of-type {
  border-right: 1px solid #cccccc;
}

@media screen and (max-width: 768px) {
  .h1Center .anchor--item:last-of-type {
    border-right: unset;
  }
}

@media screen and (max-width: 768px) {
  .h1Center .anchor--item {
    border-left: unset;
    border-right: unset;
    border-bottom: 1px solid #cccccc;
    height: unset;
    width: 100%;
    text-align: left;
  }
}

.h1Center .anchor--txt {
  display: block;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 600;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .h1Center .anchor--txt {
    font-size: 20px;
    line-height: 0.9;
    padding: 20px;
  }
}

.h1Center .anchor--txt::after {
  position: absolute;
  display: block;
  content: "";
  height: 8px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/arrow_anchor.png);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .h1Center .anchor--txt::after {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    right: 10px;
    left: unset;
  }
}

.h1Row {
  position: relative;
}

@media screen and (max-width: 768px) {
  .h1Row {
    position: unset;
  }
}

.h1Row--img img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  min-height: 300px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .h1Row--img img {
    width: 100%;
    height: auto;
    min-height: unset;
  }
}

.h1Row--contentsArea {
  position: absolute;
  top: 50%;
  left: 83px;
  max-width: 656px;
}

@media screen and (min-width: 769px) {
  .h1Row--contentsArea {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  .h1Row--contentsArea {
    position: unset;
    background-color: #FFFFFF;
    max-width: unset;
    padding: 32px 20px 64px;
  }
}

.h1Row--ttl {
  font-size: 48px;
  line-height: 1.3125;
  letter-spacing: 2.4px;
  text-align: left;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .h1Row--ttl {
    text-align: center;
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}

.h1Row--txt {
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .h1Row--txt {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
  }
}

.anchorCard {
  display: flex;
  column-gap: 24px;
  justify-content: center;
  counter-reset: anchor-number 0;
}

@media screen and (max-width: 768px) {
  .anchorCard {
    flex-direction: column;
    column-gap: unset;
    row-gap: 24px;
  }
}

.anchorCard--item {
  display: block;
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  padding: 32px 24px 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .anchorCard--item {
    padding: 24px 20px 30px;
  }
}

.anchorCard--item::before {
  position: absolute;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  counter-increment: anchor-number 1;
  content: "0" counter(anchor-number);
  color: #74A444;
  top: 24px;
  left: 24px;
}

@media screen and (max-width: 768px) {
  .anchorCard--item::before {
    left: 20px;
  }
}

.anchorCard--item::after {
  position: absolute;
  display: block;
  content: "";
  height: 8px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/arrow_anchor.png);
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .anchorCard--item::after {
    bottom: 24px;
  }
}

.anchorCard--item img {
  height: 68px;
  display: block;
  margin: 0 auto 24px;
}

@media screen and (max-width: 768px) {
  .anchorCard--item img {
    height: 53px;
  }
}

.anchorCard--txt {
  color: #875F23;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 1.1px;
  margin-bottom: 16px;
}

@media screen and (min-width: 769px) {
  .anchor4col .anchorCard--item {
    width: calc(100% / 4);
  }
}

@media screen and (min-width: 769px) {
  .anchor3col .anchorCard--item {
    width: calc(100% / 3);
  }
}

.anchorList {
  display: flex;
}

@media screen and (max-width: 768px) {
  .anchorList {
    flex-direction: column;
  }
}

.anchorList--item {
  display: block;
  text-align: center;
  padding: 8px 24px 24px;
  border-left: 1px solid #cccccc;
  position: relative;
}

@media screen and (max-width: 768px) {
  .anchorList--item {
    border-left: unset;
    border-bottom: 1px solid #cccccc;
    width: 90%;
    margin: 0 auto;
    text-align: left;
    padding: 20px 10px;
  }
}

.anchorList--item:last-of-type {
  border-right: 1px solid #cccccc;
}

@media screen and (max-width: 768px) {
  .anchorList--item:last-of-type {
    border-right: unset;
  }
}

.anchorList--item::after {
  position: absolute;
  display: block;
  content: "";
  height: 8px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/arrow_anchor.png);
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .anchorList--item::after {
    top: 50%;
    left: unset;
    right: 10px;
  }
}

.anchorList--head {
  font-size: 22px;
  line-height: 1.68182;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .anchorList--head {
    font-size: 20px;
    line-height: 0.9;
    margin-bottom: 14px;
  }
}

.anchorList--txt {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -0.4px;
}

@media screen and (max-width: 768px) {
  .anchorList--txt {
    letter-spacing: 0;
    font-weight: 400;
  }
}

.anchorList-ttlOnly .anchorList--head {
  line-height: 1.5;
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .anchor5col .anchorList--item {
    width: calc(100% / 5);
  }
}

@media screen and (min-width: 769px) {
  .anchor3col .anchorList--item {
    width: calc(100% / 3);
  }
}

.imgList {
  display: flex;
  width: 100%;
  gap: 24px;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .imgList {
    gap: 20px;
  }
}

.imgList--col2 {
  width: calc(50% - 12px);
}

@media screen and (max-width: 768px) {
  .imgList--col2 {
    width: 100%;
  }
}

.imgList--col2 img {
  width: 100%;
}

.imgList--col1 {
  width: 100%;
}

.imgList--col1 img {
  width: 100%;
}

.accordion {
  counter-reset: accordion-number 0;
}

.accordion--item {
  border-top: 1px solid #cccccc;
}

.accordion--item:last-of-type {
  border-bottom: 1px solid #cccccc;
}

.accordion--button {
  padding: 24px 0 24px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .accordion--button {
    padding: 20px 0 20px;
  }
}

.accordion--button.active {
  padding: 24px 0 28px;
}

@media screen and (max-width: 768px) {
  .accordion--button.active {
    padding: 20px 0 18px;
  }
}

.accordion--button.active::after {
  background-image: url(../img/accordion_close.png);
}

.accordion--button::before {
  display: inline-block;
  counter-increment: accordion-number 1;
  content: counter(accordion-number) ".";
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .accordion--button::before {
    font-size: 16px;
    line-height: 1.5;
  }
}

.accordion--button::after {
  position: absolute;
  display: block;
  content: "";
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/accordion_open.png);
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.accordion--ttl {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .accordion--ttl {
    font-size: 16px;
    line-height: 1.5;
  }
}

.accordion--contentsArea {
  display: none;
  padding: 0 10px 24px;
}

@media screen and (max-width: 768px) {
  .accordion--contentsArea {
    padding: 0 10px 20px;
  }
}

.accordion--contentsArea.active {
  display: block;
}

.accordionCard {
  padding: 10px 0;
}

.accordionCard--item {
  background-color: #FFFFFF;
  padding: 32px 24px 40px;
  box-shadow: 0px 3px 10px rgba(0, 0, 29, 0.16);
}

@media screen and (max-width: 768px) {
  .accordionCard--item {
    padding: 24px 20px 34px;
  }
}

.accordionCard--item + .accordionCard--item {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .accordionCard--item + .accordionCard--item {
    margin-top: 24px;
  }
}

.accordionCard--button .accordionCard--detail.active::after {
  background-image: url(../img/accordion_close.png);
}

.accordionCard--button img {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .accordionCard--button img {
    width: 80px;
    height: auto;
  }
}

.accordionCard--box {
  display: flex;
  column-gap: 24px;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .accordionCard--box {
    align-items: flex-start;
    column-gap: 20px;
  }
}

.accordionCard--txtArea {
  width: calc(100% - 324px);
}

@media screen and (max-width: 768px) {
  .accordionCard--txtArea {
    width: calc(100% - 100px);
  }
}

.accordionCard--label {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.71429;
  color: #fff;
  padding: 5px;
  margin-bottom: 20px;
  display: block;
  width: 114px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .accordionCard--label {
    padding: 5px 16px;
    margin-bottom: 13px;
  }
}

.accordionCard--label-01 {
  background-color: #64a732;
}

.accordionCard--label-02 {
  background-color: #8e5bbf;
}

.accordionCard--label-03 {
  background-color: #ef6e11;
}

.accordionCard--label-04 {
  background-color: #3e79d6;
}

.accordionCard--label-05 {
  background-color: #666666;
}

.accordionCard--ttl {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .accordionCard--ttl {
    font-size: 18px;
    line-height: 1.5;
  }
}

.accordionCard--container {
  position: relative;
  width: 100%;
}

.accordionCard--detail {
  position: relative;
  width: fit-content;
  margin: 0 0 0 auto;
  color: #875F23;
  font-weight: 600;
  font-size: 18px;
  bottom: 0;
  right: 0;
  line-height: 1.5;
  text-align: left;
  padding-right: 40px;
}

@media screen and (max-width: 768px) {
  .accordionCard--detail {
    font-size: 16px;
    line-height: 1.5;
  }
}

.accordionCard--detail::after {
  position: absolute;
  display: block;
  content: "";
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/accordion_open.png);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.accordionCard--contentsArea {
  display: none;
  margin: 28px 0 40px;
}

@media screen and (max-width: 768px) {
  .accordionCard--contentsArea {
    margin: 0px 0 32px;
  }
}

.buttonMore {
  text-align: center;
  padding: 32px 24px 40px;
}

@media screen and (max-width: 768px) {
  .buttonMore {
    padding: 40px 20px;
  }
}

.buttonMore--img {
  width: 68px;
  height: 68px;
  margin: 0 auto 24px;
}

@media screen and (max-width: 768px) {
  .buttonMore--img {
    width: 57px;
    height: 57px;
  }
}

.buttonMore--txt {
  margin-bottom: 32px;
}

.buttonMore--wrapper {
  position: relative;
  height: 64px;
  background-color: #875F23;
  min-width: 400px;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  .buttonMore--wrapper {
    width: 100%;
    min-width: unset;
  }
}

.buttonMore--wrapper a {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .buttonMore--wrapper a {
    font-size: 18px;
    line-height: 1.2;
  }
}

.buttonMore--wrapper-center {
  justify-content: center;
}

.buttonMore--wrapper a::after {
  position: absolute;
  display: block;
  content: "";
  height: 21px;
  width: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/arrow_buttonmore.png);
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .buttonMore--wrapper a::after {
    right: 16px;
  }
}

.buttonMore--wrapper + .buttonMore--wrapper {
  margin-top: 20px;
}

.buttonPDF {
  text-align: center;
  padding: 32px 24px 40px;
}

@media screen and (max-width: 768px) {
  .buttonPDF {
    padding: 32px 20px 40px;
  }
}

.buttonPDF--head {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1.2px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .buttonPDF--head {
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.9px;
    margin-bottom: 32px;
  }
}

.buttonPDF--wrapper {
  position: relative;
  padding: 21px 63px;
  width: fit-content;
  margin: 0 auto;
  border-radius: 15px;
  border: 1px solid #875F23;
}

@media screen and (max-width: 768px) {
  .buttonPDF--wrapper {
    min-height: 57px;
    padding: 8px 40px;
    width: 100%;
  }
}

.buttonPDF--wrapper::before {
  position: absolute;
  display: block;
  content: "";
  height: 21px;
  width: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/link_pdf.png);
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .buttonPDF--wrapper::before {
    left: 20px;
  }
}

.buttonPDF--wrapper::after {
  position: absolute;
  display: block;
  content: "";
  width: 33px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/link_arrow.png);
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .buttonPDF--wrapper::after {
    right: 20px;
  }
}

.buttonPDF--wrapper a {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 1.1px;
  color: #875F23;
}

@media screen and (max-width: 768px) {
  .buttonPDF--wrapper a {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0;
  }
}

.buttonPDF--wrapper + .buttonPDF--wrapper {
  margin-top: 20px;
}

.buttonCV {
  text-align: center;
  padding: 32px 24px 40px;
}

@media screen and (max-width: 768px) {
  .buttonCV {
    padding: 32px 20px 40px;
  }
}

.buttonCV--img {
  width: 68px;
  height: 68px;
  margin: 0 auto 16px;
}

@media screen and (max-width: 768px) {
  .buttonCV--img {
    width: 57px;
    height: 57px;
  }
}

.buttonCV--head {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1.2px;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .buttonCV--head {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0;
    margin-bottom: 32px;
  }
}

.buttonCV--txt {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 32px;
}

.buttonCV--wrapper {
  height: 64px;
  min-width: 400px;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 15px;
  padding: 0 24px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .buttonCV--wrapper {
    min-width: unset;
    width: 100%;
  }
}

.buttonCV--wrapper-red {
  background-color: #e60000;
  box-shadow: 0px 3px 0px #b40000;
}

.buttonCV--wrapper-red a {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .buttonCV--wrapper-red a {
    font-size: 18px;
    line-height: 1.2;
  }
}

.buttonCV--wrapper-white {
  background-color: #fff;
  box-shadow: 0px 3px 0px #e60000;
  border: 2px solid #e60000;
}

.buttonCV--wrapper-white a {
  color: #e60000;
  font-size: 22px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .buttonCV--wrapper-white a {
    font-size: 18px;
    line-height: 1.2;
  }
}

.buttonCV--wrapper + .buttonCV--wrapper {
  margin-top: 20px;
}

.card01 {
  padding: 0 24px 56px;
  margin-top: 36px;
  background-color: #f3f0e7;
}

@media screen and (max-width: 768px) {
  .card01 {
    padding: 0 20px 40px;
    margin-top: 29px;
  }
}

.card01--head {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.7;
  position: relative;
  display: inline-block;
  padding: 9px 120px;
  background: #74a445;
  border-radius: 50px;
  transform: translateX(-50%) translateY(-75%);
  left: 50%;
  top: 0;
  width: fit-content;
  text-align: center;
  letter-spacing: -1.4px;
}

.card01--head::before {
  content: "";
  position: absolute;
  top: 98%;
  left: 50%;
  margin-left: -10px;
  border: 8px solid transparent;
  border-top: 14px solid #74a445;
}

@media screen and (max-width: 768px) {
  .card01--head {
    padding: 4px 24px;
    font-size: 18px;
    line-height: 1.72222;
    letter-spacing: 0.9px;
  }
}

.card01--ttl {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 1.2px;
  margin-bottom: 28px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .card01--ttl {
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.9px;
    margin-bottom: 18px;
    text-align: left;
  }
}

.card01--txt {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.38px;
  text-align: center;
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .card01--txt {
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.34px;
    margin-bottom: 24px;
  }
}

.card01--box {
  display: flex;
  gap: 24px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .card01--box {
    flex-direction: column;
  }
}

.card01--item {
  width: calc(100% / 3);
  background-color: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 29, 0.16);
  display: flex;
  flex-direction: column;
  padding-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .card01--item {
    width: 100%;
    padding-bottom: 25px;
  }
}

.card01--itemImg {
  position: relative;
  height: 173px;
  width: auto;
  margin-bottom: 24px;
}

.card01--itemImgTtl {
  position: absolute;
  width: 100%;
  top: 50%;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .card01--itemImg {
    width: 100%;
    height: auto;
    margin-bottom: 18px;
  }
  .card01--itemImg > img {
    width: 100%;
  }
}

.card01--itemTtl {
  padding: 0 24px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 1px;
  margin-bottom: 18px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .card01--itemTtl {
    padding: 0 20px;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.9px;
    text-align: left;
    margin-bottom: 10px;
  }
}

.card01--itemTxt {
  padding: 0 24px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 24px;
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .card01--itemTxt {
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
    margin-top: unset;
  }
}

.card01 .textLink {
  margin-left: 24px;
  margin-top: auto;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .card01 .textLink {
    margin-left: 20px;
    margin-top: unset;
  }
}

.card02 {
  padding: 32px 24px 50px;
  background-color: #f3f0e7;
}

@media screen and (max-width: 768px) {
  .card02 {
    padding: 32px 20px 40px;
  }
}

.card02--ttl {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 1.6px;
  margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
  .card02--ttl {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 1.2px;
    margin-bottom: 24px;
  }
}

.card02--txt {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.38px;
  margin-bottom: 48px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .card02--txt {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.34px;
    margin-bottom: 24px;
    text-align: left;
  }
}

.card02--box {
  display: flex;
  gap: 24px;
}

@media screen and (max-width: 768px) {
  .card02--box {
    flex-direction: column;
  }
}

.card02--item {
  width: calc(100% / 3);
  background-color: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(0, 0, 29, 0.16);
  display: flex;
  flex-direction: column;
  padding: 24px 24px 32px;
}

@media screen and (max-width: 768px) {
  .card02--item {
    width: 100%;
    padding: 24px 20px 32px;
  }
}

.card02--itemImg {
  width: 100%;
  height: 144px;
  position: relative;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .card02--itemImg {
    height: 120px;
    margin-bottom: 32px;
  }
}

.card02--itemImg img {
  width: auto;
  max-height: 144px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 768px) {
  .card02--itemImg img {
    max-height: 120px;
  }
}

.card02--itemTtl {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.44;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .card02--itemTtl {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.9px;
  }
}

.card02--itemTxt {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 32px;
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .card02--itemTxt {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.34px;
    margin-bottom: 24px;
    margin-top: unset;
  }
}

.card02 .textLink {
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .card02 .textLink {
    margin-top: unset;
  }
}

.card03 {
  display: flex;
  gap: 24px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .card03 {
    flex-direction: column;
  }
}

.card03--item {
  width: calc(100% / 3);
  background-color: #ffffff;
  box-shadow: 0px 2px 6px rgba(0, 0, 29, 0.16);
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .card03--item {
    width: 100%;
  }
}

.card03--img {
  position: relative;
  width: auto;
  height: 180px;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .card03--img {
    height: unset;
  }
}

.card03--img img {
  width: 100%;
}

.card03--ttl {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
  bottom: 0%;
  width: 100%;
  text-align: center;
  padding: 16px 0;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 768px) {
  .card03--ttl {
    padding: 8px 0;
  }
}

.card03--txt {
  padding: 0 24px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.38px;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .card03--txt {
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

.card03--txt-accent {
  font-weight: 600;
}

.card03--linkArea {
  margin: 0 24px 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .card03--linkArea {
    margin: 0 20px 24px;
  }
}

.card03--linkArea:last-of-type {
  margin-bottom: 32px;
}

.card03--linkArea li {
  position: relative;
  padding-left: 20px;
}

.card03--linkArea li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #333333;
  position: absolute;
  top: 9px;
  left: 0px;
}

.card03--linkArea li + li {
  margin-top: 16px;
}

.card03--linkArea + .card03--linkArea {
  border-top: 1px solid #cccccc;
  padding-top: 24px;
}

.card03 .buttonMore--wrapper {
  margin-top: auto;
  width: 70%;
  min-width: unset;
}

@media screen and (max-width: 768px) {
  .card03 .buttonMore--wrapper {
    width: 90%;
    margin-top: unset;
  }
}

.card04 {
  display: flex;
  gap: 24px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .card04 {
    flex-direction: column;
  }
}

.card04--item {
  width: calc(100% / 3);
  background-color: #ffffff;
  box-shadow: 0px 2px 6px rgba(0, 0, 29, 0.16);
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .card04--item {
    width: 100%;
  }
}

.card04--img {
  position: relative;
  width: auto;
  height: 180px;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .card04--img {
    height: unset;
  }
}

.card04--img img {
  width: 100%;
}

.card04--ttl {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
  bottom: 0%;
  width: 100%;
  text-align: center;
  padding: 16px 0;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 768px) {
  .card04--ttl {
    padding: 8px 0;
  }
}

.card04--txt {
  padding: 0 24px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.38px;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .card04--txt {
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

.card04--txt-accent {
  font-weight: 600;
}

.card04 .buttonMore--wrapper {
  margin-top: auto;
  width: 70%;
  min-width: unset;
}

@media screen and (max-width: 768px) {
  .card04 .buttonMore--wrapper {
    width: 90%;
    margin-top: unset;
  }
}

.card05 {
  display: flex;
  column-gap: 25px;
  justify-content: center;
  padding-top: 34px;
}

@media screen and (max-width: 768px) {
  .card05 {
    flex-direction: column;
    row-gap: 56px;
  }
}

.card05--item {
  position: relative;
  display: flex;
  flex-flow: column;
  max-width: calc(95% / 3);
  background-color: #fff;
  flex: 1;
  padding-bottom: 32px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .card05--item {
    flex: initial;
    width: 100%;
    max-width: unset;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}

.card05--head {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.7;
  position: relative;
  display: inline-block;
  padding: 4px 15px;
  background: #74a445;
  border-radius: 50px;
  right: 0;
  left: 0;
  top: -1em;
  margin: 0 auto;
  width: fit-content;
  text-align: center;
  letter-spacing: -1.4px;
}

@media screen and (max-width: 768px) {
  .card05--head {
    padding: 2px 13px;
    font-size: 18px;
    line-height: 1.72222;
    letter-spacing: -1.5px;
    font-feature-settings: "palt";
  }
}

.card05--head::before {
  content: "";
  position: absolute;
  top: 98%;
  left: 50%;
  margin-left: -10px;
  border: 8px solid transparent;
  border-top: 14px solid #74a445;
}

.card05--img {
  display: block;
  width: 80px;
  margin: 0 auto 11px;
}

@media screen and (max-width: 768px) {
  .card05--img {
    width: 25%;
  }
}

.card05--ttl {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-align: center;
  margin-bottom: 22px;
  padding: 0 24px;
}

@media screen and (max-width: 768px) {
  .card05--ttl {
    margin-bottom: 18px;
    padding: 0 20px;
  }
}

.card05--txt {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.38px;
  margin-bottom: 23px;
  padding: 0 24px;
}

@media screen and (max-width: 768px) {
  .card05--txt {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.34px;
    margin-bottom: 18px;
    padding: 0 20px;
  }
}

.card05--link {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

.card05--link a {
  position: relative;
  display: block;
  width: fit-content;
  font-weight: 600;
  font-size: 20px;
  padding-right: 1em;
  line-height: 1.7;
  color: #875F23;
  padding: 0 1em 0 24px;
}

@media screen and (max-width: 768px) {
  .card05--link a {
    font-size: 16px;
    line-height: 1.6875;
    padding: 0 1em 0 20px;
  }
}

.card05--link a::after {
  position: absolute;
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/link_arrow.png);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .card05--link a::after {
    top: 55%;
  }
}

.card05--link a:hover {
  color: #0066AA;
}

.card05--link a:hover::after {
  background-image: url(../img/link_arrow_hover.png);
}

.card06 {
  padding-top: 32px;
}

@media screen and (max-width: 768px) {
  .card06 {
    padding-top: unset;
  }
}

.card06--wrapper {
  width: 100%;
  max-width: 792px;
  margin: 0 auto;
  display: flex;
  background-color: #FFFFFF;
  padding: 32px 24px;
  column-gap: 24px;
  border-radius: 12px;
}

@media screen and (max-width: 768px) {
  .card06--wrapper {
    flex-direction: column;
    background-color: unset;
    padding: unset;
  }
}

.card06--img {
  width: 290px;
  height: 290px;
  margin-top: -64px;
}

@media screen and (max-width: 768px) {
  .card06--img {
    width: 100%;
    height: auto;
    margin-top: unset;
  }
}

.card06--img img {
  width: 100%;
}

.card06--contents {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .card06--contents {
    background-color: #FFFFFF;
    width: 90%;
    margin: -42px auto 0;
    border-radius: 12px;
    padding: 20px 20px 30px;
  }
}

.card06--head {
  position: relative;
  color: #74A444;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  padding-left: 26px;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .card06--head {
    font-size: 20px;
    line-height: 1.7;
    padding-left: 24px;
    margin-bottom: 14px;
  }
}

.card06--head::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 18px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/cardMain_icon.png);
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .card06--head::before {
    width: 16px;
    height: 24px;
  }
}

.card06--txt {
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 24px;
  border-bottom: 1px solid #cccccc;
}

@media screen and (max-width: 768px) {
  .card06--txt {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.19px;
    padding-bottom: 20px;
  }
}

.card06--link {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.65;
  padding-right: 52px;
  display: block;
  padding-top: 24px;
}

@media screen and (max-width: 768px) {
  .card06--link {
    font-size: 18px;
    line-height: 1.33333;
    letter-spacing: 0.72px;
    padding-right: 40px;
    padding-top: 20px;
  }
}

.card06--link::after {
  position: absolute;
  display: block;
  content: "";
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/arrow_cardMain.png);
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .card06--link::after {
    width: 20px;
    height: 20px;
  }
}

.card07 {
  display: flex;
  gap: 27px 24px;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .card07 {
    gap: 16px 24px;
  }
}

.card07--item {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 16px;
  background-color: #FFFFFF;
  width: calc(50% - 12px);
  box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .card07--item {
    width: 100%;
    column-gap: 10px;
  }
}

.card07--item::after {
  position: absolute;
  display: block;
  content: none;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 16px;
  right: 10px;
}

@media screen and (max-width: 768px) {
  .card07--item::after {
    height: 16px;
    width: 16px;
    bottom: 8px;
    right: 5px;
  }
}

.card07--item-link ::after {
  position: absolute;
  display: block;
  content: "";
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/link_blank.png);
  bottom: 16px;
  right: 10px;
}

@media screen and (max-width: 768px) {
  .card07--item-link ::after {
    height: 16px;
    width: 16px;
    bottom: 8px;
    right: 5px;
  }
}

.card07--item-pdf::after {
  content: "";
  height: 24px;
  right: 16px;
  background-image: url(../img/link_pdf.png);
}

@media screen and (max-width: 768px) {
  .card07--item-pdf::after {
    height: 20px;
    right: 8px;
  }
}

.card07--img {
  width: 176px;
}

@media screen and (max-width: 768px) {
  .card07--img {
    width: 32%;
  }
}

.card07--img img {
  width: 100%;
}

.card07--label {
  position: absolute;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.72222;
  color: #fff;
  padding: 1px 12px;
  width: fit-content;
  display: block;
  text-align: center;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .card07--label {
    text-align: center;
    white-space: nowrap;
    font-size: 3vw;
    line-height: 6vw;
  }
}

.card07--label-01 {
  background-color: #64a732;
}

.card07--label-02 {
  background-color: #8e5bbf;
}

.card07--label-03 {
  background-color: #ef6e11;
}

.card07--label-04 {
  background-color: #3e79d6;
}

.card07--label-05 {
  background-color: #666666;
}

.card07--txtarea {
  flex: 1;
  padding-right: 57px;
}

@media screen and (max-width: 768px) {
  .card07--txtarea {
    padding-right: 30px;
  }
}

.card07--txtarea .card07--txt {
  font-weight: 600;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .card07--txtarea .card07--txt {
    font-size: 16px;
    line-height: 1.3125;
  }
}

.textLink {
  position: relative;
  display: block;
  color: #875F23;
  font-weight: 600;
  font-size: 20px;
  padding-right: 1.5em;
  line-height: 1.7;
  text-decoration: underline;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .textLink {
    font-size: 16px;
    line-height: 1.6875;
  }
}

.textLink::after {
  position: absolute;
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/link_arrow.png);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .textLink::after {
    width: 1em;
    height: 1em;
    right: 0;
  }
}

.textLink:hover {
  color: #0066AA;
  text-decoration: underline;
}

.textLink:hover::after {
  background-image: url(../img/link_arrow_hover.png);
}

.textLink-blank::after {
  background-image: url(../img/link_blank.png);
}

.textLink-blank:hover::after {
  background-image: url(../img/link_blank_hover.png);
}

.textLink-pdf::after {
  background-image: url(../img/link_pdf.png);
}

.textLink-pdf:hover::after {
  background-image: url(../img/link_pdf_hover.png);
}

@media screen and (min-width: 769px) {
  .textLink-small {
    font-size: 18px;
    line-height: 1.5;
  }
  .textLink-small::after {
    width: 20px;
    height: 20px;
  }
}

.Trivia {
  background-color: #F7F7F7;
  padding: 28px 24px 40px;
}

@media screen and (max-width: 768px) {
  .Trivia {
    padding: 20px 20px 32px;
  }
}

.Trivia--ttl {
  position: relative;
  padding-left: 36px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 1.2px;
  margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
  .Trivia--ttl {
    font-size: 18px;
    line-height: 1.33333;
    letter-spacing: 0;
    margin-bottom: 18px;
  }
}

.Trivia--ttl::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/trivia_icon.png);
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .Trivia--ttl::before {
    width: 24px;
    height: 24px;
  }
}

.Trivia--linkArea {
  padding-left: 10px;
}

.Trivia--linkArea li {
  position: relative;
  padding-left: 20px;
}

.Trivia--linkArea li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #333333;
  position: absolute;
  top: 9px;
  left: 0px;
}

.Trivia--linkArea li + li {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .Trivia--linkArea li + li {
    margin-top: 16px;
  }
}

.checkbox {
  padding: 32px 24px 40px;
  background-color: #FFFFFF;
}

@media screen and (max-width: 768px) {
  .checkbox {
    padding: 24px 20px 32px;
  }
}

.checkbox-bg {
  background-color: #F7F7F7;
}

.checkbox--ttl {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .checkbox--ttl {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 18px;
  }
}

.checkbox--list li {
  position: relative;
  font-size: 18px;
  line-height: 1.33333;
  padding-left: 34px;
}

@media screen and (max-width: 768px) {
  .checkbox--list li {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 29px;
  }
}

.checkbox--list li::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 24px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/checkbox_icon.png);
  top: 0.25em;
  left: 0px;
}

@media screen and (max-width: 768px) {
  .checkbox--list li::before {
    width: 19px;
    height: 16px;
  }
}

.checkbox--list li + li {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .checkbox--list li + li {
    margin-top: 16px;
  }
}

.pointArea {
  padding: 32px 24px 40px;
  background-color: #F7F7F7;
}

@media screen and (max-width: 768px) {
  .pointArea {
    padding: 24px 20px 32px;
  }
}

.pointArea--contents {
  padding-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .pointArea--contents {
    padding-bottom: 20px;
  }
}

.pointArea--contents:last-child {
  padding-bottom: unset;
}

.pointArea--contents + .pointArea--contents {
  padding-top: 32px;
  border-top: 1px solid #cccccc;
}

@media screen and (max-width: 768px) {
  .pointArea--contents + .pointArea--contents {
    padding-top: 20px;
  }
}

.pointArea--ttl {
  color: #74A444;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 1.2px;
  margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
  .pointArea--ttl {
    font-size: 18px;
    line-height: 1.33333;
    letter-spacing: 0;
    margin-bottom: 18px;
  }
}

.pointArea--list {
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .pointArea--list {
    margin-bottom: 24px;
  }
}

.pointArea--list:last-child {
  margin-bottom: unset;
}

.pointArea--list li {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .pointArea--list li {
    font-size: 16px;
    line-height: 1.5;
  }
}

.pointArea--list li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #333333;
  position: absolute;
  top: 9px;
  left: 0;
}

.pointArea--list li + li {
  margin-top: 16px;
}

.pointArea--linkArea {
  padding-left: 18px;
}

@media screen and (max-width: 768px) {
  .pointArea--linkArea {
    padding-left: 16px;
  }
}

.pointArea--linkArea li + li {
  margin-top: 16px;
}

.warnArea {
  background-color: #F7F7F7;
  padding: 32px 24px 40px;
}

@media screen and (max-width: 768px) {
  .warnArea {
    padding: 24px 20px 32px;
  }
}

.warnArea--list li {
  position: relative;
  font-size: 18px;
  line-height: 1.33333;
  padding-left: 31px;
}

@media screen and (max-width: 768px) {
  .warnArea--list li {
    font-size: 16px;
    line-height: 1.5;
  }
}

.warnArea--list li::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 21px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/warn_icon.png);
  top: 0px;
  left: 0px;
}

.warnArea--list li + li {
  margin-top: 16px;
}

.warnArea--list-accent {
  font-weight: 600;
  color: #74A444;
}

.problem {
  display: flex;
  column-gap: 24px;
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .problem {
    flex-direction: column;
    row-gap: 15px;
  }
}

.problem--item {
  width: calc(100% / 3);
  display: flex;
  column-gap: 16px;
}

@media screen and (max-width: 768px) {
  .problem--item {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
    column-gap: 10px;
  }
}

.problem--img {
  width: 126px;
  height: 126px;
}

@media screen and (max-width: 768px) {
  .problem--img {
    width: 80px;
    height: 80px;
  }
}

.problem--img img {
  width: 100%;
}

.problem--label {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  padding: 8px 0;
  width: 96px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .problem--label {
    font-size: 12px;
    padding: 5px 0;
    width: 30%;
  }
}

.problem--label-01 {
  color: #F49849;
  border: 1px solid #F49849;
}

.problem--label-02 {
  color: #40ADE8;
  border: 1px solid #40ADE8;
}

.problem--ttl {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (max-width: 768px) {
  .problem--ttl {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}

.problem--attributes {
  color: #666666;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6875;
}

@media screen and (max-width: 768px) {
  .problem--attributes {
    font-size: 12px;
    line-height: 1.66667;
  }
}

.newsArea--box {
  padding: 20px 0;
}

.newsArea--item {
  padding: 24px 0;
  border-bottom: 1px solid #cccccc;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .newsArea--item {
    flex-wrap: wrap;
    padding: 15px 0;
  }
}

.newsArea--label {
  width: 101px;
  color: #875F23;
  border: 1px solid #875F23;
  padding: 5px 0;
  font-size: 16px;
  line-height: 1.6875;
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .newsArea--label {
    width: 23%;
    font-size: 14px;
    line-height: 1.71429;
  }
}

.newsArea--date {
  font-size: 16px;
  line-height: 1.6875;
  color: #666666;
  margin-left: 16px;
}

@media screen and (max-width: 768px) {
  .newsArea--date {
    font-size: 12px;
    line-height: 1.66667;
    margin-left: 7px;
  }
}

.newsArea--link {
  font-size: 18px;
  line-height: 1.72222;
  text-decoration: underline;
  flex: 1;
  margin-left: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 768px) {
  .newsArea--link {
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    flex: unset;
    margin-left: unset;
    margin-top: 14px;
  }
}

.seminar {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .seminar {
    flex-direction: column;
  }
}

.seminar--item {
  width: calc(100% / 4);
}

@media screen and (max-width: 768px) {
  .seminar--item {
    width: 100%;
    display: flex;
    column-gap: 10px;
  }
}

.seminar--img {
  position: relative;
  width: auto;
  height: 160px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .seminar--img {
    width: 35%;
    height: auto;
  }
}

.seminar--img::after {
  position: absolute;
  display: block;
  content: "";
  height: 54px;
  width: 54px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/seminar_icon.png);
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 768px) {
  .seminar--img::after {
    width: 5.65vw;
    height: 5.65vw;
    top: 9vw;
  }
}

.seminar--img img {
  width: 100%;
}

.seminar--contents {
  flex: 1;
}

.seminar--time {
  color: #666666;
  font-size: 16px;
  line-height: 1.6875;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .seminar--time {
    font-size: 12px;
    line-height: 1.66667;
    margin-bottom: 8px;
  }
}

.seminar--ttl {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 768px) {
  .seminar--ttl {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.16px;
    margin-bottom: 14px;
  }
}

.seminar--teacher {
  text-align: right;
  color: #666666;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .seminar--teacher {
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
  }
}

.textNumber {
  counter-reset: textNumber 0;
}

.textNumber--item {
  background-color: #F7F7F7;
  padding: 32px 24px 40px;
}

@media screen and (max-width: 768px) {
  .textNumber--item {
    padding: 32px 20px 40px;
  }
}

.textNumber--item + .textNumber--item {
  margin-top: 24px;
}

.textNumber--contents {
  position: relative;
  padding-left: 74px;
  margin-bottom: 24px;
}

.textNumber--contents::before {
  position: absolute;
  counter-increment: textNumber 1;
  content: "0" counter(textNumber);
  color: #74A444;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 56px;
  line-height: 0.42857;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .textNumber--contents::before {
    font-size: 50px;
    line-height: 0.48;
    top: 32px;
  }
}

.textNumber--subttl {
  color: #74A444;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .textNumber--subttl {
    font-size: 16px;
    line-height: 2.0625;
    letter-spacing: -0.4px;
  }
}

.textNumber--ttl {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 1.6px;
}

@media screen and (max-width: 768px) {
  .textNumber--ttl {
    font-size: 22px;
    line-height: 1.5;
  }
}

.textNumber--txt {
  font-family: "Hiragino Kaku Gothic Std";
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .textNumber--txt {
    font-size: 16px;
    line-height: 1.5;
  }
}

.filter-list {
  width: fit-content;
  display: flex;
  justify-content: left;
  gap: 7px 10px;
  flex-wrap: wrap;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .filter-list {
    width: 100%;
    display: flex;
    justify-content: left;
    gap: 10px;
    flex-wrap: wrap;
  }
}

.toggleButton {
  background-color: #F1EEE3;
  border: 1px solid #875F23;
  color: #875F23;
  border-radius: 30px;
  width: fit-content;
  padding: 4px 22px;
  cursor: pointer;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .toggleButton {
    width: fit-content;
    font-size: 16px;
    line-height: calc(27/16);
    text-align: center;
    padding: 0px 8px;
  }
}

.toggleButton.type-0:hover,
.toggleButton.type-0.is-active {
  background-color: #8F6B1D;
  color: #fff;
  border-color: #8F6B1D;
}

.toggleButton.type-1:hover,
.toggleButton.type-1.is-active {
  background-color: #64A732;
  color: #fff;
  border-color: #64A732;
}

.toggleButton.type-2:hover,
.toggleButton.type-2.is-active {
  background-color: #8E5BBF;
  color: #fff;
  border-color: #8E5BBF;
}

.toggleButton.type-3:hover,
.toggleButton.type-3.is-active {
  background-color: #EF6E11;
  color: #fff;
  border-color: #EF6E11;
}

.toggleButton.type-4:hover,
.toggleButton.type-4.is-active {
  background-color: #3E79D6;
  color: #fff;
  border-color: #3E79D6;
}

.toggleButton.type-5:hover,
.toggleButton.type-5.is-active {
  background-color: #666666;
  color: #fff;
  border-color: #666666;
}

.Voice {
  margin-bottom: 67px;
}

@media screen and (max-width: 768px) {
  .Voice {
    margin-bottom: 48px;
  }
}

.Voice__slider {
  padding-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .Voice__slider {
    padding-bottom: 9px;
  }
}

.Voice__item {
  padding: 0 12px;
}

@media screen and (max-width: 768px) {
  .Voice__item {
    padding: 0 0.5%;
  }
}

.Voice__textarea {
  padding: 31px 24px 34px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  height: calc(100% - 64px);
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .Voice__textarea {
    padding: 28px 6% 34px;
  }
}

.Voice__title {
  margin-bottom: 20px;
  text-align: center;
  color: #875F23;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.44;
  min-height: 63px;
}

@media screen and (max-width: 768px) {
  .Voice__title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
    min-height: 54px;
  }
}

.Voice__text {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .Voice__text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: -7px;
  }
}

.Voice__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6875;
  margin-top: auto;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .Voice__name {
    font-size: 14px;
    line-height: 1.35714;
  }
}

.Voice .slick-slide {
  height: auto !important;
}

.Voice .slick-dots {
  padding-left: 10px;
}

.Voice .slick-dots li {
  margin: 0 4px;
}

@media screen and (max-width: 768px) {
  .Voice .slick-dots li {
    margin: 0 0.2%;
  }
}

.Voice .slick-dots li button::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #875F23;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .Voice .slick-dots li button::before {
    width: 10px;
    height: 10px;
  }
}

.Voice .slick-dots .slick-active button::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #875F23;
}

@media screen and (max-width: 768px) {
  .Voice .slick-dots .slick-active button::before {
    width: 10px;
    height: 10px;
  }
}

.Voice .slick-next,
.Voice .slick-prev {
  position: absolute;
  top: 102%;
  z-index: 2;
}

.Voice .slick-next::before,
.Voice .slick-prev::before {
  content: "";
  background-image: url(../../../rw_assets/img/top/arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 13px;
  height: 22px;
  display: block;
}

.Voice .slick-next {
  right: 481px;
}

@media screen and (max-width: 768px) {
  .Voice .slick-next {
    right: 26%;
  }
}

.Voice .slick-prev {
  left: 487px;
}

.Voice .slick-prev::before {
  transform: rotateY(180deg);
}

@media screen and (max-width: 768px) {
  .Voice .slick-prev {
    left: 28%;
  }
}

.Voice .slick-slide {
  margin: 10px 0;
}

.Voice .slick-track {
  display: flex;
}

.pagelink {
  margin-bottom: 0;
}

.pagelink p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .pagelink p {
    font-size: 18px;
    margin-bottom: 7px;
  }
}

.pagelink-container {
  display: flex;
  flex-wrap: wrap;
}

.pagelink-container p {
  position: relative;
  display: block;
  margin: 0;
  height: 32px;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .pagelink-container p {
    margin: 6px 0 0 0;
    height: unset;
    line-height: 28px;
    padding-left: 7px;
    text-indent: -7px;
  }
}

.pagelink-container p span {
  font-size: 18px;
  font-weight: 400;
  padding: 0 15px;
  margin-bottom: 0;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .pagelink-container p span {
    font-size: 16px;
    padding: 0 7px;
  }
}

.pagelink-container p span::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #CCCCCC;
  position: absolute;
  top: 5px;
  margin-left: -15px;
}

@media screen and (max-width: 768px) {
  .pagelink-container p span::before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #CCCCCC;
    position: absolute;
    top: 5px;
    margin-left: -7px;
  }
}

.pagelink-container p span::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #CCCCCC;
  position: absolute;
  bottom: 12px;
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .pagelink-container p span::after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #CCCCCC;
    position: absolute;
    bottom: 3px;
    margin-left: 7px;
  }
}

.pagelink-container a {
  position: relative;
  display: block;
  margin: 0;
  height: 32px;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .pagelink-container a {
    margin: 6px 0 0 0;
    height: unset;
    line-height: 28px;
    padding-left: 7px;
    text-indent: -7px;
  }
}

.pagelink-container a span {
  font-size: 18px;
  padding: 0 15px;
  margin-bottom: 0;
  vertical-align: top;
  color: #875F23;
  text-decoration: underline;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .pagelink-container a span {
    font-size: 16px;
    padding: 0 7px;
  }
}

.pagelink-container a span:hover {
  color: #0066AA;
}

.pagelink-container a span::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #CCCCCC;
  position: absolute;
  top: 5px;
  margin-left: -15px;
}

@media screen and (max-width: 768px) {
  .pagelink-container a span::before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #CCCCCC;
    position: absolute;
    top: 5px;
    margin-left: -7px;
  }
}

.pagelink-container a span::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #CCCCCC;
  position: absolute;
  bottom: 12px;
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .pagelink-container a span::after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #CCCCCC;
    position: absolute;
    bottom: 3px;
    margin-left: 7px;
  }
}

.stepcard {
  border: 2px solid #CCCCCC;
  padding: 32px 24px;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .stepcard {
    padding: 24px 16px;
    margin-bottom: 24px;
  }
}

.stepcard:last-child {
  margin-bottom: 0;
}

.stepcard::before {
  counter-increment: step;
  display: block;
  width: fit-content;
  padding: 2px 10px;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  background-color: #64A732;
  content: "STEP 0" counter(step);
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .stepcard::before {
    padding: 1px 5px;
    font-size: 14px;
  }
}

.stepcard-title {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .stepcard-title {
    font-size: 18px;
    margin-bottom: 6px;
  }
}

.stepcard-title--sub {
  font-size: 18px;
  font-weight: 600;
  color: #74A444;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .stepcard-title--sub {
    font-size: 16px;
    margin-bottom: 14px;
  }
}

.stepcard-content > *:last-child {
  margin-bottom: 0;
}

.stepcard-content p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .stepcard-content p {
    font-size: 16px;
    margin-bottom: 14px;
  }
}

.stepcard-content ul {
  counter-reset: number;
}

.stepcard-content ul li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}

.stepcard-content ul li a {
  color: #875F23;
  font-weight: 600;
  text-decoration: underline;
}

.stepcard-content ul li a:hover {
  color: #4571AC;
  text-decoration-color: #4571AC;
}

@media screen and (max-width: 768px) {
  .stepcard-content ul li {
    font-size: 16px;
    margin-bottom: 3px;
  }
}

.stepcard-content ul li.number {
  padding-left: 2.5em;
}

.stepcard-content ul li.number::before {
  counter-increment: number;
  content: "（" counter(number) "）";
  position: absolute;
  left: 0;
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .stepcard-content ul li.number::before {
    font-size: 16px;
  }
}

.stepcard-content ul li.dot {
  padding-left: 1em;
}

.stepcard-content ul li.dot::before {
  content: "・";
  position: absolute;
  left: 0;
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .stepcard-content ul li.dot::before {
    font-size: 16px;
  }
}

.stepcard-content ul li:last-child {
  margin-bottom: 0;
}

.stepcard-area {
  counter-reset: step;
}

.tablebox table {
  border: 2px solid #D2D5DB;
}

.tablebox table th, .tablebox table td {
  border: solid #D2D5DB;
  border-width: 0 2px 2px 0;
  padding: 15px;
  vertical-align: middle;
}

.tablebox table thead th {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  background-color: #EDF0F3;
}

.tablebox table tbody td {
  font-size: 14px;
  font-weight: 400;
}

.tablebox .table-annotation {
  margin-top: 24px;
}

.tablebox .table-annotation li {
  position: relative;
  padding-left: 1.5em;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .tablebox .table-annotation li {
    font-size: 14px;
    margin-bottom: 2px;
  }
}

.tablebox .table-annotation li::before {
  position: absolute;
  content: "※";
  left: 0;
}

.tablebox .table-annotation li.asterisk::before {
  content: "＊";
}

.tablebox .table-annotation li:last-child {
  margin-bottom: 0;
}
