@charset "utf-8";
main {
  width: 100%;
}
#mainCont {
  width: 70%;
  float: left;
}
aside {
  width: 25%;
  float: right;
}
main a:hover {
  text-decoration: underline;
}

/* page path ------------------- */
.page_path ul{
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: 10px auto 20px;
  line-height: 1;
}
.page_path ul li{
  font-size: 14px;
}
.page_path ul li a{
  color: #000;
}
.page_path ul li::after{
  content: ">";
  display: inline-block;
  padding-left: 1em;
}
.page_path ul li:last-child:after{
  content: "";
}
.page_path ul li + li{
  margin-left: 1em;
}

@media screen and (max-width: 780px){
  .page_path ul{
    padding-left: 10px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .page_path ul li{
    font-size: 12px;
  }
}

/* page_header ------------------- */
.page_header{
  width: 100%;
}
/* 各ページにclassを追加し背景を設定 */
.page_header.about{
  background: url(../img/page-about_header_bg.jpg) no-repeat center;
}
.page_header.searched{
  margin-bottom: 40px;
  background: url(../img/page-searched_header_bg.jpg) no-repeat center;
}
.page_header.interview{
  margin-bottom: 40px;
  background: url(../img/page-interview_header_bg.jpg) no-repeat center;
}
.page_header.special{
  margin-bottom: 40px;
  background: url(../img/page-special_header_bg.jpg) no-repeat center;
}
.page_header.jobsearch{
  margin-bottom: 40px;
  background: url(../img/page-jobsearch_header_bg.jpg) no-repeat center;
}
.page_header.column{
  margin-bottom: 40px;
  background: url(../img/page-column_header_bg.jpg) no-repeat center;
}

.page_header_inner{
  position: relative;
  width: 1080px;
  height: 432px;
  margin: 0 auto;
}
.page_header .page_header_inner .catch_block{
  position: absolute;
  min-width: 640px;
}

/* 強み */
.page_header.about .page_header_inner .catch_block{
  top: 110px;
  left: 100px;
}
.page_header.about .page_header_inner .catch_block img{
  width: auto;
  height: 150px;
}
/* 求人転職 */
.page_header.searched .page_header_inner .catch_block{
  top: 180px;
  left: 100px;
}
.page_header.searched .page_header_inner .catch_block img{
  width: auto;
  height: 62px;
}
/* インタビュー */
.page_header.interview .page_header_inner .catch_block{
  top: 180px;
  left: 50px;
}
.page_header.interview .page_header_inner .catch_block img{
  width: auto;
  height: 62px;
}
/* 特集 */
.page_header.special .page_header_inner .catch_block{
  top: 180px;
  left: 50px;
}
.page_header.special .page_header_inner .catch_block img{
  width: auto;
  height: 62px;
}
/* 検索 */
.page_header.jobsearch .page_header_inner .catch_block{
  top: 180px;
  left: 50px;
}
.page_header.jobsearch .page_header_inner .catch_block img{
  width: auto;
  height: 62px;
}
/* コラム */
.page_header.column .page_header_inner .catch_block{
  top: 180px;
  left: 50px;
}
.page_header.column .page_header_inner .catch_block img{
  width: auto;
  height: 62px;
}

.page_header_inner .img_block img{
  position: absolute;
  right: 50px;
  bottom: 0;
  width: auto;
  height: 420px;
}


/*------------------------
  page-search
-------------------------*/
.current {
  margin: 0 0 20px;
}
.current a {
  border: 1px solid #ccc;
  background: #eee;
  padding: 3px 5px;
  border-radius: 5px;
  margin-right: 5px;
  color: #444;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 2.5em;
  word-break: keep-all;
}
.current a::after {
  content: "\f057";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 3px;
  font-size: 13px;
  color: #555;
}
.tax_desc {
  border: 1px solid #ffcda2;
  padding: 20px;
  margin: 0 0 30px;
  background: #fff;
  font-size: 12px;
}
.seacret {
  padding: 20px;
  text-align: center;
  margin: 40px 0 0;
  background: #fbfbfb;
  border: 2px dashed #f59d3a;
  color: #555;
}
.seacret h3 {
  letter-spacing: 1px;
  font-size: 18px;
  color: #ff9559;
  background: -webkit-linear-gradient(0deg, #ff9559, #efa41b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 10px;
}
.seacret p.cbtn a {
  margin: 20px auto 0;
}
.search .bt-box {
  text-align: center;
  margin-bottom: 100px;
}
.search .search_table table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.search .search_table th {
  width: 200px;
  border: 1px solid #ccc;
  padding: 10px;
}
.search .search_table td {
  border: 1px solid #ccc;
  padding: 10px;
  line-height: 2.5em;
}

/*------------------------
  single-jobs
-------------------------*/
#single-job {
  position: relative;
  margin: 10px auto 80px;
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 20px;
}
#single-job h1 {
  font-size: 24px;
  letter-spacing: 1px;
  margin: 0 0 10px;
  width: 70%;
}
#single-job h2 {
  background: #f5f5f5;
  padding: 10px;
  text-align: center;
  margin: 20px 0 5px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #000;
}
#single-job .to-cta1 {
  position: absolute;
  width: auto;
  padding: 10px 30px;
  top: 0;
  right: 20px;
  display: block;
  background: #252322;
  color: #fff;
}
#single-job .to-cta1::before {
  content: "\f46d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 10px 0 0;
}
table.job-detail {
  width: 100%;
  margin: 0 0 40px;
}
table.job-detail th {
  width: 20%;
  font-weight: normal;
  color: #555;
  padding: 10px;
  text-align: left;
}
table.job-detail td {
  padding: 10px;
}
.job-detail-images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}
table.job-detail tr {
  border-bottom: 1px solid #dcdcdc;
}
.to-cta2 {
  display: block;
  margin: 20px auto;
  padding: 15px 0;
  width: 300px;
  text-align: center;
  background: #ff9559;
  background: -moz-linear-gradient(to right, #ff9559, #f2913b 30%, #ef731b);
  background: -webkit-linear-gradient(to right, #ff9559, #f2913b 30%, #ef731b);
  background: linear-gradient(to right, #ff9559, #f2913b 30%, #ef731b);
  color: #fff;
}
.to-cta2::after {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 0 0 5px;
}
.to-cta3 {
  display: block;
  margin: 20px auto;
  padding: 15px 0;
  width: 300px;
  text-align: center;
  background: #000;
  color: #fff;
}
#job-cta {
  text-align: center;
}
#job-cta p {
  margin: 10px 0;
  color: #555;
}
#job-cta h4 {
  margin: 20px 0;
  font-size: 16px;
  letter-spacing: 2px;
}
#single-job ul.flow {
  width: 100%;
}
#single-job ul.flow li {
  float: left;
  width: 20%;
  text-align: center;
  position: relative;
  margin: 20px 0;
}
#single-job ul.flow li h3 {
  color: #b99438;
  font-weight: normal;
}
#single-job ul.flow li::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 40%;
  color: #e3d4ae;
}
#single-job ul.flow li:last-child::after {
  display: none;
}
#single-job .job-flow p {
  text-align: center;
  color: #555;
}
.related-job .jobsList {
  width: 100%;
  float: none;
  border: none;
  border-bottom: 1px dashed #dcdcdc;
}

/*------------------------
  form
-------------------------*/
.wpcf7 table {
  width: 75%;
  margin: 0 auto;
  text-align: left;
  font-size: 1.2em;
}
.wpcf7 table td {
  margin: 5px 0;
  padding: 5px;
}
.wpcf7-text {
  border: 2px solid #ccc;
  width: 100%;
  height: 2.5em;
  padding: 0 5px;
  font-size: 16px;
  background: #fff;
  font-family: "ForkAwesome";
}
.wpcf7-textarea {
  border: 2px solid #ccc;
  width: 100%;
  font-size: 16px;
  padding: 0 5px;
  height: 8em;
  background: #fff;
}
.wpcf7-submit {
  text-align: center;
  background: #ff9559;
  background: -moz-linear-gradient(to right, #ff9559, #f2913b 30%, #ef731b);
  background: -webkit-linear-gradient(to right, #ff9559, #f2913b 30%, #ef731b);
  background: linear-gradient(to right, #ff9559, #f2913b 30%, #ef731b);
  color: #fff;
  width: 300px;
  margin: 30px auto;
  display: block;
  padding: 10px 0;
  font-size: 16px;
  border: none;
  letter-spacing: 2px;
}
/*input[name="text-sei"], input[name="text-name"],input[name="text-seik"], input[name="text-namek"]{
	width:50%;
}*/
input[name="text-now"],
input[name="text-future"] {
  width: 5em;
}
.wpcf7 table select {
  background: #fff;
  padding: 5px;
  border: 2px solid #ccc;
}

/*------------------------
  special
-------------------------*/
.mainimg {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin: 0 auto 20px;
}
.mainimg img {
  position: absolute;
  top: -50%;
  left: 0;
}
.mainimg h1 {
  position: absolute;
  margin: 0 auto;
  font-size: 28px;
  text-align: center;
  top: 35%;
  right: 0;
  left: 0;
  letter-spacing: 2px;
  background: rgba(258, 258, 258, 0.5);
  padding: 25px 0;
  color: #252322;
  display: block;
  width: 70%;
}
.job12 {
  margin: 40px 0;
  padding: 10px 0 20px;
}

dl.feature {
  width: 100%;
}
dl.feature dt {
  float: left;
  width: 30%;
  position: relative;
  text-align: center;
}
dl.feature dt:first-child::before {
  content: url(../img/point1.png);
  position: absolute;
  top: 0;
  left: 0;
}
dl.feature dt:nth-child(3)::before {
  content: url(../img/point2.png);
  position: absolute;
  top: 0;
  left: 0;
}
dl.feature dt:nth-child(5)::before {
  content: url(../img/point3.png);
  position: absolute;
  top: 0;
  left: 0;
}
dl.feature dd {
  padding-left: 30%;
  min-height: 210px;
  border-bottom: 1px solid #dcdcdc;
  margin: 0 0 20px;
}
dl.feature dd h3 {
  font-size: 18px;
  margin: 0 0 20px;
  background: -moz-linear-gradient(transparent 60%, rgba(254, 209, 52, 0.4) 60%);
  background: -webkit-linear-gradient(transparent 60%, rgba(254, 209, 52, 0.4) 60%);
  background: linear-gradient(transparent 60%, rgba(254, 209, 52, 0.4) 60%);
  display: -webkit-inline-box;
  padding: 0 5px;
  letter-spacing: 1px;
}
dl.feature dd p {
  color: #555;
}
.case_left {
  float: left;
  width: 40%;
  margin: 0 0 60px;
}
.case_right {
  float: right;
  width: 50%;
  font-size: 16px;
  margin: 0 0 60px;
}

/*------------------------
  single-post
-------------------------*/
#single {
  margin: 30px auto 40px;
}
#single-post {
  border: 1px solid #dcdcdc;
  padding: 20px;
  margin: 0 0 40px;
  background: #fff;
}
#single-post h1 {
  font-size: 18px;
  letter-spacing: 1px;
  margin: 10px 0;
}
.single-content h2 {
  font-size: 18px;
  border-bottom: 1px dashed #dcdcdc;
  margin: 40px 0 10px;
  padding: 3px 10px;
  border-left: 5px solid #ee7807;
}
.single-content h3 {
  font-size: 16px;
  padding: 0;
  margin: 40px 0 10px;
}
.single-content h4 {
  color: #ee7808;
  margin: 20px 0 5px;
}
.single-content h2+h3,
.single-content h3+h4 {
  margin: 0 0 10px;
}
.single-content+h2 {
  margin: 0 0 10px;
}
.highlight {
  background: #f4f1e5;
  padding: 10px 5px;
  margin: 0 0 5px;
}
#single-post .date {
  text-align: right;
}
#single-post .main_image {
  margin: 10px 0 20px;
}
#single-post .main_image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
blockquote {
  margin: 1em 20px;
}
.balloon,
.balloon1 {
  position: relative;
  margin: 2em 0 2em 40px;
  padding: 15px;
  background: #eff3f2;
  border-radius: 30px;
}
.balloon:before,
.balloon1:before {
  content: "";
  position: absolute;
  left: -38px;
  width: 13px;
  height: 12px;
  bottom: 0;
  background: #eff3f2;
  border-radius: 50%;
}
.balloon:after,
.balloon1:after {
  content: "";
  position: absolute;
  left: -24px;
  width: 20px;
  height: 18px;
  bottom: 3px;
  background: #eff3f2;
  border-radius: 50%;
}
.balloon p,
.balloon1 p {
  margin: 0;
  padding: 0;
}
.balloon1,
.balloon1:before,
.balloon1:after {
  background: #fffbe8;
}
.related h2 {
  background: #ff9559;
  background: -moz-linear-gradient(to right, #ff9559, #f2913b 30%, #ef731b);
  background: -webkit-linear-gradient(to right, #ff9559, #f2913b 30%, #ef731b);
  background: linear-gradient(to right, #ff9559, #f2913b 30%, #ef731b);
  color: #fff;
  text-align: center;
  padding: 15px;
  letter-spacing: 2px;
  margin: 40px 0 10px;
}
.related ul li {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  height: 100px;
  position: relative;
  overflow: hidden;
  margin: 10px 0;
}
.related ul li a {
  color: #222;
}
.related ul li:last-child {
  border: none;
}
.related ul li::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  color: #e2e2e2;
  top: 30%;
  font-size: 20px;
}
.related ul li img {
  float: left;
  margin: 0 20px 0 0;
  width: 150px;
  height: 90px;
  object-fit: cover;
}
article .related p {
  margin: 0;
}
.related h3 {
  font-size: 16px;
  font-weight: normal;
}
.related-jobc h2 {
  background: #ff9559;
  background: -moz-linear-gradient(to right, #ff9559, #f2913b 30%, #ef731b);
  background: -webkit-linear-gradient(to right, #ff9559, #f2913b 30%, #ef731b);
  background: linear-gradient(to right, #ff9559, #f2913b 30%, #ef731b);
  color: #fff;
  text-align: center;
  padding: 15px;
  letter-spacing: 2px;
  margin: 40px 0 10px;
}
.related-jobc a {
  display: inline-block;
  background: #d0bd8d;
  padding: 3px 8px;
  font-size: 12px;
  text-decoration: none;
  margin: 0 8px 10px 0;
  color: #fff;
  letter-spacing: 0.5px;
}
.int_bio {
  border: 2px dashed #ffce9e;
  padding: 20px;
  color: #3b3b3b;
}
.int_bio dl dt {
  float: left;
}
.int_bio dl dd {
  padding: 0 0 10px 12em;
  border-bottom: 1px dashed #fece9e;
  margin: 0 0 10px;
}
.int_bio dl dd:last-child {
  border: none;
  margin: 0;
  padding: 0 0 0 12em;
}
.int dl dt {
  background: #f4f1e5;
  padding: 10px;
  font-size: 16px;
  margin: 0 0 20px;
}
.int dl dd {
  margin: 0 0 40px;
}

/*------------------------
  archive
-------------------------*/
#archive {
  margin: 30px auto 40px;
}
#archive-main {
  border: 1px solid #dcdcdc;
  padding: 20px;
  margin: 0 0 40px;
  background: #fff;
}
#archive-main ul li {
  width: 100%;
  float: none;
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 1px dashed #dcdcdc;
}
#archive-main ul li {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  height: 120px;
  position: relative;
  overflow: hidden;
  margin: 10px 0;
}
#archive-main ul li a {
  color: #222;
}
#archive-main ul li:last-child {
  border: none;
}
#archive-main ul li::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  color: #e2e2e2;
  top: 30%;
  font-size: 20px;
}
#archive-main ul li img {
  float: left;
  margin: 0 20px 0 0;
  width: 150px;
  height: 90px;
  object-fit: cover;
}
article #archive-main p {
  margin: 0;
}
#archive-main ul li .s_cate a {
  background: #d0bd8d;
  padding: 3px 8px;
  font-size: 12px;
  text-decoration: none;
  margin: 0 0 0 8px;
  color: #fff;
  letter-spacing: 0.5px;
}
#archive-main h3 {
  font-size: 16px;
  font-weight: normal;
  color: #222;
}

/*------------------------
  about
-------------------------*/
@media screen and (max-width: 780px){
  .heading_wrap h2{
    font-size: 26px;
  }
}

section.about-page{
  background-color: #fff;
}

.about_intro_wrap{
  margin-top: 80px;
  background: #fff url(../img/about_intro_wrap_bg.png) no-repeat center top;
}
.about_intro_catch{
  position: relative;
  margin: 0 auto 60px;
  padding-bottom: 10px;
  text-align: center;
}
.about_intro_catch::before{
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 80px;
  height: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f8931d;
  border-radius: 3px;
}
.about_intro_catch h2{
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}
.about_intro_catch p{
  margin-top: 1em;
  color: #f67b00;
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  line-height: 1.8;
}
.about_intro_txt{
  width: 100%;
  padding-right: 80px;
  padding-left: 80px;
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
.about_intro_txt p + p{
  margin-top: 1em;
}

@media screen and (max-width: 780px){
  .about_intro_wrap{
    margin-top: 40px;
    background: #fff url(../img/about_intro_wrap_bg-sp.png) no-repeat center 100px;
    background-size: contain;
  }
  .about_intro_catch h2{
    font-size: 30px;
  }
  .about_intro_catch p{
    padding-right: 1em;
    padding-left: 1em;
    font-size: 16px;
  }
  .about_intro_txt{
    padding-right: 1em;
    padding-left: 1em;
    font-size: 14px;
    line-height: 1.8;
  }
}


/* feature */
.feature_wrap{
  background: rgb(251,195,40);
  background: linear-gradient(180deg, rgba(251,195,40,1) 0%, rgba(250,177,36,1) 50%, rgba(248,147,31,1) 90%);
}
.feature_block.fbbg1{
  background: url(../img/fbbg1.png) no-repeat center 340px;
}
.feature_block.fbbg3{
  margin-top: -30px;
  padding-top: 110px;
  background: url(../img/fbbg3.png) no-repeat center 0;
}

.feature_wrap .heading_wrap,
.feature_wrap .heading_wrap span{
  color: #fff;
}
.feature_wrap .heading_wrap::before{
  background-color: #fff;
}
.feature_header{
  padding-top: 200px;
  background: url(../img/bg_feature_header-page.png) no-repeat center top;
}
.feature_into{
  width: 100%;
  max-width: 1080px;
  margin: 40px auto 0;
}
.feature_into .feature_intro_heading{
  text-align: center;
}
.feature_intro_heading h3{
  font-size: 30px;
  letter-spacing: .05em;
}
.feature_item_link{
  width: 100%;
  max-width: 800px;
  margin: 40px auto 0;
}
.feature_item_link .item_link + .item_link{
  margin-top: 20px;
}
.feature_item_link .item_link a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border: 2px solid #111;
  border-radius: 24px;
  color: #000;
  font-size: 18px;
}
.feature_item_link .item_link a::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.feature_block{
  margin-top: 80px;
}
.feature_block .inner{
  width: 1080px;
  margin: 0 auto;
  padding-bottom: 48px;
  background: #fff url(../img/bg_feature_block.png) no-repeat right bottom;
}
.feature_block_header{
  position: relative;
  width: 100%;
  height: 440px;
}
.feature_block_header .feature_head1{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.feature_block_header .feature_head2{
  position: absolute;
  bottom: 0;
  left: -30px;
  z-index: 0;
}
.feature_block_header .feature_head2-2{
  position: absolute;
  bottom: 0;
  right: -30px;
  z-index: 0;
}
.feature_block_header .feature_head3{
  position: absolute;
  top: 200px;
  left: 540px;
  padding-right: 2em;
}
.feature_block_header .feature_head3-2{
  position: absolute;
  top: 200px;
  left: 30px;
  width: 520px;
}
.feature_block_header .feature_head3 p,
.feature_block_header .feature_head3-2 p{
  font-size: 24px;
  line-height: 2;
  letter-spacing: .1em;
}

.feature_slider_wrap{
  margin-top: 60px;
  text-align: center;
}
.feature_slider img{
  filter: drop-shadow(6px 10px 10px #666);
}

.feature_sample_img{
  text-align: center;
}
.feature_sample_img img{
  filter: drop-shadow(6px 10px 10px #666);
}
.feature_sample_img.fsi-2{
  margin-top: 60px;
}
.feature_sample_img.fsi-3{
  margin-top: 20px;
}
.feature_img_data{
  margin-top: 60px;
  text-align: center;
}
.feature_link_block{
  margin-top: 80px;
}

.feature_footer{
  margin-top: 60px;
}
@media screen and (min-width: 781px) {
  .feature_footer.pch{
    height: 392px;
    background: url(../img/bg_feature_footer-for-about.png) no-repeat center top;
  }
}


@media screen and (max-width: 780px){
  .feature_header{
    margin-top: 40px;
    padding-top: 100px;
    background: url(../img/bg_feature_header-page-sp.jpg) no-repeat center top;
    background-size: contain;
  }
  .feature_intro_heading h3{
    font-size: 20px;
    letter-spacing: normal;
  }
  .feature_item_link{
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .feature_item_link img{
    max-width: 100%;
    height: auto;
  }
  .item_link_sp + .item_link_sp{
    margin-top: 10px;
  }
  .feature_block{
    position: relative;
    margin-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .feature_block.fbbg1{
    background: url(../img/fbbg1.png) no-repeat center 50px;
  }
  .feature_block.fbbg2{
    background: url(../img/fbbg2-sp.png) no-repeat center 50px;
    background-size: 100% auto;
  }
  .feature_block .inner{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 48px;
    background: #fff url(../img/bg_feature_block.png) no-repeat right bottom;
    background-size: 80% auto;
  }
  .feature_block.fbbg3{
    margin-top: 0;
    padding-top: 40px;
    background: url(../img/fbbg3-sp.png), url(../img/fbbg1.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top, center bottom 80px;
  }
  .feature_block_header{
    position: static;
    height: auto;
  }
  .feature_block_header .feature_head1,
  .feature_block_header .feature_head2,
  .feature_block_header .feature_head2-2,
  .feature_block_header .feature_head3,
  .feature_block_header .feature_head3-2{
    position: static;
  }
  .feature_block_header .feature_head1{
    padding-top: 20px;
  }
  .feature_block_header .feature_head2{
    width: 95%;
    margin-top: 10px;
    margin-left: -10px;
  }
  .feature_block_header .feature_head2 img{
    max-width: 100%;
    height: auto;
  }
  .feature_block_header .feature_head2-2{
    right: 0;
  }
  .feature_block_header .feature_head2-2.sph{
    position: relative;
    width: 100%;
    height: 180px;
    margin-top: 10px;
  }
  .feature_block_header .feature_head2-2.sph img{
    position: absolute;
    top: 0;
    right: -10px;
    display: block;
    max-width: 100%;
  }
  .feature_block_header .feature_head3,
  .feature_block_header .feature_head3-2{
    width: 100%;
    margin-top: 10px;
  }
  .feature_block_header .feature_head3 p,
  .feature_block_header .feature_head3-2 p{
    padding-right: 1em;
    padding-left: 1em;
    font-size: 16px;
    line-height: 1.6;
  }
  .feature_slider{
    padding-right: 20px;
    padding-left: 20px;
  }
  .feature_sample_img.fsi-2{
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .feature_sample_img.fsi-3{
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .feature_link_block{
    margin-top: 60px;
  }
  .feature_img_data{
    margin-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .feature_footer{
    margin-top: 40px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .feature_footer_sp{
    position: relative;
  }
  .feature_footer_sp img{
    max-width: 100%;
    height: auto;
  }
}

.skillup_wrap{
  position: relative;
  background-color: #f2f2f2;
  background-image: url(../img/skillup_bg_footer.jpg);
  background-repeat: no-repeat;
  background-position:  center bottom;
}
.skillup_body{
  width: 1080px;
  margin: 60px auto 0;
  padding-bottom: 60px;
}
.skillup_body h3{
  display: inline-block;
  margin-bottom: 24px;
  border-bottom: 2px solid #ee7807;
  font-size: 30px;
  font-weight: 700;
}
.skillup_body p{
  font-size: 16px;
  line-height: 2;
}
.skillup_btn{
  text-align: center;
}
.skillup_btn img{
  width: 1080px;
  height: auto;
}

@media screen and (max-width: 780px){
  .skillup_body{
    width: 100%;
    padding-right: 16px;
    padding-bottom: 20px;
    padding-left: 16px;
  }
  .skillup_body h3{
    font-size: 20px;
  }
  .skillup_btn img{
    width: 80%;
    height: auto;
  }
}



.advisor_wrap{
  margin-top: 100px;
  background: url(../img/advisor_bg.png), url(../img/advisor_bg_footer.png);
  background-repeat: no-repeat;
  background-position: center 100px, center bottom;
}
.advisor_body{
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
.advisor_body_grid{
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.advisor_body_grid .desc{
  padding-top: 100px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 16px;
  line-height: 2;
}
.advisor_body_grid .desc p + p{
  margin-top: 1.5em;
}
.advisor_body_grid .sign{
  align-items: baseline;
  padding-left: 60px;
}
.advisor_body_grid .sign-box{
  display: flex;
  align-items: center;
}
.advisor_body_grid .sign-box span{
  display: inline-block;
  margin-left: 20px;
}
.advisor_body_grid .sign-box img{
  width: auto;
  height: 50px;
}
.advisor_body_grid .image{
  grid-row: span 2;
}
.advisor_body_grid .image img{
  width: 240px;
  height: auto;
}

@media screen and (max-width: 780px){
  .advisor_wrap{
    margin-top: 80px;
    background: url(../img/advisor_bg_footer-sp.png) no-repeat center bottom;
    background-size: contain;
  }
  .advisor_body_grid{display: none;}
  .advisor_body_sp{
    padding-right: 16px;
    padding-left: 16px;
  }
  .advisor_body_sp .desc_flx{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .advisor_body_sp .desc_flx .left{
    flex: 1;
  }
  .advisor_body_sp .desc_flx .right{
    width: 150px;
  }
  .advisor_body_sp .desc_flx .right img{
    width: 100%;
    height: auto;
  }
  .advisor_body_sp .desc p,
  .advisor_body_sp .desc-flx p{
    font-size: 14px;
    line-height: 1.6;
  }
  .advisor_body_sp .desc_flx .sign-box{
    margin-top: 40px;
  }
  .advisor_body_sp .desc_flx .sign-box span{
    display: block;
    margin-top: 10px;
  }
  .advisor_body_sp .desc_flx .sign-box img{
    height: 30px;
  }
}


.voice_wrap{
  padding-top: 260px;
  padding-bottom: 140px;
  background: url(../img/page-about_voice_bg.jpg) no-repeat center top;
}
.voice_wrap .heading_wrap,
.voice_wrap .heading_wrap span{
  color: #fff;
}
.voice_wrap .heading_wrap::before{
  background-color: #fff;
}
.voice_body{
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 80px auto 0;
}
.voice_body .voice_box_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.voice_body .voice_box_wrap.right{
  justify-content: flex-end;
}

.voice_box_wrap +.voice_box_wrap{
  margin-top: 60px;
}
.voice_box{
  width: 900px;
  padding-bottom: 60px;
  background-color: #f2f2f2;
  background-image: url(../img/voice_box_bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 500px auto;
}
.voice_box_header-sp{display: none;}
.voice_box_header-pc{
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 230px;
  padding-right: 30px;
  padding-left: 30px;
}
.voice_box_header-pc .voice_box_img{
  position: relative;
  width: 228px;
}
.voice_box_header-pc .voice_box_img img{
  position: absolute;
  margin-top: -20px;
  width: 100%;
  height: auto;
}
.voice_box_header-pc .voice_box_info{
  flex: 1;
  padding-top: 30px;
  padding-left: 30px;
}
.voice_box_header-pc .voice_box_info h3{
  line-height: 1;
}
.voice_box_header-pc .voice_box_info h3 span{
  display: inline-flex;
  background-color: #f8931f;
  color: #fff;
  font-size: 24px;
}
.voice_box_header-pc .voice_box_info h3 span.tbg1{
  padding: 15px 15px 20px;
}
.voice_box_header-pc .voice_box_info h3 span.tbg2{
  padding: 0 15px 15px;
}
.voice_box_header-pc .voice_box_info h3 span.tbg3{
  padding: 15px 15px 0;
}
.voice_box_header-pc .voice_box_info h3 span.tbg4{
  padding: 20px 15px 15px;
}
.voice_box_header-pc .voice_box_info .pastcareer{
  margin-top: 15px;
}
.voice_box_header-pc .voice_box_info .pastcareer span{
  display: inline-block;
  padding: .7em 1em;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.voice_box_desc{
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 2;
}


@media screen and (max-width: 780px){
  .voice_wrap{
    margin-bottom: 40px;
    padding-top: 100px;
    padding-bottom: 0;
    background-image: url(../img/page-about_voice_header-sp.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
  }
  .voice_body{
    margin-top: 40px;
    padding-bottom: 100px;
    background: url(../img/page-about_voice_footer-sp.png), linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(251,192,72,1) 5%, rgba(248,164,66,1) 90%);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
  }
  .voice_body .voice_box_wrap{
    padding-right: 10px;
    padding-left: 10px;
  }
  /*
  .voice_body .voice_box_wrap.right{
    padding-right: 10px;
    padding-left: 20px;
  }
  */
  .voice_box_wrap +.voice_box_wrap{
    margin-top: 60px;
  }
  .voice_box{
    width: 100%;
    padding-bottom: 30px;
    background-color: #f2f2f2;
    background-image: url(../img/voice_box_bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 80% auto;
  }
  .voice_box_header-pc{display: none;}
  .voice_box_header-sp{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 130px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .voice_box_header-sp .voice_box_img{
    position: relative;
    width: 115px;
  }
  .voice_box_header-sp .voice_box_img img{
    position: absolute;
    margin-top: -10px;
    width: 100%;
    height: auto;
  }
  .voice_box_header-sp .voice_box_img .pastcareer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .voice_box_header-sp .voice_box_img .pastcareer span{
    display: inline-block;
    padding: .4em .5em;
    background-color: #000;
    color: #fff;
    font-size: 10px;
    line-height: 1.4;
  }
  .voice_box_header-sp .voice_box_info{
    flex: 1;
    padding-top: 10px;
    padding-left: 10px;
  }
  .voice_box_header-sp .voice_box_info h3{
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
  }
  .voice_box_header-sp .voice_box_info h3 span{
    display: inline-flex;
    padding: 5px 10px;
    background-color: #f8931f;
  }
  .voice_box_desc{
    width: 100%;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 2;
  }
}

.page_footer_cta{
  padding-bottom: 200px;
  background: #fff url(../img/page_footer_cta_bg.png) no-repeat center bottom;
}
.page_footer_cta .footer_cta_btn + .footer_cta_btn{
  margin-top: 30px;
}

@media screen and (max-width: 780px){
  .page_footer_cta{
    padding-bottom: 80px;
    background-size: contain;
  }
}


/*------------------------
  customer
-------------------------*/
.customer {
  position: relative;
  margin: 0;
  padding: 20px 0;
}
.customer::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 450px;
  margin: auto;
  content: '';
  background-color: #f9f8f1;
  z-index: -10;
}
.customer::before {
  position: absolute;
  top: 100px;
  left: 0;
  width: 40%;
  height: 450px;
  margin: auto;
  content: '';
  background-color: #f9f8f1;
  z-index: -10;
}
.customer table {
  margin: 60px 0 40px;
}
.customer table tr td {
  width: 50%;
  padding: 0;
}
.customer table tr td h3 {
  font-size: 18px;
  display: flex;
  margin: 0 0 10px;
}
.customer table tr td p {
  margin: 0 10px 20px;
}
.customer table tr td:first-child {
  border-right: 1px solid #dcdcdc;
}
.customer table tr td h3::before {
  content: " ";
  width: 60px;
  height: 60px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.customer table tr:first-child td:first-child h3::before {
  background: url(../img/point1.png) no-repeat;
  background-size: contain;
}
.customer table tr:first-child td:last-child h3::before {
  background: url(../img/point2.png) no-repeat;
  background-size: contain;
}
.customer table tr:last-child td:first-child h3::before {
  background: url(../img/point3.png) no-repeat;
  background-size: contain;
}
.customer table tr:last-child td:last-child h3::before {
  background: url(../img/point4.png) no-repeat;
  background-size: contain;
}
.customer table tr:nth-child(2) td:first-child img {
  margin: 0 0 60px;
}
.customer table tr:nth-child(2) td:last-child img {
  margin: 40px 0 0;
}
.cus_company {
  width: 100%;
  height: 100%;
  border-left: 1px solid #ff9559;
  border-right: 1px solid #efa41b;
}
.cus_data {
  padding: 20px 0;
  background: #f1efe6;
  margin: 0 0 80px;
}
.cus_voice {
  margin: 0 0 80px;
  padding: 0;
}
.cus_voice ul li {
  width: 100%;
  padding: 10px 0;
  margin: 30px 0;
}
.cus_voice ul li img {
  float: left;
  width: 35%;
  margin: 0 20px 0 0;
}
.cus_voice ul li h3 {
  font-size: 18px;
  margin: 0 0 10px;
  letter-spacing: 0.5px;
}
.cus_voice ul li h4 {
  background: #f7dfa8;
  padding: 5px 10px;
  font-size: 12px;
  margin: 0 0 10px;
  display: inline-block;
}
.cus_voice ul li p {
  color: #555;
}
.cus_company::before,
.cus_company::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#ff9559), to(#efa41b));
  background: -moz-linear-gradient(left, #ff9559, #efa41b);
  background: linear-gradient(left, #ff9559, #efa41b);
}
.cus_company dl {
  margin: 20px;
}
.cus_company dl dt {
  float: left;
  padding: 10px 0;
}
.cus_company dl dd {
  border-bottom: 1px dashed #dcdcdc;
  margin: 0 0 10px;
  padding: 10px 0 10px 150px;
  vertical-align: baseline;
}
.cus_company dl dd:last-child {
  border: none;
}

/*------------------------
  faq
-------------------------*/
#faq {
  margin: 20px 0;
}
dl#faq dt {
  font-size: 15px;
  background: #f4f1e5;
  padding: 10px 5px;
  margin: 0 0 5px;
}
dl#faq dt::before {
  content: "Q.";
  margin: 0 5px 0 0;
}
dl#faq dd {
  margin: 0 0 40px;
  color: #555;
}
.mokuji {
  margin-bottom: 100px;
  border: 1px dotted #111;
  padding: 20px;
}

/*------------------------
  sitemap
-------------------------*/
.sitemap {
  width: 25%;
  float: left;
}
.sitemap a {
  color: #222;
}
.sitemap ul li::before {
  content: "・";
  margin-right: 5px;
}

/*------------------------
  consultation
-------------------------*/
.consul {
  margin: 40px 0;
}
.consul h2 {
  font-size: 18px;
  border-bottom: 1px dashed #dcdcdc;
  margin: 40px 0 10px;
  padding: 3px 10px;
  border-left: 5px solid #ee7807;
}
.consul h3 {
  background: #f4f1e5;
  padding: 10px;
  font-size: 16px;
  margin: 0 0 20px;
}

/*------------------------
  LP福岡
-------------------------*/
.f_mainimg {
  background: url(../img/lp_mainimg.jpg) no-repeat center 50%;
  background-size: cover;
  padding: 80px 0;
  text-align: left;
}
.f_mainimg h1 {
  color: #000;
  background: linear-gradient(transparent 0%, #fdfdfb 0%);
  display: inline;
  padding: 5px;
  line-height: 2em;
  font-size: 34px;
  letter-spacing: 2px;
}
.f_mainimg h1 span {
  font-size: smaller;
}
.f_mainimg h1 strong {
  color: #fb8822;
}
.f_mainimg ul li {
  float: left;
  margin: 20px 20px 0 0;
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
  width: 250px;
  text-align: center;
  letter-spacing: 1px;
}
.fukuoka1 {
  border: 5px solid #252322;
  position: relative;
  margin: 80px 0;
  padding: 50px 240px 50px 30px;
  background: url(https://tsuhanjinzaiagent.jp/wp-content/themes/tsuhan/img/profile01.png) no-repeat right bottom;
  background-size: 24%;
  text-align: justify;
  line-height: 1.8;
  font-size: 16px;
  display: inline-block;
}
.fukuoka1 h2 {
  text-align: center;
  width: fit-content;
  padding: 10px 50px;
  position: absolute;
  left: 0;
  right: 0;
  background: #252322;
  color: #fff;
  top: -20px;
  margin: 0 auto;
  font-size: 20px;
  letter-spacing: 1px;
}
.fukuoka1 h3 {
  font-size: 20px;
  margin: 5px 0 10px;
}
.fukuoka1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -100px;
  border: 100px solid transparent;
  border-top: 40px solid #252322;
}
.fukuoka2 h2 {
  text-align: center;
  color: #fb8822;
  font-size: 30px;
  margin: 0 0 40px;
  letter-spacing: 1px;
}
.fukuoka2 h2 span {
  font-size: 20px;
  color: #252322;
}
.fukuoka2 ul li {
  float: left;
  width: 32%;
  margin: 0 2% 0 0;
  text-align: center;
}
.fukuoka2 ul li:last-child {
  margin: 0;
}
.fukuoka2 ul li h3 {
  font-size: 18px;
  margin: 10px 0 0;
}
.fukuoka_cta {
  background: #fb8822;
  color: #fff;
  padding: 60px 0;
  text-align: center;
  font-size: 24px;
  margin: 60px 0;
}
.fukuoka_cta h2 {
  font-weight: 500;
  letter-spacing: 1px;
}
.fukuoka_cta a {
  display: block;
  width: fit-content;
  padding: 15px 60px;
  margin: 20px auto 0;
  background: #252322;
  color: #fff;
  font-size: 16px;
}
.fukuoka4 {
  margin: 80px 0;
}
.fukuoka4 ul li {
  float: left;
  width: 32%;
  margin: 0 2% 0 0;
  background: #fff;
  border: 1px solid #ccc;
  padding: 15px;
  height: 420px;
}
.fukuoka4 ul li:last-child {
  margin: 0;
}
.fukuoka4 ul li h4 {
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0 5px;
}
.lp_price {
  color: #777;
  font-size: 16px;
  margin: 5px 0;
}
.fukuoka3 {
  background: #f1efe6;
  padding: 20px;
  text-align: center;
  margin: 60px 0 0;
  font-size: 20px;
}
#lp_form {
  padding: 60px 0 0;
}
.fukuoka6 {
  text-align: center;
  font-size: 18px;
  margin: 40px 0 0;
}
#lp-fukuoka .ab_voice {
  margin: 80px 0;
}

/*------------------------
  aside
-------------------------*/
.special h2 {
  width: 100%;
  padding: 10px;
  background: #f1efe6;
  margin: 40px 0 20px;
  font-size: 16px;
  letter-spacing: 1px;
}
.side {
  margin: 0 0 20px;
}
aside .sercharea {
  background: none;
  padding: 0;
}
aside .sercharea .inner {
  width: 100%;
}
aside .searchform,
aside .search-submit {
  width: 100% !important;
  float: none !important;
  border-radius: 0 !important;
  margin: 0 0 10px !important;
}
aside .search-submit {
  background: #252322 !important;
  border: #252322 !important;
}
aside .chechbox-inline {
  /*display: inline-block;*/
  /*display: none;*/
}
aside .special {
  margin: 20px 0;
}
aside .special ul li {
  width: 100%;
  margin: 0 0 20px;
  float: none;
  height: 100px;
}
aside .special ul li p {
  top: 60px;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  background: rgba(253, 253, 251, 0.7);
}
.side-cta h2 {
  display: block;
  font-size: 26px;
  margin: 0 0 10px;
  padding: 10px;
  background: #f78c32;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-size: cover;
  font-family: "Sawarabi Mincho";
  font-weight: normal;
  color: #fff;
}
.side-cta p {
  color: #555;
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center;
}
aside h3 {
  border-left: 5px solid #ee7906;
  margin: 10px 0;
  padding: 3px 0 3px 10px;
  letter-spacing: 1px;
}
aside .searchform h3 {
  border-left: none;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}
#recent-posts-3 {
  margin: 20px 0;
}
#recent-posts-3 ul li a {
  position: relative;
  display: block;
  padding: 10px 25px 10px 10px;
}
#recent-posts-3 ul li {
  border-top: 1px solid #dcdcdc;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
  line-height: 1.4;
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  background: #fff;
}
#recent-posts-3 ul li a::after {
  position: absolute;
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  right: 5px;
  font-weight: 900;
  top: 30%;
  color: #dcdcdc;
}
#recent-posts-3 ul li:last-child {
  border-bottom: 1px solid #dcdcdc;
}
aside .sbtn {
  background: #252322;
  display: block;
  margin: -10px 0 40px;
  text-align: center;
}
aside .sbtn a {
  display: block;
  color: #fff;
  padding: 10px 0;
}
aside .sbtn a::after {
  content: "\f25a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 5px;
}

/* ----------------------------------------
SP
---------------------------------------- */
@media screen and (max-width: 780px) {
  main {
    width: 100%;
  }
  #mainCont {
    width: 95%;
    margin: 0 auto;
    float: none;
  }
  aside {
    width: 95%;
    float: none;
    margin: 0 auto;
  }
  /*------------------------
    page-search
  -------------------------*/
  .current {
    margin: 0 0 20px;
  }
  .current a {
    letter-spacing: 0;
  }
  .current a::after {
    margin-left: 3px;
    font-size: 10px;
  }
  .tax_desc {
    margin: 0 0 20px;
  }
  .seacret {
    margin: 40px 0;
    padding: 15px;
  }
  .seacret p.cbtn a {
    width: 100%;
  }

  /*------------------------
    single-jobs
  -------------------------*/
  #single-job {
    position: static;
    margin: 10px auto 40px;
    padding: 10px;
    width: 95%;
  }
  #single-job h1 {
    font-size: 20px;
    letter-spacing: 0;
    width: 100%;
  }
  #single-job h2 {
    font-size: 14px;
  }
  #single-job .to-cta1 {
    display: none;
  }
  table.job-detail th {
    width: 25%;
  }
  .job-detail-images {
    grid-template-columns: 1fr 1fr;
  }
  .to-cta2 {
    width: 100%;
  }
  #job-cta {
    text-align: left;
  }
  #job-cta h4 {
    letter-spacing: 0;
  }
  #single-job ul.flow li {
    font-size: 12px;
  }
  #single-job .job-flow p {
    text-align: left;
  }

  /*------------------------
    form
  -------------------------*/
  .wpcf7 table {
    width: 100%;
    font-size: 1.2em;
  }
  .wpcf7-text {
    height: 3em;
    font-size: 1.1em;
  }
  .wpcf7-textarea {
    font-size: 1.1em;
    padding: 5px;
  }
  .wpcf7-submit {
    width: 100%;
    margin: 20px auto 0;
  }

  /*------------------------
    special
  -------------------------*/
  .mainimg {
    height: 200px;
    margin: 0 auto 20px;
  }
  .mainimg img {
    top: 0;
    object-fit: cover;
  }
  .mainimg h1 {
    font-size: 20px;
    top: 35%;
    letter-spacing: 1px;
    padding: 20px 0;
    width: 90%;
  }
  .job12 {
    margin: 20px 0;
  }
  dl.feature dt {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  dl.feature dt:first-child::before {
    left: 10%;
  }
  dl.feature dt:nth-child(3)::before {
    left: 10%;
  }
  dl.feature dt:nth-child(5)::before {
    left: 10%;
  }
  dl.feature dd {
    width: 95%;
    margin: 0 auto 15px;
    padding: 0;
    min-height: 10px;
  }
  dl.feature dd h3 {
    font-size: 16px;
    letter-spacing: 0.5px;
    background: none;
    margin: 0 0 10px;
  }
  .case_left {
    float: none;
    width: auto;
    margin: 0 0 10px;
  }
  .case_right {
    float: none;
    width: 90%;
    margin: 20px auto 40px;
    font-size: 14px;
  }

  /*------------------------
    single-post
  -------------------------*/
  #single {
    margin: 10px auto;
  }
  #single-post {
    padding: 10px;
    margin: 0 0 20px;
  }
  #single-post .main_image img {
    height: 230px;
  }
  blockquote {
    margin: 1em 10px;
  }
  .related h2 {
    padding: 10px;
  }
  .related ul li {
    height: auto;
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
  .related ul li::after {
    top: 35%;
    right: 5px;
    font-size: 20px;
  }
  .related ul li img {
    margin: 0 15px 0 0;
    width: 100px;
    height: 75px;
    float: left;
  }
  article .related p {
    margin: 0;
  }
  .related h3 {
    font-size: 14px;
    margin: 0 20px 0 0;
    line-height: 1.4em;
  }

  /*------------------------
    archive
  -------------------------*/
  #archive {
    margin: 10px auto;
  }
  #archive-main {
    padding: 10px;
    margin: 0 0 20px;
  }
  #archive-main>h1 {
    margin: 20px 0 10px;
  }
  #archive-main ul li {
    margin: 0 0 10px;
    padding: 0 0 10px;
    height: auto;
  }
  #archive-main ul li::after {
    right: 10px;
    top: 35%;
  }
  #archive-main ul li img {
    margin: 0 15px 0 0;
    width: 100px;
    height: 75px;
    float: left;
  }
  #archive-main h3 {
    font-size: 14px;
    margin: 0 20px 0 0;
    line-height: 1.4em;
  }

  /*------------------------
    about
  -------------------------*/
  .h_main {
    margin: 0 0 20px;
  }
  .h_main .inner {
    height: 250px;
  }
  .h_main .inner .about-katagaki {
    bottom: 0px;
    right: 10px;
  }
  .h_main .inner img {
    object-fit: cover;
    object-position: 75%;
    height: 250px;
  }
  .h_main h1 {
    font-size: 20px;
    position: absolute;
    top: 90px;
    left: 10px;
    letter-spacing: 1px;
  }
  .h_main a {
    padding: 10px 0;
    width: 80%;
    top: 170px;
    left: 10px;
    letter-spacing: 1px;
  }
  #about {
    margin: 20px auto;
  }
  #about ul {
    padding: 10px;
  }
  #about ul li {
    line-height: 1.8em;
    font-size: 14px;
    letter-spacing: 0;
    margin: 0 0 10px;
  }
  #about1,
  #about2,
  #about3 {
    padding: 20px 0;
  }
  #about1 h2,
  #about2 h2,
  #about3 h2 {
    font-size: 16px;
    letter-spacing: 0;
  }
  #about1 h2::before,
  #about2 h2::before,
  #about3 h2::before {
    width: 40px;
    height: 40px;
    margin: 5px 5px 0 0;
  }
  .a_right,
  .a_left {
    float: none;
  }
  .a_right img,
  .a_left img {
    margin: 0 0 5px;
    height: 150px;
    width: 100%;
    object-fit: cover;
  }
  #about1 .a_right,
  #about2 .a_left,
  #about3 .a_right {
    width: 100%;
  }
  #about1 .a_left,
  #about2 .a_right,
  #about3 .a_left {
    width: 95%;
    margin: 0 auto;
  }
  .ab_change {
    margin: 40px auto;
    width: 95%;
  }
  .ab_change img {
    max-width: 100%;
    float: none;
    margin: 0;
  }
  .ab_change h3 {
    font-size: 16px;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
  }
  .ab_career {
    margin: 40px 0;
  }
  .ab_career p {
    text-align: center;
    color: #555;
  }
  .ab_adviser {
    width: 95%;
    margin: 20px auto;
    padding: 20px;
    height: auto;
  }
  .ab_adviser img {
    margin: 0 0 5px;
    float: none;
    height: auto;
    width: 100%;
  }
  .ab_voice table td {
    padding: 20px 0;
  }
  .ab_voice table tr:last-child td {
    margin: 0;
  }
  .ab_voice table td img {
    float: none;
    width: 100%;
    margin: 0 0 5px;
    height: 200px;
    object-fit: cover;
  }
  .ab_voice table td h3 {
    letter-spacing: 0;
    width: 95%;
    margin: 5px auto 10px;
  }
  .ab_voice table td span {
    margin: 0 8px 10px;
  }
  .ab_voice table td p {
    margin: 0 auto 20px;
    width: 95%;
  }

  /*------------------------
    customer
  -------------------------*/
  .customer table {
    margin: 20px 0;
  }
  .customer table tr td {
    width: 100%;
    padding: 0 0 10px;
    display: block;
    border-bottom: 1px dashed #dcdcdc;
    margin: 0 0 10px;
  }
  .customer table tr td h3 {
    font-size: 18px;
    display: flex;
    margin: 0 0 10px;
  }
  .customer table tr td p {
    margin: 0 10px 20px;
  }
  .customer table tr td:first-child {
    border-right: none;
  }
  .customer table tr td h3::before {
    width: 50px;
    height: 50px;
  }
  .customer table tr:nth-child(2) td:first-child img,
  .customer table tr:nth-child(2) td:last-child img {
    margin: 0;
  }
  .customer table tr:nth-child(1) td:last-child {
    border: none;
  }
  .customer table tr:nth-child(2) td {
    border: none;
    margin: 0;
    padding: 0;
  }
  .customer table tr:nth-child(2) td:last-child {
    margin: 0 0 20px;
  }
  .cus_company {
    width: 100%;
    height: 100%;
    border-left: 1px solid #ff9559;
    border-right: 1px solid #efa41b;
  }
  .cus_voice {
    margin: 0 0 40px;
  }
  .cus_voice ul li {
    width: 95%;
    padding: 10px 0;
    margin: 10px auto 0;
  }
  .cus_voice ul li img {
    float: none;
    width: 100%;
    margin: 0 0 10px;
    height: 180px;
    object-fit: cover;
  }
  .cus_voice ul li p {
    font-size: 12px;
  }
  .cus_company dl {
    margin: 10px;
  }
  .cus_company dl dt {
    float: none;
    padding: 0;
    font-weight: bold;
  }
  .cus_company dl dd {
    border-bottom: 1px dashed #dcdcdc;
    margin: 0 0 10px;
    padding: 10px 0;
  }
  .cus_company dl dd:last-child {
    overflow: hidden;
  }

  /*------------------------
    sitemap
  -------------------------*/
  .sitemap {
    width: 95%;
    margin: 0 auto 3em;
    float: none;
  }
  .sitemap ul li {
    border-top: 1px solid #dcdcdc;
    padding: 5px 0;
  }
  .sitemap ul li:last-child {
    border-bottom: 1px solid #dcdcdc;
  }

  /*------------------------
    LP福岡
  -------------------------*/
  .f_mainimg {
    padding: 40px 10px;
  }
  .f_mainimg h1 {
    font-size: 28px;
    margin: 0 0 20px;
  }
  .f_mainimg ul {
    margin: 40px 0 0;
  }
  .f_mainimg ul li {
    float: none;
    margin: 0 auto 10px;
    font-size: 16px;
  }
  .fukuoka1 {
    border: 2px solid #252322;
    margin: 60px 10px;
    padding: 40px 10px;
    background: none;
  }
  .fukuoka1 h2 {
    padding: 10px;
    top: -25px;
    font-size: 18px;
  }
  .fukuoka1 h3 {
    font-size: 18px;
    margin: 5px 0 20px;
  }
  .fukuoka2 h2 {
    font-size: 24px;
    margin: 0 0 20px;
    line-height: 1.4;
    padding: 0 10px;
  }
  .fukuoka2 h2 span {
    font-size: 18px;
  }
  .fukuoka2 ul li {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
  .fukuoka2 ul li h3 {
    font-size: 18px;
  }
  .fukuoka2 ul li img {
    width: 80%;
    margin: 0 auto;
  }
  .fukuoka_cta {
    padding: 30px 10px;
    font-size: 20px;
    margin: 40px 0;
  }
  .fukuoka4 {
    margin: 60px 0;
  }
  .fukuoka4 ul li {
    float: none;
    width: auto;
    margin: 0 10px 20px;
    height: auto;
  }
  .fukuoka4 ul li:last-child {
    margin: 0 10px;
  }
  #lp_form {
    padding: 40px 0 0;
  }
  .fukuoka6 {
    font-size: 16px;
  }
  #lp-fukuoka .ab_voice {
    margin: 60px 0;
  }

  /*------------------------
    aside
  -------------------------*/
  .side {
    margin: 0 0 20px;
  }
  aside .sercharea .inner {
    width: 100%;
  }
  aside .searchform {
    width: 33% !important;
    float: left !important;
    border-radius: 0 !important;
    margin: 0 0.5% 5px 0 !important;
  }
  aside .searchform h3 {
    padding: 30px 0 0;
  }
  aside div.sercharea>div>div:nth-child(3) {
    margin: 0 0 5px 0 !important;
  }
  aside .chechbox-inline {
    /*display: inline-block;*/
    /*display: none;*/
  }
  aside .special {
    margin: 20px 0 0;
  }
  aside .special ul li {
    width: 33%;
    margin: 0 0.5% 10px 0;
    float: left;
    height: auto;
    padding-bottom: 33%;
  }
  aside .special ul li:nth-child(3n) {
    margin: 0 0 10px 0;
  }
  aside .special ul li p {
    top: 30%;
    left: 5%;
    font-size: 12px;
    line-height: 1.6;
  }
  .side-cta h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
  .side-cta p {
    margin: 0;
    padding: 0 0 5px;
  }
  aside h3 {
    margin: 20px 0 10px;
  }
  aside .sbtn {
    margin: 0 0 20px;
  }
  aside .sbtn a {
    margin: 0 0 20px;
  }
}



/*------------------------
  author profile box
-------------------------*/
.author_box {
  padding: 15px;
  border: 1px solid #DDE3E3;
  background: #F7F9F9;
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}
.author_box.author_box_bottom {
  font-size: 13px;
}
.author_box .profile_title {
  padding-bottom: 15px;
  font-weight: bold;
}
.author_box .author_inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
/*
.author_box.author_box_top .author_inner {
  align-items: center;
}
*/
.author_box .author_inner .author_image {
  width: 150px;
  margin-right: 30px;
}
.author_box .author_inner .author_text {
  width: calc(100% - 180px);
}
.author_box .author_inner .author_text p {
  margin-bottom: 0;
}
.author_box .author_inner .profile_title {
  font-weight: bold;
}
.author_box .author_inner .author_text .author_name {
  font-weight: bold;
  font-size: 16px;
}
.author_box .author_profile {
  margin-top: 10px;
  font-size: 13px;
  width: 100%;
}
.sv_box {
  padding: 15px;
  border: 1px solid #DDE3E3;
  background: #efefef;
  width: 100%;
  margin-bottom: 30px;
  font-size: 13px;
}
.sv_box .profile_title {
  padding-bottom: 15px;
  font-weight: bold;
}
.sv_box .sv_inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.sv_box .sv_inner2 {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
}
.sv_box .sv_inner .sv_image {
  width: 150px;
  margin-right: 30px;
}
.sv_box .sv_inner .sv_text {
  border-left: 5px solid #f39801;
  border-bottom: 1px solid #666;
  padding: 10px;
  flex-grow: 1;
}
.sv_box .sv_inner .sv_text p {
  margin-bottom: 0;
}
.sv_box .sv_inner .profile_title {
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  padding-left: 5px;
  width: 150px;
  background: #a0a0a0;
  color: #fff;
  clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 90% 100.00%);
}
.sv_box .sv_inner .sv_text .sv_name {
  font-weight: bold;
  font-size: 16px;
}
.sv_box .sv_profile {
  margin-top: 10px;
  font-size: 13px;
  width: 100%;
  margin-bottom: 10px;
}
.sv_box .sv_bikou {
  border-bottom: 1px solid #666;
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 10px;
}
.sv_box .sv_bikou .title {
  display: flex;
  border-left: 5px solid #f39801;
  border-right: 5px solid #f39801;
  align-items: center;
  justify-content: center;
}
.sv_box .sv_bikou .title .title_inner {
  margin: 0;
}
.sv_box .icon_tw,
.sv_box .icon_fb,
.sv_box .icon_yt {
  width: 25px;
  font-size: 25px;
  float: right;
  margin: 0 5px;
}
.sv_box .icon_tw a {
  color: #0191d8;
}
.sv_box .icon_fb a {
  color: #0e6eb8;
}
.sv_box .icon_yt a {
  color: #e70012;
}
.sv_box .sv_comment {
  max-height: 5em;
  overflow: hidden;
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 10px;
}
.sv_box .sv_comment p {
  text-align: center;
}
.sv_box .sv_comment .title {
  display: flex;
  border-left: 5px solid #f39801;
  border-right: 5px solid #f39801;
  align-items: start;
  justify-content: center;
}
.sv_box .sv_comment_open {
  margin-top: 5px;
  color: #aaa;
  cursor: pointer;
  text-align: right;
}

@media screen and (max-width: 780px) {
  .author_box .author_inner {
    align-items: flex-start;
  }
  .author_box .author_inner .author_image {
    width: 75px;
    margin-right: 10px;
  }
  .author_box .author_inner .author_text {
    width: calc(100% - 85px);
    font-size: 13px;
  }

  .author_box .author_inner .profile_title {
    margin-bottom: 5px;
  }
  .author_box .author_inner .author_text span {
    display: flex;
  }
  .author_box_bottom.author_box .author_inner {
    display: block;
  }
  .author_box_bottom.author_box .author_inner .author_image {
    width: 150px;
    margin: 0 0 10px;
  }
  .author_box_bottom.author_box .author_inner .author_text {
    width: 100%;
    /* text-align: center; */
    font-size: 13px;
  }
  .author_box_bottom.author_box .author_profile {
    text-align: left;
  }
}

/*------------------------
  インタビュープロフィール
-------------------------*/
#single .profile_area {
  background: #f1f1f1;
  margin-bottom: 30px;
  padding: 15px;
}
#single .profile_area .profile_top {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#single .profile_area .profile_top .profile_img {
  width: 150px;
  height: 150px;
}
#single .profile_area .profile_top .info_box {
  margin-left: 30px;
}
#single .profile_area .profile_top .info_box .profile_info {
  color: #ef731a;
  font-size: 16px;
  font-weight: 600;
}
#single .profile_area .profile_bottom {
  margin-top: 20px;
}

@media screen and (max-width: 780px) {
  #single .profile_area .profile_top .info_box {
    width: 100%;
    box-sizing: border-box;
    margin-left: inherit;
  }
  #single .profile_area .profile_top .profile_img {
    margin-bottom: 20px;
  }
  #single .profile_area .profile_top .info_box .profile_info {
    font-size: 14px;
  }
}

#job-category-index {
  background: #eee;
  padding: 10px 10px 50px 10px;
}
#job-category-index .job-category {
  width: 100%;
  line-height: 2em;
  display: grid;
  grid-gap: 5px;
  float: none;
}
#job-category-index .job-category.job {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
#job-category-index .job-category.income {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
#job-category-index .job-category.area {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
#job-category-index h3 {
  font-size: 1.2em;
  text-align: center;
  margin: 20px;
}
#job-category-index .tag a {
  border-radius: 5px;
  display: block;
}
.tag-job a {
  background: #caba7f;
  position: relative;
}
.tag-income a {
  background: #c9bc9c;
  position: relative;
}
.tag-area a {
  background: #f3971c;
  position: relative;
}
.tag-job a::after,
.tag-income a::after,
.tag-area a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  right: 3px;
  position: absolute;
}

@media screen and (max-width: 780px) {
  #job-category-index .job-category.job,
  #job-category-index .job-category.income,
  #job-category-index .job-category.area {
    grid-template-columns: 1fr 1fr;
  }
}

/* 404 */
.p404 p {
  text-align: center;
}
.p404 .txt1 {
  font-size: 5em;
  color: #ef7820;
  font-weight: bold;
}
.p404 .txt2 {
  font-size: 2em;
  color: #ef7820;
}
.p404 .txt3 {
  margin-bottom: 30px;
}
.p404 .bt_back {
  text-align: center;
  background: #ff9559;
  background: -moz-linear-gradient(to right, #ff9559, #f2913b 30%, #ef731b);
  background: -webkit-linear-gradient(to right, #ff9559, #f2913b 30%, #ef731b);
  background: linear-gradient(to right, #ff9559, #f2913b 30%, #ef731b);
  color: #fff;
  width: 300px;
  margin: 30px auto;
  display: block;
  padding: 10px 0;
  font-size: 16px;
  border: none;
  letter-spacing: 2px;
}

@media screen and (max-width: 780px) {
  .p404 .bt_back {
    display: none;
  }
}
