@charset "UTF-8";
/* CSS Document */

.concept {
  padding: 200px 0;
  overflow: hidden;
}
.concept .frame {
  align-items:center;
}
.concept .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 425px;
  margin: auto;
  position: relative;
}
.concept .text h2 {
  width:100%;
  margin: auto;
}
.concept .text .square {
  margin:200px 0;
}
.concept .text > p {
  margin:0 0 75px 0;
  text-align: center;
}

.about {
  display: flex;
  flex-direction:column;
  margin: 125px 0 0 0;
}
.about h3 {
  margin: 0 0 90px 0;
  font-size:150%;
  font-weight:700;
  line-height:1.2;
}
.about h3 em {
  margin: 0 3px 0 0;
  font-size: 110%;
  letter-spacing: .04rem;
}
.about p em {
  padding: 0 3px;
  font-size: 106%;
}
.about p em:first-child {
  padding: 0 3px 0 0;
}

.partner {
  margin:110px 0 0 0;
}
.partner dl {
  display:flex;
  justify-content:center;
  align-items:flex-start;
  margin:22px 0 0 0;
}
.partner dt {
  display:flex;
  align-items:center;
  width:110px;
  position:relative;
}
.partner dt:before {
  content:'';
  width:25px;
  height:2px;
  background-color:rgba(var(--white),1);
  position:absolute;
  top:24px;
  right:0;
}
.partner dt hr {
  width:15px;
  height:15px;
  margin:0 5px 0 0;
  border:1px solid;
  border-radius:50%;
}
.partner dd {
  display:flex;
  flex-direction:column;
  width:350px;
  padding:0 0 0 25px;
}
.partner dd a {
  text-decoration:underline;
}

.guidemap {
  padding: 150px 0 0 0;
}
.guidemap .map {
  display: flex;
  justify-content: center;
  margin: 175px 0;
}

.program {
  margin: 175px 0 0 0;
  padding: 150px 0 0 0;
  overflow: hidden;
}
.program .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin:175px 0 0;
}
.program .text + .text {
  padding: 175px 0 0 0;
  border-top: 1px solid;
}
.program .text h2 {
  margin: 0 0 150px 0;
  font-size: 110%;
  font-weight: 700;
  line-height: 2;
}
.program .square {
  margin:0 0 200px;
}

.detail {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin:100px 0 0 0;
}
.detail h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 90px 0;
  font-size: 125%;
}
.detail h3 hr {
  width: 18px;
  height: 15px;
  margin: 0 9px 0 0;
  background-color: rgba(var(--white),1);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.detail ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 30px;
  grid-row-gap: 75px;
}
.detail li picture {
  box-shadow:5px 5px 10px 3px rgba(var(--base),.6);
  border-radius: 5px;
  overflow: hidden;
}
.detail li h4 {
  margin: 30px 0 20px 0;
}
.detail li p {
  margin: 0 0 15px 0;
  font-size: 90%;
  line-height: 2;
}
.detail li a {
  font-size: 100%;
}
.detail > picture {
  display: flex;
  justify-content: center;
}

.faq {
  margin: 175px 0 0 0;
  padding: 150px 0 0 0;
}
.list-faq {
  margin: 175px 0 0 0;
}
.list-faq dl + dl {
  margin:80px 0 0 0;
  padding:75px 0 0 0;
  border-top:1px solid rgba(var(--white),1);
}
.list-faq dl:last-child {
  padding:75px 0 85px;
  border-bottom:1px solid rgba(var(--white),1);
}
.list-faq dl > * {
  display:flex;
}
.list-faq dl i {
  width:62px;
  padding: 0 0 0 9px;
  font-size:275%;
  line-height:1.2;
}
.list-faq dl b {
  display:flex;
  flex-direction:column;
  width:calc(100% - 62px);
  margin:15px 0 0 0;
  line-height:2;
}
.list-faq dd {
  margin:15px 0 0 50px;
}
.list-faq span + span {
  margin:15px 0 0 0;
}
.list-faq a {
  text-decoration:underline;
}

.archive {
  margin:150px 0 0 0;
  padding:100px 0 0 0;
}
.list-archive {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  padding:90px 0 0;
}
.list-archive a {
  display:inline-flex;
  flex-direction:column;
}
.list-archive picture {
  margin: 0 0 3px 0;
  box-shadow:5px 5px 10px 3px rgba(var(--base),.6);
  border-radius: 5px;
  overflow: hidden;
}
.list-archive i {
  display:inline-flex;
  align-items:center;
  font-size: 110%;
  letter-spacing:-.04rem;
}
.list-archive i img {
  width:15px;
  aspect-ratio:1;
  margin:0 4px 0 0;
}

@media screen and (max-width:1240px) {}

@media screen and (max-width:1080px) {

  .detail ul,.list-archive {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
  }
  
}

@media screen and (max-width:880px) {


  .detail ul,.list-archive {
    grid-column-gap: 20px;
  }
  .detail ul {
    grid-row-gap: 55px;
  }

  .concept .text {
    width: 100%;
  }
  .concept .text .square {
    margin: 160px 0;
  }
  .concept .text h2 {
    width: 80%;
    max-width: 400px;
  }
  .concept .text > p {
    line-height: 2.5;
  }

  .list-faq dd {
    margin: 15px 0 0 25px;
  }
  .list-faq dl i {
    width: 55px;
  }
  .list-faq dl b {
    width: calc(100% - 55px);
  }

  .partner {
    width: 100%;
    margin: 90px;
  }
  .partner dl {
    flex-direction: column;
  }
  .partner :is(dt,dd) {
    width: 100%;
  }
  .partner dt:before {
    display: none;
  }
  .partner dd {
    padding: 6px 0 0 22px;
    line-height: 2;
  }
  
}


@media screen and (max-width:640px) {

  .detail ul,.list-archive {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
  }

  .concept {
    padding: 30px 0 0 0;
  }

  .partner dl {
    margin: 18px 0 0 0;
  }
  .partner dd {
    padding: 2px 0 0 22px;
  }

  .guidemap .map {
    margin: 125px 0;
  }

  .program .text {
    margin: 125px 0 0 0;
  }
  .program .text h2 {
    margin: 0 0 100px 0;
  }
  .program .square {
    margin: 0 0 125px;
  }

  .list-faq dd {
    margin: 20px 0 0 0;
  }
  .list-faq dl i {
    width: 45px;
    padding: 0 0 0 3px;
    font-size: 225%;
  }
  .list-faq dl b {
    width: calc(100% - 45px);
    margin: 9px 0 0 0;
    line-height: 1.8;
  }

  .list-archive {
    grid-row-gap: 35px;
  }

}
