@charset "UTF-8";
.wrap01 {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.wrap2 {
  width: 90%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.got {
  font-family: "Noto Sans JP", system-ui, -apple-system, "Helvetica Neue", Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
}

.pic-caption {
  position: absolute;
  bottom: 4px;
  right: 4px;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0em;
  color: #000000;
}
.pic-caption.bk {
  color: #000000;
}
.pic-caption.ex {
  color: #000000;
}

footer {
  margin-top: 0;
}

@media screen and (max-width: 900px) {
  .pic-caption {
    position: absolute;
    bottom: auto;
    top: 2vw;
    right: 2vw;
    font-size: 2.3vw;
    font-weight: 500;
  }
  .pic-caption.ex {
    bottom: 2vw;
    right: auto;
    left: 8vw;
    color: #fff;
  }
  .pic-caption.ex2 {
    bottom: 2vw;
    right: auto;
    left: 8vw;
  }
}
.main-img {
  position: relative;
  z-index: 2;
}

.main-bg {
  position: relative;
  z-index: 1;
  background: #daf4e5;
  padding-top: 80px;
  padding-bottom: 120px;
}

.main-text {
  font-size: 23.5px;
  line-height: 2.04;
  text-align: center;
  padding-bottom: 90px;
}

@media screen and (max-width: 900px) {
  .main-img img {
    margin-bottom: -24vw;
  }
  .main-bg {
    padding-top: 34vw;
    padding-bottom: 14vw;
  }
  .main-text {
    font-size: 4.3vw;
    line-height: 1.87;
    padding-bottom: 16vw;
  }
}
.int-box {
  background: #fff;
  border: 3px solid #000;
  margin-bottom: 150px;
  position: relative;
}
.int-box.last {
  margin-bottom: 100px;
}
.int-box .int-ttl {
  position: absolute;
  z-index: 2;
  top: -34px;
  left: -2px;
  width: 250px;
}
.int-box .int-ttl img {
  width: 100%;
}
.int-box .int-top {
  padding: 12px 12px;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
}
.int-box .int-top .ami-bg {
  padding: 34px 0 11px;
  background: url(../images/interview/ami-pc.png) repeat left top/968px;
}
.int-box .int-top .ami-bg .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 894px;
  margin-left: auto;
  margin-right: auto;
}
.int-box .int-top .ami-bg .flex-box .flex-left {
  width: 58%;
}
.int-box .int-top .ami-bg .flex-box .flex-left .flex-left-text {
  margin-bottom: 82px;
}
.int-box .int-top .ami-bg .flex-box .flex-left .flex-left-text p {
  display: inline-block;
  font-size: 29px;
  line-height: 1;
  background: #fff6be;
  padding: 10px 10px;
  letter-spacing: 0;
  margin-bottom: 18px;
}
.int-box .int-top .ami-bg .flex-box .flex-left .flex-left-text p:last-child {
  margin-bottom: 0;
}
.int-box .int-top .ami-bg .flex-box .flex-left .flex-left-name {
  font-size: 23px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 0;
}
.int-box .int-top .ami-bg .flex-box .flex-right {
  width: 42%;
}
.int-box .int-top .ami-bg .flex-box .flex-right img {
  width: 100%;
}
.int-box .int-top .ami-bg .flex-box .flex-right .right-caption {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 5px;
  text-align: right;
}
.int-box .int-top .int-text {
  padding: 54px 0 70px;
  max-width: 894px;
  margin-left: auto;
  margin-right: auto;
}
.int-box .int-top .int-text p {
  font-size: 20px;
  line-height: 2.04;
  letter-spacing: 0;
}
.int-box .int-bottom {
  padding: 30px 0px 20px;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
  border-top: 2px solid #333333;
}
.int-box .int-bottom .int-bottom-text {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 40px;
  text-align: center;
}
.int-box .int-bottom ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
}
.int-box .int-bottom ul li {
  width: 32%;
  margin-bottom: 20px;
  min-height: 80px;
  padding: 0 10px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.5;
  margin-right: 1%;
}
.int-box .int-bottom ul li:nth-child(3n) {
  margin-right: 0;
}
.int-box .int-bottom ul li:last-child {
  margin-right: 0;
}
.int-box .int-bottom ul li.ptn1 {
  background: #e6d4e5;
}
.int-box .int-bottom ul li.ptn2 {
  background: #c5e9eb;
}
.int-box .int-bottom ul li.ptn3 {
  background: #f7dee3;
}
.int-box .int-bottom ul li.ptn4 {
  background: #eeddc8;
}

.int-btn {
  text-align: center;
  margin-bottom: 45px;
}
.int-btn a {
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 14px 70px;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
}

@media screen and (max-width: 900px) {
  .int-box {
    margin-bottom: 14vw;
    position: relative;
  }
  .int-box.last {
    margin-bottom: 14vw;
  }
  .int-box .int-ttl {
    position: absolute;
    z-index: 2;
    top: -6vw;
    left: -1vw;
    width: 51vw;
  }
  .int-box .int-ttl img {
    width: 100%;
  }
  .int-box .int-top {
    padding: 1.2vw 1.2vw;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
  }
  .int-box .int-top .ami-bg {
    padding: 19vw 0 3vw;
    background: url(../images/interview/ami-sp.png) repeat left top/84vw;
  }
  .int-box .int-top .ami-bg .flex-box {
    display: block;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 78vw;
    margin-left: auto;
    margin-right: auto;
  }
  .int-box .int-top .ami-bg .flex-box .flex-left {
    width: 100%;
    margin-bottom: 2.4vw;
  }
  .int-box .int-top .ami-bg .flex-box .flex-left .flex-left-text {
    margin-bottom: 3vw;
  }
  .int-box .int-top .ami-bg .flex-box .flex-left .flex-left-text p {
    display: inline-block;
    font-size: 5vw;
    line-height: 1;
    padding: 2vw 2vw;
    letter-spacing: 0;
    margin-bottom: 3vw;
  }
  .int-box .int-top .ami-bg .flex-box .flex-left .flex-left-text p:last-child {
    margin-bottom: 0;
  }
  .int-box .int-top .ami-bg .flex-box .flex-left .flex-left-name {
    font-size: 4.1vw;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 0;
    text-align: right;
  }
  .int-box .int-top .ami-bg .flex-box .flex-right {
    width: 100%;
  }
  .int-box .int-top .ami-bg .flex-box .flex-right img {
    width: 100%;
  }
  .int-box .int-top .ami-bg .flex-box .flex-right .right-caption {
    font-size: 2.9vw;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 1vw;
    text-align: right;
  }
  .int-box .int-top .int-text {
    padding: 4.3vw 0 9.3vw;
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
  .int-box .int-top .int-text p {
    font-size: 3.9vw;
    line-height: 2.04;
    letter-spacing: 0;
  }
  .int-box .int-bottom {
    padding: 5.8vw 0px 9.3vw;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
    border-top: 2px solid #333333;
  }
  .int-box .int-bottom .int-bottom-text {
    font-size: 5.6vw;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 5.6vw;
    text-align: center;
  }
  .int-box .int-bottom ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 66vw;
    margin-left: auto;
    margin-right: auto;
  }
  .int-box .int-bottom ul li {
    width: 100%;
    margin-bottom: 3.4vw;
    min-height: 20vw;
    padding: 0 2vw;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 3.8vw;
    line-height: 1.5;
    margin-right: 0%;
  }
  .int-box .int-bottom ul li:nth-child(3n) {
    margin-right: 0;
  }
  .int-box .int-bottom ul li:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .int-box .int-bottom ul li.ptn1 {
    background: #e6d4e5;
  }
  .int-box .int-bottom ul li.ptn2 {
    background: #c5e9eb;
  }
  .int-box .int-bottom ul li.ptn3 {
    background: #f7dee3;
  }
  .int-box .int-bottom ul li.ptn4 {
    background: #eeddc8;
  }
  .int-btn {
    text-align: center;
    margin-bottom: 4.8vw;
  }
  .int-btn a {
    display: block;
    max-width: 71vw;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    padding: 4.8vw 0px;
    font-size: 4.8vw;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0;
    text-decoration: none;
  }
}
/*# sourceMappingURL=style-interview.css.map */