.president-intro-area {
  margin-top: 90px;
  width: 100%;
  height: 460px;
  background: url("../know/images/message_img01.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 150px;
  padding-bottom: 10px;
}

.president-intro-area .intro-text {
  width: 250px;
  color: #fff;
  background: rgba(0, 69, 146, 0.6);
  border-radius: 3vw;
  padding: 3%;
}

.president-intro-area .intro-text .name {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.president-intro-area .intro-text .name span {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}

.president-intro-area .intro-text .name span:last-of-type {
  font-size: 2.6rem;
}

.president-intro-area .intro-text > *:last-child {
  margin-bottom: 0;
}

.message img {
  max-width: 100%;
}

.message .sign {
  display: block;
  text-align: right;
  margin-top: -10px;
}

.message .sign > span,
.message .sign > img {
  display: inline-block;
  vertical-align: middle;
}

.message .profile {
  margin: 30px auto 0;

  padding: 5% 3%;
  border: solid 1px black;
}

.message .profile .position {
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 5px;
}

.message .profile .name {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
}

.message .profile .paragraph2 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.voice .content-body {
  padding: 0 0 8.3vw;
}

.voice .page-head .mainvisual {
  align-items: unset;
}

.voice .page-head .mainvisual::before {
  width: 67vw;
}

.voice .page-head .mainvisual .interview-title-container {
  margin-top: 3.8vw;
  width: 85vw;
  margin-left: 15vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.voice .page-head .mainvisual .interview-title-container .voice-num {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.voice .page-head .mainvisual .interview-title-container .voice-num span {
  display: inline-block;
  color: #004592;
  font-size: clamp(1.6rem, 1.3vw, 1.9rem);
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.voice
  .page-head
  .mainvisual
  .interview-title-container
  .voice-num
  span:nth-of-type(2) {
  color: #fff;
  font-size: clamp(9rem, 6.9vw, 10rem);
  letter-spacing: 0.05em;
  -webkit-text-stroke: 1px #004592;
  text-stroke: 1px #004592;
}

.voice .page-head .mainvisual .interview-title-container .voice-lead {
  margin-top: 1.8vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.voice .page-head .mainvisual .interview-title-container .voice-lead span {
  display: inline-block;
  background: #004592;
  background: linear-gradient(90deg, #004592 18%, #1ce0f5 100%);
  color: #fff;
  font-size: clamp(2.6rem, 2vw, 3rem);
  line-height: 1;
  font-weight: 500;
  padding: 5px 10px;
}

.voice
  .page-head
  .mainvisual
  .interview-title-container
  .voice-lead
  span
  + span {
  margin-top: 0.7vw;
}

.voice .page-head .mainvisual .interview-title-container .name {
  margin-top: 2.5vw;
  background: #000;
  color: #fff;
  font-size: clamp(2rem, 1.6vw, 2.4rem);
  line-height: 1;
  font-weight: 500;
  padding: 10px 15px;
}

.voice .page-head .mainvisual .name-en {
  position: absolute;
  left: 0;
  bottom: -1.3vw;
  z-index: 0;
  color: rgba(99, 191, 226, 0.3);
  font-size: clamp(24rem, 17vw, 25rem);
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.voice-container {
  background: #d0ecf6;
  padding: 6.5vw 0 14vw;
}

.voice-container .voice-content {
  width: 85vw;
  margin-right: 15vw;
  display: flex;
  align-items: flex-start;
}

.voice-container .voice-content .content-text {
  width: 65.25vw;
  padding: 3vw 10vw 3vw 15vw;
  background: #fff;
  border-radius: 0 3vw 3vw 0;
}

.voice-container .voice-content .content-text .faq-box dt {
  display: flex;
  align-items: center;
  color: #004592;
  font-size: clamp(1.3rem, 2vw, 1.5rem);
  line-height: 2.5vw;
  position: relative;
  padding-left: 3.6vw;
  margin-bottom: 0.7vw;
}

.voice-container .voice-content .content-text .faq-box dt::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  color: #004592;
  font-size: clamp(3rem, 2.5vw, 3.6rem);
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.voice-container .voice-content .content-text .faq-box dd {
  padding-left: 3.6vw;
  font-size: clamp(1.1rem, 0.9vw, 1.3rem);
  line-height: 1.7;
}

.voice-container .voice-content .content-text .faq-box + .faq-box {
  margin-top: 2vw;
}

.voice-container .voice-content figure {
  position: relative;
  z-index: 2;
  margin: 4vw 0 0 -6.25vw;
  width: 26vw;
}

.voice-container .voice-content figure img {
  width: 100%;
  border-radius: 3vw;
}

.voice-container .voice-content:nth-of-type(2) {
  margin-top: 3.8vw;
  margin-right: unset;
  margin-left: 15vw;
}

.voice-container .voice-content:nth-of-type(2) .content-text {
  width: 64.4vw;
  margin-top: 4.5vw;
  padding: 3vw 15vw 3vw 9vw;
  border-radius: 3vw 0 0 3vw;
}

.voice-container .voice-content:nth-of-type(2) figure {
  order: -1;
  margin: 0 -5.4vw 0 0;
}

.other-voice {
  width: 100%;
  padding-top: 4.5vw;
}

.other-voice .voice-title {
  color: #004592;
  font-size: clamp(3.5rem, 3.7vw, 4rem);
  line-height: 1.7;
  font-weight: 600;
  text-align: center;
  padding-bottom: 5vw;
  margin-bottom: 3.8vw;
  position: relative;
}

.other-voice .voice-title::before {
  content: "";
  position: absolute;
  left: calc(50% - 45px);
  bottom: 0;
  width: 90px;
  height: 4px;
  background: #004592;
  border-radius: 2px;
}

.other-voice .list-container {
  width: 86.9vw;
  margin-left: 13.1vw;
  padding-left: 1.9vw;
  overflow: hidden;
}

.other-voice .list-container .voice-list {
  display: flex;
  margin-left: -1.9vw;
}

.other-voice .list-container .voice-list li {
  width: 21.875vw;
  margin: 0.5vw 1.9vw;
}

.other-voice .list-container .voice-list li a {
  display: block;
}

.other-voice .list-container .voice-list li a figure {
  width: 100%;
}

.other-voice .list-container .voice-list li a figure img {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.other-voice .list-container .voice-list li a .list-text {
  margin-top: 1.8vw;
  font-size: clamp(1.7rem, 1.4vw, 2rem);
  line-height: 1.8;
}

.other-voice .list-container .voice-list li a .name-box {
  margin-top: 1.7vw;
  font-size: clamp(1.3rem, 1.1vw, 1.6rem);
  line-height: 2.9vw;
  position: relative;
  padding-right: 3vw;
}

.other-voice .list-container .voice-list li a .name-box::before,
.other-voice .list-container .voice-list li a .name-box::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.9vw;
  height: 2.9vw;
}

.other-voice .list-container .voice-list li a .name-box::before {
  background: #c7c8c7;
  border-radius: 50%;
}

.other-voice .list-container .voice-list li a .name-box::after {
  content: ">>";
  font-size: clamp(1rem, 1vw, 1.3rem);
  letter-spacing: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-list {
  padding: 0 7vw 0 0 !important;
}

@media screen and (max-width: 1024px) {
  .president-intro-area {
    margin-top: 50px;
    background: url("../know/images/message_img01.jpg") no-repeat 15% center;
    background-size: cover;
    align-items: flex-end;
    justify-content: center;
    padding-right: unset;
    padding-bottom: 5vw;
  }

  .president-intro-area .intro-text {
    width: 80%;
    border-radius: 20px;
    padding: 20px;
  }

  .president-intro-area .intro-text .name {
    margin-bottom: 10px;
  }

  .president-intro-area .intro-text .name span {
    font-size: 1.6rem;
  }

  .president-intro-area .intro-text .name span:last-of-type {
    font-size: 2.1rem;
  }

  .voice .content-body {
    padding: 0 0 8.3vw;
  }

  .voice .page-head .mainvisual {
    height: 45vh;
  }

  .voice .page-head .mainvisual::before {
    width: 72vw;
  }

  .voice .page-head .mainvisual .interview-title-container {
    margin-top: 5vw;
    margin-left: 7.5vw;
  }

  .voice .page-head .mainvisual .interview-title-container .voice-num span {
    font-size: 1.2rem;
  }

  .voice
    .page-head
    .mainvisual
    .interview-title-container
    .voice-num
    span:nth-of-type(2) {
    font-size: 6rem;
  }

  .voice .page-head .mainvisual .interview-title-container .voice-lead {
    margin-top: 3vw;
  }

  .voice .page-head .mainvisual .interview-title-container .voice-lead span {
    font-size: 2rem;
  }

  .voice
    .page-head
    .mainvisual
    .interview-title-container
    .voice-lead
    span
    + span {
    margin-top: 10px;
  }

  .voice .page-head .mainvisual .interview-title-container .name {
    margin-top: 20px;
    font-size: 1.6rem;
  }

  .voice .page-head .mainvisual .name-en {
    bottom: 0;
    font-size: 6rem;
  }

  .voice-container {
    padding: 50px 0 100px;
  }

  .voice-container .voice-content {
    width: 95vw;
    margin-right: unset;
    margin-left: 5vw;
    flex-direction: column;
    align-items: unset;
  }

  .voice-container .voice-content .content-text {
    margin-left: 5vw;
    width: 90vw;
    padding: 15vw 5vw 5vw;
    border-radius: 5vw 0 0 5vw;
  }

  .voice-container .voice-content .content-text .faq-box dt {
    font-size: 1.3rem;
    line-height: 1.6;
    padding-left: 40px;
    margin-bottom: 10px;
  }

  .voice-container .voice-content .content-text .faq-box dt::before {
    font-size: 3rem;
  }

  .voice-container .voice-content .content-text .faq-box dd {
    padding-left: 40px;
    font-size: 1.2rem;
  }

  .voice-container .voice-content .content-text .faq-box + .faq-box {
    margin-top: 20px;
  }

  .voice-container .voice-content figure {
    order: -1;
    margin: 0 0 -5vw;
    width: 60vw;
  }

  .voice-container .voice-content:nth-of-type(2) {
    margin-top: 10vw;
    margin-right: 5vw;
    margin-left: unset;
  }

  .voice-container .voice-content:nth-of-type(2) .content-text {
    width: 90vw;
    margin: 0 5vw 0 0;
    padding: 15vw 5vw 5vw;
    border-radius: 0 5vw 5vw 0;
  }

  .voice-container .voice-content:nth-of-type(2) figure {
    margin: 0 0 -5vw auto;
    width: 60vw;
  }

  .other-voice {
    padding-top: 50px;
  }

  .other-voice .voice-title {
    font-size: 2.6rem;
    line-height: 1.6;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .other-voice .voice-title::before {
    left: calc(50% - 30px);
    width: 60px;
    height: 2px;
    border-radius: unset;
  }

  .other-voice .list-container {
    width: 100%;
    margin-left: unset;
    padding-left: unset;
  }

  .other-voice .list-container .voice-list {
    margin-left: unset;
  }

  .other-voice .list-container .voice-list li {
    margin: 10px 5vw;
  }

  .other-voice .list-container .voice-list li a figure img {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }

  .other-voice .list-container .voice-list li a .list-text {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .other-voice .list-container .voice-list li a .name-box {
    margin-top: 10px;
    font-size: 1.0rem;
    line-height: 30px;
    padding-right: 40px;
  }

  .other-voice .list-container .voice-list li a .name-box::before,
  .other-voice .list-container .voice-list li a .name-box::after {
    width: 30px;
    height: 30px;
  }

  .other-voice .list-container .voice-list li a .name-box::after {
    font-size: 1rem;
  }

  .slick-list {
    padding: 0 !important;
  }

 .br-sp {
    display: block;
  }



}
/*# sourceMappingURL=maps/know.css.map */

