@charset "UTF-8";
/*                下層共通
======================================================= */
.lower #wrapper {
  position: relative;
  z-index: 1;
}
.lower #wrapper::before {
  /**
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc(50% - -264px);//164+200/2
  content: "";
  background-color: #eaeaea;
  //background-color: #888;
  width: 100%;
  //height: 100%;
  //height: calc(100% - 92px);
  height: 920px;
  transition: transform 1.5s cubic-bezier(.09,.92,1,1);
  @include media1024{
    left: calc(50% - -38px);
    height: 600px;
  }
  **/
}
.lower #wrapper.is_anime_l::before {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.lower #wrapper.is_anime_l.in::before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.lower #content {
  background: #F0F8FD;
  padding: 70px 0;
}
@media only screen and (max-width: 1024px) {
  .lower #content {
    padding: 10.6666666667vw 0;
  }
}
.lower #content .start_area p.catch {
  font-size: 18px;
  font-weight: bold;
  text-align: justify;
}
@media only screen and (max-width: 1024px) {
  .lower #content .start_area p.catch {
    font-size: 4vw;
  }
}
.lower #content .start_area p.catch.center {
  text-align: center;
}

.page_ttl_area {
  position: relative;
  z-index: 1;
  min-height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
}
@media only screen and (max-width: 1024px) {
  .page_ttl_area {
    min-height: 51.7333333333vw;
    padding: 6.6666666667vw 0;
  }
}
.page_ttl_area::after {
  content: "";
  background-image: url(../../../media/images/special/career/common/page_ttl_bg_pc.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .page_ttl_area::after {
    background-image: url(../../../media/images/special/career/common/page_ttl_bg_sp.png);
  }
}
@media only screen and (max-width: 1024px) {
  .page_ttl_area .page_ttl {
    margin-top: 13.3333333333vw;
  }
}
.page_ttl_area .page_ttl .ttl {
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  .page_ttl_area .page_ttl .ttl {
    margin-right: -0.5em;
  }
}
.page_ttl_area .page_ttl .ttl .sub {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #01A0E9;
  display: block;
  padding-left: 32px;
}
@media only screen and (max-width: 1024px) {
  .page_ttl_area .page_ttl .ttl .sub {
    font-size: 3.7333333333vw;
    padding-left: 8.5333333333vw;
  }
}
.page_ttl_area .page_ttl .ttl .sub::before {
  content: "";
  background: #01A0E9;
  width: 24px;
  height: 2px;
  position: absolute;
  z-index: 1;
  top: calc(50% - 2px);
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .page_ttl_area .page_ttl .ttl .sub::before {
    width: 5.8666666667vw;
  }
}
.page_ttl_area .page_ttl .ttl .main {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 55px;
  letter-spacing: 0.05em;
  display: block;
  line-height: 1.3;
}
@media only screen and (max-width: 1024px) {
  .page_ttl_area .page_ttl .ttl .main {
    font-size: 8.8vw;
  }
}

/*                bread
======================================================= */
#bread ol {
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  #bread ol {
    margin: 0;
  }
}
#bread ol li {
  display: inline-block;
  float: left;
  font-family: FontAwesome, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  #bread ol li {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
#bread ol li:before {
  content: "\f105";
  margin: 0 1em;
}
@media only screen and (max-width: 900px) {
  #bread ol li:before {
    /**
    content: "";
    position: absolute;
    top: calc(-50% + 2px);
    right: 10px;
    transform: rotate(150deg);
    background: #dedede;
    width: 1px;
    height: 36px;
    margin: 0;
    **/
  }
}
@media only screen and (max-width: 900px) {
  #bread ol li::after {
    /**
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    right: 10px;
    transform: rotate(30deg);
    background: #dedede;
    width: 1px;
    height: 36px;
    margin: 0;
    **/
  }
}
#bread ol li:first-child:before {
  content: "";
  margin: 0;
}
#bread ol li > a {
  color: #01A0E9;
}
@media only screen and (min-width: 1025px) {
  #bread ol li > a:hover {
    opacity: 0.7;
  }
}
#bread ol li:last-child a {
  pointer-events: none;
  color: inherit;
}
#bread ol li:last-child span br {
  display: none;
}

/*                社員インタビュー
======================================================= */
#interview .interview_top_list {
  margin-top: 60px;
}
@media only screen and (max-width: 1024px) {
  #interview .interview_top_list {
    margin-top: 10.6666666667vw;
  }
}
#interview .interview_top_list .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px -40px;
}
@media only screen and (max-width: 1024px) {
  #interview .interview_top_list .block {
    display: block;
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #interview .interview_top_list .block .set + .set {
    margin-top: 8vw;
  }
}
#interview .interview_top_list .block .set {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  #interview .interview_top_list .block .set {
    width: auto;
    padding: 0;
    margin-bottom: 0;
  }
}
#interview .interview_top_list .block .set .set_inner {
  position: relative;
  z-index: 1;
}
#interview .interview_top_list .block .set .set_inner .img {
  overflow: hidden;
  border-radius: 20px;
}
@media only screen and (max-width: 1024px) {
  #interview .interview_top_list .block .set .set_inner .img {
    border-radius: 3.7333333333vw;
  }
}
#interview .interview_top_list .block .set .set_inner .img img {
  width: 100%;
  height: auto;
}
#interview .interview_top_list .block .set .set_inner .txt {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  #interview .interview_top_list .block .set .set_inner .txt {
    bottom: 3.7333333333vw;
    padding: 0 3.7333333333vw;
  }
}
#interview .interview_top_list .block .set .set_inner .txt .bg {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  padding: 40px;
}
@media only screen and (max-width: 1024px) {
  #interview .interview_top_list .block .set .set_inner .txt .bg {
    border-radius: 2.6666666667vw;
    padding: 7.2vw;
  }
}
#interview .interview_top_list .block .set .set_inner .txt .ttl {
  font-size: 24px;
  font-weight: bold;
  color: #01A0E9;
  letter-spacing: 0.04em;
  text-align: justify;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 1024px) {
  #interview .interview_top_list .block .set .set_inner .txt .ttl {
    font-size: 4.2666666667vw;
  }
}
#interview .interview_top_list .block .set .set_inner .txt .btm {
  min-height: 60px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 70px;
}
@media only screen and (max-width: 1024px) {
  #interview .interview_top_list .block .set .set_inner .txt .btm {
    min-height: 10.6666666667vw;
    padding-right: 13.3333333333vw;
  }
}
#interview .interview_top_list .block .set .set_inner .txt .btm::after {
  content: "";
  background-image: url(../../../media/images/special/career/common/ar_circle.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  #interview .interview_top_list .block .set .set_inner .txt .btm::after {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
#interview .interview_top_list .block .set .set_inner .txt .btm p + p {
  margin-top: 0;
}
#interview .interview_top_list .block .set .set_inner .txt .btm .department {
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  #interview .interview_top_list .block .set .set_inner .txt .btm .department {
    font-size: 3.4666666667vw;
  }
}
#interview .interview_top_list .block .set .set_inner .txt .btm .name {
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  #interview .interview_top_list .block .set .set_inner .txt .btm .name {
    font-size: 3.4666666667vw;
  }
}
#interview .interview_top_list .block .set a {
  display: block;
}
#interview .interview_kv {
  position: relative;
  z-index: 1;
  margin-bottom: 130px;
}
@media only screen and (max-width: 1024px) {
  #interview .interview_kv {
    margin-bottom: 16vw;
  }
}
#interview .interview_kv .img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  #interview .interview_kv .img {
    width: 1240px;
  }
}
@media only screen and (max-width: 1024px) {
  #interview .interview_kv .img {
    width: auto;
  }
}
#interview .interview_kv .img img {
  width: 100%;
  height: auto;
}
#interview .interview_kv .title {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(1, 160, 233, 0.8);
  padding: 30px 0 60px;
}
@media screen and (max-width: 1440px) {
  #interview .interview_kv .title {
    width: 1240px;
  }
}
@media only screen and (max-width: 1024px) {
  #interview .interview_kv .title {
    position: static;
    width: auto;
    padding: 10.6666666667vw 10.6666666667vw 16vw;
  }
}
#interview .interview_kv .title .ttl {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #interview .interview_kv .title .ttl {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 1024px) {
  #interview .interview_kv .title .ttl br {
    display: none;
  }
}
#interview .interview_kv .profile {
  position: absolute;
  z-index: 1;
  top: 50px;
  right: 168px;
  width: 270px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 40px;
}
@media screen and (min-width: 1441px) {
  #interview .interview_kv .profile {
    top: 3.4722222222vw;
    right: 11.6666666667vw;
  }
}
@media screen and (max-width: 1440px) {
  #interview .interview_kv .profile {
    top: 50px;
    right: auto;
    left: 800px;
  }
}
@media only screen and (max-width: 1024px) {
  #interview .interview_kv .profile {
    top: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 89.3333333333vw;
    bottom: 5.3333333333vw;
    padding: 5.3333333333vw 8vw;
  }
}
#interview .interview_kv .profile p + p {
  margin-top: 0;
}
@media only screen and (min-width: 1025px) {
  #interview .interview_kv .profile .sp_wrap {
    display: contents;
  }
}
@media only screen and (max-width: 1024px) {
  #interview .interview_kv .profile .sp_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.3333333333vw;
  }
}
#interview .interview_kv .profile .name {
  font-size: 26px;
  line-height: 1.65;
  color: #01A0E9;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  #interview .interview_kv .profile .name {
    font-size: 4.8vw;
  }
}
#interview .interview_kv .profile .en {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #01A0E9;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 1024px) {
  #interview .interview_kv .profile .en {
    font-size: 3.2vw;
    margin-bottom: 0;
    margin-left: 4vw;
  }
}
#interview .interview_kv .profile .en span.first {
  display: block;
}
@media only screen and (max-width: 1024px) {
  #interview .interview_kv .profile .en span.first {
    display: inline-block;
  }
}
#interview .interview_kv .profile .en span.last {
  display: block;
}
@media only screen and (max-width: 1024px) {
  #interview .interview_kv .profile .en span.last {
    display: inline-block;
  }
}
#interview .interview_kv .profile .department {
  font-size: 16px;
  color: #01A0E9;
  font-weight: bold;
  line-height: 1.65;
}
@media only screen and (max-width: 1024px) {
  #interview .interview_kv .profile .department {
    font-size: 3.4666666667vw;
  }
}
#interview .interview_kv .profile .joined {
  font-size: 16px;
  color: #01A0E9;
  line-height: 1.65;
}
@media only screen and (max-width: 1024px) {
  #interview .interview_kv .profile .joined {
    font-size: 3.4666666667vw;
  }
}
#interview .interview_kv .profile.re {
  right: auto;
  left: 168px;
}
@media screen and (min-width: 1441px) {
  #interview .interview_kv .profile.re {
    left: 11.6666666667vw;
  }
}
@media screen and (max-width: 1440px) {
  #interview .interview_kv .profile.re {
    left: auto;
    right: 800px;
  }
}
@media only screen and (max-width: 1024px) {
  #interview .interview_kv .profile.re {
    top: auto;
    right: auto;
    left: 50%;
  }
}
#interview .introduction {
  position: relative;
  z-index: 1;
  margin-bottom: 130px;
  margin-top: -160px;
}
@media only screen and (max-width: 1024px) {
  #interview .introduction {
    margin-bottom: 16vw;
    margin-top: -24vw;
  }
}
#interview .introduction .inner {
  background: #F0F8FD;
  border-radius: 20px;
  padding: 60px;
}
@media only screen and (max-width: 1024px) {
  #interview .introduction .inner {
    border-radius: 5.3333333333vw;
    padding: 8vw;
  }
}
#interview .introduction .inner .ttl {
  font-size: 20px;
  font-weight: bold;
  color: #01A0E9;
  text-align: justify;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 1024px) {
  #interview .introduction .inner .ttl {
    font-size: 3.7333333333vw;
  }
}
#interview .introduction .inner p {
  font-size: 14px;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 2.05;
}
@media only screen and (max-width: 1024px) {
  #interview .introduction .inner p {
    font-size: 3.2vw;
  }
}
#interview .profile_area {
  margin-top: 100px;
}
@media only screen and (max-width: 1024px) {
  #interview .profile_area {
    margin-top: 13.3333333333vw;
  }
}
#interview .profile_area .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  #interview .profile_area .profile {
    display: block;
    border-radius: 5.3333333333vw;
  }
}
#interview .profile_area .profile .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 80px;
}
@media only screen and (max-width: 1024px) {
  #interview .profile_area .profile .txt {
    display: block;
    padding: 8vw;
  }
}
#interview .profile_area .profile .txt::after {
  content: "";
  background-image: url(../../../media/images/special/career/interview/profile_bg_pc.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  #interview .profile_area .profile .txt::after {
    background-image: url(../../../media/images/special/career/interview/profile_bg_sp.png);
  }
}
#interview .profile_area .profile .txt p + p {
  margin-top: 0;
}
#interview .profile_area .profile .txt .name {
  font-size: 26px;
  color: #01A0E9;
  font-weight: bold;
  text-align: justify;
  line-height: 1.65;
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 1024px) {
  #interview .profile_area .profile .txt .name {
    font-size: 4.2666666667vw;
  }
}
#interview .profile_area .profile .txt .department {
  font-size: 16px;
  color: #01A0E9;
  font-weight: bold;
  text-align: justify;
  line-height: 1.65;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1024px) {
  #interview .profile_area .profile .txt .department {
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  #interview .profile_area .profile .txt .department br {
    display: none;
  }
}
#interview .profile_area .profile .txt .desc {
  font-size: 13px;
  text-align: justify;
  line-height: 1.65;
}
@media only screen and (max-width: 1024px) {
  #interview .profile_area .profile .txt .desc {
    font-size: 3.2vw;
  }
}
#interview .profile_area .profile .img {
  width: 424px;
}
@media only screen and (max-width: 1024px) {
  #interview .profile_area .profile .img {
    width: auto;
  }
}
#interview .profile_area .profile .img img {
  width: 100%;
  height: auto;
}
#interview .slide_area {
  background: #F0F8FD;
  margin-top: 120px;
  padding: 80px 0;
}
@media only screen and (max-width: 1024px) {
  #interview .slide_area {
    margin-top: 13.3333333333vw;
  }
}
#interview .slide_area h2.ttl {
  font-size: 24px;
  color: #01A0E9;
  font-weight: bold;
  text-align: center;
  line-height: 1.65;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1024px) {
  #interview .slide_area h2.ttl {
    font-size: 4.2666666667vw;
  }
}
#interview .slide_area .list {
  max-width: 960px;
  margin: 0 auto;
}
#interview .slide_area .list .block {
  margin: 0 -15px;
}
@media only screen and (max-width: 1024px) {
  #interview .slide_area .list .block {
    display: block;
    margin: 0 -5.3333333333vw;
  }
}
#interview .slide_area .list .block .set {
  width: 33.33333333%;
  padding: 0 15px;
}
@media only screen and (max-width: 1024px) {
  #interview .slide_area .list .block .set {
    width: auto;
    padding: 0 5.3333333333vw;
  }
}
#interview .slide_area .list .block .set .set_inner {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  -webkit-filter: drop-shadow(0px 2px 0px #DDDCE5);
          filter: drop-shadow(0px 2px 0px #DDDCE5);
  filter: drop-shadow(0px 2px 0px #DDDCE5);
  filter: drop-shadow(0px 2px 0px #DDDCE5);
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  #interview .slide_area .list .block .set .set_inner {
    border-radius: 5.3333333333vw;
    -webkit-filter: drop-shadow(0px 0.533vw 0px #DDDCE5);
            filter: drop-shadow(0px 0.533vw 0px #DDDCE5);
  }
}
#interview .slide_area .list .block .set .set_inner .img img {
  width: 100%;
  height: auto;
}
#interview .slide_area .list .block .set .set_inner .txt {
  padding: 30px;
}
@media only screen and (max-width: 1024px) {
  #interview .slide_area .list .block .set .set_inner .txt {
    padding: 8vw;
  }
}
#interview .slide_area .list .block .set .set_inner .txt p + p {
  margin-top: 0;
}
#interview .slide_area .list .block .set .set_inner .txt .desc {
  font-size: 16px;
  color: #01A0E9;
  font-weight: bold;
  text-align: justify;
  line-height: 1.65;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1024px) {
  #interview .slide_area .list .block .set .set_inner .txt .desc {
    font-size: 4.2666666667vw;
  }
}
#interview .slide_area .list .block .set .set_inner .txt .department {
  font-size: 14px;
  text-align: justify;
  line-height: 1.65;
}
@media only screen and (max-width: 1024px) {
  #interview .slide_area .list .block .set .set_inner .txt .department {
    font-size: 3.7333333333vw;
  }
}
#interview .slide_area .list .block .set .set_inner .txt .name {
  font-size: 14px;
  text-align: justify;
  line-height: 1.65;
}
@media only screen and (max-width: 1024px) {
  #interview .slide_area .list .block .set .set_inner .txt .name {
    font-size: 3.7333333333vw;
  }
}
#interview .slide_area .list .block .set a {
  display: block;
  height: 100%;
}
#interview .slide_area .list .block .slick-list {
  overflow: hidden;
}
#interview .slide_area .list .block.center .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1024px) {
  #interview .slide_area .list .block.center .slick-list {
    display: block;
  }
}
#interview.detail #content {
  background: none;
  padding-top: 0;
}

/*                ビジネス
======================================================= */
#business .business_top_list .block .set + .set {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  #business .business_top_list .block .set + .set {
    margin-top: 8vw;
  }
}
#business .business_top_list .block .set .set_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 45px 60px;
}
@media only screen and (max-width: 1024px) {
  #business .business_top_list .block .set .set_inner {
    display: block;
    border-radius: 5.3333333333vw;
    padding: 7.4666666667vw;
  }
}
#business .business_top_list .block .set .set_inner .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding-right: 40px;
}
@media only screen and (max-width: 1024px) {
  #business .business_top_list .block .set .set_inner .txt {
    width: auto;
    padding-right: 0;
  }
}
#business .business_top_list .block .set .set_inner .txt .txt_wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  #business .business_top_list .block .set .set_inner .txt .txt_wrap {
    display: block;
  }
}
#business .business_top_list .block .set .set_inner .txt .info .ttl {
  font-size: 24px;
  font-weight: bold;
  color: #01A0E9;
  letter-spacing: 0.04em;
  text-align: justify;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 1024px) {
  #business .business_top_list .block .set .set_inner .txt .info .ttl {
    font-size: 4.2666666667vw;
  }
}
#business .business_top_list .block .set .set_inner .txt .info .desc {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2.05;
  text-align: justify;
}
@media only screen and (max-width: 1024px) {
  #business .business_top_list .block .set .set_inner .txt .info .desc {
    font-size: 3.4666666667vw;
  }
}
#business .business_top_list .block .set .set_inner .img {
  width: 400px;
}
@media only screen and (max-width: 1024px) {
  #business .business_top_list .block .set .set_inner .img {
    width: auto;
    margin-top: 10.6666666667vw;
  }
}
#business .business_top_list .block .set .set_inner .img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  #business .business_top_list .block .set .set_inner .img img {
    border-radius: 5.3333333333vw;
  }
}
#business .business_top_list .block .set a {
  display: block;
}
#business .business_kv .img img {
  width: 100%;
  height: auto;
}
#business .anc_area {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  #business .anc_area {
    margin-bottom: 10.6666666667vw;
  }
}
@media only screen and (min-width: 1025px) {
  #business .anc_area .main_width {
    width: 944px;
  }
}
#business .anc_area .list {
  background: #F0F8FD;
  padding: 8px;
}
@media only screen and (max-width: 1024px) {
  #business .anc_area .list {
    padding: 2.1333333333vw;
  }
}
#business .anc_area .list .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px;
}
@media only screen and (max-width: 1024px) {
  #business .anc_area .list .block {
    margin: 0 -1.0666666667vw;
  }
}
#business .anc_area .list .block .set {
  width: 33.33333333%;
  padding: 0 4px;
}
@media only screen and (max-width: 1024px) {
  #business .anc_area .list .block .set {
    padding: 0 1.0666666667vw;
  }
}
#business .anc_area .list .block .set .set_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  border-radius: 10px;
  padding: 13px 6px;
}
@media only screen and (max-width: 1024px) {
  #business .anc_area .list .block .set .set_inner {
    border-radius: 2.6666666667vw;
    padding: 9px 0;
  }
}
#business .anc_area .list .block .set .set_inner p {
  font-size: 18px;
  color: rgba(1, 160, 233, 0.3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
  line-height: 1.65;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #business .anc_area .list .block .set .set_inner p {
    font-size: 3.4666666667vw;
    line-height: 1.35;
  }
}
#business .anc_area .list .block .set a {
  display: block;
  height: 100%;
  opacity: 1 !important;
}
@media only screen and (min-width: 1025px) {
  #business .anc_area .list .block .set a:hover .set_inner {
    background: #01A0E9;
  }
}
@media only screen and (min-width: 1025px) {
  #business .anc_area .list .block .set a:hover .set_inner p {
    color: #fff;
  }
}
#business .anc_area .list .block .set.current a .set_inner {
  background: #01A0E9;
}
#business .anc_area .list .block .set.current a .set_inner p {
  color: #fff;
}
#business .business_info p.intro {
  font-size: 18px;
  font-weight: bold;
  line-height: 2.05;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  #business .business_info p.intro {
    text-align: justify;
    font-size: 4vw;
    margin-bottom: 10.6666666667vw;
  }
}
#business .business_info .intro_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -12px;
}
@media only screen and (max-width: 1024px) {
  #business .business_info .intro_img {
    display: block;
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #business .business_info .intro_img .img + .img {
    margin-top: 6.4vw;
  }
}
#business .business_info .intro_img .img {
  width: 50%;
  padding: 0 12px;
}
@media only screen and (max-width: 1024px) {
  #business .business_info .intro_img .img {
    width: auto;
    padding: 0;
  }
}
#business .business_info .intro_img .img img {
  width: 100%;
  height: auto;
}
#business .business_info .intro_img.business02 .img {
  width: auto;
}
@media only screen and (max-width: 1024px) {
  #business .business_info .intro_img.business02 .img {
    padding: 0 9.3333333333vw;
  }
}
#business .business_info .intro_dl {
  margin-top: 60px;
}
#business .business_info .intro_dl .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px -32px;
}
@media only screen and (max-width: 1024px) {
  #business .business_info .intro_dl .block {
    display: block;
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #business .business_info .intro_dl .block .set + .set {
    margin-top: 4.2666666667vw;
  }
}
#business .business_info .intro_dl .block .set {
  width: 33.33333333%;
  padding: 0 16px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  #business .business_info .intro_dl .block .set {
    width: auto;
    padding: 0;
    margin-bottom: 0;
  }
}
#business .business_info .intro_dl .block .set .set_inner {
  height: 100%;
}
#business .business_info .intro_dl .block .set .set_inner .txt {
  height: 100%;
  border: 1px #01A0E9 solid;
  border-radius: 20px;
  padding: 45px 60px;
}
@media only screen and (max-width: 1024px) {
  #business .business_info .intro_dl .block .set .set_inner .txt {
    border-radius: 5.3333333333vw;
    padding: 7.4666666667vw;
  }
}
#business .business_info .intro_dl .block .set .set_inner .txt .ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.65;
  color: #01A0E9;
  text-align: justify;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  #business .business_info .intro_dl .block .set .set_inner .txt .ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
#business .business_info .intro_dl .block .set .set_inner .txt .desc {
  font-size: 14px;
  line-height: 2.05;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  #business .business_info .intro_dl .block .set .set_inner .txt .desc {
    font-size: 3.4666666667vw;
  }
}
#business .business_text {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  #business .business_text {
    margin-top: 16vw;
    margin-bottom: 16vw;
  }
}
@media only screen and (min-width: 1025px) {
  #business .business_text .main_width {
    width: 944px;
  }
}
#business .business_text h3.ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.65;
  color: #01A0E9;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  #business .business_text h3.ttl {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
#business .business_text p.desc {
  font-size: 16px;
  line-height: 2.05;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  #business .business_text p.desc {
    font-size: 3.7333333333vw;
  }
}
#business .tab_head {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  #business .tab_head {
    margin-bottom: 10.6666666667vw;
  }
}
@media only screen and (min-width: 1025px) {
  #business .tab_head .main_width {
    width: 944px;
  }
}
#business .tab_head .list {
  background: #F0F8FD;
  padding: 8px;
}
@media only screen and (max-width: 1024px) {
  #business .tab_head .list {
    padding: 2.1333333333vw;
  }
}
#business .tab_head .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px;
}
@media only screen and (max-width: 1024px) {
  #business .tab_head .list ul {
    margin: 0 -1.0666666667vw;
  }
}
#business .tab_head .list ul li {
  width: 33.33333333%;
  font-size: 18px;
  color: rgba(1, 160, 233, 0.3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
  line-height: 1.65;
  letter-spacing: 0.05em;
  text-align: center;
  cursor: pointer;
  padding: 0 4px;
}
@media only screen and (max-width: 1024px) {
  #business .tab_head .list ul li {
    font-size: 3.4666666667vw;
    line-height: 1.35;
    padding: 0 1.0666666667vw;
  }
}
#business .tab_head .list ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  border-radius: 10px;
  padding: 13px 6px;
}
@media only screen and (max-width: 1024px) {
  #business .tab_head .list ul li span {
    border-radius: 2.6666666667vw;
    padding: 9px 0;
  }
}
#business .tab_head .list ul li.current {
  color: #fff;
}
#business .tab_head .list ul li.current span {
  background: #01A0E9;
}
#business .tab_head .list ul li:hover {
  color: #fff;
}
#business .tab_head .list ul li:hover span {
  background: #01A0E9;
}
#business .tab_head .list.column2 ul li {
  width: 50%;
}
#business .tab_head .list.column3 ul li {
  width: 33.33333333%;
}
@media only screen and (min-width: 1025px) {
  #business .tab_body .main_width {
    width: 944px;
  }
}
#business .tab_body .tab_cont {
  display: none;
}
#business .tab_body .tab_cont.current {
  display: block;
}
#business .business_intro .figure {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  #business .business_intro .figure {
    margin-bottom: 10.6666666667vw;
  }
}
#business .business_intro .figure .img img {
  width: 100%;
  height: auto;
}
#business .business_intro .txt p.desc {
  font-size: 16px;
  line-height: 2.05;
  text-align: justify;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  #business .business_intro .txt p.desc {
    font-size: 3.7333333333vw;
  }
}
#business .business_flow {
  background: #F0F8FD;
  padding: 120px 0;
  margin-top: 120px;
}
@media only screen and (max-width: 1024px) {
  #business .business_flow {
    padding: 16vw 0;
    margin-top: 16vw;
  }
}
#business .business_flow .flow {
  background: #fff;
  border-radius: 20px;
  padding: 60px 80px;
}
@media only screen and (max-width: 1024px) {
  #business .business_flow .flow {
    border-radius: 2.6666666667vw;
    padding: 6.4vw 5.3333333333vw;
  }
}
#business .business_flow .flow .list .block .set + .set {
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  #business .business_flow .flow .list .block .set + .set {
    margin-top: 8vw;
  }
}
#business .business_flow .flow .list .block .set .set_inner .txt {
  position: relative;
  z-index: 1;
  padding-left: 60px;
}
@media only screen and (max-width: 1024px) {
  #business .business_flow .flow .list .block .set .set_inner .txt {
    padding-left: 16vw;
  }
}
#business .business_flow .flow .list .block .set .set_inner .txt::before {
  content: "";
  background: #01A0E9;
  width: 2px;
  height: calc(100% + 30px);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 19px;
}
@media only screen and (max-width: 1024px) {
  #business .business_flow .flow .list .block .set .set_inner .txt::before {
    width: 0.5333333333vw;
    height: calc(100% + 8vw);
    left: 5.0666666667vw;
  }
}
#business .business_flow .flow .list .block .set .set_inner .txt .number {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: #01A0E9;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  #business .business_flow .flow .list .block .set .set_inner .txt .number {
    font-size: 3.7333333333vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: -2.1333333333vw;
  }
}
#business .business_flow .flow .list .block .set .set_inner .txt .number span {
  padding-top: 2px;
}
@media only screen and (max-width: 1024px) {
  #business .business_flow .flow .list .block .set .set_inner .txt .number span {
    padding-top: 0;
  }
}
#business .business_flow .flow .list .block .set .set_inner .txt .ttl {
  font-size: 20px;
  line-height: 1.65;
  font-weight: bold;
  color: #01A0E9;
  text-align: justify;
  letter-spacing: 0.05em;
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 1024px) {
  #business .business_flow .flow .list .block .set .set_inner .txt .ttl {
    font-size: 4vw;
  }
}
#business .business_flow .flow .list .block .set .set_inner .txt .desc {
  font-size: 16px;
  line-height: 2.05;
  text-align: justify;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  #business .business_flow .flow .list .block .set .set_inner .txt .desc {
    font-size: 3.4666666667vw;
    line-height: 1.65;
  }
}
#business .business_flow .flow .list .block .set:last-child .set_inner .txt::before {
  content: none;
}
#business.detail #content {
  background: none;
}

/*                制度・福利厚生
======================================================= */
#benefits #content {
  background: none;
}
#benefits .benefits_system .inner .intro h3.ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.65;
  color: #01A0E9;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_system .inner .intro h3.ttl {
    font-size: 4.2666666667vw;
  }
}
#benefits .benefits_system .inner .intro .desc {
  font-size: 16px;
  line-height: 1.65;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_system .inner .intro .desc {
    font-size: 3.7333333333vw;
  }
}
#benefits .benefits_system .inner .list {
  margin-top: 60px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_system .inner .list {
    margin-top: 10.6666666667vw;
  }
}
#benefits .benefits_system .inner .list .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -14px -28px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_system .inner .list .block {
    display: block;
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_system .inner .list .block .set + .set {
    margin-top: 8vw;
  }
}
#benefits .benefits_system .inner .list .block .set {
  width: 33.33333333%;
  padding: 0 14px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_system .inner .list .block .set {
    width: auto;
    padding: 0;
    margin-bottom: 0;
  }
}
#benefits .benefits_system .inner .list .block .set .set_inner {
  border: 1px #01A0E9 solid;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 40px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_system .inner .list .block .set .set_inner {
    display: block;
    padding: 7.4666666667vw;
  }
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_system .inner .list .block .set .set_inner .txt {
    position: relative;
    z-index: 1;
    padding-left: 18.1333333333vw;
  }
}
#benefits .benefits_system .inner .list .block .set .set_inner .txt .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_system .inner .list .block .set .set_inner .txt .top {
    display: contents;
  }
}
@media only screen and (min-width: 1025px) {
  #benefits .benefits_system .inner .list .block .set .set_inner .txt .top .icon {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) {
  #benefits .benefits_system .inner .list .block .set .set_inner .txt .top .ttl {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    line-height: 1.5;
    padding-top: 5px;
    padding-left: 10px;
    margin-bottom: 0;
  }
}
#benefits .benefits_system .inner .list .block .set .set_inner .txt .icon {
  max-width: 48px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_system .inner .list .block .set .set_inner .txt .icon {
    position: absolute;
    z-index: 1;
    top: -1.3333333333vw;
    left: 0;
    max-width: 12.8vw;
    margin-bottom: 0;
  }
}
#benefits .benefits_system .inner .list .block .set .set_inner .txt .icon img {
  width: 100%;
  height: auto;
}
#benefits .benefits_system .inner .list .block .set .set_inner .txt .ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.65;
  color: #01A0E9;
  text-align: justify;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_system .inner .list .block .set .set_inner .txt .ttl {
    font-size: 4vw;
  }
}
#benefits .benefits_system .inner .list .block .set .set_inner .txt .desc {
  font-size: 14px;
  line-height: 1.65;
  text-align: justify;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_system .inner .list .block .set .set_inner .txt .desc {
    font-size: 3.4666666667vw;
  }
}
#benefits .benefits_system .inner .list .block .set .set_inner .view_more {
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_system .inner .list .block .set .set_inner .view_more {
    margin-top: 2.6666666667vw;
    padding-left: 18.1333333333vw;
  }
}
#benefits .benefits_system .inner .list .block .set a {
  display: block;
  height: 100%;
}
#benefits .benefits_system .inner .list.column2 .block .set {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_system .inner .list.column2 .block .set {
    width: auto;
  }
}
#benefits .employee_benefits {
  background: #F0F8FD;
  padding: 120px 0;
  margin-top: 120px;
}
@media only screen and (max-width: 1024px) {
  #benefits .employee_benefits {
    padding: 16vw 0;
    margin-top: 16vw;
  }
}
#benefits .employee_benefits .inner .intro h3.ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.65;
  color: #01A0E9;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1024px) {
  #benefits .employee_benefits .inner .intro h3.ttl {
    font-size: 4.2666666667vw;
  }
}
#benefits .employee_benefits .inner .intro .desc {
  font-size: 16px;
  line-height: 1.65;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  #benefits .employee_benefits .inner .intro .desc {
    font-size: 3.7333333333vw;
  }
}
#benefits .employee_benefits .inner .list {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  #benefits .employee_benefits .inner .list {
    margin-top: 5.3333333333vw;
  }
}
#benefits .employee_benefits .inner .list .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -9px -20px;
}
@media only screen and (max-width: 1024px) {
  #benefits .employee_benefits .inner .list .block {
    display: block;
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #benefits .employee_benefits .inner .list .block .set + .set {
    margin-top: 4.8vw;
  }
}
#benefits .employee_benefits .inner .list .block .set {
  width: 33.33333333%;
  padding: 0 9px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  #benefits .employee_benefits .inner .list .block .set {
    width: auto;
    padding: 0;
    margin-bottom: 0;
  }
}
#benefits .employee_benefits .inner .list .block .set .set_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 20px;
  min-height: 120px;
  height: 100%;
  padding: 30px 110px 30px 30px;
}
@media only screen and (max-width: 1024px) {
  #benefits .employee_benefits .inner .list .block .set .set_inner {
    border-radius: 5.3333333333vw;
    min-height: 21.3333333333vw;
    padding: 4.2666666667vw 23.4666666667vw 4.2666666667vw 7.4666666667vw;
  }
}
#benefits .employee_benefits .inner .list .block .set .set_inner .icon {
  max-width: 48px;
}
@media only screen and (max-width: 1024px) {
  #benefits .employee_benefits .inner .list .block .set .set_inner .icon {
    max-width: 12.8vw;
  }
}
#benefits .employee_benefits .inner .list .block .set .set_inner .icon img {
  width: 100%;
  height: auto;
}
#benefits .employee_benefits .inner .list .block .set .set_inner p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.35;
  color: #01A0E9;
  text-align: justify;
  text-align: center;
  letter-spacing: 0.05em;
  padding-left: 20px;
}
@media only screen and (max-width: 1024px) {
  #benefits .employee_benefits .inner .list .block .set .set_inner p {
    font-size: 4.2666666667vw;
    padding-left: 5.3333333333vw;
  }
}
#benefits .employee_benefits .inner .list .block .set a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #benefits .employee_benefits .inner .list .block .set a {
    min-height: 10.6666666667vw;
  }
}
#benefits .employee_benefits .inner .list .block .set a::after {
  content: "";
  background-image: url(../../../media/images/special/career/common/ar_circle.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 1;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  #benefits .employee_benefits .inner .list .block .set a::after {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    right: 7.4666666667vw;
  }
}
#benefits .employee_benefits_info .cont .frame + .frame {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  #benefits .employee_benefits_info .cont .frame + .frame {
    margin-top: 10.6666666667vw;
  }
}
#benefits .employee_benefits_info .cont .frame {
  background: #fff;
  border-radius: 20px;
  padding: 60px;
}
@media only screen and (max-width: 1024px) {
  #benefits .employee_benefits_info .cont .frame {
    border-radius: 5.3333333333vw;
    padding: 8vw;
  }
}
#benefits .employee_benefits_info .cont .frame .cont_ttl {
  margin-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  #benefits .employee_benefits_info .cont .frame .cont_ttl {
    margin-bottom: 6.4vw;
  }
}
#benefits .employee_benefits_info .cont .frame .cont_ttl .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#benefits .employee_benefits_info .cont .frame .cont_ttl .wrap .icon {
  width: 66px;
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  #benefits .employee_benefits_info .cont .frame .cont_ttl .wrap .icon {
    width: 13.3333333333vw;
    margin-right: 2.6666666667vw;
  }
}
#benefits .employee_benefits_info .cont .frame .cont_ttl .wrap .ttl {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.65;
  color: #01A0E9;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  #benefits .employee_benefits_info .cont .frame .cont_ttl .wrap .ttl {
    font-size: 4.8vw;
  }
}
#benefits .employee_benefits_info .cont .frame .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -24px;
  margin: 0 -12px -24px;
}
@media only screen and (max-width: 1024px) {
  #benefits .employee_benefits_info .cont .frame .block {
    display: block;
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #benefits .employee_benefits_info .cont .frame .block .set + .set {
    margin-top: 6.4vw;
  }
}
#benefits .employee_benefits_info .cont .frame .block .set {
  width: 100%;
  padding: 0 12px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  #benefits .employee_benefits_info .cont .frame .block .set {
    width: auto;
    padding: 0;
    margin-bottom: 0;
  }
}
#benefits .employee_benefits_info .cont .frame .block .set .set_inner {
  border-radius: 16px;
  background: #F0F8FD;
  height: 100%;
  padding: 40px;
}
@media only screen and (max-width: 1024px) {
  #benefits .employee_benefits_info .cont .frame .block .set .set_inner {
    border-radius: 4.2666666667vw;
    padding: 6.4vw;
  }
}
#benefits .employee_benefits_info .cont .frame .block .set .set_inner .txt h3.ttl + .desc {
  margin-top: 4px;
}
@media only screen and (max-width: 1024px) {
  #benefits .employee_benefits_info .cont .frame .block .set .set_inner .txt h3.ttl + .desc {
    margin-top: 1.0666666667vw;
  }
}
#benefits .employee_benefits_info .cont .frame .block .set .set_inner .txt h3.ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.65;
  color: #01A0E9;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  #benefits .employee_benefits_info .cont .frame .block .set .set_inner .txt h3.ttl {
    font-size: 4.2666666667vw;
  }
}
#benefits .employee_benefits_info .cont .frame .block .set .set_inner .txt h3.ttl span.mini {
  font-size: 12px;
}
@media only screen and (max-width: 1024px) {
  #benefits .employee_benefits_info .cont .frame .block .set .set_inner .txt h3.ttl span.mini {
    font-size: 3.2vw;
  }
}
#benefits .employee_benefits_info .cont .frame .block .set .set_inner .txt p.desc {
  font-size: 16px;
  line-height: 2.05;
  text-align: justify;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  #benefits .employee_benefits_info .cont .frame .block .set .set_inner .txt p.desc {
    font-size: 3.4666666667vw;
  }
}
#benefits .employee_benefits_info .cont .frame .block .set .set_inner .txt p.desc.center {
  text-align: center;
}
#benefits .employee_benefits_info .cont .frame .block .set.w50 {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  #benefits .employee_benefits_info .cont .frame .block .set.w50 {
    width: auto;
  }
}
#benefits .employee_benefits_info .cont .frame .block .set.w33 {
  width: 33.33333333%;
}
@media only screen and (max-width: 1024px) {
  #benefits .employee_benefits_info .cont .frame .block .set.w33 {
    width: auto;
  }
}
#benefits .employee_benefits_info.outside .cont .frame {
  border-radius: 0;
  padding: 0;
}
#benefits .benefits_cont + .benefits_cont {
  margin-top: 120px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont + .benefits_cont {
    margin-top: 16vw;
  }
}
#benefits .benefits_cont .benefits_ttl .h2_layout {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont .benefits_ttl .h2_layout {
    margin-bottom: 5.3333333333vw;
  }
}
#benefits .benefits_cont .benefits_ttl .h3_layout {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont .benefits_ttl .h3_layout {
    margin-bottom: 10.6666666667vw;
  }
}
#benefits .benefits_cont .intro_block {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont .intro_block {
    margin-bottom: 10.6666666667vw;
  }
}
#benefits .benefits_cont .intro_block .ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.65;
  color: #01A0E9;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont .intro_block .ttl {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
#benefits .benefits_cont .intro_block .desc {
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont .intro_block .desc {
    font-size: 3.7333333333vw;
  }
}
#benefits .benefits_cont p.intro_catch {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.65;
  color: #01A0E9;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont p.intro_catch {
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
}
#benefits .benefits_cont p.intro_desc {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.65;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont p.intro_desc {
    text-align: justify;
    font-size: 4.8vw;
    margin-bottom: 16vw;
  }
}
#benefits .benefits_cont p.last {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 2.05;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont p.last {
    font-size: 4vw;
  }
}
#benefits .benefits_cont .figure + div {
  margin-top: 80px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont .figure + div {
    margin-top: 16vw;
  }
}
#benefits .benefits_cont .figure {
  border: 1px #01A0E9 solid;
  border-radius: 20px;
  padding: 60px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont .figure {
    border-radius: 5.3333333333vw;
    padding: 10.1333333333vw 6.6666666667vw;
  }
}
#benefits .benefits_cont .cdc_figure {
  max-width: 654px;
  margin: 0 auto;
}
#benefits .benefits_cont .imgtxt + .imgtxt {
  margin-top: 60px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont .imgtxt + .imgtxt {
    margin-top: 8vw;
  }
}
#benefits .benefits_cont .imgtxt_round + .imgtxt_round {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont .imgtxt_round + .imgtxt_round {
    margin-top: 8vw;
  }
}
#benefits .benefits_cont .imgtxt_round .inner {
  border: 1px #01A0E9 solid;
  border-radius: 20px;
  padding: 45px 60px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont .imgtxt_round .inner {
    border-radius: 5.3333333333vw;
    padding: 7.4666666667vw;
  }
}
#benefits .benefits_cont .imgtxt_round .inner .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont .imgtxt_round .inner .cont {
    display: block;
    margin: 0;
  }
}
#benefits .benefits_cont .imgtxt_round .inner .cont .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont .imgtxt_round .inner .cont .txt {
    padding: 0;
  }
}
#benefits .benefits_cont .imgtxt_round .inner .cont .txt .cont_ttl {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont .imgtxt_round .inner .cont .txt .cont_ttl {
    margin-bottom: 2.6666666667vw;
  }
}
#benefits .benefits_cont .imgtxt_round .inner .cont .txt .cont_ttl .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont .imgtxt_round .inner .cont .txt .cont_ttl .wrap {
    display: block;
  }
}
#benefits .benefits_cont .imgtxt_round .inner .cont .txt .cont_ttl h3.ttl {
  font-size: 24px;
  color: #01A0E9;
  font-weight: bold;
  text-align: justify;
  line-height: 1.65;
  margin-right: 12px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont .imgtxt_round .inner .cont .txt .cont_ttl h3.ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 1.0666666667vw;
    margin-right: 0;
  }
}
#benefits .benefits_cont .imgtxt_round .inner .cont .txt .cont_ttl h3.ttl span.mini {
  font-size: 12px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont .imgtxt_round .inner .cont .txt .cont_ttl h3.ttl span.mini {
    font-size: 3.2vw;
  }
}
#benefits .benefits_cont .imgtxt_round .inner .cont .txt .cont_ttl p.icon + p {
  margin-top: 0;
}
#benefits .benefits_cont .imgtxt_round .inner .cont .txt .cont_ttl p.icon {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.65;
  letter-spacing: 0.1em;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont .imgtxt_round .inner .cont .txt .cont_ttl p.icon {
    font-size: 3.2vw;
  }
}
#benefits .benefits_cont .imgtxt_round .inner .cont .txt .cont_ttl p.icon span {
  background: #01A0E9;
  border: 1px #01A0E9 solid;
  display: inline-block;
  border-radius: 100vh;
  line-height: 1;
  padding: 8px 16px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont .imgtxt_round .inner .cont .txt .cont_ttl p.icon span {
    padding: 1.8666666667vw 3.7333333333vw;
  }
}
#benefits .benefits_cont .imgtxt_round .inner .cont .txt .cont_ttl p.icon.orange span {
  background: #E05E31;
  border: 1px #E05E31 solid;
}
#benefits .benefits_cont .imgtxt_round .inner .cont .txt .cont_ttl p.icon.white {
  color: #01A0E9;
}
#benefits .benefits_cont .imgtxt_round .inner .cont .txt .cont_ttl p.icon.white span {
  background: none;
  border: 1px #01A0E9 solid;
}
#benefits .benefits_cont .imgtxt_round .inner .cont .txt p.desc {
  font-size: 14px;
  line-height: 2.05;
  text-align: justify;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont .imgtxt_round .inner .cont .txt p.desc {
    font-size: 3.4666666667vw;
  }
}
#benefits .benefits_cont .imgtxt_round .inner .cont .img {
  width: 347px;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont .imgtxt_round .inner .cont .img {
    width: auto;
    padding: 0;
    margin-top: 5.3333333333vw;
  }
}
#benefits .benefits_cont .imgtxt_round .inner .cont .img img {
  border-radius: 20px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont .imgtxt_round .inner .cont .img img {
    border-radius: 5.3333333333vw;
  }
}
#benefits .benefits_cont .list_pt02 {
  border: 1px #01A0E9 solid;
  border-radius: 20px;
  padding: 60px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont .list_pt02 {
    border-radius: 5.3333333333vw;
    padding: 8vw;
  }
}
#benefits .benefits_cont .list_pt02 .top_img {
  max-width: 224px;
  margin: 0 auto 48px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont .list_pt02 .top_img {
    margin: 0 auto 6.4vw;
  }
}
#benefits .benefits_cont .list_pt02 .top_img img {
  width: 100%;
  height: auto;
}
#benefits .benefits_cont .list_pt02 .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px -32px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont .list_pt02 .block {
    display: block;
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont .list_pt02 .block .set + .set {
    margin-top: 8.5333333333vw;
  }
}
#benefits .benefits_cont .list_pt02 .block .set {
  width: 50%;
  padding: 0 16px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont .list_pt02 .block .set {
    width: auto;
    padding: 0;
    margin-bottom: 0;
  }
}
#benefits .benefits_cont .list_pt02 .block .set .set_inner {
  height: 100%;
}
#benefits .benefits_cont .list_pt02 .block .set .set_inner .txt {
  height: 100%;
  background: #F0F8FD;
  border-radius: 16px;
  padding: 40px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont .list_pt02 .block .set .set_inner .txt {
    border-radius: 4.2666666667vw;
    padding: 6.4vw;
  }
}
#benefits .benefits_cont .list_pt02 .block .set .set_inner .txt .ttl {
  font-size: 24px;
  color: #01A0E9;
  font-weight: bold;
  text-align: center;
  line-height: 1.65;
  margin-bottom: 4px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont .list_pt02 .block .set .set_inner .txt .ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 1.0666666667vw;
  }
}
#benefits .benefits_cont .list_pt02 .block .set .set_inner .txt .ttl span.mini {
  font-size: 12px;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont .list_pt02 .block .set .set_inner .txt .ttl span.mini {
    font-size: 3.2vw;
  }
}
#benefits .benefits_cont .list_pt02 .block .set .set_inner .txt .desc {
  font-size: 16px;
  line-height: 2.05;
  text-align: justify;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  #benefits .benefits_cont .list_pt02 .block .set .set_inner .txt .desc {
    font-size: 3.4666666667vw;
  }
}

/*                企業情報
======================================================= */
#company .company_top_list .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px -40px;
}
@media only screen and (max-width: 1024px) {
  #company .company_top_list .block {
    display: block;
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #company .company_top_list .block .set + .set {
    margin-top: 8vw;
  }
}
#company .company_top_list .block .set {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  #company .company_top_list .block .set {
    width: auto;
    padding: 0;
    margin-bottom: 0;
  }
}
#company .company_top_list .block .set .set_inner {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#company .company_top_list .block .set .set_inner .info .img img {
  width: 100%;
  height: auto;
}
#company .company_top_list .block .set .set_inner .info .txt {
  padding: 40px;
}
@media only screen and (max-width: 1024px) {
  #company .company_top_list .block .set .set_inner .info .txt {
    padding: 8vw;
  }
}
#company .company_top_list .block .set .set_inner .info .txt .ttl {
  font-size: 24px;
  font-weight: bold;
  color: #01A0E9;
  text-align: justify;
  line-height: 1.65;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 1024px) {
  #company .company_top_list .block .set .set_inner .info .txt .ttl {
    font-size: 4.8vw;
  }
}
#company .company_top_list .block .set .set_inner .info .txt .desc {
  font-size: 16px;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 2.05;
}
@media only screen and (max-width: 1024px) {
  #company .company_top_list .block .set .set_inner .info .txt .desc {
    font-size: 3.7333333333vw;
  }
}
#company .company_top_list .block .set .set_inner .view_more {
  text-align: right;
  margin-top: 0;
  padding: 40px;
  padding-top: 0;
  margin-top: -40px;
}
@media only screen and (max-width: 1024px) {
  #company .company_top_list .block .set .set_inner .view_more {
    padding: 8vw;
    padding-top: 0;
    margin-top: -8vw;
  }
}
#company .company_top_list .block .set a {
  display: block;
  height: 100%;
}
#company.philosophy #main_area {
  position: relative;
  z-index: 1;
}
#company.philosophy #main_area::after {
  content: "";
  background-image: url(../../../media/images/special/career/company/philosophy_bg_pc.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  #company.philosophy #main_area::after {
    background-image: url(../../../media/images/special/career/company/philosophy_bg_sp.png);
  }
}
#company.philosophy #main_area .page_ttl_area::after {
  content: none;
}
#company.philosophy #main_area #content {
  background: none;
}
#company.philosophy .philosophy_message {
  position: relative;
  z-index: 2;
  padding-bottom: 420px;
}
@media only screen and (max-width: 1024px) {
  #company.philosophy .philosophy_message {
    padding-bottom: 61.3333333333vw;
  }
}
#company.philosophy .philosophy_message .inner .catch {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  #company.philosophy .philosophy_message .inner .catch {
    margin-bottom: 10.6666666667vw;
  }
}
#company.philosophy .philosophy_message .inner .catch h2.ttl {
  max-width: 565px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  #company.philosophy .philosophy_message .inner .catch h2.ttl {
    max-width: 54.1333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #company.philosophy .philosophy_message .inner .catch h2.ttl {
    max-width: 54.1333333333vw;
  }
}
#company.philosophy .philosophy_message .inner .message p.desc {
  font-size: 18px;
  line-height: 2.65;
  text-align: justify;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  #company.philosophy .philosophy_message .inner .message p.desc {
    font-size: 3.7333333333vw;
  }
}
#company.philosophy .philosophy_message .inner .kv_message .desc + .desc {
  margin-top: 1.2em;
}
#company.philosophy .philosophy_message .inner .kv_message .desc {
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #company.philosophy .philosophy_message .inner .kv_message .desc {
    font-size: 3.7333333333vw;
  }
}
#company.philosophy .philosophy_message .inner .kv_message .desc span.blue {
  font-family: "BIZ UDPMincho", serif;
  font-size: 22px;
  color: #01A0E9;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0 5px;
}
@media only screen and (max-width: 1024px) {
  #company.philosophy .philosophy_message .inner .kv_message .desc span.blue {
    font-size: 4.2666666667vw;
  }
}
#company.philosophy .philosophy_message .inner .kv_message .desc span.moji {
  position: relative;
  top: -12px;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: -20px;
}
#company.philosophy .philosophy_message .inner .kv_message .desc span.moji img {
  width: 150px;
}
@media only screen and (max-width: 1024px) {
  #company.philosophy .philosophy_message .inner .kv_message .desc span.moji img {
    width: 37.3333333333vw;
  }
}
#company.philosophy .philosophy_message .inner .kv_message .desc span.b {
  font-family: "BIZ UDPMincho", serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0 5px;
}
@media only screen and (max-width: 1024px) {
  #company.philosophy .philosophy_message .inner .kv_message .desc span.b {
    font-size: 4.2666666667vw;
  }
}
#company.philosophy .philosophy_message .inner .aaaaa---kv_message .desc + .desc {
  margin-top: 2em;
}
#company.philosophy .philosophy_message .inner .aaaaa---kv_message .desc {
  font-size: 18px;
  line-height: 2.65;
  text-align: justify;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  #company.philosophy .philosophy_message .inner .aaaaa---kv_message .desc {
    font-size: 3.7333333333vw;
  }
}
#company.philosophy .philosophy_message .inner .aaaaa---kv_message .desc span.blue {
  font-size: 18px;
  color: #01A0E9;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#company.philosophy .philosophy_message .inner .aaaaa---kv_message .desc span.moji {
  display: inline-block;
  margin-bottom: -15px;
}
#company.philosophy .philosophy_message .inner .aaaaa---kv_message .desc span.moji img {
  width: 150px;
}
@media only screen and (max-width: 1024px) {
  #company.philosophy .philosophy_message .inner .aaaaa---kv_message .desc span.moji img {
    width: 37.3333333333vw;
  }
}
#company.philosophy .philosophy_message .slide {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#company.philosophy .philosophy_message .slide ul + ul {
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  #company.philosophy .philosophy_message .slide ul + ul {
    margin-left: 2.6666666667vw;
  }
}
#company.philosophy .philosophy_message .slide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-animation: loop-reverse 50s infinite linear 0.2s both;
          animation: loop-reverse 50s infinite linear 0.2s both;
  -webkit-animation: loop-reverse 210s infinite linear 0.2s both;
          animation: loop-reverse 210s infinite linear 0.2s both;
}
@media only screen and (max-width: 1024px) {
  #company.philosophy .philosophy_message .slide ul {
    -webkit-animation: loop-reverse 250s infinite linear 0.2s both;
            animation: loop-reverse 250s infinite linear 0.2s both;
  }
}
#company.philosophy .philosophy_message .slide ul li + li {
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  #company.philosophy .philosophy_message .slide ul li + li {
    margin-left: 2.6666666667vw;
  }
}
#company.philosophy .philosophy_message .slide ul li {
  width: 240px;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  #company.philosophy .philosophy_message .slide ul li {
    width: 24vw;
    border-radius: 5.3333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  #company.philosophy .philosophy_message .slide ul li {
    width: 36vw;
  }
}
#company.philosophy .bg_text {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  bottom: -26px;
  mix-blend-mode: color-burn;
  opacity: 0.3;
}
@media only screen and (max-width: 1024px) {
  #company.philosophy .bg_text {
    bottom: -3.4666666667vw;
  }
}
#company.philosophy .bg_text .text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
}
#company.philosophy .bg_text .text_wrap p + p {
  margin-top: 0;
}
#company.philosophy .bg_text .text_wrap p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 160px;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  #company.philosophy .bg_text .text_wrap p {
    font-size: 21.3333333333vw;
  }
}
#company.philosophy .bg_text .text_wrap p:nth-child(1) {
  -webkit-animation: loop 140s -70s linear infinite;
          animation: loop 140s -70s linear infinite;
}
@media only screen and (max-width: 1024px) {
  #company.philosophy .bg_text .text_wrap p:nth-child(1) {
    -webkit-animation: loop 240s -120s linear infinite;
            animation: loop 240s -120s linear infinite;
  }
}
#company.philosophy .bg_text .text_wrap p:nth-child(2) {
  -webkit-animation: loop2 140s linear infinite;
          animation: loop2 140s linear infinite;
}
@media only screen and (max-width: 1024px) {
  #company.philosophy .bg_text .text_wrap p:nth-child(2) {
    -webkit-animation: loop2 240s linear infinite;
            animation: loop2 240s linear infinite;
  }
}
#company.overview #content {
  background: none;
}
#company.values #content {
  background: none;
}
#company.values .values_cont + .values_cont {
  margin-top: 57px;
}
@media only screen and (max-width: 1024px) {
  #company.values .values_cont + .values_cont {
    margin-top: 10.6666666667vw;
  }
}
#company.values .values_cont .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  #company.values .values_cont .inner {
    display: block;
  }
}
#company.values .values_cont .inner .layout_l {
  width: 420px;
  background: #F0F8FD;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1024px) {
  #company.values .values_cont .inner .layout_l {
    width: auto;
    border-radius: 4.2666666667vw;
    min-height: 20vw;
    margin-bottom: 5.3333333333vw;
  }
}
#company.values .values_cont .inner .layout_l .txt {
  padding: 32px;
  padding-left: 64px;
}
@media only screen and (max-width: 1024px) {
  #company.values .values_cont .inner .layout_l .txt {
    padding: 6.4vw;
    padding-left: 12.8vw;
  }
}
#company.values .values_cont .inner .layout_r {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 32px;
}
@media only screen and (max-width: 1024px) {
  #company.values .values_cont .inner .layout_r {
    padding-left: 0;
  }
}
#company.values .values_cont .inner .txt h2.ttl {
  font-size: 27px;
  font-weight: bold;
  text-align: justify;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  #company.values .values_cont .inner .txt h2.ttl {
    font-size: 4.8vw;
  }
}
#company.values .values_cont .inner .txt h2.ttl span.number {
  width: 2.5em;
  font-family: "Helvetica Neue", Helvetica, Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 22px;
  font-weight: normal;
}
@media only screen and (max-width: 1024px) {
  #company.values .values_cont .inner .txt h2.ttl span.number {
    width: 1.5em;
    font-size: 4.8vw;
  }
}
#company.values .values_cont .inner .txt h2.ttl span.text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  text-align: center;
}
#company.values .values_cont .inner .txt h3.ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.65;
  color: #01A0E9;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  #company.values .values_cont .inner .txt h3.ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
#company.values .values_cont .inner .txt .desc {
  font-size: 14px;
  line-height: 2.05;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  #company.values .values_cont .inner .txt .desc {
    font-size: 3.4666666667vw;
  }
}

/*                CDC転職者のホンネ フォトギャラリー
======================================================= */
#realvoice #content {
  background: none;
  padding-top: 0;
}

#gallery #content {
  background: none;
  padding-top: 0;
}

.old_layout .lead {
  padding: 74px 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .old_layout .lead {
    padding: 10% 0;
  }
}
.old_layout .lead p {
  line-height: 1.75;
  font-size: 133.3%;
  font-size: 16px !important;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .old_layout .lead p {
    line-height: 1.79;
    font-size: 116.7%;
    font-size: 14px !important;
  }
}
.old_layout {
  /* ----------------------------------------------------------------
  02. ct
  ----------------------------------------------------------------- */
}
.old_layout img {
  display: inline-block;
}
.old_layout {
  /**
  * float解除
  */
}
.old_layout .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
}
.old_layout .clearfix {
  display: inline-block;
}
.old_layout {
  /*\*/
}
.old_layout * .clearfix {
  height: 1%;
}
.old_layout .clearfix {
  display: block;
}
.old_layout .showSp {
  display: none;
}
.old_layout .showPc {
  display: block;
}
.old_layout span.showSp, .old_layout br.showSp {
  display: none;
}
.old_layout span.showPc, .old_layout br.showPc {
  display: inline;
}
@media screen and (max-width: 1024px) {
  .old_layout .showSp {
    display: block;
  }
  .old_layout .showPc {
    display: none;
  }
  .old_layout span.showSp, .old_layout br.showSp {
    display: inline;
  }
  .old_layout span.showPc, .old_layout br.showPc {
    display: none;
  }
}
.old_layout .ct h3 {
  text-align: center;
  font-size: 200%;
  font-weight: bold;
  color: #18a9eb;
}
.old_layout .ct h3 span {
  position: relative;
  display: inline-block;
  padding: 0 0 15px;
  vertical-align: top;
}
.old_layout .ct h3 span:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -40px;
  padding: 4px 80px 0 0;
  background: #18a9eb;
  content: "";
}
@media screen and (max-width: 1024px) {
  .old_layout .ct h3 {
    font-size: 133.3%;
  }
  .old_layout .ct h3 span {
    padding: 0 0 10px;
  }
  .old_layout .ct h3 span:after {
    margin: 0 0 0 -25px;
    padding: 3px 50px 0 0;
  }
}
.old_layout {
  /**
  * sec
  */
}
.old_layout .ct .sec {
  padding: 68px 0 80px;
}
.old_layout .ct .sec01 {
  background: #f9f9f9;
}
.old_layout .ct .sec02 {
  padding: 68px 0 75px;
}
.old_layout .ct .sec h2 {
  text-align: center;
  font-size: 300%;
  font-weight: bold;
}
.old_layout .ct .sec .secInner {
  margin: 43px 0 0;
}
.old_layout .ct .sec section {
  margin: 56px 0 0;
}
.old_layout .ct .sec section:first-child {
  margin: 0;
}
.old_layout .ct .sec .img {
  margin: 49px 0 0;
  padding: 0 0 30px;
  text-align: center;
}
.old_layout .ct .sec ul.img {
  margin: 57px 0 0;
  padding: 0 0 52px;
  letter-spacing: -0.5em;
}
.old_layout .ct .sec ul.img li {
  display: inline-block;
  margin: 0 58px;
  vertical-align: bottom;
}
.old_layout .ct .sec .img07,
.old_layout .ct .sec .img12 {
  text-align: left;
}
.old_layout .ct .sec .img08 {
  padding: 0;
}
.old_layout .ct .sec .img04 img {
  width: 349px;
}
.old_layout .ct .sec .img05 img {
  width: 523px;
}
.old_layout .ct .sec .img07 img {
  width: 487px;
}
.old_layout .ct .sec .img12 img {
  width: 479px;
}
.old_layout .ct .sec .img13 img {
  margin: 0 218px 0 312px;
}
.old_layout .ct .sec dl {
  margin: 68px 0 0;
  padding: 20px 30px 34px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.old_layout .ct .sec02 dl {
  background: #f9f9f9;
}
.old_layout .ct .sec dl dt {
  padding: 0 0 6px;
  border-bottom: 1px solid #e1e1e1;
  line-height: 2;
  font-size: 166.7%;
  font-size: 20px !important;
  font-weight: bold;
}
.old_layout .ct .sec dl dt.small {
  font-size: 133.3%;
  font-size: 16px !important;
}
.old_layout .ct .sec dl dd {
  margin: 18px 9px 0 0;
  line-height: 1.71;
  font-size: 116.7%;
  font-size: 14px !important;
}
.old_layout .ct .sec dl dd.clearfix ul {
  float: left;
  width: 50%;
}
.old_layout .ct .sec dl dd ul li {
  padding: 0 0 0 0.75em;
  text-indent: -0.75em;
  letter-spacing: -0.075em;
}
.old_layout .ct .sec dl dd ul li.nw {
  margin-right: -2em;
}
.old_layout .ct .sec dl dd ul li span {
  font-size: 50%;
}
.old_layout .ct .sec .tableBox01 {
  display: table;
  width: 100%;
  margin: 34px 0 0;
}
.old_layout .ct .sec .tableBox01 .img {
  display: table-cell;
  width: 50%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.old_layout .ct .sec .tableBox01 .txt {
  display: table-cell;
  vertical-align: middle;
}
.old_layout .ct .sec .tableBox01 .txt dl {
  margin: 0;
}
.old_layout .ct .sec .balloonBox01 {
  display: table;
  width: 100%;
  margin: 34px 0 0;
}
.old_layout .ct .sec .balloonBox01 .img {
  display: table-cell;
  width: 52.54%;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.old_layout .ct .sec .balloonBox01 .txt {
  display: table-cell;
  padding: 44px 0 0 30px;
  vertical-align: top;
}
.old_layout .ct .sec .balloonBox01 .txt dl {
  margin: 0;
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.old_layout .ct .sec .balloonBox01 .txt dl dd {
  margin: 0;
}
.old_layout .ct .sec .balloonBox01 dl dd ul .txt01 {
  position: relative;
  margin: 14px 0 0 18px;
  padding: 14px 24px 13px;
  border-radius: 5px;
  background: #f9f9f9;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  text-indent: 0;
}
.old_layout .ct .sec .balloonBox01 dl dd ul .txt01:first-child {
  margin: 0 0 0 18px;
}
.old_layout .ct .sec .balloonBox01 dl dd ul .txt01:before {
  position: absolute;
  top: 50%;
  left: -20px;
  margin: -11px 0 0;
  padding: 22px 20px 0 0;
  background: url(../../../media/images/special/career/realvoice/bg_realvoice01.png) no-repeat right center;
  content: "";
}
.old_layout .ct .sec .balloonBox01 .txt dl dd dl {
  margin: 20px 0 0 18px;
  padding: 16px 24px 20px;
  border-radius: 5px;
  background: #f9f9f9;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.old_layout .ct .sec .balloonBox01 .txt dl dd dt {
  padding: 0;
  border-bottom: none;
  line-height: 1.71;
  font-size: 100%;
  color: #18a9eb;
}
.old_layout .ct .sec .balloonBox01 .txt dl dd dd {
  font-size: 100%;
}
.old_layout .ct .sec .balloonBox02 {
  position: relative;
}
.old_layout .ct .sec .balloonBox02 .img {
  padding: 0;
}
.old_layout .ct .sec .balloonBox02 .txt dl {
  margin: 0;
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.old_layout .ct .sec .balloonBox02 .txt dl dd {
  margin: 0;
}
.old_layout .ct .sec .balloonBox02 dl dd ul li {
  position: absolute;
  width: 210px;
  padding: 14px 24px 13px;
  border-radius: 5px;
  background: #f9f9f9;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  text-indent: 0;
}
.old_layout .ct .sec .balloonBox02 dl dd ul .txt01 {
  top: 70px;
  right: 50px;
}
.old_layout .ct .sec .balloonBox02 dl dd ul .txt02 {
  bottom: 110px;
  right: 50px;
}
.old_layout .ct .sec .balloonBox02 dl dd ul .txt03 {
  bottom: 110px;
  left: 62px;
}
.old_layout .ct .sec .balloonBox02 dl dd ul .txt04 {
  top: 125px;
  left: 62px;
}
.old_layout .ct .sec .balloonBox02 dl dd ul .txt01:before,
.old_layout .ct .sec .balloonBox02 dl dd ul .txt02:before {
  position: absolute;
  left: -20px;
  padding: 22px 20px 0 0;
  background: url(../../../media/images/special/career/realvoice/bg_realvoice01.png) no-repeat right center;
  content: "";
}
.old_layout .ct .sec .balloonBox02 dl dd ul .txt01:before {
  top: 27px;
}
.old_layout .ct .sec .balloonBox02 dl dd ul .txt02:before {
  top: 37px;
}
.old_layout .ct .sec .balloonBox02 dl dd ul .txt03:before,
.old_layout .ct .sec .balloonBox02 dl dd ul .txt04:before {
  position: absolute;
  top: 50%;
  right: -20px;
  padding: 22px 20px 0 0;
  background: url(../../../media/images/special/career/realvoice/bg_realvoice02.png) no-repeat left center;
  content: "";
}
.old_layout .ct .sec .balloonBox02 dl dd ul .txt03:before {
  top: 14px;
}
.old_layout .ct .sec .balloonBox02 dl dd ul .txt04:before {
  top: 14px;
}
.old_layout .ct .last {
  margin: 55px 0 0;
  font-size: 116.7%;
}
@media screen and (max-width: 1024px) {
  .old_layout .ct .sec {
    padding: 10% 0 12.5%;
  }
  .old_layout .ct .sec h2 {
    font-size: 200%;
  }
  .old_layout .ct .sec .secInner {
    margin: 9.34% 0 0;
  }
  .old_layout .ct .sec section {
    margin: 10.94% 0 0;
  }
  .old_layout .ct .sec section:first-child {
    margin: 0;
  }
  .old_layout .ct .sec .img {
    margin: 7.03% 0 0;
    padding: 0;
  }
  .old_layout .ct .sec ul.img {
    margin: 6.56% 0 0;
    padding: 0;
  }
  .old_layout .ct .sec ul.img li {
    display: block;
    margin: 7.03% 0 0;
  }
  .old_layout .ct .sec ul.img li:first-child {
    margin: 0;
  }
  .old_layout .ct .sec .img07,
  .old_layout .ct .sec .img12 {
    text-align: center;
  }
  .old_layout .ct .sec .img08 {
    padding: 0;
  }
  .old_layout .ct .sec .img01 img {
    width: 58.281%;
  }
  .old_layout .ct .sec .img02 img {
    width: 87.969%;
  }
  .old_layout .ct .sec .img03 img {
    width: 87.344%;
  }
  .old_layout .ct .sec .img04 img {
    width: 60.156%;
  }
  .old_layout .ct .sec .img05 img {
    width: 90.156%;
  }
  .old_layout .ct .sec .img0601 img {
    width: 60.625%;
  }
  .old_layout .ct .sec .img0602 img {
    width: 61.875%;
  }
  .old_layout .ct .sec .img07 img {
    width: 85.313%;
  }
  .old_layout .ct .sec .img08 img {
    width: 89.219%;
  }
  .old_layout .ct .sec .img09 img {
    width: 62.5%;
  }
  .old_layout .ct .sec .img10 img {
    width: 54.219%;
  }
  .old_layout .ct .sec .img11 img {
    width: 54.347%;
  }
  .old_layout .ct .sec .img12 img {
    width: 90.469%;
  }
  .old_layout .ct .sec .img13 img {
    width: 77.188%;
    margin: 0 4.69% 0 17.969%;
  }
  .old_layout .ct .sec dl {
    margin: 7.34% 4.69% 0;
    padding: 5% 4.69% 5.63%;
  }
  .old_layout .ct .sec dl dt {
    padding: 0 0 10px;
    line-height: 1.25;
    text-align: center;
    font-size: 133.3%;
    font-size: 16px !important;
  }
  .old_layout .ct .sec dl dd {
    margin: 12px 0 0;
    line-height: 1.67;
    font-size: 100%;
    font-size: 12px !important;
  }
  .old_layout .ct .sec dl dt.small {
    font-size: 133.3%;
    font-size: 16px !important;
  }
  .old_layout .ct .sec dl dd.clearfix ul {
    float: none;
    width: auto;
  }
  .old_layout .ct .sec dl dd ul li {
    padding: 0 0 0 1.25em;
    text-indent: -1.25em;
    letter-spacing: 0;
  }
  .old_layout .ct .sec dl dd ul li.nw {
    margin-right: 0;
  }
  .old_layout .ct .sec dl dd ul li span {
    font-size: 100%;
  }
  .old_layout .ct .sec .tableBox01 {
    display: block;
    width: auto;
    margin: 7.03% 0 0;
  }
  .old_layout .ct .sec .tableBox01 .img {
    display: block;
    width: auto;
  }
  .old_layout .ct .sec .tableBox01 .txt {
    display: block;
  }
  .old_layout .ct .sec .tableBox01 .txt dl {
    margin: 7.34% 4.69% 0;
  }
  .old_layout .ct .sec .balloonBox01 {
    display: block;
    width: auto;
    margin: 7.03% 0 0;
  }
  .old_layout .ct .sec .balloonBox01 .img {
    display: block;
    width: auto;
  }
  .old_layout .ct .sec .balloonBox01 .txt {
    display: block;
    padding: 0;
  }
  .old_layout .ct .sec .balloonBox01 .txt dl {
    margin: 7.34% 4.69% 0;
    padding: 5% 4.69% 5.63%;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  }
  .old_layout .ct .sec02 .balloonBox01 .txt dl {
    background: #f9f9f9;
  }
  .old_layout .ct .sec .balloonBox01 .txt dl dd {
    margin: 12px 0 0;
  }
  .old_layout .ct .sec .balloonBox01 dl dd ul .txt01 {
    position: static;
    margin: 0;
    padding: 0 0 0 1.25em;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-indent: -1.25em;
  }
  .old_layout .ct .sec .balloonBox01 dl dd ul .txt01:first-child {
    margin: 0;
  }
  .old_layout .ct .sec .balloonBox01 dl dd ul .txt01:before {
    content: none;
  }
  .old_layout .ct .sec .balloonBox01 .txt dl dd dl {
    margin: 10px 0 0;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .old_layout .ct .sec .balloonBox01 .txt dl dd dt {
    text-align: left;
  }
  .old_layout .ct .sec .balloonBox01 .txt dl dd dd {
    margin: 0;
  }
  .old_layout .ct .sec .balloonBox02 {
    position: relative;
  }
  .old_layout .ct .sec .balloonBox02 .img {
    padding: 0;
  }
  .old_layout .ct .sec .balloonBox02 .txt dl {
    margin: 7.34% 4.69% 0;
    padding: 5% 4.69% 5.63%;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  }
  .old_layout .ct .sec02 .balloonBox02 .txt dl {
    background: #f9f9f9;
  }
  .old_layout .ct .sec .balloonBox02 .txt dl dd {
    margin: 12px 0 0;
  }
  .old_layout .ct .sec .balloonBox02 dl dd ul li {
    position: static;
    width: auto;
    padding: 0 0 0 1.25em;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-indent: -1.25em;
  }
  .old_layout .ct .sec .balloonBox02 dl dd ul .txt01 {
    top: auto;
    right: auto;
  }
  .old_layout .ct .sec .balloonBox02 dl dd ul .txt02 {
    bottom: auto;
    right: auto;
  }
  .old_layout .ct .sec .balloonBox02 dl dd ul .txt03 {
    bottom: auto;
    left: auto;
  }
  .old_layout .ct .sec .balloonBox02 dl dd ul .txt04 {
    top: auto;
    left: auto;
  }
  .old_layout .ct .sec .balloonBox02 dl dd ul .txt01:before,
  .old_layout .ct .sec .balloonBox02 dl dd ul .txt02:before {
    content: none;
  }
  .old_layout .ct .sec .balloonBox02 dl dd ul .txt03:before,
  .old_layout .ct .sec .balloonBox02 dl dd ul .txt04:before {
    content: none;
  }
  .old_layout .ct .last {
    margin: 11.25% 4.69% 0;
    font-size: 83.3%;
  }
}
.old_layout .ct .gallery_wrap {
  width: 1140px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .old_layout .ct .gallery_wrap {
    width: auto;
  }
}
.old_layout .ct .gallery_block * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.old_layout .ct .gallery_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px -20px;
}
@media only screen and (max-width: 1024px) {
  .old_layout .ct .gallery_block {
    margin: 0 13px -10px;
  }
}
.old_layout .ct .gallery_block .gallery_set {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .old_layout .ct .gallery_block .gallery_set {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
.old_layout .ct .gallery_block .gallery_set .set_inner {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px #e3e3e3 solid;
  width: 100%;
  padding-top: 100%;
}
.old_layout .ct .gallery_block .gallery_set .set_inner .img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.old_layout .ct .gallery_block .gallery_set .set_inner .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-fit: cover;
     object-fit: cover;
}
.old_layout .ct .gallery_block .gallery_set .set_inner .img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
/*                記事系
======================================================= */
.article_ttl {
  margin-bottom: 26px;
}
@media only screen and (max-width: 1024px) {
  .article_ttl {
    margin-bottom: 20px;
  }
}
.article_ttl h1 {
  position: relative;
  font-size: 214.3%;
  font-weight: 500;
  padding-bottom: 0.8em;
}
@media only screen and (max-width: 1024px) {
  .article_ttl h1 {
    font-size: 128.6%;
  }
}
.article_ttl h1::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 4px;
  content: "";
  background: #f0f0f0;
}
@media only screen and (max-width: 1024px) {
  .article_ttl h1::after {
    height: 3px;
  }
}
.article_ttl .date {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #a2a2a2;
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 1024px) {
  .article_ttl .date {
    font-size: 78.6%;
  }
}

.mod_ttl h2.ttl {
  position: relative;
  font-size: 171.4%;
  font-weight: bold;
  padding-left: 1em;
  padding-top: 0.35em;
  padding-bottom: 0.45em;
}
@media only screen and (max-width: 1024px) {
  .mod_ttl h2.ttl {
    font-size: 121.4%;
  }
}
.mod_ttl h2.ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background-color: #01A0E9;
  width: 3px;
  height: 100%;
}
.mod_ttl h2.ttl.line_btm {
  font-size: 200%;
  text-align: center;
  padding: 0 1em 0.45em 1em;
}
@media only screen and (max-width: 1024px) {
  .mod_ttl h2.ttl.line_btm {
    font-size: 142.9%;
  }
}
.mod_ttl h2.ttl.line_btm::before {
  content: none;
}
.mod_ttl h2.ttl.line_btm::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background-color: #01A0E9;
  width: 100%;
  height: 3px;
}
.mod_ttl h2.ttl.line_btm_gray {
  font-size: 214.3%;
  padding: 0 1em 0.45em 0;
}
@media only screen and (max-width: 1024px) {
  .mod_ttl h2.ttl.line_btm_gray {
    font-size: 142.9%;
  }
}
.mod_ttl h2.ttl.line_btm_gray::before {
  content: none;
}
.mod_ttl h2.ttl.line_btm_gray::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background-color: #F0F0F0;
  width: 100%;
  height: 4px;
}
@media only screen and (max-width: 1024px) {
  .mod_ttl h2.ttl.line_btm_gray::after {
    height: 3px;
  }
}
.mod_ttl h3.ttl {
  font-size: 128.6%;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .mod_ttl h3.ttl {
    font-size: 107.1%;
  }
}
.mod_ttl h4.ttl {
  font-size: 114.3%;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .mod_ttl h4.ttl {
    font-size: 100%;
  }
}
.mod_ttl h2.ttl.circle_layout,
.mod_ttl h3.ttl.circle_layout,
.mod_ttl h4.ttl.circle_layout {
  position: relative;
  font-size: 128.6%;
  border-bottom: 2px #ededed solid;
  padding: 0 0 1em 1.2em;
}
@media only screen and (max-width: 1024px) {
  .mod_ttl h2.ttl.circle_layout,
  .mod_ttl h3.ttl.circle_layout,
  .mod_ttl h4.ttl.circle_layout {
    font-size: 107.1%;
    padding: 0 0 0.8em 1.2em;
  }
}
.mod_ttl h2.ttl.circle_layout::before,
.mod_ttl h3.ttl.circle_layout::before,
.mod_ttl h4.ttl.circle_layout::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  background-color: #01A0E9;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
@media only screen and (max-width: 1024px) {
  .mod_ttl h2.ttl.circle_layout::before,
  .mod_ttl h3.ttl.circle_layout::before,
  .mod_ttl h4.ttl.circle_layout::before {
    top: 7px;
    width: 8px;
    height: 8px;
  }
}
.mod_ttl h2.ttl.number_layout,
.mod_ttl h3.ttl.number_layout,
.mod_ttl h4.ttl.number_layout {
  font-size: 128.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 2px #ededed solid;
  padding: 0 0 1em 0;
}
@media only screen and (max-width: 1024px) {
  .mod_ttl h2.ttl.number_layout,
  .mod_ttl h3.ttl.number_layout,
  .mod_ttl h4.ttl.number_layout {
    font-size: 107.1%;
    padding: 0 0 0.8em 0;
  }
}
.mod_ttl h2.ttl.number_layout::before,
.mod_ttl h3.ttl.number_layout::before,
.mod_ttl h4.ttl.number_layout::before {
  content: none;
}
.mod_ttl h2.ttl.number_layout span.number,
.mod_ttl h3.ttl.number_layout span.number,
.mod_ttl h4.ttl.number_layout span.number {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  background: #70a9dc;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .mod_ttl h2.ttl.number_layout span.number,
  .mod_ttl h3.ttl.number_layout span.number,
  .mod_ttl h4.ttl.number_layout span.number {
    font-size: 13px;
    width: 26px;
    height: 26px;
  }
}
.mod_ttl h2.ttl.number_layout span.txt,
.mod_ttl h3.ttl.number_layout span.txt,
.mod_ttl h4.ttl.number_layout span.txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding-left: 0.8em;
}
.mod_ttl h2.ttl.bg_layout,
.mod_ttl h3.ttl.bg_layout,
.mod_ttl h4.ttl.bg_layout {
  display: block;
  padding: 0;
}
.mod_ttl h2.ttl.bg_layout::before,
.mod_ttl h3.ttl.bg_layout::before,
.mod_ttl h4.ttl.bg_layout::before {
  content: none;
}
.mod_ttl h2.ttl.bg_layout > span,
.mod_ttl h2.ttl.bg_layout > a,
.mod_ttl h3.ttl.bg_layout > span,
.mod_ttl h3.ttl.bg_layout > a,
.mod_ttl h4.ttl.bg_layout > span,
.mod_ttl h4.ttl.bg_layout > a {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  display: block;
  background-color: #edf2f6;
  border-radius: 8px;
  padding: 1em 1.5em;
}
@media only screen and (max-width: 1024px) {
  .mod_ttl h2.ttl.bg_layout > span,
  .mod_ttl h2.ttl.bg_layout > a,
  .mod_ttl h3.ttl.bg_layout > span,
  .mod_ttl h3.ttl.bg_layout > a,
  .mod_ttl h4.ttl.bg_layout > span,
  .mod_ttl h4.ttl.bg_layout > a {
    font-size: 16px;
    padding: 1em 1.2em;
  }
}
.mod_ttl h2.ttl.bg_layout > span::before,
.mod_ttl h2.ttl.bg_layout > a::before,
.mod_ttl h3.ttl.bg_layout > span::before,
.mod_ttl h3.ttl.bg_layout > a::before,
.mod_ttl h4.ttl.bg_layout > span::before,
.mod_ttl h4.ttl.bg_layout > a::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
  background-color: #01A0E9;
  width: 4px;
  height: calc(100% - 1.8em);
}
@media only screen and (max-width: 1024px) {
  .mod_ttl h2.ttl.bg_layout > span::before,
  .mod_ttl h2.ttl.bg_layout > a::before,
  .mod_ttl h3.ttl.bg_layout > span::before,
  .mod_ttl h3.ttl.bg_layout > a::before,
  .mod_ttl h4.ttl.bg_layout > span::before,
  .mod_ttl h4.ttl.bg_layout > a::before {
    width: 3px;
  }
}
.mod_ttl h2.ttl.bg_layout > a,
.mod_ttl h3.ttl.bg_layout > a,
.mod_ttl h4.ttl.bg_layout > a {
  padding: 1em 2em 1em 1.5em;
}
@media only screen and (max-width: 1024px) {
  .mod_ttl h2.ttl.bg_layout > a,
  .mod_ttl h3.ttl.bg_layout > a,
  .mod_ttl h4.ttl.bg_layout > a {
    padding: 1em 2em 1em 1.2em;
  }
}
.mod_ttl h2.ttl.bg_layout > a::after,
.mod_ttl h3.ttl.bg_layout > a::after,
.mod_ttl h4.ttl.bg_layout > a::after {
  font-family: FontAwesome, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  color: #222;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 1025px) {
  .mod_ttl h2.ttl.bg_layout > a:hover,
  .mod_ttl h3.ttl.bg_layout > a:hover,
  .mod_ttl h4.ttl.bg_layout > a:hover {
    opacity: 0.8;
  }
}

.h2_layout.center,
.h3_layout.center,
.h4_layout.center,
.h5_layout.center {
  text-align: center;
}

.h2_layout {
  font-size: 28px;
  color: #01A0E9;
  font-weight: bold;
  text-align: center;
  line-height: 1.65;
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .h2_layout {
    font-size: 4.8vw;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 4vw;
  }
}
.h2_layout::after {
  content: "";
  background: #01A0E9;
  width: 70px;
  height: 5px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  .h2_layout::after {
    width: 9.3333333333vw;
    height: 0.8vw;
  }
}
.h2_layout.none {
  padding-bottom: 0;
}
.h2_layout.none::after {
  content: none;
}
.h2_layout.black {
  color: #191919;
}

.h3_layout {
  font-size: 24px;
  color: #01A0E9;
  font-weight: bold;
  text-align: justify;
  line-height: 1.65;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .h3_layout {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
}

.h4_layout {
  font-size: 20px;
  color: #01A0E9;
  font-weight: bold;
  text-align: justify;
  line-height: 1.65;
  position: relative;
  z-index: 1;
  padding-left: 0.8em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .h4_layout {
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.h4_layout::after {
  content: "";
  background: #01A0E9;
  width: 5px;
  height: calc(100% - 14px);
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .h4_layout::after {
    width: 1.3333333333vw;
    height: calc(100% - 1.067vw);
  }
}

.mod_cont,
.mod_bg_frame {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont,
  .mod_bg_frame {
    margin-bottom: 10.6666666667vw;
  }
}

.mod_bg_frame {
  background: #F0F8FD;
  padding: 110px 0;
}
@media only screen and (max-width: 1024px) {
  .mod_bg_frame {
    padding: 16vw 0;
  }
}

.mod_cont img {
  width: auto;
  height: auto;
  margin: 0 auto;
}
.mod_cont p {
  font-size: 16px;
  line-height: 2.05;
  text-align: justify;
}
@media only screen and (max-width: 1024px) {
  .mod_cont p {
    font-size: 3.7333333333vw;
  }
}
.mod_cont .c_blue {
  color: #01A0E9;
  font-weight: bold;
}
.mod_cont .bg_blue {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(30%, yellow));
  background: linear-gradient(transparent 55%, yellow 30%);
}
.mod_cont .imgtxt .inner .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -22px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .imgtxt .inner .cont {
    display: block;
    margin: 0;
  }
}
.mod_cont .imgtxt .inner .cont .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding: 0 22px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .imgtxt .inner .cont .txt {
    width: auto;
    padding: 0;
  }
}
.mod_cont .imgtxt .inner .cont .img {
  width: 444px;
  padding: 0 22px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .imgtxt .inner .cont .img {
    width: auto;
    padding: 0;
    margin-top: 5.3333333333vw;
  }
}
.mod_cont .imgtxt .inner .cont .img img {
  width: 100%;
  height: auto;
}
.mod_cont .imgtxt.re .inner .cont {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.mod_cont .imgtxt.slim {
  padding: 0 100px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .imgtxt.slim {
    padding: 0;
  }
}
.mod_cont .imgtxt.slim .cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mod_cont .wide_imgtxt .cont .txt {
  position: relative;
  z-index: 1;
  padding: 60px 0;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .wide_imgtxt .cont .txt {
    padding: 8vw 0;
  }
}
.mod_cont .wide_imgtxt .cont .txt::after {
  content: "";
  background-image: url(../../../media/images/special/career/interview/wide_bg_pc.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .wide_imgtxt .cont .txt::after {
    background-image: url(../../../media/images/special/career/interview/wide_bg_sp.png);
  }
}
.mod_cont .wide_imgtxt .cont .txt .ttl {
  font-size: 28px;
  color: #01A0E9;
  font-weight: bold;
  text-align: center;
  line-height: 1.65;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .wide_imgtxt .cont .txt .ttl {
    font-size: 4.8vw;
  }
}
.mod_cont .wide_imgtxt .cont .img img {
  width: 100%;
  height: auto;
}
.mod_cont .wide_imgtxt .cont .desc {
  margin-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .wide_imgtxt .cont .desc {
    margin-top: 8vw;
  }
}
.mod_cont .img_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
.mod_cont .img_cont .img_set {
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .img_cont .img_set .img_wrap img.pc {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .mod_cont .img_cont .img_set .img_wrap img.sp {
    display: none;
  }
}
.mod_cont .img_cont .img_set .cap {
  font-size: 85.7%;
  margin-top: 0.8em;
}
.mod_cont .img_cont .img_set .cap.txt_c {
  text-align: center;
}
.mod_cont .img_cont .img_set .cap.txt_r {
  text-align: right;
}
.mod_cont .img_cont.main {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .img_cont.main {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.mod_cont .img_cont.main .img_set + .img_set {
  margin-top: 32px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .img_cont.main .img_set + .img_set {
    margin-top: 16px;
  }
}
.mod_cont .img_cont.main .img_set {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .img_cont.main .img_set .cap {
    padding: 0 16px;
  }
}
.mod_cont .img_cont.img1 {
  margin-left: 0;
  margin-right: 0;
}
.mod_cont .img_cont.img1 .img_set + .img_set {
  margin-top: 32px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .img_cont.img1 .img_set + .img_set {
    margin-top: 16px;
  }
}
.mod_cont .img_cont.img1 .img_set {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .img_cont.img1 .img_set .cap {
    padding: 0 16px;
  }
}
.mod_cont .img_cont.img2 {
  margin-bottom: -32px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .img_cont.img2 {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: -16px;
  }
}
.mod_cont .img_cont.img2 .img_set {
  width: 50%;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .img_cont.img2 .img_set {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.mod_cont .img_cont.center {
  margin-left: 0;
  margin-right: 0;
}
.mod_cont .img_cont.center .img_set + .img_set {
  margin-top: 24px;
}
@media only screen and (max-width: 900px) {
  .mod_cont .img_cont.center .img_set + .img_set {
    margin-top: 16px;
  }
}
.mod_cont .img_cont.center .img_set {
  max-width: 640px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
.mod_cont .img_cont a {
  display: block;
}
.mod_cont .center_img_cont img {
  width: auto;
  height: auto;
  max-width: 640px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .center_img_cont img {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .mod_cont .scroll_img_cont .img_set {
    overflow-x: auto;
    white-space: nowrap;
    text-align: center;
    margin-right: -16px;
    padding-bottom: 1em;
  }
}
@media only screen and (max-width: 1024px) {
  .mod_cont .scroll_img_cont .img_set .img_wrap {
    display: inline-block;
  }
}
@media only screen and (max-width: 1024px) {
  .mod_cont .scroll_img_cont .img_set .img_wrap img {
    max-width: none;
  }
}
.mod_cont .catch_txt_cont .catch + .txt {
  margin-top: 1.5em;
  margin-top: 0.5em;
}
.mod_cont .catch_txt_cont .catch p {
  font-size: 128.6%;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .catch_txt_cont .catch p {
    font-size: 107.1%;
  }
}
.mod_cont .catch_txt_cont .catch.center {
  text-align: center;
}
.mod_cont .catch_txt_cont .txt p {
  line-height: 2.2;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .catch_txt_cont .txt p {
    line-height: 1.8;
    font-size: 92.9%;
  }
}
.mod_cont .gmap_cont {
  margin-left: auto;
  margin-right: auto;
}
.mod_cont .gmap_cont .gmap {
  position: relative;
  padding-bottom: 51.1494%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .gmap_cont .gmap {
    padding-bottom: 75.8017%;
  }
}
.mod_cont .gmap_cont .gmap iframe,
.mod_cont .gmap_cont .gmap object,
.mod_cont .gmap_cont .gmap embed {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mod_cont .yt_cont {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.mod_cont .yt_cont .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.mod_cont .yt_cont .youtube iframe,
.mod_cont .yt_cont .youtube object,
.mod_cont .yt_cont .youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mod_cont .parentheses_list_cont ol {
  counter-reset: item;
}
.mod_cont .parentheses_list_cont ol > li + li {
  margin-top: 1em;
}
.mod_cont .parentheses_list_cont ol > li {
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.mod_cont .parentheses_list_cont ol > li:before {
  counter-increment: item;
  content: "(" counter(item) ") ";
  margin-right: 0.15em;
  display: inline-block;
  width: 1.5em;
  text-align: right;
}
.mod_cont .anchor_list_cont ul > li + li {
  margin-top: 1.5em;
}
.mod_cont .anchor_list_cont ul > li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .anchor_list_cont ul > li {
    font-size: 92.9%;
  }
}
.mod_cont .anchor_list_cont ul > li a {
  color: #01A0E9;
}
.mod_cont .anchor_list_cont ul > li a::before {
  font-family: FontAwesome, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #191919;
  content: "\f107";
  font-size: 18px;
  line-height: 1;
  position: relative;
  margin-right: 0.5em;
}
.mod_cont .imgtxt_cont .imgtxt_set + .imgtxt_set {
  margin-top: 4em;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .imgtxt_cont .imgtxt_set + .imgtxt_set {
    margin-top: 2em;
  }
}
.mod_cont .imgtxt_cont .imgtxt_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -29px;
  margin-right: -29px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .imgtxt_cont .imgtxt_set {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .mod_cont .imgtxt_cont .imgtxt_set .img_box + .txt_box {
    margin-top: 1em;
  }
}
.mod_cont .imgtxt_cont .imgtxt_set .img_box {
  width: 55.55555556%;
  padding-left: 29px;
  padding-right: 29px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .imgtxt_cont .imgtxt_set .img_box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.mod_cont .imgtxt_cont .imgtxt_set .img_box .img_wrap img {
  width: auto;
  height: auto;
  margin: 0 auto;
}
.mod_cont .imgtxt_cont .imgtxt_set .img_box .cap {
  font-size: 85.7%;
  margin-top: 0.8em;
}
.mod_cont .imgtxt_cont .imgtxt_set .img_box .cap.txt_c {
  text-align: center;
}
.mod_cont .imgtxt_cont .imgtxt_set .img_box .cap.txt_r {
  text-align: right;
}
.mod_cont .imgtxt_cont .imgtxt_set .txt_box {
  width: 44.44444444%;
  padding-left: 29px;
  padding-right: 29px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .imgtxt_cont .imgtxt_set .txt_box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.mod_cont .imgtxt_cont .imgtxt_set .txt_box .ttl + p {
  margin-top: 1.2em;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .imgtxt_cont .imgtxt_set .txt_box .ttl + p {
    margin-top: 1em;
  }
}
.mod_cont .imgtxt_cont .imgtxt_set .txt_box .ttl {
  font-size: 128.6%;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .imgtxt_cont .imgtxt_set .txt_box .ttl {
    font-size: 107.1%;
  }
}
@media only screen and (max-width: 1024px) {
  .mod_cont .imgtxt_cont .imgtxt_set .txt_box p {
    font-size: 92.9%;
  }
}
.mod_cont .imgtxt_cont .imgtxt_set.re {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.mod_cont .imgtxt_cont .imgtxt_set.around {
  display: block;
  overflow: hidden;
}
.mod_cont .imgtxt_cont .imgtxt_set.around .img_box {
  float: right;
  padding-bottom: 29px;
  margin-left: 29px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .imgtxt_cont .imgtxt_set.around .img_box {
    float: none;
    padding-bottom: 0;
    margin-left: 0;
  }
}
.mod_cont .imgtxt_cont .imgtxt_set.around .txt_box {
  width: 100%;
}
.mod_cont .imgtxt_cont .imgtxt_set.around.re .img_box {
  float: left;
  padding-bottom: 29px;
  margin-left: 0;
  margin-right: 29px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .imgtxt_cont .imgtxt_set.around.re .img_box {
    float: none;
    padding-bottom: 0;
  }
}
.mod_cont .imgtxt_cont .imgtxt_set.v2 .img_box {
  width: 360px;
  padding-left: 45px;
  padding-right: 45px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .imgtxt_cont .imgtxt_set.v2 .img_box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.mod_cont .imgtxt_cont .imgtxt_set.v2 .txt_box {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding-left: 45px;
  padding-right: 45px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .imgtxt_cont .imgtxt_set.v2 .txt_box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.mod_cont .imgtxt_cont .imgtxt_set.v2 .txt_box .link_box {
  margin-top: 2em;
}
.mod_cont .imgtxt_cont .imgtxt_set.v2 .txt_box .link_box p.bold {
  font-weight: bold;
  margin-bottom: 1em;
}
.mod_cont .imgtxt_cont .imgtxt_set.v2 .txt_box .link_box .btn {
  text-align: left;
}
.mod_cont .imgtxt_cont .imgtxt_set.v2 .txt_box .link_box .btn a {
  text-align: center;
}
.mod_cont .txt_link_cont ul li + li {
  margin-top: 0.8em;
}
.mod_cont .txt_link_cont ul li {
  line-height: 1;
}
.mod_cont .txt_link_cont ul li:after {
  font-family: FontAwesome, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  color: #191919;
  font-size: 18px;
  position: relative;
  top: 1px;
  padding-left: 10px;
}
.mod_cont .txt_link_cont ul li > a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #01A0E9;
  line-height: 1.5;
  /*
    &:after{
    @include fa;
    content: "\f105";
    //color: $hoverColor;
    color: $baseColor;
    font-size: 18px;
    //font-weight: bold;
    position: relative;
    top: 1px;
    padding-left: 10px;
  }
    */
}
@media only screen and (min-width: 1025px) {
  .mod_cont .txt_link_cont ul li > a:hover {
    opacity: 0.8;
  }
}
.mod_cont .txt_link_cont ul li > a.icon_none:after {
  content: none;
}
.mod_cont .txt_link_cont ul li > a.tel_link {
  color: #191919;
}
.mod_cont .txt_link_cont ul li > span {
  line-height: 1.5;
}
.mod_cont .link_cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -6px -12px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .link_cont ul {
    display: block;
    margin: 0 0 -12px;
  }
}
.mod_cont .link_cont ul li {
  width: 50%;
  padding: 0 6px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .link_cont ul li {
    width: 100%;
    padding: 0;
  }
}
.mod_cont .link_cont ul a {
  position: relative;
  font-size: 100%;
  color: #70a9dc;
  font-weight: bold;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  min-height: 80px;
  border: 1px #dcdcdc solid;
  padding: 1em 2.5em 1em 2em;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .link_cont ul a {
    padding: 1em 2.5em 1em 1em;
  }
}
.mod_cont .link_cont ul a::after {
  font-family: FontAwesome, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  color: #222;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 1025px) {
  .mod_cont .link_cont ul a:hover {
    opacity: 0.8;
  }
}
.mod_cont .bold_cont p {
  font-weight: bold;
  font-size: 128.6%;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .bold_cont p {
    font-size: 107.1%;
  }
}
.mod_cont .index_cont {
  border-top: 1px #dcdcdc solid;
  border-bottom: 1px #dcdcdc solid;
  padding: 1.5em 0;
}
.mod_cont .index_cont .ttl_box {
  margin-bottom: 1.5em;
}
.mod_cont .index_cont .ttl_box .ttl {
  font-size: 128.6%;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .index_cont .ttl_box .ttl {
    font-size: 107.1%;
  }
}
.mod_cont .index_cont .anchor_box .set + .set {
  margin-top: 2em;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .index_cont .anchor_box .set .set_inner .link {
    font-size: 92.9%;
  }
}
.mod_cont .index_cont .anchor_box .set .set_inner .link a {
  color: #01A0E9;
  position: relative;
  display: block;
  padding-left: 1.2em;
}
.mod_cont .index_cont .anchor_box .set .set_inner .link a::before {
  font-family: FontAwesome, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #191919;
  content: "\f107";
  font-size: 18px;
  line-height: 1;
  position: absolute;
  top: calc(50% + 1px);
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mod_cont .index_cont .anchor_box .set .set_inner .add {
  margin-left: 18px;
  margin-top: 1.5em;
}
.mod_cont .index_cont .anchor_box .set .set_inner .add p + .circle {
  margin-top: 0.5em;
}
.mod_cont .enclosure_cont {
  background: #F4F4F4;
  padding: 1.5em 2.5em;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .enclosure_cont {
    padding: 1.5em;
  }
}
.mod_cont .enclosure_cont.border {
  border: 1px #D8D8D8 solid;
  background: none;
}
.mod_cont .column2_cont table {
  table-layout: fixed;
  border-left: 1px #D0D0D0 solid;
  border-top: 1px #D0D0D0 solid;
}
.mod_cont .column2_cont table thead th + th {
  width: 55%;
}
.mod_cont .column2_cont table thead th {
  font-weight: bold;
  background-color: #f5f5f5;
}
.mod_cont .column2_cont table tbody {
  vertical-align: top;
}
.mod_cont .column2_cont table tr th, .mod_cont .column2_cont table tr td {
  border-right: 1px #D0D0D0 solid;
  border-bottom: 1px #D0D0D0 solid;
  padding: 1em 1.5em;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .column2_cont table tr th, .mod_cont .column2_cont table tr td {
    font-size: 85.7%;
  }
}
@media only screen and (max-width: 1024px) {
  .mod_cont .column2_cont.scroll {
    overflow: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .mod_cont .column2_cont.scroll table {
    width: 900px;
  }
}
@media only screen and (max-width: 640px) {
  .mod_cont .column2_cont.scroll table {
    width: 640px;
  }
}
.mod_cont .center_cont {
  text-align: center;
}
.mod_cont .center_cont .lead + p {
  margin-top: 2em;
}
.mod_cont .center_cont .lead {
  font-size: 142.9%;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .center_cont .lead {
    font-size: 128.6%;
  }
}
.mod_cont .border_cont {
  border: 1px #D8D8D8 solid;
}
.mod_cont .circle_list_cont ul > li {
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}
.mod_cont .circle_list_cont ul > li:before {
  background-color: #191919;
  content: "";
  display: inline-block;
  position: relative;
  top: -4px;
  border-radius: 100%;
  height: 4px;
  width: 4px;
  margin: 0 5px 0 5px;
}
.mod_cont .count_list_cont ol {
  counter-reset: item;
}
.mod_cont .count_list_cont ol > li {
  font-weight: bold;
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.mod_cont .count_list_cont ol > li:before {
  color: #01A0E9;
  counter-increment: item;
  content: counter(item) ".";
  margin-right: 0.15em;
  display: inline-block;
  width: 1.5em;
  text-align: right;
}
.mod_cont .count_big_list_cont ol {
  counter-reset: item;
}
.mod_cont .count_big_list_cont ol > li {
  position: relative;
  font-size: 114.3%;
  font-weight: bold;
  border-bottom: 1px #D8D8D8 solid;
  padding-left: 64px;
  text-indent: 0;
  padding-bottom: 1em;
  margin-bottom: 1.2em;
}
.mod_cont .count_big_list_cont ol > li:before {
  line-height: 1;
  position: absolute;
  top: -3px;
  left: 0;
  font-size: 32px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #A8A8A8;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  margin-right: 0.15em;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .count_big_list_cont ol > li:before {
    font-size: 28px;
    top: -2px;
  }
}
.mod_cont .bg_gray_cont {
  background: #F4F4F4;
  padding: 2.5em;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .bg_gray_cont {
    padding: 2em;
  }
}
.mod_cont .relation_info_cont {
  border: 1px #D8D8D8 solid;
  padding: 3em;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .relation_info_cont {
    padding: 2em;
  }
}
.mod_cont .relation_info_cont dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .relation_info_cont dl {
    display: block;
  }
}
.mod_cont .relation_info_cont dl dt {
  font-size: 142.9%;
  font-weight: bold;
  padding-right: 2em;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .relation_info_cont dl dt {
    text-align: center;
    width: 100%;
    font-size: 128.6%;
    padding-right: 0;
    padding-bottom: 0.8em;
  }
}
.mod_cont .relation_info_cont dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  border-left: 1px #D8D8D8 solid;
  padding-left: 3em;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .relation_info_cont dl dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    border-left: none;
    border-top: 1px #D8D8D8 solid;
    padding-left: 0;
    padding-top: 1em;
  }
}
.mod_cont .relation_info_cont dl dd ul li + li {
  margin-top: 0.8em;
}
.mod_cont .relation_info_cont dl dd ul li {
  line-height: 1;
}
.mod_cont .relation_info_cont dl dd ul li > a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #01A0E9;
  line-height: 1.5;
}
.mod_cont .relation_info_cont dl dd ul li > a:after {
  font-family: FontAwesome, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  color: #01A0E9;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: 1px;
  padding-left: 10px;
}
@media only screen and (min-width: 1025px) {
  .mod_cont .relation_info_cont dl dd ul li > a:hover {
    opacity: 0.8;
  }
}
.mod_cont .relation_info_cont dl dd ul li > a.icon_none:after {
  content: none;
}
.mod_cont .relation_info_cont dl dd ul li > a.tel_link {
  color: #191919;
}
.mod_cont .relation_info_cont dl dd ul li > span {
  line-height: 1.5;
}
.mod_cont .relation_info_cont dl dd ul li.blank a:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  font-size: 14px;
}
.mod_cont .relation_info_cont dl dd ul li.pdf a:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  font-size: 18px;
  position: relative;
  top: 3px;
}
.mod_cont .table_cont table {
  table-layout: fixed;
  border-left: 1px #D0D0D0 solid;
  border-top: 1px #D0D0D0 solid;
}
.mod_cont .table_cont table tr th, .mod_cont .table_cont table tr td {
  border-right: 1px #D0D0D0 solid;
  border-bottom: 1px #D0D0D0 solid;
  padding: 1em;
}
.mod_cont .table_cont table tr th {
  font-weight: bold;
  color: #fff;
  background-color: #A8A8A8;
}
.mod_cont .table_cont table tr td a {
  color: #01A0E9;
}
.mod_cont .table_cont table tr td a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1024px) {
  .mod_cont .table_cont.scroll {
    overflow: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .mod_cont .table_cont.scroll table {
    width: 900px;
  }
}
@media only screen and (max-width: 640px) {
  .mod_cont .table_cont.scroll table {
    width: 640px;
  }
}

/*                エディター
======================================================= */
.editor.career .c_blue,
.editor.career strong {
  color: #01A0E9;
  font-weight: bold;
}
.editor.career .bg_blue,
.editor.career u {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(30%, yellow));
  background: linear-gradient(transparent 55%, yellow 30%);
  text-decoration: none;
}
.editor h2 {
  font-size: 28px;
  color: #01A0E9;
  font-weight: bold;
  text-align: center;
  line-height: 1.65;
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .editor h2 {
    font-size: 4.8vw;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
.editor h2::after {
  content: "";
  background: #01A0E9;
  width: 70px;
  height: 5px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  .editor h2::after {
    width: 9.3333333333vw;
    height: 0.8vw;
  }
}
.editor h3 {
  font-size: 24px;
  color: #01A0E9;
  font-weight: bold;
  text-align: justify;
  line-height: 1.65;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .editor h3 {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
}
.editor h4 {
  font-size: 20px;
  color: #01A0E9;
  font-weight: bold;
  text-align: justify;
  line-height: 1.65;
  position: relative;
  z-index: 1;
  padding-left: 0.8em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .editor h4 {
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.editor h4::after {
  content: "";
  background: #01A0E9;
  width: 5px;
  height: calc(100% - 14px);
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .editor h4::after {
    width: 1.3333333333vw;
    height: calc(100% - 1.067vw);
  }
}
.editor p + h2, .editor p + h3, .editor p + h4, .editor p + h5 {
  margin-top: 1em;
}
.editor a {
  color: #01A0E9;
}
.editor blockquote {
  background: #eee;
  padding: 1.5em;
}
.editor ul > li {
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}
.editor ul > li:before {
  background-color: #191919;
  content: "";
  display: inline-block;
  position: relative;
  top: -4px;
  border-radius: 100%;
  height: 4px;
  width: 4px;
  margin: 0 5px 0 5px;
}
.editor ol {
  counter-reset: item;
}
.editor ol > li {
  font-weight: bold;
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.editor ol > li:before {
  color: #01A0E9;
  counter-increment: item;
  content: counter(item) ".";
  margin-right: 0.15em;
  display: inline-block;
  width: 1.5em;
  text-align: right;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 0.5em !important;
}

.mb1 {
  margin-bottom: 1em !important;
}

.mb2 {
  margin-bottom: 2em !important;
}

.mb3 {
  margin-bottom: 3em !important;
}

.mb4 {
  margin-bottom: 4em !important;
}

.mb5 {
  margin-bottom: 5em !important;
}

.mb6 {
  margin-bottom: 6em !important;
}

.mb7 {
  margin-bottom: 7em !important;
}

.mb8 {
  margin-bottom: 8em !important;
}

.mb9 {
  margin-bottom: 9em !important;
}

.mb10 {
  margin-bottom: 10em !important;
}

.cke_editable h1, .cke_editable h2, .cke_editable h3, .cke_editable h4, .cke_editable h5, .cke_editable h6 {
  font-weight: bold;
}
.cke_editable h4 {
  /* color: $hoverColor; */
  font-weight: bold;
  line-height: 1.65;
  position: relative;
  z-index: 1;
  padding-left: 0.8em;
}
.cke_editable h4::after {
  content: "";
  /* background: $hoverColor; */
  background: #191919;
  width: 5px;
  height: calc(100% - 14px);
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .cke_editable h4::after {
    width: 1.3333333333vw;
    height: calc(100% - 1.067vw);
  }
}
.cke_editable strong {
  /* color: $hoverColor; */
  font-weight: bold;
}
.cke_editable u {
  color: #fff;
  /* background: $hoverColor; */
  background: #191919;
  text-decoration: none;
}