@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
.header_second {
  position: -webkit-sticky;
  position: sticky;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.header_second .area_header {
  align-items: center;
  padding: 10px 140px 20px 30px;
  min-height: 105px;
}
@media all and (max-width: 1367px) {
  .header_second .area_header {
    padding-right: 110px;
    min-height: 90px;
  }
}
@media all and (max-width: 896px) {
  .header_second .area_header {
    padding: 10px 65px 20px 20px;
    min-height: 65px;
  }
}
.header_second .sec_logo_second {
  padding-top: 10px;
  flex-shrink: 0;
}
@media all and (max-width: 1367px) {
  .header_second .sec_logo_second {
    width: 100.8px;
  }
}
@media all and (max-width: 896px) {
  .header_second .sec_logo_second {
    width: 63px;
  }
}
.header_second .name_header a {
  filter: none;
}
.header_second .btn_info {
  width: 180px;
}
.header_second .btn_info > a {
  border-color: #44A535;
  background: #fff;
  color: #44A535;
}
.header_second .btn_info > a::before {
  background: url("../images/icon_bell_green.svg") center center/contain no-repeat;
}
.header_second .list_sns_header a {
  filter: none;
}
.header_second .menu-trigger {
  box-shadow: none;
  background: #44A535;
}
.header_second .menu-trigger .menu > span {
  background: #fff;
}

.area_link_footer_second {
  padding-top: 60px;
}

.lb-data .lb-details {
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .lb-data .lb-details {
    margin-top: 8px;
  }
}
.lb-data .lb-caption {
  font-size: 1.8rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .lb-data .lb-caption {
    font-size: 1.6rem;
  }
}
.lb-data .lb-close {
  margin-top: 3px;
}
@media all and (max-width: 896px) {
  .lb-data .lb-close {
    margin-top: 2px;
  }
}

.txt {
  line-height: 1.8;
}
.txt.txt_center {
  text-align: center;
}
@media all and (max-width: 896px) {
  .txt.txt_center {
    text-align: left;
  }
}
.txt a {
  color: #44A535;
  text-decoration: underline;
}

.copy_common {
  font-size: 2.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .copy_common {
    font-size: 1.8rem;
  }
}
.copy_common.txt_center {
  text-align: center;
}
@media all and (max-width: 896px) {
  .copy_common.txt_center {
    text-align: left;
  }
}

.note_common {
  font-size: 1.5rem;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}
@media all and (max-width: 896px) {
  .note_common {
    font-size: 1.4rem;
  }
}
.note_common a {
  color: #44A535;
  text-decoration: underline;
}

.box_txt_center_common {
  text-align: left;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .box_txt_center_common {
    margin-top: 20px;
  }
}
.box_txt_center_common > * {
  margin-top: 0;
}

.area_ttl_common .sec_ttl_common {
  box-sizing: border-box;
  padding: 0 20px;
  min-height: 200px;
  background-color: #40B4DD;
  background-image: radial-gradient(#53B9E0 22%, transparent 22%), radial-gradient(#53B9E0 22%, transparent 22%);
  background-size: 50px 50px;
  background-position: 0 0, 25px 25px;
  display: grid;
  place-content: center;
  position: relative;
}
.area_ttl_common .sec_ttl_bottom {
  height: 105px;
  background-color: #C6D35C;
  background-image: radial-gradient(#CAD964 22%, transparent 22%), radial-gradient(#CAD964 22%, transparent 22%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}
@media all and (max-width: 896px) {
  .area_ttl_common .sec_ttl_bottom {
    height: 75px;
  }
}
.area_ttl_common .block_ttl_common {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 20;
}
.area_ttl_common .block_ttl_common::after {
  content: "";
  display: block;
  width: 79px;
  height: 12.5px;
  background: url("../images/decoration_ttl.svg") center center/contain no-repeat;
  margin: 25px auto 0;
}
@media all and (max-width: 896px) {
  .area_ttl_common .block_ttl_common::after {
    width: 47.4px;
    height: 7.5px;
    margin-top: 20px;
  }
}
.area_ttl_common .block_ttl_common .ttl_en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.area_ttl_common .block_ttl_common .ttl_jp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-top: 8px;
}
@media all and (max-width: 896px) {
  .area_ttl_common .block_ttl_common .ttl_jp {
    font-size: 2.8rem;
  }
}
.area_ttl_common .block_ttl_common .ttl_jp .small {
  font-size: 0.7em;
}
.area_ttl_common .img_ttl {
  position: absolute;
}
.area_ttl_common .img_ttl.plus01 {
  right: -140px;
  bottom: 0;
  -webkit-animation: 2s plusMove infinite linear;
          animation: 2s plusMove infinite linear;
}
@media all and (max-width: 896px) {
  .area_ttl_common .img_ttl.plus01 {
    width: 13.2px;
    right: -84px;
  }
}
.area_ttl_common .img_ttl.wave01 {
  right: -120px;
  top: 30px;
  -webkit-animation: 2s waveMove infinite linear;
          animation: 2s waveMove infinite linear;
}
@media all and (max-width: 896px) {
  .area_ttl_common .img_ttl.wave01 {
    width: 42px;
    right: -72px;
  }
}
.area_ttl_common .img_ttl.bird {
  left: -160px;
  top: 15px;
}
@media all and (max-width: 896px) {
  .area_ttl_common .img_ttl.bird {
    width: 61.8px;
    left: -96px;
  }
}
@media all and (max-width: 480px) {
  .area_ttl_common .img_ttl.bird {
    left: -50px;
  }
}
.area_ttl_common .img_ttl.drug {
  right: -330px;
  top: -10px;
}
@media all and (max-width: 896px) {
  .area_ttl_common .img_ttl.drug {
    width: 50.4px;
    right: -198px;
  }
}
@media all and (max-width: 480px) {
  .area_ttl_common .img_ttl.drug {
    right: -132px;
  }
}
.area_ttl_common .img_ttl.fish {
  right: -220px;
  bottom: 0;
  -webkit-animation: 4s fishMove infinite linear;
          animation: 4s fishMove infinite linear;
}
@media all and (max-width: 896px) {
  .area_ttl_common .img_ttl.fish {
    width: 31.8px;
    right: -132px;
  }
}
@media all and (max-width: 480px) {
  .area_ttl_common .img_ttl.fish {
    right: -35px;
  }
}
.area_ttl_common .img_ttl.star01 {
  top: 50px;
  left: 19%;
  -webkit-animation: 2s starMove infinite linear;
          animation: 2s starMove infinite linear;
}
@media all and (max-width: 896px) {
  .area_ttl_common .img_ttl.star01 {
    width: 11.4px;
    top: 150px;
    left: 5%;
  }
}
.area_ttl_common .img_ttl.star02 {
  top: 65px;
  right: 3.5%;
  -webkit-animation: 2s starMove infinite linear;
          animation: 2s starMove infinite linear;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media all and (max-width: 896px) {
  .area_ttl_common .img_ttl.star02 {
    width: 11.4px;
    top: 10px;
  }
}
.area_ttl_common .img_ttl.plus02 {
  bottom: 30px;
  left: 29.5%;
  -webkit-animation: 2s plusMove infinite linear;
          animation: 2s plusMove infinite linear;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media all and (max-width: 896px) {
  .area_ttl_common .img_ttl.plus02 {
    width: 13.2px;
    bottom: 15px;
  }
}
.area_ttl_common .img_ttl.cloud01 {
  top: 60px;
  left: 7.5%;
  -webkit-animation: 4s cloudMove infinite linear;
          animation: 4s cloudMove infinite linear;
}
@media all and (max-width: 896px) {
  .area_ttl_common .img_ttl.cloud01 {
    width: 78px;
    top: 10px;
    left: 2%;
  }
}
.area_ttl_common .img_ttl.cloud02 {
  bottom: 66px;
  right: 5.5%;
  -webkit-animation: 4s cloudMove infinite linear;
          animation: 4s cloudMove infinite linear;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media all and (max-width: 896px) {
  .area_ttl_common .img_ttl.cloud02 {
    width: 78px;
    bottom: 30px;
    right: -30px;
  }
}
.area_ttl_common .img_ttl.wave02 {
  top: 50px;
  left: 24%;
  -webkit-animation: 2s waveMove infinite linear;
          animation: 2s waveMove infinite linear;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media all and (max-width: 896px) {
  .area_ttl_common .img_ttl.wave02 {
    width: 42px;
    top: 5px;
  }
}
.area_ttl_common .img_ttl.wave03 {
  bottom: 70px;
  left: 20%;
  -webkit-animation: 2s waveMove infinite linear;
          animation: 2s waveMove infinite linear;
}
@media all and (max-width: 896px) {
  .area_ttl_common .img_ttl.wave03 {
    width: 42px;
    bottom: 20px;
    left: 10%;
  }
}
.area_ttl_common .img_ttl.wave04 {
  top: 40px;
  right: 12.5%;
  -webkit-animation: 2s waveMove infinite linear;
          animation: 2s waveMove infinite linear;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media all and (max-width: 896px) {
  .area_ttl_common .img_ttl.wave04 {
    width: 42px;
    top: 15px;
  }
}
.area_ttl_common .img_ttl.grass01 {
  left: -50px;
  bottom: -5px;
}
@media all and (max-width: 896px) {
  .area_ttl_common .img_ttl.grass01 {
    width: 200.4px;
    left: -80px;
  }
}
.area_ttl_common .img_ttl.grass02 {
  right: 46px;
  bottom: -5px;
}
@media all and (max-width: 896px) {
  .area_ttl_common .img_ttl.grass02 {
    width: 152.4px;
    right: -20px;
  }
}

.list_count_common {
  counter-reset: item;
  line-height: 1.8;
}
.list_count_common > li {
  margin-top: 4px;
  padding-left: 30px;
  position: relative;
}
.list_count_common > li:first-of-type {
  margin-top: 0;
}
.list_count_common > li::before {
  text-align: center;
  display: block;
  width: 24px;
  height: 24px;
  background: #44A535;
  border-radius: 50%;
  color: #fff;
  counter-increment: item;
  content: counter(item);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  position: absolute;
  left: 0;
  top: 1.5px;
  margin-top: 2px;
}
@media all and (max-width: 896px) {
  .list_count_common > li::before {
    width: 22px;
    height: 22px;
    line-height: 22px;
    top: 1px;
    margin-top: 1px;
  }
}

.list_dot_common > li {
  padding-left: 1em;
  position: relative;
}
.list_dot_common > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.main_contents {
  padding-top: 20px;
  position: relative;
}
@media all and (max-width: 896px) {
  .main_contents {
    padding-top: 10px;
  }
}

.wave_contents {
  width: 100%;
  height: 64px;
  background-image: url("../images/wave_white_top.png");
  background-size: 1600px auto;
  background-repeat: repeat-x;
  -webkit-animation: wave linear 20s infinite;
          animation: wave linear 20s infinite;
  will-change: animation;
  position: absolute;
  top: -60px;
  left: 0;
}
@media all and (max-width: 896px) {
  .wave_contents {
    height: 38.4px;
    background-size: 960px auto;
    top: -36px;
    -webkit-animation: waveSp linear 20s infinite;
            animation: waveSp linear 20s infinite;
  }
}

.wave_contents_bottom {
  width: 100%;
  height: 64px;
  background-image: url("../images/wave_white_bottom.png");
  background-size: 1600px auto;
  background-repeat: repeat-x;
  -webkit-animation: wave linear 20s infinite;
          animation: wave linear 20s infinite;
  will-change: animation;
  position: absolute;
  bottom: -60px;
  left: 0;
}
@media all and (max-width: 896px) {
  .wave_contents_bottom {
    height: 38.4px;
    background-size: 960px auto;
    bottom: -36px;
    -webkit-animation: waveSp linear 20s infinite;
            animation: waveSp linear 20s infinite;
  }
}

.wave_gray {
  width: 100%;
  height: 64px;
  background-image: url("../images/wave_gray_top.png");
  background-size: 1600px auto;
  background-repeat: repeat-x;
  -webkit-animation: wave linear 20s infinite;
          animation: wave linear 20s infinite;
  will-change: animation;
  position: absolute;
  top: -60px;
  left: 0;
}
@media all and (max-width: 896px) {
  .wave_gray {
    height: 38.4px;
    background-size: 960px auto;
    top: -36px;
    -webkit-animation: waveSp linear 20s infinite;
            animation: waveSp linear 20s infinite;
  }
}

.area_anchor_common {
  box-sizing: border-box;
  padding: 30px;
  background: #efefef;
  border-radius: 10px;
}
@media all and (max-width: 896px) {
  .area_anchor_common {
    padding: 20px;
  }
}
.area_anchor_common .list_anchor_common {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
}
@media all and (max-width: 896px) {
  .area_anchor_common .list_anchor_common {
    justify-content: flex-start;
    gap: 15px 20px;
    font-size: 1.5rem;
  }
}
@media all and (max-width: 480px) {
  .area_anchor_common .list_anchor_common {
    gap: 10px 16px;
  }
}
.area_anchor_common .list_anchor_common a::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/arrow_bottom_green.svg") center center/contain no-repeat;
  margin-left: 0.5em;
  vertical-align: -0.3em;
}
@media all and (max-width: 896px) {
  .area_anchor_common .list_anchor_common a::after {
    width: 20px;
    height: 20px;
  }
}

.area_styleguide {
  margin-top: 50px;
  padding-bottom: 120px;
}
@media all and (max-width: 896px) {
  .area_styleguide {
    margin-top: 30px;
    padding-bottom: 80px;
  }
}
.area_styleguide > * {
  margin-top: 30px;
}
.area_styleguide > *:first-child {
  margin-top: 0;
}

.ttl_second_en {
  text-align: center;
  font-size: 1.1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #44A535;
}
@media all and (max-width: 896px) {
  .ttl_second_en {
    font-size: 1rem;
  }
}

.ttl_second_en_color {
  text-align: center;
  font-size: 1.1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
@media all and (max-width: 896px) {
  .ttl_second_en_color {
    font-size: 1rem;
    margin-bottom: 8px;
  }
}
.ttl_second_en_color > span:nth-of-type(odd) {
  color: #44A535;
}

.ttl_second_common {
  text-align: center;
  font-size: 3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .ttl_second_common {
    font-size: 2.2rem;
  }
}
.ttl_second_common::after {
  content: "";
  display: block;
  width: 79px;
  height: 12.5px;
  background: url("../images/decoration_ttl_green.svg") center center/contain no-repeat;
  margin: 20px auto 0;
}
@media all and (max-width: 896px) {
  .ttl_second_common::after {
    width: 47.4px;
    height: 7.5px;
    margin-top: 15px;
  }
}
.ttl_second_common.ttl_ac::after {
  background-image: url("../images/decoration_ttl_ac.svg");
}
.ttl_second_common.ttl_dw::after {
  background-image: url("../images/decoration_ttl_dw.svg");
}
.ttl_second_common.ttl_pg::after {
  background-image: url("../images/decoration_ttl_pg.svg");
}
.ttl_second_common.ttl_vn::after {
  background-image: url("../images/decoration_ttl_vn.svg");
}

.ttl_third_common {
  box-sizing: border-box;
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 2px solid #DAE4B4;
  position: relative;
  margin-bottom: 30px;
}
@media all and (max-width: 896px) {
  .ttl_third_common {
    font-size: 2rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
.ttl_third_common::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #44A535;
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media all and (max-width: 896px) {
  .ttl_third_common::before {
    width: 40px;
  }
}

.ttl_third_center {
  text-align: center;
  box-sizing: border-box;
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
}
@media all and (max-width: 896px) {
  .ttl_third_center {
    font-size: 2rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
.ttl_third_center::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #44A535;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 896px) {
  .ttl_third_center::before {
    width: 40px;
  }
}

.ttl_mark_common {
  font-size: 2.2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  position: relative;
  padding-left: 28px;
}
@media all and (max-width: 896px) {
  .ttl_mark_common {
    font-size: 1.8rem;
    padding-left: 24px;
  }
}
.ttl_mark_common::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #44A535;
  position: absolute;
  top: 9px;
  left: 0;
}
@media all and (max-width: 896px) {
  .ttl_mark_common::before {
    width: 15px;
    height: 15px;
    top: 7px;
  }
}

.ttl_fourth_common {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #44A535;
  padding-bottom: 8px;
  border-bottom: 1px solid #44A535;
}
@media all and (max-width: 896px) {
  .ttl_fourth_common {
    font-size: 1.6rem;
  }
}

.block_flex_common {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.block_flex_common > div {
  width: calc((100% - 30px) / 2);
}
@media all and (max-width: 896px) {
  .block_flex_common > div {
    width: 100%;
  }
}
.block_flex_common .box_txt > *:first-child {
  margin-top: 0;
}
.block_flex_common .box_img {
  text-align: center;
}
.block_flex_common .link_pdf_common {
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .block_flex_common .link_pdf_common {
    margin-top: 20px;
  }
}

.list_btn_common {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .list_btn_common {
    margin-top: 30px;
  }
}
.list_btn_common + .list_btn_common {
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .list_btn_common + .list_btn_common {
    margin-top: 15px;
  }
}
.list_btn_common.anchor a::after {
  background-image: url("/common/images/arrow_bottom.svg");
}
.list_btn_common > li {
  width: 328px;
}
.list_btn_common > li.prev a::after {
  background-image: url("/common/images/arrow_prev.svg");
  right: auto;
  left: 16px;
}
.list_btn_common a {
  display: grid;
  place-content: center;
  box-sizing: border-box;
  padding: 10px 40px;
  background: #44A535;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  width: 100%;
  height: 100%;
  min-height: 50px;
  border-radius: 50px;
  position: relative;
}
@media all and (max-width: 896px) {
  .list_btn_common a {
    font-size: 1.4rem;
  }
}
.list_btn_common a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("/common/images/arrow_next.svg") center center/contain no-repeat;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.link_arrow_common {
  color: #44A535;
  padding-left: 15px;
  position: relative;
}
@media all and (max-width: 896px) {
  .link_arrow_common {
    padding-left: 12px;
  }
}
.link_arrow_common::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #44A535;
  position: absolute;
  top: 7px;
  left: 0;
}
@media all and (max-width: 896px) {
  .link_arrow_common::before {
    width: 6px;
    height: 6px;
  }
}
.link_arrow_common > a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("/common/images/arrow_next_green.svg") center center/contain no-repeat;
  margin-left: 6px;
  vertical-align: -0.2em;
}

.link_pdf_common {
  color: #44A535;
  padding-left: 15px;
  position: relative;
}
@media all and (max-width: 896px) {
  .link_pdf_common {
    padding-left: 12px;
  }
}
.link_pdf_common::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #44A535;
  position: absolute;
  top: 7px;
  left: 0;
}
@media all and (max-width: 896px) {
  .link_pdf_common::before {
    width: 6px;
    height: 6px;
  }
}
.link_pdf_common > a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("/common/images/icon_pdf.svg") center center/contain no-repeat;
  margin-left: 6px;
  vertical-align: -0.2em;
}

.link_blank_common {
  color: #44A535;
  padding-left: 15px;
  position: relative;
}
@media all and (max-width: 896px) {
  .link_blank_common {
    padding-left: 12px;
  }
}
.link_blank_common::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #44A535;
  position: absolute;
  top: 7px;
  left: 0;
}
@media all and (max-width: 896px) {
  .link_blank_common::before {
    width: 6px;
    height: 6px;
  }
}
.link_blank_common > a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("/common/images/icon_blank_common.svg") center center/contain no-repeat;
  margin-left: 6px;
  vertical-align: -0.2em;
}

.list_detail_common {
  box-sizing: border-box;
  border-radius: 16px;
  border: 2px solid #E0E4E3;
  overflow: hidden;
  line-height: 1.8;
}
.list_detail_common > div {
  display: flex;
  border-top: 2px solid #E0E4E3;
}
@media all and (max-width: 480px) {
  .list_detail_common > div {
    flex-wrap: wrap;
  }
}
.list_detail_common > div:first-of-type {
  border-top: none;
}
.list_detail_common > div > dt {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 180px;
  padding: 16px 24px;
  background: #44A535;
  color: #fff;
  font-weight: 700;
  border-right: 2px solid #E0E4E3;
}
@media all and (max-width: 896px) {
  .list_detail_common > div > dt {
    width: 160px;
    padding: 12px 20px;
  }
}
@media all and (max-width: 480px) {
  .list_detail_common > div > dt {
    width: 100%;
    padding: 10px 20px;
    border-right: none;
    border-bottom: 2px solid #E0E4E3;
  }
}
.list_detail_common > div > dd {
  box-sizing: border-box;
  flex-grow: 1;
  padding: 16px 24px;
  background: #fbffe9;
}
@media all and (max-width: 896px) {
  .list_detail_common > div > dd {
    padding: 12px 20px;
  }
}
@media all and (max-width: 480px) {
  .list_detail_common > div > dd {
    width: 100%;
  }
}
.list_detail_common > div > dd.color_bg {
  background: #44A535;
  color: #fff;
  font-weight: 700;
}
.list_detail_common > div > dd > *:first-child {
  margin-top: 0;
}
.list_detail_common > div > dd p {
  margin-top: 10px;
}
.list_detail_common > div > dd a {
  text-decoration: underline;
  color: #44A535;
}

.table_wrapper {
  overflow: auto;
  padding-bottom: 8px;
}
.table_wrapper .table_common {
  min-width: 800px;
}

.table_common {
  box-sizing: border-box;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  line-height: 1.8;
  border-radius: 20px;
  border: 2px solid #E0E4E3;
  overflow: hidden;
}
.table_common tr th:first-child {
  border-left: none;
}
.table_common tr th:first-child.border_l {
  border-left: 2px solid #E0E4E3;
}
.table_common tr:last-child th {
  border-bottom: none;
}
.table_common tr:last-child td {
  border-bottom: none;
}
.table_common th {
  box-sizing: border-box;
  padding: 16px 20px;
  background: #44A535;
  color: #fff;
  font-weight: 700;
  border-left: 2px solid #E0E4E3;
  border-bottom: 2px solid #E0E4E3;
}
@media all and (max-width: 896px) {
  .table_common th {
    padding: 12px 16px;
  }
}
.table_common th a {
  text-decoration: underline;
}
.table_common th.table_center {
  text-align: center;
}
.table_common td {
  box-sizing: border-box;
  padding: 16px 20px;
  background: #fbffe9;
  border-left: 2px solid #E0E4E3;
  border-bottom: 2px solid #E0E4E3;
}
@media all and (max-width: 896px) {
  .table_common td {
    padding: 12px 16px;
  }
}
.table_common td a {
  text-decoration: underline;
  color: #44A535;
}
.table_common td > *:first-child {
  margin-top: 0;
}

.list_step_common > li {
  box-sizing: border-box;
  padding: 30px;
  border-radius: 16px;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, #eef5d2 5px, #eef5d2 10px);
  display: flex;
  align-items: center;
  gap: 20px 30px;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .list_step_common > li {
    margin-top: 20px;
    padding: 20px;
    gap: 16px 20px;
  }
}
@media all and (max-width: 480px) {
  .list_step_common > li {
    flex-direction: column;
  }
}
.list_step_common .block_circle {
  flex-shrink: 0;
  text-align: center;
  width: 80px;
  height: 80px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #44A535;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid #44A535;
}
@media all and (max-width: 896px) {
  .list_step_common .block_circle {
    width: 70px;
    height: 70px;
  }
}
.list_step_common .txt_circle {
  font-weight: 700;
  text-transform: uppercase;
}
@media all and (max-width: 896px) {
  .list_step_common .txt_circle {
    font-size: 1.3rem;
  }
}
.list_step_common .txt_number {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  margin-top: 2px;
}
@media all and (max-width: 896px) {
  .list_step_common .txt_number {
    font-size: 3.6rem;
  }
}
.list_step_common .block_txt {
  flex-grow: 1;
}
@media all and (max-width: 480px) {
  .list_step_common .block_txt {
    width: 100%;
  }
}

.block_flex_second {
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  gap: 30px 40px;
  background: #f0f5da;
  border-radius: 10px;
}
@media all and (max-width: 896px) {
  .block_flex_second {
    padding: 20px;
    gap: 20px 30px;
  }
}
@media all and (max-width: 600px) {
  .block_flex_second {
    flex-direction: column;
  }
}
.block_flex_second + .block_flex_second {
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .block_flex_second + .block_flex_second {
    margin-top: 20px;
  }
}
.block_flex_second .box_img {
  text-align: center;
  width: 300px;
  flex-shrink: 0;
}
@media all and (max-width: 896px) {
  .block_flex_second .box_img {
    width: 250px;
  }
}
@media all and (max-width: 600px) {
  .block_flex_second .box_img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
}
.block_flex_second .box_txt {
  flex-grow: 1;
}
@media all and (max-width: 600px) {
  .block_flex_second .box_txt {
    width: 100%;
  }
}

.area_related_common {
  position: relative;
  background: #E0E4E3;
  padding: 20px 0 80px;
}
@media all and (max-width: 896px) {
  .area_related_common {
    padding-bottom: 60px;
  }
}
.area_related_common .block_ttl_related {
  text-align: center;
}
.area_related_common .block_ttl_related .ttl_en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.8rem;
  text-transform: uppercase;
  word-break: break-all;
  line-height: 1.1;
  letter-spacing: 0.06em;
  color: #44A535;
}
@media all and (max-width: 896px) {
  .area_related_common .block_ttl_related .ttl_en {
    font-size: 3.6rem;
  }
}
.area_related_common .block_ttl_related .ttl_jp {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-top: 5px;
}
@media all and (max-width: 896px) {
  .area_related_common .block_ttl_related .ttl_jp {
    font-size: 1.8rem;
  }
}
.area_related_common .block_related {
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .area_related_common .block_related {
    margin-top: 20px;
  }
}
.area_related_common .name_related {
  font-weight: 700;
  line-height: 1.6;
}
.area_related_common .list_related {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media all and (max-width: 896px) {
  .area_related_common .list_related {
    gap: 20px;
  }
}
@media all and (max-width: 600px) {
  .area_related_common .list_related {
    grid-template-columns: repeat(2, 1fr);
  }
}
.area_related_common .list_related .box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 28px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .area_related_common .list_related .box_img img {
    border-radius: 20px;
  }
}
.area_related_common .list_related .box_txt {
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .area_related_common .list_related .box_txt {
    margin-top: 10px;
  }
}
.area_related_common .box_related {
  max-width: 800px;
  margin: 0 auto;
}
.area_related_common .box_related .img_related img {
  width: 100%;
  max-width: none;
  border-radius: 28px;
}
@media all and (max-width: 896px) {
  .area_related_common .box_related .img_related img {
    border-radius: 20px;
  }
}
.area_related_common .box_related .name_related {
  text-align: center;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .area_related_common .box_related .name_related {
    text-align: left;
    margin-top: 10px;
  }
}
.area_related_common .box_related .btn_common {
  margin-top: 20px;
}

.area_about_common .list_about {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 64px;
}
@media all and (max-width: 896px) {
  .area_about_common .list_about {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
}
@media all and (max-width: 480px) {
  .area_about_common .list_about {
    gap: 24px 16px;
  }
}
.area_about_common .img_about img {
  border-radius: 20px;
}
.area_about_common .name_about {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.3;
  margin-top: 20px;
  padding-left: 44px;
  position: relative;
}
@media all and (max-width: 896px) {
  .area_about_common .name_about {
    font-size: 1.8rem;
    margin-top: 10px;
    padding-left: 32px;
  }
}
.area_about_common .name_about::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("/common/images/arrow_next_green.svg") center center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}
@media all and (max-width: 896px) {
  .area_about_common .name_about::before {
    width: 24px;
    height: 24px;
    top: 0;
  }
}