main {
}
/* mv */
.section__mv__wrap {
  position: relative;
  border-bottom: 5px solid #000;
}
.mv__inner {
  margin-right: auto;
  margin-left: auto;
}
.mv__inner picture {
  transform: scale(0.9);
  transition: all .5s;
  transform-origin: 50% 0;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.mv__cap time {
  display: block;
}
.mv__cap ul li a:before {
  content: "#";
  color: #ff9e00;
}

body.load .section__mv__wrap  picture {
  transform: scale(1);
}
.mv__cap {
  position: relative;
}
.mv__cap * {
  position: relative;
}

.mv__cap ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.mv__cap ul li {
  margin-right: .6em;
  display: inline-block;
}

@media(max-width:768px) {
  .section__mv__wrap {
    margin-bottom: 0;
  }
  .mv__inner {}
  .mv__inner  picture {
    /* width: 59.33%; */
  }
  .mv__inner .mv__cap {
    width: 90%;
    /* width: 24.67%; */
    margin: 2.66% auto;
  }
  .mv__cap h1 {
    font-size: 1.8rem;
    line-height: 1.68;
    margin-bottom: 3%;
  }
  .mv__cap p {
    font-size: 1.6rem;
    margin-bottom: 3%;
  }
  .mv__cap time {
    font-size: 1.3rem;
    margin-bottom: 1%;
  }
  .mv__cap ul li {
    font-size: 1.3rem;
    line-height: 22px;
  }

}

@media(min-width:769px) {

  .section__mv__wrap {
    margin-bottom: 36px;
  }
  .mv__inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    max-width: 1500px;
  }
  .mv__inner  picture {
    width: 59.33%;
  }
  .mv__inner .mv__cap {
    width: 24.67%;
    margin-left: 2.66%;
  }
  .mv__cap h1 {
    font-size: 28px;
    line-height: 1.68;
    margin-bottom: 7.2%;
  }
  .mv__cap p {
    font-size: 20px;
    margin-bottom: 8%;
  }
  .mv__cap time {
    margin-bottom: 3.2%;
  }
  .mv__cap ul li {
    line-height: 22px;
  }
  .mv__cap ul li:hover {
    text-decoration: underline;
  }

}


/* summary hum */
.summary__wrap p {
  line-height: 2.14;
}
.hum__wrap {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
.hum__wrap h2,
.hum__list li {
  text-align: center;
}
.hum__list li picture {
  display: block;
}
.hum__list li >*:not(picture) {
  display: block;
}


@media(max-width:768px) {

  .summary__wrap {
    padding: 54px 0 89px;
  }
  .hum__wrap {
    padding: 30px 0 40px;
    margin-bottom: 30px;
  }
  .hum__wrap h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .hum__wrap .hum__list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    padding: 0;
  }
  .hum__list li {
    width: 44.72%;
    font-size: 1.4rem;
    margin-bottom: 6%;
  }
  .hum__list li picture {
    margin: 0 auto 24px;
    width: 73.53%;
  }

  .hum__list li strong {
    font-size: 1.6rem;
    margin-bottom: 14px;
  }
  .hum__list li strong + p {
    margin-bottom: 11px;
  }




}

@media(min-width:769px) {

  .summary__wrap {
    padding: 54px 0 89px;
  }
  .hum__wrap {
    padding: 30px 0 40px;
    margin-bottom: 140px;
  }
  .hum__wrap h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .hum__wrap .hum__list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .hum__list li {
    width: 24.72%;
  }
  .hum__list li picture {
    margin: 0 auto 24px;
    width: 73.53%;
  }

  .hum__list li strong {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .hum__list li strong + p {
    margin-bottom: 11px;
  }



}









body {
  counter-reset: cnt;
}
.wp-block-heading:has(span[id*="i"]) {
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.wp-block-heading:has(span[id*="i"]):before {
  counter-increment: cnt;
  content: counter(cnt, decimal-leading-zero);
  color: #ff9e00;
  font-weight: bold;
  -webkit-order: 1;
	order: 1;
  font-size: 1.786em;
}
.wp-block-heading:has(span[id*="i"]):after {
  content: "";
  display: block;
  background: #000;
  width: calc(100% - 3em);
  height: 2px;
  -webkit-order: 2;
	order: 2;
}
.wp-block-heading:has(span[id*="i"]) span {
  width: 100%;
  -webkit-order: 3;
	order: 3;
}


/* section__contents */
.contents__wrap h2 {
  position: relative;
}
.contents__wrap h3 {
  color: #ff9e00;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
}
.contents__wrap h3:before {
  content: "";
  background: #ff9e00;
  margin-right: .8em;
  width: 1.2em;
  height: 2px;
}
.contents__wrap .wp-block-image figure {
  overflow: hidden;
}

#toc_container.toc_white {
  background: #f9f9f9 !important;
  border: 0 !important;
}
#toc_container.toc_white .toc_title {
  text-align: left !important;
  color: #ff9e00;
  border-bottom: 1px solid #000;
}
.toc_white .toc_list li span.toc_number {
  color: #ff9e00;
  font-weight: bold;
  margin-right: .5em;
}
.toc_white .toc_list li span.toc_number:before {
  content: "0";
}
.wp-block-image img {
  margin: auto;
}




@media(max-width:768px) {

  .section__contents {
    font-size: 1.4rem;
  }

  .contents__wrap {
    margin-bottom: 20%;
    padding-bottom: 30%;
  }
  .wp-block-heading:has(span[id*="i"]) {
    padding-top: 100px;
    margin-top: -100px;
  }

  .contents__wrap span[id^="i"] {}

  .contents__wrap h2 {
    font-size: 2.4rem;
    margin-bottom: 8%;
    padding: .6em .6em;
  }
  .contents__wrap * + h2 {
    margin-top: 15%;
  }
  .contents__wrap h3 {
    font-size: 1.8rem;
    margin-bottom: 8%;
    padding-bottom: .2em;
  }
  .contents__wrap * + h3 {
    margin-top: 15%;
  }
  .contents__wrap p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .contents__wrap .wp-block-image figure {
    border-radius: 15px;
    margin: 1em auto 1.5em;
  }
  #toc_container.toc_white {
    border-radius: 15px;
    margin-top: 15%;
    margin-bottom: 20%;
    width: 100%;
    padding: 1.5em;
  }
  #toc_container.toc_white .toc_title {
    font-size: 1.8rem;
    margin-bottom: .5em;
  }
  #toc_container.toc_white p.toc_title+ul.toc_list {
    margin-top: 0.3em;
  }
  #toc_container.toc_white .toc_list > li:not(:first-child) {
    padding-top: .5em;
  }
  #toc_container.toc_white .toc_list > li:not(:last-child) {
    padding-bottom: .5em;
  }
  #toc_container.toc_white .toc_list > li > a {
    display: inline-block;
    margin-bottom: 0.7em;
  }
  #toc_container.toc_white .toc_list > li ul li:not(:last-child) > a {
    display: inline-block;
    margin-bottom: 0.7em;
  }
  #toc_container a {
    font-size: 1.6rem;
    line-height: 1.4;
  }


  .contents__wrap {
    letter-spacing: .07em;
    margin-bottom: 0;
  }
  .contents__wrap span[id^="i"] {
    padding-top: 158px;
    padding-left: 0;
    margin-top: -139px;
  }
  .contents__wrap h2 {
    font-size: 1.8rem;
    margin-bottom: 35px;
    /* padding: 40px 0 40px 1.4em; */
  }
  .contents__wrap * + h2 {
    margin-top: 90px;
  }
  .contents__wrap h3 {
    font-size: 1.6rem;
    margin-bottom: 28px;
    padding-bottom: 16px;
  }
  .contents__wrap * + h3 {
    margin-top: 66px;
  }
  .contents__wrap p {
    font-size: 1.4rem;
    line-height: 2.125;
  }
  .contents__wrap .wp-block-image figure {
    border-radius: 30px;
    margin: 0 0 3em 3em;
  }


}

@media(min-width:769px) {

  #toc_container.toc_white {
    margin-top: 92px;
    margin-bottom: 100px;
    width: 100%;
    padding: 29px 50px 20px;
  }
  #toc_container.toc_white .toc_title {
    font-size: 18px;
    padding-bottom: 8px;
    margin-bottom: 20px;
  }
  #toc_container .toc_list > li > a {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0.7em;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
  }
  #toc_container .toc_list li span.toc_number {
    font-size: 30px;
  }
  #toc_container a:hover {
    text-decoration: none !important;
    border-bottom: 1px solid #000;
  }

  .contents__wrap {
    letter-spacing: .07em;
    margin-bottom: 190px;
  }
  .contents__wrap span[id^="i"] {
    padding-top: 158px;
    padding-left: 3em;
    margin-top: -139px;
  }
  .contents__wrap h2 {
    font-size: 28px;
    margin-bottom: 35px;
    /* padding: 40px 0 40px 1.4em; */
  }
  .contents__wrap * + h2 {
    margin-top: 90px;
  }
  .contents__wrap h3 {
    font-size: 20px;
    margin-bottom: 28px;
    padding-bottom: 16px;
  }
  .contents__wrap * + h3 {
    margin-top: 66px;
  }
  .contents__wrap p {
    font-size: 16px;
    line-height: 2.125;
  }
  .contents__wrap .wp-block-image figure {
    border-radius: 30px;
    margin: 0 0 3em 3em;
  }





}






/* section__contact */
.section__contact {}
.section__contact .contact__inner {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  background: #f9f9f9;
}
.contact__inner picture {
  overflow: hidden;
}
.contact__inner a {}
.contact__inner p {
  font-weight: bold;
  text-align: center;
}


@media(max-width:768px) {


  .section__contact {
    margin-bottom: 20%;
  }

  .contact__inner a {
    /* display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;

	-webkit-justify-content: flex-start;
	justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch; */
    padding: 4.7% 4.7% 3.6%;
  }
  .contact__inner picture {
    /* width: 53.19%; */
    margin-bottom: 5%
  }
  .contact__inner a div {
    /* width: 44%; */
    /* margin-left: 2.8%; */
    /* display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; */
  }
  .contact__inner p {
    font-size: 1.6rem;
    letter-spacing: .02em;
    line-height: 2.2;
  }



}

@media(min-width:769px) {

  .section__contact {
    margin-bottom: 200px;
  }

  .contact__inner a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;

	-webkit-justify-content: flex-start;
	justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    padding: 4.7% 4.7% 3.6%;
  }
  .contact__inner picture {
    width: 53.19%;
  }
  .contact__inner a div {
    width: 44%;
    margin-left: 2.8%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .contact__inner p {
    font-size: 24px;
    letter-spacing: .02em;
    line-height: 2.2;
  }



}



.more__btn__wrap {}
@media(max-width:768px) {

  .section__contents .more__btn__wrap {
    margin-bottom: 100px;
  }

}

@media(min-width:769px) {

  .section__contents .more__btn__wrap {
    margin-bottom: 200px;
  }
  .section__contents .more__btn__wrap > * {
    width: 300px;
  }

}




.section__article {
  background: #f9f9f9;
}



@media(max-width:768px) {


  .section__article {
    padding: 20px 0;
  }

  .section__article .head__wrap {
    margin-bottom: 46px;
  }




}

@media(min-width:769px) {

  .section__article {
    padding: 96px 0;
  }

  .section__article .head__wrap {
    margin-bottom: 46px;
  }




}


