/*reset*/
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  line-height: 2;
  font-size: 100%;
  font-style: normal;
  text-align: justify;
}

span, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, label, caption, time, mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, picture, source {
  display: block;
  box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input {
  border-radius: unset;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: auto;
  border: 0;
  display: block;
}

h2, h3, h4, h5 {
  font-weight: 500;
}

/*base*/
html {
  -webkit-overflow-scrolling: touch;
}

html, body {
  height: 100%;
}

a {
  text-decoration: none;
  will-change: transform;
  color: inherit;
}

/* CSS Document */
@media screen and (min-width: 641px) {
  .itvUtil-img01 {
    width: 560px;
    margin: 36px auto 82px;
  }
  .greenInterview .itvUtil-img01 {
    width: 600px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .itvUtil-img01 {
    width: 56vw;
    margin: 3.6vw auto 8.2vw;
  }
  .greenInterview .itvUtil-img01 {
    width: 60vw;
  }
}
@media screen and (max-width: 640px) {
  .itvUtil-img01 {
    padding-left: 6.25%;
    box-sizing: border-box;
  }
}
.itvUtil-balloon {
  position: relative;
  display: block;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  width: 89%;
  border-radius: 10px;
  line-height: 1.4;
  padding: 30px 0;
  z-index: 1;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .itvUtil-balloon {
    border-radius: 1vw;
    padding: 3vw 0;
  }
}
@media screen and (max-width: 640px) {
  .itvUtil-balloon {
    width: 87.5%;
    border-radius: 1.5625vw;
    line-height: 1.71;
    padding: 4% 0 4.8%;
  }
}
.pinkInterview .itvUtil-balloon {
  background: #EF999C;
}
.greenInterview .itvUtil-balloon {
  background: #52A28C;
}
.itvUtil-balloon::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 50px;
  bottom: -1px;
  border-radius: 0 0 5px 0;
  transform: scaleX(0.8) rotate(45deg);
  z-index: -1;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .itvUtil-balloon::before {
    border-width: 5vw;
    bottom: -0.1vw;
    border-radius: 0 0 0.5vw 0;
  }
}
@media screen and (max-width: 640px) {
  .itvUtil-balloon::before {
    border-width: 3vw;
    bottom: -1.2vw;
    border-radius: 0 0 0.7vw 0;
  }
}
.pinkInterview .itvUtil-balloon::before {
  border-color: transparent #EF999C #EF999C transparent;
}
.greenInterview .itvUtil-balloon::before {
  border-color: transparent #52A28C #52A28C transparent;
}
.itvUtil-chat {
  position: relative;
  width: 78%;
  margin: 0 auto 60px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .itvUtil-chat {
    margin: 0 auto 6vw;
  }
}
@media screen and (max-width: 640px) {
  .itvUtil-chat {
    width: 87.5%;
    margin: 0 auto 9.3%;
  }
}
.itvUtil-chat__jnb, .itvUtil-chat__usr {
  position: absolute;
}
.itvUtil-chat__jnb {
  top: 0;
  left: 0;
}
.itvUtil-chat__usr {
  top: -27px;
  right: 0;
}
@media screen and (max-width: 640px) {
  .itvUtil-chat__usr {
    top: -4.0625vw;
  }
}
.itvUtil-chat__txt {
  line-height: 1.82;
}
.itvUtil-chat__txt--jnb {
  padding: 0 0 0 76px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .itvUtil-chat__txt--jnb {
    padding: 0 0 0 7.6vw;
  }
}
@media screen and (max-width: 640px) {
  .itvUtil-chat__txt--jnb {
    padding: 0 0 0 12.5%;
  }
}
.itvUtil-chat__txt--chinatsu, .itvUtil-chat__txt--chihiro {
  width: 54.1%;
  margin: 0 0 0 auto;
  padding: 26px 26px 16px;
  border-radius: 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .itvUtil-chat__txt--chinatsu, .itvUtil-chat__txt--chihiro {
    padding: 2.6vw 2.6vw 1.6vw;
    border-radius: 1vw;
  }
}
@media screen and (max-width: 640px) {
  .itvUtil-chat__txt--chinatsu, .itvUtil-chat__txt--chihiro {
    width: 83.4%;
    padding: 3.3vw 5vw 4vw;
    border-radius: 1.5625vw;
  }
}
.itvUtil-chat__txt--shinji, .itvUtil-chat__txt--miyuki {
  width: 58.3%;
  margin: 0 0 0 auto;
  padding: 26px 26px 16px;
  border-radius: 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .itvUtil-chat__txt--shinji, .itvUtil-chat__txt--miyuki {
    padding: 2.6vw 2.6vw 1.6vw;
    border-radius: 1vw;
  }
}
@media screen and (max-width: 640px) {
  .itvUtil-chat__txt--shinji, .itvUtil-chat__txt--miyuki {
    width: 78.4%;
    padding: 3.3vw 5vw 4vw;
    border-radius: 1.5625vw;
  }
}
.itvUtil-chat__txt--huuhu {
  width: 22.8%;
  margin: 0 0 0 auto;
  padding: 26px 26px 16px;
  border-radius: 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .itvUtil-chat__txt--huuhu {
    padding: 2.6vw 2.6vw 1.6vw;
    border-radius: 1vw;
  }
}
@media screen and (max-width: 640px) {
  .itvUtil-chat__txt--huuhu {
    width: 45%;
    padding: 3.3vw 5vw 4vw;
    border-radius: 1.5625vw;
  }
}
.itvUtil-chat__txt--chinatsu {
  background: rgba(232, 182, 184, 0.3);
}
.itvUtil-chat__txt--chihiro {
  background: rgba(216, 225, 222, 0.3);
}
.itvUtil-chat__txt--shinji {
  background: rgba(162, 206, 192, 0.3);
}
.itvUtil-chat__txt--miyuki {
  background: #F8E9EA;
}
.itvUtil-chat__txt--huuhu {
  background: rgba(82, 139, 162, 0.3);
}
.itvUtil-jnb {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #484848;
  color: #fff;
  line-height: 1;
  width: 52px;
  height: 52px;
  border-radius: 50%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .itvUtil-jnb {
    width: 5.2vw;
    height: 5.2vw;
  }
}
@media screen and (max-width: 640px) {
  .itvUtil-jnb {
    width: 8.125vw;
    height: 8.125vw;
    border-radius: 4.0625vw;
  }
}
.itvUtil-chinatsu {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #EA545C;
  line-height: 1;
  width: 70px;
  height: 46px;
  border-radius: 10px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .itvUtil-chinatsu {
    width: 7vw;
    height: 4.6vw;
    border-radius: 1vw;
  }
}
@media screen and (max-width: 640px) {
  .itvUtil-chinatsu {
    width: 12.5vw;
    height: 8.125vw;
    border-radius: 4.0625vw;
  }
}
.itvUtil-chihiro {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6EAA80;
  color: #fff;
  line-height: 1;
  width: 70px;
  height: 46px;
  border-radius: 10px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .itvUtil-chihiro {
    width: 7vw;
    height: 4.6vw;
    border-radius: 1vw;
  }
}
@media screen and (max-width: 640px) {
  .itvUtil-chihiro {
    width: 12.5vw;
    height: 8.125vw;
    border-radius: 4.0625vw;
  }
}
.itvUtil-shinji {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #52A28C;
  color: #fff;
  line-height: 1;
  width: 106px;
  height: 52px;
  border-radius: 10px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .itvUtil-shinji {
    width: 10.6vw;
    height: 5.2vw;
    border-radius: 1vw;
  }
}
@media screen and (max-width: 640px) {
  .itvUtil-shinji {
    border-radius: 4.0625vw;
    width: 16.5625vw;
    height: 8.125vw;
  }
}
.itvUtil-miyuki {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E3A3A3;
  color: #fff;
  line-height: 1;
  z-index: 1;
  width: 80px;
  height: 52px;
  border-radius: 10px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .itvUtil-miyuki {
    width: 8vw;
    height: 5.2vw;
    border-radius: 1vw;
  }
}
@media screen and (max-width: 640px) {
  .itvUtil-miyuki {
    border-radius: 4.0625vw;
    width: 16.5625vw;
    height: 8.125vw;
  }
}
.itvUtil-huuhu {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #528CA2;
  color: #fff;
  line-height: 1;
  width: 70px;
  height: 46px;
  border-radius: 10px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .itvUtil-huuhu {
    width: 7vw;
    height: 4.6vw;
    border-radius: 1vw;
  }
}
@media screen and (max-width: 640px) {
  .itvUtil-huuhu {
    width: 16.5625vw;
    height: 8.125vw;
    border-radius: 4.0625vw;
  }
}

@media screen and (max-width: 640px) {
  .interviewContainer {
    margin-top: -18.75vw;
    padding-bottom: 15.3125vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .interview__instaGuide {
    margin-top: 14.4vw;
  }
}
@media screen and (max-width: 640px) {
  .interview__instaGuide {
    margin-top: -22.5vw;
  }
}

@media screen and (min-width: 641px) {
  .fvInner {
    display: flex;
    margin: 0 auto;
    max-width: 1100px;
    align-items: center;
    padding: 21px 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fvInner {
    display: flex;
    margin: 0 auto;
    max-width: 100vw;
    align-items: center;
    padding: 2.1vw 0;
  }
}
@media screen and (max-width: 640px) {
  .fv {
    padding: 24.2% 6.15% 8.7%;
  }
}
.pinkInterview .fv {
  background: #E8B6B8;
}
.greenInterview .fv {
  background: #86C6B2;
}
.fv__ttl {
  padding-left: 99px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fv__ttl {
    padding-left: 9.9vw;
  }
}
@media screen and (max-width: 640px) {
  .fv__ttl {
    padding-left: 0;
    margin: 0 0 0.9%;
  }
}
.fv__ttlEng, .fv__ttlJpn {
  color: #fff;
}
.fv__ttlEng {
  position: relative;
  padding: 0 0 0 36px;
  letter-spacing: 0.26rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fv__ttlEng {
    padding: 0 0 0 3.6vw;
  }
}
@media screen and (max-width: 640px) {
  .fv__ttlEng {
    margin: 0 0 -1%;
    padding: 0 0 0 6.6%;
    letter-spacing: 0.67vw;
  }
}
.fv__ttlEng::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0%;
  background: 0 0/100% auto url(../img/interview/fv_ic_01.svg);
  width: 4.6%;
  aspect-ratio: 25.02/38.34;
}
@media screen and (min-width: 641px) {
  .fv__ttlJpn {
    line-height: 1;
    margin-top: 10px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fv__ttlJpn {
    line-height: 1;
    margin-top: 1vw;
  }
}
.fv__person {
  background: #fff;
}
@media screen and (min-width: 641px) {
  .fv__person {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 175px;
    height: 175px;
    margin-left: 116px;
    border-radius: 50%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fv__person {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 17.5vw;
    height: 17.5vw;
    margin-left: 11.6vw;
    border-radius: 50%;
  }
}
@media screen and (max-width: 640px) {
  .fv__person {
    border-radius: 0.78125vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 93.7%;
    padding: 2% 2.9% 0.5% 2.5%;
    margin-left: 0;
  }
}
.fv__personProduct {
  margin-bottom: 9px;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fv__personProduct {
    margin-bottom: 0.9vw;
  }
}
@media screen and (max-width: 640px) {
  .fv__personProduct {
    text-align: left;
    padding: 1% 0 0 0;
    line-height: 1;
  }
}
.fv__personInformation {
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .fv__personInformation {
    text-align: center;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fv__personInformation {
    text-align: center;
  }
}

.introductionContainer {
  background: #fff;
  position: relative;
  padding: 72px 0 0;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .introductionContainer {
    padding: 7.2vw 0 0;
  }
}
@media screen and (max-width: 640px) {
  .introductionContainer {
    margin: 0 0 5.6%;
    padding: 13.6% 0 0 0;
  }
}
.introduction__ttl {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .introduction__ttl {
    text-align: left;
    margin: 0 0 5.9%;
  }
}
.introduction__ttlEng {
  text-align: center;
  letter-spacing: 0.15rem;
}
.pinkInterview .introduction__ttlEng {
  color: #E8B6B8;
  position: relative;
}
.pinkInterview .introduction__ttlEng::before {
  position: absolute;
  content: "";
  display: block;
  background: 0 0/100% auto url(../img/interview/01/contents_deco_01.svg) no-repeat;
  aspect-ratio: 92.067/84.525;
  width: 92px;
  top: 31px;
  left: -350px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .pinkInterview .introduction__ttlEng::before {
    width: 9.2vw;
    top: 3.1vw;
    left: -35vw;
  }
}
.greenInterview .introduction__ttlEng {
  color: #86C6B2;
  position: relative;
}
.greenInterview .introduction__ttlEng::before {
  position: absolute;
  content: "";
  display: block;
  background: 0 0/100% auto url(../img/interview/02/contents_elm_sp_03.svg) no-repeat;
  aspect-ratio: 92.067/84.525;
  width: 98px;
  top: 37px;
  left: -425px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .greenInterview .introduction__ttlEng::before {
    width: 9.8vw;
    top: 3.7vw;
    left: -42.5vw;
  }
}
@media screen and (max-width: 640px) {
  .introduction__ttlEng {
    display: none;
  }
}
.introduction__ttlJpn {
  position: relative;
  z-index: 10;
  display: block;
  text-align: center;
  letter-spacing: 0.1rem;
  padding-top: 26px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .introduction__ttlJpn {
    padding-top: 2.6vw;
  }
}
@media screen and (max-width: 640px) {
  .introduction__ttlJpn {
    padding-top: 0;
    line-height: 1.45;
    letter-spacing: 0.3vw;
  }
}
.introduction__ttlJpn::before {
  position: absolute;
  content: "";
  display: block;
}
@media screen and (max-width: 640px) {
  .pinkInterview .introduction__ttlJpn::before {
    background: 0 0/100% auto url(../img/interview/01/contents_deco_01.svg) no-repeat;
    aspect-ratio: 92.067/84.525;
    width: 14.4%;
    top: -3.5vw;
    left: 6.6vw;
  }
  .greenInterview .introduction__ttlJpn::before {
    background: 0 0/100% auto url(../img/interview/02/contents_elm_sp_03.svg) no-repeat;
    width: 15.1%;
    aspect-ratio: 93.022/98.09;
    top: -10.5vw;
    left: 1.2vw;
  }
}
.introduction__ttlSp {
  display: none;
}
@media screen and (max-width: 640px) {
  .introduction__ttlSp {
    position: absolute;
    width: 46.875vw;
    height: 46.875vw;
    top: 0;
    right: 0;
    padding: 3% 3.5% 0 29%;
    box-sizing: border-box;
  }
  .pinkInterview .introduction__ttlSp {
    background: #E8B6B8;
  }
  .greenInterview .introduction__ttlSp {
    background: #86C6B2;
  }
  .introduction__ttlSp::before {
    position: absolute;
    content: "";
    display: block;
    width: 93.75vw;
    height: 93.75vw;
    top: 0;
    right: 0;
    background: #fff;
    border-radius: 50%;
  }
}
.introductionBox {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 641px) {
  .introductionBox {
    max-width: 1100px;
    margin: 80px auto 35px;
    padding: 0 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .greenInterview .introductionBox {
    margin: 63px auto 35px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .introductionBox {
    max-width: 100vw;
    margin: 8vw auto 3.5vw;
    padding: 0 6vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .greenInterview .introductionBox {
    margin: 6.3vw auto 3.5vw;
  }
}
@media screen and (max-width: 640px) {
  .introductionBox {
    margin: 0 0 4.8%;
  }
}
.introduction__img {
  width: 500px;
  margin-left: 40px;
}
.greenInterview .introduction__img {
  width: 498px;
  margin-left: 35px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .introduction__img {
    width: 50vw;
    margin-left: 4vw;
  }
  .greenInterview .introduction__img {
    width: 45.8vw;
    margin-left: 3.5vw;
  }
}
@media screen and (max-width: 640px) {
  .introduction__img {
    width: 92.2%;
    margin: 0 1.6% 1.2% auto;
  }
  .greenInterview .introduction__img {
    width: 87.2%;
    margin: 0 auto;
  }
}
.introduction__txt {
  line-height: 2.3;
}
@media screen and (min-width: 641px) {
  .greenInterview .introduction__txt {
    margin-top: 22px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .greenInterview .introduction__txt {
    margin-top: 2.2vw;
  }
}
@media screen and (max-width: 640px) {
  .introduction__txt {
    text-align: center;
    line-height: 1.91;
  }
}
.introductionPersons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  max-width: 1100px;
  padding: 48px 60px 60px;
  background: 0 0/563px auto repeat-x;
  background-image: url(../img/interview/01/contents_line_sp_01.svg);
}
.greenInterview .introductionPersons {
  background: 0 0/553px auto repeat-x;
  background-image: url(../img/interview/02/contents_line_sp_01.svg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .introductionPersons {
    max-width: 100vw;
    padding: 4.8vw 6vw 6vw;
    background: 0 0/56.3vw auto repeat-x;
    background-image: url(../img/interview/01/contents_line_sp_01.svg);
  }
  .greenInterview .introductionPersons {
    background: 0 0/55.3vw auto repeat-x;
    background-image: url(../img/interview/02/contents_line_sp_01.svg);
  }
}
@media screen and (max-width: 640px) {
  .introductionPersons {
    align-items: normal;
    background: 0 0/100% auto repeat-x;
    width: 87.5%;
    padding: 6.4% 0 0 3%;
  }
  .greenInterview .introductionPersons {
    padding: 6.4% 0 0 0;
  }
}
.introductionPersons__img {
  flex: 0 1 192px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .introductionPersons__img {
    flex: 0 1 19.2vw;
  }
}
@media screen and (max-width: 640px) {
  .introductionPersons__img {
    flex: 0 1 35.7%;
    margin: 1.2% 0 0;
  }
  .greenInterview .introductionPersons__img {
    flex: 0 1 34.3%;
  }
}
.introductionPersonsList {
  flex: 0 1 755px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .introductionPersonsList {
    flex: 0 1 68.5vw;
  }
}
@media screen and (max-width: 640px) {
  .introductionPersonsList {
    display: block;
    flex: 0 1 61.4%;
  }
  .greenInterview .introductionPersonsList {
    flex: 0 1 59.4%;
  }
}
.introductionPersonsList__item {
  display: flex;
  align-items: center;
  margin-right: 13px;
  margin-top: 23px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .introductionPersonsList__item {
    margin-right: 1.3vw;
    margin-top: 2.3vw;
  }
}
@media screen and (max-width: 640px) {
  .introductionPersonsList__item {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: normal;
    margin: 0 0 5.8%;
  }
  .greenInterview .introductionPersonsList__item:nth-child(2) {
    margin: 0;
  }
  .greenInterview .introductionPersonsList__item:nth-child(3) {
    margin: 0 0 4%;
  }
}
@media screen and (max-width: 640px) {
  .introductionPersons__ic:not(.introductionPersons__ic--jnb) {
    flex: 0 1 25%;
  }
  .greenInterview .introductionPersons__ic:not(.introductionPersons__ic--jnb) {
    flex: 0 1 31%;
  }
}
.introductionPersons__ic--jnb {
  margin: 0 0 0 23px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .introductionPersons__ic--jnb {
    margin: 0 0 0 2.3vw;
  }
}
@media screen and (max-width: 640px) {
  .introductionPersons__ic--jnb {
    margin: 0 0 0 4.3%;
  }
}
.introductionPersonsInfo {
  margin-left: 27px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .introductionPersonsInfo {
    margin-left: 2.7vw;
  }
}
.greenInterview .introductionPersonsInfo {
  position: relative;
}
@media screen and (max-width: 640px) {
  .introductionPersonsInfo {
    flex: 0 1 70.7%;
    margin: -1.2% 0 0;
  }
  .greenInterview .introductionPersonsInfo {
    flex: 0 1 64.7%;
  }
}
.introductionPersons__name {
  line-height: 1;
}
.introductionPersons__name--jnb {
  display: flex;
  align-items: center;
  text-align: left;
  margin-left: 23px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .introductionPersons__name--jnb {
    margin-left: 2.3vw;
  }
}
@media screen and (max-width: 640px) {
  .introductionPersons__name--jnb {
    flex: 0 1 70.8%;
    margin-left: 3.59375vw;
  }
}
.introductionPersons__prefectures {
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .greenInterview .introductionPersons__prefectures {
    position: absolute;
    right: -129px;
    top: 5px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .greenInterview .introductionPersons__prefectures {
    position: absolute;
    right: -12.9vw;
    top: 0.5vw;
  }
}
.introductionPersons__age {
  line-height: 1;
}
.introductionPersons__annotation {
  margin-top: -92px;
  flex: 0 1 100%;
  text-align: right;
  color: #919191;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .introductionPersons__annotation {
    margin-top: -9.2vw;
  }
}
@media screen and (max-width: 640px) {
  .introductionPersons__annotation {
    margin: 0;
  }
}

.firstContainer {
  background: #fff;
}
@media screen and (max-width: 640px) {
  .firstContainer {
    margin: 0 0 10%;
  }
}
@media screen and (min-width: 641px) {
  .firstInner {
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .firstInner {
    max-width: 100vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .first__ttl {
    margin: 0 0 8.7%;
  }
}
@media screen and (max-width: 640px) {
  .first__ttlSub {
    margin-bottom: 9.5%;
  }
}
.first__ttlMain {
  display: block;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .first__ttlMain {
    margin-top: 52px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .first__ttlMain {
    margin-top: 5.2vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 640px) {
  .first__ttlImg {
    margin: 0 0 11%;
  }
}
@media screen and (min-width: 641px) {
  .pinkInterview .firstClosingContainer {
    display: flex;
    align-items: flex-end;
  }
  .greenInterview .firstClosingContainer {
    margin-top: -251px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .pinkInterview .firstClosingContainer {
    display: flex;
    align-items: flex-end;
  }
  .greenInterview .firstClosingContainer {
    margin-top: -25.1vw;
  }
}
@media screen and (max-width: 640px) {
  .firstClosingContainer {
    display: block;
    padding: 5.5% 0 0;
  }
  .greenInterview .firstClosingContainer {
    padding: 0 0 10%;
  }
}
.firstClosing__img {
  margin-left: 126px;
  width: 481px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .firstClosing__img {
    margin-left: 12.6vw;
    width: 48.1vw;
  }
}
.greenInterview .firstClosing__img {
  margin-left: 60px;
  margin-bottom: 65px;
  width: 482px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .greenInterview .firstClosing__img {
    margin-left: 6vw;
    margin-bottom: 6.5vw;
    width: 42.2vw;
  }
}
.greenInterview .firstClosing__img--02 {
  margin-left: 123px;
  margin-top: -196px;
  width: 482px;
  margin-bottom: 0;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .greenInterview .firstClosing__img--02 {
    margin-left: 12.3vw;
    margin-top: -19.6vw;
    width: 42.2vw;
  }
}
@media screen and (max-width: 640px) {
  .firstClosing__img {
    width: 93.7%;
    margin: 0 0 2.7%;
  }
  .greenInterview .firstClosing__img {
    width: 87.4%;
    margin: 8.9% auto 0;
  }
}
.firstClosing__txt {
  margin-left: 53px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .firstClosing__txt {
    margin-left: 5.3vw;
  }
}
@media screen and (max-width: 640px) {
  .firstClosing__txt {
    width: 87.75%;
    margin: 0 auto;
  }
}
.firstClosing__caption {
  position: relative;
  display: block;
  z-index: 1;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .firstClosing__caption {
    line-height: 1.46;
    margin: 0 0 4.8%;
    padding: 0 0 0 6.5%;
  }
}
.firstClosing__caption::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 2px;
  left: -10px;
  margin: 0 auto;
  border-style: solid;
  border-color: #484848 transparent transparent #484848;
  border-width: 14px;
  border-radius: 7px;
  transform: scaleY(0.6) rotate(-45deg);
  z-index: -1;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .firstClosing__caption::before {
    top: 0.2vw;
    left: -1vw;
    border-width: 1.4vw;
    border-radius: 0.7vw;
  }
}
@media screen and (max-width: 640px) {
  .firstClosing__caption::before {
    transform: scaleX(0.6) rotate(45deg);
    border-width: 2.2vw;
    border-radius: 0.6vw;
    top: 1.7vw;
    left: 0.9vw;
  }
}
.firstClosing__annotation {
  line-height: 1;
  color: #919191;
}
.first__chat04 {
  position: relative;
}
.greenInterview .first__chat04::before {
  position: absolute;
  content: "";
  display: block;
  bottom: -117px;
  left: 463px;
  width: 106px;
  background: 0 0/100% auto url(../img/interview/02/contents_elm_sp_07.svg);
  aspect-ratio: 106.156/81.667;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .greenInterview .first__chat04::before {
    bottom: -11.7vw;
    left: 46.3vw;
    width: 10.6vw;
  }
}
@media screen and (max-width: 640px) {
  .greenInterview .first__chat04::before {
    width: 19%;
    bottom: 2.6vw;
    left: 0.1vw;
  }
}
@media screen and (min-width: 641px) {
  .greenInterview .first__chat04Txt {
    width: 46.6%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .greenInterview .first__chat04Txt {
    width: 46.6%;
  }
}

.recommendContainer {
  background: #fff;
}
@media screen and (max-width: 640px) {
  .recommendContainer {
    margin: 0 0 19.2%;
  }
  .greenInterview .recommendContainer {
    margin: 0 0 5.7%;
  }
}
@media screen and (min-width: 641px) {
  .recommendInner {
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommendInner {
    max-width: 100vw;
    margin: 0 auto;
    padding-bottom: 7vw;
  }
}
.recommend__ttl {
  text-align: center;
  margin: 0 0 39px;
  padding: 122px 0 0;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommend__ttl {
    margin: 0 0 3.9vw;
    padding: 12.2vw 0 0;
  }
}
.greenInterview .recommend__ttl {
  padding: 50px 0 0;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .greenInterview .recommend__ttl {
    padding: 5vw 0 0;
  }
}
@media screen and (max-width: 640px) {
  .recommend__ttl {
    margin: 0 0 11%;
    padding: 8.3% 0 0;
  }
}
.recommend__ttlEng {
  position: relative;
  display: inline-block;
  margin: 0 0 8px;
  padding: 0 0 0 7px;
  letter-spacing: 0.26rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommend__ttlEng {
    margin: 0 0 0.8vw;
    padding: 0 0 0 0.7vw;
  }
}
@media screen and (max-width: 640px) {
  .recommend__ttlEng {
    margin: 0 0 8.6%;
    padding: 0 0 0 0.9%;
    letter-spacing: 0.6vw;
  }
}
.recommend__ttlEng::before {
  position: absolute;
  content: "";
  display: block;
  top: -10px;
  left: -35px;
  background: 0 0/100% auto url(../img/interview/fv_ic_02.svg) no-repeat;
  aspect-ratio: 25.02/38.34;
  width: 26px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommend__ttlEng::before {
    top: -1vw;
    left: -3.5vw;
    width: 2.6vw;
  }
}
@media screen and (max-width: 640px) {
  .recommend__ttlEng::before {
    width: 3.909375vw;
    top: -1.5625vw;
    left: -5.46875vw;
  }
}
.recommend__ttlEng::after {
  position: absolute;
  content: "";
  display: block;
}
.pinkInterview .recommend__ttlEng::after {
  background: 0 0/100% auto url(../img/interview/01/contents_deco_01.svg) no-repeat;
  aspect-ratio: 92.067/84.525;
  width: 92px;
  top: -43px;
  left: -171px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .pinkInterview .recommend__ttlEng::after {
    width: 9.2vw;
    top: -4.3vw;
    left: -17.1vw;
  }
}
@media screen and (max-width: 640px) {
  .pinkInterview .recommend__ttlEng::after {
    width: 62.4%;
    top: -6.7vw;
    left: -27vw;
  }
}
.greenInterview .recommend__ttlEng::after {
  background: 0 0/100% auto url(../img/interview/02/contents_elm_sp_02.svg) no-repeat;
  aspect-ratio: 95.811/100.76;
  width: 96px;
  top: -52px;
  right: -175px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .greenInterview .recommend__ttlEng::after {
    width: 9.6vw;
    top: -5.2vw;
    right: -17.5vw;
  }
}
@media screen and (max-width: 640px) {
  .greenInterview .recommend__ttlEng::after {
    width: 62.4%;
    top: -8.5vw;
    right: -26.5vw;
  }
}
@media screen and (min-width: 641px) {
  .recommend__ttlJpn {
    letter-spacing: 0.03rem;
    margin-top: 28px;
    display: inline-block;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommend__ttlJpn {
    letter-spacing: 0.03rem;
    margin-top: 2.8vw;
    display: inline-block;
  }
}
@media screen and (max-width: 640px) {
  .recommend__ttlJpn {
    letter-spacing: 0.1vw;
  }
}
.recommend__ttlImg {
  width: 50.9%;
  margin: 0 auto 94px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommend__ttlImg {
    margin: 0 auto 9.4vw;
  }
}
.greenInterview .recommend__ttlImg {
  width: 600px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .greenInterview .recommend__ttlImg {
    width: 60vw;
  }
}
@media screen and (max-width: 640px) {
  .recommend__ttlImg {
    width: 87.5%;
    margin: 0 auto 8.5%;
  }
  .greenInterview .recommend__ttlImg {
    width: 93.7%;
    margin: 0 0 8%;
  }
}
.recommend__annotation {
  line-height: 1;
  color: #919191;
  text-align: right;
  margin: -17px 37px 0 0;
  letter-spacing: 0;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommend__annotation {
    margin: -1.7vw 3.7vw 0 0;
  }
}
@media screen and (max-width: 640px) {
  .recommend__annotation {
    margin: -4.3% 5.3% 0 0;
    letter-spacing: 0.16vw;
  }
}
@media screen and (min-width: 641px) {
  .recommend__chat06 {
    margin: 108px auto 60px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .recommend__chat06 {
    margin: 10.8vw auto 6vw;
  }
}
.recommend__chat06Txt {
  position: relative;
}
@media screen and (min-width: 641px) {
  .greenInterview .recommend__chat06Txt {
    width: 39.6%;
  }
}
.greenInterview .recommend__chat06Txt::before {
  position: absolute;
  content: "";
  display: block;
  background: 0 0/100% auto url(../img/interview/02/contents_elm_sp_04.svg) no-repeat;
  width: 96px;
  aspect-ratio: 95.811/100.759;
  bottom: 166px;
  left: -83px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .greenInterview .recommend__chat06Txt::before {
    width: 9.6vw;
    bottom: 16.6vw;
    left: -8.3vw;
  }
}
@media screen and (max-width: 640px) {
  .greenInterview .recommend__chat06Txt::before {
    width: 21%;
    bottom: -0.5vw;
    left: -23.5vw;
  }
}

.afterContainer {
  background: #fff;
  margin: 0 0 96px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .afterContainer {
    margin: 0 0 9.6vw;
  }
}
.greenInterview .afterContainer {
  margin: 138px 0 96px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .greenInterview .afterContainer {
    margin: 13.8vw 0 9.6vw;
  }
}
@media screen and (max-width: 640px) {
  .afterContainer {
    margin: 0 0 6%;
  }
  .greenInterview .afterContainer {
    margin: 0 0 15%;
  }
}
@media screen and (min-width: 641px) {
  .afterInner {
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .afterInner {
    max-width: 100vw;
    margin: 0 auto;
  }
}
.after__ttl {
  position: relative;
}
.pinkInterview .after__ttl {
  border-top: #E8B6B8 188px solid;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .pinkInterview .after__ttl {
    border-top: #E8B6B8 18.8vw solid;
  }
}
.pinkInterview .after__ttl::before {
  position: absolute;
  content: "";
  display: block;
  background: 0 0/100% auto url(../img/interview/01/contents_baby_01.svg);
  width: 126px;
  top: -178px;
  right: 12px;
  aspect-ratio: 125.853/126.028;
  margin: 0 auto;
  left: 0;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .pinkInterview .after__ttl::before {
    width: 12.6vw;
    top: -17.8vw;
    right: 1.2vw;
  }
}
@media screen and (max-width: 640px) {
  .after__ttl {
    margin: 0 0 8.7%;
    padding: 10.1% 0 0 6.1%;
  }
  .pinkInterview .after__ttl {
    border-top: #E8B6B8 29.375vw solid;
  }
  .pinkInterview .after__ttl::before {
    width: 19.7%;
    top: -24.5vw;
    right: 1.7vw;
  }
}
.greenInterview .after__ttl {
  border: none;
  background: #fff;
}
.after__ttlEng {
  display: block;
  text-align: center;
  margin-top: -48px;
  color: #fff;
  letter-spacing: 0.18rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .after__ttlEng {
    margin-top: -4.8vw;
  }
}
.greenInterview .after__ttlEng {
  margin-top: 0;
  color: #85C6B1;
}
@media screen and (max-width: 640px) {
  .after__ttlEng {
    display: none;
  }
}
.after__ttlJpn {
  position: relative;
}
@media screen and (min-width: 641px) {
  .after__ttlJpn {
    display: block;
    max-width: 890px;
    margin: 85px auto 0;
    padding: 100px 0 126px 20px;
    line-height: 1.7;
    letter-spacing: 0.1rem;
  }
  .greenInterview .after__ttlJpn {
    margin: 23px auto 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .after__ttlJpn {
    display: block;
    max-width: 89vw;
    margin: 8.5vw auto 0;
    padding: 10vw 0 12.6vw 2vw;
    line-height: 1.7;
    letter-spacing: 0.1rem;
  }
  .greenInterview .after__ttlJpn {
    margin: 2.3vw auto 0;
  }
}
@media screen and (max-width: 640px) {
  .after__ttlJpn {
    line-height: 1.425;
    letter-spacing: 0.33vw;
    z-index: 10;
  }
}
.after__ttlJpn::before {
  position: absolute;
  content: "";
  display: block;
}
.pinkInterview .after__ttlJpn::before {
  background: 0 0/100% auto url(../img/interview/01/contents_deco_02.svg);
  aspect-ratio: 92.067/84.525;
}
@media screen and (min-width: 641px) {
  .pinkInterview .after__ttlJpn::before {
    top: 54px;
    left: 256px;
    width: 92px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .pinkInterview .after__ttlJpn::before {
    top: 5.4vw;
    left: 25.6vw;
    width: 9.2vw;
  }
}
@media screen and (max-width: 640px) {
  .pinkInterview .after__ttlJpn::before {
    width: 31%;
    top: -4vw;
    right: -21vw;
  }
}
.greenInterview .after__ttlJpn::before {
  background: 0 0/100% auto url(../img/interview/02/contents_elm_sp_04.svg);
  aspect-ratio: 95.811/100.759;
}
@media screen and (min-width: 641px) {
  .greenInterview .after__ttlJpn::before {
    width: 96px;
    top: 19px;
    left: 246px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .greenInterview .after__ttlJpn::before {
    width: 9.6vw;
    top: 1.9vw;
    left: 24.6vw;
  }
}
@media screen and (max-width: 640px) {
  .greenInterview .after__ttlJpn::before {
    top: -5.4vw;
    right: -18.3vw;
    width: 32.3%;
  }
}
.after__ttlJpn::after {
  position: absolute;
  content: "";
  display: block;
}
@media screen and (min-width: 641px) {
  .after__ttlJpn::after {
    top: 15px;
    background: 0 0/100% auto url(../img/interview/01/contents_pic_pc_04.png) no-repeat;
    width: 474px;
    height: 317px;
    right: 15px;
  }
  .greenInterview .after__ttlJpn::after {
    background: 0 0/100% auto url(../img/interview/02/contents_pic_pc_07.png) no-repeat;
    width: 474px;
    height: 320px;
    right: 7px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .after__ttlJpn::after {
    top: 1.5vw;
    background: 0 0/100% auto url(../img/interview/01/contents_pic_pc_04.png) no-repeat;
    width: 47.4vw;
    height: 31.7vw;
    right: 1.5vw;
  }
  .greenInterview .after__ttlJpn::after {
    background: 0 0/100% auto url(../img/interview/02/contents_pic_pc_07.png) no-repeat;
    width: 47.4vw;
    height: 32vw;
    right: 0.7vw;
  }
}
@media screen and (max-width: 640px) {
  .after__ttlJpn::after {
    width: 88.7%;
    aspect-ratio: 253.143/3;
    bottom: 3.6vw;
    right: -41.8vw;
  }
  .pinkInterview .after__ttlJpn::after {
    background: 0 0/100% auto url(../img/interview/01/contents_line_sp_02.svg) no-repeat;
  }
  .greenInterview .after__ttlJpn::after {
    background: 0 0/100% auto url(../img/interview/02/contents_line_sp_02.svg) no-repeat;
  }
}
@media screen and (min-width: 641px) {
  .after__ttlSp {
    display: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .after__ttlSp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .after__ttlSp {
    position: absolute;
    width: 46.875vw;
    height: 46.875vw;
    top: 0;
    right: 0;
    padding: 4.7% 3% 0 27.6%;
    box-sizing: border-box;
  }
  .pinkInterview .after__ttlSp {
    background: #E8B6B8;
  }
  .greenInterview .after__ttlSp {
    background: #86C6B2;
  }
  .after__ttlSp::before {
    position: absolute;
    content: "";
    display: block;
    width: 93.75vw;
    height: 93.75vw;
    top: 0;
    right: 0;
    background: #fff;
    border-radius: 50%;
  }
}
.after__ttlImg {
  display: none;
}
@media screen and (max-width: 640px) {
  .after__ttlImg {
    display: block;
    position: relative;
    width: 87.5%;
    margin: 0 auto 8.4%;
    z-index: 10;
  }
}
.after__balloon {
  margin: 0 auto 10.4%;
}
.afterHalfContainer {
  display: flex;
  align-items: flex-end;
  padding: 24px 0 63px 60px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .afterHalfContainer {
    padding: 2.4vw 0 6.3vw 6vw;
  }
}
.greenInterview .afterHalfContainer {
  padding: 0;
  margin: -407px 0 74px 60px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .greenInterview .afterHalfContainer {
    margin: -40.7vw 0 7.4vw 6vw;
  }
}
@media screen and (max-width: 640px) {
  .afterHalfContainer {
    display: block;
    margin: 0 0 10.2%;
    padding: 1.3% 0 0;
  }
  .greenInterview .afterHalfContainer {
    margin: -5.1% 0 12.9%;
  }
}
.afterHalf__img {
  width: 536px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .afterHalf__img {
    width: 47.6vw;
  }
}
@media screen and (max-width: 640px) {
  .afterHalf__img {
    width: 90.1%;
    margin: 0 3.7% 1.8% auto;
  }
  .greenInterview .afterHalf__img {
    width: 91.6%;
    margin: 0 2.1% 1.8% auto;
  }
}
.afterHalf__txt {
  margin-left: 53px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .afterHalf__txt {
    margin-left: 5.3vw;
  }
}
@media screen and (max-width: 640px) {
  .afterHalf__txt {
    width: 87.75%;
    margin: 0 auto;
  }
}
.afterHalf__caption {
  position: relative;
  z-index: 1;
  display: block;
  line-height: 1.46;
  margin: 0 0 79px;
  padding: 0 0 0 0;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .afterHalf__caption {
    margin: 0 0 7.9vw;
  }
}
@media screen and (max-width: 640px) {
  .afterHalf__caption {
    margin: 0 0 4.8%;
    padding: 0 0 0 6.5%;
  }
}
.afterHalf__caption::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 2px;
  left: -27px;
  margin: 0 auto;
  border-style: solid;
  border-color: #484848 transparent transparent #484848;
  border-width: 14px;
  border-radius: 7px;
  transform: scaleY(0.6) rotate(-45deg);
  z-index: -1;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .afterHalf__caption::before {
    top: 0.2vw;
    left: -2.7vw;
    border-width: 1.4vw;
    border-radius: 0.7vw;
  }
}
@media screen and (max-width: 640px) {
  .afterHalf__caption::before {
    top: 1.7vw;
    left: 0.9vw;
    border-width: 2.2vw;
    border-radius: 0.6vw;
    transform: scaleX(0.6) rotate(45deg);
  }
}
@media screen and (min-width: 641px) {
  .pinkInterview .after__chat01 {
    width: 32.3%;
  }
  .pinkInterview .after__chat05 {
    width: 38%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .pinkInterview .after__chat01 {
    width: 32.3%;
  }
  .pinkInterview .after__chat05 {
    width: 38%;
  }
}
.greenInterview .after__chat03 {
  width: 35%;
  position: relative;
}
@media screen and (max-width: 640px) {
  .greenInterview .after__chat03 {
    width: 65.3%;
  }
}
.greenInterview .after__chat03::before {
  position: absolute;
  content: "";
  display: block;
  background: 0 0/100% auto url(../img/interview/02/contents_elm_sp_08.svg) no-repeat;
  aspect-ratio: 152.59/153.406;
  width: 153px;
  top: -11px;
  left: -184px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .greenInterview .after__chat03::before {
    width: 15.3vw;
    top: -1.1vw;
    left: -18.4vw;
  }
}
@media screen and (max-width: 640px) {
  .greenInterview .after__chat03::before {
    width: 41.2%;
    bottom: -3.6vw;
    left: -27.2vw;
  }
}
@media screen and (min-width: 641px) {
  .greenInterview .after__chat05, .greenInterview .after__chat06 {
    width: 39.3%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .greenInterview .after__chat05, .greenInterview .after__chat06 {
    width: 39.3%;
  }
}
.greenInterview .after__chat06 {
  position: relative;
}
.greenInterview .after__chat06::before {
  position: absolute;
  content: "";
  display: block;
  background: 0 0/100% auto url(../img/interview/02/contents_elm_sp_04.svg) no-repeat;
  aspect-ratio: 95.811/100.759;
  bottom: -110px;
  left: -146px;
  width: 96px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .greenInterview .after__chat06::before {
    bottom: -11vw;
    left: -14.6vw;
    width: 9.6vw;
  }
}
@media screen and (max-width: 640px) {
  .greenInterview .after__chat06::before {
    width: 22.3%;
    bottom: -8.4vw;
    left: -17.5vw;
  }
}
.greenInterview .after__chat09 {
  position: relative;
}
.greenInterview .after__chat09::before {
  position: absolute;
  content: "";
  display: block;
  transform: scale(-1, 1) rotate(9deg);
  background: 0 0/100% auto url(../img/interview/02/contents_elm_sp_04.svg) no-repeat;
  aspect-ratio: 95.811/100.759;
  width: 86px;
  top: 55px;
  left: -113px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .greenInterview .after__chat09::before {
    width: 8.6vw;
    top: 5.5vw;
    left: -11.3vw;
  }
}
@media screen and (max-width: 640px) {
  .greenInterview .after__chat09::before {
    width: 19.5%;
    bottom: 14.6vw;
    left: -17.8vw;
  }
}

.letterContainer {
  position: relative;
  overflow: hidden;
}
.pinkInterview .letterContainer {
  background-color: #E8B6B8;
  top: 106px;
  padding: 43px 0 0;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .pinkInterview .letterContainer {
    top: 10.6vw;
    padding: 4.3vw 0 0;
  }
}
.greenInterview .letterContainer {
  background-color: #86C6B2;
  top: 62px;
  padding: 73px 0 0;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .greenInterview .letterContainer {
    top: 6.2vw;
    padding: 7.3vw 0 0;
  }
}
@media screen and (max-width: 640px) {
  .letterContainer {
    top: 6.5vw;
    padding: 12% 0 0;
  }
  .pinkInterview .letterContainer {
    background: 0 0/100% auto url(../img/interview/01/contents_bk_letter_sp_01.png) no-repeat, #E8B6B8;
  }
  .greenInterview .letterContainer {
    background: 0 0/100% auto url(../img/interview/02/contents_bk_letter_sp_01.png) no-repeat, #86C6B2;
    padding: 7% 0 0;
  }
}
@media screen and (min-width: 641px) {
  .letterInner {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
  }
  .letterInner::before {
    position: absolute;
    content: "";
    display: block;
    background: 0 0/100% auto url(../img/interview/01/contents_bk_letter_pc_01.png) no-repeat;
    width: 809px;
    height: 524px;
    top: 116px;
    left: 117px;
  }
  .greenInterview .letterInner::before {
    background: 0 0/100% auto url(../img/interview/02/contents_bk_letter_pc_01.png) no-repeat;
    width: 837px;
    height: 636px;
    top: 112px;
    left: 143px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .letterInner {
    max-width: 98vw;
    margin: 0 auto;
    position: relative;
  }
  .letterInner::before {
    position: absolute;
    content: "";
    display: block;
    background: 0 0/100% auto url(../img/interview/01/contents_bk_letter_pc_01.png) no-repeat;
    width: 80.9vw;
    height: 52.4vw;
    top: 11.6vw;
    left: 11.7vw;
  }
  .greenInterview .letterInner::before {
    background: 0 0/100% auto url(../img/interview/02/contents_bk_letter_pc_01.png) no-repeat;
    width: 83.7vw;
    height: 63.6vw;
    top: 11.2vw;
    left: 14.3vw;
  }
}
.letter__ttl {
  text-align: center;
  color: #fff;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 640px) {
  .letter__ttl {
    line-height: 1.44;
    letter-spacing: 0.3vw;
  }
  .greenInterview .letter__ttl {
    padding-left: 4%;
  }
}
.letterModal {
  position: relative;
  padding: 95px 185px 169px 403px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .letterModal {
    padding: 9.5vw 18.5vw 16.9vw 40.3vw;
  }
}
.greenInterview .letterModal {
  padding: 92px 206px 129px 389px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .greenInterview .letterModal {
    padding: 9.2vw 20.6vw 12.9vw 38.9vw;
  }
}
@media screen and (max-width: 640px) {
  .letterModal {
    padding: 9.6% 6.5% 33.2% 32.2%;
  }
  .greenInterview .letterModal {
    padding: 9.4% 7.7% 24.4% 32.2%;
  }
}
.letterModal__txt {
  cursor: pointer;
  position: absolute;
  display: flex;
  border-radius: 50%;
  transform: rotate(-5deg);
  color: #fff;
  text-align: center;
  z-index: 10;
  align-items: center;
  justify-content: center;
  line-height: 1.7;
  width: 123.28px;
  height: 123.28px;
  top: 82px;
  left: 753px;
  padding-top: 6px;
}
.letterModal__txt span {
  line-height: 1.2;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .letterModal__txt {
    width: 12.328vw;
    height: 12.328vw;
    top: 8.2vw;
    left: 75.3vw;
  }
}
.greenInterview .letterModal__txt {
  top: 44px;
  left: 737px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .greenInterview .letterModal__txt {
    top: 4.4vw;
    left: 73.7vw;
  }
}
@media screen and (min-width: 641px) {
  .letterModal__txt {
    flex-direction: column;
    line-height: 1.1;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .letterModal__txt {
    flex-direction: column;
    line-height: 1.1;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 640px) {
  .letterModal__txt {
    line-height: 1.07;
    width: 19.2625vw;
    height: 19.2625vw;
    padding-top: 0.9375vw;
    top: 13.7vw;
    left: 22.3%;
  }
  .greenInterview .letterModal__txt {
    top: 2.7vw;
    left: 23.9%;
  }
}
.pinkInterview .letterModal__txt {
  background: #EA545C;
}
.greenInterview .letterModal__txt {
  background: #52A28C;
}
.letterModal__txt::before {
  position: absolute;
  content: "";
  display: block;
  border: #EA545C 1px solid;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: scale(1.08);
  box-sizing: border-box;
  width: 123.28px;
  height: 123.28px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .letterModal__txt::before {
    width: 12.328vw;
    height: 12.328vw;
  }
}
@media screen and (max-width: 640px) {
  .letterModal__txt::before {
    width: 19.2625vw;
    height: 19.2625vw;
  }
}
.pinkInterview .letterModal__txt::before {
  border: #EA545C 1px solid;
}
.greenInterview .letterModal__txt::before {
  border: #52A28C 1px solid;
}
.letterModal__img {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 0 30px rgb(231, 181, 183));
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .letterModal__img {
    filter: drop-shadow(0 0 3vw rgb(231, 181, 183));
  }
}
.greenInterview .letterModal__img {
  filter: drop-shadow(0 0 30px rgb(134, 198, 178));
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .greenInterview .letterModal__img {
    filter: drop-shadow(0 0 3vw rgb(134, 198, 178));
  }
}
@media screen and (max-width: 640px) {
  .letterModal__img {
    filter: drop-shadow(0 0 4.6875vw rgb(231, 181, 183));
  }
  .greenInterview .letterModal__img {
    filter: drop-shadow(0 0 4.6875vw rgb(134, 198, 178));
  }
}
.letterModal__imgLetter {
  cursor: pointer;
  position: relative;
  transform: rotate(5deg);
}
.letterModal__imgPhoto {
  position: absolute;
  transform: rotate(-5deg);
  width: 339px;
  bottom: -49px;
  left: -282px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .letterModal__imgPhoto {
    width: 33.9vw;
    bottom: -4.9vw;
    left: -28.2vw;
  }
}
.greenInterview .letterModal__imgPhoto {
  width: 162px;
  bottom: -29px;
  left: -161px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .greenInterview .letterModal__imgPhoto {
    width: 16.2vw;
    bottom: -2.9vw;
    left: -16.1vw;
  }
}
@media screen and (max-width: 640px) {
  .letterModal__imgPhoto {
    width: 86%;
    bottom: -26.2%;
    left: -41%;
  }
  .greenInterview .letterModal__imgPhoto {
    width: 42.2%;
    bottom: -6.8%;
    left: -42%;
  }
}
.letterModal__imgDs01 {
  position: absolute;
  content: "";
  display: block;
  mix-blend-mode: multiply;
  transform: rotate(5deg);
  opacity: 0.8;
  z-index: 0;
}
.pinkInterview .letterModal__imgDs01 {
  background: #E7B5B7;
  width: 40%;
  height: 67.6%;
  bottom: 154px;
  right: 185px;
  filter: blur(100px);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .pinkInterview .letterModal__imgDs01 {
    bottom: 15.4vw;
    right: 18.5vw;
    filter: blur(10vw);
  }
}
@media screen and (max-width: 640px) {
  .pinkInterview .letterModal__imgDs01 {
    width: 62vw;
    height: 82vw;
    bottom: 22%;
    right: 2%;
    filter: blur(5vw);
  }
}
.greenInterview .letterModal__imgDs01 {
  background: #86C6B2;
  width: 40%;
  height: 69.6%;
  bottom: 126px;
  right: 202px;
  filter: blur(100px);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .greenInterview .letterModal__imgDs01 {
    bottom: 12.6vw;
    right: 20.2vw;
    filter: blur(10vw);
  }
}
@media screen and (max-width: 640px) {
  .greenInterview .letterModal__imgDs01 {
    width: 59.9vw;
    height: 77.4vw;
    bottom: 20%;
    right: 5%;
    filter: blur(5vw);
  }
}
.letterModal__imgDs02 {
  position: absolute;
  content: "";
  display: block;
  mix-blend-mode: multiply;
  transform: rotate(-5deg);
  opacity: 0.8;
  z-index: 0;
}
.pinkInterview .letterModal__imgDs02 {
  background: #E7B5B7;
  width: 34.8%;
  height: 28%;
  bottom: 118px;
  left: 121px;
  filter: blur(100px);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .pinkInterview .letterModal__imgDs02 {
    bottom: 11.8vw;
    left: 12.1vw;
    filter: blur(10vw);
  }
}
@media screen and (max-width: 640px) {
  .pinkInterview .letterModal__imgDs02 {
    width: 53vw;
    height: 35vw;
    bottom: 6%;
    left: 4%;
    filter: blur(5vw);
  }
}
.greenInterview .letterModal__imgDs02 {
  background: #86C6B2;
  width: 16.9%;
  height: 32.1%;
  bottom: 100px;
  left: 225px;
  filter: blur(100px);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .greenInterview .letterModal__imgDs02 {
    bottom: 10vw;
    left: 22.5vw;
    filter: blur(10vw);
  }
}
@media screen and (max-width: 640px) {
  .greenInterview .letterModal__imgDs02 {
    width: 26vw;
    height: 36vw;
    bottom: 14.9%;
    left: 10.1%;
  }
}
.letterModalContainer {
  position: fixed;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  box-sizing: border-box;
  justify-content: center;
  justify-items: center;
  align-items: center;
  transition: 0.8s all;
}
.letterModalContainer.js-active {
  z-index: 500;
  opacity: 1;
  pointer-events: auto;
}
.letterModalContainer.js-close {
  z-index: 500;
  opacity: 0;
  pointer-events: none;
}
.letterModal__contents {
  position: relative;
  height: auto;
  z-index: 200;
  width: 560px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .letterModal__contents {
    width: 56vw;
  }
}
@media screen and (max-width: 640px) {
  .letterModal__contents {
    width: 87.5vw;
  }
}
.letterModal__body {
  overflow-y: auto;
}
.letterModal__close {
  position: absolute;
  cursor: pointer;
  width: 49px;
  height: 49px;
  top: -62px;
  right: 7px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .letterModal__close {
    width: 4.9vw;
    height: 4.9vw;
    top: -6.2vw;
    right: 0.7vw;
  }
}
@media screen and (max-width: 640px) {
  .letterModal__close {
    width: 7.65625vw;
    height: 7.65625vw;
    top: -9.6875vw;
    right: 1.09375vw;
  }
}
.letterModal__close::before, .letterModal__close::after {
  position: absolute;
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 5px;
  border-radius: 3px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .letterModal__close::before, .letterModal__close::after {
    height: 0.5vw;
    border-radius: 0.3vw;
  }
}
@media screen and (max-width: 640px) {
  .letterModal__close::before, .letterModal__close::after {
    height: 0.78125vw;
    border-radius: 0.46875vw;
  }
}
.letterModal__close::before {
  transform: rotate(45deg);
}
.letterModal__close::after {
  transform: rotate(-45deg);
}
.letterModal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(92, 92, 92, 0.6);
}

.fiveYearsContainer {
  padding: 164px 0 107px;
  background: rgba(250, 230, 223, 0.3);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fiveYearsContainer {
    padding: 16.4vw 0 10.7vw;
  }
}
@media screen and (max-width: 640px) {
  .fiveYearsContainer {
    padding: 34% 0 16%;
  }
}
@media screen and (min-width: 641px) {
  .fiveYearsInner {
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fiveYearsInner {
    max-width: 100vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 641px) {
  .fiveYears__ttl {
    position: relative;
  }
  .fiveYears__ttl::before {
    position: absolute;
    display: block;
    content: "";
    background: 0 0/100% auto url(../img/interview/01/contents_pic_pc_08.png) no-repeat;
    top: 0;
    right: 60px;
    width: 515px;
    height: 355px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fiveYears__ttl {
    position: relative;
  }
  .fiveYears__ttl::before {
    position: absolute;
    display: block;
    content: "";
    background: 0 0/100% auto url(../img/interview/01/contents_pic_pc_08.png) no-repeat;
    top: 0;
    right: 6vw;
    width: 41.5vw;
    height: 35.5vw;
  }
}
@media screen and (max-width: 640px) {
  .fiveYears__ttl {
    width: 87.5%;
    margin: 0 auto 5.8%;
  }
}
.fiveYears__ttlEng {
  display: block;
  position: relative;
}
.fiveYears__ttlEng::before {
  position: absolute;
  display: block;
  content: "";
}
@media screen and (min-width: 641px) {
  .fiveYears__ttlEng {
    padding: 38px 0 0 120px;
    letter-spacing: 0.26rem;
  }
  .fiveYears__ttlEng::before {
    background: 0 0/100% auto url(../img/interview/01/contents_line_pc_02.svg) no-repeat;
    width: 193px;
    height: 3px;
    top: 50px;
    left: 298px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fiveYears__ttlEng {
    padding: 3.8vw 0 0 12vw;
    letter-spacing: 0.26rem;
  }
  .fiveYears__ttlEng::before {
    background: 0 0/100% auto url(../img/interview/01/contents_line_pc_02.svg) no-repeat;
    width: 19.3vw;
    height: 0.3vw;
    top: 5vw;
    left: 29.8vw;
  }
}
@media screen and (max-width: 640px) {
  .fiveYears__ttlEng {
    margin: 0 0 6.9%;
    letter-spacing: 0.67vw;
  }
  .fiveYears__ttlEng::before {
    background: 0 0/100% auto url(../img/interview/01/contents_line_sp_03.svg) no-repeat;
    width: 59.0625vw;
    left: 30vw;
    aspect-ratio: 374/3;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .fiveYears__ttlEng::after {
    position: absolute;
    display: block;
    content: "";
    background: 0 0/100% auto url(../img/interview/01/contents_deco_02.svg);
    aspect-ratio: 92.067/84.525;
    width: 16%;
    top: 21vw;
    right: -5vw;
  }
}
.fiveYears__ttlJpn {
  display: block;
}
@media screen and (min-width: 641px) {
  .fiveYears__ttlJpn {
    margin-top: 17px;
    padding: 0 0 0 120px;
    letter-spacing: 0.1rem;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fiveYears__ttlJpn {
    margin-top: 1.7vw;
    padding: 0 0 0 12vw;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 640px) {
  .fiveYears__ttlJpn {
    letter-spacing: 0.3vw;
  }
}
.fiveYears__ttlSub {
  display: inline-block;
  background: #EA545C;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .fiveYears__ttlSub {
    margin: 0 0 9.6%;
    padding: 0.8% 7.7% 1% 7.3%;
    border-radius: 0 1.5625vw 1.5625vw 0;
    letter-spacing: 0.09vw;
  }
}
@media screen and (min-width: 641px) {
  .fiveYears__ttlSub--01, .fiveYears__ttlSub--02 {
    border-radius: 10px;
  }
  .fiveYears__ttlSub--01 {
    margin: 39px 0 0 117px;
    padding: 6px 38px;
  }
  .fiveYears__ttlSub--02 {
    margin: -14px 0 170px 234px;
    padding: 6px 29px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fiveYears__ttlSub--01, .fiveYears__ttlSub--02 {
    border-radius: 1vw;
  }
  .fiveYears__ttlSub--01 {
    margin: 3.9vw 0 0 11.7vw;
    padding: 0.6vw 3.8vw;
  }
  .fiveYears__ttlSub--02 {
    margin: -1.4vw 0 17vw 23.4vw;
    padding: 0.6vw 2.9vw;
  }
}
.fiveYears__ttlImg {
  display: none;
}
@media screen and (max-width: 640px) {
  .fiveYears__ttlImg {
    display: block;
    margin: 0 0 -4%;
  }
}
.fiveYears__chat01 {
  width: 73%;
  margin-right: 10.95%;
}
.fiveYears__chat01::before {
  position: absolute;
  content: "";
  display: block;
  top: 15px;
  left: -74px;
  background: 0 0/100% auto url(../img/interview/01/contents_deco_03.svg);
  width: 96px;
  aspect-ratio: 95.81/100.76;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fiveYears__chat01::before {
    top: 1.5vw;
    left: -7.4vw;
    width: 9.6vw;
  }
}
@media screen and (max-width: 640px) {
  .fiveYears__chat01 {
    width: 65%;
    margin-right: 6.25%;
  }
  .fiveYears__chat01::before {
    top: 5vw;
    left: -16.1vw;
    width: 23.2%;
  }
}
@media screen and (min-width: 641px) {
  .pinkInterview .fiveYears__chat02 {
    margin: 118px auto 181px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .pinkInterview .fiveYears__chat02 {
    margin: 11.8vw auto 18.1vw;
  }
}
.fiveYears__chat02::before {
  position: absolute;
  content: "";
  display: block;
  aspect-ratio: 95.81/100.76;
  top: -67px;
  left: 101px;
  background: 0 0/100% auto url(../img/interview/01/contents_pic_pc_09.png) no-repeat;
  width: 308px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fiveYears__chat02::before {
    top: -6.7vw;
    left: 10.1vw;
    width: 30.8vw;
  }
}
@media screen and (max-width: 640px) {
  .fiveYears__chat02::before {
    top: -7.1vw;
    left: -4.9vw;
    background: 0 0/100% auto url(../img/interview/01/contents_pic_sp_09.png) no-repeat;
    width: 41.2%;
  }
}
@media screen and (max-width: 640px) {
  .fiveYears__chat02Txt {
    padding-left: 14vw;
    padding-right: 3.6vw;
  }
}
.fiveYears__chat03::before {
  position: absolute;
  content: "";
  display: block;
  top: -49px;
  right: 474px;
  width: 87px;
  background: 0 0/100% auto url(../img/interview/01/contents_deco_04.svg);
  aspect-ratio: 86.709/95.004;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fiveYears__chat03::before {
    top: -4.9vw;
    right: 40.4vw;
    width: 8.7vw;
  }
}
@media screen and (max-width: 640px) {
  .fiveYears__chat03::before {
    width: 15.5%;
    top: -3.4vw;
    right: 12.5vw;
  }
}
.fiveYears__chat04::before {
  position: absolute;
  content: "";
  display: block;
  top: -93px;
  right: 134px;
  background: 0 0/100% auto url(../img/interview/01/contents_deco_03.svg);
  width: 96px;
  aspect-ratio: 92.067/84.525;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fiveYears__chat04::before {
    top: -9.3vw;
    right: 13.4vw;
    width: 9.6vw;
  }
}
@media screen and (max-width: 640px) {
  .fiveYears__chat04::before {
    top: -2.4vw;
    right: -1.5vw;
    width: 17.5%;
  }
}
@media screen and (min-width: 641px) {
  .pinkInterview .fiveYears__chat05Txt {
    margin: 189px 0 180px auto;
    width: 40%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .pinkInterview .fiveYears__chat05Txt {
    margin: 18.9vw 0 18vw auto;
    width: 40%;
  }
}
@media screen and (min-width: 641px) {
  .pinkInterview .fiveYears__chat06Txt {
    width: 28%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .pinkInterview .fiveYears__chat06Txt {
    width: 28%;
  }
}
.fiveYearsHalf__img {
  position: relative;
  width: 87.6%;
  margin: 0 auto 7.5%;
}
@media screen and (min-width: 641px) {
  .fiveYearsHalf__img {
    width: 473px;
    margin: 40px 0 0 126px;
    float: left;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fiveYearsHalf__img {
    width: 41.3vw;
    margin: 4vw 0 0 12.6vw;
    float: left;
  }
}
.fiveYearsHalf__img::before {
  position: absolute;
  content: "";
  display: block;
  top: -214px;
  left: 134px;
  width: 92px;
  background: 0 0/100% auto url(../img/interview/01/contents_deco_02.svg);
  aspect-ratio: 92.067/84.525;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fiveYearsHalf__img::before {
    top: -21.4vw;
    left: 13.4vw;
    width: 9.2vw;
  }
}
@media screen and (max-width: 640px) {
  .fiveYearsHalf__img::before {
    top: -13.4vw;
    left: -2.5vw;
    width: 16.5%;
  }
}
.fiveYearsClosing__img {
  position: relative;
}
@media screen and (min-width: 641px) {
  .fiveYearsClosing__img {
    width: 529px;
    margin: 0 0 0 451px;
    padding: 19px 0 0 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fiveYearsClosing__img {
    width: 46.9vw;
    margin: 0 0 0 45.1vw;
    padding: 1.9vw 0 0 0;
  }
}
.fiveYearsClosing__img::before {
  position: absolute;
  content: "";
  display: block;
  background: 0 0/100% auto url(../img/interview/01/contents_deco_02.svg);
  aspect-ratio: 92.067/84.525;
  bottom: 107px;
  left: -210px;
  width: 92px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fiveYearsClosing__img::before {
    bottom: 10.7vw;
    left: -21vw;
    width: 9.2vw;
  }
}
@media screen and (max-width: 640px) {
  .fiveYearsClosing__img::before {
    bottom: -8.9vw;
    left: 2.3vw;
    width: 14.5%;
  }
}

.closeContainer {
  background: rgba(134, 198, 178, 0.08);
}
@media screen and (min-width: 641px) {
  .closeContainer {
    padding: 0 0 44px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .closeContainer {
    padding: 0 0 4.4vw;
  }
}
@media screen and (min-width: 641px) {
  .closeInner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .closeInner {
    max-width: 100vw;
    margin: 0 auto;
    display: flex;
  }
}
@media screen and (min-width: 641px) {
  .closeInner__img {
    width: 462px;
    margin: 67px 0 0 61px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .closeInner__img {
    width: 46.2vw;
    margin: 6.7vw 0 0 6.1vw;
  }
}
.close__ttl {
  position: relative;
  padding: 97px 0 0 104px;
  line-height: 1.4;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .close__ttl {
    padding: 9.7vw 0 0 10.4vw;
  }
}
.close__ttl::before {
  position: absolute;
  content: "";
  display: block;
  top: 95px;
  right: 53px;
  background: 0 0/100% auto url(../img/interview/02/contents_elm_sp_04.svg);
  width: 83px;
  aspect-ratio: 95.811/100.759;
  transform: rotate(11deg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .close__ttl::before {
    top: 9.5vw;
    right: 5.3vw;
    width: 8.3vw;
  }
}
@media screen and (max-width: 640px) {
  .close__ttl {
    line-height: 1.45;
    padding: 11.4% 0 6.1% 6.3%;
  }
  .close__ttl::before {
    top: 11.4vw;
    right: 18.2vw;
    width: 13.1%;
  }
}
.close__txt {
  padding: 297px 0 0 39px;
  line-height: 2.2;
  position: relative;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .close__txt {
    padding: 29.7vw 0 0 3.9vw;
  }
}
.close__txt::before {
  position: absolute;
  content: "";
  display: block;
  background: 0 0/100% auto url(../img/interview/02/contents_elm_sp_09.svg);
  aspect-ratio: 374.581/210.624;
  width: 320px;
  left: 76px;
}
@media screen and (min-width: 641px) {
  .close__txt::before {
    top: 77px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .close__txt::before {
    width: 32vw;
    top: 7.7vw;
    left: 7.6vw;
  }
}
@media screen and (max-width: 640px) {
  .close__txt {
    text-align: center;
    line-height: 2.619047619;
    padding: 1.6% 0 47%;
  }
  .close__txt::before {
    bottom: 10.1vw;
    left: 20.5vw;
    width: 58.2%;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #484848;
}
@media screen and (min-width: 641px) {
  body {
    position: relative;
  }
}

main {
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  main {
    padding-top: 120px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  main {
    padding-top: 12vw;
  }
}

.main {
  padding-top: 120px;
}
@media screen and (max-width: 640px) {
  .main {
    padding-top: 18.75vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .main {
    padding-top: 12vw;
  }
}

.u-hover {
  transition: 0.5s all;
}
.u-hover:hover {
  background: #ED98A0;
}
@media screen and (min-width: 641px) {
  .u-sp_disp {
    display: none;
  }
}
.u-tab_disp {
  display: none;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-tab_disp {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .u-pc_disp {
    display: none;
  }
}
.u-layout {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 60px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-layout {
    max-width: 100vw;
    padding: 0 6vw;
  }
}
@media screen and (max-width: 640px) {
  .u-layout {
    max-width: 87.5vw;
    padding: 0;
  }
}
.u-h2 {
  text-align: center;
  letter-spacing: 0rem;
  font-size: 1.875rem;
  line-height: 2.3333333333;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-h2 {
    letter-spacing: 0vw;
    font-size: 3vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-h2 {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 640px) {
  .u-h2 {
    font-size: 6.25vw;
    line-height: 1.75;
  }
}
@media screen and (max-width: 640px) {
  .u-ttl {
    margin-top: 13.125vw;
  }
}
.u-ttl_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.u-ttl_eng {
  position: relative;
  text-align: center;
  color: #DA3343;
  letter-spacing: 0.21rem;
  font-size: 1.25rem;
  line-height: 1.45;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-ttl_eng {
    letter-spacing: 0.336vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 640px) {
  .u-ttl_eng {
    font-size: 3.125vw;
    letter-spacing: 0.65625vw;
    line-height: 1.45;
  }
}
.u-ttl_jpn {
  text-align: center;
  letter-spacing: 0rem;
  font-size: 1.875rem;
  line-height: 1.4333333333;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-ttl_jpn {
    letter-spacing: 0vw;
    font-size: 3vw;
  }
}
@media screen and (max-width: 640px) {
  .u-ttl_jpn {
    font-size: 7.8125vw;
    line-height: 1.4;
  }
}
.u-svg_black {
  fill: #484848;
}
@media screen and (min-width: 1600px) {
  .u-fv_img {
    height: 266px;
    overflow: hidden;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .u-fv_img {
    height: 16.6vw;
    overflow: hidden;
  }
}

.fs-pc__ {
  letter-spacing: -0.015rem;
  font-size: 0.8125rem;
  line-height: 1.3076923077;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc__ {
    letter-spacing: -0.024vw;
    font-size: 1.3vw;
  }
}
.fs-pc_9 {
  font-size: 0.5625rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_9 {
    font-size: 0.7vw;
  }
}
.fs-pc_10 {
  font-size: 0.625rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_10 {
    font-size: 0.9vw;
  }
}
.fs-pc_12 {
  font-size: 0.75rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_12 {
    font-size: 1vw;
  }
}
.fs-pc_13 {
  font-size: 0.8125rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_13 {
    font-size: 1.1vw;
  }
}
.fs-pc_14 {
  font-size: 0.875rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_14 {
    font-size: 1.2vw;
  }
}
.fs-pc_15 {
  font-size: 0.9375rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_15 {
    font-size: 1.3vw;
  }
}
.fs-pc_16 {
  font-size: 1rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_16 {
    font-size: 1.4vw;
  }
}
.fs-pc_17 {
  font-size: 1.0625rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_17 {
    font-size: 1.5vw;
  }
}
.fs-pc_18 {
  font-size: 1.125rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_18 {
    font-size: 1.6vw;
  }
}
.fs-pc_19 {
  font-size: 1.1875rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_19 {
    font-size: 1.7vw;
  }
}
.fs-pc_20 {
  font-size: 1.25rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_20 {
    font-size: 1.8vw;
  }
}
.fs-pc_21 {
  font-size: 1.3125rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_21 {
    font-size: 1.9vw;
  }
}
.fs-pc_22 {
  font-size: 1.375rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_22 {
    font-size: 2vw;
  }
}
.fs-pc_23 {
  font-size: 1.4375rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_23 {
    font-size: 2.1vw;
  }
}
.fs-pc_24 {
  font-size: 1.5rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_24 {
    font-size: 2.2vw;
  }
}
.fs-pc_25 {
  font-size: 1.5625rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_25 {
    font-size: 2.3vw;
  }
}
.fs-pc_26 {
  font-size: 1.625rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_26 {
    font-size: 2.4vw;
  }
}
.fs-pc_28 {
  font-size: 1.75rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_28 {
    font-size: 2.6vw;
  }
}
.fs-pc_29 {
  font-size: 1.8125rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_29 {
    font-size: 2.7vw;
  }
}
.fs-pc_30 {
  font-size: 1.875rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_30 {
    font-size: 2.8vw;
  }
}
.fs-pc_33 {
  font-size: 2.0625rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_33 {
    font-size: 3.1vw;
  }
}
.fs-pc_35 {
  font-size: 2.1875rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_35 {
    font-size: 3.3vw;
  }
}
.fs-pc_36 {
  font-size: 2.25rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_36 {
    font-size: 3.4vw;
  }
}
.fs-pc_38 {
  font-size: 2.375rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_38 {
    font-size: 3.6vw;
  }
}
.fs-pc_40 {
  font-size: 2.5rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_40 {
    font-size: 3.8vw;
  }
}
.fs-pc_43 {
  font-size: 2.6875rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_43 {
    font-size: 4.1vw;
  }
}
.fs-pc_56 {
  font-size: 3.5rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_56 {
    font-size: 5.4vw;
  }
}
.fs-pc_57 {
  font-size: 3.5625rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_57 {
    font-size: 5.5vw;
  }
}
.fs-pc_65 {
  font-size: 4.0625rem;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .fs-pc_65 {
    font-size: 6.3vw;
  }
}
@media screen and (max-width: 640px) {
  .fs-sp_14 {
    font-size: 2.1875vw;
  }
  .fs-sp_16 {
    font-size: 2.5vw;
  }
  .fs-sp_17 {
    font-size: 2.65625vw;
  }
  .fs-sp_18 {
    font-size: 2.8125vw;
  }
  .fs-sp_19 {
    font-size: 2.96875vw;
  }
  .fs-sp_20 {
    font-size: 3.125vw;
  }
  .fs-sp_21 {
    font-size: 3.28125vw;
  }
  .fs-sp_22 {
    font-size: 3.4375vw;
  }
  .fs-sp_23 {
    font-size: 3.59375vw;
  }
  .fs-sp_24 {
    font-size: 3.75vw;
  }
  .fs-sp_25 {
    font-size: 3.90625vw;
  }
  .fs-sp_26 {
    font-size: 4.0625vw;
  }
  .fs-sp_27 {
    font-size: 4.21875vw;
  }
  .fs-sp_28 {
    font-size: 4.375vw;
  }
  .fs-sp_29 {
    font-size: 4.53125vw;
  }
  .fs-sp_30 {
    font-size: 4.6875vw;
  }
  .fs-sp_32 {
    font-size: 5vw;
  }
  .fs-sp_35 {
    font-size: 5.46875vw;
  }
  .fs-sp_36 {
    font-size: 5.625vw;
  }
  .fs-sp_37 {
    font-size: 5.78125vw;
  }
  .fs-sp_40 {
    font-size: 6.25vw;
  }
  .fs-sp_50 {
    font-size: 7.8125vw;
  }
  .fs-sp_51 {
    font-size: 7.96875vw;
  }
  .fs-sp_56 {
    font-size: 8.75vw;
  }
  .fs-sp_59 {
    font-size: 9.21875vw;
  }
  .fs-sp_60 {
    font-size: 9.375vw;
  }
  .fs-sp_80 {
    font-size: 12.5vw;
  }
}

.fc-pink {
  color: #EA545C;
}
.fc-green {
  color: #52A28C;
}

@media screen and (max-width: 640px) {
  .interviewLinkContainer {
    padding-top: 4.21875vw;
    padding-bottom: 21.40625vw;
  }
}
@media screen and (min-width: 641px) {
  .interviewLinkInner {
    margin-bottom: 75px;
    padding-top: 107px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .interviewLinkInner {
    margin-bottom: 7.5vw;
    padding-top: 10.7vw;
  }
}
.interviewLinkInner__ttl {
  position: relative;
}
@media screen and (min-width: 641px) {
  .interviewLinkInner__ttl {
    margin-bottom: 4.4%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .interviewLinkInner__ttl {
    margin-bottom: 4.4%;
  }
}
@media screen and (max-width: 640px) {
  .interviewLinkInner__ttl {
    margin-bottom: 3.59375vw;
  }
}
@media screen and (min-width: 641px) {
  .interviewLinkInner__ttl--icon {
    width: 10.6%;
    left: 31.8%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .interviewLinkInner__ttl--icon {
    width: 2.6%;
    left: 33.8%;
  }
}
@media screen and (max-width: 640px) {
  .interviewLinkInner__ttl--icon {
    width: 4.0625vw;
    left: 22.03125vw;
  }
}
@media screen and (min-width: 641px) {
  .interviewLinkInner__ttl--eng {
    margin-bottom: 2.2%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .interviewLinkInner__ttl--eng {
    margin-bottom: 2.2%;
  }
}
@media screen and (max-width: 640px) {
  .interviewLinkInner__ttl--eng {
    padding-left: 1.875vw;
  }
}
@media screen and (max-width: 640px) {
  .interviewLinkInner__ttl--jpn {
    margin-top: 2.5vw;
  }
}
.interviewLinkInner__ttl--elm {
  position: absolute;
  width: 104px;
  bottom: -405px;
  right: 117px;
  transform: rotate(98deg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .interviewLinkInner__ttl--elm {
    width: 10.4vw;
    bottom: -40.5vw;
    right: 11.7vw;
  }
}
@media screen and (max-width: 640px) {
  .interviewLinkInner__ttl--elm {
    width: 16.25vw;
    bottom: -1.71875vw;
    right: -3.4375vw;
  }
}
@media screen and (min-width: 641px) {
  .interviewLinkInner__list {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
  }
}
.interviewLinkInner__link {
  position: relative;
  display: block;
  transition: 0.5s all;
}
.interviewLinkInner__link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 641px) {
  .interviewLinkInner__link {
    flex: 0 1 46.4%;
  }
  .interviewLinkInner__link:nth-child(2) {
    margin-left: 72px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .interviewLinkInner__link {
    flex: 0 1 46.4%;
  }
  .interviewLinkInner__link:nth-child(2) {
    margin-left: 7.2vw;
  }
}
@media screen and (max-width: 640px) {
  .interviewLinkInner__link {
    margin-bottom: 5vw;
  }
}
.interviewLinkInner__linkProduct {
  position: absolute;
}
@media screen and (min-width: 641px) {
  .interviewLinkInner__linkProduct {
    line-height: 1;
  }
}
.pink .interviewLinkInner__linkProduct {
  color: #DA3343;
}
@media screen and (min-width: 641px) {
  .pink .interviewLinkInner__linkProduct {
    top: 55px;
    left: 70px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .pink .interviewLinkInner__linkProduct {
    top: 4.9vw;
    left: 6vw;
  }
}
@media screen and (max-width: 640px) {
  .pink .interviewLinkInner__linkProduct {
    top: 7.03125vw;
    left: 13.75vw;
  }
}
.green .interviewLinkInner__linkProduct {
  color: #52A28C;
}
@media screen and (min-width: 641px) {
  .green .interviewLinkInner__linkProduct {
    top: 60px;
    right: 156px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .green .interviewLinkInner__linkProduct {
    top: 5.5vw;
    right: 13.5vw;
  }
}
@media screen and (max-width: 640px) {
  .green .interviewLinkInner__linkProduct {
    top: 7.03125vw;
    right: 12.96875vw;
  }
}
.interviewLinkInner__linkTtl {
  color: #fff;
  position: absolute;
}
@media screen and (min-width: 641px) {
  .interviewLinkInner__linkTtl {
    line-height: 1.24;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .interviewLinkInner__linkTtl {
    line-height: 1.24;
  }
}
@media screen and (max-width: 640px) {
  .interviewLinkInner__linkTtl {
    line-height: 1.4444444444;
  }
}
@media screen and (min-width: 641px) {
  .pink .interviewLinkInner__linkTtl {
    top: 105px;
    left: 32px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .pink .interviewLinkInner__linkTtl {
    top: 9.5vw;
    left: 2.2vw;
  }
}
@media screen and (max-width: 640px) {
  .pink .interviewLinkInner__linkTtl {
    top: 17.1875vw;
    left: 5.3125vw;
  }
}
@media screen and (min-width: 641px) {
  .green .interviewLinkInner__linkTtl {
    top: 103px;
    right: 139px;
    text-align: left;
    letter-spacing: -0.06rem;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .green .interviewLinkInner__linkTtl {
    top: 9.3vw;
    right: 11.6vw;
    text-align: left;
    letter-spacing: -0.1vw;
  }
}
@media screen and (max-width: 640px) {
  .green .interviewLinkInner__linkTtl {
    top: 17.34375vw;
    right: 3.28125vw;
    text-align: right;
  }
}
.interviewLinkInner__linkName {
  position: absolute;
  color: #fff;
}
@media screen and (min-width: 641px) {
  .interviewLinkInner__linkName {
    top: 194px;
    line-height: 1;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .interviewLinkInner__linkName {
    top: 17.4vw;
    line-height: 1;
  }
}
@media screen and (max-width: 640px) {
  .interviewLinkInner__linkName {
    top: 36.25vw;
    line-height: 1.7;
  }
}
@media screen and (min-width: 641px) {
  .pink .interviewLinkInner__linkName {
    left: 33px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .pink .interviewLinkInner__linkName {
    left: 2.3vw;
  }
}
@media screen and (max-width: 640px) {
  .pink .interviewLinkInner__linkName {
    left: 5.3125vw;
  }
}
@media screen and (min-width: 641px) {
  .green .interviewLinkInner__linkName {
    right: 357px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .green .interviewLinkInner__linkName {
    right: 31.2vw;
  }
}
@media screen and (max-width: 640px) {
  .green .interviewLinkInner__linkName {
    right: 6.875vw;
  }
}
.interviewLinkInner__linkName::before {
  position: absolute;
  display: block;
  content: "";
}
@media screen and (min-width: 641px) {
  .interviewLinkInner__linkName::before {
    width: 160%;
    top: -6px;
    border-top: solid 2px #fff;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .interviewLinkInner__linkName::before {
    width: 160%;
    top: -0.6vw;
    border-top: solid 0.2vw #fff;
  }
}
@media screen and (max-width: 640px) {
  .interviewLinkInner__linkName::before {
    width: 17.34375vw;
    top: 0;
    border-top: solid 0.3125vw #fff;
  }
}
.pink .interviewLinkInner__linkName::before {
  left: 0;
}
@media screen and (min-width: 641px) {
  .green .interviewLinkInner__linkName::before {
    right: -59%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .green .interviewLinkInner__linkName::before {
    right: -59%;
  }
}
@media screen and (max-width: 640px) {
  .green .interviewLinkInner__linkName::before {
    right: -1.09375vw;
  }
}
.interviewLinkInner__linkAddress {
  position: absolute;
  color: #fff;
}
@media screen and (min-width: 641px) {
  .interviewLinkInner__linkAddress {
    line-height: 1;
    top: 224px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .interviewLinkInner__linkAddress {
    line-height: 1;
    top: 20.4vw;
  }
}
@media screen and (max-width: 640px) {
  .interviewLinkInner__linkAddress {
    top: 42.1875vw;
  }
}
@media screen and (min-width: 641px) {
  .pink .interviewLinkInner__linkAddress {
    left: 21px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .pink .interviewLinkInner__linkAddress {
    left: 2.1vw;
  }
}
@media screen and (max-width: 640px) {
  .pink .interviewLinkInner__linkAddress {
    left: 3.4375vw;
  }
}
@media screen and (min-width: 641px) {
  .green .interviewLinkInner__linkAddress {
    right: 365px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .green .interviewLinkInner__linkAddress {
    right: 31.5vw;
  }
}
@media screen and (max-width: 640px) {
  .green .interviewLinkInner__linkAddress {
    right: 5.9375vw;
  }
}
.interviewLinkInner__linkTxt {
  position: absolute;
}
@media screen and (min-width: 641px) {
  .interviewLinkInner__linkTxt {
    line-height: 1;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .interviewLinkInner__linkTxt {
    line-height: 1;
  }
}
.interviewLinkInner__linkTxt::before, .interviewLinkInner__linkTxt::after {
  position: absolute;
  display: block;
  content: "";
}
.pink .interviewLinkInner__linkTxt::before {
  background: #D98084;
}
.green .interviewLinkInner__linkTxt::before {
  background: #52A28C;
}
@media screen and (min-width: 641px) {
  .interviewLinkInner__linkTxt::before {
    width: 32%;
    height: 2px;
    margin: auto;
    top: 5px;
    bottom: 0;
    right: -40px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .interviewLinkInner__linkTxt::before {
    width: 32%;
    height: 0.2vw;
    margin: auto;
    top: 0.5vw;
    bottom: 0;
    right: -4vw;
  }
}
@media screen and (max-width: 640px) {
  .interviewLinkInner__linkTxt::before {
    width: 5.46875vw;
    height: 0.3125vw;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -6.25vw;
  }
}
.pink .interviewLinkInner__linkTxt::after {
  background: #D98084;
}
.green .interviewLinkInner__linkTxt::after {
  background: #52A28C;
}
@media screen and (min-width: 641px) {
  .interviewLinkInner__linkTxt::after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: auto;
    top: 6px;
    bottom: 0;
    right: -43px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .interviewLinkInner__linkTxt::after {
    width: 0.8vw;
    height: 0.8vw;
    border-radius: 50%;
    margin: auto;
    top: 0.6vw;
    bottom: 0;
    right: -4.3vw;
  }
}
@media screen and (max-width: 640px) {
  .interviewLinkInner__linkTxt::after {
    width: 1.875vw;
    height: 1.875vw;
    border-radius: 50%;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -7.65625vw;
  }
}
.pink .interviewLinkInner__linkTxt {
  color: #D98084;
}
@media screen and (min-width: 641px) {
  .pink .interviewLinkInner__linkTxt {
    bottom: 26px;
    left: 32px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .pink .interviewLinkInner__linkTxt {
    bottom: 2.6vw;
    left: 2.2vw;
  }
}
@media screen and (max-width: 640px) {
  .pink .interviewLinkInner__linkTxt {
    bottom: 3.125vw;
    left: 5.3125vw;
  }
}
.green .interviewLinkInner__linkTxt {
  color: #52A28C;
}
@media screen and (min-width: 641px) {
  .green .interviewLinkInner__linkTxt {
    bottom: 26px;
    left: 26px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .green .interviewLinkInner__linkTxt {
    bottom: 2.6vw;
    left: 2.6vw;
  }
}
@media screen and (max-width: 640px) {
  .green .interviewLinkInner__linkTxt {
    bottom: 3.125vw;
    right: 12.1875vw;
  }
}

.instaGuideContainer {
  padding-bottom: 65px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instaGuideContainer {
    padding-bottom: 6.5vw;
  }
}
@media screen and (max-width: 640px) {
  .instaGuideContainer {
    padding-bottom: 11.71875vw;
  }
}
.instaGuideInner__ttl {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .instaGuideInner__ttl {
    line-height: 1.4;
  }
}
.instaGuideInner__ttl::before {
  position: absolute;
  display: block;
  content: "";
  background: 0% 0%/100% auto url(/wp-content/themes/junbie/assets/img/parts/elm_sp_02.svg) no-repeat;
  top: 7px;
  left: 77px;
  width: 87px;
  height: 84px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instaGuideInner__ttl::before {
    top: 0.7vw;
    left: 7.7vw;
    width: 8.7vw;
    height: 8.4vw;
  }
}
@media screen and (max-width: 640px) {
  .instaGuideInner__ttl::before {
    top: 3.90625vw;
    left: 0.9375vw;
    width: 13.59375vw;
    height: 13.125vw;
  }
}
.instaGuideInner__ttl::after {
  position: absolute;
  display: block;
  content: "";
  background: 0% 0%/100% auto url(/wp-content/themes/junbie/assets/img/parts/elm_sp_01.svg) no-repeat;
  bottom: -337px;
  right: 190px;
  width: 92px;
  height: 85px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instaGuideInner__ttl::after {
    bottom: -33.7vw;
    right: 19vw;
    width: 9.2vw;
    height: 8.5vw;
  }
}
@media screen and (max-width: 640px) {
  .instaGuideInner__ttl::after {
    bottom: -55.3125vw;
    right: -3.125vw;
    width: 14.375vw;
    height: 13.28125vw;
  }
}
.instaGuideInner__ttl--small {
  text-align: center;
  position: relative;
  padding-top: 11px;
  padding-bottom: 18px;
  line-height: 1;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instaGuideInner__ttl--small {
    padding-top: 1.1vw;
    padding-bottom: 1.8vw;
  }
}
@media screen and (max-width: 640px) {
  .instaGuideInner__ttl--small {
    padding-top: 9.84375vw;
    padding-bottom: 3.59375vw;
  }
}
.instaGuideInner__ttl--small::before, .instaGuideInner__ttl--small::after {
  position: absolute;
  display: block;
  content: "";
  background: #484848;
  bottom: 11px;
  width: 2px;
  height: 25px;
  border-radius: 1px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instaGuideInner__ttl--small::before, .instaGuideInner__ttl--small::after {
    bottom: 1.1vw;
    width: 0.2vw;
    height: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  .instaGuideInner__ttl--small::before, .instaGuideInner__ttl--small::after {
    bottom: 3.90625vw;
    width: 0.3125vw;
    height: 3.90625vw;
    border-radius: 0.15625vw;
  }
}
.instaGuideInner__ttl--small::before {
  left: 424px;
  transform: rotate(-25deg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instaGuideInner__ttl--small::before {
    left: 37.4vw;
  }
}
@media screen and (max-width: 640px) {
  .instaGuideInner__ttl--small::before {
    left: 33.125vw;
  }
}
.instaGuideInner__ttl--small::after {
  right: 424px;
  transform: rotate(25deg);
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instaGuideInner__ttl--small::after {
    right: 37.4vw;
  }
}
@media screen and (max-width: 640px) {
  .instaGuideInner__ttl--small::after {
    right: 33.125vw;
  }
}
.instaGuideInner__morebtn {
  position: relative;
  color: #fff;
  background: #DA3343;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  margin: 64px auto 0;
  width: 336px;
  height: 60px;
  border-radius: 50px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instaGuideInner__morebtn {
    margin: 6.4vw auto 0;
    width: 33.6vw;
    height: 6vw;
    border-radius: 5vw;
  }
}
@media screen and (max-width: 640px) {
  .instaGuideInner__morebtn {
    margin: 10vw auto 0;
    width: 71.875vw;
    height: 12.8125vw;
    border-radius: 7.8125vw;
  }
}
.instaGuideInner__morebtn::before {
  position: absolute;
  display: block;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 35px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 10px;
  height: 10px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instaGuideInner__morebtn::before {
    right: 3.5vw;
    border-top: 0.3vw solid #fff;
    border-right: 0.3vw solid #fff;
    width: 1vw;
    height: 1vw;
  }
}
@media screen and (max-width: 640px) {
  .instaGuideInner__morebtn::before {
    right: 5.46875vw;
    border-top: 0.46875vw solid #fff;
    border-right: 0.46875vw solid #fff;
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
.instaGuideScroll {
  display: flex;
  position: relative;
  margin-top: 25px;
  margin-bottom: 19px;
  width: 100%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instaGuideScroll {
    margin-top: 2.5vw;
    margin-bottom: 1.9vw;
  }
}
@media screen and (max-width: 640px) {
  .instaGuideScroll {
    margin-top: 6.5625vw;
    margin-bottom: 2.96875vw;
    width: 100vw;
    margin-left: -6.25vw;
  }
}
.instaGuideList {
  display: flex;
}
.instaGuideList:first-child {
  animation: loop-first 200s -100s linear infinite;
}
@keyframes loop-first {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
.instaGuideList:last-child {
  animation: loop-last 200s linear infinite;
}
@keyframes loop-last {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
.instaGuideItem {
  border-radius: 50%;
  background: #FAE6DF;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  margin-right: 14px;
  width: 234px;
  height: 234px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instaGuideItem {
    margin-right: 1.4vw;
    width: 23.4vw;
    height: 23.4vw;
  }
}
@media screen and (max-width: 640px) {
  .instaGuideItem {
    margin-right: 2.1875vw;
    width: 36.5625vw;
    height: 36.5625vw;
  }
}
.instaGuideItem img {
  width: 147px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .instaGuideItem img {
    width: 14.7vw;
  }
}
@media screen and (max-width: 640px) {
  .instaGuideItem img {
    width: 22.96875vw;
  }
}

.header {
  position: fixed;
  width: 100vw;
  z-index: 100;
  background: none;
  transition: 0.3s all;
  height: 120px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .header {
    height: 12vw;
  }
}
@media screen and (max-width: 640px) {
  .header {
    height: 18.75vw;
  }
}
.header.topSlide {
  background: #fff;
}
.header.notTop {
  background: #fff;
}
.headerPc {
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .headerPc {
    display: none;
  }
}
.headerPc .logoColor {
  fill: #e13c49;
}
.headerPc__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1vw;
  height: 100%;
  align-items: center;
}
@media screen and (min-width: 1500px) {
  .headerPc__list {
    padding: 0 176px;
  }
}
.headerPc__item:not(.headerPc__item--02) {
  transition: 0.5s all;
}
.headerPc__item:not(.headerPc__item--02):hover {
  opacity: 0.6;
}
.headerPc__item--logo svg {
  width: 140px;
  aspect-ratio: 184.965/77.954;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__item--logo svg {
    width: 9vw;
  }
}
.headerPc__item--02 {
  position: relative;
}
.headerPc__itemInsta--icon img {
  width: 26px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__itemInsta--icon img {
    width: 3vw;
  }
}
.headerPc__accordBtn {
  position: relative;
  cursor: pointer;
}
.headerPc__accordBtn:hover .headerPc__accordContent {
  opacity: 1;
  height: 100px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__accordBtn:hover .headerPc__accordContent {
    height: 10vw;
  }
}
.headerPc__accordState {
  position: absolute;
  top: 50%;
  right: -9%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__accordState {
    width: 0.6vw;
    height: 0.6vw;
    margin-top: -0.3vw;
  }
}
.headerPc__accordState::before {
  position: absolute;
  display: block;
  content: "";
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
  top: 0;
  margin: auto;
  right: 0;
  border-top: 2px solid #DA3343;
  border-right: 2px solid #DA3343;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__accordState::before {
    border-top: 0.2vw solid #DA3343;
    border-right: 0.2vw solid #DA3343;
  }
}
.headerPc__accordContent {
  position: absolute;
  overflow: hidden;
  transition: 0.5s all;
  width: 280px;
  top: 44px;
  left: -10px;
  border-radius: 0 0 20px 20px;
  background: #FFE0E0;
  height: 0;
  opacity: 0;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__accordContent {
    width: 28vw;
    top: 4.4vw;
    left: -1vw;
    border-radius: 0 0 2vw 2vw;
  }
}
.headerPc__accordContent::before {
  position: absolute;
  display: block;
  content: "";
  width: 93%;
  border-bottom: solid 1px #fff;
  bottom: 0;
  height: 1px;
  box-sizing: border-box;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.headerPc__accordLink {
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.5s all;
}
.headerPc__accordLink:hover {
  opacity: 0.7;
}
.headerPc__accordLink::before {
  position: absolute;
  display: block;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  top: 0;
  margin: auto;
  right: 15px;
  border-top: 2px solid #484848;
  border-right: 2px solid #484848;
  width: 6px;
  height: 6px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__accordLink::before {
    right: 1.5vw;
    border-top: 0.2vw solid #484848;
    border-right: 0.2vw solid #484848;
    width: 0.6vw;
    height: 0.6vw;
  }
}
.headerPc__accordLink--01 {
  margin-top: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__accordLink--01 {
    margin-top: -0.4vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
  }
}
.headerPc__accordLink--02 {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 9px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__accordLink--02 {
    padding-top: 1vw;
    padding-bottom: 1vw;
    margin-bottom: 0.9vw;
  }
}
.headerPc__accordLink--pink, .headerPc__accordLink--green {
  background: #fff;
  height: 21px;
  border-radius: 3px;
  margin-left: 10px;
  padding: 0 4px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__accordLink--pink, .headerPc__accordLink--green {
    height: 2.1vw;
    border-radius: 0.3vw;
    margin-left: 1vw;
    padding: 1.7vw 0.4vw;
  }
}
.headerPc__accordLink--pink {
  color: #DA3343;
  margin-right: 17px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__accordLink--pink {
    margin-right: 1.7vw;
  }
}
.headerPc__accordLink--green {
  color: #52A28C;
  margin-right: 8px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerPc__accordLink--green {
    margin-right: 0.8vw;
  }
}
.headerSp {
  height: 100%;
}
@media screen and (min-width: 641px) {
  .headerSp {
    display: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .headerSp {
    display: none;
  }
}
.headerSp__list {
  padding: 0 6.25vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
  z-index: 101;
  position: relative;
}
.headerSp__item--logo svg {
  width: 22.1875vw;
}
.headerSp .logoColor {
  fill: #e13c49;
  transition: 0.3s all;
}
.slide2 .headerSp .logoColor {
  fill: #fff;
}
.slide3 .headerSp .logoColor {
  fill: #fff;
}
.topSlide .headerSp .logoColor {
  fill: #e13c49;
}
.headerSp__navBtn {
  display: grid;
  gap: 1.09375vw 1.40625vw;
  grid-template-columns: repeat(2, 3.75vw);
  grid-template-rows: repeat(2, 3.75vw);
  transition: 0.5s all;
}
.js-menuBtnActive .headerSp__navBtn {
  transform: rotate(45deg);
}
.headerSp__navBtn--square {
  width: 3.75vw;
  height: 3.75vw;
  border-radius: 1.09375vw;
  background: #DA3343;
  transition: 0.3s all;
}
.slide1 .headerSp__navBtn--square {
  background: #fff;
}
.slide2 .headerSp__navBtn--square {
  background: #fff;
}
.slide3 .headerSp__navBtn--square {
  background: #fff;
}
.topSlide .headerSp__navBtn--square {
  background: #DA3343;
}
.headerSp__menu {
  background: #FAE6DF;
  padding: 18.75vw 6.25vw 0;
  position: fixed;
  top: -100%;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  z-index: 100;
  transition: 1s all;
}
.headerSp__menu.js-menuOpen {
  top: 0;
  opacity: 1;
}
.headerSp__menuList {
  margin-top: 3.4375vw;
}
.headerSp__menuItem {
  padding: 5.46875vw 0;
}
.headerSp__menuItem--06 {
  padding-top: 10.78125vw;
}
.headerSp__menuLink {
  position: relative;
  display: block;
}
.headerSp__menuLink::before {
  position: absolute;
  display: block;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 1.40625vw;
  right: 4.375vw;
  border-top: 0.46875vw solid #DA3343;
  border-right: 0.46875vw solid #DA3343;
  width: 3.125vw;
  height: 3.125vw;
}
.headerSp__menuLink--eng {
  color: #DA3343;
  letter-spacing: 0.65625vw;
  line-height: 1;
}
.headerSp__menuLink--jpn {
  line-height: 1;
  margin-top: 3.125vw;
}
.headerSp__menuInsta--link {
  width: 70.625vw;
  height: 15vw;
  border-radius: 7.8125vw;
  margin: 0 auto;
  border: solid 0.3125vw #484848;
  display: block;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  box-sizing: border-box;
}
.headerSp__menuInsta--icon {
  margin-right: 3.125vw;
  margin-left: 2.1875vw;
}
@media screen and (max-width: 640px) {
  .headerSp__menuInsta--icon img {
    width: 6.25vw;
  }
}
.headerSp__menuInsta--txt {
  letter-spacing: 0.5159375vw;
  padding-left: 1.25vw;
}
.headerSp__accordBtn {
  position: relative;
}
.headerSp__accordState {
  position: absolute;
  top: 66%;
  right: 3%;
  width: 4.6875vw;
  height: 4.6875vw;
  margin-top: -2.34375vw;
}
.headerSp__accordState::before, .headerSp__accordState::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #DA3343;
  height: 0.46875vw;
  border-radius: 0.3125vw;
}
.headerSp__accordState::after {
  transform: rotate(90deg);
  transition: 0.2s all ease-in-out;
}
.js-active .headerSp__accordState::after {
  transform: rotate(0);
}
.headerSp__accordContent {
  overflow: hidden;
  transition-duration: 0.3s;
}
.headerSp__accordContent.js-close {
  height: 0;
  opacity: 0;
}
.headerSp__accordContent.js-open {
  opacity: 1;
}
.headerSp__accordContentInner {
  padding-top: 5.46875vw;
}
.headerSp__accordLink {
  display: flex;
  align-items: center;
  width: 77.34375vw;
  height: 7.8125vw;
  border-radius: 0.78125vw;
  background: #fff;
  position: relative;
}
.headerSp__accordLink::before {
  position: absolute;
  display: block;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  top: 0;
  margin: auto;
  right: 2.34375vw;
  border-top: 0.3125vw solid #484848;
  border-right: 0.3125vw solid #484848;
  width: 1.40625vw;
  height: 1.40625vw;
}
.headerSp__accordLink--02 {
  margin-top: 2.8125vw;
}
.headerSp__accordLink--pink {
  color: #DA3343;
  margin-left: 1.875vw;
  margin-right: 7.1875vw;
}
.headerSp__accordLink--green {
  color: #52A28C;
  margin-left: 1.875vw;
  margin-right: 4.375vw;
}

.footer {
  border-top: solid 1px #C4C4C4;
  position: sticky;
  top: 100vh;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .footerInner {
    padding: 0 150px;
    justify-content: space-between;
    margin-top: 48px;
    display: flex;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footerInner {
    padding: 0 5vw;
    justify-content: space-between;
    margin-top: 4.8vw;
    margin-bottom: 4.8vw;
    display: flex;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 640px) {
  .footerInner {
    max-width: 87.5vw;
    padding: 0;
    margin: 0 auto;
  }
}
.footer__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 5px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footer__list {
    margin-top: 0.5vw;
  }
}
@media screen and (max-width: 640px) {
  .footer__list {
    margin-top: 7.03125vw;
  }
}
.footer__item {
  transition: 0.5s all;
}
.footer__item:hover {
  opacity: 0.7;
}
@media screen and (min-width: 641px) {
  .footer__item--02 {
    margin: 0 85px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footer__item--02 {
    margin: 0 8.5vw;
  }
}
.footer__logo {
  width: 159px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footer__logo {
    width: 11.9vw;
  }
}
@media screen and (max-width: 640px) {
  .footer__logo {
    width: 28.90625vw;
    margin: 8.28125vw auto 0;
  }
}
.footer__copyright {
  text-align: center;
  margin-top: 2px;
  letter-spacing: 0.03rem;
  padding-bottom: 30px;
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .footer__copyright {
    margin-top: 0.2vw;
    padding-bottom: 3vw;
  }
}
@media screen and (max-width: 640px) {
  .footer__copyright {
    margin-top: 4.0625vw;
    letter-spacing: 0.1vw;
    padding-bottom: 4.6875vw;
  }
}/*# sourceMappingURL=interview.css.map */