@charset "UTF-8";
@import url("https://use.typekit.net/aob0oor.css");
.main .note {
  text-align: left;
  right: inherit;
  left: 1rem; }

.int-btn {
  width: 90%;
  max-width: 1400px;
  margin: auto; }
  .int-btn.btn-top {
    border-bottom: 2px dotted #333; }
  .int-btn.btn-bottom {
    border-top: 2px dotted #333; }
  .int-btn ul {
    margin: auto;
    max-width: 1000px;
    padding: 3rem 0 8rem;
    display: flex;
    justify-content: space-between; }
    .int-btn ul li {
      margin-top: 5rem;
      width: 48.5%; }
      .int-btn ul li img {
        width: 100%;
        height: auto; }
      .int-btn ul li a {
        display: block;
        position: relative;
        text-decoration: none; }
        .int-btn ul li a:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          border-radius: 0.5rem;
          z-index: 0;
          transition: 0.5s background; }
        .int-btn ul li a .photo {
          position: absolute;
          z-index: 3;
          left: 0;
          bottom: 0;
          width: 31.25%; }
        .int-btn ul li a .arrow {
          position: absolute;
          z-index: 4;
          width: 1.4rem;
          height: 1.4rem;
          top: 50%;
          right: 3%;
          transform: translate(-50%, -50%) rotate(-45deg); }
        .int-btn ul li a .txt {
          display: block;
          position: relative;
          z-index: 2;
          margin-left: 34%;
          width: 66%;
          padding: 4% 0;
          box-sizing: border-box; }
          .int-btn ul li a .txt .txt1 {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            font-size: 2.3rem;
            line-height: 1.5;
            font-family: "big-caslon-fb", "游明朝", "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
            font-weight: 700;
            font-style: normal; }
            .int-btn ul li a .txt .txt1 img {
              width: auto;
              height: 4rem;
              margin-left: 5%; }
          .int-btn ul li a .txt .txt2 {
            font-size: 1.7rem;
            line-height: 1.5;
            margin-top: 2%;
            color: #000;
            letter-spacing: 10%; }
        .int-btn ul li a.current .txt .txt1, .int-btn ul li a:hover .txt .txt1 {
          color: #fff !important; }
        .int-btn ul li a.current .txt .txt2, .int-btn ul li a:hover .txt .txt2 {
          color: #fff; }
      .int-btn ul li:nth-child(1) a .txt .txt1 {
        color: #e96300; }
      .int-btn ul li:nth-child(1) a:before {
        background: #f8f2dd; }
      .int-btn ul li:nth-child(1) a .arrow {
        border-right: 2px solid #e96300;
        border-bottom: 2px solid #e96300; }
      .int-btn ul li:nth-child(1) a.current:before, .int-btn ul li:nth-child(1) a:hover:before {
        background: #ff790c; }
      .int-btn ul li:nth-child(1) a.current .arrow, .int-btn ul li:nth-child(1) a:hover .arrow {
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff; }
      .int-btn ul li:nth-child(2) a .txt .txt1 {
        color: #004dab; }
      .int-btn ul li:nth-child(2) a:before {
        background: #dbe8ef; }
      .int-btn ul li:nth-child(2) a .arrow {
        border-right: 2px solid #004dab;
        border-bottom: 2px solid #004dab; }
      .int-btn ul li:nth-child(2) a.current:before, .int-btn ul li:nth-child(2) a:hover:before {
        background: #2e86c3; }
      .int-btn ul li:nth-child(2) a.current .arrow, .int-btn ul li:nth-child(2) a:hover .arrow {
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff; }
  @media screen and (max-width: 1100px) {
    .int-btn ul li a .txt .txt1 {
      font-size: 2.1vw; }
      .int-btn ul li a .txt .txt1 img {
        height: 3.7vw; }
    .int-btn ul li a .txt .txt2 {
      font-size: 1.5vw; } }
  @media screen and (max-width: 600px) {
    .int-btn ul {
      flex-wrap: wrap;
      padding: 1rem 0 6rem; }
      .int-btn ul li {
        width: 100%; }
        .int-btn ul li a .txt .txt1 {
          font-size: 4vw; }
          .int-btn ul li a .txt .txt1 img {
            height: 7vw; }
        .int-btn ul li a .txt .txt2 {
          font-size: 3vw; } }

.inner.interview-inn {
  padding-top: 0; }

.int-sec {
  padding: 0.1rem 5% 6rem 5%;
  font-size: 1.8rem;
  line-height: 2;
  text-align: left;
  border-radius: 1rem;
  margin-top: 10rem; }
  .int-sec .photo {
    width: 50%;
    margin-top: -5rem;
    padding-bottom: 3rem; }
    .int-sec .photo .img {
      position: relative;
      overflow: hidden;
      border-radius: 1rem; }
  .int-sec .komidashi {
    font-size: 2.5rem;
    display: inline-block;
    width: 45%;
    padding: 5rem 0 2.5rem;
    letter-spacing: 11%;
    line-height: 1.8; }
    @media screen and (max-width: 900px) {
      .int-sec .komidashi {
        font-size: 2.7vw; } }
    @media screen and (max-width: 700px) {
      .int-sec .komidashi {
        font-size: 2.6rem; } }
  .int-sec.p-right .photo {
    float: right;
    margin-left: 5%; }
  .int-sec.p-left .photo {
    float: left;
    margin-right: 5%; }
  @media screen and (max-width: 700px) {
    .int-sec {
      display: flex;
      flex-wrap: wrap;
      margin-top: 6rem;
      padding: 0.1rem 6% 4rem 6%; }
      .int-sec .komidashi {
        width: 100%;
        order: 1; }
      .int-sec .text-read {
        width: 100%;
        order: 2; }
      .int-sec .photo {
        width: 100%;
        margin-top: 4rem;
        padding-bottom: 3rem;
        order: 3; }
      .int-sec.p-right .photo {
        float: none;
        margin-left: 0%; }
      .int-sec.p-left .photo {
        float: none;
        margin-right: 0%; } }

.interview-inn.intervier1 .int-sec {
  background: #faf6e9; }
  .interview-inn.intervier1 .int-sec .komidashi {
    color: #e96300; }
.interview-inn.intervier2 .int-sec {
  background: #e8f2f7; }
  .interview-inn.intervier2 .int-sec .komidashi {
    color: #004dab; }

.slick-dotted.slick-slider {
  margin-bottom: 0 !important; }

.slick-dots {
  bottom: -3rem !important; }
  .slick-dots li {
    margin: 0.2rem !important; }
    .slick-dots li button:before {
      font-size: inherit !important;
      border-radius: calc(infinity * 1px);
      background-color: #3f3f3f;
      width: 10px !important;
      height: 10px !important; }
    .slick-dots li.slick-active button:before {
      background-color: #3f3f3f; }
