/*! Writen  by SCSS */
#foot-nav {
  z-index: 99; }

.notes-area {
  margin: 0; }

.container_wrap {
  color: #333;
  font-feature-settings: 'palt';
  letter-spacing: 0.05em; }
  @media screen and (max-width: 768px) {
    .container_wrap {
      letter-spacing: 0; } }

#contents-wrap::after {
  content: "";
  position: absolute;
  padding-bottom: 1%;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff; }

@media screen and (max-width: 480px) {
  .sec_main .cap01 {
    display: none; } }
.sec_main .cap_l {
  font-size: clamp(10px, 1.167vw, 14px);
  padding: 0 5px; }

.ttl01 {
  font-size: clamp(16px, 2vw, 24px);
  color: #97770b;
  letter-spacing: 0.1em;
  margin-bottom: 1em; }
  @media screen and (max-width: 480px) {
    .ttl01 {
      font-size: 16px; } }

.head {
  display: flex;
  align-items: center;
  background: center center / cover no-repeat;
  font-size: clamp(14px, 1.834vw, 22px);
  margin-bottom: clamp(20px, 3.334vw, 40px); }
  @media screen and (max-width: 768px) {
    .head {
      font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .head {
      font-size: 16px; } }
  .head span {
    display: block; }
  .head .nur {
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 60px;
    height: 60px;
    font-weight: 500;
    color: #fff;
    padding: 0 12px;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 480px) {
      .head .nur {
        width: 50px;
        height: 60px;
        padding: 0;
        width: fit-content;
        padding: 0 10px; } }
  .head .txt {
    padding-left: 20px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 90%; }
    @media screen and (max-width: 480px) {
      .head .txt {
        padding-inline: 5px;
        letter-spacing: 0;
        font-size: 100%;
        line-height: 1.4; } }

.read {
  font-size: clamp(12px, 1.334vw, 16px);
  line-height: 1.88; }

.sec0 .btn_wrap {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .sec0 .btn_wrap {
      flex-direction: column;
      row-gap: 15px;
      padding-bottom: 25px;
      border-bottom: 1px dashed #ccc; } }
  .sec0 .btn_wrap a {
    position: relative;
    display: block;
    width: 31.67%;
    background: center center / cover no-repeat;
    border-radius: 10px;
    overflow: hidden;
    font-size: clamp(12px, 1.143vw, 16px);
    display: flex;
    align-items: center;
    color: #fff;
    max-width: 380px; }
    @media screen and (max-width: 768px) {
      .sec0 .btn_wrap a {
        width: 100%;
        font-size: 16px;
        margin-inline: auto; } }
    @media screen and (max-width: 480px) {
      .sec0 .btn_wrap a {
        font-size: 13px; } }
    .sec0 .btn_wrap a:nth-child(1) {
      background-image: url("../../gm_common/images/interview/btn01.png"); }
      .sec0 .btn_wrap a:nth-child(1) .nur {
        background: #103f00; }
    .sec0 .btn_wrap a:nth-child(2) {
      background-image: url("../../gm_common/images/interview/btn02.png"); }
      .sec0 .btn_wrap a:nth-child(2) .nur {
        background: #0d5a37; }
      .sec0 .btn_wrap a:nth-child(2) .txt {
        letter-spacing: -0.06em; }
        @media screen and (max-width: 375px) {
          .sec0 .btn_wrap a:nth-child(2) .txt {
            letter-spacing: -0.1em; } }
    .sec0 .btn_wrap a:nth-child(3) {
      background-image: url("../../gm_common/images/interview/btn03.png"); }
      .sec0 .btn_wrap a:nth-child(3) .nur {
        background: #0b5558; }
    .sec0 .btn_wrap a span {
      display: block; }
    .sec0 .btn_wrap a .nur {
      font-size: 138%;
      align-items: center;
      text-align: center;
      width: 10.53%;
      padding: 23px 5px;
      justify-content: center;
      align-items: center; }
    .sec0 .btn_wrap a .txt {
      line-height: 1.88;
      display: flex;
      align-items: center;
      padding-inline: 15px 6.58%;
      width: 89.48%;
      text-align: left; }
      @media screen and (max-width: 480px) {
        .sec0 .btn_wrap a .txt {
          padding-left: 10px; } }
    .sec0 .btn_wrap a::after {
      display: inline-block;
      position: absolute;
      width: 12px;
      height: 12px;
      content: "";
      -webkit-border-before: 2px solid;
      border-block-start: 2px solid;
      -webkit-border-end: 2px solid;
      border-inline-end: 2px solid;
      transform: rotate(135deg);
      border-color: currentColor;
      right: 15px;
      top: 50%;
      translate: 0 -50%;
      transition: border-color 0.3s;
      color: #103f00;
      width: 10px;
      height: 10px; }

.sec {
  padding-top: 30px;
  margin-top: -30px; }
  .sec .cap_l {
    line-height: 1.5;
    margin-top: 5px; }

.sec01 {
  margin-bottom: clamp(60px, 8.334vw, 100px); }
  .sec01 .head {
    background-image: url("../../gm_common/images/interview/ttl01.png"); }
    .sec01 .head .nur {
      background-color: #103f00; }
  .sec01 .sec01_wrap01 {
    margin-bottom: clamp(20px, 3.334vw, 40px); }
    .sec01 .sec01_wrap01 .img_wrap {
      display: grid;
      grid-template-columns: 65% 31.67%;
      align-items: flex-start;
      align-content: start;
      grid-auto-flow: dense;
      justify-content: space-between;
      row-gap: clamp(15px, 2.084vw, 25px); }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_wrap01 .img_wrap {
          grid-template-columns: 1fr;
          column-gap: 4%;
          row-gap: 20px; } }
      .sec01 .sec01_wrap01 .img_wrap .img01 {
        grid-row: 1/3; }
        @media screen and (max-width: 480px) {
          .sec01 .sec01_wrap01 .img_wrap .img01 {
            grid-column: span 1;
            grid-row: span 1; } }
  .sec01 .sec01_wrap02 {
    display: flex;
    justify-content: space-between;
    margin-bottom: clamp(30px, 5vw, 60px); }
    @media screen and (max-width: 480px) {
      .sec01 .sec01_wrap02 {
        flex-direction: column;
        row-gap: 15px; } }
    .sec01 .sec01_wrap02 .img_wrap {
      width: 31.67%;
      display: flex;
      flex-direction: column;
      row-gap: clamp(10px, 1.25vw, 15px); }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_wrap02 .img_wrap {
          width: 100%; } }
      .sec01 .sec01_wrap02 .img_wrap .ttl {
        color: #103f00;
        font-size: clamp(14px, 1.5vw, 18px);
        font-weight: 600;
        letter-spacing: -0.06em;
        line-height: 1.67; }
    .sec01 .sec01_wrap02 .text_wrap {
      display: flex;
      flex-direction: column;
      row-gap: 1.5em;
      width: 64.17%;
      font-size: clamp(12px, 1.334vw, 16px);
      line-height: 1.88; }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_wrap02 .text_wrap {
          width: 100%;
          row-gap: 10px; } }
  .sec01 .sec01_wrap03 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: flex-start;
    align-content: start;
    grid-auto-flow: dense;
    column-gap: 3.34%;
    background: #d1e4ca;
    padding: 20px;
    grid-row-gap: clamp(15px, 3.75vw, 45px); }
    @media screen and (max-width: 768px) {
      .sec01 .sec01_wrap03 {
        grid-template-columns: repeat(3, 1fr);
        padding: 20px 10px; } }
    @media screen and (max-width: 480px) {
      .sec01 .sec01_wrap03 {
        grid-template-columns: repeat(2, 1fr);
        margin-inline: -20px;
        padding: 30px 20px; } }
    .sec01 .sec01_wrap03 .main_ttl {
      line-height: 1;
      font-size: clamp(12px, 1.667vw, 20px);
      margin-bottom: 1em; }
      @media screen and (max-width: 768px) {
        .sec01 .sec01_wrap03 .main_ttl {
          grid-column: span 3;
          font-size: 20px;
          text-align: center;
          margin-bottom: 0; } }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_wrap03 .main_ttl {
          font-size: 16px;
          grid-column: span 2; } }
      .sec01 .sec01_wrap03 .main_ttl .small {
        font-size: 80%;
        margin-bottom: 10px;
        display: block; }
    .sec01 .sec01_wrap03 .map_item {
      grid-column: span 3;
      grid-row: span 3; }
      @media screen and (max-width: 480px) {
        .sec01 .sec01_wrap03 .map_item {
          grid-column: span 2; } }

.sec02 {
  margin-bottom: clamp(50px, 6.25vw, 75px); }
  .sec02 .head {
    background-image: url("../../gm_common/images/interview/ttl02.png"); }
    .sec02 .head .nur {
      background-color: #0d5a37; }
    @media screen and (max-width: 480px) {
      .sec02 .head .txt {
        letter-spacing: -0.1em; } }
  .sec02 .sec02_wrap01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: clamp(30px, 5vw, 60px);
    padding-bottom: clamp(30px, 5vw, 60px);
    border-bottom: 1px solid #cccccc; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap01 {
        flex-direction: column;
        row-gap: 15px;
        flex-direction: column-reverse; } }
    .sec02 .sec02_wrap01 .img_wrap {
      width: 21.67%;
      display: flex;
      flex-direction: column;
      row-gap: clamp(20px, 2.5vw, 30px); }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap01 .img_wrap {
          width: 100%; } }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap01 .img_wrap .img {
          width: 100%; } }
      .sec02 .sec02_wrap01 .img_wrap .img .cap_l {
        color: #103f00; }
    .sec02 .sec02_wrap01 .text_wrap {
      width: 73.34%; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap01 .text_wrap {
          width: 100%;
          row-gap: 10px; } }
      .sec02 .sec02_wrap01 .text_wrap .ttl01 {
        letter-spacing: -0.05em; }
      .sec02 .sec02_wrap01 .text_wrap .txt_in {
        display: flex;
        flex-direction: column;
        row-gap: 1.5em; }
        @media screen and (max-width: 480px) {
          .sec02 .sec02_wrap01 .text_wrap .txt_in {
            row-gap: 10px; } }
  @media screen and (max-width: 480px) {
    .sec02 .sec02_wrap02 .ttl01 {
      letter-spacing: 0; } }
  .sec02 .sec02_wrap02 .img_wrap {
    display: grid;
    grid-template-columns: 65% 31.67%;
    align-items: flex-start;
    align-content: start;
    grid-auto-flow: dense;
    justify-content: space-between;
    row-gap: clamp(15px, 2.25vw, 27px);
    margin-bottom: clamp(30px, 4.167vw, 50px); }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap02 .img_wrap {
        grid-template-columns: 1fr;
        row-gap: 20px; } }
    .sec02 .sec02_wrap02 .img_wrap .img01 {
      grid-row: span 2; }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap02 .img_wrap .img01 {
          position: relative; } }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap02 .img_wrap .img01 .pnci {
          position: absolute;
          left: 0;
          right: 0;
          z-index: 2;
          margin-inline: auto; }
          .sec02 .sec02_wrap02 .img_wrap .img01 .pnci span {
            padding-top: 10px; } }
  .sec02 .sec02_wrap02 .wrap01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0; }
    @media screen and (max-width: 480px) {
      .sec02 .sec02_wrap02 .wrap01 {
        flex-direction: column;
        row-gap: 15px; } }
    .sec02 .sec02_wrap02 .wrap01 .left {
      width: 31.67%;
      display: flex;
      flex-direction: column;
      row-gap: clamp(10px, 1.25vw, 15px); }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap02 .wrap01 .left {
          width: 100%; } }
      .sec02 .sec02_wrap02 .wrap01 .left .ttl {
        color: #647ea0;
        font-size: clamp(14px, 1.5vw, 18px);
        font-weight: 600;
        line-height: 1.67; }
    .sec02 .sec02_wrap02 .wrap01 .right {
      width: 64.17%;
      display: flex;
      flex-direction: column;
      row-gap: 1.5em;
      font-size: clamp(12px, 1.334vw, 16px); }
      @media screen and (max-width: 480px) {
        .sec02 .sec02_wrap02 .wrap01 .right {
          width: 100%;
          row-gap: 10px; } }
      .sec02 .sec02_wrap02 .wrap01 .right .read .color {
        color: #c14c59;
        display: block; }

.sec03 {
  margin-bottom: clamp(40px, 10vw, 120px); }
  .sec03 .head {
    background-image: url("../../gm_common/images/interview/ttl03.png"); }
    .sec03 .head .nur {
      background-color: #0b5558; }
  .sec03 .sec03_wrap01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: clamp(30px, 5vw, 60px);
    padding-bottom: clamp(30px, 5vw, 60px);
    border-bottom: 1px solid #cccccc; }
    @media screen and (max-width: 480px) {
      .sec03 .sec03_wrap01 {
        flex-direction: column;
        row-gap: 20px; } }
    .sec03 .sec03_wrap01 .item {
      width: 46.67%;
      display: flex;
      flex-direction: column;
      row-gap: clamp(15px, 2.084vw, 25px); }
      @media screen and (max-width: 480px) {
        .sec03 .sec03_wrap01 .item {
          width: 100%; } }
      .sec03 .sec03_wrap01 .item .ttl01 {
        line-height: 1; }
      .sec03 .sec03_wrap01 .item .text01 {
        display: flex;
        flex-direction: column;
        row-gap: .5em; }
  .sec03 .sec03_wrap02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: clamp(20px, 2.917vw, 35px); }
    .sec03 .sec03_wrap02 .item {
      width: 30%; }
      @media screen and (max-width: 480px) {
        .sec03 .sec03_wrap02 .item {
          width: 100%; } }
    .sec03 .sec03_wrap02 .item01 {
      width: 100%;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 480px) {
        .sec03 .sec03_wrap02 .item01 {
          flex-direction: column;
          row-gap: 15px; } }
      .sec03 .sec03_wrap02 .item01 .img {
        width: 46.67%; }
        @media screen and (max-width: 480px) {
          .sec03 .sec03_wrap02 .item01 .img {
            width: 100%; } }
      .sec03 .sec03_wrap02 .item01 .text_wrap {
        width: 50%;
        display: flex;
        flex-direction: column;
        row-gap: clamp(10px, 1.084vw, 13px); }
        @media screen and (max-width: 480px) {
          .sec03 .sec03_wrap02 .item01 .text_wrap {
            width: 100%; } }

.no_shadow .cap {
  text-shadow: none !important; }

/*# sourceMappingURL=interview.css.map */
