@charset "UTF-8";
.example {
  font-size: clamp(1.7142857143rem, 0.4155844156rem + 4.8484848485vw, 4.5714285714rem);
}

#interview_contents_cy {
  padding-top: 75px;
}
@media screen and (max-width: 767px) {
  #interview_contents_cy {
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  #interview_contents_cy .interview-body_cy {
    padding-top: 40px;
  }
}
#interview_contents_cy .interview-body_cy ul li {
  max-width: 823px;
  margin: 0 0 0 auto;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 180px;
  padding: 55px 0 80px 60px;
}
@media screen and (max-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li {
    border-radius: 100px;
    padding: 10px 0 50px 30px;
  }
}
@media screen and (min-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .in_cy {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
#interview_contents_cy .interview-body_cy ul li .img_cy {
  /*
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 100% 100%;
  */
  transition: all 0.6s;
  transform: rotateY(0deg);
  position: relative;
}
@media screen and (min-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .img_cy {
    width: 40.3%;
  }
}
@media screen and (max-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .img_cy {
    margin: 0 14% 20px;
    padding-right: 0;
    position: relative;
    right: 15px;
  }
}
#interview_contents_cy .interview-body_cy ul li .img_cy figure {
  position: relative;
  width: 100%;
}
#interview_contents_cy .interview-body_cy ul li .img_cy figure.on_cy img {
  transition: all 0.6s;
}
#interview_contents_cy .interview-body_cy ul li .img_cy figure.off_cy {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#interview_contents_cy .interview-body_cy ul li .img_cy figure.off_cy img {
  transition: all 0.6s;
  transform: rotateY(180deg);
  opacity: 0;
}
@media screen and (min-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .img_cy.msk02_cy {
    width: 34%;
  }
}
@media screen and (max-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .img_cy.msk02_cy {
    margin: 0 20.3% 20px;
  }
}
@media screen and (min-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .img_cy.msk02_cy figure {
    padding-right: 5px;
  }
}
@media screen and (min-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .img_cy.msk03_cy {
    width: 34%;
  }
}
@media screen and (max-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .img_cy.msk03_cy {
    margin: 0 20.3% 20px;
  }
}
@media screen and (min-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .img_cy.msk03_cy figure {
    padding-right: 5px;
  }
}
@media screen and (min-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .img_cy.msk04_cy {
    width: 40.3%;
  }
}
@media screen and (max-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .img_cy.msk04_cy {
    margin: 0 15% 20px;
  }
}
@media screen and (min-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .img_cy.msk04_cy figure {
    margin: 0 -7.5px;
    width: auto;
  }
}
@media screen and (min-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .img_cy.msk05_cy {
    width: 34%;
  }
}
@media screen and (max-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .img_cy.msk05_cy {
    margin: 25px 22.9% 35px;
  }
}
@media screen and (min-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .img_cy.msk05_cy figure {
    padding-right: 10px;
  }
}
@media screen and (min-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .text_cy {
    width: 59.7%;
  }
}
#interview_contents_cy .interview-body_cy ul li .text_cy .text_inner_cy {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .text_cy .text_inner_cy {
    padding-right: 30px;
    padding-left: 0px;
  }
}
#interview_contents_cy .interview-body_cy ul li .text_cy .text_inner_cy p {
  transition: all 0.4s;
}
#interview_contents_cy .interview-body_cy ul li .text_cy .text_inner_cy::before {
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(./../images/img_info_work.svg);
  background-size: 100% 100%;
  width: 261px;
  height: 39px;
  display: block;
  margin: 0 0 5px;
  transition: all 0.4s;
  position: relative;
  left: -25px;
}
@media screen and (max-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .text_cy .text_inner_cy::before {
    width: 209px;
    height: 32px;
    left: -15px;
  }
}
#interview_contents_cy .interview-body_cy ul li .text_cy .text_inner_cy.opacity_cy p {
  opacity: 0;
}
#interview_contents_cy .interview-body_cy ul li .text_cy .text_inner_cy.opacity_cy::before {
  opacity: 0;
}
#interview_contents_cy .interview-body_cy ul li .text_cy .text_inner_cy.off_cy {
  display: none;
}
#interview_contents_cy .interview-body_cy ul li .text_cy .text_inner_cy.off_cy .t01_cy {
  color: #149646;
  display: inline-block;
  font-family: "Shuei MaruGo B", sans-serif;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .text_cy .text_inner_cy.off_cy .t01_cy::before {
    content: "";
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
#interview_contents_cy .interview-body_cy ul li .text_cy .text_inner_cy.off_cy .t01_cy::after {
  content: "";
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(./../images/icon_dec01.png);
  background-size: 100% 100%;
  width: 44px;
  height: 40px;
  position: absolute;
  top: -33px;
  right: -25px;
}
@media screen and (max-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .text_cy .text_inner_cy.off_cy .t01_cy::after {
    width: 22px;
    height: 20px;
    top: -13px;
    right: -13px;
  }
}
@media screen and (min-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .text_cy .text_inner_cy.off_cy .t02_cy {
    margin-top: 10px;
  }
}
#interview_contents_cy .interview-body_cy ul li .text_cy .text_inner_cy.off_cy .t04_cy {
  position: relative;
  padding-right: 170px;
}
@media screen and (max-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .text_cy .text_inner_cy.off_cy .t04_cy {
    padding-right: 100px;
  }
}
#interview_contents_cy .interview-body_cy ul li .text_cy .text_inner_cy.off_cy .t04_cy::before {
  content: "";
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
#interview_contents_cy .interview-body_cy ul li .text_cy .text_inner_cy.off_cy::before {
  background-image: url(./../images/img_info_work_off.svg);
  width: 219px;
  height: 37px;
}
@media screen and (max-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .text_cy .text_inner_cy.off_cy::before {
    width: 177px;
    height: 30px;
  }
}
#interview_contents_cy .interview-body_cy ul li .text_cy p {
  letter-spacing: normal;
}
#interview_contents_cy .interview-body_cy ul li .text_cy .t01_cy {
  position: relative;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  font-size: 250%;
}
@media screen and (min-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .text_cy .t01_cy {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .text_cy .t01_cy {
    font-size: 160%;
  }
}
#interview_contents_cy .interview-body_cy ul li .text_cy .t02_cy {
  font-size: 250%;
  margin: 5px 0 0;
}
@media screen and (max-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .text_cy .t02_cy {
    font-size: 160%;
  }
}
#interview_contents_cy .interview-body_cy ul li .text_cy .t03_cy {
  font-size: 180%;
}
@media screen and (max-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .text_cy .t03_cy {
    font-size: 140%;
  }
}
#interview_contents_cy .interview-body_cy ul li .text_cy .t04_cy {
  font-size: 160%;
  margin: 10px 0 0;
  line-height: 2;
  /*
  &::after {

  	content: "……";

  }
  */
}
@media screen and (max-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .text_cy .t04_cy {
    font-size: 140%;
  }
}
#interview_contents_cy .interview-body_cy ul li .btn-normal_cy {
  margin-top: 20px;
}
@media screen and (min-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .btn-normal_cy {
    margin-left: 45px;
  }
}
@media screen and (max-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .btn-normal_cy {
    padding-right: 30px;
  }
}
#interview_contents_cy .interview-body_cy ul li .btn-normal_cy .btn_cy {
  margin: 0 0 0;
}
@media screen and (max-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .btn-normal_cy .btn_cy {
    margin: 0 auto 0;
  }
}
#interview_contents_cy .interview-body_cy ul li .switch_cy {
  margin: -40px 0 10px;
}
@media screen and (min-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .switch_cy {
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .switch_cy {
    padding-right: 30px;
    margin: 0px 0 10px;
  }
}
#interview_contents_cy .interview-body_cy ul li .switch_cy .switch-btn_cy {
  position: relative;
  cursor: pointer;
  max-width: 159px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li .switch_cy .switch-btn_cy {
    max-width: 130px;
  }
}
#interview_contents_cy .interview-body_cy ul li .switch_cy .switch-btn_cy img {
  position: relative;
  z-index: 1;
}
#interview_contents_cy .interview-body_cy ul li .switch_cy .switch-btn_cy::after {
  opacity: 0;
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(./../images/switch_off.svg);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
#interview_contents_cy .interview-body_cy ul li.switch-on_cy {
  background: rgba(255, 242, 234, 0.9);
}
#interview_contents_cy .interview-body_cy ul li.switch-on_cy .img_cy {
  transform: rotateY(180deg);
}
#interview_contents_cy .interview-body_cy ul li.switch-on_cy .img_cy figure.on_cy img {
  opacity: 0;
}
#interview_contents_cy .interview-body_cy ul li.switch-on_cy .img_cy figure.off_cy img {
  opacity: 1;
}
#interview_contents_cy .interview-body_cy ul li.switch-on_cy .switch_cy .switch-btn_cy img {
  opacity: 0;
}
#interview_contents_cy .interview-body_cy ul li.switch-on_cy .switch_cy .switch-btn_cy::after {
  opacity: 1;
}
#interview_contents_cy .interview-body_cy ul li + li {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li + li {
    margin-top: 70px;
  }
}
#interview_contents_cy .interview-body_cy ul li:nth-child(even) {
  margin-left: 0;
}
#interview_contents_cy .interview-body_cy ul li#it-v01_cy .text_cy .text_inner_cy.off_cy .t04_cy::before {
  background-image: url(./../images/img_interview01_dec01.png);
  width: 187px;
  height: 167px;
  right: -15px;
}
@media screen and (max-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li#it-v01_cy .text_cy .text_inner_cy.off_cy .t04_cy::before {
    width: 122px;
    height: 109px;
    right: -20px;
  }
}
#interview_contents_cy .interview-body_cy ul li#it-v02_cy .text_cy .text_inner_cy.off_cy .t04_cy {
  padding-right: 135px;
}
@media screen and (max-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li#it-v02_cy .text_cy .text_inner_cy.off_cy .t04_cy {
    padding-right: 90px;
  }
}
#interview_contents_cy .interview-body_cy ul li#it-v02_cy .text_cy .text_inner_cy.off_cy .t04_cy::before {
  background-image: url(./../images/img_interview02_dec01.png);
  width: 142px;
  height: 134px;
  right: -20px;
}
@media screen and (max-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li#it-v02_cy .text_cy .text_inner_cy.off_cy .t04_cy::before {
    width: 101px;
    height: 95px;
    right: -20px;
    bottom: 15px;
  }
}
#interview_contents_cy .interview-body_cy ul li#it-v03_cy .text_cy .text_inner_cy.off_cy .t04_cy {
  padding-right: 135px;
}
@media screen and (max-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li#it-v03_cy .text_cy .text_inner_cy.off_cy .t04_cy {
    padding-right: 70px;
  }
}
#interview_contents_cy .interview-body_cy ul li#it-v03_cy .text_cy .text_inner_cy.off_cy .t04_cy::before {
  background-image: url(./../images/img_interview03_dec01.png);
  width: 125px;
  height: 139px;
  right: -10px;
}
@media screen and (max-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li#it-v03_cy .text_cy .text_inner_cy.off_cy .t04_cy::before {
    width: 79px;
    height: 88px;
    right: -10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li#it-v04_cy .text_cy .text_inner_cy.off_cy .t04_cy {
    padding-right: 90px;
  }
}
#interview_contents_cy .interview-body_cy ul li#it-v04_cy .text_cy .text_inner_cy.off_cy .t04_cy::before {
  background-image: url(./../images/img_interview04_dec01.png);
  width: 166px;
  height: 163px;
  right: 0px;
}
@media screen and (max-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li#it-v04_cy .text_cy .text_inner_cy.off_cy .t04_cy::before {
    width: 118px;
    height: 116px;
    right: -20px;
  }
}
@media screen and (min-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li#it-v05_cy .text_cy .text_inner_cy.off_cy .t04_cy {
    padding-right: 160px;
  }
}
#interview_contents_cy .interview-body_cy ul li#it-v05_cy .text_cy .text_inner_cy.off_cy .t04_cy::before {
  background-image: url(./../images/img_interview05_dec01.png);
  width: 166px;
  height: 150px;
  right: -15px;
}
@media screen and (max-width: 767px) {
  #interview_contents_cy .interview-body_cy ul li#it-v05_cy .text_cy .text_inner_cy.off_cy .t04_cy::before {
    width: 118px;
    height: 107px;
    right: -15px;
  }
}

.dec-fish_cy#position01_cy .in-dec_cy {
  top: -105px;
  left: -50px;
}
@media screen and (min-width: 767px) {
  .dec-fish_cy#position01_cy .in-dec_cy {
    top: -180px;
    left: -320px;
  }
}
.dec-fish_cy#position02_cy .in-dec_cy {
  top: -5px;
  right: -10px;
}
@media screen and (min-width: 767px) {
  .dec-fish_cy#position02_cy .in-dec_cy {
    top: -240px;
    right: -600px;
  }
}
.dec-fish_cy#position03_cy .in-dec_cy {
  top: -25px;
  left: -60px;
}
@media screen and (min-width: 767px) {
  .dec-fish_cy#position03_cy .in-dec_cy {
    top: -440px;
    left: -690px;
  }
}
.dec-fish_cy#position04_cy .in-dec_cy {
  top: -20px;
  right: -60px;
}
@media screen and (min-width: 767px) {
  .dec-fish_cy#position04_cy .in-dec_cy {
    top: -350px;
    right: -590px;
  }
}
.dec-fish_cy#position05_cy {
  z-index: 0;
}
.dec-fish_cy#position05_cy .in-dec_cy {
  top: -35px;
  left: -70px;
}
@media screen and (min-width: 767px) {
  .dec-fish_cy#position05_cy .in-dec_cy {
    top: -500px;
    left: -600px;
  }
}
.dec-fish_cy#position06_cy .in-dec_cy {
  top: 295px;
  right: 10px;
}
@media screen and (min-width: 767px) {
  .dec-fish_cy#position06_cy .in-dec_cy {
    top: 50px;
    right: -120px;
  }
}/*# sourceMappingURL=style.css.map */