.js_accordion_body {
  display: none;
}

.archiveContents_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 300px;
  border-radius: 100px;
  margin: 80px auto 0;
  border: 2px solid #333;
  background-color: #fff;
  color: #333;
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .archiveContents_btn {
    min-width: 100%;
    font-size: 1.5rem;
  }
}
.archiveContents_btn:after {
  top: calc(50% - 5px);
  right: 26px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.archiveContents_btn.is_open:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.archiveContents_btn__short {
  margin-top: 40px;
}

.c-strawWrap__ais {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-primary_button {
  padding: 19px 45px 19px 30px;
}

.flex.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .flex.justify-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.flex.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex_3col a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 767px) {
  .flex_3col a {
    width: 100%;
  }
}

.shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.min-whidth {
  min-width: 300px;
  text-align: center;
}

.decimalList {
  margin-top: 10px;
  margin-left: 20px;
}
.decimalList:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .decimalList:first-child {
    margin-top: 10px;
  }
}
.decimalList > li {
  margin-top: 5px;
  text-indent: -20px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .decimalList > li {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
.decimalList > li:first-child {
  margin-top: 0;
}
.decimalList ul, .decimalList ol {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .decimalList ul, .decimalList ol {
    margin-left: 10px;
  }
}
.decimalList .descList > li:before {
  left: -13px;
}

.descList {
  margin-top: 10px;
}
.descList:first-child {
  margin-top: 0;
}
.descList > li {
  position: relative;
  padding-left: 20px;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .descList > li {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
.descList > li:first-child {
  margin-top: 0;
}
.descList > li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .descList > li:before {
    top: 10px;
    left: 5px;
  }
}

.c-imgTxtSet {
  margin-top: 50px;
}
.c-imgTxtSet_img {
  width: 100%;
}
.c-imgTxtSet_img img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.c-imgTxtSet_body {
  margin-top: 5rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-imgTxtSet_body {
    margin-top: 1.25rem;
  }
}
.c-imgTxtSet_txt {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .c-imgTxtSet_txt {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.c-hdg_lv2 {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-hdg_lv2 {
    font-size: 1.8rem;
  }
}

.videoSet {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
.videoSet video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-partner__narrow {
  margin-top: 80px;
}

.c-vision__narrow {
  margin-top: 80px;
}

.c-primary_button__wh {
  border: 2px solid #333;
  background-color: #fff;
  color: #333;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-kanekashopWrap {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .c-strawWrap {
    margin-top: 50px;
  }
}

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

.c-fight_wrap {
  margin-top: 48px;
  border-top: 1px solid #ddd;
}