@charset "UTF-8";
/**************************************

cmn

**************************************/
img {
  width: 100%;
}

main {
  position: relative;
}

.box_l {
  float: left;
}

.box_r {
  float: right;
}

.unit_link {
  margin-bottom: 4.4%;
  text-align: center;
}

.unit_link li {
  background-color: #e7dcb6;
  font-size: 18px;
  font-family: dnp-shuei-mincho-pr6, YuMincho, "游明朝", serif;
}

.unit_link a {
  display: block;
  position: relative;
  padding: 14px 10px;
}

@media all and (-ms-high-contrast: none) {
  .unit_link a {
    /* for IE Only */
    padding-top: 18px;
  }
}

.unit_link a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  transform: rotate(-135deg);
  border-top: 1px #141414 solid;
  border-left: 1px #141414 solid;
  content: " ";
}

@media screen and (min-width: 741px) {
  .unit_link li {
    display: inline-block;
    position: relative;
    width: 286px;
    margin: 0 5px;
    vertical-align: middle;
  }
}

@media screen and (max-width: 760px) {
  .unit_link {
    margin-bottom: 10%;
  }
  .unit_link li {
    margin-bottom: 3%;
  }
}

/**************************************

reason

**************************************/
.main_reason .article_h2 .catch {
  margin: 3.2% auto 0;
}

@media screen and (min-width: 741px) {
  .main_reason .article_h2 {
    padding-bottom: 50px;
  }
  .main_reason .article_h2 .catch {
    width: 700px;
  }
}

@media screen and (max-width: 760px) {
  .main_reason .article_h2 {
    padding-bottom: 12%;
  }
  .main_reason .article_h2 .catch {
    width: 90%;
  }
}

.main_reason .unit .info h3 {
  padding-bottom: 4%;
  font-size: 2.8vw;
  line-height: 1.3;
}

.main_reason .unit .info em {
  display: block;
  padding-bottom: 4%;
  color: #d9c88b;
  font-style: normal;
  font-size: 2vw;
  letter-spacing: 0.1vw;
}

.main_reason .unit .ph {
  line-height: 0;
}

@media screen and (min-width: 741px) {
  .main_reason .unit {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main_reason .unit .info {
    width: 50%;
    padding: 0 4%;
  }
  .main_reason .unit .ph {
    width: 50%;
  }
  .main_reason .unit .btn {
    width: 300px;
    margin: 5% 0 0 0;
  }
  .main_reason .unit .btn a {
    padding: 0 6%;
    text-align: left;
  }
  .main_reason .unit02 .info,
  .main_reason .unit04 .info {
    order: 1;
  }
  .main_reason .unit02 .ph,
  .main_reason .unit04 .ph {
    order: 2;
  }
}

@media screen and (max-width: 760px) {
  .main_reason .unit {
    margin-bottom: 16%;
  }
  .main_reason .unit .info {
    padding: 8% 5% 0;
  }
  .main_reason .unit .info h3 {
    font-size: 6vw;
  }
  .main_reason .unit .info h3 em {
    font-size: 5.8vw;
  }
  .main_reason .unit .btn {
    width: 90%;
    margin-top: 9%;
  }
}

/**************************************

about

**************************************/
.main_company .container::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background-color: #f7f7ed;
  content: '';
}

.main_about .section_about,
.main_about .section_about {
  width: 1120px;
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .main_about .section_about,
  .main_about .section_about {
    /* for sp Device Only */
    width: 100%;
    padding: 0 5vw 5vw;
  }
}

.main_about .section_about ul.about_navi,
.main_about .section_about ul.about_navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 760px) {
  .main_about .section_about ul.about_navi,
  .main_about .section_about ul.about_navi {
    /* for sp Device Only */
    display: block;
  }
}

.main_about .section_about li.list_item,
.main_about .section_about li.list_item {
  position: relative;
  width: 49.8%;
  height: 295px;
  margin-bottom: 5px;
}

@media screen and (max-width: 760px) {
  .main_about .section_about li.list_item,
  .main_about .section_about li.list_item {
    /* for sp Device Only */
    width: 100%;
    height: 38vw;
  }
}

.main_about .section_about li.list_item.-vision,
.main_about .section_about li.list_item.-vision {
  background: url(../about/img/navi_img01.jpg) no-repeat center center;
  background-size: cover;
}

.main_about .section_about li.list_item.-number,
.main_about .section_about li.list_item.-number {
  background: url(../about/img/navi_img02.jpg) no-repeat center center;
  background-size: cover;
}

.main_about .section_about li.list_item.-thinking,
.main_about .section_about li.list_item.-thinking {
  background: url(../about/img/navi_img03.jpg) no-repeat center center;
  background-size: cover;
}

.main_about .section_about li.list_item.-welfare,
.main_about .section_about li.list_item.-welfare {
  background: url(../about/img/navi_img04.jpg) no-repeat center center;
  background-size: cover;
}

.main_about .section_about li.list_item:hover,
.main_about .section_about li.list_item:hover {
  opacity: .8;
}

.main_about .section_about li.list_item::after,
.main_about .section_about li.list_item::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(52, 83, 114, 0.6);
  content: '';
}

.main_about .section_about li.list_item a,
.main_about .section_about li.list_item a {
  display: block;
  z-index: 1000;
  position: relative;
  width: 100%;
  height: 100%;
}

.main_about .section_about li.list_item .text_wrap,
.main_about .section_about li.list_item .text_wrap {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .main_about .section_about li.list_item .text_wrap,
  .main_about .section_about li.list_item .text_wrap {
    /* for sp Device Only */
    width: 95%;
  }
}

.main_about .section_about li.list_item .text_wrap span,
.main_about .section_about li.list_item .text_wrap span {
  display: block;
}

.main_about .section_about li.list_item .text_wrap span.ja,
.main_about .section_about li.list_item .text_wrap span.ja {
  margin-top: 4px;
  font-size: 17px;
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media screen and (max-width: 760px) {
  .main_about .section_about li.list_item .text_wrap span.ja,
  .main_about .section_about li.list_item .text_wrap span.ja {
    /* for sp Device Only */
    font-size: 3.8vw;
  }
}

.main_about .section_about li.list_item .text_wrap span.en,
.main_about .section_about li.list_item .text_wrap span.en {
  font-size: 45px;
}

@media screen and (max-width: 760px) {
  .main_about .section_about li.list_item .text_wrap span.en,
  .main_about .section_about li.list_item .text_wrap span.en {
    /* for sp Device Only */
    font-size: 9.7vw;
  }
}

.main_about .section_about ul.btn_area,
.main_about .section_about ul.btn_area {
  display: flex;
  justify-content: space-between;
  max-width: 560px;
  margin: 45px auto 30px;
}

.main_about .section_about li.btn,
.main_about .section_about li.btn {
  width: 240px;
  height: 44px;
}

/**************************************

about/number.html

**************************************/
.main_number .container {
  background-color: #f7f7ed;
}

.section_number {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 95%;
  max-width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .section_number {
    /* for sp Device Only */
    display: block;
    width: 100%;
    padding: 0 5vw 1vw;
  }
}

.section_number .unit {
  width: 49%;
  margin-bottom: 50px;
}

@media screen and (max-width: 760px) {
  .section_number .unit {
    /* for sp Device Only */
    width: 100%;
    margin-bottom: 14vw;
  }
}

.section_number .unit h3 {
  padding: 20px;
  border-top: solid 1px #111;
  border-bottom: solid 1px #111;
  font-size: 21px;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_number .unit h3 {
    /* for sp Device Only */
    padding: 4vw;
    font-weight: 400;
    font-size: 5vw;
  }
}

.section_number .unit .contents_area {
  padding-top: 45px;
}

@media screen and (max-width: 760px) {
  .section_number .unit .contents_area {
    /* for sp Device Only */
    padding-top: 7vw !important;
  }
}

.section_number .unit .contents_area .shuffle {
  font-size: 48px;
  line-height: 1;
  font-family: dnp-shuei-mincho-pr6, YuMincho, "游明朝", serif;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_number .unit .contents_area .shuffle {
    /* for sp Device Only */
    font-size: 7vw;
  }
}

.section_number .unit .contents_area .shuffle em {
  padding: 0 6px;
  font-size: 80px;
  vertical-align: sub;
}

@media screen and (max-width: 760px) {
  .section_number .unit .contents_area .shuffle em {
    /* for sp Device Only */
    padding: 0 4px;
    font-style: inherit;
    font-size: 18vw;
  }
}

.section_number .unit .contents_area .shuffle span {
  display: block;
  font-size: 15px;
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 1px;
}

.section_number .unit .contents_area .txt {
  line-height: 1.8;
  text-align: center;
}

.section_number .unit.-col3 {
  width: 32%;
}

@media screen and (max-width: 760px) {
  .section_number .unit.-col3 {
    /* for sp Device Only */
    width: 100%;
  }
}

.section_number .unit.unit01 .txt {
  margin-top: 12px;
}

@media screen and (max-width: 760px) {
  .section_number .unit.unit01 .txt {
    /* for sp Device Only */
    margin-top: 3vw;
  }
}

.section_number .unit.unit02 .contents_area {
  padding-top: 37px;
}

.section_number .unit.unit02 ul.list {
  display: flex;
  justify-content: space-between;
  width: 85%;
  max-width: 468px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .section_number .unit.unit02 ul.list {
    /* for sp Device Only */
    width: 100%;
  }
}

.section_number .unit.unit02 li.list_item.icon {
  width: 69px;
  padding: 0;
}

@media screen and (max-width: 760px) {
  .section_number .unit.unit02 li.list_item.icon {
    /* for sp Device Only */
    width: 15vw;
  }
}

.section_number .unit.unit02 .shuffle span {
  margin-top: 6px;
}

@media screen and (max-width: 760px) {
  .section_number .unit.unit02 .shuffle span {
    /* for sp Device Only */
    margin-top: 3px;
  }
}

.section_number .unit.unit02 .txt {
  margin-top: 22px;
}

@media screen and (max-width: 760px) {
  .section_number .unit.unit02 .txt {
    /* for sp Device Only */
    margin-top: 5vw;
  }
}

.section_number .unit.unit03 {
  margin-bottom: 65px;
}

.section_number .unit.unit03 .contents_area {
  padding-top: 26px;
}

@media screen and (max-width: 760px) {
  .section_number .unit.unit03 .graph_img {
    /* for sp Device Only */
    margin-top: 3vw;
  }
}

.section_number .unit.unit03 .tit {
  width: 90.5%;
  margin: 4px auto 0;
  padding: 10px;
  background: rgba(217, 200, 139, 0.57);
  line-height: 1;
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: .7px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_number .unit.unit03 .tit {
    /* for sp Device Only */
    margin: 4vw auto 0;
    padding: 2vw 0 2.3vw;
    line-height: 1.4;
  }
}

.section_number .unit.unit03 .txt {
  margin-top: 12px;
}

@media screen and (max-width: 760px) {
  .section_number .unit.unit03 .txt {
    /* for sp Device Only */
    margin-top: 3.5vw;
  }
}

.section_number .unit.unit04 .contents_area {
  padding-top: 114px;
}

.section_number .unit.unit04 .tit {
  margin-top: 10px;
  font-size: 41px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_number .unit.unit04 .tit {
    /* for sp Device Only */
    margin-top: 3vw;
    font-size: 8vw;
  }
}

.section_number .unit.unit05 .contents_area {
  padding-top: 25px;
}

@media screen and (max-width: 760px) {
  .section_number .unit.unit05 .shuffle {
    /* for sp Device Only */
    margin-right: 10px;
  }
}

.section_number .unit.unit05 small {
  font-size: 30px;
  line-height: 1.4;
  vertical-align: text-top;
}

@media screen and (max-width: 760px) {
  .section_number .unit.unit05 small {
    /* for sp Device Only */
    font-size: 6vw;
    line-height: 1;
    vertical-align: super;
  }
}

.section_number .unit.unit05 .txt {
  margin-top: 10px;
}

.section_number .unit.unit06 .contents_area {
  padding-top: 37px;
}

.section_number .unit.unit06 ul.list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 285px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .section_number .unit.unit06 ul.list {
    /* for sp Device Only */
    max-width: 83%;
  }
}

.section_number .unit.unit06 li.list_item.icon {
  width: 64px;
  padding: 0;
}

@media screen and (max-width: 760px) {
  .section_number .unit.unit06 li.list_item.icon {
    /* for sp Device Only */
    width: 17vw;
  }
}

.section_number .unit.unit06 li.list_item.ratio {
  font-size: 88px;
  line-height: 60px;
  font-family: dnp-shuei-mincho-pr6, YuMincho, "游明朝", serif;
  letter-spacing: 5px;
}

@media screen and (max-width: 760px) {
  .section_number .unit.unit06 li.list_item.ratio {
    /* for sp Device Only */
    font-size: 19vw;
  }
}

.section_number .unit.unit06 .txt {
  margin-top: 15px;
}

.section_number .unit.unit07 .contents_area {
  padding-top: 30px;
}

.section_number .unit.unit07 .shuffle {
  font-size: 41.5px;
}

@media screen and (max-width: 760px) {
  .section_number .unit.unit07 .shuffle {
    /* for sp Device Only */
    font-size: 7vw;
  }
}

.section_number .unit.unit07 .shuffle em {
  font-size: 68px;
  text-align: center;
}

.section_number .unit.unit07 .shuffle span {
  margin-top: 6px;
}

.section_number .unit.unit07 .txt {
  margin-top: 25px;
}

/**************************************

about/thinking.html

**************************************/
@media screen and (max-width: 760px) {
  .main_thinking .article_h2 h2 {
    /* for sp Device Only */
    font-size: 12vw;
  }
}

.main_thinking .container {
  background-color: #f7f7ed;
}

.section_thinking {
  padding-bottom: 10px;
}

.section_thinking .section_maincontents h3 {
  margin-bottom: 25px;
  font-size: 32px;
}

@media screen and (max-width: 760px) {
  .section_thinking .section_maincontents h3 {
    margin-bottom: 3vw;
    font-weight: 400;
    /* for sp Device Only */
    font-size: 5.3vw;
    letter-spacing: -1px;
  }
}

.section_thinking .section_maincontents .txt_area {
  margin-bottom: 54px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_thinking .section_maincontents .txt_area {
    /* for sp Device Only */
    margin-bottom: 12vw;
  }
}

@media screen and (max-width: 760px) {
  .section_thinking .section_maincontents .txt_area .txt {
    /* for sp Device Only */
    line-height: 1.6;
  }
}

.section_thinking .section_maincontents .ph_area {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 54px;
}

@media screen and (max-width: 760px) {
  .section_thinking .section_maincontents .ph_area {
    /* for sp Device Only */
    width: 100%;
    margin-bottom: 12vw;
    padding: 0 5vw;
  }
}

.section_thinking .section_maincontents .ph_area.-wide {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 760px) {
  .section_thinking .section_maincontents .ph_area.-wide {
    /* for sp Device Only */
    padding: 0;
  }
}

.section_thinking .section_equation {
  width: 95%;
  max-width: 1280px;
  margin: 70px auto 0;
  padding-bottom: 70px;
  border-bottom: solid 1px #141414;
}

@media screen and (max-width: 760px) {
  .section_thinking .section_equation {
    /* for sp Device Only */
    width: 90%;
    margin: 12vw auto 0;
    padding-bottom: 7vw;
  }
}

.section_thinking .section_equation h3 {
  margin-bottom: 40px;
  padding: 15px 0;
  background: #dbd7c3;
  font-size: 32px;
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  .section_thinking .section_equation h3 {
    /* for IE Only */
    padding: 19px 0 12px;
  }
}

@media screen and (max-width: 760px) {
  .section_thinking .section_equation h3 {
    /* for sp Device Only */
    margin-bottom: 5.5vw;
    padding: 2.6vw 0;
    font-weight: 400;
    font-size: 5.6vw;
    line-height: 1;
  }
}

.section_thinking .section_equation dl {
  display: flex;
  width: 95%;
  max-width: 800px;
  margin: 5px auto 30px;
  font-size: 19px;
  font-family: dnp-shuei-mincho-pr6, YuMincho, "游明朝", serif;
}

@media screen and (max-width: 760px) {
  .section_thinking .section_equation dl {
    /* for sp Device Only */
    width: 100%;
    margin: 0 auto 5vw;
    font-size: 4vw;
  }
}

.section_thinking .section_equation dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 33px;
  margin-right: 33px;
  background: #dbd7c3;
}

@media screen and (max-width: 760px) {
  .section_thinking .section_equation dl dt {
    /* for sp Device Only */
    width: 29vw;
    height: 7.4vw;
    margin-right: 3vw;
  }
}

.section_thinking .section_equation dl dd {
  line-height: 2;
}

@media screen and (max-width: 760px) {
  .section_thinking .section_equation dl dd {
    /* for sp Device Only */
    width: calc(100% - -11vw);
    font-size: 4vw;
    line-height: 1.6;
  }
}

.section_thinking .section_axis {
  margin-top: 95px;
}

@media screen and (max-width: 760px) {
  .section_thinking .section_axis {
    /* for sp Device Only */
    margin-top: 12vw;
  }
}

.section_thinking .section_axis h3 {
  font-size: 32px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_thinking .section_axis h3 {
    font-weight: 400;
    /* for sp Device Only */
    font-size: 5.6vw;
  }
}

.section_thinking .section_axis .unit {
  display: flex;
  justify-content: space-between;
  width: 95%;
  max-width: 1002px;
  margin: 42px auto 0;
}

@media screen and (max-width: 760px) {
  .section_thinking .section_axis .unit {
    flex-wrap: wrap;
    /* for sp Device Only */
    width: 100%;
    margin: 9vw auto 0;
    padding: 0 7vw;
  }
}

.section_thinking .section_axis .unit .box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 228px;
  height: 228px;
  border-radius: 50%;
  background: #dbd7c3;
  font-size: 32px;
  font-family: dnp-shuei-mincho-pr6, YuMincho, "游明朝", serif;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_thinking .section_axis .unit .box {
    width: 41.4vw;
    height: 41.4vw;
    margin-bottom: 3.2vw;
    /* for sp Device Only */
    font-size: 5.8vw;
  }
}

/**************************************

about/welfare.html

**************************************/
.main_education-welfare .article_h2 h2 span {
  padding: 0 10px;
  font-size: 49px;
  line-height: 1.7;
  vertical-align: bottom;
}

@media screen and (max-width: 760px) {
  .main_education-welfare .article_h2 h2 span {
    /* for sp Device Only */
    font-size: 10vw;
    line-height: 1.5;
  }
}

.main_education-welfare .container {
  background-color: #f7f7ed;
}

.section_education-welfare {
  padding: 25px 0;
}

@media screen and (max-width: 760px) {
  .section_education-welfare {
    /* for sp Device Only */
    padding: 10vw 0;
  }
}

.section_education-welfare h3 {
  font-size: 53px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_education-welfare h3 {
    font-weight: 400;
    /* for sp Device Only */
    font-size: 9.8vw;
  }
}

.section_education-welfare .sub {
  font-size: 18px;
  font-family: dnp-shuei-mincho-pr6, YuMincho, "游明朝", serif;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_education-welfare .sub {
    margin-top: 2px;
    /* for sp Device Only */
    font-size: 4.3vw;
  }
}

.section_education-welfare .intro_block {
  margin-top: 21px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_education-welfare .intro_block {
    /* for sp Device Only */
    margin-top: 3.5vw;
  }
}

.section_education-welfare .intro_block .tit {
  font-size: 32px;
}

@media screen and (max-width: 760px) {
  .section_education-welfare .intro_block .tit {
    /* for sp Device Only */
    font-size: 5.8vw;
  }
}

.section_education-welfare .intro_block .txt {
  margin-top: 14px;
}

@media screen and (max-width: 760px) {
  .section_education-welfare .intro_block .txt {
    /* for sp Device Only */
    margin-top: 1.6vw;
    line-height: 1.8;
  }
}

.section_education-welfare .intro_block .txt span {
  display: block;
  margin-bottom: 11px;
}

@media screen and (max-width: 760px) {
  .section_education-welfare .intro_block .txt span {
    /* for sp Device Only */
    margin-bottom: 0;
  }
}

.section_education-welfare .intro_block .illust {
  width: 380px;
  margin: 42px auto 0;
}

@media screen and (max-width: 760px) {
  .section_education-welfare .intro_block .illust {
    /* for sp Device Only */
    width: 70%;
    margin: 8vw auto 0;
  }
}

.section_education-welfare .section_education .detail_block {
  width: 95%;
  max-width: 1120px;
  margin: 22px auto 0;
}

@media screen and (max-width: 760px) {
  .section_education-welfare .section_education .detail_block {
    /* for sp Device Only */
    width: 100%;
    padding: 0 5vw;
  }
}

.section_education-welfare .section_education .detail_block dl.unit {
  margin-bottom: 92px;
}

@media screen and (max-width: 760px) {
  .section_education-welfare .section_education .detail_block dl.unit {
    /* for sp Device Only */
    margin-bottom: 11vw;
  }
}

.section_education-welfare .section_education .detail_block dl.unit dt {
  padding: 12px 0;
  background: #ccc5a9;
  font-size: 18px;
  line-height: 1;
  font-family: dnp-shuei-mincho-pr6, YuMincho, "游明朝", serif;
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  .section_education-welfare .section_education .detail_block dl.unit dt {
    /* for IE Only */
    padding: 12px 0 8px;
  }
}

@media screen and (max-width: 760px) {
  .section_education-welfare .section_education .detail_block dl.unit dt {
    /* for sp Device Only */
    padding: 3.2vw 0;
    font-size: 4.4vw;
  }
}

.section_education-welfare .section_education .detail_block dl.unit dd {
  margin-top: 18px;
}

@media screen and (max-width: 760px) {
  .section_education-welfare .section_education .detail_block dl.unit dd {
    /* for sp Device Only */
    margin-top: 2.6vw;
  }
}

.section_education-welfare .section_education .detail_block dl.unit dd .txt {
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_education-welfare .section_education .detail_block dl.unit dd .txt {
    /* for sp Device Only */
    line-height: 1.6;
    text-align: left;
  }
}

.section_education-welfare .section_education .detail_block dl.unit dd .inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 760px) {
  .section_education-welfare .section_education .detail_block dl.unit dd .inner {
    /* for sp Device Only */
    display: block;
  }
}

.section_education-welfare .section_education .detail_block dl.unit dd .inner .ph {
  width: 100%;
  max-width: 500px;
  margin-top: 6px;
}

.section_education-welfare .section_education .detail_block dl.unit.unit02 dd .inner {
  margin-top: 28px;
}

@media screen and (max-width: 760px) {
  .section_education-welfare .section_education .detail_block dl.unit.unit02 dd .inner {
    /* for sp Device Only */
    margin-top: 4.5vw;
  }
}

.section_education-welfare .section_education .detail_block dl.unit.unit02 dd .inner .box {
  width: 49%;
  max-width: 548px;
}

@media screen and (max-width: 760px) {
  .section_education-welfare .section_education .detail_block dl.unit.unit02 dd .inner .box {
    /* for sp Device Only */
    width: 100%;
    margin-bottom: 4vw;
  }
}

.section_education-welfare .section_education .detail_block dl.unit.unit02 dd .inner .box .tit {
  margin-bottom: 12px;
  padding-bottom: 6px;
  padding-left: 17px;
  border-bottom: solid 1px #bfbfbf;
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media screen and (max-width: 760px) {
  .section_education-welfare .section_education .detail_block dl.unit.unit02 dd .inner .box .tit {
    /* for sp Device Only */
    margin-bottom: 10px;
    padding-bottom: 4px;
    padding-left: 0;
  }
}

.section_education-welfare .section_education .detail_block dl.unit.unit02 dd .inner .box .txt {
  font-size: 13px;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .section_education-welfare .section_education .detail_block dl.unit.unit02 dd .inner .box .txt {
    /* for sp Device Only */
    font-size: 3.4vw;
  }
}

.section_education-welfare .section_education .detail_block dl.unit.unit03 dd {
  margin-top: 35px;
}

@media screen and (max-width: 760px) {
  .section_education-welfare .section_education .detail_block dl.unit.unit03 dd {
    /* for sp Device Only */
    margin-top: 4vw;
  }
}

.section_education-welfare .section_education .detail_block dl.unit.unit03 dd .inner .box .txt {
  margin-bottom: 16px;
  padding-right: 10px;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .section_education-welfare .section_education .detail_block dl.unit.unit03 dd .inner .box .txt {
    /* for sp Device Only */
    margin-bottom: 3px;
  }
}

.section_education-welfare .section_education .detail_block dl.unit.unit03 dd .inner .box .tit {
  margin-bottom: 6px;
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media screen and (max-width: 760px) {
  .section_education-welfare .section_education .detail_block dl.unit.unit03 dd .inner .box .tit {
    /* for sp Device Only */
    margin-bottom: 2.6vw;
    padding-right: 0;
  }
}

@media screen and (max-width: 760px) {
  .section_education-welfare .section_education .detail_block dl.unit.unit03 dd .inner .box .ph {
    /* for sp Device Only */
    margin-top: 7vw;
  }
}

.section_education-welfare .section_education .detail_block dl.unit.unit04 dd {
  margin-top: 30px;
}

@media screen and (max-width: 760px) {
  .section_education-welfare .section_education .detail_block dl.unit.unit04 dd {
    /* for sp Device Only */
    margin-top: 2.6vw;
  }
}

.section_education-welfare .section_education .detail_block dl.unit.unit04 dd .inner .box:first-child {
  padding-right: 10px;
}

@media screen and (max-width: 760px) {
  .section_education-welfare .section_education .detail_block dl.unit.unit04 dd .inner .box:first-child {
    /* for sp Device Only */
    padding-right: 0;
  }
}

.section_education-welfare .section_education .detail_block dl.unit.unit04 dd .inner .box .txt {
  text-align: left;
}

.section_education-welfare .section_education .detail_block dl.unit.unit04 dd .inner .box .coaching_area {
  position: relative;
  width: 100%;
  max-width: 589px;
  margin: 45px auto;
  padding: 18px 165px 18px 0;
  background: #f0eac3;
  font-size: 16.6px;
  font-family: dnp-shuei-mincho-pr6, YuMincho, "游明朝", serif;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_education-welfare .section_education .detail_block dl.unit.unit04 dd .inner .box .coaching_area {
    /* for sp Device Only */
    margin: 7vw auto;
    padding: 27vw 3vw 5vw;
    font-size: 3.6vw;
  }
}

.section_education-welfare .section_education .detail_block dl.unit.unit04 dd .inner .box .coaching_area::after {
  display: block;
  z-index: 1000;
  position: absolute;
  top: -22px;
  right: 11px;
  width: 190px;
  height: 163px;
  background: url(../about/img/welfare/img_coaching.png) top center no-repeat;
  background-size: 190px 163px;
  content: '';
}

@media screen and (max-width: 760px) {
  .section_education-welfare .section_education .detail_block dl.unit.unit04 dd .inner .box .coaching_area::after {
    /* for sp Device Only */
    top: 4vw;
    right: inherit;
    left: 50%;
    width: 25vw;
    height: 20.5vw;
    transform: translateX(-50%);
    background-size: 25vw 20.5vw;
  }
}

.section_education-welfare .section_education .detail_block dl.unit.unit04 dd .inner .box .coaching_area span {
  color: #b18a58;
}

.section_education-welfare .section_education .detail_block dl.unit.unit05 dd .inner {
  margin-top: 40px;
}

@media screen and (max-width: 760px) {
  .section_education-welfare .section_education .detail_block dl.unit.unit05 dd .inner {
    /* for sp Device Only */
    margin-top: 5vw;
  }
}

@media screen and (max-width: 760px) {
  .section_education-welfare .section_education .detail_block dl.unit.unit05 dd .inner .box {
    /* for sp Device Only */
    margin-bottom: 5vw;
  }
}

.section_education-welfare .section_education .detail_block dl.unit.unit05 dd .inner .box .txt {
  text-align: left;
}

.section_education-welfare .section_education .detail_block dl.unit.unit06 dd {
  margin-top: 30px;
}

@media screen and (max-width: 760px) {
  .section_education-welfare .section_education .detail_block dl.unit.unit06 dd {
    /* for sp Device Only */
    margin-top: 2.6vw;
  }
}

.section_education-welfare .section_education .detail_block dl.unit.unit06 dd .inner {
  width: 95%;
  max-width: 1025px;
  margin: 30px auto 0;
}

@media screen and (max-width: 760px) {
  .section_education-welfare .section_education .detail_block dl.unit.unit06 dd .inner {
    /* for sp Device Only */
    margin-top: 6vw;
  }
}

@media screen and (max-width: 760px) {
  .section_education-welfare .section_education .detail_block dl.unit.unit06 dd .inner .box {
    /* for sp Device Only */
    margin-bottom: 4vw;
  }
}

section.section_welfare {
  margin-top: 150px;
}

@media screen and (max-width: 760px) {
  section.section_welfare {
    /* for sp Device Only */
    margin-top: 25vw;
    padding: 0 5vw;
  }
}

section.section_welfare .detail_block {
  width: 95%;
  max-width: 1025px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  section.section_welfare .detail_block {
    /* for sp Device Only */
    width: 100%;
  }
}

section.section_welfare .detail_block .inner {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

@media screen and (max-width: 760px) {
  section.section_welfare .detail_block .inner {
    /* for sp Device Only */
    display: block;
    margin-top: 5vw;
  }
}

section.section_welfare .detail_block .inner .txt_box {
  padding-right: 10px;
}

@media screen and (max-width: 760px) {
  section.section_welfare .detail_block .inner .txt_box {
    /* for sp Device Only */
    padding-right: 0;
  }
}

section.section_welfare .detail_block .inner .txt {
  margin-bottom: 10px;
}

section.section_welfare .detail_block .inner .ph_box {
  width: 45%;
  max-width: 460px;
}

@media screen and (max-width: 760px) {
  section.section_welfare .detail_block .inner .ph_box {
    /* for sp Device Only */
    width: 100%;
    margin-top: 7vw;
  }
}

/**************************************

company

**************************************/
.main_company .section_company li.list_item.-message {
  background: url(../company/img/navi_img01.jpg) no-repeat center center;
  background-size: cover;
}

.main_company .section_company li.list_item.-business {
  background: url(../company/img/navi_img02.jpg) no-repeat center center;
  background-size: cover;
}

/**************************************

message

**************************************/
.main_message .container {
  background-color: #f7f7ed;
}

@media screen and (max-width: 760px) {
  .main_message .section_message {
    padding: 0 5vw 4vw;
  }
}

.main_message .section_company_message {
  margin-bottom: 9%;
}

@media screen and (max-width: 760px) {
  .main_message .section_company_message {
    margin-bottom: 20%;
  }
}

.main_message .section_company_message .unit_message {
  text-align: center;
}

.main_message .section_company_message .unit_message .box_ph {
  position: relative;
}

.main_message .section_company_message .unit_message .box_ph p {
  z-index: 1000;
  position: absolute;
  bottom: 28px;
  left: 40px;
  font-size: 26px;
  font-family: dnp-shuei-mincho-pr6, YuMincho, "游明朝", serif;
}

.main_message .section_company_message .unit_message .box_ph small {
  display: block;
  font-size: 15px;
}

@media screen and (min-width: 741px) {
  .main_message .section_company_message .unit_message {
    width: 1120px;
    margin: 0 auto;
  }
  .main_message .section_company_message .unit_message .txt_area {
    margin-bottom: 7%;
  }
  .main_message .section_company_message .unit_message .txt_area .ph {
    margin-bottom: 6%;
  }
  .main_message .section_company_message .unit_message .tit {
    margin-bottom: 2%;
    font-size: 32px;
  }
  .main_message .section_company_message .unit_message .txt_area03 {
    margin-bottom: 13%;
  }
  .main_message .section_company_message .unit_message .txt_area04 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main_message .section_company_message .unit_message .txt_area04 .ph {
    order: 2;
    width: 447px;
  }
  .main_message .section_company_message .unit_message .txt_area04 .txt {
    order: 1;
    padding-left: 8%;
  }
}

@media screen and (max-width: 760px) {
  .main_message .section_company_message .unit_message .txt_area {
    margin-bottom: 10%;
  }
  .main_message .section_company_message .unit_message .txt_area .ph {
    margin-bottom: 10%;
  }
  .main_message .section_company_message .unit_message .txt_area .tit {
    font-size: 5vw;
  }
  .main_message .section_company_message .unit_message .txt_area03 {
    margin-bottom: 18%;
  }
  .main_message .section_company_message .unit_message .box_ph {
    position: relative;
  }
  .main_message .section_company_message .unit_message .box_ph p {
    z-index: 1000;
    position: absolute;
    bottom: 10px;
    left: 8px;
    font-size: 3vw;
    font-family: dnp-shuei-mincho-pr6, YuMincho, "游明朝", serif;
    text-align: left;
  }
  .main_message .section_company_message .unit_message .box_ph small {
    font-size: 3vw;
  }
}

.main_message .section_company_message .unit_publication {
  padding: 3%;
  background-color: #ede5c8;
  text-align: center;
}

.main_message .section_company_message .unit_publication .tit {
  margin-bottom: 4%;
  font-size: 22px;
}

@media screen and (min-width: 741px) {
  .main_message .section_company_message .unit_publication {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1120px;
    margin: 0 auto;
  }
  .main_message .section_company_message .unit_publication .book_area {
    display: flex;
    justify-content: space-between;
  }
  .main_message .section_company_message .unit_publication .ph {
    width: 200px;
    margin-right: 10px;
  }
  .main_message .section_company_message .unit_publication .box_txt {
    padding-left: 3%;
  }
}

@media screen and (max-width: 760px) {
  .main_message .section_company_message .unit_publication {
    padding-bottom: 5%;
  }
  .main_message .section_company_message .unit_publication .book_area {
    display: flex;
    justify-content: space-between;
  }
  .main_message .section_company_message .unit_publication .ph {
    width: 49%;
    margin-bottom: 5vw;
  }
  .main_message .section_company_message .unit_publication .tit {
    margin-bottom: 2%;
    font-size: 18px;
  }
}

.main_message .section_company_info,
.main_message .section_history {
  border-top: 1px solid #141414;
}

.main_message .section_company_info dl,
.main_message .section_history dl {
  display: flex;
  width: 92%;
}

.main_message .section_company_info dl dt,
.main_message .section_history dl dt {
  display: flex;
  align-items: center;
  width: 27%;
  margin-right: 6px;
}

.main_message .section_company_info dl dd,
.main_message .section_history dl dd {
  width: 78%;
}

@media screen and (min-width: 741px) {
  .main_message .section_company_info,
  .main_message .section_history {
    width: 1120px;
    margin: 0 auto;
  }
  .main_message .section_company_info .article_h2,
  .main_message .section_history .article_h2 {
    margin-top: 30px;
  }
  .main_message .section_company_info dl dt,
  .main_message .section_history dl dt {
    width: 22%;
  }
  .main_message .section_company_info dl dd,
  .main_message .section_history dl dd {
    width: 78%;
  }
}

@media screen and (max-width: 760px) {
  .main_message .section_company_info dl,
  .main_message .section_history dl {
    width: 100%;
  }
  .main_message .section_history dl {
    display: block;
  }
}

.main_message .section_company_info {
  margin-bottom: 10%;
}

.main_message .section_company_info dl {
  margin-bottom: 6px;
}

.main_message .section_company_info dl dt {
  margin-right: 6px;
  padding: 10px 20px;
  background-color: #ede5c8;
}

.main_message .section_company_info dl dd {
  padding: 10px 20px;
  background-color: #fff;
}

.main_message .section_company_info .txt {
  margin: 3% auto;
  text-align: center;
}

.main_message .section_company_info iframe {
  width: 100%;
  height: 500px;
  border: none;
}

@media screen and (min-width: 741px) {
  .main_message .section_company_info .inner {
    display: flex;
  }
  .main_message .section_company_info .box_table {
    width: 630px;
  }
  .main_message .section_company_info .ph {
    width: 490px;
  }
  .main_message .section_company_info dl {
    width: 94%;
  }
  .main_message .section_company_info .box .inner {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 760px) {
  .main_message .section_company_info {
    margin-bottom: 20%;
  }
  .main_message .section_company_info iframe {
    height: 300px;
  }
  .main_message .section_company_info .ph {
    margin: 8% auto 6%;
  }
  .main_message .section_company_info .txt {
    margin-bottom: 8%;
  }
}

.main_message .section_history .tit {
  margin-bottom: 2%;
  text-align: center;
}

.main_message .section_history .txt {
  line-height: 2;
}

.main_message .section_history .unit {
  position: relative;
  margin-top: 8%;
  margin-left: 5%;
  padding-left: 40px;
}

.main_message .section_history .unit::before {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #c3c3c3;
  content: "";
}

.main_message .section_history .unit .box01 {
  margin-bottom: 5%;
}

.main_message .section_history .unit .box02 {
  padding-bottom: 5%;
}

.main_message .section_history .unit dl {
  position: relative;
  width: 100%;
  padding-bottom: 2%;
}

.main_message .section_history .unit dl::before {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: -44px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  border-radius: 50%;
  background-color: #002256;
  content: "";
}

.main_message .section_history .unit dt {
  width: 11%;
  padding-right: 2%;
  font-size: 28px;
  font-family: dnp-shuei-mincho-pr6, YuMincho, "游明朝", serif;
}

.main_message .section_history .unit dd {
  display: flex;
  align-items: center;
  width: 77%;
}

.main_message .section_history .unit dd .txt {
  line-height: 1.4;
}

.main_message .section_history .unit .ph_box {
  display: flex;
  padding-right: 1%;
}

.main_message .section_history .unit .ph {
  margin-right: 2%;
}

.main_message .section_history .unit dd.inner {
  width: 87%;
  padding: 2%;
  background-color: #ede5c8;
}

.main_message .section_history .unit dd.inner .ph {
  width: 180px;
}

.main_message .section_history .unit dd.inner .tit {
  margin-bottom: 0;
  color: #b18a58;
  font-size: 26px;
  line-height: 1.4;
  text-align: left;
}

@media screen and (min-width: 741px) {
  .main_message .section_history .article_h2 {
    padding-bottom: 30px;
  }
  .main_message .section_history .tit {
    font-size: 32px;
  }
  .main_message .section_history .ph {
    width: 160px;
  }
}

@media screen and (max-width: 760px) {
  .main_message .section_history .unit {
    margin-left: 1%;
    padding-left: 26px;
  }
  .main_message .section_history .unit dl {
    margin-bottom: 5%;
  }
  .main_message .section_history .unit dl::before {
    left: -30px;
  }
  .main_message .section_history .unit dt {
    width: 100%;
    font-size: 24px;
  }
  .main_message .section_history .unit dd {
    display: block;
    width: 100%;
  }
  .main_message .section_history .unit dd .ph {
    width: 70%;
    margin-bottom: 2vw;
    margin-left: 0;
  }
  .main_message .section_history .unit dd small {
    display: block;
    font-size: 3.6vw;
  }
  .main_message .section_history .unit dd.inner {
    width: 100%;
    padding: 5%;
  }
  .main_message .section_history .unit dd.inner .ph {
    width: 77%;
  }
  .main_message .section_history .unit dd.inner .tit {
    margin-bottom: 2px;
    color: #b18a58;
    font-size: 7vw;
    line-height: 1.4;
  }
  .main_message .section_history .unit .ph_box {
    padding-right: 0;
  }
  .main_message .section_history .unit .ph_box .ph:nth-child(n) {
    margin-bottom: 5%;
  }
  .main_message .section_history .unit .ph_box .ph:nth-child(3n-1) {
    margin-bottom: 5%;
  }
  .main_message .section_history .unit .ph, .main_message .section_history .unit .ph:nth-child(2n),
  .main_message .section_history .unit .ph:nth-child(3n) {
    margin-right: 0;
    margin-left: 2%;
  }
  .main_message .section_history .unit .box01,
  .main_message .section_history .unit .box02 {
    margin-bottom: 8%;
  }
  .main_message .section_history .unit .box02 dd.inner .ph {
    width: 100%;
  }
}

/**************************************

main_interview

**************************************/
.main_interview .section_vision .catch_name,
.main_interview .section_vision .inner .tit,
.main_interview .section_message .catch_name {
  margin-bottom: 15px;
}

@media screen and (max-width: 760px) {
  .main_interview .section_vision .catch_name,
  .main_interview .section_vision .inner .tit,
  .main_interview .section_message .catch_name {
    margin-bottom: 6%;
    padding: 10px;
  }
}

.main_interview .container {
  background-color: #f7f7ed;
}

/*staff_bg*/
.main_interview.interview01 .article_h2 {
  background: url(../interview/img/01/main.jpg) no-repeat top center;
  background-size: cover;
}

.main_interview.interview02 .article_h2 {
  background: #f7f7ed url(../interview/img/02/main.jpg) no-repeat top center;
  background-size: cover;
}

.main_interview.interview03 .article_h2 {
  background: #f7f7ed url(../interview/img/03/main.jpg) no-repeat top center;
  background-size: cover;
}

.main_interview.interview04 .article_h2 {
  background: #f7f7ed url(../interview/img/04/main.jpg) no-repeat top center;
  background-size: cover;
}

/*staff_cmn*/
.main_interview .container {
  width: 100%;
}

.main_interview h3 {
  padding-left: 0;
  line-height: 1;
  text-align: center;
}

.main_interview h3:before {
  display: none;
}

.main_interview h4 {
  font-weight: 900;
  font-family: dnp-shuei-mincho-pr6, YuMincho, "游明朝", serif;
  text-align: center;
}

.main_interview p {
  line-height: 1.8;
  text-align: center;
  /* font-size: 14px; */
}

@media screen and (min-width: 761px) {
  .main_interview .article_h2 {
    height: 510px;
  }
  .main_interview .container h3 {
    margin-bottom: 30px;
    font-size: 40px;
  }
  .main_interview .container h4 {
    margin-bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (max-width: 760px) {
  .main_interview.interview.index .article_h2 {
    margin-top: 0;
  }
  .main_interview .article_h2 {
    height: 150px;
    margin-top: 44px;
    margin-bottom: 7%;
  }
  .main_interview .container h3 {
    margin-bottom: 2%;
    padding-left: 0;
    font-size: 7vw;
  }
  .main_interview .container h4 {
    margin-bottom: 3%;
    font-size: 5.6vw;
  }
  .main_interview .container img {
    width: 100%;
  }
}

/*index*/
.index.main_interview .article_h2 {
  height: 280px;
  margin-bottom: 0;
}

.index.main_interview .career_block {
  margin-top: 100px;
}

@media screen and (max-width: 760px) {
  .index.main_interview .career_block {
    /* for sp Device Only */
    margin-top: 15vw;
  }
}

.index.main_interview .career_block h3 {
  margin-bottom: 0;
  font-size: 53px;
}

@media screen and (max-width: 760px) {
  .index.main_interview .career_block h3 {
    font-weight: 400;
    /* for sp Device Only */
    font-size: 9.8vw;
  }
}

.index.main_interview .career_block .sub {
  font-size: 18px;
  font-family: dnp-shuei-mincho-pr6, YuMincho, "游明朝", serif;
}

@media screen and (max-width: 760px) {
  .index.main_interview .career_block .sub {
    /* for sp Device Only */
    margin-top: 2px;
    font-size: 4.3vw;
  }
}

.index.main_interview .career_block .txt {
  font-size: 24px;
  line-height: 1.5;
  font-family: dnp-shuei-mincho-pr6, YuMincho, "游明朝", serif;
}

@media screen and (max-width: 760px) {
  .index.main_interview .career_block .txt {
    /* for sp Device Only */
    font-size: 4.5vw;
  }
}

.index.main_interview .career_block .intro_area {
  margin-top: 35px;
}

@media screen and (max-width: 760px) {
  .index.main_interview .career_block .intro_area {
    /* for sp Device Only */
    margin-top: 7vw;
  }
}

.index.main_interview .career_block .detail_area {
  width: 1120px;
  margin: 55px auto 10px;
}

@media screen and (max-width: 760px) {
  .index.main_interview .career_block .detail_area {
    /* for sp Device Only */
    width: 100%;
    margin: 9vw auto 0;
    padding: 0 5vw;
  }
}

.index.main_interview .career_block .detail_area dt {
  padding: 14px 0;
  background: #ccc5a9;
  font-size: 27px;
  line-height: 1;
  font-family: dnp-shuei-mincho-pr6, YuMincho, "游明朝", serif;
  text-align: center;
}

@media all and (-ms-high-contrast: none) {
  .index.main_interview .career_block .detail_area dt {
    /* for IE Only */
    padding: 14px 0 7px;
  }
}

@media screen and (max-width: 760px) {
  .index.main_interview .career_block .detail_area dt {
    padding: 3vw 0;
    /* for sp Device Only */
    font-size: 5.8vw;
  }
}

.index.main_interview .career_block .detail_area .txt_box {
  margin-top: 40px;
}

@media screen and (max-width: 760px) {
  .index.main_interview .career_block .detail_area .txt_box {
    /* for sp Device Only */
    margin-top: 8vw;
  }
}

.index.main_interview .career_block .detail_area .tit {
  margin-bottom: 20px;
  padding-bottom: 17px;
  border-bottom: solid 1px #111;
  font-size: 16px;
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .index.main_interview .career_block .detail_area .tit {
    margin-bottom: 2vw;
    padding-bottom: 3vw;
    padding-left: 1em;
    /* for sp Device Only */
    font-size: 3.6vw;
    line-height: 1.6;
    text-indent: -1em;
  }
}

.index.main_interview .career_block .detail_area .txt_area {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 760px) {
  .index.main_interview .career_block .detail_area .txt_area {
    /* for sp Device Only */
    display: block;
  }
}

.index.main_interview .career_block .detail_area .logo {
  order: 2;
  width: 170px;
}

@media screen and (max-width: 760px) {
  .index.main_interview .career_block .detail_area .logo {
    /* for sp Device Only */
    width: 35%;
    margin: 3vw auto 3vw;
  }
}

.index.main_interview .career_block .detail_area .txt {
  width: calc(100% - 10px);
  margin-right: 10px;
  margin-bottom: 45px;
  font-size: 15px;
  line-height: 2;
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .index.main_interview .career_block .detail_area .txt {
    width: 100%;
    margin-right: 0;
    /* for sp Device Only */
    margin-bottom: 6vw;
    font-size: 3.4vw;
    line-height: 1.8;
  }
}

.index.main_interview .career_block .detail_area dl.unit02.unit {
  margin-top: 80px;
}

@media screen and (max-width: 760px) {
  .index.main_interview .career_block .detail_area dl.unit02.unit {
    /* for sp Device Only */
    margin-top: 15vw;
  }
}

/*main_interview number*/
.main_interview {
  counter-reset: num 0;
}

.main_interview .num {
  position: relative;
  font-weight: 600;
  font-weight: 900;
  font-family: dnp-shuei-mincho-pr6, YuMincho, "游明朝", serif;
  text-align: left;
}

@media screen and (min-width: 761px) {
  .main_interview .num {
    margin-bottom: 15px;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.3;
  }
  .main_interview .num:before {
    padding: 20px 17px;
    font-size: 30px;
  }
  .main_interview .box_l, .main_interview .box_r {
    width: 500px;
  }
  .main_interview .box_l .num {
    line-height: 60px;
  }
}

@media screen and (max-width: 760px) {
  .main_interview .num {
    min-height: 60px;
    margin-bottom: 3%;
    font-size: 5.6vw;
    line-height: 1.3;
  }
  .main_interview .box_l, .main_interview .box_r {
    width: 100%;
    margin-bottom: 7%;
    float: none;
    float: initial;
  }
  .main_interview .box_l .num {
    line-height: 60px;
  }
}

/*profile_inner*/
.main_interview .profile_inner {
  position: relative;
  background-color: #f7f7ed;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.main_interview .profile_inner:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 2px;
  transform: translateX(-50%);
  background: #ccc;
  content: "";
}

.main_interview .profile_inner .staff_name {
  font-weight: 400;
  font-family: "baskerville-urw", serif;
  letter-spacing: 1px;
}

.main_interview .profile_inner h3 {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 1.4;
}

@media screen and (min-width: 761px) {
  .main_interview .profile_inner {
    padding: 50px 0 85px;
  }
  .main_interview .profile_inner:before {
    bottom: 45px;
    width: 50px;
  }
  .main_interview .profile_inner .staff_name {
    font-size: 30px;
  }
}

@media screen and (max-width: 760px) {
  .main_interview .profile_inner {
    margin-bottom: 6%;
    padding: 0 5% 6%;
  }
  .main_interview .profile_inner:before {
    width: 9%;
  }
  .main_interview .profile_inner h3 {
    font-size: 28px;
  }
  .main_interview .profile_inner .staff_name {
    font-size: 5vw;
  }
}

/*section_introduction*/
@media screen and (min-width: 761px) {
  .main_interview .section_introduction {
    width: 1080px;
    margin: 0 auto 95px;
  }
  .main_interview .section_introduction .ph {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 760px) {
  .main_interview .section_introduction {
    width: 90%;
    margin: 0 auto 11%;
  }
  .main_interview .section_introduction p {
    text-align: left;
  }
  .main_interview .section_introduction .ph {
    margin-bottom: 6%;
  }
  .main_interview .section_introduction h4 {
    line-height: 1.4;
  }
}

/*section_reason*/
.main_interview .section_reason .box_r p {
  text-align: left;
}

.main_interview .section_vision .catch_name,
.main_interview .section_message .catch_name {
  line-height: 1;
  font-family: "baskerville-urw", serif;
}

@media screen and (min-width: 761px) {
  .main_interview .section_reason {
    width: 1080px;
    margin: 0 auto 100px;
  }
  .main_interview .section_reason .box_l {
    width: 540px;
  }
  .main_interview .section_reason .box_r {
    width: 500px;
  }
  .main_interview .section_vision .catch_name,
  .main_interview .section_message .catch_name {
    margin-bottom: 30px;
    font-size: 60px;
  }
}

@media screen and (max-width: 760px) {
  .main_interview .section_reason {
    width: 100%;
    margin: 0 auto 10%;
  }
  .main_interview .section_reason .box_l, .main_interview .section_reason .box_r {
    width: 90%;
    margin: 0 auto 5%;
  }
  .main_interview .section_reason .box_l .num, .main_interview .section_reason .box_r .num {
    text-align: center;
  }
  .main_interview .section_vision .catch_name,
  .main_interview .section_message .catch_name {
    margin-bottom: 2%;
    font-size: 10vw;
  }
  .main_interview .section_vision .inner,
  .main_interview .section_message .inner {
    padding: 0 5%;
  }
}

/*section_vision*/
@media screen and (min-width: 761px) {
  /*section_vision*/
  .main_interview .section_vision {
    margin-bottom: 80px;
  }
  .main_interview .section_vision .tit {
    font-size: 24px;
  }
  .main_interview .section_vision .inner {
    padding-bottom: 45px;
  }
  .main_interview .section_vision p {
    font-size: 16px;
  }
}

@media screen and (max-width: 760px) {
  /*section_vision*/
  .main_interview .section_vision {
    margin-bottom: 12%;
  }
  .main_interview .section_vision .tit {
    margin-bottom: 1%;
    font-size: 5.5vw;
    line-height: 1.3;
  }
  .main_interview .section_vision .episode_tit {
    margin-bottom: 3%;
    font-size: 4.6vw;
  }
  .main_interview .section_vision .inner {
    padding: 0 5% 5%;
  }
}

.main_interview .section_message .tit,
.main_interview .section_vision .tit {
  background-color: #e5e1d3;
}

@media screen and (min-width: 761px) {
  .main_interview .section_message .tit,
  .main_interview .section_vision .tit {
    width: 1080px;
    margin: 0 auto 20px;
    padding: 5px 0px;
    font-size: 24px;
  }
}

@media all and (-ms-high-contrast: none) {
  /* for IE Only */
  .main_interview .section_message .tit,
  .main_interview .section_vision .tit {
    padding: 8px 0 2px;
  }
}

@media screen and (min-width: 761px) {
  .main_interview .section_message {
    padding-bottom: 40px;
  }
  .main_interview .section_message .ph {
    width: 1080px;
    margin: 0 auto 50px;
  }
  .main_interview .section_message .catch_name {
    margin-bottom: 25px;
  }
  .main_interview .section_message p {
    font-size: 16px;
  }
}

@media screen and (max-width: 760px) {
  .main_interview .section_message .ph {
    margin-bottom: 6%;
  }
  .main_interview .section_message .tit {
    width: 100%;
    margin: 0 auto 5%;
    padding: 2%;
    font-size: 5vw;
    line-height: 1.3;
    text-align: center;
  }
  .main_interview .section_message .catch_name {
    text-align: center;
  }
  .main_interview .section_message p {
    margin: 0 auto;
    text-align: left;
  }
}

/**************************************

recruit

**************************************/
.main_recruit .section_about li.list_item.-news {
  background: url(../recruit/img/navi_img01.jpg) no-repeat center center;
  background-size: cover;
}

.main_recruit .section_about li.list_item.-requirements {
  background: url(../recruit/img/navi_img02.jpg) no-repeat center center;
  background-size: cover;
}

.main_recruit .txt_area {
  margin-top: 3%;
  font-family: dnp-shuei-mincho-pr6, YuMincho, "游明朝", serif;
  text-align: center;
}

@media screen and (min-width: 761px) {
  .main_recruit .txt_area {
    font-size: 20px;
  }
}

@media screen and (max-width: 760px) {
  .main_recruit .txt_area {
    margin-top: 8%;
  }
}

/**************************************

requirements

**************************************/
.main_requirements {
  padding-bottom: 0;
  background-color: #f7f7ed;
}

.main_requirements .container {
  padding-bottom: 90px;
  background-color: #f7f7ed;
}

@media screen and (max-width: 760px) {
  .section_requirements {
    padding: 0 5%;
  }
}

.main_requirements .section_table {
  margin: 0 auto 6%;
  border-top: 1px solid #141414;
}

.main_requirements .section_table.section01 {
  border-top: none;
}

.main_requirements .section_table.section01 .article_h2 {
  margin-top: 0;
  margin-top: 30px;
}

.main_requirements .section_table.section01 .article_h2 h2 {
  padding-top: 0;
}

.main_requirements .section_table.section02 .nav_link {
  margin-top: 3%;
}

.main_requirements .section_table dl {
  display: flex;
  width: 92%;
  margin-bottom: 6px;
}

.main_requirements .section_table dl dt {
  display: flex;
  align-items: center;
  width: 22%;
  margin-right: 6px;
  margin-right: 6px;
  padding: 18px 20px;
  background-color: #ede5c8;
}

.main_requirements .section_table dl dd {
  width: 78%;
  padding: 18px 20px;
  background-color: #fff;
}

.main_requirements .section_table .txt {
  margin: 2% auto 3%;
  text-align: center;
}

.main_requirements .section_table .nav_link ul {
  margin: 0 auto;
  text-align: center;
}

.main_requirements .section_table .nav_link li {
  display: inline-block;
}

@media screen and (min-width: 761px) {
  .main_requirements .section_table {
    width: 1120px;
    margin: 0 auto 10%;
  }
  .main_requirements .section_table .article_h2 {
    margin-top: 40px;
  }
  .main_requirements .section_table.section03 {
    margin-bottom: 5%;
  }
  .main_requirements .section_table .nav_link li {
    width: 300px;
    margin: 0 10px;
  }
  .main_requirements .section_table .box .inner {
    display: flex;
    justify-content: space-between;
  }
  .main_requirements .section_table .box .box_table {
    width: 90%;
    max-width: 1120px;
    margin: 0 auto;
  }
  .main_requirements .section_table .box .box_table dl {
    width: 100%;
  }
  .main_requirements .section_table .box .box_table dl dt {
    width: 22%;
  }
  .main_requirements .section_table .box .box_table dl dd {
    width: 78%;
  }
}

@media screen and (max-width: 760px) {
  .main_requirements .section_table {
    margin-bottom: 18%;
  }
  .main_requirements .section_table .article_h2 {
    padding-top: 0;
  }
  .main_requirements .section_table .article_h2 h2 {
    padding: 10vw 0 0;
  }
  .main_requirements .section_table .box .box_table dl {
    width: 100%;
  }
  .main_requirements .section_table .box .btn_area .btn_block {
    width: 100%;
    margin-bottom: 16%;
    font-size: 1em;
  }
  .main_requirements .section_table .box .btn_area .btn_block:after {
    z-index: 1000;
    position: absolute;
    top: 49%;
    right: 24px;
    width: 33.5px;
    height: 4.5px;
    transform: translateY(-50%) skew(65deg);
    border-right: 2px solid #141414;
    border-bottom: 1px solid #141414;
    content: '';
  }
  .main_requirements .section_table .box .nav_link {
    margin-top: 8%;
  }
  .main_requirements .section_table .box .nav_link ul {
    margin: 0;
    padding: 0;
  }
  .main_requirements .section_table .box .nav_link ul li {
    width: 90%;
    margin-bottom: 10px;
  }
  .main_requirements .section_table .box .btn_area .btn_block {
    width: 100%;
    height: 56px;
    margin: 10% auto 0;
    font-size: 1em;
  }
  .main_requirements .section_table .txt {
    margin: 6% auto 8%;
    text-align: center;
  }
  .main_requirements .section_table .rikunabi {
    margin-top: 2%;
  }
  .main_requirements .section_table .doda {
    margin-top: 3%;
  }
}

.main_requirements .section_table .btn_area {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin: 40px auto 30px;
  border: none;
  background: #002256;
  background: linear-gradient(to right, #002256 0%, #5c7293 100%);
  color: #ffffff;
  font-size: 24px;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color01', endColorstr='#7983b0',GradientType=1 );
  opacity: 1;
}

.main_requirements .section_table .btn_area::after {
  border-right: 2px solid #fff;
  border-bottom: 1px solid #fff;
}

.main_requirements .section_table .btn_area a {
  color: #fff;
  font-size: 18px;
  line-height: 60px;
}

@media screen and (min-width: 761px) {
  .main_requirements .section_table .btn_area {
    width: 480px;
  }
  .main_requirements .section_table .btn_area a {
    width: 480px;
  }
}

@media screen and (max-width: 760px) {
  .main_requirements .section_table .btn_area {
    width: 90%;
    margin: 7% auto 0;
  }
  .main_requirements .section_table .btn_area a {
    font-size: 15px;
  }
}

.main_requirements .section_table .btn_area::before {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  background: linear-gradient(to right, rgba(0, 34, 86, 0.64) 100%, #002256 100%);
  content: '';
  content: '';
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3049c84', endColorstr='#049c84',GradientType=1 );
  transition: transform .3s;
}

.main_requirements .section_table .btn_area[href]:hover:before {
  transform: scale(1, 1);
  transform-origin: left top;
}

.main_requirements .section_policy {
  margin-top: -4%;
  padding-top: 4%;
}

.main_requirements .section_policy .inner {
  margin: 0 auto;
  padding: 0 3% 3%;
  background-color: #fff;
}

.main_requirements .section_policy .article_h2 {
  padding-bottom: 10px;
  background-color: #fff;
}

.main_requirements .section_policy .unit {
  margin-top: 40px;
  line-height: 1.8;
}

.main_requirements .section_policy .unit h3 {
  margin-bottom: 15px;
  padding: 9px 0 9px 16px;
  background: #ede5c8;
  font-size: 18px;
}

@media all and (-ms-high-contrast: none) {
  .main_requirements .section_policy .unit h3 {
    /* for IE Only */
    padding: 11px 14px 7px;
  }
}

.main_requirements .section_policy .txt {
  margin-bottom: 15px;
  font-size: 14px;
}

.main_requirements .section_policy .enact {
  text-align: right;
}

@media screen and (min-width: 741px) {
  .main_requirements .section_policy .inner {
    width: 1120px;
  }
}

@media screen and (max-width: 760px) {
  .main_requirements .section_policy .article_h2 {
    padding-bottom: 6%;
  }
  .main_requirements .section_policy .article_h2 h2 {
    padding: 6vw 0 2vw;
  }
  .main_requirements .section_policy .inner {
    padding: 0 5% 5%;
  }
  .main_requirements .section_policy .txt.enact {
    font-size: 3.4vw;
    line-height: 1.6;
  }
  .main_requirements .section_policy .unit {
    margin-top: 9%;
  }
  .main_requirements .section_policy .unit h3 {
    margin-bottom: 10px;
    padding: 4%;
    font-size: 4vw;
    line-height: 1.4;
  }
  .main_requirements .section_policy .txt {
    font-size: inherit;
  }
}

/**************************************

career

**************************************/
.main_naka.-career .header {
  z-index: -1;
}

.main_naka.-career.fixbody .header {
  z-index: 10000;
}

.main_career {
  margin-top: 0;
}

.main_career .article_h2 {
  position: relative;
  width: 1446px;
  margin: 0 auto;
  margin-top: 0;
}

@media screen and (max-width: 760px) {
  .main_career .article_h2 {
    /* for sp Device Only */
    width: 100%;
    padding: 0;
  }
}

.main_career .article_h2 .mv {
  height: 580px;
  background: url(../career/img/mv.jpg) no-repeat top center;
  background-size: cover;
}

.main_career .article_h2 .mv::after {
  content: none;
}

@media screen and (max-width: 760px) {
  .main_career .article_h2 .mv {
    /* for sp Device Only */
    height: 151vw;
    background: url(../career/img/mv_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}

.main_career .article_h2 .link_area {
  z-index: 1000;
  position: absolute;
  top: 23px;
  left: 26px;
}

@media screen and (max-width: 760px) {
  .main_career .article_h2 .link_area {
    top: 2%;
    /* for sp Device Only */
    left: 50%;
    transform: translateX(-50%);
  }
}

.main_career .article_h2 .link_area a {
  display: block;
  overflow: hidden;
  background: url(../img/cmn/logo_bl.png) 0 0 no-repeat;
  background-size: 275px auto;
  font-weight: 700;
  font-size: 15px;
  text-indent: 115%;
  white-space: nowrap;
}

@media screen and (max-width: 760px) {
  .main_career .article_h2 .link_area a {
    /* for sp Device Only */
    background-size: 50vw auto;
  }
}

.main_career .article_h2 .link_area a::after {
  z-index: 1000;
  position: absolute;
  top: 37px;
  left: 138px;
  width: 140px;
  height: 26px;
  padding: 8px 0;
  transform: translateX(-50%);
  background: url(../img/cmn/logo_kimura.png) 0 0 no-repeat;
  background-size: 140px auto;
  content: "";
}

@media screen and (max-width: 760px) {
  .main_career .article_h2 .link_area a::after {
    top: 6vw;
    /* for sp Device Only */
    left: 50%;
    width: 30vw;
    background-size: 30vw auto;
  }
}

.main_career .article_h2 h2 {
  z-index: 1000;
  position: absolute;
  top: 287px;
  left: 50%;
  width: 432px;
  height: 40px;
  padding-top: 1px;
  transform: translateX(-50%);
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.9);
  color: #002b51;
  font-size: 23px;
  line-height: 40px;
}

@media screen and (max-width: 760px) {
  .main_career .article_h2 h2 {
    /* for sp Device Only */
    top: 77vw;
    left: 50%;
    width: 76%;
    height: 7vw;
    border-radius: 40px;
    font-size: 4vw;
    line-height: 7vw;
  }
}

.main_career .article_h2 .sub {
  z-index: 1000;
  position: absolute;
  bottom: 95px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 51px;
  line-height: 1.3;
  text-shadow: 0 0 8px #161616;
}

@media screen and (max-width: 760px) {
  .main_career .article_h2 .sub {
    /* for sp Device Only */
    bottom: 10vw;
    padding-left: 3vw;
    font-size: 8vw;
  }
}

.main_career .article_h2 .sub span {
  display: block;
  font-size: 27px;
  line-height: 2.2;
}

@media screen and (max-width: 760px) {
  .main_career .article_h2 .sub span {
    margin-bottom: 2.8vw;
    /* for sp Device Only */
    font-size: 4.6vw;
    line-height: 1.4;
  }
}

.section_career .unit_link {
  margin-bottom: 5%;
}

@media screen and (max-width: 760px) {
  .section_career .unit_link {
    /* for sp Device Only */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 6vw 5vw;
  }
}

.section_career .unit_link li {
  width: 266px;
  margin: 0 4px;
  background-color: #ccc5a9;
}

@media screen and (max-width: 760px) {
  .section_career .unit_link li {
    /* for sp Device Only */
    width: 48.4%;
    margin: 0 2px 10px;
    font-size: 3.4vw;
  }
}

.section_career .unit_link a {
  padding: 17px 10px;
}

@media screen and (max-width: 760px) {
  .section_career .unit_link a {
    /* for sp Device Only */
    padding: 2.4vw 2vw;
  }
}

@media screen and (max-width: 760px) {
  .section_career .unit_link a::after {
    /* for sp Device Only */
    right: 9px;
    width: 7px;
    height: 7px;
  }
}

.section_career .section_message {
  text-align: center;
}

.section_career .section_message .tit {
  font-size: 32px;
}

@media screen and (max-width: 760px) {
  .section_career .section_message .tit {
    /* for sp Device Only */
    font-size: 5.6vw;
  }
}

.section_career .section_message .txt {
  margin-top: 30px;
}

@media screen and (max-width: 760px) {
  .section_career .section_message .txt {
    /* for sp Device Only */
    margin-top: 4vw;
    line-height: 1.6;
    letter-spacing: -1px;
  }
}

.section_career .section_features {
  width: 1120px;
  margin: 110px auto 85px;
}

@media screen and (max-width: 760px) {
  .section_career .section_features {
    /* for sp Device Only */
    width: 100%;
    margin: 5vw auto 5vw;
    padding: 0 5vw;
  }
}

.section_career .section_features h3 {
  color: #002256;
  font-size: 23px;
}

@media screen and (max-width: 760px) {
  .section_career .section_features h3 {
    /* for sp Device Only */
    font-size: 4.2vw;
  }
}

.section_career .section_features .unit {
  margin-top: 90px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_career .section_features .unit {
    /* for sp Device Only */
    margin-top: 12vw;
  }
}

.section_career .section_features .unit dt {
  margin-top: 23px;
  padding: 4px 0 2px;
  background: #002256;
  color: #fff;
  font-size: 32px;
  font-family: dnp-shuei-mincho-pr6, YuMincho, "游明朝", serif;
}

@media screen and (max-width: 760px) {
  .section_career .section_features .unit dt {
    margin-top: 3vw;
    padding: 2vw 0 2vw;
    /* for sp Device Only */
    font-size: 5.2vw;
  }
}

.section_career .section_features .unit .ph_box {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 760px) {
  .section_career .section_features .unit .ph_box {
    /* for sp Device Only */
    margin: 5vw auto;
  }
}

.section_career .section_features .unit .txt_box .tit {
  margin-bottom: 12px;
  font-size: 32px;
}

@media screen and (max-width: 760px) {
  .section_career .section_features .unit .txt_box .tit {
    margin-bottom: 3vw;
    /* for sp Device Only */
    font-size: 5.6vw;
  }
}

@media screen and (max-width: 760px) {
  .section_career .section_features .unit .txt_box .txt {
    /* for sp Device Only */
    line-height: 1.6;
  }
}

.section_career .section_features .unit.unit01 .ph_box {
  width: 942px;
  margin: 35px auto 36px;
}

@media screen and (max-width: 760px) {
  .section_career .section_features .unit.unit01 .ph_box {
    /* for sp Device Only */
    width: 100%;
  }
}

.section_career .section_features .unit.unit02 .ph_box {
  margin: 25px auto;
}

@media screen and (max-width: 760px) {
  .section_career .section_features .unit.unit02 .ph_box {
    /* for sp Device Only */
    margin: 0 auto 6vw;
  }
}

@media screen and (max-width: 760px) {
  .section_career .section_features .unit.unit02 .txt, .section_career .section_features .unit.unit03 .txt {
    /* for sp Device Only */
    text-align: left;
  }
}

.section_career .section_features .unit.unit03 .ph_box {
  width: 1053px;
  margin: 35px auto 40px;
}

@media screen and (max-width: 760px) {
  .section_career .section_features .unit.unit03 .ph_box {
    /* for sp Device Only */
    width: 100%;
    margin: 4vw auto 6vw;
  }
}

.section_career .section_features .unit.unit03 dd {
  margin: 27px auto 0;
}

@media screen and (max-width: 760px) {
  .section_career .section_features .unit.unit03 dd {
    margin: 4.5vw auto 0;
  }
}

.section_career .section_features .unit.unit03 dt,
.section_career .section_features .unit.unit04 dt {
  padding: 14px 0;
  background: #ccc5a9;
  color: #141414;
  font-size: 32px;
  line-height: 1;
  font-family: dnp-shuei-mincho-pr6, YuMincho, "游明朝", serif;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_career .section_features .unit.unit03 dt {
    font-size: 5.2vw;
  }
}

@media all and (-ms-high-contrast: none) {
  .section_career .section_features .unit.unit04 dt {
    /* for IE Only */
    padding: 14px 0 7px;
  }
}

@media screen and (max-width: 760px) {
  .section_career .section_features .unit.unit04 dt {
    /* for sp Device Only */
    font-size: 5.2vw;
  }
}

.section_career .section_features .unit.unit04 .catch {
  margin: 27px auto 0;
  font-size: 23px;
  font-family: dnp-shuei-mincho-pr6, YuMincho, "游明朝", serif;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_career .section_features .unit.unit04 .catch {
    /* for sp Device Only */
    margin: 4.5vw auto 0;
    font-size: 4.4vw;
    line-height: 1.4;
  }
}

.section_career .section_features .unit.unit04 .logo_box {
  display: flex;
  justify-content: space-between;
  width: 661px;
  margin: 25px auto 10px;
}

@media screen and (max-width: 760px) {
  .section_career .section_features .unit.unit04 .logo_box {
    /* for sp Device Only */
    width: 100%;
    margin: 5vw auto;
  }
}

.section_career .section_features .unit.unit04 .txt_box {
  margin-top: 33px;
}

@media screen and (max-width: 760px) {
  .section_career .section_features .unit.unit04 .txt_box {
    /* for sp Device Only */
    margin-top: 4vw;
  }
}

.section_career .section_features .unit.unit04 .tit {
  margin-bottom: 20px;
  padding-bottom: 17px;
  border-bottom: solid 1px #141414;
  font-size: 16px;
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .section_career .section_features .unit.unit04 .tit {
    margin-bottom: 2vw;
    padding-bottom: 3vw;
    padding-left: 1em;
    /* for sp Device Only */
    font-size: 3.4vw;
    line-height: 1.6;
    text-indent: -1em;
  }
}

.section_career .section_features .unit.unit04 .txt_area {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 760px) {
  .section_career .section_features .unit.unit04 .txt_area {
    /* for sp Device Only */
    display: block;
  }
}

.section_career .section_features .unit.unit04 .logo {
  order: 2;
  width: 170px;
}

@media screen and (max-width: 760px) {
  .section_career .section_features .unit.unit04 .logo {
    /* for sp Device Only */
    width: 32%;
    float: right;
  }
}

.section_career .section_features .unit.unit04 .txt {
  width: calc(100% - 8px);
  margin-right: 10px;
  margin-bottom: 45px;
  font-size: 15px;
  line-height: 2;
  font-family: a-otf-gothic-bbb-pr6n, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  text-align: left;
}

@media screen and (max-width: 760px) {
  .section_career .section_features .unit.unit04 .txt {
    width: 100%;
    margin-right: 0;
    /* for sp Device Only */
    margin-bottom: 7vw;
    font-size: 3.4vw;
    line-height: 1.8;
  }
}

.section_career .section_interview {
  padding: 89px 0 117px;
  background: #002256;
}

@media screen and (max-width: 760px) {
  .section_career .section_interview {
    /* for sp Device Only */
    padding: 12vw 5vw 10vw;
  }
}

.section_career .section_interview h3 {
  margin-bottom: 40px;
  color: #fff;
  font-size: 32px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_career .section_interview h3 {
    /* for sp Device Only */
    margin-bottom: 5vw;
    font-weight: 400;
    font-size: 5.2vw;
  }
}

.section_career .section_interview .inner {
  width: 1120px;
  margin: 0 auto;
  padding: 37px 35px 50px;
  background: #fff;
}

@media screen and (max-width: 760px) {
  .section_career .section_interview .inner {
    /* for sp Device Only */
    width: 100%;
    padding: 4.5vw 4vw 7vw;
  }
}

.section_career .section_interview .inner .ph {
  width: 548px;
  margin-right: 30px;
  margin-bottom: 10px;
  float: left;
}

@media screen and (max-width: 760px) {
  .section_career .section_interview .inner .ph {
    /* for sp Device Only */
    width: 100%;
    margin-bottom: 5vw;
  }
}

.section_career .section_interview .inner .tit {
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 1.4;
}

@media screen and (max-width: 760px) {
  .section_career .section_interview .inner .tit {
    /* for sp Device Only */
    margin-bottom: 4vw;
    font-size: 5vw;
    line-height: 1.5;
    letter-spacing: -1px;
  }
}

@media screen and (max-width: 760px) {
  .section_career .section_interview .inner .txt {
    /* for sp Device Only */
    line-height: 1.6;
  }
}

.section_career .section_interview .inner .sub {
  display: flex;
  margin: 17px 0 15px;
  padding: 4px 16px 7px;
  background: #002256;
  color: #fff;
}

@media screen and (max-width: 760px) {
  .section_career .section_interview .inner .sub {
    /* for sp Device Only */
    margin: 3vw auto 4vw;
    padding: 2vw 3vw;
  }
}

.section_career .section_interview .inner .unit01 {
  margin-bottom: 60px;
}

@media screen and (max-width: 760px) {
  .section_career .section_interview .inner .unit01 {
    /* for sp Device Only */
    margin-bottom: 10vw;
  }
}

.section_career .section_interview .inner .unit02 .ph {
  margin-right: 0;
  margin-left: 30px;
  float: right;
}

.section_career .section_about .about_block {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 1045px;
  padding: 140px 0 0;
  background: url(../career/img/bg_about.png) no-repeat top center;
  background-size: cover;
}

@media screen and (max-width: 760px) {
  .section_career .section_about .about_block {
    /* for sp Device Only */
    height: 165vw;
    padding: 15vw 0 0;
    background: url(../career/img/bg_about_sp.png) no-repeat top center;
    background-size: cover;
  }
}

.section_career .section_about .about_block .inner {
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .section_career .section_about .about_block .inner {
    /* for sp Device Only */
    width: 100%;
  }
}

.section_career .section_about .about_block .inner .logo {
  width: 443px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .section_career .section_about .about_block .inner .logo {
    /* for sp Device Only */
    width: 66vw;
  }
}

.section_career .section_about .about_block .inner .tit {
  margin-top: 28px;
  font-size: 32px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_career .section_about .about_block .inner .tit {
    /* for sp Device Only */
    margin-top: 3vw;
    font-size: 5.4vw;
  }
}

.section_career .section_about .about_block .inner .txt {
  margin-top: 13px;
  font-size: 21px;
  line-height: 1.6;
  font-family: dnp-shuei-mincho-pr6, YuMincho, "游明朝", serif;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_career .section_about .about_block .inner .txt {
    /* for sp Device Only */
    margin-top: 1vw;
    font-size: 3.6vw;
    letter-spacing: -.5px;
  }
}

.section_career .section_about .about_block .inner .logo_box {
  display: flex;
  margin-top: 35px;
}

@media screen and (max-width: 760px) {
  .section_career .section_about .about_block .inner .logo_box {
    /* for sp Device Only */
    flex-wrap: wrap;
    margin-top: 5vw;
  }
}

.section_career .section_about .about_block .inner .logo_box .logo {
  width: auto;
  height: 64px;
}

@media screen and (max-width: 760px) {
  .section_career .section_about .about_block .inner .logo_box .logo {
    /* for sp Device Only */
    height: 10vw;
    margin-bottom: 4vw;
  }
}

.section_career .section_about .about_block .inner .logo_box .logo img {
  width: auto;
  height: 100%;
}

.section_career .section_about .about_block .inner .map_box iframe {
  width: 100%;
  height: 415px;
  margin-top: 45px;
}

@media screen and (max-width: 760px) {
  .section_career .section_about .about_block .inner .map_box iframe {
    /* for sp Device Only */
    height: 57vw;
    margin-top: 3vw;
    padding: 0 5vw;
  }
}

.section_career .section_about .data_block {
  width: 1120px;
  margin: 110px auto 0;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_career .section_about .data_block {
    /* for sp Device Only */
    width: 100%;
    margin: 11vw auto 10vw;
    padding: 0 5vw;
  }
}

.section_career .section_about .data_block .tit {
  font-size: 52px;
  font-family: "baskerville-urw", serif;
}

@media screen and (max-width: 760px) {
  .section_career .section_about .data_block .tit {
    /* for sp Device Only */
    font-size: 12vw;
  }
}

.section_career .section_about .data_block .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 760px) {
  .section_career .section_about .data_block .inner {
    /* for sp Device Only */
    display: block;
  }
}

.section_career .section_about .data_block .unit {
  width: 49%;
  margin-bottom: 40px;
}

@media screen and (max-width: 760px) {
  .section_career .section_about .data_block .unit {
    /* for sp Device Only */
    width: 100%;
    margin-bottom: 8vw;
  }
}

.section_career .section_about .data_block .unit h3 {
  padding: 20px;
  border-top: solid 1px #141414;
  border-bottom: solid 1px #141414;
  font-size: 21px;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_career .section_about .data_block .unit h3 {
    padding: 4vw;
    font-weight: 400;
    /* for sp Device Only */
    font-size: 4.8vw;
  }
}

.section_career .section_about .data_block .unit .contents_area {
  padding-top: 25px;
}

@media screen and (max-width: 760px) {
  .section_career .section_about .data_block .unit .contents_area {
    /* for sp Device Only */
    padding-top: 5vw !important;
  }
}

.section_career .section_about .data_block .unit .contents_area .ratio {
  font-size: 88px;
  line-height: 1;
  font-family: dnp-shuei-mincho-pr6, YuMincho, "游明朝", serif;
  letter-spacing: 5px;
}

.section_career .section_about .data_block .unit .contents_area .shuffle {
  font-size: 41px;
  line-height: 1;
  font-family: dnp-shuei-mincho-pr6, YuMincho, "游明朝", serif;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_career .section_about .data_block .unit .contents_area .shuffle {
    /* for sp Device Only */
    font-size: 9vw;
  }
}

.section_career .section_about .data_block .unit .contents_area .shuffle em {
  padding: 0 6px;
  font-size: 66px;
  vertical-align: sub;
}

@media screen and (max-width: 760px) {
  .section_career .section_about .data_block .unit .contents_area .shuffle em {
    padding: 0 5px;
    font-style: inherit;
    /* for sp Device Only */
    font-size: 15.5vw;
  }
}

.section_career .section_about .data_block .unit .contents_area .shuffle span {
  display: block;
  display: block;
  margin: 6px auto 24px;
  font-size: 18px;
  letter-spacing: 1px;
}

@media screen and (max-width: 760px) {
  .section_career .section_about .data_block .unit .contents_area .shuffle span {
    margin-bottom: 5vw;
    /* for sp Device Only */
    font-size: 4.5vw;
  }
}

.section_career .section_about .data_block .unit .contents_area .txt {
  margin-top: 10px;
  line-height: 1.8;
  text-align: center;
}

.section_career .section_about .data_block .unit.unit01 {
  margin-top: 50px;
}

@media screen and (max-width: 760px) {
  .section_career .section_about .data_block .unit.unit01 {
    /* for sp Device Only */
    width: 100%;
    margin-top: 6vw;
  }
}

.section_career .section_about .data_block .unit.unit02 {
  width: 49%;
  margin-top: 50px;
}

@media screen and (max-width: 760px) {
  .section_career .section_about .data_block .unit.unit02 {
    /* for sp Device Only */
    width: 100%;
    margin-top: 10vw;
    margin-bottom: 11vw;
  }
}

@media screen and (max-width: 760px) {
  .section_career .section_about .data_block .unit.unit02 .graphimg {
    /* for sp Device Only */
    width: 86%;
    margin: 0 auto;
  }
}

.section_career .section_about .data_block .unit.-col3 {
  width: 32%;
}

@media screen and (max-width: 760px) {
  .section_career .section_about .data_block .unit.-col3 {
    /* for sp Device Only */
    width: 100%;
  }
}

.section_career .section_about .voice_block {
  width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .section_career .section_about .voice_block {
    /* for sp Device Only */
    width: 100%;
    padding: 0 5vw;
  }
}

.section_career .section_about .voice_block .tit {
  margin-top: 23px;
  padding: 7px 0 6px;
  background: #002256;
  color: #fff;
  font-size: 23px;
  font-family: dnp-shuei-mincho-pr6, YuMincho, "游明朝", serif;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_career .section_about .voice_block .tit {
    /* for sp Device Only */
    margin-top: 3vw;
    padding: 2vw 0 2vw;
    font-size: 5.2vw;
  }
}

.section_career .section_about .voice_block .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 43px auto 0;
}

@media screen and (max-width: 760px) {
  .section_career .section_about .voice_block .inner {
    /* for sp Device Only */
    margin: 5vw auto 0;
  }
}

.section_career .section_about .voice_block .inner .unit {
  width: 48.5%;
  margin-bottom: 34px;
}

@media screen and (max-width: 760px) {
  .section_career .section_about .voice_block .inner .unit {
    /* for sp Device Only */
    width: 100%;
    margin-bottom: 3vw;
  }
}

.section_career .section_faq {
  width: 1120px;
  margin: 80px auto 0;
}

@media screen and (max-width: 760px) {
  .section_career .section_faq {
    /* for sp Device Only */
    width: 100%;
    margin: 10vw auto 0;
    padding: 0 5vw;
  }
}

.section_career .section_faq .tit {
  margin-bottom: 15px;
  font-size: 32px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_career .section_faq .tit {
    margin-bottom: 2.6vw;
    /* for sp Device Only */
    font-size: 4.6vw;
  }
}

.section_career .section_faq dt {
  position: relative;
  margin-top: 5px;
  padding: 11px 24px 10px;
  background: #dfdac9;
  font-size: 20px;
  font-family: dnp-shuei-mincho-pr6, YuMincho, "游明朝", serif;
}

@media screen and (max-width: 760px) {
  .section_career .section_faq dt {
    padding: 3vw 5vw 2.8vw;
    /* for sp Device Only */
    font-size: 3.4vw;
  }
}

.section_career .section_faq dt::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 11px;
  height: 11px;
  margin-top: -6px;
  background: url(../img/cmn/icon_faq02.png) 0 0 no-repeat;
  background-size: 11px auto;
  content: "";
}

.section_career .section_faq dt.active:after {
  background: url(../img/cmn/icon_faq01.png) 0 0 no-repeat;
  background-size: 11px auto;
}

.section_career .section_faq dd {
  display: none;
  margin: 20px 20px 38px;
}

@media screen and (max-width: 760px) {
  .section_career .section_faq dd {
    /* for sp Device Only */
    margin: 3vw 1vw 6vw;
  }
}

.section_requirements {
  width: 1120px;
  margin: 103px auto 90px;
}

@media screen and (max-width: 760px) {
  .section_requirements {
    /* for sp Device Only */
    width: 100%;
    margin: 12vw auto 5vw;
  }
}

.section_requirements .tit {
  font-size: 32px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .section_requirements .tit {
    /* for sp Device Only */
    font-size: 4.6vw;
  }
}

.section_requirements .box_table {
  margin-top: 25px;
}

@media screen and (max-width: 760px) {
  .section_requirements .box_table {
    /* for sp Device Only */
    margin-top: 2.5vw;
  }
}

.section_requirements .box_table dl {
  display: flex;
  width: 100%;
  margin-bottom: 6px;
}

@media screen and (max-width: 760px) {
  .section_requirements .box_table dl {
    /* for sp Device Only */
  }
}

.section_requirements .box_table dt {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 22%;
  margin-right: 6px;
  margin-right: 6px;
  padding: 18px 20px;
  background-color: #dfdac9;
}

@media screen and (max-width: 760px) {
  .section_requirements .box_table dt {
    /* for sp Device Only */
    width: 100%;
    margin-right: 0;
    padding: 2vw 0 2.5vw;
    font-size: 4vw;
  }
}

.section_requirements .box_table dd {
  width: 78%;
  padding: 18px 20px;
  background-color: #fff;
}

@media screen and (max-width: 760px) {
  .section_requirements .box_table dd {
    /* for sp Device Only */
    width: 100%;
    padding: 3vw;
  }
}

/**************************************

404

**************************************/
.not {
  width: 440px;
  margin: 60px auto 90px;
}

.not .tit {
  margin: 0 0 10px;
}

.not .txt {
  margin: 0 0 10px;
}

.not ul li {
  margin: 0 4px 0 0;
  float: left;
}

@media screen and (max-width: 740px) {
  .not {
    width: 100%;
    margin: 5% auto 10%;
  }
}

/* ----------------------------------------------------------

Clear Fix

---------------------------------------------------------- */
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}

/* ----------------------------------------------------------

/about/vision.html

---------------------------------------------------------- */
.aboutvision h3 {
  margin-bottom: 25px;
  font-size: 32px;
}

.aboutvision .txt_top {
  margin-bottom: 60px;
  text-align: center;
}

.aboutvision .txt_area {
  margin-bottom: 60px;
  text-align: center;
}

.aboutvision .ph_area {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 41px;
}

.aboutvision .ph_area02 {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 41px;
}

@media screen and (max-width: 760px) {
  .aboutvision h3 {
    margin-bottom: 4vw;
    font-weight: 400;
    font-size: 5.5vw;
  }
  .aboutvision .txt_area {
    margin: 0 5vw 13vw;
    font-size: 3.4vw;
    line-height: 1.8;
  }
  .aboutvision .txt_area .txt {
    line-height: 1.8;
    text-align: left;
  }
  .aboutvision .ph_area {
    width: 90%;
    margin-bottom: 6vw;
  }
  .aboutvision .txt_top {
    margin: 0 5vw 7vw;
    font-size: 3.4vw;
    line-height: 1.8;
  }
}

@media screen and (min-width: 761px) {
  .aboutvision .area01 {
    margin-bottom: 109px;
  }
}
/*# sourceMappingURL=skin.css.map */
