@charset "UTF-8";
.interviewTtl {
  margin-bottom: 60px;
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: #1c4fa3;
  font-weight: 500;
  letter-spacing: 0.3em;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  font-family: "Noto Serif JP", serif; }
  .interviewTtl:nth-of-type(2), .interviewTtl:nth-of-type(3) {
    margin-top: 200px; }

/* 01 */
.interviewTtl > span {
  position: relative;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 1.9em;
  line-height: 0.9;
  transform: translateY(0.06em);
  padding-right: 1.2em; }

/* 右上の斜線 */
.interviewTtl > span::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -30px;
  width: 2.2em;
  height: 2px;
  background: #1e4a92;
  transform-origin: left center;
  transform: rotate(-33deg); }

#interview01 .tempBox01#even {
  flex-direction: row-reverse; }

#interview01 .tempBox01#odd {
  flex-direction: row; }

.tempBox01Txt {
  width: 60%; }
  @media screen and (max-width: 1050px) {
    .tempBox01Txt {
      width: 65%; } }
  @media screen and (max-width: 800px) {
    .tempBox01Txt {
      width: 100%;
      display: block; } }
  .tempBox01Txt p {
    padding-bottom: 0;
    border-bottom: none; }

.interTtl {
  margin-bottom: 60px; }
  .interTtl h4 {
    margin-bottom: 20px;
    color: #164088;
    font-size: 1rem;
    font-weight: 400; }
  .interTtl h3 {
    line-height: 160%;
    font-size: clamp(1.2rem, 2.8vw, 1.6rem);
    font-weight: 400; }
    .interTtl h3 span {
      color: #fff;
      background: #164088;
      letter-spacing: 0.05em;
      padding: 0 5px; }
      @media screen and (max-width: 800px) {
        .interTtl h3 span {
          padding: 0; } }
    @media screen and (max-width: 800px) {
      .interTtl h3 br {
        display: none; } }
