@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&family=Noto+Sans+JP:wght@100..900&display=swap");
.f_sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.f_klee {
  font-family: "Klee One", cursive;
  font-style: normal;
}

body {
  font-family: "Klee One", cursive;
  color: #59493f;
}

* {
  font-feature-settings: "palt";
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

video {
  max-width: 100%;
}

ul {
  list-style: none;
  padding-left: 0;
}
ul li {
  list-style: none;
}

a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (min-width: 750px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .pc {
    display: none;
  }
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.inset {
  inset: 0;
  margin: auto;
}

.inner {
  margin: auto;
  max-width: 750px;
  padding-left: 5.3vw;
  padding-right: 5.3vw;
}
@media screen and (min-width: 750px) {
  .inner {
    max-width: 1000px;
    padding-left: 0;
    padding-right: 0;
  }
}

#loading {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  transition: opacity 1s ease-out;
  z-index: 1000;
}

.loading {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #fff;
}
.loading-logo {
  width: 31.2vw; /* 234 */
}
@media screen and (min-width: 750px) {
  .loading-logo {
    width: 234px;
  }
}

.wrapper {
  background-image: url(../../../img/s/about_us/chabatake.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.wrap-left,
.wrap-right {
  position: fixed;
  top: 0;
  width: calc((100vw - 750px) / 2);
  height: 100vh;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .wrap-left,
  .wrap-right {
    display: none;
  }
}
.wrap-left .content,
.wrap-right .content {
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  .wrap-left .content,
  .wrap-right .content {
    opacity: 0;
  }
}
@media screen and (max-width: 1200px) {
  .wrap-left .content,
  .wrap-right .content {
    opacity: 0;
    display: none;
  }
}
.wrap-left {
  left: 0;
}
.wrap-right {
  right: 0;
}
.wrap-center {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #fdfcf5;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 750px;
  z-index: 10;
  height: 12vw; /* 90 */
}
@media screen and (min-width: 750px) {
  .header {
    height: 90px;
  }
}
.header .logo {
  width: 22.6vw; /* 170 */
  padding-left: 2.6vw;
}
@media screen and (min-width: 750px) {
  .header .logo {
    width: 170px;
  }
}
@media screen and (min-width: 750px) {
  .header .logo {
    padding-left: 20px;
  }
}

.menu-wrap {
  position: sticky;
  top: 0;
  right: 0;
  left: auto;
  margin-left: auto;
  margin-right: 0;
  height: 12vw; /* 90 */
  width: 12vw; /* 90 */
  cursor: pointer;
  background-color: #739a26;
  padding-top: 2.5vw;
  padding-right: 2.5vw;
  padding-bottom: 2.5vw;
  padding-left: 2.5vw;
  z-index: 20;
}
@media screen and (min-width: 750px) {
  .menu-wrap {
    height: 90px;
  }
}
@media screen and (min-width: 750px) {
  .menu-wrap {
    width: 90px;
  }
}
@media screen and (min-width: 750px) {
  .menu-wrap {
    padding-top: 19px;
  }
}
@media screen and (min-width: 750px) {
  .menu-wrap {
    padding-right: 19px;
  }
}
@media screen and (min-width: 750px) {
  .menu-wrap {
    padding-bottom: 19px;
  }
}
@media screen and (min-width: 750px) {
  .menu-wrap {
    padding-left: 19px;
  }
}
.menu-btn {
  position: relative;
  width: 100%;
  height: 100%;
}
.menu-btn span {
  display: block;
  position: absolute;
  background-color: #fff;
  height: 0.5vw; /* 4 */
  width: 100%;
  transition: all 0.4s;
  inset: 0;
  cursor: pointer;
}
@media screen and (min-width: 750px) {
  .menu-btn span {
    height: 4px;
  }
}
.menu-btn span:nth-of-type(1) {
  margin: 0 auto auto;
}
.menu-btn span:nth-of-type(2) {
  margin: auto auto;
}
.menu-btn span:nth-of-type(3) {
  margin: auto auto 0;
}
.menu-btn.active span:nth-of-type(1) {
  transform: translateY(3.2vw) rotate(-45deg);
}
@media screen and (min-width: 750px) {
  .menu-btn.active span:nth-of-type(1) {
    transform: translateY(24px) rotate(-45deg);
  }
}
.menu-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-btn.active span:nth-of-type(3) {
  transform: translateY(-3.2vw) rotate(45deg);
}
@media screen and (min-width: 750px) {
  .menu-btn.active span:nth-of-type(3) {
    transform: translateY(-24px) rotate(45deg);
  }
}

.nav-wrap {
  padding-top: 12vw;
  position: fixed;
  width: 100%;
  max-width: 750px;
  height: 100vh;
  display: block;
  background-color: rgb(115, 154, 38);
  top: -100vh;
  transition: 0.3s;
  z-index: 15;
  overflow-y: scroll;
}
@media screen and (min-width: 750px) {
  .nav-wrap {
    padding-top: 90px;
  }
}
.nav-wrap.active {
  top: 0vw;
  transition: 0.3s;
}
@media screen and (min-width: 750px) {
  .nav-wrap.active {
    top: 0px;
  }
}

.ttl {
  font-size: 5.6vw;
  letter-spacing: 0.13em;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  padding-top: 5.3vw;
  padding-bottom: 8vw;
}
@media screen and (min-width: 750px) {
  .ttl {
    font-size: 42px;
    letter-spacing: 0.26em;
    line-height: 1.5;
    font-weight: 600;
  }
}
@media screen and (min-width: 750px) {
  .ttl {
    padding-top: 40px;
  }
}
@media screen and (min-width: 750px) {
  .ttl {
    padding-bottom: 60px;
  }
}

.lead {
  font-size: 3.73333vw;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .lead {
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 2;
    font-weight: 600;
  }
}

.text {
  font-size: 3.73333vw;
  letter-spacing: 0.04em;
  line-height: 2;
  font-weight: 600;
  text-align: left;
}
@media screen and (min-width: 750px) {
  .text {
    font-size: 28px;
    letter-spacing: 0.08em;
    line-height: 2;
    font-weight: 600;
  }
}

.exp {
  font-size: 2.4vw;
  letter-spacing: 0.01em;
  line-height: 1.1;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (min-width: 750px) {
  .exp {
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 1.1;
    font-weight: 400;
  }
}

.sec01-img {
  position: relative;
  margin-top: 13.3vw;
  margin-bottom: 13.3vw;
}
@media screen and (min-width: 750px) {
  .sec01-img {
    margin-top: 100px;
  }
}
@media screen and (min-width: 750px) {
  .sec01-img {
    margin-bottom: 100px;
  }
}
.sec01-img .img01 {
  position: relative;
  top: 6.6vw;
  right: 0vw;
  width: 84.3vw; /* 633 */
  margin-left: auto;
  display: block;
}
@media screen and (min-width: 750px) {
  .sec01-img .img01 {
    top: 50px;
  }
}
@media screen and (min-width: 750px) {
  .sec01-img .img01 {
    right: 0px;
  }
}
@media screen and (min-width: 750px) {
  .sec01-img .img01 {
    width: 633px;
  }
}
.sec01-img .img02 {
  position: absolute;
  top: 0vw;
  left: 0vw;
  width: 92vw; /* 690 */
}
@media screen and (min-width: 750px) {
  .sec01-img .img02 {
    top: 0px;
  }
}
@media screen and (min-width: 750px) {
  .sec01-img .img02 {
    left: 0px;
  }
}
@media screen and (min-width: 750px) {
  .sec01-img .img02 {
    width: 690px;
  }
}
.people {
  background-color: #fff;
}
.people-name {
  width: 20.2vw; /* 152 */
  margin: auto;
  padding-top: 4vw;
}
@media screen and (min-width: 750px) {
  .people-name {
    width: 152px;
  }
}
@media screen and (min-width: 750px) {
  .people-name {
    padding-top: 30px;
  }
}
.people-text {
  padding-left: 8vw;
  padding-right: 8vw;
}
@media screen and (min-width: 750px) {
  .people-text {
    padding-left: 60px;
  }
}
@media screen and (min-width: 750px) {
  .people-text {
    padding-right: 60px;
  }
}
.people-img {
  position: relative;
  padding-top: 6.6vw;
  padding-bottom: 13.3vw;
}
@media screen and (min-width: 750px) {
  .people-img {
    padding-top: 50px;
  }
}
@media screen and (min-width: 750px) {
  .people-img {
    padding-bottom: 100px;
  }
}
.people-img .img01 {
  position: relative;
  top: 0vw;
  right: 0vw;
  margin-left: auto;
  padding-bottom: 5.3vw;
  display: block;
  width: 96vw; /* 720 */
}
@media screen and (min-width: 750px) {
  .people-img .img01 {
    top: 0px;
  }
}
@media screen and (min-width: 750px) {
  .people-img .img01 {
    right: 0px;
  }
}
@media screen and (min-width: 750px) {
  .people-img .img01 {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 750px) {
  .people-img .img01 {
    width: 720px;
  }
}
.people-img .img02 {
  position: absolute;
  top: 21.3vw;
  right: 48vw;
  margin-left: auto;
  display: block;
  width: 48vw; /* 360 */
}
@media screen and (min-width: 750px) {
  .people-img .img02 {
    top: 160px;
  }
}
@media screen and (min-width: 750px) {
  .people-img .img02 {
    right: 360px;
  }
}
@media screen and (min-width: 750px) {
  .people-img .img02 {
    width: 360px;
  }
}
.people-img .img03 {
  position: absolute;
  top: 13.3vw;
  left: 0vw;
  width: 83.6vw; /* 627 */
}
@media screen and (min-width: 750px) {
  .people-img .img03 {
    top: 100px;
  }
}
@media screen and (min-width: 750px) {
  .people-img .img03 {
    left: 0px;
  }
}
@media screen and (min-width: 750px) {
  .people-img .img03 {
    width: 627px;
  }
}
.material {
  background-color: #f5f9ed;
  padding-bottom: 8vw;
}
@media screen and (min-width: 750px) {
  .material {
    padding-bottom: 60px;
  }
}
.material-ttl2 {
  font-size: 4.8vw;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 600;
  text-align: left;
  padding-left: 8vw;
  padding-right: 8vw;
}
@media screen and (min-width: 750px) {
  .material-ttl2 {
    font-size: 36px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-weight: 600;
  }
}
@media screen and (min-width: 750px) {
  .material-ttl2 {
    padding-left: 60px;
  }
}
@media screen and (min-width: 750px) {
  .material-ttl2 {
    padding-right: 60px;
  }
}
.material-name {
  text-align: center;
  width: 27.2vw; /* 204 */
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
  .material-name {
    width: 204px;
  }
}
.material-text {
  padding-left: 8vw;
  padding-right: 8vw;
  padding-bottom: 8vw;
  font-size: 3.73333vw;
  letter-spacing: 0.01em;
  line-height: 2;
  font-weight: 600;
  text-align: justify;
}
@media screen and (min-width: 750px) {
  .material-text {
    padding-left: 60px;
  }
}
@media screen and (min-width: 750px) {
  .material-text {
    padding-right: 60px;
  }
}
@media screen and (min-width: 750px) {
  .material-text {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 750px) {
  .material-text {
    font-size: 28px;
    letter-spacing: 0.02em;
    line-height: 2;
    font-weight: 600;
  }
}
.material-text2 {
  padding-left: 8vw;
  padding-right: 8vw;
  font-size: 3.73333vw;
  letter-spacing: 0.01em;
  line-height: 2;
  font-weight: 600;
  text-align: justify;
}
@media screen and (min-width: 750px) {
  .material-text2 {
    padding-left: 60px;
  }
}
@media screen and (min-width: 750px) {
  .material-text2 {
    padding-right: 60px;
  }
}
@media screen and (min-width: 750px) {
  .material-text2 {
    font-size: 28px;
    letter-spacing: 0.02em;
    line-height: 2;
    font-weight: 600;
  }
}
.material-img {
  position: relative;
  height: 84vw; /* 630 */
  overflow: hidden;
}
@media screen and (min-width: 750px) {
  .material-img {
    height: 630px;
  }
}
.material-img .img01 {
  position: absolute;
  top: 8vw;
  right: 0;
  width: 84.6vw; /* 635 */
}
@media screen and (min-width: 750px) {
  .material-img .img01 {
    top: 60px;
  }
}
@media screen and (min-width: 750px) {
  .material-img .img01 {
    width: 635px;
  }
}
.material-img .img02 {
  position: absolute;
  top: 21.3vw;
  left: 0vw;
  width: 71.6vw; /* 537 */
}
@media screen and (min-width: 750px) {
  .material-img .img02 {
    top: 160px;
  }
}
@media screen and (min-width: 750px) {
  .material-img .img02 {
    left: 0px;
  }
}
@media screen and (min-width: 750px) {
  .material-img .img02 {
    width: 537px;
  }
}
.material-img .img03 {
  position: absolute;
  top: 16vw;
  left: 0vw;
  width: 71.6vw; /* 537 */
}
@media screen and (min-width: 750px) {
  .material-img .img03 {
    top: 120px;
  }
}
@media screen and (min-width: 750px) {
  .material-img .img03 {
    left: 0px;
  }
}
@media screen and (min-width: 750px) {
  .material-img .img03 {
    width: 537px;
  }
}
.material-img .img04 {
  position: absolute;
  top: 8vw;
  left: 0vw;
  width: 81.6vw; /* 612 */
}
@media screen and (min-width: 750px) {
  .material-img .img04 {
    top: 60px;
  }
}
@media screen and (min-width: 750px) {
  .material-img .img04 {
    left: 0px;
  }
}
@media screen and (min-width: 750px) {
  .material-img .img04 {
    width: 612px;
  }
}
.material-img .img05 {
  position: absolute;
  top: 18.6vw;
  right: 0;
  width: 74.6vw; /* 560 */
}
@media screen and (min-width: 750px) {
  .material-img .img05 {
    top: 140px;
  }
}
@media screen and (min-width: 750px) {
  .material-img .img05 {
    width: 560px;
  }
}
.material-img .img06 {
  position: absolute;
  top: 42.6vw;
  right: 5.3vw;
  width: 25.4vw; /* 191 */
}
@media screen and (min-width: 750px) {
  .material-img .img06 {
    top: 320px;
  }
}
@media screen and (min-width: 750px) {
  .material-img .img06 {
    right: 40px;
  }
}
@media screen and (min-width: 750px) {
  .material-img .img06 {
    width: 191px;
  }
}
.material-img .img07 {
  position: absolute;
  top: 18.6vw;
  right: 0;
  width: 74.6vw; /* 560 */
}
@media screen and (min-width: 750px) {
  .material-img .img07 {
    top: 140px;
  }
}
@media screen and (min-width: 750px) {
  .material-img .img07 {
    width: 560px;
  }
}
.material-img .img08 {
  position: absolute;
  top: 8vw;
  left: 0vw;
  width: 81.6vw; /* 612 */
}
@media screen and (min-width: 750px) {
  .material-img .img08 {
    top: 60px;
  }
}
@media screen and (min-width: 750px) {
  .material-img .img08 {
    left: 0px;
  }
}
@media screen and (min-width: 750px) {
  .material-img .img08 {
    width: 612px;
  }
}
.material-img .img09 {
  position: absolute;
  top: 44vw;
  left: 0vw;
  width: 50.1vw; /* 376 */
}
@media screen and (min-width: 750px) {
  .material-img .img09 {
    top: 330px;
  }
}
@media screen and (min-width: 750px) {
  .material-img .img09 {
    left: 0px;
  }
}
@media screen and (min-width: 750px) {
  .material-img .img09 {
    width: 376px;
  }
}
.material-img .img10 {
  position: absolute;
  top: 8vw;
  right: 0vw;
  width: 84.3vw; /* 633 */
}
@media screen and (min-width: 750px) {
  .material-img .img10 {
    top: 60px;
  }
}
@media screen and (min-width: 750px) {
  .material-img .img10 {
    right: 0px;
  }
}
@media screen and (min-width: 750px) {
  .material-img .img10 {
    width: 633px;
  }
}
.material-exp {
  text-align: right;
  padding-left: 8vw;
  padding-right: 8vw;
  padding-top: 2.6vw;
  padding-bottom: 2.6vw;
}
@media screen and (min-width: 750px) {
  .material-exp {
    padding-left: 60px;
  }
}
@media screen and (min-width: 750px) {
  .material-exp {
    padding-right: 60px;
  }
}
@media screen and (min-width: 750px) {
  .material-exp {
    padding-top: 20px;
  }
}
@media screen and (min-width: 750px) {
  .material-exp {
    padding-bottom: 20px;
  }
}

.top-fv {
  padding-top: 8vw;
  padding-bottom: 18.6vw;
  background: url(../../../img/s/about_us/fvbg.svg);
  background-position: top center;
  background-size: cover;
}
@media screen and (min-width: 750px) {
  .top-fv {
    padding-top: 60px;
  }
}
@media screen and (min-width: 750px) {
  .top-fv {
    padding-bottom: 140px;
  }
}
.top-image {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.top-slider {
  display: flex;
  position: relative;
  left: 0;
  animation-play-state: running;
  animation-duration: 100s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.top-slider.stop {
  animation-play-state: paused;
}
.top-slider[data-num="2"] {
  animation-name: topSlider2_sp;
}
@media screen and (min-width: 750px) {
  .top-slider[data-num="2"] {
    animation-name: topSlider2;
  }
}
.top-slider[data-num="4"] {
  animation-name: topSlider4_sp;
}
@media screen and (min-width: 750px) {
  .top-slider[data-num="4"] {
    animation-name: topSlider4;
  }
}
.top-slider[data-num="6"] {
  animation-name: topSlider6_sp;
}
@media screen and (min-width: 750px) {
  .top-slider[data-num="6"] {
    animation-name: topSlider6;
  }
}
.top-slider[data-num="8"] {
  animation-name: topSlider8_sp;
}
@media screen and (min-width: 750px) {
  .top-slider[data-num="8"] {
    animation-name: topSlider8;
  }
}
.top-slider[data-num="10"] {
  animation-name: topSlider10_sp;
}
@media screen and (min-width: 750px) {
  .top-slider[data-num="10"] {
    animation-name: topSlider10;
  }
}
.top-slider[data-num="12"] {
  animation-name: topSlider12_sp;
}
@media screen and (min-width: 750px) {
  .top-slider[data-num="12"] {
    animation-name: topSlider12;
  }
}
.top-slider .item {
  margin: 0 2.4vw 0 0;
}
.top-slider .item:nth-of-type(even) {
  margin: 7.6vw 2.4vw 0 0;
}
@media screen and (min-width: 750px) {
  .top-slider .item {
    margin: 0 18px 0 0;
  }
  .top-slider .item:nth-of-type(even) {
    margin: 57px 18px 0 0;
  }
}
.top-slider .item.first {
  margin: 3.6vw 2.4vw 0 0;
}
@media screen and (min-width: 750px) {
  .top-slider .item.first {
    margin: 27px 18px 0 0;
  }
}
.top-slider .item img {
  width: 40vw;
  height: auto;
  max-width: none;
}
@media screen and (min-width: 750px) {
  .top-slider .item img {
    width: auto;
    width: 300px;
  }
}
.top-tgr-btn::before {
  content: "一時停止";
  display: inline-block;
}
.top-tgr-btn.stop::before {
  content: "再生";
}

.staff-anchor-ttl {
  text-align: center;
}
.staff-anchor-ttl .label {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding-bottom: 0.8vw;
  font-size: 3.2vw;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 400;
  color: #739a27;
  border-bottom: 2px dotted #739a27;
  display: inline-block;
  margin: 0 auto;
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 750px) {
  .staff-anchor-ttl .label {
    padding-bottom: 6px;
  }
}
@media screen and (min-width: 750px) {
  .staff-anchor-ttl .label {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    font-weight: 400;
  }
}
.staff-anchor-ttl .ttl {
  font-size: 5.06666vw;
  letter-spacing: 0.05em;
  line-height: 1.1;
  font-weight: 600;
  padding-top: 0.8vw;
  padding-bottom: 10.6vw;
}
@media screen and (min-width: 750px) {
  .staff-anchor-ttl .ttl {
    font-size: 38px;
    letter-spacing: 0.1em;
    line-height: 1.1;
    font-weight: 600;
  }
}
@media screen and (min-width: 750px) {
  .staff-anchor-ttl .ttl {
    padding-top: 6px;
  }
}
@media screen and (min-width: 750px) {
  .staff-anchor-ttl .ttl {
    padding-bottom: 80px;
  }
}
.staff-anchor-list {
  padding-left: 8vw;
  padding-right: 8vw;
  padding-bottom: 8vw;
}
@media screen and (min-width: 750px) {
  .staff-anchor-list {
    padding-left: 60px;
  }
}
@media screen and (min-width: 750px) {
  .staff-anchor-list {
    padding-right: 60px;
  }
}
@media screen and (min-width: 750px) {
  .staff-anchor-list {
    padding-bottom: 60px;
  }
}
.staff-anchor-list ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6.6vw;
}
@media screen and (min-width: 750px) {
  .staff-anchor-list ul {
    gap: 50px;
  }
}
.staff-anchor-list ul li {
  width: 38.6vw; /* 290 */
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .staff-anchor-list ul li {
    width: 290px;
  }
}
.staff-anchor-list ul li.current a {
  background-color: #283510;
}
.staff-job-txt {
  font-size: 2.8vw;
  letter-spacing: 0.04em;
  line-height: 1.1;
  font-weight: 600;
  padding-top: 1.8vw;
  padding-bottom: 1.3vw;
}
@media screen and (min-width: 750px) {
  .staff-job-txt {
    font-size: 21px;
    letter-spacing: 0.08em;
    line-height: 1.1;
    font-weight: 600;
  }
}
@media screen and (min-width: 750px) {
  .staff-job-txt {
    padding-top: 10px;
  }
}
@media screen and (min-width: 750px) {
  .staff-job-txt {
    padding-bottom: 14px;
  }
}
.staff-name-txt {
  font-size: 4.26666vw;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 600;
}
@media screen and (min-width: 750px) {
  .staff-name-txt {
    font-size: 32px;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 600;
  }
}
.links {
  background-color: #fdfcf5;
  display: flex;
  flex-direction: column;
  gap: 5.3vw;
  padding-top: 7.3vw;
  padding-bottom: 7.3vw;
  padding-left: 5.3vw;
  padding-right: 5.3vw;
}
@media screen and (min-width: 750px) {
  .links {
    gap: 40px;
  }
}
@media screen and (min-width: 750px) {
  .links {
    padding-top: 55px;
  }
}
@media screen and (min-width: 750px) {
  .links {
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 750px) {
  .links {
    padding-left: 40px;
  }
}
@media screen and (min-width: 750px) {
  .links {
    padding-right: 40px;
  }
}
nav .links {
  background-color: transparent;
}

.footer-info {
  padding-top: 8vw;
  padding-bottom: 8vw;
  padding-left: 5.3vw;
  padding-right: 5.3vw;
  background-color: #fff;
}
@media screen and (min-width: 750px) {
  .footer-info {
    padding-top: 60px;
  }
}
@media screen and (min-width: 750px) {
  .footer-info {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 750px) {
  .footer-info {
    padding-left: 40px;
  }
}
@media screen and (min-width: 750px) {
  .footer-info {
    padding-right: 40px;
  }
}
.footer-info-ttl {
  text-align: center;
  font-size: 4.8vw;
  letter-spacing: 0.1em;
  line-height: 1.9;
  font-weight: 600;
  color: #739a27;
  background-color: #e5edd3;
}
@media screen and (min-width: 750px) {
  .footer-info-ttl {
    font-size: 36px;
    letter-spacing: 0.2em;
    line-height: 1.9;
    font-weight: 600;
  }
}
.footer-info-in {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: center;
  padding-top: 4vw;
  padding-bottom: 4vw;
}
.footer-info-in.first {
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 750px) {
  .footer-info-in {
    padding-top: 30px;
  }
}
@media screen and (min-width: 750px) {
  .footer-info-in {
    padding-bottom: 30px;
  }
}
.footer-info-in .logo01 {
  width: 22.6vw; /* 170 */
}
@media screen and (min-width: 750px) {
  .footer-info-in .logo01 {
    width: 170px;
  }
}
.footer-info-in .text01 {
  font-size: 3.73333vw;
  line-height: 2;
  font-weight: 400;
}
@media screen and (min-width: 750px) {
  .footer-info-in .text01 {
    font-size: 28px;
    line-height: 2;
    font-weight: 400;
  }
}
.footer-info-in .logo02 {
  width: 36vw; /* 270 */
}
@media screen and (min-width: 750px) {
  .footer-info-in .logo02 {
    width: 270px;
  }
}
.footer-info-in .text02 {
  font-size: 3.2vw;
  line-height: 2.4;
  font-weight: 400;
}
@media screen and (min-width: 750px) {
  .footer-info-in .text02 {
    font-size: 24px;
    line-height: 2.4;
    font-weight: 400;
  }
}
.footer-info-in .link01 {
  font-size: 3.2vw;
  line-height: 2.4;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #59493f;
}
@media screen and (min-width: 750px) {
  .footer-info-in .link01 {
    font-size: 24px;
    line-height: 2.4;
    font-weight: 400;
  }
}
.footer-info-in .link01::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-left: 0.5em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNSIgaGVpZ2h0PSIzNSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRDFDMEE1IiBkPSJNMTYuMSAwYzEwLjI4OSAwIDE3IDcuNjExIDE3IDE2Ljk5OSAwIDkuMzktNi43MTEgMTYuMTAxLTE3IDE2LjEwMUM3LjYxMSAzMy4xIDAgMjYuMzg5IDAgMTYuOTk5IDAgNy42MTEgNy42MTEgMCAxNi4xIDB6Ii8+PHBhdGggc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZD0iTTEzLjk1MyA5Ljk0Nmw3LjA1MyA3LjA1My03LjA1MyA3LjA1NCIvPjwvc3ZnPg==");
  background-size: cover;
  background-position: center;
}
.footer-info-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.6vw;
}
@media screen and (min-width: 750px) {
  .footer-info-box {
    gap: 50px;
  }
}
nav .footer-info {
  padding-top: 0vw;
  padding-bottom: 0vw;
  padding-left: 0vw;
  padding-right: 0vw;
  margin-top: 8vw;
  margin-bottom: 8vw;
  margin-left: 5.3vw;
  margin-right: 5.3vw;
}
@media screen and (min-width: 750px) {
  nav .footer-info {
    padding-top: 0px;
  }
}
@media screen and (min-width: 750px) {
  nav .footer-info {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 750px) {
  nav .footer-info {
    padding-left: 0px;
  }
}
@media screen and (min-width: 750px) {
  nav .footer-info {
    padding-right: 0px;
  }
}
@media screen and (min-width: 750px) {
  nav .footer-info {
    margin-top: 60px;
  }
}
@media screen and (min-width: 750px) {
  nav .footer-info {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 750px) {
  nav .footer-info {
    margin-left: 40px;
  }
}
@media screen and (min-width: 750px) {
  nav .footer-info {
    margin-right: 40px;
  }
}

.footer {
  padding-top: 12vw;
  padding-bottom: 12vw;
  background-color: #739a27;
}
@media screen and (min-width: 750px) {
  .footer {
    padding-top: 90px;
  }
}
@media screen and (min-width: 750px) {
  .footer {
    padding-bottom: 90px;
  }
}
.footer-link {
  background-color: #739a27;
  color: #ffffff;
  padding-left: 5.3vw;
  padding-right: 5.3vw;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (min-width: 750px) {
  .footer-link {
    padding-left: 40px;
  }
}
@media screen and (min-width: 750px) {
  .footer-link {
    padding-right: 40px;
  }
}
.footer-link li {
  font-size: 3.73333vw;
  letter-spacing: 0.02em;
  line-height: 2;
  font-weight: 400;
  margin-top: 5.3vw;
  margin-bottom: 5.3vw;
}
@media screen and (min-width: 750px) {
  .footer-link li {
    font-size: 28px;
    letter-spacing: 0.04em;
    line-height: 2;
    font-weight: 400;
  }
}
@media screen and (min-width: 750px) {
  .footer-link li {
    margin-top: 40px;
  }
}
@media screen and (min-width: 750px) {
  .footer-link li {
    margin-bottom: 40px;
  }
}
.footer-link li.nostyle {
  text-indent: 2em;
}
.footer-link li.nostyle::before {
  content: none;
}
.footer-link > li::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-image: url("data:image/svg+xml;base64,PHN2Zw0KICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciDQogIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIg0KICB3aWR0aD0iMjlweCIgaGVpZ2h0PSIyOXB4Ij4NCiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjZmZmZmZmIg0KICAgIGQ9Ik0xMy4xMDAwLC0wLjAwMCBDMjEuNzMyLC0wLjAwMCAyNy4xMDAwLDYuMjY4IDI3LjEwMDAsMTQuMDAwIEMyNy4xMDAwLDIxLjczMiAyMS43MzIsMjguMDAwIDEzLjEwMDAsMjguMDAwIEM2LjI2OCwyOC4wMDAgLTAuMDAwLDIxLjczMiAtMC4wMDAsMTQuMDAwIEMtMC4wMDAsNi4yNjggNi4yNjgsLTAuMDAwIDEzLjEwMDAsLTAuMDAwIFoiIC8+DQogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSJyZ2IoMTE1LCAxNTQsIDM5KSIgc3Ryb2tlLXdpZHRoPSIycHgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCINCiAgICBzdHJva2UtbGluZWpvaW49InJvdW5kIiBmaWxsPSJub25lIg0KICAgIGQ9Ik0xMi4wMTcsMTkuOTkzIEwxOC4wMDcsMTQuNTAwIEwxMi4wMTcsOS4wMDcgIiAvPg0KPC9zdmc+");
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  margin-right: 0.4em;
}
.footer-link > li.nostyle {
  text-indent: 0;
}
.footer-link > li.nostyle::before {
  content: none;
}
.footer-link > li a {
  color: #fff;
}
.footer-link > li a:hover {
  text-decoration: underline;
}
.footer-link > li > li::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-image: url("data:image/svg+xml;base64,PHN2Zw0KICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciDQogIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIg0KICB3aWR0aD0iMjlweCIgaGVpZ2h0PSIyOXB4Ij4NCiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjZmZmZmZmIg0KICAgIGQ9Ik0xMy4xMDAwLC0wLjAwMCBDMjEuNzMyLC0wLjAwMCAyNy4xMDAwLDYuMjY4IDI3LjEwMDAsMTQuMDAwIEMyNy4xMDAwLDIxLjczMiAyMS43MzIsMjguMDAwIDEzLjEwMDAsMjguMDAwIEM2LjI2OCwyOC4wMDAgLTAuMDAwLDIxLjczMiAtMC4wMDAsMTQuMDAwIEMtMC4wMDAsNi4yNjggNi4yNjgsLTAuMDAwIDEzLjEwMDAsLTAuMDAwIFoiIC8+DQogIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSJyZ2IoMTE1LCAxNTQsIDM5KSIgc3Ryb2tlLXdpZHRoPSIycHgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCINCiAgICBzdHJva2UtbGluZWpvaW49InJvdW5kIiBmaWxsPSJub25lIg0KICAgIGQ9Ik0xMi4wMTcsMTkuOTkzIEwxOC4wMDcsMTQuNTAwIEwxMi4wMTcsOS4wMDcgIiAvPg0KPC9zdmc+");
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  margin-right: 0.4em;
}
.footer-link-in > li {
  text-indent: 2em;
}
.footer-link-in > li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 2px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyANCiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciDQogeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQogd2lkdGg9IjI4cHgiIGhlaWdodD0iNHB4Ij4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9IiNmZmZmZmYiDQogZD0iTTAuMDAwLC0wLjAwMCBMMjcuMTAwMCwtMC4wMDAgTDI3LjEwMDAsNC4wMDAgTDAuMDAwLDQuMDAwIEwwLjAwMCwtMC4wMDAgWiIvPg0KPC9zdmc+");
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  margin-right: 0.6em;
}

.copyright {
  font-size: 2.8vw;
  letter-spacing: 0.03em;
  line-height: 2.7;
  font-weight: 400;
  text-align: center;
  color: #739a27;
  background-color: #e5edd3;
  display: block;
  margin: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (min-width: 750px) {
  .copyright {
    font-size: 21px;
    letter-spacing: 0.06em;
    line-height: 2.7;
    font-weight: 400;
  }
}

@keyframes topSlider2 {
  from {
    left: 0;
  }
  to {
    left: -636px;
  }
}
@keyframes topSlider2_sp {
  from {
    left: 0;
  }
  to {
    left: calc(-42.4vw * 2);
  }
}
@keyframes topSlider4 {
  from {
    left: 0;
  }
  to {
    left: -1272px;
  }
}
@keyframes topSlider4_sp {
  from {
    left: 0;
  }
  to {
    left: calc(-42.4vw * 4);
  }
}
@keyframes topSlider6 {
  from {
    left: 0;
  }
  to {
    left: -1908px;
  }
}
@keyframes topSlider6_sp {
  from {
    left: 0;
  }
  to {
    left: calc(-42.4vw * 6);
  }
}
@keyframes topSlider8 {
  from {
    left: 0;
  }
  to {
    left: -2544px;
  }
}
@keyframes topSlider8_sp {
  from {
    left: 0;
  }
  to {
    left: calc(-42.4vw * 8);
  }
}
@keyframes topSlider10 {
  from {
    left: 0;
  }
  to {
    left: -3180px;
  }
}
@keyframes topSlider10_sp {
  from {
    left: 0;
  }
  to {
    left: calc(-42.4vw * 10);
  }
}
@keyframes topSlider12 {
  from {
    left: 0;
  }
  to {
    left: -3816px;
  }
}
@keyframes topSlider12_sp {
  from {
    left: 0;
  }
  to {
    left: calc(-42.4vw * 12);
  }
}
.js-fadeUp {
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
}

.js-fadeUp.is-inview {
  opacity: 1;
  transition-delay: 0.2s;
}

.breadcrumb ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.8em;
  padding-left: 4vw;
  font-size: 2.4vw;
  line-height: 3.2;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (min-width: 750px) {
  .breadcrumb ul {
    padding-left: 30px;
  }
}
@media screen and (min-width: 750px) {
  .breadcrumb ul {
    font-size: 18px;
    line-height: 3.2;
    font-weight: 400;
  }
}
.breadcrumb ul li:not(:last-child) {
  position: relative;
}
.breadcrumb ul li:not(:last-child)::after {
  position: absolute;
  inset: 0;
  margin: auto;
  margin-right: -0.9em;
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  vertical-align: middle;
}
.breadcrumb ul a {
  color: #59493f;
}

.interview {
  background-color: #fdfcf5;
}
.interview .staff-mv {
  background-color: #fff;
}
.interview .staff-title {
  font-size: 3.73333vw;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 600;
  margin-top: 3.3vw;
  margin-bottom: 9.3vw;
  padding-left: 8vw;
  padding-right: 0vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 750px) {
  .interview .staff-title {
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 2;
    font-weight: 600;
  }
}
@media screen and (min-width: 750px) {
  .interview .staff-title {
    margin-top: 25px;
  }
}
@media screen and (min-width: 750px) {
  .interview .staff-title {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 750px) {
  .interview .staff-title {
    padding-left: 60px;
  }
}
@media screen and (min-width: 750px) {
  .interview .staff-title {
    padding-right: 0px;
  }
}
.interview .staff-title::before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 1px;
  background-color: #59493f;
  inset: 0;
  margin: auto;
  width: calc(100% - 16vw);
}
@media screen and (min-width: 750px) {
  .interview .staff-title::before {
    width: calc(100% - 120px);
  }
}
.interview .staff-title span {
  position: relative;
  padding: 0 1em;
  background-color: #fff;
  white-space: nowrap;
  display: inline-block;
}
.interview .staff-profile {
  font-size: 3.73333vw;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 600;
  padding-bottom: 9.3vw;
  padding-left: 8vw;
  padding-right: 8vw;
}
@media screen and (min-width: 750px) {
  .interview .staff-profile {
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 2;
    font-weight: 600;
  }
}
@media screen and (min-width: 750px) {
  .interview .staff-profile {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 750px) {
  .interview .staff-profile {
    padding-left: 60px;
  }
}
@media screen and (min-width: 750px) {
  .interview .staff-profile {
    padding-right: 60px;
  }
}
.interview .staff-profile .title {
  color: #739a27;
  font-size: 3.2vw;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (min-width: 750px) {
  .interview .staff-profile .title {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    font-weight: 400;
  }
}
.interview .staff-profile th,
.interview .staff-profile td {
  line-height: 1.4;
  vertical-align: top;
  padding: 0.5em 0;
}
.interview .staff-profile th {
  color: #739a27;
  width: 44%;
  letter-spacing: 1px;
}
.interview .staff-question {
  background-color: #fdfcf5;
}
.interview .staff-question-item {
  padding-top: 8vw;
}
@media screen and (min-width: 750px) {
  .interview .staff-question-item {
    padding-top: 60px;
  }
}
.interview .staff-question-label {
  padding-bottom: 5.3vw;
  width: 37.2vw; /* 279 */
}
@media screen and (min-width: 750px) {
  .interview .staff-question-label {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 750px) {
  .interview .staff-question-label {
    width: 279px;
  }
}
.interview .staff-question-title {
  padding-bottom: 4vw;
  padding-left: 8vw;
  padding-right: 4vw;
  font-size: 4.53333vw;
  letter-spacing: 0.025em;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (min-width: 750px) {
  .interview .staff-question-title {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 750px) {
  .interview .staff-question-title {
    padding-left: 60px;
  }
}
@media screen and (min-width: 750px) {
  .interview .staff-question-title {
    padding-right: 30px;
  }
}
@media screen and (min-width: 750px) {
  .interview .staff-question-title {
    font-size: 34px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 600;
  }
}
.interview .staff-question-text {
  padding-bottom: 4vw;
  padding-left: 8vw;
  padding-right: 4vw;
  font-size: 3.46666vw;
  letter-spacing: 0.04em;
  line-height: 2.2;
  font-weight: 600;
}
@media screen and (min-width: 750px) {
  .interview .staff-question-text {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 750px) {
  .interview .staff-question-text {
    padding-left: 60px;
  }
}
@media screen and (min-width: 750px) {
  .interview .staff-question-text {
    padding-right: 30px;
  }
}
@media screen and (min-width: 750px) {
  .interview .staff-question-text {
    font-size: 26px;
    letter-spacing: 0.08em;
    line-height: 2.2;
    font-weight: 600;
  }
}
.interview .staff-question-img {
  position: relative;
  margin-top: 6.6vw;
  margin-bottom: 6.6vw;
}
@media screen and (min-width: 750px) {
  .interview .staff-question-img {
    margin-top: 50px;
  }
}
@media screen and (min-width: 750px) {
  .interview .staff-question-img {
    margin-bottom: 50px;
  }
}
.interview .staff-question-img .img01 {
  position: relative;
  top: 6.6vw;
  right: 0vw;
  margin-left: auto;
  width: 84.3vw; /* 633 */
  display: block;
}
@media screen and (min-width: 750px) {
  .interview .staff-question-img .img01 {
    top: 50px;
  }
}
@media screen and (min-width: 750px) {
  .interview .staff-question-img .img01 {
    right: 0px;
  }
}
@media screen and (min-width: 750px) {
  .interview .staff-question-img .img01 {
    width: 633px;
  }
}
.interview .staff-question-img .img02 {
  position: absolute;
  top: 0vw;
  left: 0vw;
  width: 92vw; /* 690 */
}
@media screen and (min-width: 750px) {
  .interview .staff-question-img .img02 {
    top: 0px;
  }
}
@media screen and (min-width: 750px) {
  .interview .staff-question-img .img02 {
    left: 0px;
  }
}
@media screen and (min-width: 750px) {
  .interview .staff-question-img .img02 {
    width: 690px;
  }
}
.interview .staff-question-img .img03 {
  position: relative;
  top: 0vw;
  right: 0vw;
  margin-left: auto;
  width: 84.6vw; /* 635 */
  display: block;
}
@media screen and (min-width: 750px) {
  .interview .staff-question-img .img03 {
    top: 0px;
  }
}
@media screen and (min-width: 750px) {
  .interview .staff-question-img .img03 {
    right: 0px;
  }
}
@media screen and (min-width: 750px) {
  .interview .staff-question-img .img03 {
    width: 635px;
  }
}
.interview .staff-question-img .img04 {
  position: absolute;
  top: 13.3vw;
  left: 0vw;
  width: 71.6vw; /* 537 */
}
@media screen and (min-width: 750px) {
  .interview .staff-question-img .img04 {
    top: 100px;
  }
}
@media screen and (min-width: 750px) {
  .interview .staff-question-img .img04 {
    left: 0px;
  }
}
@media screen and (min-width: 750px) {
  .interview .staff-question-img .img04 {
    width: 537px;
  }
}
.interview .staff-question-img .img05 {
  position: relative;
  top: 0vw;
  right: 0vw;
  margin-left: auto;
  width: 84.6vw; /* 635 */
  display: block;
}
@media screen and (min-width: 750px) {
  .interview .staff-question-img .img05 {
    top: 0px;
  }
}
@media screen and (min-width: 750px) {
  .interview .staff-question-img .img05 {
    right: 0px;
  }
}
@media screen and (min-width: 750px) {
  .interview .staff-question-img .img05 {
    width: 635px;
  }
}
.interview .staff-question-img .img06 {
  position: absolute;
  top: 13.3vw;
  left: 0vw;
  width: 71.6vw; /* 537 */
}
@media screen and (min-width: 750px) {
  .interview .staff-question-img .img06 {
    top: 100px;
  }
}
@media screen and (min-width: 750px) {
  .interview .staff-question-img .img06 {
    left: 0px;
  }
}
@media screen and (min-width: 750px) {
  .interview .staff-question-img .img06 {
    width: 537px;
  }
}
.interview .staff-question-img .img07 {
  position: relative;
  top: 0vw;
  left: 0vw;
  width: 84.6vw; /* 635 */
  display: block;
}
@media screen and (min-width: 750px) {
  .interview .staff-question-img .img07 {
    top: 0px;
  }
}
@media screen and (min-width: 750px) {
  .interview .staff-question-img .img07 {
    left: 0px;
  }
}
@media screen and (min-width: 750px) {
  .interview .staff-question-img .img07 {
    width: 635px;
  }
}
.interview .staff-question-img .img08 {
  position: absolute;
  top: 13.3vw;
  right: 0vw;
  width: 71.6vw; /* 537 */
}
@media screen and (min-width: 750px) {
  .interview .staff-question-img .img08 {
    top: 100px;
  }
}
@media screen and (min-width: 750px) {
  .interview .staff-question-img .img08 {
    right: 0px;
  }
}
@media screen and (min-width: 750px) {
  .interview .staff-question-img .img08 {
    width: 537px;
  }
}
.interview .staff-message {
  padding-top: 10.6vw;
  padding-bottom: 10.6vw;
}
@media screen and (min-width: 750px) {
  .interview .staff-message {
    padding-top: 80px;
  }
}
@media screen and (min-width: 750px) {
  .interview .staff-message {
    padding-bottom: 80px;
  }
} /*# sourceMappingURL=style.css.map */
