.nw-breadcrumbs {
  display: flex;
  position: static;
  padding: 0px 20px;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 1100px;
  margin: 124px auto 30px;
}
.nw-breadcrumbs p {
  color: #444444;
  text-align: left;
  font-family: "NotoSansJp-Regular", sans-serif;
  font-size: 10px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
}
.main-frame {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.main-box {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 1100px;
}
.main {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
}
.main-title {
  color: #1c50a1;
  text-align: left;
  font-family: "NotoSansJp-Bold", sans-serif;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.1rem;
}
.main-explanation {
  position: relative;
  color: #444444;
  text-align: center;
  font-family: "NotoSansJp-Bold", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.main-img {
  align-self: stretch;
  flex-shrink: 0;
  height: 240px;
  position: relative;
  overflow: visible;
}
.main-img img {
  width: 1100px;
  height: 240px;
}
.info {
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border-style: solid;
  border-color: #e7456d;
  border-width: 1px;
  padding: 10px 20px 10px 20px;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  width: 1100px;
  height: auto;
  background: #ffffff;
  letter-spacing: 0.05rem;
}
.info-title {
  position: relative;
  color: #e7456d;
  text-align: left;
  font-family: "NotoSansJp-Bold", sans-serif;
  font-size: 13px;
  font-weight: 700;
}
.info-detail {
  position: relative;
  color: #444444;
  text-align: left;
  font-family: "NotoSansJp-Regular", sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.contents {
  display: flex;
  position: relative;
  margin: 40px auto 100px;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  max-width: 1100px;
  width: 100%;
  height: auto;
}
.service {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.service-title {
  display: flex;
  position: relative;
  padding: 20px 0px 0px 0px;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  margin-top: 20px;
}
.service-title p,
.service-title2 p {
  position: relative;
  text-align: center;
  color: #1c50a1;
  font-family: "NotoSansJp-Bold", sans-serif;
  font-size: 22px;
  font-weight: 700;
  align-self: stretch;
  border-bottom: 1px solid #1c50a1;
  padding-bottom: 10px;
  letter-spacing: 0.1rem;
}

/* 2nd layer takusou start */
.item-frame {
  display: flex;
  position: relative;
  margin: 0 auto;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  width: 962px;
  height: auto;
}
.item-box {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
}
.item-img {
  position: relative;
  overflow: visible;
  flex-shrink: 0;
  width: 308px;
  height: 180px;
}
.item-txt-frame {
  display: flex;
  position: relative;
  border-radius: 0px 0px 26px 0px;
  border-style: solid;
  border-color: #1c50a1;
  border-width: 0px 3px 3px 3px;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  background: #ffffff;
  min-height: 181px;
}
.item-txt {
  display: flex;
  position: relative;
  padding: 10px 0px 50px 0px;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 260px;
}
.item-title,
.item-title2 {
  display: flex;
  position: relative;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  text-align: left;
  color: #1c50a1;
  font-family: "NotoSansJp-Bold", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
.item-detail {
  position: relative;
  color: #595757;
  text-align: left;
  font-family: "NotoSansJp-Medium", sans-serif;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  width: 260px;
}
.item-arrow {
  display: flex;
  position: absolute;
  border-radius: 0px 0px 20px 0px;
  padding: 0px 14px 14px 20px;
  flex-direction: row;
  gap: 10px;
  align-items: flex-end;
  justify-content: flex-end;
  align-self: stretch;
  flex-shrink: 0;
  right: 0;
  bottom: 0;
}
.service-link-button-arrow {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}
@media (hover: hover) and (pointer: fine) {
  .item-box:hover .item-txt-frame {
    background: #8EB7F7;
  }
  .item-box:hover .item-title,
  .item-box:hover .item-detail {
    color: #FFFFFF;
  }
}
.service-title2 {
  display: flex;
  position: relative;
  padding: 20px 0px 0px 0px;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
}
.item-frame-left {
  display: flex;
  position: relative;
  flex-direction: row;
  gap: 25px;
  row-gap: 22px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-shrink: 0;
  width: 964px;
  height: auto;
}
.item-frame-center {
  display: flex;
  position: relative;
  flex-direction: row;
  gap: 25px;
  row-gap: 22px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  flex-shrink: 0;
  width: 964px;
  height: auto;
}
.item-frame-left .TextLeft {
  line-height: normal;
}
.item-button {
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 0px 0px 26px 0px;
  padding: 20px;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: space-between;
  flex-shrink: 0;
  width: 467px;
  background: #1c50a1;
}
@media (hover: hover) and (pointer: fine) {
  .item-button:hover {
    background: #8EB7F7;
  }
}
.item-title2 {
  position: relative;
  color: #ffffff;
  text-align: left;
  font-family: "NotoSansJp-Bold", sans-serif;
  font-size: 18px;
  font-weight: 700;
  flex: 1;
  letter-spacing: 0.1rem;
}
/* 2nd layer takusou end */

/* 2nd layer support_service start */
.servie-explanation {
  display: block;
  position: relative;
  margin: 0 auto;
  color: #595757;
  text-align: center;
  font-family: "NotoSansJp-Bold", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  align-self: stretch;
  height: 26px;
  letter-spacing: 0.1rem;
}
.item-box2 {
  display: flex;
  position: relative;
  border-radius: 0px 0px 60px 0px;
  flex-direction: row;
  gap: 31px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  background: #ffffff;
  letter-spacing: 0.1rem;
}
.item-box2-img {
  flex-shrink: 0;
  width: 420px;
  height: auto;
  position: relative;
  overflow: visible;
}
.item-box2-img img {
  width: 420px;
}
.item-box2-frame {
  display: flex;
  position: relative;
  padding: 30px 40px 30px 0px;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 513px;
}
.item-box2-frame p {
  position: relative;
  color: #1c50a1;
  text-align: left;
  font-family: "NotoSansJp-Bold", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.item-button-frame {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 480px;
  position: relative;
}
.item-button2 {
  display: flex;
  position: relative;
  border-radius: 0px 0px 24px 0px;
  padding: 10px;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content:space-between;
  flex-shrink: 0;
  width: 480px;
  min-height: 50px;
  line-height: 1.5;
  background: #1c50a1;
  color: #ffffff;
  text-align: left;
  font-family: "NotoSansJp-Bold", sans-serif;
  font-size: 13px;
  font-weight: 700;
  flex: 1;
}
@media (hover: hover) and (pointer: fine) {
  .item-button2:hover {
    background: #8EB7F7;
  }
}
/* 2nd layer support_service end */

/* 2nd layer anteikyoukyu start */
._2nd-item-button-frame {
  display: flex;
  position: relative;
  flex-direction: row;
  margin: 40px auto;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
._2nd-item-button-frame a {
  display: inline-block;
  position: relative;
  width: 308px;
  height: 114px;
  border-radius: 16px;
  overflow: hidden;
}
._2nd-item-button-frame a img {
  display: block;
  width: 308px;
  height: 114px;
}
._2nd-item-button-frame a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 308px;
  height: 114px;
  background-color: rgba(128, 128, 128, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  ._2nd-item-button-frame a:hover::after {
    opacity: 1;
  }
}
/* 2nd layer anteikyoukyu end */

/* 2nd layer corporate start */
.corporate-msg {
  display: flex;
  position: relative;
  margin: 40px auto;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  background: #ffffff;
  width: 964px;
  height: 166px;
}
.corporate-msg-txt {
  position: relative;
  padding-top: 20px;
  padding-left: 80px;
  color: #1c50a1;
  text-align: left;
  font-family: "NotoSansJp-Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  align-self: stretch;
}
.corporate-msg-img,
.corporate-msg-img img {
  width: 761px;
  height: 103px;
}
/* 2nd layer corporate end */

/* 関連情報 */
.related-info {
  padding: 40px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  letter-spacing: 0.1rem;
}
.related-info-title {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.related-info-title p {
  position: relative;
  color: #1c50a1;
  text-align: left;
  font-family: "NotoSansJp-Bold", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  border-bottom: 1px solid #1c50a1;
  padding-bottom: 7px;
}
.info-frame {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  width: 986px;
}
.related-info .topics-block {
  display: flex;
  padding: 6px 10px 6px 10px;
  position: relative;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  width: 100%;
}
.info-block {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.info-date,
.info-txt {
  color: #444444;
  text-align: left;
  font-family: "NotoSansJp-Bold", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  left: 0px;
  top: 0px;
  height: auto;
}
.service-link-button-arrow-s-20 {
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
  width: 20px;
  height: 20px;
  background-image: url("/nw/shared/img/link-button-arrow-s-20.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .related-info .topics-block:hover .info-date,
  .related-info .topics-block:hover .info-txt {
    text-decoration: underline;
  }
  .related-info .topics-block:hover .service-link-button-arrow-s-20 {
    background-image: url("/nw/shared/img/link-button-arrow-s-20-hover.png");
    background-size: 20px 20px;
    background-repeat: no-repeat;
  }
}

/* Attention */
.attention-frame {
  display: flex;
  position: relative;
  padding: 30px;
  flex-direction: column;
  gap: 11px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  background: #ffffff;
}
.attention-title {
  position: relative;
  color: #1c50a1;
  text-align: left;
  font-family: "NotoSansJp-Bold", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  align-self: stretch;
}
.attention-p {
  color: #444444;
  text-align: left;
  font-family: "NotoSansJp-Bold", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
}
.attention-li {
  color: #444444;
  text-align: left;
  font-family: "NotoSansJp-Regular", sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .nw-breadcrumbs {
    max-width: 375px;
    margin: 95px auto 25px;
  }
  .nw-breadcrumbs p {
    font-size: 9px;
  }
  .main-frame {
    align-items: center;
    max-width: 375px;
  }
  .main-box {
    width: 335px;
  }
  .main-title {
    text-align: center;
    font-size: 26px;
    line-height: 1.5;
  }
  .main-img {
    align-self: stretch;
    flex-shrink: 0;
    height: 260px;
    position: relative;
    overflow: visible;
  }
  .main-img img {
    width: 336px;
    height: 260px;
  }
  .info {
    padding: 10px 15px 15px 15px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
    width: 335px;
  }
  .info-title {
    text-align: left;
    font-size: 12px;
  }
  .info-detail {
    font-size: 11px;
    line-height: 1.5;
  }
  .info-detail a {
    line-height: 1.5;
  }
  .contents {
    max-width: 375px;
    margin: 0px auto 40px;
    gap: 20px;
  }
  .service {
    gap: 20px;
  }
  .service-title {
    padding: 20px 20px 20px 20px;
  }
 
  /* 2nd layer takusou start */
  .item-frame {
    flex-direction: column;
    padding-bottom: 20px;
    gap: 20px;
    width: 308px;
    height: auto;
  }
  .service-title2 {
    padding: 40px 20px 20px 20px;
  }
  .service-title p,
  .service-title2 p {
    border-bottom: none;
    line-height: 1.5;
  }
  .service-title p::after, 
  .service-title2 p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: #1c50a1;
    width: 375px;
  }
  .item-frame-left,
  .item-frame-center {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    width: 375px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .item-button {
    width: 320px;
  }
  .item-detail {
    font-size: 12px;
  }
  .item-title2 {
    font-size: 16px;
  }
  /* 2nd layer takusou end */

  /* 2nd layer support_service start */
  .item-box2 {
    flex-direction: column;
    width: 320px;
  }
  .item-box2-img,
  .item-box2-img img {
    width: 320px;
  }
  .item-box2-frame {
    padding: 0 20px 30px 20px;
    width: 320px;
  }
  .item-button-frame {
    width: 320px;
  }
  .item-button2 {
    width: 280px;
    min-height: 50px;
    line-height: 1.5;
  }
  /* 2nd layer support_service end */

  /* 2nd layer anteikyoukyu start */
  ._2nd-item-button-frame {
    flex-direction: column;
  }
  /* 2nd layer anteikyoukyu end */

  /* 2nd layer corporate start */
  .corporate-msg {
    width: 320px;
    height: 167px;
  }
  .corporate-msg-txt {
    padding: 20px 0 20px 0;
    text-align: center;
    font-size: 14px;
  }
  .corporate-msg-img,
  .corporate-msg-img img {
    width: 278px;
    height: 87px;
  }
  /* 2nd layer corporate end */

  /* 関連情報 */
  .related-info {
    margin: 0 auto;
    padding: 40px 0px 20px 0px;
    flex-direction: column;
    gap: 10px;
    width: 320px;
  }
  .info-frame {
    width: 320px;
  }
  .related-info .topics-block {
    display: flex;
    padding: 6px 0px 6px 0px;
    width: 320px;
  }
  .info-block {
    flex-direction: column;
    gap: 0px;
  }
  .info-date,
  .info-txt {
    font-size: 12px;
  }  
  /* Attention */
  .attention-frame {
    width: 320px;
    margin: 40px auto 0;
  }
}