@charset "utf-8";

a.int_link {
  color: #fff;
  text-decoration: underline;
}

a.int_link:visited {
  color: #fff;
  text-decoration: underline;
}

a.int_link:hover {
  color: #fff000;
  text-decoration: underline;
}

.int_area {
  position: relative;
  width: 100%;
  background-image: url(../img/common/news_bg.png);
  background-repeat: repeat;
  background-size: 112px auto;
  background-color: #000;
}

.heading-2 {
  position: relative;
  width: 47%;
  margin: 0 auto;
  z-index: 9;
}

.int1_area {
  position: relative;
  width: 100%;
  background-image: url(../img/common/story_bg.png);
  background-repeat: repeat;
  background-size: 112px auto;
  background-color: #000;
}

.int_header {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.int_header_title {
  position: relative;
  width: 55%;
  display: flex;
  justify-content: center;
  align-items: center;
  ;
}

.int_header_title img {
  width: 90%;
}

.int_header_image {
  width: 45%;
  line-height: 0;
}

.int_content {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 10px 0 80px;
}

.interview {
  width: 100%;
  font-family: 'Noto Serif JP', serif;
  color: #000;
  line-height: 1.8;
}

.lead_text {
  margin: 1em 0 0;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Shippori Mincho', serif;
  color: #000;
}

.interview h2 {
  color: #6d0a0a;
  font-size:24px;
  margin: 2em 0 1.2em;
  font-feature-settings: "palt";
}

.interview p {
  font-size: 16px;
  margin: 0 0 1.4em;
  font-feature-settings: "palt";
}

.interview p span {
  display: block;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
}

.interview h3 {
  color: #6d0a0a;
  font-size: 26px;
  margin: 3rem 0 1rem;
  font-feature-settings: "palt";
  text-align: center;
}

.int_image {
  width: 70%;
  margin: 3rem auto;
}

.int_image-2 {
  width: 70%;
  margin: 3rem auto;
}

.int_image p,
.int_image-2 p {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #000;
  margin-top: 0.35em;
}

.profile {
  width: 60%;
  margin: 0 auto;
}

.profile_text {
  width: 100%;
  font-weight: 400;
}

.profile_photo {
  width: 47%;
}

.child_1 {
  order: 1;
}

.child_2 {
  order: 2;
}

.profile_text p {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  color: #fff;
}

.profile_text p span {
  display: block;
  margin-bottom: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.interview_chara_01 {
  position: absolute;
  width: 26%;
  top: 10%;
  left: 4%;
  z-index: 10;
}

.interview_cloud_01 {
  position: absolute;
  width: 26%;
  top: 40%;
  right: 3%;
}

.interview_cloud_02 {
  position: absolute;
  width: 26%;
  bottom: -15%;
  right: 0;
  z-index: 10;
}

@media screen and (min-width: 1px) and (max-width: 743px) {

  .content-2 {
    position: relative;
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    padding: 4rem 0 0;
  }

  .heading-2 {
    width: 84%;
    padding: 0;
    margin: 0 auto;
  }

  .int1_area {
    background-size: 60px auto;
  }

  .int_header_title {
    width: 50%;
  }

  .int_header_title img {
    width: 90%;
  }

  .int_header_image {
    width: 50%;
  }

  .int_content {
    width: 90%;
    padding: 1rem 0 3rem;
  }

  .lead_text {
    margin: 1em 0 0;
    text-align: left;
    font-size: 18px;
  }

  .interview h2 {
    font-size: 20px;
    margin: 1em 0 1.2em;
  }

  .interview p {
    font-size: 14px;
    margin: 0 0 1.4em;
  }

  .int_image {
    width: 80%;
    margin: 1.4rem auto;
  }

  .int_image-2 {
    width: 100%;
    margin: 1.4rem auto;
  }

  .int_image p,
  .int_image-2 p {
    font-size: 12px;
    margin-top: 0.2em;
  }

  .interview h3 {
    font-size: 20px;
    margin: 2rem 0 1rem;
  }

  .profile {
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .profile_text {
    width: 80%;
    margin: 0 auto;
  }

  .profile_photo {
    width: 60%;
    margin: 0 auto 2rem;
  }

  .child_1 {
    order: 2;
  }

  .child_2 {
    order: 1;
  }

  .profile_text p {
    font-size: 12px;
  }

  .profile_text p span {
    font-size: 14px;
  }

  .interview_chara_01 {
    position: absolute;
    width: 46%;
    top: 38%;
    left: -14%;
    z-index: 8;
  }

  .interview_cloud_01 {
    position: absolute;
    width: 40%;
    top: 40%;
    right: 3%;
  }

  .interview_cloud_02 {
    position: absolute;
    width: 40%;
    bottom: -8%;
    right: 0;
    z-index: 10;
  }
}

@media screen and (min-width: 744px) and (max-width: 1024px) {

  .interview_chara_01 {
    position: absolute;
    width: 36%;
    top: 15%;
    left: 2%;
    z-index: 10;
  }

  .lead_text {
    font-size: 20px;
  }

  .interview h2 {
    font-size: 20px;
  }

  .interview h3 {
    font-size: 18px;
    margin: 3rem 0 1rem;
  }

  .interview p {
    font-size: 14px;
    margin: 0 0 1.4em;
  }

  .profile {
    width: 84%;
  }

  .float_wrap {
    width: 40%;
  }

  .float_img_left {
    display: block;
    float: left;
    width: 100%;
    margin: 0 2.4em 0 0;
  }

  .float_img_right {
    display: block;
    float: right;
    width: 100%;
    margin: 0 0 0 2.4em;
  }

  .float_img_left img,
  .float_img_right img {
    margin: 0 0 0.5em;
  }

  .float_img_left p,
  .float_img_right p {
    width: 100%;
    font-size: 12px;
    color: #000;
    text-align: center !important;
  }

  .float_wrap p {
    width: 100%;
    text-align: justify;
  }

  .clear {
    clear: both;
  }

}

@media screen and (min-width: 1025px) {

  .int_header {
    max-width: 1100px;
  }

  .int_content {
    max-width: 1100px;
  }

  .float_wrap {
    width: 40%;
  }

  .float_img_left {
    display: block;
    float: left;
    width: 100%;
    margin: 0 2.4em 0 0;
  }

  .float_img_right {
    display: block;
    float: right;
    width: 100%;
    margin: 0 0 0 2.4em;
  }

  .float_img_left img,
  .float_img_right img {
    margin: 0 0 0.5em;
  }

  .float_img_left p,
  .float_img_right p {
    width: 100%;
    font-size: 14px;
    color: #000;
    text-align: center !important;
  }

  .float_wrap p {
    width: 100%;
    text-align: justify;
  }

  .clear {
    clear: both;
  }

}