@charset "UTF-8";

/* CSS Document */
/* Reset default margin and padding */

:root {
  --brand: #E60039;
  /* ピンク系アクセント */
  --text: #222;
  --muted: #666;
  --line: #000;
  --card: #fff;
  --radius: 4px;
  --radius-lg: 16px;
  --w: 1100px;

  --subline: #040404;
  --en: "Poppins";
  --max: 1120px;
}

.section-head {
  text-align: center;
  margin-bottom: 64px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #fff;
}

body.second.interview footer {
    margin-top: 0;
}

/* Header Section */

.second h1 {
  text-align: center;
  font-size: clamp(32px, 4.5vw, 48px);
  margin-bottom: 64px;
  color: var(--brand);
  letter-spacing: .02em;
  font-weight: bold;
  position: relative;
}

.section-head-icon img {
  width: 40px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.section-head {
  text-align: center;
  margin-bottom: 64px;
}

.lead {
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
}


/* Team member section */
.team-member {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 100px;
  flex-wrap: wrap;
}

.team-member .staff {
  padding: 20px;
  border-radius: 4px;
  flex: 1 1 calc(33% - 20px);
  text-align: center;
  border: 2px solid #B7B7B7;
}

.team-member img {
  max-width: 100%;
  border-radius: 50%;
}

.team-member h4 {
  margin-top: 30px;
}



/* index section */
.index {
  margin: 100px 0;
}

.index h2 {
  text-align: center;
  font-size: 28px;
  color: var(--brand);
  font-weight: bold;
  ;
}

.index ul {
  list-style: none;
  padding: 0;
  border-top: 1px solid #ddd;
  margin-top: 40px;
}

.index li {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.index li a {
  text-decoration: none;
  color: #333;
}

.index li a:hover {
  color: var(--brand);
}

.section-head .round-obi {
  color: var(--brand);
  border: 2px solid var(--brand);
  margin-bottom: 40px;
}

/* Question and Answer Section */
.qa {
  margin-top: 40px;
}

.qa h4 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
}

.qa-tit .label {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 16px;
}




.qa .answer {
  margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .team-member>div {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }

  header h1 {
    font-size: 20px;
  }

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

}





/* Reset default margin and padding */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #fff;
}

.container-inner {
  max-width: 776px;
  margin: 0 auto;
}

/* Q&A Section */
.qa {
  margin-top: 40px;
}

.qa-tit {
  margin-bottom: 40px;
  background: #F7F7F7;
  padding: 20px 20px 0px;
  font-weight: bold;
  font-family: var(--en);
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
}

.qa .question {
  margin-bottom: 10px;
  font-size: 12px;
}


/* Answer Style */
.answer {
  /* background-color: #fff; */
  /* padding: 15px; */
  /* border-radius: 10px; */
  /* margin-bottom: 15px; */
  /* border: 1px solid #ddd; */
  position: relative;
}

.answer .icon {
  position: absolute;
  top: 0;
  /* left: -40px; */
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 50px;
}

.answer .icon img {
  border-radius: 50%;
  object-fit: cover;
}

.answer .content {
  margin-left: 80px;
  /* Leave space for the icon */
}

.answer .content p {
  /* margin-left: 60px; */
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  position: relative;
  line-height: 1.8;
}

/* Responsive Design */
@media (max-width: 768px) {


  .answer .content p {
    font-size: 14px;
  }
}



/*以下、①背景色など*/
.line-bc {
  /* padding: 20px 10px; */
  /* max-width: 450px; */
  /* margin: 15px auto; */
  /* text-align: right; */
  /* font-size: 14px; */
  /* background: #7da4cd; */
}

/*以下、②左側のコメント*/
.balloon6 {
  width: 100%;
  margin: 10px 0;
}

.balloon6 .faceicon {
  float: left;
  margin-right: -50px;
  width: 40px;
}

.balloon6 .faceicon img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.balloon6 .chatting {
  width: 100%;
  text-align: left;
}

.says {
  /* display: inline-block; */
  position: relative;
  margin: 0 0 0 50px;
  padding: 10px;
  /* max-width: 250px; */
  border-radius: 12px;
  background: #edf1ee;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #edf1ee;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

.says p {
  margin: 0;
  padding: 0;
}

/*以下、③右側の緑コメント*/
.mycomment {
  margin: 10px 0;
}

.mycomment p {
  position: relative;
  margin: 0 10px 0 0;
  padding: 8px;
  border-radius: 12px;
  background: #30e852;
  font-size: 15px:
}

.mycomment p:after {
  content: "";
  position: absolute;
  top: 3px;
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #30e852;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}







.answer .content p:after {
  content: "";
  position: absolute;
  top: 30px;
  left: -13px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #ffffff;
  z-index: 1;
  transform: rotate(135deg);
}

.answer .content p:before {
  content: "";
  position: absolute;
  top: 28px;
  left: -15px;
  margin-top: -15px;
  border: 16px solid transparent;
  border-right: 14px solid #ddd;
  z-index: 1;
  transform: rotate(134deg);
}

.qa .answer:nth-child(2n-1) .content {
  margin-right: 70px;
  margin-left: 0;
}

.qa .answer:nth-child(2n-1) .icon {
  right: 0;
}

.qa .answer:nth-child(2n-1) .content .question {
  text-align: right;
}

.answer:nth-child(2n-1) .content p:after {
  right: -12px;
  left: inherit;
  border-left: 12px solid #ffffff;
  transform: rotate(-139deg);
  top: 30px;
}

.answer:nth-child(2n-1) .content p:before {
  right: -14px;
  left: inherit;
  border: 16px solid transparent;
  border-left: 14px solid #ddd;
  transform: rotate(-139deg);
}


.staff img {
  width: 80px;
  position: absolute;
  transform: translate(-50%, -100%);
}

.team-member .staff>div {
  padding-bottom: 20px;
}

.staff ul li:first-child {
  padding-bottom: 20px;
}

.c-k {
  color: #56B900;
}

.staff h4 {
  font-size: 24px;
  font-weight: bold;
}

.c-h {
  color: #21A4DD;
}

.c-t {
  color: #F4527A;
}

p.round-obi {
  border: 2px solid #B7B7B7;
  display: inline-block;
  padding: 2px 20px 0;
  border-radius: 22px;
  margin-bottom: 10px;
  color: #B7B7B7;
}

.staff ul li:last-child {
  text-align: left;
}

.tantou {
  font-size: 20px;
  font-weight: bold;
}


.chapter {
  color: var(--brand);
  font-family: var(--en);
}



/* Responsive Design */
@media (max-width: 768px) {

  .team-member {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 40px;
    flex-direction: column;
  }
}


.index ul li a {
  display: flex;
  gap: 70px;
}

.chap-tit h3 {
  text-align: center;
  font-size: clamp(32px, 4.5vw, 48px);
  margin-bottom: 40px;
  color: var(--brand);
  font-weight: bold;
}

section.chapter-wrap>section:not(:last-child) {
  padding-bottom: 100px;
}

.chap-tit .chapter {
  text-align: center;
  padding-bottom: 10px;
}

.cc-highright {
  background: linear-gradient(#0000 60%, #f8e71c 0);
  font-weight: bold;
}


.section-head > img {
    margin-top: 150px;
}


@media (max-width:768px) {
  p.lead {
    text-align: left;
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  }
  .section-head > img {
    margin-top: 100px;
}
}


.section-head.section-head-icon h1 {
  /* padding-top: 100px; */
  margin: 0px auto 20px;
}





.point-block {
  border-top: 1px solid #ddd;
  ;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.point-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 24px;
}

/* バッジ */
.point-badge {
  flex: 0 0 auto;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  display: grid;
  place-items: center;
  letter-spacing: .04em;
  line-height: 1;
  text-align: center;
  font-family: var(--en);
}

/* テキスト */
.point-text {
  flex: 1 1 auto;
}

.point-lead {
  margin: 0;
  line-height: 1.9;
  font-size: 16px;
}

.point-em {
  color: var(--brand);
  font-weight: 700;
}

/* 小さめ画面での最適化 */
@media (max-width:640px) {
  .point-inner {
    align-items: flex-start;
    gap: 16px;
  }

  .point-badge {
    width: 68px;
    height: 68px;
    font-size: 12px;
  }

  .point-lead {
    font-size: 15px;
    line-height: 1.8;
  }
}

section.interview-footer p {
  font-size: 3.2rem;
  font-weight: 700;
  margin: 30px auto;
  line-height: 1.4;
  text-align: center;
}

section.chapter-wrap>section {
  padding-bottom: 100px;
}

@media (max-width:768px) {
  section.interview-footer p {
    font-size: 2rem;
    margin: 20px auto;
  }

  section.chapter-wrap>section {
    padding-bottom: 56px;
  }
}

section.interview-footer img {
  max-width: 600px;
  margin: 0 auto;
  display: block;
}


@media (max-width:768px) {
section.interview-footer img {
    max-width: 450px;
}
.index ul li a {
    gap: 20px;
}

.qa-tit {
    padding: 15px 15px 0;
}

.qa h4 {
    font-size: 14px;
    margin-bottom: 15px;
}

.qa-tit .label {
    width: 20px;
    height: 20px;
}
}