@charset "UTF-8";
/* -------------------------------------
mv
------------------------------------- */
#mv {
  height: 743px;
  position: relative;
  /* background: url(../imgs/bg.svg) no-repeat center / cover; */
  background-color: #f9f066;
}
#mv #title {
  width: 36.84%;
  max-width: 420px;
  min-width: 356px;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, 0);
}
#mv .deco {
  position: absolute;
}
#mv .l1 {
  width: 37.21%;
  max-width: 387px;
  bottom: 26.2%;
  right: calc(55% + 151px);
}
#mv .r1 {
  width: 40.19%;
  max-width: 418px;
  bottom: 30.7%;
  left: calc(56.4% + 151px);
}
#mv .l2 {
  width: 31.73%;
  max-width: 330px;
  bottom: 0;
  /* left: 8.8%; */
  right: calc(57.7% + 151px);
  transform: translate(0, 24%);
}
#mv .r2 {
  width: 25.29%;
  max-width: 263px;
  bottom: 0;
  /* right: 11.7%; */
  left: calc(59.6% + 151px);
  transform: translate(0, 1%);
}

article {
  padding-bottom: 120px;
}
/* -------------------------------------
workshop
------------------------------------- */
#workshop {
  padding: 130px 0 67px;
  background: #67b37e;
}
#workshop .sttl {
  max-width: 796px;
  margin: 0 auto 37px;
}
.workshop__lead {
  color: #004637;
  margin-bottom: 35px;
}
.workshop__detail {
  padding: 0 20px;
  margin-bottom: 40px;
  background: #fff;
  border: 2px solid #279348;
}
.workshop__detail > div {
  font-size: min(4.17vw, 20px);
  color: #379b55;
  display: flex;
  padding: 10px 0;
}
.workshop__detail > div:not(:last-child) {
  border-bottom: 2px solid #279348;
}
.workshop__detail > div > dt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 18%;
  min-width: 6.5em;
  border-right: 2px solid #279348;
  padding: 0 0.5em;
}
.workshop__detail > div > dd {
  width: 82%;
  padding: 0 1.5em;
}
.workshop__detail > div > dd .f_sml {
  font-size: 85%;
}
.workshop__detail > div > dd .ilbk {
  display: inline-block;
}
.workshop__detail > div > dd .btn {
  font-size: clamp(14px, 3.75vw, 17px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 267px;
  padding: 10px;
  background: #f15a24;
  border-radius: 999px;
  position: relative;
}
.workshop__date_venue {
  display: flex;
  flex-wrap: wrap;
}
.workshop__date_venue dt {
  width: 3em;
}
.workshop__date_venue dd {
  width: calc(100% - 3em);
}
.workshop__detail-list {
  max-width: 476px;
}
.workshop__list {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  justify-content: center;
  gap: 5%;
}
.workshop__item {
  text-align: center;
  width: 30%;
  max-width: 300px;
}

.workshop__item .imgbk {
  position: relative;
}

.workshop__item .imgbk::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.workshop__item-heading {
  font-size: clamp(24px, 3.91vw, 27px);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
  padding: 13px 0 23px;
  color: #fff;
}
.workshop__item .txtbk p {
  font-size: clamp(14px, 3.75vw, 17px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 267px;
  margin: 0 auto;
  padding: 10px;
  background: #f15a24;
  border-radius: 999px;
  position: relative;
}
.workshop__detail > div > dd .btn::after,
.workshop__item .txtbk p::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  border-radius: 999px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.workshop__detail > div > dd .btn:hover::after,
.workshop__item a:hover .imgbk::after,
.workshop__item a:hover .txtbk p::after {
  opacity: 0.2;
}
/* -------------------------------------
lead
------------------------------------- */
#lead {
  padding-top: 74px;
  margin-bottom: 80px;
}
/* #lead .sttl {
  font-size: min(6.67vw, 36px);
  line-height: 1.75;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  padding-left: 0.2em;
  margin-bottom: 18px;
  background: #ed7980;
  border: 1px solid #d26664;
}*/

#lead .sttl {
  max-width: 585px;
  margin: 0 auto 18px;
}
#lead .sttl + p {
  margin-bottom: 30px;
}
.d_list > div {
  display: table;
  width: 100%;
  height: 81px;
  padding: 17px 0;
  border: 2px solid #d26664;
}
.d_list > div:not(:last-child) {
  margin-bottom: 20px;
}
.d_list > div dt {
  font-size: min(4.17vw, 20px);
  line-height: 1.75;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 19.4%;
  border-right: 2px solid #d26664;
}

.d_list > div dd {
  font-size: min(3.54vw, 18px);
  line-height: 1.75;
  display: table-cell;
  vertical-align: middle;
  width: 80.6%;
  padding: 0 1% 0 3%;
}
.d_list > div dd span {
  display: inline-block;
}
.d_list > div dd ol li {
  padding-left: 1em;
  position: relative;
}
.d_list > div dd ol li .mark {
  position: absolute;
  left: 0;
}
#lead .d_list {
  margin-bottom: 20px;
}
#lead .d_list + ul {
  font-size: min(3.13vw, 17px);
  line-height: 1.75;
}
/* -------------------------------------
themes
------------------------------------- */
#themes {
  margin-bottom: 40px;
}
#themes .sttl {
  font-size: min(5.63vw, 27px);
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.2em;
  color: #d26664;
  padding-bottom: 9px;
  margin-bottom: 32px;
  border-bottom: 2px solid #d26664;
}
#themes .sttl span {
  padding: 3px 0 3px 20px;
  border-left: 5px solid #d26664;
}

#themes ol li {
  display: table;
  min-height: 146px;
}
#themes ol li:not(:last-child) {
  margin-bottom: 23px;
}
#themes ol li .itmttlbk {
  display: table-cell;
  vertical-align: middle;
  padding: 18px;
  border-right: 5px solid #339e77;
  width: 373px;
}
#themes ol li .itmttl {
  font-size: min(4.79vw, 23px);
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.12em;
  color: #fff;
  display: flex;
  align-items: center;
}
#themes ol li .itmttl .num {
  width: 11.46vw;
  max-width: 55px;
  margin-right: 0.62em;
}
#themes ol li .itmttl span span {
  display: inline-block;
}
#themes ol li p {
  font-size: min(3.54vw, 17px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-align: justify;
  display: table-cell;
  vertical-align: middle;
  width: 628px;
  padding: 18px 30px;
}
#themes ol li:first-child .itmttlbk {
  background-color: #64af80;
  border-color: #339e77;
}
#themes ol li:first-child p {
  background: #cae4d4;
}

#themes ol li:nth-child(2) .itmttlbk {
  background-color: #e5ae5a;
  border-color: #ce8547;
}
#themes ol li:nth-child(2) p {
  background: #f7e7ce;
}
#themes ol li:nth-child(3) .itmttlbk {
  background-color: #d684a5;
  border-color: #ba6c95;
}
#themes ol li:nth-child(3) p {
  background: #f4dfe8;
}
#themes ol li:nth-child(4) .itmttlbk {
  background-color: #d87a6a;
  border-color: #d06e55;
}
#themes ol li:nth-child(4) p {
  background: #f7e5e2;
}
#themes ol li:nth-child(5) .itmttlbk {
  background-color: #8f6a98;
  border-color: #8b5f8f;
}
#themes ol li:nth-child(5) p {
  background: #e8e0ea;
}
#themes ol li:nth-child(6) .itmttlbk {
  background-color: #56b2d1;
  border-color: #1d7cab;
}
#themes ol li:nth-child(6) p {
  background: #e0f1f7;
}
#themes ol li:nth-child(7) .itmttlbk {
  background-color: #ed787b;
  border-color: #dc383b;
}
#themes ol li:nth-child(7) .itmttlbk .itmttl {
  letter-spacing: 0;
}
#themes ol li:nth-child(7) p {
  background: #fbe4e5;
}
/* -------------------------------------
flow
------------------------------------- */
#flow .d_list > div dd .lrg {
  font-size: 133%;
}
#flow .d_list > div dd .btn {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 338px;
  margin: 13px 0;
  background: #f15a24;
  padding: 17px;
  border-radius: 999px;
  transition: 0.3s;
}
#flow .d_list > div dd .btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1440px) {
  #mv .l2 {
    right: auto;
    left: 8.8%;
  }
  #mv .r2 {
    left: auto;
    right: 11.7%;
  }
}

@media screen and (max-width: 1025px) {
  /* -------------------------------------
lead
------------------------------------- */
  #lead {
    margin-bottom: 8%;
  }
}
@media screen and (max-width: 768px) {
  article {
    padding-bottom: 16%;
  }
  /* -------------------------------------
	themes
	------------------------------------- */
  #themes ol li {
    display: flex;
    flex-direction: column;
  }
  #themes ol li .itmttlbk,
  #themes ol li p {
    width: 100%;
  }
  #themes ol li .itmttlbk {
    display: flex;
    align-items: center;
    height: 145px;
    border-right: none;
    border-bottom: 5px solid #339e77;
  }
  #themes ol li p {
    min-height: 124px;
    padding: 5%;
  }
  /* -------------------------------------
	flow
	------------------------------------- */
  #flow .d_list > div {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 0 17px;
  }
  #flow .d_list > div dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px 0;
    border-right: none;
    border-bottom: 2px solid #d26664;
  }
  #flow .d_list > div dd {
    display: block;
    width: 100%;
    padding: 6.5% 7px;
  }
  #flow .d_list > div dd .lrg {
    display: block;
  }
  #flow .d_list > div dd .btn {
    width: 85%;
    margin: 7% auto 4%;
  }
}
@media screen and (max-width: 640px) {
  /* -------------------------------------
	mv
	------------------------------------- */
  /* #logo {
    margin: 0 0 0 auto;
  } */
  #mv {
    height: 111.04vw;
  }
  #mv #title {
    width: 59.79%;
    max-width: 356px;
    min-width: initial;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #mv .l1 {
    width: 49.79%;
    max-width: initial;
    /* max-width: 239px; */
    bottom: 0;
    right: 71%;
    transform: translateY(24%);
  }
  #mv .r1 {
    width: 53.75%;
    max-width: initial;
    /* max-width: 258px; */
    bottom: 0;
    left: 68%;
    transform: translateY(14%);
  }
  #mv .l2,
  #mv .r2 {
    display: none;
  }
  /* -------------------------------------
	workshop
	------------------------------------- */
  #workshop {
    padding: 20% 0 10%;
  }
  #workshop .sttl {
    width: 80%;
    max-width: 350px;
  }
  #workshop .sttl .pc {
    display: none;
  }
  #workshop .sttl .sp {
    display: block;
  }
  .workshop__detail {
    padding: 20px;
  }
  .workshop__detail > div {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
  .workshop__detail > div:not(:last-child) {
    padding: 0 0 20px;
  }
  .workshop__detail > div > dt {
    border-right: none;
    border-bottom: 2px solid #279348;
    padding: 10px 0;
    width: 100%;
    margin: 0 auto;
  }
  .workshop__detail > div > dd {
    padding: 10px 1.5em;
    width: 100%;
  }
  .workshop__detail > div > dd.txt_c {
    text-align: center;
  }
  .workshop__detail > div > dd .btn {
    margin: 0 auto;
  }
  .workshop__list {
    gap: 7.81vw 4%;
    margin: 0 auto;
  }
  .workshop__item {
    width: 48%;
  }
  #lead {
    padding-top: 12%;
  }
}
@media screen and (max-width: 500px) {
}
@media screen and (max-width: 480px) {
  .workshop__list {
    width: 80%;
  }
  .workshop__item {
    width: 100%;
  }
  #themes ol li .itmttlbk {
    height: 30.42vw;
  }
  #themes ol li p {
    min-height: 25.83vw;
  }
}
@media screen and (max-width: 400px) {
}
