@charset "UTF-8";
.container-inner .section-content {
  position: relative;
  z-index: 1;
}
.container-inner .section-content_ttl {
  font-size: 4rem;
  line-height: 1.3;
  text-align: center;
  padding-bottom: 7rem;
}
@media only screen and (max-width:767px) {
  .container-inner .section-content_ttl {
    font-size: 2rem;
    padding-bottom: 3rem;
  }
}
.container-inner .section-content_fig {
  margin-bottom: 7.5rem;
  text-align: center;
}
@media only screen and (max-width:1024px) {
  .container-inner .section-content_fig {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width:1024px) and (max-width:767px) {
  .container-inner .section-content_fig {
    margin-bottom: 1rem;
  }
}
.container-inner .section-content_fig:before {
  content: "";
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: url("../../img/common/bg_fig.svg") no-repeat 50% 0%;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
}
@media only screen and (max-width:1024px) {
  .container-inner .section-content_fig:before {
    display: none;
  }
}
.container-inner .section-content_fig figcaption {
  display: flex;
  justify-content: flex-start;
  max-width: 124rem;
  margin: -12rem auto 0 auto;
}
@media only screen and (max-width:767px) {
  .container-inner .section-content_fig figcaption {
    margin-top: 0;
  }
}
.container-inner .section-content_fig figcaption p {
  background: rgba(255, 255, 255, 0.8);
  font-size: 2.8rem;
  line-height: 1.8;
  text-align: left;
  padding: 4rem 3rem;
  margin: 0 auto 0 4rem;
}
@media only screen and (max-width:767px) {
  .container-inner .section-content_fig figcaption p {
    font-size: 1.8rem;
    padding: 2rem;
    margin: 0;
  }
}
.container-inner .section-content_fig img {
  width: 100%;
  max-width: 124rem;
}
.container-inner .section-content_inner {
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
  font-size: 1.5rem;
}
@media only screen and (max-width:767px) {
  .container-inner .section-content_inner {
    font-size: 1.3rem;
  }
}
.container-inner .section-content_inner:after {
  content: "";
  display: block;
  clear: both;
}
.container-inner .section-content_inner table {
  border-left: 1px solid #E8ECF6;
  border-top: 1px solid #E8ECF6;
  margin-bottom: 2em;
}
@media only screen and (max-width:767px) {
  .container-inner .section-content_inner table {
    font-size: 1.1rem;
  }
}
.container-inner .section-content_inner table td, .container-inner .section-content_inner table th {
  padding: 0.5em;
  text-align: center;
  vertical-align: middle;
  border: none;
  border-right: 1px solid #E8ECF6;
  border-bottom: 1px solid #E8ECF6;
}
.container-inner .section-content_inner table th {
  background: rgba(232, 236, 246, 0.5);
}
.container-inner .section-content_inner img {
  height: auto;
}
.container-inner .section-content_inner p {
  line-height: 2;
  padding-bottom: 1.5em;
}
.container-inner .section-content_inner h1 {
  font-size: 2em;
  margin: 2em 0 1.5em;
}
.container-inner .section-content_inner h2 {
  font-size: 1.8em;
  margin: 2em 0 1.5em;
  padding: 0.5em 0;
  position: relative;
  z-index: 1;
}
.container-inner .section-content_inner h2:before, .container-inner .section-content_inner h2:after {
  content: "";
  width: 100%;
  height: 0.6rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.container-inner .section-content_inner h2:before {
  bottom: -0.3rem;
  background-image: linear-gradient(270deg, rgba(236, 105, 65, 0.7) 0%, rgba(236, 105, 65, 0) 100%);
}
.container-inner .section-content_inner h2:after {
  background-image: linear-gradient(90deg, rgba(137, 87, 161, 0.7) 0%, rgba(137, 87, 161, 0) 100%);
}
.container-inner .section-content_inner h2.v2023 {
  font-size: 2em;
  margin: 2em 0 1.5em;
  padding: 0.5em 0;
  position: relative;
  z-index: 1.3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container-inner .section-content_inner h2.v2023:nth-of-type(1) {
  margin-top: 0;
}
.container-inner .section-content_inner h2.v2023:before, .container-inner .section-content_inner h2.v2023:after {
  content: "";
}
.container-inner .section-content_inner h2.v2023:before {
  background: url("../../img/common/ttl_h2.png") no-repeat;
  background-size: 100% 100%;
  width: 11.6rem;
  height: 11.6rem;
  margin-bottom: 0.8em;
  position: relative;
}
@media only screen and (max-width:767px) {
  .container-inner .section-content_inner h2.v2023:before {
    width: 6.8rem;
    height: 6.8rem;
  }
}
.container-inner .section-content_inner h2.v2023:after {
  width: 22rem;
  height: 0.3rem;
  background: #F1EFEA;
  margin-top: 0.8em;
  border-radius: 1rem;
  position: relative;
}
.container-inner .section-content_inner h3 {
  font-size: 1.65em;
  margin: 2em 0 1.5em;
  padding: 0.5em 0 0.5em 4rem;
  position: relative;
}
.container-inner .section-content_inner h3:before {
  content: "";
  width: 2.5rem;
  height: 0.3rem;
  background-image: linear-gradient(90deg, rgba(119, 163, 13, 0.7) 0%, rgba(119, 163, 13, 0) 100%);
  position: absolute;
  left: 0;
  top: 1.2em;
}
.container-inner .section-content_inner h3.v2023 {
  font-size: 1.65em;
  margin: 2em 0 1.5em;
  padding: 0.5em 0 0.5em 10rem;
  position: relative;
  border-radius: 0.6rem;
  color: #555;
  font-weight: 400;
  background: #FDF8D8;
}
@media only screen and (max-width:767px) {
  .container-inner .section-content_inner h3.v2023 {
    padding-left: 5rem;
  }
}
.container-inner .section-content_inner h3.v2023:before {
  content: "";
  position: absolute;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: -0.8rem;
  top: -0.8rem;
  width: 8.7rem;
  height: 8.4rem;
  background-image: url("../../img/common/ttl_h3-1.png");
}
@media only screen and (max-width:767px) {
  .container-inner .section-content_inner h3.v2023:before {
    transform: scale(0.5);
    left: -2rem;
    top: 50%;
    margin-top: -4.2rem;
  }
}
.container-inner .section-content_inner h3.type2 {
  background: #F1EEEB;
}
.container-inner .section-content_inner h3.type2:before {
  width: 8.4rem;
  height: 9.1rem;
  background-image: url("../../img/common/ttl_h3-2.png");
}
@media only screen and (max-width:767px) {
  .container-inner .section-content_inner h3.type2:before {
    margin-top: -4.5rem;
  }
}
.container-inner .section-content_inner h3.type3 {
  background: #ECF4F7;
}
.container-inner .section-content_inner h3.type3:before {
  width: 6.8rem;
  height: 8.1rem;
  background-image: url("../../img/common/ttl_h3-3.png");
}
@media only screen and (max-width:767px) {
  .container-inner .section-content_inner h3.type3:before {
    margin-top: -4rem;
  }
}
.container-inner .section-content_inner h3.type4 {
  background: #F1F7EC;
}
.container-inner .section-content_inner h3.type4:before {
  width: 7.6rem;
  height: 8.2rem;
  background-image: url("../../img/common/ttl_h3-4.png");
}
@media only screen and (max-width:767px) {
  .container-inner .section-content_inner h3.type4:before {
    margin-top: -4.1rem;
  }
}
.container-inner .section-content_inner h4 {
  font-size: 1.55em;
  margin: 2em 0 1.5em;
  color: #666;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.container-inner .section-content_inner h4:before, .container-inner .section-content_inner h4:after {
  content: "";
  width: 2em;
  height: 0.1rem;
  margin: 0 0.3em;
  background: #E8ECF6;
}
.container-inner .section-content_inner h4.v2023 {
  display: block;
  text-align: left;
  font-size: 1.55em;
  margin: 2em 0 1.5em;
  padding: 0.6em 0 0.6em 5.6rem;
  color: #666;
  position: relative;
  font-weight: 400;
}
@media only screen and (max-width:767px) {
  .container-inner .section-content_inner h4.v2023 {
    padding-left: 4rem;
  }
}
.container-inner .section-content_inner h4.v2023:before, .container-inner .section-content_inner h4.v2023:after {
  content: "";
  position: absolute;
  left: 0;
}
.container-inner .section-content_inner h4.v2023:before {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 5rem;
  height: 5rem;
  top: 50%;
  margin: -2.5rem 0 0 0;
  background-color: transparent;
  background-image: url("../../img/common/ttl_h4-1.png");
  background-size: 2.8rem auto;
}
@media only screen and (max-width:767px) {
  .container-inner .section-content_inner h4.v2023:before {
    transform: scale(0.6);
    left: -1rem;
  }
}
.container-inner .section-content_inner h4.v2023:after {
  width: 100%;
  height: 0.5rem;
  border-radius: 1rem;
  bottom: 0;
  background: #F0F6EC;
}
@media only screen and (max-width:767px) {
  .container-inner .section-content_inner h4.v2023:after {
    height: 0.3rem;
  }
}
.container-inner .section-content_inner h4.type2:before {
  background-image: url("../../img/common/ttl_h4-2.png");
  background-size: 3.9rem auto;
}
.container-inner .section-content_inner h4.type2:after {
  background: #FAF0F1;
}
.container-inner .section-content_inner h4.type3:before {
  background-image: url("../../img/common/ttl_h4-3.png");
  background-size: 4.4rem auto;
}
.container-inner .section-content_inner h4.type3:after {
  background: #E4F1F4;
}
.container-inner .section-content_inner h5 {
  font-size: 1.4em;
  margin: 2em 0 1.5em;
  border-left: 0.5rem solid #E8ECF6;
  padding-left: 1rem;
}
.container-inner .section-content_inner h6 {
  font-size: 1.3em;
  margin: 2em 0 1.5em;
  background: rgba(232, 236, 246, 0.5);
  color: #666;
  padding: 0.8em 1.2em;
}
@media only screen and (max-width:767px) {
  .container-inner .section-content_inner h1 {
    font-size: 1.5em;
  }
  .container-inner .section-content_inner h2 {
    font-size: 1.4em;
  }
  .container-inner .section-content_inner h3 {
    font-size: 1.3em;
  }
  .container-inner .section-content_inner h4 {
    font-size: 1.2em;
  }
  .container-inner .section-content_inner h5 {
    font-size: 1.1em;
  }
  .container-inner .section-content_inner h6 {
    font-size: 1em;
  }
}
.container-inner .section-content_inner mark {
  background: rgba(236, 105, 65, 0.3);
  font-weight: 700;
}
.container-inner .section-content_inner pre {
  display: block;
}
.container-inner .section-content_inner strong {
  font-weight: bold;
}
.container-inner .section-content_inner em {
  font-style: italic;
}
.container-inner .section-content_inner ul {
  margin-bottom: 2.5em;
}
.container-inner .section-content_inner ul li {
  list-style: outside disc;
  padding-bottom: 1rem;
  padding-left: 1.5em;
  position: relative;
}
.container-inner .section-content_inner ul li:before {
  content: "●";
  font-size: 80%;
  color: rgba(137, 87, 161, 0.5);
  position: absolute;
  left: 0;
  top: 0.2em;
}
.container-inner .section-content_inner ol {
  margin-bottom: 2.5em;
}
.container-inner .section-content_inner ol li {
  list-style: outside decimal;
  margin-left: 3rem;
  overflow: visible;
  zoom: normal;
  padding-bottom: 1rem;
}
.container-inner .section-content_inner .wp-block-gallery ul li {
  padding: 0;
  list-style: none;
}
.container-inner .section-content_inner .wp-block-gallery ul li:before {
  display: none;
}
.container-inner .section-content_inner blockquote {
  display: block;
  margin: 1em 4rem;
  position: relative;
}
.container-inner .section-content_inner blockquote:before {
  content: "“";
  position: absolute;
  left: -1em;
  font-size: 4rem;
  line-height: 1;
  opacity: 0.5;
  top: 0;
}
.container-inner .section-content_inner blockquote:after {
  content: "”";
  position: absolute;
  right: -1rem;
  font-size: 4rem;
  line-height: 1;
  opacity: 0.5;
  bottom: 0;
}
.container-inner .section-content_inner a {
  text-decoration: underline;
}
.container-inner .section-content_inner a:hover {
  text-decoration: none;
}
.container-inner .section-content_inner a.btn-large, .container-inner .section-content_inner a.btn-middle, .container-inner .section-content_inner a.btn-entry {
  border-radius: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 4em;
  text-decoration: none;
  font-weight: 700;
}
.container-inner .section-content_inner a.btn-large {
  font-size: 1.6rem;
  max-width: 40rem;
  height: 6.5rem;
}
@media only screen and (max-width:767px) {
  .container-inner .section-content_inner a.btn-large {
    height: 4.6rem;
    font-size: 1.4rem;
  }
}
.container-inner .section-content_inner a.btn-middle {
  font-size: 1.4rem;
  max-width: 28rem;
  height: 5rem;
}
@media only screen and (max-width:767px) {
  .container-inner .section-content_inner a.btn-middle {
    max-width: 80%;
    height: 3.2rem;
    font-size: 1.3rem;
  }
}
.container-inner .section-content_inner a.btn-entry {
  font-size: 1.6rem;
  max-width: 40rem;
  height: 6.5rem;
  background: #000;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width:767px) {
  .container-inner .section-content_inner a.btn-entry {
    height: 4.6rem;
    font-size: 1.4rem;
  }
}
.container-inner .section-content_inner a.btn-entry:after {
  content: "";
  background: url("../../img/common/arrow_w.svg") no-repeat 50% 50%;
  width: 3rem;
  height: 0.5rem;
  background-size: 3rem auto;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  margin-top: -0.25rem;
}
.container-inner .section-content_inner a.btn-entry:before {
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #ccc;
  position: absolute;
  transition: all 0.5s;
  z-index: -1;
}
.container-inner .section-content_inner a.btn-entry:hover:before {
  width: 100%;
}
.container-inner .section-content_inner a.btn-purple {
  background-image: linear-gradient(90deg, rgba(137, 87, 161, 0.9) 0%, rgba(137, 87, 161, 0.4) 100%);
  color: #fff;
}
.container-inner .section-content_inner a.btn-purple:hover {
  background-image: linear-gradient(-90deg, rgba(137, 87, 161, 0.9) 0%, rgba(137, 87, 161, 0.4) 100%);
}
.container-inner .section-content_inner a.btn-red {
  background-image: linear-gradient(90deg, rgba(236, 105, 65, 0.9) 0%, rgba(236, 105, 65, 0.4) 100%);
  color: #fff;
}
.container-inner .section-content_inner a.btn-red:hover {
  background-image: linear-gradient(-90deg, rgba(236, 105, 65, 0.9) 0%, rgba(236, 105, 65, 0.4) 100%);
}
.container-inner .section-content_inner del {
  text-decoration: line-through;
}
.container-inner .section-content_inner hr {
  display: block;
  border: none;
  border-bottom: #eeeeee 1px solid;
  margin-bottom: 1rem;
}
.container-inner .section-content_inner .alignright {
  float: right;
  margin-left: 2rem;
  margin-bottom: 2rem;
  margin-right: 0.5rem;
}
@media only screen and (max-width:767px) {
  .container-inner .section-content_inner .alignright {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.container-inner .section-content_inner .alignleft {
  float: left;
  margin-right: 2rem;
  margin-left: 0.5rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width:767px) {
  .container-inner .section-content_inner .alignleft {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.container-inner .section-content_inner .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 64rem;
}

/*# sourceMappingURL=static.css.map */
