@charset "UTF-8";
main {
  background: #008e66;
  padding: 0 0 150px;
  position: relative;
}
@media screen and (max-width: 480px) {
  main {
    background: inherit;
    padding: 0;
  }
  main::after {
    content: "";
    display: block;
    width: 93.3%;
    height: 1px;
    background: #e2ebef;
    margin: 50px auto 0;
  }
}

.p_ttl {
  padding-top: 90px;
  color: #fff;
}
.p_ttl a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
  text-decoration: none;
}
.p_ttl .en {
  display: block;
  font-family: "BioRhyme Expanded", sans-serif;
  font-size: 5.7rem;
}
.p_ttl .ja {
  margin-top: 16px;
  display: block;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
}
.p_ttl + .breadcrumbs {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .p_ttl {
    background: #008e66;
    height: 150px;
    padding: 0 8.4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .p_ttl .en {
    font-size: 3rem;
  }
  .p_ttl .ja {
    margin-top: 12px;
    font-size: 1.2rem;
  }
}

.breadcrumbs {
  border-bottom: none;
  max-width: 1100px;
}

.p_box {
  width: 93.3%;
  max-width: 1240px;
  background: #fff;
  border-radius: 20px;
  margin: 5px auto 0;
}
.p_box.tax {
  padding: 0 0 120px;
}
.p_box.archive {
  padding: 110px 0 120px;
}
.p_box.single {
  padding: 90px 0 120px;
}
.p_box .inr {
  width: 670px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .p_box {
    width: auto;
    border-radius: 0;
    margin: 0;
  }
  .p_box.tax {
    padding: 0;
  }
  .p_box.archive {
    padding: 35px 0 0;
  }
  .p_box.single {
    padding: 30px 0 0;
  }
  .p_box .inr {
    width: auto;
  }
}

.p_subttl {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 390px;
  border-radius: 20px 20px 0 0;
  position: relative;
}
@media screen and (max-width: 480px) {
  .p_subttl {
    height: 211px;
    border-radius: 0;
  }
}
.p_subttl + .p_lead {
  margin-top: 50px;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  .p_subttl + .p_lead {
    margin: 25px auto 0;
    width: 88%;
    text-align: left;
    font-size: 1.6rem;
  }
  .p_subttl + .p_lead br {
    display: none;
  }
}
.p_subttl + .project_list1 {
  margin-top: 100px;
}
@media screen and (max-width: 480px) {
  .p_subttl + .project_list1 {
    margin-top: 30px;
  }
}

.p_subttl.theme.theme01 {
  background: url("/img/theme01_1240_390.jpg") no-repeat center center/cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
  .p_subttl.theme.theme01 {
    background: url("/img/theme01_2480_780.jpg") no-repeat center center/cover;
  }
}
@media screen and (max-width: 480px) {
  .p_subttl.theme.theme01 {
    background: url("/img/theme01_750_422.jpg") no-repeat center center/cover;
  }
}
.p_subttl.theme.theme02 {
  background: url("/img/theme02_1240_390.jpg") no-repeat center center/cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
  .p_subttl.theme.theme02 {
    background: url("/img/theme02_2480_780.jpg") no-repeat center center/cover;
  }
}
@media screen and (max-width: 480px) {
  .p_subttl.theme.theme02 {
    background: url("/img/theme02_750_422.jpg") no-repeat center center/cover;
  }
}
.p_subttl.theme.theme03 {
  background: url("/img/theme03_1240_390.jpg") no-repeat center center/cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
  .p_subttl.theme.theme03 {
    background: url("/img/theme03_2480_780.jpg") no-repeat center center/cover;
  }
}
@media screen and (max-width: 480px) {
  .p_subttl.theme.theme03 {
    background: url("/img/theme03_750_422.jpg") no-repeat center center/cover;
  }
}
.p_subttl.theme.theme04 {
  background: url("/img/theme04_1240_390.jpg") no-repeat center center/cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
  .p_subttl.theme.theme04 {
    background: url("/img/theme04_2480_780.jpg") no-repeat center center/cover;
  }
}
@media screen and (max-width: 480px) {
  .p_subttl.theme.theme04 {
    background: url("/img/theme04_750_422.jpg") no-repeat center center/cover;
  }
}
.p_subttl.theme .num {
  position: absolute;
  top: 30px;
  left: 30px;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  font-size: 16px;
}
.p_subttl.theme .num span {
  display: block;
  margin-top: 12px;
  width: 58px;
  border-top: 1px solid #fff;
  font-family: "BioRhyme Expanded", sans-serif;
  font-size: 60px;
}
@media screen and (max-width: 480px) {
  .p_subttl.theme .num {
    top: 10px;
    left: auto;
    right: 10px;
    font-size: 11px;
  }
  .p_subttl.theme .num span {
    margin-top: 10px;
    width: 40px;
    font-size: 42px;
  }
}
.p_subttl.theme h3 {
  font-family: "AvenirNextLTPro-Bold", "TazuganeGothicStdN-Black", sans-serif;
  font-size: 4.8rem;
  line-height: 1.25;
}
@media screen and (max-width: 480px) {
  .p_subttl.theme h3 {
    font-size: 2.8rem;
  }
}
.p_subttl.theme .copyright {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 10px;
  letter-spacing: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@media screen and (max-width: 480px) {
  .p_subttl.theme .copyright {
    right: 5px;
    bottom: 5px;
  }
}

.p_subttl.field.sea {
  background: url("/img/field_sea_1240_390.jpg") no-repeat center center/cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
  .p_subttl.field.sea {
    background: url("/img/field_sea_2480_780.jpg") no-repeat center center/cover;
  }
}
@media screen and (max-width: 480px) {
  .p_subttl.field.sea {
    background: url("/img/field_sea_750_422.jpg") no-repeat center center/cover;
  }
}
.p_subttl.field.sea h3 .ja::before {
  background: url("/img/i_sea.svg") no-repeat center center/contain;
}
.p_subttl.field.forest {
  background: url("/img/field_forest_1240_390.jpg") no-repeat center center/cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
  .p_subttl.field.forest {
    background: url("/img/field_forest_2480_780.jpg") no-repeat center center/cover;
  }
}
@media screen and (max-width: 480px) {
  .p_subttl.field.forest {
    background: url("/img/field_forest_750_422.jpg") no-repeat center center/cover;
  }
}
.p_subttl.field.forest h3 .ja::before {
  background: url("/img/i_forest.svg") no-repeat center center/contain;
}
.p_subttl.field.satoyama {
  background: url("/img/field_satoyama_1240_390.jpg") no-repeat center center/cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
  .p_subttl.field.satoyama {
    background: url("/img/field_satoyama_2480_780.jpg") no-repeat center center/cover;
  }
}
@media screen and (max-width: 480px) {
  .p_subttl.field.satoyama {
    background: url("/img/field_satoyama_750_422.jpg") no-repeat center center/cover;
  }
}
.p_subttl.field.satoyama h3 .ja::before {
  background: url("/img/i_satoyama.svg") no-repeat center center/contain;
}
.p_subttl.field.river {
  background: url("/img/field_river_1240_390.jpg") no-repeat center center/cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
  .p_subttl.field.river {
    background: url("/img/field_river_2480_780.jpg") no-repeat center center/cover;
  }
}
@media screen and (max-width: 480px) {
  .p_subttl.field.river {
    background: url("/img/field_river_750_422.jpg") no-repeat center center/cover;
  }
}
.p_subttl.field.river h3 .ja::before {
  background: url("/img/i_river.svg") no-repeat center center/contain;
}
.p_subttl.field.wetland {
  background: url("/img/field_wetland_1240_390.jpg") no-repeat center center/cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
  .p_subttl.field.wetland {
    background: url("/img/field_wetland_2480_780.jpg") no-repeat center center/cover;
  }
}
@media screen and (max-width: 480px) {
  .p_subttl.field.wetland {
    background: url("/img/field_wetland_750_422.jpg") no-repeat center center/cover;
  }
}
.p_subttl.field.wetland h3 .ja::before {
  background: url("/img/i_wetland.svg") no-repeat center center/contain;
}
.p_subttl.field .label {
  position: absolute;
  left: 25px;
  top: 25px;
  font-family: "AvenirNextLTPro-Demi", sans-serif;
  font-size: 20px;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 480px) {
  .p_subttl.field .label {
    left: 10px;
    top: 10px;
    font-size: 15px;
  }
}
.p_subttl.field h3 > span {
  display: block;
}
.p_subttl.field h3 .ja {
  font-family: "FOT-筑紫A丸ゴシック Std B", "TsukuARdGothicStd-B", sans-serif;
  letter-spacing: 0.05em;
  font-size: 9rem;
}
.p_subttl.field h3 .ja::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 1em;
  aspect-ratio: 1;
  margin: 0.04em 0.2em -0.04em 0;
}
.p_subttl.field h3 .en {
  margin-top: 0.9em;
  font-family: "BioRhyme Expanded", sans-serif;
  font-size: 3rem;
}
@media screen and (max-width: 480px) {
  .p_subttl.field h3 .ja {
    font-size: 5rem;
  }
  .p_subttl.field h3 .en {
    margin-top: 0.8em;
    font-size: 1.6rem;
  }
}

.p_lead {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.7;
}
.p_lead + .project_list1 {
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .p_lead {
    margin: 0 auto;
    width: 88%;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p_lead br {
    display: none;
  }
  .p_lead + .project_list1 {
    margin-top: 30px;
  }
}

.p_sort,
.single article .tax {
  padding: 30px 0;
  border-top: 1px solid #e2ebef;
  border-bottom: 1px solid #e2ebef;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .p_sort,
  .single article .tax {
    padding: 18px 0;
  }
}
.p_sort .theme,
.p_sort .field,
.single article .tax .theme,
.single article .tax .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_sort .theme .label,
.p_sort .field .label,
.single article .tax .theme .label,
.single article .tax .field .label {
  width: 95px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 30px;
}
@media screen and (max-width: 480px) {
  .p_sort .theme .label,
  .p_sort .field .label,
  .single article .tax .theme .label,
  .single article .tax .field .label {
    width: 65px;
    font-size: 1.1rem;
    line-height: 20px;
  }
}
.p_sort .theme .terms,
.p_sort .field .terms,
.single article .tax .theme .terms,
.single article .tax .field .terms {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .p_sort .theme .terms,
  .p_sort .field .terms,
  .single article .tax .theme .terms,
  .single article .tax .field .terms {
    padding-left: 10px;
    gap: 4px;
  }
}
.p_sort .theme .terms::before,
.p_sort .field .terms::before,
.single article .tax .theme .terms::before,
.single article .tax .field .terms::before {
  content: "";
  display: block;
  width: 1px;
  background: #e2ebef;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.p_sort .theme .terms a,
.p_sort .field .terms a,
.single article .tax .theme .terms a,
.single article .tax .field .terms a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  height: 30px;
  color: #4c5d67;
  background: #f1f5f7;
  border: 1px solid #e2ebef;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.8em;
  letter-spacing: 0.02em;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  font-size: 1.4rem;
  border-radius: 4px;
}
.p_sort .theme .terms a.field,
.p_sort .field .terms a.field,
.single article .tax .theme .terms a.field,
.single article .tax .field .terms a.field {
  padding: 0 9px 0 6px;
  gap: 3px;
}
@media screen and (max-width: 480px) {
  .p_sort .theme .terms a.field,
  .p_sort .field .terms a.field,
  .single article .tax .theme .terms a.field,
  .single article .tax .field .terms a.field {
    padding: 0 4px;
    gap: 3px;
  }
}
.p_sort .theme .terms a.field::before,
.p_sort .field .terms a.field::before,
.single article .tax .theme .terms a.field::before,
.single article .tax .field .terms a.field::before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1;
}
@media screen and (max-width: 480px) {
  .p_sort .theme .terms a.field::before,
  .p_sort .field .terms a.field::before,
  .single article .tax .theme .terms a.field::before,
  .single article .tax .field .terms a.field::before {
    width: 14px;
  }
}
.p_sort .theme .terms a.field.sea::before,
.p_sort .field .terms a.field.sea::before,
.single article .tax .theme .terms a.field.sea::before,
.single article .tax .field .terms a.field.sea::before {
  background: url("/img/i_sea_s.svg") no-repeat center center/contain;
}
.p_sort .theme .terms a.field.forest::before,
.p_sort .field .terms a.field.forest::before,
.single article .tax .theme .terms a.field.forest::before,
.single article .tax .field .terms a.field.forest::before {
  background: url("/img/i_forest_s.svg") no-repeat center center/contain;
}
.p_sort .theme .terms a.field.satoyama::before,
.p_sort .field .terms a.field.satoyama::before,
.single article .tax .theme .terms a.field.satoyama::before,
.single article .tax .field .terms a.field.satoyama::before {
  background: url("/img/i_satoyama_s.svg") no-repeat center center/contain;
}
.p_sort .theme .terms a.field.river::before,
.p_sort .field .terms a.field.river::before,
.single article .tax .theme .terms a.field.river::before,
.single article .tax .field .terms a.field.river::before {
  background: url("/img/i_river_s.svg") no-repeat center center/contain;
}
.p_sort .theme .terms a.field.wetland::before,
.p_sort .field .terms a.field.wetland::before,
.single article .tax .theme .terms a.field.wetland::before,
.single article .tax .field .terms a.field.wetland::before {
  background: url("/img/i_wetland_s.svg") no-repeat center center/contain;
}
.p_sort .theme .terms a.lock,
.p_sort .field .terms a.lock,
.single article .tax .theme .terms a.lock,
.single article .tax .field .terms a.lock {
  background: #008e66;
  border: none;
  color: #fff;
  gap: 4px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
}
.p_sort .theme .terms a.lock::before,
.p_sort .field .terms a.lock::before,
.single article .tax .theme .terms a.lock::before,
.single article .tax .field .terms a.lock::before {
  content: "";
  display: block;
  width: 11px;
  height: 1em;
  background: url("/img/i_lock.svg") no-repeat center center/contain;
}
@media (any-hover: hover) {
  .p_sort .theme .terms a:hover,
  .p_sort .field .terms a:hover,
  .single article .tax .theme .terms a:hover,
  .single article .tax .field .terms a:hover {
    background: #e2ebef;
  }
  .p_sort .theme .terms a.lock:hover,
  .p_sort .field .terms a.lock:hover,
  .single article .tax .theme .terms a.lock:hover,
  .single article .tax .field .terms a.lock:hover {
    background: #004b36;
  }
}
@media screen and (max-width: 480px) {
  .p_sort .theme .terms a,
  .p_sort .field .terms a,
  .single article .tax .theme .terms a,
  .single article .tax .field .terms a {
    font-size: 1.1rem;
    padding: 0 0.5em;
    font-size: 1.1rem;
    height: 20px;
  }
}
.p_sort .theme + .field,
.single article .tax .theme + .field {
  margin-top: 15px;
}
.p_sort .field .terms a,
.single article .tax .field .terms a {
  border: none;
  position: relative;
  padding: 0 10px 0 7px;
  gap: 5px;
  color: #fff;
  font-family: "FOT-筑紫A丸ゴシック Std B", "TsukuARdGothicStd-B", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 480px) {
  .p_sort .field .terms a,
  .single article .tax .field .terms a {
    padding: 0 4px;
    gap: 3px;
  }
}
.p_sort .field .terms a::before,
.single article .tax .field .terms a::before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1;
}
@media screen and (max-width: 480px) {
  .p_sort .field .terms a::before,
  .single article .tax .field .terms a::before {
    width: 14px;
  }
}
.p_sort .field .terms a.sea::before,
.single article .tax .field .terms a.sea::before {
  background: url("/img/i_sea_s_wh.svg") no-repeat center center/contain;
}
.p_sort .field .terms a.forest::before,
.single article .tax .field .terms a.forest::before {
  background: url("/img/i_forest_s_wh.svg") no-repeat center center/contain;
}
.p_sort .field .terms a.satoyama::before,
.single article .tax .field .terms a.satoyama::before {
  background: url("/img/i_satoyama_s_wh.svg") no-repeat center center/contain;
}
.p_sort .field .terms a.river::before,
.single article .tax .field .terms a.river::before {
  background: url("/img/i_river_s_wh.svg") no-repeat center center/contain;
}
.p_sort .field .terms a.wetland::before,
.single article .tax .field .terms a.wetland::before {
  background: url("/img/i_wetland_s_wh.svg") no-repeat center center/contain;
}
.p_sort .field .terms a.sea,
.single article .tax .field .terms a.sea {
  background: #0c3688;
}
.p_sort .field .terms a.forest,
.single article .tax .field .terms a.forest {
  background: #3caf34;
}
.p_sort .field .terms a.satoyama,
.single article .tax .field .terms a.satoyama {
  background: #af9d04;
}
.p_sort .field .terms a.river,
.single article .tax .field .terms a.river {
  background: #00a6c2;
}
.p_sort .field .terms a.wetland,
.single article .tax .field .terms a.wetland {
  background: #9a5a1b;
}
@media (any-hover: hover) {
  .p_sort .field .terms a:hover,
  .single article .tax .field .terms a:hover {
    opacity: 0.8;
  }
}

.p_sort {
  width: 670px;
  margin: 50px auto 0;
}
@media screen and (max-width: 480px) {
  .p_sort {
    width: 88%;
    margin: 25px auto 0;
  }
}
.p_sort + .project_list1 {
  margin-top: 60px;
}
@media screen and (max-width: 480px) {
  .p_sort + .project_list1 {
    margin-top: 40px;
  }
}

.single article > .ttl {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.375;
}
@media screen and (max-width: 480px) {
  .single article > .ttl {
    font-size: 2.5rem;
  }
}
.single article .mv {
  display: block;
  width: 960px;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin: 40px -145px 0;
  position: relative;
}
.single article .mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .single article .mv {
    width: 100vw;
    margin: 20px 0 0;
  }
  .single article .mv img {
    border-radius: 0;
  }
}
.single article .mv .cap {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .single article .mv .cap {
    right: 5px;
    left: 5px;
    bottom: 5px;
    font-size: 1rem;
  }
}
.single article .excerpt {
  margin-top: 40px;
  text-align: left;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .single article .excerpt {
    margin: 20px auto 0;
    width: 89.3%;
    font-size: 1.6rem;
  }
}
.single article .tax {
  margin-top: 40px;
}
.single article .tax .theme,
.single article .tax .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single article .tax .theme .label,
.single article .tax .field .label {
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .single article .tax .theme .label,
  .single article .tax .field .label {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 480px) {
  .single article .tax {
    margin: 20px auto 0;
    width: 89.3%;
  }
}
.single article .content {
  margin-top: 70px;
  text-align: left;
  text-align: left;
  font-size: 1.8rem;
  line-height: 2;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media screen and (max-width: 480px) {
  .single article .content {
    font-size: 1.6rem;
  }
}
.single article .content h1,
.single article .content h2,
.single article .content h3,
.single article .content h4,
.single article .content h5,
.single article .content h6 {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  line-height: 1.75 !important;
}
.single article .content h1:first-child,
.single article .content h2:first-child,
.single article .content h3:first-child,
.single article .content h4:first-child,
.single article .content h5:first-child,
.single article .content h6:first-child {
  margin-top: 0;
}
.single article .content h1,
.single article .content h2 {
  margin-top: 80px;
  position: relative;
  padding: 0 0 0 25px !important;
  color: inherit !important;
  text-align: left !important;
  font-size: 2.5rem !important;
  border-left: none !important;
  background: transparent !important;
}
.single article .content h1 *,
.single article .content h2 * {
  color: inherit !important;
}
.single article .content h1.caption-lv1,
.single article .content h2.caption-lv1 {
  border-left: none !important;
}
.single article .content h1.caption-lv2-type2,
.single article .content h2.caption-lv2-type2 {
  border-bottom: none !important;
}
.single article .content h1::before,
.single article .content h2::before {
  content: "";
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 2px !important;
  height: auto !important;
  position: absolute;
  background: #008e66;
  left: 0;
  top: 0.375em;
  bottom: 0.375em;
}
@media screen and (max-width: 480px) {
  .single article .content h1,
  .single article .content h2 {
    margin-top: 45px;
    padding-left: 20px;
    font-size: 2.2rem !important;
  }
}
.single article .content h3,
.single article .content h4,
.single article .content h5,
.single article .content h6 {
  margin-top: 50px;
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  .single article .content h3,
  .single article .content h4,
  .single article .content h5,
  .single article .content h6 {
    margin-top: 40px;
  }
  .single article .content h3.caption-lv2:not(:first-child),
  .single article .content h4.caption-lv2:not(:first-child),
  .single article .content h5.caption-lv2:not(:first-child),
  .single article .content h6.caption-lv2:not(:first-child) {
    margin-top: 40px !important;
  }
}
.single article .content h3.pink,
.single article .content h4.pink,
.single article .content h5.pink,
.single article .content h6.pink {
  color: #ec6b61;
}
.single article .content h3.green,
.single article .content h4.green,
.single article .content h5.green,
.single article .content h6.green {
  color: #008e66;
}
.single article .content h3.darkgreen,
.single article .content h4.darkgreen,
.single article .content h5.darkgreen,
.single article .content h6.darkgreen {
  color: #004b36;
}
.single article .content h3.caption-lv2:not(:first-child),
.single article .content h4.caption-lv2:not(:first-child),
.single article .content h5.caption-lv2:not(:first-child),
.single article .content h6.caption-lv2:not(:first-child) {
  margin-top: 50px !important;
}
.single article .content h3 + p,
.single article .content h3 + ul:not(.outline_table):not(.toc_list),
.single article .content h3 + ol,
.single article .content h4 + p,
.single article .content h4 + ul:not(.outline_table):not(.toc_list),
.single article .content h4 + ol,
.single article .content h5 + p,
.single article .content h5 + ul:not(.outline_table):not(.toc_list),
.single article .content h5 + ol,
.single article .content h6 + p,
.single article .content h6 + ul:not(.outline_table):not(.toc_list),
.single article .content h6 + ol {
  margin-top: 1em;
}
.single article .content h3 + table:not(:first-child),
.single article .content h4 + table:not(:first-child),
.single article .content h5 + table:not(:first-child),
.single article .content h6 + table:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .single article .content h3 + table:not(:first-child),
  .single article .content h4 + table:not(:first-child),
  .single article .content h5 + table:not(:first-child),
  .single article .content h6 + table:not(:first-child) {
    margin-top: 10px;
  }
}
.single article .content p.red,
.single article .content strong.red,
.single article .content span.red {
  color: #e60012;
}
.single article .content p.pink,
.single article .content strong.pink,
.single article .content span.pink {
  color: #ec6b61;
}
.single article .content p.green,
.single article .content strong.green,
.single article .content span.green {
  color: #008e66;
}
.single article .content p.darkgreen,
.single article .content strong.darkgreen,
.single article .content span.darkgreen {
  color: #004b36;
}
.single article .content p.gray,
.single article .content strong.gray,
.single article .content span.gray {
  color: #6f7f88;
}
.single article .content p.small,
.single article .content span.small,
.single article .content ol.small,
.single article .content ul:not(.outline_table):not(.toc_list).small {
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .single article .content p.small,
  .single article .content span.small,
  .single article .content ol.small,
  .single article .content ul:not(.outline_table):not(.toc_list).small {
    font-size: 1.4rem;
  }
}
.single article .content ol,
.single article .content ul:not(.outline_table):not(.toc_list),
.single article .content p {
  margin-top: 40px;
}
.single article .content ol:first-child,
.single article .content ul:not(.outline_table):not(.toc_list):first-child,
.single article .content p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .single article .content ol,
  .single article .content ul:not(.outline_table):not(.toc_list),
  .single article .content p {
    margin-top: 30px;
  }
}
.single article .content > .btn:not(:first-child),
.single article .content > .btn2:not(:first-child),
.single article .content > .btn3:not(:first-child),
.single article .content > .btn4:not(:first-child),
.single article .content p + p:has(.btn),
.single article .content p + p:has(.btn2),
.single article .content p + p:has(.btn3),
.single article .content p + p:has(.btn4) {
  margin-top: 1em;
}
.single article .content p:has(.btn),
.single article .content p:has(.btn2),
.single article .content p:has(.btn4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .single article .content p:has(.btn),
  .single article .content p:has(.btn2),
  .single article .content p:has(.btn4) {
    gap: 5px;
  }
}
.single article .content p.notes {
  color: #6f7f88;
  font-size: 1.2rem;
  line-height: 1.67;
}
.single article .content p.notes.red {
  color: #e60012;
}
@media screen and (max-width: 480px) {
  .single article .content p.notes {
    font-size: 1.1rem;
  }
}
.single article .content ul:not(.outline_table):not(.toc_list) li,
.single article .content ol li {
  position: relative;
}
.single article .content ul:not(.outline_table):not(.toc_list) li::before,
.single article .content ol li::before {
  position: absolute;
  top: 0;
  left: 0;
}
.single article .content ul:not(.outline_table):not(.toc_list):not(.link_list1) li:not(:has(img)) {
  padding-left: 1em;
}
.single article .content ul:not(.outline_table):not(.toc_list):not(.link_list1) li:not(:has(img))::before {
  content: "・";
}
.single article .content ol {
  counter-reset: li;
}
.single article .content ol li {
  padding-left: 1.5em;
}
.single article .content ol li::before {
  counter-increment: li;
  content: counter(li) ".";
}
.single article .content > article > div,
.single article .content > article > img,
.single article .content > div,
.single article .content > img,
.single article .content table,
.single article .content details,
.single article .content section,
.single article .content blockquote,
.single article .content > figure,
.single article .content > picture {
  margin-top: 50px;
}
.single article .content > article > div:first-child,
.single article .content > article > img:first-child,
.single article .content > div:first-child,
.single article .content > img:first-child,
.single article .content table:first-child,
.single article .content details:first-child,
.single article .content section:first-child,
.single article .content blockquote:first-child,
.single article .content > figure:first-child,
.single article .content > picture:first-child {
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .single article .content > article > div,
  .single article .content > article > img,
  .single article .content > div,
  .single article .content > img,
  .single article .content table,
  .single article .content details,
  .single article .content section,
  .single article .content blockquote,
  .single article .content > figure,
  .single article .content > picture {
    margin-top: 40px;
  }
}
.single article .content hr {
  margin-top: 80px;
}
.single article .content hr + * {
  margin-top: 80px !important;
}
@media screen and (max-width: 480px) {
  .single article .content hr {
    margin-top: 45px;
  }
  .single article .content hr + * {
    margin-top: 45px !important;
  }
}
.single article .content iframe,
.single article .content div {
  max-width: 100% !important;
}
.single article .content blockquote {
  position: relative;
  padding-left: 60px;
  font-style: italic;
}
.single article .content blockquote::before {
  content: "";
  display: block;
  width: 23px;
  aspect-ratio: 23/22;
  background: url("/img/i_quote_gr.svg") no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: calc(0.5em - 3px);
}
.single article .content blockquote::after {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  left: 0;
  top: calc(0.5em + 36px);
  bottom: 0.5em;
  background: #e2ebef;
}
.single article .content blockquote p:not(:first-child) {
  margin-top: 1em;
}
@media screen and (max-width: 480px) {
  .single article .content blockquote {
    padding-left: 30px;
  }
  .single article .content blockquote::before {
    width: 16px;
    top: calc(0.5em - 1px);
  }
  .single article .content blockquote::after {
    top: calc(0.5em + 32px);
  }
}
.single article .content .wp-caption.aligncenter img {
  display: block;
  margin: 0 auto;
}
.single article .content img {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  vertical-align: top;
}
.single article .content img.border {
  border: 1px solid #e2ebef;
}
.single article .content span img {
  vertical-align: middle;
}
.single article .content div {
  max-width: 100% !important;
}
.single article .content div p {
  margin-top: 0;
}
.single article .content div h3 + p {
  margin-top: 0.5em;
}
.single article .content > table,
.single article .content table.table {
  width: 100%;
  border-top: 1px solid #e2ebef;
  border-left: 1px solid #e2ebef;
}
.single article .content > table th,
.single article .content > table td,
.single article .content table.table th,
.single article .content table.table td {
  border-right: 1px solid #e2ebef;
  border-bottom: 1px solid #e2ebef;
  font-size: 1.6rem;
  line-height: 1.75;
  vertical-align: top;
  padding: 14px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .single article .content > table th,
  .single article .content > table td,
  .single article .content table.table th,
  .single article .content table.table td {
    font-size: 1.4rem;
    padding: 12px 12px;
    vertical-align: top;
  }
}
.single article .content > table th,
.single article .content table.table th {
  min-width: 140px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .single article .content > table th,
  .single article .content table.table th {
    min-width: 100px;
  }
}
.single article .content > table:not(.table_title) th,
.single article .content table.table th {
  background: #f1f5f7 !important;
}
.single article .content > table.table_title caption {
  text-align: left;
  padding: 10px 20px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  background: #e2ebef;
}
@media screen and (max-width: 480px) {
  .single article .content > table.table_title caption {
    padding: 3px 12px;
    font-size: 1.8rem;
  }
}
.single article .content em, .single article .content i {
  font-style: italic;
}
.single article .content a {
  word-break: break-all;
}
.single article .content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single article .content .alignleft,
.single article .content .alignright {
  padding: 0.5em 0 10px;
}
@media screen and (max-width: 480px) {
  .single article .content .alignleft,
  .single article .content .alignright {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
.single article .content .alignleft {
  float: left;
  margin-right: 40px;
}
.single article .content .alignright {
  float: right;
  margin-left: 40px;
}
@media screen and (max-width: 480px) {
  .single article .content p img.alignleft,
  .single article .content p img.alignright {
    display: block;
    margin-bottom: 1em;
  }
}
.single article .content .wp-caption-text {
  margin-top: 10px !important;
  background: #f1f5f7;
  color: #4c5d67;
  font-size: 1.4rem;
  line-height: 1.75;
  padding: 12px 20px;
}
.single article .content .youtube {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .single article .content .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25% !important;
  }
  .single article .content .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .single article .content .youtube:not(:first-child) {
    margin-top: 2em;
  }
}
.single article .content #toc_container {
  padding-left: 115px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .single article .content #toc_container {
    padding-left: 0;
  }
}
.single article .content #toc_container::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #f1f5f7 url("/img/blog_content_ttl.png") no-repeat 35px 15px/18px;
  width: 82px;
  border-radius: 4px;
}
@media screen and (max-width: 480px) {
  .single article .content #toc_container::before {
    display: none;
  }
}
.single article .content #toc_container .toc_title {
  position: absolute;
  left: 24px;
  top: 15px;
  color: #008e66;
  font-family: "AvenirNextLTPro-Medium", sans-serif;
  font-size: 11px;
  line-height: 1;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
@media screen and (max-width: 480px) {
  .single article .content #toc_container .toc_title {
    position: relative;
    left: 0;
    top: 0;
    font-size: 11px;
    line-height: 1;
    -webkit-transform: none;
    transform: none;
  }
  .single article .content #toc_container .toc_title::before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    background: url("/img/blog_content_ttl_sp.png") no-repeat 0 0/contain;
    aspect-ratio: 66/30;
    width: 33px;
    margin-right: 9px;
  }
}
.single article .content #toc_container .toc_list {
  border-top: 1px solid #e2ebef;
}
@media screen and (max-width: 480px) {
  .single article .content #toc_container .toc_list {
    margin-top: 14px;
  }
}
.single article .content #toc_container .toc_list li {
  border-bottom: 1px solid #e2ebef;
  padding: 7px 0;
}
@media screen and (max-width: 480px) {
  .single article .content #toc_container .toc_list li {
    padding: 10px 0;
  }
}
.single article .content #toc_container .toc_list a {
  display: block;
  text-decoration: none;
  color: inherit;
  line-height: 40px;
  position: relative;
  padding: 8px 70px 8px 40px;
  font-size: 1.6rem;
  line-height: 1.75;
  border-radius: 10px;
}
.single article .content #toc_container .toc_list a::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #008e66;
  position: absolute;
  left: 20px;
  top: calc(50% - 0.5px);
}
.single article .content #toc_container .toc_list a::after {
  content: "";
  display: block;
  width: 34px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #f1f5f7;
  background-image: url("/img/arr1_gr.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px;
  position: absolute;
  right: 17px;
  top: calc(50% - 17px);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 480px) {
  .single article .content #toc_container .toc_list a {
    padding: 0 30px 0 12px;
    font-size: 1.2rem;
  }
  .single article .content #toc_container .toc_list a::before {
    left: 0;
    width: 5px;
  }
  .single article .content #toc_container .toc_list a::after {
    width: 16px;
    background-size: 4px;
    right: 0;
    top: calc(50% - 8px);
  }
}
@media (any-hover: hover) {
  .single article .content #toc_container .toc_list a:hover {
    background: #f1f5f7;
  }
  .single article .content #toc_container .toc_list a:hover::after {
    background-color: #e2ebef;
  }
}
.single article .content .box {
  background: #f1f5f7;
  padding: 30px 40px;
}
@media screen and (max-width: 480px) {
  .single article .content .box {
    padding: 20px 25px;
  }
}
.single article .content .box.quote {
  padding: 30px 40px 30px 100px;
  position: relative;
  font-style: italic;
}
.single article .content .box.quote::before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 23/22;
  background: url("/img/i_quote_gr.svg") no-repeat center center/contain;
  position: absolute;
  left: 43px;
  top: 40px;
}
.single article .content .box.quote p:not(:first-child) {
  margin-top: 1em;
}
@media screen and (max-width: 480px) {
  .single article .content .box.quote {
    padding: 20px 25px 20px 65px;
  }
  .single article .content .box.quote::before {
    width: 24px;
    left: 24px;
    top: 26px;
  }
  .single article .content .box.quote p:not(:first-child) {
    margin-top: 1em;
  }
}
.single article .content .box.img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px 25px;
}
.single article .content .box.img h3, .single article .content .box.img h4, .single article .content .box.img h5, .single article .content .box.img h6 {
  width: 100%;
}
.single article .content .box.img h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #e2ebef;
}
.single article .content .box.img p:not(:has(img)) {
  margin: -0.5em 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 480px) {
  .single article .content .box.img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px 15px;
  }
  .single article .content .box.img h3 {
    padding-bottom: 12px;
  }
  .single article .content .box.img p:not(:has(img)) {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
  }
}
.single article .content .box.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  position: relative;
  padding: 48px 40px 30px;
}
.single article .content .box.profile:not(:first-child) {
  margin-top: 75px;
}
.single article .content .box.profile h3 {
  position: absolute;
  left: 40px;
  top: -1.11em;
  display: inline-block;
  vertical-align: top;
  background: #008e66;
  color: #fff;
  padding: 0 1em;
  border-radius: 4px;
  font-size: 1.8rem;
  line-height: 2.22;
}
.single article .content .box.profile img {
  aspect-ratio: 1;
  width: 70px;
  border-radius: 50%;
}
.single article .content .box.profile .name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.75;
}
.single article .content .box.profile .name .notes {
  display: block;
  font-size: 1.2rem;
}
.single article .content .box.profile .txt {
  width: 100%;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .single article .content .box.profile {
    gap: 10px;
    padding: 35px 20px 20px;
  }
  .single article .content .box.profile:not(:first-child) {
    margin-top: 55px;
  }
  .single article .content .box.profile h3 {
    left: 20px;
    top: -0.97em;
    padding: 0 0.7em;
    font-size: 1.6rem;
    line-height: 1.94;
  }
  .single article .content .box.profile .name {
    line-height: 1.5;
  }
  .single article .content .box.profile .name .notes {
    margin-top: 2px;
  }
  .single article .content .box.profile .txt {
    font-size: 1.2rem;
    line-height: 1.67;
  }
}
.single article .content .box.profile_list {
  position: relative;
  padding: 48px 40px 30px;
}
.single article .content .box.profile_list:not(:first-child) {
  margin-top: 75px;
}
.single article .content .box.profile_list h3 {
  position: absolute;
  left: 40px;
  top: -1.11em;
  display: inline-block;
  vertical-align: top;
  background: #008e66;
  color: #fff;
  padding: 0 1em;
  border-radius: 4px;
  font-size: 1.8rem;
  line-height: 2.22;
}
.single article .content .box.profile_list .profile_group {
  border-top: 1px solid #e2ebef;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single article .content .box.profile_list .profile_group:last-child {
  padding: 30px 0 0;
}
.single article .content .box.profile_list .profile_group h4 {
  width: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
  color: #008e66;
  font-size: 1.4rem;
}
.single article .content .box.profile_list .profile_group_list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.single article .content .box.profile_list .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.single article .content .box.profile_list .profile + .profile {
  margin-top: 25px;
  border-top: 1px solid #e2ebef;
  padding-top: 30px;
}
.single article .content .box.profile_list img {
  aspect-ratio: 1;
  width: 70px;
  border-radius: 50%;
}
.single article .content .box.profile_list .name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.75;
}
.single article .content .box.profile_list .name .notes {
  display: block;
  font-size: 1.2rem;
}
.single article .content .box.profile_list .txt {
  width: 100%;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .single article .content .box.profile_list {
    padding: 35px 20px 20px;
  }
  .single article .content .box.profile_list:not(:first-child) {
    margin-top: 55px;
  }
  .single article .content .box.profile_list h3 {
    left: 20px;
    top: -0.97em;
    padding: 0 0.7em;
    font-size: 1.6rem;
    line-height: 1.94;
  }
  .single article .content .box.profile_list .profile_group {
    border-top: none;
    padding: 0;
    display: block;
  }
  .single article .content .box.profile_list .profile_group + .profile_group {
    margin-top: 17px;
    padding: 20px 0 0;
    border-top: 1px solid #e2ebef;
  }
  .single article .content .box.profile_list .profile_group:last-child {
    padding: 20px 0 0;
  }
  .single article .content .box.profile_list .profile_group h4 {
    width: auto;
    padding-right: 0;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  .single article .content .box.profile_list .profile {
    gap: 10px;
  }
  .single article .content .box.profile_list .profile + .profile {
    margin-top: 17px;
    padding-top: 20px;
  }
  .single article .content .box.profile_list .name {
    line-height: 1.5;
  }
  .single article .content .box.profile_list .name .notes {
    margin-top: 2px;
  }
  .single article .content .box.profile_list .txt {
    font-size: 1.2rem;
    line-height: 1.67;
  }
}
.single article .content .box.ref {
  padding: 40px 40px 30px;
}
.single article .content .box.ref h3 {
  display: inline-block;
  vertical-align: top;
  background: #008e66;
  color: #fff;
  padding: 0 1em;
  font-size: 1.8rem;
  line-height: 1.67;
}
.single article .content .box.ref h3 + * {
  display: block;
  margin-top: 15px;
  border-top: 1px solid #e2ebef;
  padding-top: 20px;
}
.single article .content .box.ref p,
.single article .content .box.ref ul,
.single article .content .box.ref ol {
  font-size: 1.6rem;
}
.single article .content .box.ref p + p,
.single article .content .box.ref ul + p,
.single article .content .box.ref ol + p {
  margin-top: 1em;
}
.single article .content .box.ref p + ul:not(:first-child),
.single article .content .box.ref p + ol:not(:first-child) {
  margin-top: 0;
}
@media screen and (max-width: 480px) {
  .single article .content .box.ref {
    padding: 25px;
  }
  .single article .content .box.ref h3 {
    padding: 0 0.5em;
    font-size: 1.6rem;
    line-height: 1.875;
  }
  .single article .content .box.ref p,
  .single article .content .box.ref ul,
  .single article .content .box.ref ol {
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .single article .content .box.ref p + ul,
  .single article .content .box.ref p + ol {
    margin-top: 5px !important;
  }
  .single article .content .box.ref li + li {
    margin-top: 2px;
  }
}
.single article .content .box.support h3:first-child {
  color: #fff;
  background: #ec6b61;
  margin: -30px -40px 30px !important;
  padding: 15px 40px;
}
.single article .content .box.support p {
  font-size: 1.6rem;
}
.single article .content .box.support p strong {
  color: #ec6b61;
}
@media screen and (max-width: 480px) {
  .single article .content .box.support {
    padding: 0 25px 30px;
  }
  .single article .content .box.support h3:first-child {
    margin: 0 -25px 20px !important;
    padding: 8px 25px;
    font-size: 1.8rem;
  }
  .single article .content .box.support p {
    font-size: 1.6rem;
  }
  .single article .content .box.support p strong {
    color: #ec6b61;
  }
  .single article .content .box.support p + p:not(:has(.btn)) {
    margin-top: 1em;
  }
  .single article .content .box.support p:has(.btn) {
    margin-top: 20px;
  }
}
.single article .content .box.matome {
  padding: 40px;
}
.single article .content .box.matome h3 {
  color: #004b36;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2ebef;
}
.single article .content .box.matome h3 + p:not(:first-child) {
  margin-top: 20px;
}
.single article .content .box.matome p {
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .single article .content .box.matome {
    padding: 25px;
  }
  .single article .content .box.matome h3 {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
  .single article .content .box.matome h3 + p:not(:first-child) {
    margin-top: 15px;
  }
  .single article .content .box.matome p {
    font-size: 1.4rem;
  }
}
.single article .content ul.outline_table {
  border-top: 1px solid #e2ebef;
}
.single article .content ul.outline_table:not(:first-child) {
  margin-top: 25px;
}
@media screen and (max-width: 480px) {
  .single article .content ul.outline_table:not(:first-child) {
    margin-top: 20px;
  }
}
.single article .content ul.outline_table li {
  border-bottom: 1px solid #e2ebef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 12px 0;
}
@media screen and (max-width: 480px) {
  .single article .content ul.outline_table li {
    padding: 10px 0;
  }
}
.single article .content ul.outline_table .th {
  margin-top: 0.252rem;
  background: #008e66;
  border-radius: 9999px;
  color: #fff;
  width: 6.3em;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.64;
  height: 1.64em;
  overflow: hidden;
  letter-spacing: 0;
}
@media screen and (max-width: 480px) {
  .single article .content ul.outline_table .th {
    margin-top: 0.073rem;
    font-size: 1.1rem;
  }
}
.single article .content ul.outline_table .td {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 480px) {
  .single article .content ul.outline_table .td {
    padding-left: 12px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.single article .content .btn_area {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .single article .content .btn_area {
    margin-top: 20px;
  }
}
.single article .content .btn_area + .btn_area {
  margin-top: 15px;
}
.single article .content .s_lock {
  margin: 0 -65px;
  background: #f1f5f7;
  border-radius: 10px;
  padding: 60px 0;
}
@media screen and (max-width: 480px) {
  .single article .content .s_lock {
    margin: 0;
    border-radius: 8px;
    padding: 30px 20px;
  }
}
.single article .content .s_lock .s_ttl {
  text-align: center !important;
  font-size: 2.5rem;
  line-height: 1.6;
}
.single article .content .s_lock .s_ttl::before {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .single article .content .s_lock .s_ttl {
    font-size: 1.8rem !important;
  }
}
.single article .content .s_lock .lock {
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .single article .content .s_lock .lock {
    margin-top: 10px;
  }
}
.single article .content .s_lock .lock a {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  width: 92px;
  height: 30px;
  border-radius: 4px;
  background: #008e66;
  border: none;
  color: #fff;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
}
.single article .content .s_lock .lock a::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 11px;
  height: 1em;
  background: url("/img/i_lock.svg") no-repeat center center/contain;
  margin-right: 4px;
}
@media screen and (max-width: 480px) {
  .single article .content .s_lock .lock a {
    width: 80px;
    height: 24px;
    border-radius: 3px;
    font-size: 1.1rem;
  }
  .single article .content .s_lock .lock a::before {
    width: 9px;
  }
}
@media (any-hover: hover) {
  .single article .content .s_lock .lock a:hover {
    background: #004b36;
  }
}
.single article .content .s_lock .s_lead {
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .single article .content .s_lock .s_lead {
    margin-top: 15px;
    font-size: 1.5rem;
    text-align: left;
  }
  .single article .content .s_lock .s_lead br {
    display: none;
  }
}
.single article .content .s_lock input[type=password] {
  display: block;
  margin: 20px auto 0;
  width: 300px;
  height: 60px;
  font-size: 18px;
  border: 1px solid #e2ebef;
  border-radius: 5px;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  .single article .content .s_lock input[type=password] {
    margin: 15px auto 0;
    max-width: 100%;
    height: 50px;
    font-size: 16px;
    padding: 0 15px;
  }
}
.single article .content .s_lock button {
  display: block;
  margin: 15px auto 0;
  width: 300px;
  text-align: center;
  padding: 0 10px 0 0;
}
@media screen and (max-width: 480px) {
  .single article .content .s_lock button {
    margin: 10px auto 0;
    width: 170px;
  }
}
.single article .content .s_lock .support {
  width: 570px;
  margin: 50px auto 0;
  border-top: 1px solid #e2ebef;
  border-bottom: 1px solid #e2ebef;
  padding: 40px 0;
  text-align: center;
}
.single article .content .s_lock .support ul {
  margin-top: 10px !important;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .single article .content .s_lock .support {
    width: auto;
    margin: 30px auto 0;
    padding: 20px 0;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .single article .content .s_lock .support p br {
    display: none;
  }
  .single article .content .s_lock .support ul {
    margin-top: 5px !important;
  }
}
.single article .content .s_lock .notes {
  width: 570px;
  margin: 0 auto;
  text-align: left;
  padding-top: 35px;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .single article .content .s_lock .notes {
    width: auto;
    padding-top: 20px;
    font-size: 1.2rem;
    line-height: 1.75;
  }
}
.single article .content > article:last-child {
  padding-bottom: 0 !important;
}
.single article .content > *:first-child {
  margin-top: 0 !important;
}
.single article .content > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 480px) {
  .single article .content {
    margin: 50px auto 0;
    width: 89.3%;
  }
}

.s_report,
.s_event,
.s_statement,
.s_partner {
  margin-top: 100px;
  border-top: 1px solid #008e66;
  padding-top: 95px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .s_report,
  .s_event,
  .s_statement,
  .s_partner {
    margin: 60px auto 0;
    width: 89.3%;
    padding-top: 55px;
  }
}
.s_report .s_ttl,
.s_event .s_ttl,
.s_statement .s_ttl,
.s_partner .s_ttl {
  position: relative;
  padding-left: 40px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
  font-weight: 600;
  font-size: 3.5rem;
  margin-bottom: 25px;
}
.s_report .s_ttl::before,
.s_event .s_ttl::before,
.s_statement .s_ttl::before,
.s_partner .s_ttl::before {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background: #008e66;
  position: absolute;
  left: 0;
  top: calc(0.5em - 0.5px);
}
@media screen and (max-width: 480px) {
  .s_report .s_ttl,
  .s_event .s_ttl,
  .s_statement .s_ttl,
  .s_partner .s_ttl {
    padding-left: 25px;
    font-size: 2.5rem;
  }
  .s_report .s_ttl::before,
  .s_event .s_ttl::before,
  .s_statement .s_ttl::before,
  .s_partner .s_ttl::before {
    width: 15px;
  }
}
.s_report .btn,
.s_event .btn,
.s_statement .btn,
.s_partner .btn {
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  .s_report .btn,
  .s_event .btn,
  .s_statement .btn,
  .s_partner .btn {
    margin-top: 20px;
  }
}