@charset "UTF-8";
/*=============================================*/
/*Common Base*/
/*=============================================*/
/********************************************/
/*nav_list */
/********************************************/
.nav_list_block {
  padding-top: 15px;
}

.nav_list ol {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.nav_list ol li {
  position: relative;
  list-style: none;
}
.nav_list ol li span {
  font-size: 1.2rem;
}

.nav_list ol {
  display: flex;
}
.nav_list ol li:not(:last-child) {
  padding-right: 1em;
}
.nav_list ol li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin-top: -2px;
  transform: rotate(45deg);
  border-top: solid 2px #333;
  border-right: solid 2px #333;
}
.nav_list ol li:not(:first-child) {
  padding-left: 1em;
}
.nav_list ol li:last-child span {
  color: #E60012;
  font-weight: bold;
}

.nav_list ol {
  display: flex;
}
.nav_list ol li a span {
  transition: all 0.3s;
}
.nav_list ol li a:hover span {
  color: #E60012;
}

/********************************************/
/*page_mv */
/********************************************/
.page_mv {
  position: relative;
}
.page_mv:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.page_mv img {
  position: relative;
  z-index: -1;
}

.page_mv .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.page_mv .inner .page_ttl {
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
  font-size: clamp(2rem, 3vw, 4rem);
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

/********************************************/
/*btn_block */
/********************************************/
.btn_block {
  margin-bottom: 60px;
}
.btn_block .btn_list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.btn_block .btn_list li {
  margin-bottom: 0.5%;
  list-style: none;
}
.btn_block .btn_list li:not(:last-child) {
  margin-right: 0.5%;
}
.btn_block .btn_list li a {
  display: block;
  border: 1px solid #E60012;
  font-size: 1.4rem;
  padding: 1.5em 1.5em 1.5em 2.5em;
  color: #E60012;
  position: relative;
}
.btn_block .btn_list li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 8px;
  height: 8px;
  margin-top: -2px;
  transform: rotate(45deg);
  border-top: solid 2px #E60012;
  border-right: solid 2px #E60012;
}

.btn_block .btn_list {
  padding-left: 0;
}
.btn_block .btn_list li {
  list-style: none;
}
.btn_block .btn_list li.active a {
  pointer-events: none;
  background-color: #E60012;
  color: #fff;
  font-weight: bold;
}
.btn_block .btn_list li.active a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 8px;
  height: 8px;
  margin-top: -2px;
  transform: rotate(45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.btn_block .btn_list li a {
  transition: all 0.3s;
}
.btn_block .btn_list li a:hover {
  opacity: 1;
  background-color: #E60012;
  color: #fff;
}
.btn_block .btn_list li a:hover:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 8px;
  height: 8px;
  margin-top: -2px;
  transform: rotate(45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

/*=============================================*/
/*02page-counselling*/
/*=============================================*/
/********************************************/
/*about_block */
/********************************************/
.counselling .about_block > .txt_base {
  margin-bottom: 1.5em;
}
.counselling .about_block .flex {
  display: flex;
  margin-bottom: 20px;
}
.counselling .about_block .flex .left {
  width: 30%;
  margin-right: 3%;
}
.counselling .about_block .flex .right {
  width: 67%;
}
.counselling .about_block .btn_box {
  margin-bottom: 60px;
}
.counselling .about_block .btn_box a {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  padding: 0.5em 1em 0.5em 1.5em;
  background-color: #333;
  color: #fff;
  font-size: 1.4rem;
  position: relative;
  transition: all 0.3s;
}
.counselling .about_block .btn_box a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2em;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  transform: rotate(135deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.counselling .about_block .from_block {
  margin-bottom: 25px;
}
.counselling .about_block .from_block .bnr_box {
  position: relative;
  margin-bottom: 25px;
}
.counselling .about_block .from_block .bnr_box .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.counselling .about_block .from_block .bnr_box .inner .sub_ttl {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: clamp(1.4rem, 2vw, 2rem);
  color: #fff;
  font-weight: bold;
}
.counselling .about_block .from_block .txt_base {
  margin-bottom: 1.5em;
}
.counselling .about_block .from_block .list_box {
  background-color: #efefef;
  border: 1px solid #ccc;
  padding: 30px;
}
.counselling .about_block .from_block .list_box .list {
  padding-left: 0;
}
.counselling .about_block .from_block .list_box .list li {
  margin-bottom: 0.8em;
  font-size: 1.4rem;
  list-style: none;
}
.counselling .about_block .from_block .list_box .txt {
  font-size: 1.4rem;
}

/********************************************/
/*service_block */
/********************************************/
.counselling .service_block .flex {
  margin-bottom: 40px;
  display: flex;
}
.counselling .service_block .flex .left {
  width: 30%;
  margin-right: 3%;
}
.counselling .service_block .flex .right {
  width: 67%;
}

.counselling .service_block .way_block {
  margin-bottom: 40px;
}
.counselling .service_block .way_block .list {
  display: flex;
  gap: 2%;
  margin-bottom: 15px;
  padding-left: 0;
}
.counselling .service_block .way_block .list li {
  width: 50%;
  text-align: center;
  border: 2px solid #E60012;
  padding: 40px 30px;
  list-style: none;
}
.counselling .service_block .way_block .list li img {
  margin-bottom: 10px;
}
.counselling .service_block .way_block .list li .item_ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.7em;
}
.counselling .service_block .way_block .list li .txt_base {
  margin-bottom: 1.3em;
}
.counselling .service_block .way_block .list li .ex {
  font-size: 1.4rem;
  line-height: 1.7;
}

.counselling .service_block .location_block {
  margin-bottom: 25px;
}
.counselling .service_block .location_block .txt_base {
  margin-bottom: 2em;
}
.counselling .service_block .location_block .flow_list > li {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
  list-style: none;
}
.counselling .service_block .location_block .flow_list > li:first-child {
  padding-top: 0;
}
.counselling .service_block .location_block .flow_list > li .left {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #E60012;
  border-radius: 100px;
  width: 10%;
  max-width: 80px;
  aspect-ratio: 1;
}
.counselling .service_block .location_block .flow_list > li .left p {
  font-size: clamp(1.6rem, 2vw, 2.6rem);
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}
.counselling .service_block .location_block .flow_list > li .right {
  width: 90%;
  margin-top: 15px;
}
.counselling .service_block .location_block .flow_list > li .right .name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.7em;
}
.counselling .service_block .location_block .flow_list > li .right span {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 1em;
}
.counselling .service_block .location_block .flow_list > li .right .flex {
  display: flex;
  width: 100%;
  gap: 2%;
  margin: 0;
}
.counselling .service_block .location_block .flow_list > li .right .flex .img {
  width: 50%;
}

/*=============================================*/
/*03page-company*/
/*=============================================*/
/********************************************/
/*message_block */
/********************************************/
.company .message_block .flex {
  display: flex;
}
.company .message_block .flex .left {
  width: 67%;
  margin-right: 3%;
}
.company .message_block .flex .right {
  width: 30%;
}
.company .message_block .flex .right img {
  margin-bottom: 15px;
}
.company .message_block .flex .right .comp {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}
.company .message_block .flex .right .name {
  font-size: 2rem;
}
.company .message_block .flex .right .name span {
  font-size: 0.7em;
  margin-right: 1em;
}

/********************************************/
/*vision_block */
/********************************************/
.company .vision_block .img_txt {
  margin-bottom: 15px;
}
.company .vision_block .txt_base {
  margin-bottom: 2em;
}

/********************************************/
/*purpose_block */
/********************************************/
.company .purpose_block > .txt_base {
  margin-bottom: 1.5em;
}
.company .purpose_block .list {
  padding-left: 0;
}
.company .purpose_block .list li {
  list-style: none;
  display: flex;
}
.company .purpose_block .list li:not(:last-child) {
  margin-bottom: 15px;
}
.company .purpose_block .list li .item_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  max-width: 200px;
  padding: 20px;
}
.company .purpose_block .list li .item_ttl .ttl {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.company .purpose_block .list li .txt_base {
  width: 80%;
  padding: 25px;
}

.company .purpose_block .list {
  padding-left: 0;
}
.company .purpose_block .list li {
  list-style: none;
}
.company .purpose_block .list li:nth-child(1) {
  border: 1px solid #E60012;
}
.company .purpose_block .list li:nth-child(1) .item_ttl {
  background-color: #E60012;
}
.company .purpose_block .list li:nth-child(2) {
  border: 1px solid #215187;
}
.company .purpose_block .list li:nth-child(2) .item_ttl {
  background-color: #215187;
}
.company .purpose_block .list li:nth-child(3) {
  border: 1px solid #69BE28;
}
.company .purpose_block .list li:nth-child(3) .item_ttl {
  background-color: #69BE28;
}

/********************************************/
/*philosophy_block */
/********************************************/
.company .philosophy_block .txt_base {
  margin-bottom: 1em;
}
.company .philosophy_block .pdf_btn {
  margin-bottom: 1.5em;
}

/*=============================================*/
/*04page-shared-service*/
/*=============================================*/
/********************************************/
/*achievements_block */
/********************************************/
.shared-service .shared_txt {
  margin-bottom: 2.5em;
}

.shared-service .achievements_block .achieve_box {
  margin-bottom: 60px;
}
.shared-service .achievements_block .achieve_box .list {
  margin-bottom: 25px;
  padding-left: 0;
}
.shared-service .achievements_block .achieve_box .list > li {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  list-style: none;
}
.shared-service .achievements_block .achieve_box .list > li:first-child {
  padding-top: 0;
}
.shared-service .achievements_block .achieve_box .list > li .left {
  width: 30%;
  margin-right: 3%;
}
.shared-service .achievements_block .achieve_box .list > li .right {
  width: 67%;
}
.shared-service .achievements_block .achieve_box .list > li .right .item_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-left: 1em;
  position: relative;
}
.shared-service .achievements_block .achieve_box .list > li .right .item_ttl:before {
  content: "";
  position: absolute;
  bottom: 0.7em;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #E60012;
  transform: rotate(45deg);
}
.shared-service .achievements_block .achieve_box .list > li .right ul {
  text-align: left;
  margin-top: 15px;
  padding-left: 0;
}
.shared-service .achievements_block .achieve_box .list > li .right ul li {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  list-style: none;
  display: flex;
}
.shared-service .achievements_block .achieve_box .list > li .right ul li .txt_bold {
  width: 5em;
  text-indent: -1em;
  padding-left: 1em;
  line-height: inherit;
}
.shared-service .achievements_block .achieve_box .list > li .right ul li .txt_bold:before {
  content: "・";
  font-weight: bold;
}
.shared-service .achievements_block .achieve_box .list > li .right ul li .detail {
  width: calc(100% - 5em);
  font-weight: 400;
  line-height: inherit;
}

.shared-service .achievements_block .achieve_box .list_bottom_txt {
  text-align: left;
}

/*=============================================*/
/*05page-rpo*/
/*=============================================*/
/********************************************/
/*about_block */
/********************************************/
.rpo .about_block > .txt_base {
  margin-bottom: 1.5em;
}

.rpo .about_block .column_block:not(:last-child) {
  margin-bottom: 60px;
}
.rpo .about_block .column_block .list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.rpo .about_block .column_block .list > li {
  border: 2px solid #E60012;
  width: 31.9333333333%;
  margin-bottom: 20px;
  list-style: none;
}
.rpo .about_block .column_block .list > li:not(:nth-child(3n)) {
  margin-right: 2%;
}
.rpo .about_block .column_block .list > li .item_ttl {
  background-color: #E60012;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.4em 1em 0.5em;
}
.rpo .about_block .column_block .list > li .item_ttl .step {
  font-size: 0.7em;
  color: #E60012;
  background-color: #fff;
  padding: 0 0.3em 0.1em;
  margin-right: 1em;
}
.rpo .about_block .column_block .list > li .item_list {
  padding: 25px 15px;
}
.rpo .about_block .column_block .list > li .item_list li {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  list-style: none;
}
.rpo .about_block .column_block .list > li .item_list li:not(:last-child) {
  margin-bottom: 1em;
}

.rpo .about_block .new_block .ex_box {
  padding: 30px;
}
.rpo .about_block .new_block .ex_box .box_ttl {
  font-size: 2rem;
  font-weight: bold;
  color: #E60012;
  padding-left: 1em;
  margin-bottom: 0.7em;
  position: relative;
}
.rpo .about_block .new_block .ex_box .box_ttl:before {
  content: "";
  position: absolute;
  bottom: 0.7em;
  left: 0.1em;
  width: 7px;
  height: 7px;
  background-color: #E60012;
  transform: rotate(45deg);
}
.rpo .about_block .new_block .ex_box .box_list {
  padding-left: 0;
}
.rpo .about_block .new_block .ex_box .box_list li {
  list-style: none;
}
.rpo .about_block .new_block .ex_box .box_list li:not(:last-child) {
  margin-bottom: 15px;
}
.rpo .about_block .new_block .ex_box .box_list li .txt_bold {
  text-indent: -1em;
  padding-left: 1em;
  line-height: inherit;
  margin-bottom: 0.5em;
}
.rpo .about_block .new_block .ex_box .box_list li .txt_bold:before {
  content: "・";
  font-weight: bold;
}
.rpo .about_block .new_block .ex_box .box_list li .detail {
  line-height: 1.7;
}

/********************************************/
/*feature_block */
/********************************************/
.rpo .feature_block .feature_box {
  padding: 30px;
}
.rpo .feature_block .feature_box .txt {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: bold;
  margin-bottom: 1.3em;
}

/********************************************/
/*price_block */
/********************************************/
.rpo .price_block .txt_base {
  margin-bottom: 1.5em;
}
.rpo .price_block .img {
  margin-bottom: 60px;
}

/*=============================================*/
/*06page-temp-desk-service*/
/*=============================================*/
/********************************************/
/*about_block */
/********************************************/
.temp-desk-service .about_block .worry_box {
  padding: 30px;
  margin-bottom: 15px;
}
.temp-desk-service .about_block .txt_01 {
  margin-bottom: 1em;
}
.temp-desk-service .about_block .txt_02 {
  margin-bottom: 60px;
}

/********************************************/
/*function_block */
/********************************************/
.temp-desk-service .about_block .function_block {
  margin-bottom: 60px;
}
.temp-desk-service .about_block .function_block > .txt_base {
  margin-bottom: 5em;
}
.temp-desk-service .about_block .function_block .list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.temp-desk-service .about_block .function_block .list > li {
  border: 2px solid #E60012;
  width: 31.9933333333%;
  padding: 80px 25px 20px 25px;
  position: relative;
  list-style: none;
}
.temp-desk-service .about_block .function_block .list > li:not(:nth-child(3n)) {
  margin-right: 2%;
}
.temp-desk-service .about_block .function_block .list > li:nth-child(-n+3) {
  margin-bottom: 80px;
}
.temp-desk-service .about_block .function_block .list > li .item_ttl {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 40%;
  max-width: 120px;
  aspect-ratio: 1;
  background-color: #E60012;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.temp-desk-service .about_block .function_block .list > li .list_ttl {
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 1.6rem;
}
.temp-desk-service .about_block .function_block .list > li .list_ttl:before {
  content: "<";
  margin-right: 0.2em;
}
.temp-desk-service .about_block .function_block .list > li .list_ttl:after {
  content: ">";
  margin-left: 0.2em;
}
.temp-desk-service .about_block .function_block .list > li .dotto_list {
  padding-left: 0;
}
.temp-desk-service .about_block .function_block .list > li .dotto_list li {
  line-height: 1.7;
  font-size: 1.6rem;
  margin-bottom: 0.5em;
  list-style: none;
}
.temp-desk-service .about_block .function_block .list > li .dotto_list li:before {
  color: #E60012;
}

/********************************************/
/*worry_block */
/********************************************/
.temp-desk-service .about_block .worry_block {
  margin-bottom: 60px;
}
.temp-desk-service .about_block .worry_block .list {
  padding-left: 0;
}
.temp-desk-service .about_block .worry_block .list li {
  display: flex;
  align-items: center;
  height: 100px;
  list-style: none;
}
.temp-desk-service .about_block .worry_block .list li:not(:last-child) {
  margin-bottom: 15px;
}
.temp-desk-service .about_block .worry_block .list li .left {
  border: 1px solid #333;
  width: 20%;
  height: 100%;
  max-width: 150px;
  padding: 1em;
  margin-right: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.temp-desk-service .about_block .worry_block .list li .left p {
  font-size: 1.6rem;
}
.temp-desk-service .about_block .worry_block .list li .right {
  width: 77%;
}
.temp-desk-service .about_block .worry_block .list li .right .item_ttl {
  color: #E60012;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: bold;
  margin-bottom: 0.1em;
}

/********************************************/
/*merit_block */
/********************************************/
.temp-desk-service .about_block .merit_block .list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
  padding-left: 0;
}
.temp-desk-service .about_block .merit_block .list li {
  width: 48.5%;
  border: 2px solid #E60012;
  background-color: #FFF6F5;
  margin-bottom: 25px;
  padding: 25px;
  list-style: none;
}
.temp-desk-service .about_block .merit_block .list li:not(:nth-child(2n)) {
  margin-right: 3%;
}
.temp-desk-service .about_block .merit_block .list li .item_ttl {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  font-weight: bold;
  color: #E60012;
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.8em;
}
.temp-desk-service .about_block .merit_block .list li .item_ttl:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 27px;
  height: 27px;
  background: url(../img/common/ico-check.svg) no-repeat center/contain;
}

/*=============================================*/
/*media query    Tablet ipad 5.7inch */
/*=============================================*/
@media screen and (max-width: 768px) {
  .breadcrumb {
    height: auto;
    line-height: normal;
  }
  .breadcrumb .breadcrumb-text {
    padding: 15px;
    font-size: 1.2rem;
  }
  .breadcrumb .breadcrumb-text a, .breadcrumb .breadcrumb-text span {
    font-size: 1em;
  }
  .page-title {
    font-size: clamp(2rem, 3vw, 4rem);
  }
  /********************************************/
  /*page_mv */
  /********************************************/
  .page_mv {
    height: 150px;
  }
  .page_mv img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .page_mv .inner .page_ttl {
    position: absolute;
    top: 50%;
    left: 45px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #fff;
    font-size: clamp(2rem, 3vw, 4rem);
    font-weight: bold;
    border-bottom: 1px solid #fff;
  }
  /********************************************/
  /*btn_block */
  /********************************************/
  .btn_block {
    margin-bottom: 40px;
  }
  .btn_block .btn_list li a {
    padding: 1em 1em 1em 2em;
  }
  /*=============================================*/
  /*02page-counselling*/
  /*=============================================*/
  /********************************************/
  /*about_block */
  /********************************************/
  .counselling .about_block .flex {
    display: block;
  }
  .counselling .about_block .flex .left {
    width: 100%;
    margin-right: 0;
  }
  .counselling .about_block .flex .right {
    width: 100%;
    text-align: left;
  }
  .counselling .about_block .btn_box a {
    margin-right: auto;
  }
  .counselling .about_block .from_block .bnr_box {
    height: 200px;
  }
  .counselling .about_block .from_block .bnr_box img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .counselling .about_block .from_block .bnr_box .inner .sub_ttl {
    left: 20px;
  }
  /********************************************/
  /*service_block */
  /********************************************/
  .counselling .service_block .flex {
    display: block;
  }
  .counselling .service_block .flex .left {
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
  .counselling .service_block .flex .right {
    text-align: left;
    width: 100%;
  }
  .counselling .service_block .way_block .list {
    display: block;
  }
  .counselling .service_block .way_block .list li {
    width: 100%;
    padding: 40px 20px;
  }
  .counselling .service_block .way_block .list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .counselling .service_block .location_block .flow_list > li {
    display: block;
    text-align: left;
    padding: 20px 0;
  }
  .counselling .service_block .location_block .flow_list > li .left {
    width: 35px;
  }
  .counselling .service_block .location_block .flow_list > li .right {
    width: 100%;
  }
  .counselling .service_block .location_block .flow_list > li .right .name {
    text-align: left;
  }
  .counselling .service_block .location_block .flow_list > li .right span {
    text-align: left;
  }
  /*=============================================*/
  /*03page-company*/
  /*=============================================*/
  /********************************************/
  /*message_block */
  /********************************************/
  .company .message_block .flex {
    display: block;
  }
  .company .message_block .flex .left {
    width: 100%;
    margin-right: 0;
  }
  .company .message_block .flex .right {
    width: 100%;
    text-align: left;
  }
  /********************************************/
  /*purpose_block */
  /********************************************/
  .company .purpose_block > .txt_base {
    margin-bottom: 1.5em;
  }
  .company .purpose_block .list li {
    display: block;
  }
  .company .purpose_block .list li .item_ttl {
    display: block;
    text-align: center;
    width: 100%;
    max-width: none;
    padding: 10px 20px;
  }
  .company .purpose_block .list li .txt_base {
    width: 100%;
    padding: 20px;
  }
  /*=============================================*/
  /*04page-shared-service*/
  /*=============================================*/
  /********************************************/
  /*achievements_block */
  /********************************************/
  .shared-service .achievements_block .achieve_box .list > li {
    display: block;
  }
  .shared-service .achievements_block .achieve_box .list > li .left {
    width: 100%;
    margin-right: 0;
  }
  .shared-service .achievements_block .achieve_box .list > li .right {
    width: 100%;
  }
  .shared-service .achievements_block .achieve_box .list > li .right .item_ttl {
    text-align: left;
  }
  .shared-service .achievements_block .achieve_box .list > li .right .txt_base {
    text-align: left;
  }
  /*=============================================*/
  /*05page-shared-rpo*/
  /*=============================================*/
  /********************************************/
  /*about_block */
  /********************************************/
  .rpo .about_block .column_block .list > li {
    width: 100%;
  }
  .rpo .about_block .column_block .list > li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .rpo .about_block .new_block .ex_box {
    padding: 20px;
  }
  /********************************************/
  /*feature_block */
  /********************************************/
  .rpo .feature_block .feature_box {
    padding: 20px;
  }
  /********************************************/
  /*price_block */
  /********************************************/
  .rpo .price_block .img {
    margin-bottom: 30px;
  }
  /*=============================================*/
  /*06page-temp-desk-service*/
  /*=============================================*/
  /********************************************/
  /*about_block */
  /********************************************/
  .temp-desk-service .about_block .worry_box {
    padding: 20px;
  }
  /********************************************/
  /*function_block */
  /********************************************/
  .temp-desk-service .about_block .function_block .list {
    display: block;
  }
  .temp-desk-service .about_block .function_block .list > li {
    width: 100%;
    padding: 80px 20px 20px 20px;
    margin-bottom: 80px;
  }
  .temp-desk-service .about_block .function_block .list > li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  /********************************************/
  /*worry_block */
  /********************************************/
  .temp-desk-service .about_block .worry_block .list li {
    display: block;
    height: auto;
  }
  .temp-desk-service .about_block .worry_block .list li:not(:last-child) {
    margin-bottom: 30px;
  }
  .temp-desk-service .about_block .worry_block .list li .left {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  .temp-desk-service .about_block .worry_block .list li .right {
    text-align: left;
    margin-top: 0;
    width: 100%;
  }
  /********************************************/
  /*merit_block */
  /********************************************/
  .temp-desk-service .about_block .merit_block .list {
    display: block;
  }
  .temp-desk-service .about_block .merit_block .list li {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }
  .temp-desk-service .about_block .merit_block .list li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .temp-desk-service .about_block .merit_block .list li .item_ttl:before {
    width: 20px;
    height: 20px;
  }
}
/********************************************/
/*@Page Ajust */
/********************************************/
.contact {
  margin-top: 0;
}

.front-news.ver_page {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}