@import url("https://fonts.googleapis.com/css2?family=noto+sans+JP+New:wght@300;400;500;700;900&display=swap");
body,
input,
textarea {
  font-family: "noto sans JP", sans-serif;
  color: #5F5651;
}

body {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
@media (min-width: 768px) {
  body {
    width: 100%;
  }
}

img {
  width: 100%;
}

.footer__lnk {
  width: min(100% - 32px, 1150px);
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(2rem, 3vw, 6rem);
}
@media (min-width: 1024px) {
  .footer__lnk {
    padding-top: 60px;
  }
}
.footer__lnk strong {
  display: block;
  width: min(66vw, 560px);
  margin-left: auto;
  margin-right: auto;
}
.footer__lnk > ul {
  padding-top: clamp(1.6rem, 3vw, 5.4rem);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: clamp(1.2rem, 2vw, 3.6rem);
  border-bottom: solid 1px #fff;
  padding-bottom: clamp(1.6rem, 3vw, 6.4rem);
}
@media (min-width: 1024px) {
  .footer__lnk > ul {
    flex-direction: row;
    gap: 36px;
    padding-top: 54px;
    padding-bottom: 64px;
  }
}
.footer__lnk > ul li {
  width: 100%;
}
@media (min-width: 1024px) {
  .footer__lnk > ul li {
    width: calc((100% - 36px) / 2);
  }
}
.footer__lnk > ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: clamp(0.7rem, 1vw, 1.5rem);
  height: clamp(4.7rem, 7vw, 12.2rem);
  padding-inline: clamp(1rem, 2vw, 2.4rem);
  width: 100%;
}
.footer__lnk > ul li a img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.footer__lnk > ul li a.fuji img {
  width: min(27vw, 197px);
  width: clamp(9.85rem, 13vw, 19.7rem);
}
.footer__lnk > ul li a.mv img {
  width: min(66vw, 495px);
  width: clamp(24.75rem, 33vw, 49.5rem);
}
@media (min-width: 1024px) {
  .footer__lnk > ul li a:hover {
    opacity: 0.6;
    transition: opacity 0.5s;
  }
}

.anchor {
  background: url(../img/index/anchor_bg.png) no-repeat;
  background-size: 100%;
  margin-top: clamp(1.3rem, 2vw, 8.5rem);
  width: min(100% - 32px, 1140px);
  margin-left: auto;
  margin-right: auto;
  padding-block: clamp(2.8rem, 4vw, 4.6rem) clamp(2.4rem, 4vw, 3.4rem);
  padding-inline: clamp(1.7rem, 3vw, 2.7rem);
  position: relative;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (min-width: 1024px) {
  .anchor {
    margin-top: 85px;
  }
}
.anchor strong {
  display: block;
  max-width: 1037px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .anchor strong {
    padding-left: 25px;
  }
}
.anchor ul {
  margin-top: clamp(0.8rem, 2vw, 1rem);
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 19px 10px;
}
@media (min-width: 1024px) {
  .anchor ul {
    gap: 20px;
  }
}
.anchor ul li {
  width: calc((100% - 10px) / 2);
}
@media (min-width: 1024px) {
  .anchor ul li {
    width: calc((100% - 60px) / 4);
  }
}
.anchor ul li > div {
  background-color: #fff;
  height: 7vw;
  padding-inline: 24px;
  padding-block: clamp(0.3rem, 1vw, 0.5rem);
  border-radius: clamp(0.7rem, 1vw, 1rem);
  margin-bottom: clamp(0.6rem, 1vw, 1rem);
}
@media (min-width: 1024px) {
  .anchor ul li > div {
    height: 38px;
  }
}
.anchor ul li > div img {
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.anchor ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: clamp(1rem, 2vw, 1.8rem);
  height: clamp(2.6rem, 4vw, 4.5rem);
  background-color: #fff;
  width: 100%;
  border-radius: 100px;
  font-size: clamp(1.3rem, 2vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -2px;
}
.anchor ul li a::after {
  content: "";
  margin-top: 2px;
  display: block;
  border-top: clamp(1.05rem, 2vw, 1.8rem) solid #000;
  border-left: solid clamp(0.525rem, 1vw, 1.05rem) transparent;
  border-right: solid clamp(0.525rem, 1vw, 1.05rem) transparent;
}
@media (min-width: 1024px) {
  .anchor ul li a::after {
    margin-top: 5px;
  }
}
@media (min-width: 1024px) {
  .anchor ul li a:hover {
    opacity: 0.6;
    transition: opacity 0.5s;
  }
}

.contents {
  padding-top: clamp(3.6rem, 5vw, 11.8rem);
  width: min(100% - 32px, 1150px);
  margin-left: auto;
  margin-right: auto;
}
.contents_ttl {
  margin-left: auto;
  margin-right: auto;
}
.contents_item {
  margin-top: clamp(2.7rem, 4vw, 9rem);
}
.contents_item strong {
  display: block;
  width: min(65vw, 600px);
  margin-left: auto;
  margin-right: auto;
}
.contents_item .box {
  margin-top: clamp(1.5rem, 2vw, 4.2rem);
  border-radius: clamp(0.7rem, 1vw, 1rem);
  background-color: var(--box_bg);
  padding-block: clamp(1.5rem, 2vw, 5.5rem);
  padding-inline: clamp(1.7rem, 3vw, 4rem);
}
.contents_item .box ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: clamp(1rem, 2vw, 3rem);
}
.contents_item .box ul li {
  width: 39vw;
}
@media (min-width: 1024px) {
  .contents_item .box ul li {
    width: min((100% - clamp(1.5rem, 2vw, 3rem) * 2) / 3, 326px);
  }
}
.contents_item .box ul li:nth-of-type(1) {
  width: 40vw;
}
@media (min-width: 1024px) {
  .contents_item .box ul li:nth-of-type(1) {
    width: min((100% - clamp(1.5rem, 2vw, 3rem) * 2) / 3, 337px);
  }
}
.contents a {
  width: min(100% - 20px, 1031px);
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(1.7rem, 3vw, 5.8rem);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.5rem, 2vw, 4.1rem);
  font-weight: 900;
  border-radius: 100px;
  /*border: solid clamp(0.15rem, 1vw, 0.475rem) #539635;*/
  padding-block: clamp(1.2rem, 2vw, 2.5rem);
	
}

.contents a.zenryoku{
	background-color: #E10012;
}
.contents a.pluspoint{
	background-color: #00A33C;
}
.contents a.iaeon{
	background-color: #B40080;
}
.contents a img {
  width: min(23vw, 229px);
}
@media (min-width: 1024px) {
  .contents a:hover {
    opacity: 0.6;
    transition: opacity 0.5s;
  }
}

#contents01 {
  --box_bg: #E10012;
}
#contents01 .contents_ttl {
 width: min(100%, 950px);
}

#contents02 {
  --box_bg: #00A33C;
}
#contents02 .contents_ttl {
  width: min(100%, 950px);
}

#contents03 {
  --box_bg: #B40080;
}
#contents03 .contents_ttl {
 /* width: 75vw;*/
}
@media (min-width: 1024px) {
  #contents03 .contents_ttl {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #contents03 .box li:nth-of-type(1) {
    width: min(27vw, 337px);
  }
  #contents03 .box li:nth-of-type(2) {
    width: min(27vw, 333px);
  }
  #contents03 .box li:nth-of-type(3) {
    width: min(27vw, 337px);
  }
}

#contents04 {
  --box_bg: #FFEC00;
  padding-bottom: clamp(3.6rem, 5vw, 9.3rem);
}
#contents04 .contents_ttl {
  width: min(91vw, 955px);
}
#contents04 .contents_item strong {
  display: block;
  width: min(65vw, 616px);
  margin-left: auto;
  margin-right: auto;
}
#contents04 .box {
  padding-inline: 0;
  padding-block: 8px 16px;
}
@media (min-width: 1024px) {
  #contents04 .box {
    padding: 0;
  }
}
#contents04 .box img {
  transform: translateX(4px);
}
@media (min-width: 1024px) {
  #contents04 .box img {
    transform: none;
  }
}