@charset "UTF-8";
/*********************
社員インタビュー
**********************/
.button-container {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.button-container .scroll-btn {
  padding: 10px 20px;
  margin: 0 1%;
  margin-bottom: 20px;
  font-size: 16px;
  cursor: pointer;
  color: #1a307b;
  border: solid 1px #1a307b;
  border-radius: 9999px;
  transition: background-color 0.3s;
  background: transparent;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.button-container .scroll-btn:hover {
  background-color: #1a307b;
  color: #fefbf4;
}

section.info {
  width: 1500px;
  max-width: 100%;
  margin: 100px auto;
}

/*********************
インタビュー
**********************/
section.interview {
  width: 1500px;
  max-width: 100%;
  margin: 100px auto;
  color: #1a307b;
  line-height: 150%;
  overflow-x: hidden;
  margin-bottom: 100px;
}
section.interview p {
  line-height: 180%;
  width: 90%;
}
section.interview h3 {
  font-size: 30px;
  line-height: 150%;
  margin-bottom: 40px;
  width: 90%;
  font-weight: 800;
}
section.interview h4 {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 40px;
  width: 90%;
  font-weight: 800;
}
section.interview .flex {
  display: flex;
}
section.interview .flex .left {
  text-align: left;
  min-width: 500px;
  margin-left: 10%;
}
section.interview .flex .left img {
  width: 80px;
  margin-bottom: 0px;
}
section.interview .flex .left h2 {
  display: inline-block;
  font-weight: 500;
  color: white;
  padding: 10px 30px;
  border-radius: 9999px;
  background: #2a2fbf;
  background: linear-gradient(90deg, #2a2fbf 0%, #2870b5 50%, #d9f57b 100%);
  margin-bottom: 30px;
}
section.interview .flex .left .name {
  line-height: 150%;
  margin-bottom: 30px;
  font-size: 20px;
  width: 90%;
}
section.interview .flex .left h3 {
  font-size: 40px;
  line-height: 150%;
  margin-bottom: 40px;
  width: 90%;
  font-weight: 400;
}
section.interview .flex .right img {
  width: 1200px;
}
section.interview .flex2 {
  display: flex;
}
section.interview .flex2 .left {
  position: relative;
  min-width: 600px;
}
section.interview .flex2 .left img {
  width: 800px;
  margin-left: -300px;
}
section.interview .flex2 .right {
  width: 800px;
  padding-right: 5%;
}
section.interview .flex3 {
  display: flex;
  margin-top: 100px;
}
section.interview .flex3 .right {
  position: relative;
  min-width: 500px;
}
section.interview .flex3 .right img {
  width: 700px;
  margin-right: -300px;
}
section.interview .flex3 .left {
  width: 900px;
  padding-left: 10%;
  padding-right: 5%;
}
section.interview .flex4 {
  width: 80%;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.flex-sc {
  display: flex !important;
}
.flex-sc .left {
  width: calc(100% - 250px);
}

.schedule-box {
  width: 250px;
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 400px;
  background: white;
  padding: 50px 30px;
  margin-top: 20px;
  border-radius: 20px;
  border: solid 1px #2a2fbf;
  margin-bottom: 30px;
}

.schedule-title {
  color: #2a2fbf;
  text-align: center;
  font-size: 25px;
  line-height: 170%;
  font-weight: 600;
  margin-bottom: 50px;
}

@media screen and (max-width: 1400px) {
  section.interview .flex .right img {
    width: 120%;
  }
  section.interview .flex .left {
    min-width: auto;
  }
  section.interview .flex2 .left {
    width: 50%;
    min-width: auto;
  }
  section.interview .flex2 .left img {
    width: 120%;
    margin-left: -40%;
  }
  section.interview .flex2 .right {
    width: 50%;
  }
  section.interview .flex3 .left {
    width: 55%;
  }
  section.interview .flex3 .right {
    width: 45%;
    min-width: auto;
  }
  section.interview .flex3 .right img {
    width: 110%;
    margin-right: -30%;
  }
}
@media screen and (max-width: 900px) {
  section.interview .flex {
    flex-direction: column-reverse;
  }
  section.interview .flex p {
    padding-right: 10%;
    box-sizing: border-box;
  }
  section.interview .flex .right {
    width: 80%;
    margin-left: 20%;
    margin-bottom: 30px;
  }
  section.interview .flex2 {
    flex-direction: column;
  }
  section.interview .flex2 .left {
    width: 100%;
    margin-bottom: 30px;
  }
  section.interview .flex2 .right {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    box-sizing: border-box;
  }
  section.interview .flex3 {
    flex-direction: column-reverse;
  }
  section.interview .flex3 .left {
    width: 100%;
    padding-right: 10%;
    box-sizing: border-box;
  }
  section.interview .flex3 .right {
    width: 80%;
    margin-left: 20%;
    margin-bottom: 30px;
  }
  section.interview h4 {
    width: 100%;
  }
  section.interview p {
    width: 100%;
  }
  .flex-sc {
    flex-direction: column;
  }
  .flex-sc .left {
    width: 100%;
  }
  .flex-sc .schedule-box {
    margin: 0 auto;
    margin-top: 70px;
  }
}
@media screen and (max-width: 400px) {
  .button-container {
    padding: 0 5%;
    flex-direction: column;
    /*
    .scroll-btn {
        //-ms-writing-mode: tb-rl;
        //writing-mode: vertical-rl;
    }*/
  }
}/*# sourceMappingURL=interview.css.map */