@charset "UTF-8";
/* --------------------------------------------------
 cirList（リキッド対応）
-------------------------------------------------- */
.uiDateFillter .uiDateFillter_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.uiDateFillter .uiDateFillter_form {
  display: flex;
  column-gap: 1rem;
}
@media (max-width: 767px) {
  .uiDateFillter .uiDateFillter_container {
    flex-direction: column;
    row-gap: 13px;
  }
  .uiDateFillter .uiDateFillter_form {
    flex-direction: column;
    row-gap: 13px;
    width: 100%;
  }
}

.bannerList .bannerList_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.bannerList li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bannerList a {
  display: block;
  width: 100%;
  transition: opacity 0.4s ease;
}
.bannerList a:hover {
  opacity: 0.7;
}
@media (max-width: 1159px) {
  .bannerList .bannerList_container {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .bannerList .bannerList_container {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 18px;
  }
}

.cntSec_inner.size-sm {
  max-width: 880px;
}

.form .text .req {
  font-weight: bold;
  color: #cb3700;
}
.form .bold {
  font-weight: bold;
}
.form .form_btn.form_btnBack .btn_icon {
  left: 17px;
  right: auto;
}
.form .form_btn.form_btnBack .btn_icon::before {
  transform: rotateY(180deg);
}

.personName {
  display: inline;
  font-size: inherit;
}
.personName rt {
  display: inline;
  font-size: inherit;
}

.personBio {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
}
.personBio:not(:has(.personBio_left)) {
  grid-template-columns: 1fr;
}

@media (max-width: 1159px) {
  .personBio {
    grid-template-columns: 1fr;
  }
  .personBio_left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .personBio {
    grid-template-columns: 1fr;
  }
  .personBio_left {
    display: block;
  }
  .imgBlock img {
    width: 200px;
  }
}
.googleMap iframe {
  display: block;
  aspect-ratio: 1080/534;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .googleMap iframe {
    aspect-ratio: 335/406;
  }
}

.youtube iframe {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .youtube iframe {
    aspect-ratio: 16/9;
  }
}

.p-top {
  position: relative;
  overflow: hidden;
}
.p-top::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 186px;
  right: calc(50% - 234px);
  aspect-ratio: 1621/1502;
  width: 1621px;
  background: url(/v=1752241203/files/user/images/top/bg_map.jpg) 0 0 no-repeat;
  background-size: 100% auto;
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-top::before {
    top: 38vw;
    right: calc(0% - 26.13vw);
    width: 269.6vw;
  }
}
.p-top .splide .splide__slide:focus {
  outline-offset: -2px;
  outline: solid 2px #066c02;
}
.p-top .splide .splide__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}
.p-top .splide .splide__pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.p-top .splide .splide__pagination__page {
  display: block;
  width: 12px;
  height: 12px;
  aspect-ratio: 1/1;
  line-height: 1;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  padding: 0;
}
.p-top .splide .splide__pagination__page:not(.is-active) {
  cursor: pointer;
}
.p-top .splide .splide__pagination__page.is-active {
  background: #066c02;
  border-color: #066c02;
}
.p-top .splide .splide__arrow,
.p-top .splide .splide__customArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  aspect-ratio: 1/1;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background: no-repeat center center #fff;
  transition: 0.3s ease;
}
.p-top .splide .splide__arrow:hover, .p-top .splide .splide__arrow:focus,
.p-top .splide .splide__customArrow:hover,
.p-top .splide .splide__customArrow:focus {
  border-color: #242424;
  cursor: pointer;
}
.p-top .splide .splide__arrow svg,
.p-top .splide .splide__customArrow svg {
  display: none;
  opacity: 0;
}
.p-top .splide .splide__arrow.splide__arrow--prev, .p-top .splide .splide__arrow.splide__customArrow--prev,
.p-top .splide .splide__customArrow.splide__arrow--prev,
.p-top .splide .splide__customArrow.splide__customArrow--prev {
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_prev.svg);
}
.p-top .splide .splide__arrow.splide__arrow--next, .p-top .splide .splide__arrow.splide__customArrow--next,
.p-top .splide .splide__customArrow.splide__arrow--next,
.p-top .splide .splide__customArrow.splide__customArrow--next {
  background-image: url(/v=1752240974/files/user/images/common/icon/icon_next.svg);
}
.p-top .splide .splide__toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  aspect-ratio: 1/1;
  background: #fff;
  border: 1px solid #242424;
  border-radius: 50%;
  background: no-repeat center center;
  transition: 0.3s ease;
  transition-property: border, background-color;
  cursor: pointer;
}
.p-top .splide .splide__toggle > * {
  width: 32px;
  height: 32px;
  margin: -1px;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  background: #242424;
  transition: background-color 0.3s ease;
}
.p-top .splide .splide__toggle > *.splide__toggle__play {
  mask-image: url("/files/user/images/common/icon/icon_play.svg");
}
.p-top .splide .splide__toggle > *.splide__toggle__pause {
  mask-image: url("/files/user/images/common/icon/icon_pause.svg");
}
.p-top .splide .splide__toggle:hover, .p-top .splide .splide__toggle:focus {
  border-color: #066c02;
  background-color: #066c02;
}
.p-top .splide .splide__toggle:hover > *, .p-top .splide .splide__toggle:focus > * {
  background: #ffffff;
}
.p-top .panel .panel_list {
  gap: 12px 24px;
}
.p-top .panel .panel_inner {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.p-top .panel .panel_inner:not(:hover)::before {
  opacity: 0;
}
.p-top .btn_link.size-sm {
  display: flex;
  align-items: center;
  width: 200px;
  min-height: 48px;
  padding-block: 10px;
}
@media (max-width: 767px) {
  .p-top .btn_link.size-sm {
    padding-left: 16px;
    padding-right: 38px;
    margin: 0 auto;
  }
  .p-top .btn_link.size-sm .btn_titleWrap {
    flex: 1;
  }
  .p-top .btn_link.size-sm .btn_title {
    padding-inline: 0;
    font-size: 0.875rem;
    text-align: center;
  }
}
.p-top .topHeading1 {
  font-family: "FOT-筑紫A丸ゴシック Std B", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.4375;
}
@media (max-width: 767px) {
  .p-top .topHeading1 {
    font-size: 1.75rem;
  }
}
.p-top .topHeading1 a {
  display: flex;
  align-items: center;
  column-gap: 0.625em;
  font-size: inherit;
  transition: color 0.3s ease;
}
.p-top .topHeading1 a:hover {
  color: #066c02;
}
.p-top .topSec .topSec_head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px 24px;
  width: 100%;
}
@media (max-width: 1159px) {
  .p-top .topSec .topSec_head {
    flex-direction: column;
  }
}
.p-top .topSec .topSec_head .topSec_headTit {
  flex: 1;
}
@media (max-width: 1159px) {
  .p-top .topSec .topSec_head .topSec_headTit {
    flex: 0 0 auto;
  }
}
.p-top .topSec .topSec_head .topSec_headText {
  min-width: 71.5%;
  line-height: 1.7;
}
@media (max-width: 1159px) {
  .p-top .topSec .topSec_head .topSec_headText {
    width: 100%;
    font-size: 0.875rem;
  }
}
.p-top .topSec .topSec_head + * {
  margin-top: 42px;
}
.p-top .mv {
  position: relative;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .p-top .mv {
    padding-top: 20px;
  }
}
.p-top .mv .mvContainer {
  position: relative;
  z-index: 1;
}
.p-top .mv .mvSlider a:focus,
.p-top .mv .mvSlider button:focus {
  outline: 3px solid #066c02;
  outline-offset: -3px;
}
.p-top .mv .mvCard {
  display: block;
  width: 560px;
  margin-inline: 12px;
  background: #f5f5f5 !important;
}
.p-top .mv .mvCard .mvCard_img {
  aspect-ratio: 560/373;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top .mv .mvCard .mvCard_content {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  min-height: 70px;
  padding: 10px 24px;
}
.p-top .mv .mvCard .mvCard_tit {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.025;
  line-height: 1.3;
  transition: color 0.3s ease;
}
.p-top .mv .mvCard .mvCard_icon {
  flex: 0 0 auto;
}
.p-top .mv .mvCard:hover .mvCard_tit {
  color: #066c02;
}
@media (max-width: 767px) {
  .p-top .mv .mvCard {
    width: auto;
  }
  .p-top .mv .mvCard .mvCard_content {
    padding: 10px 14px 10px 16px;
  }
}
.p-top .newsSec {
  margin-top: 80px;
}
.p-top .newsSec .news_wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: 200px 1fr;
  gap: 48px;
  padding: 48px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .p-top .newsSec .news_wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 25px 20px 32px;
  }
}
.p-top .newsSec .news_head {
  text-align: center;
}
.p-top .newsSec .news_head .btn_list {
  margin-top: 20px;
}
.p-top .newsSec .news_list {
  display: grid;
  row-gap: 4px;
}
@media (max-width: 767px) {
  .p-top .newsSec .news_list {
    row-gap: 10px;
  }
}
.p-top .newsSec .news_list > *:first-child .news_link {
  min-height: 0;
  padding-top: 0;
}
.p-top .newsSec .news_link {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 70px;
  padding-block: 10px;
  border-bottom: 1px solid #ccc;
  transition: border-color 0.3s ease;
}
.p-top .newsSec .news_link .news_category {
  flex: 0 0 auto;
  display: grid;
  place-content: center;
  width: 132px;
  height: 26px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #fff;
  background: #22548e;
  border-radius: 4px;
}
.p-top .newsSec .news_link .news_tit {
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
}
.p-top .newsSec .news_link .icon {
  margin-right: 0;
  margin-left: auto;
  width: 20px;
  height: 16px;
}
.p-top .newsSec .news_link:hover {
  border-bottom-color: #066c02;
}
@media (max-width: 767px) {
  .p-top .newsSec .news_link {
    flex-wrap: wrap;
    gap: 14px 8px;
  }
  .p-top .newsSec .news_link .news_tit {
    max-width: calc(100% - 32px);
  }
}
@media (min-width: 767px) {
  .p-top .aboutSec .panel .panel_list {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}
@media (max-width: 1159px) {
  .p-top .aboutSec .panel .panel_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .p-top .aboutSec .panel .panel_list {
    grid-template-columns: 1fr;
  }
}
.p-top .aboutSec .panel .panel_inner {
  align-items: center;
  row-gap: 30px;
  padding-inline: 40px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .p-top .aboutSec .panel .panel_inner {
    padding: 20px 56px 20px 24px;
  }
}
.p-top .aboutSec .panel .panel_inner:not(:hover)::before {
  opacity: 0;
}
.p-top .aboutSec .panel .panel_img {
  aspect-ratio: 1/1;
  width: fit-content;
  height: 64px;
  object-fit: contain;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-top .aboutSec .panel .panel_img {
    height: 48px;
    margin: 0;
  }
}
.p-top .aboutSec .panel .panel_titleWrap {
  width: 100%;
}
@media (max-width: 767px) {
  .p-top .aboutSec .panel .panel_titleWrap {
    display: flex;
    align-items: center;
    column-gap: 24px;
  }
}
.p-top .aboutSec .panel .panel_title {
  margin-top: 0.78em;
  padding-right: 0;
  text-align: center;
  min-height: 3em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-top .aboutSec .panel .panel_title {
    margin: 0;
    text-align: left;
  }
}
.p-top .aboutSec .panel .panel_icon {
  right: -24px;
}
@media (max-width: 767px) {
  .p-top .aboutSec .panel .panel_icon {
    right: -40px;
  }
}
.p-top .treatedwaterSec .panelImg .panelImg_titleWrap {
  padding: 20px 28px;
}
.p-top .treatedwaterSec .panelImg .panelImg_inner {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.p-top .treatedwaterSec .panelImg .panelImg_inner:not(:hover)::before {
  opacity: 0;
}
.p-top .treatedwaterSec .panelImg .panelImg_title {
  text-align: center;
}
.p-top .treatedwaterSec .panelImg .panelImg_icon {
  right: 8px;
}
.p-top .treatedwaterSec .panelImg .panelImg_icon.panelImg_iconPdf {
  width: 20px;
  height: 12px;
}
@media (max-width: 767px) {
  .p-top .treatedwaterSec .panelImg .panelImg_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px 24px;
  }
  .p-top .treatedwaterSec .panelImg .panelImg_inner {
    flex-direction: column;
    justify-content: center;
    padding: 0;
    min-height: 96px;
  }
  .p-top .treatedwaterSec .panelImg .panelImg_image img {
    border-radius: 8px 8px 0 0;
    object-fit: cover;
    aspect-ratio: 86/45;
  }
  .p-top .treatedwaterSec .panelImg .panelImg_titleWrap {
    padding: 20px 34px 26px;
  }
  .p-top .treatedwaterSec .panelImg .panelImg_title {
    font-size: 1rem;
    letter-spacing: 0.025em;
  }
  .p-top .treatedwaterSec .panelImg .panelImg_icon {
    width: 24px;
    height: 24px;
  }
  .p-top .treatedwaterSec .panelImg .panelImg_textWrap {
    padding: 0 24px 21px;
  }
  .p-top .treatedwaterSec .panelImg .panelImg_text {
    display: block;
    margin-top: 11px;
    line-height: 1.6875;
  }
}
.p-top .bannerSec {
  position: relative;
  padding-top: 48px;
}
.p-top .bannerSec::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100%;
  height: 1px;
  background: #ccc;
}
.p-top .bannerSec .bannerList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1159px) {
  .p-top .bannerSec .bannerList {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .p-top .bannerSec .bannerList {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
.p-top .bannerSec .bannerList .bannerList_link {
  position: relative;
}
.p-top .bannerSec .btn_list {
  margin-top: 32px;
}

.p-recon-info {
  position: relative;
  overflow: hidden;
}
.p-recon-info::before {
  content: "";
  position: absolute;
  bottom: -272px;
  left: calc(50% - 316px);
  aspect-ratio: 6/7;
  width: 840px;
  height: 980px;
  background: url(/v=1752241124/files/user/images/recon-info/img_01.png) no-repeat center center;
  background-size: contain;
  z-index: -1;
}
.p-recon-info .btn {
  width: 640px;
  margin-top: 42px;
}
@media (min-width: 767px) and (max-width: 1040px) {
  .p-recon-info {
    padding-bottom: 226px;
  }
  .p-recon-info::before {
    width: 528px;
    bottom: -418px;
    right: 50%;
    transform: translateX(126px);
  }
  .p-recon-info .btn {
    width: 100%;
  }
  .p-recon-info .btn_list {
    grid-template-columns: repeat(3, minmax(0, 340px));
  }
}
@media (max-width: 767px) {
  .p-recon-info {
    padding-bottom: 226px;
  }
  .p-recon-info::before {
    width: 528px;
    bottom: -418px;
    right: 50%;
    transform: translateX(-26px);
  }
  .p-recon-info .btn {
    width: 100%;
    margin-top: 28px;
  }
  .p-recon-info .btn_list {
    grid-template-columns: repeat(2, minmax(0, 340px));
  }
}

.p-event .newsList {
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding: 48px;
}
.p-event .newsList .newsList_list {
  display: grid;
  row-gap: 8px;
}
.p-event .newsList .newsList_list > *:first-child .newsList_link {
  min-height: 0;
  padding-top: 0;
}
.p-event .newsList .newsList_link {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-block: 16px;
  border-bottom: 1px solid #ccc;
  transition: border-color 0.3s ease;
}
.p-event .newsList .newsList_link .newsList_date {
  width: 10.1em;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: 0.025em;
  color: #676767;
}
.p-event .newsList .newsList_link .newsList_tit {
  flex: 1;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.3125;
}
.p-event .newsList .newsList_link .icon {
  margin-right: 0;
  margin-left: auto;
  width: 20px;
  height: 20px;
}
.p-event .newsList .newsList_link:hover {
  border-bottom-color: #066c02;
}
@media (max-width: 767px) {
  .p-event .newsList {
    padding: 24px;
  }
  .p-event .newsList .newsList_list {
    row-gap: 7px;
  }
  .p-event .newsList .newsList_link {
    position: relative;
    flex-wrap: wrap;
    gap: 7px;
    padding-block: 7px;
    padding-right: 32px;
  }
  .p-event .newsList .newsList_link .newsList_date {
    width: 100%;
    font-size: 0.8125rem;
    line-height: 1.5;
  }
  .p-event .newsList .newsList_link .newsList_tit {
    font-size: 0.875rem;
  }
  .p-event .newsList .newsList_link .icon {
    position: absolute;
    right: 4px;
  }
}
.p-event .eventLayout {
  display: grid;
  grid-template-columns: 1fr 31.85%;
  gap: 32px 24px;
}
@media (max-width: 767px) {
  .p-event .eventLayout {
    grid-template-columns: 1fr;
  }
}
.p-event .eventLayout.eventLayout-sec05 .panel .panel_inner {
  min-height: 68px;
}
.p-event .gridCenter {
  display: grid;
  place-content: center;
}

.english .mv {
  position: relative;
  padding-top: 40px;
}
.english .mv::before {
  content: "";
  position: absolute;
  top: -296px;
  left: calc(50% - 1309px);
  aspect-ratio: 1621/1501;
  width: 1621px;
  height: 1501px;
  background: url(/v=1751511610/files/user/images/english/bg_01.png) no-repeat center center;
  background-size: contain;
  z-index: -1;
}
.english .mv .mvContainer {
  position: relative;
  z-index: 1;
  width: 640px;
  margin-left: auto;
  min-height: 540px;
  overflow: hidden;
}
.english .mv .mvSlider img {
  display: block;
  aspect-ratio: 105/62;
}
.english .mv .mvSlider button[aria-hidden=true] {
  display: none;
}
.english .mv .mvSlider:is(#main-slider) .splide__track {
  width: 100%;
  overflow: visible;
}
.english .mv .mvSlider:is(#thumb-slider) {
  position: relative;
  width: 428px;
  margin-top: 16px;
  margin-inline: auto;
}
.english .mv .mvSlider:is(#thumb-slider) .splide__slide {
  position: relative;
}
.english .mv .mvSlider:is(#thumb-slider) .splide__slide.is-active::before {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px #066c02;
  transition: box-shadow 0.3s ease;
}
.english .mv .mvSlider:is(#thumb-slider) .splide__slider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.english .mv .mvSlider:is(#thumb-slider) .splide__slider .splide__track {
  width: 100%;
  order: 2;
}
.english .mv .mvSlider:is(#thumb-slider) .splide__slider .splide__arrows {
  display: contents;
}
.english .mv .mvSlider:is(#thumb-slider) .splide__slider .splide__arrows .splide__arrow {
  position: absolute;
  cursor: pointer;
}
.english .mv .mvSlider:is(#thumb-slider) .splide__slider .splide__arrows .splide__arrow--prev {
  right: calc(100% + 12px);
  order: 1;
}
.english .mv .mvSlider:is(#thumb-slider) .splide__slider .splide__arrows .splide__arrow--next {
  left: calc(100% + 12px);
  order: 3;
}
.english .mv .mvSlider .splide__track--fade > .splide__list > .splide__slide {
  width: 100% !important;
}
.english .splide .splide__slide:focus {
  outline-offset: -2px;
  outline: solid 2px #066c02;
}
.english .splide .splide__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}
.english .splide .splide__pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.english .splide .splide__pagination__page {
  display: block;
  width: 12px;
  height: 12px;
  aspect-ratio: 1/1;
  line-height: 1;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  padding: 0;
}
.english .splide .splide__pagination__page:not(.is-active) {
  cursor: pointer;
}
.english .splide .splide__pagination__page.is-active {
  background: #066c02;
  border-color: #066c02;
}
.english .splide .splide__arrow,
.english .splide .splide__customArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  aspect-ratio: 1/1;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background: no-repeat center center;
  transition: 0.3s ease;
}
.english .splide .splide__arrow:hover, .english .splide .splide__arrow:focus,
.english .splide .splide__customArrow:hover,
.english .splide .splide__customArrow:focus {
  border-color: #242424;
}
.english .splide .splide__arrow svg,
.english .splide .splide__customArrow svg {
  display: none;
  opacity: 0;
}
.english .splide .splide__arrow.splide__arrow--prev, .english .splide .splide__arrow.splide__customArrow--prev,
.english .splide .splide__customArrow.splide__arrow--prev,
.english .splide .splide__customArrow.splide__customArrow--prev {
  background-image: url(/v=1752241040/files/user/images/english/icon/icon_prev.svg);
}
.english .splide .splide__arrow.splide__arrow--next, .english .splide .splide__arrow.splide__customArrow--next,
.english .splide .splide__customArrow.splide__arrow--next,
.english .splide .splide__customArrow.splide__customArrow--next {
  background-image: url(/v=1752241039/files/user/images/english/icon/icon_next.svg);
}
.english .splide .splide__toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  aspect-ratio: 1/1;
  background: #fff;
  border: 1px solid #242424;
  border-radius: 50%;
  background: no-repeat center center;
  transition: 0.3s ease;
  transition-property: border, background-color;
  cursor: pointer;
}
.english .splide .splide__toggle > * {
  width: 32px;
  height: 32px;
  margin: -1px;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  background: #242424;
  transition: background-color 0.3s ease;
}
.english .splide .splide__toggle > *.splide__toggle__play {
  mask-image: url("/files/user/images/english/icon/icon_play.svg");
}
.english .splide .splide__toggle > *.splide__toggle__pause {
  mask-image: url("/files/user/images/english/icon/icon_pause.svg");
}
.english .splide .splide__toggle:hover, .english .splide .splide__toggle:focus {
  border-color: #066c02;
  background-color: #066c02;
}
.english .splide .splide__toggle:hover > *, .english .splide .splide__toggle:focus > * {
  background: #ffffff;
}
.english .panel_inner {
  min-height: 80px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.english .panel_inner::before {
  box-shadow: none;
}
.english .panel_inner:hover {
  box-shadow: none;
}
.english .panel_inner:hover::before {
  box-shadow: inset 0 0 0 1px #066c02;
}
.english .panel_title {
  font-size: 1rem;
}
.english .panel_iconRight {
  width: 24px;
  height: 24px;
  right: 26px;
}
.english .panelImg {
  margin-bottom: 61px;
}
.english .panelImg_inner {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.english .panelImg_inner::before {
  box-shadow: none;
}
.english .panelImg_inner:hover {
  box-shadow: none;
}
.english .panelImg_inner:hover::before {
  box-shadow: inset 0 0 0 1px #066c02;
}
.english .panelImg_image img {
  border-radius: 8px 8px 0 0;
  aspect-ratio: 172/93;
}
.english .panelImg_titleWrap {
  padding: 21px 28px 20px 10px;
}
.english .panelImg_textWrap {
  padding: 0 24px 12px;
}
.english .panelImg_text {
  border-top: 1px solid #cccccc;
  padding-top: 12px;
  margin-top: 0px;
}
.english .panelImg_iconBlank {
  right: 8px;
}
.english .imgBlock {
  gap: 24px;
  margin-top: 36px;
}
.english .imgBlock_item img {
  aspect-ratio: 4/3;
}
.english .imgBlock_caption {
  font-size: 1rem;
}
.english .textWrap {
  margin-top: 32px;
}
@media (max-width: 1159px) {
  .english .mv .mvContainer {
    width: auto;
    max-width: 640px;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .english .mv {
    padding-top: 0;
    overflow: hidden;
  }
  .english .mv::before {
    top: 38.4vw;
    left: auto;
    right: calc(50% - 85.8vw);
    width: 269vw;
    height: auto;
  }
  .english .mv .mv_inner {
    padding: 0;
    margin-bottom: 255px;
  }
  .english .mv .mvContainer {
    width: 100%;
    max-width: none;
    min-height: auto;
  }
  .english .mv .mvSlider:is(#thumb-slider) {
    width: 100%;
    margin-top: 20px;
    padding-inline: 20px;
  }
  .english .panelImg {
    margin-bottom: 53px;
  }
  .english .panelImg_list {
    gap: 24px;
  }
  .english .panelImg_inner {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    padding: 0 0 6px;
  }
  .english .panelImg_inner::before {
    content: none;
  }
  .english .panelImg_image img {
    border-radius: 8px 8px 0 0;
    aspect-ratio: 335/181;
  }
  .english .panelImg_titleWrap {
    padding: 18px 32px 16px 23px;
  }
  .english .panelImg_textWrap {
    padding: 0 24px 0;
  }
  .english .panelImg_text {
    border-top: 1px solid #cccccc;
    padding-top: 10px;
    margin-top: 0px;
  }
  .english .imgBlock {
    margin-top: 18px;
    gap: 20px 0;
  }
  .english .imgBlock_caption {
    font-size: 0.875rem;
  }
  .english .textWrap {
    margin-top: 16px;
  }
  .english .textWrap .text p {
    font-size: 1rem;
  }
}

.btn_list {
  display: grid;
  justify-content: center;
  max-width: 100%;
  gap: 24px 30px;
  text-align: center;
  margin-top: 24px;
}
.btn_list-col3 {
  grid-template-columns: repeat(3, minmax(0, 340px));
}
.btn_list-col2 {
  grid-template-columns: repeat(2, minmax(0, 340px));
}
.btn_list-col1 {
  grid-template-columns: repeat(1, minmax(0, 340px));
}
.btn_item {
  width: 100%;
}
.btn_link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 64px;
  padding: 8px 44px 8px 32px;
  background: #ffffff;
  border-radius: 100px;
  transition: 0.3s ease;
}
.btn_link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 100px;
  box-shadow: inset 0 0 0 1px #cccccc;
  pointer-events: none;
  transition: box-shadow 0.3s ease;
}
.btn_link:hover::before {
  box-shadow: inset 0 0 0 2px #066c02;
}
.btn_link:hover .btn_title {
  color: #066c02;
}
.btn_link:hover .btn_iconRight::before,
.btn_link:hover .btn_iconBack::before {
  background-image: url(/v=1752240977/files/user/images/common/icon/icon_right_roundfill_green.svg);
}
.btn_link:hover .btn_iconBlank {
  background: #066c02;
}
.btn_link:hover .btn_iconBlank::before {
  background: #ffffff;
}
.btn_link:hover .btn_iconPdf::before {
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_pdf_outline_red.svg);
}
.btn_title {
  display: block;
  font-weight: bold;
  vertical-align: middle;
}
.btn_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
}
.btn_icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s ease;
}
.btn_iconRight {
  width: 20px;
  height: 20px;
  right: 18px;
}
.btn_iconRight::before {
  background-image: url(/v=1752240976/files/user/images/common/icon/icon_right_round_green.svg);
}
.btn_iconBlank {
  display: grid;
  place-content: center;
  border-radius: 50%;
  right: 16px;
}
.btn_iconBlank::before {
  width: 24px;
  height: 24px;
  color: currentColor;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(/v=1752240972/files/user/images/common/icon/icon_blank.svg);
  background: #066c02;
}
.btn_iconPdf {
  width: 28px;
  height: 16px;
  right: 12px;
  border-radius: 0px;
}
.btn_iconPdf::before {
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_pdf_red.svg);
}
.btn_iconBack {
  left: 17px;
  right: auto;
  width: 20px;
  height: 20px;
  rotate: y 180deg;
}
.btn_iconBack::before {
  background-image: url(/v=1752240976/files/user/images/common/icon/icon_right_round_green.svg);
}
.btn_iconAnchor {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  right: 17px;
}
.btn_iconAnchor::before {
  mask: url(/v=1752240972/files/user/images/common/icon/icon_bottom_black.svg) center no-repeat;
  mask-size: 12px 7px;
  background: #066c02;
}
.btn_link.btn_link-primary {
  background: #22548e;
  color: #ffffff;
}
.btn_link.btn_link-primary::before {
  box-shadow: inset 0 0 0 1px #22548e;
}
.btn_link.btn_link-primary .btn_titleWrap {
  color: #ffffff;
}
.btn_link.btn_link-primary .btn_title {
  color: currentColor;
}
.btn_link.btn_link-primary .btn_icon.btn_iconRight::before {
  background-image: url(/v=1752240977/files/user/images/common/icon/icon_right_round_white.svg);
}
.btn_link.btn_link-primary .btn_icon.btn_iconBlank {
  background: #22548e;
}
.btn_link.btn_link-primary .btn_icon.btn_iconBlank::before {
  background: #ffffff;
}
.btn_link.btn_link-primary .btn_icon.btn_iconPdf::before {
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_pdf_white.svg);
}
.btn_link.btn_link-primary:hover {
  background-color: #fff;
  color: #22548e;
}
.btn_link.btn_link-primary:hover::before {
  box-shadow: inset 0 0 0 2px #22548e;
}
.btn_link.btn_link-primary:hover .btn_titleWrap {
  color: #22548e;
}
.btn_link.btn_link-primary:hover .btn_icon.btn_iconRight::before {
  background-image: url(/v=1752240977/files/user/images/common/icon/icon_right_roundfill_blue.svg);
}
.btn_link.btn_link-primary:hover .btn_icon.btn_iconPdf::before {
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_pdf_red.svg);
}
.btn_link.btn_link-caution {
  background: #bf1f20;
  color: #ffffff;
}
.btn_link.btn_link-caution::before {
  box-shadow: inset 0 0 0 1px #bf1f20;
}
.btn_link.btn_link-caution .btn_titleWrap {
  color: #ffffff;
}
.btn_link.btn_link-caution .btn_title {
  color: currentColor;
}
.btn_link.btn_link-caution .btn_icon.btn_iconRight::before {
  background-image: url(/v=1752240977/files/user/images/common/icon/icon_right_round_white.svg);
}
.btn_link.btn_link-caution .btn_icon.btn_iconBlank {
  background: #bf1f20;
}
.btn_link.btn_link-caution .btn_icon.btn_iconBlank::before {
  background: #ffffff;
}
.btn_link.btn_link-caution .btn_icon.btn_iconPdf::before {
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_pdf_white.svg);
}
.btn_link.btn_link-caution:hover {
  background-color: #fff;
  color: #bf1f20;
}
.btn_link.btn_link-caution:hover::before {
  box-shadow: inset 0 0 0 2px #bf1f20;
}
.btn_link.btn_link-caution:hover .btn_titleWrap {
  color: #bf1f20;
}
.btn_link.btn_link-caution:hover .btn_icon.btn_iconRight::before {
  background-image: url(/v=1752240977/files/user/images/common/icon/icon_right_roundfill_red.svg);
}
.btn_link.btn_link-caution:hover .btn_icon.btn_iconPdf::before {
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_pdf_red.svg);
}
.btn_link[aria-disabled=true] {
  background: #ccc !important;
  pointer-events: none;
}
.btn_link[aria-disabled=true] .btn_title {
  color: #242424 !important;
}
.btn_link[aria-disabled=true] .btn_icon {
  display: none;
}
@media (max-width: 1159px) {
  .btn_list-col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .btn_list {
    gap: 10px 17px;
  }
  .btn_list:not([class*=col-]) {
    grid-template-columns: 1fr;
  }
  .btn_list-col3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .btn_list-col1 .btn_item {
    max-width: 100%;
  }
  .btn_link {
    min-height: 56px;
    padding: 15px 0;
  }
  .btn_title {
    font-size: 1rem;
    padding: 0 34px;
  }
  .btn_icon {
    right: 14px;
  }
  .btn_iconRight {
    right: 16px;
  }
  .btn_iconPdf {
    right: 11px;
  }
  .btn_iconBack {
    left: 16px;
  }
}

.nmlBox {
  background: #f5f5f5;
  padding: 2rem;
  border-radius: 8px;
}
.nmlBox .nmlBox_head {
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.32;
  letter-spacing: 0.025em;
  margin: 0;
}
.nmlBox .nmlBox_head + * {
  margin-top: 0.6875rem;
}
.nmlBox .nmlBox_head .icon {
  flex: 0 0 auto;
}
.nmlBox .nmlBox_body {
  width: 100%;
}
.nmlBox .nmlBox_body > *:first-child {
  margin-top: 0;
}
.nmlBox:where(:not(:first-child):not(:is(*[class*=heading] + *))) {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .nmlBox {
    padding: 1.5rem;
  }
  .nmlBox .nmlBox_head {
    font-size: 1.125rem;
  }
  .nmlBox .nmlBox_head .icon {
    width: 24px;
    height: 20px;
  }
}
.nmlBox.nmlBox-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 220px;
  background: url(/v=1750660287/files/user/images/common/info_bg_pc.png) center no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .nmlBox.nmlBox-cta {
    min-height: 256px;
    background-image: url(/v=1750660287/files/user/images/common/info_bg_sp.png);
    border-radius: 0;
  }
  .nmlBox.nmlBox-cta:is(.cntSec_inner *) {
    margin-inline: -20px;
  }
}
.nmlBox.nmlBox-caution {
  background-color: #ffeded;
}
.nmlBox.nmlBox-caution .nmlBox_head {
  color: #bf1f20;
}

.cirList:not(:first-child) {
  margin-top: 20px;
}
.cirList.cirList-red > li {
  color: #bf1f20;
}
.cirList.cirList-red > li::before {
  border: 2px solid #bf1f20;
}
.cirList > li {
  position: relative;
  margin-top: 8px;
  padding-left: 1em;
  line-height: 1.5;
  text-indent: 0;
}
.cirList > li:first-child {
  margin-top: 0;
}
.cirList > li:before {
  position: absolute;
  left: 0;
  top: 0.5em;
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  vertical-align: initial;
  border-radius: 50%;
  border: 2px solid #242424;
  border-radius: 50%;
}
.cirList > li.cirList_item-red {
  color: #bf1f20;
}
.cirList > li.cirList_item-red::before {
  border: 2px solid #bf1f20;
}
.cirList > li > ul:not(.style-none),
.cirList > li > ol:not(.style-none) {
  margin-top: 8px;
}
.cirList > li > ul:not(.noteList):not(.noteNumList),
.cirList > li > ol:not(.noteList):not(.noteNumList) {
  margin-left: 8px;
}
@media (max-width: 767px) {
  .cirList:not(:first-child) {
    margin-top: 16px;
  }
  .cirList > li {
    font-size: 0.875rem;
  }
  .cirList > li:before {
    display: inline-block;
    vertical-align: bottom;
  }
}

/* --------------------------------------------------
 numList
-------------------------------------------------- */
.numList {
  margin-top: 1.25rem;
  padding-left: 2em;
  counter-reset: num1;
}
.numList:first-child {
  margin-top: 0;
}
.numList.numList-red > li {
  color: #bf1f20;
}
.numList.numList-red > li::before {
  color: #bf1f20;
}
.numList > li {
  position: relative;
  margin-top: 0.5rem;
  line-height: 1.5;
  list-style: none;
  counter-increment: num1;
}
.numList > li:first-child {
  margin-top: 0;
}
.numList > li::before {
  position: absolute;
  left: -2em;
  top: 0;
  font-weight: 600;
  color: #242424;
  content: counter(num1) ".";
}
.numList > li.numList_item-red {
  color: #bf1f20;
}
.numList > li.numList_item-red::before {
  color: #bf1f20;
}
.numList li > .numList {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .numList {
    margin-top: 1.25rem;
    padding-left: 2em;
  }
  .numList > li {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
  .numList > li::before {
    left: -2em;
  }
  .numList li > .numList {
    margin-top: 0.5rem;
  }
}

/* --------------------------------------------------
 styleList
-------------------------------------------------- */
.styleList:not(:first-child) {
  margin-top: 20px;
}
.styleList > li {
  position: relative;
  margin-top: 8px;
  line-height: 1.5;
  text-indent: 0;
}
.styleList > li.styleList_item-red {
  color: #bf1f20;
}
.styleList > li:first-child {
  margin-top: 0;
}
.styleList > li > ul:not(.style-none),
.styleList > li > ol:not(.style-none) {
  margin-top: 8px;
  padding-left: 2em;
}
@media (max-width: 767px) {
  .styleList:not(:first-child) {
    margin-top: 16px;
  }
  .styleList > li {
    font-size: 0.875rem;
  }
}

.noteList {
  margin-top: 20px;
}
.noteList-red > li {
  color: #bf1f20;
}
.noteList:first-child {
  margin-top: 0;
}
.noteList li > .noteList {
  margin-top: 8px;
}
.noteList > li {
  position: relative;
  margin-top: 8px;
  padding-left: 1.5em;
  font-size: 0.875rem;
}
.noteList > li:first-child {
  margin-top: 0;
}
.noteList > li .noteListIcon {
  font-size: inherit;
  color: inherit;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.noteList > li.noteList_item-red {
  color: #bf1f20;
}
@media (max-width: 767px) {
  .noteList {
    margin-top: 20px;
  }
  .noteList > li {
    margin-top: 8px;
    padding-left: 1.5em;
    font-size: 0.8125rem;
  }
  .noteList li > .noteList {
    margin-top: 8px;
  }
}

.noteNumList {
  margin-top: 20px;
  counter-reset: noteNum;
}
.noteNumList-red > li {
  color: #bf1f20;
}
.noteNumList:first-child {
  margin-top: 0;
}
.noteNumList li > .noteNumList {
  margin-top: 8px;
}
.noteNumList > li {
  position: relative;
  margin-top: 8px;
  padding-left: 2.5em;
  font-size: 0.875rem;
  list-style: none;
  list-style-position: inside;
  counter-increment: noteNum;
}
.noteNumList > li.noteNumList_item-red {
  color: #bf1f20;
}
.noteNumList > li:first-child {
  margin-top: 0;
}
.noteNumList > li .noteListIcon {
  font-size: inherit;
  color: inherit;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .noteNumList {
    counter-reset: cnt2;
  }
  .noteNumList > li {
    margin-top: 10px;
    counter-increment: cnt2;
    font-size: 0.8125rem;
  }
}

.newsList {
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding: 48px;
}
@media (max-width: 767px) {
  .newsList {
    padding: 24px;
  }
}

.newsList_list {
  display: grid;
  row-gap: 8px;
}
.newsList_list > *:first-child .newsList_link {
  min-height: 0;
  padding-top: 0;
}

.newsList_link {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-block: 16px;
  border-bottom: 1px solid #ccc;
  transition: border-color 0.3s ease;
}
.newsList_link .newsList_date {
  width: 10.1em;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: 0.025em;
  color: #676767;
}
.newsList_link .newsList_tit {
  flex: 1;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.3125;
}
.newsList_link .icon {
  margin-right: 0;
  margin-left: auto;
  width: 20px;
  height: 20px;
}
.newsList_link:hover {
  border-bottom-color: #066c02;
}

@media (max-width: 767px) {
  .newsList_list {
    row-gap: 7px;
  }
  .newsList_link {
    position: relative;
    flex-wrap: wrap;
    gap: 7px;
    padding-block: 7px;
    padding-right: 32px;
  }
  .newsList_link .newsList_date {
    width: 100%;
    font-size: 0.8125rem;
    line-height: 1.5;
  }
  .newsList_link .newsList_tit {
    font-size: 0.875rem;
  }
  .newsList_link .icon {
    position: absolute;
    right: 4px;
  }
}
.scrollX_wrap {
  margin-top: 32px;
  margin-bottom: 32px;
}

.table {
  font-size: 1rem;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  text-align: left;
}
.table:not(:first-child) {
  margin-top: 32px;
}
.table td,
.table th {
  vertical-align: middle;
  padding: 0.9375em 1.25em;
  line-height: 1.3;
  border: 1px solid #ccc;
}
.table th {
  font-size: 1.125em;
  font-weight: bold;
}
.table tbody th,
.table thead th {
  text-align: center;
}
.table thead th,
.table .bg-blue {
  color: #fff;
  background: #22548e;
}
.table tbody th,
.table .bg-gray {
  background: #f5f5f5;
}
.table th.bg-red {
  background: #cb3700;
}
.table td.bg-red {
  background: #faeae5;
}
@media (max-width: 767px) {
  .table th {
    padding: 0.8em 0.5em;
    font-size: 1rem;
  }
  .table td {
    padding: 0.8em 0.5em;
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  .scrollX_wrap {
    position: relative;
    overflow-x: auto;
  }
  .scrollX_wrap .scrollX_overlay {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .scrollX_wrap .scrollX_btn {
    position: absolute;
    z-index: 1;
    top: 80px;
    left: 50%;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1rem;
    color: #fff;
    font-weight: bold;
    transform: translateX(-50%);
  }
  .scrollX_wrap .scrollX_btn::before {
    flex: 0 0 auto;
    content: "";
    aspect-ratio: 47/56;
    width: 47px;
    background: url(/v=1752240978/files/user/images/common/icon/icon_swipe.svg) center no-repeat;
    background-size: contain;
  }
  .scrollX_wrap .scrollX_btn span {
    flex: 0 0 auto;
    color: inherit;
  }
  .scrollX_wrap .table {
    max-width: none !important;
  }
  .scrollX_wrap :where(.table) {
    width: 1000px;
  }
  table.sp-row {
    display: block;
  }
  table.sp-row colgroup {
    display: none;
  }
  table.sp-row thead,
  table.sp-row tbody,
  table.sp-row tr,
  table.sp-row th,
  table.sp-row td {
    display: block;
    width: 100% !important;
    border: none;
  }
  table.sp-row th {
    padding: 0.85rem 1rem;
  }
  table.sp-row td {
    padding: 1rem;
  }
}
.main strong {
  font-weight: bold;
}

.main em {
  font-style: italic;
}

.text > a:not([class]),
.text_bold > a:not([class]),
.text .text_point > a:not([class]),
.text_bold .text_point > a:not([class]) {
  color: #066c02 !important;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: underline;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.text > a:not([class]):hover,
.text_bold > a:not([class]):hover,
.text .text_point > a:not([class]):hover,
.text_bold .text_point > a:not([class]):hover {
  text-decoration: none;
}

.text {
  font-size: 1rem;
  line-height: 1.6875;
  color: #242424;
}
.text .text_point {
  color: #bf1f20;
  font-weight: normal;
}
.text:not(:first-child) {
  margin-top: 20px;
}

.text_bold {
  font-size: 1rem;
  line-height: 1.6875;
  color: #242424;
  margin-top: 34px;
  font-weight: bold;
}
.text_bold .text_point {
  color: #bf1f20;
  font-weight: bold;
}

.textWrap {
  display: grid;
  margin-top: 26px;
}
.textWrap-col2 {
  gap: 0 24px;
  grid-template-columns: repeat(2, 1fr);
}
.textWrap-col2 .text {
  margin-top: 0;
}
.textWrap-col2 .text p {
  font-size: 1rem;
  line-height: 1.6875;
  color: #242424;
}
.textWrap-col2 .text p + p {
  margin-top: 14px;
}
.textWrap-col3 {
  gap: 0 24px;
  grid-template-columns: repeat(3, 1fr);
}
.textWrap-col3 .text {
  margin-top: 0;
}
.textWrap-col3 .text p {
  font-size: 1rem;
  line-height: 1.6875;
  color: #242424;
}
.textWrap-col3 .text p + p {
  margin-top: 14px;
}

@media (max-width: 767px) {
  .text {
    font-size: 0.875rem;
  }
  .text:not(:first-child) {
    margin-top: 20px;
  }
  .text_bold {
    font-size: 0.875rem;
  }
  .textWrap {
    display: grid;
    margin-top: 26px;
  }
  .textWrap-col2 {
    gap: 0 24px;
    grid-template-columns: 1fr;
  }
  .textWrap-col2 .text {
    margin-top: 0;
  }
  .textWrap-col2 .text p {
    font-size: 0.875rem;
  }
  .textWrap-col2 .text p + p {
    margin-top: 16px;
  }
  .textWrap-col3 {
    gap: 0 24px;
    grid-template-columns: 1fr;
  }
  .textWrap-col3 .text {
    margin-top: 0;
  }
  .textWrap-col3 .text p {
    font-size: 0.875rem;
  }
  .textWrap-col3 .text p + p {
    margin-top: 16px;
  }
}
.textLink:is([class]) {
  color: #066c02 !important;
  font-size: inherit;
  text-decoration: underline;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.textLink:is([class]) .icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  aspect-ratio: 28/24;
  width: 1.75em;
  font-size: inherit;
  vertical-align: text-top;
  transform: translateY(-1px);
}
.textLink:is([class]) .icon.iconArrow, .textLink:is([class]) .icon.iconAnchor {
  aspect-ratio: 1/1;
  width: 1.5em;
  height: 100%;
  margin-left: 0.125em;
  margin-right: 0.625em;
  border-radius: 50%;
}
.textLink:is([class]) .icon.iconArrow::before, .textLink:is([class]) .icon.iconAnchor::before {
  width: 0.75em;
  height: 0.75em;
}
*:is(a, button, .hover\:icon):hover .textLink:is([class]) .icon::before {
  background-image: none;
}
.textLink:is([class]) *[class*=textLink_icon] {
  display: inline-flex;
  aspect-ratio: 28/21;
  width: 1.75em;
  vertical-align: text-bottom;
  background: center no-repeat;
  background-size: contain;
}
.textLink:is([class]) *[class*=textLink_icon]:is(.textLink_icon-pdf) {
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_pdf_red.svg);
}
.textLink:is([class]).textLink-inline *[class*=textLink_icon],
.textLink:is([class]).textLink-inline .icon {
  margin-inline: 0.25em;
  margin-top: -1px;
}
.textLink:is([class]):not(.textLink-inline) {
  display: inline-flex;
  align-items: flex-start;
  vertical-align: text-top;
}
.textLink:is([class]):not(.textLink-inline) *[class*=textLink_icon],
.textLink:is([class]):not(.textLink-inline) .icon {
  margin-right: 0.5em;
}
@media (max-width: 767px) {
  .textLink:is([class]).textLink-inline *[class*=textLink_icon],
  .textLink:is([class]).textLink-inline .icon {
    margin-inline: 0.25em;
    margin-top: -1px;
  }
}

.md_title {
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  background: #333;
}
.md_title:not(:first-child) {
  margin-top: 50px;
}
.md_balloon {
  display: block;
  display: none !important;
  width: 200px;
  margin-bottom: 10px;
  padding: 5px 0;
  color: #fff;
  text-align: center;
  background: #a40000;
  border-radius: 3px;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
  font-size: 1rem;
}
.md_balloon:not(:first-child) {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .md_title {
    padding: 5px 10px;
    font-size: 1rem;
  }
  .md_balloon {
    width: 150px;
    font-size: 0.75rem;
  }
}
.panel_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(344px, 1fr));
  gap: 32px 24px;
}
.panel_list-col3 {
  grid-template-columns: repeat(3, 1fr);
}
.panel_list-col2 {
  grid-template-columns: repeat(2, 1fr);
}
.panel_list-col1 {
  grid-template-columns: repeat(1, 1fr);
}
.panel_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
  border-radius: 8px;
  min-height: 96px;
  height: 100%;
  padding: 20px 0 20px 23px;
  transition: 0.3s ease;
}
.panel_inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px #dedede;
  pointer-events: none;
  transition: box-shadow 0.3s ease;
}
.panel_inner:hover::before {
  box-shadow: inset 0 0 0 2px #066c02;
}
.panel_inner:hover .panel_iconRight::before {
  background-image: url(/v=1752240977/files/user/images/common/icon/icon_right_roundfill_green.svg);
}
.panel_inner:hover .panel_iconBlank::before {
  background-image: url(/v=1752240972/files/user/images/common/icon/icon_blank_roundfill_green.svg);
}
.panel_inner:hover .panel_iconPdf::before {
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_pdf_outline_red.svg);
}
.panel:where(:not(:first-child):not(:is(*[class*=heading] + *))) {
  margin-top: 32px;
}
.panel-plain .panel_inner:hover {
  pointer-events: none;
}
.panel-plain .panel_inner:hover::before {
  box-shadow: inset 0 0 0 1px #dedede;
}
.panel_titleWrap {
  position: relative;
  display: block;
  margin: auto 0;
}
.panel_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 56px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.panel_title-small {
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.panel_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.panel_icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s ease;
}
.panel_iconRight {
  width: 20px;
  height: 20px;
  right: 26px;
}
.panel_iconRight::before {
  background-image: url(/v=1752240976/files/user/images/common/icon/icon_right_round_green.svg);
}
.panel_iconBlank {
  width: 24px;
  height: 24px;
  right: 23px;
}
.panel_iconBlank::before {
  background-image: url(/v=1752240972/files/user/images/common/icon/icon_blank_green.svg);
}
.panel_iconPdf {
  width: 28px;
  height: 16px;
  right: 23px;
}
.panel_iconPdf::before {
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_pdf_red.svg);
}
.panel_text {
  margin-top: 11px;
  padding-right: 50px;
}
.panel-border .panel_inner {
  justify-content: flex-start;
  padding: 20px 0 21px 23px;
}
.panel-border .panel_title {
  font-size: 1rem;
}
.panel-border .panel_textWrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px 0;
  height: 100%;
  border-top: 1px solid #cccccc;
  margin-top: 16px;
  margin-right: 24px;
}
.panel-border .panel_text {
  padding-right: 26px;
  font-size: 0.875rem;
  line-height: 1.71;
}
@media (max-width: 1159px) {
  .panel_list-col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .panel_list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .panel_list-col1 .btn_item {
    max-width: 100%;
  }
  .panel_inner {
    min-height: 72px;
    padding: 20px 0 22px 23px;
  }
  .panel_title {
    font-size: 1rem;
    line-height: 1.6875;
  }
  .panel_iconRight {
    right: 23px;
  }
  .panel_text {
    margin-top: 10px;
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .panel-border .panel_textWrap {
    gap: 13px 0;
    padding-top: 3px;
  }
}

.panelImg_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(344px, 1fr));
  gap: 32px 24px;
}
.panelImg_list-col3 {
  grid-template-columns: repeat(3, 1fr);
}
.panelImg_list-col2 {
  grid-template-columns: repeat(2, 1fr);
}
.panelImg_list-col1 {
  grid-template-columns: repeat(1, 1fr);
}
.panelImg_inner {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
  border-radius: 8px;
  min-height: 96px;
  height: 100%;
  transition: 0.3s ease;
}
.panelImg_inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px #dedede;
  pointer-events: none;
  transition: box-shadow 0.3s ease;
}
.panelImg_inner:hover::before {
  box-shadow: inset 0 0 0 2px #066c02;
}
.panelImg_inner:hover .panelImg_iconRight::before {
  background-image: url(/v=1752240977/files/user/images/common/icon/icon_right_roundfill_green.svg);
}
.panelImg_inner:hover .panelImg_iconBlank::before {
  background-image: url(/v=1752240972/files/user/images/common/icon/icon_blank_roundfill_green.svg);
}
.panelImg_inner:hover .panelImg_iconPdf::before {
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_pdf_outline_red.svg);
}
.panelImg_image img {
  border-radius: 8px 8px 0 0;
  object-fit: cover;
  aspect-ratio: 86/45;
}
.panelImg_titleWrap {
  position: relative;
  display: block;
  margin: auto 0;
  padding: 20px 56px 20px 26px;
}
.panelImg_title {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.panelImg_title-small {
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.panelImg_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.panelImg_icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s ease;
}
.panelImg_iconRight {
  width: 20px;
  height: 20px;
  right: 19px;
}
.panelImg_iconRight::before {
  background-image: url(/v=1752240976/files/user/images/common/icon/icon_right_round_green.svg);
}
.panelImg_iconBlank {
  width: 24px;
  height: 24px;
  right: 24px;
}
.panelImg_iconBlank::before {
  background-image: url(/v=1752240972/files/user/images/common/icon/icon_blank_green.svg);
}
.panelImg_iconPdf {
  width: 28px;
  height: 16px;
  right: 23px;
}
.panelImg_iconPdf::before {
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_pdf_red.svg);
}
.panelImg_textWrap {
  padding: 0 24px 21px;
}
.panelImg_text {
  display: block;
  line-height: 1.6875;
}
.panelImg_text:not(:first-child) {
  margin-top: 11px;
}
.panelImg-plain .panelImg_inner:hover {
  pointer-events: none;
}
.panelImg-plain .panelImg_inner:hover::before {
  box-shadow: inset 0 0 0 1px #dedede;
}
.panelImg:where(:not(:first-child):not(:is(*[class*=heading] + *))) {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .panelImg_list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .panelImg_list-col1 .btn_item {
    max-width: 100%;
  }
  .panelImg_titleWrap {
    flex: 1;
    padding: 20px 56px 16px 20px;
  }
  .panelImg_title {
    font-size: 1rem;
    line-height: 1.6875;
  }
  .panelImg_textWrap {
    padding: 0 20px 18px;
  }
  .panelImg_iconRight {
    right: 6px;
  }
  .panelImg_iconBlank {
    width: 24px;
    height: 24px;
    right: 6px;
  }
  .panelImg_iconPdf {
    width: 28px;
    height: 24px;
    right: 6px;
  }
  .panelImg-plain .panelImg_titleWrap {
    padding-right: 8px;
  }
  .panelImg:not(.panelImg-spRow) .panelImg_inner {
    justify-content: flex-start;
    flex-direction: row;
    padding: 10px;
    min-height: 72px;
  }
  .panelImg:not(.panelImg-spRow) .panelImg_image {
    flex: 0 0 38.1%;
  }
  .panelImg:not(.panelImg-spRow) .panelImg_image img {
    border-radius: 8px;
    aspect-ratio: 3/2;
  }
  .panelImg:not(.panelImg-spRow) .panelImg_titleWrap {
    flex: 1;
    padding: 14px 32px 20px 18px;
  }
  .panelImg:not(.panelImg-spRow) .panelImg_text {
    margin-top: 7px;
    font-size: 0.875rem;
  }
}

.panelInfo_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(528px, 1fr));
  gap: 32px 24px;
}
.panelInfo_link {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0 32px;
  background: #ffffff;
  color: #242424;
  border-radius: 16px;
  min-height: 173px;
  height: 100%;
  padding: 24px;
  transition: 0.3s ease;
}
.panelInfo_link:hover .panelInfo_image::before {
  opacity: 1;
}
.panelInfo_link:hover .panelInfo_title {
  text-decoration: underline;
  color: #066c02;
}
.panelInfo_link:hover .panelInfo_iconRight::before {
  background-image: url(/v=1752240977/files/user/images/common/icon/icon_right_roundfill_green.svg);
}
.panelInfo_link:hover .panelInfo_iconBlank::before {
  background-image: url(/v=1752240972/files/user/images/common/icon/icon_blank_roundfill_green.svg);
}
.panelInfo_link:hover .panelInfo_iconPdf::before {
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_pdf_outline_red.svg);
}
.panelInfo_image {
  flex: 0 0 200px;
  position: relative;
}
.panelInfo_image img {
  position: relative;
  z-index: 2;
  border-radius: 8px;
  object-fit: cover;
  aspect-ratio: 50/31;
}
.panelInfo_image::before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  width: 120px;
  height: 120px;
  border-radius: 16px 0 0 0;
  background: linear-gradient(135deg, rgb(60, 152, 233) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
  transition: 0.3s ease;
}
.panelInfo_textWrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px 0;
  height: 100%;
}
.panelInfo_title {
  display: block;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.panelInfo_title-small {
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.panelInfo_text {
  position: relative;
  font-size: 0.875rem;
  padding-right: 25px;
}
.panelInfo_icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.panelInfo_icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s ease;
}
.panelInfo_iconRight {
  width: 20px;
  height: 20px;
}
.panelInfo_iconRight::before {
  background-image: url(/v=1752240976/files/user/images/common/icon/icon_right_round_green.svg);
}
.panelInfo_iconBlank {
  width: 24px;
  height: 24px;
}
.panelInfo_iconBlank::before {
  background-image: url(/v=1752240972/files/user/images/common/icon/icon_blank_green.svg);
}
.panelInfo_iconPdf {
  width: 28px;
  height: 16px;
}
.panelInfo_iconPdf::before {
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_pdf_red.svg);
}
.panelInfo:where(:not(:first-child):not(:is(*[class*=heading] + *))) {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .panelInfo {
    margin-left: -10px;
  }
  .panelInfo_list {
    grid-template-columns: 1fr;
    gap: 24px 0;
  }
  .panelInfo_list-col1 .btn_item {
    max-width: 100%;
  }
  .panelInfo_link {
    min-height: 72px;
    padding: 10px 4px 10px 10px;
  }
  .panelInfo_image {
    flex: 0 0 30.212%;
  }
  .panelInfo_image::before {
    top: auto;
    bottom: -12px;
    left: -10px;
    width: 60px;
    height: 60px;
    border-radius: 0 0 0 16px;
    background: linear-gradient(45deg, rgb(60, 152, 233) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
  }
  .panelInfo_textWrap {
    justify-content: flex-start;
    padding: 0;
    gap: 10px 0;
  }
  .panelInfo_title {
    font-size: 0.9375rem;
    line-height: 1.6;
    letter-spacing: 0.025em;
  }
  .panelInfo_text {
    font-size: 0.8125rem;
  }
}

.main .breadcrumb {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 29px;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
.main .breadcrumb_list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.main .breadcrumb_item {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.main .breadcrumb_item::before {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background: #707070;
}
.main .breadcrumb_item:first-child::before {
  content: none;
}
.main .breadcrumb_item:last-child {
  color: #22548e;
  font-weight: bold;
  font-size: 0.8125rem;
}
.main .breadcrumb a.breadcrumb_link {
  font-size: 0.8125rem;
}
.main .breadcrumb a.breadcrumb_link:hover {
  text-decoration: underline;
}
.main .breadcrumb span.breadcrumb_link {
  font-size: 0.8125rem;
}
@media (max-width: 1159px) {
  .main .breadcrumb {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .main .breadcrumb {
    position: static;
    transform: none;
    margin-bottom: 36px;
  }
  .main .breadcrumb_list {
    gap: 7px 8px;
  }
  .main .breadcrumb_item {
    gap: 0 8px;
  }
}

.info {
  margin-top: 100px;
  background-image: url(/v=1750660287/files/user/images/common/info_bg_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 57px 20px 81px;
  border-radius: 8px;
}
.info_list {
  display: grid;
  justify-content: center;
  max-width: 100%;
  gap: 24px;
  text-align: center;
  margin-top: 24px;
  grid-template-columns: repeat(2, minmax(0, 380px));
}
.info_item {
  width: 100%;
  max-width: 380px;
}
.info_link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 64px;
  padding: 8px 0;
  background: #ffffff;
  border-radius: 100px;
  transition: 0.3s ease;
}
.info_link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 100px;
  box-shadow: inset 0 0 0 1px #cccccc;
  pointer-events: none;
  transition: box-shadow 0.3s ease;
}
.info_link:hover::before {
  box-shadow: inset 0 0 0 2px #066c02;
}
.info_link:hover .info_iconRight::before {
  background-image: url(/v=1752240977/files/user/images/common/icon/icon_right_roundfill_green.svg);
}
.info_title {
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 0 40px;
}
.info_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.info_icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s ease;
}
.info_iconRight {
  width: 20px;
  height: 20px;
  right: 17px;
}
.info_iconRight::before {
  background-image: url(/v=1752240976/files/user/images/common/icon/icon_right_round_green.svg);
}
@media (max-width: 767px) {
  .info {
    background-image: url(/v=1750660287/files/user/images/common/info_bg_sp.png);
    padding: 40px 0 65px;
    margin: 60px -20px -80px;
    border-radius: 0;
  }
  .info_list {
    padding: 0 20px;
    gap: 16px 17px;
    grid-template-columns: repeat(1, minmax(0, 380px));
  }
  .info_link {
    min-height: 56px;
    padding: 5px 0;
  }
  .info_title {
    font-size: 0.9375rem;
    padding: 0 34px;
  }
  .info_iconRight {
    right: 13px;
  }
}

.imgBlock {
  display: grid;
  gap: 32px;
}
.imgBlock:where(:not(:first-child):not(:is(*[class*=heading] + *))) {
  margin-top: 40px;
}
.imgBlock-col1 {
  grid-template-columns: repeat(1, 1fr);
}
.imgBlock-col2 {
  grid-template-columns: repeat(2, 1fr);
}
.imgBlock-col2 .imgBlock_item img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.imgBlock-col3 {
  grid-template-columns: repeat(3, 1fr);
}
.imgBlock-col3 .imgBlock_item img {
  aspect-ratio: 4/3;
}
.imgBlock-fit .imgBlock_item {
  display: grid;
  place-content: center;
}
.imgBlock_item img {
  margin-inline: auto;
  max-width: 100%;
}
.imgBlock_caption {
  font-size: 0.875rem;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .imgBlock {
    gap: 16px 17px;
  }
  .imgBlock-col2 {
    grid-template-columns: 1fr;
  }
  .imgBlock-col3 {
    grid-template-columns: 1fr;
  }
  .imgBlock-spRow {
    grid-template-columns: repeat(2, 1fr);
  }
  .imgBlock_caption {
    font-size: 0.75rem;
    margin-top: 8px;
    line-height: 1.54;
  }
  .imgBlock:where(:not(:first-child):not(:is(*[class*=heading] + *))) {
    margin-top: 32px;
  }
}

.imgText {
  display: flex;
  gap: 32px;
}
.imgText .imgText_image img {
  max-width: 100%;
  margin-inline: auto;
}
.imgText .imgText_content {
  flex: 1;
}
.imgText:where(:not(:first-child):not(:is(*[class*=heading] + *))) {
  margin-top: 32px;
}
@media (min-width: 767px) {
  .imgText.imgText-imgRight {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .imgText {
    flex-direction: column;
    gap: 20px;
  }
}

/* --------------------------------------------------
 Icon
-------------------------------------------------- */
:where(.icon) {
  display: flex;
  place-content: center;
  width: 24px;
  aspect-ratio: 1/1;
  transition: background-color 0.24s ease;
}
:where(.icon)::before {
  content: "";
  display: block;
  background: center no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  transition: 0.24s ease;
}
:where(.icon).iconInline {
  display: inline-block;
  vertical-align: text-bottom;
}
:where(.icon).iconLink::before {
  background-image: url(/v=1752240976/files/user/images/common/icon/icon_right_round_green.svg);
}
*:is(a, button, .hover\:icon):not(.no-icon-hover):hover :where(.icon).iconLink::before {
  background-image: url(/v=1752240977/files/user/images/common/icon/icon_right_roundfill_green.svg);
}
:where(.icon).iconArrow {
  aspect-ratio: 1/1;
  width: 1.5em;
  height: 100%;
  border-radius: 50%;
}
:where(.icon).iconArrow::before {
  mask: center no-repeat;
  mask-size: contain;
  mask-image: url(/v=1752240976/files/user/images/common/icon/icon_right_green.svg);
  background-color: #066c02;
}
*:is(a, button, .hover\:icon):not(.no-icon-hover):hover :where(.icon).iconArrow {
  background-color: #066c02;
}
*:is(a, button, .hover\:icon):not(.no-icon-hover):hover :where(.icon).iconArrow::before {
  background: #fff;
}
:where(.icon).iconBlank::before {
  background-image: url(/v=1752240972/files/user/images/common/icon/icon_blank_green.svg);
}
*:is(a, button, .hover\:icon):not(.no-icon-hover):hover :where(.icon).iconBlank::before {
  background-image: url(/v=1752240972/files/user/images/common/icon/icon_blank_roundfill_green.svg);
}
:where(.icon).iconPdf::before {
  aspect-ratio: 20/11;
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_pdf_red.svg);
}
*:is(a, button, .hover\:icon):not(.no-icon-hover):hover :where(.icon).iconPdf::before {
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_pdf_outline_red.svg);
}
:where(.icon).iconWord::before {
  aspect-ratio: 20/11;
  background-image: url(/v=1752240979/files/user/images/common/icon/icon_word.svg);
}
:where(.icon).iconPpt::before {
  aspect-ratio: 20/11;
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_ppt.svg);
}
:where(.icon).iconExcel::before {
  aspect-ratio: 20/11;
  background-image: url(/v=1752240973/files/user/images/common/icon/icon_excel.svg);
}
:where(.icon).iconZip::before {
  aspect-ratio: 20/11;
  background-image: url(/v=1752240979/files/user/images/common/icon/icon_zip.svg);
}
:where(.icon).iconAnchor::before {
  mask: center no-repeat;
  mask-size: contain;
  mask-image: url(/v=1752240972/files/user/images/common/icon/icon_bottom_green.svg);
  background-color: #066c02;
}
*:is(a, button, .hover\:icon):not(.no-icon-hover):hover :where(.icon).iconAnchor {
  background-color: #066c02;
}
*:is(a, button, .hover\:icon):not(.no-icon-hover):hover :where(.icon).iconAnchor::before {
  background: #fff;
}
:where(.icon).iconCaution {
  width: 28px;
  height: 24px;
  aspect-ratio: auto;
}
:where(.icon).iconCaution::before {
  mask: center no-repeat;
  mask-size: contain;
  mask-image: url(/v=1752240979/files/user/images/common/icon/icon_warning.svg);
  background-color: #bf1f20;
}

.cke_editable .form :where(select), .cke_editable .form :where(textarea), .cke_editable .form :where(input):not([type=radio], [type=checkbox]), .form :where(select), .form :where(textarea), .form :where(input):not([type=radio], [type=checkbox]) {
  appearance: none;
  width: 100%;
  padding-inline: 24px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.3;
}
.is-error .cke_editable .form :where(select), .cke_editable .is-error .form :where(select), .is-error .cke_editable .form :where(textarea), .cke_editable .is-error .form :where(textarea), .is-error .form :where(select), .is-error .form :where(textarea), .is-error .form :where(input):not([type=radio], [type=checkbox]), .cke_editable .form .is-error:where(select), .cke_editable .form .is-error:where(textarea), .form .is-error:where(select), .form .is-error:where(textarea), .form .is-error:where(input):not([type=radio], [type=checkbox]) {
  background: #ffeded;
  border: 2px solid #bf2020;
}
.cke_editable .form [disabled]:where(select), .cke_editable .form [disabled]:where(textarea), .form [disabled]:where(select), .form [disabled]:where(textarea), .form [disabled]:where(input):not([type=radio], [type=checkbox]) {
  background: #cccccc;
  pointer-events: none;
}
@media (min-width: 767px) {
  .cke_editable .form .w-auto:where(select), .cke_editable .form .w-auto:where(textarea), .form .w-auto:where(select), .form .w-auto:where(textarea), .form .w-auto:where(input):not([type=radio], [type=checkbox]) {
    width: fit-content;
  }
  .cke_editable .form .w-500:where(select), .cke_editable .form .w-500:where(textarea), .form .w-500:where(select), .form .w-500:where(textarea), .form .w-500:where(input):not([type=radio], [type=checkbox]) {
    max-width: 500px;
  }
}
.form :where(button, .btn_link) {
  border: none;
  width: 340px;
}
.form :where(button, .btn_link):not(:disabled) {
  cursor: pointer;
}
.form :where(button, .btn_link) .btn_titleWrap {
  text-align: center;
}
@media (max-width: 767px) {
  .form :where(button, .btn_link) {
    width: 100%;
  }
}
.form :where(input):not([type=radio], [type=checkbox]) {
  height: 50px;
}
.form :where(textarea) {
  min-height: 50px;
  padding-block: 0.8125em;
  resize: vertical;
  field-sizing: content;
}
.form :where(textarea):not([rows="1"]) {
  padding-block: 0.8125em;
  min-height: 210px;
}
.form :where(select) {
  height: 50px;
  line-height: 50px;
}
.form :where(.form_checkInputWrap) {
  display: grid;
  justify-content: flex-start;
  row-gap: 16px;
  margin-top: 10px;
  padding-block: 10px;
}
.form :where(.form_checkInput) {
  margin-top: 0px;
  display: flex;
  column-gap: 10px;
  font-size: 1rem;
  line-height: 1.3125;
  /* フォーカス見た目強調（WCAG対策） */
}
.form :where(.form_checkInput):not(:disabled):not([aria-disabled=true]) {
  cursor: pointer;
}
.form :where(.form_checkInput) input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.form :where(.form_checkInput) .form_icon {
  flex: 0 0 auto;
  display: grid;
  place-content: center;
  width: 1.25em;
  height: 1.25em;
  background: #fff;
  border: 2px solid #707070;
}
.form :where(.form_checkInput) .form_icon::after {
  content: "";
}
.form :where(.form_checkInput) .form_icon:is(input:checked + *) {
  background: #066c02;
  border: none;
}
.form :where(.form_checkInput) .form_icon:is(input[type=checkbox] + *) {
  border-radius: 2px;
}
.form :where(.form_checkInput) .form_icon:is(input[type=checkbox] + *)::after {
  width: 1.25em;
  height: 1.25em;
  background: url(/v=1752240973/files/user/images/common/icon/icon_check_white.svg) center no-repeat;
  background-size: contain;
}
.form :where(.form_checkInput) .form_icon:is(input[type=radio] + *) {
  border-radius: 50%;
}
.form :where(.form_checkInput) .form_icon:is(input[type=radio] + *)::after {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}
.form :where(.form_checkInput) input:focus + .form_icon {
  outline: 2px solid #000;
}
.form .form_checkInput:has(.is-error) .form_icon {
  background: #ffeded;
  border: 2px solid #bf2020;
}
.form .form_checkInput:has(.is-error) .form_icon::after {
  background: none;
}
.form input.is-error[type=checkbox]:checked + .form_icon, .form input.is-error[type=radio]:checked + .form_icon {
  background-color: #066c02;
}
.form input.is-error[type=checkbox]:checked + .form_icon::after {
  background: url(/v=1752240973/files/user/images/common/icon/icon_check_white.svg) center no-repeat;
}
.form input.is-error[type=radio]:checked + .form_icon::after {
  background: #fff;
}
.form .form_group {
  display: grid;
  row-gap: 10px;
}
.form .form_group:not(:first-child) {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .form .form_group:not(:first-child) {
    margin-top: 24px;
  }
}
.form .form_label {
  display: flex;
  align-items: baseline;
  column-gap: 8px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.3;
}
.form .form_label .form_req {
  font-size: 0.78em;
  color: #cb3700;
}
.form .form_desc {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.6;
  color: #707070;
}
.form .form_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid #dedede;
}
@media (max-width: 767px) {
  .form .form_bottom {
    display: grid;
    justify-content: stretch;
    gap: 16px;
    margin-top: 32px;
    margin-inline: 20px;
    padding-top: 32px;
  }
}
.form .form_btn.form_btnSubmit {
  background: #22548e;
}
.form .form_btn.form_btnSubmit .btn_title {
  color: #fff;
}
.form .form_btn.form_btnSubmit .btn_iconRight::before {
  background: #fff;
  mask-image: url(/v=1752240976/files/user/images/common/icon/icon_right_round_green.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.form .form_btn.form_btnSubmit:hover {
  background: #fff;
}
.form .form_btn.form_btnSubmit:hover::before {
  box-shadow: inset 0 0 0 2px #22548e;
}
.form .form_btn.form_btnSubmit:hover .btn_title {
  color: #22548e;
}
.form .form_btn.form_btnSubmit:hover .btn_iconRight::before {
  mask-image: url(/v=1752240977/files/user/images/common/icon/icon_right_roundfill_skeleton.svg);
  background: #22548e;
}
.form .form_error {
  display: grid;
  row-gap: 4px;
}
.form .form_error > * {
  display: flex;
  column-gap: 2px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #cb3700;
}
.form .form_error > * .errorIcon {
  font-size: inherit;
  color: inherit;
}
.form .form_select {
  position: relative;
  width: fit-content;
}
.form .form_select select {
  padding-right: 60px;
  cursor: pointer;
}
.form .form_select .form_select_icon {
  position: absolute;
  top: calc(50% - 6px);
  right: 24px;
  width: 12px;
  aspect-ratio: 1/1;
  background: url(/v=1752240972/files/user/images/common/icon/icon_bottom_black.svg) center no-repeat;
  background-size: 12px auto;
}
@media (max-width: 767px) {
  .form .form_select {
    width: 100%;
  }
  .form .form_select select {
    width: 100%;
  }
}

.formContainer {
  display: block;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .formContainer {
    margin-top: 32px;
  }
}

.formSteps {
  counter-reset: steps;
}
.formSteps .formSteps_list {
  display: flex;
  gap: 24px;
  overflow: hidden;
}
.formSteps .formSteps_item {
  position: relative;
  counter-increment: steps;
  flex: 1;
  display: flex;
  align-items: center;
  column-gap: 0.8em;
  height: 56px;
  padding: 10px 24px;
  color: #e3e3e3;
  background: #e3e3e3;
}
.formSteps .formSteps_item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 100%;
  border-left: 21px solid #fff;
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  border-left-color: currentColor;
}
.formSteps .formSteps_item:not(:first-child)::before {
  content: "";
  position: absolute;
  right: 100%;
  border-left: 21px solid transparent;
  border-top: 36px solid currentColor;
  border-bottom: 36px solid currentColor;
}
.formSteps .formSteps_item.is-current {
  color: #22548e;
  background: #22548e;
}
.formSteps .formSteps_item.is-current .formSteps_text > * {
  color: #fff;
}
.formSteps .formSteps_text {
  flex: 1;
  display: flex;
  align-items: center;
  column-gap: 0.8em;
  font-size: 0.9375rem;
  font-weight: bold;
}
.formSteps .formSteps_text::before {
  content: counter(steps);
  display: grid;
  place-content: center;
  width: 23px;
  aspect-ratio: 1/1;
  border-radius: 6px;
  background: #fff;
  line-height: 1;
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  font-weight: bold;
}
.formSteps .formSteps_text > * {
  color: currentColor;
}
@media (max-width: 767px) {
  .formSteps .formSteps_list {
    gap: 18px;
  }
  .formSteps .formSteps_item {
    height: 42px;
    padding: 5px 10px;
  }
  .formSteps .formSteps_item:not(:last-child)::after {
    border-left-width: 15px;
    border-top-width: 36px;
    border-bottom-width: 36px;
  }
  .formSteps .formSteps_item:not(:first-child)::before {
    border-left-width: 15px;
    border-top-width: 36px;
    border-bottom-width: 36px;
  }
  .formSteps .formSteps_text {
    column-gap: 0.4285em;
    font-size: 0.9375rem;
  }
  .formSteps .formSteps_text::before {
    width: 21px;
    font-size: 0.875rem;
  }
}

.formConfirm {
  display: grid;
}
.formConfirm dt {
  font-size: 1.125rem;
  line-height: 1.27;
  font-weight: bold;
  letter-spacing: 0.025;
}
.formConfirm dt:not(:first-child) {
  margin-top: 32px;
}
.formConfirm dd {
  font-size: 1rem;
  line-height: 1.68;
  letter-spacing: 0.025;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .formConfirm dt:not(:first-child) {
    margin-top: 24px;
  }
}

body.en .formSteps .formSteps_text * {
  font-size: 0.8125rem;
}
body.en .formSteps .formSteps_text *::before {
  font-size: 1rem;
}
@media (max-width: 767px) {
  body.en .formSteps .formSteps_text * {
    font-size: 0.8125rem;
  }
}

.cke_editable .pager .pager_list, .cke_editable .pager .pager_container, .pager .pager_list, .pager .pager_container {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  margin-inline: auto;
}

.cke_editable .pager .pager_sep, .cke_editable .pager .pager_link, .cke_editable .pager .pager_btn, .pager .pager_sep, .pager .pager_link, .pager .pager_btn {
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  width: 32px;
  font-size: 1rem;
  font-weight: bold;
  border: 1px solid transparent;
  border-radius: 50%;
  transition: 0.3s ease;
}

.pager {
  display: grid;
  place-content: center;
  margin-top: 48px;
}
.pager .pager_btn {
  border: 1px solid #ccc;
}
.pager .pager_btn::before {
  content: "";
  width: 7px;
  height: 12px;
  background: #066c02;
  mask-image: url(/v=1752240976/files/user/images/common/icon/icon_right_green.svg);
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  transform: translateX(1px);
}
.pager .pager_btn:is(.pager_btn-prev)::before {
  rotate: y 180deg;
}
.pager .pager_btn:hover {
  border-color: #066c02;
}
.pager .pager_link:is(a) {
  color: #066c02;
}
.pager .pager_link:is(a):hover {
  border-color: #066c02;
}
.pager .pager_link.pager_link-current {
  color: #fff;
  background: #066c02;
  border-color: #066c02;
}
.pager .pager_sep {
  pointer-events: none;
}
.pager .pager_numberWrap {
  position: relative;
  flex: 1;
  width: 255px;
}
.pager .pager_numberWrap::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  width: 12px;
  height: 12px;
  background: url(/v=1752240972/files/user/images/common/icon/icon_bottom_black.svg) center no-repeat;
  background-size: contain;
}
.pager .pager_numberWrap .pager_number {
  appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  border: 1px solid #ccc;
  letter-spacing: 0.025em;
  text-align: center;
  text-align-last: center;
  cursor: pointer;
  background: #fff;
}

.anchorList {
  display: block;
  padding: 2em;
  font-size: 1rem;
  border-radius: 8px;
  background: #f5f5f5;
}
.anchorList .anchorList_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.anchorList .anchorList_item {
  position: relative;
  border-bottom: 1px solid #ccc;
}
.anchorList .anchorList_item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 4px;
  min-height: 4em;
  padding: 0.7em 0;
  letter-spacing: 0.025em;
  line-height: 1.5;
}
.anchorList .anchorList_item a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: #066c02;
  transition: opacity 0.32s ease;
}
.anchorList .anchorList_item a .icon {
  border-radius: 50%;
  transition: 0.32s ease;
}
.anchorList .anchorList_item a .icon::before {
  aspect-ratio: 1/1;
  background: #066c02;
  mask-size: 12px;
}
.anchorList .anchorList_item a:hover::after {
  opacity: 1;
}
.anchorList .anchorList_item a:hover .icon {
  background-color: #066c02;
}
.anchorList .anchorList_item a:hover .icon::before {
  background: #fff;
}
.anchorList:where(:not(:first-child):not(:is(*[class*=heading] + *))) {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .anchorList {
    padding: 1em 1.714em 1.714em;
    font-size: 0.875rem;
  }
  .anchorList:where(:not(:first-child):not(:is(*[class*=heading] + *))) {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .anchorList .anchorList_container {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
  .anchorList .anchorList_item {
    border-bottom: 1px solid #ccc;
  }
}

.nmlShare {
  display: grid;
  margin-inline: auto;
}
.nmlShare:not(:first-child) {
  margin-top: 80px;
}
.nmlShare .nmlShare_title {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.3;
  text-align: center;
}
.nmlShare .nmlShare_title + * {
  margin-top: 1rem;
}
.nmlShare .nmlShare_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.nmlShare .nmlShare_list > * {
  flex: 1 1 0%;
  max-width: 154px;
}
.nmlShare .nmlShare_link {
  position: relative;
  display: grid;
  place-content: center;
  row-gap: 5px;
  padding: 0.875rem 0.5rem;
  min-height: 86px;
  border-radius: 8px;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
}
.nmlShare .nmlShare_link::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  inset: 0;
  box-shadow: 0 0 0 1px #dedede;
  pointer-events: none;
  transition: box-shadow 0.32s ease;
  will-change: box-shadow;
}
.nmlShare .nmlShare_link img {
  width: auto;
  height: 30px;
  object-fit: contain;
  margin: auto;
}
.nmlShare .nmlShare_link:hover {
  color: #066c02;
}
.nmlShare .nmlShare_link:hover::before {
  box-shadow: 0 0 0 2px #066c02;
}
@media (max-width: 767px) {
  .nmlShare .nmlShare_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .nmlShare .nmlShare_list > * {
    flex: 0 0 auto;
    width: calc(50% - 0.5rem);
    max-width: none;
  }
  .nmlShare .nmlShare_link {
    font-size: 0.8125rem;
  }
}

.qaTextWrap {
  display: grid;
  row-gap: 40px;
}
.qaTextWrap:not(:first-child) {
  margin-top: 40px;
}

.qaText {
  display: grid;
  row-gap: 28px;
}
.qaText .qaText_q,
.qaText .qaText_a {
  position: relative;
  padding: 0.4em 0 0 46px;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.6;
}
.qaText .qaText_q .qaText_icon,
.qaText .qaText_a .qaText_icon {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  width: 34px;
  padding-top: 2px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 4px;
  border: 1px solid #22548e;
}
.qaText .qaText_q .qaText_icon {
  color: #22548e;
}
.qaText .qaText_a .qaText_icon {
  color: #fff;
  background: #22548e;
}
.qaText .qaText_a .qaText_icon + * {
  margin-top: 0;
}

@media (max-width: 767px) {
  .qaText {
    row-gap: 20px;
  }
  .qaText .qaText_q,
  .qaText .qaText_a {
    padding-left: 40px;
    font-size: 0.875rem;
  }
  .qaText .qaText_q .qaText_icon,
  .qaText .qaText_a .qaText_icon {
    width: 28px;
    font-size: 0.875rem;
  }
}
.nmlAccordion {
  position: relative;
  border-radius: 8px;
  background: #fff;
}
.nmlAccordion:where(:not(:first-child):not(:is(*[class*=heading] + *))) {
  margin-top: 32px;
}
.nmlAccordion::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 2px solid #22548e;
  pointer-events: none;
}
.nmlAccordion .nmlAccordion_title {
  padding: 0;
  margin: 0;
}
.nmlAccordion .nmlAccordion_btn {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  border: none;
  padding: 1.25rem 4.5rem 1.2rem 2rem;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.5;
  color: #22548e;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
  background: none;
  transition: background-color 0.3s ease;
  text-align: left;
}
.nmlAccordion .nmlAccordion_btn:focus {
  outline-offset: 1px;
  border-radius: 8px;
}
.nmlAccordion .nmlAccordion_body {
  overflow: hidden;
  height: 0px;
  will-change: height;
  transition: height 0.4s ease, padding 0.4s ease;
}
.nmlAccordion .nmlAccordion_content {
  padding: 2rem 2rem 1.75rem;
}
.nmlAccordion .nmlAccordion_icon {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #22548e;
}
.nmlAccordion .nmlAccordion_icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  mask: url(/v=1752240972/files/user/images/common/icon/icon_accplus.svg) center/contain no-repeat;
  background: #fff;
}
.nmlAccordion.is-open::before {
  border-width: 4px;
}
.nmlAccordion.is-open .nmlAccordion_btn {
  color: #fff;
  background: #22548e;
}
.nmlAccordion.is-open .nmlAccordion_icon {
  background: #fff;
}
.nmlAccordion.is-open .nmlAccordion_icon::before {
  mask-image: url(/v=1752240972/files/user/images/common/icon/icon_accminus.svg);
  background: #22548e;
}
.nmlAccordion.nmlAccordion-caution::before {
  border-color: #bf1f20;
}
.nmlAccordion.nmlAccordion-caution .nmlAccordion_btn {
  color: #bf1f20;
}
.nmlAccordion.nmlAccordion-caution .nmlAccordion_icon {
  background: #bf1f20;
}
.nmlAccordion.nmlAccordion-caution.is-open .nmlAccordion_btn {
  color: #fff;
  background: #bf1f20;
}
.nmlAccordion.nmlAccordion-caution.is-open .nmlAccordion_icon {
  background: #fff;
}
.nmlAccordion.nmlAccordion-caution.is-open .nmlAccordion_icon::before {
  background-color: #bf1f20;
}
@media (max-width: 767px) {
  .nmlAccordion .nmlAccordion_btn {
    min-height: 48px;
    padding: 1rem 4rem 0.8125rem 1.5rem;
    font-size: 1.125rem;
  }
  .nmlAccordion .nmlAccordion_content {
    padding: 1.5rem;
  }
  .nmlAccordion .nmlAccordion_icon {
    right: 1.5rem;
  }
}

.main {
  /* 英語heading
  -------------------------------- */
}
.main .heading1 {
  padding-top: 116px;
  margin-bottom: 88px;
  position: relative;
}
.main .heading1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 580px;
  height: 300px;
  background: linear-gradient(203deg, rgba(60, 152, 233, 0.5) 0%, rgba(60, 152, 233, 0.4) 5%, rgba(60, 152, 233, 0.3) 10%, rgba(60, 152, 233, 0.2) 16%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 0;
}
.main .heading1_inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
}
.main .heading1_textSub {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  margin-bottom: 6px;
}
.main .heading1_textSub::before {
  content: "";
  display: block;
  width: 13px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/v=1752240974/files/user/images/common/icon/icon_h1.png);
  margin-right: 10px;
}
.main .heading1_textMain {
  font-size: 2.375rem;
  font-weight: bold;
}
.main .heading2 {
  position: relative;
  margin: 80px 0 64px;
}
.main .heading2::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 3px;
  background: #22548e;
  left: 0;
  top: 0;
}
.main .heading2::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 24px);
  height: 1px;
  background: #dedede;
  right: 0;
  top: 1px;
}
.main .heading2_main {
  font-size: 1.75rem;
  font-weight: bold;
  padding-top: 32px;
}
.main .heading2_link {
  font-size: 1.875rem;
  color: #066c02;
  text-decoration: underline;
}
.main .heading2_link:link {
  color: #066c02;
  text-decoration: underline;
}
.main .heading2_link:hover {
  text-decoration: none;
}
.main .heading2_icon {
  display: inline-block;
}
.main .heading2_icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s ease;
}
.main .heading2_iconRight {
  width: 11px;
  height: 18px;
  margin-left: 17px;
  margin-bottom: 3px;
}
.main .heading2_iconRight::before {
  background-image: url(/v=1752240976/files/user/images/common/icon/icon_right_green.svg);
}
.main .heading3 {
  display: flex;
  align-items: flex-start;
  gap: 0 12px;
  margin: 64px 0 32px;
  font-size: 1.375rem;
}
.main .heading3::before {
  flex: 0 0 auto;
  content: "";
  position: relative;
  top: calc(0.75em - 6px);
  display: block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/v=1752240974/files/user/images/common/icon/icon_h3.svg);
}
.main .heading3_main {
  font-size: inherit;
  font-weight: bold;
  line-height: 1.5;
}
.main .heading4 {
  display: flex;
  align-items: flex-start;
  gap: 0 8px;
  margin: 32px 0 20px;
  font-size: 1.125rem;
}
.main .heading4::before {
  position: relative;
  top: calc(0.75em - 4px);
  flex: 0 0 auto;
  content: "";
  display: block;
  width: 17px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/v=1752240974/files/user/images/common/icon/icon_h4.svg);
}
.main .heading4_main {
  font-size: inherit;
  font-weight: bold;
  line-height: 1.5;
}
.main .heading5 {
  margin-bottom: 18px;
}
.main .heading5_main {
  font-size: 1rem;
  font-weight: bold;
}
.main .enHeading1 {
  margin: 100px 0 40px;
}
.main .enHeading1_text {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 1159px) {
  .main .heading1_inner {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .main {
    /* 英語ヘheading（SP）
    -------------------------------- */
  }
  .main .heading1 {
    padding-top: 71px;
    margin-bottom: 38px;
  }
  .main .heading1::before {
    width: 100%;
    max-width: 375px;
    height: 100px;
    background: linear-gradient(203deg, rgba(60, 152, 233, 0.5) 0%, rgba(60, 152, 233, 0.4) 2%, rgba(60, 152, 233, 0.3) 5%, rgba(60, 152, 233, 0.2) 10%, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  }
  .main .heading1_inner {
    padding: 0 20px;
  }
  .main .heading1_textSub {
    font-size: 0.875rem;
    margin-bottom: 6px;
  }
  .main .heading1_textSub::before {
    width: 11px;
    height: 9px;
  }
  .main .heading1_textMain {
    font-size: 2rem;
  }
  .main .heading2 {
    margin: 64px 0 32px;
  }
  .main .heading2_main {
    font-size: 1.5rem;
    padding-top: 23px;
  }
  .main .heading2_link {
    font-size: 1.5rem;
  }
  .main .heading2_iconRight {
    margin-left: 21px;
    margin-bottom: -3px;
  }
  .main .heading3 {
    margin: 32px 0 20px;
  }
  .main .heading3::before {
    width: 10px;
    height: 10px;
  }
  .main .heading3_main {
    font-size: 1.25rem;
  }
  .main .heading4 {
    margin: 20px 0 18px;
  }
  .main .heading4_main {
    font-size: 1rem;
  }
  .main .heading5 {
    margin-bottom: 14px;
  }
  .main .heading5_main {
    font-size: 0.9375rem;
  }
  .main .enHeading1 {
    margin: 53px 0 42px;
  }
  .main .enHeading1_text {
    font-size: 1.75rem;
  }
}

.cke_editable {
  /* 英語heading
  -------------------------------- */
  /* --------------------------------------------------
   numList
  -------------------------------------------------- */
  /* --------------------------------------------------
   styleList
  -------------------------------------------------- */
  /* --------------------------------------------------
   Icon
  -------------------------------------------------- */
}
.cke_editable {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-family: "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", sans-serif;
  color: #242424;
}
.cke_editable html,
.cke_editable body,
.cke_editable div,
.cke_editable span,
.cke_editable applet,
.cke_editable object,
.cke_editable iframe,
.cke_editable h1,
.cke_editable h2,
.cke_editable h3,
.cke_editable h4,
.cke_editable h5,
.cke_editable h6,
.cke_editable p,
.cke_editable blockquote,
.cke_editable pre,
.cke_editable a,
.cke_editable abbr,
.cke_editable acronym,
.cke_editable address,
.cke_editable big,
.cke_editable cite,
.cke_editable code,
.cke_editable del,
.cke_editable dfn,
.cke_editable em,
.cke_editable img,
.cke_editable ins,
.cke_editable kbd,
.cke_editable q,
.cke_editable s,
.cke_editable samp,
.cke_editable small,
.cke_editable strike,
.cke_editable strong,
.cke_editable sub,
.cke_editable sup,
.cke_editable tt,
.cke_editable var,
.cke_editable b,
.cke_editable u,
.cke_editable i,
.cke_editable center,
.cke_editable dl,
.cke_editable dt,
.cke_editable dd,
.cke_editable ol,
.cke_editable ul,
.cke_editable li,
.cke_editable fieldset,
.cke_editable form,
.cke_editable label,
.cke_editable legend,
.cke_editable table,
.cke_editable caption,
.cke_editable tbody,
.cke_editable tfoot,
.cke_editable thead,
.cke_editable tr,
.cke_editable th,
.cke_editable td,
.cke_editable article,
.cke_editable aside,
.cke_editable canvas,
.cke_editable details,
.cke_editable embed,
.cke_editable figure,
.cke_editable figcaption,
.cke_editable footer,
.cke_editable header,
.cke_editable hgroup,
.cke_editable menu,
.cke_editable nav,
.cke_editable output,
.cke_editable ruby,
.cke_editable section,
.cke_editable summary,
.cke_editable time,
.cke_editable mark,
.cke_editable audio,
.cke_editable video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.cke_editable article,
.cke_editable aside,
.cke_editable details,
.cke_editable figcaption,
.cke_editable figure,
.cke_editable footer,
.cke_editable header,
.cke_editable hgroup,
.cke_editable menu,
.cke_editable nav,
.cke_editable section {
  display: block;
}
.cke_editable body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  line-height: 1;
}
.cke_editable ol,
.cke_editable ul {
  list-style: none;
}
.cke_editable blockquote,
.cke_editable q {
  quotes: none;
}
.cke_editable blockquote:before,
.cke_editable blockquote:after,
.cke_editable q:before,
.cke_editable q:after {
  content: "";
  content: none;
}
.cke_editable table {
  border-collapse: collapse;
  border-spacing: 0;
}
.cke_editable a img {
  border: none;
}
.cke_editable img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
  image-rendering: -webkit-optimize-contrast;
}
.cke_editable *,
.cke_editable *:before,
.cke_editable *:after,
.cke_editable *:hover,
.cke_editable *:hover:before,
.cke_editable *:hover:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.cke_editable a {
  color: #242424;
  text-decoration: none;
}
.cke_editable a:link {
  color: #242424;
}
.cke_editable a:hover {
  text-decoration: none;
}
.cke_editable img {
  display: block;
  width: 100%;
  height: auto;
}
.cke_editable button,
.cke_editable input,
.cke_editable select,
.cke_editable textarea,
.cke_editable optgroup,
.cke_editable option,
.cke_editable label,
.cke_editable legend {
  font-family: inherit;
  letter-spacing: 0.025em;
  font-size: 1rem;
}
.cke_editable strong {
  font-weight: bold;
}
.cke_editable em {
  font-style: italic;
}
.cke_editable .btn_list {
  display: grid;
  justify-content: center;
  max-width: 100%;
  gap: 24px 30px;
  text-align: center;
  margin-top: 24px;
}
.cke_editable .btn_list-col3 {
  grid-template-columns: repeat(3, minmax(0, 340px));
}
.cke_editable .btn_list-col2 {
  grid-template-columns: repeat(2, minmax(0, 340px));
}
.cke_editable .btn_list-col1 {
  grid-template-columns: repeat(1, minmax(0, 340px));
}
.cke_editable .btn_item {
  width: 100%;
}
.cke_editable .btn_link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 64px;
  padding: 8px 44px 8px 32px;
  background: #ffffff;
  border-radius: 100px;
  transition: 0.3s ease;
}
.cke_editable .btn_link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 100px;
  box-shadow: inset 0 0 0 1px #cccccc;
  pointer-events: none;
  transition: box-shadow 0.3s ease;
}
.cke_editable .btn_link:hover::before {
  box-shadow: inset 0 0 0 2px #066c02;
}
.cke_editable .btn_link:hover .btn_title {
  color: #066c02;
}
.cke_editable .btn_link:hover .btn_iconRight::before,
.cke_editable .btn_link:hover .btn_iconBack::before {
  background-image: url(/v=1752240977/files/user/images/common/icon/icon_right_roundfill_green.svg);
}
.cke_editable .btn_link:hover .btn_iconBlank {
  background: #066c02;
}
.cke_editable .btn_link:hover .btn_iconBlank::before {
  background: #ffffff;
}
.cke_editable .btn_link:hover .btn_iconPdf::before {
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_pdf_outline_red.svg);
}
.cke_editable .btn_title {
  display: block;
  font-weight: bold;
  vertical-align: middle;
}
.cke_editable .btn_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
}
.cke_editable .btn_icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s ease;
}
.cke_editable .btn_iconRight {
  width: 20px;
  height: 20px;
  right: 18px;
}
.cke_editable .btn_iconRight::before {
  background-image: url(/v=1752240976/files/user/images/common/icon/icon_right_round_green.svg);
}
.cke_editable .btn_iconBlank {
  display: grid;
  place-content: center;
  border-radius: 50%;
  right: 16px;
}
.cke_editable .btn_iconBlank::before {
  width: 24px;
  height: 24px;
  color: currentColor;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-image: url(/v=1752240972/files/user/images/common/icon/icon_blank.svg);
  background: #066c02;
}
.cke_editable .btn_iconPdf {
  width: 28px;
  height: 16px;
  right: 12px;
  border-radius: 0px;
}
.cke_editable .btn_iconPdf::before {
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_pdf_red.svg);
}
.cke_editable .btn_iconBack {
  left: 17px;
  right: auto;
  width: 20px;
  height: 20px;
  rotate: y 180deg;
}
.cke_editable .btn_iconBack::before {
  background-image: url(/v=1752240976/files/user/images/common/icon/icon_right_round_green.svg);
}
.cke_editable .btn_iconAnchor {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  right: 17px;
}
.cke_editable .btn_iconAnchor::before {
  mask: url(/v=1752240972/files/user/images/common/icon/icon_bottom_black.svg) center no-repeat;
  mask-size: 12px 7px;
  background: #066c02;
}
.cke_editable .btn_link.btn_link-primary {
  background: #22548e;
  color: #ffffff;
}
.cke_editable .btn_link.btn_link-primary::before {
  box-shadow: inset 0 0 0 1px #22548e;
}
.cke_editable .btn_link.btn_link-primary .btn_titleWrap {
  color: #ffffff;
}
.cke_editable .btn_link.btn_link-primary .btn_title {
  color: currentColor;
}
.cke_editable .btn_link.btn_link-primary .btn_icon.btn_iconRight::before {
  background-image: url(/v=1752240977/files/user/images/common/icon/icon_right_round_white.svg);
}
.cke_editable .btn_link.btn_link-primary .btn_icon.btn_iconBlank {
  background: #22548e;
}
.cke_editable .btn_link.btn_link-primary .btn_icon.btn_iconBlank::before {
  background: #ffffff;
}
.cke_editable .btn_link.btn_link-primary .btn_icon.btn_iconPdf::before {
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_pdf_white.svg);
}
.cke_editable .btn_link.btn_link-primary:hover {
  background-color: #fff;
  color: #22548e;
}
.cke_editable .btn_link.btn_link-primary:hover::before {
  box-shadow: inset 0 0 0 2px #22548e;
}
.cke_editable .btn_link.btn_link-primary:hover .btn_titleWrap {
  color: #22548e;
}
.cke_editable .btn_link.btn_link-primary:hover .btn_icon.btn_iconRight::before {
  background-image: url(/v=1752240977/files/user/images/common/icon/icon_right_roundfill_blue.svg);
}
.cke_editable .btn_link.btn_link-primary:hover .btn_icon.btn_iconPdf::before {
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_pdf_red.svg);
}
.cke_editable .btn_link.btn_link-caution {
  background: #bf1f20;
  color: #ffffff;
}
.cke_editable .btn_link.btn_link-caution::before {
  box-shadow: inset 0 0 0 1px #bf1f20;
}
.cke_editable .btn_link.btn_link-caution .btn_titleWrap {
  color: #ffffff;
}
.cke_editable .btn_link.btn_link-caution .btn_title {
  color: currentColor;
}
.cke_editable .btn_link.btn_link-caution .btn_icon.btn_iconRight::before {
  background-image: url(/v=1752240977/files/user/images/common/icon/icon_right_round_white.svg);
}
.cke_editable .btn_link.btn_link-caution .btn_icon.btn_iconBlank {
  background: #bf1f20;
}
.cke_editable .btn_link.btn_link-caution .btn_icon.btn_iconBlank::before {
  background: #ffffff;
}
.cke_editable .btn_link.btn_link-caution .btn_icon.btn_iconPdf::before {
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_pdf_white.svg);
}
.cke_editable .btn_link.btn_link-caution:hover {
  background-color: #fff;
  color: #bf1f20;
}
.cke_editable .btn_link.btn_link-caution:hover::before {
  box-shadow: inset 0 0 0 2px #bf1f20;
}
.cke_editable .btn_link.btn_link-caution:hover .btn_titleWrap {
  color: #bf1f20;
}
.cke_editable .btn_link.btn_link-caution:hover .btn_icon.btn_iconRight::before {
  background-image: url(/v=1752240977/files/user/images/common/icon/icon_right_roundfill_red.svg);
}
.cke_editable .btn_link.btn_link-caution:hover .btn_icon.btn_iconPdf::before {
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_pdf_red.svg);
}
.cke_editable .btn_link[aria-disabled=true] {
  background: #ccc !important;
  pointer-events: none;
}
.cke_editable .btn_link[aria-disabled=true] .btn_title {
  color: #242424 !important;
}
.cke_editable .btn_link[aria-disabled=true] .btn_icon {
  display: none;
}
@media (max-width: 1159px) {
  .cke_editable .btn_list-col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cke_editable .btn_list {
    gap: 10px 17px;
  }
  .cke_editable .btn_list:not([class*=col-]) {
    grid-template-columns: 1fr;
  }
  .cke_editable .btn_list-col3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .cke_editable .btn_list-col1 .btn_item {
    max-width: 100%;
  }
  .cke_editable .btn_link {
    min-height: 56px;
    padding: 15px 0;
  }
  .cke_editable .btn_title {
    font-size: 1rem;
    padding: 0 34px;
  }
  .cke_editable .btn_icon {
    right: 14px;
  }
  .cke_editable .btn_iconRight {
    right: 16px;
  }
  .cke_editable .btn_iconPdf {
    right: 11px;
  }
  .cke_editable .btn_iconBack {
    left: 16px;
  }
}
.cke_editable .heading1 {
  padding-top: 116px;
  margin-bottom: 88px;
  position: relative;
}
.cke_editable .heading1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 580px;
  height: 300px;
  background: linear-gradient(203deg, rgba(60, 152, 233, 0.5) 0%, rgba(60, 152, 233, 0.4) 5%, rgba(60, 152, 233, 0.3) 10%, rgba(60, 152, 233, 0.2) 16%, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 0;
}
.cke_editable .heading1_inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
}
.cke_editable .heading1_textSub {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  margin-bottom: 6px;
}
.cke_editable .heading1_textSub::before {
  content: "";
  display: block;
  width: 13px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/v=1752240974/files/user/images/common/icon/icon_h1.png);
  margin-right: 10px;
}
.cke_editable .heading1_textMain {
  font-size: 2.375rem;
  font-weight: bold;
}
.cke_editable .heading2 {
  position: relative;
  margin: 80px 0 64px;
}
.cke_editable .heading2::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 3px;
  background: #22548e;
  left: 0;
  top: 0;
}
.cke_editable .heading2::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 24px);
  height: 1px;
  background: #dedede;
  right: 0;
  top: 1px;
}
.cke_editable .heading2_main {
  font-size: 1.75rem;
  font-weight: bold;
  padding-top: 32px;
}
.cke_editable .heading2_link {
  font-size: 1.875rem;
  color: #066c02;
  text-decoration: underline;
}
.cke_editable .heading2_link:link {
  color: #066c02;
  text-decoration: underline;
}
.cke_editable .heading2_link:hover {
  text-decoration: none;
}
.cke_editable .heading2_icon {
  display: inline-block;
}
.cke_editable .heading2_icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s ease;
}
.cke_editable .heading2_iconRight {
  width: 11px;
  height: 18px;
  margin-left: 17px;
  margin-bottom: 3px;
}
.cke_editable .heading2_iconRight::before {
  background-image: url(/v=1752240976/files/user/images/common/icon/icon_right_green.svg);
}
.cke_editable .heading3 {
  display: flex;
  align-items: flex-start;
  gap: 0 12px;
  margin: 64px 0 32px;
  font-size: 1.375rem;
}
.cke_editable .heading3::before {
  flex: 0 0 auto;
  content: "";
  position: relative;
  top: calc(0.75em - 6px);
  display: block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/v=1752240974/files/user/images/common/icon/icon_h3.svg);
}
.cke_editable .heading3_main {
  font-size: inherit;
  font-weight: bold;
  line-height: 1.5;
}
.cke_editable .heading4 {
  display: flex;
  align-items: flex-start;
  gap: 0 8px;
  margin: 32px 0 20px;
  font-size: 1.125rem;
}
.cke_editable .heading4::before {
  position: relative;
  top: calc(0.75em - 4px);
  flex: 0 0 auto;
  content: "";
  display: block;
  width: 17px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/v=1752240974/files/user/images/common/icon/icon_h4.svg);
}
.cke_editable .heading4_main {
  font-size: inherit;
  font-weight: bold;
  line-height: 1.5;
}
.cke_editable .heading5 {
  margin-bottom: 18px;
}
.cke_editable .heading5_main {
  font-size: 1rem;
  font-weight: bold;
}
.cke_editable .enHeading1 {
  margin: 100px 0 40px;
}
.cke_editable .enHeading1_text {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 1159px) {
  .cke_editable .heading1_inner {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cke_editable {
    /* 英語ヘheading（SP）
    -------------------------------- */
  }
  .cke_editable .heading1 {
    padding-top: 71px;
    margin-bottom: 38px;
  }
  .cke_editable .heading1::before {
    width: 100%;
    max-width: 375px;
    height: 100px;
    background: linear-gradient(203deg, rgba(60, 152, 233, 0.5) 0%, rgba(60, 152, 233, 0.4) 2%, rgba(60, 152, 233, 0.3) 5%, rgba(60, 152, 233, 0.2) 10%, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  }
  .cke_editable .heading1_inner {
    padding: 0 20px;
  }
  .cke_editable .heading1_textSub {
    font-size: 0.875rem;
    margin-bottom: 6px;
  }
  .cke_editable .heading1_textSub::before {
    width: 11px;
    height: 9px;
  }
  .cke_editable .heading1_textMain {
    font-size: 2rem;
  }
  .cke_editable .heading2 {
    margin: 64px 0 32px;
  }
  .cke_editable .heading2_main {
    font-size: 1.5rem;
    padding-top: 23px;
  }
  .cke_editable .heading2_link {
    font-size: 1.5rem;
  }
  .cke_editable .heading2_iconRight {
    margin-left: 21px;
    margin-bottom: -3px;
  }
  .cke_editable .heading3 {
    margin: 32px 0 20px;
  }
  .cke_editable .heading3::before {
    width: 10px;
    height: 10px;
  }
  .cke_editable .heading3_main {
    font-size: 1.25rem;
  }
  .cke_editable .heading4 {
    margin: 20px 0 18px;
  }
  .cke_editable .heading4_main {
    font-size: 1rem;
  }
  .cke_editable .heading5 {
    margin-bottom: 14px;
  }
  .cke_editable .heading5_main {
    font-size: 0.9375rem;
  }
  .cke_editable .enHeading1 {
    margin: 53px 0 42px;
  }
  .cke_editable .enHeading1_text {
    font-size: 1.75rem;
  }
}
.cke_editable .nmlBox {
  background: #f5f5f5;
  padding: 2rem;
  border-radius: 8px;
}
.cke_editable .nmlBox .nmlBox_head {
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.32;
  letter-spacing: 0.025em;
  margin: 0;
}
.cke_editable .nmlBox .nmlBox_head + * {
  margin-top: 0.6875rem;
}
.cke_editable .nmlBox .nmlBox_head .icon {
  flex: 0 0 auto;
}
.cke_editable .nmlBox .nmlBox_body {
  width: 100%;
}
.cke_editable .nmlBox .nmlBox_body > *:first-child {
  margin-top: 0;
}
.cke_editable .nmlBox:where(:not(:first-child):not(:is(*[class*=heading] + *))) {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cke_editable .nmlBox {
    padding: 1.5rem;
  }
  .cke_editable .nmlBox .nmlBox_head {
    font-size: 1.125rem;
  }
  .cke_editable .nmlBox .nmlBox_head .icon {
    width: 24px;
    height: 20px;
  }
}
.cke_editable .nmlBox.nmlBox-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 220px;
  background: url(/v=1750660287/files/user/images/common/info_bg_pc.png) center no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .cke_editable .nmlBox.nmlBox-cta {
    min-height: 256px;
    background-image: url(/v=1750660287/files/user/images/common/info_bg_sp.png);
    border-radius: 0;
  }
  .cke_editable .nmlBox.nmlBox-cta:is(.cntSec_inner *) {
    margin-inline: -20px;
  }
}
.cke_editable .nmlBox.nmlBox-caution {
  background-color: #ffeded;
}
.cke_editable .nmlBox.nmlBox-caution .nmlBox_head {
  color: #bf1f20;
}
.cke_editable .cirList:not(:first-child) {
  margin-top: 20px;
}
.cke_editable .cirList.cirList-red > li {
  color: #bf1f20;
}
.cke_editable .cirList.cirList-red > li::before {
  border: 2px solid #bf1f20;
}
.cke_editable .cirList > li {
  position: relative;
  margin-top: 8px;
  padding-left: 1em;
  line-height: 1.5;
  text-indent: 0;
}
.cke_editable .cirList > li:first-child {
  margin-top: 0;
}
.cke_editable .cirList > li:before {
  position: absolute;
  left: 0;
  top: 0.5em;
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  vertical-align: initial;
  border-radius: 50%;
  border: 2px solid #242424;
  border-radius: 50%;
}
.cke_editable .cirList > li.cirList_item-red {
  color: #bf1f20;
}
.cke_editable .cirList > li.cirList_item-red::before {
  border: 2px solid #bf1f20;
}
.cke_editable .cirList > li > ul:not(.style-none),
.cke_editable .cirList > li > ol:not(.style-none) {
  margin-top: 8px;
}
.cke_editable .cirList > li > ul:not(.noteList):not(.noteNumList),
.cke_editable .cirList > li > ol:not(.noteList):not(.noteNumList) {
  margin-left: 8px;
}
@media (max-width: 767px) {
  .cke_editable .cirList:not(:first-child) {
    margin-top: 16px;
  }
  .cke_editable .cirList > li {
    font-size: 0.875rem;
  }
  .cke_editable .cirList > li:before {
    display: inline-block;
    vertical-align: bottom;
  }
}
.cke_editable .numList {
  margin-top: 1.25rem;
  padding-left: 2em;
  counter-reset: num1;
}
.cke_editable .numList:first-child {
  margin-top: 0;
}
.cke_editable .numList.numList-red > li {
  color: #bf1f20;
}
.cke_editable .numList.numList-red > li::before {
  color: #bf1f20;
}
.cke_editable .numList > li {
  position: relative;
  margin-top: 0.5rem;
  line-height: 1.5;
  list-style: none;
  counter-increment: num1;
}
.cke_editable .numList > li:first-child {
  margin-top: 0;
}
.cke_editable .numList > li::before {
  position: absolute;
  left: -2em;
  top: 0;
  font-weight: 600;
  color: #242424;
  content: counter(num1) ".";
}
.cke_editable .numList > li.numList_item-red {
  color: #bf1f20;
}
.cke_editable .numList > li.numList_item-red::before {
  color: #bf1f20;
}
.cke_editable .numList li > .numList {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .cke_editable .numList {
    margin-top: 1.25rem;
    padding-left: 2em;
  }
  .cke_editable .numList > li {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
  .cke_editable .numList > li::before {
    left: -2em;
  }
  .cke_editable .numList li > .numList {
    margin-top: 0.5rem;
  }
}
.cke_editable .styleList:not(:first-child) {
  margin-top: 20px;
}
.cke_editable .styleList > li {
  position: relative;
  margin-top: 8px;
  line-height: 1.5;
  text-indent: 0;
}
.cke_editable .styleList > li.styleList_item-red {
  color: #bf1f20;
}
.cke_editable .styleList > li:first-child {
  margin-top: 0;
}
.cke_editable .styleList > li > ul:not(.style-none),
.cke_editable .styleList > li > ol:not(.style-none) {
  margin-top: 8px;
  padding-left: 2em;
}
@media (max-width: 767px) {
  .cke_editable .styleList:not(:first-child) {
    margin-top: 16px;
  }
  .cke_editable .styleList > li {
    font-size: 0.875rem;
  }
}
.cke_editable .noteList {
  margin-top: 20px;
}
.cke_editable .noteList-red > li {
  color: #bf1f20;
}
.cke_editable .noteList:first-child {
  margin-top: 0;
}
.cke_editable .noteList li > .noteList {
  margin-top: 8px;
}
.cke_editable .noteList > li {
  position: relative;
  margin-top: 8px;
  padding-left: 1.5em;
  font-size: 0.875rem;
}
.cke_editable .noteList > li:first-child {
  margin-top: 0;
}
.cke_editable .noteList > li .noteListIcon {
  font-size: inherit;
  color: inherit;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.cke_editable .noteList > li.noteList_item-red {
  color: #bf1f20;
}
@media (max-width: 767px) {
  .cke_editable .noteList {
    margin-top: 20px;
  }
  .cke_editable .noteList > li {
    margin-top: 8px;
    padding-left: 1.5em;
    font-size: 0.8125rem;
  }
  .cke_editable .noteList li > .noteList {
    margin-top: 8px;
  }
}
.cke_editable .noteNumList {
  margin-top: 20px;
  counter-reset: noteNum;
}
.cke_editable .noteNumList-red > li {
  color: #bf1f20;
}
.cke_editable .noteNumList:first-child {
  margin-top: 0;
}
.cke_editable .noteNumList li > .noteNumList {
  margin-top: 8px;
}
.cke_editable .noteNumList > li {
  position: relative;
  margin-top: 8px;
  padding-left: 2.5em;
  font-size: 0.875rem;
  list-style: none;
  list-style-position: inside;
  counter-increment: noteNum;
}
.cke_editable .noteNumList > li.noteNumList_item-red {
  color: #bf1f20;
}
.cke_editable .noteNumList > li:first-child {
  margin-top: 0;
}
.cke_editable .noteNumList > li .noteListIcon {
  font-size: inherit;
  color: inherit;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .cke_editable .noteNumList {
    counter-reset: cnt2;
  }
  .cke_editable .noteNumList > li {
    margin-top: 10px;
    counter-increment: cnt2;
    font-size: 0.8125rem;
  }
}
.cke_editable .newsList {
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding: 48px;
}
@media (max-width: 767px) {
  .cke_editable .newsList {
    padding: 24px;
  }
}
.cke_editable .newsList_list {
  display: grid;
  row-gap: 8px;
}
.cke_editable .newsList_list > *:first-child .newsList_link {
  min-height: 0;
  padding-top: 0;
}
.cke_editable .newsList_link {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-block: 16px;
  border-bottom: 1px solid #ccc;
  transition: border-color 0.3s ease;
}
.cke_editable .newsList_link .newsList_date {
  width: 10.1em;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: 0.025em;
  color: #676767;
}
.cke_editable .newsList_link .newsList_tit {
  flex: 1;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.3125;
}
.cke_editable .newsList_link .icon {
  margin-right: 0;
  margin-left: auto;
  width: 20px;
  height: 20px;
}
.cke_editable .newsList_link:hover {
  border-bottom-color: #066c02;
}
@media (max-width: 767px) {
  .cke_editable .newsList_list {
    row-gap: 7px;
  }
  .cke_editable .newsList_link {
    position: relative;
    flex-wrap: wrap;
    gap: 7px;
    padding-block: 7px;
    padding-right: 32px;
  }
  .cke_editable .newsList_link .newsList_date {
    width: 100%;
    font-size: 0.8125rem;
    line-height: 1.5;
  }
  .cke_editable .newsList_link .newsList_tit {
    font-size: 0.875rem;
  }
  .cke_editable .newsList_link .icon {
    position: absolute;
    right: 4px;
  }
}
.cke_editable .scrollX_wrap {
  margin-top: 32px;
  margin-bottom: 32px;
}
.cke_editable .table {
  font-size: 1rem;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  text-align: left;
}
.cke_editable .table:not(:first-child) {
  margin-top: 32px;
}
.cke_editable .table td,
.cke_editable .table th {
  vertical-align: middle;
  padding: 0.9375em 1.25em;
  line-height: 1.3;
  border: 1px solid #ccc;
}
.cke_editable .table th {
  font-size: 1.125em;
  font-weight: bold;
}
.cke_editable .table tbody th,
.cke_editable .table thead th {
  text-align: center;
}
.cke_editable .table thead th,
.cke_editable .table .bg-blue {
  color: #fff;
  background: #22548e;
}
.cke_editable .table tbody th,
.cke_editable .table .bg-gray {
  background: #f5f5f5;
}
.cke_editable .table th.bg-red {
  background: #cb3700;
}
.cke_editable .table td.bg-red {
  background: #faeae5;
}
@media (max-width: 767px) {
  .cke_editable .table th {
    padding: 0.8em 0.5em;
    font-size: 1rem;
  }
  .cke_editable .table td {
    padding: 0.8em 0.5em;
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .cke_editable .scrollX_wrap {
    position: relative;
    overflow-x: auto;
  }
  .cke_editable .scrollX_wrap .scrollX_overlay {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .cke_editable .scrollX_wrap .scrollX_btn {
    position: absolute;
    z-index: 1;
    top: 80px;
    left: 50%;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1rem;
    color: #fff;
    font-weight: bold;
    transform: translateX(-50%);
  }
  .cke_editable .scrollX_wrap .scrollX_btn::before {
    flex: 0 0 auto;
    content: "";
    aspect-ratio: 47/56;
    width: 47px;
    background: url(/v=1752240978/files/user/images/common/icon/icon_swipe.svg) center no-repeat;
    background-size: contain;
  }
  .cke_editable .scrollX_wrap .scrollX_btn span {
    flex: 0 0 auto;
    color: inherit;
  }
  .cke_editable .scrollX_wrap .table {
    max-width: none !important;
  }
  .cke_editable .scrollX_wrap :where(.table) {
    width: 1000px;
  }
  .cke_editable table.sp-row {
    display: block;
  }
  .cke_editable table.sp-row colgroup {
    display: none;
  }
  .cke_editable table.sp-row thead,
  .cke_editable table.sp-row tbody,
  .cke_editable table.sp-row tr,
  .cke_editable table.sp-row th,
  .cke_editable table.sp-row td {
    display: block;
    width: 100% !important;
    border: none;
  }
  .cke_editable table.sp-row th {
    padding: 0.85rem 1rem;
  }
  .cke_editable table.sp-row td {
    padding: 1rem;
  }
}
.cke_editable .main strong {
  font-weight: bold;
}
.cke_editable .main em {
  font-style: italic;
}
.cke_editable .text > a:not([class]),
.cke_editable .text_bold > a:not([class]),
.cke_editable .text .text_point > a:not([class]),
.cke_editable .text_bold .text_point > a:not([class]) {
  color: #066c02 !important;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: underline;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.cke_editable .text > a:not([class]):hover,
.cke_editable .text_bold > a:not([class]):hover,
.cke_editable .text .text_point > a:not([class]):hover,
.cke_editable .text_bold .text_point > a:not([class]):hover {
  text-decoration: none;
}
.cke_editable .text {
  font-size: 1rem;
  line-height: 1.6875;
  color: #242424;
}
.cke_editable .text .text_point {
  color: #bf1f20;
  font-weight: normal;
}
.cke_editable .text:not(:first-child) {
  margin-top: 20px;
}
.cke_editable .text_bold {
  font-size: 1rem;
  line-height: 1.6875;
  color: #242424;
  margin-top: 34px;
  font-weight: bold;
}
.cke_editable .text_bold .text_point {
  color: #bf1f20;
  font-weight: bold;
}
.cke_editable .textWrap {
  display: grid;
  margin-top: 26px;
}
.cke_editable .textWrap-col2 {
  gap: 0 24px;
  grid-template-columns: repeat(2, 1fr);
}
.cke_editable .textWrap-col2 .text {
  margin-top: 0;
}
.cke_editable .textWrap-col2 .text p {
  font-size: 1rem;
  line-height: 1.6875;
  color: #242424;
}
.cke_editable .textWrap-col2 .text p + p {
  margin-top: 14px;
}
.cke_editable .textWrap-col3 {
  gap: 0 24px;
  grid-template-columns: repeat(3, 1fr);
}
.cke_editable .textWrap-col3 .text {
  margin-top: 0;
}
.cke_editable .textWrap-col3 .text p {
  font-size: 1rem;
  line-height: 1.6875;
  color: #242424;
}
.cke_editable .textWrap-col3 .text p + p {
  margin-top: 14px;
}
@media (max-width: 767px) {
  .cke_editable .text {
    font-size: 0.875rem;
  }
  .cke_editable .text:not(:first-child) {
    margin-top: 20px;
  }
  .cke_editable .text_bold {
    font-size: 0.875rem;
  }
  .cke_editable .textWrap {
    display: grid;
    margin-top: 26px;
  }
  .cke_editable .textWrap-col2 {
    gap: 0 24px;
    grid-template-columns: 1fr;
  }
  .cke_editable .textWrap-col2 .text {
    margin-top: 0;
  }
  .cke_editable .textWrap-col2 .text p {
    font-size: 0.875rem;
  }
  .cke_editable .textWrap-col2 .text p + p {
    margin-top: 16px;
  }
  .cke_editable .textWrap-col3 {
    gap: 0 24px;
    grid-template-columns: 1fr;
  }
  .cke_editable .textWrap-col3 .text {
    margin-top: 0;
  }
  .cke_editable .textWrap-col3 .text p {
    font-size: 0.875rem;
  }
  .cke_editable .textWrap-col3 .text p + p {
    margin-top: 16px;
  }
}
.cke_editable .textLink:is([class]) {
  color: #066c02 !important;
  font-size: inherit;
  text-decoration: underline;
  line-height: 1.5;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.cke_editable .textLink:is([class]) .icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  aspect-ratio: 28/24;
  width: 1.75em;
  font-size: inherit;
  vertical-align: text-top;
  transform: translateY(-1px);
}
.cke_editable .textLink:is([class]) .icon.iconArrow, .cke_editable .textLink:is([class]) .icon.iconAnchor {
  aspect-ratio: 1/1;
  width: 1.5em;
  height: 100%;
  margin-left: 0.125em;
  margin-right: 0.625em;
  border-radius: 50%;
}
.cke_editable .textLink:is([class]) .icon.iconArrow::before, .cke_editable .textLink:is([class]) .icon.iconAnchor::before {
  width: 0.75em;
  height: 0.75em;
}
*:is(a, button, .hover\:icon):hover .cke_editable .textLink:is([class]) .icon::before {
  background-image: none;
}
.cke_editable .textLink:is([class]) *[class*=textLink_icon] {
  display: inline-flex;
  aspect-ratio: 28/21;
  width: 1.75em;
  vertical-align: text-bottom;
  background: center no-repeat;
  background-size: contain;
}
.cke_editable .textLink:is([class]) *[class*=textLink_icon]:is(.textLink_icon-pdf) {
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_pdf_red.svg);
}
.cke_editable .textLink:is([class]).textLink-inline *[class*=textLink_icon],
.cke_editable .textLink:is([class]).textLink-inline .icon {
  margin-inline: 0.25em;
  margin-top: -1px;
}
.cke_editable .textLink:is([class]):not(.textLink-inline) {
  display: inline-flex;
  align-items: flex-start;
  vertical-align: text-top;
}
.cke_editable .textLink:is([class]):not(.textLink-inline) *[class*=textLink_icon],
.cke_editable .textLink:is([class]):not(.textLink-inline) .icon {
  margin-right: 0.5em;
}
@media (max-width: 767px) {
  .cke_editable .textLink:is([class]).textLink-inline *[class*=textLink_icon],
  .cke_editable .textLink:is([class]).textLink-inline .icon {
    margin-inline: 0.25em;
    margin-top: -1px;
  }
}
.cke_editable .md_title {
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  background: #333;
}
.cke_editable .md_title:not(:first-child) {
  margin-top: 50px;
}
.cke_editable .md_balloon {
  display: block;
  display: none !important;
  width: 200px;
  margin-bottom: 10px;
  padding: 5px 0;
  color: #fff;
  text-align: center;
  background: #a40000;
  border-radius: 3px;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
  font-size: 1rem;
}
.cke_editable .md_balloon:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cke_editable .md_title {
    padding: 5px 10px;
    font-size: 1rem;
  }
  .cke_editable .md_balloon {
    width: 150px;
    font-size: 0.75rem;
  }
}
.cke_editable .panel_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(344px, 1fr));
  gap: 32px 24px;
}
.cke_editable .panel_list-col3 {
  grid-template-columns: repeat(3, 1fr);
}
.cke_editable .panel_list-col2 {
  grid-template-columns: repeat(2, 1fr);
}
.cke_editable .panel_list-col1 {
  grid-template-columns: repeat(1, 1fr);
}
.cke_editable .panel_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
  border-radius: 8px;
  min-height: 96px;
  height: 100%;
  padding: 20px 0 20px 23px;
  transition: 0.3s ease;
}
.cke_editable .panel_inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px #dedede;
  pointer-events: none;
  transition: box-shadow 0.3s ease;
}
.cke_editable .panel_inner:hover::before {
  box-shadow: inset 0 0 0 2px #066c02;
}
.cke_editable .panel_inner:hover .panel_iconRight::before {
  background-image: url(/v=1752240977/files/user/images/common/icon/icon_right_roundfill_green.svg);
}
.cke_editable .panel_inner:hover .panel_iconBlank::before {
  background-image: url(/v=1752240972/files/user/images/common/icon/icon_blank_roundfill_green.svg);
}
.cke_editable .panel_inner:hover .panel_iconPdf::before {
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_pdf_outline_red.svg);
}
.cke_editable .panel:where(:not(:first-child):not(:is(*[class*=heading] + *))) {
  margin-top: 32px;
}
.cke_editable .panel-plain .panel_inner:hover {
  pointer-events: none;
}
.cke_editable .panel-plain .panel_inner:hover::before {
  box-shadow: inset 0 0 0 1px #dedede;
}
.cke_editable .panel_titleWrap {
  position: relative;
  display: block;
  margin: auto 0;
}
.cke_editable .panel_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 56px;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.cke_editable .panel_title-small {
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.cke_editable .panel_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cke_editable .panel_icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s ease;
}
.cke_editable .panel_iconRight {
  width: 20px;
  height: 20px;
  right: 26px;
}
.cke_editable .panel_iconRight::before {
  background-image: url(/v=1752240976/files/user/images/common/icon/icon_right_round_green.svg);
}
.cke_editable .panel_iconBlank {
  width: 24px;
  height: 24px;
  right: 23px;
}
.cke_editable .panel_iconBlank::before {
  background-image: url(/v=1752240972/files/user/images/common/icon/icon_blank_green.svg);
}
.cke_editable .panel_iconPdf {
  width: 28px;
  height: 16px;
  right: 23px;
}
.cke_editable .panel_iconPdf::before {
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_pdf_red.svg);
}
.cke_editable .panel_text {
  margin-top: 11px;
  padding-right: 50px;
}
.cke_editable .panel-border .panel_inner {
  justify-content: flex-start;
  padding: 20px 0 21px 23px;
}
.cke_editable .panel-border .panel_title {
  font-size: 1rem;
}
.cke_editable .panel-border .panel_textWrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px 0;
  height: 100%;
  border-top: 1px solid #cccccc;
  margin-top: 16px;
  margin-right: 24px;
}
.cke_editable .panel-border .panel_text {
  padding-right: 26px;
  font-size: 0.875rem;
  line-height: 1.71;
}
@media (max-width: 1159px) {
  .cke_editable .panel_list-col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cke_editable .panel_list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .cke_editable .panel_list-col1 .btn_item {
    max-width: 100%;
  }
  .cke_editable .panel_inner {
    min-height: 72px;
    padding: 20px 0 22px 23px;
  }
  .cke_editable .panel_title {
    font-size: 1rem;
    line-height: 1.6875;
  }
  .cke_editable .panel_iconRight {
    right: 23px;
  }
  .cke_editable .panel_text {
    margin-top: 10px;
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .cke_editable .panel-border .panel_textWrap {
    gap: 13px 0;
    padding-top: 3px;
  }
}
.cke_editable .panelImg_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(344px, 1fr));
  gap: 32px 24px;
}
.cke_editable .panelImg_list-col3 {
  grid-template-columns: repeat(3, 1fr);
}
.cke_editable .panelImg_list-col2 {
  grid-template-columns: repeat(2, 1fr);
}
.cke_editable .panelImg_list-col1 {
  grid-template-columns: repeat(1, 1fr);
}
.cke_editable .panelImg_inner {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
  border-radius: 8px;
  min-height: 96px;
  height: 100%;
  transition: 0.3s ease;
}
.cke_editable .panelImg_inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px #dedede;
  pointer-events: none;
  transition: box-shadow 0.3s ease;
}
.cke_editable .panelImg_inner:hover::before {
  box-shadow: inset 0 0 0 2px #066c02;
}
.cke_editable .panelImg_inner:hover .panelImg_iconRight::before {
  background-image: url(/v=1752240977/files/user/images/common/icon/icon_right_roundfill_green.svg);
}
.cke_editable .panelImg_inner:hover .panelImg_iconBlank::before {
  background-image: url(/v=1752240972/files/user/images/common/icon/icon_blank_roundfill_green.svg);
}
.cke_editable .panelImg_inner:hover .panelImg_iconPdf::before {
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_pdf_outline_red.svg);
}
.cke_editable .panelImg_image img {
  border-radius: 8px 8px 0 0;
  object-fit: cover;
  aspect-ratio: 86/45;
}
.cke_editable .panelImg_titleWrap {
  position: relative;
  display: block;
  margin: auto 0;
  padding: 20px 56px 20px 26px;
}
.cke_editable .panelImg_title {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.cke_editable .panelImg_title-small {
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.cke_editable .panelImg_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cke_editable .panelImg_icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s ease;
}
.cke_editable .panelImg_iconRight {
  width: 20px;
  height: 20px;
  right: 19px;
}
.cke_editable .panelImg_iconRight::before {
  background-image: url(/v=1752240976/files/user/images/common/icon/icon_right_round_green.svg);
}
.cke_editable .panelImg_iconBlank {
  width: 24px;
  height: 24px;
  right: 24px;
}
.cke_editable .panelImg_iconBlank::before {
  background-image: url(/v=1752240972/files/user/images/common/icon/icon_blank_green.svg);
}
.cke_editable .panelImg_iconPdf {
  width: 28px;
  height: 16px;
  right: 23px;
}
.cke_editable .panelImg_iconPdf::before {
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_pdf_red.svg);
}
.cke_editable .panelImg_textWrap {
  padding: 0 24px 21px;
}
.cke_editable .panelImg_text {
  display: block;
  line-height: 1.6875;
}
.cke_editable .panelImg_text:not(:first-child) {
  margin-top: 11px;
}
.cke_editable .panelImg-plain .panelImg_inner:hover {
  pointer-events: none;
}
.cke_editable .panelImg-plain .panelImg_inner:hover::before {
  box-shadow: inset 0 0 0 1px #dedede;
}
.cke_editable .panelImg:where(:not(:first-child):not(:is(*[class*=heading] + *))) {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cke_editable .panelImg_list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .cke_editable .panelImg_list-col1 .btn_item {
    max-width: 100%;
  }
  .cke_editable .panelImg_titleWrap {
    flex: 1;
    padding: 20px 56px 16px 20px;
  }
  .cke_editable .panelImg_title {
    font-size: 1rem;
    line-height: 1.6875;
  }
  .cke_editable .panelImg_textWrap {
    padding: 0 20px 18px;
  }
  .cke_editable .panelImg_iconRight {
    right: 6px;
  }
  .cke_editable .panelImg_iconBlank {
    width: 24px;
    height: 24px;
    right: 6px;
  }
  .cke_editable .panelImg_iconPdf {
    width: 28px;
    height: 24px;
    right: 6px;
  }
  .cke_editable .panelImg-plain .panelImg_titleWrap {
    padding-right: 8px;
  }
  .cke_editable .panelImg:not(.panelImg-spRow) .panelImg_inner {
    justify-content: flex-start;
    flex-direction: row;
    padding: 10px;
    min-height: 72px;
  }
  .cke_editable .panelImg:not(.panelImg-spRow) .panelImg_image {
    flex: 0 0 38.1%;
  }
  .cke_editable .panelImg:not(.panelImg-spRow) .panelImg_image img {
    border-radius: 8px;
    aspect-ratio: 3/2;
  }
  .cke_editable .panelImg:not(.panelImg-spRow) .panelImg_titleWrap {
    flex: 1;
    padding: 14px 32px 20px 18px;
  }
  .cke_editable .panelImg:not(.panelImg-spRow) .panelImg_text {
    margin-top: 7px;
    font-size: 0.875rem;
  }
}
.cke_editable .panelInfo_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(528px, 1fr));
  gap: 32px 24px;
}
.cke_editable .panelInfo_link {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0 32px;
  background: #ffffff;
  color: #242424;
  border-radius: 16px;
  min-height: 173px;
  height: 100%;
  padding: 24px;
  transition: 0.3s ease;
}
.cke_editable .panelInfo_link:hover .panelInfo_image::before {
  opacity: 1;
}
.cke_editable .panelInfo_link:hover .panelInfo_title {
  text-decoration: underline;
  color: #066c02;
}
.cke_editable .panelInfo_link:hover .panelInfo_iconRight::before {
  background-image: url(/v=1752240977/files/user/images/common/icon/icon_right_roundfill_green.svg);
}
.cke_editable .panelInfo_link:hover .panelInfo_iconBlank::before {
  background-image: url(/v=1752240972/files/user/images/common/icon/icon_blank_roundfill_green.svg);
}
.cke_editable .panelInfo_link:hover .panelInfo_iconPdf::before {
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_pdf_outline_red.svg);
}
.cke_editable .panelInfo_image {
  flex: 0 0 200px;
  position: relative;
}
.cke_editable .panelInfo_image img {
  position: relative;
  z-index: 2;
  border-radius: 8px;
  object-fit: cover;
  aspect-ratio: 50/31;
}
.cke_editable .panelInfo_image::before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  width: 120px;
  height: 120px;
  border-radius: 16px 0 0 0;
  background: linear-gradient(135deg, rgb(60, 152, 233) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
  transition: 0.3s ease;
}
.cke_editable .panelInfo_textWrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px 0;
  height: 100%;
}
.cke_editable .panelInfo_title {
  display: block;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.cke_editable .panelInfo_title-small {
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.cke_editable .panelInfo_text {
  position: relative;
  font-size: 0.875rem;
  padding-right: 25px;
}
.cke_editable .panelInfo_icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cke_editable .panelInfo_icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s ease;
}
.cke_editable .panelInfo_iconRight {
  width: 20px;
  height: 20px;
}
.cke_editable .panelInfo_iconRight::before {
  background-image: url(/v=1752240976/files/user/images/common/icon/icon_right_round_green.svg);
}
.cke_editable .panelInfo_iconBlank {
  width: 24px;
  height: 24px;
}
.cke_editable .panelInfo_iconBlank::before {
  background-image: url(/v=1752240972/files/user/images/common/icon/icon_blank_green.svg);
}
.cke_editable .panelInfo_iconPdf {
  width: 28px;
  height: 16px;
}
.cke_editable .panelInfo_iconPdf::before {
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_pdf_red.svg);
}
.cke_editable .panelInfo:where(:not(:first-child):not(:is(*[class*=heading] + *))) {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cke_editable .panelInfo {
    margin-left: -10px;
  }
  .cke_editable .panelInfo_list {
    grid-template-columns: 1fr;
    gap: 24px 0;
  }
  .cke_editable .panelInfo_list-col1 .btn_item {
    max-width: 100%;
  }
  .cke_editable .panelInfo_link {
    min-height: 72px;
    padding: 10px 4px 10px 10px;
  }
  .cke_editable .panelInfo_image {
    flex: 0 0 30.212%;
  }
  .cke_editable .panelInfo_image::before {
    top: auto;
    bottom: -12px;
    left: -10px;
    width: 60px;
    height: 60px;
    border-radius: 0 0 0 16px;
    background: linear-gradient(45deg, rgb(60, 152, 233) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
  }
  .cke_editable .panelInfo_textWrap {
    justify-content: flex-start;
    padding: 0;
    gap: 10px 0;
  }
  .cke_editable .panelInfo_title {
    font-size: 0.9375rem;
    line-height: 1.6;
    letter-spacing: 0.025em;
  }
  .cke_editable .panelInfo_text {
    font-size: 0.8125rem;
  }
}
.cke_editable .main .breadcrumb {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 29px;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
.cke_editable .main .breadcrumb_list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.cke_editable .main .breadcrumb_item {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.cke_editable .main .breadcrumb_item::before {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background: #707070;
}
.cke_editable .main .breadcrumb_item:first-child::before {
  content: none;
}
.cke_editable .main .breadcrumb_item:last-child {
  color: #22548e;
  font-weight: bold;
  font-size: 0.8125rem;
}
.cke_editable .main .breadcrumb a.breadcrumb_link {
  font-size: 0.8125rem;
}
.cke_editable .main .breadcrumb a.breadcrumb_link:hover {
  text-decoration: underline;
}
.cke_editable .main .breadcrumb span.breadcrumb_link {
  font-size: 0.8125rem;
}
@media (max-width: 1159px) {
  .cke_editable .main .breadcrumb {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cke_editable .main .breadcrumb {
    position: static;
    transform: none;
    margin-bottom: 36px;
  }
  .cke_editable .main .breadcrumb_list {
    gap: 7px 8px;
  }
  .cke_editable .main .breadcrumb_item {
    gap: 0 8px;
  }
}
.cke_editable .info {
  margin-top: 100px;
  background-image: url(/v=1750660287/files/user/images/common/info_bg_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 57px 20px 81px;
  border-radius: 8px;
}
.cke_editable .info_list {
  display: grid;
  justify-content: center;
  max-width: 100%;
  gap: 24px;
  text-align: center;
  margin-top: 24px;
  grid-template-columns: repeat(2, minmax(0, 380px));
}
.cke_editable .info_item {
  width: 100%;
  max-width: 380px;
}
.cke_editable .info_link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 64px;
  padding: 8px 0;
  background: #ffffff;
  border-radius: 100px;
  transition: 0.3s ease;
}
.cke_editable .info_link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 100px;
  box-shadow: inset 0 0 0 1px #cccccc;
  pointer-events: none;
  transition: box-shadow 0.3s ease;
}
.cke_editable .info_link:hover::before {
  box-shadow: inset 0 0 0 2px #066c02;
}
.cke_editable .info_link:hover .info_iconRight::before {
  background-image: url(/v=1752240977/files/user/images/common/icon/icon_right_roundfill_green.svg);
}
.cke_editable .info_title {
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 0 40px;
}
.cke_editable .info_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cke_editable .info_icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s ease;
}
.cke_editable .info_iconRight {
  width: 20px;
  height: 20px;
  right: 17px;
}
.cke_editable .info_iconRight::before {
  background-image: url(/v=1752240976/files/user/images/common/icon/icon_right_round_green.svg);
}
@media (max-width: 767px) {
  .cke_editable .info {
    background-image: url(/v=1750660287/files/user/images/common/info_bg_sp.png);
    padding: 40px 0 65px;
    margin: 60px -20px -80px;
    border-radius: 0;
  }
  .cke_editable .info_list {
    padding: 0 20px;
    gap: 16px 17px;
    grid-template-columns: repeat(1, minmax(0, 380px));
  }
  .cke_editable .info_link {
    min-height: 56px;
    padding: 5px 0;
  }
  .cke_editable .info_title {
    font-size: 0.9375rem;
    padding: 0 34px;
  }
  .cke_editable .info_iconRight {
    right: 13px;
  }
}
.cke_editable .imgBlock {
  display: grid;
  gap: 32px;
}
.cke_editable .imgBlock:where(:not(:first-child):not(:is(*[class*=heading] + *))) {
  margin-top: 40px;
}
.cke_editable .imgBlock-col1 {
  grid-template-columns: repeat(1, 1fr);
}
.cke_editable .imgBlock-col2 {
  grid-template-columns: repeat(2, 1fr);
}
.cke_editable .imgBlock-col2 .imgBlock_item img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.cke_editable .imgBlock-col3 {
  grid-template-columns: repeat(3, 1fr);
}
.cke_editable .imgBlock-col3 .imgBlock_item img {
  aspect-ratio: 4/3;
}
.cke_editable .imgBlock-fit .imgBlock_item {
  display: grid;
  place-content: center;
}
.cke_editable .imgBlock_item img {
  margin-inline: auto;
  max-width: 100%;
}
.cke_editable .imgBlock_caption {
  font-size: 0.875rem;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .cke_editable .imgBlock {
    gap: 16px 17px;
  }
  .cke_editable .imgBlock-col2 {
    grid-template-columns: 1fr;
  }
  .cke_editable .imgBlock-col3 {
    grid-template-columns: 1fr;
  }
  .cke_editable .imgBlock-spRow {
    grid-template-columns: repeat(2, 1fr);
  }
  .cke_editable .imgBlock_caption {
    font-size: 0.75rem;
    margin-top: 8px;
    line-height: 1.54;
  }
  .cke_editable .imgBlock:where(:not(:first-child):not(:is(*[class*=heading] + *))) {
    margin-top: 32px;
  }
}
.cke_editable .imgText {
  display: flex;
  gap: 32px;
}
.cke_editable .imgText .imgText_image img {
  max-width: 100%;
  margin-inline: auto;
}
.cke_editable .imgText .imgText_content {
  flex: 1;
}
.cke_editable .imgText:where(:not(:first-child):not(:is(*[class*=heading] + *))) {
  margin-top: 32px;
}
@media (min-width: 767px) {
  .cke_editable .imgText.imgText-imgRight {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .cke_editable .imgText {
    flex-direction: column;
    gap: 20px;
  }
}
.cke_editable :where(.icon) {
  display: flex;
  place-content: center;
  width: 24px;
  aspect-ratio: 1/1;
  transition: background-color 0.24s ease;
}
.cke_editable :where(.icon)::before {
  content: "";
  display: block;
  background: center no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  transition: 0.24s ease;
}
.cke_editable :where(.icon).iconInline {
  display: inline-block;
  vertical-align: text-bottom;
}
.cke_editable :where(.icon).iconLink::before {
  background-image: url(/v=1752240976/files/user/images/common/icon/icon_right_round_green.svg);
}
*:is(a, button, .hover\:icon):not(.no-icon-hover):hover .cke_editable :where(.icon).iconLink::before {
  background-image: url(/v=1752240977/files/user/images/common/icon/icon_right_roundfill_green.svg);
}
.cke_editable :where(.icon).iconArrow {
  aspect-ratio: 1/1;
  width: 1.5em;
  height: 100%;
  border-radius: 50%;
}
.cke_editable :where(.icon).iconArrow::before {
  mask: center no-repeat;
  mask-size: contain;
  mask-image: url(/v=1752240976/files/user/images/common/icon/icon_right_green.svg);
  background-color: #066c02;
}
*:is(a, button, .hover\:icon):not(.no-icon-hover):hover .cke_editable :where(.icon).iconArrow {
  background-color: #066c02;
}
*:is(a, button, .hover\:icon):not(.no-icon-hover):hover .cke_editable :where(.icon).iconArrow::before {
  background: #fff;
}
.cke_editable :where(.icon).iconBlank::before {
  background-image: url(/v=1752240972/files/user/images/common/icon/icon_blank_green.svg);
}
*:is(a, button, .hover\:icon):not(.no-icon-hover):hover .cke_editable :where(.icon).iconBlank::before {
  background-image: url(/v=1752240972/files/user/images/common/icon/icon_blank_roundfill_green.svg);
}
.cke_editable :where(.icon).iconPdf::before {
  aspect-ratio: 20/11;
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_pdf_red.svg);
}
*:is(a, button, .hover\:icon):not(.no-icon-hover):hover .cke_editable :where(.icon).iconPdf::before {
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_pdf_outline_red.svg);
}
.cke_editable :where(.icon).iconWord::before {
  aspect-ratio: 20/11;
  background-image: url(/v=1752240979/files/user/images/common/icon/icon_word.svg);
}
.cke_editable :where(.icon).iconPpt::before {
  aspect-ratio: 20/11;
  background-image: url(/v=1752240975/files/user/images/common/icon/icon_ppt.svg);
}
.cke_editable :where(.icon).iconExcel::before {
  aspect-ratio: 20/11;
  background-image: url(/v=1752240973/files/user/images/common/icon/icon_excel.svg);
}
.cke_editable :where(.icon).iconZip::before {
  aspect-ratio: 20/11;
  background-image: url(/v=1752240979/files/user/images/common/icon/icon_zip.svg);
}
.cke_editable :where(.icon).iconAnchor::before {
  mask: center no-repeat;
  mask-size: contain;
  mask-image: url(/v=1752240972/files/user/images/common/icon/icon_bottom_green.svg);
  background-color: #066c02;
}
*:is(a, button, .hover\:icon):not(.no-icon-hover):hover .cke_editable :where(.icon).iconAnchor {
  background-color: #066c02;
}
*:is(a, button, .hover\:icon):not(.no-icon-hover):hover .cke_editable :where(.icon).iconAnchor::before {
  background: #fff;
}
.cke_editable :where(.icon).iconCaution {
  width: 28px;
  height: 24px;
  aspect-ratio: auto;
}
.cke_editable :where(.icon).iconCaution::before {
  mask: center no-repeat;
  mask-size: contain;
  mask-image: url(/v=1752240979/files/user/images/common/icon/icon_warning.svg);
  background-color: #bf1f20;
}
.cke_editable .form :where(select), .cke_editable .form :where(textarea), .cke_editable .form :where(input):not([type=radio], [type=checkbox]), .cke_editable .form :where(textarea), .cke_editable .form :where(select) {
  appearance: none;
  width: 100%;
  padding-inline: 24px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.3;
}
.is-error .cke_editable .form :where(select), .is-error .cke_editable .form :where(textarea), .is-error .cke_editable .form :where(input):not([type=radio], [type=checkbox]), .cke_editable .form .is-error:where(select), .cke_editable .form .is-error:where(textarea), .cke_editable .form .is-error:where(input):not([type=radio], [type=checkbox]) {
  background: #ffeded;
  border: 2px solid #bf2020;
}
.cke_editable .form [disabled]:where(select), .cke_editable .form [disabled]:where(textarea), .cke_editable .form [disabled]:where(input):not([type=radio], [type=checkbox]) {
  background: #cccccc;
  pointer-events: none;
}
@media (min-width: 767px) {
  .cke_editable .form .w-auto:where(select), .cke_editable .form .w-auto:where(textarea), .cke_editable .form .w-auto:where(input):not([type=radio], [type=checkbox]) {
    width: fit-content;
  }
  .cke_editable .form .w-500:where(select), .cke_editable .form .w-500:where(textarea), .cke_editable .form .w-500:where(input):not([type=radio], [type=checkbox]) {
    max-width: 500px;
  }
}
.cke_editable .form :where(button, .btn_link) {
  border: none;
  width: 340px;
}
.cke_editable .form :where(button, .btn_link):not(:disabled) {
  cursor: pointer;
}
.cke_editable .form :where(button, .btn_link) .btn_titleWrap {
  text-align: center;
}
@media (max-width: 767px) {
  .cke_editable .form :where(button, .btn_link) {
    width: 100%;
  }
}
.cke_editable .form :where(input):not([type=radio], [type=checkbox]) {
  height: 50px;
}
.cke_editable .form :where(textarea) {
  min-height: 50px;
  padding-block: 0.8125em;
  resize: vertical;
  field-sizing: content;
}
.cke_editable .form :where(textarea):not([rows="1"]) {
  padding-block: 0.8125em;
  min-height: 210px;
}
.cke_editable .form :where(select) {
  height: 50px;
  line-height: 50px;
}
.cke_editable .form :where(.form_checkInputWrap) {
  display: grid;
  justify-content: flex-start;
  row-gap: 16px;
  margin-top: 10px;
  padding-block: 10px;
}
.cke_editable .form :where(.form_checkInput) {
  margin-top: 0px;
  display: flex;
  column-gap: 10px;
  font-size: 1rem;
  line-height: 1.3125;
  /* フォーカス見た目強調（WCAG対策） */
}
.cke_editable .form :where(.form_checkInput):not(:disabled):not([aria-disabled=true]) {
  cursor: pointer;
}
.cke_editable .form :where(.form_checkInput) input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.cke_editable .form :where(.form_checkInput) .form_icon {
  flex: 0 0 auto;
  display: grid;
  place-content: center;
  width: 1.25em;
  height: 1.25em;
  background: #fff;
  border: 2px solid #707070;
}
.cke_editable .form :where(.form_checkInput) .form_icon::after {
  content: "";
}
.cke_editable .form :where(.form_checkInput) .form_icon:is(input:checked + *) {
  background: #066c02;
  border: none;
}
.cke_editable .form :where(.form_checkInput) .form_icon:is(input[type=checkbox] + *) {
  border-radius: 2px;
}
.cke_editable .form :where(.form_checkInput) .form_icon:is(input[type=checkbox] + *)::after {
  width: 1.25em;
  height: 1.25em;
  background: url(/v=1752240973/files/user/images/common/icon/icon_check_white.svg) center no-repeat;
  background-size: contain;
}
.cke_editable .form :where(.form_checkInput) .form_icon:is(input[type=radio] + *) {
  border-radius: 50%;
}
.cke_editable .form :where(.form_checkInput) .form_icon:is(input[type=radio] + *)::after {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}
.cke_editable .form :where(.form_checkInput) input:focus + .form_icon {
  outline: 2px solid #000;
}
.cke_editable .form .form_checkInput:has(.is-error) .form_icon {
  background: #ffeded;
  border: 2px solid #bf2020;
}
.cke_editable .form .form_checkInput:has(.is-error) .form_icon::after {
  background: none;
}
.cke_editable .form input.is-error[type=checkbox]:checked + .form_icon, .cke_editable .form input.is-error[type=radio]:checked + .form_icon {
  background-color: #066c02;
}
.cke_editable .form input.is-error[type=checkbox]:checked + .form_icon::after {
  background: url(/v=1752240973/files/user/images/common/icon/icon_check_white.svg) center no-repeat;
}
.cke_editable .form input.is-error[type=radio]:checked + .form_icon::after {
  background: #fff;
}
.cke_editable .form .form_group {
  display: grid;
  row-gap: 10px;
}
.cke_editable .form .form_group:not(:first-child) {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cke_editable .form .form_group:not(:first-child) {
    margin-top: 24px;
  }
}
.cke_editable .form .form_label {
  display: flex;
  align-items: baseline;
  column-gap: 8px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.3;
}
.cke_editable .form .form_label .form_req {
  font-size: 0.78em;
  color: #cb3700;
}
.cke_editable .form .form_desc {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.6;
  color: #707070;
}
.cke_editable .form .form_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid #dedede;
}
@media (max-width: 767px) {
  .cke_editable .form .form_bottom {
    display: grid;
    justify-content: stretch;
    gap: 16px;
    margin-top: 32px;
    margin-inline: 20px;
    padding-top: 32px;
  }
}
.cke_editable .form .form_btn.form_btnSubmit {
  background: #22548e;
}
.cke_editable .form .form_btn.form_btnSubmit .btn_title {
  color: #fff;
}
.cke_editable .form .form_btn.form_btnSubmit .btn_iconRight::before {
  background: #fff;
  mask-image: url(/v=1752240976/files/user/images/common/icon/icon_right_round_green.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.cke_editable .form .form_btn.form_btnSubmit:hover {
  background: #fff;
}
.cke_editable .form .form_btn.form_btnSubmit:hover::before {
  box-shadow: inset 0 0 0 2px #22548e;
}
.cke_editable .form .form_btn.form_btnSubmit:hover .btn_title {
  color: #22548e;
}
.cke_editable .form .form_btn.form_btnSubmit:hover .btn_iconRight::before {
  mask-image: url(/v=1752240977/files/user/images/common/icon/icon_right_roundfill_skeleton.svg);
  background: #22548e;
}
.cke_editable .form .form_error {
  display: grid;
  row-gap: 4px;
}
.cke_editable .form .form_error > * {
  display: flex;
  column-gap: 2px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #cb3700;
}
.cke_editable .form .form_error > * .errorIcon {
  font-size: inherit;
  color: inherit;
}
.cke_editable .form .form_select {
  position: relative;
  width: fit-content;
}
.cke_editable .form .form_select select {
  padding-right: 60px;
  cursor: pointer;
}
.cke_editable .form .form_select .form_select_icon {
  position: absolute;
  top: calc(50% - 6px);
  right: 24px;
  width: 12px;
  aspect-ratio: 1/1;
  background: url(/v=1752240972/files/user/images/common/icon/icon_bottom_black.svg) center no-repeat;
  background-size: 12px auto;
}
@media (max-width: 767px) {
  .cke_editable .form .form_select {
    width: 100%;
  }
  .cke_editable .form .form_select select {
    width: 100%;
  }
}
.cke_editable .formContainer {
  display: block;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .cke_editable .formContainer {
    margin-top: 32px;
  }
}
.cke_editable .formSteps {
  counter-reset: steps;
}
.cke_editable .formSteps .formSteps_list {
  display: flex;
  gap: 24px;
  overflow: hidden;
}
.cke_editable .formSteps .formSteps_item {
  position: relative;
  counter-increment: steps;
  flex: 1;
  display: flex;
  align-items: center;
  column-gap: 0.8em;
  height: 56px;
  padding: 10px 24px;
  color: #e3e3e3;
  background: #e3e3e3;
}
.cke_editable .formSteps .formSteps_item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 100%;
  border-left: 21px solid #fff;
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  border-left-color: currentColor;
}
.cke_editable .formSteps .formSteps_item:not(:first-child)::before {
  content: "";
  position: absolute;
  right: 100%;
  border-left: 21px solid transparent;
  border-top: 36px solid currentColor;
  border-bottom: 36px solid currentColor;
}
.cke_editable .formSteps .formSteps_item.is-current {
  color: #22548e;
  background: #22548e;
}
.cke_editable .formSteps .formSteps_item.is-current .formSteps_text > * {
  color: #fff;
}
.cke_editable .formSteps .formSteps_text {
  flex: 1;
  display: flex;
  align-items: center;
  column-gap: 0.8em;
  font-size: 0.9375rem;
  font-weight: bold;
}
.cke_editable .formSteps .formSteps_text::before {
  content: counter(steps);
  display: grid;
  place-content: center;
  width: 23px;
  aspect-ratio: 1/1;
  border-radius: 6px;
  background: #fff;
  line-height: 1;
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  font-weight: bold;
}
.cke_editable .formSteps .formSteps_text > * {
  color: currentColor;
}
@media (max-width: 767px) {
  .cke_editable .formSteps .formSteps_list {
    gap: 18px;
  }
  .cke_editable .formSteps .formSteps_item {
    height: 42px;
    padding: 5px 10px;
  }
  .cke_editable .formSteps .formSteps_item:not(:last-child)::after {
    border-left-width: 15px;
    border-top-width: 36px;
    border-bottom-width: 36px;
  }
  .cke_editable .formSteps .formSteps_item:not(:first-child)::before {
    border-left-width: 15px;
    border-top-width: 36px;
    border-bottom-width: 36px;
  }
  .cke_editable .formSteps .formSteps_text {
    column-gap: 0.4285em;
    font-size: 0.9375rem;
  }
  .cke_editable .formSteps .formSteps_text::before {
    width: 21px;
    font-size: 0.875rem;
  }
}
.cke_editable .formConfirm {
  display: grid;
}
.cke_editable .formConfirm dt {
  font-size: 1.125rem;
  line-height: 1.27;
  font-weight: bold;
  letter-spacing: 0.025;
}
.cke_editable .formConfirm dt:not(:first-child) {
  margin-top: 32px;
}
.cke_editable .formConfirm dd {
  font-size: 1rem;
  line-height: 1.68;
  letter-spacing: 0.025;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .cke_editable .formConfirm dt:not(:first-child) {
    margin-top: 24px;
  }
}
.cke_editable body.en .formSteps .formSteps_text * {
  font-size: 0.8125rem;
}
.cke_editable body.en .formSteps .formSteps_text *::before {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cke_editable body.en .formSteps .formSteps_text * {
    font-size: 0.8125rem;
  }
}
.cke_editable .pager .pager_list, .cke_editable .pager .pager_container, .pager .cke_editable .pager_container, .pager .cke_editable .pager_list {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  margin-inline: auto;
}
.cke_editable .pager .pager_sep, .cke_editable .pager .pager_link, .cke_editable .pager .pager_btn, .pager .cke_editable .pager_btn, .pager .cke_editable .pager_link, .pager .cke_editable .pager_sep {
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  width: 32px;
  font-size: 1rem;
  font-weight: bold;
  border: 1px solid transparent;
  border-radius: 50%;
  transition: 0.3s ease;
}
.cke_editable .pager {
  display: grid;
  place-content: center;
  margin-top: 48px;
}
.cke_editable .pager .pager_btn {
  border: 1px solid #ccc;
}
.cke_editable .pager .pager_btn::before {
  content: "";
  width: 7px;
  height: 12px;
  background: #066c02;
  mask-image: url(/v=1752240976/files/user/images/common/icon/icon_right_green.svg);
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  transform: translateX(1px);
}
.cke_editable .pager .pager_btn:is(.pager_btn-prev)::before {
  rotate: y 180deg;
}
.cke_editable .pager .pager_btn:hover {
  border-color: #066c02;
}
.cke_editable .pager .pager_link:is(a) {
  color: #066c02;
}
.cke_editable .pager .pager_link:is(a):hover {
  border-color: #066c02;
}
.cke_editable .pager .pager_link.pager_link-current {
  color: #fff;
  background: #066c02;
  border-color: #066c02;
}
.cke_editable .pager .pager_sep {
  pointer-events: none;
}
.cke_editable .pager .pager_numberWrap {
  position: relative;
  flex: 1;
  width: 255px;
}
.cke_editable .pager .pager_numberWrap::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  width: 12px;
  height: 12px;
  background: url(/v=1752240972/files/user/images/common/icon/icon_bottom_black.svg) center no-repeat;
  background-size: contain;
}
.cke_editable .pager .pager_numberWrap .pager_number {
  appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  border: 1px solid #ccc;
  letter-spacing: 0.025em;
  text-align: center;
  text-align-last: center;
  cursor: pointer;
  background: #fff;
}
.cke_editable .anchorList {
  display: block;
  padding: 2em;
  font-size: 1rem;
  border-radius: 8px;
  background: #f5f5f5;
}
.cke_editable .anchorList .anchorList_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.cke_editable .anchorList .anchorList_item {
  position: relative;
  border-bottom: 1px solid #ccc;
}
.cke_editable .anchorList .anchorList_item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 4px;
  min-height: 4em;
  padding: 0.7em 0;
  letter-spacing: 0.025em;
  line-height: 1.5;
}
.cke_editable .anchorList .anchorList_item a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: #066c02;
  transition: opacity 0.32s ease;
}
.cke_editable .anchorList .anchorList_item a .icon {
  border-radius: 50%;
  transition: 0.32s ease;
}
.cke_editable .anchorList .anchorList_item a .icon::before {
  aspect-ratio: 1/1;
  background: #066c02;
  mask-size: 12px;
}
.cke_editable .anchorList .anchorList_item a:hover::after {
  opacity: 1;
}
.cke_editable .anchorList .anchorList_item a:hover .icon {
  background-color: #066c02;
}
.cke_editable .anchorList .anchorList_item a:hover .icon::before {
  background: #fff;
}
.cke_editable .anchorList:where(:not(:first-child):not(:is(*[class*=heading] + *))) {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cke_editable .anchorList {
    padding: 1em 1.714em 1.714em;
    font-size: 0.875rem;
  }
  .cke_editable .anchorList:where(:not(:first-child):not(:is(*[class*=heading] + *))) {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .cke_editable .anchorList .anchorList_container {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
  .cke_editable .anchorList .anchorList_item {
    border-bottom: 1px solid #ccc;
  }
}
.cke_editable .nmlShare {
  display: grid;
  margin-inline: auto;
}
.cke_editable .nmlShare:not(:first-child) {
  margin-top: 80px;
}
.cke_editable .nmlShare .nmlShare_title {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.3;
  text-align: center;
}
.cke_editable .nmlShare .nmlShare_title + * {
  margin-top: 1rem;
}
.cke_editable .nmlShare .nmlShare_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.cke_editable .nmlShare .nmlShare_list > * {
  flex: 1 1 0%;
  max-width: 154px;
}
.cke_editable .nmlShare .nmlShare_link {
  position: relative;
  display: grid;
  place-content: center;
  row-gap: 5px;
  padding: 0.875rem 0.5rem;
  min-height: 86px;
  border-radius: 8px;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
}
.cke_editable .nmlShare .nmlShare_link::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  inset: 0;
  box-shadow: 0 0 0 1px #dedede;
  pointer-events: none;
  transition: box-shadow 0.32s ease;
  will-change: box-shadow;
}
.cke_editable .nmlShare .nmlShare_link img {
  width: auto;
  height: 30px;
  object-fit: contain;
  margin: auto;
}
.cke_editable .nmlShare .nmlShare_link:hover {
  color: #066c02;
}
.cke_editable .nmlShare .nmlShare_link:hover::before {
  box-shadow: 0 0 0 2px #066c02;
}
@media (max-width: 767px) {
  .cke_editable .nmlShare .nmlShare_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .cke_editable .nmlShare .nmlShare_list > * {
    flex: 0 0 auto;
    width: calc(50% - 0.5rem);
    max-width: none;
  }
  .cke_editable .nmlShare .nmlShare_link {
    font-size: 0.8125rem;
  }
}
.cke_editable .qaTextWrap {
  display: grid;
  row-gap: 40px;
}
.cke_editable .qaTextWrap:not(:first-child) {
  margin-top: 40px;
}
.cke_editable .qaText {
  display: grid;
  row-gap: 28px;
}
.cke_editable .qaText .qaText_q,
.cke_editable .qaText .qaText_a {
  position: relative;
  padding: 0.4em 0 0 46px;
  font-size: 1rem;
  letter-spacing: 0.025em;
  line-height: 1.6;
}
.cke_editable .qaText .qaText_q .qaText_icon,
.cke_editable .qaText .qaText_a .qaText_icon {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  width: 34px;
  padding-top: 2px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 4px;
  border: 1px solid #22548e;
}
.cke_editable .qaText .qaText_q .qaText_icon {
  color: #22548e;
}
.cke_editable .qaText .qaText_a .qaText_icon {
  color: #fff;
  background: #22548e;
}
.cke_editable .qaText .qaText_a .qaText_icon + * {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cke_editable .qaText {
    row-gap: 20px;
  }
  .cke_editable .qaText .qaText_q,
  .cke_editable .qaText .qaText_a {
    padding-left: 40px;
    font-size: 0.875rem;
  }
  .cke_editable .qaText .qaText_q .qaText_icon,
  .cke_editable .qaText .qaText_a .qaText_icon {
    width: 28px;
    font-size: 0.875rem;
  }
}
.cke_editable .nmlAccordion {
  position: relative;
  border-radius: 8px;
  background: #fff;
}
.cke_editable .nmlAccordion:where(:not(:first-child):not(:is(*[class*=heading] + *))) {
  margin-top: 32px;
}
.cke_editable .nmlAccordion::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 2px solid #22548e;
  pointer-events: none;
}
.cke_editable .nmlAccordion .nmlAccordion_title {
  padding: 0;
  margin: 0;
}
.cke_editable .nmlAccordion .nmlAccordion_btn {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  border: none;
  padding: 1.25rem 4.5rem 1.2rem 2rem;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.5;
  color: #22548e;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
  background: none;
  transition: background-color 0.3s ease;
  text-align: left;
}
.cke_editable .nmlAccordion .nmlAccordion_btn:focus {
  outline-offset: 1px;
  border-radius: 8px;
}
.cke_editable .nmlAccordion .nmlAccordion_body {
  overflow: hidden;
  height: 0px;
  will-change: height;
  transition: height 0.4s ease, padding 0.4s ease;
}
.cke_editable .nmlAccordion .nmlAccordion_content {
  padding: 2rem 2rem 1.75rem;
}
.cke_editable .nmlAccordion .nmlAccordion_icon {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #22548e;
}
.cke_editable .nmlAccordion .nmlAccordion_icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  mask: url(/v=1752240972/files/user/images/common/icon/icon_accplus.svg) center/contain no-repeat;
  background: #fff;
}
.cke_editable .nmlAccordion.is-open::before {
  border-width: 4px;
}
.cke_editable .nmlAccordion.is-open .nmlAccordion_btn {
  color: #fff;
  background: #22548e;
}
.cke_editable .nmlAccordion.is-open .nmlAccordion_icon {
  background: #fff;
}
.cke_editable .nmlAccordion.is-open .nmlAccordion_icon::before {
  mask-image: url(/v=1752240972/files/user/images/common/icon/icon_accminus.svg);
  background: #22548e;
}
.cke_editable .nmlAccordion.nmlAccordion-caution::before {
  border-color: #bf1f20;
}
.cke_editable .nmlAccordion.nmlAccordion-caution .nmlAccordion_btn {
  color: #bf1f20;
}
.cke_editable .nmlAccordion.nmlAccordion-caution .nmlAccordion_icon {
  background: #bf1f20;
}
.cke_editable .nmlAccordion.nmlAccordion-caution.is-open .nmlAccordion_btn {
  color: #fff;
  background: #bf1f20;
}
.cke_editable .nmlAccordion.nmlAccordion-caution.is-open .nmlAccordion_icon {
  background: #fff;
}
.cke_editable .nmlAccordion.nmlAccordion-caution.is-open .nmlAccordion_icon::before {
  background-color: #bf1f20;
}
@media (max-width: 767px) {
  .cke_editable .nmlAccordion .nmlAccordion_btn {
    min-height: 48px;
    padding: 1rem 4rem 0.8125rem 1.5rem;
    font-size: 1.125rem;
  }
  .cke_editable .nmlAccordion .nmlAccordion_content {
    padding: 1.5rem;
  }
  .cke_editable .nmlAccordion .nmlAccordion_icon {
    right: 1.5rem;
  }
}
.cke_editable .nmlAccordion_body {
  display: block !important;
  height: auto !important;
}

/*# sourceMappingURL=module.css.map */
