/*** #sec1 ***/
#main {
  height: auto;
  width: 100%;
}
#main > .box1 {
  height: auto;
  width: 100%;
}
#main > .box1 > .sec1 {
  height: auto;
  width: 100%;
}
#main > .box1 > .sec1 > .box1 {
  height: 100vh;
  width: 100%;
}
#main > .box1 > .sec1 > .box1 > .box1 {
  height: 100%;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec1 > .box1 > .box1 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-bottom: 2.25rem;
    padding-top: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec1 > .box1 > .box1 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec1 > .box1 > .box1 {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec1 > .box1 > .box1 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec1 > .box1 > .box1 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    padding-bottom: 4.5rem;
    padding-top: 4.5rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec1 > .box1 > .box1 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
    padding-bottom: 5.5rem;
    padding-top: 5.5rem;
  }
}
#main > .box1 > .sec1 > .box1 > .box1 > .box1 {
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  z-index: 101;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 {
    border-radius: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 {
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 {
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 {
    border-radius: 1.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 {
    border-radius: 2.25rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 {
    border-radius: 2.75rem;
  }
}
#main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst1 {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 111;
}
#main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst1:after {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  position: absolute;
}
#main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst1 > [class^=itm] {
  height: 100%;
  width: 100%;
}
#main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 {
  height: 100%;
  width: 100%;
  position: relative;
}
#main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .img1 {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}
#main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
  height: auto;
  width: auto;
  font-size: 0.56rem;
  line-height: 1.825;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  bottom: 0.5rem;
  right: 0.5rem;
  color: #ffffff;
  position: absolute;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    font-size: 0.58rem;
    line-height: 1.825;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    font-size: 0.6rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    font-size: 0.64rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    font-size: 0.68rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    font-size: 0.74rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    font-size: 0.8rem;
    line-height: 2;
  }
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    bottom: 0.5625rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    bottom: 0.625rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    bottom: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    bottom: 0.875rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    bottom: 1.125rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    bottom: 1.375rem;
  }
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    right: 0.5625rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    right: 0.625rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    right: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    right: 0.875rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    right: 1.125rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    right: 1.375rem;
  }
}
#main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst1 > [class^=itm].itm2 > .fig1 > .img1 {
  object-position: 55% center;
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst1 > [class^=itm].itm2 > .fig1 > .img1 {
    object-position: center center;
  }
}
#main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst1 > [class^=itm].itm3 > .fig1 > .img1 {
  object-position: 60% center;
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst1 > [class^=itm].itm3 > .fig1 > .img1 {
    object-position: center center;
  }
}
#main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst1 > [class^=itm].itm4 > .fig1 > .img1 {
  object-position: right center;
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst1 > [class^=itm].itm4 > .fig1 > .img1 {
    object-position: center center;
  }
}
#main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst2 {
  height: auto;
  width: auto;
  bottom: 2rem;
  left: 2rem;
  display: flex;
  position: absolute;
  justify-content: center;
  z-index: 112;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst2 {
    bottom: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst2 {
    bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst2 {
    bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst2 {
    bottom: 3.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst2 {
    bottom: 4.5rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst2 {
    bottom: 5.5rem;
  }
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst2 {
    left: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst2 {
    left: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst2 {
    left: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst2 {
    left: 3.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst2 {
    left: 4.5rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst2 {
    left: 5.5rem;
  }
}
#main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst2 > [class^=itm] {
  background-color: #ffffff;
  height: 0.3rem;
  transition: background 0.3s;
  width: 5vw;
}
#main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst2 > [class^=itm]:not(:last-of-type) {
  margin-right: 0.3rem;
}
#main > .box1 > .sec1 > .box1 > .box1 > .box1 > .lst2 > [class^=itm].current {
  background-color: #50a7ce;
}
#main > .box1 > .sec1 > .box1 > .box1 > .box2 {
  height: auto;
  width: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 102;
}
#main > .box1 > .sec1 > .box1 > .box1 > .box2 > .img1 {
  display: block;
  height: 50vw;
  object-fit: contain;
  object-position: center center;
  width: 50vw;
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box2 > .img1 {
    height: 33.33vh;
    width: 33.33vw;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box2 > .img1 {
    height: 25vh;
    width: 25vw;
  }
}
#main > .box1 > .sec1 > .box1 > .box1 > .box3 {
  height: auto;
  width: auto;
  bottom: 4rem;
  right: 4rem;
  position: absolute;
  z-index: 103;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box3 {
    bottom: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box3 {
    bottom: 5rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box3 {
    bottom: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box3 {
    bottom: 7rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box3 {
    bottom: 9rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box3 {
    bottom: 11rem;
  }
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box3 {
    right: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box3 {
    right: 5rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box3 {
    right: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box3 {
    right: 7rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box3 {
    right: 9rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box3 {
    right: 11rem;
  }
}
#main > .box1 > .sec1 > .box1 > .box1 > .box3 > .lnk1 {
  height: auto;
  width: auto;
  font-size: 0.84rem;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.05em;
  align-items: center;
  background-color: #ffffff;
  border-radius: 1em;
  color: #50a7ce;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  height: 6.5em;
  justify-content: center;
  text-transform: uppercase;
  width: 6.5em;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box3 > .lnk1 {
    font-size: 0.87rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box3 > .lnk1 {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box3 > .lnk1 {
    font-size: 0.96rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box3 > .lnk1 {
    font-size: 1.02rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box3 > .lnk1 {
    font-size: 1.11rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box3 > .lnk1 {
    font-size: 1.2rem;
  }
}
#main > .box1 > .sec1 > .box1 > .box1 > .box3 > .lnk1 > .inl1 {
  display: inline-block;
  font-size: 3em;
  margin-bottom: 0.25em;
}
#main > .box1 > .sec1 > .box1 > .box1 > .box3 > .lnk1 > .inl2 {
  display: inline-block;
}
#main > .box1 > .sec1 > .box1 > .box1 > .box3 > .lnk1.hov {
  transition: background ease-out 0.3s;
}
#main > .box1 > .sec1 > .box1 > .box1 > .box3 > .lnk1.hov:hover {
  background-color: #00bad8;
  color: #ffffff;
}
#main > .box1 > .sec1 > .box1 > .box1 > .box4 {
  height: auto;
  width: auto;
  bottom: 4rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 104;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box4 {
    bottom: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box4 {
    bottom: 5rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box4 {
    bottom: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box4 {
    bottom: 7rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box4 {
    bottom: 9rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec1 > .box1 > .box1 > .box4 {
    bottom: 11rem;
  }
}
#main > .box1 > .sec1 > .box1 > .box1 > .box4 > .lnk1 {
  background-color: rgba(255, 255, 255, 0.7);
  display: block;
  height: 10vh;
  overflow: hidden;
  position: relative;
  width: 0.2rem;
}
#main > .box1 > .sec1 > .box1 > .box1 > .box4 > .lnk1::before {
  animation: sec1_ani1 ease-in-out infinite 1.4s;
  background-color: #50a7ce;
  content: "";
  display: block;
  height: 20%;
  position: absolute;
  top: 0;
  width: 100%;
}
@keyframes sec1_ani1 {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
#main > .box1 > .sec1 > .box1 > .box1 > .box4 > .lnk1 > .inl1 {
  display: none;
}
#main > .box1 > .sec2 {
  height: auto;
  width: 100%;
  padding-bottom: 8rem;
  padding-top: 8rem;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec2 {
    padding-bottom: 9rem;
    padding-top: 9rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec2 {
    padding-bottom: 10rem;
    padding-top: 10rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec2 {
    padding-bottom: 12rem;
    padding-top: 12rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec2 {
    padding-bottom: 14rem;
    padding-top: 14rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec2 {
    padding-bottom: 18rem;
    padding-top: 18rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec2 {
    padding-bottom: 22rem;
    padding-top: 22rem;
  }
}
#main > .box1 > .sec2 > .box1 {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 42rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec2 > .box1 {
    max-width: 56rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec2 > .box1 {
    max-width: 74rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec2 > .box1 {
    max-width: 99rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec2 > .box1 {
    max-width: 120rem;
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec2 > .box1 {
    max-width: 160rem;
    padding-left: 9rem;
    padding-right: 9rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec2 > .box1 {
    max-width: 192rem;
    padding-left: 11rem;
    padding-right: 11rem;
  }
}
#main > .box1 > .sec2 > .box1 > .box1 {
  height: auto;
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main > .box1 > .sec2 > .box1 > .box1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box1 {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box1 {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box1 {
    width: calc(50% - 1.75rem);
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box1 {
    width: calc(50% - 2.25rem);
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box1 {
    width: calc(50% - 2.75rem);
  }
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box1 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box1 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box1 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box1 {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box1 {
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box1 {
    margin-bottom: 11rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box1 {
    margin-bottom: 0;
  }
}
#main > .box1 > .sec2 > .box1 > .box1 > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 2rem;
  font-size: 2.8rem;
  line-height: 1.46;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.3em;
  color: #181818;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box1 > .hdr1 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box1 > .hdr1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box1 > .hdr1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box1 > .hdr1 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box1 > .hdr1 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box1 > .hdr1 {
    margin-bottom: 5.5rem;
  }
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box1 > .hdr1 {
    font-size: 2.9rem;
    line-height: 1.46;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box1 > .hdr1 {
    font-size: 3rem;
    line-height: 1.48;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box1 > .hdr1 {
    font-size: 3.2rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box1 > .hdr1 {
    font-size: 3.4rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box1 > .hdr1 {
    font-size: 3.7rem;
    line-height: 1.56;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box1 > .hdr1 {
    font-size: 4rem;
    line-height: 1.6;
  }
}
#main > .box1 > .sec2 > .box1 > .box1 > .box1 > .hdr1 > .inl1 {
  height: auto;
  width: auto;
  display: block;
  margin: 0 auto;
}
#main > .box1 > .sec2 > .box1 > .box1 > .box1 > .hdr1 > .inl1 > .img1 {
  display: inline-block;
  height: auto;
  width: 28rem;
}
#main > .box1 > .sec2 > .box1 > .box1 > .box1 > .hdr1 > .inl2 {
  height: auto;
  width: auto;
  display: block;
  margin: 0 auto;
}
#main > .box1 > .sec2 > .box1 > .box1 > .box1 > .hdr1 > .inl2 > .inl1 {
  font-size: 2em;
}
#main > .box1 > .sec2 > .box1 > .box1 > .box1 > .hdr1 > .inl2 > .inl2 {
  font-size: 1.25em;
}
#main > .box1 > .sec2 > .box1 > .box1 > .box1 > .hdr2 {
  height: auto;
  width: 100%;
  font-size: 1.68rem;
  line-height: 1.825;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  color: #181818;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box1 > .hdr2 {
    font-size: 1.74rem;
    line-height: 1.825;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box1 > .hdr2 {
    font-size: 1.8rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box1 > .hdr2 {
    font-size: 1.92rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box1 > .hdr2 {
    font-size: 2.04rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box1 > .hdr2 {
    font-size: 2.22rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box1 > .hdr2 {
    font-size: 2.4rem;
    line-height: 2;
  }
}
#main > .box1 > .sec2 > .box1 > .box1 > .box1 > .hdr2 > .inl1 {
  font-size: 1.25em;
}
#main > .box1 > .sec2 > .box1 > .box1 > .box2 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box2 {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box2 {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box2 {
    width: calc(50% - 1.75rem);
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box2 {
    width: calc(50% - 2.25rem);
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box2 {
    width: calc(50% - 2.75rem);
  }
}
#main > .box1 > .sec2 > .box1 > .box1 > .box2 > [class^=par] {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.825;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box2 > [class^=par] {
    font-size: 1.45rem;
    line-height: 1.825;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box2 > [class^=par] {
    font-size: 1.5rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box2 > [class^=par] {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box2 > [class^=par] {
    font-size: 1.7rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box2 > [class^=par] {
    font-size: 1.85rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box2 > [class^=par] {
    font-size: 2rem;
    line-height: 2;
  }
}
#main > .box1 > .sec2 > .box1 > .box1 > .box2 > [class^=par]:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec2 > .box1 > .box1 > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 2.75rem;
  }
}
#main > .box1 > .sec3 {
  height: auto;
  width: 100%;
  margin-bottom: 8rem;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec3 {
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec3 {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec3 {
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec3 {
    margin-bottom: 14rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec3 {
    margin-bottom: 18rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec3 {
    margin-bottom: 22rem;
  }
}
#main > .box1 > .sec3 > .box1 {
  height: auto;
  width: 100%;
  overflow: hidden;
}
#main > .box1 > .sec3 > .box1 > .box1 {
  height: auto;
  width: 100%;
}
#main > .box1 > .sec3 > .box1 > .box1 > .lst1 {
  height: auto;
  width: 100%;
  transition-timing-function: linear;
}
#main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: relative;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    padding-bottom: 1.125rem;
    padding-top: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-bottom: 1.75rem;
    padding-top: 1.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-bottom: 2.25rem;
    padding-top: 2.25rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
    padding-bottom: 2.75rem;
    padding-top: 2.75rem;
  }
}
#main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .img1 {
  height: auto;
  width: 100%;
  border-radius: 1rem;
  display: block;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .img1 {
    border-radius: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .img1 {
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .img1 {
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .img1 {
    border-radius: 1.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .img1 {
    border-radius: 2.25rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .img1 {
    border-radius: 2.75rem;
  }
}
#main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
  height: auto;
  width: auto;
  font-size: 0.56rem;
  line-height: 1.825;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  bottom: 1.5rem;
  right: 1.5rem;
  color: #ffffff;
  position: absolute;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    font-size: 0.58rem;
    line-height: 1.825;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    font-size: 0.6rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    font-size: 0.64rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    font-size: 0.68rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    font-size: 0.74rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    font-size: 0.8rem;
    line-height: 2;
  }
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    bottom: 1.6875rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    bottom: 1.875rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    bottom: 2.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    bottom: 2.625rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    bottom: 3.375rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    bottom: 4.125rem;
  }
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    right: 1.6875rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    right: 1.875rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    right: 2.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    right: 2.625rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    right: 3.375rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec3 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    right: 4.125rem;
  }
}
#main > .box1 > .sec4 {
  height: auto;
  width: 100%;
  margin-bottom: 8rem;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec4 {
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec4 {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 {
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec4 {
    margin-bottom: 14rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec4 {
    margin-bottom: 18rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec4 {
    margin-bottom: 22rem;
  }
}
#main > .box1 > .sec4 > .box1 {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 42rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec4 > .box1 {
    max-width: 56rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec4 > .box1 {
    max-width: 74rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 > .box1 {
    max-width: 99rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec4 > .box1 {
    max-width: 120rem;
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec4 > .box1 {
    max-width: 160rem;
    padding-left: 9rem;
    padding-right: 9rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec4 > .box1 {
    max-width: 192rem;
    padding-left: 11rem;
    padding-right: 11rem;
  }
}
#main > .box1 > .sec4 > .box1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 > .box1 > .box1 {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec4 > .box1 > .box1 {
    width: calc(50% - 1.75rem);
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec4 > .box1 > .box1 {
    width: calc(50% - 2.25rem);
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec4 > .box1 > .box1 {
    width: calc(50% - 2.75rem);
  }
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec4 > .box1 > .box1 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec4 > .box1 > .box1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 > .box1 > .box1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec4 > .box1 > .box1 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec4 > .box1 > .box1 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec4 > .box1 > .box1 {
    margin-bottom: 5.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 > .box1 > .box1 {
    margin-bottom: 0;
  }
}
#main > .box1 > .sec4 > .box1 > .box1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 4rem;
}
#main > .box1 > .sec4 > .box1 > .box1 > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  font-size: 1.26rem;
  line-height: 1.825;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.2em;
  color: #181818;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box1 > .hdr1 {
    font-size: 1.305rem;
    line-height: 1.825;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box1 > .hdr1 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box1 > .hdr1 {
    font-size: 1.44rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box1 > .hdr1 {
    font-size: 1.53rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box1 > .hdr1 {
    font-size: 1.665rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box1 > .hdr1 {
    font-size: 1.8rem;
    line-height: 2;
  }
}
#main > .box1 > .sec4 > .box1 > .box1 > .box1 > .hdr2 {
  height: auto;
  width: 100%;
  font-size: 2.24rem;
  line-height: 1.825;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  color: #181818;
  font-weight: 600;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box1 > .hdr2 {
    font-size: 2.32rem;
    line-height: 1.825;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box1 > .hdr2 {
    font-size: 2.4rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box1 > .hdr2 {
    font-size: 2.56rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box1 > .hdr2 {
    font-size: 2.72rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box1 > .hdr2 {
    font-size: 2.96rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box1 > .hdr2 {
    font-size: 3.2rem;
    line-height: 2;
  }
}
#main > .box1 > .sec4 > .box1 > .box1 > .box1 > .hdr2 > .inl1 {
  font-size: 1.5em;
}
#main > .box1 > .sec4 > .box1 > .box1 > .box1 > .hdr2 > .inl2 {
  font-size: 1.25em;
}
#main > .box1 > .sec4 > .box1 > .box1 > .box1 > .hdr2::before {
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 4em;
  opacity: 0.3;
  position: absolute;
  width: 4em;
  z-index: -1;
  background-image: url(../../media/home/hdr_type1.svg);
  left: -0.5em;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box1 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box1 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box1 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box1 {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box1 {
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box1 {
    margin-bottom: 11rem;
  }
}
#main > .box1 > .sec4 > .box1 > .box1 > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box2 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box2 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box2 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box2 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box2 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box2 {
    margin-bottom: 5.5rem;
  }
}
#main > .box1 > .sec4 > .box1 > .box1 > .box2 > [class^=par] {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.825;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box2 > [class^=par] {
    font-size: 1.45rem;
    line-height: 1.825;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box2 > [class^=par] {
    font-size: 1.5rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box2 > [class^=par] {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box2 > [class^=par] {
    font-size: 1.7rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box2 > [class^=par] {
    font-size: 1.85rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box2 > [class^=par] {
    font-size: 2rem;
    line-height: 2;
  }
}
#main > .box1 > .sec4 > .box1 > .box1 > .box2 > [class^=par]:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box2 > [class^=par]:not(:last-of-type) {
    margin-bottom: 2.75rem;
  }
}
#main > .box1 > .sec4 > .box1 > .box1 > .box3 {
  height: auto;
  width: 100%;
  margin-bottom: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  border: 0.2rem solid #b0b0b0;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box3 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box3 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box3 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box3 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box3 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box3 {
    margin-bottom: 5.5rem;
  }
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box3 {
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
    padding-bottom: 0.5625rem;
    padding-top: 0.5625rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box3 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box3 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    padding-bottom: 0.875rem;
    padding-top: 0.875rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box3 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    padding-bottom: 1.125rem;
    padding-top: 1.125rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box3 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
    padding-bottom: 1.375rem;
    padding-top: 1.375rem;
  }
}
#main > .box1 > .sec4 > .box1 > .box1 > .box3 > .par1 {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.825;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box3 > .par1 {
    font-size: 1.45rem;
    line-height: 1.825;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box3 > .par1 {
    font-size: 1.5rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box3 > .par1 {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box3 > .par1 {
    font-size: 1.7rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box3 > .par1 {
    font-size: 1.85rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box3 > .par1 {
    font-size: 2rem;
    line-height: 2;
  }
}
#main > .box1 > .sec4 > .box1 > .box1 > .box3 > .par1 > [class^=inl] {
  display: inline-block;
}
#main > .box1 > .sec4 > .box1 > .box1 > .box4 {
  height: auto;
  width: 100%;
  border-top: 0.2rem solid #b0b0b0;
}
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1,
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 {
  height: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-bottom: 0.2rem solid #b0b0b0;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    padding-bottom: 1.125rem;
    padding-top: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-bottom: 1.75rem;
    padding-top: 1.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-bottom: 2.25rem;
    padding-top: 2.25rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
    padding-bottom: 2.75rem;
    padding-top: 2.75rem;
  }
}
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box1,
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box1 {
    margin-bottom: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box1 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box1 {
    margin-bottom: 2.75rem;
  }
}
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box1 > .hdr1,
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.825;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box1 > .hdr1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box1 > .hdr1 {
    font-size: 1.45rem;
    line-height: 1.825;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box1 > .hdr1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box1 > .hdr1 {
    font-size: 1.5rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box1 > .hdr1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box1 > .hdr1 {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box1 > .hdr1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box1 > .hdr1 {
    font-size: 1.7rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box1 > .hdr1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box1 > .hdr1 {
    font-size: 1.85rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box1 > .hdr1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box1 > .hdr1 {
    font-size: 2rem;
    line-height: 2;
  }
}
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box1 > .hdr1 > .inl1,
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box1 > .hdr1 > .inl1 {
  background: linear-gradient(transparent 66.66%, rgba(64, 201, 74, 0.7) 66.66%, rgba(64, 201, 74, 0.7) 80%);
}
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box1 > .par1,
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box1 > .par1 {
  height: auto;
  width: 100%;
  font-size: 1.12rem;
  line-height: 1.825;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box1 > .par1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box1 > .par1 {
    font-size: 1.16rem;
    line-height: 1.825;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box1 > .par1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box1 > .par1 {
    font-size: 1.2rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box1 > .par1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box1 > .par1 {
    font-size: 1.28rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box1 > .par1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box1 > .par1 {
    font-size: 1.36rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box1 > .par1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box1 > .par1 {
    font-size: 1.48rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box1 > .par1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box1 > .par1 {
    font-size: 1.6rem;
    line-height: 2;
  }
}
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box2,
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box2 {
  height: auto;
  width: 100%;
}
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box2 > [class^=lst],
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box2 > [class^=lst] {
  height: auto;
  width: 100%;
  display: flex;
}
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box2 > [class^=lst]:not(:last-of-type),
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box2 > [class^=lst]:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box2 > [class^=lst]:not(:last-of-type),
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 0.5625rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box2 > [class^=lst]:not(:last-of-type),
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box2 > [class^=lst]:not(:last-of-type),
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box2 > [class^=lst]:not(:last-of-type),
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box2 > [class^=lst]:not(:last-of-type),
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 1.125rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box2 > [class^=lst]:not(:last-of-type),
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 1.375rem;
  }
}
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box2 > [class^=lst] > .trm1,
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box2 > [class^=lst] > .trm1 {
  font-size: 1.26rem;
  line-height: 1.46;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  height: auto;
  margin-right: 1em;
  width: 5em;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box2 > [class^=lst] > .trm1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.305rem;
    line-height: 1.46;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box2 > [class^=lst] > .trm1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.35rem;
    line-height: 1.48;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box2 > [class^=lst] > .trm1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.44rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box2 > [class^=lst] > .trm1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.53rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box2 > [class^=lst] > .trm1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.665rem;
    line-height: 1.56;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box2 > [class^=lst] > .trm1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box2 > [class^=lst] > .dsc1,
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box2 > [class^=lst] > .dsc1 {
  font-size: 1.26rem;
  line-height: 1.46;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  height: auto;
  width: calc(100% - 5em);
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box2 > [class^=lst] > .dsc1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.305rem;
    line-height: 1.46;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box2 > [class^=lst] > .dsc1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.35rem;
    line-height: 1.48;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box2 > [class^=lst] > .dsc1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.44rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box2 > [class^=lst] > .dsc1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.53rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box2 > [class^=lst] > .dsc1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.665rem;
    line-height: 1.56;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box2 > [class^=lst] > .dsc1,
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box2 > [class^=lst].lst1 > .dsc1 > .inl1,
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box2 > [class^=lst].lst1 > .dsc1 > .inl1 {
  height: auto;
  width: 100%;
  display: inline-block;
}
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box2 > [class^=lst].lst1 > .dsc1 > .inl2,
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1 > .box2 > [class^=lst].lst1 > .dsc1 > .inl3,
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box2 > [class^=lst].lst1 > .dsc1 > .inl2,
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2 > .box2 > [class^=lst].lst1 > .dsc1 > .inl3 {
  height: auto;
  width: 100%;
  font-size: 0.8em;
  display: inline-block;
}
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1.box2 > .box1 > .par1 > [class^=inl],
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2.box2 > .box1 > .par1 > [class^=inl] {
  display: inline-block;
}
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1.box2 > .box1 > .par1 > [class^=inl].inl1,
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2.box2 > .box1 > .par1 > [class^=inl].inl1 {
  margin-right: 0.5em;
}
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1.box2 > .box2 > .lst1 > .dsc1 > .inl2 > [class^=inl],
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2.box2 > .box2 > .lst1 > .dsc1 > .inl2 > [class^=inl] {
  display: inline-block;
}
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box1.box2 > .box2 > .lst1 > .dsc1 > .inl2 > [class^=inl].inl1,
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box2.box2 > .box2 > .lst1 > .dsc1 > .inl2 > [class^=inl].inl1 {
  margin-right: 0.5em;
}
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 {
  height: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-bottom: 0.2rem solid #b0b0b0;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    padding-bottom: 1.125rem;
    padding-top: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-bottom: 1.75rem;
    padding-top: 1.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-bottom: 2.25rem;
    padding-top: 2.25rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
    padding-bottom: 2.75rem;
    padding-top: 2.75rem;
  }
}
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1rem;
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box1 {
    margin-bottom: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box1 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box1 {
    margin-bottom: 2.75rem;
  }
}
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.825;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box1 > .hdr1 {
    font-size: 1.45rem;
    line-height: 1.825;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box1 > .hdr1 {
    font-size: 1.5rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box1 > .hdr1 {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box1 > .hdr1 {
    font-size: 1.7rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box1 > .hdr1 {
    font-size: 1.85rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box1 > .hdr1 {
    font-size: 2rem;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box1 > .hdr1 {
    margin-right: 1em;
    width: auto;
  }
}
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box1 > .par1 {
  height: auto;
  width: 100%;
  font-size: 1.12rem;
  line-height: 1.825;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box1 > .par1 {
    font-size: 1.16rem;
    line-height: 1.825;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box1 > .par1 {
    font-size: 1.2rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box1 > .par1 {
    font-size: 1.28rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box1 > .par1 {
    font-size: 1.36rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box1 > .par1 {
    font-size: 1.48rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box1 > .par1 {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box1 > .par1 {
    width: auto;
  }
}
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box2 {
  height: auto;
  width: 100%;
}
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box2 > [class^=lst] {
  height: auto;
  width: auto;
  display: flex;
  justify-content: space-between;
}
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box2 > [class^=lst]:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 0.5625rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 1.125rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 1.375rem;
  }
}
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box2 > [class^=lst] > .trm1 {
  height: auto;
  width: auto;
  font-size: 1.26rem;
  line-height: 1.46;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  margin-right: 1em;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.305rem;
    line-height: 1.46;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.35rem;
    line-height: 1.48;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.44rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.53rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.665rem;
    line-height: 1.56;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
#main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box2 > [class^=lst] > .dsc1 {
  height: auto;
  width: auto;
  font-size: 1.26rem;
  line-height: 1.46;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.305rem;
    line-height: 1.46;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.35rem;
    line-height: 1.48;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.44rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.53rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.665rem;
    line-height: 1.56;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec4 > .box1 > .box1 > .box4 > .box3 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
#main > .box1 > .sec4 > .box1 > .box2 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 > .box1 > .box2 {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec4 > .box1 > .box2 {
    width: calc(50% - 1.75rem);
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec4 > .box1 > .box2 {
    width: calc(50% - 2.25rem);
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec4 > .box1 > .box2 {
    width: calc(50% - 2.75rem);
  }
}
#main > .box1 > .sec4 > .box1 > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec4 > .box1 > .box2 > .box1 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec4 > .box1 > .box2 > .box1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 > .box1 > .box2 > .box1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec4 > .box1 > .box2 > .box1 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec4 > .box1 > .box2 > .box1 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec4 > .box1 > .box2 > .box1 {
    margin-bottom: 5.5rem;
  }
}
#main > .box1 > .sec4 > .box1 > .box2 > .box1 > .box1 {
  height: auto;
  width: 100%;
}
#main > .box1 > .sec4 > .box1 > .box2 > .box1 > .box1 > .lst1 {
  height: auto;
  width: 100%;
}
#main > .box1 > .sec4 > .box1 > .box2 > .box1 > .box1 > .lst1 > [class^=itm] {
  height: auto;
  width: 100%;
}
#main > .box1 > .sec4 > .box1 > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 {
  height: auto;
  width: 100%;
  position: relative;
}
#main > .box1 > .sec4 > .box1 > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .img1 {
  height: auto;
  width: 100%;
  border-radius: 1rem;
  display: block;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec4 > .box1 > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .img1 {
    border-radius: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec4 > .box1 > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .img1 {
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 > .box1 > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .img1 {
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec4 > .box1 > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .img1 {
    border-radius: 1.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec4 > .box1 > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .img1 {
    border-radius: 2.25rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec4 > .box1 > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .img1 {
    border-radius: 2.75rem;
  }
}
#main > .box1 > .sec4 > .box1 > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
  height: auto;
  width: auto;
  font-size: 1.12rem;
  line-height: 1.46;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  background-color: #ffffff;
  border-radius: 0.5em 0.5em 0 0;
  bottom: 0;
  left: 50%;
  padding: 0.5em;
  transform: translateX(-50%);
  position: absolute;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec4 > .box1 > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    font-size: 1.16rem;
    line-height: 1.46;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec4 > .box1 > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    font-size: 1.2rem;
    line-height: 1.48;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 > .box1 > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    font-size: 1.28rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec4 > .box1 > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    font-size: 1.36rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec4 > .box1 > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    font-size: 1.48rem;
    line-height: 1.56;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec4 > .box1 > .box2 > .box1 > .box1 > .lst1 > [class^=itm] > .fig1 > .cap1 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
#main > .box1 > .sec4 > .box1 > .box2 > .box2 {
  height: auto;
  width: 100%;
}
#main > .box1 > .sec4 > .box1 > .box2 > .box2 > .fig1 {
  height: auto;
  width: 100%;
}
#main > .box1 > .sec4 > .box1 > .box2 > .box2 > .fig1 > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#main > .box1 > .sec4 > .box1 > .box2 > .box2 > .fig1 > .cap1 {
  height: auto;
  width: auto;
  font-size: 1.12rem;
  line-height: 1.46;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec4 > .box1 > .box2 > .box2 > .fig1 > .cap1 {
    font-size: 1.16rem;
    line-height: 1.46;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec4 > .box1 > .box2 > .box2 > .fig1 > .cap1 {
    font-size: 1.2rem;
    line-height: 1.48;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec4 > .box1 > .box2 > .box2 > .fig1 > .cap1 {
    font-size: 1.28rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec4 > .box1 > .box2 > .box2 > .fig1 > .cap1 {
    font-size: 1.36rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec4 > .box1 > .box2 > .box2 > .fig1 > .cap1 {
    font-size: 1.48rem;
    line-height: 1.56;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec4 > .box1 > .box2 > .box2 > .fig1 > .cap1 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
#main > .box1 > .sec5 {
  height: auto;
  width: 100%;
  margin-bottom: 8rem;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec5 {
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec5 {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec5 {
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec5 {
    margin-bottom: 14rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec5 {
    margin-bottom: 18rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec5 {
    margin-bottom: 22rem;
  }
}
#main > .box1 > .sec5 > .box1 {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 42rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec5 > .box1 {
    max-width: 56rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec5 > .box1 {
    max-width: 74rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec5 > .box1 {
    max-width: 99rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec5 > .box1 {
    max-width: 120rem;
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec5 > .box1 {
    max-width: 160rem;
    padding-left: 9rem;
    padding-right: 9rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec5 > .box1 {
    max-width: 192rem;
    padding-left: 11rem;
    padding-right: 11rem;
  }
}
#main > .box1 > .sec5 > .box1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec5 > .box1 > .box1 {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec5 > .box1 > .box1 {
    width: calc(50% - 1.75rem);
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec5 > .box1 > .box1 {
    width: calc(50% - 2.25rem);
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec5 > .box1 > .box1 {
    width: calc(50% - 2.75rem);
  }
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec5 > .box1 > .box1 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec5 > .box1 > .box1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec5 > .box1 > .box1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec5 > .box1 > .box1 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec5 > .box1 > .box1 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec5 > .box1 > .box1 {
    margin-bottom: 5.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec5 > .box1 > .box1 {
    margin-bottom: 0;
  }
}
#main > .box1 > .sec5 > .box1 > .box1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 4rem;
}
#main > .box1 > .sec5 > .box1 > .box1 > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  font-size: 1.26rem;
  line-height: 1.825;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.2em;
  color: #181818;
  font-weight: 500;
  text-transform: uppercase;
  text-align: right;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box1 > .hdr1 {
    font-size: 1.305rem;
    line-height: 1.825;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box1 > .hdr1 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box1 > .hdr1 {
    font-size: 1.44rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box1 > .hdr1 {
    font-size: 1.53rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box1 > .hdr1 {
    font-size: 1.665rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box1 > .hdr1 {
    font-size: 1.8rem;
    line-height: 2;
  }
}
#main > .box1 > .sec5 > .box1 > .box1 > .box1 > .hdr2 {
  height: auto;
  width: 100%;
  font-size: 2.24rem;
  line-height: 1.825;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  color: #181818;
  font-weight: 600;
  position: relative;
  text-align: right;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box1 > .hdr2 {
    font-size: 2.32rem;
    line-height: 1.825;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box1 > .hdr2 {
    font-size: 2.4rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box1 > .hdr2 {
    font-size: 2.56rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box1 > .hdr2 {
    font-size: 2.72rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box1 > .hdr2 {
    font-size: 2.96rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box1 > .hdr2 {
    font-size: 3.2rem;
    line-height: 2;
  }
}
#main > .box1 > .sec5 > .box1 > .box1 > .box1 > .hdr2 > .inl1 {
  font-size: 1.5em;
}
#main > .box1 > .sec5 > .box1 > .box1 > .box1 > .hdr2 > .inl2 {
  font-size: 1.25em;
}
#main > .box1 > .sec5 > .box1 > .box1 > .box1 > .hdr2::before {
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 4em;
  opacity: 0.3;
  position: absolute;
  width: 4em;
  z-index: -1;
  background-image: url(../../media/home/hdr_type2.svg);
  right: -0.5em;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box1 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box1 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box1 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box1 {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box1 {
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box1 {
    margin-bottom: 11rem;
  }
}
#main > .box1 > .sec5 > .box1 > .box1 > .box2 {
  height: auto;
  width: 100%;
}
#main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box1 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box1 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box1 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box1 {
    margin-bottom: 5.5rem;
  }
}
#main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box1 > [class^=par] {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.825;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box1 > [class^=par] {
    font-size: 1.45rem;
    line-height: 1.825;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box1 > [class^=par] {
    font-size: 1.5rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box1 > [class^=par] {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box1 > [class^=par] {
    font-size: 1.7rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box1 > [class^=par] {
    font-size: 1.85rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box1 > [class^=par] {
    font-size: 2rem;
    line-height: 2;
  }
}
#main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box1 > [class^=par]:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box1 > [class^=par]:not(:last-of-type) {
    margin-bottom: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box1 > [class^=par]:not(:last-of-type) {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box1 > [class^=par]:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box1 > [class^=par]:not(:last-of-type) {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box1 > [class^=par]:not(:last-of-type) {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box1 > [class^=par]:not(:last-of-type) {
    margin-bottom: 2.75rem;
  }
}
#main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 {
  height: auto;
  width: 100%;
  border-top: 0.2rem solid #b0b0b0;
}
#main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-bottom: 0.2rem solid #b0b0b0;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 {
    margin-bottom: 5.5rem;
  }
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    padding-bottom: 1.125rem;
    padding-top: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-bottom: 1.75rem;
    padding-top: 1.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-bottom: 2.25rem;
    padding-top: 2.25rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
    padding-bottom: 2.75rem;
    padding-top: 2.75rem;
  }
}
#main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1rem;
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box1 {
    margin-bottom: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box1 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box1 {
    margin-bottom: 2.75rem;
  }
}
#main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.825;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box1 > .hdr1 {
    font-size: 1.45rem;
    line-height: 1.825;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box1 > .hdr1 {
    font-size: 1.5rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box1 > .hdr1 {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box1 > .hdr1 {
    font-size: 1.7rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box1 > .hdr1 {
    font-size: 1.85rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box1 > .hdr1 {
    font-size: 2rem;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box1 > .hdr1 {
    margin-right: 1em;
    width: auto;
  }
}
#main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box1 > .hdr1 > .inl1 {
  background: linear-gradient(transparent 66.66%, rgba(251, 226, 0, 0.7) 66.66%, rgba(251, 226, 0, 0.7) 80%);
}
#main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box1 > .par1 {
  height: auto;
  width: 100%;
  font-size: 1.12rem;
  line-height: 1.825;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box1 > .par1 {
    font-size: 1.16rem;
    line-height: 1.825;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box1 > .par1 {
    font-size: 1.2rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box1 > .par1 {
    font-size: 1.28rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box1 > .par1 {
    font-size: 1.36rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box1 > .par1 {
    font-size: 1.48rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box1 > .par1 {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box1 > .par1 {
    width: auto;
  }
}
#main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box2 {
  height: auto;
  width: 100%;
}
#main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box2 > [class^=lst] {
  height: auto;
  width: auto;
  display: flex;
  justify-content: space-between;
}
#main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box2 > [class^=lst]:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 0.5625rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 1.125rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 1.375rem;
  }
}
#main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box2 > [class^=lst] > .trm1 {
  height: auto;
  width: auto;
  font-size: 1.26rem;
  line-height: 1.825;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  margin-right: 1em;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.305rem;
    line-height: 1.825;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.44rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.53rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.665rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box2 > [class^=lst] > .trm1 {
    font-size: 1.8rem;
    line-height: 2;
  }
}
#main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box2 > [class^=lst] > .dsc1 {
  height: auto;
  width: auto;
  font-size: 1.26rem;
  line-height: 1.825;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.305rem;
    line-height: 1.825;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.44rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.53rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.665rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box1 > .box2 > [class^=lst] > .dsc1 {
    font-size: 1.8rem;
    line-height: 2;
  }
}
#main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box2 {
  height: auto;
  width: 100%;
}
#main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box2 > .lnk1 {
  font-size: 1.26rem;
  line-height: 1.825;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  background-color: #ffffff;
  border: 0.2rem solid #181818;
  border-radius: 0.5rem;
  color: #181818;
  display: block;
  font-weight: 600;
  height: auto;
  margin: 0 auto;
  padding: 0.5em 0;
  text-align: center;
  width: 12em;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box2 > .lnk1 {
    font-size: 1.305rem;
    line-height: 1.825;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box2 > .lnk1 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box2 > .lnk1 {
    font-size: 1.44rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box2 > .lnk1 {
    font-size: 1.53rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box2 > .lnk1 {
    font-size: 1.665rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box2 > .lnk1 {
    font-size: 1.8rem;
    line-height: 2;
  }
}
#main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box2 > .lnk1 > .inl1 {
  margin-right: 0.5em;
}
#main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box2 > .lnk1.hov {
  transition: background ease-out 0.3s;
}
#main > .box1 > .sec5 > .box1 > .box1 > .box2 > .box2 > .box2 > .lnk1.hov:hover {
  background-color: #fbe200;
}
#main > .box1 > .sec5 > .box1 > .box2 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec5 > .box1 > .box2 {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec5 > .box1 > .box2 {
    width: calc(50% - 1.75rem);
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec5 > .box1 > .box2 {
    width: calc(50% - 2.25rem);
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec5 > .box1 > .box2 {
    width: calc(50% - 2.75rem);
  }
}
#main > .box1 > .sec5 > .box1 > .box2 > .box1 {
  height: auto;
  width: 100%;
  gap: 2rem 0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec5 > .box1 > .box2 > .box1 {
    gap: 2.25rem 0rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec5 > .box1 > .box2 > .box1 {
    gap: 2.5rem 0rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec5 > .box1 > .box2 > .box1 {
    gap: 3rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec5 > .box1 > .box2 > .box1 {
    gap: 3.5rem 0rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec5 > .box1 > .box2 > .box1 {
    gap: 4.5rem 0rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec5 > .box1 > .box2 > .box1 {
    gap: 5.5rem 0rem;
  }
}
#main > .box1 > .sec5 > .box1 > .box2 > .box1 > [class^=fig] {
  height: auto;
  width: calc(50% - 1rem);
  position: relative;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec5 > .box1 > .box2 > .box1 > [class^=fig] {
    width: calc(50% - 1.125rem);
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec5 > .box1 > .box2 > .box1 > [class^=fig] {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec5 > .box1 > .box2 > .box1 > [class^=fig] {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec5 > .box1 > .box2 > .box1 > [class^=fig] {
    width: calc(50% - 1.75rem);
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec5 > .box1 > .box2 > .box1 > [class^=fig] {
    width: calc(50% - 2.25rem);
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec5 > .box1 > .box2 > .box1 > [class^=fig] {
    width: calc(50% - 2.75rem);
  }
}
#main > .box1 > .sec5 > .box1 > .box2 > .box1 > [class^=fig] > .img1 {
  height: auto;
  width: 100%;
  border-radius: 1rem;
  display: block;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec5 > .box1 > .box2 > .box1 > [class^=fig] > .img1 {
    border-radius: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec5 > .box1 > .box2 > .box1 > [class^=fig] > .img1 {
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec5 > .box1 > .box2 > .box1 > [class^=fig] > .img1 {
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec5 > .box1 > .box2 > .box1 > [class^=fig] > .img1 {
    border-radius: 1.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec5 > .box1 > .box2 > .box1 > [class^=fig] > .img1 {
    border-radius: 2.25rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec5 > .box1 > .box2 > .box1 > [class^=fig] > .img1 {
    border-radius: 2.75rem;
  }
}
#main > .box1 > .sec5 > .box1 > .box2 > .box1 > [class^=fig] > .cap1 {
  height: auto;
  width: auto;
  font-size: 1.12rem;
  line-height: 1.46;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  background-color: #ffffff;
  border-radius: 0.5em 0.5em 0 0;
  bottom: 0;
  left: 50%;
  padding: 0.5em;
  transform: translateX(-50%);
  position: absolute;
  white-space: nowrap;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec5 > .box1 > .box2 > .box1 > [class^=fig] > .cap1 {
    font-size: 1.16rem;
    line-height: 1.46;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec5 > .box1 > .box2 > .box1 > [class^=fig] > .cap1 {
    font-size: 1.2rem;
    line-height: 1.48;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec5 > .box1 > .box2 > .box1 > [class^=fig] > .cap1 {
    font-size: 1.28rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec5 > .box1 > .box2 > .box1 > [class^=fig] > .cap1 {
    font-size: 1.36rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec5 > .box1 > .box2 > .box1 > [class^=fig] > .cap1 {
    font-size: 1.48rem;
    line-height: 1.56;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec5 > .box1 > .box2 > .box1 > [class^=fig] > .cap1 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
#main > .box1 > .sec7 {
  height: auto;
  width: 100%;
  margin-bottom: 8rem;
  background: rgba(0, 186, 216, 0.3) url("../../media/home/sec7_bg.svg") repeat;
  background-size: 5rem 5rem;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec7 {
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec7 {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec7 {
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec7 {
    margin-bottom: 14rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec7 {
    margin-bottom: 18rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec7 {
    margin-bottom: 22rem;
  }
}
#main > .box1 > .sec7 > .box1 {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 42rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 6rem;
  padding-top: 6rem;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec7 > .box1 {
    max-width: 56rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-bottom: 6.75rem;
    padding-top: 6.75rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec7 > .box1 {
    max-width: 74rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    padding-bottom: 11.25rem;
    padding-top: 11.25rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec7 > .box1 {
    max-width: 99rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    padding-bottom: 13.5rem;
    padding-top: 13.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec7 > .box1 {
    max-width: 120rem;
    padding-left: 7rem;
    padding-right: 7rem;
    padding-bottom: 10.5rem;
    padding-top: 10.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec7 > .box1 {
    max-width: 160rem;
    padding-left: 9rem;
    padding-right: 9rem;
    padding-bottom: 13.5rem;
    padding-top: 13.5rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec7 > .box1 {
    max-width: 192rem;
    padding-left: 11rem;
    padding-right: 11rem;
    padding-bottom: 16.5rem;
    padding-top: 16.5rem;
  }
}
#main > .box1 > .sec7 > .box1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 4rem;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec7 > .box1 > .box1 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec7 > .box1 > .box1 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec7 > .box1 > .box1 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec7 > .box1 > .box1 {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec7 > .box1 > .box1 {
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec7 > .box1 > .box1 {
    margin-bottom: 11rem;
  }
}
#main > .box1 > .sec7 > .box1 > .box1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 4rem;
}
#main > .box1 > .sec7 > .box1 > .box1 > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  font-size: 1.26rem;
  line-height: 1.825;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.2em;
  color: #181818;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec7 > .box1 > .box1 > .box1 > .hdr1 {
    font-size: 1.305rem;
    line-height: 1.825;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec7 > .box1 > .box1 > .box1 > .hdr1 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec7 > .box1 > .box1 > .box1 > .hdr1 {
    font-size: 1.44rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec7 > .box1 > .box1 > .box1 > .hdr1 {
    font-size: 1.53rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec7 > .box1 > .box1 > .box1 > .hdr1 {
    font-size: 1.665rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec7 > .box1 > .box1 > .box1 > .hdr1 {
    font-size: 1.8rem;
    line-height: 2;
  }
}
#main > .box1 > .sec7 > .box1 > .box1 > .box1 > .hdr2 {
  height: auto;
  width: 100%;
  font-size: 2.24rem;
  line-height: 1.825;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  color: #181818;
  font-weight: 600;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec7 > .box1 > .box1 > .box1 > .hdr2 {
    font-size: 2.32rem;
    line-height: 1.825;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec7 > .box1 > .box1 > .box1 > .hdr2 {
    font-size: 2.4rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec7 > .box1 > .box1 > .box1 > .hdr2 {
    font-size: 2.56rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec7 > .box1 > .box1 > .box1 > .hdr2 {
    font-size: 2.72rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec7 > .box1 > .box1 > .box1 > .hdr2 {
    font-size: 2.96rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec7 > .box1 > .box1 > .box1 > .hdr2 {
    font-size: 3.2rem;
    line-height: 2;
  }
}
#main > .box1 > .sec7 > .box1 > .box1 > .box1 > .hdr2 > .inl1 {
  font-size: 1.5em;
}
#main > .box1 > .sec7 > .box1 > .box1 > .box1 > .hdr2 > .inl2 {
  font-size: 1.25em;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec7 > .box1 > .box1 > .box1 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec7 > .box1 > .box1 > .box1 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec7 > .box1 > .box1 > .box1 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec7 > .box1 > .box1 > .box1 {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec7 > .box1 > .box1 > .box1 {
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec7 > .box1 > .box1 > .box1 {
    margin-bottom: 11rem;
  }
}
#main > .box1 > .sec7 > .box1 > .box1 > .box2 {
  height: auto;
  width: 100%;
}
#main > .box1 > .sec7 > .box1 > .box1 > .box2 > .par1 {
  height: auto;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.825;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec7 > .box1 > .box1 > .box2 > .par1 {
    font-size: 1.45rem;
    line-height: 1.825;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec7 > .box1 > .box1 > .box2 > .par1 {
    font-size: 1.5rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec7 > .box1 > .box1 > .box2 > .par1 {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec7 > .box1 > .box1 > .box2 > .par1 {
    font-size: 1.7rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec7 > .box1 > .box1 > .box2 > .par1 {
    font-size: 1.85rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec7 > .box1 > .box1 > .box2 > .par1 {
    font-size: 2rem;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec7 > .box1 > .box1 > .box2 > .par1 {
    text-align: center;
  }
}
#main > .box1 > .sec7 > .box1 > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 4rem;
  gap: 2rem 0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec7 > .box1 > .box2 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec7 > .box1 > .box2 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec7 > .box1 > .box2 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec7 > .box1 > .box2 {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec7 > .box1 > .box2 {
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec7 > .box1 > .box2 {
    margin-bottom: 11rem;
  }
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec7 > .box1 > .box2 {
    gap: 2.25rem 0rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec7 > .box1 > .box2 {
    gap: 2.5rem 0rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec7 > .box1 > .box2 {
    gap: 3rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec7 > .box1 > .box2 {
    gap: 3.5rem 0rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec7 > .box1 > .box2 {
    gap: 4.5rem 0rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec7 > .box1 > .box2 {
    gap: 5.5rem 0rem;
  }
}
#main > .box1 > .sec7 > .box1 > .box2 > [class^=fig] {
  height: auto;
  position: relative;
  width: calc(50% - 1rem);
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec7 > .box1 > .box2 > [class^=fig] {
    width: calc(50% - 1.125rem);
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec7 > .box1 > .box2 > [class^=fig] {
    width: calc(25% - 1.875rem);
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec7 > .box1 > .box2 > [class^=fig] {
    width: calc(25% - 2.25rem);
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec7 > .box1 > .box2 > [class^=fig] {
    width: calc(25% - 2.625rem);
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec7 > .box1 > .box2 > [class^=fig] {
    width: calc(25% - 3.375rem);
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec7 > .box1 > .box2 > [class^=fig] {
    width: calc(25% - 4.125rem);
  }
}
#main > .box1 > .sec7 > .box1 > .box2 > [class^=fig] > .img1 {
  height: auto;
  width: 100%;
  border-radius: 1rem;
  border: 0.2rem solid #606060;
  display: block;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec7 > .box1 > .box2 > [class^=fig] > .img1 {
    border-radius: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec7 > .box1 > .box2 > [class^=fig] > .img1 {
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec7 > .box1 > .box2 > [class^=fig] > .img1 {
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec7 > .box1 > .box2 > [class^=fig] > .img1 {
    border-radius: 1.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec7 > .box1 > .box2 > [class^=fig] > .img1 {
    border-radius: 2.25rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec7 > .box1 > .box2 > [class^=fig] > .img1 {
    border-radius: 2.75rem;
  }
}
#main > .box1 > .sec7 > .box1 > .box2 > [class^=fig] > .cap1 {
  height: auto;
  width: auto;
  font-size: 1.12rem;
  line-height: 1.46;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.5em 0.5em 0 0;
  bottom: 0;
  color: #ffffff;
  left: 50%;
  padding: 0.5em;
  transform: translateX(-50%);
  position: absolute;
  white-space: nowrap;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec7 > .box1 > .box2 > [class^=fig] > .cap1 {
    font-size: 1.16rem;
    line-height: 1.46;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec7 > .box1 > .box2 > [class^=fig] > .cap1 {
    font-size: 1.2rem;
    line-height: 1.48;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec7 > .box1 > .box2 > [class^=fig] > .cap1 {
    font-size: 1.28rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec7 > .box1 > .box2 > [class^=fig] > .cap1 {
    font-size: 1.36rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec7 > .box1 > .box2 > [class^=fig] > .cap1 {
    font-size: 1.48rem;
    line-height: 1.56;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec7 > .box1 > .box2 > [class^=fig] > .cap1 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
#main > .box1 > .sec7 > .box1 > .box3 {
  height: auto;
  width: 100%;
}
#main > .box1 > .sec7 > .box1 > .box3 > .lnk1 {
  font-size: 1.26rem;
  line-height: 1.825;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  background-color: #ffffff;
  border: 0.2rem solid #181818;
  border-radius: 0.5rem;
  color: #181818;
  display: block;
  font-weight: 600;
  height: auto;
  margin: 0 auto;
  padding: 0.5em 0;
  text-align: center;
  width: 12em;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec7 > .box1 > .box3 > .lnk1 {
    font-size: 1.305rem;
    line-height: 1.825;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec7 > .box1 > .box3 > .lnk1 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec7 > .box1 > .box3 > .lnk1 {
    font-size: 1.44rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec7 > .box1 > .box3 > .lnk1 {
    font-size: 1.53rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec7 > .box1 > .box3 > .lnk1 {
    font-size: 1.665rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec7 > .box1 > .box3 > .lnk1 {
    font-size: 1.8rem;
    line-height: 2;
  }
}
#main > .box1 > .sec7 > .box1 > .box3 > .lnk1 > .inl1 {
  margin-right: 0.5em;
}
#main > .box1 > .sec7 > .box1 > .box3 > .lnk1.hov {
  transition: background ease-out 0.3s;
}
#main > .box1 > .sec7 > .box1 > .box3 > .lnk1.hov:hover {
  background-color: #00bad8;
}
#main > .box1 > .sec9 {
  height: auto;
  width: 100%;
}
#main > .box1 > .sec9 > .box1 {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 42rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec9 > .box1 {
    max-width: 56rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 {
    max-width: 74rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 {
    max-width: 99rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 {
    max-width: 120rem;
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 {
    max-width: 160rem;
    padding-left: 9rem;
    padding-right: 9rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 {
    max-width: 192rem;
    padding-left: 11rem;
    padding-right: 11rem;
  }
}
#main > .box1 > .sec9 > .box1 > .box1 {
  height: auto;
  width: 100%;
}
#main > .box1 > .sec9 > .box1 > .box1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 4rem;
}
#main > .box1 > .sec9 > .box1 > .box1 > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  font-size: 1.26rem;
  line-height: 1.825;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.2em;
  color: #181818;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec9 > .box1 > .box1 > .box1 > .hdr1 {
    font-size: 1.305rem;
    line-height: 1.825;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box1 > .box1 > .hdr1 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box1 > .box1 > .hdr1 {
    font-size: 1.44rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box1 > .box1 > .hdr1 {
    font-size: 1.53rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box1 > .box1 > .hdr1 {
    font-size: 1.665rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box1 > .box1 > .hdr1 {
    font-size: 1.8rem;
    line-height: 2;
  }
}
#main > .box1 > .sec9 > .box1 > .box1 > .box1 > .hdr2 {
  height: auto;
  width: 100%;
  font-size: 2.24rem;
  line-height: 1.825;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  color: #181818;
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec9 > .box1 > .box1 > .box1 > .hdr2 {
    font-size: 2.32rem;
    line-height: 1.825;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box1 > .box1 > .hdr2 {
    font-size: 2.4rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box1 > .box1 > .hdr2 {
    font-size: 2.56rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box1 > .box1 > .hdr2 {
    font-size: 2.72rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box1 > .box1 > .hdr2 {
    font-size: 2.96rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box1 > .box1 > .hdr2 {
    font-size: 3.2rem;
    line-height: 2;
  }
}
#main > .box1 > .sec9 > .box1 > .box1 > .box1 > .hdr2 > .inl1 {
  font-size: 1.5em;
}
#main > .box1 > .sec9 > .box1 > .box1 > .box1 > .hdr2 > .inl2 {
  font-size: 1.25em;
}
#main > .box1 > .sec9 > .box1 > .box1 > .box1 > .hdr2::before {
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  height: 4em;
  opacity: 0.3;
  position: absolute;
  width: 4em;
  z-index: -1;
  background-image: url(../../media/home/hdr_type4.svg);
  left: -0.5em;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec9 > .box1 > .box1 > .box1 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box1 > .box1 {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box1 > .box1 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box1 > .box1 {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box1 > .box1 {
    margin-bottom: 9rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box1 > .box1 {
    margin-bottom: 11rem;
  }
}
#main > .box1 > .sec9 > .box1 > .box2 {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main > .box1 > .sec9 > .box1 > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 {
    width: calc(50% - 1.75rem);
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 {
    width: calc(50% - 2.25rem);
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 {
    width: calc(50% - 2.75rem);
  }
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 {
    margin-bottom: 5.5rem;
  }
}
#main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box1 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box1 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box1 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box1 {
    margin-bottom: 5.5rem;
  }
}
#main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box1 > .img1 {
  height: auto;
  width: 100%;
  border-radius: 1rem;
  display: block;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box1 > .img1 {
    border-radius: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box1 > .img1 {
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box1 > .img1 {
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box1 > .img1 {
    border-radius: 1.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box1 > .img1 {
    border-radius: 2.25rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box1 > .img1 {
    border-radius: 2.75rem;
  }
}
#main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 {
  height: auto;
  width: 100%;
}
#main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box1 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box1 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box1 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box1 {
    margin-bottom: 5.5rem;
  }
}
#main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  font-size: 1.96rem;
  line-height: 1.825;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  color: #181818;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box1 > .hdr1 {
    font-size: 2.03rem;
    line-height: 1.825;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box1 > .hdr1 {
    font-size: 2.1rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box1 > .hdr1 {
    font-size: 2.24rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box1 > .hdr1 {
    font-size: 2.38rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box1 > .hdr1 {
    font-size: 2.59rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box1 > .hdr1 {
    font-size: 2.8rem;
    line-height: 2;
  }
}
#main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box1 > .hdr1 > .inl2 {
  font-size: 0.6em;
  margin-left: 1em;
}
#main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box1 > .hdr2 {
  height: auto;
  width: 100%;
  font-size: 1.26rem;
  line-height: 1.825;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  color: #181818;
  font-weight: 500;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box1 > .hdr2 {
    font-size: 1.305rem;
    line-height: 1.825;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box1 > .hdr2 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box1 > .hdr2 {
    font-size: 1.44rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box1 > .hdr2 {
    font-size: 1.53rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box1 > .hdr2 {
    font-size: 1.665rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box1 > .hdr2 {
    font-size: 1.8rem;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box1 > .hdr2 {
    width: auto;
  }
}
#main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box2 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box2 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box2 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box2 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box2 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box2 {
    margin-bottom: 5.5rem;
  }
}
#main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box2 > [class^=lst] {
  height: auto;
  width: 100%;
  font-size: 1.26rem;
  line-height: 1.46;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box2 > [class^=lst] {
    font-size: 1.305rem;
    line-height: 1.46;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box2 > [class^=lst] {
    font-size: 1.35rem;
    line-height: 1.48;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box2 > [class^=lst] {
    font-size: 1.44rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box2 > [class^=lst] {
    font-size: 1.53rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box2 > [class^=lst] {
    font-size: 1.665rem;
    line-height: 1.56;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box2 > [class^=lst] {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
#main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box2 > [class^=lst]:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 0.5625rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 1.125rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box2 > [class^=lst]:not(:last-of-type) {
    margin-bottom: 1.375rem;
  }
}
#main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box2 > [class^=lst] > .trm1 {
  width: 4em;
}
#main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box2 > [class^=lst] > .dsc1 {
  width: calc(100% - 5em);
}
#main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box2 > [class^=lst].lst1 > .dsc1 > .inl1 {
  display: inline-block;
  margin-right: 0.5em;
}
#main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box2 > [class^=lst].lst1 > .dsc1 > .inl2 {
  display: inline-block;
}
#main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box2 > [class^=lst].lst2 > .dsc1 > .inl1 {
  height: auto;
  width: auto;
  display: inline-block;
  margin-right: 0.5em;
}
#main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box2 > [class^=lst].lst2 > .dsc1 > .inl2 {
  height: auto;
  width: auto;
  display: inline-block;
}
#main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 {
  height: auto;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 {
    margin-bottom: 5.5rem;
  }
}
#main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par1 {
  height: auto;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.26rem;
  line-height: 1.46;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par1 {
    margin-bottom: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par1 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par1 {
    margin-bottom: 2.75rem;
  }
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par1 {
    font-size: 1.305rem;
    line-height: 1.46;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par1 {
    font-size: 1.35rem;
    line-height: 1.48;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par1 {
    font-size: 1.44rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par1 {
    font-size: 1.53rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par1 {
    font-size: 1.665rem;
    line-height: 1.56;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par1 {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
#main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par1 > .inl1 {
  color: #ff7f00;
  font-weight: 600;
}
#main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par2,
#main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par3 {
  height: auto;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.12rem;
  line-height: 1.46;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  display: flex;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par2,
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par3 {
    margin-bottom: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par2,
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par3 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par2,
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par3 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par2,
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par3 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par2,
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par3 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par2,
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par3 {
    margin-bottom: 2.75rem;
  }
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par2,
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par3 {
    font-size: 1.16rem;
    line-height: 1.46;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par2,
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par3 {
    font-size: 1.2rem;
    line-height: 1.48;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par2,
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par3 {
    font-size: 1.28rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par2,
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par3 {
    font-size: 1.36rem;
    line-height: 1.52;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par2,
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par3 {
    font-size: 1.48rem;
    line-height: 1.56;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par2,
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par3 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
#main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par2 > .inl1,
#main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par3 > .inl1 {
  height: auto;
  width: auto;
  display: inline-block;
  margin-right: 0.5em;
}
#main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par2 > .inl2,
#main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box3 > .par3 > .inl2 {
  height: auto;
  width: auto;
  display: inline-block;
}
#main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box4 {
  height: auto;
  width: 100%;
}
#main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box4 > .lst1 {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box4 > .lst1 > [class^=itm] {
  height: auto;
  width: calc(50% - 1rem);
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box4 > .lst1 > [class^=itm] {
    width: calc(50% - 1.125rem);
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box4 > .lst1 > [class^=itm] {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box4 > .lst1 > [class^=itm] {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box4 > .lst1 > [class^=itm] {
    width: calc(50% - 1.75rem);
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box4 > .lst1 > [class^=itm] {
    width: calc(50% - 2.25rem);
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box4 > .lst1 > [class^=itm] {
    width: calc(50% - 2.75rem);
  }
}
#main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box4 > .lst1 > [class^=itm] > .lnk1 {
  height: auto;
  width: 100%;
  font-size: 1.26rem;
  line-height: 1.825;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  background-color: #ffffff;
  border: 0.2rem solid #181818;
  border-radius: 0.5rem;
  color: #181818;
  display: block;
  font-weight: 600;
  padding: 0.5em 0;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box4 > .lst1 > [class^=itm] > .lnk1 {
    font-size: 1.305rem;
    line-height: 1.825;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box4 > .lst1 > [class^=itm] > .lnk1 {
    font-size: 1.35rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box4 > .lst1 > [class^=itm] > .lnk1 {
    font-size: 1.44rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box4 > .lst1 > [class^=itm] > .lnk1 {
    font-size: 1.53rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box4 > .lst1 > [class^=itm] > .lnk1 {
    font-size: 1.665rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box4 > .lst1 > [class^=itm] > .lnk1 {
    font-size: 1.8rem;
    line-height: 2;
  }
}
#main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box4 > .lst1 > [class^=itm] > .lnk1 > .inl1 {
  margin-right: 0.5em;
}
#main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box4 > .lst1 > [class^=itm] > .lnk1.hov {
  transition: background ease-out 0.3s;
}
#main > .box1 > .sec9 > .box1 > .box2 > .box1 > .box2 > .box4 > .lst1 > [class^=itm] > .lnk1.hov:hover {
  background-color: #00bad8;
}
#main > .box1 > .sec9 > .box1 > .box2 > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box2 {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box2 {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box2 {
    width: calc(50% - 1.75rem);
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box2 {
    width: calc(50% - 2.25rem);
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box2 {
    width: calc(50% - 2.75rem);
  }
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box2 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box2 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box2 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box2 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box2 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box2 {
    margin-bottom: 5.5rem;
  }
}
#main > .box1 > .sec9 > .box1 > .box2 > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box2 > .box1 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box2 > .box1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box2 > .box1 {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box2 > .box1 {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box2 > .box1 {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box2 > .box1 {
    margin-bottom: 5.5rem;
  }
}
#main > .box1 > .sec9 > .box1 > .box2 > .box2 > .box1 > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#main > .box1 > .sec9 > .box1 > .box2 > .box3 {
  height: auto;
  width: 100%;
}
#main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box1 {
    margin-bottom: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box1 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box1 {
    margin-bottom: 1.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box1 {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box1 {
    margin-bottom: 2.75rem;
  }
}
#main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.825;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  color: #181818;
  font-weight: 600;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box1 > .hdr1 {
    margin-bottom: 0.5625rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box1 > .hdr1 {
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box1 > .hdr1 {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box1 > .hdr1 {
    margin-bottom: 0.875rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box1 > .hdr1 {
    margin-bottom: 1.125rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box1 > .hdr1 {
    margin-bottom: 1.375rem;
  }
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box1 > .hdr1 {
    font-size: 1.45rem;
    line-height: 1.825;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box1 > .hdr1 {
    font-size: 1.5rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box1 > .hdr1 {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box1 > .hdr1 {
    font-size: 1.7rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box1 > .hdr1 {
    font-size: 1.85rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box1 > .hdr1 {
    font-size: 2rem;
    line-height: 2;
  }
}
#main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box1 > .par1 {
  height: auto;
  width: 100%;
  font-size: 1.12rem;
  line-height: 1.825;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: right;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box1 > .par1 {
    font-size: 1.16rem;
    line-height: 1.825;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box1 > .par1 {
    font-size: 1.2rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box1 > .par1 {
    font-size: 1.28rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box1 > .par1 {
    font-size: 1.36rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box1 > .par1 {
    font-size: 1.48rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box1 > .par1 {
    font-size: 1.6rem;
    line-height: 2;
  }
}
#main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 {
  height: auto;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  border-radius: 1rem;
  border: 0.2rem solid #b0b0b0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-bottom: 2.25rem;
    padding-top: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    padding-bottom: 4.5rem;
    padding-top: 4.5rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
    padding-bottom: 5.5rem;
    padding-top: 5.5rem;
  }
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 {
    border-radius: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 {
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 {
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 {
    border-radius: 1.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 {
    border-radius: 2.25rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 {
    border-radius: 2.75rem;
  }
}
#main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 > [class^=fig] {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 > [class^=fig] {
    width: calc(50% - 1.25rem);
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 > [class^=fig] {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 > [class^=fig] {
    width: calc(50% - 1.75rem);
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 > [class^=fig] {
    width: calc(50% - 2.25rem);
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 > [class^=fig] {
    width: calc(50% - 2.75rem);
  }
}
#main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 > [class^=fig]:not(:last-of-type) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 > [class^=fig]:not(:last-of-type) {
    margin-bottom: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 > [class^=fig]:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 > [class^=fig]:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 > [class^=fig]:not(:last-of-type) {
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 > [class^=fig]:not(:last-of-type) {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 > [class^=fig]:not(:last-of-type) {
    margin-bottom: 5.5rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 > [class^=fig]:not(:last-of-type) {
    margin-bottom: 0;
  }
}
#main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 > [class^=fig] > .lnk1 {
  height: auto;
  width: 100%;
  border: 0.2rem solid #e0e0e0;
  display: block;
}
#main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 > [class^=fig] > .lnk1.hov {
  transition: opacity ease-out 0.3s;
}
#main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 > [class^=fig] > .lnk1.hov:hover {
  opacity: 0.5;
}
#main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 > [class^=fig] > .lnk1 > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 > [class^=fig] > .cap1 {
  height: auto;
  width: 100%;
  margin-top: 1rem;
  font-size: 1.12rem;
  line-height: 1.825;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 > [class^=fig] > .cap1 {
    margin-top: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 > [class^=fig] > .cap1 {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 > [class^=fig] > .cap1 {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 > [class^=fig] > .cap1 {
    margin-top: 1.75rem;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 > [class^=fig] > .cap1 {
    margin-top: 2.25rem;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 > [class^=fig] > .cap1 {
    margin-top: 2.75rem;
  }
}
@media screen and (min-width: 570px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 > [class^=fig] > .cap1 {
    font-size: 1.16rem;
    line-height: 1.825;
  }
}
@media screen and (min-width: 768px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 > [class^=fig] > .cap1 {
    font-size: 1.2rem;
    line-height: 1.85;
  }
}
@media screen and (min-width: 992px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 > [class^=fig] > .cap1 {
    font-size: 1.28rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1200px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 > [class^=fig] > .cap1 {
    font-size: 1.36rem;
    line-height: 1.9;
  }
}
@media screen and (min-width: 1600px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 > [class^=fig] > .cap1 {
    font-size: 1.48rem;
    line-height: 1.95;
  }
}
@media screen and (min-width: 1920px) {
  #main > .box1 > .sec9 > .box1 > .box2 > .box3 > .box2 > [class^=fig] > .cap1 {
    font-size: 1.6rem;
    line-height: 2;
  }
}/*# sourceMappingURL=home.css.map */