@charset "UTF-8";

:root {
  --YuGothic: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  --TsukuA: "fot-tsukuardgothic-std", sans-serif;
}

.main {
  font-family: var(--YuGothic);
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 1px;
}


.line-height {
  line-height: 1.1;
}

/* mv */
section[key=mv] {
  background: radial-gradient(#E0EEDE, #99D1CB);
  padding-bottom: 40px;
}

section[key=mv] .mv_image {
  max-width: 100%;
  margin-left: initial;
  padding-top: 5px;
}

section[key=mv] .top-mainVisual__item__num {
  border-color: #C89501;
}

section[key=mv] .top-mainVisual__item__label {
  font-family: var(--TsukuA);
  background: #FFF;
  color: #C89501;
}

section[key=mv] .top-mainVisual__item__label::before {
  background: url(../img/special/vol28/labelDeco.png) no-repeat center center/cover;
  bottom: -18px;
}

section[key=mv].top-mainVisual__item__category {
  font-family: var(--TsukuA);
}

section[key=mv] .container .top-articles__item__tags {
  bottom: -32px;
}

section[key=mv] .container .top-articles__item__tags a {
  color: #4D4D4D;
}

@media screen and (min-width: 768px) {
  section[key=mv] {
    padding-bottom: 26px;
  }

  section[key=mv] .mv_image {
    max-width: 89%;
    margin-left: auto;
    padding-top: 15px;
  }

  section[key=mv] .container .top-articles__item__tags {
    bottom: -4px;
  }

  section[key=mv] .container .top-articles__item__tags a {
    margin-right: 24px;
  }
}

/* intro */
.intro {
  margin-top: 70px;
}

.intro_text {
  margin-top: 35px;
  font-family: var(--YuGothic);
  font-size: 28px;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.78;
}

.intro h2 {
  font-size: 40px;
  text-align: center;
  line-height: 1.5;
  margin: 100px 0 80px;
  padding: 20px;
  background-color: #FFF9EF;
  border-radius: 20px;
}

@media screen and (max-width: 1000px) {
  .intro_text {
    font-size: 24px;
  }

  .intro h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .intro_text {
    font-size: 18px;
  }

  .intro h2 {
    font-size: 24px;
  }

  .main .text {
    line-height: 2;
    font-size: 17px;
  }

  .item-tit {
    font-size: 15px;
  }

  @media screen and (max-width: 500px) {
    .intro h2 {
      font-size: 20px;
    }

  }
}



/* spacialTopics */

section[key=spacialTopics] .h2_img {
  max-width: 723px;
  width: 85%;
  margin: 50px auto 100px;
}

section[key=spacialTopics] .headline span {
  color: #FA663A;
}

section[key=spacialTopics] .body .Topics-wrap {
  display: flex;
  margin-bottom: 50px;
}

section[key=spacialTopics] .body div {
  margin: 40px 0;
  font-size: 1.25rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  section[key=spacialTopics] .body div {
    margin: 30px 0;
    font-size: 1rem;
  }
}

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

  section[key=spacialTopics] .h2_img {
    max-width: 723px;
    width: 85%;
    margin: 50px auto;
  }

  section[key=spacialTopics] {
    padding: 40px 0 30px;
  }
}



section[key=spacialTopics] .body .top_space {
  margin-top: 200px;
}

section[key=spacialTopics] .body .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


section[key=spacialTopics] .body .left_img {
  width: 155px;
}

section[key=spacialTopics] .body .right_text {
  max-width: 665px;
  width: 75%;
  line-height: 2;
}


section[key=spacialTopics] .body h3.topics-ttl {
  background-color: #D4A730;
  color: #FFF;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 2.5rem;
  position: relative;
}


section[key=spacialTopics] .body .topics-ttl-box {
  background-color: #d4a53062;
  border-radius: 10px;
  padding: 30px 50px;
  font-size: 1rem;
}

section[key=spacialTopics] .body h3.topics-ttl.no2 {
  background-color: #8B3590;
  margin-top: 150px;
}

section[key=spacialTopics] .body h3.topics-ttl.no3 {
  background-color: #1A8C6A;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  section[key=spacialTopics] .body .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  section[key=spacialTopics] .body .left_img {
    width: 60%;
    max-width: 155px;
    margin-bottom: 50px;
  }

  section[key=spacialTopics] .body .right_text {
    margin-top: 0;
    width: 90%;
    line-height: 2;
  }

  section[key=spacialTopics] .body h3.topics-ttl {
    background-color: #D4A730;
    color: #FFF;
    text-align: center;
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.5;
    border-radius: 1.75rem;
    position: relative;
  }


  section[key=spacialTopics] .body .topics-ttl-box {
    background-color: #d4a53062;
    border-radius: 10px;
    padding: 30px;
    font-size: 0.9rem;
  }

  section[key=spacialTopics] .body h3.topics-ttl.no2 {
    background-color: #8B3590;
    margin-top: 100px;
  }

  section[key=spacialTopics] .body h3.topics-ttl.no3 {
    background-color: #1A8C6A;
    margin-top: 80px;
  }
}

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


  section[key=spacialTopics] .body .left_img {
    width: 60%;
    max-width: 155px;
    margin-bottom: 50px;
  }

  section[key=spacialTopics] .body .right_text {
    width: 100%;
  }

}


section[key=spacialTopics] .body h3.title_box {
  border-bottom: #707070 4px solid;
  font-size: 3rem;
}

section[key=spacialTopics] .body span.title {
  display: block;
  background-color: #707070;
  color: #fff;
  text-align: center;
  width: 70%;
  max-width: 650px;
  padding: 5px 0 0;
  margin: auto;
  border-radius: 20px 20px 0 0;
}


@media screen and (max-width: 767px) {
  section[key=spacialTopics] .body h3.title_box {
    border-bottom: #707070 4px solid;
    font-size: 2rem;
  }
}

@media screen and (max-width: 450px) {
  section[key=spacialTopics] .body h3.title_box {
    border-bottom: #707070 4px solid;
    font-size: 1.5rem;
  }
}


section[key=spacialTopics] .body .topics-list li {
  border-bottom: #707070 1px solid;
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 50px 0;
}

section[key=spacialTopics] .body .topics-list li:last-of-type {
  border: none;
}

section[key=spacialTopics] .body .topics-list li img {
  display: inline-block;
  width: 200px;
}

section[key=spacialTopics] .body .topics-list li>div {
  margin: 0;
  max-width: 665px;
}

section[key=spacialTopics] .body .topics-list li h4 {
  font-size: 1.5rem;
  margin: 0;
}

section[key=spacialTopics] .body .topics-list li .feature01 {
  color: #D4A630;
}

section[key=spacialTopics] .body .topics-list li .feature02 {
  color: #8B3590;
}

section[key=spacialTopics] .body .topics-list li .feature03 {
  color: #1A8C6A;
}


section[key=spacialTopics] .body .topics-list li p {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 2;
}

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

  section[key=spacialTopics] .body .topics-list li {
    border-bottom: #707070 1px solid;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
  }

  section[key=spacialTopics] .body .topics-list li:last-of-type {
    border: none;
  }

  section[key=spacialTopics] .body .topics-list li img {
    display: inline-block;
    width: 60%;
    max-width: 180px;
  }

  section[key=spacialTopics] .body .topics-list li>div {
    margin: 20px auto 0;
  }

  section[key=spacialTopics] .body .topics-list li h4 {
    font-size: 1.25rem;
    text-align: center;
    margin: 0;
  }


  section[key=spacialTopics] .body .topics-list li p {
    display: inline-block;
    font-size: 1rem;
    line-height: 2;
  }
}

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

  section[key=spacialTopics] .body .topics-list li {
    padding: 30px 0;
  }


  section[key=spacialTopics] .body .topics-list li img {
    display: inline-block;
    width: 60%;
    max-width: 135px;
  }

}



section[key=spacialTopics] .body .interview_box {
  border: #707070 2px solid;
  padding: 0 116px 50px;
  border-radius: 30px;
}

section[key=spacialTopics] .body .interview_box h3 {
  background-color: #707070;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  font-size: 36px;
  margin: auto;
  margin-bottom: 50px;
  border-radius: 0 0 20px 20px;
}

section[key=spacialTopics] .body .interview_box h3 .yellow {
  color: #FFEC00;
}

section[key=spacialTopics] .body .interview_box h2 {

  border-bottom: #FFEC00 6px solid;
  text-align: center;
  padding: 5px 0;
  text-align: center;
  font-size: 48px;
  margin: auto;
  margin-bottom: 50px;
}

section[key=spacialTopics] .body .interview_box p {
  font-size: 18px;
  line-height: 2;
}

section[key=spacialTopics] .body .interview_box img {
  display: block;
  width: 100%;
  max-width: 430px;
  margin: 100px auto 0;
}

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

  section[key=spacialTopics] .body .interview_box {
    border: #707070 2px solid;
    padding: 0 20px 20px;
    border-radius: 30px;
  }

  section[key=spacialTopics] .body .interview_box h3 {
    font-size: 24px;
    width: 80%;
  }

  section[key=spacialTopics] .body .interview_box h3 .yellow {
    color: #FFEC00;
  }

  section[key=spacialTopics] .body .interview_box h2 {

    border-bottom: #FFEC00 6px solid;
    text-align: center;
    padding: 5px 0;
    text-align: center;
    font-size: 32px;
    margin: auto;
    margin-bottom: 50px;
  }

  section[key=spacialTopics] .body .interview_box p {
    font-size: 16px;
    line-height: 2;
  }

  section[key=spacialTopics] .body .interview_box img {
    display: block;
    width: 80%;
    margin: 50px auto 0;
  }

}

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

  section[key=spacialTopics] .body .interview_box {
    border: #707070 2px solid;
    padding: 0 20px 20px;
    border-radius: 30px;
  }

  section[key=spacialTopics] .body .interview_box h3 {
    font-size: 18px;
    width: 80%;
  }

  section[key=spacialTopics] .body .interview_box h3 .yellow {
    color: #FFEC00;
    font-size: 20px;
  }

  section[key=spacialTopics] .body .interview_box h2 {
    font-size: 21px;
  }

  section[key=spacialTopics] .body .interview_box p {
    font-size: 16px;
    line-height: 2;
  }

  section[key=spacialTopics] .body .interview_box img {
    display: block;
    width: 100%;
    margin: 50px auto 0;
  }

}



/* interview */
section[key=interview] {
  padding: 90px 20px;
  font-weight: 600;
}

section[key=interview] .container {
  border-top: 3px dotted #FA663A;
  padding-top: 120px;
  padding-left: 0;
  padding-right: 0;
}

section[key=interview] .interview_img {
  max-width: 570px;
  width: 85%;
  margin: 50px auto;
}

section[key=interview] .doctor {
  margin-top: 100px;
  margin-bottom: 120px;
}

section[key=interview] .belief {
  background-color: #a581262a !important;
}

section[key=interview] .belief.sub {
  background-color: #F1ECDD !important;
  font-size: 1.25rem;
  text-align: center;
  padding: 40px 20px;
}

section[key=interview] .intro {
  font-size: 1.25rem;
  text-align: center;
  line-height: 2;
}

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

  section[key=interview] .belief.sub {
    font-size: 1rem;
    text-align: center;
  }

  section[key=interview] .intro {
    font-size: 1rem;
    margin-top: 0;
  }

}

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

  section[key=interview] {
    padding: 30px 20px 100px;
    font-weight: 600;
  }

  section[key=interview] .container {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  section[key=interview] .belief {
    padding: 20px;
    margin-bottom: 50px;
  }

  section[key=interview] .belief .h2 {
    font-size: 24px !important;
  }

  section[key=interview] .belief.sub {
    font-size: 0.9rem;
    text-align: center;
    padding: 30px 20px;
  }

  section[key=interview] .intro {
    font-size: 0.9rem;
    margin-top: 0;
  }

  section[key=interview] .interview_img {
    width: 90%;
  }

}

section[key=interview] .content-text {
  margin-bottom: 60px;
  font-size: 1rem;
}

section[key=interview] .content-text .katagiri {
  display: inline-block;
  color: #1A8C6A;
  margin-right: 20px;
  font-weight: 600;
}

section[key=interview] .content-text .yanagisawa {
  display: inline-block;
  color: #69336C;
  margin-right: 20px;
  font-weight: 600;
}

section[key=interview] .content-text .tsunooka {
  display: inline-block;
  color: #C89501;
  margin-right: 20px;
  font-weight: 600;
}

section[key=interview] .h4 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

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

  section[key=interview] .h4 {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }

}

section[key=interview] .items-text {
  line-height: 1.9;
  letter-spacing: .01em;
}

section[key=interview] .motto {
  max-width: 640px;
  width: 80%;
  margin: auto;
}

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

  section[key=interview] .motto {
    width: 100%;
  }

}


.page-bottom-img {
  margin-top: 120px;
  padding: 0 20px;
}