@charset "UTF-8";
@font-face {
  font-family: "DINPro";
  src: url("../fonts/DINPro-Medium.otf") format("opentype");
  font-weight: 00;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}
html,
body {
  min-height: 100%;
  overflow-x: hidden;
}
body {
  width: 100vw;
  /* background-color: white; */
  background-color: #f6f2eb;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
main {
  flex: 1;
}
p {
  font-family: "Noto Sans JP", sans-serif;
  color: #663606;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
}
a {
  text-decoration: none;
  cursor: pointer;
}
button {
  cursor: pointer;
}
img {
  width: 100%;
}

.sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  p {
    font-size: 14px;
  }
}

section {
  position: relative;
}

.btn {
  display: inline-block;
  padding: 10px 25px 18px 30px;
  font-weight: 700;
  border-radius: 999px;
  text-align: center;
  width: max-content;
  margin: 0 auto;
}
.btn::after {
  content: " »";
  font-size: 30px;
  margin-left: 5px;
}
@media screen and (max-width: 640px) {
  .btn {
    display: flex;
    padding: 8px 20px 10px 25px;
    font-weight: 700;
    border-radius: 999px;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: 0 auto;
  }
  .btn::after {
    font-size: 24px;
    margin-left: 0;
    transform: translateY(-2px);
  }
}
/************************** HEADER */
header {
  /* position: fixed; */
  display: flex;
  justify-content: center;
  height: 100px;
  width: 100%;
  gap: 10px;
  align-items: center;
}

header a{
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

header p {
  color: #009245;
  font-size: 26.67px;
  font-weight: 600;
  line-height: 1;
}

header img {
  width: 147px;
}
@media screen and (max-width: 640px) {
  header {
    height: 64px;
    gap: 5px;
  }
  header a{
  gap: 6px;
}
  header p {
    font-size: 4.6vw;
    white-space: nowrap;
  }
  header img {
    width: 25.5%;
    max-width: 80px;
  }
}
/************************** MAIN */
#top {
  background-color: #cdeff6;
  padding-bottom: 50px;
}
/************* TOPDECORATIONS */
.top-grass {
  position: absolute;
  width: 100%;
  height: 418px;
  background-image: url("../imgs/visual-back-pc.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: 1920px auto;
}
.top-green-1,
.top-green-2 {
  position: absolute;
  width: 135px;
  height: auto;
  z-index: 2;
}

.top-green-1 {
  left: -245px;
  top: 70px;
}

.top-green-2 {
  right: -250px;
  top: -120px;
}

.top-cloud {
  position: absolute;
  bottom: -1px;
  width: 100%;
}
.top-balloon {
  position: absolute;
}
.top-balloon-1 {
  width: clamp(47.2px, 3.07%, 59px);
  left: clamp(5%, calc(50% - 500px), 40%);
  top: 45%;
}

.top-balloon-2 {
  width: clamp(84.8px, 5.52%, 106px);
  right: clamp(5%, calc(50% - 600px), 40%);
  top: 33%;
}

.top-balloon-3 {
  width: clamp(70.4px, 4.58%, 88px);
  left: clamp(4%, calc(50% - 600px), 39%);
  bottom: 250px;
}

.top-balloon-4 {
  width: clamp(66.4px, 4.32%, 83px);
  right: clamp(5%, calc(50% - 600px), 40%);
  bottom: 450px;
}
@media (max-width: 640px) {
  .top-grass {
    background-image: url("../imgs/visual-back-sp.png");
    background-size: 390px cover; /* SPはフィット優先でもOK */
  }
}
/************* TOP */
.top-container {
  margin: 0 auto;
  position: relative;
  padding-top: 20px;
}
.top-container::after {
  content: "";
  background: url(../imgs/curve.png) left repeat-x;
  background-size: 60px;
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: -51.1px;
  left: 0;
  z-index: 2;
}
.top-h2 {
  text-align: center;
  width: fit-content;
  margin: 0 auto 3rem;
  color: white;
  font-size: 38px;
  line-height: 1.4;
  font-weight: 700;
}

.kv {
  width: 768px;
  height: 530px;
  margin: 40px auto 50px;
  overflow: visible;
  background-color: white;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.kv-ttl {
  width: 296px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
}
.kv-decotext {
  width: 248px;
  position: absolute;
  right: 20px;
  top: 65px;
}
.kv-img img {
  width: 748px;
  margin: 10px;
}
.kv-flag {
  position: absolute;
  width: 90px;
  left: 30px;
  top: 0;
}
.kv-flag p {
  width: 100%;
  position: absolute;
  top: 22px;
  left: 0;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
  color: white;
}

.kv-text {
  align-items: center;
  margin: 10px 35px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.kv-text p {
  font-size: 22px;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  letter-spacing: 1px;
}

.kv-btn {
  font-size: 22px;
  background: #f4b400;
  color: #0b6b3a;
}
.kv-container {
  background-color: white;
  height: 100%;
  width: 100%;
  border-radius: 30px;
}

.top-image-block {
  width: 640px;
  margin: 0 auto;
  position: relative;
}

.top-image-block figcaption {
  position: absolute;
  top: 20px;
  left: 5%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.top-image-block figcaption p {
  font-feature-settings: "palt" 1;
  line-height: 1.1;
  width: fit-content;
  font-size: 32px;
  color: #82c700;
  background-color: white;
  font-weight: 600;
  padding: 1px 5px 3px;
}
/* pc-only */
@media screen and (min-width: 640px) {
  .top-h2 span {
    font-size: 28px;
  }
  .kv::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: url("../imgs/kv-back.png") repeat-x center / cover;
    border-radius: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
  }
}
/* spレスポンシブ */
@media screen and (max-width: 640px) {
  .top-h2 {
    font-size: 18px;
    font-weight: 600;
  }
  .kv {
    width: 90%;
    height: auto;
    border-radius: 20px;
  }
  .kv-ttl {
    width: 57.1%;
    top: -15px;
  }
  .kv-decotext {
    display: block;
    width: 66.5%;
    position: static;
    margin: 0 auto;
  }
  .kv-img img {
    width: 94.2%;
  }
  .kv-flag {
    width: 14.3%;
    left: 5.7%;
  }
  .kv-flag p {
    font-size: 11px;
    top: 12px;
  }
  .kv-text {
    margin: 10px auto;
    flex-direction: column;
    gap: 10px;
  }
  .kv-text p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 1.6;
  }
  .kv-btn {
    font-size: 16px;
  }
  .kv-container {
    padding-bottom: 10px;
  }
  .top-image-block {
    width: 85.4%;
  }
  .top-image-block figcaption {
    top: 2vw;
    left: 6%;
    gap: 2px;
  }
  .top-image-block figcaption p {
    font-size: 18px;
    padding: 0;
  }
}

/************* VOICEDECORATIONS */
.bg-shape,
.bg-shape1,
.bg-shape2,
.voice-cloud1,
.voice-cloud2,
.voice-cloud3 {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.voice-head,
.voice-container,
.voice-bottom {
  position: relative;
  z-index: 2;
}
.bg-shape {
  width: 100%;
  left: 0;
  top: 250px;
}
.voice-cloud1 {
  width: 34%;
  top: 100px;
  left: 50px;
}
.voice-cloud2 {
  width: 37.5%;
  bottom: 105px;
  left: 110px;
}
.voice-cloud3 {
  width: 41.5%;
  bottom: 600px;
  right: -175px;
}
/************* VOICE */
#voice {
  overflow: hidden;
  padding: 50px 0;
  z-index: 0;
}

.voice-head {
  width: 215px;
  margin: 0 auto;
}

.voice-head h2 {
  text-align: center;
  margin-top: 12px;
  font-size: 40px;
  letter-spacing: 0.1rem;
  color: #663606;
  font-weight: 600;
}
.voice-container {
  width: 1000px;
  overflow: visible;
  margin: 0 auto;
  padding: 40px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  gap: 20px;
  row-gap: 130px;
}
.voice-card {
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 1;
}
.vnumber {
  position: absolute;
  width: 185px;
  top: -40px;
}
.vnumber p {
  font-weight: 600;
  font-size: 20px;
  width: 100%;
  text-align: center;
}
.voice1 .vnumber {
  left: 0;
}
.voice2 .vnumber {
  left: 25px;
}
.voice3 .vnumber {
  top: -50px;
  right: 10px;
}
.voice-deco {
  position: absolute;
}

.voice-deco1 {
  width: 154px;
  right: -40px;
  top: 20px;
}
.voice-deco2 {
  width: 106px;
  right: 10px;
  top: -40px;
}
.voice-deco3 {
  width: 137px;
  left: 100px;
  top: -40px;
}
.voice-deco4 {
  width: 92.8px;
  right: 40px;
  top: -55px;
  z-index: 3;
}
.voice1 ul {
  margin-left: 45px;
}
.voice1 li {
  list-style: disc;
  color: #663606;
  line-height: 1.6;
}

.voice-message {
  margin: 0 10px;
}
.voice-name {
  margin-right: 10px;
  text-align: right;
}
.voice-name span {
  font-size: 21px;
  font-weight: 500;
}
.voice4 {
  height: fit-content;
  padding: 40px 30px;
  background-color: white;
  border-radius: 30px;
}
.voice4::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}
.voice4::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url("../imgs/voice4-back-pc.png") no-repeat center / cover;
  border-radius: 30px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: -1;
}
.voice4 > *:not(.voice-deco4) {
  position: relative;
  z-index: 2;
}
.voice4 h3 {
  color: #663606;
  font-size: 25px;
  letter-spacing: 0.13rem;
  font-weight: 600;
  line-height: 1.8;
  margin: 0 auto;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.voice4 h3::before,
.voice4 h3::after {
  margin: 0 10px 0 8px;
  position: relative;
  top: 2px;
  content: "";
  flex: 1;
  height: 2.5px;
  background: #cbb08a;
}
.voice4 picture {
  width: 360px;
}

.voice-bottom {
  width: 1000px;
  height: 200px;
  margin: 100px auto 80px;
  background-color: #ffc640;
  border-radius: 20px;
  border: 4px white solid;
}
.voice-bottom p {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #6b3e00;
  line-height: 1.4;
  margin: 25px auto 0;
  width: fit-content;
  overflow: visible;
  text-align: center;
}

.voice-bottom p::before,
.voice-bottom p::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 4px;
  top: 50%;
  background: repeating-linear-gradient(
    to right,
    #6b3e00 0 4px,
    transparent 4px 9px
  );
}
@media screen and (max-width: 640px) {
  .voice-bottom p::before,
  .voice-bottom p::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 3px;
    top: 50%;
    background: repeating-linear-gradient(
      to right,
      #6b3e00 0 3px,
      transparent 2px 7px
    );
  }
}

.voice-bottom p::before {
  left: -50px;
  transform: rotate(55deg);
}

.voice-bottom p::after {
  right: -50px;
  transform: rotate(-55deg);
}

.voice-btn {
  letter-spacing: 0.05em;
  display: block;
  width: fit-content;
  font-size: 26px;
  margin: 15px auto;
  border-radius: 999px;
  background-color: #006837;
  color: white;
  padding: 6px 40px 20px 50px;
  font-weight: 500;
}
.voice-btn::after {
  font-size: 38px;
}

/* pc-only */
@media screen and (min-width: 640px) {
  .voice2 {
    top: 150px;
    right: 20px;
  }
  .voice2 p {
    margin-left: 30px;
  }
  .voice4 {
    top: 100px;
    left: 40px;
    margin-right: 60px;
  }
}
/* spレスポンシブ */
@media screen and (max-width: 640px) {
  .voice-head {
    width: 37.4%;
  }
  .voice-head h2 {
    margin-top: 6px;
    font-size: 25px;
  }
  .voice-cloud1,
  .voice-cloud2,
  .voice-cloud3 {
    opacity: 0.15;
  }
  .voice-cloud1 {
    width: 52%;
    top: 85px;
    left: -14.1%;
  }
  .voice-cloud2 {
    width: 52%;
    bottom: 53%;
    left: auto;
    right: -8.5%;
  }
  .voice-cloud3 {
    width: 62.5%;
    bottom: 150px;
    right: auto;
    left: -7%;
  }
  .bg-shape1 {
    top: 55px;
    left: 0;
  }
  .bg-shape2 {
    top: 59%;
    left: 0;
  }
  .voice-container {
    width: 90%;
    max-width: 100%;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 60px;
    padding: 60px 0;
  }
  .vnumber {
    width: 37.1%;
    top: -30px;
  }
  .vnumber p {
    font-size: 16px;
  }
  .voice1 .vnumber {
    left: 5%;
  }
  .voice2 .vnumber {
    left: auto;
    right: 5%;
  }
  .voice3 .vnumber {
    top: -30px;
    right: auto;
    left: 6%;
  }
  .voice1 ul {
    margin-left: 5%;
  }
  .voice-deco1 {
    width: 24.8%;
    right: -1%;
    top: -10px;
  }
  .voice-deco2 {
    width: 18.3%;
    right: auto;
    left: 0;
    top: -10px;
  }
  .voice-deco3 {
    width: 26%;
    left: auto;
    right: -1%;
    top: -10px;
  }
  .voice-deco4 {
    width: 21.1%;
    right: auto;
    left: 0;
    top: -35px;
  }
  .voice-name {
    font-weight: 600;
  }
  .voice-name span {
    font-size: 16px;
  }
  .voice4::after {
    top: 10px;
    left: 10px;
  }
  .voice4 h3 {
    font-size: 18px;
    width: 200px;
  }
  .voice4 h3::before,
  .voice4 h3::after {
    height: 2px;
  }
  .voice4 picture {
    width: 100%;
  }
  .voice-message {
    line-height: 1.6;
    font-weight: 600;
    margin: 0;
  }
  .voice-bottom {
    width: 90%;
    height: auto;
    margin: 0 auto;
    border: 3px white solid;
    padding: 8px 0 15px;
  }
  .voice-bottom p {
    font-size: 14px;
    margin: 18px auto 0;
  }
  .voice-bottom p::before,
  .voice-bottom p::after {
    width: 60px;
  }
  .voice-bottom p::before {
    left: -40px;
    transform: rotate(55deg);
  }
  .voice-bottom p::after {
    right: -40px;
    transform: rotate(-55deg);
  }
  .voice-btn {
    font-size: 16px;
    margin: 10px auto;
    padding: 1px 18px 13px 18px;
  }
  .voice-btn::after {
    font-size: 28px;
    position: relative;
    top: 1.5px;
  }
}

/************* FOOTER */
footer {
  width: 100%;
  height: 135px;
  overflow: hidden;
  background: url("../imgs/footer-pc.png") repeat-x center;
  background-size: 1920px auto;
}
.footer-container {
  width: fit-content;
  margin: 50px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.footer-container ul {
  display: flex;
}
.footer-container li {
  padding: 3px 20px;
  border-right: 2px white solid;
}
.footer-container li:last-child {
  border-right: none;
}
.footer-container li a {
  color: white;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}

small {
  color: white;
  font-size: 12px;
  margin-top: 10px;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 640px) {
  footer {
    height: auto;
    aspect-ratio: 390 / 200;
    background-image: url("../imgs/footer-sp.png");
    background-size: cover;
    background-position: center;
  }

  .footer-container {
    width: 95%;
    margin: 0 auto;
    padding-top: 60px;
  }

  .footer-container ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, auto);
    row-gap: 14px;
  }

  .footer-container li {
    margin-left: 13px;
    padding: 0;
    border-right: none;
  }

  .footer-container li a {
    font-feature-settings: "palt" 1;
    font-size: 13px;
    color: #fff;
  }

  .footer-container li:nth-child(1),
  .footer-container li:nth-child(3),
  .footer-container li:nth-child(5) {
    padding-left: 10%;
    border-right: 2px solid #fff;
  }

  small {
    display: block;
    margin-top: 28px;
    margin-right: 10px;
    text-align: right;
    font-size: 14px;
    letter-spacing: 0.03em;
    font-weight: 600;
  }
}
