@charset "UTF-8";
@media (min-width: 576px) and (max-width: 767.98px), (min-width: 768px) and (max-width: 991.98px), (min-width: 992px) and (max-width: 1199.98px), (min-width: 1200px) {
  .xs {
    display: none;
  }
}
@media (max-width: 575.98px), (min-width: 768px) and (max-width: 991.98px), (min-width: 992px) and (max-width: 1199.98px), (min-width: 1200px) {
  .sm {
    display: none;
  }
}
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px), (min-width: 992px) and (max-width: 1199.98px), (min-width: 1200px) {
  .md {
    display: none;
  }
}
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px), (min-width: 768px) and (max-width: 991.98px), (min-width: 1200px) {
  .lg {
    display: none;
  }
}
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px), (min-width: 768px) and (max-width: 991.98px), (min-width: 992px) and (max-width: 1199.98px) {
  .xl {
    display: none;
  }
}
@media (min-width:992px) {
  *:not(body).sp {
    display: none;
  }
}
@media (max-width:991.98px) {
  *:not(body).pc {
    display: none;
  }
}
.c1 {
  color: #027EEE;
}

.c2 {
  color: #F7F9FA;
}

.c3 {
  color: #EE6F00;
}

.c4 {
  color: #183C68;
}

.c5 {
  color: linear-gradient(120deg, #ed6c00 0%, #ffa200 100%);
}

.bs1 {
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

.ts1 {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

/*
	Last Update:2020/11/05
	下層ページ用
*/
.page-- {
  /*=================================

  	#共通部分

  ==================================*/
  /*=================================

  	top

  ==================================*/
  /*=================================

  	service

  ==================================*/
  /*=================================

  	survey

  ==================================*/
  /*=================================

  	company

  ==================================*/
  /*=================================

  	faq

  ==================================*/
  /*=================================

  	recruit

  ==================================*/
  /*=================================

  	contact

  ==================================*/
  /*=================================

  	news

  ==================================*/
}
.page--common_contact {
  margin-left: 70px;
  margin-right: 70px;
  padding: 100px;
  background: #027EEE;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #FFF;
}
@media (max-width: 1569px) {
  .page--common_contact {
    padding: 50px;
  }
}
@media (max-width:991.98px) {
  .page--common_contact {
    margin-left: 15px;
    margin-right: 15px;
    padding: 50px 15px;
  }
}
.page--common_contact .center {
  text-align: center;
}
@media (max-width: 1569px) {
  .page--common_contact .center {
    padding-left: 0;
    padding-right: 0;
  }
}
.page--common_contact .center a {
  color: #FFF;
}
@media (min-width: 1570px) {
  .page--common_contact .center .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page--common_contact .center .flex .hl {
  text-align: left;
}
@media (min-width:992px) {
  .page--common_contact .center .flex .hl {
    margin-right: 50px;
  }
}
@media (max-width:991.98px) {
  .page--common_contact .center .flex .hl {
    margin-bottom: 30px;
  }
}
.page--common_contact .center .flex .hl span, .page--common_contact .center .flex .hl strong {
  display: block;
}
.page--common_contact .center .flex .hl span img {
  width: 348px;
  margin-bottom: 20px;
}
@media (max-width:991.98px) {
  .page--common_contact .center .flex .hl span img {
    width: auto;
    height: 42px;
    margin-bottom: 10px;
  }
}
.page--common_contact .center .flex .hl strong {
  font-size: 2rem;
}
.page--common_contact .center .hs {
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width:991.98px) {
  .page--common_contact .center .hs {
    font-size: 2.2rem;
  }
}
.page--common_contact .center .comment {
  margin-bottom: 30px;
  font-size: 1.4rem;
}
@media (min-width:992px) {
  .page--common_contact .center .flex_submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page--common_contact .center .flex_submit .tel {
  position: relative;
  display: inline-block;
  padding-left: 50px;
}
@media (min-width:992px) {
  .page--common_contact .center .flex_submit .tel {
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    text-align: left;
  }
}
@media (max-width:991.98px) {
  .page--common_contact .center .flex_submit .tel {
    margin-bottom: 20px;
    padding-left: 43px;
  }
}
.page--common_contact .center .flex_submit .tel .num {
  position: relative;
  margin-top: -0.4em;
  margin-bottom: -10px;
  font-size: 5rem;
  font-weight: bold;
}
@media (max-width:991.98px) {
  .page--common_contact .center .flex_submit .tel .num {
    font-size: 4rem;
    margin-bottom: 0px;
  }
}
.page--common_contact .center .flex_submit .tel .num a {
  text-decoration: none;
}
.page--common_contact .center .flex_submit .tel .time {
  font-size: 1.4rem;
  line-height: 1;
}
.page--common_contact .center .flex_submit .tel:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 31px;
  height: 41px;
  background-image: url("../image/layout/contact_mark.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page--common_contact .center .flex_submit .button a {
  display: block;
  padding: 15px 40px;
  border: 3px solid #FFF;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media (max-width:991.98px) {
  .page--common_contact .center .flex_submit .button a {
    font-size: 1.8rem;
  }
}
.page--common_contact .center .flex_submit .button a:hover {
  background: #FFF;
  color: #222;
}
.page--common_text {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width:991.98px) {
  .page--common_text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.page--common_text + .page--common_text {
  padding-top: 0;
}
.page--common_text iframe[src*="google.com/maps/"] {
  width: 100%;
  height: 500px;
  border-radius: 20px;
}
.page--top_mainvisual {
  position: relative;
}
@media (min-width:992px) {
  .page--top_mainvisual {
    height: calc(100vh - 200px);
  }
}
.page--top_mainvisual .hl {
  position: absolute;
  left: 90px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% - 180px);
}
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px) {
  .page--top_mainvisual .hl {
    left: 0;
    top: calc(50% - 15px);
    width: 100%;
    text-align: center;
  }
}
.page--top_mainvisual .hl img {
  max-width: 988px;
  width: 100%;
}
@media (max-width:991.98px) {
  .page--top_mainvisual .hl img {
    width: calc(100% - 100px);
  }
}
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px) {
  .page--top_mainvisual .hl img {
    width: 90%;
  }
}
.page--top_mainvisual .scroll {
  position: absolute;
}
@media (min-width:992px) {
  .page--top_mainvisual .scroll {
    left: 50px;
    bottom: 0px;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
}
@media (max-width:991.98px) {
  .page--top_mainvisual .scroll {
    right: 20px;
    bottom: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    z-index: 100;
  }
}
@media (max-width:991.98px) {
  .page--top_mainvisual:after {
    content: "";
    display: block;
    padding-top: 70%;
  }
}
.page--top_news {
  position: relative;
}
.page--top_news a {
  color: #222;
}
@media (min-width:992px) {
  .page--top_news .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page--top_news .flex .hl {
  position: relative;
  background: #B4B4B4;
  font-size: 8.5rem;
  font-family: "DIN";
  color: #FFF;
  overflow: hidden;
}
@media (min-width:992px) {
  .page--top_news .flex .hl {
    width: 375px;
  }
}
@media (max-width:991.98px) {
  .page--top_news .flex .hl {
    width: 100% !important;
    height: 100px;
  }
}
.page--top_news .flex .hl img {
  position: absolute;
  left: 20px;
  bottom: -1px;
  width: 225px;
}
@media (max-width:991.98px) {
  .page--top_news .flex .hl img {
    left: 15px;
  }
}
@media (max-width: 1200px) {
  .page--top_news .flex .hl {
    width: 200px;
  }
  .page--top_news .flex .hl img {
    width: 160px;
  }
}
.page--top_news .flex .list {
  padding: 30px 50px;
}
@media (max-width:991.98px) {
  .page--top_news .flex .list {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page--top_news .flex .list table tbody tr th, .page--top_news .flex .list table tbody tr td {
  padding: 10px 0;
}
.page--top_news .flex .list table tbody tr .category {
  padding: 10px 20px;
}
.page--top_news .flex .list table tbody tr .category span {
  padding: 3px 5px;
  border: 1px solid #0A6DBC;
  color: #0A6DBC;
  font-size: 1.4rem;
  white-space: nowrap;
}
@media (max-width:991.98px) {
  .page--top_news .flex .list table, .page--top_news .flex .list table tbody, .page--top_news .flex .list table tr, .page--top_news .flex .list table th, .page--top_news .flex .list table td {
    display: block;
  }
  .page--top_news .flex .list table .date, .page--top_news .flex .list table .category, .page--top_news .flex .list table tbody .date, .page--top_news .flex .list table tbody .category, .page--top_news .flex .list table tr .date, .page--top_news .flex .list table tr .category, .page--top_news .flex .list table th .date, .page--top_news .flex .list table th .category, .page--top_news .flex .list table td .date, .page--top_news .flex .list table td .category {
    display: inline-block;
    padding-bottom: 0;
  }
  .page--top_news .flex .list table .category, .page--top_news .flex .list table tbody .category, .page--top_news .flex .list table tr .category, .page--top_news .flex .list table th .category, .page--top_news .flex .list table td .category {
    padding-left: 10px !important;
  }
  .page--top_news .flex .list table .comment, .page--top_news .flex .list table tbody .comment, .page--top_news .flex .list table tr .comment, .page--top_news .flex .list table th .comment, .page--top_news .flex .list table td .comment {
    padding-top: 0;
  }
}
.page--top_news .flex .more {
  position: relative;
}
@media (min-width:992px) {
  .page--top_news .flex .more {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width:991.98px) {
  .page--top_news .flex .more {
    margin-top: -10px;
    margin-bottom: 30px;
    text-align: right;
  }
}
.page--top_news .flex .more a {
  display: inline-block;
  padding-right: 60px;
  color: #222;
}
@media (max-width:991.98px) {
  .page--top_news .flex .more a {
    padding-right: 50px;
  }
}
.page--top_news .flex .more a strong {
  font-weight: normal;
}
@media (max-width: 1319px) and (min-width: 992px) {
  .page--top_news .flex .more a strong {
    display: none;
  }
}
.page--top_news .flex .more a:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 38px;
  background: url("../image/layout/icon_arrow_2.png") no-repeat center center/contain;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (max-width:991.98px) {
  .page--top_news .flex .more a:after {
    width: 18px;
    height: 30px;
  }
}
.page--top_concept {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("../image/contents/top/concept_back.jpg") no-repeat center center/cover;
  color: #FFF;
}
@media (max-width:991.98px) {
  .page--top_concept {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.page--top_concept .center {
  text-align: center;
}
.page--top_concept a {
  color: #FFF;
}
.page--top_concept .hl {
  margin-bottom: 20px;
  font-size: 4.4rem;
  font-weight: bold;
}
@media (max-width:991.98px) {
  .page--top_concept .hl {
    line-height: 1.4;
    font-size: 3rem;
  }
}
.page--top_concept .comment {
  margin-bottom: 40px;
}
@media (max-width:991.98px) {
  .page--top_concept .comment {
    text-align: left;
  }
}
.page--top_concept .more a {
  display: inline-block;
  position: relative;
  min-width: 256px;
  padding: 15px 30px;
  border: 2px solid #FFF;
  text-decoration: none;
  font-weight: bold;
}
.page--top_concept .more a:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  height: 18px;
  background: url("../image/layout/icon_arrow.png") no-repeat center center/contain;
}
.page--top_menu {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("../image/contents/top/menu_back.jpg") no-repeat center center/cover;
  color: #FFF;
}
@media (max-width:991.98px) {
  .page--top_menu {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width:992px) {
  .page--top_menu .list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: -50px;
  }
}
@media (max-width:991.98px) {
  .page--top_menu .list ul {
    margin-bottom: -30px;
  }
}
.page--top_menu .list ul li {
  margin-bottom: 30px;
}
@media (min-width:992px) {
  .page--top_menu .list ul li {
    width: 33.33333%;
    margin-bottom: 50px;
    padding: 0 25px;
  }
}
.page--top_menu .list ul li a {
  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;
  position: relative;
  height: 140px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.2rem;
  color: #FFF;
  line-height: 1.5;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page--top_menu .list ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#1e4dd2), to(#326496));
  background: linear-gradient(#1e4dd2 0%, #326496 100%);
  opacity: 0.36;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (min-width:992px) {
  .page--top_menu .list ul li a:hover:before {
    opacity: 0.75;
  }
}
.page--top_menu .list ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 38px;
  background: url("../image/layout/icon_arrow.png") no-repeat center center/contain;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page--top_menu .list ul li a:after {
    right: 5px;
    width: 13px;
  }
}
@media (max-width: 575.98px) {
  .page--top_menu .list ul li a:after {
    right: 10px;
  }
}
.page--top_menu .list ul li a strong {
  position: relative;
  z-index: 100;
  margin: 0 50px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page--top_menu .list ul li a strong {
    margin: 0 5px;
  }
}
@media (max-width: 575.98px) {
  .page--top_menu .list ul li a strong {
    margin: 0 30px;
  }
}
.page--top_menu .list ul li.-list_1 a {
  background-image: url("../image/contents/top/menu_1.jpg");
}
.page--top_menu .list ul li.-list_2 a {
  background-image: url("../image/contents/top/menu_2.jpg");
}
.page--top_menu .list ul li.-list_3 a {
  background-image: url("../image/contents/top/menu_3.jpg");
}
.page--top_menu .list ul li.-list_4 a {
  background-image: url("../image/contents/top/menu_4.jpg");
}
.page--top_menu .list ul li.-list_5 a {
  background-image: url("../image/contents/top/menu_5.jpg");
}
.page--top_menu .list ul li.-list_6 a {
  background-image: url("../image/contents/top/menu_6.jpg");
}
.page--top_recruit {
  background: #7E7E7E;
}
.page--top_recruit a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  color: #FFF;
}
.page--top_recruit a:after {
  content: "";
  display: block;
  position: absolute;
  right: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 43px;
  background: url("../image/layout/icon_arrow.png") no-repeat center center/contain;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (max-width:991.98px) {
  .page--top_recruit a:after {
    right: 20px;
    top: 90px;
  }
}
@media (min-width:992px) {
  .page--top_recruit a:hover:after {
    right: 90px;
  }
}
@media (min-width:992px) {
  .page--top_recruit .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width:991.98px) {
  .page--top_recruit .flex {
    padding-top: 50px;
  }
}
.page--top_recruit .flex .hl {
  text-align: left;
}
.page--top_recruit .flex .hl span, .page--top_recruit .flex .hl strong {
  display: block;
  text-align: left;
}
.page--top_recruit .flex .hl span img {
  width: 332px;
  margin-bottom: 20px;
}
@media (max-width:991.98px) {
  .page--top_recruit .flex .hl span img {
    width: auto;
    height: 42px;
    margin-bottom: 10px;
  }
}
.page--top_recruit .flex .hl strong {
  font-size: 2rem;
}
.page--top_recruit .flex .image {
  margin-top: -30px;
}
@media (max-width:991.98px) {
  .page--top_recruit .flex .image {
    margin-top: 20px;
  }
}
.page--top_banner {
  margin: 40px 0;
}
.page--top_banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width:991.98px) {
  .page--top_banner ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.page--top_banner ul li {
  padding: 0 15px;
}
@media (max-width:991.98px) {
  .page--top_banner ul li {
    width: 50%;
    margin-bottom: 15px;
    padding: 0 10px;
  }
}
.page--top_banner ul li img {
  width: 100%;
}
.page--service_list {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width:991.98px) {
  .page--service_list {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.page--service_list .list .unit {
  position: relative;
  padding: 70px 50px 50px;
  background: #F5F5F5 url("../image/contents/service/unit_back.jpg") no-repeat center bottom/100% 114px;
  border-left: 5px solid #EE6F00;
  border-radius: 0 20px 20px 0;
  counter-increment: number 1;
}
@media (max-width:991.98px) {
  .page--service_list .list .unit {
    padding: 30px;
  }
}
.page--service_list .list .unit .anc {
  position: relative;
}
.page--service_list .list .unit .anc a {
  position: absolute;
  display: block;
}
@media (min-width:992px) {
  .page--service_list .list .unit .anc a {
    top: -150px;
  }
}
@media (max-width:991.98px) {
  .page--service_list .list .unit .anc a {
    top: -75px;
  }
}
.page--service_list .list .unit .hl {
  font-size: 3.5rem;
  font-weight: bold;
  color: #EE6F00;
}
@media (min-width:992px) {
  .page--service_list .list .unit .hl {
    position: absolute;
    left: 0;
    top: 4px;
    padding-left: 50px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 1120px) {
  .page--service_list .list .unit .hl {
    font-size: 3rem;
  }
}
@media (max-width:991.98px) {
  .page--service_list .list .unit .hl {
    padding: 20px 0;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.page--service_list .list .unit .hl:before {
  content: "0" counter(number) " ";
  position: relative;
  top: -5px;
  font-family: "DIN";
  font-size: 7.5rem;
  font-weight: bold;
  font-style: italic;
  color: #EE6F00;
  opacity: 0.25;
  vertical-align: middle;
  margin-right: 50px;
}
@media (max-width:991.98px) {
  .page--service_list .list .unit .hl:before {
    padding-right: 20px;
  }
}
@media (max-width:991.98px) {
  .page--service_list .list .unit .hl:before {
    position: absolute;
    left: 25px;
    top: -60px;
    margin-right: 0px;
  }
}
.page--service_list .list .unit .hl:after {
  content: "";
  display: block;
  position: absolute;
  left: 150px;
  top: calc(50% - 5px);
  width: 25px;
  height: 3px;
  background: #EE6F00;
}
@media (max-width:991.98px) {
  .page--service_list .list .unit .hl:after {
    top: -1.5px;
    left: 125px;
  }
}
@media (min-width:992px) {
  .page--service_list .list .unit .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width:992px) {
  .page--service_list .list .unit .flex .image {
    width: 320px;
  }
}
@media (max-width:991.98px) {
  .page--service_list .list .unit .flex .image {
    margin-bottom: 30px;
  }
}
.page--service_list .list .unit .flex .image img {
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}
@media (min-width:992px) {
  .page--service_list .list .unit .flex .comment {
    width: calc(100% - 370px);
  }
}
.page--service_list .list .unit + .unit {
  margin-top: 100px;
}
.page--service_list .list .anc + .unit {
  margin-top: 100px;
}
.page--survey_list {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width:991.98px) {
  .page--survey_list {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.page--survey_list .list .unit {
  text-align: center;
}
.page--survey_list .list .unit .hs {
  display: inline-block;
  margin-bottom: 40px;
  padding: 10px 30px;
  background: #EE6F00;
  font-weight: bold;
  color: #FFF;
}
@media (max-width:991.98px) {
  .page--survey_list .list .unit .hs {
    font-size: 1.4rem;
  }
}
.page--survey_list .list .unit .box {
  position: relative;
  padding: 0 75px 75px;
  border: 3px solid #EE6F00;
}
@media (max-width:991.98px) {
  .page--survey_list .list .unit .box {
    padding: 0 30px 30px;
  }
}
.page--survey_list .list .unit .box .hl {
  display: inline-block;
  position: relative;
  top: -0.85em;
  margin-bottom: 25px;
  padding: 0 30px;
  background: #FFF;
  font-size: 3rem;
  font-weight: bold;
  color: #EE6F00;
  line-height: 1.5;
}
@media (max-width:991.98px) {
  .page--survey_list .list .unit .box .hl {
    margin-left: -20px;
    margin-right: -20px;
    font-size: 2rem;
    margin-bottom: 15px;
    padding: 0 10px;
  }
}
@media (min-width:992px) {
  .page--survey_list .list .unit .box .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page--survey_list .list .unit .box .flex .image {
    width: 285px;
  }
  .page--survey_list .list .unit .box .flex .text {
    width: calc(100% - 325px);
  }
  .page--survey_list .list .unit .box .flex .text .comment {
    margin-bottom: 0;
  }
}
@media (max-width:991.98px) {
  .page--survey_list .list .unit .box .flex .image {
    margin-bottom: 30px;
  }
}
.page--survey_list .list .unit .box .text {
  text-align: left;
}
.page--survey_list .list .unit .box .text .hss {
  position: relative;
  margin-bottom: 20px;
  padding-left: 32px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media (max-width:991.98px) {
  .page--survey_list .list .unit .box .text .hss {
    font-size: 1.8rem;
    padding-left: 28px;
    margin-bottom: 15px;
  }
}
.page--survey_list .list .unit .box .text .hss:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 22px;
  height: 22px;
  background: #EE6F00;
}
@media (max-width:991.98px) {
  .page--survey_list .list .unit .box .text .hss:before {
    width: 18px;
    height: 18px;
    top: 7px;
  }
}
.page--survey_list .list .unit .box .text .comment {
  margin-bottom: 40px;
}
@media (max-width:991.98px) {
  .page--survey_list .list .unit .box .text .comment {
    margin-bottom: 30px;
  }
}
.page--survey_list .list .unit .box .image .shadow {
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}
.page--survey_list .list .unit + .unit {
  margin-top: 100px;
}
.page--company_message {
  padding: 100px 0 0;
}
.page--company_message._second .flex .text {
  width: 100%;
}
.page--company_message .back {
  background: #F7F9FA;
}
@media (min-width:992px) {
  .page--company_message .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page--company_message .flex .image {
  position: relative;
}
@media (min-width:992px) {
  .page--company_message .flex .image {
    width: 500px;
  }
}
@media (max-width:991.98px) {
  .page--company_message .flex .image {
    margin-left: -35px;
    margin-right: -35px;
  }
}
.page--company_message .flex .image img {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 9;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: auto;
  width: calc(100% + 0px);
  max-width: inherit;
}
.page--company_message .flex .image .image_back:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.page--company_message .flex .image .image_back:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(140deg, #0297ee 0%, #3c8b00 100%);
  opacity: 0.35;
}
.page--company_message .flex .image:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0;
  width: 100px;
  height: calc(100% + 1px);
  z-index: 10;
  background: url("../image/contents/company/slash_left.png") no-repeat center center/100%;
}
.page--company_message .flex .image:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
  width: 100px;
  height: calc(100% + 1px);
  z-index: 10;
  background: url("../image/contents/company/slash_right.png") no-repeat center center/100%;
}
.page--company_message .flex .text {
  position: relative;
}
@media (min-width:992px) {
  .page--company_message .flex .text {
    width: calc(100% - 500px);
    padding: 80px 0;
    padding-right: 75px;
  }
}
@media (max-width:991.98px) {
  .page--company_message .flex .text {
    padding: 50px 0;
  }
}
.page--company_message .flex .text .hs {
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: bold;
  color: #027EEE;
}
@media (max-width:991.98px) {
  .page--company_message .flex .text .hs {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
.page--company_message .flex .text .comment {
  margin-bottom: 20px;
}
.page--company_message .flex .text .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page--company_message .flex .text:after {
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 20;
  content: url("../image/contents/company/message.png");
}
.page--company_detail {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width:991.98px) {
  .page--company_detail {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.page--company_detail iframe {
  width: 100%;
  border-radius: 20px;
}
@media (min-width:992px) {
  .page--company_detail iframe {
    margin-top: 100px;
  }
}
@media (max-width:991.98px) {
  .page--company_detail iframe {
    margin-top: 50px;
  }
}
.page--faq_list {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width:991.98px) {
  .page--faq_list {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.page--faq_list .list details {
  overflow: hidden;
  list-style: none;
}
.page--faq_list .list details summary::-webkit-details-marker {
  position: absolute;
  color: transparent;
  display: none !important;
}
.page--faq_list .list details summary + p {
  padding: 30px;
}
@media (max-width:991.98px) {
  .page--faq_list .list details summary + p {
    padding: 20px 0;
  }
}
.page--faq_list .list details .summary {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  background: #F7F9FA;
  list-style: none;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width:991.98px) {
  .page--faq_list .list details .summary {
    border-radius: 15px;
  }
}
.page--faq_list .list details .summary strong {
  display: block;
  padding: 20px 50px 20px 30px;
  font-weight: normal;
}
@media (max-width:991.98px) {
  .page--faq_list .list details .summary strong {
    padding: 15px 40px 15px 15px;
  }
}
.page--faq_list .list details .summary:before {
  content: "Q";
  display: block;
  padding: 0 20px;
  font-family: "DIN";
  font-size: 4rem;
  background: #027EEE;
  color: #FFF;
}
@media (max-width:991.98px) {
  .page--faq_list .list details .summary:before {
    font-size: 3rem;
    padding: 3px 15px;
  }
}
.page--faq_list .list details .summary:after {
  content: "＋";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -3px;
  font-size: 2rem;
  opacity: 0.25;
}
.page--faq_list .list details + details {
  margin-top: 40px;
}
@media (max-width:991.98px) {
  .page--faq_list .list details + details {
    margin-top: 30px;
  }
}
.page--faq_list .list details[open] .summary:after {
  content: "ー";
}
.page--faq_list .list details[open] summary + p {
  -webkit-animation: fadein 0.3s ease-in-out;
          animation: fadein 0.3s ease-in-out;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.page--recruit_menu {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width:991.98px) {
  .page--recruit_menu {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width:992px) {
  .page--recruit_menu .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
  }
}
.page--recruit_menu .list .unit {
  counter-increment: number 1;
}
@media (min-width:992px) {
  .page--recruit_menu .list .unit {
    width: 50%;
    margin-bottom: 50px;
    padding: 0 25px;
  }
}
@media (max-width:991.98px) {
  .page--recruit_menu .list .unit {
    margin-bottom: 30px;
  }
}
.page--recruit_menu .list .unit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  min-height: 240px;
  background: #F7F9FA;
  text-decoration: none;
  color: #183C68;
}
@media (max-width:991.98px) {
  .page--recruit_menu .list .unit a {
    min-height: 150px;
  }
}
.page--recruit_menu .list .unit a:after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 110px;
  height: 21px;
  background: url("../image/contents/recruit/more.png") no-repeat center center/contain;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
@media (max-width:991.98px) {
  .page--recruit_menu .list .unit a:after {
    right: 15px;
    bottom: 15px;
    width: 70px;
  }
}
.page--recruit_menu .list .unit a .image {
  position: relative;
  width: 195px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width:991.98px) {
  .page--recruit_menu .list .unit a .image {
    width: 120px;
  }
}
.page--recruit_menu .list .unit a .image:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background: url("../image/contents/recruit/menu_back.png") no-repeat right top/100%;
}
.page--recruit_menu .list .unit a .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
}
@media (max-width:991.98px) {
  .page--recruit_menu .list .unit a .text {
    width: calc(100% - 120px);
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
.page--recruit_menu .list .unit a .text strong {
  font-size: 2.6rem;
  line-height: 1.4;
}
@media (max-width:991.98px) {
  .page--recruit_menu .list .unit a .text strong {
    font-size: 2rem;
  }
}
.page--recruit_menu .list .unit a .text strong:before {
  content: "INTERVIEW 0" counter(number) "";
  display: block;
  position: relative;
  top: -5px;
  font-family: "DIN";
  font-size: 1.6rem;
  font-weight: bold;
  font-style: italic;
  color: #183C68;
  opacity: 0.25;
  vertical-align: middle;
  opacity: 0.25;
}
.page--recruit_menu .list .unit.-unit_l {
  width: 100%;
}
@media (min-width:992px) {
  .page--recruit_menu .list .unit.-unit_l a .image {
    width: 375px;
  }
}
.page--recruit_menu .list .unit.-unit_1 a .image {
  background-image: url("../image/contents/recruit/image_1.jpg");
}
@media (max-width:991.98px) {
  .page--recruit_menu .list .unit.-unit_1 a .image {
    background-position: -150px center;
  }
}
.page--recruit_menu .list .unit.-unit_2 a .image {
  background-image: url("../image/contents/recruit/image_2.jpg");
}
.page--recruit_menu .list .unit.-unit_3 a .image {
  background-image: url("../image/contents/recruit/image_3.jpg");
}
.page--recruit_menu .list .unit.-unit_4 a .image {
  background-image: url("../image/contents/recruit/image_4.jpg");
}
.page--recruit_menu .list .unit.-unit_5 a .image {
  background-image: url("../image/contents/recruit/image_5.jpg");
}
.page--recruit_list {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width:991.98px) {
  .page--recruit_list {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width:992px), (max-width:991.98px) {
  .page--recruit_list {
    padding-top: 0;
  }
}
.page--recruit_list .hl {
  position: relative;
  padding: 15px 30px 15px 40px;
  background: #183C68;
  color: #FFF;
  font-weight: bold;
  font-size: 2.2rem;
}
.page--recruit_list .hl span {
  margin-top: 4px;
  font-size: 1.6rem;
  float: right;
  font-weight: normal;
}
.page--recruit_list .hl:after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 10px;
  width: 5px;
  height: calc(100% - 20px);
  background: #FFF;
  border-radius: 100px;
}
.page--recruit_list .list {
  margin-bottom: 40px;
  padding: 50px;
  background: #F7F9FA;
}
@media (max-width:991.98px) {
  .page--recruit_list .list {
    padding: 30px;
  }
}
.page--recruit_list .list .unit a {
  display: block;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #222;
}
@media (min-width:992px) {
  .page--recruit_list .list .unit a .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page--recruit_list .list .unit a .flex .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width:992px) {
  .page--recruit_list .list .unit a .flex .image {
    width: 200px;
  }
}
@media (max-width:991.98px) {
  .page--recruit_list .list .unit a .flex .image:after {
    content: "";
    display: block;
    padding-top: 50%;
  }
}
@media (min-width:992px) {
  .page--recruit_list .list .unit a .flex .text {
    width: calc(100% - 200px);
    padding: 40px;
  }
}
@media (max-width:991.98px) {
  .page--recruit_list .list .unit a .flex .text {
    padding: 30px;
  }
}
.page--recruit_list .list .unit a .flex .text .title span {
  position: relative;
  top: -2px;
  margin-right: 15px;
  border: 1px solid #183C68;
  color: #183C68;
  font-size: 1.4rem;
  padding: 3px 10px;
}
.page--recruit_list .list .unit a .flex .text .title strong {
  text-decoration: underline;
  color: #027EEE;
  font-size: 2.2rem;
  font-weight: bold;
}
@media (max-width:991.98px) {
  .page--recruit_list .list .unit a .flex .text .title strong {
    display: block;
    padding-top: 5px;
    font-size: 2rem;
  }
}
.page--recruit_list .list .unit a .flex .text .salary {
  margin: 15px 0;
  color: #999;
}
@media (max-width:991.98px) {
  .page--recruit_list .list .unit a .flex .text .comment {
    font-size: 1.4rem;
  }
}
.page--recruit_list .list .unit + .unit {
  margin-top: 40px;
}
.page--recruit_detail {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width:991.98px) {
  .page--recruit_detail {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.page--recruit_detail .detail {
  margin-bottom: 75px;
}
@media (max-width:991.98px) {
  .page--recruit_detail .detail {
    margin-bottom: 50px;
  }
}
.page--recruit_detail .detail .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.page--recruit_detail .detail .status .category {
  position: relative;
  top: -2px;
  margin-right: 15px;
  border: 1px solid #183C68;
  color: #183C68;
  font-size: 1.4rem;
  padding: 3px 10px;
}
.page--recruit_detail .detail .status .update {
  margin-left: auto;
}
@media (max-width:991.98px) {
  .page--recruit_detail .detail .status .update {
    padding-left: 30px;
    font-size: 1.4rem;
    color: #999;
  }
}
@media (min-width:992px) {
  .page--recruit_detail .detail .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width:992px) {
  .page--recruit_detail .detail .flex .text {
    width: calc(100% - 400px);
    padding-right: 40px;
  }
}
.page--recruit_detail .detail .flex .text .title {
  margin-bottom: 20px;
  color: #027EEE;
  font-size: 2.6rem;
  font-weight: bold;
}
@media (min-width:992px) {
  .page--recruit_detail .detail .flex .image {
    width: 400px;
  }
}
@media (max-width:991.98px) {
  .page--recruit_detail .detail .flex .image img {
    width: 100%;
    margin-top: 20px;
  }
}
.page--recruit_form {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width:991.98px) {
  .page--recruit_form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.page--recruit_form .entry_detail {
  padding: 30px;
  background: #F7F9FA;
}
@media (min-width:992px) {
  .page--recruit_form .entry_detail .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width:992px) {
  .page--recruit_form .entry_detail .flex .text {
    padding-left: 30px;
  }
}
.page--recruit_form .entry_detail .flex .text .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.page--recruit_form .entry_detail .flex .text .status .category {
  position: relative;
  top: -2px;
  margin-right: 15px;
  background: #FFF;
  border: 1px solid #183C68;
  color: #183C68;
  font-size: 1.4rem;
  padding: 3px 10px;
}
.page--recruit_form .entry_detail .flex .text .status .update {
  margin-left: auto;
}
.page--recruit_form .entry_detail .flex .text .title {
  color: #027EEE;
  font-size: 2.2rem;
  font-weight: bold;
}
@media (min-width:992px) {
  .page--recruit_form .entry_detail .flex .image {
    width: 150px;
  }
}
@media (max-width:991.98px) {
  .page--recruit_form .entry_detail .flex .image {
    margin-bottom: 30px;
  }
}
.page--recruit_form .privacy label {
  display: block;
  width: 100%;
  margin: 40px 0;
  padding: 20px;
  border: 1px solid #DDD;
  text-align: center;
  color: #027EEE;
}
.page--recruit_form .privacy label input {
  margin-right: 5px;
}
.page--recruit_form .privacy_comment {
  text-align: center;
}
.page--recruit_popup .text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
}
@media (max-width: 575.98px) {
  .page--recruit_popup .text {
    padding: 30px;
  }
}
.page--recruit_popup .text .hs {
  display: block;
  position: relative;
  font-family: "DIN";
  font-size: 1.6rem;
  font-weight: bold;
  font-style: italic;
  color: #183C68;
  opacity: 0.25;
  vertical-align: middle;
  opacity: 0.25;
}
.page--recruit_popup .text .hl {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 3.5rem;
  color: #183C68;
  line-height: 1.4;
}
@media (max-width: 575.98px) {
  .page--recruit_popup .text .hl {
    font-size: 2.2rem;
  }
}
.page--contact_form {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width:991.98px) {
  .page--contact_form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.page--contact_form .privacy label {
  display: block;
  width: 100%;
  margin: 40px 0;
  padding: 20px;
  border: 1px solid #DDD;
  text-align: center;
  color: #027EEE;
}
.page--contact_form .privacy label input {
  margin-right: 5px;
}
.page--contact_form .privacy_comment {
  text-align: center;
}
.page--news_list {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width:991.98px) {
  .page--news_list {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.page--news_list .list {
  padding: 30px 50px;
}
@media (max-width:991.98px) {
  .page--news_list .list {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page--news_list .list table tbody tr th, .page--news_list .list table tbody tr td {
  padding: 10px 0;
}
.page--news_list .list table tbody tr .category {
  padding: 10px 20px;
}
.page--news_list .list table tbody tr .category span {
  padding: 3px 5px;
  border: 1px solid #0A6DBC;
  color: #0A6DBC;
  font-size: 1.4rem;
  white-space: nowrap;
}
.page--news_list .list table tbody tr a {
  color: #222;
}
@media (max-width:991.98px) {
  .page--news_list .list table, .page--news_list .list table tbody, .page--news_list .list table tr, .page--news_list .list table th, .page--news_list .list table td {
    display: block;
  }
  .page--news_list .list table .date, .page--news_list .list table .category, .page--news_list .list table tbody .date, .page--news_list .list table tbody .category, .page--news_list .list table tr .date, .page--news_list .list table tr .category, .page--news_list .list table th .date, .page--news_list .list table th .category, .page--news_list .list table td .date, .page--news_list .list table td .category {
    display: inline-block;
    padding-bottom: 0;
  }
  .page--news_list .list table .category, .page--news_list .list table tbody .category, .page--news_list .list table tr .category, .page--news_list .list table th .category, .page--news_list .list table td .category {
    padding-left: 10px !important;
  }
  .page--news_list .list table .comment, .page--news_list .list table tbody .comment, .page--news_list .list table tr .comment, .page--news_list .list table th .comment, .page--news_list .list table td .comment {
    padding-top: 0;
  }
}
.page--news_detail {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width:991.98px) {
  .page--news_detail {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.page--news_detail .unit {
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #EAEAEA;
}
.page--news_detail .unit .date {
  margin-bottom: 15px;
}
.page--news_detail .unit .date span {
  display: inline-block;
  margin-left: 15px;
  padding: 3px 5px;
  border: 1px solid #027EEE;
  color: #027EEE;
  font-size: 1.2rem;
}
.page--news_detail .unit .title {
  margin-bottom: 20px;
  padding: 10px 15px;
  background: #027EEE;
  font-size: 2rem;
  font-weight: bold;
  color: #FFF;
}
.page--news_detail .unit .title a {
  color: #027EEE;
}
.page--news_detail .list_pager {
  margin-top: 30px;
}

/*=================================

	#information

==================================*/
#information #secondary_info {
  display: none;
}

.info_unit {
  margin-bottom: 15px;
}
.info_unit a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 15px 40px 15px 15px;
}
.info_unit a:after {
  content: "\f105";
  color: #0f6ab2;
  position: absolute;
  right: 15px;
  top: calc(50% - 0.6em);
}
.info_unit dl > * {
  text-align: left;
}
.info_unit dt {
  color: #333;
  width: 200px;
}
.info_unit .tag {
  margin-right: 10px;
}

body.pc .info_unit a:hover {
  background: rgba(255, 255, 255, 0.2);
}
body.pc .info_unit a:hover dd {
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .info_unit a {
    color: #333;
  }
  .info_unit dt {
    padding: 0 0 5px;
    color: #0f6ab2;
    font-size: 0.95em;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (min-width:992px) {
  .info_unit a {
    color: #1894e2;
  }
  .info_unit dl {
    display: table;
    width: 100%;
  }
  .info_unit dl > * {
    display: table-cell;
    vertical-align: top;
  }
  .info_unit dt {
    width: 200px;
  }
  .info_unit dd {
    text-decoration: underline;
  }
}
.info_header {
  border-bottom: 2px dotted #ccc;
  margin-bottom: 30px;
  padding: 10px 0 15px;
}
.info_header .date {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #0f6ab2;
}
.info_header .date .tag {
  margin-right: 10px;
}
.info_header h2 {
  font-size: 1.5em;
  line-height: 140%;
}

.info_contents {
  position: relative;
}

.sub_photo {
  margin-top: 50px;
}

/*=================================

	#work

==================================*/
/*---------------------------------------------------------
	.work_card
-----------------------------------------------------------*/
.work_card {
  border-top: 5px solid #3887c3;
  margin-bottom: 30px;
}
.work_card .meta:not(._no) {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.work_card .meta._no {
  margin-bottom: 25px;
}
.work_card .meta ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding-bottom: 10px;
}
.work_card .meta ul li {
  display: table-cell;
  vertical-align: middle;
}
.work_card .meta .campaign .tag {
  background: #fff4f4;
  color: #f00c1a;
  border: 1px solid #f00c1a;
}
.work_card .meta .btn_keep {
  border: 1px solid #e5e5e5;
  font-size: 12px;
  border-radius: 3px;
}
.work_card .meta .pickup .tag {
  background: #fff;
  color: #f00c1a;
  border: 1px solid #f00c1a;
}
.work_card .meta .new {
  width: 50px;
}
.work_card .meta .new .tag {
  background: #f00c1a;
  color: #fff;
  border: 1px solid #f00c1a;
  min-width: 50px;
}
.work_card .number {
  font-size: 13px;
  color: #999;
}
.work_card .meta .share_ul {
  display: table;
  width: auto;
  margin: 0 0 0 auto;
}
.work_card .meta .share_ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 10px;
}
.work_card .meta .share_ul li img {
  max-width: 30px;
}
.work_card .title {
  margin-bottom: 5px;
}
.work_card .title a {
  color: #3887c3;
}
.work_card .detail {
  margin-bottom: 10px;
}
.work_card .detail .tbl_empty th, .work_card .detail .tbl_empty td {
  vertical-align: middle;
}
.work_card .detail .tbl_empty i {
  font-size: 1.5em;
  margin-right: 10px;
  vertical-align: middle;
}
.work_card .photo .img_rect {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
.work_card .comment {
  font-size: 0.9em;
}
.work_card .disp_limit {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 50px;
}
.work_card .share_area {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 30px;
}
.work_card .share_area dl {
  display: table;
  width: auto;
  margin: 0 auto;
}
.work_card .share_area dl > * {
  display: table-cell;
  vertical-align: middle;
}
.work_card .share_area dl dt {
  width: 120px;
}
.work_card .share_area dl dt i {
  margin-right: 5px;
}
.work_card .share_area dl dd {
  padding: 0 0 0 10px;
}
.work_card .share_area dl dd img {
  max-width: 35px;
}

@media(max-width: 575.98px) {
  .work_card {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    padding: 10px 15px;
    border-radius: 3px;
    overflow: hidden;
  }
  .work_card .meta .campaign {
    width: 110px;
  }
  .work_card .meta .keep {
    width: 30px;
  }
  .work_card .meta .btn_keep {
    padding: 2px 2px 1px;
  }
  .work_card .meta .btn_keep i {
    margin: 0;
  }
  .work_card .meta .btn_keep > span {
    display: none;
  }
  .work_card .meta .pickup {
    width: 75px;
  }
  .work_card .title {
    font-size: 1.05em;
  }
  .work_card .text_wrap {
    display: table;
    width: 100%;
    margin: 10px 0 0;
  }
  .work_card .text_wrap > * {
    display: table-cell;
    vertical-align: top;
  }
  .work_card .photo {
    width: 35%;
  }
  .work_card .comment {
    padding: 0 0 10px 10px;
  }
  .work_card .detail {
    border-top: 1px solid #ddd;
    padding-top: 10px;
  }
  .work_card .detail .tbl_empty th, .work_card .detail .tbl_empty td {
    padding: 4px 0;
  }
  .work_card .detail .tbl_empty th {
    width: 30px;
  }
  .work_card .detail .tbl_empty th > span {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (min-width:992px) {
  .work_card .meta .campaign {
    width: 115px;
  }
  .work_card .meta .keep {
    width: 75px;
  }
  .work_card .meta .btn_keep {
    padding: 2px 5px 1px 0;
  }
  .work_card .meta .pickup {
    width: 80px;
  }
  .work_card .title {
    font-size: 1.25em;
  }
  .work_card .detail .tbl_empty th, .work_card .detail .tbl_empty td {
    padding: 8px 0;
    font-size: 0.9em;
  }
  .work_card .detail .tbl_empty th {
    width: 80px;
  }
}
#detail_slide {
  position: relative;
  padding: 30px 50px;
  margin-bottom: 30px;
}

/*---------------------------------------------------------
	.tab
-----------------------------------------------------------*/
.tab_navi {
  margin-bottom: 20px;
}
.tab_navi a {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
}
.tab_navi a.active:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}
.tab_navi._sort a {
  color: #333;
  padding: 10px;
  border-radius: 3px;
  background: #ededed;
}
.tab_navi._sort a.active {
  background: #0f6ab4;
  color: #fff;
}
.tab_navi._sort a.active:after {
  left: calc(50% - 7px);
  border-width: 7px;
  border-color: #0f6ab4 transparent transparent transparent;
}

body.pc .tab_navi._sort a:not(.active):hover {
  background: #edf4fa;
}

.tab_navi._mypage {
  padding-bottom: 10px;
}
.tab_navi._mypage a {
  color: #999;
  border: 1px solid #ccc;
  padding: 15px 0;
}
.tab_navi._mypage .row > div:not(:first-child) {
  border-left: none;
}
.tab_navi._mypage a > * {
  display: block;
}
.tab_navi._mypage a i {
  margin-bottom: 10px;
}
.tab_navi._mypage a .count {
  margin: 0 auto;
  padding: 3px 0 2px;
  line-height: 100%;
  border-radius: 50px;
  background: #f0f0f0;
}
.tab_navi._mypage .row > div:first-child a {
  border-radius: 3px 0 0 3px;
}
.tab_navi._mypage .row > div:last-child a {
  border-radius: 0 3px 3px 0;
}
.tab_navi._mypage a.active {
  background: #fb6722;
  color: #fff;
  border-color: #fb6722;
}
.tab_navi._mypage a.active:after {
  left: calc(50% - 10px);
  border-width: 10px;
  border-color: #fb6722 transparent transparent transparent;
}
.tab_navi._mypage a.active .count {
  background: #fff;
  color: #fb6722;
}

@media (max-width: 575.98px) {
  .tab_navi._mypage {
    margin-top: 15px;
  }
  .tab_navi._mypage a {
    font-size: 12px;
  }
  .tab_navi._mypage a i {
    font-size: 2.5em;
  }
  .tab_navi._mypage a .count {
    max-width: 45px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (min-width:992px) {
  .tab_navi._mypage a i {
    font-size: 2em;
  }
  .tab_navi._mypage a .count {
    max-width: 65px;
  }
}
/*---------------------------------------------------------
	.search
-----------------------------------------------------------*/
#search_box {
  margin-bottom: 30px;
}
#search_box .back_in_search {
  display: none;
}
#search_box a {
  position: relative;
  display: table;
  text-decoration: none;
  color: #333;
  font-size: 0.9em;
  width: 100%;
}
#search_box a > span {
  display: table-cell;
  vertical-align: middle;
  line-height: 150%;
}
#search_box a.popup_btn {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
}
#search_box a.popup_btn span {
  padding: 10px 0;
}
#search_box a.popup_btn i {
  font-size: 1.5em;
  margin-right: 5px;
}
#search_box a.popup_btn:not(._last):after {
  content: "×";
  position: absolute;
  right: -23px;
  top: calc(50% - 0.8em);
  color: #aaa;
  font-size: 1.25em;
}

body.pc #search_box a.popup_btn:hover {
  color: #0f6ab2;
}

#search_box .search_box_button {
  width: 100%;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  border-width: 3px;
  border-style: solid;
  border-color: #0f6ab2 #0f6ab2 #1b6095 #0f6ab2;
  font-size: 1.1em;
}
#search_box .search_box_button span:not(.disp_tbl) {
  display: table-cell;
  vertical-align: middle;
  line-height: 120%;
  padding: 0;
}
#search_box .search_box_button .disp_tbl span:not(.pos_ar) {
  padding: 0 15% 0 0;
}
#search_box .search_box_button span.pos_ar {
  width: 38%;
}
#search_box .search_box_button i {
  font-size: 1.85em;
}

body.pc #search_box .search_box_button:hover {
  opacity: 0.8;
}

/*=================================

	#contact / form

==================================*/
/*---------------------------------------------------------
	.tbl_form
-----------------------------------------------------------*/
.tbl_form {
  width: 100%;
}
.tbl_form th, .tbl_form td {
  vertical-align: top;
}

@media (max-width: 575.98px) {
  .tbl_form {
    display: block;
    width: 100%;
  }
  .tbl_form tbody, .tbl_form th, .tbl_form td {
    display: block;
    width: 100%;
  }
  .tbl_form th {
    font-weight: bold;
    padding: 15px 15px 0;
  }
  .tbl_form td {
    padding: 5px 15px 15px;
    border-bottom: 1px solid #ddd;
  }
  .tbl_form th .need {
    font-weight: normal;
    margin-left: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (min-width:992px) {
  .tbl_form th, .tbl_form td {
    border-bottom: 1px solid #ddd;
  }
  .tbl_form th {
    padding: 30px 0 0;
    position: relative;
    width: 190px;
  }
  .tbl_form th._def {
    padding: 15px 0;
  }
  .tbl_form th .need {
    position: absolute;
    right: 0;
  }
  .tbl_form td {
    padding: 15px 0 15px 25px;
  }
  .tbl_form._def {
    border-top: 1px solid #ddd;
  }
  .tbl_form._def th {
    padding: 15px 0;
  }
  #introduction .tbl_form th {
    width: 240px;
  }
}
.kiyaku_box_in {
  background: #fff;
  max-height: 180px;
  overflow: auto;
  font-size: 0.9em;
}

@media (max-width: 575.98px) {
  .kiyaku_box {
    padding: 30px 15px;
  }
  .kiyaku_box_in {
    padding: 15px 10px 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (min-width:992px) {
  .kiyaku_box {
    padding: 30px;
  }
  .kiyaku_box_in {
    padding: 20px 10px;
  }
}
.primary_box.entry_box h3 {
  line-height: 130%;
}

@media (max-width: 575.98px) {
  .primary_box.entry_box {
    padding: 10px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }
}
/*=================================

	#page

==================================*/
/* photo_link / guide */
.photo_link {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
}
.photo_link a {
  display: block;
  text-decoration: none;
  color: #333;
}
.photo_link .text {
  padding: 10px 15px;
}
.photo_link .title {
  font-weight: bold;
}

body.pc .photo_link:hover {
  background: #edf4fa;
}

.photo_link2 {
  margin-bottom: 30px;
}
.photo_link2 a {
  display: block;
  text-decoration: none;
  color: #333;
}
.photo_link2 .photo {
  border-radius: 5px;
  overflow: hidden;
}
.photo_link2 .text {
  padding: 10px 0 0;
}

body.pc .photo_link2 a:hover {
  color: #0f6ab2;
}

.photo_link3 {
  position: relative;
  border: 2px solid #fff;
}
.photo_link3 a {
  display: table;
  width: 100%;
  height: 100%;
  color: #0f6ab2;
}
.photo_link3 .photo {
  display: table-cell;
  padding-top: 50%;
}
.photo_link3 .photo .img_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.photo_link3 .text {
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}

body.pc .photo_link3 a:hover {
  opacity: 0.8;
}

/*---------------------------------------------------------
	toggle_box / offices
-----------------------------------------------------------*/
.toggle_box {
  border: 1px solid #ddd;
  overflow: hidden;
  margin-bottom: 20px;
}
.toggle_box .title {
  position: relative;
  cursor: pointer;
  padding: 10px 15px;
}
.toggle_box .title h3 {
  font-weight: bold;
  font-size: 1.25em;
}
.toggle_box .title:after {
  content: "\f055";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 10px;
  color: #0f6ab2;
  font-size: 1.25em;
}
.toggle_box._open .title:after {
  content: "\f056";
}
.toggle_box:not(._open) .contents {
  display: none;
}

@media (max-width: 575.98px) {
  .toggle_box .contents {
    padding: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px), (min-width:992px) {
  .toggle_box .contents {
    padding: 25px;
  }
}
/*---------------------------------------------------------
	dl_1 / privacy
-----------------------------------------------------------*/
.dl_1 dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.dl_1 dt:before {
  content: "【";
}
.dl_1 dt:after {
  content: "】";
}
.dl_1 dd {
  margin-bottom: 30px;
}
.dl_1 dd ol {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
  counter-reset: ol_li;
}
.dl_1 dd ol li {
  position: relative;
  margin-bottom: 5px;
}
.dl_1 dd ol li:before {
  counter-increment: ol_li;
  content: counter(ol_li) ".";
  position: absolute;
  top: 1px;
  left: -20px;
  font-weight: normal;
}

/*---------------------------------------------------------
	.ul_1 / about/shikaku
-----------------------------------------------------------*/
.ul_1 {
  list-style: none;
}
.ul_1 > li {
  position: relative;
  margin: 0 0 5px 20px;
}
.ul_1 > li:before {
  color: #0f6ab2;
  content: "●";
  font-size: 10px;
  position: absolute;
  top: 3px;
  left: -17px;
}

/* 2020/06/30 */
/* yamakawa */
/*---------------------------------------------------------
	.ul_2 / first
-----------------------------------------------------------*/
.ul_2 {
  list-style: none;
}
.ul_2 > li {
  position: relative;
  margin: 0 0 5px 20px;
}
.ul_2 > li:before {
  color: #000;
  content: "●";
  font-size: 10px;
  position: absolute;
  top: 3px;
  left: -17px;
}

/*=================================

	#first

==================================*/
.entry_flow {
  border: 3px solid #DCEAF5;
  padding: 5px;
  border-radius: 5px;
}
.entry_flow a {
  text-decoration: none;
  color: #000;
}

#first .dl_2 > li {
  position: relative;
  margin: 0 0 5px 20px;
}
#first .dl_2 > li:before {
  color: #000;
  font-size: 10px;
  position: absolute;
  top: 3px;
  left: -17px;
}

/*=================================

	#about

==================================*/
/* daily_wages */
#about table td {
  border: 2px solid #EBEBEB;
  padding: 10px;
}

.info_work img {
  float: left;
}

.balloon {
  position: relative;
  display: inline-block;
}
.balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #edf4fa;
}
.balloon p {
  padding: 20px;
}

.business_exc {
  border: 2px solid #408EC7;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 5px;
  text-align: center;
}

/*=================================

	#guide

==================================*/
.point {
  display: inline-block;
  vertical-align: text-top;
  border: 1px solid #ddd;
  padding: 0 15px;
  font-size: 0.9em;
  margin-right: 10px;
  border-radius: 3px;
}
.point.c_blue {
  border-color: #0f6ab2;
}
.point.c_red {
  border-color: #f00c1a;
}
.point + * {
  display: inline-block;
  vertical-align: text-top;
  line-height: 140%;
}

/*=================================

	#edit

==================================*/
.edit {
  text-align: left;
}
.edit img {
  height: auto !important;
}
.edit p {
  margin-bottom: 15px;
}
.edit ul, .edit ol {
  list-style: none;
  margin-bottom: 20px;
}
.edit ul > li, .edit ol > li {
  position: relative;
  margin: 0 0 5px 20px;
}
.edit ul > li:before {
  color: #0075c2;
  content: "■";
  font-size: 10px;
  position: absolute;
  top: 3px;
  left: -18px;
}
.edit ul > li > ul > li:before {
  color: #00a0e9;
  content: "\f105";
}
.edit ol {
  counter-reset: ol_li;
}
.edit ol > li:before {
  color: #0075c2;
  counter-increment: ol_li;
  content: counter(ol_li) ".";
  position: absolute;
  top: 1px;
  left: -20px;
  font-weight: bold;
}
.edit ol > li > ol > li:before {
  color: #00a0e9;
}