@charset "UTF-8";
h2.tit {
  color: #333333;
  font-size: 2.0497803807vw;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-align: center;
}
@media screen and (max-width: 1365px) {
  h2.tit {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  h2.tit {
    font-size: 4.6875vw;
  }
}

h3.min-tit {
  color: #C6B525;
  font-size: 1.385em;
  font-weight: normal;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1365px) {
  h3.min-tit {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  h3.min-tit {
    font-size: 4.8vw;
  }
}
h3.min-tit:before, h3.min-tit:after {
  background: #C6B525;
  content: "";
  display: inline-block;
  height: 2px;
  vertical-align: middle;
  width: 65px;
}
@media screen and (max-width: 768px) {
  h3.min-tit:before, h3.min-tit:after {
    height: 1px;
    width: 8vw;
  }
}
h3.min-tit:before {
  margin-right: 45px;
}
@media screen and (max-width: 768px) {
  h3.min-tit:before {
    margin-right: 4vw;
  }
}
h3.min-tit:after {
  margin-left: 45px;
}
@media screen and (max-width: 768px) {
  h3.min-tit:after {
    margin-left: 4vw;
  }
}

.person {
  margin-left: auto;
  margin-right: auto;
  min-width: 230px;
  width: 18.2291666667vw;
}
@media screen and (max-width: 1365px) {
  .person {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .person {
    min-width: auto;
    width: 56vw;
  }
}
.person svg {
  display: block;
  min-height: 109.61px;
  height: 8.0241581259vw;
  margin: auto;
  min-width: 96.16px;
  width: 7.0395314788vw;
}
@media screen and (max-width: 768px) {
  .person svg {
    min-height: auto;
    height: 24.8203125vw;
    min-width: auto;
    width: 21.7721354167vw;
  }
}
.person figcaption {
  align-items: center;
  background: #D6CD82;
  border-radius: 70px;
  box-sizing: border-box;
  color: #707070;
  display: flex;
  justify-content: center;
  margin-top: 1.5625vw;
  height: 2.8645833333vw;
  padding-left: 1.2em;
  text-align: center;
}
@media screen and (max-width: 1365px) {
  .person figcaption {
    height: 40px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .person figcaption {
    height: 9.3333333333vw;
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
    padding-left: 1em;
  }
}

.tri__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.0833333333vw;
  padding-left: 7.8125vw;
  row-gap: 1.5625vw;
}
@media screen and (max-width: 1365px) {
  .tri__list {
    margin-top: 30px;
    padding-left: 120px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tri__list {
    margin-top: 6.6666666667vw;
    padding-left: 1.5em;
    row-gap: 4vw;
  }
}
.tri__list li {
  line-height: 1.75;
  text-indent: -1.5em;
  width: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .tri__list li {
    white-space: nowrap;
  }
}
.tri__list li:before {
  background: url("../img/tri-gold.svg") no-repeat;
  content: "";
  display: inline-block;
  height: 1em;
  margin-right: 0.5em;
  vertical-align: middle;
  width: 1em;
}
@media screen and (max-width: 768px) {
  .tri__list li:before {
    height: 4.8vw;
    width: 4.8vw;
  }
}

.detail-btn {
  border-bottom: 1px solid #707070;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1.25vw;
  margin-top: 1.5625vw;
  padding-bottom: 8px;
  padding-right: 1.5em;
  position: relative;
}
@media screen and (max-width: 1365px) {
  .detail-btn {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .detail-btn {
    font-size: 3.7333333333vw;
    margin-top: 15px;
  }
}
.detail-btn:after {
  background: url("../img/tri-gold.svg") no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 0.78125vw;
  margin: auto;
  pointer-events: none;
  position: absolute;
  top: -4px;
  bottom: 0;
  right: 0;
  width: 0.78125vw;
}
@media screen and (max-width: 1365px) {
  .detail-btn:after {
    height: 12px;
    width: 12px;
  }
}

.posi-icon {
  position: absolute;
  z-index: 1;
}
.posi-icon.ico-01 {
  animation: h-shake 5s infinite ease-in-out;
  top: -3.125vw;
  right: 9.375vw;
  width: 7.2916666667vw;
}
@media screen and (max-width: 1365px) {
  .posi-icon.ico-01 {
    top: -45px;
    right: 110px;
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .posi-icon.ico-01 {
    top: -10.6666666667vw;
    right: 1.3333333333vw;
    width: 14.6666666667vw;
  }
}
.posi-icon.ico-02 {
  animation: h-shake 5s infinite ease-in-out reverse;
  top: -7.03125vw;
  right: 10.4166666667vw;
  width: 7.2916666667vw;
}
@media screen and (max-width: 1365px) {
  .posi-icon.ico-02 {
    top: -96px;
    right: 150px;
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .posi-icon.ico-02 {
    top: -20.6666666667vw;
    right: -2.6666666667vw;
    width: 21.3333333333vw;
  }
}
.posi-icon.ico-03 {
  animation: h-shake 5s infinite ease-in-out reverse;
  top: 65.1041666667vw;
  right: 11.4583333333vw;
  width: 6.7708333333vw;
}
@media screen and (max-width: 1365px) {
  .posi-icon.ico-03 {
    top: 890px;
    left: 1100px;
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  .posi-icon.ico-03 {
    top: 48vw;
    left: auto;
    right: -10.6666666667vw;
    width: 21.3333333333vw;
  }
}
.posi-icon.ico-04 {
  animation: h-shake 5s infinite ease-in-out reverse;
  top: -5.46875vw;
  left: 7.2916666667vw;
  width: 6.7708333333vw;
}
@media screen and (max-width: 1365px) {
  .posi-icon.ico-04 {
    top: -75px;
    left: 100px;
    width: 92px;
  }
}
@media screen and (max-width: 768px) {
  .posi-icon.ico-04 {
    top: -13.8666666667vw;
    left: 0;
    width: 16vw;
  }
}
.posi-icon.ico-05 {
  animation: h-shake 5s infinite ease-in-out reverse;
  top: 39.0625vw;
  left: -3.6458333333vw;
  width: 6.7708333333vw;
}
@media screen and (max-width: 1365px) {
  .posi-icon.ico-05 {
    top: 535px;
    left: -50px;
    width: 92px;
  }
}
@media screen and (max-width: 768px) {
  .posi-icon.ico-05 {
    top: -8vw;
    left: -8vw;
    width: 18.6666666667vw;
  }
}
.posi-icon.ico-06 {
  animation: h-shake 5s infinite ease-in-out reverse;
  top: -5.2083333333vw;
  right: 6.25vw;
  width: 6.7708333333vw;
}
@media screen and (max-width: 1365px) {
  .posi-icon.ico-06 {
    top: -70px;
    right: 100px;
    width: 92px;
  }
}
@media screen and (max-width: 768px) {
  .posi-icon.ico-06 {
    top: -42.6666666667vw;
    right: 0;
    width: 16vw;
  }
}

@keyframes h-shake {
  0% {
    transform: translate(0);
  }
  33% {
    transform: translate(-0.3125rem);
  }
  66% {
    transform: translate(0.3125rem);
  }
  100% {
    transform: translate(0);
  }
}
/* ==================================================
KEYVISUAL
================================================== */
.keyvisual {
  min-width: 1366px;
  margin-top: 7.8125vw;
}
@media screen and (max-width: 1365px) {
  .keyvisual {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .keyvisual {
    margin-top: 26.0416666667vw;
    min-width: auto;
    overflow: hidden;
  }
}
.keyvisual figure {
  margin: auto;
  min-width: 868px;
  position: relative;
  width: 63.5431918009vw;
}
@media screen and (max-width: 768px) {
  .keyvisual figure {
    min-width: auto;
    width: 100%;
  }
}
.keyvisual figure img {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.5s;
}
.keyvisual figure .img02 {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.keyvisual.view figure img {
  opacity: 1;
  transform: translateY(0);
}
.keyvisual.view figure .img02 {
  transition-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .keyvisual.view figure .img02 {
    transform: scale(1.1) translateY(0);
  }
}

/* ==================================================
ABOUT
================================================== */
#anc01 {
  min-width: 1366px;
  padding-top: 7.3206442167vw;
  padding-bottom: 6.588579795vw;
}
@media screen and (max-width: 1365px) {
  #anc01 {
    padding-top: 100px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  #anc01 {
    min-width: auto;
    padding-top: 26.0416666667vw;
    padding-bottom: 19.53125vw;
  }
}
#anc01 .inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  min-width: 843px;
  width: 61.7130307467vw;
}
@media screen and (max-width: 768px) {
  #anc01 .inner {
    flex-wrap: wrap;
    min-width: auto;
    width: 100%;
  }
}
#anc01 .inner__tit {
  min-width: 234px;
  width: 17.1303074671vw;
}
@media screen and (max-width: 768px) {
  #anc01 .inner__tit {
    margin: auto;
    min-width: auto;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  #anc01 .inner__tit figure {
    width: 39.0625vw;
  }
}
#anc01 .inner__text {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1em;
  min-width: 340px;
  width: 24.8901903367vw;
}
@media screen and (max-width: 768px) {
  #anc01 .inner__text {
    font-size: 4.1666666667vw;
    justify-content: center;
    margin-top: 18.2291666667vw;
    min-width: auto;
    text-align: center;
    width: 100%;
  }
}
#anc01 .inner__text p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #anc01 .inner__text p {
    line-height: 2.25;
  }
}

/* ==================================================
WHAT'S LOOP
================================================== */
#anc02 {
  background: #FFF;
  min-width: 1366px;
  padding-top: 8.0527086384vw;
  padding-bottom: 11.7130307467vw;
}
@media screen and (max-width: 1365px) {
  #anc02 {
    padding-top: 110px;
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 768px) {
  #anc02 {
    padding-top: 19.53125vw;
    padding-bottom: 26.0416666667vw;
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  #anc02 .inner {
    margin: auto;
    width: 84%;
  }
}
#anc02 .inner .text {
  margin-top: 5.1244509517vw;
  margin-bottom: 9.1508052709vw;
  text-align: center;
}
@media screen and (max-width: 1365px) {
  #anc02 .inner .text {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  #anc02 .inner .text {
    font-size: 4.1666666667vw;
    margin-top: 7.8125vw;
    margin-bottom: 18.2291666667vw;
    text-align: left;
  }
}
#anc02 .inner .text p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #anc02 .inner .text p {
    line-height: 2.5;
  }
}
#anc02 .inner__clm {
  align-items: center;
  -moz-column-gap: 10.2489019034vw;
       column-gap: 10.2489019034vw;
  display: flex;
  justify-content: space-between;
  margin: 3.2942898975vw auto 0;
  min-width: 916px;
  width: 67.0571010249vw;
}
@media screen and (max-width: 1365px) {
  #anc02 .inner__clm {
    -moz-column-gap: 140px;
         column-gap: 140px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  #anc02 .inner__clm {
    flex-wrap: wrap;
    min-width: auto;
    row-gap: 13.0208333333vw;
    width: 92%;
  }
}
#anc02 .inner__clm li {
  transition: 0.3s;
}
#anc02 .inner__clm li:hover {
  opacity: 0.7;
}

/* ==================================================

================================================== */
#anc03 {
  padding-top: 15.625vw;
}
@media screen and (max-width: 1365px) {
  #anc03 {
    padding-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  #anc03 {
    padding-top: 24vw;
  }
}
#anc03 .inner {
  position: relative;
}
@media screen and (max-width: 1365px) {
  #anc03 .inner {
    width: 1366px;
  }
}
@media screen and (max-width: 768px) {
  #anc03 .inner {
    width: 100%;
  }
}
#anc03 .inner .card {
  background: #FFF;
  border: 2px solid #B7B7B7;
  border-radius: 100px;
  box-sizing: border-box;
  margin: auto;
  padding-bottom: 6.25vw;
  position: relative;
  width: 72.9166666667vw;
}
@media screen and (max-width: 1365px) {
  #anc03 .inner .card {
    border-radius: 60px;
    padding-bottom: 90px;
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  #anc03 .inner .card {
    border: 0.5333333333vw solid #B7B7B7;
    border-radius: 20px;
    padding: 0 10% 20vw;
    width: 84%;
  }
}
#anc03 .inner .card:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #anc03 .inner .card:nth-of-type(n + 2) {
    margin-top: 4vw;
  }
}
#anc03 .inner .card .card__head {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -63px;
  width: 700px;
  stroke-width: 2px;
}
@media screen and (max-width: 768px) {
  #anc03 .inner .card .card__head {
    top: -9.0666666667vw;
    width: 100%;
  }
}
#anc03 .inner .card .card__tit {
  display: block;
  font-size: 1.6666666667vw;
  font-weight: normal;
  margin: auto;
  letter-spacing: 0.25em;
  transform: translateY(-1.5625vw);
  text-align: center;
}
@media screen and (max-width: 1365px) {
  #anc03 .inner .card .card__tit {
    font-size: 22px;
    transform: translateY(-20px);
  }
}
@media screen and (max-width: 768px) {
  #anc03 .inner .card .card__tit {
    font-size: 3.7333333333vw;
    transform: translateY(-5.3333333333vw);
  }
}
#anc03 .inner .card.in .card__clm {
  opacity: 1;
  transform: translateY(0px);
  transition: 0.3s;
  transition-delay: 0.5s;
}
#anc03 .inner .card .card__clm {
  -moz-column-gap: 2.6041666667vw;
       column-gap: 2.6041666667vw;
  display: flex;
  margin: 7.8125vw auto 6.25vw 5.7291666667vw;
  opacity: 0;
  transform: translateY(10px);
}
@media screen and (max-width: 1365px) {
  #anc03 .inner .card .card__clm {
    -moz-column-gap: 35px;
         column-gap: 35px;
    margin: 150px auto 120px 80px;
  }
}
@media screen and (max-width: 768px) {
  #anc03 .inner .card .card__clm {
    flex-wrap: wrap;
    margin: 8vw auto 13.3333333333vw;
  }
}
#anc03 .inner .card .card__clm figure {
  width: 29.1666666667vw;
}
@media screen and (max-width: 1365px) {
  #anc03 .inner .card .card__clm figure {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  #anc03 .inner .card .card__clm figure {
    margin: auto;
  }
}
#anc03 .inner .card .card__clm .text {
  position: relative;
}
#anc03 .inner .card .card__clm .text h4 {
  font-size: 2.0833333333vw;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: 0.25em;
  margin-bottom: 1.0416666667vw;
  text-indent: -0.5em;
}
@media screen and (max-width: 1365px) {
  #anc03 .inner .card .card__clm .text h4 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #anc03 .inner .card .card__clm .text h4 {
    font-size: 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
#anc03 .inner .card .card__clm .text p {
  font-size: 1.25vw;
  line-height: 2.25;
}
@media screen and (max-width: 1365px) {
  #anc03 .inner .card .card__clm .text p {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  #anc03 .inner .card .card__clm .text p {
    font-size: 4.2666666667vw;
    white-space: nowrap;
  }
}
#anc03 .inner .card .card__hide {
  display: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#anc03 .inner .card .card__hide .hide {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s;
}
#anc03 .inner .card .card__hide .hide.view {
  opacity: 1;
  transform: translateY(0px);
}
#anc03 .inner .card .ac_btn {
  aspect-ratio: 1/1;
  cursor: pointer;
  margin: 6.25vw auto 0;
  transition: 0.3s;
  transform: rotate(0deg);
  width: 62px;
}
@media screen and (max-width: 1365px) {
  #anc03 .inner .card .ac_btn {
    margin-top: 100px;
    width: 45px;
  }
}
@media screen and (max-width: 768px) {
  #anc03 .inner .card .ac_btn {
    margin-top: 13.3333333333vw;
    width: 8.5333333333vw;
  }
}
#anc03 .inner .card .ac_btn img {
  display: block;
  width: 100%;
}
#anc03 .inner .card.open .ac_btn {
  transform: rotate(180deg);
}
#anc03 .inner .card01 .card__hide {
  background: url("../img/arrow.svg") no-repeat;
  background-size: 11.9791666667vw;
  background-position: center top 11.9791666667vw;
}
@media screen and (max-width: 1365px) {
  #anc03 .inner .card01 .card__hide {
    background-size: 160px;
    background-position: center top 170px;
  }
}
@media screen and (max-width: 768px) {
  #anc03 .inner .card01 .card__hide {
    background: none;
  }
}
#anc03 .inner .card01 .card__hide .rcd {
  margin-left: auto;
  margin-right: auto;
  width: 56.25vw;
}
@media screen and (max-width: 1365px) {
  #anc03 .inner .card01 .card__hide .rcd {
    width: 769px;
  }
}
@media screen and (max-width: 768px) {
  #anc03 .inner .card01 .card__hide .rcd {
    width: 100%;
  }
}
#anc03 .inner .card01 .card__hide .rcd h5 {
  box-sizing: border-box;
  padding-left: 5.9895833333vw;
}
@media screen and (max-width: 1365px) {
  #anc03 .inner .card01 .card__hide .rcd h5 {
    padding-left: 80px;
  }
}
@media screen and (max-width: 768px) {
  #anc03 .inner .card01 .card__hide .rcd h5 {
    padding-left: 0;
  }
}
#anc03 .inner .card02 .disc:after {
  content: "・ ・ ・";
  color: #707070;
  display: block;
  font-size: 1.25em;
  line-height: 0.5;
  margin: 30px auto 0;
  width: 1em;
}
@media screen and (max-width: 768px) {
  #anc03 .inner .card02 .disc:after {
    margin-top: 2.6666666667vw;
  }
}
#anc03 .inner .card02 .clm__item {
  line-height: 1.7;
}
#anc03 .inner .card02 .clm__item dt {
  border-bottom: 1px solid #C6B525;
  box-sizing: border-box;
  padding-bottom: 1.0416666667vw;
  white-space: nowrap;
}
@media screen and (max-width: 1365px) {
  #anc03 .inner .card02 .clm__item dt {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #anc03 .inner .card02 .clm__item dt {
    padding-bottom: 4vw;
  }
}
#anc03 .inner .card02 .clm__item dd {
  padding-top: 1.0416666667vw;
}
@media screen and (max-width: 1365px) {
  #anc03 .inner .card02 .clm__item dd {
    padding-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  #anc03 .inner .card02 .clm__item dd {
    padding-top: 4vw;
  }
}
#anc03 .inner .card02 .clm__item .icon img {
  display: block;
  margin: auto;
  width: 4.6875vw;
}
@media screen and (max-width: 1365px) {
  #anc03 .inner .card02 .clm__item .icon img {
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  #anc03 .inner .card02 .clm__item .icon img {
    width: 16vw;
  }
}
@media screen and (max-width: 768px) {
  #anc03 .inner .card02 .min-tit {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #anc03 .inner .card02 .min-tit:before, #anc03 .inner .card02 .min-tit:after {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #anc03 .inner .card02 .min-tit:before {
    left: -1em;
  }
}
@media screen and (max-width: 768px) {
  #anc03 .inner .card02 .min-tit:after {
    right: -1em;
  }
}
#anc03 .inner .card03 .card__hide__inner figure {
  margin: auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  #anc03 .inner .card03 .card__hide__inner figure {
    transform: translate(-15%, 10px) !important;
    width: 90.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #anc03 .inner .card03 .card__hide__inner figure.view {
    transform: translate(-15%, 0px) !important;
  }
}

/* ==================================================
HOW TO USE LOOP
================================================== */
#anc04 {
  min-width: 1366px;
  padding-top: 13.17715959vw;
}
@media screen and (max-width: 1365px) {
  #anc04 {
    padding-top: 180px;
  }
}
@media screen and (max-width: 768px) {
  #anc04 {
    min-width: auto;
    padding-top: 26.0416666667vw;
  }
}
#anc04 .inner {
  margin: auto;
  min-width: 974px;
  width: 71.3030746706vw;
}
@media screen and (max-width: 768px) {
  #anc04 .inner {
    min-width: auto;
    width: 100%;
  }
}
#anc04 .inner__text {
  font-size: 1.2445095168vw;
  margin-top: 2.196193265vw;
  text-align: center;
}
@media screen and (max-width: 1365px) {
  #anc04 .inner__text {
    font-size: 17px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #anc04 .inner__text {
    font-size: 4.1666666667vw;
  }
}
#anc04 .inner .step {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 6.588579795vw;
}
@media screen and (max-width: 1365px) {
  #anc04 .inner .step {
    margin-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  #anc04 .inner .step {
    grid-template-columns: 1fr;
    margin-top: 18.2291666667vw;
  }
}
@media screen and (max-width: 768px) {
  #anc04 .inner .step__inner.open .step_ac_btn {
    transform: rotate(180deg);
  }
}
#anc04 .inner .step__inner__clm {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.6603221083vw;
  row-gap: 7.3206442167vw;
}
@media screen and (max-width: 1365px) {
  #anc04 .inner .step__inner__clm {
    margin-top: 50px;
    row-gap: 100px;
  }
}
@media screen and (max-width: 768px) {
  #anc04 .inner .step__inner__clm {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #anc04 .inner .step__inner__clm {
    display: flex !important;
  }
}
#anc04 .inner .step__inner__clm .item {
  position: relative;
}
@media screen and (max-width: 768px) {
  #anc04 .inner .step__inner__clm .item {
    margin-bottom: 13.3333333333vw;
    width: 100%;
  }
}
#anc04 .inner .step__inner__clm .item:after {
  background: #707070;
  content: "";
  display: block;
  position: absolute;
  width: 1px;
}
#anc04 .inner .step__inner__clm .item:last-child:after {
  display: none;
}
#anc04 .inner .step__inner__clm .clm {
  -moz-column-gap: 2.5622254758vw;
       column-gap: 2.5622254758vw;
}
@media screen and (max-width: 1365px) {
  #anc04 .inner .step__inner__clm .clm {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
}
@media screen and (max-width: 768px) {
  #anc04 .inner .step__inner__clm .clm {
    flex-wrap: wrap;
  }
}
#anc04 .inner .step__inner__clm .clm figure {
  background: #FBF9ED;
  border: 4px solid #E3DFBD;
  border-radius: 40px;
  box-sizing: border-box;
  min-width: 200px;
  overflow: hidden;
  width: 14.6412884334vw;
}
@media screen and (max-width: 768px) {
  #anc04 .inner .step__inner__clm .clm figure {
    margin: auto;
    min-width: auto;
    width: 60%;
  }
}
#anc04 .inner .step__inner__clm .clm figure img {
  display: block;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #anc04 .inner .step__inner__clm .clm dl {
    margin: 7.8125vw auto 0;
    text-align: center;
    width: 100%;
  }
}
#anc04 .inner .step__inner__clm .clm dl dt {
  font-size: 1.6666666667vw;
}
@media screen and (max-width: 1365px) {
  #anc04 .inner .step__inner__clm .clm dl dt {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #anc04 .inner .step__inner__clm .clm dl dt {
    font-size: 4.5333333333vw;
  }
}
#anc04 .inner .step__inner__clm .clm dl dt .num:after {
  background: #707070;
  content: "";
  display: inline-block;
  height: 1.4641288433vw;
  margin: auto 1.1713030747vw auto;
  vertical-align: middle;
  width: 1px;
}
@media screen and (max-width: 1365px) {
  #anc04 .inner .step__inner__clm .clm dl dt .num:after {
    height: 20px;
    margin: auto 16px auto 10px;
  }
}
@media screen and (max-width: 768px) {
  #anc04 .inner .step__inner__clm .clm dl dt .num:after {
    margin: auto 4.1666666667vw auto;
  }
}
#anc04 .inner .step__inner__clm .clm dl dd {
  font-size: 1.0980966325vw;
  line-height: 2;
  margin-top: 1.4641288433vw;
}
@media screen and (max-width: 1365px) {
  #anc04 .inner .step__inner__clm .clm dl dd {
    font-size: 15px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #anc04 .inner .step__inner__clm .clm dl dd {
    font-size: 4.2666666667vw;
    margin-top: 3.90625vw;
  }
}
#anc04 .inner .step__inner__clm .support {
  background: #F0EEDB;
  border-radius: 20px;
  box-sizing: border-box;
  margin-top: 3.6603221083vw;
  padding: 2.5622254758vw 0 2.9282576867vw 2.9282576867vw;
  position: relative;
  width: 29.2825768668vw;
}
@media screen and (max-width: 1365px) {
  #anc04 .inner .step__inner__clm .support {
    margin-top: 50px;
    padding: 35px 0 40px 40px;
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  #anc04 .inner .step__inner__clm .support {
    margin: 10.6666666667vw auto 0;
    width: 84%;
  }
}
#anc04 .inner .step__inner__clm .support:before {
  content: "";
  border-style: solid;
  border-color: transparent transparent #f0eedb transparent;
  border-width: 0px 13.5px 22px 13.5px;
  height: 0;
  position: absolute;
  top: -22px;
  left: 60px;
  width: 0;
}
@media screen and (max-width: 768px) {
  #anc04 .inner .step__inner__clm .support:before {
    border-width: 0px 11px 16px 11px;
    left: 9.6vw;
    top: -2vw;
  }
}
#anc04 .inner .step__inner__clm .support:after {
  content: url("../img/support.svg");
  position: absolute;
  top: -20px;
  right: -20px;
  width: 16.6666666667vw;
}
@media screen and (max-width: 1365px) {
  #anc04 .inner .step__inner__clm .support:after {
    top: -18px;
    width: 230px;
  }
}
@media screen and (max-width: 768px) {
  #anc04 .inner .step__inner__clm .support:after {
    background-image: url("../img/support-sp.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 7.08vw;
    top: -5.3333333333vw;
    right: 0;
    width: 48vw;
  }
}
#anc04 .inner .step__inner__clm .support .tit {
  font-size: 1.1713030747vw;
}
@media screen and (max-width: 1365px) {
  #anc04 .inner .step__inner__clm .support .tit {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #anc04 .inner .step__inner__clm .support .tit {
    font-size: 4.8vw;
  }
}
#anc04 .inner .step__inner__clm .support .tit:after {
  background: #707070;
  content: "";
  display: block;
  height: 1px;
  margin: 0.7320644217vw 0 1.0980966325vw;
  width: 11.3469985359vw;
}
@media screen and (max-width: 1365px) {
  #anc04 .inner .step__inner__clm .support .tit:after {
    margin: 10px 0 15px;
    width: 155px;
  }
}
#anc04 .inner .step__inner__clm .support .text {
  font-size: 1.0980966325vw;
}
@media screen and (max-width: 1365px) {
  #anc04 .inner .step__inner__clm .support .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #anc04 .inner .step__inner__clm .support .text {
    font-size: 3.7333333333vw;
  }
}
#anc04 .inner .step__inner__clm .support .text.hr-top:before {
  background: #707070;
  content: "";
  display: block;
  height: 1px;
  margin: 0.7320644217vw 0 1.0980966325vw;
  width: 11.3469985359vw;
}
@media screen and (max-width: 1365px) {
  #anc04 .inner .step__inner__clm .support .text.hr-top:before {
    margin: 10px 0 15px;
    width: 155px;
  }
}
#anc04 .inner .step__inner.box01 .person {
  transform: translateX(-50px);
}
@media screen and (max-width: 768px) {
  #anc04 .inner .step__inner.box01 .person {
    transform: translateX(0px);
  }
}
#anc04 .inner .step__inner.box01 .item:after {
  bottom: -5.8565153734vw;
  height: 4.39238653vw;
  left: 7.3206442167vw;
}
@media screen and (max-width: 1365px) {
  #anc04 .inner .step__inner.box01 .item:after {
    bottom: -80px;
    height: 60px;
    left: 100px;
  }
}
@media screen and (max-width: 768px) {
  #anc04 .inner .step__inner.box01 .item:after {
    display: none;
  }
}
#anc04 .inner .step__inner.box02 {
  transform: translateX(50px);
}
@media screen and (max-width: 768px) {
  #anc04 .inner .step__inner.box02 {
    margin-top: 24vw;
    transform: translateX(0px);
  }
}
#anc04 .inner .step__inner.box02 .step__inner__clm {
  row-gap: 4.39238653vw;
}
@media screen and (max-width: 1365px) {
  #anc04 .inner .step__inner.box02 .step__inner__clm {
    row-gap: 60px;
  }
}
#anc04 .inner .step__inner.box02 .item:before {
  background: #707070;
  content: "";
  display: block;
  height: 1.4641288433vw;
  top: 15.7393850659vw;
  left: 7.3206442167vw;
  position: absolute;
  width: 1px;
}
@media screen and (max-width: 1365px) {
  #anc04 .inner .step__inner.box02 .item:before {
    top: 215px;
    height: 20px;
    left: 100px;
  }
}
@media screen and (max-width: 768px) {
  #anc04 .inner .step__inner.box02 .item:before {
    display: none;
  }
}
#anc04 .inner .step__inner.box02 .item:after {
  bottom: -3.2942898975vw;
  height: 1.8301610542vw;
  left: 7.3206442167vw;
}
@media screen and (max-width: 1365px) {
  #anc04 .inner .step__inner.box02 .item:after {
    bottom: -45px;
    height: 25px;
    left: 100px;
  }
}
@media screen and (max-width: 768px) {
  #anc04 .inner .step__inner.box02 .item:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #anc04 .inner .step .step_ac_btn {
    margin: 10.6666666667vw auto 0;
    transition: 0.3s;
    width: 8.5333333333vw;
  }
}

/* ==================================================
ACTIVITIES REPORT
================================================== */
#anc05 {
  min-width: 1366px;
  padding: 15.625vw 0 22.3958333333vw;
}
@media screen and (max-width: 1365px) {
  #anc05 {
    padding: 100px 0 300px;
  }
}
@media screen and (max-width: 768px) {
  #anc05 {
    min-width: auto;
    padding: 32vw 0 66.6666666667vw;
  }
}
#anc05 .inner {
  margin: auto;
  width: 90.1041666667vw;
}
@media screen and (max-width: 1365px) {
  #anc05 .inner {
    width: 1366px;
  }
}
@media screen and (max-width: 768px) {
  #anc05 .inner {
    width: 100%;
  }
}
#anc05 .inner nav {
  display: flex;
  margin: 6.25vw auto 3.90625vw;
}
@media screen and (max-width: 1365px) {
  #anc05 .inner nav {
    margin: 80px auto 50px;
  }
}
@media screen and (max-width: 768px) {
  #anc05 .inner nav {
    margin: 13.3333333333vw auto 8vw;
    padding-left: 8%;
    padding-bottom: 5px;
    overflow-x: scroll;
  }
}
#anc05 .inner nav .cate-btn {
  -moz-column-gap: 3.125vw;
       column-gap: 3.125vw;
  display: flex;
  justify-content: center;
  margin: auto;
}
@media screen and (max-width: 1365px) {
  #anc05 .inner nav .cate-btn {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  #anc05 .inner nav .cate-btn {
    -moz-column-gap: 2.6666666667vw;
         column-gap: 2.6666666667vw;
    justify-content: flex-start;
    min-width: 108vw;
  }
}
@media screen and (max-width: 768px) {
  #anc05 .inner nav .cate-btn li {
    width: 32vw;
  }
}
#anc05 .inner nav .cate-btn li a {
  align-items: center;
  background: none;
  border-radius: 70px;
  box-sizing: border-box;
  color: #707070;
  display: flex;
  font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
  font-size: 1.3541666667vw;
  height: 2.6041666667vw;
  justify-content: center;
  text-align: center;
  transition: 0.3s;
  width: 11.9791666667vw;
}
@media screen and (max-width: 1365px) {
  #anc05 .inner nav .cate-btn li a {
    font-size: 15px;
    height: 35px;
    width: 230px;
  }
}
@media screen and (max-width: 768px) {
  #anc05 .inner nav .cate-btn li a {
    font-size: 3.4666666667vw;
    height: 6.6666666667vw;
    width: 100%;
  }
}
#anc05 .inner nav .cate-btn li a.active {
  background: #E3DFBD;
  border-color: #E3DFBD;
}
#anc05 .inner nav .cate-btn li a:hover {
  background: #E3DFBD;
  border-color: #E3DFBD;
}
#anc05 .inner .swiper-container {
  position: relative;
}
#anc05 .inner .swiper-container .swiper-button-disabled {
  opacity: 0 !important;
}
#anc05 .inner .swiper-container .navi-btn {
  background: #FCFBF2;
  border: 1px solid #707070;
  border-radius: 100px;
  box-sizing: border-box;
  display: block;
  height: 3.2291666667vw;
  opacity: 1;
  top: 9.375vw;
  width: 3.2291666667vw;
  transition: 0.3s;
}
#anc05 .inner .swiper-container .navi-btn.swiper-button-next {
  right: -1.6145833333vw;
}
@media screen and (max-width: 1365px) {
  #anc05 .inner .swiper-container .navi-btn.swiper-button-next {
    right: 1%;
  }
}
@media screen and (max-width: 768px) {
  #anc05 .inner .swiper-container .navi-btn.swiper-button-next {
    right: 4vw;
  }
}
#anc05 .inner .swiper-container .navi-btn.swiper-button-prev {
  left: -1.6145833333vw;
  transform: rotate(180deg);
}
@media screen and (max-width: 1365px) {
  #anc05 .inner .swiper-container .navi-btn.swiper-button-prev {
    left: 1%;
  }
}
@media screen and (max-width: 768px) {
  #anc05 .inner .swiper-container .navi-btn.swiper-button-prev {
    left: 4vw;
  }
}
@media screen and (max-width: 1365px) {
  #anc05 .inner .swiper-container .navi-btn {
    height: 44px;
    top: 125px;
    width: 44px;
  }
}
@media screen and (max-width: 768px) {
  #anc05 .inner .swiper-container .navi-btn {
    height: 9.3333333333vw;
    top: 24vw;
    width: 9.3333333333vw;
  }
}
#anc05 .inner .swiper-container .navi-btn:before, #anc05 .inner .swiper-container .navi-btn:after {
  background: #707070;
  content: "";
  display: block;
  height: 1px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 10px;
}
#anc05 .inner .swiper-container .navi-btn:before {
  transform: rotate(30deg);
  transform-origin: top right;
}
#anc05 .inner .swiper-container .navi-btn:after {
  transform: rotate(-30deg);
  transform-origin: bottom right;
}
@media screen and (max-width: 1365px) {
  #anc05 .inner .swiper {
    box-sizing: border-box;
    padding: 0 8%;
  }
}
#anc05 .inner__items {
  margin-bottom: 5.2083333333vw;
}
@media screen and (max-width: 1365px) {
  #anc05 .inner__items {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  #anc05 .inner__items {
    margin-bottom: 8vw;
  }
}
#anc05 .inner__join {
  padding-top: 15.625vw;
}
@media screen and (max-width: 1365px) {
  #anc05 .inner__join {
    padding-top: 200px;
  }
}
@media screen and (max-width: 768px) {
  #anc05 .inner__join {
    padding-top: 32vw;
  }
}
#anc05 .inner__join .min-tit-sub {
  margin-top: 1.5625vw;
  text-align: center;
}
@media screen and (max-width: 1365px) {
  #anc05 .inner__join .min-tit-sub {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #anc05 .inner__join .min-tit-sub {
    margin-top: 4vw;
  }
}
#anc05 .inner__join__clm {
  align-items: center;
  -moz-column-gap: 6.7708333333vw;
       column-gap: 6.7708333333vw;
  display: flex;
  margin-top: 4.6875vw;
}
@media screen and (max-width: 1365px) {
  #anc05 .inner__join__clm {
    -moz-column-gap: 90px;
         column-gap: 90px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  #anc05 .inner__join__clm {
    flex-wrap: wrap;
    row-gap: 21.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
#anc05 .inner__join__clm .item {
  cursor: pointer;
  transition: 0.3s;
  width: 30%;
}
@media screen and (max-width: 768px) {
  #anc05 .inner__join__clm .item {
    margin: auto;
    width: 60%;
  }
}
#anc05 .inner__join__clm .item:hover {
  opacity: 0.7;
}

/* ==================================================
MODAL
================================================== */
.popup {
  background: #FCFCF4;
  display: flex;
  flex-wrap: wrap;
  height: 0;
  max-height: 100dvh;
  overflow: scroll;
  position: fixed;
  left: 0;
  top: 100vh;
  width: 100%;
  transition: 0.5s;
  transition-delay: 0;
  z-index: 10;
}
.popup.active {
  top: 0;
  height: 100%;
}
.popup .cls-btn {
  aspect-ratio: 1/1;
  position: absolute;
  top: 3.6458333333vw;
  right: 4.6875vw;
  width: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .popup .cls-btn {
    top: 6.6666666667vw;
    right: 8vw;
    width: 2.6666666667vw;
  }
}
.popup .cls-btn img {
  display: block;
  width: 100%;
}
.popup .sp-fig {
  border-radius: 20px 20px 0 0;
  margin: 13.3333333333vw auto 0;
  overflow: hidden;
  width: 84%;
}
.popup__inner {
  background: #FFF;
  border: 1px solid #B7B7B7;
  border-radius: 50px;
  box-sizing: border-box;
  margin: auto;
  overflow: hidden;
  padding: 3.6458333333vw 0 4.1666666667vw;
  width: 75vw;
}
@media screen and (max-width: 1365px) {
  .popup__inner {
    padding: 60px 0 70px;
    min-width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  .popup__inner {
    border-radius: 0 0 20px 20px;
    padding: 0 0 16vw;
    min-width: auto;
    width: 84%;
  }
}
.popup__inner .inner__logo {
  margin-left: auto;
  margin-right: auto;
  width: 19.2708333333vw;
}
@media screen and (max-width: 1365px) {
  .popup__inner .inner__logo {
    width: 370px;
  }
}
@media screen and (max-width: 768px) {
  .popup__inner .inner__logo {
    width: 50%;
  }
}
.popup__inner .clm {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .popup__inner .clm {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .popup__inner dl.clm dt {
    width: 150px;
  }
}
.popup__inner dl.clm dd {
  line-height: 1.7;
  margin-left: 1em;
}
@media screen and (min-width: 769px) {
  .popup__inner dl.clm dd {
    width: 430px;
  }
}
.popup__inner .pc-popup-link {
  align-items: center;
  -moz-column-gap: 3.6458333333vw;
       column-gap: 3.6458333333vw;
  display: flex;
  justify-content: center;
  margin-top: 3.125vw;
  text-align: center;
}
@media screen and (max-width: 1365px) {
  .popup__inner .pc-popup-link {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .popup__inner .pc-popup-link {
    display: none;
  }
}
.popup__inner .pc-popup-link a {
  border-bottom: 1px solid #707070;
  color: #707070;
  padding-bottom: 0.2em;
}
.popup__inner .pc-popup-link a:has(img) {
  border-bottom: none;
}
.popup__inner .pc-popup-link img {
  width: 1.5em;
}
.popup .sp-popup-link {
  display: none;
}
@media screen and (max-width: 768px) {
  .popup .sp-popup-link {
    align-items: center;
    -moz-column-gap: 10.6666666667vw;
         column-gap: 10.6666666667vw;
    display: flex;
    justify-content: center;
    margin: 6.6666666667vw auto 10.6666666667vw;
    text-align: center;
  }
}
.popup .sp-popup-link a {
  border-bottom: 1px solid #707070;
  color: #707070;
  padding-bottom: 0.2em;
}
.popup .sp-popup-link a:has(img) {
  border-bottom: none;
}
.popup .sp-popup-link img {
  width: 1.5em;
}/*# sourceMappingURL=index.css.map */