@charset "UTF-8";
.mgr-Content_wrap {
  padding: 80px 5.2%;
  background: #e9e9e9;
}
.mgr-Content_bg {
  padding: 80px 5.8% 0;
  max-width: 1380px;
  background: #fff;
}
.mgr-Box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mgr-Item:not(.mgr-Item_first):not(.mgr-Item_second) {
  width: 46.7%;
  max-width: 570px;
  margin-bottom: 75px;
}
.mgr-Item_first {
  position: relative;
  width: 100%;
}
.mgr-Item_img-fisrt {
  position: absolute;
  display: block;
  width: 54.9%;
}
.mgr-Item_txt-first {
  position: relative;
  margin: 78px 0 0 auto;
  padding: 70px 0 75px 6.3%;
  width: 64%;
  max-width: 670px;
  background: #fff;
}
.mgr-Item_second {
  position: relative;
  width: 100%;
}
.mgr-Item_img-second {
  position: absolute;
  display: block;
  right: 0;
  width: 54.9%;
}
.mgr-Item_txt-second {
  position: relative;
  margin: 78px 0 0;
  padding: 70px 6.3% 75px 0;
  width: 64%;
  max-width: 670px;
  background: #fff;
  text-align: right;
}
.mgr-Item_txt-second .mgr-Item_message {
  text-align: left;
}
.mgr-Item_copy {
  font-size: 2.7em;
  margin-bottom: 20px;
  font-family: "A1明朝","A1 Mincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
  letter-spacing: .3em;
  line-height: 1.73;
  color: #00835e;
}
.mgr-Item_name {
  font-size: 2em;
  font-family: "A1明朝","A1 Mincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
  letter-spacing: .3em;
  line-height: 1.8;
}
.mgr-Item_job {
  margin-bottom: 62px;
  font-size: 1.2em;
  font-family: "A1明朝","A1 Mincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
  letter-spacing: .3em;
  line-height: 2.7;
}
.mgr-Item_message {
  line-height: 2.13;
  font-size: 1.3em;
  letter-spacing: .1em;
}
.mgr-Item_img {
  display: block;
  margin-bottom: 30px;
}
.mgr-Other {
  max-width: 1164px;
  padding: 0;
  margin: auto;
}
.mgr-Other_wrap {
  padding: 0 5.2% 80px;
  background: #e9e9e9;
}
.mgr-Other_bg {
  padding: 80px 5.8% 20px;
  max-width: 1380px;
  background: #fff;
}
.mgr-Other_headline {
  margin: 0 auto 80px;
  text-align: center;
  background: url(../img/mgr_headline_bg@2x.png) no-repeat center;
  background-size: 210px;
}
.mgr-Other_en {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: .13em;
  text-indent: .13em;
  line-height: 1.3;
}
.mgr-Other_ja {
  font-family: "A1明朝","A1 Mincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
  font-weight: 700;
  letter-spacing: .2em;
  text-indent: .2em;
  line-height: 1.71;
}
.mgr-Other_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  max-width: 590px;
  margin: 0 auto;
}
.mgr-Other_item {
  width: 46.6%;
}
.mgr-Other_itemlink {
  display: block;
}
.mgr-Other_itemlink-no:hover img {
  opacity: 1;
}
.mgr-Other_txt {
  padding: 30px 0 0;
}
.mgr-Other_name {
  margin: 0 0 5px;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.5;
  font-family: "A1明朝","A1 Mincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
  letter-spacing: .3em;
  color: #00835e;
}
.mgr-Other_job {
  margin: 0 0 45px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.76;
  font-family: "A1明朝","A1 Mincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
  letter-spacing: .3em;
  color: #00835e;
}
.mgr-Other_message {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1560px) {
  .mgr-Content_wrap {
    padding: 5vw 5.2%;
  }
  .mgr-Content_bg {
    padding: 5vw 5.8% 0.5vw;
  }
  .mgr-Item:not(.mgr-Item_first):not(.mgr-Item_second) {
    margin-bottom: 4.687vw;
  }
  .mgr-Item_txt-first {
    margin: 4.875vw 0 0 auto;
    padding: 4.375vw 0 4.687vw 6.3%;
  }
  .mgr-Item_txt-second {
    position: relative;
    margin: 4.875vw 0 0;
    padding: 4.375vw 6.3% 4.687vw 0;
  }
  .mgr-Item_copy {
    font-size: 2.5em;
    margin-bottom: 1.25vw;
  }
  .mgr-Item_name {
    font-size: 2em;
  }
  .mgr-Item_job {
    font-size: 1.2em;
    margin-bottom: 3.875vw;
  }
  .mgr-Item_message {
    font-size: 1.3em;
  }
  .mgr-Item_img {
    margin-bottom: 1.875vw;
  }
  .mgr-Other {
    max-width: 1164px;
    padding: 0;
    margin: auto;
  }
  .mgr-Other_wrap {
    padding: 0 5.2% 5vw;
  }
  .mgr-Other_bg {
    padding: 5vw 5.8% 1.375vw;
  }
  .mgr-Other_headline {
    margin: 0 auto 5vw;
    background-size: 13.175vw;
  }
  .mgr-Other_en {
    font-size: 2.7em;
  }
  .mgr-Other_ja {
    font-size: 1em;
  }
  .mgr-Other_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    max-width: 590px;
  }
  .mgr-Other_itemlink {
    display: block;
  }
  .mgr-Other_txt {
    padding: 1.875vw 0 0;
  }
  .mgr-Other_name {
    margin: 0 0 .3125vw;
    font-size: 2em;
  }
  .mgr-Other_job {
    margin: 0 0 2.81vw;
    font-size: 1.3em;
  }
  .mgr-Other_message {
    font-size: .75vw;
  }
}
@media only screen and (max-width: 767px) {
  .mgr-Content_wrap {
    padding: 2.4vw 2.666% 5.3vw;
  }
  .mgr-Content_bg {
    padding: 12.666vw 5.63% 0vw;
  }
  .mgr-Box {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .mgr-Item:not(.mgr-Item_first):not(.mgr-Item_second) {
    width: 100%;
    margin-bottom: 13.333vw;
  }
  .mgr-Item_first {
    margin-bottom: 13.333vw;
  }
  .mgr-Item_img-fisrt {
    position: static;
    width: 100%;
  }
  .mgr-Item_txt-first {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .mgr-Item_second {
    margin-bottom: 13.333vw;
  }
  .mgr-Item_img-second {
    position: static;
    width: 100%;
  }
  .mgr-Item_txt-second {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  .mgr-Item_copy {
    font-size: 4.6vw;
    margin-bottom: 4vw;
    line-height: 1.44;
    letter-spacing: .25em;
  }
  .mgr-Item_name {
    margin: 1vw;
    font-size: 4vw;
    line-height: 1.2;
  }
  .mgr-Item_job {
    margin-bottom: 8.66vw;
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .mgr-Item_message {
    line-height: 1.75;
    font-size: 3.2vw;
    letter-spacing: .228em;
  }
  .mgr-Item_img {
    margin-bottom: 10vw;
  }
  .mgr-Other {
    padding: 0;
  }
  .mgr-Other_wrap {
    padding: 0 2.666% 16vw;
  }
  .mgr-Other_bg {
    padding: 13.333vw 5.63% 5.333vw;
  }
  .mgr-Other_headline {
    margin: 0 auto 10vw;
    background-size: 46.4vw;
  }
  .mgr-Other_en {
    font-size: 6.7vw;
  }
  .mgr-Other_ja {
    font-size: 3.066vw;
  }
  .mgr-Other_list {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .mgr-Other_item {
    width: 100%;
    margin: 0 0 5.333vw;
  }
  .mgr-Other_itemlink {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #333;
  }
  .mgr-Other_img {
    width: 28%;
  }
  .mgr-Other_txt {
    width: 72%;
    padding: 0 0 0 4.8vw;
  }
  .mgr-Other_name {
    margin: 0;
    font-size: 4.5vw;
    line-height: 1.35;
  }
  .mgr-Other_job {
    margin: 0 0 2.8vw;
    font-size: 3.2vw;
    line-height: 1.35;
  }
  .mgr-Other_message {
    display: block;
    line-height: 1.125;
    font-size: 3.2vw;
    letter-spacing: .18em;
  }
  .mgr-Other_name + .mgr-Other_message {
    margin-top: 2.8vw;
  }
}
@media only screen and (max-width: 767px) and (-ms-high-contrast:none) {
  .mgr-Other_item {
    height: 100%;
  }
}