@charset "UTF-8";
/*--------------------------
Cover
---------------------------*/
section.cover {
  background-image: url("/wp-content/themes/mitsuibf-theme/images/recruit/cover.jpg");
  background-size: cover;
  background-position: center;
}

/*--------------------------
Recruit
---------------------------*/
body.recruit section.anchor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 70px 0 35px;
}
body.recruit section.anchor ul li {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  line-height: 1em;
  font-weight: 500;
  list-style-type: none;
  background-image: url("/wp-content/themes/mitsuibf-theme/images/common/arrow-anchor.png");
  background-size: 13px 7px;
  background-position: center bottom;
  padding-bottom: 15px;
}
body.recruit.career section.anchor ul li {
  background-image: url("/wp-content/themes/mitsuibf-theme/images/common/arrow-anchor-1.png");
}
body.recruit section.anchor ul li + li {
  margin-left: 60px;
}
@media only screen and (max-width: 768px) {
  body.recruit section.anchor {
    display: none;
  }
}
body.recruit section.section01 {
  padding: 35px 0;
  background-image: url("/wp-content/themes/mitsuibf-theme/images/recruit/index/sec01-letter.png");
  background-position: right top;
  position: relative;
  overflow: hidden;
}
body.recruit.career section.section01 {
  background-image: url("/wp-content/themes/mitsuibf-theme/images/recruit/career/sec01-letter.png");
}
body.recruit.join-us section.section01 {
  padding-top: 90px;
  background-image: url("/wp-content/themes/mitsuibf-theme/images/recruit/career/sec01-letter.png");
}
body.recruit section.section01::before {
  content: "";
  background-color: #e1f7e7;
  width: 34%;
  height: 300px;
  position: absolute;
  z-index: 0;
  top: 450px;
  left: 0;
}
body.recruit.career section.section01::before {
  background-color: #B2F3F4;
}
body.recruit.join-us section.section01::before {
  display: none;
}
body.recruit section.section01 h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.8rem;
  line-height: 1em;
  font-weight: 500;
  color: #00954d;
  text-align: center;
  margin-top: 60px;
}
body.recruit.career section.section01 h3 {
  color: #007F95;
}
@media only screen and (max-width: 768px) {
  body.recruit section.section01 {
    padding: 50px 0;
    background-size: 233px 78px;
    background-position: right 22vw;
  }
  body.recruit.join-us section.section01 {
    padding-top: 60px;
  }
  body.recruit section.section01 h3 {
    font-size: 5.6vw;
    line-height: 1.4em;
    margin-top: 12vw;
  }
  body.recruit section.section01::before {
    content: none;
  }
}
body.recruit section.section01 .column {
  width: 1100px;
  margin: 50px auto 0;
  position: relative;
  z-index: 1;
}
body.recruit section.section01 .column img {
  float: left;
  margin-right: 40px;
}
body.recruit.join-us section.section01 .column img {
  max-width: calc(100% - 40px);
}
@media only screen and (max-width: 768px) {
  body.recruit.join-us section.section01 .column img {
    max-width: 100%;
  }
}
body.recruit section.section01 .column h4 {
  font-size: 2.2rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.03vw;
  line-height: 1.5em;
  position: relative;
  padding: 2px 0;
  display: inline-block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
body.recruit section.section01 .column h4 span {
  position: relative;
  z-index: 1;
}
body.recruit section.section01 .column h4 span span {
  font-size: 1.6rem;
  line-height: 2.0em;
}
body.recruit section.section01 .column h4::before {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#e7fbf1),
    to(#f3fbc5)
  );
  background-image: linear-gradient(270deg, #e7fbf1 0%, #f3fbc5 100%);
  position: absolute;
  bottom: 0.2em;
  left: 0;
  z-index: 0;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
body.recruit.career section.section01 .column h4::before {
  background-image: linear-gradient(127.88deg, #E7FFFF 22.19%, #F1FFF6 77.65%);
}
body.recruit.join-us section.section01 .column h4::before {
  background-image: linear-gradient(118deg, #E7FFFF 17.46%, #F1FFF6 61.1%);
}
body.recruit section.section01 .column p {
  line-height: 1.8em;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  body.recruit section.section01 .column {
    width: 100%;
    margin: 30px auto 0;
  }
  body.recruit section.section01 .column img {
    float: none;
    margin: 0;
  }
  body.recruit section.section01 .column p {
    padding: 0 5%;
  }
  body.recruit section.section01 .column h4 {
    margin: 30px 0 0 5%;
  }
  body.recruit section.section01 .column h4::before {
    bottom: 0.2em;
  }
}
body.recruit section.section01 .column.column-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.recruit section.section01 .column.column-flex .images {
  width: 520px;
}
body.recruit section.section01 .column.column-flex .context {
  width: 580px;
}
@media only screen and (max-width: 768px) {
  body.recruit section.section01 .column.column-flex {
    display: block;
  }
  body.recruit section.section01 .column.column-flex .images {
    width: 100%;
  }
  body.recruit.join-us section.section01 .column.column-flex .images {
    padding: 0 5%;
  }
  body.recruit section.section01 .column.column-flex .context {
    width: 100%;
  }
}
body.recruit section.section01 .column + .column {
  margin-top: 80px;
}
body.recruit section.section01 .column + .column img {
  float: right;
  margin: 0 0 40px 40px;
}
@media only screen and (max-width: 768px) {
  body.recruit section.section01 .column + .column {
    margin-top: 40px;
  }
  body.recruit section.section01 .column + .column img {
    float: none;
    margin: 0;
  }
}
body.recruit section.section01 div.name {
  width: 1100px;
  margin: 20px auto 0;
  text-align: right;
}
body.recruit section.section01 div.name .job {
  font-size: 1.4rem;
}
body.recruit section.section01 div.name .name {
  margin-top: 10px;
}
body.recruit section.section01 div.name .name .alph {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  line-height: 2.6rem;
  color: #9b9b9b;
  display: block;
  float: right;
  margin-right: 10px;
}
body.recruit section.section01 div.name .name .jpn {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1em;
  float: right;
}
@media only screen and (max-width: 768px) {
  body.recruit section.section01 div.name {
    width: 100%;
    padding: 0 5%;
  }
  body.recruit section.section01 div.name .job {
    font-size: 3.8vw;
  }
  body.recruit section.section01 div.name .name .alph {
    font-size: 3.2vw;
  }
  body.recruit section.section01 div.name .name .jpn {
    font-size: 6.4vw;
  }
}
body.recruit section.section02 {
  padding: 70px 0;
  background-image: url("/wp-content/themes/mitsuibf-theme/images/recruit/index/sec02-letter.png");
  background-position: left 16%;
}
body.recruit.join-us section.section02 {
  padding: 70px 0 75px;
  background: none;
}
@media only screen and (max-width: 768px) {
  body.recruit section.section02 {
    padding: 40px 0;
    background-size: 266px 77px;
    background-position: left 16vw;
    overflow: hidden;
  }
  body.recruit.join-us section.section02 {
    padding: 40px 0;
  }
}
body.recruit section.section02 .wrap {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.recruit section.section02 .wrap {
    width: 100%;
  }
}
body.recruit section.section02 .wrap::before {
  content: "";
  width: 155px;
  height: 155px;
  background-color: #fafbd7;
  display: block;
  position: absolute;
  top: -50px;
  right: -50px;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  body.recruit section.section02 .wrap::before {
    top: -6vw;
  }
}
body.recruit section.section02 .wrap::after {
  content: "";
  width: 155px;
  height: 155px;
  background-color: #eefaeb;
  display: block;
  position: absolute;
  bottom: -50px;
  left: -50px;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  body.recruit section.section02 .wrap::after {
    bottom: -6vw;
  }
}
body.recruit section.section02 .wrap .linebox {
  width: 960px;
  margin: 0 auto;
  padding: 80px 0;
  border: 10px solid #e1f1ba;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  body.recruit section.section02 .wrap .linebox {
    width: 90%;
    padding: 40px 0;
  }
}
body.recruit section.section02 .wrap .linebox h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.8rem;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.recruit section.section02 .wrap .linebox h2 {
    font-size: 6vw;
  }
}
body.recruit section.section02 .wrap .linebox ul {
  width: 70%;
  margin: 40px auto 0;
}
body.recruit section.section02 .wrap .linebox ul li {
  font-size: 1.7rem;
  line-height: 1.6em;
  padding-left: 1.5em;
  position: relative;
}
body.recruit section.section02 .wrap .linebox ul li + li {
  margin-top: 1em;
}
body.recruit section.section02 .wrap .linebox ul li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #a5e06b;
}
body.recruit section.section02 .wrap .linebox ul li:nth-of-type(even)::before {
  color: #59c886;
}
@media only screen and (max-width: 768px) {
  body.recruit section.section02 .wrap .linebox ul {
    width: 80%;
  }
}
body.recruit section.section03 {
  padding: 50px 0 70px;
  background-image: url("/wp-content/themes/mitsuibf-theme/images/recruit/index/sec03-letter.png");
  background-position: right top;
}
body.recruit.career section.section03 {
  background-image: url("/wp-content/themes/mitsuibf-theme/images/recruit/career/sec03-letter.png");
}
@media only screen and (max-width: 768px) {
  body.recruit section.section03 {
    padding: 50px 0 0;
    background-size: 265px 60px;
    background-position: right 24vw;
  }
}
body.recruit section.section03 p {
  line-height: 1.8em;
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  body.recruit section.section03 p {
    padding: 0 5%;
    margin-top: 30px;
  }
}
body.recruit section.section03 h3 {
  width: 920px;
  margin: 40px auto 0;
  color: #00954d;
}
body.recruit.career section.section03 h3 {
  color: #007F95;
}
@media only screen and (max-width: 768px) {
  body.recruit section.section03 h3 {
    width: 90%;
    margin-top: 30px;
  }
}
body.recruit section.section03 ul {
  width: 920px;
  margin: 10px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.recruit section.section03 ul li {
  line-height: 1.4em;
  text-align: center;
  border: 1px solid #93dbb7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 15px;
}
body.recruit section.section03 ul li {
  border: 1px solid #007F95;;
}
@media only screen and (max-width: 768px) {
  body.recruit section.section03 ul {
    width: 90%;
    display: block;
  }
  body.recruit section.section03 ul li {
    width: 100%;
    margin-top: 10px;
  }
}
body.recruit section.section04 {
  padding: 50px 0 80px;
  background-image: url("/wp-content/themes/mitsuibf-theme/images/recruit/index/sec04-letter.png");
  background-position: left top;
  position: relative;
}
body.recruit section.section04::before {
  display: block;
  content: "";
  background-image: url("/wp-content/themes/mitsuibf-theme/images/common/bg-green-dot.png");
  background-repeat: repeat;
  width: 100%;
  height: 55%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  body.recruit section.section04 {
    background-size: 240px 92px;
    background-position: left 18vw;
    padding: 60px 0 50px;
  }
  body.recruit section.section04::before {
    height: 75%;
  }
}
body.recruit section.section04 ul {
  width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 70px auto 0;
}
body.recruit section.section04 ul.recruit_members {
  justify-content: flex-start;
}
@media only screen and (min-width: 769px) {
  body.recruit section.section04 ul.recruit_members.\:\:justify-center {
    justify-content: center;
  }
}
body.recruit section.section04 ul + ul {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  body.recruit section.section04 ul {
    width: 90%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px auto 0;
  }
  body.recruit section.section04 ul + ul {
    margin-top: 0;
  }
  body.recruit section.section04 ul.recruit_members {
    justify-content: space-between;
  }
}
body.recruit section.section04 ul li {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 13, 7, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 13, 7, 0.1);
}
body.recruit section.section04 ul.recruit_members li {
  max-width: 260px;
}
body.recruit section.section04 ul.recruit_members.\:\:justify-center li {
  max-width: 263px;
}
body.recruit section.section04 ul.recruit_members li + li {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  body.recruit section.section04 ul li {
    width: 48%;
    margin-top: 5vw;
  }
  body.recruit section.section04 ul.recruit_members li,
  body.recruit section.section04 ul.recruit_members.\:\:justify-center li {
    max-width: none;
  }
  body.recruit section.section04 ul.recruit_members li + li {
    margin-left: 0;
  }
}
body.recruit section.section04 ul li a {
  display: block;
  text-align: center;
}
body.recruit section.section04 ul li a .name {
  margin-top: 25px;
  font-size: 2rem;
  line-height: 1em;
}
body.recruit section.section04 ul li a .label_wrap {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
body.recruit section.section04 ul li a .label {
  padding: 0.3em 0.8em;
  display: inline-block;
  font-size: 1.2rem;
  color: #00884D;
  background-color: #ffffff;
  border: 1px solid #00884D;
}
body.recruit section.section04 ul li a .label.career {
  color: #297BAC;
  border-color: #297BAC;
}
body.recruit section.section04 ul li a .desc {
  padding-bottom: 25px;
  margin-top: 10px;
  line-height: 1.6em;
  word-break: auto-phrase;
  color: #656565;
}
@media only screen and (max-width: 768px) {
  body.recruit section.section04 ul li a .name {
    font-size: 5vw;
  }
  body.recruit section.section04 ul li a .label {
    padding: 1vw 2.8vw;
    font-size: 3.2vw;
  }
  body.recruit section.section04 ul li a .desc {
    font-size: 3.4vw;
    padding: 0 4vw 25px;
  }
}
body.recruit section.section04 ul li::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: -11px;
  right: -11px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.recruit section.section04 ul li:nth-of-type(1)::after {
  background-color: #a8ce4e;
}
body.recruit section.section04 ul li:nth-of-type(2)::after {
  background-color: #5dc8b8;
}
body.recruit section.section04 ul li:nth-of-type(3)::after {
  background-color: #69b739;
}
body.recruit section.section04 ul li:nth-of-type(4)::after {
  background-color: #3cbf73;
}
body.recruit section.section04 ul li.intcolor1::after {
  background-color: #a8ce4e !important;
}
body.recruit section.section04 ul li.intcolor2::after {
  background-color: #5dc8b8 !important;
}
body.recruit section.section04 ul li.intcolor3::after {
  background-color: #69b739 !important;
}
body.recruit section.section04 ul li.intcolor4::after {
  background-color: #3cbf73 !important;
}
body.recruit section.section04 ul li.intcolor5::after {
  background-color: #80c791 !important;
}
body.recruit section.section05 {
  padding: 90px 0 80px;
}
@media only screen and (max-width: 768px) {
  body.recruit section.section05 {
    padding: 50px 0;
  }
}
body.recruit section.section05 .caution {
  color: #e60000;
  font-size: 2.4rem;
  line-height: 1em;
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  body.recruit section.section05 .caution {
    font-size: 4.8vw;
    margin-top: 30px;
  }
}
body.recruit section.section05 .notice {
  width: 860px;
  font-size: 2.4rem;
  line-height: 1.4em;
  margin: 40px auto 0;
}
@media only screen and (max-width: 768px) {
  body.recruit section.section05 .notice {
    font-size: 4.8vw;
    margin-top: 30px;
    width: 80%;
  }
}
body.recruit section.section05 .notice.text-left {
  text-align: left;
}
body.recruit section.section05 .notice.text-center {
  text-align: center;
}
body.recruit section.section05 table {
  width: 960px;
  margin: 30px auto 0;
}
body.recruit section.section05 table tr {
  line-height: 1.8em;
}
body.recruit section.section05 table tr th {
  background-color: #f3f3f3;
  text-align: center;
  padding: 15px 0;
  vertical-align: middle;
  border-bottom: 1px solid #ffffff;
  width: 8.5em;
}
body.recruit section.section05 table tr td {
  padding: 15px 30px;
  vertical-align: middle;
  border-bottom: 1px dotted #cccccc;
}
@media only screen and (max-width: 768px) {
  body.recruit section.section05 table {
    width: 90%;
    display: block;
  }
  body.recruit section.section05 table tr {
    display: block;
    line-height: 1.6em;
  }
  body.recruit section.section05 table tr th {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  body.recruit section.section05 table tr td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 10px 20px;
  }
}
body.recruit section.section06 {
  padding: 60px 0 100px;
  background-image: linear-gradient(-45deg, #eafbf3 0%, #f6fde9 76%);
}
body.recruit.career section.section06 {
  background-image: linear-gradient(152.46deg, #E7FFFF 16.87%, #F1FFF6 99.81%);
}
@media only screen and (max-width: 768px) {
  body.recruit section.section06 {
    padding: 50px 0 80px;
  }
}
body.recruit section.section06 .box {
  width: 1100px;
  background-color: #ffffff;
  border-radius: 20px;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}
body.recruit section.section06 .box h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1em;
}
body.recruit section.section06 .box .imgbox {
  margin: 50px auto 40px;
}
@media only screen and (max-width: 768px) {
  body.recruit section.section06 .box .imgbox img {
    width: 162px;
  }
}
@media only screen and (max-width: 768px) {
  body.recruit section.section06 .box {
    width: 90%;
    padding: 40px 5% 30px;
  }
  body.recruit section.section06 .box h2 {
    font-size: 5.8vw;
  }
  body.recruit section.section06 .box .imgbox {
    margin: 30px auto;
  }
  body.recruit section.section06 .box p {
    line-height: 1.6em;
  }
}
body.recruit section.section06 .box .buttonarea {
  margin-top: 30px;
}
body.recruit section.section06 .box .buttonarea .button {
  width: 300px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  display: inline-block;
  background-color: #00954d;
  color: #ffffff;
  padding: 18px 0;
  position: relative;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 13, 7, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 13, 7, 0.15);
}
body.recruit.career section.section06 .box .buttonarea .button {
  background-color: #007F95;
}
body.recruit section.section06 .box .buttonarea .button::after {
  content: "";
  background-image: url("/wp-content/themes/mitsuibf-theme/images/environment/education/button-arrow_pc.png");
  width: 4px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
}
@media only screen and (max-width: 768px) {
  body.recruit section.section06 .box .buttonarea .button {
    width: 100%;
    font-size: 4.6vw;
  }
}
body.recruit section.section06 .box .buttonarea .button.disable {
  background-color: #9b9b9b;
  pointer-events: none;
}

/*--------------------------
Interview
---------------------------*/
body.interview section.section01 {
  padding: 70px 0 0;
  height: 540px;
  overflow: hidden;
  background-image: url("/wp-content/themes/mitsuibf-theme/images/recruit/interview/ttl-letter.png");
  background-position: left 70px;
}
@media only screen and (max-width: 768px) {
  body.interview section.section01 {
    overflow: auto;
    height: auto;
    padding: 25px 0 50px;
  }
}
body.interview section.section01 .inner {
  width: 1100px;
  height: 430px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.interview section.section01 .inner {
    width: 100%;
    height: auto;
  }
}
body.interview section.section01 img {
  position: absolute;
  top: 0;
  left: 430px;
}
@media only screen and (max-width: 768px) {
  body.interview section.section01 img {
    position: relative;
    top: 0;
    left: 0;
  }
}
body.interview section.section01 h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.7em;
  position: absolute;
  top: 100px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  body.interview section.section01 h2 {
    position: relative;
    top: 0;
    left: 0;
    padding: 25px 5%;
    font-size: 5.6vw;
  }
}
body.interview section.section01 .namebox {
  width: 500px;
  position: absolute;
  bottom: -40px;
  left: 0;
  padding: 50px;
  color: #ffffff;
}
body.interview section.section01 .namebox .name {
  font-size: 2.6rem;
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
body.interview section.section01 .namebox .name .jpn {
  font-size: 2.6rem;
}
body.interview section.section01 .namebox .name .alp {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 1em;
  margin-left: 80px;
}
body.interview section.section01 .namebox .name .label {
  padding: 0.16em 0.9em;
  font-size: 1.4rem;
  color: #00884D;
  background-color: #ffffff;
  border: 1px solid #00884D;
}
body.interview section.section01 .namebox .name .label.career {
  color: #297BAC;
  border-color: #297BAC;
}
body.interview section.section01 .namebox .desc {
  border-top: 1px solid #ffffff;
  margin-top: 25px;
  padding-top: 25px;
  line-height: 1.8em;
}
@media only screen and (max-width: 768px) {
  body.interview section.section01 .namebox {
    width: 90%;
    margin: 0 auto;
    position: relative;
    bottom: inherit;
    left: 0;
    padding: 20px;
  }
  body.interview section.section01 .namebox .name .jpn {
    font-size: 6.2vw;
  }
  body.interview section.section01 .namebox .name .alp {
    font-size: 3.6vw;
    margin-left: 40px;
  }
  body.interview section.section01 .namebox .name .label {
    padding: 0.1vw 2.6vw;
    font-size: 3.6vw;
  }
  body.interview section.section01 .namebox .desc {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 3.4vw;
    line-height: 1.6em;
  }
}
body.interview section.section02 {
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  body.interview section.section02 {
    padding: 0 0 50px;
  }
}
body.interview section.section02 .column {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
body.interview section.section02 .column.column-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.interview section.section02 .column.column-flex .column-image {
  width: calc(580/1100 * 100%);
}
body.interview section.section02 .column.column-flex .column-text {
  width: calc(480/1100 * 100%);
}
@media only screen and (max-width: 768px) {
  body.interview section.section02 .column {
    width: 100%;
    padding: 0 5%;
  }
  body.interview section.section02 .column.column-flex .column-image {
    width: 100%;
    order: 1;
  }
  body.interview section.section02 .column.column-flex .column-text {
    width: 100%;
    order: 2;
  }
}
body.interview section.section02 .column img {
  width: calc(580/1100 * 100%);
  float: left;
  margin: 0 calc(40/1100 * 100%) 0 0;
}
body.interview section.section02 .column.column-flex img {
  width: 100%;
  float: none;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  body.interview section.section02 .column img {
    float: none;
    margin: 0;
  }
}
body.interview section.section02 .column + .column img,
body.interview section.section02 .column.column-flex + .column img {
  float: right;
  margin: 0 0 0 calc(40/1100 * 100%);
}
body.interview section.section02 .column.column-flex + .column.column-flex img {
  float: none;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  body.interview section.section02 .column + .column img,
  body.interview section.section02 .column.column-flex + .column img,
  body.interview section.section02 .column.column-flex + .column.column-flex img {
    float: none;
    margin: 0;
  }
}
body.interview section.section02 .column h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1em;
  position: relative;
  padding: 2px 10px;
  display: inline-block;
}
body.interview section.section02 .column h3 span {
  position: relative;
  z-index: 1;
}
body.interview section.section02 .column h3::before {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
@media only screen and (max-width: 768px) {
  body.interview section.section02 .column h3 {
    margin-top: 20px;
    font-size: 5vw;
    line-height: 1.3em;
  }
  body.interview section.section02 .column h3::before {
    bottom: 0.6vw;
  }
}
body.interview section.section02 .column p {
  line-height: 1.7em;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  body.interview section.section02 .column p {
    margin-top: 20px;
  }
}
body.interview section.section02 .column + .column {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  body.interview section.section02 .column + .column {
    margin-top: 40px;
  }
}
body.interview section.section03 {
  padding: 60px 0 80px;
  background-image: url("/wp-content/themes/mitsuibf-theme/images/common/bg-green-dot.png");
  background-repeat: repeat;
}
body.interview section.section03 h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1em;
  text-align: center;
}
body.interview section.section03 .box {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.interview section.section03 {
    padding: 50px 0;
  }
  body.interview section.section03 h2 {
    font-size: 5.6vw;
  }
  body.interview section.section03 .box {
    width: 90%;
    margin: 30px auto 0;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0;
  }
  body.interview section.section03 .box img {
    width: 290px;
  }
}
body.interview section.section04 {
  padding: 70px 0 100px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.interview section.section04 {
    padding: 50px 0 80px;
  }
}
body.interview section.section04::before {
  content: "";
  display: block;
  width: 30%;
  height: 220px;
  background-image: linear-gradient(-45deg, #e1faee 0%, #f2fcdf 76%);
  position: absolute;
  z-index: -1;
  top: 80px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  body.interview section.section04::before {
    top: 90px;
  }
}
body.interview section.section04::after {
  content: "";
  display: block;
  width: 30%;
  height: 220px;
  background-image: linear-gradient(-45deg, #e1faee 0%, #f2fcdf 76%);
  position: absolute;
  z-index: -1;
  bottom: 70px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  body.interview section.section04::after {
    bottom: 50px;
  }
}
body.interview section.section04 .inner {
  position: relative;
}
body.interview section.section04 .inner h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1em;
  text-align: center;
}
body.interview section.section04 .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  body.interview section.section04 .inner ul {
    width: 90%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px auto 0;
  }
}
body.interview section.section04 .inner ul li {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 13, 7, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 13, 7, 0.1);
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.interview section.section04 .inner ul li {
    width: 48%;
    margin-top: 5vw;
  }
}
body.interview section.section04 .inner ul li a {
  display: block;
}
body.interview section.section04 .inner ul li a .name {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 20px;
}
body.interview section.section04 .inner ul li a .desc {
  font-size: 1.2rem;
  line-height: 1.3em;
  color: #656565;
  text-align: center;
  margin-top: 15px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  body.interview section.section04 .inner ul li a .name {
    font-size: 5vw;
  }
  body.interview section.section04 .inner ul li a .desc {
    font-size: 3.2vw;
    line-height: 1.5em;
    padding: 0 4vw 25px;
  }
}
body.interview section.section04 .inner ul li + li {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  body.interview section.section04 .inner ul li + li {
    margin-left: 0;
  }
}
body.interview section.section04 .inner ul li::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: -11px;
  right: -11px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.interview section.section04 .inner ul li.int1::after,
body.interview section.section04 .inner ul li.intcolor1::after {
  background-color: #a8ce4e;
}
body.interview section.section04 .inner ul li.int2::after,
body.interview section.section04 .inner ul li.intcolor2::after {
  background-color: #5dc8b8;
}
body.interview section.section04 .inner ul li.int3::after,
body.interview section.section04 .inner ul li.intcolor3::after {
  background-color: #69b739;
}
body.interview section.section04 .inner ul li.int4::after,
body.interview section.section04 .inner ul li.intcolor4::after {
  background-color: #3cbf73;
}
body.interview section.section04 .inner ul li.int5::after,
body.interview section.section04 .inner ul li.intcolor5::after {
  background-color: #80c791;
}
body.interview section.section04 .inner ul li.active {
  display: none;
}
@media only screen and (max-width: 768px) {
  body.interview section.section04 .inner ul li.active {
    display: block;
    opacity: 0.6;
  }
  body.interview section.section04 .inner ul li.active a {
    pointer-events: none;
  }
}
body.interview.intcolor1 section.section01 .namebox,
body.interview .intcolor1 section.section01 .namebox {
  background-color: #a8ce4e;
}
body.interview.intcolor1 section.section02 .column h3::before,
body.interview .intcolor1 section.section02 .column h3::before {
  background-color: #d4eaa1;
}
body.interview.intcolor2 section.section01 .namebox,
body.interview .intcolor2 section.section01 .namebox {
  background-color: #5dc8b8;
}
body.interview.intcolor2 section.section02 .column h3::before,
body.interview .intcolor2 section.section02 .column h3::before {
  background-color: #d8f0ec;
}
body.interview.intcolor3 section.section01 .namebox,
body.interview .intcolor3 section.section01 .namebox {
  background-color: #69b739;
}
body.interview.intcolor3 section.section02 .column h3::before,
body.interview .intcolor3 section.section02 .column h3::before {
  background-color: #c1eba7;
}
body.interview.intcolor4 section.section01 .namebox,
body.interview .intcolor4 section.section01 .namebox {
  background-color: #3cbf73;
}
body.interview.intcolor4 section.section02 .column h3::before,
body.interview .intcolor4 section.section02 .column h3::before {
  background-color: #c7edd7;
}
body.interview.intcolor5 section.section01 .namebox,
body.interview .intcolor5 section.section01 .namebox {
  background-color: #80c791;
}
body.interview.intcolor5 section.section02 .column h3::before,
body.interview .intcolor5 section.section02 .column h3::before {
  background-color: #a8ddb5;
}

/* ========================================================================
 * Swiper
 * ======================================================================== */
.swiper_recruit {
  position: relative;
  display: block;
  max-width: 1100px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
h2.line + .swiper_recruit {
  margin-top: 70px;
}
h2.line + .swiper_recruit .swiper-button-next,
h2.line + .swiper_recruit .swiper-button-prev {
  color: #00954d;
}
.recruit.career h2.line + .swiper_recruit .swiper-button-next,
.recruit.career h2.line + .swiper_recruit .swiper-button-prev {
  color: #007F95;
}
*[class^="intcolor1"] .swiper-button-next,
*[class^="intcolor1"] .swiper-button-prev {
  color: #a8ce4e;
}
*[class^="intcolor2"] .swiper-button-next,
*[class^="intcolor2"] .swiper-button-prev {
  color: #5dc8b8;
}
*[class^="intcolor3"] .swiper-button-next,
*[class^="intcolor3"] .swiper-button-prev {
  color: #69b739;
}
*[class^="intcolor4"] .swiper-button-next,
*[class^="intcolor4"] .swiper-button-prev {
  color: #3cbf73;
}
*[class^="intcolor5"] .swiper-button-next,
*[class^="intcolor5"] .swiper-button-prev {
  color: #80c791;
}
.swiper_recruit [class^="swiper-button-"] {
  width: 18.5px;
  height: 36px;
  margin-top: -18px;
}
.swiper_recruit .swiper-button-prev {
  left: 15px;
}
.swiper_recruit .swiper-button-next {
  right: 15px;
}
.swiper_recruit [class^="swiper-button-"]::before,
.swiper_recruit [class^="swiper-button-"]::after {
  font-size: 36px;
}
.swiper_recruit .swiper {
  margin-top: 40px;
}
.swiper_recruit .swiper-wrapper {
  width: 100%;
}
.swiper_recruit .swiper-slide {
  height: auto;
  padding: 0 10px;
}

.swiper_recruit .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 13, 7, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 13, 7, 0.1);
  margin-bottom: 10px;
}
.swiper_recruit .swiper-slide a::after {
  position: absolute;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  bottom: -11px;
  right: -11px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swiper_recruit .swiper-slide a::after {
  background-color: #656565;
}
.swiper_recruit .swiper-slide a.intcolor1::after {
  background-color: #a8ce4e;
}
.swiper_recruit .swiper-slide a.intcolor2::after {
  background-color: #5dc8b8;
}
.swiper_recruit .swiper-slide a.intcolor3::after {
  background-color: #69b739;
}
.swiper_recruit .swiper-slide a.intcolor4::after {
  background-color: #3cbf73;
}
.swiper_recruit .swiper-slide a.intcolor5::after {
  background-color: #80c791;
}
.swiper_recruit .swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper_recruit .photo {
  vertical-align: top;
}
.swiper_recruit .name {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1em;
  margin-top: 20px;
}
.swiper_recruit .label_wrap {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.swiper_recruit .label {
  padding: 0.3em 0.8em;
  display: inline-block;
  font-size: 1.2rem;
  color: #00884D;
  background-color: #ffffff;
  border: 1px solid #00884D;
}
.swiper_recruit .label.career {
  color: #297BAC;
  border-color: #297BAC;
}
.swiper_recruit .desc {
  font-size: 1.2rem;
  line-height: 1.3em;
  word-break: auto-phrase;
  text-align: center;
  margin-top: 15px;
  padding-bottom: 20px;
  color: #656565;
}

@media only screen and (max-width: 768px) {
  .swiper_recruit {
    padding: 0 5%;
  }
  h2.line + .swiper_recruit {
    margin-top: 30px;
  }
  .swiper_recruit .swiper-slide {
    padding: 0 2%;
  }
  .swiper_recruit .name {
    font-size: 5vw;
  }
  .swiper_recruit .label {
    padding: 1vw 2.8vw;
    font-size: 3.2vw;
  }
  .swiper_recruit .desc {
    font-size: 3.2vw;
    line-height: 1.5em;
    padding: 0 4vw 25px;
  }
}

@media only screen and (max-width: 626px) {
  .swiper_recruit .swiper-slide {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .swiper_recruit .swiper-slide {
    padding: 0 24px;
  }
  .swiper_recruit [class^="swiper-button-"] {
    width: 16px;
    height: 30px;
    margin-top: -15px;
  } 
  .swiper_recruit [class^="swiper-button-"]::before,
  .swiper_recruit [class^="swiper-button-"]::after {
    font-size: 30px;
  }
}

/*--------------------------
Join us
---------------------------*/
body.join-us .intro {
  padding: 70px 0 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.join-us .intro {
    padding: 50px 0 0;
  }
}
body.join-us .intro h2 {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.join-us .intro h2 img {
    width: 80%;
  }
}
body.join-us .intro .catch {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  line-height: 1.7em;
  font-weight: 500;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  body.join-us .intro .catch {
    font-size: 4.2vw;
    line-height: 2em;
    margin-top: 30px;
  }
}
body.join-us .section01 {
  padding: 90px 0 0;
}
body.join-us .section01 .pages {
  width: 1100px;
  margin: 80px auto 0;
}
@media only screen and (max-width: 768px) {
  body.join-us .section01 .pages {
    width: 90%;
    margin: 50px auto 0;
  }
}
body.join-us .section01 .pages li {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(4, 11, 0, 0.1);
          box-shadow: 0px 0px 30px 0px rgba(4, 11, 0, 0.1);
}
body.join-us .section01 .pages li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  body.join-us .section01 .pages li a {
    display: block;
  }
  body.join-us .section01 .pages li a .photo {
    position: relative;
    overflow: hidden;
    height: 50vw;
  }
  body.join-us .section01 .pages li a .photo img {
    width: 90vw;
    position: absolute;
    top: -10vw;
    left: 0;
  }
}
body.join-us .section01 .pages li a .text {
  width: calc(100% - 480px);
  padding-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.join-us .section01 .pages li a .text {
    width: 100%;
    padding: 7vw;
  }
}
body.join-us .section01 .pages li a .text .tl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1em;
  color: #00954d;
}
@media only screen and (max-width: 768px) {
  body.join-us .section01 .pages li a .text .tl {
    font-size: 6vw;
  }
}
body.join-us .section01 .pages li a .text .desc {
  margin-top: 28px;
}
@media only screen and (max-width: 768px) {
  body.join-us .section01 .pages li a .text .desc {
    font-size: 3.4vw;
    margin-top: 4vw;
  }
}
body.join-us .section01 .pages li a .text::after {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/mitsuibf-theme/images/join-us/index/menu-arrow.png");
  background-size: contain;
  width: 8px;
  height: 16px;
  position: absolute;
  top: calc(50% - 4px);
  right: 30px;
}
@media only screen and (max-width: 768px) {
  body.join-us .section01 .pages li a .text::after {
    width: 4px;
    height: 8px;
    top: 9vw;
  }
}
body.join-us .section01 .pages li:nth-of-type(even) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
body.join-us .section01 .pages li + li {
  margin-top: 40px;
}
body.join-us .faq {
  width: 1100px;
  margin: 60px auto 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  body.join-us .faq {
    width: 100%;
    margin-top: 40px;
    padding: 0 5% 40px;
  }
}
body.join-us .faq-item {
  padding-bottom: 40px;
  border-bottom: 1px solid #EFEFEF;
}
@media only screen and (max-width: 768px) {
  body.join-us .faq-item {
    padding-bottom: 30px;
  }
}
body.join-us .faq-item:not(:first-child) {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  body.join-us .faq-item:not(:first-child) {
    margin-top: 30px;
  }
}
body.join-us .faq-item__q {
  padding-right: 26px;
  display: flex;
  gap: 16px;
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  line-height: 1.3em;
  font-weight: 500;
  letter-spacing: 0.08em;
  transition: opacity ease 0.4s;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  body.join-us .faq-item__q {
    gap: 12px;
    font-size: 4.4vw;
  }
}
body.join-us .faq-item__q:hover {
  opacity: 0.7;
}
body.join-us .faq-item__q::before {
  content: "Q";
  flex-shrink: 0;
  color: #00954D;
}
body.join-us .faq-item__q::after {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: calc(0.65em - 9px);
  right: 0;
  background: url("/wp-content/themes/mitsuibf-theme/images/join-us/index/faq_toggle-plus.png") no-repeat center / contain;
}
body.join-us .faq-item.show .faq-item__q::after {
  background-image: url("/wp-content/themes/mitsuibf-theme/images/join-us/index/faq_toggle-minus.png");
}
body.join-us .faq-item__a {
  padding-top: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  line-height: 1.7em;
  font-weight: 500;
  display: none;
}
@media only screen and (max-width: 768px) {
  body.join-us .faq-item__a {
    font-size: 3.8vw;
  }
}