@charset "utf-8";

.interview-wrap {
  background: #f6fbf4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3%;
  margin-bottom: 30px;
}

.interview-wrap h2 {
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: .02em;
  line-height: 1.6;
  width: 35%;
}

.interview-wrap h2 .interview-request {
  font-size: 1.2rem;
}

.interview-wrap h2 .interview-request .interview-request-title {
  font-size: 1rem;
  padding: 0 .4em .2em .4em;
  margin-right: .5em;
  border: 1px solid #333;
}

.interview-wrap .interview-request-mail,
.interview-wrap .interview-request-tel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.interview-wrap .interview-request-mail {
  width: 34%;
}

.interview-wrap .interview-request-tel {
  width: 25%;
}

.interview-wrap .interview-request-mail figure,
.interview-wrap .interview-request-tel figure {
  width: 50px;
}

.interview-wrap .interview-request-mail p,
.interview-wrap .interview-request-tel p {
  width: calc(100% - 65px);
  line-height: 1.6;
}

.otomo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.otomo .txt {
  width: 528px;
}

.otomo .txt h2 {
  border-bottom: 1px solid #209052;
  padding-bottom: .5em;
  margin-bottom: .5em;
}

.otomo .txt h2 span {
  font-size: 1.4rem;
  font-weight: normal;
}

sup {
  font-size: 0.8rem;
  vertical-align: super;
}

.otomo figure {
  width: 340px;
}

.moreBtn {
  text-align: right;
  margin: 10px 0 0 0;
}

.moreBtn a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #209052;
  text-decoration: none;
  text-align: center;
  position: relative;
  padding: 0 30px 0 15px;
}

.moreBtn a:before {
  content: '';
  position: absolute;
  right: 15px;
  top: 17px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.intstagram {
  text-align: center;
}

.intstagram .instagram-logo {
  width: 50px;
  margin: auto;
}

.intstagram h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 10px;
}

.intstagram .copy {
  font-weight: bold;
  margin: 0 auto 20px auto;
}

.intstagram figure {
  margin: 0 auto 20px auto;
}

.intstagram .instagram-link {
  max-width: 446px;
  margin: auto;
}


@media screen and (max-width: 768px) {

  .interview-wrap {
    flex-direction: column;
    gap: 3vw;
  }

  .interview-wrap h2,
  .interview-wrap .interview-request-mail,
  .interview-wrap .interview-request-tel {
    width: 100%;
  }

  .otomo {
    flex-direction: column-reverse;
    gap: 3vw;
  }

  .otomo .txt,
  .otomo figure {
    width: 100%;
  }

  .otomo figure {
    margin-bottom: 10px;
  }

  .moreBtn {
    text-align: center;
  }

  .intstagram figure {
    width: 75%;
  }
}

@media screen and (min-width: 769px) {

  .interview-wrap .interview-request-tel p a[href^="tel:"] {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
    display: inline-block;
  }
}