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

cmn

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

.ta_r {
  text-align: right;
}

.txt_link {
  margin-top: 6px;
  display: block;
  font-weight: 600;
}
.txt_link a {
  color: #1c59a2;
  text-decoration: underline;
}

@media print, screen and (min-width: 741px) {
  main {
    position: relative;
  }
  .box_l {
    float: left;
  }
  .box_r {
    float: right;
  }
  .article_h2 {
    background-color: #E4F4F9;
    width: 100%;
    padding: 30px 0;
    margin-bottom: 40px;
  }
  .article_h2 h2 {
    font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 24px;
    color: #232323;
    text-align: center;
  }
  .article_h2 h2 span {
    display: block;
    font-size: 13px;
    color: #90AED1;
    font-family: "メイリオ", dnp-shuei-gothic-gin-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    margin-top: 10px;
  }
  h3 {
    font-size: 18px;
    font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #232323;
    margin-bottom: 10px;
    position: relative;
  }
}
@media screen and (max-width: 760px) {
  .container {
    width: 100%;
  }
  .article_h2 {
    padding: 8% 0 6%;
    background-color: #E4F4F9;
    width: 100%;
  }
  .article_h2 h2 {
    font-size: 6vw;
  }
  .article_h2 h2 span {
    display: block;
    font-size: 3.6vw;
    color: #90AED1;
    font-family: "メイリオ", dnp-shuei-gothic-gin-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    margin-top: 2%;
  }
  h3 {
    font-size: 5vw;
    font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #232323;
    margin-bottom: 10px;
    position: relative;
  }
}
.main_naka.about_naka .m_tit {
  font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #1c59a2;
  font-size: 20px;
  background-color: #d2deec;
  padding: 6px 0;
  text-align: center;
}
.main_naka.about_naka .m_tit::before {
  display: none;
}
.main_naka.about_naka .s_tit {
  font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 18px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  text-align: left;
  color: #232323;
}
.main_naka.about_naka .s_tit::before {
  line-height: 1.3;
  position: absolute;
  top: 8px;
  left: 5px;
  display: block;
  width: 14px;
  height: 14px;
  padding-bottom: 10px;
  content: "";
  background-color: #232323;
  background-size: 100%;
}

@media screen and (max-width: 760px) {
  .main_naka.about_naka .s_tit {
    padding-left: 30px;
    font-size: 5vw;
  }
  .main_naka.about_naka .s_tit::before {
    top: 5px;
    left: 9px;
  }
}
/* 共通 .other_area .other_f_box
------------------------------------------------- */
@media screen and (min-width: 761px) {
  .other_area_contents {
    width: 100%;
    padding: 54px 0 42px;
    background: radial-gradient(#FEF5F6, #FCDBDE);
  }
  .other_area_contents .inner {
    width: 1080px;
    margin: 0 auto;
  }
  .other_area_contents .other_f_box {
    position: relative;
    float: left;
    width: 352px;
    height: 157px;
    margin-right: 12px;
  }
  .other_area_contents .other_f_box:nth-child(-n+3) {
    margin-bottom: 12px;
  }
  .other_area_contents .other_f_box a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .other_area_contents .other_f_box a::after {
    position: absolute;
    z-index: 1000;
    right: 17px;
    bottom: 16px;
    display: block;
    width: 6px;
    height: 6px;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #1c59a2;
    border-right: 1px solid #1c59a2;
  }
  .other_area_contents .other_f_box a::before {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    right: 10px;
    display: block;
    width: 19px;
    height: 19px;
    content: "";
    border-radius: 50%;
    background: #FFF;
  }
  .other_area_contents .other_f_box a:hover::after {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
  .other_area_contents .other_f_box a:hover::before {
    background: #1c59a2;
  }
  .other_area_contents .other_f_box .txt {
    position: absolute;
    z-index: 999;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    line-height: 1.4;
  }
  .other_area_contents .other_f_box .txt span {
    display: block;
    font-size: 11px;
    font-family: "メイリオ", dnp-shuei-gothic-gin-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  }
  .other_area_contents .other_f_box.f_box01 {
    background: url(../img/cmn/other01.jpg) no-repeat center center;
    background-size: cover;
  }
  .other_area_contents .other_f_box.f_box02 {
    background: url(../img/cmn/other02.jpg) no-repeat center center;
    background-size: cover;
  }
  .other_area_contents .other_f_box.f_box03 {
    background: url(../img/cmn/other03.jpg) no-repeat center center;
    background-size: cover;
    margin-right: 0;
  }
  .other_area_contents .other_f_box.f_box04 {
    background: url(../img/cmn/other04.jpg) no-repeat center center;
    background-size: cover;
  }
  .other_area_contents .other_f_box.f_box05 {
    background: url(../img/cmn/other05.jpg) no-repeat center center;
    background-size: cover;
  }
  .other_area_contents .other_f_box.f_box06 {
    background: url(../img/cmn/other06.jpg) no-repeat center center;
    background-size: cover;
    margin-right: 0;
  }
}
.other_area_contents .other_f_box.f_box04 .txt {
  color: #232323;
}
.other_area_contents .other_f_box.f_box04 .txt span {
  color: #939393;
}

@media screen and (max-width: 760px) {
  .other_area_contents {
    width: 100%;
  }
  .other_area_contents .other_f_box {
    position: relative;
    width: 100%;
    height: 25vh;
  }
  .other_area_contents .other_f_box::after {
    position: absolute;
    z-index: 1000;
    right: 17px;
    bottom: 16px;
    display: block;
    width: 6px;
    height: 6px;
    content: "";
    transform: rotate(45deg);
    border-top: 1px solid #1c59a2;
    border-right: 1px solid #1c59a2;
  }
  .other_area_contents .other_f_box::before {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    right: 10px;
    display: block;
    width: 19px;
    height: 19px;
    content: "";
    border-radius: 50%;
    background: #FFF;
  }
  .other_area_contents .other_f_box a {
    display: block;
    width: 100%;
    height: 21vh;
  }
  .other_area_contents .other_f_box .txt {
    font-size: 4vw;
    position: absolute;
    z-index: 999;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  }
  .other_area_contents .other_f_box .txt span {
    display: block;
    font-size: 3vw;
    font-family: "メイリオ", dnp-shuei-gothic-gin-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  }
  .other_area_contents .other_f_box.f_box01 {
    background: url(../img/cmn/other01.jpg) no-repeat center center;
    background-size: cover;
  }
  .other_area_contents .other_f_box.f_box02 {
    background: url(../img/cmn/other02.jpg) no-repeat center center;
    background-size: cover;
  }
  .other_area_contents .other_f_box.f_box03 {
    background: url(../img/cmn/other03.jpg) no-repeat center center;
    background-size: 100%;
    height: 20vh;
  }
  .other_area_contents .other_f_box.f_box04 {
    background: url(../img/cmn/other04.jpg) no-repeat center center;
    background-size: cover;
  }
  .other_area_contents .other_f_box.f_box05 {
    background: url(../img/cmn/other05.jpg) no-repeat center center;
    background-size: cover;
  }
  .other_area_contents .other_f_box.f_box06 {
    background: url(../img/cmn/other06.jpg) no-repeat center center;
    background-size: cover;
  }
.other_area_contents .other_f_box.f_box04 .txt {
    color: #232323;
  }
.other_area_contents .other_f_box.f_box04 .txt span {
    color: #939393;
  }
}
/**********************************************

company

**********************************************/
@media screen and (min-width: 761px) {
  .naka_company .container {
    width: 1080px;
    margin-bottom: 80px;
  }
  .about_naka .box {
    position: relative;
    width: 525px;
    height: 289px;
    margin-bottom: 30px;
  }
  .about_naka .box ::after {
    position: absolute;
    z-index: 1000;
    right: 18px;
    bottom: 2px;
    display: block;
    width: 6px;
    height: 6px;
    content: "";
    transform: rotate(45deg);
    border-top: 1px solid #1c59a2;
    border-right: 1px solid #1c59a2;
  }
  .about_naka .box::before {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    right: 10px;
    display: block;
    width: 19px;
    height: 19px;
    content: "";
    border-radius: 50%;
    background: #FFF;
  }
  .about_naka .box a {
    display: block;
  }
  .about_naka .box .box_inner {
    position: absolute;
    z-index: 999;
    bottom: 5%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
  }
  .about_naka .box .box_inner .tit {
    font-size: 20px;
    font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  }
  .about_naka .box .box_inner .tit span {
    font-size: 12px;
    display: block;
    font-family: "メイリオ", dnp-shuei-gothic-gin-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  }
  .about_naka .box.box01 .box_inner .tit {
    color: #232323;
  }
  .about_naka .box.box01 .box_inner .tit span {
    color: #939393;
  }
  .about_naka .box.box04 .box_inner .tit {
    color: #232323;
  }
  .about_naka .box.box04 .box_inner .tit span {
    color: #B4DBEB;
  }
  .about_index .container a:hover {
    opacity: 0.8;
  }
  .about_index .container a:hover .box ::after {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
  .about_index .container a:hover .box::before {
    background: #1c59a2;
  }
  .about_naka .box.box01 {
    float: left;
    background: url(../company/img/bg_box01.jpg) no-repeat center center;
    background-size: cover;
  }
  .about_naka .box.box02 {
    float: right;
    background: url(../company/img/bg_box02.jpg) no-repeat center center;
    background-size: cover;
  }
  .about_naka .box.box03 {
    float: left;
    background: url(../company/img/bg_box03.jpg) no-repeat center center;
    background-size: cover;
  }
  .about_naka .box.box04 {
    float: right;
    background: url(../company/img/bg_box04.jpg) no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 760px) {
  .container {
    width: 100%;
  }
  .about_naka .box {
    position: relative;
    width: 100%;
    height: 40vh;
  }
  .about_naka .box::after {
    position: absolute;
    z-index: 1000;
    right: 17px;
    bottom: 16px;
    display: block;
    width: 6px;
    height: 6px;
    content: "";
    transform: rotate(45deg);
    border-top: 1px solid #1c59a2;
    border-right: 1px solid #1c59a2;
  }
  .about_naka .box::before {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    right: 10px;
    display: block;
    width: 19px;
    height: 19px;
    content: "";
    border-radius: 50%;
    background: #FFF;
  }
  .about_naka .box .box_inner {
    position: absolute;
    z-index: 999;
    bottom: 5%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
  }
  .about_naka .box .box_inner .tit {
    font-size: 7.5vw;
    margin-bottom: 3%;
  }
  .about_naka .box .box_inner .tit span {
    font-size: 4vw;
    display: block;
  }
  .about_naka .box .box_inner .txt {
    font-size: 3.5vw;
    line-height: 1.8;
  }
  .about_naka .box.box01 {
    background: url(../company/img/bg_box01.jpg) no-repeat center center;
    background-size: cover;
  }
  .about_naka .box.box02 {
    background: url(../company/img/bg_box02.jpg) no-repeat center center;
    background-size: cover;
  }
  .about_naka .box.box03 {
    background: url(../company/img/bg_box03.jpg) no-repeat center center;
    background-size: cover;
  }
  .about_naka .box.box04 {
    background: url(../company/img/bg_box04.jpg) no-repeat center center;
    background-size: cover;
  }
  .about_naka .box.box01 .box_inner .tit {
    color: #232323;
  }
  .about_naka .box.box01 .box_inner .tit span {
    color: #939393;
  }
  .about_naka .box.box04 .box_inner .tit {
    color: #232323;
  }
  .about_naka .box.box04 .box_inner .tit span {
    color: #B4DBEB;
  }
}
.main_naka.naka_company .horizontal {
  margin-bottom: 40px;
  padding: 10px 0;
  text-align: center;
  opacity: 1;
  border-top: none;
  border-bottom: none;
}
.main_naka.naka_company .horizontal li {
  display: inline-block;
  width: 30%;
  margin: 0 5px;
  padding: 15px;
  opacity: 1;
  color: #fff;
  background: #1c59a2;
}
.main_naka.naka_company .horizontal li a {
  display: block;
  font-size: 17px;
  width: 100%;
  height: 100%;
  font-family: "メイリオ", dnp-shuei-gothic-gin-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 600;
  position: relative;
}
.main_naka.naka_company .horizontal li a:hover {
  opacity: 0.7;
  color: #fff;
  background: none;
}
.main_naka.naka_company .horizontal li a::after {
  position: absolute;
  top: 16px;
  right: 2px;
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-bottom: solid 2px #FFF;
  border-right: solid 2px #FFF;
  transform: translateY(-94%) rotate(45deg);
}

.naka_company .section {
  margin-bottom: 70px;
}

.main_naka.naka_company .about_tbl {
  display: flex;
  width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.main_naka.naka_company .about_tbl dt {
  display: flex;
  box-sizing: border-box;
  width: 25%;
  padding: 12px;
  text-align: center;
  color: #fff;
  border: 2px solid #FFF;
  background: #DDE6F1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #232323;
}

.main_naka.naka_company .about_tbl dd {
  box-sizing: border-box;
  width: 75%;
  margin: 0;
  padding: 12px 20px;
  text-align: left;
  border: 2px solid #FFF;
  background: #F4F4F4;
  color: #232323;
}

.main_naka.naka_company .about_tbl02 {
  display: flex;
  width: 100%;
  margin: 20px auto;
  flex-wrap: wrap;
}

.main_naka.naka_company .about_tbl02 dt {
  display: flex;
  box-sizing: border-box;
  width: 8%;
  padding: 0 0 12px;
  text-align: left;
  color: #232323;
  border-right: 1px solid #A7A7A7;
}

.main_naka.naka_company .about_tbl02 dd {
  box-sizing: border-box;
  width: 88%;
  margin: 0;
  padding: 0 0 12px 30px;
  color: #232323;
}

.main_naka.naka_company .tbl01 {
  width: 100%;
}

.main_naka.naka_company .tbl01 th {
  width: 25%;
  padding: 12px;
  text-align: center;
  color: "メイリオ", dnp-shuei-gothic-gin-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border: 2px solid #FFF;
  background: #fcdbde;
}

.main_naka.naka_company .tbl01 td.sub_tit {
  padding: 12px;
  color: "メイリオ", dnp-shuei-gothic-gin-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border: 2px solid #FFF;
  background: #fef5f6;
  font-weight: normal;
}

.main_naka.naka_company .tbl01 td {
  padding: 12px;
  color: "メイリオ", dnp-shuei-gothic-gin-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border: 2px solid #FFF;
  background: #f4f4f4;
}

@media screen and (max-width: 760px) {
  .main_naka.naka_company .horizontal {
    margin: 10% 0;
    padding: 0 4%;
    text-align: center;
    opacity: 1;
    border-top: none;
    border-bottom: none;
  }
  .main_naka.naka_company .horizontal li {
    display: inline-block;
    width: 100%;
    margin: 0 auto 3%;
    padding: 5%;
    opacity: 1;
    color: #fff;
    background: #1c59a2;
  }
  .main_naka.naka_company .horizontal li a {
    display: block;
    font-size: 5vw;
    width: 100%;
    height: 100%;
    font-family: "メイリオ", dnp-shuei-gothic-gin-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 600;
    position: relative;
  }
  .main_naka.naka_company .horizontal li a:hover {
    opacity: 0.7;
    color: #fff;
    background: none;
  }
  .main_naka.naka_company .horizontal li a::after {
    position: absolute;
    top: 16px;
    right: 2px;
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    border-bottom: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-94%) rotate(45deg);
  }
  .main_naka.naka_company .container .about_tbl {
    display: flex;
    width: 92%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .main_naka.naka_company .container .about_tbl dt {
    display: flex;
    box-sizing: border-box;
    width: 30%;
    padding: 12px;
    text-align: center;
    color: #fff;
    border: 2px solid #FFF;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    color: #232323;
  }
  .main_naka.naka_company .container .about_tbl dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 70%;
    margin: 0;
    padding: 12px 20px;
    border: 2px solid #FFF;
    background: #F4F4F4;
    color: #232323;
  }
  .main_naka.naka_company .container .about_tbl02 {
    display: flex;
    width: 92%;
    margin: 20px auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main_naka.naka_company .container .about_tbl02 dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24%;
    padding: 0 0 6%;
    text-align: left;
    color: #232323;
    border-right: 1px solid #A7A7A7;
  }
  .main_naka.naka_company .container .about_tbl02 dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 76%;
    margin: 0;
    padding: 0 0 6% 3%;
    color: #232323;
  }
  .main_naka.naka_company .container .tbl01 {
    width: 92%;
    margin: 0 auto;
  }
  .main_naka.naka_company .container .tbl01 tr {
    margin-bottom: 3%;
    display: block;
  }
  .main_naka.naka_company .container .tbl01 th {
    width: 100% !important;
    font-size: 4.5vw;
    display: block;
    padding: 12px;
    text-align: center;
    color: "メイリオ", dnp-shuei-gothic-gin-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    border: 2px solid #FFF;
    background: #fcdbde;
  }
  .main_naka.naka_company .container .tbl01 td.sub_tit {
    font-size: 4vw;
    display: block;
    width: 100%;
    padding: 12px;
    color: "メイリオ", dnp-shuei-gothic-gin-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    border: 2px solid #FFF;
    background: #fef5f6;
    font-weight: 600;
  }
  .main_naka.naka_company .container .tbl01 td {
    display: block;
    width: 100%;
    padding: 5%;
    color: "メイリオ", dnp-shuei-gothic-gin-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    border: 2px solid #FFF;
    background: #f4f4f4;
    font-size: 3.7vw;
  }
  .main_naka.naka_company .container .tbl01 td.sub02 {
    display: block;
    width: 100%;
    padding: 5%;
    color: "メイリオ", dnp-shuei-gothic-gin-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    border: 2px solid #FFF;
    background: #e2e1e1;
    font-size: 3.7vw;
  }
}
/**********************************************

main_staff

**********************************************/
.staff_index .staff {
  padding: 120px 0 100px;
  background: none;
}

/* color_pink*/
.main_staff h3,
.main_staff h4,
.main_staff .num {
  color: #f07c90;
}
.main_staff .num:before,
.main_staff .section_message .tit {
  background: #f07c90;
}
.main_staff .section_motive {
  background: linear-gradient(0deg, #fff 0%, #fff 40%, rgba(240, 124, 144, 0.1) 40%, rgba(240, 124, 144, 0.1) 100%);
}
.main_staff .section_vision .inner {
  background: rgba(240, 124, 144, 0.1);
}
.main_staff .section_episode .box_l {
  border: solid 1px #f07c90;
}
.main_staff .section_vision .catch_name,
.main_staff .section_vision .inner .tit,
.main_staff .section_message .catch_name {
  color: #f07c90;
}

/* color_wblue*/
.main_staff.staff01 h3,
.main_staff.staff01 h4,
.main_staff.staff01 .num,
.main_staff.staff03 h3,
.main_staff.staff03 h4,
.main_staff.staff03 .num,
.main_staff.staff04 h3,
.main_staff.staff04 h4,
.main_staff.staff04 .num {
  color: #54c2f0;
}
.main_staff.staff01 .num:before,
.main_staff.staff01 .section_message .tit,
.main_staff.staff03 .num:before,
.main_staff.staff03 .section_message .tit,
.main_staff.staff04 .num:before,
.main_staff.staff04 .section_message .tit {
  background: #54c2f0;
}
.main_staff.staff01 .section_motive,
.main_staff.staff03 .section_motive,
.main_staff.staff04 .section_motive {
  background: linear-gradient(0deg, #fff 0%, #fff 40%, rgba(84, 194, 240, 0.1) 40%, rgba(84, 194, 240, 0.1) 100%);
}
.main_staff.staff01 .section_vision .inner,
.main_staff.staff03 .section_vision .inner,
.main_staff.staff04 .section_vision .inner {
  background: rgba(84, 194, 240, 0.1);
}
.main_staff.staff01 .section_episode .box_l,
.main_staff.staff03 .section_episode .box_l,
.main_staff.staff04 .section_episode .box_l {
  border: solid 1px #54c2f0;
}
.main_staff.staff01 .section_vision .catch_name,
.main_staff.staff01 .section_vision .inner .tit,
.main_staff.staff01 .section_message .catch_name,
.main_staff.staff03 .section_vision .catch_name,
.main_staff.staff03 .section_vision .inner .tit,
.main_staff.staff03 .section_message .catch_name,
.main_staff.staff04 .section_vision .catch_name,
.main_staff.staff04 .section_vision .inner .tit,
.main_staff.staff04 .section_message .catch_name {
  color: #54c2f0;
}

@media screen and (max-width: 760px) {
  .staff_index .staff {
    padding: 5% 0 0;
    background: none;
  }
  .main_staff .section_motive {
    background: rgba(240, 124, 144, 0.1);
  }
  .main_staff.staff01 .section_motive,
.main_staff.staff03 .section_motive,
.main_staff.staff04 .section_motive {
    background: rgba(84, 194, 240, 0.1);
  }
}
/*staff_bg*/
.main_staff.staff01 .article_h2 {
  background: url(../staff/interview01/img/main.jpg) no-repeat top center;
  background-size: cover;
}
.main_staff.staff02 .article_h2 {
  background: url(../staff/interview02/img/main.jpg) no-repeat top center;
  background-size: cover;
}
.main_staff.staff03 .article_h2 {
  background: url(../staff/interview03/img/main.jpg) no-repeat top center;
  background-size: cover;
}
.main_staff.staff04 .article_h2 {
  background: url(../staff/interview04/img/main.jpg) no-repeat top center;
  background-size: cover;
}
.main_staff.staff05 .article_h2 {
  background: url(../staff/interview05/img/main.jpg) no-repeat top center;
  background-size: cover;
}
.main_staff.staff06 .article_h2 {
  background: url(../staff/interview06/img/main.jpg) no-repeat top center;
  background-size: cover;
}
.main_staff.staff07 .article_h2 {
  background: url(../staff/interview07/img/main.jpg) no-repeat top center;
  background-size: cover;
}
.main_staff.staff08 .article_h2 {
  background: url(../staff/interview08/img/main.jpg) no-repeat top center;
  background-size: cover;
}

/*staff_bg cmn*/
.main_staff .article_h2 {
  width: 100%;
  position: relative;
}
.main_staff .article_h2 h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
  width: 100%;
  text-transform: uppercase;
  z-index: 1000;
  font-weight: 900;
  font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media screen and (min-width: 761px) {
  .main_staff .article_h2 {
    height: 645px;
    margin-bottom: 70px;
  }
  .main_staff .article_h2 h2 {
    font-size: 75px;
    bottom: 40px;
  }
}
@media screen and (max-width: 760px) {
  .main_staff .article_h2 {
    height: 0;
    margin-bottom: 10%;
    padding-bottom: 51%;
  }
  .main_staff .article_h2 h2 {
    font-size: 6vw;
    bottom: 5%;
  }
}
/*staff_cmn*/
.main_staff .container {
  width: 100%;
}
.main_staff h3 {
  text-align: center;
  line-height: 1;
  padding-left: 0;
}
.main_staff h3:before {
  display: none;
}
.main_staff h4 {
  text-align: center;
  font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 900;
}
.main_staff p {
  text-align: center;
  line-height: 1.8;
  /* font-size: 14px; */
}

@media screen and (min-width: 761px) {
  .main_staff .container h3 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .main_staff .container h4 {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (max-width: 760px) {
  .main_staff .container h3 {
    font-size: 7vw;
    padding-left: 0;
    margin-bottom: 2%;
  }
  .main_staff .container h4 {
    font-size: 5.6vw;
    margin-bottom: 3%;
  }
  .main_staff .container img {
    width: 100%;
  }
}
/*main_staff number*/
.main_staff {
  counter-reset: num 0;
}
.main_staff .num {
  text-align: left;
  font-weight: 600;
  font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 900;
  position: relative;
}
.main_staff .num:before {
  color: #fff;
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  position: absolute;
  font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 900;
  z-index: 1000;
  left: 0;
  top: 50%;
  line-height: 1;
  border-radius: 100px;
  transform: translateY(-50%);
}

@media screen and (min-width: 761px) {
  .main_staff .num {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
    padding-left: 90px;
    font-weight: 900;
    min-height: 60px;
  }
  .main_staff .num:before {
    font-size: 30px;
    padding: 20px 17px;
  }
  .main_staff .box_l,
  .main_staff .box_r {
    width: 500px;
  }
  .main_staff .box_l .num {
    line-height: 60px;
  }
}
@media screen and (max-width: 760px) {
  .main_staff .num {
    font-size: 5.6vw;
    line-height: 1.3;
    min-height: 60px;
    margin-bottom: 3%;
    padding-left: 18%;
  }
  .main_staff .num:before {
    font-size: 5.3vw;
    top: 47%;
    padding: 4.8% 4%;
  }
  .main_staff .box_l,
  .main_staff .box_r {
    margin-bottom: 7%;
    float: initial;
    width: 100%;
  }
  .main_staff .box_l .num {
    line-height: 60px;
  }
}
/*profile_inner*/
.main_staff .profile_inner {
  font-weight: 700;
  line-height: 1;
  text-align: center;
  position: relative;
}
.main_staff .profile_inner:before {
  position: absolute;
  content: "";
  background: #ccc;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.main_staff .profile_inner .staff_name {
  font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 900;
}

@media screen and (min-width: 761px) {
  .main_staff .profile_inner {
    margin-bottom: 53px;
    padding-bottom: 50px;
  }
  .main_staff .profile_inner:before {
    width: 50px;
  }
  .main_staff .profile_inner .staff_name {
    font-size: 20px;
  }
}
@media screen and (max-width: 760px) {
  .main_staff .profile_inner {
    margin-bottom: 6%;
    padding-bottom: 6%;
  }
  .main_staff .profile_inner:before {
    width: 9%;
  }
  .main_staff .profile_inner .staff_name {
    font-size: 5vw;
  }
}
/*section_introduction*/
@media screen and (min-width: 761px) {
  .main_staff .section_introduction {
    width: 1080px;
    margin: 0 auto 95px;
  }
}
@media screen and (max-width: 760px) {
  .main_staff .section_introduction {
    width: 90%;
    margin: 0 auto 11%;
  }
  .main_staff .section_introduction p {
    text-align: left;
  }
}
/*section_introduction*/
.main_staff .section_motive {
  width: 100%;
}
.main_staff .section_motive .ph {
  margin: 0 auto;
}
.main_staff .section_motive p {
  text-align: left;
}

@media screen and (min-width: 761px) {
  .main_staff .section_motive {
    padding: 100px 0;
  }
  .main_staff .section_motive .box_area {
    width: 1080px;
    margin: 0 auto 60px;
  }
  .main_staff .section_motive .ph {
    width: 1080px;
  }
}
@media screen and (max-width: 760px) {
  .main_staff .section_motive {
    padding: 10% 0 0;
    margin-bottom: 12%;
  }
  .main_staff .section_motive .box_area {
    width: 90%;
    margin: 0 auto 1%;
  }
}
/*section_introduction*/
.main_staff .section_episode .box_area {
  width: 100%;
}
.main_staff .section_episode .box_l {
  background: #fff;
}
.main_staff .section_episode .box_l .num {
  line-height: 1.4;
}
.main_staff .section_episode .box_l p {
  text-align: left;
}

@media screen and (min-width: 761px) {
  .main_staff .section_episode {
    width: 1250px;
    margin: 0 auto 120px;
    position: relative;
  }
  .main_staff .section_episode .ph {
    width: 654px;
  }
  .main_staff .section_episode .box_area {
    padding-bottom: 80px;
  }
  .main_staff .section_episode .box_r {
    width: 654px;
  }
  .main_staff .section_episode .box_l {
    position: absolute;
    top: 290px;
    width: 567px;
    left: 15%;
    padding: 30px 20px;
  }
  .main_staff .section_episode .box_l .num {
    line-height: 1.4;
  }
}
@media screen and (max-width: 760px) {
  .main_staff .section_episode {
    width: 90%;
    margin: 0 auto 10%;
  }
  .main_staff .section_episode .ph {
    width: 100%;
    margin-bottom: 5%;
  }
  .main_staff .section_episode .box_area {
    padding-bottom: 0%;
  }
  .main_staff .section_episode .box_r {
    width: 100%;
    float: inherit;
    margin-bottom: 0%;
  }
  .main_staff .section_episode .box_l {
    width: 100%;
    padding: 4%;
    margin-bottom: 0%;
  }
  .main_staff .section_episode .box_l .num {
    line-height: 1.4;
    font-size: 4vw;
  }
  .main_staff .section_episode .box_l .num:before {
    top: 28%;
  }
}
/*section_reason*/
.main_staff .section_reason .box_r p {
  text-align: left;
}

.main_staff .section_vision .catch_name,
.main_staff .section_message .catch_name {
  font-weight: 900;
  font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1;
}

@media screen and (min-width: 761px) {
  .main_staff .section_reason {
    width: 1080px;
    margin: 0 auto 140px;
  }
  .main_staff .section_reason .box_l {
    width: 540px;
  }
  .main_staff .section_reason .box_r {
    width: 500px;
  }
  .main_staff .section_vision .catch_name,
.main_staff .section_message .catch_name {
    font-size: 70px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 760px) {
  .main_staff .section_reason {
    width: 100%;
    margin: 0 auto 10%;
  }
  .main_staff .section_reason .box_l,
.main_staff .section_reason .box_r {
    width: 90%;
    margin: 0 auto 5%;
  }
  .main_staff .section_vision .catch_name,
.main_staff .section_message .catch_name {
    font-size: 10vw;
    margin-bottom: 3%;
  }
}
/*section_vision*/
@media screen and (min-width: 761px) {
  /*section_vision*/
  .main_staff .section_vision {
    margin-bottom: 80px;
  }
  .main_staff .section_vision .tit {
    font-size: 24px;
  }
  .main_staff .section_vision .inner {
    padding: 45px 0;
  }
  .main_staff .section_vision p {
    font-size: 20px;
  }
}
@media screen and (max-width: 760px) {
  /*section_vision*/
  .main_staff .section_vision {
    margin-bottom: 12%;
  }
  .main_staff .section_vision .tit {
    font-size: 5.5vw;
    line-height: 1.3;
    margin-bottom: 1%;
  }
  .main_staff .section_vision .episode_tit {
    font-size: 4.6vw;
    margin-bottom: 3%;
  }
  .main_staff .section_vision .inner {
    padding: 5% 3%;
  }
}
/*section_message*/
.main_staff .section_message .tit {
  color: #fff;
}
.main_staff .section_message p {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

@media screen and (min-width: 761px) {
  .main_staff .section_message {
    margin-bottom: 110px;
  }
  .main_staff .section_message .tit {
    width: 1080px;
    margin: 0 auto 20px;
    font-size: 24px;
    padding: 5px 0px;
  }
  .main_staff .section_message .catch_name {
    margin-bottom: 25px;
  }
  .main_staff .section_message p {
    font-size: 20px;
  }
}
@media screen and (max-width: 760px) {
  .main_staff .section_message .tit {
    width: 100%;
    margin: 0 auto 5%;
    font-size: 5vw;
    padding: 2%;
    line-height: 1.3;
    text-align: center;
  }
  .main_staff .section_message .catch_name {
    margin-bottom: 4%;
    text-align: center;
  }
  .main_staff .section_message p {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
}
/*other_staff*/
.main_staff .other_staff h4 {
  color: #a4a4a4;
}

/*other_staff link*/
.staff01 .other_staff ul li:nth-child(1) a,
.staff02 .other_staff ul li:nth-child(2) a,
.staff03 .other_staff ul li:nth-child(3) a,
.staff04 .other_staff ul li:nth-child(4) a,
.staff05 .other_staff ul li:nth-child(5) a,
.staff06 .other_staff ul li:nth-child(6) a,
.staff07 .other_staff ul li:nth-child(7) a,
.staff08 .other_staff ul li:nth-child(8) a {
  opacity: 0.3;
  pointer-events: none;
}

@media screen and (max-width: 760px) {
  .main_staff .other_staff h4 {
    font-size: 6.6vw;
    margin-bottom: 2%;
  }
}
/**************************************

other_staff cmn

**************************************/
@media print, screen and (min-width: 741px) {
  .other_staff {
    width: 100%;
    margin-bottom: 100px;
  }
  .other_staff h4 {
    color: #a4a4a4;
    font-size: 37px;
    text-align: center;
    font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    margin-bottom: 23px;
  }
  .other_staff ul {
    width: 1250px;
    margin: 0 auto;
  }
  .other_staff ul li {
    float: left;
    margin: 0 16px 20px 0;
    width: 300px;
  }
  .other_staff ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 760px) {
  .other_staff {
    width: 100%;
    margin-bottom: 20%;
  }
  .other_staff h4 {
    color: #a4a4a4;
    font-size: 8.5vw;
    text-align: center;
    font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    margin-bottom: 2%;
  }
  .other_staff ul {
    width: 100%;
    margin: 0 auto;
  }
  .other_staff ul li {
    float: left;
    width: 50%;
  }
  .other_staff ul li img {
    width: 100%;
  }
}
/**************************************

  sitemap

  **************************************/
@media print, screen and (min-width: 741px) {
  .about_naka.naka_sitemap .container .inner {
    margin-bottom: 50px;
  }
  .about_naka.naka_sitemap .container .inner h3 {
    line-height: 1.3;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 29px;
    color: #1c59a2;
    border-bottom: dotted 1px #ccc;
  }
  .about_naka.naka_sitemap .container .inner h3::before {
    line-height: 1.3;
    position: absolute;
    top: 5px;
    left: 8px;
    display: block;
    width: 14px;
    height: 14px;
    padding-bottom: 10px;
    content: "";
    background-color: #1c59a2;
    background-size: 100%;
  }
  .about_naka.naka_sitemap .container .inner h3::after {
    position: absolute;
    top: 10px;
    left: 12px;
    display: block;
    width: 4px;
    height: 4px;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .about_naka.naka_sitemap .container .inner ul li {
    position: relative;
    float: left;
    width: 25%;
    margin: 0 0 30px;
    padding: 0 30px;
    font-size: 16px;
  }
  .about_naka.naka_sitemap .container .inner ul li::before {
    position: absolute;
    top: 5px;
    left: 11px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    content: "";
    border: 1px solid #1c59a2;
    border-radius: 50%;
    background-color: #FFF;
  }
  .about_naka.naka_sitemap .container .inner ul li::after {
    position: absolute;
    top: 10px;
    left: 16px;
    display: block;
    width: 4px;
    height: 4px;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #1c59a2;
    border-right: 1px solid #1c59a2;
  }
  .about_naka.naka_sitemap .container .inner.inner02 {
    float: left;
    width: 25%;
  }
  .about_naka.naka_sitemap .container .inner.inner02:last-child {
    width: 75%;
  }
}
@media screen and (max-width: 760px) {
  .about_naka.naka_sitemap .container .section {
    padding: 10% 4%;
  }
  .about_naka.naka_sitemap .container .section .inner {
    margin-bottom: 5%;
  }
  .about_naka.naka_sitemap .container .section .inner h3 {
    line-height: 1.3;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 29px;
    color: #1c59a2;
    border-bottom: dotted 1px #ccc;
  }
  .about_naka.naka_sitemap .container .section .inner h3::before {
    line-height: 1.3;
    position: absolute;
    top: 5px;
    left: 8px;
    display: block;
    width: 14px;
    height: 14px;
    padding-bottom: 10px;
    content: "";
    background-color: #1c59a2;
    background-size: 100%;
  }
  .about_naka.naka_sitemap .container .section .inner h3::after {
    position: absolute;
    top: 10px;
    left: 12px;
    display: block;
    width: 4px;
    height: 4px;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .about_naka.naka_sitemap .container .section .inner ul li {
    font-size: 4vw;
    position: relative;
    float: left;
    width: 50%;
    margin: 2% 0 5%;
    padding: 0 0 0 29px;
  }
  .about_naka.naka_sitemap .container .section .inner ul li::before {
    position: absolute;
    top: 2px;
    left: 11px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    content: "";
    border: 1px solid #1c59a2;
    border-radius: 50%;
    background-color: #FFF;
  }
  .about_naka.naka_sitemap .container .section .inner ul li::after {
    position: absolute;
    top: 7px;
    left: 16px;
    display: block;
    width: 4px;
    height: 4px;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #1c59a2;
    border-right: 1px solid #1c59a2;
  }
  .about_naka.naka_sitemap .container .section .inner.inner02 {
    float: none;
    width: 100%;
  }
  .about_naka.naka_sitemap .container .section .inner.inner02:last-child {
    width: 100%;
  }
}
/**********************************************

privacy

**********************************************/
.naka_poricy .contents {
  width: 1080px;
  margin: 0 auto 60px;
}
.naka_poricy .tit {
  color: #f07c90;
}
.naka_poricy .txt {
  margin-bottom: 20px;
  line-height: 2;
}
.naka_poricy h3 {
  color: #1c59a2;
  border-bottom: solid 1px #1c59a2;
  padding-bottom: 10px;
  margin-bottom: 15px;
  padding-left: 29px;
  line-height: 1.6;
}
.naka_poricy h3:before {
  background-color: #1c59a2;
}
.naka_poricy .num_list li {
  position: relative;
  counter-increment: section;
  margin-bottom: 20px;
  border-bottom: dotted 1px #ccc;
  padding-bottom: 20px;
}
.naka_poricy .num_list li:before {
  /* content: ""; */
  content: counter(section);
  font-size: 19px;
  color: #1c59a2;
  font-weight: s 900;
}
.naka_poricy ul.list {
  margin-bottom: 15px;
}
.naka_poricy .contact_area {
  margin-bottom: 50px;
  margin-top: 30px;
}
.naka_poricy .contact_area .tit {
  margin-bottom: 10px;
}

@media screen and (max-width: 760px) {
  .naka_poricy .txt {
    line-height: 1.5;
  }
  .naka_poricy .contents {
    width: 90%;
    margin: 9% auto;
  }
}
/**************************************

jigyo

**************************************/
.naka_jigyo {
  text-align: center;
}
.naka_jigyo h3 {
  padding-left: 0;
}
.naka_jigyo h3::before {
  display: none;
}
.naka_jigyo .sub {
  color: #94AFCB;
}
.naka_jigyo .section_introduction {
  width: 1080px;
  margin: 0 auto;
}
.naka_jigyo .section_introduction h3 {
  margin-bottom: 20px;
}
.naka_jigyo .sec_tit {
  padding-top: 30px;
  margin-top: -30px;
}

.naka_jigyo .horizontal {
  width: 982px;
  margin: 50px auto 0;
}
.naka_jigyo .horizontal dl {
  float: left;
  width: 318px;
  margin-right: 10px;
}
.naka_jigyo .horizontal dt {
  height: 90px;
}
.naka_jigyo .horizontal dt img {
  width: auto;
  height: 100%;
}
.naka_jigyo .horizontal dd {
  display: inline-block;
  width: 100%;
  margin: 15px 0 0;
  padding: 15px;
  opacity: 1;
  color: #fff;
  vertical-align: top;
  background: #1c59a2;
}
.naka_jigyo .horizontal dd a {
  font-size: 17px;
  font-weight: 600;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.naka_jigyo .horizontal dd a:hover {
  opacity: 0.7;
  color: #fff;
  background: none;
}
.naka_jigyo .horizontal dd a::after {
  position: absolute;
  z-index: 2000;
  top: 16px;
  right: 2px;
  display: block;
  width: 11px;
  height: 11px;
  content: "";
  transform: translateY(-94%) rotate(45deg);
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}
.naka_jigyo .horizontal .sec02 dt {
  height: 60px;
  margin-top: 15px;
}
.naka_jigyo .horizontal .sec02 dd {
  margin-top: 30px;
}
.naka_jigyo .horizontal .sec03 {
  margin-right: 0;
}
.naka_jigyo .horizontal .sec03 dt {
  height: 73px;
  margin-top: 12px;
}
.naka_jigyo .horizontal .sec03 dd {
  margin-top: 20px;
}

.naka_jigyo .section_3r {
  width: 1080px;
  margin: 70px auto 0;
  position: relative;
}
.naka_jigyo .section_3r .ph {
  width: 172px;
  margin: 125px auto 0;
}
.naka_jigyo .section_3r .tit {
  color: #1c59a2;
  font-size: 24px;
  line-height: 1.2;
  margin: 35px auto 15px;
}
.naka_jigyo .section_3r .ph02 {
  width: 1052px;
  margin: 80px auto 0;
}
.naka_jigyo .section_3r ul {
  margin-top: 35px;
}
.naka_jigyo .section_3r ul li {
  width: 360px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}

.naka_jigyo .sec01 h3 {
  margin-bottom: 20px;
}
.naka_jigyo .sec01 .tit {
  font-size: 26px;
  margin: 0;
}
.naka_jigyo .sec01 .sub {
  color: #232323;
  font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.naka_jigyo .sec01 .txt {
  margin-top: 3px;
}
.naka_jigyo .sec01 .txt_box {
  position: absolute;
  z-index: 1000;
}
.naka_jigyo .sec01 .txt_box01 {
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
}
.naka_jigyo .sec01 .txt_box02 {
  top: 342px;
  left: 325px;
}
.naka_jigyo .sec01 .txt_box03 {
  top: 342px;
  right: 360px;
}

@media screen and (max-width: 760px) {
  .naka_jigyo img {
    width: 100%;
  }
  .naka_jigyo .section_introduction {
    margin-top: 8%;
    padding: 0 4%;
    width: auto;
  }
  .naka_jigyo .horizontal {
    width: auto;
    margin: 0 4%;
  }
  .naka_jigyo .horizontal dl {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 10%;
  }
  .naka_jigyo .horizontal .sec02 dd {
    margin-top: 5%;
  }
  .naka_jigyo .section_3r {
    width: auto;
    margin: 13% 4% 0;
  }
  .naka_jigyo .section_3r .ph {
    width: 120px;
    margin: 112px auto 0;
  }
  .naka_jigyo .section_3r .ph02 {
    width: 100%;
    margin: 30% auto 0;
  }
  .naka_jigyo .section_3r .tit {
    margin: 5% auto 12px;
    font-size: 4.4vw;
  }
  .naka_jigyo .section_3r ul {
    margin-top: 7%;
  }
  .naka_jigyo .section_3r ul li {
    width: 46%;
    margin: 0 3px;
  }
  .naka_jigyo .sec01 .tit {
    font-size: 24px;
    margin-bottom: 4px;
  }
  .naka_jigyo .sec01 .txt_box01 {
    top: 113px;
  }
  .naka_jigyo .sec01 .txt_box02 {
    top: 324px;
    left: 5%;
  }
  .naka_jigyo .sec01 .txt_box03 {
    top: 324px;
    right: 8%;
  }
}
/**************************************

welfare

**************************************/
.naka_welfare {
  text-align: center;
}
.naka_welfare .section {
  margin-top: -80px;
  padding-top: 80px;
}

.naka_welfare .sec01 .list02 {
  margin-top: 30px;
}
.naka_welfare .sec01 .box_icon {
  width: 160px;
  display: inline-block;
  vertical-align: top;
  margin-right: 17px;
}
.naka_welfare .sec01 .box_icon:last-child {
  margin-right: 0;
}
.naka_welfare .sec01 .box_icon .ph {
  width: 102px;
  margin: 0 auto;
}
.naka_welfare .sec01 .box_icon .tit {
  margin-top: 10px;
  line-height: 1.3;
  color: #1c59a2;
  font-size: 17px;
}
.naka_welfare .sec01 .box_icon .txt {
  text-align: left;
  margin-top: 20px;
}

.naka_welfare .sec02 .about_tbl {
  width: auto;
}
.naka_welfare .sec02 .about_tbl dt {
  margin-top: 20px;
  width: 35%;
  background-color: #1c59a2;
  color: #fff;
  font-size: 20px;
  font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  min-height: 95px;
  border: 1px solid #1c59a2;
}
.naka_welfare .sec02 .about_tbl dd {
  margin-top: 20px;
  width: 65%;
  text-align: left;
  background-color: #fff;
  border: 1px solid #1c59a2;
  align-items: center;
  display: flex;
}

.naka_welfare .sec03 .unit {
  margin-top: 40px;
}
.naka_welfare .sec03 .unit:first-child {
  margin-top: 0;
}
.naka_welfare .sec03 h4 {
  color: #1c59a2;
  font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 20px;
}
.naka_welfare .sec03 .txt {
  margin-top: 10px;
}
.naka_welfare .sec03 ul {
  margin-top: 20px;
}
.naka_welfare .sec03 ul li {
  display: inline-block;
  vertical-align: top;
  width: 348px;
  padding: 6px;
}
.naka_welfare .sec03 .tit {
  font-size: 17px;
  margin-bottom: 10px;
}

@media screen and (max-width: 760px) {
  .naka_welfare .sec01 h3 {
    margin-bottom: 0;
  }
  .naka_welfare .sec01 .list {
    margin: 0 4%;
  }
  .naka_welfare .sec01 .box_icon {
    display: inline-block;
    width: 48%;
    margin-right: 2%;
    margin-top: 4%;
  }
  .naka_welfare .sec01 .box_icon:nth-child(2n) {
    margin-right: 0;
  }
  .naka_welfare .sec01 .box_icon .tit {
    margin-top: 10px;
  }
  .naka_welfare .sec01 .box_icon .txt {
    margin-top: 10px;
  }
  .naka_welfare .sec02 .about_tbl {
    width: auto;
  }
  .naka_welfare .sec02 .about_tbl dt {
    margin-top: 0;
    padding: 5px;
    font-size: 3.8vw;
  }
  .naka_welfare .sec02 .about_tbl dd {
    margin-top: 0;
    padding: 10px 3%;
  }
  .naka_welfare .sec03 h3 {
    margin-bottom: 0;
  }
  .naka_welfare .sec03 .txt {
    padding: 0 4%;
  }
  .naka_welfare .sec03 .tit {
    font-size: 3.8vw;
    margin-top: 8px;
    line-height: 1.3;
  }
  .naka_welfare .sec03 ul {
    padding: 0 4%;
    margin-top: 12px;
  }
  .naka_welfare .sec03 ul li {
    padding: 2% 1%;
    width: 49%;
  }
  .main_naka.naka_welfare .sec03 {
    margin-bottom: 0;
  }
}
.naka_welfare.main_naka .sec02 .about_tbl dt {
  color: #fff;
}

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

career / info
article_h3

**************************************/
.naka_career .article_h3,
.naka_info .article_h3 {
  padding-top: 100px;
}
.naka_career .article_h3 h3,
.naka_info .article_h3 h3 {
  font-size: 19px;
  font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #1c59a2;
  padding-left: 0;
  line-height: 1.3;
}
.naka_career .article_h3 h3::after,
.naka_career .article_h3 h3::before,
.naka_info .article_h3 h3::after,
.naka_info .article_h3 h3::before {
  display: none;
}
.naka_career .article_h3 span,
.naka_info .article_h3 span {
  display: block;
  color: #dae4f0;
  font-size: 50px;
  font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  position: absolute;
  z-index: -1;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 760px) {
  .naka_career .article_h3,
.naka_info .article_h3 {
    padding-top: 70px;
    position: relative;
  }
  .naka_career .article_h3 h3,
.naka_info .article_h3 h3 {
    position: absolute;
    z-index: 1000;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 4.6vw;
  }
  .naka_career .article_h3 span,
.naka_info .article_h3 span {
    color: #dae4f0;
    width: 100%;
    font-size: 11vw;
    line-height: 1;
  }
}
/**************************************

career

**************************************/
.naka_career .article_h2 {
  margin-bottom: 0;
}
.naka_career .container {
  margin-bottom: 100px;
}
.naka_career .main {
  background: #ebefe7 url(../welfare/career/img/main.jpg) no-repeat center;
  background-size: auto 346px;
  height: 346px;
}

.naka_career .section_step .inner {
  height: 738px;
  background: url(../welfare/career/img/img_step.png) no-repeat right 0px;
  background-size: auto 738px;
  padding-top: 20px;
  max-width: 1280px;
  margin: 0 auto;
}
.naka_career .section_step dl {
  width: 1080px;
  margin: 66px auto 0;
  position: relative;
}
.naka_career .section_step dl::after {
  content: "";
  position: absolute;
  z-index: 10000;
  bottom: -20px;
  left: 0;
  width: 800px;
  height: 4px;
  background-color: #1c59a2;
}
.naka_career .section_step dl dt {
  font-size: 20px;
  font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.naka_career .section_step dl dd {
  margin-top: 5px;
}
.naka_career .section_step .unit01 {
  margin-top: 4px;
}
.naka_career .section_step .unit01::after {
  background-color: #0d4d94;
}
.naka_career .section_step .unit01 dt {
  color: #0d4d94;
}
.naka_career .section_step .unit02::after {
  background-color: #2281cd;
}
.naka_career .section_step .unit02 dt {
  color: #2281cd;
}
.naka_career .section_step .unit03 {
  margin-top: 45px;
}
.naka_career .section_step .unit03::after {
  background-color: #77b6dc;
}
.naka_career .section_step .unit03 dt {
  color: #77b6dc;
}
.naka_career .section_step .unit04 {
  margin-top: 67px;
}
.naka_career .section_step .unit04::after {
  background-color: #94c8dc;
}
.naka_career .section_step .unit04 dt {
  color: #94c8dc;
}
.naka_career .section_step .unit05 {
  margin-top: 67px;
}
.naka_career .section_step .unit05::after {
  background-color: #bbdeed;
}
.naka_career .section_step .unit05 dt {
  color: #bbdeed;
}

.naka_career .section_training {
  width: 1080px;
  background-color: #edf6fa;
  margin: 86px auto 0;
  padding-bottom: 60px;
}
.naka_career .section_training .article_h3 {
  padding-top: 70px;
  position: relative;
}
.naka_career .section_training .article_h3 h3 {
  position: absolute;
  z-index: 1000;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.naka_career .section_training .article_h3 span {
  color: #dae4f0;
  width: 100%;
}
.naka_career .section_training .inner {
  width: 620px;
  margin: 10px auto 0;
}
.naka_career .section_training .inner ul {
  width: 280px;
}
.naka_career .section_training .inner ul li {
  font-size: 15px;
  font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  position: relative;
  line-height: 2;
}
.naka_career .section_training .inner ul li::before {
  width: 11px;
  height: 11px;
  content: "";
  border-radius: 50%;
  z-index: 1000;
  position: absolute;
  top: 33%;
  left: -15px;
  background-color: #232323;
}

@media screen and (max-width: 760px) {
  .naka_career .main {
    background: none;
    height: auto;
  }
  .naka_career .container {
    margin-bottom: 15%;
  }
  .naka_career .container h3::before {
    display: none;
  }
  .naka_career .article_h3 span {
    top: -64px;
  }
  .naka_career .section_step {
    margin-top: 9%;
  }
  .naka_career .section_step .inner {
    background: none;
    max-width: inherit;
    height: inherit;
    padding: 0 4%;
  }
  .naka_career .section_step .inner dl {
    margin-top: 13%;
    width: auto;
  }
  .naka_career .section_step .inner dl::after {
    width: 100%;
  }
  .naka_career .section_step .inner dl dt {
    font-size: 4.6vw;
  }
  .naka_career .section_step .inner .unit01 {
    margin-top: 10%;
  }
  .naka_career .section_step .inner .ph {
    margin-top: 17%;
  }
  .naka_career .section_training {
    width: auto;
    margin: 21% 4% 0;
    padding-bottom: 10%;
    padding-top: 9%;
  }
  .naka_career .section_training .inner {
    margin-top: 18%;
    width: auto;
  }
  .naka_career .section_training .inner ul {
    width: 82%;
    float: none;
    margin: 0 auto;
  }
}
/**************************************

info

**************************************/
.main_naka.naka_info {
  text-align: center;
}
.main_naka.naka_info .container {
  width: auto;
}
.main_naka.naka_info .article_h3 {
  padding-top: 75px;
  padding-bottom: 0;
}
.main_naka.naka_info .article_h3 h3 {
  color: #f07c90;
}
.main_naka.naka_info .article_h3 span {
  color: #fdeaed;
}
.main_naka.naka_info .horizontal {
  width: 1080px;
  margin: 0 auto;
}
.main_naka.naka_info .horizontal li.link01 {
  background: #f07c90;
}
.main_naka.naka_info .horizontal li.link03 {
  background: #54c2f0;
}

.naka_info .box_ph {
  margin-top: 95px;
}
.naka_info .box_ph li {
  float: left;
  width: 33.3333%;
  line-height: 0;
}

.naka_info .sec01 {
  background: #fbe0e4;
  padding: 62px 0;
  position: relative;
}
.naka_info .sec01 .inner {
  background: #fff;
  padding: 182px 0 66px;
  width: 1080px;
  margin: 0 auto;
}
.naka_info .sec01 .article_h3 {
  position: absolute;
  z-index: 2000;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.naka_info .sec01 .article_h3 .sub {
  font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #f07c90;
  font-size: 16px;
  padding-top: 25px;
  position: relative;
}
.naka_info .sec01 .article_h3 .sub::before {
  content: "";
  position: absolute;
  z-index: 1000;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 980px;
  height: 1px;
  background-color: #bbbbbb;
}
.naka_info .sec01 .unit {
  font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin-top: 30px;
}
.naka_info .sec01 .unit h4 {
  color: #fdeaed;
  font-size: 48px;
  line-height: 1.2;
}
.naka_info .sec01 .unit h4 span {
  display: block;
  color: #f07c90;
  font-size: 21px;
}
.naka_info .sec01 .unit .tit {
  margin-top: 6px;
}
.naka_info .sec01 .unit .txt {
  font-family: "メイリオ", dnp-shuei-gothic-gin-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin-top: 6px;
}

.naka_info .sec02,
.naka_info .sec03 {
  width: 1080px;
  margin: 60px auto 0;
  text-align: center;
  padding-top: 60px;
}

.naka_info .sec02 h4 {
  font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #54c2f0;
  font-size: 20px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  padding: 0 10px;
  margin-top: 25px;
}
.naka_info .sec02 h4::after {
  content: "";
  width: 1080px;
  height: 1px;
  background-color: #b8b8b8;
  position: absolute;
  z-index: -1;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.naka_info .sec02 .ph {
  height: 145px;
  margin-top: 20px;
}
.naka_info .sec02 .ph img {
  width: auto;
  height: 100%;
}
.naka_info .sec02 .unit02 {
  margin-top: 20px;
}
.naka_info .sec02 .unit02 h4 {
  color: #1c59a2;
}
.naka_info .sec02 .unit02 .txt {
  font-size: 19px;
  margin-top: 20px;
}
.naka_info .sec02 .unit02 .txt small {
  display: block;
  font-size: 11px;
}

.naka_info .sec03 .horizontal {
  margin-top: 27px;
  margin-bottom: 20px;
}
.naka_info .sec03 .horizontal li {
  color: #54c2f0;
  border: 1px solid #54c2f0;
  background: none;
}
.naka_info .sec03 .horizontal li a::after {
  border-color: #54c2f0;
}
.naka_info .sec03 .horizontal li a:hover {
  color: #54c2f0;
  opacity: 0.7;
}
.naka_info .sec03 .unit {
  margin-top: 90px;
}
.naka_info .sec03 .unit01 {
  margin-top: 0;
}
.naka_info .sec03 .unit_inner {
  margin-top: 35px;
}
.naka_info .sec03 h3 {
  background-color: #ddf3fc;
  color: #54c2f0;
}
.naka_info .sec03 h4 {
  text-align: left;
  font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 18px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  color: #232323;
}
.naka_info .sec03 h4::before {
  line-height: 1.3;
  position: absolute;
  top: 8px;
  left: 5px;
  display: block;
  width: 14px;
  height: 14px;
  padding-bottom: 10px;
  content: "";
  background-color: #232323;
  background-size: 100%;
}
.naka_info .sec03 .about_tbl {
  width: 1080px;
}
.naka_info .sec03 .about_tbl dt {
  background-color: #d1eefb;
}
.naka_info .sec03 .about_tbl dd {
  text-align: left;
}
.naka_info .sec03 .btn02 {
  margin-top: 65px;
}

.main_naka.naka_info .unit_alink {
  margin-top: -40px;
  padding-top: 40px;
}

@media screen and (max-width: 760px) {
  .main_naka.naka_info .horizontal {
    width: 100%;
    margin-top: 10%;
  }
  .main_naka.naka_info .article_h3 {
    padding-top: 10%;
    padding-bottom: 0;
  }
  .main_naka.naka_info .article_h3 h3 {
    top: 0;
  }
  .main_naka.naka_info .article_h3 h3 span {
    top: -26px;
  }
  .main_naka.naka_info .article_h3 .sub::before {
    top: 15px;
    width: 90%;
  }
  .main_naka.naka_info .section_info {
    margin-top: 10%;
  }
  .main_naka.naka_info .section_info .unit {
    margin-top: 15%;
  }
  .main_naka.naka_info .section_info .unit p {
    padding: 0 4%;
  }
  .main_naka.naka_info .box_ph {
    margin-top: 12%;
  }
  .main_naka.naka_info .btn02 {
    margin-top: 8%;
  }
  .main_naka.naka_info .sec01 {
    padding: 10% 0;
    margin-bottom: 0;
  }
  .main_naka.naka_info .sec01 .article_h3 {
    top: 98px;
    width: 88%;
  }
  .main_naka.naka_info .sec01 .inner {
    width: 92%;
    padding: 44% 0 10%;
  }
  .main_naka.naka_info .sec01 .unit {
    padding: 0 4%;
  }
  .main_naka.naka_info .sec02,
.main_naka.naka_info .sec03 {
    width: auto;
    margin: 6% auto 0;
    padding-top: 10%;
  }
  .main_naka.naka_info .sec02 h3,
.main_naka.naka_info .sec03 h3 {
    font-size: 4.5vw;
  }
  .main_naka.naka_info .sec02 {
    margin-bottom: 0;
  }
  .main_naka.naka_info .sec02 h4 {
    font-size: 5vw;
    margin-top: 6%;
  }
  .main_naka.naka_info .sec02 h4::after {
    width: 340px;
  }
  .main_naka.naka_info .sec02 .unit {
    width: 92%;
    margin: 0 auto;
  }
  .main_naka.naka_info .sec02 .ph {
    height: auto;
    width: 100%;
  }
  .main_naka.naka_info .sec02 .ph img {
    height: auto;
    width: 100%;
  }
  .main_naka.naka_info .sec02 .txt small {
    margin-top: 3%;
  }
  .main_naka.naka_info .sec03 .horizontal {
    margin-bottom: 0;
  }
  .main_naka.naka_info .sec03 h3,
.main_naka.naka_info .sec03 h4 {
    margin-left: auto;
    margin-right: auto;
    font-size: 5vw;
  }
  .main_naka.naka_info .sec03 h4 {
    width: 92%;
  }
  .main_naka.naka_info .sec03 .unit {
    margin-top: 14%;
  }
  .main_naka.naka_info .sec03 .unit01 {
    margin-top: 0;
  }
  .main_naka.naka_info .sec03 .unit01 .unit_inner {
    margin-top: 5%;
  }
}
/**************************************

recruitment

**************************************/
.naka_recruitment {
  text-align: center;
}
.naka_recruitment .article_h2 {
  margin-bottom: 0;
}
.naka_recruitment .container {
  width: auto;
}
.naka_recruitment .main {
  height: 541px;
  background: url(../career_recruitment/img/main.jpg) no-repeat center;
  background-size: auto 541px;
}
.naka_recruitment .section {
  width: 1080px;
  margin: 0 auto;
}
.naka_recruitment .sec01 h3 {
  color: #ee2f0c;
  font-size: 60px;
  line-height: 1;
  margin-top: 60px;
}
.naka_recruitment .sec01 .tit {
  font-size: 20px;
  line-height: 1.5;
  margin: 15px auto 35px;
}
.naka_recruitment .sec01 .unit {
  display: flex;
  flex-wrap: wrap;
  width: 1080px;
}
.naka_recruitment .sec01 .unit li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 32%;
  min-height: 155px;
  margin-right: 2%;
  margin-bottom: 2%;
  color: #fff;
  font-size: 17px;
  font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background-color: #ee2f0c;
}
.naka_recruitment .sec01 .unit li:nth-child(2n) {
  background-color: #1c59a2;
}
.naka_recruitment .sec01 .unit li:nth-child(3n) {
  margin-right: 0;
}
.naka_recruitment .sec02 {
  margin-bottom: 100px;
  margin-top: 65px;
}
.naka_recruitment .sec02 .unit {
  margin-top: 40px;
}
.naka_recruitment .sec02 .ph {
  height: 145px;
  margin-top: 20px;
}
.naka_recruitment .sec02 .ph img {
  width: auto;
  height: 100%;
}
.naka_recruitment .sec02 .txt {
  font-size: 19px;
  margin-top: 20px;
}
.naka_recruitment .sec02 .txt small {
  display: block;
  font-size: 11px;
}
.naka_recruitment .main02 {
  height: 346px;
  background: #ebefe7 url(../career_recruitment/img/img01.jpg) no-repeat center;
  background-size: auto 346px;
}
.naka_recruitment .sec03 {
  margin-top: 100px;
}
.naka_recruitment .sec03 h3 {
  margin-bottom: 25px;
}
.naka_recruitment .sec03 .about_tbl {
  width: 1080px;
}
.naka_recruitment .sec03 .unit {
  margin-top: 50px;
}
.naka_recruitment .sec03 .btn02 {
  margin-top: 80px;
}

@media screen and (max-width: 760px) {
  .naka_recruitment .main {
    background: none;
    height: auto;
  }
  .naka_recruitment .section {
    width: auto;
  }
  .naka_recruitment .unit_inner {
    margin-top: 7%;
  }
  .naka_recruitment .sec01 h3 {
    font-size: 9vw;
    margin-top: 10%;
  }
  .naka_recruitment .sec01 .tit {
    font-size: 4.3vw;
    padding: 0 4%;
    margin-bottom: 7%;
  }
  .naka_recruitment .sec01 .unit {
    width: auto;
  }
  .naka_recruitment .sec01 .unit li {
    flex-basis: 96%;
    margin: 0 4% 3%;
    min-height: 120px;
  }
  .naka_recruitment .sec01 .unit li:nth-child(3n) {
    margin-right: 4%;
  }
  .naka_recruitment .sec02 .unit {
    margin-top: 5%;
  }
  .naka_recruitment .sec02 .ph {
    height: auto;
    width: 100%;
  }
  .naka_recruitment .sec02 .ph img {
    height: auto;
    width: 100%;
  }
  .naka_recruitment .sec02 .txt small {
    margin-top: 3%;
  }
  .naka_recruitment .sec02 .txt {
    font-size: 4vw;
    padding: 0 4%;
  }
  .naka_recruitment .sec03 {
    margin-top: 7%;
  }
  .naka_recruitment .sec03 .about_tbl {
    width: auto;
  }
}
/**************************************

main_message

**************************************/
.main_message .section_info .tit_h3 {
  background-color: #1c59a2;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  padding: 6px 30px;
}
.main_message .main_naka.naka_info .article_h3 h3,
.main_message .naka_info .sec01 .article_h3 .sub,
.main_message .naka_info .sec01 .unit h4 span {
  color: #1c59a2;
}
.main_message .main_naka.naka_info .article_h3 span,
.main_message .naka_info .sec01 .unit h4 {
  color: #dae4f0;
}
.main_message .naka_info .sec01 {
  background: #e4f4f9;
}

.main_message .message {
  padding: 40px 0 0;
  background-color: inherit;
}
.main_message .message .tit_h3 {
  color: #dae4f0;
  font-size: 58px;
  margin-bottom: 110px;
}
.main_message .message .txt {
  text-align: center;
  margin-top: 40px;
  line-height: 1.7;
}

.main_message .section_philosophy {
  width: 1080px;
  margin: 90px auto 0;
}
.main_message .section_philosophy .tit_h3 {
  background-color: #1c59a2;
  color: #fff;
  font-size: 24px;
  padding: 14px 0;
  line-height: 1.4;
}
.main_message .section_philosophy .unit {
  margin-top: 30px;
  text-align: center;
}
.main_message .section_philosophy .unit dl {
  width: 720px;
  margin: 0 auto 50px;
}
.main_message .section_philosophy .unit dt {
  width: 380px;
  float: left;
  font-size: 17px;
  color: #1c59a2;
  font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  text-align: left;
}
.main_message .section_philosophy .unit dd {
  width: 340px;
  float: left;
  text-align: left;
  padding-left: 50px;
  position: relative;
}
.main_message .section_philosophy .unit dd::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 0%;
  left: 0;
  top: 0;
  background-color: #1c59a2;
  transition: all 0.6s cubic-bezier(0.725, 0.036, 0.326, 1);
  transition-delay: 0.3s;
}
.main_message .section_philosophy .unit dd.phrase.open::after {
  height: 100%;
}
.main_message .section_philosophy .unit .txt {
  padding: 0 4%;
}
.main_message .section_philosophy .unit .txt em {
  color: #1c59a2;
  font-weight: bold;
  font-size: 15px;
}

@media screen and (max-width: 760px) {
  .main_message .section_info .tit_h3 {
    font-size: 5vw;
  }
  .main_message .message {
    padding-top: 15%;
  }
  .main_message .message .tit_h3 {
    margin-bottom: 15%;
    font-size: 13vw;
  }
  .main_message .message .txt {
    margin-top: 9%;
    padding: 0 4%;
  }
  .main_message .section_philosophy {
    width: auto;
    margin: 12% auto 0;
  }
  .main_message .section_philosophy .tit_h3 {
    font-size: 5vw;
  }
  .main_message .section_philosophy .unit dl {
    width: 90%;
    margin-bottom: 8%;
  }
  .main_message .section_philosophy .unit dl dt {
    width: auto;
    float: none;
    margin-bottom: 10px;
  }
  .main_message .section_philosophy .unit dl dd {
    width: auto;
    padding-left: 0;
    float: inherit;
    border-left: none;
    text-align: left;
    line-height: 1.8;
    padding-left: 7%;
  }
  .main_message .section_philosophy .unit dl dd::after {
    left: 8px;
  }
}
/* number
------------------------------------------------- */
.main_number .ta_r {
  text-align: right;
  position: absolute;
  z-index: 2000;
  bottom: 35px;
  right: 0;
}

@media screen and (min-width: 761px) {
  .main_number {
    background: #fff;
    min-height: 2000px;
  }
  .main_number .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
  }
  .main_number .inner .grid-item {
    background: rgba(255, 255, 255, 0.9);
    width: 375px;
    height: auto;
    border: 1px solid #bbbbbb;
    border-radius: 10px;
    float: left;
    margin: 10px;
    padding: 15px;
  }
  .main_number .inner .grid-item img {
    width: 100%;
  }
  .main_number small {
    /* display: block; */
    font-size: 16px;
  }
  .main_number .sub {
    text-align: center;
    color: #1c59a2;
    font-weight: bold;
    margin-top: -10px;
    margin-bottom: 10px;
  }
  .main_number .inner .grid-item .anime_number {
    text-align: center;
    font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    color: #f07c90;
    font-feature-settings: "palt";
  }
  .main_number .inner .grid-item .anime_number em {
    font-weight: 600;
    font-size: 68px;
  }
  .main_number .inner .grid-item .anime_number span {
    font-size: 69px;
  }
  .main_number .inner .grid-item.box01 .stit {
    font-size: 21px;
    padding-right: 10px;
    vertical-align: middle;
  }
  .main_number .inner .grid-item.box10 .stit {
    font-size: 26px;
    padding-right: 10px;
    vertical-align: middle;
  }
  .main_number .inner .grid-item.box03 .ph02 {
    position: relative;
  }
  .main_number .inner .grid-item.box03 .ph02::before {
    content: "";
    background: url(../number/img/num03_icon.png) no-repeat bottom center;
    background-size: 100%;
    width: 100%;
    height: 96px;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
  }
  .main_number .inner .grid-item.box04 .anime_number {
    color: #54c2f0;
  }
  .main_number .inner .grid-item.box10 .anime_number {
    color: #1c59a2;
  }
  .main_number .inner .grid-item.box11 {
    position: relative;
  }
  .main_number .inner .grid-item.box11 .ph02 {
    position: absolute;
    top: 23%;
    left: 20%;
    width: 60px;
    z-index: 999;
  }
  .main_number .inner .grid-item.box11 .ph02.open {
    -webkit-animation: 1.2s ease 1s normal rubberBand both;
    animation: 1.2s ease 1s normal rubberBand both;
  }
  .main_number .inner .grid-item.box12 .inner {
    width: 100%;
    padding: initial;
    position: relative;
  }
  .main_number .inner .grid-item.box12 .inner .ph01 {
    margin-bottom: 15px;
  }
  .main_number .inner .grid-item.box12 .inner .graph {
    height: 15vh;
    width: 100%;
  }
  .main_number .inner .grid-item.box12 .inner canvas#graph_ph {
    height: 177px !important;
  }
  .main_number .inner .grid-item.box12 .inner .label_area .label01 {
    position: absolute;
    transform: translateY(-50%);
    top: 46%;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    left: 95px;
  }
  .main_number .inner .grid-item.box12 .inner .label_area .label02 {
    position: absolute;
    transform: translateY(-50%);
    top: 46%;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    right: 19px;
  }
  .main_number .inner .grid-item.box15 .inner_box {
    position: relative;
  }
  .main_number .inner .grid-item.box15 .ph01 {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
  }
  .main_number .inner .grid-item.box15 .ph01.open {
    -webkit-animation: 1.2s ease 1s normal rubberBand both;
    animation: 1.2s ease 1s normal rubberBand both;
  }
  .main_number .inner .grid-item.box15 .ph02 {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
  }
  .main_number .inner .grid-item.box15 .ph02.open {
    -webkit-animation: 1.7s ease 1s normal rubberBand both;
    animation: 1.7s ease 1s normal rubberBand both;
  }
  .main_number .inner .grid-item.box15 .ph03 {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
  }
  .main_number .inner .grid-item.box15 .ph03.open {
    -webkit-animation: 2.2s ease 1s normal rubberBand both;
    animation: 2.2s ease 1s normal rubberBand both;
  }
}
@media screen and (max-width: 760px) {
  .main_number .ta_r {
    bottom: 7px;
  }
  .main_number {
    background-size: 100% auto;
  }
  .main_number .inner {
    width: 95% !important;
    margin: 0 auto;
    padding: 5% 0;
  }
  .main_number .inner .grid-item {
    border: 1px solid #bbbbbb;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: auto;
    padding: 5%;
    border-radius: 10px;
    margin: 0 auto 5%;
  }
  .main_number .inner .grid-item img {
    width: 100%;
  }
  .main_number small {
    font-size: 4.3vw;
  }
  .main_number .sub {
    text-align: center;
    color: #f07c90;
    font-weight: bold;
    margin-top: -3%;
    margin-bottom: 3%;
  }
  .main_number .inner .grid-item .anime_number {
    text-align: center;
    font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 12.4vw;
    font-weight: 600;
    line-height: 1;
    color: #f07c90;
    font-feature-settings: "palt";
  }
  .main_number .inner .grid-item .anime_number em {
    font-weight: 600;
    font-size: 18.4vw;
    font-style: inherit;
  }
  .main_number .inner .grid-item.box01 .anime_number {
    font-size: 7.4vw;
  }
  .main_number .inner .grid-item.box03 .ph02 {
    position: relative;
  }
  .main_number .inner .grid-item.box03 .ph02::before {
    content: "";
    background: url(../number/img/num03_icon.png) no-repeat bottom center;
    background-size: 100%;
    width: 100%;
    height: 96px;
    position: absolute;
    bottom: -5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
  }
  .main_number .inner .grid-item.box04 .anime_number {
    color: #54c2f0;
  }
  .main_number .inner .grid-item.box10 .stit {
    font-size: 7.5vw;
  }
  .main_number .inner .grid-item.box10 .anime_number {
    color: #1c59a2;
  }
  .main_number .inner .grid-item.box11 {
    position: relative;
  }
  .main_number .inner .grid-item.box11 .ph02 {
    position: absolute;
    top: 23%;
    left: 20%;
    width: 60px;
    z-index: 999;
  }
  .main_number .inner .grid-item.box11 .ph02.open {
    -webkit-animation: 1.2s ease 1s normal rubberBand both;
    animation: 1.2s ease 1s normal rubberBand both;
  }
  .main_number .inner .grid-item.box12 .inner {
    width: 100% !important;
    padding: initial;
    position: relative;
  }
  .main_number .inner .grid-item.box12 .inner .ph01 {
    margin-bottom: 15px;
  }
  .main_number .inner .grid-item.box12 .inner .graph {
    height: 15vh;
    width: 100%;
  }
  .main_number .inner .grid-item.box12 .inner canvas#graph_ph {
    height: 24vh !important;
  }
  .main_number .inner .grid-item.box12 .inner .label_area .label01 {
    font-size: 4.3vw;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 29%;
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
  }
  .main_number .inner .grid-item.box12 .inner .label_area .label02 {
    text-align: center;
    position: absolute;
    top: 50%;
    color: #fff;
    font-weight: 600;
    font-size: 4.3vw;
    right: 19px;
    transform: translateY(-50%);
  }
  .main_number .inner .grid-item.box15 .inner_box {
    position: relative;
  }
  .main_number .inner .grid-item.box15 .ph01 {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
  }
  .main_number .inner .grid-item.box15 .ph01.open {
    -webkit-animation: 1.2s ease 1s normal rubberBand both;
    animation: 1.2s ease 1s normal rubberBand both;
  }
  .main_number .inner .grid-item.box15 .ph02 {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
  }
  .main_number .inner .grid-item.box15 .ph02.open {
    -webkit-animation: 1.7s ease 1s normal rubberBand both;
    animation: 1.7s ease 1s normal rubberBand both;
  }
  .main_number .inner .grid-item.box15 .ph03 {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
  }
  .main_number .inner .grid-item.box15 .ph03.open {
    -webkit-animation: 2.2s ease 1s normal rubberBand both;
    animation: 2.2s ease 1s normal rubberBand both;
  }
}
/* 共通 アニメ
------------------------------------------------- */
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 70%, 0);
    transform: translate3d(0, 70%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp.open {
  -webkit-animation: 2s ease 1s normal fadeInUp both;
  animation: 2s ease 1s normal fadeInUp both;
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

.main_number .section_interview {
  width: 1080px;
  margin: 0 auto 100px;
  background-color: #e4f4f9;
  padding: 40px 30px;
}
.main_number .section_interview h3 {
  font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 24px;
  background-color: #fff;
  margin: 0 20px 45px;
  padding: 10px 0;
  text-align: center;
  color: #1c59a2;
}
.main_number .section_interview dl {
  margin-top: 10px;
}
.main_number .section_interview dl dt {
  width: 80px;
  vertical-align: top;
  display: inline-block;
  margin-right: 15px;
}
.main_number .section_interview dl dd {
  vertical-align: top;
  display: inline-block;
  color: #1c59a2;
  font-family: "メイリオ", toppan-bunkyu-midashi-go-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 20px;
}
.main_number .section_interview .section_txt {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px dotted #1c59a2;
}
.main_number .section_interview .section_txt ul {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 0 13px;
  width: 42%;
}
.main_number .section_interview .section_txt li {
  margin-top: 10px;
  list-style: disc;
  margin-left: 3%;
}

@media print, screen and (min-width: 741px) {
  .main_number .section_interview h3 {
    position: relative;
  }
  .main_number .section_interview h3::after {
    display: block;
    z-index: 1000;
    position: absolute;
    top: -18px;
    right: 20px;
    width: 170px;
    height: 170px;
    background: url(../company/number/img/icon.png) center center no-repeat;
    background-size: 100%;
    content: "";
  }
}
@media screen and (max-width: 760px) {
  .main_number .section_interview {
    width: auto;
    margin: 0 auto 10%;
    padding: 8% 4%;
  }
  .main_number .section_interview h3 {
    font-size: 4.7vw;
    margin: 0 0 8%;
    padding: 7px 0;
  }
  .main_number .section_interview dl dt {
    width: 17%;
    margin-right: 3%;
  }
  .main_number .section_interview dl dd {
    width: 76%;
    font-size: 15px;
  }
  .main_number .section_interview .section_txt {
    text-align: left;
    font-size: 14px;
  }
  .main_number .section_interview .section_txt ul {
    display: block;
    width: auto;
  }
  .main_number .section_interview .section_txt li {
    margin-top: 8px;
  }
}
.phrase {
  opacity: 0;
}

.phrase.open {
  transition: 2.4s;
  opacity: 1;
}

@-webkit-keyframes pulse {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*# sourceMappingURL=skin.css.map */
