.animate__animated {
  opacity: 0;
  overflow: hidden;
}

.hero-Standard {
  margin-top: 115px;
  margin-bottom: 2%;
}

.hero-Standard .image {
  width: 100%;
  height: 26vw;
  background-color: #999999;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-Standard.Mainimage .image {
  height: 30vw;
}

.corporation-Mainimage .image {
  background-image: url(../images/corporation/corporation_main_pc.jpg);
}

.jobtop-Mainimage .image {
  background-image: url(../images/job/jobtop_main_pc.jpg);
}

.archive-Mainimage .image {
  background-image: url(../images/common/archive_main_pc.jpg);
}

.single-Mainimage .image {
  background-image: url(../images/common/single_main_pc.jpg);
}

@media screen and (max-width: 1024px) {
  .hero-Standard {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .hero-Standard .image {
    height: 30vw;
  }

  .hero-Standard.Mainimage .image {
    height: 80vw;
  }

  .corporation-Mainimage .image {
    background-image: url(../images/corporation/corporation_main_sp.jpg);
  }

  .jobtop-Mainimage .image {
    background-image: url(../images/job/jobtop_main_sp.jpg);
  }
}

/*==========
 * 
 *  パンくず
 * 
==========*/

.st-Breadcrumb {
  padding: 10px 0;
  background-color: #ffe6e6;
  margin-bottom: 6%;
}

#bread-crumb {
  padding: 0px;
}

#bread-crumb ul {
  margin: 0px;
}

#bread-crumb ul li {
  color: #333333;
}

#bread-crumb ul li a {
  color: #797979;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .st-Breadcrumb {
    margin-bottom: 20%;
  }
}

/*==========
 * 
 *  メインコンテンツ
 * 
==========*/

#main p {
  font-size: 15.5px;
}

#main.left_Content {
  float: left;
  width: 70%;
}

/* #main.left_Content img {
	width: 100%;
    height: auto;
    margin: 0;
} */

#main.left_Content .img-box img,
#main.left_Content .page-img img {
  width: 100%;
  height: auto;
  margin: 0;
}

#main.left_Content h2,
#main.left_Content .page-Title {
  font-size: 26px;
  font-weight: bold;
  width: auto;
  border-bottom: 0;
  border-top: 0;
  border-left: 8px solid #9f0e15;
  border-right: 0;
  padding: 5px 10px;
  margin-bottom: 6%;
}

#main.left_Content h3 {
  font-size: 22px;
  font-weight: bold;
  width: auto;
  background: no-repeat;
  padding: 0;
  margin: 10% 0 4%;
  border-bottom: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

@media screen and (max-width: 1024px) {
  #main.left_Content {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  #main.left_Content {
    width: 100%;
    margin-bottom: 24%;
  }

  #main.left_Content h2,
  #main.left_Content .page-Title {
    margin-bottom: 14%;
  }

  #main.left_Content h3 {
    font-size: 20px;
    margin: 10% 0 6%;
  }
}

/*==========
 * 
 *  サイドバー
 * 
==========*/

#sub.right-Content {
  float: right;
  width: 24%;
}

#sub.right-Content .sub_navi-widget {
  padding: 12% 0;
  background-color: #f9f9f9;
}

#sub.right-Content h3 {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  width: auto;
  height: auto;
  background: none;
  margin: 0 20px 10%;
  padding: 0 0 5px;
  border-bottom: 4px solid #9e2d2d;
}

#sub.right-Content ul {
  margin: 0;
  padding: 0;
  border: 0;
}

#sub.right-Content ul li {
  padding: 0;
  margin: 0;
  background: 0;
  border-bottom: 0;
}

#sub.right-Content .boxS {
  margin-bottom: 12%;
}

#sub.right-Content .sub_navi {
  padding: 0 20px;
}

#sub.right-Content .sub_navi li {
  padding: 8% 10px;
  margin-bottom: 6%;
  border-bottom: 1px solid #c3c3c3;
}

#sub.right-Content .sub_navi li:last-child {
  padding: 8% 10px 0;
  margin-bottom: 0;
  border-bottom: 0;
}

#sub.right-Content .sub_navi li.current_page_item a {
  color: #9e2d2d;
  font-weight: bold;
}

#sub.right-Content .sub_navi li a {
  display: block;
  font-size: 15px;
  color: #333333;
  text-decoration: none;
  padding-left: 10px;
  position: relative;
}

#sub.right-Content .sub_navi li a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid #9e2d2d;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#sub.right-Content .sub_navi li a::after {
  content: "";
  width: 0px;
  height: 2px;
  background-color: #9e2d2d;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: 0.3s;
}

#sub.right-Content .sub_navi li a:hover::after {
  width: 100%;
}

#sub.right-Content .sub_navi .page_item_has_children .children {
  margin-top: 8%;
}

#sub.right-Content .sub_navi .page_item_has_children .children li {
  margin-top: 4%;
  border-bottom: 1px dashed #c3c3c3;
}

#sub.right-Content .sub_navi .page_item_has_children .children li:last-child {
  border-bottom: 0;
}

#sub.right-Content .sub_navi .page_item_has_children .children li a {
  color: #333333;
  font-weight: normal;
}

#sub.right-Content
  .sub_navi
  .page_item_has_children
  .children
  li.current_page_item
  a {
  color: #9e2d2d;
  font-weight: bold;
}

#sub.right-Content .banner {
  margin-bottom: 8%;
}

#sub.right-Content figure img {
  width: 100%;
}

#sub.right-Content .pickup-Banner figure {
  margin-bottom: 8%;
}

#sub.right-Content .side-Reserve a {
  display: block;
  font-size: 24px;
  font-weight: bold;
  max-width: 380px;
  color: #ffffff;
  background-image: linear-gradient(90deg, #c72525, #b12323, #a71111);
  text-align: center;
  padding: 40px 0;
  margin: 0 auto;
  border-radius: 15px;
  box-shadow: 2px 2px 5px #9c9c9c;
}

#sub.right-Content .side-Reserve a span {
  display: block;
  font-size: 15.5px;
}

@media screen and (max-width: 1024px) {
  #sub.right-Content {
    width: 26%;
  }
}

@media screen and (max-width: 767px) {
  #sub.right-Content {
    width: 100%;
  }
}

/*==========
 * 
 *  アーカイブ
 * 
==========*/

#main.left_Content .archive-title {
  font-size: 25px;
  margin: 10% 0 6%;
  border-bottom: 4px solid #9f0e15;
}

@media screen and (max-width: 767px) {
  #main.left_Content .archive-title {
    font-size: 22px;
    margin: 10% 0 12%;
  }
}

@media screen and (max-width: 320px) {
  #main.left_Content .button0 {
    font-size: 28px;
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 2px solid #59b1eb;
    line-height: normal;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
  }
}

/*==========
 * 
 *  固定ページ
 * 
==========*/

.column,
.column01,
.column02,
.column-A,
.ly_Content {
  margin-bottom: 14%;
}

.column01::after,
.column02::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

#main.left_Content .column h3,
#main.left_Content .column01 h3,
#main.left_Content .column02 h3,
#main.left_Content .column-A h3 {
  color: #333333;
  border-bottom: 1px solid #9e2d2d;
}

.column p,
.column01 p,
.column02 p,
.column-A p {
  font-size: 15.5px;
  color: #525252;
}

.column01 .txt-box {
  float: left;
  width: 68%;
}

.column01 .img-box {
  float: right;
  width: 28%;
}

.column02 .txt-box {
  float: left;
  width: 82%;
}

.column02 .img-box {
  float: right;
  width: 14%;
}

.column02 .txt-box01 {
  margin-bottom: 6%;
}

#main.left_Content .column-A .image-box img {
  width: auto;
  height: auto;
}

#main.left_Content .column-A .icon-box img {
  width: auto;
  height: auto;
}

.page-img {
  max-width: 680px;
  margin: 0 auto;
}

.box-A {
  margin-bottom: 12%;
}

.box-A .img-box {
  max-width: 680px;
  margin: 0 auto;
}

.box-B {
  margin-bottom: 6%;
}

.table-A {
  max-width: 768px;
  margin: 0 auto;
}

.table-A table {
  width: 100%;
}

.table-A table .td-a {
  width: 50%;
}

.table-B {
  max-width: 768px;
  margin: 0 auto;
}

#main h4.change-a {
  font-size: 18px;
}

.zimu-box {
  max-width: 300px;
  margin: 0 auto;
}

.btn-a {
  max-width: 320px;
  margin: 0 auto;
}

.btn-a img {
  width: 100%;
  height: auto;
  margin: 0;
}

.btn-b {
  max-width: 480px;
  margin: 0 auto;
}

.btn-b img {
  width: 100%;
  height: auto;
  margin: 0;
}

.tax-box {
  margin-top: 4%;
}

.tax-box dt {
  font-size: 16px;
  margin-bottom: 2%;
}

.tax-box dt span {
  border: 1px solid #333333;
  padding: 5px;
  box-sizing: border-box;
}

.registration {
  padding: 6% 0;
  background-color: #f4f4f4;
}

.registration .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.registration .left-Box,
.registration .right-Box {
  width: 50%;
}

.registration .left-Box h2 {
  font-size: 24px;
  margin-bottom: 4%;
}

.registration .left-Box p {
  font-size: 16px;
}

.registration .right-Box .Btn a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  max-width: 380px;
  color: #ffffff;
  text-align: center;
  padding: 30px 0;
  margin: 0 auto;
  border-radius: 15px;
  box-shadow: 2px 2px 5px #9c9c9c;
}

.rs-txt {
  margin-bottom: 6%;
}

@media screen and (max-width: 767px) {
  .column,
  .column01,
  .column02,
  .column-A,
  .ly_Content {
    margin-bottom: 20%;
  }

  .column .img-box,
  .column01 .img-box,
  .column02 .img-box {
    margin-bottom: 8%;
  }

  .column01 .txt-box {
    width: 100%;
  }

  .column01 .img-box {
    width: 100%;
  }

  .column02 .txt-box {
    width: 100%;
  }

  .column02 .img-box {
    width: 40%;
    margin: 0 auto;
    float: none;
  }

  #main.left_Content .column-A .image-box img {
    width: 100%;
  }

  #main.left_Content .column-A .icon-box img {
    width: 40%;
    margin: 0 auto;
  }

  .box-A {
    margin-bottom: 20%;
  }

  .box-B {
    margin-bottom: 12%;
  }

  .table-A table .td-a {
    display: block;
    width: 100%;
  }

  .tax-box {
    margin-top: 10%;
  }

  .tax-box dt {
    font-size: 15px;
    margin-bottom: 6%;
  }

  .registration {
    padding: 12% 0;
  }

  .registration .left-Box,
  .registration .right-Box {
    width: 100%;
  }

  .registration .left-Box h2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 8%;
  }

  .registration .left-Box p {
    font-size: 15.5px;
    margin-bottom: 8%;
  }

  .rs-txt {
    margin-bottom: 12%;
  }
}

/*==========
*
* お仕事を探されている方
*
==========*/

.ly_Content .ly-Box .tel-Box {
  margin-top: 6%;
}

.ly_Content .ly-Box .tel-Box dt {
  font-size: 15.5px;
  text-align: center;
  margin-bottom: 2%;
}

.ly_Content .ly-Box .tel-Box dd {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  padding: 5px 0;
}

.ly_Content .ly-Box .tel-Box dd span {
  padding-left: 50px;
  position: relative;
}

.ly_Content .ly-Box .tel-Box dd span::before {
  content: "";
  display: block;
  width: 37px;
  height: 25px;
  background-image: url(../images/common/dial_icon02.png);
  background-size: cover;
  position: absolute;
  top: -9px;
  left: 10px;
}

.ly_Content .ly-Box .tel-Box dd a {
  font-size: 28px;
  font-weight: bold;
}

#main .ly_Content h3 {
  color: #333333;
  border-bottom: 1px solid #9e2d2d;
}

#main .ly_Content p {
  font-size: 15.5px;
}

.cv-Btn a {
  max-width: 460px;
  margin: 0 auto;
  display: block;
}

.cv-Btn a img {
  width: 100%;
  height: auto;
  margin: 0;
}

.sub-Column01 {
  padding: 30px;
  box-sizing: border-box;
  border: 2px solid #d8d8d8ee;
}

#main .sub-Column01 h4 {
  font-size: 18px;
}

#main .style-List {
  font-size: 18px;
}

.workstyle-Page {
  padding-top: 75px;
  margin-top: -75px;
}

/* ワイズ関西の事務系派遣① */

.zimu-banner {
  margin-top: 6%;
}

.zimu-banner a {
  display: block;
  max-width: 680px;
  margin: 0 auto;
}

.zimu-Content .item {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 4%;
  box-sizing: border-box;
}

.zimu-Content .item:nth-child(3n) {
  margin-right: 0;
}

.zimu-Content .item a dl {
  padding: 20px;
}

.zimu-Content .item.zimu dl {
  border: 1px solid #6b5ba5;
}

.zimu-Content .item.senmonzimu dl {
  border: 1px solid #499fd6;
}

.zimu-Content .item.creative dl {
  border: 1px solid #86aa3d;
}

.zimu-Content .item.sale dl {
  border: 1px solid #af5d93;
}

.zimu-Content .item a dl dt {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 8%;
}

.zimu-Content .item.zimu a dl dt span {
  border-bottom: 4px solid #6b5ba5;
}

.zimu-Content .item.senmonzimu a dl dt span {
  border-bottom: 4px solid #499fd6;
}

.zimu-Content .item.creative a dl dt span {
  border-bottom: 4px solid #86aa3d;
}

.zimu-Content .item.sale a dl dt span {
  border-bottom: 4px solid #af5d93;
}

.zimu-Content .item a dl dd {
  font-size: 15.5px;
  font-weight: bold;
  margin-bottom: 2%;
}

.zimu-Content .item.zimu a dl dd {
  color: #6b5ba5;
}

.zimu-Content .item.senmonzimu a dl dd {
  color: #499fd6;
}

.zimu-Content .item.creative a dl dd {
  color: #86aa3d;
}

.zimu-Content .item.sale a dl dd {
  color: #af5d93;
}

.workstyle-qa li {
  margin-bottom: 2%;
}

/* Q&Aこんな時はどうしよう？ */

.job-Qa dl {
  margin-bottom: 8%;
}

.job-Qa dl dt {
  font-size: 18px;
  margin-bottom: 4%;
  color: #ba5171;
}

/* ソリューション */

.cop-Table {
  margin-top: 4%;
}

.cop-Table table {
  width: 100%;
}

.cop-Table table th {
  text-align: center;
}

.cop-Table .first-item th {
  background-color: #f5fae4;
}

.cop-Table .th-Title {
  background-color: #ffeef7;
}

.cop-Table table th,
.cop-Table table td {
  padding: 10px;
  border: 1px solid #777777;
}

.short-Box {
  margin-top: 4%;
}

@media screen and (max-width: 1023px) {
  /* ワイズ関西の事務系派遣① */

  .zimu-Content .item a dl dt {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .ly_Content .ly-Box .tel-Box dd {
    text-align: left;
  }

  .ly_Content .ly-Box .tel-Box dt {
    margin-bottom: 8%;
  }

  .ly_Content .ly-Box .tel-Box dd span {
    display: block;
  }

  .ly_Content .ly-Box .tel-Box dd span::before {
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
  }

  .sub-Column01 {
    padding: 20px;
  }

  .workstyle-Page {
    padding-top: 60.3px;
    margin-top: -60.3px;
  }

  /* ワイズ関西の事務系派遣① */

  .zimu-Content .item {
    width: 100%;
    margin-bottom: 8%;
  }

  .zimu-Content .item a dl dt {
    font-size: 20px;
    margin-bottom: 12%;
  }

  .workstyle-qa li {
    margin-bottom: 4%;
  }

  /* Q&Aこんな時はどうしよう？ */

  .job-Qa dl {
    margin-bottom: 14%;
  }

  .job-Qa dl dt {
    margin-bottom: 8%;
  }

  /* ソリューション */

  .cop-Table {
    margin-top: 8%;
  }

  .short-Box {
    margin-top: 8%;
  }
}

/*========== お仕事を探す ==========*/

.job-Top .ly-blank {
  margin-bottom: 6%;
}

.job-Top .registration .right-Box .Btn a {
  font-size: 24px;
  background-image: linear-gradient(90deg, #c72525, #b12323, #a71111);
}

.job-Top .registration .right-Box .Btn a span {
  display: block;
  font-size: 16px;
}

.job-Top .search-Column {
  margin-bottom: 8%;
}

.job-Top .search-Column .type-Nav {
  margin-bottom: 6%;
}

.job-Top .search-Column .type-Nav ul {
  display: flex;
  flex-wrap: wrap;
}

.job-Top .search-Column .type-Nav ul li {
  width: 22%;
  margin-right: 4%;
}

.job-Top .search-Column .type-Nav ul li:last-child {
  margin-right: 0;
}

.job-Top .search-Column .type-Nav ul li a {
  display: flex;
  color: #ffffff;
  text-align: center;
  justify-content: center;
  padding: 20px;
}

.job-Top .search-Column .type-Nav ul li.j1 a {
  background-color: #c15c1e;
}

.job-Top .search-Column .type-Nav ul li.j2 a {
  background-color: #1e76c1;
}

.job-Top .search-Column .type-Nav ul li.j3 a {
  background-color: #1ec14c;
}

.job-Top .search-Column .type-Nav ul li.j4 a {
  background-color: #c11e6f;
}

.job-Top .search-Column .type-Nav ul li a span {
  font-size: 20px;
  font-weight: bold;
  padding: 20% 0;
  flex: 1;
  border: 1px solid #ffffff;
  position: relative;
  transition: 0.5s;
}

.job-Top .search-Column .type-Nav ul li a:hover span {
  background-color: #ffffff;
}

.job-Top .search-Column .type-Nav ul li.j1 a:hover span {
  color: #c15c1e;
}

.job-Top .search-Column .type-Nav ul li.j2 a:hover span {
  color: #1e76c1;
}

.job-Top .search-Column .type-Nav ul li.j3 a:hover span {
  color: #1ec14c;
}

.job-Top .search-Column .type-Nav ul li.j4 a:hover span {
  color: #c11e6f;
}

.job-Top .search-Column .type-Nav ul li a span::after {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background-image: url(../images/job/triangle.png);
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
}

.job-Top .search-Column .type-Nav ul li.j1 a span,
.job-Top .search-Column .type-Nav ul li.j2 a span {
  padding: 26.4% 0;
}

.job-Top .search-Column .page-Title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 6%;
}

.new-Job .content-Title {
  font-size: 28px;
  color: #650101;
  margin-bottom: 2%;
  padding-top: 25px;
  padding-left: 30px;
  position: relative;
}

.new-Job .content-Title::before {
  content: "JOB";
  font-size: 60px;
  color: #dcdcdc;
  position: absolute;
  top: -15px;
  left: 0;
  z-index: -1;
}

.new-Job .box .list {
  padding: 30px;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.new-Job .box .list li {
  margin-bottom: 4%;
}

.new-Job .box .list li time {
  display: block;
  max-width: 110px;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  background-color: #c26e6e;
  padding: 5px 0;
  margin-bottom: 10px;
}

.new-Job .box .list li a {
  font-size: 16px;
  color: #333333;
  text-decoration: underline;
}

.new-Job .box .list li a:hover {
  color: #868686;
}

.new-Job .box .btn a {
  display: block;
  font-size: 15.5px;
  text-align: center;
  color: #ffffff;
  background-color: #9e2d2d;
  padding: 15px 0;
  text-decoration: none;
  box-sizing: border-box;
}

.new-Job .box .btn a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid #ffffff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  vertical-align: middle;
  margin-left: 5px;
}

.news-Box .left-Box {
  width: 52%;
  float: left;
}

.news-Box .content-Title {
  font-size: 28px;
  color: #650101;
  margin-bottom: 2%;
  padding-left: 30px;
  position: relative;
}

.news-Box .content-Title::before {
  content: "NEWS";
  font-size: 60px;
  color: #dcdcdc;
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -1;
}

.news-Box .list {
  padding: 30px 30px 40px;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.news-Box .list .item {
  margin-bottom: 2%;
}

.news-Box .list .item time {
  font-size: 12px;
  margin-right: 20px;
}

.news-Box .list .item a {
  font-size: 16px;
  text-decoration: underline;
}

.news-Box .btn a {
  display: block;
  text-align: center;
  color: #ffffff;
  background-color: #9e2d2d;
  padding: 15px 0;
}

.news-Box .btn a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid #ffffff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  vertical-align: middle;
  margin-left: 5px;
}

.news-Box .right-Box {
  width: 44%;
  float: right;
}

.news-Box .right-Box .inner {
  width: 100%;
  padding-top: 55%;
  height: 0px;
  position: relative;
}

.news-Box .right-Box .inner iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}

.joblocal-Nav .box {
  width: 32%;
  float: left;
  padding: 40px 30px;
  margin-right: 2%;
  margin-bottom: 6%;
  border: 1px solid #e9821d;
  border-radius: 15px;
  box-sizing: border-box;
}

.joblocal-Nav .box:nth-child(3n) {
  margin-right: 0;
}

.joblocal-Nav .box dt {
  font-size: 20px;
  font-weight: bold;
  color: #e9821d;
  text-align: center;
  margin-bottom: 6%;
}

.joblocal-Nav .box dt span::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  background-size: cover;
  vertical-align: middle;
}

.joblocal-Nav .box.box.nav-Reserve dt span::before {
  width: 39px;
  height: 30px;
  background-image: url(../images/job/jobmail_icon.png);
}

.joblocal-Nav .box.nav-First dt span::before {
  width: 22px;
  height: 30px;
  background-image: url(../images/job/first_icon.png);
}

.joblocal-Nav .box.nav-Reason dt span::before {
  width: 48px;
  height: 30px;
  background-image: url(../images/job/reason_icon.png);
}

.joblocal-Nav .box.nav-Melit dt span::before {
  width: 32px;
  height: 30px;
  background-image: url(../images/job/melit_icon.png);
}

.joblocal-Nav .box.nav-Flow dt span::before {
  width: 30px;
  height: 30px;
  background-image: url(../images/job/flow_icon.png);
}

.joblocal-Nav .box.nav-Flow dt span::before {
  width: 30px;
  height: 30px;
  background-image: url(../images/job/flow_icon.png);
}

.joblocal-Nav .box.nav-Work dt span::before {
  width: 31px;
  height: 30px;
  background-image: url(../images/job/work_icon.png);
}

.joblocal-Nav .box.nav-Occupation dt span::before {
  width: 24px;
  height: 30px;
  background-image: url(../images/job/occupation_icon.png);
}

.joblocal-Nav .box.nav-Voice dt span::before {
  width: 25px;
  height: 30px;
  background-image: url(../images/job/voice_icon.png);
}

.joblocal-Nav .box.nav-Qa dt span::before {
  width: 30px;
  height: 30px;
  background-image: url(../images/job/qa_icon.png);
}

.joblocal-Nav .box .txt {
  font-size: 15.5px;
  margin-bottom: 10%;
}

.joblocal-Nav .box .btn a {
  display: block;
  padding: 15px 0;
  color: #ffffff;
  background-color: #e9821d;
  border: 1px solid #e9821d;
  box-sizing: border-box;
  transition: 0.5s;
}

.joblocal-Nav .box .btn a:hover {
  color: #e9821d;
  background-color: #ffffff;
}

.mailform {
  margin-top: 10%;
  padding: 4% 0;
  background-image: url(../images/job/jobmailform_bg.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}

.mailform .inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 4% 0;
  position: relative;
  z-index: 1;
  background-color: rgba(158, 45, 45, 0.9);
}

.mailform h3 {
  color: #ffffff;
  font-size: 36px;
  text-align: center;
  margin-bottom: 3%;
}

.mailform h3 span {
  display: block;
  font-size: 16px;
}

.mailform p {
  color: #ffffff;
  font-size: 15.5px;
  text-align: center;
  margin-bottom: 3%;
}

.mailform .btn a {
  display: block;
  color: #b15757;
  max-width: 320px;
  font-size: 16px;
  font-weight: bold;
  background-color: #ffffff;
  padding: 25px 0;
  margin: 0 auto;
  position: relative;
  transition: 0.5s;
}

.mailform .btn a:hover {
  color: #ffffff;
  background-color: #9e2d2d;
}

.mailform .btn a::after {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  background-image: url(../images/job/triangle02.png);
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1024px) {
  .job-Top .search-Column .type-Nav ul li a span {
    font-size: 18px;
  }

  .job-Top .search-Column .type-Nav ul li.j1 a span,
  .job-Top .search-Column .type-Nav ul li.j2 a span {
    padding: 27.4% 0;
  }

  .joblocal-Nav .box .txt {
    min-height: 63px;
  }

  .joblocal-Nav .box dt {
    font-size: 18px;
  }

  .mailform .inner {
    max-width: 740px;
  }
}

@media screen and (max-width: 767px) {
  .job-Top .ly-blank {
    margin-bottom: 24%;
  }

  .job-Top .search-Column {
    margin-bottom: 12%;
  }

  .job-Top .search-Column .page-Title {
    font-size: 24px;
    margin-bottom: 10%;
  }

  .job-Top .search-Column .type-Nav ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .job-Top .search-Column .type-Nav ul li:nth-child(2n) {
    margin-right: 0;
  }

  .job-Top .search-Column .type-Nav ul li a {
    padding: 10px;
  }

  .job-Top .search-Column .type-Nav ul li a span {
    font-size: 16px;
  }

  .job-Top .search-Column .type-Nav ul li a span::after {
    width: 18px;
    height: 18px;
  }

  .new-Job .content-Title {
    margin-bottom: 10%;
    border-bottom: 1px solid #650101;
  }

  .new-Job .box .list {
    padding: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 16%;
  }

  .new-Job .box .list li time {
    margin-bottom: 15px;
  }

  .new-Job .box .list li {
    margin-bottom: 10%;
  }

  .news-Box .left-Box {
    width: 100%;
    margin-bottom: 18%;
  }

  .news-Box .content-Title {
    font-size: 24px;
    margin-bottom: 10%;
    border-bottom: 1px solid #650101;
    padding-left: 20px;
  }

  .news-Box .list {
    padding: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 16%;
  }

  .news-Box .list .item {
    margin-bottom: 8%;
  }

  .news-Box .list .item time {
    display: block;
    margin-bottom: 2%;
  }

  .news-Box .right-Box {
    width: 100%;
  }

  .joblocal-Nav .box {
    width: 100%;
    padding: 30px 20px;
    margin-right: 0;
    margin-bottom: 12%;
    border-radius: 0;
  }

  .joblocal-Nav .box dt {
    text-align: left;
  }

  .joblocal-Nav .box .txt {
    min-height: auto;
    margin-bottom: 8%;
  }

  .mailform {
    padding: 10% 0;
  }

  .mailform .inner {
    padding: 8% 0;
    margin: 0 20px;
  }

  .mailform h3 {
    font-size: 24px;
    margin-bottom: 6%;
  }

  .mailform p {
    text-align: left;
    margin-bottom: 8%;
    padding: 0 20px;
  }

  .mailform .btn a {
    max-width: 300px;
  }
}

/*===== はじめての方へ =====*/

.first-View .txt-Box {
  float: left;
  width: 82%;
}

.first-View .img-Box {
  float: right;
  width: 14%;
}

.first-Flow .registration-Flow {
  margin: 6% 4%;
}

#main .first-Flow .registration-Flow ul li {
  font-weight: bold;
  padding: 30px 0;
  background-color: #fff9ce;
  box-shadow: 2px 2px 5px #7d7d7d;
}

.first-Flow .registration-Flow ul li {
  float: left;
  width: 22%;
  text-align: center;
  margin-right: 4%;
  border: 1px solid #333333;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
}

.first-Flow .registration-Flow ul li.flow01 {
  color: #4e3bef;
  border: 2px solid #4e3bef;
}

.first-Flow .registration-Flow ul li.flow02 {
  color: #cc7d2c;
  border: 2px solid #cc7d2c;
}

.first-Flow .registration-Flow ul li.flow03 {
  color: #1eaf1c;
  border: 2px solid #1eaf1c;
}

.first-Flow .registration-Flow ul li.flow04 {
  color: #e69292;
  border: 2px solid #e69292;
}

.first-Flow .registration-Flow ul li::before {
  display: block;
  font-size: 16px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  background-color: #9e2d2d;
  position: absolute;
  top: -15px;
  left: 10px;
}

.first-Flow .registration-Flow ul li.flow01::before {
  content: "1";
}

.first-Flow .registration-Flow ul li.flow02::before {
  content: "2";
}

.first-Flow .registration-Flow ul li.flow03::before {
  content: "3";
}

.first-Flow .registration-Flow ul li.flow04::before {
  content: "4";
}

.first-Flow .registration-Flow ul li::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #565656 #565656 transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: -11%;
  bottom: 0;
  margin: auto;
}

.first-Flow .registration-Flow ul li:last-child::after {
  content: none;
}

.first-Flow .registration-Flow ul li span {
  display: block;
  font-size: 20px;
}

.first-Flow .registration-Flow ul li:last-child {
  margin-right: 0;
}

.first-Flow .ly-Box {
  margin-bottom: 10%;
}

.first-Flow .ly-Box .mail-Box {
  margin-top: 6%;
}

.first-Flow .ly-Box .mail-Box dt {
  text-align: center;
  margin-bottom: 4%;
}

.first-Flow .ly-Box .mail-Box dd a {
  display: block;
  text-align: center;
  max-width: 320px;
  color: #ffffff;
  background-color: #9e2d2d;
  padding: 20px 0;
  margin: 0 auto;
}

.first-Point .txt-Box {
  margin-bottom: 6%;
}

.first-Point .txt-Box dt {
  font-size: 18px;
  color: #ba5171;
  margin-bottom: 2%;
}

.first-Point .txt-Box dd {
  font-size: 15.5px;
}

@media screen and (max-width: 1024px) {
  #main .first-Flow .registration-Flow ul li {
    font-size: 12px;
  }

  .first-Flow .registration-Flow ul li span {
    font-size: 15.5px;
  }
}

@media screen and (max-width: 768px) {
  .job-Top .search-Column .type-Nav ul li a span {
    font-size: 15.5px;
  }
}

@media screen and (max-width: 767px) {
  .first-View .txt-Box {
    width: 100%;
  }

  .first-View .img-Box {
    width: 40%;
  }

  .first-Flow .registration-Flow {
    margin-bottom: 0;
  }

  #main .first-Flow .registration-Flow ul li {
    font-size: 15.5px;
  }

  .first-Flow .registration-Flow ul li span {
    font-size: 18px;
  }

  .first-Flow .registration-Flow ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18%;
  }

  .first-Flow .registration-Flow ul li::after {
    border: 2px solid;
    border-color: transparent transparent #565656 #565656;
    transform: rotate(-45deg);
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: -28%;
    margin: auto;
  }

  .first-Flow .ly-Box {
    margin-bottom: 18%;
  }

  .first-Point .txt-Box {
    margin-bottom: 18%;
  }

  .first-Point .txt-Box dt {
    font-size: 16px;
    margin-bottom: 4%;
  }

  .first-Flow .ly-Box .mail-Box {
    margin-top: 10%;
  }

  .first-Flow .ly-Box .mail-Box dt {
    margin-bottom: 8%;
  }
}

/*===== キャンペーン =====*/

.cp-Box {
  margin-bottom: 6%;
}

.cp-Box .view {
  margin-top: 4%;
  margin-bottom: 6%;
}

.cp-Box .view dt {
  font-size: 18px;
  color: #3300ff;
  margin-bottom: 2%;
}

.cp-Box .view dd b {
  font-size: 24px;
  color: #cc0000;
}

.cp-Box .date-Txt dt {
  font-size: 18px;
  font-weight: bold;
}

.cp-Box .date-Txt dd b {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .cp-Box {
    margin-bottom: 12%;
  }

  .cp-Box .view {
    margin-top: 8%;
    margin-bottom: 12%;
  }

  .cp-Box .view dt {
    margin-bottom: 4%;
  }

  .cp-Box .view dd {
    text-align: center;
  }

  .cp-Box .view dd b {
    display: block;
    font-size: 24px;
  }
}

/*===== 仕事までの流れ =====*/

.staff-Registration .ly-Box .tel-Box {
  margin-bottom: 6%;
}

.staff-Registration .ly-Box .tel-Box dt {
  font-weight: bold;
}

.staff-Registration .ly-Box .mail-Box {
  margin-bottom: 6%;
}

.staff-Registration .ly-Box .mail-Box dt {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2%;
}

.staff-Registration .ly-Box .mail-Box dd a {
  display: block;
  text-align: center;
  max-width: 320px;
  color: #ffffff;
  background-color: #9e2d2d;
  padding: 20px 0;
  margin: 0 auto;
}

.work-Flow .step-Box {
  margin-bottom: 6%;
}

.work-Flow .step-Box dt {
  font-size: 18px;
  font-weight: bold;
  color: #ba5171;
  margin-bottom: 2%;
}

.work-Flow .step-Box dd {
  font-size: 15.5px;
  padding: 0 20px;
}

.work-Flow .step-Box.icon-Add {
  position: relative;
}

.work-Flow .step-Box.icon-Add dd {
  width: 82%;
}

.work-Flow .step-Box.icon-Add dd span {
  width: 14%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .work-Flow .step-Box {
    margin-bottom: 20%;
  }

  .work-Flow .step-Box dt {
    margin-bottom: 6%;
  }

  .work-Flow .step-Box dd {
    padding: 0;
  }

  .work-Flow .step-Box.icon-Add dd span {
    width: 40%;
    position: static;
  }

  .work-Flow .step-Box.icon-Add dd {
    width: 100%;
  }
}

/*==========
*
* 企業担当の方
*
==========*/

.corporation-Top .service_Column .content-Title {
  font-size: 30px;
  text-align: left;
  color: #650101;
  padding-left: 51px;
  position: relative;
  margin-bottom: 6%;
}

.corporation-Top .service_Column .content-Title::before {
  content: "";
  display: block;
  width: 46px;
  height: 44px;
  background-image: url(../images/toppage/marker_logo.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.cop-Other .content-Title {
  font-size: 30px;
  text-align: left;
  padding-left: 10px;
  border-left: 6px solid #650101;
  margin-bottom: 6%;
}

.corporation-Top .registration .left-Box h2 {
  font-size: 22px;
}

.corporation-Top .registration .right-Box .Btn a {
  background-image: linear-gradient(90deg, #4d6e98, #415b7b, #344b68);
}

.corporation-Top .page-Title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 6%;
}

@media screen and (max-width: 767px) {
  .corporation-Top .page-Title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 10%;
  }

  .corporation-Top .service_Column .content-Title {
    font-size: 23px;
    padding-left: 45px;
    margin-bottom: 14%;
  }

  .corporation-Top .service_Column .content-Title::before {
    width: 40px;
    height: 38px;
  }
}

/* 法人様向けコンテンツ */

.corporation-View .content-Box {
  margin-bottom: 10%;
  position: relative;
}

.corporation-View .content-Box .txt-Box {
  width: 46%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.corporation-View .content-Box .txt-Box dl dt {
  font-size: 24px;
  font-weight: bold;
  color: #650101;
  margin-bottom: 4%;
}

.corporation-View .content-Box .txt-Box dl dd {
  font-size: 15.5px;
  color: #5c5c5c;
  line-height: 2;
}

.corporation-View .content-Box .bg-Image {
  width: 50%;
  background-image: url(../images/toppage/Corporation_image.jpg);
  background-size: cover;
  background-position: center center;
}

.corporation-View .content-Box .bg-Image::before {
  content: "";
  display: block;
  padding-top: 70%;
}

.corporation-View .content-List {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10%;
}

.corporation-View .content-List .item {
  width: 48%;
  padding: 60px 30px;
  margin-right: 4%;
  box-sizing: border-box;
  border-radius: 15px;
  background-color: #d9e7ed;
}

.corporation-View .content-List .item:nth-child(2n) {
  margin-right: 0;
}

.corporation-View .content-List .item dt {
  font-size: 24px;
  font-weight: bold;
  color: #344b68;
  text-align: center;
  margin-bottom: 4%;
}

.corporation-View .content-List .item dd.txt {
  font-size: 15.5px;
  color: #5c5c5c;
  line-height: 1.8;
  margin-bottom: 6%;
}

.corporation-View .content-List .item dd.btn a {
  display: block;
  max-width: 320px;
  font-size: 15.5px;
  text-align: center;
  color: #ffffff;
  background-color: #344b68;
  border: 1px solid #344b68;
  padding: 20px 0;
  margin: 0 auto;
  transition: 0.5s;
}

.corporation-View .content-List .item dd.btn a:hover {
  color: #344b68;
  background-color: #ffffff;
}

.corporation-View .banner .list .item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
  float: left;
}

.corporation-View .banner .list .item:nth-child(2n) {
  margin-right: 0;
}

.corporation-View .banner .list .item {
  overflow: hidden;
}

.corporation-View .banner .list .item a {
  display: block;
  background-color: #888;
  position: relative;
}

.corporation-View .banner .list .item a::before {
  content: "";
  display: block;
  padding-top: 40%;
  background-size: cover;
  transform: scale(1, 1);
  transition: all 2s ease-in 0s;
}

.corporation-View .banner .list .item a:hover::before {
  transform: scale(1.1, 1.1);
}

.corporation-View .banner .list .item.c-content01 a::before {
  background-image: url(../images/corporation/corporation_content01.jpg);
}

.corporation-View .banner .list .item.c-content02 a::before {
  background-image: url(../images/corporation/corporation_content02.jpg);
}

.corporation-View .banner .list .item.c-content03 a::before {
  background-image: url(../images/corporation/corporation_content03.jpg);
}

.corporation-View .banner .list .item.c-content04 a::before {
  background-image: url(../images/corporation/corporation_content04.jpg);
}

.corporation-View .banner .list .item span {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  color: #ffffff;
  background-color: rgba(52, 75, 104, 0.9);
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-in 0s;
}

.corporation-View .banner .list .item a:hover span {
  background-color: rgba(52, 75, 104, 1);
}

@media screen and (max-width: 1023px) {
  .corporation-View .content-List .item dt {
    font-size: 20px;
  }

  .corporation-View .banner .list .item span {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .corporation-View .content-Box .txt-Box {
    width: 100%;
    position: static;
    transform: translateY(0);
  }

  .corporation-View .content-Box .txt-Box dl dt {
    font-size: 22px;
    margin-bottom: 8%;
  }

  .corporation-View .content-Box .bg-Image {
    display: none;
  }

  .corporation-View .content-List .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
  }

  .corporation-View .content-List .item dt {
    font-size: 18px;
    margin-bottom: 8%;
  }

  .corporation-View .content-List .item dd.txt {
    margin-bottom: 10%;
  }

  .corporation-View .content-List {
    margin-bottom: 18%;
  }

  .corporation-View .banner .list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6%;
  }

  .corporation-View .banner .list .item span {
    font-size: 16px;
  }
}

/* サービスラインナップ */

.service-Lineup .list .item {
  width: 48%;
  float: left;
  padding-top: 20px;
  margin-right: 4%;
  margin-bottom: 12%;
  position: relative;
}

.service-Lineup .list .item:nth-child(2n) {
  margin-right: 0;
}

.service-Lineup .list .item .inner {
  width: 56%;
  margin-left: auto;
}

.service-Lineup .list .item h3 {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  padding-left: 5px;
  margin-bottom: 8%;
  border-left: 5px solid #650101;
  position: relative;
  box-sizing: border-box;
}

.service-Lineup .list .item h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333333;
  position: absolute;
  left: 0;
  bottom: -4px;
}

.service-Lineup .list .item .bg-Image {
  width: 40%;
  background-color: #888;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.service-Lineup .list .item.lineup01 .bg-Image {
  background-image: url(../images/corporation/service_lineup01.jpg);
  background-position: center;
}

.service-Lineup .list .item.lineup02 .bg-Image {
  background-image: url(../images/corporation/service_lineup02.jpg);
  background-position: center;
}

.service-Lineup .list .item.lineup03 .bg-Image {
  background-image: url(../images/corporation/service_lineup03.jpg);
  background-position: center;
}

.service-Lineup .list .item.lineup04 .bg-Image {
  background-image: url(../images/corporation/service_lineup04.jpg);
  background-position: center;
}

.service-Lineup .list .item .bg-Image::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.service-Lineup .list .item .txt {
  font-size: 15.5px;
  color: #505050;
  line-height: 1.8;
  margin-bottom: 8%;
}

.service-Lineup .list .item .btn {
  text-align: right;
}

.service-Lineup .list .item .btn a {
  color: #505050;
  padding-right: 15px;
  position: relative;
}

.service-Lineup .list .item .btn a:hover {
  color: #650101;
  text-decoration: underline;
}

.service-Lineup .list .item .btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid #650101;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 1023px) {
  .service-Lineup .list .item {
    padding-top: 0;
  }

  .service-Lineup .list .item h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .service-Lineup .list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16%;
  }

  .service-Lineup .list .item .inner {
    width: 100%;
  }

  .service-Lineup .list .item .bg-Image {
    width: 100%;
    position: static;
  }

  .service-Lineup .list .item .bg-Image::before {
    padding-top: 60%;
    margin-bottom: 4%;
  }

  .service-Lineup .list .item .btn a {
    display: block;
    color: #ffffff;
    text-align: center;
    background-color: #650101;
    padding: 20px 0;
  }

  .service-Lineup .list .item .btn a::after {
    border-left: 7px solid #ffffff;
    right: 20px;
  }
}

/* 登録支援機関 */

.service-Lineup .touroku_shien .bg-Image {
  float: left;
  width: 30%;
  background-image: url(../images/corporation/tourokusien_image.jpg);
  background-size: cover;
  background-position: center center;
}

.service-Lineup .touroku_shien .bg-Image::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.service-Lineup .touroku_shien .txt-Box {
  float: right;
  width: 66%;
}

.service-Lineup .touroku_shien .ttl {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  background-color: #650101;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.service-Lineup .touroku_shien dl {
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.service-Lineup .touroku_shien dl dt {
  font-size: 22px;
  font-weight: bold;
}

.service-Lineup .touroku_shien .p-Btn {
  padding: 0 20px;
}

.service-Lineup .touroku_shien .p-Btn a {
  display: block;
  max-width: 320px;
  font-size: 15px;
  text-align: center;
  color: #ffffff;
  background-color: #650101;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .service-Lineup .touroku_shien .bg-Image {
    width: 100%;
  }

  .service-Lineup .touroku_shien .bg-Image::before {
    padding-top: 60%;
  }

  .service-Lineup .touroku_shien .txt-Box {
    width: 100%;
  }

  .service-Lineup .touroku_shien .ttl {
    font-size: 20px;
  }

  .service-Lineup .touroku_shien dl {
    padding: 0;
  }

  .service-Lineup .touroku_shien dl dt {
    font-size: 18px;
  }

  .service-Lineup .touroku_shien .p-Btn {
    padding: 0;
  }

  .service-Lineup .touroku_shien .p-Btn a {
    margin: 0 auto;
  }
}

/* 目的別サービス */

.purpose_Service {
  padding: 8% 0;
  margin-bottom: 16%;
  background-color: #f7f3f8;
}

.purpose_Service .content-Box .list .item {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 4%;
}

.purpose_Service .content-Box .list .item:nth-child(3n) {
  margin-right: 0;
}

.purpose_Service .content-Box .list .item a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  padding: 30px 0;
  background-color: #ffffff;
  border-top: 1px solid #8f8f8f;
  border-left: 1px solid #8f8f8f;
  border-right: 1px solid #8f8f8f;
  border-bottom: 2px solid #650101;
  position: relative;
  transition: 0.5s;
}

.purpose_Service .content-Box .list .item a:hover {
  color: #ffffff;
  background-color: #650101;
}

.purpose_Service .content-Box .list .item a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid #650101;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 1023px) {
  .purpose_Service .content-Box .list .item a {
    font-size: 15.5px;
  }
}

@media screen and (max-width: 767px) {
  .purpose_Service {
    padding: 14% 0;
    margin-bottom: 0;
  }

  .purpose_Service .content-Box .list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
  }
}

/* コンセプト */

.cop-Concept .content-Box {
  position: relative;
}

.cop-Concept .left-Box {
  width: 46%;
}

.cop-Concept .left-Box .inner {
  width: 100%;
  padding-top: 55%;
  height: 0px;
  position: relative;
}

.cop-Concept .left-Box .inner iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}

.cop-Concept .right-Box {
  width: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.cop-Concept .right-Box dl dt {
  font-size: 24px;
  font-weight: bold;
  color: #650101;
  margin-bottom: 4%;
}

.cop-Concept .right-Box dl dd {
  font-size: 15.5px;
}

.cop-Concept .right-Box dl dd.small-Title {
  font-size: 18px;
  color: #ba5171;
  margin-bottom: 4%;
}

@media screen and (max-width: 767px) {
  .cop-Concept .wrapper {
    max-width: 100%;
    padding: 0;
  }

  .cop-Concept .left-Box {
    width: 100%;
    margin-bottom: 8%;
  }

  .cop-Concept .right-Box {
    width: 100%;
    position: static;
    transform: translateY(0);
    padding: 0 20px;
    box-sizing: border-box;
  }

  .cop-Concept .right-Box dl dt {
    font-size: 22px;
    margin-bottom: 8%;
  }

  .cop-Concept .right-Box dl dd.small-Title {
    font-size: 18px;
    color: #ba5171;
    margin-bottom: 6%;
  }

  .cop-Concept .right-Box dl dd.txt {
    margin-bottom: 4%;
  }
}

/* 人材教育について */

.cop-Concept .right-Box dl dd.txt {
  margin-bottom: 2%;
}

.cop-Education .content-Box .item {
  margin-bottom: 4%;
  position: relative;
}

.cop-Education .content-Box .item:nth-child(2) {
  margin-bottom: 0;
}

.cop-Education .content-Box .item .image-Box {
  width: 50%;
  font-size: 0;
}

.cop-Education .content-Box .item.second .image-Box {
  margin-left: auto;
}

.cop-Education .content-Box .item .image-Box img {
  width: 100%;
  height: auto;
}

.cop-Education .content-Box .item .txt-Box dl dt {
  font-size: 22px;
  font-weight: bold;
  color: #344b68;
  margin-bottom: 2%;
}

.cop-Education .content-Box .item .txt-Box {
  width: 46%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.cop-Education .content-Box .item.first .txt-Box {
  right: 0;
}

.cop-Education .content-Box .item.second .txt-Box {
  left: 0;
}

.cop-Education .content-Box .item .txt-Box dl dd {
  font-size: 15.5px;
  color: #333333;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .cop-Other .content-Title {
    font-size: 24px;
  }

  .cop-Education .content-Box .item {
    margin-bottom: 12%;
  }

  .cop-Education .content-Box .item .image-Box {
    width: 100%;
    font-size: 0;
    margin-bottom: 8%;
  }

  .cop-Education .content-Box .item .txt-Box {
    width: 100%;
    position: static;
    transform: translateY(0);
  }

  .cop-Education .content-Box .item .txt-Box dl dt {
    font-size: 19px;
    margin-bottom: 4%;
  }
}

/* 活用事例 */

.case-Study {
  padding-bottom: 4%;
  position: relative;
}

.case-Study::after {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  background-color: #f7f3f8;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.case-Study .content-Box {
  margin-bottom: 6%;
}

.case-Study .content-Box .item {
  width: 32%;
  margin: 0 20px;
}

.case-Study .content-Box .item .image {
  font-size: 0;
  margin-bottom: 4%;
}

.case-Study .content-Box .item .image img {
  width: 100%;
}

.case-Study .content-Box .item .txt dt {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 4%;
}

.case-Study .content-Box .item .txt dt span {
  display: inline-block;
  font-size: 15.5px;
  color: #ffffff;
  background-color: #344b68;
  vertical-align: middle;
  padding: 10px;
  margin-right: 10px;
}

.case-Study .content-Box .item .txt dd {
  font-size: 15.5px;
  color: #333333;
}

.case-Study .btn a {
  display: block;
  max-width: 320px;
  color: #344b68;
  font-size: 16px;
  text-align: center;
  padding: 25px 0;
  margin: 0 auto;
  border: 1px solid #344b68;
}

@media screen and (max-width: 1023px) {
  .case-Study .content-Box .item .txt dt {
    font-size: 18px;
  }

  .case-Study .content-Box .item .txt dt span {
    font-size: 12px;
    padding: 7px;
  }
}

@media screen and (max-width: 767px) {
  .case-Study {
    padding-bottom: 12%;
  }

  .case-Study::after {
    height: 70%;
  }

  .case-Study .slick-list {
    padding-right: 40px;
  }

  .case-Study .content-Box {
    margin-bottom: 12%;
  }

  .case-Study .content-Box .item {
    margin: 0 20px 0 0;
  }

  .case-Study .content-Box .item .txt dt {
    margin-bottom: 8%;
  }
}

/* お役立ち情報 */

.corporation-Top .tp-Point {
  padding: 0;
  background-color: transparent;
}

/* お知らせ */

.cop-News .list {
  padding: 30px;
  border: 1px solid #c3c3c3;
}

.cop-News .list .item {
  margin-bottom: 2%;
}

.cop-News .list .item:last-child {
  margin-bottom: 0;
}

.cop-News .list .item time {
  font-size: 12px;
  margin-right: 20px;
}

.cop-News .list .item a {
  font-size: 16px;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .cop-News .list .item time {
    display: block;
    margin-right: 0;
  }

  .cop-News .list .item {
    margin-bottom: 8%;
  }

  .cop-News .list .item a {
    font-size: 15.5px;
    text-decoration: underline;
  }
}

/* お問い合わせ */

.cop-Contact {
  padding: 8% 0;
  background-color: #f1f1f1;
}

.cop-Contact h2 {
  font-size: 24px;
  font-weight: bold;
  color: #650101;
  text-align: center;
  margin-bottom: 4%;
}

.cop-Contact .content-Box {
  border: 1px solid #650101;
  background-color: #ffffff;
}

.cop-Contact .content-Box .inner {
  max-width: 1024px;
  padding: 4% 0;
  margin: 0 auto;
}

.cop-Contact .content-Box .tel-Box {
  width: 48%;
  float: left;
}

.cop-Contact .content-Box .tel-Box a,
.cop-Contact .content-Box .mail-Box a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
}

.cop-Contact .content-Box .tel-Box a {
  background-color: #650101;
}

.cop-Contact .content-Box .tel-Box a dl {
  padding-left: 60px;
  position: relative;
}

.cop-Contact .content-Box .tel-Box a dl::before {
  content: "";
  display: block;
  width: 56px;
  height: 60px;
  background-image: url(../images/common/wiseman.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.cop-Contact .content-Box .tel-Box a dl dt {
  font-size: 18px;
  color: #ffffff;
}

.cop-Contact .content-Box .tel-Box a dl dd {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
}

.cop-Contact .content-Box .tel-Box a dl dd::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 19px;
  background-image: url(../images/common/dial_icon.png);
  background-size: cover;
  margin-right: 5px;
}

.cop-Contact .content-Box .mail-Box {
  width: 48%;
  float: right;
}

.cop-Contact .content-Box .mail-Box a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #344b68;
  padding: 40.5px 0;
}

.cop-Contact .content-Box .mail-Box a span {
  font-size: 18px;
  color: #ffffff;
}

.cop-Contact .content-Box .mail-Box a span::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 29px;
  background-image: url(../images/common/mail_icon.png);
  background-size: cover;
  vertical-align: middle;
  margin-right: 5px;
}

@media screen and (max-width: 1024px) {
  .cop-Contact h2 {
    font-size: 20px;
  }

  .cop-Contact .content-Box .inner {
    margin: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .cop-Contact {
    padding: 16% 0;
  }

  .cop-Contact h2 {
    font-size: 18px;
    margin-bottom: 10%;
  }

  .cop-Contact .content-Box .inner {
    padding: 10% 0;
    margin: 0;
  }

  .cop-Contact .content-Box .tel-Box a,
  .cop-Contact .content-Box .mail-Box a {
    padding: 20px 0;
    margin: 0 20px;
  }

  .cop-Contact .content-Box .tel-Box {
    width: 100%;
    margin-bottom: 6%;
  }

  .cop-Contact .content-Box .tel-Box a dl {
    padding-left: 50px;
  }

  .cop-Contact .content-Box .tel-Box a dl dt {
    font-size: 15.5px;
    color: #ffffff;
  }

  .cop-Contact .content-Box .tel-Box a dl::before {
    width: 44px;
    height: 48px;
  }

  .cop-Contact .content-Box .mail-Box {
    width: 100%;
  }

  .cop-Contact .content-Box .mail-Box a {
    padding: 32.5px 0;
  }

  .cop-Contact .content-Box .mail-Box a span {
    font-size: 16px;
  }
}

/* 紹介予定派遣 */

.shyokai-View {
  margin-bottom: 6%;
}

.shyokai-View .img-box {
  width: 25%;
  float: right;
}

.shyokai-View .txt-box {
  width: 69%;
  float: left;
}

.shyokai-View .txt-box dl + dl {
  margin-top: 6%;
}

.shyokai-View .txt-box dl dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2%;
}

.shyokai-View .txt-box dl dd {
  font-size: 15.5px;
}

.shyoukai-View-image {
  max-width: 680px;
  margin: 0 auto;
}

.shyokai-melit h3 span {
  display: block;
  font-size: 16px;
  color: #9e2d2d;
  margin-bottom: 2%;
}

#main .ly_Content .syokai-Point {
  font-size: 22px;
  font-weight: bold;
}

.syokai-Point-image {
  max-width: 380px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .shyokai-View .img-box {
    width: 50%;
    float: none;
    margin: 0 auto 8%;
  }

  .shyokai-View .txt-box {
    width: 100%;
  }

  .shyokai-View .txt-box dl + dl {
    margin-top: 12%;
  }
}

/* 会社概要 */

#kusatsu,
#hachiman,
#minahiko,
#konan {
  padding-top: 115px;
  margin-top: -115px;
}

.ly_Content.no-margin {
  margin-bottom: 0;
}

.company-Movie.konan {
  margin-top: 8%;
}

.company-Movie .inner {
  width: 80%;
  padding-top: 46%;
  height: 0px;
  margin: 0 auto;
  position: relative;
}

.company-Movie .inner iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}

.company-Table {
  margin-bottom: 6%;
}

.company-Table table {
  width: 100%;
}

.company-Table table tr th {
  width: 15%;
  text-align: center;
  vertical-align: top;
  padding: 20px;
  background-color: #ffbbbb;
  border: 1px solid #b1b1b1;
}

.company-Table table tr td {
  padding: 20px;
  border: 1px solid #b1b1b1;
}

.company-Table table tr td span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.company-Policy .p-Box {
  max-width: 420px;
  text-align: center;
  margin: 0 auto 6%;
}

#main .company-Policy .p-Box p {
  font-size: 20px;
}

.company-Policy .content-Box {
  margin-bottom: 6%;
}

.company-Policy .content-Box:last-child {
  margin-bottom: 0;
}

#main .company-Policy .content-Box h4 {
  font-size: 18px;
  margin-bottom: 2%;
}

.company-Policy .content-Box h4 span {
  display: block;
  font-size: 15.5px;
}

#main .company-Policy .content-Box .r-txt {
  text-align: right;
}

.access-Map .address-Box {
  margin-bottom: 6%;
  position: relative;
}

.access-Map .address-Box .img-box {
  width: 40%;
  padding-bottom: 20px;
}

.access-Map .address-Box .txt-box {
  width: 54%;
  position: absolute;
  top: 20%;
  right: 0;
  transform: translateY(-50%);
}

.access-Map .address-Box .txt-box_top {
  width: 54%;
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
}

#main .access-Map p {
  padding: 0;
}

.access-Map .address-Txt {
  margin-bottom: 4%;
}

.access-Map .address-Txt dd {
  font-size: 16px;
}

.access-Map .tel-Txt span,
.access-Map .fax-Txt span {
  font-size: 16px;
}

.access-Map .map {
  margin-bottom: 4%;
}

.access-Map .map .inner {
  width: 100%;
  padding-top: 40%;
  height: 0px;
  position: relative;
}

.access-Map .map .inner iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}

.access-Map .btn {
  margin-bottom: 8%;
}

.access-Map .btn a {
  display: block;
  color: #333333;
  max-width: 320px;
  padding: 20px 0;
  margin: 0 auto;
  border: 1px solid #333333;
}

.access-Map .route {
  margin-bottom: 6%;
}

.access-Map .route p {
  margin-bottom: 4%;
}

.access-Map .route dl {
  margin-bottom: 4%;
}

.access-Map .route dl dt {
  color: #ba5171;
  font-size: 16px;
  margin-bottom: 2%;
}

.access-Map .route dl dd {
  font-size: 15.5px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  #kusatsu,
  #hachiman,
  #minahiko,
  #konan {
    padding-top: 60.03px;
    margin-top: -60.03px;
  }

  .company-Movie .inner {
    width: 100%;
    padding-top: 60%;
  }

  .company-Policy .p-Box {
    margin: 0px auto 12%;
  }

  #main .company-Policy .p-Box p {
    font-size: 18px;
  }

  .company-Policy .content-Box {
    margin-bottom: 12%;
  }

  .access-Map .address-Box .img-box {
    width: 70%;
    margin: 0 auto 8%;
  }

  .access-Map .address-Box .txt-box {
    width: 100%;
    position: static;
    transform: translateY(0);
  }

  .access-Map .address-Box .txt-box_top {
    width: 100%;
    position: static;
    transform: translateY(0);
  }

  .access-Map .tel-Txt span,
  .access-Map .fax-Txt span {
    font-size: 15.5px;
  }

  .access-Map .address-Txt dd {
    font-size: 15.5px;
  }

  .access-Map .map .inner {
    padding-top: 50%;
  }

  .access-Map .btn {
    margin-bottom: 12%;
  }

  .access-Map .route p {
    margin-bottom: 8%;
  }

  .access-Map .route dl {
    margin-bottom: 8%;
  }

  .access-Map .route {
    margin-bottom: 12%;
  }
}

/* ワイズ関西企業理念 */

#main .company-Ptxt {
  margin-bottom: 4%;
}

#main .company-Ptxt p {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 2% 0;
}

.credo {
  max-width: 280px;
}

.credo2 {
  max-width: 680px;
  margin: 6% auto 0;
}

.group-Company .logo-Wrap {
  max-width: 250px;
}

.group-Company .logo-Wrap img {
  width: 100%;
  height: auto;
  margin: 0;
}

.group-Company dl {
  margin-bottom: 4%;
}

.group-Company .image {
  border: 1px solid #dedede;
  margin-bottom: 4%;
}

.group-Company .image img {
  width: 100%;
  height: auto;
  margin: 0;
}

.group-Company .btn a {
  display: block;
  color: #333333;
  max-width: 320px;
  padding: 20px 0;
  margin: 0 auto;
  border: 1px solid #333333;
}

@media screen and (max-width: 767px) {
  .group-Company .logo-Wrap {
    margin: 0 auto;
  }
}

/* 女性の職業生活における活躍の推進に関する法律に基づく一般事業主行動計画 */

#main .women p {
  padding: 0;
}

#main .women h4 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

#main .women h4 span {
  font-size: 15.5px;
  font-weight: normal;
  margin-left: 10px;
}

#main .women p.txt {
  margin-bottom: 4%;
}

.women dl {
  margin-top: 4%;
}

.women dl dt {
  font-size: 15.5px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 2%;
}

.women dl dd {
  font-size: 15.5px;
  padding-left: 10px;
  margin-bottom: 2%;
  position: relative;
}

.women dl dd:last-child {
  margin-bottom: 0;
}

.women dl dd::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid#9f0e15;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #main .women p.txt {
    margin-bottom: 8%;
  }

  .women dl {
    margin-top: 8%;
  }
}

/* 登録スタッフの方 */

.staff-List {
  display: flex;
  flex-wrap: wrap;
}

.staff-List .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 12%;
}

.staff-List .item:nth-child(3n) {
  margin-right: 0;
}

.staff-List .item:nth-child(4),
.staff-List .item:nth-child(5),
.staff-List .item:nth-child(6) {
  margin-bottom: 0;
}

.staff-List .item.s-menu02,
.staff-List .item.s-menu05 {
  padding-top: 40px;
}

.staff-List .item.s-menu01::before {
  content: "";
  display: block;
  width: 62px;
  height: 220px;
  margin: 0 auto 4%;
  background-image: url(../images/staff/staff_menu01.png);
  background-size: cover;
}

.staff-List .item.s-menu02::before {
  content: "";
  display: block;
  width: 181px;
  height: 180px;
  margin: 0 auto 4%;
  background-image: url(../images/staff/staff_menu02.png);
  background-size: cover;
}

.staff-List .item.s-menu03::before {
  content: "";
  display: block;
  width: 91px;
  height: 220px;
  margin: 0 auto 4%;
  background-image: url(../images/staff/staff_menu04.png);
  background-size: cover;
}

.staff-List .item.s-menu04::before {
  content: "";
  display: block;
  width: 72px;
  height: 220px;
  margin: 0 auto 4%;
  background-image: url(../images/staff/staff_menu03.png);
  background-size: cover;
}

.staff-List .item.s-menu05::before {
  content: "";
  display: block;
  width: 156px;
  height: 180px;
  margin: 0 auto 4%;
  background-image: url(../images/staff/staff_menu05.png);
  background-size: cover;
}

.staff-List .item.s-menu06::before {
  content: "";
  display: block;
  width: 89px;
  height: 220px;
  margin: 0 auto 4%;
  background-image: url(../images/staff/staff_menu06.png);
  background-size: cover;
}

.staff-List .item dl dt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4%;
}

.staff-List .item dl .txt {
  font-size: 15.5px;
  margin-bottom: 8%;
  min-height: 42px;
}

.staff-List .item dl .btn a {
  display: block;
  max-width: 200px;
  padding: 10px 0;
  margin: 0 auto;
  color: #ffffff;
  background-color: #9e2d2d;
  border: 1px solid #9e2d2d;
  transition: 0.5s;
}

.staff-List .item dl .btn a:hover {
  color: #9e2d2d;
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  .staff-List .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24%;
  }

  .staff-List .item.s-menu02,
  .staff-List .item.s-menu05 {
    padding-top: 0;
  }

  .staff-List .item:nth-child(4),
  .staff-List .item:nth-child(5),
  .staff-List .item:nth-child(6) {
    margin-bottom: 24%;
  }

  .staff-List .item dl .btn a {
    max-width: 100%;
    padding: 25px 0;
  }
}

/* 契約形態で探す */

.staff-List .yuryo-menu::before {
  content: "";
  display: block;
  width: 69px;
  height: 220px;
  margin: 0 auto 4%;
  background-image: url(../images/staff/yuryou_icon.png);
  background-size: cover;
}

.staff-List .syokai-menu::before {
  content: "";
  display: block;
  width: 94px;
  height: 220px;
  margin: 0 auto 4%;
  background-image: url(../images/staff/syokai_icon.png);
  background-size: cover;
}

.staff-List .outsourcing-menu::before {
  content: "";
  display: block;
  width: 153px;
  height: 220px;
  margin: 0 auto 4%;
  background-image: url(../images/staff/outsourcing_icon.png);
  background-size: cover;
}

#main .ac-Menu .re-Search {
  width: 100%;
  font-size: 15.5px;
  text-align: center;
  color: #9e2d2d;
  border: 1px solid #9e2d2d;
  padding: 15px 0;
  position: relative;
  cursor: pointer;
  margin-bottom: 4%;
}

#main .ac-Menu .re-Search::after {
  content: "+";
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

#main .ac-Menu .re-Search.Action::after {
  content: "\0d7";
}

.ac-Menu .Job-SearchForm {
  display: none;
}

#feas-result-0 {
  padding: 10px;
}

@media screen and (max-width: 767px) {
  #main .ac-Menu .re-Search {
    margin-bottom: 10%;
  }
}

/* 人材派遣 */

.haken-Txt span {
  display: block;
  text-align: right;
  margin-top: 2%;
}

.haken-List {
  margin-bottom: 6%;
}

@media screen and (max-width: 767px) {
  .haken-Txt span {
    margin-top: 4%;
  }

  .haken-List {
    margin-bottom: 10%;
  }
}

/* 人材ニーズで探す */

.haken-List.icon-Type .img-box {
  float: right;
  width: 14%;
}

.haken-List.icon-Type .txt-box {
  float: left;
  width: 82%;
}

@media screen and (max-width: 767px) {
  .haken-List.icon-Type .img-box {
    width: 40%;
    margin: 0 auto;
    float: none;
  }

  .haken-List.icon-Type .txt-box {
    width: 100%;
  }
}

/* 求人情報ページ */

.txt-m {
  font-size: 120%;
}

.txt-l {
  font-size: 150%;
}

.job-Pointbox {
  font-size: 24px;
  background-color: #ff9999;
  padding: 10px;
  border-radius: 10px;
  margin-top: -15px;
  margin-bottom: 2%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.job-Pointbox h5 {
  text-align: center;
  line-height: 1.8;
}

.job-Pointbox .new-Mark {
  color: #f00;
}

#main h4.job-Pointtxt {
  font-size: 18px;
  margin-bottom: 2%;
}

.job-Table {
  width: 100%;
  margin-bottom: 2%;
}

.job-Table tr th {
  width: 16%;
  font-size: 15.5px;
  font-weight: normal;
  background-color: #ffdddd;
  text-align: center;
  padding: 15px 20px;
  border: 1px solid #b5b5b5;
}

.job-Table tr td {
  font-size: 15.5px;
  padding: 15px 20px;
  border: 1px solid #b5b5b5;
}

.job-OverviewBox {
  margin-bottom: 4%;
}

#main .job-OverviewBox h4 {
  font-size: 15.5px;
  color: #333333;
}

#main .job-OverviewBox h4 .midashi {
  display: block;
  color: #0000cd;
  background: #ffeeee;
  padding: 10px;
  border-radius: 1px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  max-width: 140px;
  text-align: center;
}

#main .job-OverviewBox p {
  padding: 0 20px;
  line-height: 1.8;
}

#main .job-Infobox {
  text-align: center;
  background-color: #cefba9;
  padding: 20px;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-border-radius: 10px;
}

.job-Freedial {
  background-color: #ffeeee;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 6%;
}

.job-Freedial dl {
  text-align: center;
  margin-bottom: 2%;
}

.job-Freedial dl dt {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 2%;
}

.job-Freedial dl dd {
  font-size: 15.5px;
}

.job-Freedial .btn a {
  display: block;
  max-width: 400px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: #9e2d2d;
  border: 1px solid #9e2d2d;
  border-radius: 10px;
  padding: 15px 0;
  margin: 0 auto;
  text-decoration: none;
  box-sizing: border-box;
}

.job-Freedial .btn a:hover {
  color: #9e2d2d;
  background-color: #ffffff;
}

.job-Freedial .btn a span {
  display: block;
  font-size: 15.5px;
}

.joblocal-Nav {
  margin-top: 18%;
}

.joblocal-Nav ul {
  display: flex;
  flex-wrap: wrap;
}

#main .joblocal-Nav ul li {
  width: 22%;
  padding: 0;
  margin-right: 4%;
}

#main .joblocal-Nav ul li:last-child {
  margin-right: 0;
}

.joblocal-Nav ul li a {
  display: flex;
  color: #ffffff;
  text-align: center;
  justify-content: center;
  padding: 20px;
}

.joblocal-Nav ul li.j1 a {
  background-color: #c15c1e;
}

.joblocal-Nav ul li.j2 a {
  background-color: #1e76c1;
}

.joblocal-Nav ul li.j3 a {
  background-color: #1ec14c;
}

.joblocal-Nav ul li.j4 a {
  background-color: #c11e6f;
}

.joblocal-Nav ul li a span {
  font-size: 17px;
  font-weight: bold;
  padding: 20% 0;
  flex: 1;
  border: 1px solid #ffffff;
  position: relative;
  transition: 0.5s;
}

.joblocal-Nav ul li.j1 a span,
.joblocal-Nav ul li.j2 a span {
  padding: 28.4% 0;
}

.joblocal-Nav ul li a:hover span {
  background-color: #ffffff;
}

.joblocal-Nav ul li.j1 a:hover span {
  color: #c15c1e;
}

.joblocal-Nav ul li.j2 a:hover span {
  color: #1e76c1;
}

.joblocal-Nav ul li.j3 a:hover span {
  color: #1ec14c;
}

.joblocal-Nav ul li.j4 a:hover span {
  color: #c11e6f;
}

@media screen and (max-width: 767px) {
  .joblocal-Nav {
    margin-top: 30%;
  }

  .sptxt-s {
    font-size: 90%;
  }

  .sptxt-m {
    font-size: 120%;
  }

  .sptxt-l {
    font-size: 150%;
  }

  .sp-center {
    text-align: center;
  }

  .sp-left {
    text-align: left;
  }

  .job-Pointbox {
    margin-bottom: 4%;
  }

  #main h4.job-Pointtxt {
    margin-bottom: 4%;
  }

  .job-Table {
    margin-bottom: 12%;
  }

  .job-Table tr th {
    width: 30%;
    font-size: 15px;
    padding: 10px;
  }

  .job-Table tr td {
    padding: 15px;
  }

  #main .job-Infobox {
    text-align: left;
    padding: 40px 20px;
  }

  .job-OverviewBox {
    margin-bottom: 6%;
  }

  #main .job-OverviewBox h4 .midashi {
    max-width: 100%;
  }

  #main .job-OverviewBox p {
    padding: 0 10px;
  }

  .job-Freedial {
    padding: 40px 20px;
    margin-bottom: 12%;
  }

  .job-Freedial dl {
    text-align: center;
    margin-bottom: 6%;
  }

  .job-Freedial dl dt {
    margin-bottom: 4%;
  }

  .job-Freedial dl dd {
    text-align: left;
  }

  #main .joblocal-Nav ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }

  #main .joblocal-Nav ul li:nth-child(2n) {
    margin-right: 0;
  }

  .joblocal-Nav ul li a {
    padding: 10px;
  }
}

#main.left_Content.single-Content img {
  max-width: 100%;
}

/*==========
 * 
 *  wp_social_bookmarking_light
 * 
==========*/

#main.left_Content.single-Content
  .wp_social_bookmarking_light
  div.wsbl_line
  img,
#main.left_Content.single-Content
  .wp_social_bookmarking_light
  div.wsbl_google
  img,
#main.left_Content.single-Content
  .wp_social_bookmarking_light
  div.wsbl_google
  img {
  width: 100%;
}

/*==========
 * 
 *  外国人人材の活用
 * 
==========*/

.page-id-14236 #main p {
  padding: 0;
}

.page-id-14236 .common-Container {
  margin-bottom: 10%;
}

.page-id-14236 .pickup .wrapper {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .common-Container {
    margin-bottom: 16%;
  }
}

/*===== 強み =====*/

.page-id-14236 #main.left_Content .pickup-title {
  text-align: center;
  font-weight: normal;
  margin-bottom: 8%;
  padding: 15px 0;
  color: #534b9d;
  background-color: #fff100;
  border-left: 0;
}

.page-id-14236 #main.left_Content .pickup-title span {
  display: block;
  font-size: 28px;
}

.page-id-14236 #main.left_Content .pickup-title b {
  font-size: 42px;
}

.page-id-14236 .pickup .unit {
  margin-bottom: 12%;
}

.page-id-14236 #main.left_Content .pickup .unit .title-Txt {
  margin-bottom: 8%;
  position: relative;
}

.page-id-14236 .pickup .unit .title-Txt::before {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  background-size: cover;
  position: absolute;
  top: -35px;
  left: 0;
}

.page-id-14236 .pickup .unit .title-Txt.first::before {
  background-image: url(../images/corporation/No1.png);
}

.page-id-14236 .pickup .unit .title-Txt.second::before {
  background-image: url(../images/corporation/No2.png);
}

.page-id-14236 .pickup .unit .title-Txt.third::before {
  background-image: url(../images/corporation/No3.png);
}

.page-id-14236 .pickup .unit .title-Txt span {
  display: block;
  font-size: 22px;
  color: #ffffff;
  background-color: #c14a96;
  padding: 10px 40px;
  margin-left: 85px;
}

.page-id-14236 .pickup .unit .txt-Unit {
  position: relative;
  margin: 0 50px;
}

.page-id-14236 .pickup .unit .txt-Unit .img-Box {
  width: 40%;
  font-size: 0;
}

.page-id-14236 .pickup .unit .txt-Unit .img-Box img {
  width: 100%;
}

.page-id-14236 .pickup .unit .txt-Unit .txt-Box {
  width: 56%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.page-id-14236 .pickup .unit .txt-Unit .txt-Box dt {
  font-size: 24px;
  font-weight: bold;
  color: #3a3591;
  margin-bottom: 20px;
}

.page-id-14236 .page-id-14236 .pickup .unit .txt-Unit .txt-Box .txt-Wrap b {
  font-size: 20px;
  color: #ec6320;
}

.page-id-14236 .pickup .unit .single {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.page-id-14236 .pickup .unit .single:last-child {
  margin-right: 0;
}

.page-id-14236 #main.left_Content .pickup .unit .single h4 {
  font-size: 20px;
  font-weight: bold;
  background-color: #f5f187;
  border: 4px solid #ec6320;
  border-radius: 15px;
  padding: 10px 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.page-id-14236 .pickup .unit .single h4.advice::after {
  content: "";
  display: block;
  width: 117px;
  height: 108px;
  background-image: url(../images/corporation/illust01.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -65px;
  right: 10px;
}

.page-id-14236 .pickup .unit .single h4.compliance::after {
  content: "";
  display: block;
  width: 91px;
  height: 102px;
  background-image: url(../images/corporation/illust02.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -55px;
  right: -60px;
}

.page-id-14236 #main .pickup .unit .single .layout-Box {
  padding: 40px 30px 30px;
  border: 1px solid #3c3c3c;
  margin-top: -40px;
  margin-left: 20px;
}

.page-id-14236 .pickup .unit .single .layout-Box dt {
  font-size: 20px;
  font-weight: bold;
  color: #3a3591;
  margin-bottom: 20px;
}

.page-id-14236 .pickup .unit .single b {
  font-size: 20px;
  color: #ec6320;
}

.page-id-14236 .pickup .unit .txt-Wrap {
  margin-bottom: 20px;
}

.page-id-14236 .pickup .unit .list {
  color: #1a6413;
}

.page-id-14236 .Concierge {
  max-width: 960px;
  margin: 0 auto;
  border: 2px solid #c33333;
}

.page-id-14236 .Concierge-wrap {
  padding: 80px 20px;
}

.page-id-14236 .Concierge-txt {
  text-align: center;
  font-size: 18px;
  margin-bottom: 6%;
}

.page-id-14236 .Concierge-txt b {
  color: #c33333;
}

.page-id-14236 .Concierge-txt .main-b {
  font-size: 32px;
}

.page-id-14236 .Concierge-txt .sub-b {
  font-size: 24px;
}

.page-id-14236 .Concierge-img {
  max-width: 640px;
  margin: 0 auto;
}

.page-id-14236 .Concierge-img img {
  width: 100%;
}

@media screen and (max-width: 820px) {
  .page-id-14236 .pickup .unit .title-Txt {
    margin-bottom: 14%;
  }

  .page-id-14236 .pickup .unit .single {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 12%;
  }

  .page-id-14236 .pickup .unit .single:last-child {
    margin-bottom: 0;
  }

  .page-id-14236 #main.left_Content .pickup-title {
    margin-bottom: 16%;
    font-size: 20px;
  }

  .page-id-14236 #main.left_Content .pickup-title span {
    font-size: 24px;
  }

  .page-id-14236 #main.left_Content .pickup-title b {
    font-size: 28px;
  }

  .page-id-14236 .pickup .unit {
    margin-bottom: 24%;
  }

  .page-id-14236 .pickup .unit .title-Txt::before {
    width: 70px;
    height: 70px;
    top: -35px;
  }

  .page-id-14236 .pickup .unit .title-Txt span {
    font-size: 20px;
    padding: 10px 20px 10px 65px;
    margin-left: 0;
  }

  .page-id-14236 .pickup .unit .txt-Unit {
    margin: 0px;
  }

  .page-id-14236 .pickup .unit .txt-Unit .img-Box {
    width: 100%;
    margin-bottom: 6%;
  }

  .page-id-14236 .pickup .unit .txt-Unit .txt-Box {
    width: 100%;
    position: static;
    transform: translateY(0);
  }

  .page-id-14236 .pickup .unit .txt-Unit .txt-Box dt {
    font-size: 20px;
  }

  .page-id-14236 .page-id-14236 .pickup .unit .single h4 {
    font-size: 20px;
    margin-right: 0;
  }

  .page-id-14236 .pickup .unit .single h4.advice::after {
    width: 84px;
    height: 77px;
    top: -30px;
  }

  .page-id-14236 .pickup .unit .single h4.compliance::after {
    width: 40px;
    height: 45px;
    top: -10px;
    right: -20px;
  }

  .page-id-14236 .pickup .unit .single .layout-Box {
    padding: 40px 20px 0;
    border: 0;
    margin-top: -40px;
    margin-left: 0px;
  }

  .page-id-14236 .pickup .unit .list {
    font-size: 14px;
  }

  .page-id-14236 .Concierge-wrap {
    padding: 40px 20px;
  }

  .page-id-14236 .Concierge-txt {
    font-size: 16px;
    margin-bottom: 12%;
  }

  .page-id-14236 .Concierge-txt .main-b {
    font-size: 20px;
  }

  .page-id-14236 .Concierge-txt .sub-b {
    font-size: 18px;
  }
}

@media screen and (max-width: 320px) {
  .page-id-14236 .pickup .point-Title span b {
    font-size: 20px;
  }
}

/*===== ワイズ関西外国人サポート内容 =====*/

.page-id-14236 #main.left_Content .Grobal-support .content-Title {
  font-size: 28px;
  text-align: center;
  color: #ffffff;
  background-color: #c04a96;
  padding: 15px 0;
  margin-bottom: 6%;
  position: relative;
  border-left: 0;
}

.page-id-14236 #main.left_Content .Grobal-support .content-Title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 26px solid #c04a96;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}

.page-id-14236 .Grobal-support .txtBox {
  font-size: 20px;
  text-align: center;
  color: #721b1f;
  font-weight: bold;
  margin-bottom: 6%;
}

.page-id-14236 .Grobal-support .listWrapper {
  max-width: 768px;
  margin: 0 auto;
}

.page-id-14236 .Grobal-support .listWrapper dl {
  width: 48%;
  float: left;
  border: 2px solid #c04a96;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-right: 4%;
  margin-bottom: 6%;
  box-sizing: border-box;
}

.page-id-14236 .Grobal-support .listWrapper dl:nth-child(2n) {
  margin-right: 0;
}

.page-id-14236 .Grobal-support .listWrapper dl dt {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  background-color: #c04a96;
  margin-right: 20px;
}

.page-id-14236 .Grobal-support .listWrapper dl dd {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .page-id-14236 #main.left_Content .Grobal-support .content-Title {
    font-size: 20px;
    margin-bottom: 12%;
  }

  .page-id-14236 .Grobal-support .txtBox {
    font-size: 14px;
    margin-bottom: 10%;
  }

  .page-id-14236 .Grobal-support .listWrapper dl {
    width: 100%;
    margin-bottom: 8%;
  }

  .page-id-14236 .Grobal-support .listWrapper dl dt {
    margin-right: 10px;
  }

  .page-id-14236 .Grobal-support .listWrapper dl dd {
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
  .page-id-14236 .Grobal-support .listWrapper dl dd {
    font-size: 18px;
  }
}

/*===== 登録支援機関サポート =====*/

.page-id-14236 #main.left_Content .support-Title {
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
  color: #ffffff;
  background-color: #721b1f;
  padding: 15px 0;
  margin-bottom: 8%;
  border-left: 0;
}

.page-id-14236 #main.left_Content .support-Title b {
  font-size: 32px;
}

.page-id-14236 #main.left_Content .support-Title span {
  font-size: 28px;
}

.page-id-14236 .support .about-Box {
  margin-bottom: 10%;
}

.page-id-14236 .support .about-Box .imgBox {
  max-width: 840px;
  margin: 0 auto 6%;
}

.page-id-14236 .support .about-Box .imgBox img {
  width: 100%;
}

.page-id-14236 #main.left_Content .support-Subtitle {
  font-size: 20px;
  margin-bottom: 6%;
  padding-left: 15px;
  border-left: 6px solid #721b1f;
  position: relative;
}

.page-id-14236 #main.left_Content .support-Subtitle::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #3b3b3b;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.page-id-14236 #main.left_Content .support-Subtitle b {
  font-size: 28px;
}

.page-id-14236 #main.left_Content .support .Overview-Box .support-Subtitle {
  font-size: 24px;
}

.page-id-14236 #main.left_Content .support .Overview-Box .support-Subtitle b {
  font-size: 28px;
  color: #e8811d;
}

.page-id-14236 .support .Overview-Box .listWrapper {
  width: 46%;
  float: left;
}

.page-id-14236 .support .Overview-Box .listWrapper dl {
  border: 1px solid #721b1f;
  background-color: #721b1f;
  margin-bottom: 20px;
  position: relative;
}

.page-id-14236 .support .Overview-Box .listWrapper dl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 20px solid #721b1f;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -19px;
  margin: auto;
}

.page-id-14236 .support .Overview-Box .listWrapper dl:last-child::after {
  content: none;
}

.page-id-14236 .support .Overview-Box .listWrapper .second::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 35px solid #721b1f;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 0;
  right: -34px;
  bottom: 0;
  margin: auto;
}

.page-id-14236 .support .Overview-Box .listWrapper dl dt {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
  color: #721b1f;
  background-color: #ffffff;
  padding: 20px;
  margin-right: 20px;
}

.page-id-14236 .support .Overview-Box .listWrapper dl dd {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 18px;
}

.page-id-14236 .support .Overview-Box .listWrapper dl dd b {
  font-size: 22px;
}

.page-id-14236 .support .Overview-Box .listWrapper .third dd b {
  display: block;
}

.page-id-14236 .support .Overview-Box .txtWrapper {
  width: 48%;
  float: right;
}

.page-id-14236 .support .Overview-Box .txtWrapper .txtBox {
  font-size: 20px;
  margin-bottom: 6%;
}

.page-id-14236 .support .Overview-Box .txtWrapper .txtBox b {
  font-size: 20px;
  font-weight: bold;
}

.page-id-14236 .support .Overview-Box .txtWrapper .txtBox .tokutei {
  color: #ce549a;
}

.page-id-14236 .support .Overview-Box .txtWrapper .txtBox .engi {
  color: #3e499d;
}

.page-id-14236 .support .Overview-Box .txtWrapper .txtBox .perm {
  color: #e77f34;
}

.page-id-14236 .support .Overview-Box .haken-type h4 {
  font-size: 20px;
  border-bottom: 1px solid #3b3b3b;
  margin-bottom: 2%;
}

.page-id-14236 .support .Overview-Box .haken-type p {
  font-size: 20px;
}

.tourokushien-Col {
  margin-top: 10%;
  margin-bottom: 14%;
}

.tourokushien-Col .inner {
  margin-bottom: 40px;
}

.tourokushien-Col .bg-Image {
  float: right;
  width: 33%;
  background-image: url(../images/page/tourokusien_image.jpg);
  background-size: cover;
  background-position: center center;
}

.tourokushien-Col .bg-Image::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.tourokushien-Col .t-Box {
  float: left;
  width: 66%;
}

#main.left_Content .tourokushien-Col .t-Box .ttl {
  font-size: 26px;
  padding-left: 15px;
  border-left: 6px solid #721b1f;
  margin-top: 0;
  margin-bottom: 30px;
}

.tourokushien-Col .p-Btn a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: #c04a96;
  border: 1px solid #c04a96;
  padding: 20px;
  border-radius: 15px;
  transition: 0.6s all;
}

.tourokushien-Col .p-Btn a:hover {
  color: #c04a96;
  background-color: #ffffff;
}

.tourokushien-Col .p-Btn br {
  display: none;
}

@media screen and (max-width: 1023px) {
  .page-id-14236 .Grobal-support .listWrapper dl dt {
    margin-right: 10px;
  }

  .page-id-14236 .Grobal-support .listWrapper dl dd {
    font-size: 16px;
  }
}

@media screen and (max-width: 820px) {
  #main.left_Content .tourokushien-Col .t-Box .ttl {
    font-size: 22px;
  }

  .tourokushien-Col .p-Btn br {
    display: block;
  }

  .page-id-14236 #main.left_Content .support-Title {
    font-size: 16px;
    margin-bottom: 12%;
  }

  .page-id-14236 #main.left_Content .support-Title b {
    font-size: 20px;
  }

  .page-id-14236 #main.left_Content .support-Title span {
    font-size: 20px;
  }

  .page-id-14236 #main.left_Content .support-Subtitle {
    font-size: 20px;
    margin-bottom: 12%;
    padding-left: 5px;
    border-left: 4px solid #721b1f;
  }

  .page-id-14236 #main.left_Content .support-Subtitle b {
    font-size: 22px;
  }

  .page-id-14236 #main.left_Content .support .about-Box {
    margin-bottom: 16%;
  }

  .page-id-14236 .support .about-Box .imgBox {
    margin: 0px auto 10%;
  }

  .support .Overview-Box .support-Subtitle {
    font-size: 16px;
  }

  .page-id-14236 .support .Overview-Box .support-Subtitle b {
    font-size: 22px;
  }

  .page-id-14236 .support .Overview-Box .listWrapper {
    width: 100%;
    margin-bottom: 8%;
  }

  .page-id-14236 .support .Overview-Box .listWrapper .second::before {
    content: none;
  }

  .page-id-14236 .support .Overview-Box .txtWrapper {
    width: 100%;
  }

  .page-id-14236 .support .Overview-Box .txtWrapper .txtBox {
    font-size: 16px;
    margin-bottom: 8%;
  }

  .page-id-14236 .support .Overview-Box .txtWrapper .txtBox b {
    font-size: 18px;
  }

  .page-id-14236 .support .Overview-Box .haken-type h4 {
    font-size: 18px;
    margin-bottom: 4%;
  }

  .page-id-14236 .support .Overview-Box .haken-type p {
    font-size: 16px;
  }

  .tourokushien-Col .bg-Image {
    width: 100%;
    margin-bottom: 20px;
  }

  .tourokushien-Col .bg-Image::before {
    padding-top: 60%;
  }

  .tourokushien-Col .t-Box {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .page-id-14236 .support-Title {
    font-size: 14px;
  }

  .page-id-14236 .support-Title b {
    font-size: 18px;
  }

  .page-id-14236 .support-Title span {
    font-size: 18px;
  }

  .page-id-14236 .support-Subtitle {
    font-size: 16px;
  }

  .page-id-14236 .support-Subtitle b {
    font-size: 20px;
  }

  .page-id-14236 .support .Overview-Box .listWrapper dl dt {
    padding: 15px;
    margin-right: 10px;
  }

  .page-id-14236 .support .Overview-Box .listWrapper dl dd {
    font-size: 16px;
  }

  .page-id-14236 .support .Overview-Box .listWrapper dl dd b {
    font-size: 20px;
  }
}

/*===== ご契約の流れ =====*/

.flow .wrapper {
  display: flex;
  flex-wrap: wrap;
}

.flow .wrapper .unit {
  width: 16%;
  margin-right: 5%;
  padding-bottom: 20px;
  border: 1px solid #888888;
  background-color: #ffffff;
  box-sizing: border-box;
  position: relative;
}

.flow .wrapper .unit::before {
  font-size: 20px;
  font-weight: bold;
  display: block;
  text-align: center;
  color: #ffffff;
  background-color: #721b1f;
  padding: 10px;
  margin-bottom: 12%;
}

.flow .wrapper .unit::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 18px solid #888888;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 0;
  right: -32px;
  bottom: 0;
  margin: auto;
}

.flow .wrapper .first::before {
  content: "STEP.1";
}

.flow .wrapper .second::before {
  content: "STEP.2";
}

.flow .wrapper .third::before {
  content: "STEP.3";
}

.flow .wrapper .forth::before {
  content: "STEP.4";
}

.flow .wrapper .fifth::before {
  content: "STEP.5";
}

.flow .wrapper .unit:last-child {
  margin-right: 0;
}

.flow .wrapper .unit:last-child::after {
  content: none;
}

.flow .wrapper .unit dt {
  font-weight: bold;
  text-align: center;
  min-height: 50px;
  margin-bottom: 8%;
}

.flow .wrapper .first dt,
.flow .wrapper .third dt,
.flow .wrapper .forth dt,
.flow .wrapper .fifth dt {
  line-height: 50px;
}

.flow .wrapper .unit dd {
  padding: 0 20px;
}

@media screen and (max-width: 1023px) {
  .flow .wrapper {
    justify-content: center;
  }

  .flow .wrapper .unit {
    width: 30%;
    margin-bottom: 6%;
  }

  .flow .wrapper .unit::after {
    right: -30px;
  }
}

@media screen and (max-width: 767px) {
  .flow .wrapper .unit {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }

  .flow .wrapper .unit::before {
    margin-bottom: 8%;
  }

  .flow .wrapper .unit::after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 16px solid #888888;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -60px;
    left: 0;
    margin: auto;
  }

  .flow .wrapper .unit:last-child {
    margin-bottom: 0;
  }

  .flow .wrapper .unit dt {
    font-size: 20px;
    min-height: auto;
  }

  .flow .wrapper .first dt,
  .flow .wrapper .third dt,
  .flow .wrapper .forth dt,
  .flow .wrapper .fifth dt {
    line-height: 1.4;
  }
}

/*===== お問い合わせ =====*/

.page-id-14236 .contact {
  background-color: #721b1f;
}

.page-id-14236 .contact .content-Wrapper {
  padding: 60px 20px;
  position: relative;
}

.page-id-14236 .contact .content-Wrapper::before {
  content: "";
  display: block;
  width: 200px;
  height: 360px;
  background-image: url(../images/corporation/woman01.png);
  background-size: cover;
  position: absolute;
  left: 40px;
  bottom: 0;
}

.page-id-14236 #main.left_Content .contact .content-Title {
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 2%;
  border-left: 0;
}

.page-id-14236 #main .contact .box {
  width: auto;
  float: none;
  padding: 40px 40px 40px 240px;
  border: 2px solid #3a3a3a;
  background-color: #ffffff;
}

.page-id-14236 .contact .company-name {
  font-size: 14px;
  padding-left: 210px;
  margin-bottom: 4%;
  position: relative;
}

.page-id-14236 .contact .company-name::before {
  content: "";
  display: block;
  width: 190px;
  height: 38px;
  background-image: url(../images/logo.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.page-id-14236 .contact .company-name span {
  font-size: 12px;
  padding-left: 190px;
}

.page-id-14236 .contact .info {
  position: relative;
}

.page-id-14236 .contact .dial {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.page-id-14236 .contact .dial a {
  font-size: 28px;
  line-height: 1;
  color: #7f2428;
  font-weight: bold;
}

.page-id-14236 .contact .webform {
  width: 54%;
  margin-left: auto;
}

.page-id-14236 .contact .webform a {
  display: block;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background-image: linear-gradient(to bottom, #ff8400, #feae59);
  padding: 20px 0;
  box-shadow: 2px 2px 4px #757575;
  border-radius: 15px;
}

.page-id-14236 .contact .webform a span {
  display: block;
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 1023px) {
  .page-id-14236 .contact .content-Wrapper::before {
    width: 146px;
    height: 268px;
    top: 50px;
    left: auto;
    right: 10px;
    bottom: auto;
  }

  .page-id-14236 .contact .company-name {
    font-size: 14px;
    padding-left: 0;
    margin-bottom: 4%;
    text-align: center;
  }

  .page-id-14236 .contact .company-name::before {
    position: static;
    transform: translateY(0);
    margin: 0 auto 2%;
  }

  .page-id-14236 .contact .company-name span {
    display: none;
  }

  .page-id-14236 #main .contact .box {
    padding: 40px;
  }

  .page-id-14236 #main.left_Content .contact .dial {
    position: static;
    transform: translateY(0);
    text-align: center;
    margin-bottom: 4%;
  }

  .page-id-14236 .contact .webform {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .page-id-14236 .contact .content-Wrapper {
    padding: 40px 20px;
  }

  .page-id-14236 .contact .content-Wrapper::before {
    width: 80px;
    height: 145px;
    top: 70px;
    left: auto;
    right: 0px;
  }

  .page-id-14236 #main.left_Content .contact .content-Title {
    font-size: 18px;
    margin-bottom: 4%;
  }

  .page-id-14236 .contact .company-name {
    font-size: 10px;
    margin-bottom: 8%;
  }

  .page-id-14236 .contact .company-name::before {
    width: 147px;
    height: 29px;
  }

  .page-id-14236 #main .contact .box {
    padding: 40px 20px;
  }

  .page-id-14236 .contact .dial {
    margin-bottom: 8%;
  }

  .page-id-14236 .contact .dial a {
    font-size: 24px;
  }

  .page-id-14236 .contact .webform a {
    font-size: 18px;
    padding: 20px 0;
  }

  .page-id-14236 .contact .webform a span {
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {
  .page-id-14236 .contact .content-Wrapper::before {
    width: 65px;
    height: 120px;
    top: 70px;
    left: auto;
    right: 0px;
  }

  .page-id-14236 .contact .content-Title {
    font-size: 18px;
  }

  .page-id-14236 .contact .box {
    padding: 30px 20px;
  }

  .page-id-14236 .contact .webform a {
    padding: 15px 0;
  }
}
