@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@font-face {
  font-family: "851MkPOP_002";
  src: url("../fonts/851MkPOP_002.eot?") format("oldIE"),
    url("../fonts/851MkPOP_002.woff") format("woff"),
    url("../fonts/851MkPOP_002.ttf") format("truetype");
}
/* setting
---------------------------------------------------------------------------*/
/* flexbox */
/* common - header
---------------------------------------------------------------------------*/
.header-seclogo {
  position: absolute;
  left: 20px;
  top: 24px;
  width: 190px;
}
@media screen and (max-width: 680px) {
  .header-seclogo {
    display: none;
  }
}

main.sec {
  padding-top: 100px;
  /* common - fv
  ---------------------------------------------------------------------------*/
  /* common - bread
  ---------------------------------------------------------------------------*/
  /* common - setting
  ---------------------------------------------------------------------------*/
  /* 2列画像+テキスト */
  /* ボーダー */
  /* 上部にアイコン付きの見出し */
  /* 注意書き */
  /* 数字付き */
  /* 角丸背景 */
  /* ドット */
  /* リンク */
  /* ドット付きリスト */
  /* salary
  ---------------------------------------------------------------------------*/
  /* mns */
  /* salaryHoney
  ---------------------------------------------------------------------------*/
  /* fv */
  /* rwrd */
  /* rank */
  /* cond */
  /* diff */
  /* salaryMatch
  ---------------------------------------------------------------------------*/
  /* fv */
  /* mtab */
  /* mtgn */
  /* mtfl */
  /* about
  ---------------------------------------------------------------------------*/
  /* fv */
  /* childcare
  ---------------------------------------------------------------------------*/
  /* fv */
  /* ccdt */
  /* childcare
  ---------------------------------------------------------------------------*/
  /* fv */
  /* apdt */
  /* thought
  ---------------------------------------------------------------------------*/
  /* fv */
  /* follow
  ---------------------------------------------------------------------------*/
  /* fv */
  /* flow
  ---------------------------------------------------------------------------*/
  /* training
  ---------------------------------------------------------------------------*/
  /* company
  ---------------------------------------------------------------------------*/
  /* faq
  ---------------------------------------------------------------------------*/
  /* interview
  ---------------------------------------------------------------------------*/
  /* ページネーション
  ---------------------------------------------------------------------------*/
  /* column
  ---------------------------------------------------------------------------*/
  /* works
  ---------------------------------------------------------------------------*/
  /* recruit
  ---------------------------------------------------------------------------*/
  /* ----- */
}
@media screen and (max-width: 800px) {
  main.sec {
    padding-top: 0;
  }
}
main.sec * {
  box-sizing: border-box;
  font-feature-settings: "palt";
}
main.sec img {
  max-width: 100%;
}
@media screen and (max-width: 680px) {
  main.sec img {
    height: auto;
  }
}
main.sec .view-sp {
  display: none;
}
@media screen and (max-width: 680px) {
  main.sec .view-sp {
    display: block;
  }
}
@media screen and (max-width: 680px) {
  main.sec .view-pc {
    display: none;
  }
}
main.sec .fv {
  position: relative;
}
main.sec .fv-left {
  position: absolute;
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  background-image: none;
  padding: 0;
  left: 4.3vw;
  transform: translateY(-50%);
  z-index: 900;
}
@media screen and (max-width: 1600px) {
  main.sec .fv-left {
    left: 70px;
  }
}
@media screen and (max-width: 680px) {
  main.sec .fv-left {
    left: 6vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
main.sec .fv-left-catch-hori {
  position: relative;
}
main.sec .fv-left-catch-hori h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  main.sec .fv-left-catch-hori h2 {
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 3px #fff,
      0 0 3px #fff, 0 0 4px #fff;
  }
}
@media screen and (max-width: 680px) {
  main.sec .fv-left-catch-hori h2 {
    font-size: 25px;
    font-size: 2.5rem;
    top: 1rem;
    position: relative;
  }
}
main.sec .fv-left-sub {
  position: absolute;
  left: -30px;
  top: -40px;
}
@media screen and (max-width: 680px) {
  main.sec .fv-left-sub {
    width: 15vw;
    left: -4vw;
    top: -5vw;
  }
}
main.sec .fv-ill {
  position: absolute;
  z-index: 900;
}
main.sec .fv .pages-img {
  width: calc(100% - 440px);
}
@media screen and (max-width: 800px) {
  main.sec .fv .pages-img {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 680px) {
  main.sec .fv .pages-img {
    width: calc(100% - 10vw);
    margin: 0 0 0 auto;
  }
}
main.sec .fv .pages-img img {
  width: 100%;
  max-width: 400%;
  height: 465px;
  object-fit: cover;
  object-position: center center;
  border-radius: 40px 0 0 40px;
}
@media screen and (max-width: 680px) {
  main.sec .fv .pages-img img {
    height: 60vw;
  }
}
main.sec .bread {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: calc(20 / 1280 * 100vw) calc(30 / 1280 * 100vw);
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: calc(90 / 1280 * 100vw);
}
main.sec .bread span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
main.sec .bread span span {
  white-space: nowrap;
}
main.sec .bread span:last-of-type span {
  white-space: normal;
}
main.sec .bread span + span {
  position: relative;
  padding-left: 35px;
}
main.sec .bread span + span::before {
  position: absolute;
  content: "";
  left: 8px;
  top: 43%;
  border-top: 2px solid #7cb81b;
  border-right: 2px solid #7cb81b;
  width: 7px;
  height: 7px;
  transform-origin: center;
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 680px) {
  main.sec .bread span + span::before {
    top: 2vw;
    transform: rotate(45deg) translateY(0);
  }
}
main.sec .cmn-wrap {
  width: calc(1000 / 1280 * 100vw);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  main.sec .cmn-wrap {
    width: calc(880 / 1000 * 100vw);
  }
}
main.sec .cmn-wrap.min {
  width: calc(880 / 1000 * 100vw);
  max-width: 880px;
}
main.sec .cmn-pad.t {
  padding-top: 100px;
}
main.sec .cmn-pad.b {
  padding-bottom: 100px;
}
main.sec .cmn-pad.ht {
  padding-top: 50px;
}
main.sec .cmn-pad.hb {
  padding-bottom: 50px;
}
main.sec .cmn-pad.st {
  padding-top: 25px;
}
main.sec .cmn-pad.sb {
  padding-bottom: 25px;
}
main.sec .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 680px) {
  main.sec .cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
main.sec .cols > * {
  width: 47%;
}
@media screen and (max-width: 680px) {
  main.sec .cols > * {
    width: 100%;
  }
  main.sec .cols > * + * {
    margin-top: 60px;
  }
}
main.sec .cols-img + .cols-tx {
  margin-top: 30px;
}
main.sec .fluc {
  position: relative;
  width: calc(880 / 1000 * 100vw);
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 4vw;
  box-sizing: border-box;
}
@media screen and (max-width: 680px) {
  main.sec .fluc {
    padding: 6vw 2vw;
  }
  main.sec .fluc .cmn-lead {
    padding: 20px;
  }
}
main.sec .fluc::before,
main.sec .fluc::after {
  position: absolute;
  content: "";
  border-radius: 25px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
main.sec .fluc::before {
  border: 3px solid #7cb81b;
  left: 0;
  top: 0;
  z-index: -1;
}
main.sec .fluc::after {
  background-color: #f9f8f2;
  z-index: -2;
  left: 19px;
  top: 19px;
}
@media screen and (max-width: 680px) {
  main.sec .fluc::after {
    top: 3vw;
    left: 3vw;
  }
}
main.sec .fluc-hdl {
  text-align: center;
  margin: 0 auto 2vw;
  color: #7cb81b;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
main.sec .cmn-hdl {
  position: relative;
  padding-top: 35px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 680px) {
  main.sec .cmn-hdl {
    padding-top: 20px;
  }
}
main.sec .cmn-hdl::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 6px;
  top: 0;
  left: 0;
  background-color: #7cb81b;
}
main.sec .cmn-hdl + .cmn-lead {
  margin-top: 10px;
}
main.sec .cmn-hdl.lft {
  padding-left: 70px;
  padding-top: 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meyryo, sans-serif;
}
main.sec .cmn-hdl.lft::after {
  top: 0.4em;
  left: 0;
}
@media screen and (max-width: 680px) {
  main.sec .cmn-hdl.lft::after {
    top: 0.8em;
  }
}
main.sec .cmn-ttl {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
main.sec .cmn-ttl.cnt {
  text-align: center;
}
main.sec .cmn-ttl.pink {
  color: #ef9091;
}
main.sec .cmn-ttl.green {
  color: #7cb81b;
}
main.sec .cmn-ttl.big {
  font-size: 24px;
  font-size: 2.4rem;
}
main.sec .cmn-iconhdl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3vw;
}
main.sec .cmn-iconhdl .icn {
  text-align: center;
}
main.sec .cmn-iconhdl .hdl {
  margin-top: 30px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 32px;
  font-size: 3.2rem;
}
main.sec .cmn-attr {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 3em;
}
main.sec .cmn-attr.cnt {
  text-align: center;
}
main.sec .cmn-lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
main.sec .cmn-lead + .btn-primary {
  margin-top: 25px;
}
main.sec .cmn-lead + .cmn-lead {
  margin-top: 1.5em;
}
main.sec .cmn-lead.mid {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
main.sec .cmn-lead.mid + .btn-primary {
  margin-top: 25px;
}
main.sec .btn-primary {
  letter-spacing: 0.15em;
}
main.sec .btn-primary a {
  padding: 15px 15px 15px 40px;
}
@media screen and (max-width: 680px) {
  main.sec .btn-primary a {
    padding-left: 20px;
    font-size: 1em;
  }
}
@media screen and (max-width: 800px) {
  main.sec .btn-primary {
    letter-spacing: 0;
  }
}
main.sec .nums span {
  font-size: 120%;
  font-weight: 700;
  margin-right: 0.4em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
main.sec .nums.blue span {
  color: #42a5d4;
}
main.sec .nums.pink span {
  color: #ef9091;
}
main.sec .nums span.non {
  color: transparent;
}
main.sec .cmn-bdrg {
  border-radius: 15px;
  padding: 60px;
  text-align: center;
}
@media screen and (max-width: 680px) {
  main.sec .cmn-bdrg {
    padding: 5vw;
  }
}
main.sec .cmn-bdrdot {
  border-top: 5px dotted #7cb81b;
}
main.sec .cmn-arw {
  color: #42a5d4;
}
main.sec .cmn-arw::after {
  content: "";
  margin-left: 10px;
  display: inline-block;
  width: 8px;
  height: 16px;
  background-image: url(../img/common/arrow-blue-2x.png);
  background-size: contain;
  vertical-align: middle;
  transition: 0.5s all;
}
main.sec .cmn-arw:hover::after {
  margin-left: 15px;
}
main.sec .cmn-lstdot li,
main.sec .cmn-lstdot dt {
  position: relative;
  padding-left: 20px;
}
main.sec .cmn-lstdot li::before,
main.sec .cmn-lstdot li::after,
main.sec .cmn-lstdot dt::before,
main.sec .cmn-lstdot dt::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
main.sec .cmn-lstdot li::before,
main.sec .cmn-lstdot dt::before {
  background-color: #feed50;
  left: 2px;
  top: 12px;
}
main.sec .cmn-lstdot li::after,
main.sec .cmn-lstdot dt::after {
  background-color: #7cb81b;
  left: 0;
  top: 10px;
}
main.sec .cmn-lstdot li + li,
main.sec .cmn-lstdot dt + li {
  margin-top: 0.3em;
}
main.sec .mnws .cols-tx {
  position: relative;
}
main.sec .mnws-ill {
  position: absolute;
}
main.sec .mnws-ill img {
  width: 100%;
}
main.sec .mnws > div:nth-of-type(1) .mnws-ill {
  top: -70px;
  right: 40px;
  width: 25.5%;
}
main.sec .mnws > div:nth-of-type(2) .mnws-ill {
  top: -115px;
  right: 23px;
  width: 52%;
}
main.sec .nvgt .btn-primary a {
  padding-left: 20px;
  padding-right: 10px;
}
main.sec.salaryHoney .fv-ill {
  left: 50%;
  top: 140%;
  transform: translateX(-50%);
}
main.sec .rwrd-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  letter-spacing: 0;
}
@media screen and (max-width: 680px) {
  main.sec .rwrd-tab {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
main.sec .rwrd-tab li {
  width: 24%;
  max-width: 166px;
  color: #bbbbbb;
}
@media screen and (max-width: 680px) {
  main.sec .rwrd-tab li {
    width: 49%;
  }
  main.sec .rwrd-tab li:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
main.sec .rwrd-tab li a {
  display: block;
  position: relative;
  padding-top: 30px;
  padding-bottom: 25px;
  border-top: 2px solid #42a5d4;
  color: #42a5d4;
  font-weight: 600;
}
main.sec .rwrd-tab li a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 16px;
  background-image: url(../img/common/arrow-blue-2x.png);
  background-size: contain;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
main.sec .rwrd-tab li a.active {
  border-top: 2px solid #bbbbbb;
  color: #bbbbbb;
}
main.sec .rwrd-tab li a.active::after {
  display: none;
}
main.sec .rwrd-tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}
@media screen and (max-width: 680px) {
  main.sec .rwrd-tbl {
    width: 280vw;
  }
}
main.sec .rwrd-tbl th,
main.sec .rwrd-tbl td {
  padding: 10px 15px;
  font-size: 16px;
  font-size: 1.6rem;
}
main.sec .rwrd-tbl .attr {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  vertical-align: bottom;
}
main.sec .rwrd-tbl .hd {
  background-color: #feed50;
  color: #7cb81b;
  border-radius: 10px 10px 0 0;
  font-weight: 600;
}
main.sec .rwrd-tbl .mn {
  background-color: #7cb81b;
  color: #fff;
  font-weight: 600;
}
main.sec .rwrd-tbl .sub {
  background-color: #eef1e4;
  font-weight: 600;
}
main.sec .rwrd-tbl .det {
  background-color: #f6f6f6;
  line-height: 1.75;
  text-align: center;
  font-weight: 600;
}
main.sec .rwrd-tbl .sub2 {
  background-color: #f7f6ee;
}
main.sec .rwrd-tbl-attr {
  margin-top: 70px;
}
main.sec .rwrd-tbl-attr li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.78;
}
main.sec .rwrd-detail {
  position: relative;
}
main.sec .rwrd-detail > div {
  position: absolute;
  z-index: -100;
  opacity: 0;
  transition: 0.5s all;
  width: 100%;
  left: 0;
  top: 0;
}
main.sec .rwrd-detail > div.active {
  position: relative;
  opacity: 1;
  z-index: 100;
  transition: 0.5s all;
}
@media screen and (max-width: 680px) {
  main.sec .rwrd-detail {
    width: 100%;
    overflow: scroll;
  }
}
main.sec .rank {
  background-color: #f9f9f4;
}
main.sec .rank .fluc::after {
  background-color: #fff;
}
main.sec .rank-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 680px) {
  main.sec .rank-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
main.sec .rank-lft,
main.sec .rank-rit {
  width: 45%;
}
@media screen and (max-width: 680px) {
  main.sec .rank-lft,
  main.sec .rank-rit {
    width: 100%;
  }
}
main.sec .rank-arw {
  width: 10%;
}
@media screen and (max-width: 680px) {
  main.sec .rank-arw {
    transform: rotate(90deg);
  }
}
main.sec .rank-lst {
  text-align: left;
}
main.sec .rank-lst dt {
  font-weight: 600;
  margin-bottom: 0.5em;
}
main.sec .rank-lst dd {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 680px) {
  main.sec .rank-lst dd {
    letter-spacing: 0;
  }
}
main.sec .rank-lst dd span {
  color: #7cb81b;
  font-weight: 600;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-right: 0.5em;
}
main.sec .cond {
  border-top: dotted 5px #7cb81b;
}
main.sec .cond-lst dt {
  font-weight: 700;
}
main.sec .cond-lst dt span {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-right: 0.4em;
}
main.sec .cond-lst dd {
  padding-left: 3.2em;
}
main.sec .cond-lst + dl {
  margin-top: 1em;
}
main.sec .diff-ttl {
  position: relative;
  padding-top: 50px;
  margin-bottom: 25px;
}
main.sec .diff-ttl::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  width: 100%;
  height: 34px;
  top: 0;
  left: 0;
}
main.sec .diff-ttl.s::before {
  background-image: url(../img/salary/diff-s@2x.png);
}
main.sec .diff-ttl.a::before {
  background-image: url(../img/salary/diff-a@2x.png);
}
main.sec .diff-lst dt {
  color: #7cb81b;
  font-weight: 700;
}
main.sec .diff-lst dt span {
  font-size: 120%;
  margin-right: 0.4em;
}
main.sec .diff-lst dd {
  padding-left: 1.8em;
}
main.sec .diff-attr {
  background-color: #f6f6f6;
  font-weight: 700;
  padding: 25px;
  margin-top: 25px;
  border-radius: 20px;
}
main.sec.salaryMatch .fv-ill {
  left: 30%;
  width: 245px;
}
main.sec .mtab-lst {
  margin-top: 1em;
}
main.sec .mtab-lst .nums span {
  color: #7cb81b;
}
main.sec .mtgn-ttlbox {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
main.sec .mtgn-btn {
  text-align: right;
}
main.sec .mtgn-tbl {
  width: 100%;
  margin-top: 25px;
  border-collapse: separate;
  border-spacing: 2px;
}
main.sec .mtgn-tbl th,
main.sec .mtgn-tbl td {
  padding: 15px 20px;
}
@media screen and (max-width: 680px) {
  main.sec .mtgn-tbl th,
  main.sec .mtgn-tbl td {
    display: block;
    width: 100%;
  }
}
main.sec .mtgn-tbl th {
  background-color: #7cb81b;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}
main.sec .mtgn-tbl td {
  background-color: #f6f6f5;
}
@media screen and (max-width: 680px) {
  main.sec .mtgn-tbl td {
    margin-top: 2px;
  }
}
main.sec .mtfl {
  background-color: #f9f9f4;
}
main.sec .mtfl-box {
  background-color: #fff;
}
main.sec .mtfl-lst dt {
  margin-bottom: 0.4em;
  font-weight: 700;
  padding-left: 4.5em;
  text-indent: -4.5em;
}
main.sec .mtfl-lst dd {
  padding-left: 4em;
}
@media screen and (max-width: 680px) {
  main.sec .mtfl-lst dd {
    padding-left: 0;
  }
}
main.sec .mtfl-flwdet02 + .cmn-attr {
  margin-top: 1.2em;
}
main.sec .mtfl .cmn-bdrdot {
  border-top-width: 5px;
}
main.sec .mtfl-flwdet02 {
  margin: 20px 0;
}
main.sec .mtfl-ttl {
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 680px) {
  main.sec .mtfl-chat {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
main.sec .mtfl-chat > .img {
  width: 36.5%;
}
@media screen and (max-width: 680px) {
  main.sec .mtfl-chat > .img {
    width: 100%;
    margin-top: 20px;
  }
}
main.sec .mtfl-chat > .tx {
  width: 59.7%;
}
@media screen and (max-width: 680px) {
  main.sec .mtfl-chat > .tx {
    width: 100%;
    margin-top: 0;
  }
}
main.sec .mtfl-chat > .tx .cmn-hdl {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meyryo, sans-serif;
}
main.sec .mtfl-chat > .tx .cmn-attr {
  margin-top: 1em;
}
main.sec.about .fv {
  top: 40%;
}
main.sec.about .fv-ill {
  left: 0%;
  width: 110%;
}
@media screen and (max-width: 800px) {
  main.sec.about .fv-ill {
    display: none;
  }
}
main.sec.about .fv-sp {
  display: none;
}
@media screen and (max-width: 800px) {
  main.sec.about .fv-sp {
    display: block;
  }
}
main.sec .mtfl .cmn-attr span {
  font-size: 120%;
  color: #ef9091;
}
main.sec .mtfl dd {
  padding-left: 2.8em;
}
main.sec.childcare .fv {
  top: 40%;
}
main.sec.childcare .fv-ill {
  left: 0%;
  width: 160%;
}
@media screen and (max-width: 800px) {
  main.sec.childcare .fv-ill {
    display: none;
  }
}
main.sec.childcare .fv-sp {
  display: none;
}
@media screen and (max-width: 800px) {
  main.sec.childcare .fv-sp {
    display: block;
  }
}
main.sec.childcare .fv-btn + .fv-btn {
  margin-top: 0.2em;
}
main.sec .ccdt-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 10px;
}
@media screen and (max-width: 680px) {
  main.sec .ccdt-ttl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
main.sec .ccdt-ttl-num {
  font-family: "Lato", sans-serif;
  font-size: 60px;
  color: #7cb81b;
  text-shadow: 3px 3px 0px #ffef00;
  margin-right: 0.3em;
  font-weight: 700;
}
@media screen and (max-width: 680px) {
  main.sec .ccdt-ttl-num {
    width: 100%;
    margin-right: 0;
    line-height: 1.2;
  }
}
main.sec .ccdt-ttl-ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-right: 0.5em;
}
@media screen and (max-width: 680px) {
  main.sec .ccdt-ttl-ttl {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
main.sec .ccdt-ttl-genre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 680px) {
  main.sec .ccdt-ttl-genre {
    width: 100%;
  }
}
main.sec .ccdt-ttl-genre li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  color: #fff;
  height: 26px;
  padding: 0 15px;
  margin-right: 5px;
  margin-bottom: 28px;
}
main.sec .ccdt-ttl-genre li.honey {
  background-color: #73b9b4;
}
main.sec .ccdt-ttl-genre li.match {
  background-color: #518bb5;
}
main.sec .ccdt-det {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 680px) {
  main.sec .ccdt-det {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
main.sec .ccdt-det-img {
  width: 36.5%;
}
@media screen and (max-width: 680px) {
  main.sec .ccdt-det-img {
    width: 100%;
    margin-top: 20px;
  }
}
main.sec .ccdt-det-tx {
  width: 59.7%;
}
@media screen and (max-width: 680px) {
  main.sec .ccdt-det-tx {
    width: 100%;
    margin-top: 0;
  }
}
main.sec .ccdt-det-tx .cmn-hdl {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meyryo, sans-serif;
  font-weight: 700;
  margin-bottom: 1em;
}
main.sec .ccdt-det-tx .cmn-attr {
  margin-top: 1em;
}
main.sec.appli .fv {
  top: 40%;
}
main.sec.appli .fv-ill {
  left: 0%;
  width: 175%;
}
@media screen and (max-width: 800px) {
  main.sec.appli .fv-ill {
    display: none;
  }
}
main.sec.appli .fv-sp {
  display: none;
}
@media screen and (max-width: 800px) {
  main.sec.appli .fv-sp {
    display: block;
  }
}
main.sec .apdt > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 680px) {
  main.sec .apdt > section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
main.sec .apdt > section.rvs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 680px) {
  main.sec .apdt > section.rvs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
main.sec .apdt-tx {
  width: 60%;
  padding-left: 40px;
}
@media screen and (max-width: 680px) {
  main.sec .apdt-tx {
    width: 100%;
    padding-left: 0;
  }
}
.rvs main.sec .apdt-tx {
  padding-left: 0;
}
main.sec .apdt-img {
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 680px) {
  main.sec .apdt-img {
    width: 100%;
    margin-top: 40px;
  }
}
main.sec .apdt-img img {
  width: 205px;
}
main.sec .apdt-ttlbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
main.sec .apdt-ttlbox span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 3px solid #7cb81b;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  color: #7cb81b;
  margin-right: 30px;
  font-weight: 600;
}
main.sec .apdt-ttlbox span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 3px;
  bottom: -3px;
  border-radius: 50%;
  background-color: #feed50;
  z-index: -1;
}
main.sec .apdt-ttl {
  width: calc(100% - 88px);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  padding-top: 6px;
}
main.sec .apdt-lead {
  padding-left: 90px;
}
@media screen and (max-width: 680px) {
  main.sec .apdt-lead {
    padding-left: 0;
  }
}
main.sec .apdt-lead p + p {
  margin-top: 2em;
}
@media screen and (max-width: 680px) {
  main.sec .apdt-lead br {
    display: none;
  }
}
main.sec.thought .fv {
  top: 40%;
}
main.sec.thought .fv-ill {
  left: 0%;
  width: 81%;
}
@media screen and (max-width: 800px) {
  main.sec.thought .fv-ill {
    display: none;
  }
}
main.sec.thought .fv-sp {
  display: none;
}
@media screen and (max-width: 800px) {
  main.sec.thought .fv-sp {
    display: block;
  }
}
main.sec .thli-lst {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
main.sec .thli-lst li {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
}
main.sec .thli-lst li::before,
main.sec .thli-lst li::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
main.sec .thli-lst li::before {
  background-color: #feed50;
  left: 2px;
  top: 12px;
}
main.sec .thli-lst li::after {
  background-color: #7cb81b;
  left: 0;
  top: 10px;
}
main.sec .thli-lst li + li {
  margin-top: 0.8em;
}
main.sec .thit-tx {
  width: 56%;
}
@media screen and (max-width: 680px) {
  main.sec .thit-tx {
    width: 100%;
  }
}
main.sec .thit-fluc {
  width: 40%;
}
@media screen and (max-width: 680px) {
  main.sec .thit-fluc {
    width: 100%;
  }
}
main.sec .thit-fluc .fluc {
  width: 100%;
  text-align: left;
}
main.sec .thit-fluc .fluc p {
  font-size: 14px;
  line-height: 1.7;
}
main.sec .thit-fluc .fluc p + p {
  margin-top: 1em;
}
main.sec .thme-img {
  width: 33%;
}
@media screen and (max-width: 680px) {
  main.sec .thit-fluc .fluc {
    padding: 20px;
  }
  main.sec .thme-img {
    width: 100%;
  }
}
main.sec .thme-tx {
  width: 61%;
}
@media screen and (max-width: 680px) {
  main.sec .thme-tx {
    width: 100%;
  }
}
main.sec .thme-tx a {
  font-weight: 400;
}
main.sec.follow .fv {
  top: 40%;
}
main.sec.follow .fv-ill {
  left: 0%;
  width: 87%;
}
@media screen and (max-width: 800px) {
  main.sec.follow .fv-ill {
    display: none;
  }
}
main.sec.follow .fv-sp {
  display: none;
}
@media screen and (max-width: 800px) {
  main.sec.follow .fv-sp {
    display: block;
  }
}
main.sec .fosy .fluc::before {
  border-color: #42a5d4;
}
main.sec .fosy .fluc::after {
  background-color: #f7fafc;
}
main.sec .fosy .fluc-hdl {
  color: #42a5d4;
}
@media screen and (max-width: 680px) {
  main.sec .fosy .fluc-hdl {
    padding: 20px;
  }
}
main.sec .fosy .fluc .cmn-lead.lft {
  text-align: left;
}
main.sec .fosy-img02 {
  margin: 30px 0;
}
main.sec .fotr-img {
  position: relative;
}
main.sec .fotr-attr {
  position: absolute;
  bottom: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  background-color: #f1f7e5;
}
@media screen and (max-width: 800px) {
  main.sec .fotr-attr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
  }
}
main.sec .fotr-attr span,
main.sec .fotr-attr p {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  main.sec .fotr-attr span,
  main.sec .fotr-attr p {
    height: auto;
    padding: 2px 10px;
  }
}
main.sec .fotr-attr span {
  position: relative;
  background-color: #7cb81b;
  color: #fff;
  width: 150px;
  padding-left: 10px;
}
@media screen and (max-width: 800px) {
  main.sec .fotr-attr span {
    width: auto;
    letter-spacing: 0;
    border-radius: 10px 10px 0 0;
  }
}
main.sec .fotr-attr span::after {
  position: relative;
  content: "";
  width: 0;
  height: 0;
  right: -17px;
  top: 0;
  border-left: 15px solid #7cb81b;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
@media screen and (max-width: 800px) {
  main.sec .fotr-attr span::after {
    display: none;
  }
}
main.sec .fotr-attr p {
  color: #7cb81b;
  padding: 0 15px 0 25px;
}
@media screen and (max-width: 800px) {
  main.sec .fotr-attr p {
    background-color: #f1f7e5;
    padding: 2px 25px;
    letter-spacing: 0.1em;
  }
}
main.sec .fotr-tx {
  margin-top: 40px;
}
main.sec .fotr-sub {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.4em;
}
main.sec .fotr-ls {
  margin-top: 20px;
  background-color: #f6f6f6;
  padding: 25px 30px;
}
main.sec .fotr-ls li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main.sec .fotr-ls li span {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #7cb81b;
  font-weight: 700;
  margin-right: 0.4em;
  font-size: 130%;
}
@media screen and (max-width: 800px) {
  main.sec .fotr-ls li span {
    font-size: 80%;
  }
}
@media screen and (max-width: 680px) {
  main.sec .fotr-ls li span {
    font-size: 130%;
    padding-top: 0.2em;
  }
}
main.sec .fotr-ls li p {
  padding-top: 0.2em;
}
main.sec .fotr-ls .fotr-sub {
  font-size: 16px;
  margin-bottom: 0.4em;
}
main.sec .flfl > div:nth-of-type(1) {
  background-image: url(../img/flow/flfl-arw01.png);
  background-repeat: no-repeat;
  background-position: right 110px;
}
main.sec .flfl > div:nth-of-type(2) {
  background-image: url(../img/flow/flfl-arw02.png);
  background-repeat: no-repeat;
  background-position: left 110px;
}
main.sec .flfl ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 680px) {
  main.sec .flfl ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
main.sec .flfl ul li {
  width: 27%;
}
@media screen and (max-width: 680px) {
  main.sec .flfl ul li {
    width: 100%;
  }
  main.sec .flfl ul li + li {
    position: relative;
    margin-top: 20vw;
  }
  main.sec .flfl ul li + li::before {
    position: absolute;
    content: "";
    top: -20vw;
    left: 50%;
    background-image: url(../img/salary/rank-arw@2x.png);
    background-size: contain;
    transform: translateX(-50%) rotate(90deg);
    width: 10vw;
    height: 20vw;
  }
}
main.sec .flfl-box {
  position: relative;
  width: 100%;
  height: 270px;
  padding-top: 40px;
  text-align: center;
  background-color: #f8faf3;
  overflow: hidden;
  border-radius: 15px;
}
main.sec .flfl-box::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  left: -30px;
  top: -30px;
  transform: rotate(45deg);
  background-color: #7cb81b;
}
main.sec .flfl-icn {
  width: 48%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 680px) {
  main.sec .flfl-icn {
    width: 38%;
  }
}
main.sec .flfl-tx {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 10px;
}
main.sec .flfl > div:nth-of-type(1) li {
  margin-right: 30px;
}
@media screen and (max-width: 680px) {
  main.sec .flfl > div:nth-of-type(1) li {
    margin-right: 0;
  }
}
main.sec .flfl > div:nth-of-type(1) li:first-of-type .flfl-box {
  background-color: #fdf0f0;
}
main.sec .flfl > div:nth-of-type(1) li:first-of-type .flfl-box::before {
  background-color: #e29492;
}
main.sec .flfl > div:nth-of-type(2) {
  margin-top: 50px;
}
main.sec .flfl > div:nth-of-type(2) ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
main.sec .flfl > div:nth-of-type(2) li {
  margin-left: 30px;
}
@media screen and (max-width: 680px) {
  main.sec .flfl > div:nth-of-type(2) li {
    margin-left: 0;
  }
}
main.sec .flfl > div:nth-of-type(2) li:last-of-type .flfl-box {
  background-color: #fdf0f0;
}
main.sec .flfl > div:nth-of-type(2) li:last-of-type .flfl-box::before {
  background-color: #e29492;
}
main.sec .flfl .cmn-attr {
  margin-top: 10px;
}
main.sec .flst-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 680px) {
  main.sec .flst-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
main.sec .flst-ttl > span {
  position: relative;
  width: 120px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #7cb81b;
  color: #fff;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.15em;
}
main.sec .flst-ttl > span::before {
  position: absolute;
  content: "";
  right: -4px;
  top: 0;
  border-right: 8px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
@media screen and (max-width: 800px) {
  main.sec .flst-ttl > span::before {
    right: -1px;
  }
}
@media screen and (max-width: 680px) {
  main.sec .flst-ttl > span::before {
    left: -3px;
  }
}
main.sec .flst-ttl > span span {
  font-size: 14px;
  margin-right: 0.4em;
}
main.sec .flst-ttl > span strong {
  font-size: 20px;
}
main.sec .flst-ttl p {
  position: relative;
  width: calc(100% - 132px);
  font-size: 32px;
  padding-left: 25px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 680px) {
  main.sec .flst-ttl p {
    width: 100%;
    letter-spacing: 0;
    padding-left: 0;
    margin-top: 3vw;
  }
}
main.sec .flst-img {
  position: relative;
}
main.sec .flst-cap {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
main.sec .flst-cap > div {
  position: relative;
}
main.sec .flst-cap p {
  line-height: 40px;
  padding-left: 65px;
  padding-right: 20px;
  color: #fff;
  font-weight: 700;
}
main.sec .flst-icn {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 65px;
  height: 65px;
}
main.sec .flst .cols > div:nth-of-type(1) .flst-cap p {
  background-color: #e29493;
}
main.sec .flst .cols > div:nth-of-type(2) .flst-cap p {
  background-color: #7cb81b;
}
main.sec .flst-ttllead {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  color: #7cb81b;
}
main.sec .flst-weblist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #dcdcdd;
  border-bottom: 1px solid #dcdcdd;
}
@media screen and (max-width: 680px) {
  main.sec .flst-weblist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
main.sec .flst-weblist dt {
  width: 26.5%;
  font-weight: 700;
}
@media screen and (max-width: 680px) {
  main.sec .flst-weblist dt {
    width: 100%;
  }
}
main.sec .flst-weblist dd {
  width: 73.5%;
}
@media screen and (max-width: 680px) {
  main.sec .flst-weblist dd {
    width: 100%;
  }
}
main.sec .flst-attr {
  background-color: #f6f6f5;
  border-radius: 15px;
  padding: 30px;
  margin-top: 30px;
}
main.sec .flst-attr p + p {
  margin-top: 0.5em !important;
}
main.sec .flst01 .cols {
  background-image: url(../img/salary/rank-arw@2x.png);
  background-size: 50px auto;
  background-position: center center;
}
@media screen and (max-width: 680px) {
  main.sec .flst01 .cols {
    background-image: none;
  }
}
main.sec .flst01 .cols > * {
  width: 44%;
}
@media screen and (max-width: 680px) {
  main.sec .flst01 .cols > * {
    width: 100%;
  }
  main.sec .flst01 .cols > * + div {
    position: relative;
    margin-top: 20vw;
  }
  main.sec .flst01 .cols > * + div::before {
    position: absolute;
    content: "";
    top: -20vw;
    left: 50%;
    background-image: url(../img/salary/rank-arw@2x.png);
    background-size: contain;
    transform: translateX(-50%) rotate(90deg);
    width: 10vw;
    height: 20vw;
  }
}
@media screen and (max-width: 680px) {
  main.sec.training .fv {
    margin-top: 0;
  }
}
main.sec.training .fv-left {
  position: relative;
  top: auto;
  left: auto;
}
@media screen and (max-width: 680px) {
  main.sec.training .fv-left {
    transform: translateX(0);
  }
}
main.sec.training .fv-left-catch-hori {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  main.sec.training .fv-left-catch-hori {
    display: inline-block;
  }
}
main.sec.training .fv-lft-lead {
  position: relative;
  background-color: #ef9091;
  padding: 8px 10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #fff;
  font-weight: 600;
  margin-left: 60px;
  height: 74px;
}
@media screen and (max-width: 800px) {
  main.sec.training .fv-lft-lead {
    height: auto;
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 680px) {
  main.sec.training .fv-lft-lead br {
    display: none;
  }
}
main.sec.training .fv-lft-lead::before {
  position: absolute;
  content: "";
  left: -18px;
  top: 0;
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  border-right: 18px solid #ef9091;
}
@media screen and (max-width: 800px) {
  main.sec.training .fv-lft-lead::before {
    display: none;
  }
}
main.sec .trpo-img {
  width: 36%;
}
@media screen and (max-width: 680px) {
  main.sec .trpo-img {
    width: 100%;
  }
}
main.sec .trpo-tx {
  width: 58.5%;
}
@media screen and (max-width: 680px) {
  main.sec .trpo-tx {
    width: 100%;
  }
}
main.sec .trpo-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  color: #ef9091;
  letter-spacing: 0.07em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}
main.sec .trpo-point span:nth-of-type(1) {
  font-size: 24px;
  padding-bottom: 5px;
}
main.sec .trpo-point span:nth-of-type(2) {
  font-size: 40px;
  margin-left: 0.4em;
}
main.sec .trpo-lead {
  font-size: 18px;
  line-height: 1.7;
}
main.sec .trpo-lead + * {
  margin-top: 20px;
}
main.sec .trpo .fluc-hdl {
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 680px) {
  main.sec .trpo .fluc-hdl {
    text-align: left;
    padding: 20px;
  }
}
main.sec .trpo .fluc-hdl::after {
  content: url(../img/common/bee01.png);
  position: absolute;
  top: -50px;
  right: -70px;
}
main.sec .trco ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 680px) {
  main.sec .trco ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
main.sec .trco ul li {
  width: 31%;
}
@media screen and (max-width: 680px) {
  main.sec .trco ul li {
    width: 100%;
  }
  main.sec .trco ul li + li {
    margin-top: 40px;
  }
}
main.sec .trco-title {
  text-align: center;
  padding: 15px 0 10px;
  font-size: 1.2em;
  color: #222;
  font-weight: 700;
}
main.sec .trco-link {
  text-align: right;
  padding: 15px 0 10px;
}
main.sec .trco-link a {
  color: #222;
  font-weight: 700;
}
main.sec .trco .fluc-hdl {
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 680px) {
  main.sec .trco .fluc-hdl {
    text-align: left;
    padding: 20px;
  }
}
main.sec .trco .fluc-hdl::after {
  content: url(../img/common/bee01.png);
  position: absolute;
  top: 30px;
  left: -65px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 800px) {
  main.sec .trco .fluc-hdl::after {
    top: -52px;
  }
}
@media screen and (max-width: 680px) {
  main.sec .trco .fluc-hdl::after {
    top: -16vw;
  }
}
@media screen and (max-width: 680px) {
  main.sec.company .fv {
    margin-top: 0;
  }
}
main.sec.company .fv-left {
  position: relative;
  top: auto;
  left: auto;
}
@media screen and (max-width: 680px) {
  main.sec.company .fv-left {
    transform: translateX(0);
  }
}
main.sec .comp-tbl {
  width: 100%;
}
main.sec .comp-tbl th,
main.sec .comp-tbl td {
  padding: 40px;
  vertical-align: top;
}
@media screen and (max-width: 680px) {
  main.sec .comp-tbl th,
  main.sec .comp-tbl td {
    display: block;
    width: 100%;
    padding: 3vw 5vw;
    border: none !important;
  }
}
main.sec .comp-tbl th {
  border-bottom: 2px solid #7cb81b;
  color: #7cb81b;
  font-weight: 700;
  padding-left: 0;
  white-space: nowrap;
  text-align: left;
}
@media screen and (max-width: 680px) {
  main.sec .comp-tbl th {
    padding-left: 5vw;
    background-color: #7cb81b;
    color: #fff;
  }
}
main.sec .comp-tbl td {
  border-bottom: 2px solid #dddddd;
}
@media screen and (max-width: 680px) {
  main.sec .comp-tbl td {
    margin-bottom: 1em;
  }
}
main.sec .comp-tbl tr:nth-of-type(1) th {
  border-top: 2px solid #7cb81b;
}
main.sec .comp-tbl tr:nth-of-type(1) td {
  border-top: 2px solid #dddddd;
}
main.sec .comp-subtbl td {
  padding: 0;
  border: none !important;
}
@media screen and (max-width: 800px) {
  main.sec .comp-subtbl td {
    display: block;
  }
}
main.sec .comp-subtbl td:nth-of-type(1) {
  white-space: nowrap;
  padding-right: 1em;
}
@media screen and (max-width: 800px) {
  main.sec .comp-subtbl td:nth-of-type(1) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  main.sec .comp-subtbl td:nth-of-type(2) {
    margin-bottom: 0.4em;
  }
}
@media screen and (max-width: 680px) {
  main.sec .comp-subtbl td:nth-of-type(2) {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 680px) {
  main.sec.faq .fv {
    margin-top: 0;
  }
}
main.sec.faq .fv-left {
  position: relative;
  top: auto;
  left: auto;
}
@media screen and (max-width: 680px) {
  main.sec.faq .fv-left {
    transform: translateX(0);
  }
}
main.sec .fqat {
  border-top: 5px dotted #7cb81b;
  padding-top: 40px;
  padding-bottom: 40px;
}
main.sec .fqat + .fqat {
  border-bottom: 5px dotted #7cb81b;
}
main.sec .fqat-ttl {
  position: relative;
  font-size: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  padding-right: 70px;
}
main.sec .fqat-ttl::before {
  position: absolute;
  top: -7px;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #42a5d4;
  color: #fff;
  content: "";
  font-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-image: url(../img/faq/plus@2x.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
main.sec .fqat.active .fqat-ttl::before {
  background-image: url(../img/faq/minus@2x.png);
}
main.sec .fqat-lst {
  display: none;
  background-color: #f6f6f6;
  border-radius: 15px;
  padding: 60px;
  margin-top: 50px;
}
@media screen and (max-width: 680px) {
  main.sec .fqat-lst {
    padding: 7vw;
  }
}
main.sec .fqat-lst dt {
  position: relative;
  padding-left: 60px;
  font-size: 20px;
  margin-bottom: 10px;
}
main.sec .fqat-lst dt::before {
  position: absolute;
  content: "Q";
  font-family: "851MkPOP_002", sans-serif;
  font-size: 60px;
  text-shadow: 3px 3px 0px #ffef00;
  color: #7cb81b;
  line-height: 1.5;
  left: 0;
  top: -35px;
}
main.sec .fqat-lst dd {
  position: relative;
  padding-left: 60px;
  font-size: 16px;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 45px 30px 30px;
  border-radius: 15px;
}
main.sec .fqat-lst dd::before {
  position: absolute;
  content: "Answer";
  font-family: "851MkPOP_002", sans-serif;
  font-size: 24px;
  color: #ef9091;
  line-height: 1.5;
  left: 25;
  top: 9px;
}
main.sec .fqat-lst dd::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #ef9091;
  left: 0;
  top: 29px;
  letter-spacing: 0;
}
main.sec .fqat-lst dd + dt {
  margin-top: 50px;
}
@media screen and (max-width: 680px) {
  main.sec.interview .fv {
    margin-top: 0;
  }
}
main.sec.interview .fv-left {
  position: relative;
  top: auto;
  left: auto;
}
@media screen and (max-width: 680px) {
  main.sec.interview .fv-left {
    transform: translateX(0);
  }
}
main.sec .ivac-lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  main.sec .ivac-lst {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
main.sec .ivac-lst li {
  width: 31%;
  margin-right: 3.5%;
}
@media screen and (max-width: 800px) {
  main.sec .ivac-lst li {
    width: 49%;
    margin-right: 0;
  }
}
main.sec .ivac-lst li:nth-of-type(3n) {
  margin-right: 0;
}
main.sec .ivac-lst li:nth-of-type(n + 4) {
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  main.sec .ivac-lst li:nth-of-type(n + 3) {
    margin-top: 50px;
  }
}
main.sec .ivac-lst li a {
  display: block;
}
main.sec .ivac-img img {
  display: block;
  width: 100%;
  height: 310px;
  object-fit: cover;
  object-position: center;
  border-radius: 40px 0 40px;
}
@media screen and (max-width: 800px) {
  main.sec .ivac-img img {
    height: 40vw;
  }
}
main.sec .ivac-name {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
main.sec .ivac-cat {
  font-family: "851MkPOP_002", sans-serif;
  font-size: 16px;
  text-align: center;
  color: #ef9091;
  line-height: 1.5;
}
main.sec .ivsg {
  padding-top: 100px;
}
@media screen and (max-width: 800px) {
  main.sec .ivsg {
    padding-top: 130px;
  }
}
@media screen and (max-width: 680px) {
  main.sec .ivsg {
    padding-top: 20vw;
  }
}
main.sec .ivsg .enty-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 680px) {
  main.sec .ivsg .enty-hd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
main.sec .ivsg .enty-hd-cat {
  background-color: #42a5d4;
  color: #fff;
  font-size: 12px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meyryo, sans-serif;
  margin-right: 15px;
  font-weight: 600;
  padding: 2px 10px;
}
@media screen and (max-width: 680px) {
  main.sec .ivsg .enty-hd-cat {
    margin-right: 0;
  }
}
main.sec .ivsg .enty-hd-name {
  font-size: 16px;
  margin-right: 15px;
  font-weight: 700;
}
@media screen and (max-width: 680px) {
  main.sec .ivsg .enty-hd-name {
    margin: 3vw 0;
  }
}
main.sec .ivsg .enty-hd-attr {
  position: relative;
  color: #7cb81b;
  font-size: 14px;
  padding-left: 33px;
}
main.sec .ivsg .enty-hd-attr::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background-color: #7cb81b;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
main.sec .ivsg .enty-ttl {
  font-size: 36px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  margin-bottom: 100px;
}
main.sec .ivsg .enty-bd {
  width: calc(750 / 1280 * 100vw);
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  main.sec .ivsg .enty-bd {
    width: calc(880 / 1000 * 100vw);
  }
}
main.sec .ivsg .enty-bd,
main.sec .ivsg .entry-content,
main.sec .ivsg .enty-back {
  position: relative;
  width: calc(750 / 1280 * 100vw);
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  main.sec .ivsg .enty-bd,
  main.sec .ivsg .entry-content,
  main.sec .ivsg .enty-back {
    width: calc(880 / 1000 * 100vw);
  }
}
main.sec .ivsg .enty-bd::before {
  position: absolute;
  content: "“";
  color: #ef9091;
  font-size: 200px;
  font-family: "851MkPOP_002", sans-serif;
  line-height: 1;
  left: -190px;
  top: -80px;
}
@media screen and (max-width: 800px) {
  main.sec .ivsg .enty-bd::before {
    left: -20vw;
    top: -10vw;
    font-size: 26vw;
  }
}
main.sec .ivsg .enty-bd-img {
  margin-bottom: 50px;
}
main.sec .ivsg .enty-bd-img img {
  border-radius: 40px;
  height: auto;
}
main.sec .ivsg .entry-content::before {
  position: absolute;
  content: "”";
  color: #ef9091;
  font-size: 200px;
  font-family: "851MkPOP_002", sans-serif;
  line-height: 1;
  right: -240px;
  bottom: -220px;
}
@media screen and (max-width: 800px) {
  main.sec .ivsg .entry-content::before {
    right: -20vw;
    bottom: -30vw;
    font-size: 26vw;
  }
}
main.sec .ivsg .entry-content > * + * {
  margin-top: 1.5em;
}
main.sec .ivsg .enty-back {
  width: 7em;
  margin-top: 130px;
  margin-left: auto;
  margin-right: 0;
  text-align: left;
}
main.sec .pgnt .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
main.sec .pgnt span,
main.sec .pgnt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  color: #42a5d4;
  border: 1px solid #42a5d4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: 700;
}
main.sec .pgnt span.current,
main.sec .pgnt a.current {
  border: none;
  background-color: #e0f3fd;
}
main.sec .pgnt span + *,
main.sec .pgnt a + * {
  margin-left: 10px;
}
@media screen and (max-width: 680px) {
  main.sec.column .fv {
    margin-top: 0;
  }
}
main.sec.column .fv-left {
  position: relative;
  top: auto;
  left: auto;
}
@media screen and (max-width: 680px) {
  main.sec.column .fv-left {
    transform: translateX(0);
  }
}
main.sec .cmac-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  main.sec .cmac-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
main.sec .cmac-lst {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  main.sec .cmac-lst {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}
main.sec .cmac-lst li {
  width: 32%;
  margin-right: 2%;
}
@media screen and (max-width: 800px) {
  main.sec .cmac-lst li {
    width: 49%;
    margin-right: 0;
  }
}
main.sec .cmac-lst li:nth-of-type(3n) {
  margin-right: 0;
}
main.sec .cmac-lst li:nth-of-type(n + 4) {
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  main.sec .cmac-lst li:nth-of-type(n + 3) {
    margin-top: 50px;
  }
}
main.sec .cmac-catlst {
  width: 23%;
  margin-top: -50px;
}
@media screen and (max-width: 800px) {
  main.sec .cmac-catlst {
    width: 100%;
    margin-top: 100px;
  }
}
main.sec .cmac-catlst dt {
  position: relative;
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 33px;
}
main.sec .cmac-catlst dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 24px;
  background-image: url(../img/column/icn-cat2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
main.sec .cmac-catlst dd {
  position: relative;
  padding: 15px;
  font-size: 14px;
  padding-right: 25px;
  border-bottom: 2px dotted #7cb81b;
}
main.sec .cmac-catlst dd:nth-of-type(1) {
  border-top: 2px dotted #7cb81b;
}
main.sec .cmac-catlst dd::after {
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 16px;
  background-image: url(../img/common/arrow-blue-2x.png);
  background-repeat: no-repeat;
  background-size: contain;
}
main.sec .cmac-article a {
  display: block;
}
main.sec .cmac-img {
  position: relative;
}
main.sec .cmac-img img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center;
  border-radius: 40px;
}
@media screen and (max-width: 800px) {
  main.sec .cmac-img img {
    height: 40vw;
  }
}
main.sec .cmac-date {
  position: absolute;
  left: 20px;
  top: -10px;
  color: #fff;
}
main.sec .cmac-date > div {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #ef9091;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main.sec .cmac-date > div::after,
main.sec .cmac-date > div::before {
  position: absolute;
  content: "";
  bottom: -7px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  width: 0;
  height: 0;
}
main.sec .cmac-date > div::before {
  border-left: 20px solid #ef9091;
  left: 0;
}
main.sec .cmac-date > div::after {
  border-right: 20px solid #ef9091;
  right: 0;
}
main.sec .cmac-date > div span {
  text-align: center;
  font-family: "Lato", sans-serif;
  line-height: 1.1;
}
main.sec .cmac-date > div span:nth-of-type(1) {
  font-size: 8px;
}
main.sec .cmac-date > div span:nth-of-type(2) {
  font-size: 12px;
}
main.sec .cmac-cat {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  color: #7cb81b;
  margin-top: 10px;
  margin-bottom: 5px;
}
main.sec .cmac-cat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background-image: url(../img/column/icn-cat.png);
  background-repeat: no-repeat;
  background-size: contain;
}
main.sec .cmac-ttl {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.7;
}
main.sec .cmac-desc {
  font-size: 14px;
  line-height: 1.7;
}
main.sec .cmsg {
  padding-top: 100px;
}
main.sec .cmsg-main {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  main.sec .cmsg-main {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}
main.sec .cmsg .wkac-catlst {
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  main.sec .cmsg .wkac-catlst {
    width: 100%;
    margin-top: 100px;
  }
}
@media screen and (max-width: 800px) {
  main.sec .cmsg {
    padding-top: 130px;
  }
}
@media screen and (max-width: 680px) {
  main.sec .cmsg {
    padding-top: 20vw;
  }
}
main.sec .cmsg .enty-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 680px) {
  main.sec .cmsg .enty-hd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
main.sec .cmsg .enty-hd-date {
  color: #fff;
  margin-right: 30px;
}
main.sec .cmsg .enty-hd-date > div {
  position: relative;
  width: 100px;
  height: 40px;
  background-color: #ef9091;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main.sec .cmsg .enty-hd-date > div::after,
main.sec .cmsg .enty-hd-date > div::before {
  position: absolute;
  content: "";
  right: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  width: 0;
  height: 0;
}
main.sec .cmsg .enty-hd-date > div::before {
  border-top: 20px solid #ef9091;
  top: 0;
}
main.sec .cmsg .enty-hd-date > div::after {
  border-bottom: 20px solid #ef9091;
  bottom: 0;
}
main.sec .cmsg .enty-hd-date > div span {
  text-align: center;
  font-family: "Lato", sans-serif;
  line-height: 1.1;
}
main.sec .cmsg .enty-hd-date > div span:nth-of-type(1) {
  font-size: 14px;
  margin-right: 7px;
}
main.sec .cmsg .enty-hd-date > div span:nth-of-type(2) {
  font-size: 20px;
}
main.sec .cmsg .enty-hd-cat {
  position: relative;
  color: #7cb81b;
  font-size: 14px;
  padding-left: 60px;
}
main.sec .cmsg .enty-hd-cat::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background-color: #7cb81b;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
main.sec .cmsg .enty-hd-cat::after {
  content: "";
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background-image: url(../img/column/icn-cat.png);
  background-repeat: no-repeat;
  background-size: contain;
}
main.sec .cmsg .enty-ttl {
  font-size: 36px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  margin-bottom: 100px;
}
main.sec .cmsg .enty-bd {
  width: calc(750 / 1280 * 100vw);
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  main.sec .cmsg .enty-bd {
    width: calc(880 / 1000 * 100vw);
  }
}
main.sec .cmsg .enty-bd,
main.sec .cmsg .entry-content,
main.sec .cmsg .enty-back {
  position: relative;
  width: calc(750 / 1280 * 100vw);
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  main.sec .cmsg .enty-bd,
  main.sec .cmsg .entry-content,
  main.sec .cmsg .enty-back {
    width: calc(880 / 1000 * 100vw);
  }
}
main.sec .cmsg .enty-bd-img {
  margin-bottom: 50px;
}
main.sec .cmsg .enty-bd-img img {
  border-radius: 40px;
  height: auto;
}
main.sec .cmsg .entry-content > * + * {
  margin-top: 1.5em;
}
main.sec .cmsg .enty-back {
  width: 7em;
  margin-top: 130px;
  margin-left: auto;
  margin-right: 0;
  text-align: left;
}
@media screen and (max-width: 680px) {
  main.sec.works .fv {
    margin-top: 0;
  }
}
main.sec.works .fv-left {
  position: relative;
  top: auto;
  left: auto;
}
@media screen and (max-width: 680px) {
  main.sec.works .fv-left {
    transform: translateX(0);
  }
}
main.sec .wkac {
  padding-bottom: 60px;
  background-color: #f6f6f5;
}
main.sec .wkac-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -60px;
  padding-top: 50px;
}
@media screen and (max-width: 800px) {
  main.sec .wkac-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
main.sec .wkac-lst {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  main.sec .wkac-lst {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}
main.sec .wkac-lst > li {
  width: 32%;
  margin-right: 2%;
}
@media screen and (max-width: 800px) {
  main.sec .wkac-lst > li {
    width: 49%;
    margin-right: 0;
  }
}
main.sec .wkac-lst > li:nth-of-type(3n) {
  margin-right: 0;
}
main.sec .wkac-lst > li:nth-of-type(n + 4) {
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  main.sec .wkac-lst > li:nth-of-type(n + 3) {
    margin-top: 50px;
  }
}
main.sec .wkac-catlst {
  width: 23%;
  margin-top: -110px;
}
@media screen and (max-width: 800px) {
  main.sec .wkac-catlst {
    width: 100%;
    margin-top: 100px;
  }
}
main.sec .wkac-catlst-ttl {
  position: relative;
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  padding-left: 65px;
  background-color: #feed50;
  border-radius: 15px 15px 0 0;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main.sec .wkac-catlst-ttl::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 26px;
  background-image: url(../img/works/icn-catlist@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
}
main.sec .wkac-catlst > ul {
  background-color: #ececec;
  border-radius: 0 0 15px 15px;
}
main.sec .wkac-catlst > ul > li {
  position: relative;
  font-size: 14px;
  padding: 15px 15px 15px 25px;
}
main.sec .wkac-catlst > ul > li::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 28px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../img/works/btn-plus@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
}
main.sec .wkac-catlst > ul > li.active::after {
  background-image: url(../img/works/btn-minus@2x.png);
}
main.sec .wkac-catlst > ul > li + li {
  border-top: 2px solid #f8faf3;
}
main.sec .wkac-catlst > ul .child {
  display: none;
  padding-left: 15px;
}
main.sec .wkac-catlst > ul .child li {
  margin-top: 10px;
}
main.sec .wkac-article a {
  display: block;
}
main.sec .wkac-img {
  position: relative;
}
main.sec .wkac-img img {
  display: block;
  width: 100%;
  height: 140px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 800px) {
  main.sec .wkac-img img {
    height: 40vw;
  }
}
main.sec .wkac-tx {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  padding: 25px 15px 15px;
}
main.sec .wkac-tx li {
  position: relative;
  font-size: 12px;
  color: #7cb81b;
  line-height: 1.4;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 4px 0 4px 23px;
}
main.sec .wkac-tx li::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
main.sec .wkac-tx li.wkac-price::before {
  background-image: url(../img/works/icn-price@2x.png);
}
main.sec .wkac-tx li.wkac-area::before {
  background-image: url(../img/works/icn-area@2x.png);
}
main.sec .wkac-tx li.wkac-time::before {
  background-image: url(../img/works/icn-time@2x.png);
}
main.sec .wkac-ttl {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.7;
  border-bottom: 2px dotted #d5d5d4;
  padding-bottom: 15px;
}
main.sec .wksg-main {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  main.sec .wksg-main {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}
main.sec .wksg .wkac-tx {
  background-color: transparent;
  padding: 0;
  margin-bottom: 40px;
}
main.sec .wksg .wkac-tx li {
  font-size: 16px;
}
main.sec .wksg .enty-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 680px) {
  main.sec .wksg .enty-hd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
main.sec .wksg .enty-hd-lft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main.sec .wksg .enty-hd-date {
  font-size: 14px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #bbbbbb;
  margin-right: 15px;
}
main.sec .wksg .enty-hd-cat {
  position: relative;
  color: #7cb81b;
  font-size: 14px;
  padding-left: 26px;
}
main.sec .wksg .enty-hd-cat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background-image: url(../img/works/icn-area@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
}
main.sec .wksg .enty-hd-worknum {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  letter-spacing: 0.15em;
}
main.sec .wksg .enty-hd-worknum::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #222222;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
main.sec .wksg .enty-ttl {
  font-size: 36px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  margin-bottom: 100px;
}
main.sec .wksg .enty-bd {
  width: calc(750 / 1280 * 100vw);
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  main.sec .wksg .enty-bd {
    width: calc(880 / 1000 * 100vw);
  }
}
main.sec .wksg .enty-bd,
main.sec .wksg .entry-content,
main.sec .wksg .enty-back {
  position: relative;
  width: calc(750 / 1280 * 100vw);
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  main.sec .wksg .enty-bd,
  main.sec .wksg .entry-content,
  main.sec .wksg .enty-back {
    width: calc(880 / 1000 * 100vw);
  }
}
main.sec .wksg .enty-bd-img {
  margin-bottom: 50px;
}
main.sec .wksg .enty-bd-img img {
  border-radius: 40px;
  height: auto;
}
main.sec .wksg .entry-content > * + * {
  margin-top: 1.5em;
}
main.sec .wksg .enty-back {
  width: 7em;
  margin-top: 130px;
  margin-left: auto;
  margin-right: 0;
  text-align: left;
}
main.sec .ctfm-tbl {
  width: 100%;
}
main.sec .ctfm th,
main.sec .ctfm td {
  padding: 30px 0;
  border-bottom: 1px solid #dddcdd;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 680px) {
  main.sec .ctfm th,
  main.sec .ctfm td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  main.sec .ctfm th {
    border-bottom: none;
    padding-bottom: 0;
  }
}
main.sec .ctfm th span {
  line-height: 26px;
}
main.sec .ctfm th span:nth-of-type(1) {
  display: inline-block;
  padding: 0 10px;
  margin-right: 15px;
  background-color: #ef9091;
  color: #fff;
  font-size: 12px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
}
main.sec .ctfm th span:nth-of-type(1).norm {
  background-color: #bbbbbb;
}
main.sec .ctfm th span:nth-of-type(2) {
  font-size: 16px;
  font-weight: 700;
}
main.sec .ctfm td .cmn-lead + .cmn-lead {
  margin-top: 0.5em;
}
main.sec .ctfm tr:last-of-type th,
main.sec .ctfm tr:last-of-type td {
  border-bottom: none;
}
main.sec .ctfm input[type="text"],
main.sec .ctfm input[type="email"],
main.sec .ctfm textarea {
  border: 2px solid #7cb81b;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
}
main.sec .ctfm input[type="text"].min,
main.sec .ctfm input[type="email"].min,
main.sec .ctfm textarea.min {
  max-width: 300px;
  width: 100%;
}
main.sec .ctfm input[type="text"].lar,
main.sec .ctfm input[type="email"].lar,
main.sec .ctfm textarea.lar {
  max-width: 500px;
  width: 100%;
}
main.sec .ctfm textarea {
  width: 100%;
  height: 180px;
}
main.sec .ctfm-btn {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;
}
main.sec .ctfm-btn input {
  width: 300px;
  height: 70px;
  border-radius: 35px;
  color: #fff;
  background-color: #ef9091;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  background-image: url(../img/common/arw-w@2x.png);
  background-size: 12px 18px;
  background-position: right 30px center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 680px) {
  main.sec.recruit .fv {
    margin-top: 50px;
  }
}
main.sec.recruit .fv-left {
  position: relative;
  top: auto;
  left: auto;
}
@media screen and (max-width: 680px) {
  main.sec.recruit .fv-left {
    transform: translateX(0);
  }
}
main.sec .rcfm {
  background-color: #f9f9f4;
  padding: 60px;
  border-radius: 15px;
}
main.sec .rcfm th {
  width: 27.2%;
}
main.sec .rcfm th .fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
main.sec .rcfm th .fl span:nth-of-type(1) {
  white-space: nowrap;
}
main.sec .rcfm td {
  width: 72.8%;
}
main.sec .rcfm td .min2 {
  max-width: 180px;
  width: 100%;
}
main.sec .rcfm td .lar2 {
  width: 100%;
}
main.sec .rcfm td .year {
  max-width: 120px;
  width: 100%;
}
main.sec .rcfm td .month {
  max-width: 60px;
  width: 100%;
}
main.sec .rcfm span.wpcf7-list-item {
  position: relative;
  margin: 5px 0 !important;
  /*項目ごとの余白を調整*/
}
main.sec .rcfm input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  /*既存のチェックボックスを見えなくする*/
}
main.sec .rcfm .wpcf7-list-item-label:before {
  /*チェックボックスの枠*/
  content: "";
  border: 2px solid #7cb81b;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  position: relative;
  top: -3px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
}
main.sec .rcfm input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  /*チェックアイコン*/
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 3px;
  width: 40px;
  height: 40px;
  background: url("../img/recruit/843_ch_f.png") no-repeat center;
  background-size: contain;
}
main.sec .rcfm .wpcf7-checkbox span:nth-of-type(1),
main.sec .rcfm .wpcf7-checkbox span:nth-of-type(2),
main.sec .rcfm .wpcf7-checkbox span:nth-of-type(3),
main.sec .rcfm .wpcf7-checkbox span:nth-of-type(4) {
  width: 25%;
}
main.sec .rcfm .wpcf7-checkbox span:nth-of-type(5),
main.sec .rcfm .wpcf7-checkbox span:nth-of-type(6),
main.sec .rcfm .wpcf7-checkbox span:nth-of-type(7),
main.sec .rcfm .wpcf7-checkbox span:nth-of-type(8),
main.sec .rcfm .wpcf7-checkbox span:nth-of-type(9),
main.sec .rcfm .wpcf7-checkbox span:nth-of-type(10),
main.sec .rcfm .wpcf7-checkbox span:nth-of-type(11),
main.sec .rcfm .wpcf7-checkbox span:nth-of-type(12) {
  width: 50%;
}
main.sec .rcfm .your-other input,
main.sec .rcfm .your-training01 input,
main.sec .rcfm .your-training02 input,
main.sec .rcfm .your-training03 input {
  margin-left: 10px;
}

@media screen and (max-width: 680px) {
  main.sec .rcfm {
    padding: 10px;
    width: 94%;
  }
  main.sec .rcfm th {
    width: 100%;
  }
  main.sec .rcfm td {
    width: 100%;
  }
  main.sec .rcfm td .year {
    max-width: 100px;
  }
  main.sec .rcfm span.wpcf7-list-item {
    width: 100% !important;
  }
}
/* end "main.sec" */
