@charset "UTF-8";
@keyframes fadezoom {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale(1.1);
    z-index: 2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes textfade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  16% {
    opacity: 1;
    visibility: visible;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    z-index: 2;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.p-sec:not(:nth-last-child(2)) {
  margin-bottom: 120px;
}

.p-box {
  min-height: 482px;
  padding: 40px;
  margin-top: -29%;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

.p-box-inner {
  max-width: 800px;
  margin: auto;
}

.p-box-ttl-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.p-box-num {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Montserrat";
  font-size: 4.7rem;
  line-height: 1.2127659574;
  letter-spacing: 0.02em;
  font-weight: 700;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  background-color: #007236;
  border-radius: 9999px;
}

.p-box-ttl01 {
  color: #007236;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.p-box-bg-wrap {
  position: relative;
  text-align: center;
  width: 90%;
  margin: -170px auto 0;
  z-index: 1;
}
.p-box-bg-wrap.wide {
  max-width: 960px;
}

.p-box-ttl02 {
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: 400px;
  padding: 9px 0;
  margin: auto;
  background-color: #004022;
  z-index: 1;
}

.p-box-bg {
  padding: 65px 0 45px;
  margin: -25px auto 0;
  background-color: #F2F2ED;
}

.p-box-bg-inner {
  width: 90%;
  max-width: 800px;
  margin: auto;
}

.p-box-bg-txt {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-box-bg-txt span {
  color: #007236;
  font-size: 3rem;
  line-height: 1.0666666667;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.p-box-txt-l {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.p-box-ttl-wrap + p,
.p-box-txt-l + p {
  color: #333;
}

@media screen and (max-width: 767px) {
  .p-3min-handspage p {
    font-size: 4.2666666667vw;
  }
  .p-3min-handspage img {
    width: 100%;
  }
  .p-sec:not(:nth-last-child(2)) {
    margin-bottom: 15.2vw;
  }
  .p-sec:nth-last-child(2) {
    margin-bottom: 21.3333333333vw;
  }
  .p-box {
    min-height: auto;
    padding: 5.3333333333vw;
    margin-top: -46.6666666667vw;
    border-radius: 5.3333333333vw;
  }
  .p-box-ttl-wrap {
    flex-direction: column;
    gap: 5.3333333333vw;
    margin-bottom: 6vw;
    margin-top: -14.6666666667vw;
  }
  .p-box-num {
    font-size: 10.6666666667vw;
    width: 18.6666666667vw;
    height: 18.6666666667vw;
    margin: 0;
  }
  .p-box-ttl01 {
    font-size: 7.4666666667vw;
    text-align: center;
  }
  .p-box-bg-wrap {
    width: 100%;
    margin: -45.3333333333vw auto 0;
  }
  .p-box-ttl02 {
    font-size: 4.8vw;
    width: 68vw;
    padding: 2.4vw 0;
  }
  .p-box-bg {
    padding: 12vw 0 6.6666666667vw;
    margin: -6.6666666667vw auto 0;
  }
  .p-box-bg-txt {
    font-size: 4.8vw;
    line-height: 2.2;
  }
  .p-box-bg-txt span {
    font-size: 8vw;
  }
  .p-box-txt-l {
    font-size: 5.3333333333vw;
    margin-bottom: 4vw;
  }
  .p-box-txt-l .inline-block {
    display: inline-block;
  }
}
.p-anchour-list {
  display: flex;
  justify-content: space-between;
  margin: 60px auto 100px;
}
.p-anchour-list li {
  width: 19.2%;
  max-width: 168px;
  aspect-ratio: 168/159;
}
.p-anchour-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  border-radius: 9999px;
  background-color: #007236;
  position: relative;
}
.p-anchour-list li a::before {
  position: absolute;
  content: "";
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 21px;
  height: 21px;
  background: url(../../images/3min-hands/icn_arw-circle.svg) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .p-anchour-list {
    flex-direction: column;
    gap: 2.9333333333vw;
    margin: 0 auto 16vw;
  }
  .p-anchour-list li {
    width: 100%;
    max-width: 100%;
    aspect-ratio: initial;
  }
  .p-anchour-list li a {
    justify-content: start;
    font-size: 4.2666666667vw;
    text-align: left;
    padding: 4.2666666667vw 8vw;
  }
  .p-anchour-list li a::before {
    bottom: 50%;
    left: auto;
    right: 5.3333333333vw;
    transform: translateY(50%);
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.p-box-bg-wrap01 {
  margin-top: -15%;
}

@media screen and (max-width: 767px) {
  .p-box-bg-wrap01 {
    margin-top: 4vw;
  }
}
.p-box-bg-wrap02 {
  margin-top: -9%;
}

.p-box-ttl03 {
  color: #007236;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 30px;
}

.p-sec02-list01 li:not(:last-child) {
  margin-bottom: 40px;
}
.p-sec02-list01 p {
  text-align: left;
}

.p-box-ttl04 {
  margin: 0 auto 35px;
  position: relative;
}
.p-box-ttl04 span {
  position: relative;
  color: #004022;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: fit-content;
  padding: 1px 35px;
  border: 2px solid #004022;
  border-radius: 15px;
  background-color: #F2F2ED;
  z-index: 1;
}
.p-box-ttl04::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: #AAAAAA;
}

.p-sec02-list01-img-wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
  max-width: 600px;
  margin: 0 auto 37px;
}
.p-sec02-list01-img-wrap img {
  max-width: calc(50% - 15px);
}

.p-sec02-box {
  margin-top: 60px;
}

.p-sec02-box-ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin: 0 auto 20px;
  text-align: center;
}
.p-sec02-box-ttl img {
  display: block;
  max-width: 200px;
  margin: 0 auto 20px;
}

.p-sec02-lead {
  max-width: 800px;
  margin: auto;
}

.p-sec02-list02 {
  margin-top: 20px;
}
.p-sec02-list02 li {
  display: flex;
  max-width: 1030px;
}
.p-sec02-list02 li:not(:last-child) {
  margin-bottom: 40px;
}
.p-sec02-list02 li:nth-child(even) {
  max-width: 100%;
  margin-left: auto;
  flex-direction: row-reverse;
}
.p-sec02-list02 li:nth-child(even) .p-sec02-list02-img {
  width: 37.2%;
  margin-right: auto;
  margin-left: -210px;
}
.p-sec02-list02 li:nth-child(even) .p-sec02-list02-txt {
  width: 900px;
  border-radius: 20px 0 0 20px;
}
.p-sec02-list02 li:nth-child(even) .p-sec02-list02-txt-inner {
  margin: 0 35% 0 auto;
  padding: 0 0 0 20px;
}
.p-sec02-list02 .p-sec02-list02-img {
  width: 39.8%;
  max-width: 410px;
  object-fit: contain;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: -200px;
  z-index: 1;
}
.p-sec02-list02 .p-sec02-list02-img09 {
  border: 1px solid #50AC59;
  border-radius: 20px;
}

.p-sec02-list02-txt {
  display: flex;
  align-items: center;
  width: 830px;
  min-height: 353px;
  background-color: #DDEBE2;
  border-radius: 0 20px 20px 0;
  margin-left: auto;
}

.p-sec02-list02-txt-inner {
  margin: 0 auto 0 250px;
  padding-right: 20px;
}

.p-sec02-list02-txt01-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
.p-sec02-list02-txt01-wrap .p-sec02-list02-txt01 {
  margin-bottom: 0;
}
.p-sec02-list02-txt01-wrap img.p-sec02-list02-logo01 {
  max-width: 160px;
  margin: 0 !important;
}

.p-sec02-list02-txt01-wrap02 {
  margin-bottom: 0;
}

.p-sec02-list02-txt01 {
  color: #fff;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: fit-content;
  padding: 10px 20px;
  background-color: #007236;
  border-radius: 23px;
  margin-bottom: 20px;
  position: relative;
}
.p-sec02-list02-txt01::before {
  position: absolute;
  content: "";
  bottom: 1px;
  left: 24px;
  transform: translateY(100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5.5px 0 5.5px;
  border-color: #007236 transparent transparent transparent;
}

.p-sec02-list02-txt02 {
  color: #004022;
  font-size: 1.3rem;
  line-height: 1.7692307692;
  letter-spacing: 0.06em;
  font-weight: 700;
  border: 1px solid #004022;
  width: fit-content;
  padding: 3px 10px;
  margin-bottom: 10px;
  background-color: #fff;
}

.p-sec02-list02-txt03 {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-sec02-list02-txt03 a {
  color: #007236;
  text-decoration: underline;
}
.p-sec02-list02-txt03 a:hover {
  text-decoration: none;
}

.p-sec02-btn {
  display: block;
  color: #fff;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: fit-content;
  padding: 29px 101px 29px 74px;
  margin: 60px auto 0;
  background-color: #007236;
  position: relative;
}
.p-sec02-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 74px;
  width: 10px;
  height: 10px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .p-box-bg-wrap02 {
    margin-top: 4.5333333333vw;
  }
  .p-box-ttl03 {
    font-size: 5.3333333333vw;
    margin-bottom: 8vw;
  }
  .p-sec02-list01 {
    width: 68vw;
    margin: auto;
  }
  .p-sec02-list01 li:not(:last-child) {
    margin-bottom: 6.6666666667vw;
  }
  .p-box-ttl04 {
    margin: 0 auto 2.6666666667vw;
  }
  .p-box-ttl04 span {
    font-size: 4.8vw;
    padding: 0 9.3333333333vw;
    border: 0.5333333333vw solid #004022;
    border-radius: 4vw;
  }
  .p-box-ttl04.small span {
    padding: 0 5.3333333333vw;
  }
  .p-box-ttl04::before {
    height: 0.5333333333vw;
  }
  .p-sec02-list01-img-wrap {
    flex-direction: column;
    gap: 4vw;
    max-width: 68vw;
    margin: 0 auto 5.3333333333vw;
  }
  .p-sec02-list01-img-wrap img {
    max-width: 100%;
  }
  .p-sec02-box {
    margin-top: 18.6666666667vw;
  }
  .p-sec02-box-ttl {
    font-size: 5.3333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
  .p-sec02-box-ttl img {
    max-width: 53.3333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
  .p-sec02-list02 {
    margin-top: 5.3333333333vw;
    padding-bottom: 26.1333333333vw;
  }
  .p-sec02-list02 li {
    flex-direction: column;
  }
  .p-sec02-list02 li:not(:last-child) {
    margin-bottom: 36.5333333333vw;
  }
  .p-sec02-list02 li:nth-child(even) {
    margin-left: 0;
    flex-direction: column;
  }
  .p-sec02-list02 li:nth-child(even) .p-sec02-list02-img {
    width: 78.6666666667vw;
    margin: auto;
  }
  .p-sec02-list02 li:nth-child(even) .p-sec02-list02-txt {
    width: 100%;
    border-radius: 0 0 5.3333333333vw 5.3333333333vw;
  }
  .p-sec02-list02 li:nth-child(even) .p-sec02-list02-txt-inner {
    margin: 0 5.3333333333vw;
    padding: 0;
    width: 100%;
  }
  .p-sec02-list02 .p-sec02-list02-img {
    width: 78.6666666667vw;
    max-width: none;
    margin: auto;
  }
  .p-sec02-list02 .p-sec02-list02-img09 {
    border: 0.2666666667vw solid #50AC59;
    border-radius: 5.3333333333vw;
  }
  .p-sec02-list02-txt {
    display: block;
    width: 100%;
    padding: 34.1333333333vw 0 8vw;
    border-radius: 0 0 5.3333333333vw 5.3333333333vw;
    margin: -26.1333333333vw 0;
  }
  .p-sec02-list02-txt-inner {
    margin: 0 5.3333333333vw;
    padding: 0;
    width: 100%;
  }
  .p-sec02-list02-txt-inner img.p-sec02-list02-logo01 {
    max-width: 78.1333333333vw;
    margin: 5.3333333333vw 0 0 !important;
  }
  .p-sec02-list02-txt01-wrap {
    margin-bottom: 5.3333333333vw;
  }
  .p-sec02-list02-txt01-wrap02 {
    margin-bottom: 5.3333333333vw;
  }
  .p-sec02-list02-txt01 {
    font-size: 4.8vw;
    padding: 3.2vw 5.3333333333vw;
    border-radius: 6.1333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-sec02-list02-txt01::before {
    bottom: 0.2666666667vw;
    left: 6.6666666667vw;
    border-width: 2.6666666667vw 2vw 0 2vw;
  }
  .p-sec02-list02-txt02 {
    font-size: 3.4666666667vw;
    border: 0.2666666667vw solid #004022;
    padding: 0 2.6666666667vw;
    margin-bottom: 4.6666666667vw;
  }
  p.p-sec02-list02-txt03 {
    font-size: 5.3333333333vw;
  }
  .p-sec02-btn {
    font-size: 5.3333333333vw;
    width: 100%;
    padding: 6.4vw 21.3333333333vw 6.4vw 18.6666666667vw;
    margin: 9.8666666667vw auto 0;
  }
  .p-sec02-btn::before {
    right: 19.7333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-top: solid 0.8vw #fff;
    border-right: solid 0.8vw #fff;
  }
}
.p-box-bg-wrap03 {
  margin-top: -77px;
}

.p-sec03-box-wrap {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 840px;
  margin: auto;
}

.p-sec03-box,
.p-sec03-box02 {
  padding: 40px 30px 30px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}

.p-sec03-box {
  width: 44%;
}
.p-sec03-box::before {
  position: absolute;
  content: "";
  top: 45%;
  right: 0;
  transform: translate(100%, -50%);
  width: 15%;
  height: 13px;
  background: url(../../images/3min-hands/icn_arw.svg) no-repeat center/contain;
}

.p-sec03-box02 {
  width: 47.6%;
  border: 1px solid #004022;
}
.p-sec03-box02::before {
  position: absolute;
  content: "";
  top: 55%;
  left: 0;
  transform: translate(-100%, -50%) rotate(180deg);
  width: 13.9%;
  height: 13px;
  background: url(../../images/3min-hands/icn_arw.svg) no-repeat center/contain;
}

.p-sec03-box-ttl,
.p-sec03-box-ttl02 {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  width: 200px;
  padding: 3px 0;
  border-radius: 20px;
}

.p-sec03-box-ttl {
  color: #007236;
  border: 1px solid #007236;
  background-color: #fff;
}

.p-sec03-box-ttl02 {
  color: #004022;
  border: 1px solid #004022;
  background-color: #DDEBE2;
}

.p-sec03-box img {
  display: block;
  margin: 10px auto 30px;
  max-width: 150px;
}
.p-sec03-box p {
  text-align: left;
}

.p-sec03-box02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-sec03-box02 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 6%;
  margin-bottom: 20px;
}
.p-sec03-box02 ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  width: 29.3%;
  padding: 5px;
  aspect-ratio: 1/1;
  background-color: #007236;
  border-radius: 9999px;
}
.p-sec03-box02 p {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 900;
  font-family: "Montserrat";
}

.p-sec03-btn-wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
  max-width: 800px;
  margin: 60px auto 0;
}

.p-sec03-btn {
  width: calc(50% - 15px);
  border-radius: 20px;
  overflow: hidden;
  isolation: isolate;
}

.p-sec03-btn-txt {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 10px 0;
  background-color: #007236;
  position: relative;
}
.p-sec03-btn-txt::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-90deg);
  width: 20px;
  height: 20px;
  background: url(../../images/3min-hands/icn_arw-circle.svg) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .p-box-bg-wrap03 {
    margin-top: 3.2vw;
  }
  .p-sec03-box-wrap {
    flex-direction: column;
    gap: 20vw;
    width: 78.6666666667vw;
    margin-top: 8vw;
  }
  .p-sec03-box,
  .p-sec03-box02 {
    padding: 10.6666666667vw 5.3333333333vw 5.3333333333vw;
    border-radius: 5.3333333333vw;
  }
  .p-sec03-box {
    width: 100%;
  }
  .p-sec03-box::before {
    top: auto;
    bottom: -10.6666666667vw;
    right: 55%;
    transform: translate(50%, -100%) rotate(90deg);
    width: 10.6666666667vw;
    height: 3.4666666667vw;
    background: url(../../images/3min-hands/icn_arw.svg) no-repeat center right/cover;
  }
  .p-sec03-box02 {
    width: 100%;
    border: 0.2666666667vw solid #004022;
  }
  .p-sec03-box02::before {
    top: -10.6666666667vw;
    left: 55%;
    transform: translate(-50%, -50%) rotate(-90deg);
    width: 10.6666666667vw;
    height: 3.4666666667vw;
    background: url(../../images/3min-hands/icn_arw.svg) no-repeat center right/cover;
  }
  .p-sec03-box-ttl,
  .p-sec03-box-ttl02 {
    top: -5.3333333333vw;
    font-size: 4.8vw;
    width: 53.3333333333vw;
    padding: 0.8vw 0;
    border-radius: 5.3333333333vw;
  }
  .p-sec03-box-ttl {
    border: 0.2666666667vw solid #007236;
  }
  .p-sec03-box-ttl02 {
    border: 0.2666666667vw solid #004022;
  }
  .p-sec03-box img {
    margin: 0 auto 4.8vw;
    max-width: 40vw;
  }
  .p-sec03-box02 ul {
    gap: 2.6666666667vw 2.1333333333vw;
    margin-bottom: 4vw;
  }
  .p-sec03-box02 ul li {
    font-size: 3.4666666667vw;
    line-height: 1.38;
    width: calc(33.3% - 2.1333333333vw * 2 / 3);
    padding: 0;
  }
  .p-sec03-box02 p {
    font-size: 4.2666666667vw;
  }
  .p-sec03-btn-wrap {
    flex-direction: column;
    gap: 10.6666666667vw;
    margin: 16vw auto 0;
  }
  .p-sec03-btn {
    width: 100%;
    border-radius: 5.3333333333vw;
  }
  .p-sec03-btn-txt {
    font-size: 4.8vw;
    padding: 2.6666666667vw 0;
  }
  .p-sec03-btn-txt::before {
    right: 2.6666666667vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.p-box-bg-wrap04 {
  margin-top: -260px;
}

.p-box-bg-wrap04 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.p-box-bg-wrap04 ul li {
  width: calc(33.3% - 20px);
}

@media screen and (max-width: 767px) {
  .p-box-bg-wrap04 {
    margin-top: 0;
  }
  .p-box-bg-wrap04 ul {
    flex-direction: column;
    gap: 4vw;
    max-width: 78.6666666667vw;
    margin: auto;
  }
  .p-box-bg-wrap04 ul li {
    width: 100%;
  }
}
.p-sec-next {
  padding: 30px 0 60px;
  background-color: #DDEBE2;
}

.p-sec-next-ttl {
  color: #007236;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.p-sec-next-btn {
  display: block;
  max-width: 670px;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
  isolation: isolate;
}

.p-sec-next-btn-txt {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
  padding: 20px 0;
  background-color: #007236;
  position: relative;
}
.p-sec-next-btn-txt::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-90deg);
  width: 20px;
  height: 20px;
  background: url(../../images/3min-hands/icn_arw-circle.svg) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .p-sec-next {
    padding: 9.3333333333vw 5.3333333333vw 60px;
  }
  .p-sec-next-ttl {
    font-size: 6.4vw;
    margin-bottom: 9.6vw;
  }
  .p-sec-next-btn {
    max-width: 100%;
    border-radius: 2.6666666667vw;
  }
  .p-sec-next-btn-txt {
    font-size: 4.8vw;
    line-height: 1.33;
    padding: 2.1333333333vw 5.3333333333vw 2.1333333333vw 0;
  }
  .p-sec-next-btn-txt::before {
    right: 2.6666666667vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.p-3min-handspage .l-footer {
  margin-top: 0;
}

/* vw設定
---------------------------------------------------------------------------- */
/* p-3min-block
---------------------------------------------------------------------------- */
.p-3min-block-inner {
  width: 95%;
  max-width: 820px;
  margin-inline: auto;
}

.p-3min-block-groups {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 min(4.6875vw, 60px);
}

.p-3min-block-group {
  background-color: #fff;
  border: min(0.3125vw, 4px) solid #007236;
  border-radius: min(1.5625vw, 20px);
  position: relative;
}

.p-3min-block-group:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: min(3.75vw, 48px);
  aspect-ratio: 48/13;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/3min-hands/icn_arrow_left-right.svg);
}

.p-3min-block-group:last-child::before {
  content: "";
  position: absolute;
  top: 60%;
  right: 100%;
  width: min(3.75vw, 48px);
  aspect-ratio: 48/13;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/3min-hands/icn_arrow_right-left.svg);
}

.p-3min-block-group-ttl {
  text-align: center;
  background-color: #007236;
  width: 100%;
  padding-block: min(3.125vw, 40px) min(1.5625vw, 20px);
  border-radius: min(1.171875vw, 15px) min(1.171875vw, 15px) 0 0;
  position: relative;
}

.p-3min-block-group-ttl:before {
  content: "";
  position: absolute;
  top: max(-30px, -2.34375vw);
  left: 50%;
  transform: translateX(-50%);
  width: min(7.03125vw, 90px);
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-3min-block-group-ttl.ttl--01::before {
  background-image: url(./../../images/3min-hands/icn_3min01.svg);
}

.p-3min-block-group-ttl.ttl--02::before {
  background-image: url(./../../images/3min-hands/icn_3min02.svg);
}

.p-3min-block-group-ttl span {
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
}

.p-3min-block-group-wrapper {
  padding-block: min(1.5625vw, 20px) min(3.515625vw, 45px);
  padding-inline: min(2.34375vw, 30px);
  display: flex;
  flex-direction: column;
  gap: min(1.5625vw, 20px);
}

.p-3min-block-group-items {
  display: flex;
  flex-wrap: wrap;
  gap: min(0.78125vw, 10px) 3.125%;
}

.p-3min-block-group-item {
  width: 31.2499666667%;
  aspect-ratio: 1/1;
  background-color: #007236;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-3min-block-group-item-txt {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: clamp(10px, 1.171875vw, 12px);
  color: #fff;
  text-align: center;
}

.p-3min-block-group-wrap-more {
  font-family: "Montserrat";
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #333;
}

.p-3min-block-group-wrap-txt {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #333;
  text-align: left;
  margin-top: min(1.171875vw, 15px);
}

.p-3min-block-read {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #007236;
  text-align: center;
  margin-top: min(2.34375vw, 30px);
}

@media screen and (max-width: 767px) {
  .p-3min-block {
    padding-block: 9.3333333333vw 2.6666666667vw;
  }
  .p-3min-block-inner {
    width: 100%;
    max-width: initial;
    padding-inline: 5.3333333333vw;
  }
  .p-3min-block-groups {
    grid-template-columns: 1fr;
    gap: 18.6666666667vw;
  }
  .p-3min-block-group {
    border-width: 1.0666666667vw;
    border-radius: 5.3333333333vw;
  }
  .p-3min-block-group:first-child::before {
    top: 100%;
    left: 52%;
    width: 3.7333333333vw;
    aspect-ratio: 12/33;
    background-image: url(./../../images/3min-hands/icn_arrow_top-bottom.svg);
  }
  .p-3min-block-group:last-child::before {
    top: -12%;
    right: 52%;
    width: 3.7333333333vw;
    aspect-ratio: 12/33;
    background-image: url(./../../images/3min-hands/icn_arrow_bottom-top.svg);
  }
  .p-3min-block-group-ttl {
    padding-block: 10.6666666667vw 5.3333333333vw;
    border-radius: 4vw 4vw 0 0;
  }
  .p-3min-block-group-ttl:before {
    top: -8vw;
    width: 24vw;
  }
  .p-3min-block-group-ttl span {
    font-size: 4.8vw;
    letter-spacing: 0.03em;
  }
  .p-3min-block-group-wrapper {
    padding-block: 5.3333333333vw 6.6666666667vw;
    padding-inline: 5.3333333333vw;
    gap: 2.6666666667vw;
  }
  .p-3min-block-group-items {
    gap: 2.6666666667vw 2.7450980392%;
  }
  .p-3min-block-group-item {
    width: 31.5032346405%;
  }
  .p-3min-block-group-item .p-3min-block-group-item-txt {
    font-size: 3.4666666667vw;
  }
  .p-3min-block-group-wrap .p-3min-block-group-wrap-more {
    font-size: 4.2666666667vw;
  }
  .p-3min-block-group-wrap .p-3min-block-group-wrap-txt {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
  .p-3min-block .p-3min-block-read {
    font-size: 4.8vw;
    margin-top: 8vw;
  }
}
