@charset "UTF-8";
body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

/*  トップ  */
.top_area {
  width: 100%;
  height: 365px;
  overflow: hidden;
  position: relative;
}
.top_area img {
  width: 100%;
  height: auto;
  background-size: cover;
}
.top_area .logo {
  display: block;
  margin: 180px auto 230px;
}
.top_area .top_text01 {
  display: block;
  margin: 0 auto;
}
.top_area .top_text02 {
  font-size: 16px;
  line-height: 250%;
  width: 600px;
  display: block;
  margin: 50px auto 0;
  text-align: justify;
}
.top_area .top_text03 {
  font-size: 13px;
  width: 600px;
  display: block;
  margin: 20px auto 0;
  text-align: center;
  padding-bottom: 120px;
}

.title_rec {
  font-size: 43px;
  font-style: italic;
  text-align: center;
  letter-spacing: 0.1em;
}

.sub {
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
  margin-top: 25px;
  letter-spacing: 0.2em;
}

.top_text {
  font-size: 16px;
  font-weight: lighter;
  line-height: 3;
  text-align: center;
  margin-top: 60px;
  letter-spacing: 0.2em;
}

.chu {
  font-size: 14px;
  font-weight: lighter;
  line-height: 2;
  text-align: center;
  margin-top: 50px;
  letter-spacing: 0.2em;
}

.fruits {
  width: 450px;
  height: auto;
  display: block;
  margin: 100px auto 0;
}

.top_text02 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #088153;
  margin-top: 100px;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 930px) {
  .title_rec {
    font-size: 30px;
  }
  .sub {
    font-size: 14px;
    text-align: center;
    line-height: 2;
    margin-top: 25px;
  }
  .top_text {
    font-size: 14px;
    line-height: 2;
  }
  .chu {
    font-size: 12px;
    line-height: 2;
  }
  .fruits {
    margin: 40px auto 0;
  }
  .top_text02 {
    font-size: 14px;
    line-height: 2;
    margin-top: 50px;
    letter-spacing: 0.2em;
  }
}
/*  ページ内リンク  */
.page_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
}
.page_link a {
  position: relative;
  width: 32.5%;
  height: auto;
  margin: 0 auto;
}
.page_link a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.page_link a:first-child {
  margin-left: 0;
}
.page_link a:last-child {
  margin-right: 0;
}

@media screen and (max-width: 930px) {
  .page_link {
    display: block;
    margin-top: 50px;
  }
  .page_link a {
    position: relative;
    width: 100%;
    margin: 0;
  }
  .page_link a img {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .page_link a span.sp {
    bottom: -31px;
    left: 0;
  }
}
.reclink {
  display: block;
  position: relative;
}
.reclink:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.reclink:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
}
.reclink:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.reclink:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.reclink:hover img.hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.reclink .imgbox {
  width: 100%;
  height: 450px;
  display: block;
  position: relative;
  overflow: hidden;
}
.reclink img.imgbox_flag_rec {
  width: 265px;
  height: auto;
  position: absolute;
  top: 185px;
  left: 10px;
  z-index: 5;
}
.reclink img.imgbox_flagtext_rec01 {
  width: 140px;
  height: auto;
  position: absolute;
  top: 220px;
  left: 70px;
  z-index: 10;
}
.reclink img.imgbox_flagtext_rec02 {
  width: 130px;
  height: auto;
  position: absolute;
  top: 215px;
  left: 70px;
  z-index: 10;
}
.reclink img.imgbox_flagtext_rec03 {
  width: 150px;
  height: auto;
  position: absolute;
  top: 220px;
  left: 70px;
  z-index: 10;
}
.reclink .bnr_text_rec01 {
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5;
  margin-top: 30px;
}
.reclink .bnr_text_rec02 {
  font-size: 24px;
  font-weight: 200;
  line-height: 1.5;
  margin-top: 5px;
}
.reclink .bnr_text_rec03 {
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
  margin-top: 15px;
}
.reclink .link_bar {
  width: 100%;
  height: 8px;
  margin-top: 30px;
  border-radius: 4px;
  display: block;
  background-color: #088153;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scaleX(0.04);
          transform: scaleX(0.04);
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 1250px) {
  .reclink:hover img.hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .reclink img.imgbox_flag {
    width: 280px;
    height: 301px;
    z-index: 50;
    position: absolute;
    top: 0px;
    right: -140px;
    -webkit-transform: rotateZ(30deg);
            transform: rotateZ(30deg);
  }
  .reclink img.imgbox_flag02 {
    width: 245px;
    height: 263px;
    z-index: 50;
    position: absolute;
    top: -10px;
    left: -10px;
    -webkit-transform: rotateZ(-20deg);
            transform: rotateZ(-20deg);
  }
  .reclink img.imgbox_flag03 {
    width: 245px;
    height: 263px;
    z-index: 50;
    position: absolute;
    bottom: 130px;
    right: -30px;
    -webkit-transform: rotateZ(25deg);
            transform: rotateZ(25deg);
  }
  .reclink img.imgbox_flag04 {
    width: 260px;
    height: 260px;
    z-index: 50;
    position: absolute;
    top: -100px;
    right: -2vw;
    opacity: 0;
  }
  .reclink .link_bar {
    display: none;
  }
}
@media screen and (max-width: 930px) {
  .reclink img.imgbox_flag_rec {
    width: 300px;
    top: 180px;
    left: 5px;
  }
  .reclink img.imgbox_flagtext_rec01 {
    width: 200px;
    top: 205px;
    left: 60px;
  }
  .reclink img.imgbox_flagtext_rec02 {
    width: 170px;
    top: 195px;
    left: 65px;
  }
  .reclink img.imgbox_flagtext_rec03 {
    width: 190px;
    top: 205px;
    left: 65px;
  }
  .reclink .bnr_text_rec01 {
    text-align: center;
  }
  .reclink .bnr_text_rec02 {
    text-align: center;
  }
  .reclink .bnr_text_rec03 {
    text-align: center;
  }
  .reclink .imgbox {
    width: 100%;
    height: 400px;
    margin-top: 50px;
  }
  .reclink .imgbox.mgt {
    margin-top: 0;
  }
}
@media screen and (max-width: 350px) {
  .reclink img.imgbox_flag_rec {
    width: 300px;
  }
  .reclink img.imgbox_flagtext_rec01 {
    width: 170px;
    top: 200px;
    left: 50px;
  }
  .reclink img.imgbox_flagtext_rec02 {
    width: 160px;
    top: 185px;
    left: 50px;
  }
  .reclink img.imgbox_flagtext_rec03 {
    width: 170px;
    top: 190px;
    left: 50px;
  }
}
/*  インタビュー  */
#interview01,
#interview02,
#interview03,
#interview04 {
  padding-top: 64px;
  margin-top: -64px;
}
@media screen and (max-width: 768px) {
  #interview01,
  #interview02,
  #interview03,
  #interview04 {
    padding-top: 60px;
    margin-top: -60px;
  }
}

.interview {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .interview {
    margin-top: 60px;
  }
}

.interview_top {
  width: 100%;
  position: relative;
  margin-top: 68px;
}
.interview_top span.topimg {
  width: 100%;
  overflow: hidden;
}
.interview_top span.topimg img {
  width: 100%;
}
.interview_top .toppc {
  display: block;
}
@media screen and (max-width: 768px) {
  .interview_top .toppc {
    display: none;
  }
}
.interview_top .topsp {
  display: none;
}
@media screen and (max-width: 768px) {
  .interview_top .topsp {
    display: block;
  }
}
.interview_top .topflag {
  display: none;
}
@media screen and (max-width: 768px) {
  .interview_top .topflag {
    position: absolute;
    top: 95vw;
    display: block;
  }
}
.interview_top .interview_top_flag {
  position: absolute;
  top: 16vw;
  right: 48vw;
}
.interview_top .interview_top_flag .flag {
  width: 30vw;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.interview_top .interview_top_flag .comment {
  width: 22vw;
  height: auto;
  position: absolute;
  top: 5vw;
  left: 5.5vw;
}
.interview_top .interview_top_flag02 {
  position: absolute;
  top: 11vw;
  left: 22vw;
}
.interview_top .interview_top_flag02 .flag {
  width: 30vw;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.interview_top .interview_top_flag02 .comment {
  width: 18vw;
  height: auto;
  position: absolute;
  top: 3vw;
  left: 5vw;
}
.interview_top .interview_top_flag03 {
  position: absolute;
  top: 17vw;
  right: 42vw;
}
.interview_top .interview_top_flag03 .flag {
  width: 30vw;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.interview_top .interview_top_flag03 .comment {
  width: 20vw;
  height: auto;
  position: absolute;
  top: 4.5vw;
  left: 6.5vw;
}

.rec_img01, .rec_img02, .rec_img03 {
  -webkit-transform: translateY(200);
          transform: translateY(200);
}

@media screen and (max-width: 930px) {
  .interview_top {
    margin-top: 60px;
  }
  .interview_top .interview_top_flag {
    top: 43vw;
    right: 0;
  }
  .interview_top .interview_top_flag .flag {
    width: 55vw;
    position: relative;
    top: 25px;
    left: 10px;
  }
  .interview_top .interview_top_flag .comment {
    width: 35vw;
    height: auto;
    position: absolute;
    top: 14vw;
    left: 8vw;
  }
  .interview_top .interview_top_flag02 {
    top: 43vw;
    right: auto;
    left: 0;
  }
  .interview_top .interview_top_flag02 .flag {
    width: 55vw;
    position: relative;
    top: 25px;
    left: -5px;
  }
  .interview_top .interview_top_flag02 .comment {
    width: 32vw;
    height: auto;
    position: absolute;
    top: 13vw;
    left: 8vw;
  }
  .interview_top .interview_top_flag03 {
    top: 13vw;
    right: auto;
    left: 31vw;
  }
  .interview_top .interview_top_flag03 .flag {
    width: 55vw;
    position: relative;
    top: 60px;
    left: 15px;
  }
  .interview_top .interview_top_flag03 .comment {
    width: 30vw;
    height: auto;
    position: absolute;
    top: 13vw;
    left: 9.5vw;
  }
}
@media screen and (max-width: 350px) {
  .interview_top .interview_top_flag {
    top: 55vw;
    right: auto;
    left: 30vw;
  }
  .interview_top .interview_top_flag .comment {
    width: 32vw;
  }
  .interview_top .interview_top_flag02 {
    top: 60vw;
    right: auto;
    left: 0;
  }
  .interview_top .interview_top_flag02 .flag {
    width: 55vw;
  }
  .interview_top .interview_top_flag02 .comment {
    width: 30vw;
    top: 12vw;
    left: 8vw;
  }
  .interview_top .interview_top_flag03 {
    top: 20vw;
    right: auto;
    left: 31vw;
  }
}
.rec_name01 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin-left: 20px;
}

.name_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.rec_name02 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 5px;
  margin-top: 50px;
}

.rec_name03 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 20px;
}

.rec_flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 56px;
}
.rec_flex div:first-child {
  width: 55%;
}
.rec_flex div:last-child {
  width: 40%;
  margin: 0 0 0 auto;
}
.rec_flex div:last-child img {
  width: 100%;
  height: auto;
  margin-top: 0;
}
.rec_flex .text01 {
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
}
.rec_flex .text02 {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  text-align: justify;
  margin-top: 30px;
}
.rec_flex .text03 {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-top: 20px;
}
.rec_flex div.img02 {
  width: 100%;
  margin-top: 85px;
}
.rec_flex div.img02.mgt130 {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .rec_flex div.img02 {
    margin-top: 25px;
    margin-bottom: 50px;
  }
}
.rec_flex div.img02 span:first-child {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  display: block;
}
.rec_flex div.img02 span:first-child img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.rec_flex div.img02 span:last-child {
  width: 100%;
  height: auto;
  margin: 0 0 0 auto;
}
.rec_flex div.img02 span:last-child img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.rec_flex .sp_block_f .slick-dots {
  display: block !important;
  width: 100%;
  bottom: -20px;
}
.rec_flex .sp_block_f .slick-dots li {
  width: 10px;
  height: 10px;
}
.rec_flex .sp_block_f .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #a5a5a5;
  border-radius: 50%;
}
.rec_flex .sp_block_f .slick-dots li.slick-active button {
  background: #e1e1e1;
}

.container {
  position: relative;
  z-index: 2;
  padding-bottom: 196px;
}
@media screen and (max-width: 768px) {
  .container {
    padding-bottom: 200px;
  }
}

.container.rec {
  margin-top: 180px;
}
.container.rec .title03 {
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
  margin-top: 100px;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 930px) {
  .rec_name01 {
    font-size: 14px;
    font-style: italic;
    text-align: center;
    margin-top: 8px;
    margin-left: 0;
  }
  .name_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rec_name02 {
    font-size: 26px;
    text-align: center;
    margin-top: 23vw;
  }
  .rec_name03 {
    font-size: 16px;
    text-align: center;
    margin-top: 24px;
  }
  .rec_flex {
    display: block;
    margin-top: 45px;
  }
  .rec_flex div:first-child {
    width: 100%;
  }
  .rec_flex div:last-child {
    width: 100%;
    margin: 0;
  }
  .rec_flex div:last-child img {
    margin-top: 20px;
  }
  .rec_flex .text01 {
    font-size: 20px;
    line-height: 2;
    margin: 0;
    width: 100%;
  }
  .rec_flex .text02 {
    width: 100%;
    font-size: 14px;
    line-height: 2.2;
  }
  .rec_flex .text03 {
    font-size: 20px;
    margin-top: 50px;
    width: 100%;
  }
}
table {
  width: 100%;
  margin-top: 75px;
  border-collapse: collapse;
  border-spacing: 0;
}
table tr td {
  width: 600px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 40px 0;
  vertical-align: middle;
  border-bottom: solid 1px #707070;
}
table tr td:first-child {
  width: 200px;
}
table tr td.top {
  vertical-align: top;
}
table tr td .googlemap {
  margin-top: 10px;
}

@media screen and (max-width: 1250px) {
  table tr td {
    width: 33vw;
  }
  table tr td:first-child {
    width: 200px;
  }
}
@media screen and (max-width: 930px) {
  table {
    margin-top: 30px;
    display: block;
  }
  table tbody {
    display: block;
  }
  table tr {
    display: block;
  }
  table tr td {
    width: 100%;
    display: block;
  }
  table tr td:first-child {
    width: auto;
    border-bottom: none;
    padding: 20px 0 10px;
  }
  table tr td:last-child {
    padding: 10px 0 20px 0;
  }
}
.mynav {
  display: block;
  margin: 150px auto 0;
}

@media screen and (max-width: 930px) {
  .mynav {
    margin: 100px auto 0;
  }
}
.recruit {
  display: block;
  margin: 100px;
}
@media screen and (max-width: 930px) {
  .recruit {
    margin: 40px 20px;
  }
}
.recruit .recruit_bunner {
  width: 100%;
}/*# sourceMappingURL=style_recruit_2.css.map */