@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --vw: 1vw;
}

html {
  font-size: 10px;
  margin: auto;
}

@media (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 10px;
  }
}
body {
  margin: auto;
  padding: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, 游ゴシック体, "Yu Gothic", YuGothic, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #3c3c3c;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  background: #fff;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

p,
li,
dt,
dd,
h3,
h4,
h5,
h6,
th,
td {
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p,
li,
dt,
dd,
h3,
h4,
h5,
h6,
th,
td {
    line-height: 1.625;
    font-size: 1.6rem;
  }
}

a {
  text-decoration: none;
  color: #003c82;
  transition: opacity 0.2s;
}
a:hover {
  opacity: 0.75;
}

ul,
dl,
dt,
dd {
  padding-left: 0;
  margin: auto;
  list-style: none;
}

figure {
  margin: 0;
}

strong {
  font-weight: bold;
}

._ib {
  display: inline-block;
}

._nw {
  white-space: nowrap;
}

.shadow {
  box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.2);
}

.aligncenter {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  ._sp:not(._pc) {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  ._pc:not(._sp) {
    display: none !important;
  }
}
main,
footer {
  overflow: hidden;
}
main > section,
footer > section {
  position: relative;
}
main .inner,
footer .inner {
  width: 120rem;
  margin: auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  main .inner,
footer .inner {
    width: 100%;
  }
}

#site-header {
  position: absolute;
  z-index: 10;
  padding: 3rem 8rem;
}
@media (max-width: 767px) {
  #site-header {
    padding: 2rem 3rem;
  }
  #site-header a img {
    width: 11rem;
  }
}

#mv {
  background: #fff url(../images/mv_bg.svg) center top;
  padding: 14rem 0;
  position: relative;
  text-align: center;
}
#mv .mv-title {
  text-align: center;
}
#mv .mv-text {
  margin-top: 8rem;
}
#mv .mv-text p {
  font-size: 2.4rem;
  line-height: 2.3333333333;
  text-align: center;
  color: #003c82;
  font-weight: 600;
}
#mv div[class^=mv-photo] {
  position: absolute;
}
#mv .mv-photo-1 {
  width: 65rem;
  top: -23.5rem;
  left: calc(50% + 45rem);
}
#mv .mv-photo-2 {
  width: 43rem;
  top: 50rem;
  left: calc(50% + 50rem);
}
#mv .mv-photo-3 {
  width: 43rem;
  top: 33rem;
  right: calc(50% + 50rem);
}
@media (max-width: 767px) {
  #mv {
    background: none;
    padding: 0 0 5rem;
    position: relative;
  }
  #mv .mv-title {
    text-align: center;
  }
  #mv .mv-text {
    margin-top: 2rem;
  }
  #mv .mv-text p {
    padding: 0 3rem;
    font-size: 1.6rem;
    line-height: 2.3333333333;
    text-align: left;
  }
}

#main-contents {
  background: url(../images/bg.svg) center top;
  padding: 10rem 0 15rem;
}
@media (max-width: 767px) {
  #main-contents {
    background-size: 100rem;
    padding: 5rem 2rem 8rem;
  }
}

section.contents .inner {
  border-radius: 2rem;
  overflow: hidden;
  background: #fafafa url(../images/noise.png) center top;
}
@media (max-width: 767px) {
  section.contents .inner {
    border-radius: 1rem;
  }
}

.section-head h2 {
  background: #003c82;
  color: #fff;
  text-align: center;
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 0.3em 1em;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .section-head h2 {
    font-size: 2.3rem;
    padding: 0.3em 1em;
  }
}

.section-body {
  padding: 13rem 10rem 10rem;
}
@media (max-width: 767px) {
  .section-body {
    padding: 5rem 1.5rem 5rem;
  }
}

#features .features-lead {
  text-align: center;
}
#features .features-lead-title {
  text-align: center;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
#features .features-lead-title-unit {
  mix-blend-mode: darken;
  display: inline-block;
  color: #003c82;
  background: #ffff00;
  line-height: 1.3;
  padding: 0 0.3em;
  margin: 0 -0.3em;
}
#features .features-lead-body {
  font-size: 2.1rem;
  text-align: center;
  line-height: 1.7142857143;
  margin-top: 2rem;
}
#features .features-tags {
  margin-top: 3rem;
  display: flex;
  gap: 2rem;
}
#features .features-tags li {
  width: 33.3%;
  border-radius: 2rem;
  border: 3px solid #003c82;
  padding: 0.8em 0.5em;
  font-size: 1.8rem;
  line-height: 3.2rem;
  text-align: center;
  font-weight: 500;
  color: #003c82;
}
#features .features-tags li strong {
  position: relative;
  display: inline-block;
  font-size: 120%;
  font-weight: bold;
}
#features .features-tags li strong::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.8rem;
  position: absolute;
  bottom: -0.1em;
  left: 0;
  background: #ffff00;
  mix-blend-mode: darken;
}
@media (max-width: 767px) {
  #features .features-lead-title {
    font-size: 2.4rem;
  }
  #features .features-lead-body {
    font-size: 1.8rem;
    text-align: left;
  }
  #features .features-tags {
    margin-top: 3rem;
    flex-direction: column;
    gap: 2rem;
    padding: 0 1.5rem;
  }
  #features .features-tags li {
    width: 100%;
    border-radius: 2rem;
    padding: 0.8em 0.5em;
    font-size: 1.7rem;
  }
}

.program-wrap {
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .program-wrap {
    margin-top: 5rem;
  }
}

.program-wrap-title {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .program-wrap-title {
    font-size: 2.3rem;
  }
}

.program-wrap-desc {
  text-align: center;
  margin-top: 1em;
  font-size: 2.1rem;
  line-height: 1.7142857143;
}
@media (max-width: 767px) {
  .program-wrap-desc {
    -moz-text-align-last: left;
         text-align-last: left;
    font-size: 1.8rem;
  }
}

.program-section {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .program-section {
    margin-top: 4rem;
  }
}

.program-badge-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .program-badge-row {
    gap: 0.6rem;
  }
}

.program-badge-sub img {
  height: 6.6rem;
  width: auto;
}
@media (max-width: 767px) {
  .program-badge-sub img {
    height: 3.9rem;
  }
}

.program-badge {
  background: #e56b21;
  padding: 0.8rem 4rem 0.8rem 0.8rem;
  border-radius: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.program-badge .icon {
  width: 8.5rem;
  display: inline-block;
}
.program-badge .icon img {
  width: 100%;
}
.program-badge .txt {
  color: #fff;
  font-size: 4.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.program-badge.techo {
  background: #00a69b;
}
@media (max-width: 767px) {
  .program-badge {
    padding: 0.4rem 3rem 0.4rem 0.4rem;
    gap: 1.5rem;
  }
  .program-badge .icon {
    width: 5rem;
  }
  .program-badge .txt {
    font-size: 2.7rem;
  }
}

.topic-block {
  margin-top: 5rem;
  background: url(../images/block_bg.png);
  border-radius: 2rem;
  box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.2);
  padding: 4rem 4rem 5rem;
  position: relative;
}
.topic-block h4 {
  color: #e56b21;
  font-size: 3rem;
  line-height: 1.4333333333;
  font-weight: 600;
}
.topic-block .topic-body {
  margin-top: 1em;
}
.topic-block .topic-list li {
  padding-left: 1.5em;
}
.topic-block .topic-list li::before {
  content: "・";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.topic-block .topic-img {
  position: absolute;
  right: 4rem;
  bottom: 4rem;
  width: 36rem;
}
.topic-block.typing .topic-img {
  bottom: 0;
}
.topic-block.tool .topic-img {
  right: 2rem;
  width: 22rem;
}
.topic-block.history {
  min-height: 25rem;
}
.topic-block.history .topic-img {
  width: 34rem;
  bottom: 3rem;
}
.topic-block.kyozai h4 {
  text-align: center;
}
.topic-block.kyozai .kyozai-desc {
  text-align: center;
  margin-top: 2em;
}
.topic-block.kyozai .kyozai-grid {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 6rem 3rem;
}
.topic-block.kyozai .kyozai-item:first-child {
  grid-column: 1/3;
}
.topic-block.kyozai .kyozai-item:first-child .kyozai-text p {
  text-align: center;
}
.topic-block.kyozai .kyozai-item:first-child .kyozai-img img {
  width: auto;
}
.topic-block.kyozai .kyozai-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.topic-block.kyozai .kyozai-item .kyozai-text h5 {
  width: 28rem;
  height: 4rem;
  border: 2px solid #e56b21;
  color: #e56b21;
  font-size: 2rem;
  line-height: 1;
  background: #fff;
  border-radius: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  margin: auto;
}
.topic-block.kyozai .kyozai-item .kyozai-text p {
  margin-top: 1em;
}
.topic-block.kyozai .kyozai-item .kyozai-img {
  margin-top: 2rem;
  display: flex;
  gap: 3rem;
}
.topic-block.kyozai .kyozai-item .kyozai-img img {
  width: 28.3rem;
}
@media (max-width: 767px) {
  .topic-block {
    margin-top: 4rem;
    padding: 3rem 1.5rem 4rem;
    position: relative;
  }
  .topic-block h4 {
    font-size: 2.4rem;
    line-height: 1.4333333333;
    font-weight: 600;
  }
  .topic-block .topic-body {
    margin-top: 1em;
  }
  .topic-block .topic-list li {
    padding-left: 1.5em;
  }
  .topic-block .topic-list li::before {
    content: "・";
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }
  .topic-block .topic-img {
    position: static;
    width: unset !important;
    margin-top: 2rem;
    text-align: center;
  }
  .topic-block.tool .topic-img img {
    width: 22rem;
  }
  .topic-block.history {
    min-height: unset;
  }
  .topic-block.kyozai h4 {
    text-align: center;
  }
  .topic-block.kyozai .kyozai-desc {
    text-align: left;
    margin-top: 2em;
  }
  .topic-block.kyozai .kyozai-grid {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    margin-top: 3rem;
  }
  .topic-block.kyozai .kyozai-item:first-child .kyozai-text p {
    text-align: left;
  }
  .topic-block.kyozai .kyozai-item:first-child .kyozai-img {
    flex-direction: column;
    gap: 2rem;
  }
  .topic-block.kyozai .kyozai-item {
    display: flex;
    justify-content: space-between;
  }
  .topic-block.kyozai .kyozai-item .kyozai-text h5 {
    width: 20rem;
    height: 3rem;
    font-size: 1.7rem;
  }
  .topic-block.kyozai .kyozai-item .kyozai-text p {
    margin-top: 1em;
  }
  .topic-block.kyozai .kyozai-item .kyozai-img {
    margin-top: 2rem;
    display: flex;
    gap: 3rem;
  }
  .topic-block.kyozai .kyozai-item .kyozai-img img {
    width: 28.3rem;
  }
}

.techo .topic-block h4 {
  color: #00a69b;
}
.techo .topic-block.kyozai .kyozai-item .kyozai-text h5 {
  border-color: #00a69b;
  color: #00a69b;
}
.techo .topic-block.kyozai .kyozai-item .kyozai-img.pilot img {
  width: 43.4rem;
}
.techo .topic-block.first .topic-img {
  width: 29rem;
  bottom: 0;
}
.techo .topic-block.pilot {
  min-height: 37rem;
}
.techo .topic-block.pilot .topic-img {
  width: 41.7rem;
  bottom: 1rem;
  right: 2rem;
}

.jissen .topic-block h4 {
  color: #003c82;
  text-align: center;
}
.jissen .topic-block p {
  margin-top: 2em;
  text-align: center;
}
.jissen .topic-block figure {
  margin-top: 14rem;
  text-align: center;
  position: relative;
}
.jissen .topic-block figure .main {
  width: 52.8rem;
}
.jissen .topic-block figure figcaption {
  width: 23rem;
  position: absolute;
  top: -8rem;
  left: calc(50% - 24rem);
}
@media (max-width: 767px) {
  .jissen .topic-block p {
    margin-top: 2em;
    text-align: left;
  }
  .jissen .topic-block figure {
    margin-top: 2rem;
    text-align: center;
    position: relative;
  }
  .jissen .topic-block figure .main {
    width: auto;
  }
}

.detail .detail-table {
  margin-top: 10rem;
  width: 100%;
  border-bottom: 2px solid #003c82;
  text-align: center;
}
.detail .detail-table tr {
  border-top: 2px solid #003c82;
}
.detail .detail-table thead td {
  width: 20%;
}
.detail .detail-table thead th {
  width: 40%;
  border-left: 2px solid #003c82;
  background: #e56b21;
  color: #fff;
  font-size: 3.5rem;
  text-align: center;
  font-weight: 500;
}
.detail .detail-table thead th:last-child {
  background: #00a69b;
}
.detail .detail-table tbody th,
.detail .detail-table tbody td {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  padding: 0.5em 1em;
  color: #003c82;
  font-weight: bold;
}
.detail .detail-table tbody th:not(:last-child),
.detail .detail-table tbody td:not(:last-child) {
  border-right: 2px solid #003c82;
}
.detail .detail-table tbody th.wregular,
.detail .detail-table tbody td.wregular {
  font-weight: 400;
}
.detail .detail-table tbody th.orange,
.detail .detail-table tbody td.orange {
  color: #e56b21;
}
.detail .detail-table tbody th.emerald,
.detail .detail-table tbody td.emerald {
  color: #00a69b;
}
.detail .detail-note {
  margin-top: 1em;
}
@media (max-width: 767px) {
  .detail .detail-table {
    margin-top: 5rem;
  }
  .detail .detail-table thead td {
    width: 20%;
  }
  .detail .detail-table thead th {
    width: 40%;
    font-size: 5vw;
  }
  .detail .detail-table tbody th,
.detail .detail-table tbody td {
    font-size: 3.3vw;
    letter-spacing: 0;
  }
  .detail .detail-note {
    margin-top: 1em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .detail .detail-note {
    font-size: 1.4rem;
  }
}

#voices {
  margin-top: 10rem;
}
#voices .section-body {
  padding-top: 5rem;
}
#voices .voices-intro {
  text-align: center;
  font-size: 2.1rem;
}
@media (max-width: 767px) {
  #voices .voices-intro {
    font-size: 1.8rem;
    text-align: left;
  }
}
#voices .voice-block {
  margin-top: 7rem;
}
#voices .voice-block + .voice-block {
  margin-top: 8rem;
}
#voices .voice-heading {
  text-align: center;
}
#voices .voice-heading img {
  height: 20rem;
}
#voices .slider-container {
  position: relative;
  padding-bottom: 5rem;
}
#voices .swiper {
  margin-top: 2rem;
  max-width: 80rem;
  border: 1px solid #969696;
  border-radius: 2rem;
}
#voices .swiper-button-prev,
#voices .swiper-button-next {
  transform: translateY(-4rem);
  width: 4rem;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../images/voice_btn_1.svg) center center/contain;
}
#voices .swiper-button-prev svg,
#voices .swiper-button-next svg {
  display: none;
}
#voices .swiper-button-prev {
  left: 3rem;
}
#voices .swiper-button-next {
  background: url(../images/voice_btn_2.svg) center center/contain;
  right: 3rem;
}
#voices .swiper-pagination-bullet {
  width: 1rem;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0 1.6rem;
}
#voices .swiper-pagination-bullet-active {
  background: #003c82;
}
#voices .pagination {
  text-align: center;
  margin-top: 3rem;
}
#voices .teacher-slider {
  background: #faf8e6;
}
#voices .teacher-slide {
  padding: 3rem 5rem 5rem;
}
#voices .teacher-slide p {
  padding-top: 0.3em;
  min-height: 8em;
  font-size: 2.5rem;
  line-height: 2.6;
  background-image: linear-gradient(180deg, transparent 1px, transparent calc(100% - 1px), #ccc 100%); /* 罫線の色と太さ  */
  background-size: 100% 2.6em; /* 行の高さ */
  line-height: 2.6em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
}
@media (max-width: 767px) {
  #voices {
    margin-top: 5rem;
  }
  #voices .section-body {
    padding-top: 4rem;
  }
  #voices .voices-intro {
    text-align: left;
  }
  #voices .voice-block {
    margin-top: 4rem;
  }
  #voices .voice-block + .voice-block {
    margin-top: 5rem;
  }
  #voices .voice-heading {
    text-align: center;
  }
  #voices .voice-heading img {
    height: auto;
    width: 28rem;
  }
  #voices .slider-container {
    position: relative;
    padding-bottom: 5rem;
  }
  #voices .swiper {
    margin-top: 2rem;
    width: auto;
    border-radius: 1rem;
  }
  #voices .swiper-button-prev,
#voices .swiper-button-next {
    transform: none;
    width: 3rem;
    height: 3rem;
    top: unset;
    bottom: 0;
  }
  #voices .swiper-button-prev {
    left: calc(50% - 5rem);
  }
  #voices .swiper-button-next {
    right: calc(50% - 5rem);
  }
  #voices .swiper-pagination-bullet {
    width: 1rem;
    height: auto;
    aspect-ratio: 1/1;
    margin: 0 1.6rem;
  }
  #voices .pagination {
    display: none;
  }
  #voices .teacher-slider {
    background: #faf8e6;
  }
  #voices .teacher-slider .swiper-wrapper {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
  }
  #voices .teacher-slide {
    padding: 1rem 2rem 0rem;
    display: flex;
  }
  #voices .teacher-slide p {
    padding-top: 0.3em;
    min-height: 12em;
    font-size: 1.8rem;
    line-height: 2.6;
    background-image: linear-gradient(180deg, transparent 1px, transparent calc(100% - 1px), #ccc 100%); /* 罫線の色と太さ  */
    background-size: 100% 2.6em; /* 行の高さ */
    line-height: 2.6em; /* 文字の高さ */
    padding-bottom: 1px; /* 最終行の下にも罫線を引く */
  }
}

#message .message-title {
  font-size: 3.4rem;
  line-height: 1.2380952381;
  border-bottom: 1px solid #003c82;
  text-align: center;
  color: #003c82;
  letter-spacing: 0.15em;
  padding-bottom: 0.4em;
  margin-bottom: 0.7em;
  font-weight: 600;
}
#message .message-body p {
  letter-spacing: 0.2em;
}
#message .message-body p + p {
  margin-top: 0.5em;
}
@media (max-width: 767px) {
  #message .message-title {
    font-size: 2.1rem;
    padding-bottom: 0.5em;
  }
  #message .message-body p {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
  }
  #message .message-body p + p {
    margin-top: 0.5em;
  }
}

.btn-wrap {
  margin-top: 15rem;
  text-align: center;
}
.btn-wrap a {
  position: relative;
  width: 40rem;
  height: 8rem;
  background: #fff;
  border-radius: 5rem;
  border: 2px solid #003c82;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: color 0.3s ease, background 0.3s ease;
}
.btn-wrap a::after {
  content: "";
  display: block;
  width: 4rem;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../images/btn_arrow.svg) center center/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.6rem;
}
.btn-wrap a:hover {
  background: #003c82;
  color: #fff;
}
.btn-wrap p {
  margin-top: 1em;
  text-align: center;
  color: #003c82;
  text-shadow: 0 0 1px white;
  font-weight: 500;
  -webkit-text-stroke: 6px #fff;
  text-stroke: 6px #fff;
  position: relative;
}
.btn-wrap p .span1,
.btn-wrap p .span2 {
  display: inline-block;
  position: relative;
}
.btn-wrap p .span1::before, .btn-wrap p .span1::after,
.btn-wrap p .span2::before,
.btn-wrap p .span2::after {
  content: "一般社団法人日本文化教育推進機構";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: 0 0 3px white;
  -webkit-text-stroke: 0px #fff;
  text-stroke: 0px #fff;
}
.btn-wrap p .span1.span2::before, .btn-wrap p .span1.span2::after,
.btn-wrap p .span2.span2::before,
.btn-wrap p .span2.span2::after {
  content: "ウェブサイトへ";
}
@media (max-width: 767px) {
  .btn-wrap {
    margin-top: 10rem;
  }
  .btn-wrap a {
    width: 28rem;
    height: 5.6rem;
    font-size: 1.7rem;
  }
  .btn-wrap a::after {
    width: 2.8rem;
    position: absolute;
    right: 1.3rem;
  }
  .btn-wrap a:hover {
    background: #003c82;
    color: #fff;
  }
  .btn-wrap p {
    margin-top: 1em;
    text-align: center;
    color: #003c82;
    text-shadow: 0 0 3px white;
    font-weight: 500;
  }
}

#footer {
  background: #003c82;
  color: #fff;
  padding: 10rem 0 4rem;
}
#footer .footer-project {
  text-align: center;
}
#footer .footer-project img {
  width: 44rem;
}
#footer .footer-office {
  margin-top: 3rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
}
#footer .copyright {
  text-align: center;
  margin-top: 10rem;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  #footer {
    padding: 8rem 0 4rem;
  }
  #footer .footer-project img {
    width: 30rem;
  }
  #footer .footer-office {
    margin-top: 2rem;
    text-align: center;
    font-size: min(1.6rem, 4.4vw);
    letter-spacing: 0;
  }
  #footer .copyright {
    margin-top: 5rem;
    font-size: 1.3rem;
  }
}
/*# sourceMappingURL=style.css.map */