@charset "utf-8";

#main {
  position: relative;
  z-index: 1;
  padding-top: 78px;
  padding-bottom: 135px;
  margin-bottom: 30px;
  border-bottom: solid 1px #eeeeee;
}

h3 {
  font-size: 1.8rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #ba0c2f;
  letter-spacing: 0.14rem;
  margin-bottom: 15px;
}

h4 {
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 32px;
  min-width: 140px;
  letter-spacing: 0.2rem;
}

#main .inner {
  /* margin: 0 auto; */
  /* max-width: 1120px; */
}

.type1 .blockwrap {
  max-width: 1120px;
  /* padding: 0 200px; */
  margin: 0 auto;
}

/* start company */

.page.company-child .type2 .blockwrap {
  max-width: 1120px;
  margin: 0 auto;
}

.page.sub .tab {
  width: 570px;
  margin: 0 auto 0;
  display: flex;
  padding: 41px 0 70px;
  justify-content: center;
}

.page.sub .tab li {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  /* width: 33.3%; */
  /* max-width: 160px; */
  text-align: center;
  position: relative;
  margin: 0 15px;
  padding-bottom: 10px;
}

.page.sub .tab li:nth-child(1) {
  width: 25%;
}

.page.sub .tab li:nth-child(2) {
  width: 50%;
}

.page.sub .tab li:nth-child(3) {
  width: 25%;
}

.page.sub .tab.only li:nth-child(1) {
  width: inherit;
  display: inline-block;
}

.page.sub .tab.only {
  justify-content: center;
  width: inherit;
}

.page.sub .tab li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e6e6e6;
}

.page.sub .tab li a {
  width: 100%;
  line-height: 1;
  transition: all 0.2s ease;
}

.page.sub .tab li a:hover {
  color: #ba0c2f;
}

.page.sub .tab li.active a {
  color: #ba0c2f;
}

.page.sub .tab li.active:before {
  background-color: #ba0c2f;
}

.page.company-child .sticky-body.sticky {
  position: fixed;
  top: 100px;
  width: 100%;
  z-index: 10;
  border-top: solid 1px #f4f4f4;
  background-color: #fff;
  margin: 0;
}

.page.company-child .sticky-body.sticky+.tabunder {
  padding-top: 185px;
}

.page.company-child .sticky-body.sticky .tab {
  padding-top: 58px;
  padding-bottom: 30px;
}

/* end company */

/* start message */

.page.message .mv,
.page.message-en .mv,
.page.message-zh-cn .mv,
.page.page.message-zh-tw .mv {
  margin: 0px 0 73px 0;
}

.page.message .mv img,
.page.message-en .mv img,
.page.message-zh-cn .mv img,
.page.page.message-zh-tw .mv img {
  width: 100%;
}

.page.message .block,
.page.message-en .block,
.page.message-zh-cn .block,
.page.page.message-zh-tw .block {
  margin-bottom: 66px;
  padding: 0 0 0 220px;
}

.page.message .block.block2,
.page.message-en .block.block2,
.page.message-zh-cn .block.block2,
.page.page.message-zh-tw .block.block2 {
  margin-bottom: 139px;
}

.page.message h5,
.page.message-en h5,
.page.message-zh-cn h5,
.page.page.message-zh-tw h5 {
  font-size: 2.8rem;
  position: relative;
  margin: 0 0 19px 0px;
  line-height: 1.5;
  letter-spacing: 0.2rem;
}

.page.message .block.block3 h5,
.page.message-en .block.block3 h5,
.page.message-zh-cn .block.block3 h5,
.page.page.message-zh-tw .block.block3 h5 {
  /* margin-bottom: 27px; */
}

.page.message h5 span,
.page.message-en h5 span,
.page.message-zh-cn h5 span,
.page.page.message-zh-tw h5 span {
  font-size: 1.6rem;
  margin-bottom: 0px;
  display: block;
}

.page.message h5:before,
.page.message-en h5:before,
.page.message-zh-cn h5:before,
.page.page.message-zh-tw h5:before {
  content: "";
  position: absolute;
  top: 21px;
  left: -150px;
  width: 100px;
  height: 1px;
  background-color: #ba0c2f;
}

.page.message .block.block2 h5:before,
.page.message-en .block.block2 h5:before,
.page.message-zh-cn .block.block2 h5:before,
.page.page.message-zh-tw .block.block2 h5:before {
  top: 48px;
}

.page.message .block.block3 h5:before,
.page.message-en .block.block3 h5:before,
.page.message-zh-cn .block.block3 h5:before,
.page.page.message-zh-tw .block.block3 h5:before {
  top: 15px;
}

.page.message .text,
.page.message-en .text,
.page.message-zh-cn .text,
.page.page.message-zh-tw .text {
  margin: 0 70px 0 0;
}

.page.message .text p,
.page.message-en .text p,
.page.message-zh-cn .text p,
.page.page.message-zh-tw .text p {
  font-size: 1.6rem;
  line-height: 2.5;
  margin: 0 0 26px;
  letter-spacing: 0.17rem;
}

.page.message .text p strong,
.page.message-en .text p strong,
.page.message-zh-cn .text p strong,
.page.page.message-zh-tw .text p strong {
  font-weight: 500;
}

.page.message .text p:last-child,
.page.message-en .text p:last-child,
.page.message-zh-cn .text p:last-child,
.page.page.message-zh-tw .text p:last-child {
  margin-bottom: 0;
}

.page.message .text p.right,
.page.message-en .text p.right,
.page.message-zh-cn .text p.right,
.page.page.message-zh-tw .text p.right {
  text-align: right;
  margin-top: 54px;
  padding-right: 0;
}

.page.message .list,
.page.message-en .list,
.page.message-zh-cn .list,
.page.page.message-zh-tw .list {
  padding-left: 52px;
  padding-right: 52px;
  margin: 34px 70px 0 0;
}

.page.message .list li,
.page.message-en .list li,
.page.message-zh-cn .list li,
.page.page.message-zh-tw .list li {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.2rem;
  margin: 0 0 24px;
}

.page.message .list span,
.page.message-en .list span,
.page.message-zh-cn .list span,
.page.page.message-zh-tw .list span {
  color: #ba0c2f;
  display: table-cell;
  width: 1.5em;
  font-weight: 400;
}

.page.message .list div,
.page.message-en .list div,
.page.message-zh-cn .list div,
.page.page.message-zh-tw .list div {
  display: table-cell;
}

.page.message .list div strong,
.page.message-en .list div strong,
.page.message-zh-cn .list div strong,
.page.page.message-zh-tw .list div strong {
  font-weight: 500;
}

.page.message .block.block4,
.page.message-en .block.block4,
.page.message-zh-cn .block.block4,
.page.page.message-zh-tw .block.block4 {
  /* margin-bottom: 140px; */
}

.page.message .block.block5,
.page.message-en .block.block5,
.page.message-zh-cn .block.block5,
.page.page.message-zh-tw .block.block5 {
  padding: 0;
  position: relative;
}

.page.message .block.block5 .bg,
.page.message-en .block.block5 .bg,
.page.message-zh-cn .block.block5 .bg,
.page.page.message-zh-tw .block.block5 .bg {
  margin: 0 auto;
  max-width: 980px;
  background-color: #f8f8f8;
  padding: 70px;
}

#csr {
  position: absolute;
  top: -240px;
}

.page.message .block.block5 h5,
.page.message-en .block.block5 h5,
.page.message-zh-cn .block.block5 h5,
.page.page.message-zh-tw .block.block5 h5 {
  text-align: center;
  padding-bottom: 26px;
  margin-bottom: 38px;
  position: relative;
}

.page.message .block.block5 h5:before,
.page.message-en .block.block5 h5:before,
.page.message-zh-cn .block.block5 h5:before,
.page.page.message-zh-tw .block.block5 h5:before {
  width: 60px;
  height: 2px;
  top: inherit;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}

.page.message .block.block5 h5 span,
.page.message-en .block.block5 h5 span,
.page.message-zh-cn .block.block5 h5 span,
.page.page.message-zh-tw .block.block5 h5 span {
  font-size: 2.8rem;
  letter-spacing: 0rem;
  display: inline-block;
  font-weight: 300;
}

.page.message .block.block5 .text,
.page.message-en .block.block5 .text,
.page.message-zh-cn .block.block5 .text,
.page.page.message-zh-tw .block.block5 .text {
  margin: 0;
}

/* end message */

/* start outline */

.page.outline .table,
.page.outline-en .table,
.page.outline-zh-cn .table,
.page.outline-zh-tw .table {
  display: flex;
  flex-wrap: wrap;
  max-width: 980px;
  margin: 0 auto 65px;
}

.page.outline .table dt,
.page.outline .table dd,
.page.outline-en .table dt,
.page.outline-en .table dd,
.page.outline-zh-cn .table dt,
.page.outline-zh-cn .table dd,
.page.outline-zh-tw .table dt,
.page.outline-zh-tw .table dd {
  padding-top: 26px;
  padding-bottom: 26px;
  line-height: 1.5;
}

.page.outline .table dt,
.page.outline-en .table dt,
.page.outline-zh-cn .table dt,
.page.outline-zh-tw .table dt {
  font-size: 1.6rem;
  font-weight: 400;
  width: 180px;
  border-bottom: solid 1px #000;
  padding-left: 13px;
  margin-right: 70px;
  display: flex;
  align-items: center;
}

.page.outline .table dt:first-of-type,
.page.outline-en .table dt:first-of-type,
.page.outline-zh-cn .table dt:first-of-type,
.page.outline-zh-tw .table dt:first-of-type {
  border-top: solid 1px #000;
}

.page.outline .table dd,
.page.outline-en .table dd,
.page.outline-zh-cn .table dd,
.page.outline-zh-tw .table dd {
  width: calc(100% - 250px);
  border-bottom: solid 1px #eeeeee;
  padding-left: 12px;
  font-size: 1.6rem;
}

.page.outline .table dd:first-of-type,
.page.outline-en .table dd:first-of-type,
.page.outline-zh-cn .table dd:first-of-type,
.page.outline-zh-tw .table dd:first-of-type {
  border-top: solid 1px #eeeeee;
}

/* end outline */

/* start access */

.page.access h4,
.page.access-en h4,
.page.access-zh-cn h4,
.page.access-zh-tw h4 {
  margin-bottom: 10px;
}

.page.access .tab,
.page.access-en .tab,
.page.access-zh-cn .tab,
.page.access-zh-tw .tab {
  padding: 74px 0 50px;
}

.page.access .map .gmap,
.page.access-en .map .gmap,
.page.access-zh-cn .map .gmap,
.page.access-zh-tw .map .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.page.access .map .gmap iframe,
.page.access-en .map .gmap iframe,
.page.access-zh-cn .map .gmap iframe,
.page.access-zh-tw .map .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.page.access .table,
.page.access-en .table,
.page.access-zh-cn .table,
.page.access-zh-tw .table {
  display: flex;
  flex-wrap: wrap;
  max-width: 730px;
  margin: 46px 0px 66px 70px;
}

.page.access .table dt,
.page.access .table dd,
.page.access-en .table dt,
.page.access-en .table dd,
.page.access-zh-cn .table dt,
.page.access-zh-cn .table dd,
.page.access-zh-tw .table dt,
.page.access-zh-tw .table dd {
  font-size: 1.6rem;
  padding-top: 27px;
  padding-bottom: 25px;
  line-height: 1.5;
}

.page.access .table dt,
.page.access-en .table dt,
.page.access-zh-cn .table dt,
.page.access-zh-tw .table dt {
  color: #ba0c2f;
  width: 100px;
  /* border-bottom: solid 1px #000; */
  padding-left: 0px;
  margin-right: 70px;
}

.page.access .table dd,
.page.access-en .table dd,
.page.access-zh-cn .table dd,
.page.access-zh-tw .table dd {
  width: calc(100% - 250px);
  border-bottom: solid 1px #eeeeee;
  padding-left: 12px;
}

/* end access */

/* start news */

.sub.post-type-archive #main {
  padding-bottom: 175px;
  margin-bottom: 30px;
}

.sub.post-type-archive .type2 .blockwrap,
.sub.post-type-archive .type3 .blockwrap {
  max-width: 980px;
  margin: 0 auto;
}

.sub.post-type-archive .tab {
  margin: 79px 0 55px 0;
  display: flex;
}

.sub.post-type-archive .tab li {
  font-size: 1.8rem;
  line-height: 1;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  text-align: center;
  margin: 0 38px 0 0;
  padding-bottom: 2px;
}

.sub.post-type-archive .tab li a {
  width: 100%;
  line-height: 1;
  padding-bottom: 6px;
  color: #b2b2b2;
  position: relative;
  letter-spacing: 0.1rem;
}

.sub.post-type-archive .tab li.active a,
.sub.post-type-archive .tab li a[aria-current] {
  color: #ba0c2f;
}

.sub.post-type-archive .tab li.active a:before,
.sub.post-type-archive .tab li a[aria-current]:before {
  background-color: #ba0c2f;
}

.sub.post-type-archive .tab li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e6e6e6;
  display: none;
}

.sub.post-type-archive .tab li.active a:before,
.sub.post-type-archive .tab li a[aria-current]:before {
  display: block;
}

.sub.post-type-archive .table {
  display: flex;
  flex-wrap: wrap;
  max-width: 980px;
  margin: 0 auto;
}

.sub.post-type-archive .table dt,
.sub.post-type-archive .table dd {
  padding-top: 24px;
  padding-bottom: 24px;
  line-height: 1.8;
}

.sub.post-type-archive .table dt {
  font-size: 1.3rem;
  font-family: "Montserrat", sans-serif;
  color: #b2b2b2;
  width: 122px;
  border-bottom: solid 1px #eeeeee;
  padding-left: 21px;
  margin-right: 0;
  letter-spacing: 0.1rem;
  font-weight: 400;
}

.sub.post-type-archive .table dt:first-of-type {
  border-top: solid 1px #eeeeee;
}

.sub.post-type-archive .table dd {
  font-weight: 300;
  width: calc(100% - 122px);
  border-bottom: solid 1px #eeeeee;
  padding-left: 0;
  letter-spacing: 0.2rem;
}

.sub.post-type-archive .table dd:first-of-type {
  border-top: solid 1px #eeeeee;
}

.sub .pageNavWrap {
  height: 50px;
  position: relative;
  margin: 60px 0px 0;
}

.pageNav {
  margin: 0 18px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pageNav a {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  font-family: "Montserrat", sans-serif;
  position: relative;
  line-height: 1;
  transition: 0.3s;
}

.pageNav a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 32px;
  height: 5px;
  background-image: url(/wp-content/themes/fitfit_corporate/images/arrow.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right top;
  margin-top: -3.5px;
}

.pageNav a.prev,
.pageNav a.previouspostslink {
  padding-left: 47px;
}

.pageNav a.next,
.pageNav a.nextpostslink {
  padding-right: 47px;
  position: absolute;
  right: 0;
}

.pageNav a.prev::before,
.pageNav a.previouspostslink::before {
  left: 0;
  transform: scale(-1, 1);
}

.pageNav a.no {
  cursor: default;
  color: #b2b2b2;
}

.pageNav a.no::before {
  background-image: url(/wp-content/themes/fitfit_corporate/images/arrow_gray.svg);
}

.pageNav a.no:hover {
  opacity: 1;
}

.pageNav a.next::before {
  right: 0;
}

.pageNum {
  display: flex;
  justify-content: center;
  position: relative;
  top: -27px;
  width: calc(100% - 250px);
  margin: 0 auto;
}

.pageNum a,
.pageNum span {
  width: 40px;
  height: 40px;
  line-height: 1;
  margin: 0 7px;
  padding: 13px 0;
  display: block;
  border: solid 1px #eeeeee;
  border-radius: 50px;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  transition: 0.3s;
}

a.page.larger {}

.pageNum a.active,
.wp-pagenavi .current {
  border: solid 1px #ba0c2f;
}

.single #main {
  padding-bottom: 192px;
}

.single .pageNavWrap {
  margin-top: 41px;
}

.single .type2 .blockwrap,
.single .type3 .blockwrap {
  max-width: 860px;
  margin: 0 auto;
}

.single .table {
  display: inherit;
  flex-wrap: wrap;
  max-width: 980px;
  margin: 79px auto 66px;
}

.single .table dt,
.single .table dd {
  padding-top: inherit;
  padding-bottom: inherit;
  line-height: 1.8;
}

.single .table dt {
  color: #b2b2b2;
  width: 100%;
  border-bottom: inherit;
  padding-top: 0;
  padding-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
  letter-spacing: 0.1rem;
  line-height: 1;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

.single .table dt:first-of-type {
  border-top: inherit;
}

.single .table dd:first-of-type {
  border-top: inherit;
}

.single .table dd {
  width: calc(100% - 120px);
  border-bottom: inherit;
  padding-left: 0;
  font-size: 2.4rem;
}

.single .backlink {
  width: 100%;
  justify-content: center;
  position: absolute;
  top: -5px;
  text-align: center;
}

.single .backlink a {
  width: 198px;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  padding: 18px 0;
  color: #fff;
  background-color: #000;
  border: solid 1px #000;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}

a {}

.single .backlink a:hover {
  color: #000000;
  background-color: #fff;
  transition: all 0.3s;
}

.single .text {
  font-size: 1.5rem;
  line-height: 2.5;
  padding: 0 70px;
  margin-bottom: 69px;
}

.single .text .wp-block-image {
  margin: 8px auto 28px;
}

.single .text .wp-block-image img {
  width: 100%;
  height: auto;
}

.single .share {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
  padding: 30px 0;
}

.single .share .title {
  color: #999999;
  margin-right: 20px;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 0.06rem;
  line-height: 1;
}

.single .pageNav {
  padding: 15px 0 0 0;
}

.single .share ul {
  display: flex;
}

.single .share ul li {
  width: 30px;
}

.single .share ul li:first-child {
  margin-right: 5px;
}

.single .share ul li a {}

.single .share ul li a img {
  width: 100%;
}

.wp-pagenavi {}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi .current {}

.wp-pagenavi .page {}

.wp-pagenavi .page.larger {}

.nextpostslink {}

.wp-pagenavi .previouspostslink {}

.wp-pagenavi .nextpostslink {}

/* end news */

/* start contact */

.sub.contact-child {}

.sub.contact-child #main {
  padding-bottom: 200px;
}

.sub.contact-child .type2 .blockwrap,
.sub.contact-child .type3 .blockwrap {
  max-width: 980px;
  margin: 0 auto;
}

.sub.contact-child .boxWrap {}

.sub.contact-child .inner.type2 .box {
  border-bottom: solid 1px #eeeeee;
  padding: 28px 0px 34px 21px;
  position: relative;
  display: flex;
  /* justify-content: space-between; */
  align-items: flex-start;
}

.sub.contact-child .inner.type2 .subbox {
  /* position: absolute; */
  margin: 0px 0px 0px;
  width: calc(100% - 278px);
}

.sub.contact-child .inner.type2 .box:first-child {
  border-top: solid 1px #eeeeee;
}

.sub.contact-child .inner.type2 .box:nth-child(1) h5 {
  width: 278px;
  margin-top: 6px;
}

.sub.contact-child .inner.type2 .box:nth-child(1) {}

.sub.contact-child .inner.type2 .box:nth-child(2),
.sub.contact-child .inner.type2 .box:nth-child(3) {
  justify-content: space-between;
  padding: 35px 19px 35px 21px;
}

.sub.contact-child .inner.type2 .box:nth-child(2) h5,
.sub.contact-child .inner.type2 .box:nth-child(3) h5 {
  margin-top: 0px;
}

.sub.contact-child h5 {
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
  margin-top: 0;
  padding-top: 12px;
  padding-left: 19px;
  letter-spacing: 0.05rem;
}

.sub.contact-child h5:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 40px;
  background-color: #bfbfbf;
}

.sub.contact-child .inner.type2 .box .title {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 810px) {
  .sub.contact-child .inner.type2 .box .title br {
    display: block !important;
  }

  .sub.contact-child .inner.type2 .box .title {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    margin-bottom: 9px;
    line-height: 1.5;
  }

  .sub.contact-child .inner.type2 .box .title span {
    font-size: 1.2rem;
    margin-left: 7px;
    letter-spacing: 0.01rem;
    display: inline-block;
    padding-left: 1.4rem;
  }
}

/* .sub.contact-child .box .title:before {
    content: "●";
} */

.sub.contact-child .inner.type2 .box .title span {
  font-size: 1.3rem;
  margin-left: 7px;
  letter-spacing: 0.01rem;
}

.sub.contact-child .inner.type2 .box .telWrap {
  display: flex;
  /* align-items: center; */
}

@media screen and (max-width: 850px) {
  .sub.contact-child .inner.type2 .box .telWrap {
    /* display: block; */
  }
}

.sub.contact-child .inner.type2 .box .tel {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  align-items: flex-start;
  margin-right: 25px;
  line-height: 1;
}

.sub.contact-child .inner.type2 .box .tel div {
  display: inline-block;
  letter-spacing: 0.15rem;
  margin-right: 8px;
}

.sub.contact-child .inner.type2 .box .tel span {
  font-family: "Work Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  /* line-height: 1.2; */
}

.sub.contact-child .inner.type2 .box .tel div:nth-of-type(1) {
  /* line-height: 1; */
  padding-top: 5px;
}

.sub.contact-child .inner.type2 .box .tel div:nth-of-type(2) {
  font-size: 1.3rem;
  margin-left: 7px;
  padding-top: 10px;
}

.sub.contact-child .inner.type2 .box .banner {
  line-height: 1;
  position: relative;
  margin-left: 0;
  width: 320px;
  text-align: center;
  padding: 0;
  background-color: #ba0c2f;
  font-weight: bold;
  color: #ffffff;
  border: 1px solid #ba0c2f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sub.contact-child .inner.type2 .box .banner a {
  /* font-size: 1.5rem; */
  /* line-height: 1; */
  /* letter-spacing: 0.1rem; */
  line-height: 45px;
  position: relative;
  padding-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 400;
  height: 48px;
  display: block;
  color: #fff;
  position: relative;
  padding-right: 0;
  letter-spacing: 0.14rem;
}

.sub.contact-child .inner.type2 .box .banner:hover {
  background-color: #ffffff;
  transition: all 0.3s;
}

.sub.contact-child .inner.type2 .box .banner:hover a {
  color: #ba0c2f;
  transition: all 0.3s;
}

.sub.contact-child .inner.type2 .box .banner:hover a div span:before {
  background-image: url(/wp-content/themes/fitfit_corporate/images/ico_blank3.png);
  transition: all 0.3s;
}

.sub.contact-child .inner.type2 .box:nth-child(3) a {
  letter-spacing: 0.07rem;
}

.sub.contact-child .inner.type2 . a div {}

.sub.contact-child .inner.type2 a div {}

.sub.contact-child .inner.type2 .box .banner a div span {
  position: relative;
  padding-right: 18px;
}

.sub.contact-child .inner.type2 .box .banner a div span:before {
  background-image: url(/wp-content/themes/fitfit_corporate/images/ico_blank.png);
}

.sub.contact-child .boxWrap .atention {
  font-size: 1.3rem;
  line-height: 1;
  margin: 24px 0 0 0;
  display: table;
}
.sub.contact-child .boxWrap .atention + .atention {
  margin-top: 6px;
}

.sub.contact-child .boxWrap .atention span,
.contact-child .boxWrap .atention div {
  display: table-cell;
  line-height: 1.5;
}

.sub.contact-child .boxWrap .atention span {
  padding-right: 5px;
}

.contact-child .boxWrap .atention div {}

.sub.contact-child .boxContact table {
  width: 100%;
  max-width: 1200px;
  border-top: solid 1px #eeeeee;
}

.sub.contact-child .boxContact table tr {
  border-bottom: solid 1px #eee;
}

.sub.contact-child .boxContact table tr:last-child {
  border-bottom: solid 1px #eee;
}

.sub.contact-child .boxContact table tr th,
.sub.contact-child .boxContact table tr td {}

.sub.contact-child .boxContact table tr th {
  text-align: left;
  padding: 30px 20px 30px;
  width: 330px;
  vertical-align: top;
}

.sub.contact-child .boxContact table tr th div {
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  padding: 0;
}

.sub.contact-child .boxContact table tr th div:before {
  /* content: ""; */
  position: absolute;
  right: 0;
  width: 50px;
  height: 22px;
  background-image: url(/wp-content/themes/rakza/images/mark_empty.png);
}

.sub.contact-child .boxContact table tr td.c1 input,
.sub.contact-child .boxContact table tr td.c1 textarea {
  background-color: #fff;
  border: solid 1px #d9d9d9;
  padding: 7px 10px 6px;
  border-radius: 2px;
  width: 100%;
  line-height: 1;
  font: 300 1.5rem YakuHanJP, Noto Sans JP, "Noto Sans", "游ゴシック",
    "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "Hiragino Sans", sans-serif;
}

input::placeholder {
  color: transparent;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder {
  padding-top: 0.15em;
}

.mw_wp_form .error {
  text-align: left;
  margin: 10px 0 0 0;
  /* font-size: 1.3rem!important; */
}

.sub.contact-child .boxContact table tr td.c1 textarea {
  height: 190px;
  line-height: 2;
}

.sub.contact-child .boxContact table tr td {
  padding: 30px 40px 31px 0px;
  /* font-size: 1.5rem; */
}

.sub.contact-child .boxContact table tr td .div {
  /* border-left: solid 1px #c2c2c2; */
  padding: 0 0 0 0px;
  line-height: 1;
}

.sub.contact-child .boxContact table tr td.line2 {
  padding: 30px 40px 15px 0px;
}

.sub.contact-child .boxContact table tr td.line2 .div {
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  padding-right: 100px;
}

.sub.contact-child .boxContact table tr td.column2 {
  display: flex;
}

.sub.contact-child .boxContact table tr td.column2 .div {
  margin-right: 5px;
}

.sub.contact-child .boxContact table tr td.c2 {
  padding: 18px 40px 8px 0px;
}

.sub.contact-child .boxContact table tr td.c3 {
  padding: 30px 40px 30px 0px;
}

.sub.contact-child .inner.type3 {
  margin: 151px 0 0 0;
}

.sub.contact-child.business-en .inner.type3,
.sub.contact-child.business-cn .inner.type3,
.sub.contact-child.business-tw .inner.type3 {
  margin: 90px 0 0 0;
}

.sub.contact-child .inner.type3 .error_text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: #ba0c2f;
  text-align: center;
  margin: 50px 0;
}

.sub.contact-child .inner.type3 h5 {
  /* line-height: 1; */
  font-weight: 400;
  padding-top: 8px;
}

.sub.contact-child .inner.type3 h5:before {
  background-color: #ba0c2f;
  height: 36px;
}

.sub.contact-child .inner.type3 h5 span {
  font-size: 1.2rem;
  color: #ba0c2f;
  font-weight: 400;
  padding-left: 6px;
}

.sub.contact-child .inner.type3 h5 span.size {
  color: #000;
}

.sub.contact-child .boxContact table tr td.c1 input {
  max-width: 301px;
  margin-right: 5px;
  font-size: 1.5rem;
}

.sub.contact-child.business-en .boxContact table tr td.c1 input.name {
  width: 150px;
}

.sub.contact-child .boxContact table tr td.c1 input:focus,
.sub.contact-child .boxContact table tr td.c1 textarea:focus,
.sub.contact-child .boxContact table tr td.c3 select:focus {
  outline: solid 1px #000000;
}

.sub.contact-child .boxContact table tr td.c3 select:focus,
.sub.contact-child .boxContact table tr .cussele select:focus {
  outline: none;
}

.sub.contact-child .boxContact table tr td.c1 input:-internal-autofill-selected,
.sub.contact-child .boxContact table tr td.c1 textarea:-internal-autofill-selected,
.sub.contact-child .boxContact table tr td.c3 select:-internal-autofill-selected,
.sub.contact-child .boxContact table tr .cussele select:-internal-autofill-selected {
  background-color: #fff !important;
}

.sub.contact-child .boxContact table tr td.c1 .error_body input,
.sub.contact-child .boxContact table tr td.c1 .error_body textarea {
  /* color: #ba0c2f; */
  border: solid 1px #ba0c2f;
}

.sub.contact-child .boxContact table tr td.c3 .error_body:before,
.sub.contact-child .boxContact table tr .cussele.error_body:before {
  border: solid 1px #ba0c2f;
}

input[type="file"]:focus {
  outline: 0;
}

.sub.contact-child .boxContact table tr td.c1 select {
  /* padding: 8px 0; */
  /* border-color: #d9d9d9; */
}

.sub.contact-child .boxContact table tr td.c2 .sele_file {
  margin-top: 12px;
}

.sub.contact-child.check .boxContact table tr td.c2 .sele_file {
  margin-top: 0px;
}

.sub.contact-child .boxContact table tr td.c2 .file-upload_area {
  margin-bottom: 20px;
  position: relative;
}

/* .sub.contact-child .boxContact table tr td.c2 .file-upload_input {
    margin-left: 0px;
    padding: 8px 0 8px 60px;
    width: 350px;
    font: 300 1.3rem YakuHanJP, Noto Sans JP, 'Noto Sans', "游ゴシック", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "Hiragino Sans", sans-serif;
}

.sub.contact-child .boxContact table tr td.c2 .file-upload_input::before {
    background: #fff;
    color: #555;
    content: 'ファイル添付する';
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    left: 0;
    padding: 7px 20px 8px 36px;
    position: absolute;
    top: 0;
    border: solid 1px #dadada;
    border-radius: 20px;
    cursor: pointer;
}

.sub.contact-child .boxContact table tr td.c2 .file-upload_input:hover::before {
    background: #f3f3f3;
    transition: all .3s;
}

.sub.contact-child .boxContact table tr td.c2 .file-upload_input::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 20px;
    width: 13px;
    height: 12px;
    z-index: 10;
    background-image: url(/wp-content/themes/fitfit_corporate/images/icon_file.png);
}

.sub.contact-child .boxContact table tr td.c2 input[type="file"]::-webkit-file-upload-button {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-color: transparent;
    border: 0;
    margin: 0 20px 0 0;
} */

.sub.contact-child .boxContact table tr td.c2 .mwform-file-delete {
  /* display: none; */
  /* padding-left: 30px; */
}

/* .sub.contact-child .boxContact table tr td .mw-wp-form_file {
    display: none;
}

.sub.contact-child.check .boxContact table tr td .mw-wp-form_file {
    display: block;
} */

.sub.contact-child .boxContact table tr td .add {
  position: absolute;
  right: 0;
  top: 9px;
  width: 100px;
  white-space: nowrap;
}

.sub.contact-child .boxContact table tr td .error {
  color: #ba0c2f;
  font-size: 1.2rem;
  display: block;
}

.sub.contact-child .boxContact .btn-wrap {
  text-align: center;
  margin: 70px 0 0 0;
}

.sub.contact-child.personal .boxContact .btn-wrap {
  margin: 30px 0 0 0;
}

.sub.contact-child.personal table+.atention {
  margin-bottom: 70px;
}

.sub.contact-child .boxContact .btn-wrap .btn-back {
  margin: 25px 0 0 0;
}

.sub.contact-child .boxContact .btn-wrap .btn-back input {
  display: block;
  color: #000;
  background-color: #fff;
  /* font-size: 1.3rem; */
  line-height: 1;
  display: inline-block;
  border: none;
  padding: 7px 10px 8px;
  width: 90px;
  border-radius: 20px;
  cursor: pointer;
  border: solid 1px #d9d9d9;
  font: 500 1.3rem YakuHanJP, Noto Sans JP, "Noto Sans", "游ゴシック",
    "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "Hiragino Sans", sans-serif;
  outline: none;
}

.sub.contact-child .boxContact .btn-wrap .btn-back input:hover {
  background-color: #f3f3f3;
  transition: all 0.3s;
}

.sub.contact-child .boxContact .btn-wrap .btn-submit {}

.sub.contact-child .boxContact .btn-wrap .btn-submit input {
  display: block;
  color: #fff;
  background-color: #000000;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-block;
  border: none;
  padding: 22px 10px;
  width: 221px;
  border-radius: 0px;
  cursor: pointer;
  border: solid 1px #000;
  outline: none;
}

.sub.contact-child .boxContact .btn-wrap .btn-submit input:hover {
  color: #000000;
  background-color: #fff;
  transition: all 0.3s;
}

.sub.contact-child.check .boxContact table tr td.line2 .div {
  display: block;
}

.sub.contact-child.check .boxContact table tr td.column2 {
  display: flex;
}

.sub.contact-child.check .boxContact table tr td.column2 .div {}

.sub.contact-child.check .inner.type3 {
  margin: 0px 0 0 0;
}

.sub.contact-child.check .boxContact table tr td .add {
  display: none;
}

.sub.contact-child.check .boxContact table tr td.line2 {
  padding: 40px 40px 22px 0px;
}

.sub.contact-child.check .boxContact table tr td.line2.mail {
  padding: 40px 40px 24px 0px;
}

.sub.contact-child.check .boxContact table tr td.line2 .div {
  margin-bottom: 19px;
}

.sub.contact-child.check .boxContact table tr td.line2.mail .div {
  margin-bottom: 19px;
}

.sub.contact-child.check .boxContact table tr td.column2 {
  display: flex;
}

.sub.contact-child.check .boxContact table tr td.column2 .div {}

.sub.contact-child.check .boxContact table tr td {
  padding: 40px 40px 41px 0px;
}

.sub.contact-child.check .boxContact table tr td .mw-wp-form_image input {
  display: block;
}

.sub.contact-child.check .boxContact table tr td.c2 {
  padding: 40px 40px 36px 0px;
}

.sub.contact-child.check .boxContact table tr td.c1.text {
  padding: 32px 40px 33px 0px;
}

.sub.contact-child.check .boxContact table tr td.c1.text .div {
  line-height: 2.2;
}

.sub.contact-child.complete .type3 .blockwrap .text {
  font-size: 1.5rem;
  line-height: 2.3;
  text-align: center;
  letter-spacing: 0.1rem;
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
  padding: 50px 0;
}

.sub.contact-child.complete .inner.type3 {
  margin: 0px 0 0 0;
}

.sub.contact-child.complete .inner.type3 .blockwrap {
  padding: 0;
  /* border-top: solid 1px #eeeeee; */
  /* border-bottom: solid 1px #eeeeee; */
}

.sub.contact-child .boxContact .btn-wrap .btn-submit a {
  display: block;
  color: #fff;
  background-color: #000000;
  border: solid 1px #000;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-block;
  /* border: none; */
  padding: 22px 10px;
  width: 221px;
  border-radius: 0px;
  cursor: pointer;
}

.sub.contact-child .boxContact .btn-wrap .btn-submit a:hover {
  color: #000000;
  background-color: #fff;
  transition: all 0.3s;
}

.sub.contact-child .boxContact table tr td.c3 div,
.sub.contact-child .boxContact table tr .cussele {
  overflow: hidden;
  width: 300px;
  margin: 0;
  text-align: center;
}

.sub.contact-child .boxContact table tr .cussele {
  width: 200px;
}

.sub.contact-child .boxContact table tr td.c3 div select,
.sub.contact-child .boxContact table tr .cussele select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  /* border: solid 1px #d9d9d9; */
  border: none;
  outline: none;
  /* outline: solid 1px #d9d9d9; */
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.sub.contact-child .boxContact table tr td.c3 div select::-ms-expand,
.sub.contact-child .boxContact table tr .cussele div select::-ms-expand {
  display: none;
}

.sub.contact-child .boxContact table tr td.c3 div,
.sub.contact-child .boxContact table tr .cussele {
  position: relative;
  /* border: solid 1px #d9d9d9; */
  /* background: #ffffff; */
}

.sub.contact-child .boxContact table tr td.c3 div::after,
.sub.contact-child .boxContact table tr .cussele::after {
  position: absolute;
  z-index: 10;
  top: 16px;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-top: 5px solid #000;
  pointer-events: none;
}

.sub.contact-child .boxContact table tr td.c3 div::before,
.sub.contact-child .boxContact table tr .cussele::before {
  content: "";
  display: block;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 36px;
  border: solid 1px #d9d9d9;
  background: #ffffff;
}

.sub.contact-child .boxContact table tr td.c3 div select,
.sub.contact-child .boxContact table tr .cussele select {
  padding: 9px 38px 9px 12px;
  color: #000;
  font: 500 1.3rem YakuHanJP, Noto Sans JP, "Noto Sans", "游ゴシック",
    "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "Hiragino Sans", sans-serif;
  font-weight: normal;
}

.sub.contact-child .boxContact table tr td.c3 div .selectbox+.error,
.sub.contact-child .boxContact table tr .cussele .selectbox+.error {
  /* position: absolute; */
  /* padding-bottom: 50px; */
  /* bottom: -30px; */
}

.sub.contact-child .tab {
  /* padding: 41px 0 70px; */
}

.sub.contact-child.business {}

.sub.contact-child.business .inner.type3,
.sub.contact-child.recruit .inner.type3 {
  margin: 0px 40px;
}

.sub.contact-child .inner.type3 h5 {
  letter-spacing: 0.1rem;
  font-size: 1.5rem;
}

.sub.contact-child.check .boxContact table tr th {
  width: 329px;
}

.sub.contact-child.check .boxContact table tr td div {
  letter-spacing: 0.1rem;
  font-size: 1.5rem;
}

.sub.contact-child.check .boxContact table tr td.c3 div {
  border: none;
  text-align: left;
}

.sub.contact-child.check .boxContact table tr td.c3 div::before,
.sub.contact-child.check .boxContact table tr .cussele {
  display: none;
}

.sub.contact-child.check .boxContact table tr td.c3 div::after {
  display: none;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}

/* end contact */

/* start recruit */
.sub.recruit {}

.sub.recruit .recruit-top {
  margin: 68px 0 0;
}

.sub.recruit .inner.type4 {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 40px;
  width: inherit;
}

.sub.recruit .title {
  font-size: 4.7rem;
  line-height: 1.35;
  letter-spacing: 1rem;
  margin: 0 40px 33px;
}

.sub.recruit .title span {
  letter-spacing: 0.5rem;
}

.page.recruit .recruit-top h5 {
  font-size: 2.4rem;
  position: relative;
  margin: 0 0 95px 153px;
  line-height: 1.6;
  letter-spacing: 0.6rem;
}

.page.recruit .block.block3 h5 {
  /* margin-bottom: 27px; */
}

.page.recruit .recruit-top h5 span {
  font-size: 1.6rem;
  margin-bottom: 0px;
  display: block;
}

.page.recruit .recruit-top h5:before {
  content: "";
  position: absolute;
  top: 21px;
  left: -150px;
  width: 100px;
  height: 1px;
  background-color: #ba0c2f;
}

.page.recruit .block.block2 h5:before {
  top: 48px;
}

.page.recruit .block.block3 h5:before {
  top: 15px;
}

.page.recruit .link-box {
  display: flex;
  justify-content: space-between;
}

.page.recruit .link-box .box {
  max-width: 472px;
  width: calc(50% - 15px);
}

.page.recruit .link-box .box:hover {
  opacity: 0.7;
  transition: all .3s;
}

.page.recruit .link-box .box img {
  width: 100%;
}

.page.recruit .link-box .box .text {
  font-size: 2.8rem;
  font-weight: 500;
  position: relative;
  line-height: 1;
  position: relative;
  margin: 41px 0 31px 3px;
  padding: 0 0 0 22px;
  letter-spacing: 0.4rem;
}

.page.recruit .link-box .box .text::before {
  content: "";
  width: 2px;
  height: 24px;
  background-color: #ba0c2f;
  position: absolute;
  top: 4px;
  left: 0;
}

.page.recruit .link-box .box .link {
  width: 470px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.38rem;
  margin: 0 0 0 4px;
}

.sub.recruit-child .inner.type5 .blockwrap {
  max-width: 1120px;
  margin: 0 auto;
}

.page.recruit-child .inner.type5 {
  margin-bottom: 70px;
}

.page.recruit-child .inner.type5 .tab {
  width: 530px;
  margin: 0 auto;
  justify-content: center;
}

.page.recruit-child .inner.type5 .tab li:nth-child(1) {
  width: 44.5%;
}

.page.recruit-child .inner.type5 .tab li:nth-child(2) {
  width: 65.5%;
}

.page.recruit-child .inner.type5 .mv {
  margin: 0 0 38px;
}

.page.recruit-child .inner.type5 .mv img {
  width: 100%;
}

.page.recruit-child .inner.type5 .mv2 {
  display: flex;
  margin: 52px 0 93px;
}

.page.recruit-child .inner.type5 .mv2 .img {
  width: 55%;
  max-width: 606px;
  margin: 0 0 0 0px;
}

.page.recruit-child .inner.type5 .mv2 .img img {
  width: 100%;
}

.page.recruit-child .inner.type5 .mv2 .box .title {
  font-size: 2.5rem;
  font-weight: 400;
  position: relative;
  margin: 4px 0 31px 0px;
  padding: 0 0 0 23px;
  line-height: 1.4;
  letter-spacing: 0.2rem;
}

.page.recruit-child .inner.type5 .mv2 .box .title::before {
  content: "";
  width: 2px;
  height: calc(100% - 10px);
  background-color: #ba0c2f;
  position: absolute;
  top: 7px;
  left: 2px;
}

.page.recruit-child .inner.type5 .mv2 .box {
  width: calc(45% - 8px);
  margin: 7px 0 0 8px;
}

.page.recruit-child .inner.type5 .mv2 .box .text {
  margin: 0;
  /* font-weight: 400; */
}

.page.recruit-child .inner.type5 .mv2 .box .text strong {
  color: #ba0c2f;
}

.page.recruit-child .inner.type5 .text {
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.13rem;
  margin: 0 70px 38px;
}

.page.recruit-child .inner.type5 .link-box {
  display: flex;
  justify-content: center;
  margin: 0 0 96px;
}

.page.recruit-child .inner.type5 .link-box a {
  width: 470px;
  margin: 0 20px;
  color: #fff;
  background-color: #ba0c2f;
  display: block;
  text-align: center;
  padding: 29px 0 25px;
  border: 1px solid #ba0c2f;
  transition: all 0.3s;
}

.page.recruit-child .inner.type5 .link-box a:hover {
  color: #ba0c2f;
  background-color: #fff;
}

.page.recruit-child .inner.type5 .link-box div {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.27rem;
}

.page.recruit-child .inner.type5 .link-box span {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.1rem;
}

.page.recruit-child .inner.type5 h6 {
  font-size: 3.2rem;
  letter-spacing: 0.5rem;
  position: relative;
  text-align: center;
  line-height: 1;
  margin: 0 0 97px;
}

.page.recruit-child .inner.type5 h6 span {
  position: relative;
  padding: 0 80px;
}

.page.recruit-child .inner.type5 h6 span::before,
.page.recruit-child .inner.type5 h6 span::after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #ba0c2f;
  position: absolute;
  top: 26px;
}

.page.recruit-child .inner.type5 h6 span::before {
  left: 0;
}

.page.recruit-child .inner.type5 h6 span::after {
  right: 0;
}

.page.recruit-child .inner.type5 .lead-box {
  display: flex;
  margin: 0 0 94px;
}

.page.recruit-child .inner.type5 .lead-box:last-child {
  margin-bottom: 0;
}

.page.recruit-child .inner.type5 .lead-box .img {
  max-width: 482px;
  width: 44%;
}

.page.recruit-child .inner.type5 .lead-box .img img {
  width: 100%;
}

.page.recruit-child .inner.type5 .lead-box .box {
  width: 468px;
}

.page.recruit-child .inner.type5 .lead-box .box .title {
  font-size: 2.5rem;
  position: relative;
  margin: 4px 0 24px 0px;
  padding: 0 0 0 20px;
  line-height: 1.4;
  letter-spacing: 0.2rem;
}

.page.recruit-child .inner.type5 .lead-box .box .title::before {
  content: "";
  width: 2px;
  height: calc(100% - 8px);
  background-color: #ba0c2f;
  position: absolute;
  top: 7px;
  left: 2px;
}

.page.recruit-child .inner.type5 .lead-box .box .box-text,
.page.recruit-child .inner.type5 .lead-box .box .box-text2 {
  font-size: 1.6rem;
  /* font-weight: 400; */
  letter-spacing: 0.2rem;
}

.page.recruit-child .inner.type5 .lead-box .box .box-text ul,
.page.recruit-child .inner.type5 .lead-box .box .box-text2 ul {
  margin: 32px 0 0 0;
}

.page.recruit-child .inner.type5 .lead-box .box .box-text li.dot,
.page.recruit-child .inner.type5 .lead-box .box .box-text2 li.dot {
  line-height: 1;
  margin: 0 0 14px 7px;
  letter-spacing: 0.15rem;
}

.page.recruit-child .inner.type5 .lead-box .box .box-text li.no-dot {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 400;
}

.page.recruit-child .inner.type5 .lead-box .box .box-text li.dot::before,
.page.recruit-child .inner.type5 .lead-box .box .box-text2 li.dot::before {
  top: 5px;
}

.page.recruit-child .inner.type5 .lead-box .box .box-text {
  margin: 29px 0 0;
}

.page.recruit-child .inner.type5 .lead-box .box .box-text .num {
  margin: 0;
}

.page.recruit-child .inner.type5 .lead-box .box .box-text .num li {
  display: table;
}

.page.recruit-child .inner.type5 .lead-box .box .box-text .num li div,
.page.recruit-child .inner.type5 .lead-box .box .box-text .num li span {
  display: table-cell;
  /* font-weight: 400; */
}

.page.recruit-child .inner.type5 .lead-box .box .box-text2 {
  margin: 35px 0 0;
}

.page.recruit-child .inner.type5 .lead-box.box-l .img {
  order: 2;
}

.page.recruit-child .inner.type5 .lead-box.box-l .box {
  order: 1;
  margin: 0 30px 0 70px;
}

.page.recruit-child .inner.type5 .lead-box.box-r .img {
  order: 1;
  margin: 8px 0 0 70px;
}

.page.recruit-child .inner.type5 .lead-box.box-r .box {
  order: 2;
  margin: 0 30px 0 49px;
}

.page.recruit-child .inner.type5 .bg-gray {
  width: 980px;
  margin: 154px auto 146px;
  padding: 77px 0 70px;
  background-color: #f8f8f8;
}

.page.recruit-child .inner.type5 .bg-gray h6 {
  position: relative;
  font-size: 2.6rem;
  letter-spacing: 0.35rem;
  padding: 0 0 34px;
  margin: 0 0 38px;
}

.page.recruit-child .inner.type5 .bg-gray h6::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 2px;
  left: 50%;
  margin-left: -30px;
  background-color: #ba0c2f;
}

.page.recruit-child .inner.type5 .bg-gray ul {
  margin: 0 70px;
}

.page.recruit-child .inner.type5 li.dot {
  position: relative;
  padding-left: 14px;
  font-size: 1.6rem;
  /* font-weight: 400; */
  line-height: 2.5;
  letter-spacing: 0.12rem;
  margin: 0 0 0 7px;
}

.page.recruit-child .inner.type5 .lead-box .box .box-text2 li.no-dot {
  position: relative;
  padding-left: 2px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.27rem;
  line-height: 1;
  margin: 0 0 15px;
}

.page.recruit-child .inner.type5 .bg-gray li::before {}

.page.recruit-child .inner.type5 li.dot::before {
  content: "";
  position: absolute;
  display: block;
  top: 17px;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  left: 0;
  background-color: #ba0c2f;
}

.page.recruit-child .inner.type5 .box2 {
  margin: 0 72px 106px;
}

.page.recruit-child .inner.type5 .box2:last-child {
  margin-bottom: 0;
}

.page.recruit-child .inner.type5 .box2 .title {
  font-size: 2.5rem;
  position: relative;
  margin: 4px 0 31px 0px;
  padding: 0 0 0 22px;
  line-height: 1;
  letter-spacing: 0.175rem;
}

.page.recruit-child .inner.type5 .box2 .title::before {
  content: "";
  position: absolute;
  top: 1px;
  width: 2px;
  height: 100%;
  left: 0;
  background-color: #ba0c2f;
}

.page.recruit-child .inner.type5 .box2 ul {
  margin: 0 0 0 5px;
}

.page.recruit-child .inner.type5 .box2 ul li {
  line-height: 1.9;
  margin: 0 0 1px;
}

.page.recruit-child .inner.type5 .box2 li.dot::before {
  top: 14px;
}

.page .btn-wrap {
  text-align: center;
  margin: 70px 0 0 0;
}

.page .btn-wrap .btn-submit a {
  display: block;
  color: #fff;
  background-color: #000000;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-block;
  border: none;
  padding: 22px 40px;
  /* width: 221px; */
  border-radius: 0px;
  cursor: pointer;
  border: solid 1px #000;
  outline: none;
}

.page .btn-wrap .btn-submit a:hover {
  color: #000000;
  background-color: #fff;
  transition: all .3s;
}

/* end recruit */

@media screen and (max-width: 1600px) {

  /*--------------------------------------------------------------
    ----------------------------------------------------------------
    レスポンシブ調整
    ----------------------------------------------------------------
    ----------------------------------------------------------------*/
  .type1 .blockwrap {
    max-width: 1120px;
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {

  /*--------------------------------------------------------------
    ----------------------------------------------------------------
    Tablet
    ----------------------------------------------------------------
    ----------------------------------------------------------------*/
  .page.company-child .sticky-body.sticky {
    top: 61px;
  }

  .single #main {
    padding-bottom: 0;
  }

  #main {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .page.message .block.block5 {
    margin-bottom: 0;
  }

  .sub.contact-child .inner.type2 .box .banner {
    max-width: 320px;
    width: 34vw;
  }

  .sub.contact-child .inner.type2 .box .telWrap {
    width: 100%;
    padding: 10px 15px;
    display: block;
  }

  .sub.contact-child .inner.type2 .box .tel {
    display: block;
    margin-right: 0;
  }

  .sub.contact-child .inner.type2 .box .tel:nth-child(1) {
    /* width: 40%; */
    margin-bottom: 15px;
  }

  .sub.contact-child .inner.type2 .box .tel:nth-child(2) {
    /* width: 60%; */
  }

  .sub.contact-child .inner.type2 .box .title {
    margin-bottom: 0px;
  }

  .sub.contact-child .inner.type2 .box .title span {
    margin-left: 7px;
    letter-spacing: 0.01rem;
  }
}

@media screen and (max-width: 767px) {

  /*--------------------------------------------------------------
    ----------------------------------------------------------------
    SP only
    ----------------------------------------------------------------
    ----------------------------------------------------------------*/
  #main {
    padding-top: 39px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
  }

  h3 {
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    margin-bottom: 11px;
    margin-left: 5px;
  }

  h4 {
    font-size: 2.4rem;
    margin-left: 3px;
    margin-bottom: 0;
    letter-spacing: 0.1rem;
  }

  #main .inner {
    margin: 0 20px 27px;
  }

  /* start company */
  .page.company-child .blockwrap {
    max-width: 1120px;
    margin: 0 auto;
  }

  .page.sub .tab {
    width: inherit;
    margin: 44px auto 24px;
    padding: 0px 0 0px;
    padding: 2px 0 1px;
    justify-content: center;
  }

  .page.sub .tab li {
    font-size: 1.4rem;
    font-weight: 400;
    width: calc(33.3% - 5px);
    max-width: 108px;
    text-align: center;
    position: relative;
    margin: 0 10px;
    padding-bottom: 9px;
    display: flex;
    align-items: center;
  }

  .page.sub .tab li:nth-child(1) {
    width: 28%;
  }

  .page.sub .tab li:nth-child(2) {
    width: 44%;
  }

  .page.sub .tab li:nth-child(3) {
    width: 28%;
  }

  .page.sub .tab li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #e6e6e6;
  }

  .page.sub .tab li a {
    width: 100%;
    line-height: 1.4;
  }

  .page.sub .tab li.active a {
    color: #ba0c2f;
  }

  .page.sub .tab li.active:before {
    background-color: #ba0c2f;
  }

  .page.sub.business-en .tab li:nth-child(1),
  .page.sub.business-cn .tab li:nth-child(1),
  .page.sub.business-tw .tab li:nth-child(1) {
    width: 50%;
    display: inline-block;
  }

  .page.company-child .sticky-body.sticky {
    position: fixed;
    top: 61px;
    width: 100%;
    z-index: 10;
    border-top: none;
    background-color: #fff;
    margin: 0 !important;
    padding: 0 25px;
  }

  .page.company-child .sticky-body.sticky+.tabunder {
    padding-top: 102px;
  }

  .page.company-child .sticky-body.sticky .tab {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 20px;
    margin-bottom: 0;
  }

  /* end company */
  /* start message */
  .page.message .mv,
  .page.message-en .mv,
  .page.message-zh-cn .mv,
  .page.page.message-zh-tw .mv {
    margin: 0px 0 35px 0;
  }

  .page.message #main .mv .inner,
  .page.message-en #main .mv .inner,
  .page.message-zh-cn #main .mv .inner,
  .page.page.message-zh-tw #main .mv .inner {
    margin: 0;
  }

  .page.message .mv img,
  .page.message-en .mv img,
  .page.message-zh-cn .mv img,
  .page.page.message-zh-tw .mv img {
    width: 100%;
  }

  .page.message .block,
  .page.message-en .block,
  .page.message-zh-cn .block,
  .page.page.message-zh-tw .block {
    margin-bottom: 28px;
    padding: 0;
  }

  .page.message .block.block2,
  .page.message-en .block.block2,
  .page.message-zh-cn .block.block2,
  .page.page.message-zh-tw .block.block2 {
    margin-bottom: 51px;
  }

  .page.message h5,
  .page.message-en h5,
  .page.message-zh-cn h5,
  .page.page.message-zh-tw h5 {
    font-size: 2rem;
    margin: 0 0 27px 0px;
    padding: 0 0 0 50px;
  }

  .page.message h5 span,
  .page.message-en h5 span,
  .page.message-zh-cn h5 span,
  .page.page.message-zh-tw h5 span {
    font-size: 1.6rem;
    margin-bottom: 0px;
    display: block;
  }

  .page.message h5:before,
  .page.message-en h5:before,
  .page.message-zh-cn h5:before,
  .page.page.message-zh-tw h5:before {
    content: "";
    position: absolute;
    top: 13px;
    left: -5px;
    width: 40px;
    height: 1px;
    background-color: #ba0c2f;
  }

  .page.message .block.block2 h5:before,
  .page.message-en .block.block2 h5:before,
  .page.message-zh-cn .block.block2 h5:before,
  .page.page.message-zh-tw .block.block2 h5:before {
    top: 39px;
  }

  .page.message .block.block3 h5:before,
  .page.message-en .block.block3 h5:before,
  .page.message-zh-cn .block.block3 h5:before,
  .page.page.message-zh-tw .block.block3 h5:before {
    top: 15px;
  }

  .page.message .text,
  .page.message-en .text,
  .page.message-zh-cn .text,
  .page.page.message-zh-tw .text {
    margin: 0;
  }

  .page.message .text p,
  .page.message-en .text p,
  .page.message-zh-cn .text p,
  .page.page.message-zh-tw .text p {
    font-size: 1.4rem;
    line-height: 2;
    margin: 0 0 15px;
  }

  .page.message .text p:last-of-type,
  .page.message-en .text p:last-of-type,
  .page.message-zh-cn .text p:last-of-type,
  .page.page.message-zh-tw .text p:last-of-type {
    margin-bottom: 0;
  }

  .page.message .text p.right,
  .page.message-en .text p.right,
  .page.message-zh-cn .text p.right,
  .page.page.message-zh-tw .text p.right {
    text-align: right;
    margin-top: 22px;
    padding-right: 0;
    line-height: 1;
  }

  .page.message .text p .name,
  .page.message-en .text p .name,
  .page.message-zh-cn .text p .name,
  .page.page.message-zh-tw .text p .name {
    max-width: 150px;
  }

  .page.message .list,
  .page.message-en .list,
  .page.message-zh-cn .list,
  .page.page.message-zh-tw .list {
    padding-left: 15px;
    padding-right: 15px;
    margin: 25px 0 0 0;
  }

  .page.message .list li,
  .page.message-en .list li,
  .page.message-zh-cn .list li,
  .page.page.message-zh-tw .list li {
    font-size: 1.4rem;
    line-height: 2;
    margin: 0 0 16px;
  }

  .page.message .list span,
  .page.message-en .list span,
  .page.message-zh-cn .list span,
  .page.page.message-zh-tw .list span {
    color: #ba0c2f;
    display: table-cell;
    width: 1.5em;
  }

  .page.message .list div,
  .page.message-en .list div,
  .page.message-zh-cn .list div,
  .page.page.message-zh-tw .list div {
    display: table-cell;
  }

  .page.message .block.block4,
  .page.message-en .block.block4,
  .page.message-zh-cn .block.block4,
  .page.page.message-zh-tw .block.block4 {
    margin-bottom: 45px;
  }

  .page.message .block.block5,
  .page.message-en .block.block5,
  .page.message-zh-cn .block.block5,
  .page.page.message-zh-tw .block.block5 {
    padding: 0;
    margin-bottom: 28px;
  }

  .page.message .block.block5 .bg,
  .page.message-en .block.block5 .bg,
  .page.message-zh-cn .block.block5 .bg,
  .page.page.message-zh-tw .block.block5 .bg {
    margin: 0 auto;
    max-width: 980px;
    background-color: #f8f8f8;
    padding: 33px 20px 42px;
  }

  #csr {
    position: absolute;
    top: -113px;
  }

  .page.message .block.block5 h5,
  .page.message-en .block.block5 h5,
  .page.message-zh-cn .block.block5 h5,
  .page.page.message-zh-tw .block.block5 h5 {
    text-align: center;
    padding-bottom: 17px;
    padding-left: 0;
    margin-bottom: 22px;
  }

  .page.message .block.block5 h5:before,
  .page.message-en .block.block5 h5:before,
  .page.message-zh-cn .block.block5 h5:before,
  .page.page.message-zh-tw .block.block5 h5:before {
    width: 60px;
    height: 2px;
    top: inherit;
    bottom: 0px;
    left: 50%;
    margin-left: -30px;
  }

  .page.message .block.block5 h5 span,
  .page.message-en .block.block5 h5 span,
  .page.message-zh-cn .block.block5 h5 span,
  .page.page.message-zh-tw .block.block5 h5 span {
    font-size: 2.3rem;
    display: inline-block;
    font-weight: 300;
  }

  /* end message */
  /* start outline */
  .page.outline .table,
  .page.outline-en .table,
  .page.outline-zh-cn .table,
  .page.outline-zh-tw .table {
    display: inherit;
    /* flex-wrap: wrap; */
    /* max-width: 980px; */
    /* margin: 0 auto 30px; */
  }

  .page.outline .table dt,
  .page.outline .table dd,
  .page.outline-en .table dt,
  .page.outline-en .table dd,
  .page.outline-zh-cn .table dt,
  .page.outline-zh-cn .table dd,
  .page.outline-zh-tw .table dt,
  .page.outline-zh-tw .table dd {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.5;
  }

  .page.outline .table dt,
  .page.outline-en .table dt,
  .page.outline-zh-cn .table dt,
  .page.outline-zh-tw .table dt {
    font-size: 1.4rem;
    font-weight: 500;
    width: inherit;
    border-bottom: none;
    padding-top: 16px;
    padding-left: 5px;
    margin-right: inherit;
  }

  .page.outline .table dt:first-of-type,
  .page.outline-en .table dt:first-of-type,
  .page.outline-zh-cn .table dt:first-of-type,
  .page.outline-zh-tw .table dt:first-of-type {
    border-top: solid 1px #eeeeee;
  }

  .page.outline .table dd,
  .page.outline-en .table dd,
  .page.outline-zh-cn .table dd,
  .page.outline-zh-tw .table dd {
    font-size: 1.4rem;
    width: inherit;
    border-bottom: solid 1px #eeeeee;
    padding-left: 5px;
    padding-top: 8px;
    padding-bottom: 18px;
    line-height: 1.4;
  }

  .page.outline .table dd:first-of-type,
  .page.outline-en .table dd:first-of-type,
  .page.outline-zh-cn .table dd:first-of-type,
  .page.outline-zh-tw .table dd:first-of-type {
    border-top: none;
  }

  /* end outline */
  /* start access */
  .page.access #main .map .inner,
  .page.access-en #main .map .inner,
  .page.access-zh-cn #main .map .inner,
  .page.access-zh-tw #main .map .inner {
    margin: 0;
  }

  .page.access .map .gmap,
  .page.access-en .map .gmap,
  .page.access-zh-cn .map .gmap,
  .page.access-zh-tw .map .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 63.25%;
    position: relative;
  }

  .page.access .map .gmap iframe,
  .page.access-en .map .gmap iframe,
  .page.access-zh-cn .map .gmap iframe,
  .page.access-zh-tw .map .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }

  .page.access .table,
  .page.access-en .table,
  .page.access-zh-cn .table,
  .page.access-zh-tw .table {
    display: inherit;
    flex-wrap: wrap;
    /* max-width: 970px; */
    margin: 10px 0px 35px;
  }

  .page.access .table dt,
  .page.access .table dd,
  .page.access-en .table dt,
  .page.access-en .table dd,
  .page.access-zh-cn .table dt,
  .page.access-zh-cn .table dd,
  .page.access-zh-tw .table dt,
  .page.access-zh-tw .table dd {
    font-size: 1.4rem;
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: 1.5;
    letter-spacing: 0.1rem;
  }

  .page.access .table dt,
  .page.access-en .table dt,
  .page.access-zh-cn .table dt,
  .page.access-zh-twv .table dt {
    color: #ba0c2f;
    width: inherit;
    padding-left: 0px;
    margin-right: inherit;
  }

  .page.access .table dd,
  .page.access-en .table dd,
  .page.access-zh-cn .table dd,
  .page.access-zh-tw .table dd {
    width: inherit;
    border-bottom: solid 1px #eeeeee;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 15px;
  }

  .page.access .table dd:first-of-type,
  .page.access-en .table dd:first-of-type,
  .page.access-zh-cn .table dd:first-of-type,
  .page.access-zh-tw .table dd:first-of-type {
    border-top: solid 1px #eeeeee;
  }

  /* end access */
  /* start news */
  .sub.post-type-archive #main {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .sub.post-type-archive #main .inner.type3 {
    margin: 0 20px;
  }

  .sub.post-type-archive .type2 .blockwrap {
    max-width: 980px;
    margin: 0 auto;
  }

  .sub.post-type-archive .tab {
    margin: 48px 5px 31px;
    display: flex;
  }

  .sub.post-type-archive .tab li {
    margin: 0 22px 0 0;
  }

  .sub.post-type-archive .tab li a {}

  .sub.post-type-archive .tab li.active a {
    color: #ba0c2f;
  }

  .sub.post-type-archive .tab li.active a:before {
    background-color: #ba0c2f;
  }

  .sub.post-type-archive .tab li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #e6e6e6;
    display: none;
  }

  .sub.post-type-archive .tab li.active a:before {
    display: block;
  }

  .sub.post-type-archive .table {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 980px;
    margin: 0 auto;
  }

  .sub.post-type-archive .table dt,
  .sub.post-type-archive .table dd {
    padding-top: 13px;
    padding-bottom: 0px;
    line-height: 1.7;
  }

  .sub.post-type-archive .table dt {
    border-bottom: inherit;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 17px;
    line-height: 1;
    width: 100%;
  }

  .sub.post-type-archive .table dt:first-of-type {
    border-top: solid 1px #eeeeee;
  }

  .sub.post-type-archive .table dd {
    width: 100%;
    border-bottom: solid 1px #eeeeee;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 15px;
  }

  .sub.post-type-archive .table dd:first-of-type {
    border-top: inherit;
  }

  .sub .pageNavWrap {
    height: 30px;
    position: relative;
    margin: 45px 0px 25px;
  }

  .pageNav {
    margin: 0;
  }

  .pageNav a {
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
    position: relative;
  }

  .pageNav a::before {
    width: 20px;
    height: 10px;
  }

  .pageNav a.prev,
  .pageNav a.previouspostslink {
    padding-left: 25px;
  }

  .pageNav a.next,
  .pageNav a.nextpostslink {
    padding-right: 25px;
  }

  .pageNav a.prev::before,
  .pageNav a.previouspostslink::before {
    left: 0;
    transform: scale(-1, 1);
  }

  .pageNav a.next::before {
    right: 0;
  }

  .pageNav a.no {
    cursor: none;
    color: #b2b2b2;
  }

  .pageNav a.no::before {
    background-image: url(/wp-content/themes/fitfit_corporate/images/arrow_gray.svg);
  }

  .pageNum {
    width: calc(100% - 150px);
  }

  .pageNum a {
    border: solid 2px #eeeeee;
  }

  .pageNum a.active {
    border: solid 2px #ba0c2f;
  }

  .single #main {
    padding-bottom: 2px;
  }

  .single #main .inner {
    margin: 0 20px;
  }

  .single .pageNavWrap {
    margin-top: 36px;
    height: 40px;
  }

  .single .type2 .blockwrap,
  .single .type3 .blockwrap {
    max-width: 860px;
    margin: 0 auto;
  }

  .single .table {
    display: inherit;
    flex-wrap: wrap;
    max-width: 980px;
    margin: 48px auto 12px;
  }

  .single .table dt,
  .single .table dd {
    padding-top: inherit;
    padding-bottom: inherit;
    line-height: 1.4;
  }

  .single .table dt {
    color: #b2b2b2;
    width: 100%;
    border-bottom: inherit;
    padding-top: 0;
    padding-left: 0;
    margin-right: 0;
    margin-bottom: 3px;
    letter-spacing: 0.1rem;
    line-height: 1;
  }

  .single .table dt:first-of-type {
    border-top: inherit;
  }

  .single .table dd:first-of-type {
    border-top: inherit;
  }

  .single .table dd {
    width: inherit;
    border-bottom: inherit;
    padding-left: 0;
    font-size: 2rem;
  }

  .single .backlink {
    width: 100%;
    justify-content: center;
    position: absolute;
    top: -6px;
    text-align: center;
  }

  .single .backlink a {
    width: 170px;
    margin-left: -85px;
    padding: 14px 0;
    font-size: 1.2rem;
  }

  .single .text {
    font-size: 1.4rem;
    line-height: 2;
    padding: 0;
    margin-bottom: 34px;
  }

  .single .text .wp-block-image {
    margin: 8px auto 18px;
  }

  .single .text .wp-block-image img {}

  .single .share {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
    padding: 18px 0 17px;
  }

  .single .share .title {
    margin-right: 18px;
    letter-spacing: 0.06rem;
    font-size: 1.3rem;
  }

  .single .pageNav {
    padding: 10px 0 0 0;
  }

  .single .share ul {
    display: flex;
  }

  .single .share ul li {
    width: 32px;
  }

  .single .share ul li:first-child {
    margin-right: 5px;
  }

  .single .share ul li a {}

  .single .share ul li a img {
    width: 100%;
  }

  /* end news */
  /* start contact */
  .sub.contact-child #main .inner {
    /* margin: 0px 20px; */
  }

  .sub.contact-child {}

  .sub.contact-child #main {
    padding-bottom: 2px;
  }

  .sub.contact-child .type2 .blockwrap,
  .sub.contact-child .type3 .blockwrap {
    max-width: 980px;
    margin: 0 auto;
  }

  .sub.contact-child .boxWrap {}

  .sub.contact-child .type1 .blockwrap {}

  .sub.contact-child .inner.type2 .box {
    border-bottom: solid 1px #eeeeee;
    padding: 14px 0px 8px;
    position: relative;
    display: block;
    /* justify-content: space-between; */
    align-items: flex-start;
  }

  .sub.contact-child .inner.type2 .subbox {
    /* position: absolute; */
    margin: 0px 10px 0px;
    width: inherit;
  }

  .sub.contact-child .inner.type2 .box:first-child {
    border-top: solid 1px #eeeeee;
  }

  .sub.contact-child .inner.type2 .box:nth-child(1) h5 {
    width: inherit;
    margin-top: 6px;
    margin-bottom: 16px;
    margin-left: 5px;
  }

  .sub.contact-child .inner.type2 .box:nth-child(1) {}

  .sub.contact-child .inner.type2 .box:nth-child(2) {
    margin-bottom: 1px;
  }

  .sub.contact-child .inner.type2 .box:nth-child(2),
  .sub.contact-child .inner.type2 .box:nth-child(3) {
    justify-content: space-between;
    padding: 19px 5px 20px;
  }

  .sub.contact-child .inner.type2 .box:nth-child(2) h5,
  .sub.contact-child .inner.type2 .box:nth-child(3) h5 {
    margin-top: 0px;
  }

  .sub.contact-child .inner.type2 .box:nth-child(2) h5,
  .sub.contact-child .inner.type2 .box:nth-child(3) h5 {
    margin-left: 1px;
    letter-spacing: 0.1rem;
  }

  .sub.contact-child .inner.type2 .box:nth-child(2) .banner,
  .sub.contact-child .inner.type2 .box:nth-child(3) .banner {
    margin: 0 5px;
    width: inherit;
    text-align: center;
  }

  .sub.contact-child .inner.type2 .box:nth-child(3) .banner {}

  .sub.contact-child h5 {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    position: relative;
    margin-top: 0;
    padding-top: 5px;
    padding-left: 16px;
    height: 25px;
    margin-bottom: 20px;
  }

  .sub.contact-child h5:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5px;
    width: 4px;
    height: 25px;
    background-color: #bfbfbf;
  }

  .sub.contact-child .inner.type2 .box .title {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    margin-bottom: 9px;
    line-height: 1.5;
  }

  /* .sub.contact-child .box .title:before {
    content: "●";
} */
  .sub.contact-child .inner.type2 .box .title span {
    font-size: 1.2rem;
    margin-left: 7px;
    letter-spacing: 0.01rem;
    display: inline-block;
    padding-left: 1.4rem;
  }

  .sub.contact-child .inner.type2 .box .telWrap {
    display: inherit;
    align-items: center;
    padding: 0 15px;
  }

  .sub.contact-child .inner.type2 .box .tel {
    font-size: 1.4rem;
    display: inherit;
    align-items: center;
    align-items: flex-start;
    margin-right: 25px;
    margin-bottom: 10px;
    line-height: 1;
  }

  .sub.contact-child .inner.type2 .box .tel:nth-child(1),
  .sub.contact-child .inner.type2 .box .tel:nth-child(2) {
    width: inherit;
  }

  .sub.contact-child .inner.type2 .box .tel div {
    letter-spacing: 0.15rem;
    margin-right: 8px;
  }

  .sub.contact-child .inner.type2 .box .tel span {
    font-family: "Work Sans", sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 0.15rem;
    /* line-height: 1.2; */
  }

  .sub.contact-child .inner.type2 .box .tel div:nth-of-type(1) {
    /* line-height: 1; */
    padding-top: 0;
    display: block;
    margin-bottom: 5px;
  }

  .sub.contact-child .inner.type2 .box .tel div:nth-of-type(2) {
    font-size: 1.3rem;
    margin-left: 7px;
    padding-top: 10px;
  }

  .sub.contact-child .inner.type2 .box .banner {
    line-height: 1.8;
    position: relative;
    margin-left: 0;
    width: 100%;
    max-width: inherit;
    text-align: center;
    padding: 0;
    background-color: #ba0c2f;
    text-align: left;
    font-weight: bold;
    color: #ffffff;
    border: 1px solid #ba0c2f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .sub.contact-child .inner.type2 .box .banner a {
    font-size: 1.5rem;
    line-height: 1;
    /* letter-spacing: 0.1rem; */
    line-height: 48px;
    position: relative;
    padding-bottom: 5px;
    font-size: 1.4rem;
    font-weight: 400;
    height: 48px;
    display: block;
    color: #fff;
    position: relative;
    padding-right: 16px;
    letter-spacing: 0.13rem;
  }

  .sub.contact-child .inner.type2 .box:nth-child(3) a {
    letter-spacing: 0.13rem;
  }

  .sub.contact-child .inner.type2 .box .banner a div {}

  .sub.contact-child .inner.type2 .box .banner a div span {
    position: relative;
    padding-right: 18px;
    padding-left: 18px;
    letter-spacing: 0.1rem;
  }

  .sub.contact-child .inner.type2 .box .banner a div span:before {
    background-image: url(/wp-content/themes/fitfit_corporate/images/ico_blank.png);
  }

  .sub.contact-child .boxWrap .atention {
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 18px 0 39px 0;
  }

  .sub.contact-child.personal table+.atention {
    margin-bottom: 50px;
  }

  .sub.contact-child .boxContact table {
    width: 100%;
    max-width: 1200px;
    border-top: solid 1px #eeeeee;
    display: block;
  }

  .sub.contact-child .boxContact table tbody {
    display: block;
  }

  .sub.contact-child .boxContact table tr {
    border-bottom: solid 1px #eee;
  }

  .sub.contact-child .boxContact table tr:last-child {
    border-bottom: solid 1px #eee;
    display: block;
  }

  .sub.contact-child .boxContact table tr th,
  .sub.contact-child .boxContact table tr td {}

  .sub.contact-child .boxContact table tr th {
    text-align: left;
    padding: 21px 5px 0px;
    width: inherit;
    vertical-align: top;
    display: block;
  }

  .sub.contact-child .boxContact table tr th div {
    font-size: 1.4rem;
    font-weight: 700;
    position: relative;
    padding: 0;
  }

  .sub.contact-child .boxContact table tr th div:before {
    /* content: ""; */
    position: absolute;
    right: 0;
    width: 50px;
    height: 22px;
    background-image: url(/wp-content/themes/rakza/images/mark_empty.png);
  }

  .sub.contact-child .boxContact table tr td.c1 input,
  .sub.contact-child .boxContact table tr td.c1 textarea {
    background-color: #fff;
    border: solid 1px #d9d9d9;
    padding: 7px 10px 6px;
    border-radius: 2px;
    width: 100%;
    line-height: 1;
    line-height: normal;
    font: 300 1.5rem YakuHanJP, Noto Sans JP, "Noto Sans", "游ゴシック",
      "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "Hiragino Sans", sans-serif;
  }

  input::placeholder {
    color: #b2b2b2;
    font-size: 1.1rem;
    position: relative;
    line-height: 1;
    top: -3px;
  }

  /* IE */
  input:-ms-input-placeholder {
    color: #b2b2b2;
    font-size: 1.1rem;
    position: relative;
    line-height: 1;
    top: -3px;
  }

  /* Edge */
  input::-ms-input-placeholder {
    color: #b2b2b2;
    font-size: 1.1rem;
    position: relative;
    line-height: 1;
    top: -3px;
  }

  input:focus::-webkit-input-placeholder {
    color: transparent;
  }

  input:focus::-moz-placeholder {
    color: transparent;
  }

  input:focus::-ms-input-placeholder {
    color: transparent;
  }

  input:focus::placeholder {
    color: transparent;
  }

  .mw_wp_form .error {
    text-align: left;
    margin: 10px 0 0 0;
    /* font-size: 1.3rem!important; */
  }

  .sub.contact-child .boxContact table tr td.c1 textarea {
    height: 190px;
    line-height: 2;
  }

  .sub.contact-child .boxContact table tr td {
    padding: 14px 10px 20px 10px;
    /* font-size: 1.5rem; */
    display: block;
  }

  .sub.contact-child .boxContact table tr td div {
    /* border-left: solid 1px #c2c2c2; */
    padding: 0 0 0 0px;
    line-height: normal;
  }

  .sub.contact-child .boxContact table tr td.line2 {
    padding: 14px 10px 10px 10px;
  }

  .sub.contact-child .boxContact table tr td.line2 div {
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    padding-right: 0;
  }

  .sub.contact-child .boxContact table tr td.c2 {
    padding: 0;
  }

  .sub.contact-child .boxContact table tr td.c3 {
    padding: 14px 10px 20px 10px;
  }

  .sub.contact-child .inner.type3 {
    margin: 151px 0 0 0;
    padding-bottom: 4px;
  }

  .sub.contact-child .inner.type3 h5 {
    line-height: 1;
    font-weight: 400;
    padding-top: 4px;
    margin: 0;
    font-size: 1.4rem;
  }

  .iPhone.sub.contact-child .inner.type3 h5 {
    /* padding-top: 4px; */
  }

  .sub.contact-child .inner.type3 h5:before {
    background-color: #ba0c2f;
    height: 25px;
  }

  .sub.contact-child .inner.type3 h5 span {
    font-size: 1.2rem;
    color: #ba0c2f;
    font-weight: 400;
    padding-left: 6px;
  }

  .sub.contact-child .boxContact table tr td.c1 input {
    max-width: inherit;
    margin-right: 5px;
    font-size: 1.5rem;
  }

  .sub.contact-child .boxContact table tr td.c1 input:focus,
  .sub.contact-child .boxContact table tr td.c1 textarea:focus,
  .sub.contact-child .boxContact table tr td.c3 select:focus {
    outline: none;
  }

  .sub.contact-child .boxContact table tr td.c1 input:-internal-autofill-selected,
  .sub.contact-child .boxContact table tr td.c1 textarea:-internal-autofill-selected,
  .sub.contact-child .boxContact table tr td.c3 select:-internal-autofill-selected {
    background-color: #fff !important;
  }

  .sub.contact-child .boxContact table tr td.c1 .error_body input,
  .sub.contact-child .boxContact table tr td.c1 .error_body textarea {
    color: #ba0c2f;
    border: solid 1px #ba0c2f;
  }

  .sub.contact-child .boxContact table tr td.c3 .error_body:before,
  .sub.contact-child .boxContact table tr .cussele.error_body:before {
    border: solid 1px #ba0c2f;
  }

  input[type="file"]:focus {
    outline: 0;
  }

  .sub.contact-child .boxContact table tr td.c2 .sele_file {
    margin-top: 12px;
    margin-left: 10px;
  }

  .sub.contact-child .boxContact table tr td.c2 .file-upload_area {
    margin-bottom: 20px;
    position: relative;
  }

  /* .sub.contact-child .boxContact table tr td.c2 .file-upload_input {
        margin-left: 0;
        padding: 8px 0 8px 77px;
        width: inherit;
        font: 300 1.3rem YakuHanJP, Noto Sans JP, 'Noto Sans', "游ゴシック", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "Hiragino Sans", sans-serif;
    }
    .iPhone.sub.contact-child .boxContact table tr td.c2 .file-upload_input {
        padding: 8px 0 8px 67px;
    }
    .sub.contact-child .boxContact table tr td.c2 .file-upload_input::before {
        background: #fff;
        color: #555;
        content: 'ファイル添付する';
        font-size: 1.3rem;
        font-weight: 500;
        letter-spacing: 0.1rem;
        left: 0;
        padding: 7px 20px 8px 36px;
        position: absolute;
        top: 0;
        border: solid 1px #dadada;
        border-radius: 20px;
        cursor: pointer;
    }
    .sub.contact-child .boxContact table tr td.c2 .file-upload_input::after {
        content: "";
        position: absolute;
        top: 12px;
        left: 20px;
        width: 13px;
        height: 12px;
        z-index: 10;
        background-image: url(/wp-content/themes/fitfit_corporate/images/icon_file.png);
    }
    .sub.contact-child .boxContact table tr td.c2 input[type="file"]::-webkit-file-upload-button {
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
        background-color: transparent;
        border: 0;
        margin: 0 20px 0 0;
    }
    .sub.contact-child .boxContact table tr td.c2 .file-upload_input:hover::before {
        background: #ffffff;
        transition: none;
    }
    .sub.contact-child .boxContact table tr td.c2 .mwform-file-delete {
        position: absolute;
        top: 8px;
        right: 0;
    } */
  .sub.contact-child .boxContact table tr td .add {
    position: absolute;
    right: 0;
    top: 9px;
    width: 100px;
    display: none;
  }

  .sub.contact-child .boxContact table tr td.c1 select {
    margin: 0 0 10px;
  }

  .sub.contact-child .boxContact table tr td .error {
    color: #ba0c2f;
    font-size: 1.2rem;
    display: block;
  }

  .sub.contact-child .boxContact .btn-wrap {
    text-align: center;
    margin: 30px 0 25px 0;
  }

  .sub.contact-child .boxContact .btn-wrap .btn-back {
    margin: 21px 0 25px 0;
  }

  .sub.contact-child .boxContact .btn-wrap .btn-back input {
    display: block;
    color: #000;
    background-color: #fff;
    /* font-size: 1.3rem; */
    line-height: 1;
    display: inline-block;
    border: none;
    padding: 4px 10px 6px;
    width: 70px;
    border-radius: 20px;
    cursor: pointer;
    border: solid 1px #d9d9d9;
    font: 500 1.3rem YakuHanJP, Noto Sans JP, "Noto Sans", "游ゴシック",
      "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "Hiragino Sans", sans-serif;
  }

  .sub.contact-child .boxContact .btn-wrap .btn-submit {}

  .sub.contact-child .boxContact .btn-wrap .btn-submit input {
    display: block;
    color: #fff;
    background-color: #000000;
    font-size: 1.3rem;
    line-height: 1;
    display: inline-block;
    border: none;
    padding: 18px 10px;
    width: 201px;
    border-radius: 0px;
    cursor: pointer;
  }

  .sub.contact-child.check .boxContact table tr td.line2 div {
    display: block;
  }

  .sub.contact-child.check .inner.type3 {
    margin: 0px 0 0 0;
  }

  .sub.contact-child.check .boxContact table tr td .add {
    display: none;
  }

  .sub.contact-child.check .boxContact table tr td.line2 {
    padding: 13px 10px 6px 10px;
  }

  .sub.contact-child.check .boxContact table tr td.line2.mail {
    padding: 13px 10px 8px 10px;
  }

  .sub.contact-child.check .boxContact table tr td.line2 div {
    margin-bottom: 14px;
  }

  .sub.contact-child.check .boxContact table tr td.line2.mail div {
    margin-bottom: 15px;
  }

  .sub.contact-child.check .boxContact table tr td {
    padding: 12px 10px 19px 10px;
  }

  .sub.contact-child.check .boxContact table tr td .mw-wp-form_image input {
    display: block;
  }

  .sub.contact-child.check .boxContact table tr td.c2 {
    padding: 0px 40px 29px 0px;
  }

  .sub.contact-child.check .boxContact table tr td.c1.text {
    padding: 5px 10px 13px 10px;
  }

  .sub.contact-child.check .boxContact table tr td.c1.text div {
    line-height: 2;
  }

  .sub.contact-child.complete .type3 .blockwrap .text {
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
    letter-spacing: 0.09rem;
    border-top: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
    padding: 22px 10px 24px;
  }

  .sub.contact-child.complete .inner.type3 {
    margin: 0px 0 0 0;
  }

  .sub.contact-child.complete .inner.type3 .blockwrap {
    padding: 0;
    /* border-top: solid 1px #eeeeee; */
    /* border-bottom: solid 1px #eeeeee; */
  }

  .sub.contact-child .boxContact .btn-wrap .btn-submit a {
    display: block;
    color: #fff;
    background-color: #000000;
    font-size: 1.4rem;
    line-height: 1;
    display: inline-block;
    border: none;
    padding: 18px 10px;
    width: 200px;
    border-radius: 0px;
    cursor: pointer;
  }

  .sub.contact-child .boxContact table tr td.c3 div {
    overflow: hidden;
    width: inherit;
    margin: 0;
    text-align: center;
  }

  .sub.contact-child .boxContact table tr td.c3 div select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    z-index: 10;
  }

  .sub.contact-child .boxContact table tr td.c3 div select::-ms-expand {
    display: none;
  }

  .sub.contact-child .boxContact table tr td.c3 div {
    position: relative;
    /* border: solid 1px #d9d9d9; */
    /* background: #ffffff; */
  }

  .sub.contact-child .boxContact table tr td.c3 div::after {
    position: absolute;
    z-index: 10;
    top: 16px;
    right: 10px;
    width: 0;
    height: 0;
    padding: 0;
    content: "";
    border-left: 4.5px solid transparent;
    border-right: 4.5px solid transparent;
    border-top: 5px solid #000;
    pointer-events: none;
  }

  .sub.contact-child .boxContact table tr td.c3 div::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 36px;
    border: solid 1px #d9d9d9;
    background: #ffffff;
  }

  .sub.contact-child .boxContact table tr td.c3 div select {
    padding: 8px 38px 9px 12px;
    color: #000;
    font: 500 1.3rem YakuHanJP, Noto Sans JP, "Noto Sans", "游ゴシック",
      "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "Hiragino Sans", sans-serif;
  }

  .iPhone.sub.contact-child .boxContact table tr td.c3 div select {
    padding: 5px 38px 12px 12px;
  }

  .sub.contact-child .boxContact table tr td.c3 div .selectbox {}

  .sub.contact-child .tab {
    /* padding: 2px 0 1px; */
  }

  .sub.contact-child.business {}

  .sub.contact-child.business .inner.type3,
  .sub.contact-child.recruit .inner.type3 {
    margin: 0px 40px;
  }

  .sub.contact-child.check .boxContact table tr td.c3 div {
    border: none;
    text-align: left;
  }

  .sub.contact-child.check .boxContact table tr td.c3 div::before {
    display: none;
  }

  .sub.contact-child.check .boxContact table tr td div {
    letter-spacing: 0;
    font-size: 1.4rem;
  }

  /* end contact */

  /* start recruit */
  .sub.recruit {}

  .sub.recruit .recruit-top {
    margin: 38px 0 0;
  }

  .sub.recruit .inner.type4 {
    padding: 0 10px;
  }

  .sub.recruit .title {
    margin: 0 0 25px;
    font-size: 2.8rem;
    letter-spacing: 0.7rem;
    line-height: 1.45;
  }

  .sub.recruit .title span {
    letter-spacing: 0.3rem;
  }

  .page.recruit .recruit-top h5 {
    margin: 0 0 47px 60px;
    font-size: 1.9rem;
    line-height: 1.55;
    letter-spacing: 0.3rem;
  }

  .page.recruit .block.block3 h5 {}

  .page.recruit .recruit-top h5 span {}

  .page.recruit .recruit-top h5:before {
    width: 50px;
    top: 12px;
    left: -60px;
  }

  .page.recruit .block.block2 h5:before {}

  .page.recruit .block.block3 h5:before {}

  .page.recruit .link-box {
    display: block;
  }

  .page.recruit .link-box .box {
    display: block;
    margin: 0 0 50px;
    width: 100%;
    max-width: inherit;
  }

  .page.recruit .link-box .box:last-child {
    margin-bottom: 0;
  }

  .page.recruit .link-box .box img {}

  .page.recruit .link-box .box .text {
    margin: 25px 0 16px 0;
    padding: 0 0 0 15px;
    font-size: 1.6rem;
    letter-spacing: 0.05rem;
  }

  .page.recruit .link-box .box .text::before {
    top: 0px;
    height: 18px;
  }

  .page.recruit .link-box .box .link {
    width: inherit;
    font-size: 1.2rem;
    margin: 0 0 0 0px;
  }

  .sub.recruit-child .inner.type5 .blockwrap {
    margin: 0 auto 26px;
  }

  .page.recruit-child .inner.type5 {
    margin: 0 !important;
  }

  .page.recruit-child .inner.type5 .tab {
    width: calc(100% - 54px);
    margin: 46px 27px 24px;
  }

  .page.recruit-child .tab li {
    padding-bottom: 11.5px;
  }

  .page.recruit-child .tab li:nth-child(1) {
    width: calc(40% - 25px);
    max-width: inherit;
    margin-right: 35px;
  }

  .page.recruit-child .tab li:nth-child(2) {
    width: calc(60% - 10px);
    max-width: inherit;
  }

  .page.recruit-child .inner.type5 .tab li:nth-child(1) {

    width: calc(40% - 25px);

  }

  .page.recruit-child .inner.type5 .tab li:nth-child(2) {

    width: calc(60% - 10px);
  }

  .page.recruit-child .inner.type5 .mv {
    margin: 0 0 31px;
  }

  .page.recruit-child .inner.type5 .mv img {}

  .page.recruit-child .inner.type5 .mv2 {
    display: block;
    margin: 22px 0 42px;
  }

  .page.recruit-child .inner.type5 .mv2 .img {
    width: 100%;
    max-width: inherit;
  }

  .page.recruit-child .inner.type5 .mv2 .img img {}

  .page.recruit-child .inner.type5 .mv2 .box .title {
    font-size: 1.5rem;
    line-height: 1.55;
    margin: 0 0 22px;
    letter-spacing: 0rem;
    padding: 0 0 0 13px;
  }

  .page.recruit-child .inner.type5 .mv2 .box .title::before {
    width: 1px;
    top: 1px;
    left: 1px;
    height: calc(100% - 0px);
  }

  .page.recruit-child .inner.type5 .mv2 .box {
    width: inherit;
    margin: 5px 30px;
  }

  .page.recruit-child .inner.type5 .mv2 .box .text {}

  .page.recruit-child .inner.type5 .mv2 .box .text strong {}

  .page.recruit-child .inner.type5 .text {
    margin: 0 30px 37px;
    line-height: 1.9;
    font-size: 1.5rem;
  }

  .page.recruit-child .inner.type5 .link-box {
    display: block;
    margin: 0 20px 49px;
  }

  .page.recruit-child .inner.type5 .link-box a {
    width: 100%;
    margin: 0 0 25px;
    padding: 20px 0 10px;
  }

  .page.recruit-child .inner.type5 .link-box a:last-child {
    margin: 0;
  }

  .page.recruit-child .inner.type5 .link-box a:hover {}

  .page.recruit-child .inner.type5 .link-box div {
    font-size: 1.3rem;
  }

  .page.recruit-child .inner.type5 .link-box span {
    font-size: 1.1rem;
    position: relative;
    top: -2px;
  }

  .page.recruit-child .inner.type5 h6 {
    font-size: 2.3rem;
    letter-spacing: 0.35rem;
    margin: 0 0 44px;
  }

  .page.recruit-child .inner.type5 h6.mb {
    margin: 0 0 54px;
  }

  .page.recruit-child .inner.type5 h6 span {
    padding: 0 49px;
  }

  .page.recruit-child .inner.type5 h6 span::before,
  .page.recruit-child .inner.type5 h6 span::after {
    top: 18px;
    height: 1px;
    width: 35px;
  }

  .page.recruit-child .inner.type5 h6 span::before {}

  .page.recruit-child .inner.type5 h6 span::after {}

  .page.recruit-child .inner.type5 .lead-box {
    display: block;
    margin: 0 0 50px;
  }

  .page.recruit-child .inner.type5 .lead-box:last-child {}

  .page.recruit-child .inner.type5 .lead-box .img {
    width: calc(100% - 4px);
    max-width: inherit;
    margin: 0 auto;
  }

  .page.recruit-child .inner.type5 .lead-box .img img {}

  .page.recruit-child .inner.type5 .lead-box .box {
    width: inherit;
  }

  .page.recruit-child .inner.type5 .lead-box .box .title {
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 0 0 22px;
    padding: 0 0 0 17px;
  }

  .page.recruit-child .inner.type5 .lead-box .box .title::before {
    width: 1px;
    height: calc(100% - 5px);
    top: 6px;
    left: 3px;
  }

  .page.recruit-child .inner.type5 .lead-box .box .title.oneline {
    line-height: 1;
    margin: 0 0 31px;
    letter-spacing: 0.1rem;
  }

  .page.recruit-child .inner.type5 .lead-box .box .title.oneline::before {
    width: 1px;
    height: calc(100% + 10px);
    top: -4px;
    left: 3px;
  }

  .page.recruit-child .inner.type5 .lead-box .box .box-text,
  .page.recruit-child .inner.type5 .lead-box .box .box-text2 {}

  .page.recruit-child .inner.type5 .lead-box .box .box-text ul,
  .page.recruit-child .inner.type5 .lead-box .box .box-text2 ul {
    margin: 0;
  }

  .page.recruit-child .inner.type5 .lead-box .box .box-text li.dot,
  .page.recruit-child .inner.type5 .lead-box .box .box-text2 li.dot {
    line-height: 1.5;
    margin: 0 0 10px 13px;
  }

  .page.recruit-child .inner.type5 .lead-box .box .box-text li.dot::before,
  .page.recruit-child .inner.type5 .lead-box .box .box-text2 li.dot::before {
    top: 7px;
  }

  .page.recruit-child .inner.type5 .lead-box .box .box-text li.no-dot {
    font-size: 1.5rem;
  }

  .page.recruit-child .inner.type5 .lead-box .box .box-text {
    margin: 19px 0 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .page.recruit-child .inner.type5 .lead-box .box .box-text .num {}

  .page.recruit-child .inner.type5 .lead-box .box .box-text .num li {}

  .page.recruit-child .inner.type5 .lead-box .box .box-text .num li div,
  .page.recruit-child .inner.type5 .lead-box .box .box-text .num li span {}

  .page.recruit-child .inner.type5 .lead-box .box .box-text2 {
    margin: 21px 0 0;
  }

  .page.recruit-child .inner.type5 .lead-box.box-l .img {
    /* width: calc(100% - 4px); */
    /* max-width: inherit; */
    /* margin: 0 auto; */
  }

  .page.recruit-child .inner.type5 .lead-box.box-l .box {
    margin: 0 28px;
  }

  .page.recruit-child .inner.type5 .lead-box.box-r .img {
    margin: 0;
  }

  .page.recruit-child .inner.type5 .lead-box.box-r .box {
    margin: 0 28px;
  }

  .page.recruit-child .inner.type5 .bg-gray {
    margin: 74px auto 73px;
    padding: 32px 0px 40px;
    width: inherit;
  }

  .page.recruit-child .inner.type5 .bg-gray h6 {
    font-size: 2.3rem;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    padding: 0 0 18px;
    margin: 0 0 25px;
  }

  .page.recruit-child .inner.type5 .bg-gray h6::before {}

  .page.recruit-child .inner.type5 .bg-gray ul {
    margin: 0 20px;
  }

  .page.recruit-child .inner.type5 li.dot {
    padding-left: 19px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 9px;
  }

  .page.recruit-child .inner.type5 .lead-box .box .box-text2 li.no-dot {}

  .page.recruit-child .inner.type5 .bg-gray li::before {}

  .page.recruit-child .inner.type5 li.dot::before {
    top: 8px;
    width: 5px;
    height: 5px;
  }

  .page.recruit-child .inner.type5 .box2 {
    margin: 0 31px 46px;
  }

  .page.recruit-child .inner.type5 .box2:last-child {}

  .page.recruit-child .inner.type5 .box2 .title {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 4px 0 15px 0px;
    padding: 0 0 0 14px;
    letter-spacing: 0rem;
  }

  .page.recruit-child .inner.type5 .box2 .title::before {
    top: 4px;
    height: calc(100% - 8px);
  }

  .page.recruit-child .inner.type5 .box2 ul {}

  .page.recruit-child .inner.type5 .box2 ul li {
    line-height: 1.5;
    margin: 0 0 9px;
  }

  .page.recruit-child .inner.type5 .box2 li.dot::before {
    top: 9px;
  }

  .page .btn-wrap {
    text-align: center;
    margin: 30px 0 25px 0;
  }

  .page .btn-wrap .btn-submit a {
    display: block;
    color: #fff;
    background-color: #000000;
    font-size: 1.3rem;
    line-height: 1;
    display: inline-block;
    border: none;
    padding: 18px 20px;
    /* width: 201px; */
    border-radius: 0px;
    cursor: pointer;
  }

  .page .btn-wrap .btn-submit a:hover {
    color: #fff;
    background-color: #000000;
  }

  /* end recruit */
}