@charset "utf-8";

/* FV */
.l-page--fv {
  width: 100%;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  background-color: #115fad;
  background-image: url(../images/img_fv-filter.webp);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: cover;
  position: relative;
}

@media screen and (min-width: 768px) {
  .l-page--fv {
    width: 100%;
    height: 260px;
    margin-top: 100px;
  }
}

.l-page--fv h1 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .l-page--fv h1 {
    font-size: 5.4rem;
  }
}

.l-page--fv span {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .l-page--fv span {
    font-size: 2.4rem;
  }
}

.l-wrapper--page {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .l-wrapper--page {
    width: 95%;
  }
}

/* bg-pattern */
.bg-pattern-page__top01 {
  max-width: 590px;
  width: 39vw;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-pattern-page__top02 {
  max-width: 550px;
  width: 36vw;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* bg-pattern-company */
.bg-pattern-company__top01 {
  max-width: 750px;
  width: 77vw;
  height: auto;
  position: absolute;
  top: clamp(-40px, 5.2vw, -20px);
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .bg-pattern-company__top01 {
    width: 49vw;
    top: clamp(-55px, 3.8vw, -30px);
  }
}

.bg-pattern-company__top02 {
  max-width: 390px;
  width: 39vw;
  height: auto;
  position: absolute;
  bottom: -31.5px;
  left: 0;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .bg-pattern-company__top02 {
    width: 25vw;
    bottom: clamp(-75px, -4.76vw, -37px);
  }
}

/* bg-pattern-message */
.bg-pattern-message__top01 {
  max-width: 750px;
  width: 77vw;
  height: auto;
  position: absolute;
  bottom: -31.5px;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .bg-pattern-message__top01 {
    width: 49vw;
    bottom: clamp(-75px, -4.76vw, -37px);
  }
}

/* interview */
.bg-pattern-interview__top01 {
  max-width: 850px;
  width: 80vw;
  height: auto;
  position: absolute;
  top: -25px;
  left: 0;
}

@media screen and (min-width: 768px) {
  .bg-pattern-interview__top01 {
    width: 56vw;
    top: -50px;
  }
}

.bg-pattern-interview__top02 {
  max-width: 750px;
  width: 77vw;
  height: auto;
  position: absolute;
  bottom: clamp(-40px, 5.2vw, -20px);
  right: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .bg-pattern-interview__top02 {
    width: 49vw;
    bottom: clamp(-55px, 3.8vw, -30px);
  }
}

.bg-pattern-interview__top03 {
  max-width: 830px;
  width: 54vw;
  height: auto;
  margin-top: 30px;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .bg-pattern-interview__top03 {
    width: 54vw;
  }
}

.bg-pattern-interview__top04 {
  position: absolute;
  bottom: -40px;
  right: 0;
  max-width: 750px;
  width: 49vw;
  height: auto;
  text-align: right;
  margin-top: 10px;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .bg-pattern-interview__top04 {
    bottom: -90px;
    width: 49vw;
  }
}

/* overview */
.l-wrapper--overview {
  width: 100%;
  margin-top: 45px;
}

@media screen and (min-width: 768px) {
  .l-wrapper--overview {
    margin-top: 100px;
  }
}

.l-inner--overview {
  width: 96vw;
  margin: 0 auto 0 0;
  padding-top: 30px;
  background-color: #fff;
  border-radius: 0 25px 25px 0;
}

@media screen and (min-width: 768px) {
  .l-inner--overview {
    width: 92vw;
    padding-top: 70px;
    border-radius: 0 50px 50px 0;
  }
}

.l-inner-page--intro {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin: 20px 0 30px;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .l-inner-page--intro {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    margin: 30px 0 70px;
    padding-left: clamp(64px, 8.3vw, 100px);
  }
}

.c-box--company-heading {
  width: 70px;
  height: 70px;
  background-color: #115fad;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .c-box--company-heading {
    width: 120px;
    height: 120px;
  }
}

.c-box--company-heading h2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .c-box--company-heading h2 {
    font-size: 3rem;
  }
}

.c-box--company-message p {
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 500;
  text-align: center;
}

.c-box--company-message p:first-of-type {
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .c-box--company-message p:first-of-type {
    padding-bottom: 40px;
  }
}

.c-box--company-message p br {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-box--company-message p br {
    display: block;
  }
}

.l-overview-table {
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .l-overview-table {
    padding-bottom: 80px;
  }
}

.c-company-section--head {
  width: 100%;
  height: auto;
  background-color: #0d457e;
  border-radius: 15px;
  padding: 6px 0 6px 12px;
}

@media screen and (min-width: 768px) {
  .c-company-section--head {
    padding: 10px 0 10px 30px;
  }
}

.c-company-section--head h2 {
  font-size: clamp(1.5rem, 3.3vw, 2rem);
  font-weight: bold;
  color: #fff;
}

/* overview-contents */
.c-overview-contents table {
  border-collapse: collapse;
  width: 100%;
}

.c-overview-contents tr {
  display: block;
}

@media screen and (min-width: 768px) {
  .c-overview-contents tr {
    display: table-row;
  }
}

.c-overview-contents table tr th {
  display: block;
  font-size: 1.4rem;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .c-overview-contents table tr th {
    display: table-cell;
    font-size: 1.6rem;
  }
}

.c-overview-contents table tr th:first-of-type {
  width: 200px;
  font-weight: bold;
  color: #0d457e;
  border-bottom: none;
  padding: 15px 0 6px 10px;
}

@media screen and (min-width: 768px) {
  .c-overview-contents table tr th:first-of-type {
    border-bottom: 1px solid #88afd6;
    padding: 30px 0 30px clamp(40px, 5vw, 80px);
  }
}

.c-overview-contents table tr th:last-of-type {
  font-weight: 500;
  color: #212121;
  border-bottom: 1px solid #88afd6;
  padding: 0 0 18px 10px;
}

@media screen and (min-width: 768px) {
  .c-overview-contents table tr th:last-of-type {
    padding: 30px 0 30px clamp(40px, 5vw, 80px);
  }
}

.c-img-company {
  max-width: 1000px;
  width: 90%;
  height: auto;
  padding-top: 30px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-img-company {
    padding-top: 60px;
  }
}

.c-img-company img {
  width: clamp(280px, 80vw, 640px);
  height: clamp(210px, 60vw, 480px);
}

/* qualificate contents */
.l-qualificate-list {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .l-qualificate-list {
    grid-template-columns: repeat(2, 1fr);
    margin: 20px 0 0;
  }
}

/* li（1マス） */
.l-qualificate-list li {
  display: flex;
  gap: 4px;
  padding: 8px 0 8px 10px;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .l-qualificate-list li {
    gap: 12px;
    padding: 16px 0 16px clamp(40px, 5vw, 80px);
  }
}

/* 項目名（左） */
.l-qualificate-list li .label {
  width: clamp(200px, 70vw, 600px);
  font-size: 1.4rem;
  font-weight: bold;
  color: #0d457e;
}

@media screen and (min-width: 768px) {
  .l-qualificate-list li .label {
    width: clamp(200px, 25vw, 370px);
  }
}

/* 値（右） */
.l-qualificate-list li .value {
  flex: 1;
  font-size: 1.4rem;
  font-weight: 500;
  color: #212121;
}

@media screen and (min-width: 768px) {
  .l-qualificate-list li .value {
    font-size: 1.6rem;
  }
}

/* ===== 行ごとの色（PC） ===== */
.l-qualificate-list li:nth-child(odd) {
  background-color: #e5f1fc;
}

.l-qualificate-list li:nth-child(even) {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .l-qualificate-list li:nth-child(4n + 1),
  .l-qualificate-list li:nth-child(4n + 2) {
    background-color: #e5f1fc;
  }

  .l-qualificate-list li:nth-child(4n + 3),
  .l-qualificate-list li:nth-child(4n + 4) {
    background-color: #fff;
  }
}

.l-qualificate-list li:last-child:nth-child(odd) {
  grid-column: auto;
}

@media screen and (min-width: 768px) {
  .l-qualificate-list li:last-child:nth-child(odd) {
    grid-column: span 2;
  }
}

/* history-contents */
.c-history-contents {
  margin-top: 40px;
  border-top: 2px solid #417fbd;
  border-bottom: 2px solid #417fbd;
}

@media screen and (min-width: 768px) {
  .c-history-contents {
    margin-top: 80px;
  }
}

.c-history-contents table {
  border-collapse: collapse;
  width: 100%;
}

.c-history-contents tr {
  display: block;
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  .c-history-contents tr {
    display: table-row;
    border-bottom: 1px solid #88afd6;
  }
}

.c-history-contents table tr th,
.c-history-contents table tr td {
  font-size: 1.4rem;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .c-history-contents table tr th,
  .c-history-contents table tr td {
    display: table-cell;
    font-size: 1.6rem;
  }
}

.c-history-contents table tr th:first-of-type {
  width: 80px;
  font-weight: bold;
  color: #0d457e;
  border-bottom: none;
  padding: 15px 0 6px 10px;
}

@media screen and (min-width: 768px) {
  .c-history-contents table tr th:first-of-type {
    width: 160px;
    padding: 20px 0 20px clamp(40px, 5vw, 80px);
  }
}

.c-history-contents table tr th:last-of-type {
  font-weight: bold;
  color: #0d457e;
  border-bottom: none;
  padding: 15px 0 6px 6px;
}

@media screen and (min-width: 768px) {
  .c-history-contents table tr th:last-of-type {
    min-width: 50px;
    padding: 20px 0 20px 10px;
  }
}

.c-history-contents table tr td {
  display: block;
  font-weight: 500;
  color: #212121;
  border-bottom: 1px solid #88afd6;
  padding: 0 0 14px 10px;
}

@media screen and (min-width: 768px) {
  .c-history-contents table tr td {
    padding: 20px 0 20px 50px;
    border-bottom: none;
  }
}

/* office */
.c-office-container {
  padding: 20px 0 0;
  border-bottom: 1px solid #88afd6;
}

.c-office-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 0 0 12px 0;
}

@media screen and (min-width: 768px) {
  .c-office-row {
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
    padding: 0 20px 12px clamp(40px, 5vw, 80px);
  }
}

.c-office-row:not(:first-child) {
  border-top: 1px dashed #88afd6;
}

.c-office-row--left h3 {
  font-size: clamp(1.5rem, 3vw, 1.8rem);
  font-weight: bold;
  color: #0d457e;
  min-width: 0;
}

.c-office-row:not(:first-child) .c-office-row--left h3 {
  margin-top: 15px;
}

.c-office-row--left p {
  font-size: clamp(1.3rem, 2.8vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #212121;
  word-break: keep-all;
  word-wrap: break-word;
}

.c-office-row--right {
  align-self: center;
  min-width: 160px;
}

@media screen and (min-width: 768px) {
  .c-office-row--right {
    align-self: flex-end;
  }
}

.c-office-row--right a {
  background-color: #2c8aea;
  color: #fff;
  font-size: clamp(1.4rem, 2.8vw, 1.6rem);
  font-weight: bold;
  padding: 5px 30px 5px 20px;
  border-radius: 40px;
}

.c-office-img {
  margin-top: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-office-img {
    margin-top: 60px;
  }
}

.c-office-img img {
  width: 300px;
  height: 225px;
}

@media screen and (min-width: 768px) {
  .c-office-img img {
    width: 640px;
    height: 480px;
  }
}

/* ========================================================================== */

/* message.htm */

/* ========================================================================== */
.l-message-container--01 {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 20px auto;
}

@media screen and (min-width: 768px) {
  .l-message-container--01 {
    width: 95%;
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
    margin: 80px auto;
  }
}

.c-message--left h2,
.c-message--right h2 {
  font-size: clamp(2rem, 4.4vw, 3rem);
  font-weight: 500;
  color: #666;
  margin-bottom: clamp(20px, 2.6vw, 40px);
  min-width: clmap(250px, 83vw, 400px);
}

.c-message--right p,
.c-message--right span,
.c-message--right li {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: normal;
  line-height: 1.8;
  color: #424242;
}

.c-message--right ul {
  padding: 6px 0;
}

.c-message--right li {
  list-style: disc inside;
  padding-left: 0;
  margin-left: 0;
}

.c-message--right p:last-of-type {
  margin-bottom: clamp(40px, 5.2vw, 80px);
}

.l-message-container--02 {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 20px auto;
}

@media screen and (min-width: 768px) {
  .l-message-container--02 {
    width: 95%;
    flex-direction: row;
    align-items: flex-start;
    gap: clamp(20px, 3.9vw, 60px);
    margin: 80px auto;
  }
}

.l-message-container--03 {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 20px auto;
}

@media screen and (min-width: 768px) {
  .l-message-container--03 {
    width: 95%;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: clamp(20px, 3.9vw, 60px);
    margin: 80px auto;
  }
}

.c-name__message {
  text-align: right;
}

/* img-message */
.img-message02 {
  width: clamp(300px, 44vw, 500px);
  height: auto;
}

.img-message04 {
  width: clamp(300px, 44vw, 500px);
  height: auto;
}

/* ========================================================================== */

/* interview.htm */

/* ========================================================================== */
.l-grid-interview--list {
  width: 95%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(4px, 1.3vw, 40px);
}

@media screen and (min-width: 768px) {
  .l-grid-interview--list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.l-interview-card {
  max-width: 500px;
  margin: 10px 0 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

@media screen and (min-width: 768px) {
  .l-interview-card {
    margin: 60px 0 40px;
    flex-direction: column;
    gap: 10px;
  }
}

.l-interview-card a {
  opacity: 1;
  transform: opacity 0.3s;
}

@media (hover: hover) {
  .l-interview-card a:hover {
    opacity: 0.85;
  }
}

.l-interview-card h2 {
  margin-top: 8px;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .l-interview-card h2 {
    margin-top: 18px;
  }
}

.l-interview-card h2 a {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: bold;
  color: #2c8aea;
}

@media (hover: hover) {
  .l-interview-card h2 a:hover {
    text-decoration: underline;
  }
}

.c-interview-img {
  position: relative;
}

.c-interview-img img:first-of-type {
  width: clamp(160px, 43vw, 500px);
  height: auto;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .c-interview-img img:first-of-type {
    border-radius: 30px;
  }
}

.c-interview-img .img-interview-attr {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: clamp(70px, 20vw, 150px);
  height: clamp(70px, 20vw, 150px);
  border-radius: 50%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .c-interview-img .img-interview-attr {
    bottom: -85px;
    left: 20px;
  }
}

.c-interview-content {
  width: 100%;
}

.c-interview-profile {
  padding: 0 0 8px;
  border-bottom: 1px solid #115fad;
}

@media screen and (min-width: 768px) {
  .c-interview-profile {
    padding: 20px 0 25px 210px;
  }
}

.c-interview-profile a,
.c-interview-profile p {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: bold;
  color: #115fad;
}

@media (hover: hover) {
  .c-interview-profile a:hover {
    text-decoration: underline;
  }
}

.l-wrapper-interview-detail {
  height: auto;
}

.c-heading-interview-accent--blue {
  width: 30px;
  height: auto;
  position: absolute;
  top: -20px;
  right: 15px;
}

@media screen and (min-width: 768px) {
  .c-heading-interview-accent--blue {
    width: 65px;
    right: 45px;
  }
}

.l-interview-detail--fv {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(20px, 3.3vw, 50px);
  min-height: auto;
  padding-top: 35px;
}

@media screen and (min-width: 768px) {
  .l-interview-detail--fv {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    min-height: 600px;
    padding-top: 100px;
  }
}

.c-interview-detail-img img {
  width: clamp(320px, 48vw, 580px);
  height: auto;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .c-interview-detail-img img {
    border-radius: 20px;
  }
}

.c-interview-number {
  border-bottom: 1px solid #fff;
}

.c-interview-number p {
  font-size: clamp(1.6rem, 3.5vw, 3rem);
  font-weight: normal;
  line-height: 1.3;
  color: #fff;
  font-style: italic;
}

.c-interview-number p span {
  font-size: 1.5em;
}

.l-interview-detail-profile {
  position: relative;
  min-width: clamp(300px, 75vw, 450px);
}

@media screen and (min-width: 768px) {
  .l-interview-detail-profile {
    min-width: clamp(300px, 37vw, 450px);
  }
}

.l-interview-detail-profile h1 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .l-interview-detail-profile h1 {
    margin-top: 30px;
  }
}

.c-interview-detail-profile {
  border-bottom: 1px solid #2c8aea;
  position: relative;
}

.c-interview-detail-profile p {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: bold;
  color: #115fad;
  word-break: keep-all;
  word-wrap: break-word;
}

.c-container-interview-profile {
  width: 90vw;
  background-color: #fff;
  padding: 15px 0 20px;
  border-radius: 20px 0 0 20px;
  margin: 10px 0 20px auto;
  position: static;
}

@media screen and (min-width: 768px) {
  .c-container-interview-profile {
    width: clamp(580px, 55vw, 780px);
    padding: 25px 0 40px;
    border-radius: 20px 0 0 20px;
    margin: 0;
    position: absolute;
    bottom: 85px;
    right: 0;
  }
}

.c-interview-detail-profile p,
.c-interview-profile--text p {
  padding-left: 20px;
  padding-right: 30px;
}

@media screen and (min-width: 768px) {
  .c-interview-detail-profile p,
  .c-interview-profile--text p {
    padding-left: 40px;
    padding-right: 110px;
  }
}

.c-interview-profile--text p {
  margin-top: 10px;
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .c-interview-profile--text p {
    margin-top: 25px;
  }
}

.l-wrapper-interview-content {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  .l-wrapper-interview-content {
    padding: 70px 0;
  }
}

.l-contaier-interview-detail-content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(20px, 3.9vw, 60px);
}

@media screen and (min-width: 768px) {
  .l-contaier-interview-detail-content {
    width: 90%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.l-wrapper-interview-content:nth-of-type(even) .l-contaier-interview-detail-content {
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .l-wrapper-interview-content:nth-of-type(even) .l-contaier-interview-detail-content {
    flex-direction: row-reverse;
  }
}

.l-interview-img-content {
  flex-shrink: 0;
  align-self: center;
}

@media screen and (min-width: 768px) {
  .l-interview-img-content {
    align-self: auto;
  }
}

.l-interview-img-content img {
  width: clamp(300px, 86vw, 390px);
  height: auto;
}

.l-interview-text-content {
  flex: 1;
  width: 95%;
}

.l-interview-text-content span {
  font-size: 1.6rem;
  font-weight: bold;
  color: #2c8aea;
}

.l-interview-text-content span::before {
  content: '';
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #2c8aea;
  margin-right: 8px;
  vertical-align: middle;
}

.l-interview-text-content h2 {
  font-size: clamp(1.8rem, 3.8vw, 2.4rem);
  font-weight: bold;
  color: #115fad;
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .l-interview-text-content h2 {
    margin-top: 15px;
  }
}

.l-interview-text-content p {
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  font-weight: normal;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .l-interview-text-content p {
    margin-top: 35px;
  }
}

.l-container-interview-message {
  background-color: #fff;
  border: 2px solid #115fad;
  border-radius: 30px;
  padding: 40px 0;
  position: relative;
}

.l-flex-interview-message {
  width: 93%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 3.9vw, 60px);
}

@media screen and (min-width: 768px) {
  .l-flex-interview-message {
    width: 80%;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}

.c-interview-message-img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .c-interview-message-img img {
    width: 200px;
    height: 200px;
  }
}

.c-heading-interview-accent--blue-right,
.c-heading-interview-accent--blue-left {
  width: 45px;
  height: auto;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .c-heading-interview-accent--blue-right,
  .c-heading-interview-accent--blue-left {
    width: 65px;
  }
}

.c-heading-interview-accent--blue-right {
  top: 15px;
  right: 30px;
}

.c-heading-interview-accent--blue-left {
  top: 115px;
  bottom: auto;
  left: 30px;
}

@media screen and (min-width: 768px) {
  .c-heading-interview-accent--blue-left {
    top: auto;
    bottom: 15px;
  }
}

.c-btn-interview-detail-container {
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .c-btn-interview-detail-container {
    margin: 80px 0 40px;
  }
}
