@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&family=Noto+Serif+JP:wght@600;700&display=swap");
/*ç½*/
/*é»*/
/*ã´ã¼ã«ã*/
/*ç·*/
/*ç°è²*/
/*é»*/
/*ã´ã¼ã«ã*/
/*èµ¤*/
/*é*/
/* ãã¬ãã¯ã¹ããã¯ã¹ */
/* SCSS ã¡ãã£ã¢ã¯ã¨ãª */
/*-------------------------------------------------------------
displayæå®class

ãonlyã
.pc-only / .tab-only / .pad-only / .sp-only /.se-only
.pctab-only / .tabsp-only / .sp-none

-------------------------------------------------------------*/
.pc-only {
  display: block !important;
}

@media (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
}

@media (max-width: 751px) {
  .pc-only {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .pc-only {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .pc-only {
    display: none !important;
  }
}

.pc-only--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 1024px) {
  .pc-only--flex {
    display: none !important;
  }
}

@media (max-width: 751px) {
  .pc-only--flex {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .pc-only--flex {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .pc-only--flex {
    display: none !important;
  }
}

.tab-only {
  display: none !important;
}

@media (max-width: 1024px) {
  .tab-only {
    display: block !important;
  }
}

@media (max-width: 751px) {
  .tab-only {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .tab-only {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .tab-only {
    display: none !important;
  }
}

.tab-only--flex {
  display: none !important;
}

@media (max-width: 1024px) {
  .tab-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 751px) {
  .tab-only--flex {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .tab-only--flex {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .tab-only--flex {
    display: none !important;
  }
}

.pad-only {
  display: none !important;
}

@media (max-width: 1024px) {
  .pad-only {
    display: none !important;
  }
}

@media (max-width: 751px) {
  .pad-only {
    display: block !important;
  }
}

@media (max-width: 750px) {
  .pad-only {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .pad-only {
    display: none !important;
  }
}

.pad-only--flex {
  display: none !important;
}

@media (max-width: 1024px) {
  .pad-only--flex {
    display: none !important;
  }
}

@media (max-width: 751px) {
  .pad-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 750px) {
  .pad-only--flex {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .pad-only--flex {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}

@media (max-width: 1024px) {
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 751px) {
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .sp-only {
    display: block !important;
  }
}

@media (max-width: 320px) {
  .sp-only {
    display: block !important;
  }
}

.sp-only--flex {
  display: none !important;
}

@media (max-width: 1024px) {
  .sp-only--flex {
    display: none !important;
  }
}

@media (max-width: 751px) {
  .sp-only--flex {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .sp-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 320px) {
  .sp-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.se-only {
  display: none !important;
}

@media (max-width: 1024px) {
  .se-only {
    display: none !important;
  }
}

@media (max-width: 751px) {
  .se-only {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .se-only {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .se-only {
    display: block !important;
  }
}

.se-only--flex {
  display: none !important;
}

@media (max-width: 1024px) {
  .se-only--flex {
    display: none !important;
  }
}

@media (max-width: 751px) {
  .se-only--flex {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .se-only--flex {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .se-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.pctab-only {
  display: block !important;
}

@media (max-width: 1024px) {
  .pctab-only {
    display: block !important;
  }
}

@media (max-width: 751px) {
  .pctab-only {
    display: block !important;
  }
}

@media (max-width: 750px) {
  .pctab-only {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .pctab-only {
    display: none !important;
  }
}

.pctab-only--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 1024px) {
  .pctab-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 751px) {
  .pctab-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 750px) {
  .pctab-only--flex {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .pctab-only--flex {
    display: none !important;
  }
}

.tabsp-only {
  display: none !important;
}

@media (max-width: 1024px) {
  .tabsp-only {
    display: block !important;
  }
}

@media (max-width: 751px) {
  .tabsp-only {
    display: block !important;
  }
}

@media (max-width: 750px) {
  .tabsp-only {
    display: block !important;
  }
}

@media (max-width: 320px) {
  .tabsp-only {
    display: block !important;
  }
}

.tabsp-only--flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 1024px) {
  .tabsp-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 751px) {
  .tabsp-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 750px) {
  .tabsp-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 320px) {
  .tabsp-only--flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 750px) {
  .sp-none {
    display: none;
  }
}

@media (max-width: 320px) {
  .sp-none {
    display: none;
  }
}

/* å±éé¨å
============================================================================ */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

li {
  list-style: none;
}

ul,
ol,
dl,
p {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  /* ress.cssã ã¨underlineãã¤ãã®ãé»æ­¢ */
  text-decoration: none;
}

select {
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1 !important;
  position: relative;
}

table {
  table-layout: fixed;
  /* ress.cssç¨ */
  border-collapse: collapse;
  border-spacing: 0;
}

td input {
  max-width: 100%;
}

rt {
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0;
}

i,
em {
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

small {
  font-size: 100%;
}

@-ms-viewport {
  width: device-width;
}

figure {
  display: block;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

img {
  vertical-align: bottom;
  line-height: 0;
  font-size: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.pctab-only {
  display: block !important;
}

@media screen and (max-width: 750px) {
  .pctab-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .sp-only {
    display: block !important;
  }
}

@media screen and (max-width: 750px) {
  .sp-none {
    display: none !important;
  }
}

/*////////////////////////////////////////////////////
ãã©ã³ã
////////////////////////////////////////////////////*/
html, body, h1, h2, h3, h4, h5, h6, p, a, ul, li, ol, input, textarea, label, select, button {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0;
  margin: 0;
}

img.object_fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

html,
body {
  width: 100%;
  line-height: 2.125;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  position: relative;
  -webkit-print-color-adjust: exact;
  overflow-x: hidden;
  -ms-overflow-style: none;
  /* IE, Edge å¯¾å¿ */
  scrollbar-width: none;
  /* Firefox å¯¾å¿ */
}

@media (max-width: 750px) {
  html,
  body {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.92857;
  }
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  /* Chrome, Safari å¯¾å¿ */
  display: none;
}

.grecaptcha-badge {
  opacity: 0;
}

#admin-bar-iframe {
  display: none;
}

.section-heading {
  font-size: 32px;
  font-size: 2rem;
  position: relative;
  color: #172E87;
  line-height: 1.46667;
  text-align: center;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 70px;
}

@media (max-width: 750px) {
  .section-heading {
    font-size: 22px;
    font-size: 5.86667vw;
    line-height: 1.59091;
    margin-bottom: 10.93333vw;
  }
}

.section-heading span {
  position: relative;
  left: 0.1em;
  display: inline-block;
}

.section-heading span:before, .section-heading span:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 80px;
  height: 20px;
  background: url(../../uploads/heads_lp/icn_blue-h.svg) no-repeat center/cover;
}

@media (max-width: 750px) {
  .section-heading span:before, .section-heading span:after {
    width: 50vw;
    height: 2.66667vw;
    background-repeat: repeat-x;
    background-size: auto 100%;
  }
}

.section-heading span:before {
  left: calc(100% + 30px - 0.15em);
}

@media (max-width: 750px) {
  .section-heading span:before {
    left: calc(100% + 5.33333vw);
  }
}

.section-heading span:after {
  right: calc(100% + 30px);
}

@media (max-width: 750px) {
  .section-heading span:after {
    right: calc(100% + 5.33333vw);
  }
}

.mod-ttl {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #172E87;
  position: relative;
}

@media (max-width: 750px) {
  .mod-ttl {
    font-size: 17px;
    font-size: 4.53333vw;
    width: 84vw;
    margin: 0 auto;
  }
}

.mod-ttl:before {
  content: "";
  width: 234px;
  height: 2px;
  background: #172E87;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

@media (max-width: 750px) {
  .mod-ttl:before {
    width: 26.26667vw;
    height: 0.53333vw;
  }
}

.mod-ttl:after {
  content: "";
  width: 234px;
  height: 2px;
  background: #172E87;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

@media (max-width: 750px) {
  .mod-ttl:after {
    width: 26.26667vw;
    height: 0.53333vw;
  }
}

.btn__cv {
  font-size: 26px;
  font-size: 1.625rem;
  display: block;
  width: 314px;
  padding: 23px 0 24px;
  margin-left: auto;
  margin-right: auto;
  background: #B99942;
  color: white;
  text-align: center;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

@media (max-width: 750px) {
  .btn__cv {
    font-size: 20px;
    font-size: 5.33333vw;
    width: 64vw;
    padding: 5.13333vw 0;
  }
}

.return_top {
  z-index: 10;
}

@media (max-width: 750px) {
  _::-webkit-full-page-media, _:future, :root .fulltime-cfo .lp-kv__low-item:first-of-type:before {
    right: 27.73333vw;
  }
}

@media (max-width: 750px) {
  _::-webkit-full-page-media, _:future, :root .fulltime-cfo .lp-kv__low-item:nth-of-type(2):before {
    right: 3.46667vw;
  }
}

@media (max-width: 750px) {
  _::-webkit-full-page-media, _:future, :root .fulltime-cfo .lp-kv__low-item:last-of-type:before {
    right: 9.33333vw;
  }
}

.fulltime-cfo header.lp-header {
  background: #172E87;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fulltime-cfo .lp-header__inner {
  padding-top: 18px;
  padding-bottom: 18px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-header__inner {
    width: 93.06667vw;
    margin: 0 auto;
    min-height: 60px;
    padding-top: 3.46667vw !important;
    padding-bottom: 3.46667vw !important;
    padding-left: 1.86667vw;
    padding-right: 0;
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-header__logo {
    width: 32.4vw;
  }
}

.fulltime-cfo .lp-header__logo a {
  display: block;
}

.fulltime-cfo .lp-header__logo a img {
  width: 100%;
}

.fulltime-cfo .lp-header__logo-so {
  line-height: 1;
}

.fulltime-cfo .lp-header__btn {
  width: auto !important;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-header__btn {
    width: auto !important;
  }
}

.fulltime-cfo .lp-header__btn a {
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: "Noto Serif JP", serif;
  display: block;
  width: 193px;
  padding: 14px 0;
  background: #B99942;
  text-align: center;
  line-height: 1;
  color: white;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-header__btn a {
    font-size: 13px;
    font-size: 3.46667vw;
    width: 37.6vw;
    padding: 2.6vw 0;
  }
}

.fulltime-cfo .lp-header__btn.cfo a {
  width: 278px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-header__btn.cfo a {
    font-size: 12px;
    font-size: 3.2vw;
    width: 51.2vw;
  }
}

.fulltime-cfo .l-footer {
  line-height: 1;
}

.fulltime-cfo .l-footer ul, .fulltime-cfo .l-footer li, .fulltime-cfo .l-footer a {
  font-family: 'æ¸¸ã´ã·ãã¯ä½','æ¸¸ã´ã·ãã¯','YuGothic','ãã©ã®ãè§ã´ ProN W3','Hiragino Kaku Gothic ProN','ã¡ã¤ãªãª',sans-serif;
}

.fulltime-cfo #__lpform_your-name {
  display: none;
}

.fulltime-cfo .l-content {
  display: block;
}

@media (max-width: 750px) {
  .fulltime-cfo .section-heading {
    margin-bottom: 13.86667vw;
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .section-heading span::before {
    left: calc(100% + 8.53333vw);
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .section-heading span::after {
    right: calc(100% + 9.6vw);
  }
}

.fulltime-cfo .btn__cv {
  width: 443px;
}

@media (max-width: 750px) {
  .fulltime-cfo .btn__cv {
    font-size: 18.5px;
    font-size: 4.93333vw;
    width: 84.93333vw;
    padding: 5.13333vw 0 5.06667vw;
  }
}

.fulltime-cfo .lp-kv {
  position: relative;
  color: white;
  overflow: visible;
}

@media screen and (max-width: 1280px) {
  .fulltime-cfo .lp-kv {
    min-height: 55vw;
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-kv {
    min-height: 93.5vw;
    padding-bottom: 19.46667vw;
  }
}

.fulltime-cfo .lp-kv.cfo {
  overflow: visible;
}

.fulltime-cfo .lp-kv:before {
  content: '';
  width: 100%;
  height: 101px;
  background: #020F40;
  position: absolute;
  left: 0;
  bottom: -11px;
  z-index: 1;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-kv:before {
    height: 23.06667vw;
    bottom: 0;
  }
}

.fulltime-cfo .lp-kv:after {
  content: '';
  width: 100%;
  height: 41px;
  background-image: url(../../uploads/heads_lp02/icn_triangle-navyblue.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -51px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-kv:after {
    width: 100vw;
    height: 5.46667vw;
    background-image: url(../../uploads/heads_lp02/icn_triangle-navyblue-sp.svg);
    background-size: cover;
    bottom: -5.33333vw;
  }
}

.fulltime-cfo .lp-kv:after img {
  width: 100%;
  height: 100%;
}

.fulltime-cfo .lp-kv__img {
  width: 100%;
  min-height: 500px;
  position: relative;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-kv__img {
    min-height: 148.8vw;
  }
}

.fulltime-cfo .lp-kv__img img.scaled-image {
  width: 100%;
  border: none;
  margin: 0;
}

.fulltime-cfo .lp-kv__img img {
  width: 100%;
  position: absolute;
  right: 0;
}

.fulltime-cfo .lp-kv__img img.pctab {
  display: block;
}

@media screen and (max-width: 810px) {
  .fulltime-cfo .lp-kv__img img.pctab {
    display: none;
  }
}

@media (max-width: 1024px) {
  .fulltime-cfo .lp-kv__img img {
    min-width: 140%;
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-kv__img img {
    min-width: auto;
  }
}

.fulltime-cfo .lp-kv__img img.padsp {
  display: none;
}

@media screen and (max-width: 810px) {
  .fulltime-cfo .lp-kv__img img.padsp {
    display: block;
  }
}

.fulltime-cfo .lp-kv__container {
  max-width: 1280px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-kv__container {
    max-width: none;
  }
}

.fulltime-cfo .lp-kv__high {
  line-height: 1;
  position: absolute;
  width: 486px;
  top: 27%;
  right: -130px;
}

@media (max-width: 750px) and (max-width: 750px) {
  .fulltime-cfo .lp-kv__high {
    top: 18.5%;
    width: 60.13333vw;
    right: -13.73333vw;
  }
}

.fulltime-cfo .lp-kv__high-high {
  font-size: 54px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.11em;
  color: #B99942;
  position: relative;
  z-index: 1;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-kv__high-high {
    font-size: 49px;
    font-size: 13.06667vw;
    line-height: 1.03;
  }
}

.fulltime-cfo .lp-kv__high-high span {
  font-size: 36px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-kv__high-high span {
    font-size: 40px;
    font-size: 10.66667vw;
  }
}

.fulltime-cfo .lp-kv__high-high::before {
  content: '';
  width: 200vw;
  height: 61px;
  background: #fff;
  position: absolute;
  top: -2px;
  right: 99px;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  z-index: -1;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-kv__high-high::before {
    height: 26.93333vw;
    top: 1.06667vw;
    right: 5.06667vw;
    -webkit-transform: skewX(19deg);
            transform: skewX(19deg);
  }
}

.fulltime-cfo .lp-kv__high-low {
  font-size: 47px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: #172E87;
  margin-top: 17px;
  margin-left: 43px;
  position: relative;
  z-index: 1;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-kv__high-low {
    font-size: 23.5px;
    font-size: 6.26667vw;
    margin-top: 3.73333vw;
    margin-left: 0.66667vw;
  }
}

.fulltime-cfo .lp-kv__high-low span {
  letter-spacing: 0;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-kv__high-low span {
    letter-spacing: 0.01em;
  }
}

.fulltime-cfo .lp-kv__high-low::before {
  content: '';
  width: 200vw;
  height: 58px;
  background: #fff;
  position: absolute;
  top: -4px;
  right: -4px;
  -webkit-transform: skewX(19deg);
          transform: skewX(19deg);
  z-index: -1;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-kv__high-low::before {
    height: 7.86667vw;
    top: -0.8vw;
    right: -1.33333vw;
  }
}

.fulltime-cfo .lp-kv__low {
  width: 760px;
  position: absolute;
  bottom: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-kv__low {
    width: 100vw;
    bottom: 3.73333vw;
  }
}

.fulltime-cfo .lp-kv__low-service {
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  background: #020F40;
  padding: 15px 0 18px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-kv__low-service {
    font-size: 22px;
    font-size: 5.86667vw;
    letter-spacing: 0;
    text-align: left;
    padding: 0 0 0 3.73333vw;
    background: none;
    position: relative;
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-kv__low-service::before {
    content: '';
    width: 200vw;
    height: 10.4vw;
    background: #020F40;
    position: absolute;
    top: -2.26667vw;
    right: 7.06667vw;
    -webkit-transform: skewX(19deg);
            transform: skewX(19deg);
    z-index: -1;
  }
}

.fulltime-cfo .lp-kv__low-list {
  width: 100%;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  margin-top: 9px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-kv__low-list {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 3.73333vw;
    margin-top: 8.53333vw;
  }
}

.fulltime-cfo .lp-kv__low-item {
  font-size: 18px;
  font-weight: 600;
  line-height: calc( 35/18);
  text-align: center;
  width: 260px;
  padding-top: 6px;
  position: relative;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-kv__low-item {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1;
    text-align: left;
    width: auto;
    padding: 0;
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-kv__low-item::before {
    content: '';
    width: 200vw;
    height: 10.4vw;
    background: #B99942;
    position: absolute;
    top: -2.66667vw;
    right: 7.06667vw;
    -webkit-transform: skewX(18deg);
            transform: skewX(18deg);
    z-index: -1;
  }
}

.fulltime-cfo .lp-kv__low-item:first-of-type {
  background: url(../../uploads/heads_lp02/icn_trape-up.svg);
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-kv__low-item:first-of-type {
    background: none;
  }
  .fulltime-cfo .lp-kv__low-item:first-of-type _:lang(x) + _:-webkit-full-screen-document, .fulltime-cfo .lp-kv__low-item:first-of-type .lp-kv__low-item:first-of-type:before {
    right: 29.06667vw;
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-kv__low-item:first-of-type:before {
    right: 29.73333vw;
  }
}

.fulltime-cfo .lp-kv__low-item:nth-of-type(2) {
  background: url(../../uploads/heads_lp02/icn_trape-down.svg);
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-kv__low-item:nth-of-type(2) {
    background: none;
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-kv__low-item:nth-of-type(2):before {
    right: 5.46667vw;
  }
}

.fulltime-cfo .lp-kv__low-item:last-of-type {
  background: url(../../uploads/heads_lp02/icn_trape-up.svg);
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-kv__low-item:last-of-type {
    background: none;
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-kv__low-item:last-of-type:before {
    right: 11.33333vw;
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-kv__low-item:not(:first-of-type) {
    margin-top: 8.53333vw;
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-kv__low-item br {
    display: none;
  }
}

.fulltime-cfo .lp-kv__low-intro {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  text-align: center;
  margin-top: 16px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-kv__low-intro {
    font-size: 20px;
    font-size: 5.33333vw;
    line-height: calc(64/40);
    margin-top: 11.73333vw;
  }
}

.fulltime-cfo .lp-feature {
  width: 788px;
  padding-top: 149px;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-feature {
    width: auto;
    padding-top: 18.53333vw;
  }
}

.fulltime-cfo .lp-feature__subttl {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 3px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-feature__subttl {
    font-size: 17px;
    font-size: 4.53333vw;
    margin-top: 0;
  }
}

.fulltime-cfo .lp-feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-feature__list {
    width: 65.33333vw;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fulltime-cfo .lp-feature__item {
  width: 236px;
  height: auto;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-feature__item {
    width: 100%;
  }
}

.fulltime-cfo .lp-feature__item:not(:last-of-type) {
  margin-right: 40px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-feature__item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 13.6vw;
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-feature__item:first-of-type img {
    width: 58.13333vw;
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-feature__item:nth-of-type(2) img {
    width: 53.2vw;
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-feature__item:last-of-type img {
    width: 54.8vw;
  }
}

.fulltime-cfo .lp-feature__img {
  width: 100%;
  height: 236px;
  padding-top: 33px;
  margin-top: 24px;
  background: #F5F5F5;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-feature__img {
    width: 100%;
    height: 65.33333vw;
    padding-top: 9.13333vw;
    margin-top: 5.06667vw;
  }
}

.fulltime-cfo .lp-feature__img img {
  text-align: center;
}

.fulltime-cfo .lp-feature__txt {
  font-size: 23px;
  font-weight: 400;
  line-height: calc( 40 / 23);
  margin-top: 17px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-feature__txt {
    font-size: 19px;
    font-size: 5.06667vw;
    line-height: calc(72 / 38);
    margin-top: 2.66667vw;
  }
}

.fulltime-cfo .lp-feature__txt span.orange {
  font-size: 25px;
  font-weight: bold;
  color: #B99942;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-feature__txt span.orange {
    font-size: 21px;
    font-size: 5.6vw;
  }
}

.fulltime-cfo .lp-feature__txt span.blue {
  color: #172E87;
}

.fulltime-cfo .lp-feature__proposal {
  font-size: 26px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: calc( 50 / 26);
  text-align: center;
  margin-top: 61px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-feature__proposal {
    font-size: 19px;
    font-size: 5.06667vw;
    line-height: calc(72/38);
    margin-top: 15.46667vw;
  }
}

.fulltime-cfo .lp-feature .btn__cv {
  margin-top: 174px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-feature .btn__cv {
    margin-top: 21.6vw;
  }
}

.fulltime-cfo .lp-slider {
  padding: 179px 0;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-slider {
    padding: 22.26667vw 0 11.33333vw;
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-slider .section-heading span:before {
    left: calc(100% + 3.93333vw);
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-slider .section-heading span:after {
    right: calc(100% + 5.3vw);
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-slider__ttl {
    margin-bottom: 12.93333vw;
  }
}

.fulltime-cfo .lp-slider__list {
  width: 1180px;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-slider__list {
    width: 100%;
  }
}

.fulltime-cfo .lp-slider__list .slick-slide {
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  opacity: .5;
}

.fulltime-cfo .lp-slider__list .slick-center {
  opacity: 1;
}

.fulltime-cfo .lp-slider__list .slick-arrow {
  width: 30px;
  height: 53px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-slider__list .slick-arrow {
    width: 6.13333vw;
    height: 11.2vw;
  }
}

.fulltime-cfo .lp-slider__list .slick-arrow::before {
  width: 100%;
  height: 100%;
}

.fulltime-cfo .lp-slider__list .slick-prev {
  left: -23px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-slider__list .slick-prev {
    left: 3.2vw;
  }
}

.fulltime-cfo .lp-slider__list .slick-prev:before {
  background-image: url(../../uploads/heads_lp02/icn_arrow-left-gray.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.fulltime-cfo .lp-slider__list .slick-next {
  right: -23px;
}

.fulltime-cfo .lp-slider__list .slick-next:before {
  background-image: url(../../uploads/heads_lp02/icn_arrow-right-gray.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-slider__list .slick-next {
    right: 3.2vw;
  }
}

.fulltime-cfo .lp-slider__list .slick-prev:hover:before, .fulltime-cfo .lp-slider__list .slick-next:hover:before {
  opacity: 1 !important;
}

.fulltime-cfo .lp-slider__list .slick-dots {
  text-align: center;
  margin: 0 auto;
  bottom: -46px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-slider__list .slick-dots {
    bottom: -8.93333vw;
  }
}

.fulltime-cfo .lp-slider__list .slick-dots li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-slider__list .slick-dots li {
    width: 2.66667vw;
    height: 2.66667vw;
    margin: 0 1.06667vw;
  }
}

.fulltime-cfo .lp-slider__list .slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: solid 1px #172E87;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-slider__list .slick-dots li button {
    width: 2.66667vw;
    height: 2.66667vw;
    border: solid 0.26667vw #172E87;
    padding: 0.53333vw;
  }
}

.fulltime-cfo .lp-slider__list .slick-dots li button:hover {
  opacity: 1;
}

.fulltime-cfo .lp-slider__list .slick-dots li button::before {
  width: 0;
  height: 0;
}

.fulltime-cfo .lp-slider__list .slick-dots li.slick-active button:before {
  width: 14px;
  height: 14px;
  background: #172E87;
  border-radius: 50%;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-slider__list .slick-dots li.slick-active button:before {
    width: 2.66667vw;
    height: 2.66667vw;
  }
}

.fulltime-cfo .lp-slider__item {
  margin-right: 20px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-slider__item {
    margin-right: 4vw;
  }
}

.fulltime-cfo .lp-slider__inner {
  width: 380px;
  height: 598px;
  background: #F5F5F5;
  padding-top: 35px;
  position: relative;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-slider__inner {
    width: 76.8vw;
    height: 124.53333vw;
    padding-top: 7.73333vw;
  }
}

.fulltime-cfo .lp-slider__inner:before {
  content: '';
  width: 100%;
  height: 6px;
  background-color: #172E87;
  position: absolute;
  top: -1px;
  left: 0;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-slider__inner:before {
    height: 0.8vw;
    top: 0;
  }
}

.fulltime-cfo .lp-slider__subttl {
  font-size: 22px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  color: #172E87;
  text-align: center;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-slider__subttl {
    font-size: 17px;
    font-size: 4.53333vw;
  }
}

.fulltime-cfo .lp-slider__hashtag {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-top: 23px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-slider__hashtag {
    font-size: 15px;
    font-size: 4vw;
    margin-top: 5.46667vw;
  }
}

.fulltime-cfo .lp-slider__img {
  width: 320px;
  height: 213px;
  margin: 19px auto 0;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-slider__img {
    width: 66.13333vw;
    height: 44vw;
    margin-top: 4.26667vw;
  }
}

.fulltime-cfo .lp-slider__img img {
  width: 100%;
  height: 100%;
}

.fulltime-cfo .lp-slider__img img.scaled-image {
  border: none;
  margin: 0;
}

.fulltime-cfo .lp-slider__txt {
  font-size: 16px;
  line-height: 2.3125;
  width: 320px;
  margin: 14px auto 0;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-slider__txt {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: calc(58/28);
    width: 66.13333vw;
    margin-top: 2.8vw;
  }
}

.fulltime-cfo .lp-slider__salary {
  font-size: 24px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  text-align: center;
  color: #172E87;
  background: rgba(23, 46, 135, 0.1);
  width: 100%;
  padding: 25px 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-slider__salary {
    font-size: 20px;
    font-size: 5.33333vw;
    padding: 5.06667vw 0;
  }
}

.fulltime-cfo .lp-merit {
  padding-top: 44px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-merit {
    padding-top: 18.93333vw;
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-merit .section-heading span:before {
    left: calc(100% + 4.13333vw);
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-merit .section-heading span:after {
    right: calc(100% + 5.33333vw);
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-merit__ttl {
    margin-bottom: 12.93333vw;
  }
}

.fulltime-cfo .lp-merit__list {
  max-width: 814px;
  width: 100%;
  margin: 0 auto 180px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-merit__list {
    max-width: none;
    margin-bottom: 29.46667vw;
  }
}

.fulltime-cfo .lp-merit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-merit__item {
    width: 93.33333vw;
  }
}

.fulltime-cfo .lp-merit__item:not(:last-of-type) {
  margin-bottom: 90px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-merit__item:not(:last-of-type) {
    margin-bottom: 20.13333vw;
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-merit__item:first-of-type {
    margin-left: auto;
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-merit__item:first-of-type .lp-merit__info {
    margin-left: auto;
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-merit__item:first-of-type .lp-merit__info::before {
    height: 62.26667vw;
  }
}

.fulltime-cfo .lp-merit__item:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-merit__item:nth-of-type(2) .lp-merit__info {
    margin-right: auto;
  }
}

.fulltime-cfo .lp-merit__item:nth-of-type(2) .lp-merit__info:before {
  right: -209px;
  left: auto;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-merit__item:nth-of-type(2) .lp-merit__info:before {
    height: 72.4vw;
    right: 0;
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-merit__item:last-of-type {
    margin-left: auto;
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-merit__item:last-of-type .lp-merit__info {
    margin-left: auto;
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-merit__item:last-of-type .lp-merit__info::before {
    height: 77.73333vw;
  }
}

.fulltime-cfo .lp-merit__thumb {
  width: 367px;
  height: 244px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-merit__thumb {
    width: 73.33333vw;
    height: 48.8vw;
  }
}

.fulltime-cfo .lp-merit__thumb img {
  width: 100%;
  height: 100%;
}

.fulltime-cfo .lp-merit__info {
  width: 422px;
  height: 324px;
  color: #fff;
  position: relative;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-merit__info {
    width: 85.86667vw;
    height: auto;
  }
}

.fulltime-cfo .lp-merit__info:before {
  content: "";
  position: absolute;
  top: 0;
  left: -209px;
  right: auto;
  width: 100vw;
  height: 100%;
  background: #172E87;
  z-index: -1;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-merit__info:before {
    top: -13.33333vw;
    left: 0;
    height: auto;
  }
}

.fulltime-cfo .lp-merit__infoInner {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-merit__infoInner {
    width: 72.66667vw;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    margin: 6.53333vw auto 0;
  }
}

.fulltime-cfo .lp-merit__infoTtl {
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.75;
  font-weight: 600;
  margin-bottom: 9px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-merit__infoTtl {
    font-size: 18px;
    font-size: 4.8vw;
    text-align: center;
    line-height: calc(76/36);
    margin-bottom: 2.26667vw;
  }
}

.fulltime-cfo .lp-merit__infoTxt {
  font-size: 16px;
  line-height: calc( 37 / 16);
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-merit__infoTxt {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: calc(58/28);
    width: 70.8vw;
    margin: 0 auto;
  }
}

.fulltime-cfo .lp-result__ttl {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.92308;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 600;
  margin-bottom: 25px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-result__ttl {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 2.11111;
    margin-bottom: 4.8vw;
  }
}

.fulltime-cfo .lp-result__img {
  max-width: 742px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-result__img {
    max-width: 86.66667vw;
  }
}

.fulltime-cfo .lp-result__cv {
  padding: 46px 0 50px;
  background: #172E87;
  margin-top: 130px;
  text-align: center;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-result__cv {
    padding: 8.53333vw 0 8vw;
    margin-top: 22.66667vw;
  }
}

.fulltime-cfo .lp-result__cvTtl {
  font-size: 26px;
  font-size: 1.625rem;
  display: inline-block;
  position: relative;
  line-height: 1.92308;
  font-family: "Noto Serif JP", serif;
  color: white;
  text-align: center;
  font-weight: 600;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-result__cvTtl {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.38889;
  }
}

.fulltime-cfo .lp-result__cvTtl:before, .fulltime-cfo .lp-result__cvTtl:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 220px;
  height: 1px;
  background: white;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-result__cvTtl:before, .fulltime-cfo .lp-result__cvTtl:after {
    width: 14.93333vw;
  }
}

.fulltime-cfo .lp-result__cvTtl:before {
  right: calc(100% + 30px);
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-result__cvTtl:before {
    right: calc(100% + 4vw);
  }
}

.fulltime-cfo .lp-result__cvTtl:after {
  left: calc(100% + 30px);
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-result__cvTtl:after {
    left: calc(100% + 4vw);
  }
}

.fulltime-cfo .lp-result__cv .btn__cv {
  margin-top: 41px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-result__cv .btn__cv {
    margin-top: 6.53333vw;
  }
}

.fulltime-cfo .lp-ex {
  padding-top: 180px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex {
    padding-top: 22.26667vw;
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex .section-heading {
    margin-bottom: 14.66667vw;
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex .section-heading span:before {
    left: calc(100% + 4.13333vw);
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex .section-heading span:after {
    right: calc(100% + 5.33333vw);
  }
}

.fulltime-cfo .lp-ex__list {
  max-width: 726px;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__list {
    max-width: none;
  }
}

.fulltime-cfo .lp-ex__item:not(:first-of-type) {
  margin-top: 120px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__item:not(:first-of-type) {
    margin-top: 16.26667vw;
  }
}

.fulltime-cfo .lp-ex__item:not(:first-of-type) .lp-ex__group-list:nth-of-type(2) {
  margin-top: 77px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__item:not(:first-of-type) .lp-ex__group-list:nth-of-type(2) {
    margin-top: 18.66667vw;
  }
}

.fulltime-cfo .lp-ex__item:not(:first-of-type) .lp-ex__group-list:nth-of-type(3) {
  margin-top: 102px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__item:not(:first-of-type) .lp-ex__group-list:nth-of-type(3) {
    margin-top: 26.66667vw;
  }
}

.fulltime-cfo .lp-ex__number {
  font-size: 50px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
  color: #B99942;
  padding-top: 1px;
  position: relative;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__number {
    font-size: 30px;
    font-size: 8vw;
    padding-top: 0;
    padding-left: 6.66667vw;
  }
}

.fulltime-cfo .lp-ex__number:before {
  content: '';
  width: 507px;
  height: 2px;
  background: #172E87;
  position: absolute;
  right: 0;
  bottom: 17px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__number:before {
    width: 56vw;
    height: 0.26667vw;
    bottom: 3.73333vw;
  }
}

.fulltime-cfo .lp-ex__number:after {
  content: '';
  width: 507px;
  height: 2px;
  background: #172E87;
  position: absolute;
  right: 0;
  bottom: 11px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__number:after {
    width: 56vw;
    height: 0.26667vw;
    bottom: 2.93333vw;
  }
}

.fulltime-cfo .lp-ex__explain {
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.fulltime-cfo .lp-ex__explain.high {
  font-size: 24px;
  line-height: calc( 40 / 24);
  margin-top: 55px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__explain.high {
    font-size: 17px;
    font-size: 4.53333vw;
    line-height: calc(82/34);
    margin-top: 7.46667vw;
  }
}

.fulltime-cfo .lp-ex__explain.low {
  font-size: 22px;
  line-height: 1;
  margin-top: 32px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__explain.low {
    font-size: 16px;
    font-size: 4.26667vw;
    margin-top: 4vw;
  }
}

.fulltime-cfo .lp-ex__group {
  background: rgba(23, 46, 135, 0.05);
  margin-top: 34px;
  padding: 40px 0 60px;
  position: relative;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__group {
    background: rgba(23, 46, 135, 0.1);
    margin-top: 8.93333vw;
    padding: 6vw 0 12.13333vw;
  }
}

.fulltime-cfo .lp-ex__group:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #172E87;
  position: absolute;
  left: 0;
  bottom: -3px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__group:before {
    height: 0.26667vw;
    bottom: -0.4vw;
  }
}

.fulltime-cfo .lp-ex__group:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #172E87;
  position: absolute;
  left: 0;
  bottom: -9px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__group:after {
    height: 0.26667vw;
    bottom: -1.2vw;
  }
}

.fulltime-cfo .lp-ex__group-high {
  width: 574px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__group-high {
    width: 66.13333vw;
    height: 101.86667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fulltime-cfo .lp-ex__group-high:before {
  content: '';
  width: 20px;
  height: 40px;
  background-image: url(../../uploads/heads_lp02/icn_triangle-blue.svg);
  background-repeat: no-repeat;
  background-size: 20px 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__group-high:before {
    width: 5.06667vw;
    height: 10.13333vw;
    -webkit-transform: rotate(90deg) translate(-155%, 25%);
            transform: rotate(90deg) translate(-155%, 25%);
    background-size: 5.06667vw 10.13333vw;
  }
}

.fulltime-cfo .lp-ex__group-item {
  width: 262px;
  height: 204px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #fff;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__group-item {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__group-item.left {
    height: 40.26667vw;
  }
}

.fulltime-cfo .lp-ex__group-item.left .lp-ex__group-item-low {
  background: #909090;
  padding-top: 27px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__group-item.left .lp-ex__group-item-low {
    height: 14.53333vw;
    padding-top: 4.13333vw;
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__group-item.right {
    height: 45.86667vw;
  }
}

.fulltime-cfo .lp-ex__group-item.right .lp-ex__group-item-low {
  background: #B99942;
  padding: 14px 42px 0;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__group-item.right .lp-ex__group-item-low {
    line-height: 1.6;
    height: 20.13333vw;
    padding: 3.06667vw 0 0;
  }
}

.fulltime-cfo .lp-ex__group-item-high {
  line-height: 1;
  height: 117px;
  background: #172E87;
  padding-top: 24px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__group-item-high {
    height: 25.73333vw;
    padding-top: 4.93333vw;
  }
}

.fulltime-cfo .lp-ex__group-item-high-position {
  font-size: 18px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__group-item-high-position {
    font-size: 15px;
    font-size: 4vw;
  }
}

.fulltime-cfo .lp-ex__group-item-high-company {
  font-size: 22px;
  margin-top: 29px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__group-item-high-company {
    font-size: 17px;
    font-size: 4.53333vw;
    margin-top: 7.33333vw;
  }
}

.fulltime-cfo .lp-ex__group-item-low {
  font-size: 22px;
  height: 87px;
  line-height: 1.4;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__group-item-low {
    font-size: 17px;
    font-size: 4.53333vw;
    height: auto;
  }
}

.fulltime-cfo .lp-ex__group-item-low span {
  font-size: 18px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__group-item-low span {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.fulltime-cfo .lp-ex__group-lists {
  width: 626px;
  margin: 62px auto 0;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__group-lists {
    width: 86.8vw;
    margin-top: 12.26667vw;
  }
}

.fulltime-cfo .lp-ex__group-list:last-of-type .mod-ttl:before {
  width: 171px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__group-list:last-of-type .mod-ttl:before {
    width: 14.4vw;
  }
}

.fulltime-cfo .lp-ex__group-list:last-of-type .mod-ttl:after {
  width: 171px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__group-list:last-of-type .mod-ttl:after {
    width: 14.4vw;
  }
}

.fulltime-cfo .lp-ex__group-list:not(:first-of-type) {
  margin-top: 65px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__group-list:not(:first-of-type) {
    margin-top: 11.06667vw;
  }
}

.fulltime-cfo .lp-ex__group-list:not(:first-of-type) .lp-ex__group-txt {
  margin-top: 16px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__group-list:not(:first-of-type) .lp-ex__group-txt {
    margin-top: 4.26667vw;
  }
}

.fulltime-cfo .lp-ex__group-wanna {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  color: #B99942;
  margin-top: 16px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__group-wanna {
    font-size: 15px;
    font-size: 4vw;
    margin-top: 4.8vw;
  }
}

.fulltime-cfo .lp-ex__group-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 14px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__group-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5.6vw;
  }
}

.fulltime-cfo .lp-ex__group-left {
  width: 167px;
  height: 167px;
  margin-top: 9px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__group-left {
    width: 40vw;
    height: 40vw;
    margin: 0 auto 0;
  }
}

.fulltime-cfo .lp-ex__group-left img {
  width: 100%;
  height: 100%;
}

.fulltime-cfo .lp-ex__group-right {
  width: 439px;
  margin-top: 2px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__group-right {
    width: 100%;
    margin-top: 4.13333vw;
  }
}

.fulltime-cfo .lp-ex__group-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: calc( 37 / 16);
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-ex__group-txt {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: calc(58/28);
  }
}

.fulltime-cfo .lp-step {
  padding: 190px 0 141px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-step {
    padding: 23.33333vw 0 21.33333vw;
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-step .section-heading span:before {
    left: calc(100% + 3.93333vw);
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-step .section-heading span:after {
    right: calc(100% + 5.3vw);
  }
}

.fulltime-cfo .lp-step__ttl {
  margin-bottom: 62px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-step__ttl {
    margin-bottom: 11.6vw;
  }
}

.fulltime-cfo .lp-step__container {
  width: 485px;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-step__container {
    width: 86.93333vw;
  }
}

.fulltime-cfo .lp-step__subttl {
  font-size: 20px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.13em;
  text-align: center;
  color: #172E87;
  padding-bottom: 11px;
  border-bottom: solid 2px #172E87;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-step__subttl {
    font-size: 20px;
    font-size: 5.33333vw;
    letter-spacing: 0;
    padding-bottom: 0.93333vw;
    border-bottom: solid 0.53333vw #172E87;
  }
}

.fulltime-cfo .lp-step__subttl span {
  color: #B99942;
}

.fulltime-cfo .lp-step__list {
  margin-top: 55px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-step__list {
    width: 86.66667vw;
    margin-top: 8.26667vw;
  }
}

.fulltime-cfo .lp-step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

.fulltime-cfo .lp-step__item:not(:first-of-type) {
  margin-top: 68px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-step__item:not(:first-of-type) {
    margin-top: 21.46667vw;
  }
}

.fulltime-cfo .lp-step__item:not(:first-of-type):after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -45px;
  content: "";
  width: 30px;
  height: 19px;
  background: url(../../uploads/heads_lp/arw_down-gold.svg) no-repeat center bottom/cover;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-step__item:not(:first-of-type):after {
    width: 7.46667vw;
    height: 4.8vw;
    top: -13.33333vw;
  }
}

.fulltime-cfo .lp-step__left {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #B99942;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-step__left {
    font-size: 18px;
    font-size: 4.8vw;
  }
}

.fulltime-cfo .lp-step__right {
  width: 352px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-step__right {
    width: 65.33333vw;
  }
}

.fulltime-cfo .lp-step__right-high {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  font-weight: 600;
  color: #1D368C;
  position: relative;
  padding-bottom: 7px;
  white-space: nowrap;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-step__right-high {
    font-size: 17px;
    font-size: 4.53333vw;
  }
}

.fulltime-cfo .lp-step__right-high:before {
  background-image: linear-gradient(to right, #172E87, #172E87 2px, transparent 2px, transparent 2px);
  background-size: 4px 2px;
  background-repeat: repeat-x;
  content: '';
  display: inline-block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-step__right-high:before {
    background-image: -webkit-gradient(linear, left top, right top, from(#172E87), color-stop(0.53333vw, #172E87), color-stop(0.53333vw, transparent), color-stop(0.53333vw, transparent));
    background-image: linear-gradient(to right, #172E87, #172E87 0.53333vw, transparent 0.53333vw, transparent 0.53333vw);
    background-size: 1.06667vw 0.53333vw;
    height: 0.53333vw;
  }
}

.fulltime-cfo .lp-step__right-low {
  font-size: 16px;
  line-height: calc( 37/16);
  margin-top: 3px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-step__right-low {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: calc(58/28);
    margin-top: 1.06667vw;
  }
}

.fulltime-cfo .lp-step__right-low span {
  font-weight: 600;
  color: #B99942;
}

.fulltime-cfo .lp-faq {
  padding: 60px 0 130px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-faq {
    padding: 14.26667vw 0 22.66667vw;
  }
}

.fulltime-cfo .lp-faq__ttl {
  margin-bottom: 67px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-faq__ttl {
    margin-bottom: 13.33333vw;
  }
}

.fulltime-cfo .lp-faq__list {
  max-width: 742px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-faq__list {
    max-width: 88vw;
  }
}

.fulltime-cfo .lp-faq__item {
  margin-bottom: 70px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-faq__item {
    margin-bottom: 9.33333vw;
  }
}

.fulltime-cfo .lp-faq__item:last-of-type {
  margin-bottom: 0;
}

.fulltime-cfo .lp-faq__q {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.33333;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: white;
  padding: 22px 0;
  background: #172E87;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-faq__q {
    font-size: 15px;
    font-size: 4vw;
    line-height: 2.33333;
    text-align: left;
    padding: 5.33333vw 8vw;
  }
}

.fulltime-cfo .lp-faq__a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.28571;
  padding: 44px 50px;
  background: #F5F5F5;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-faq__a {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 2.07143;
    padding: 8.53333vw 8vw;
  }
}

.fulltime-cfo .lp-contact {
  padding: 100px 0 123px;
  background: rgba(0, 0, 255, 0.1);
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-contact {
    padding: 13.33333vw 0 18.66667vw;
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-contact .section-heading span:before {
    left: calc(100% + 3.93333vw);
  }
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-contact .section-heading span:after {
    right: calc(100% + 5.3vw);
  }
}

.fulltime-cfo .lp-contact__inner {
  max-width: 652px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-contact__inner {
    max-width: 85.2vw;
  }
}

.fulltime-cfo .lp-contact__ttl {
  margin-bottom: 70px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-contact__ttl {
    margin-bottom: 12.13333vw;
  }
}

.fulltime-cfo .lp-contact__subttl {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-contact__subttl {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: calc(58/28);
  }
}

.fulltime-cfo .lp-contact__intro {
  font-size: 14px;
  line-height: 1;
  text-align: center;
  margin: 32px 0 41px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-contact__intro {
    font-size: 10px;
    font-size: 2.66667vw;
    margin: 10.13333vw 0 8vw;
  }
}

.fulltime-cfo .lp-contact__content {
  max-width: 652px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-contact__content {
    max-width: 85.2vw;
  }
}

.fulltime-cfo .lp-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 30px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-contact__item {
    margin-bottom: 4.93333vw;
  }
}

.fulltime-cfo .lp-contact__item:first-of-type {
  margin-bottom: 13px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-contact__item:first-of-type {
    margin-bottom: 6vw;
  }
}

.fulltime-cfo .lp-contact__item:first-of-type .lp-contact__col:first-of-type {
  font-size: 0;
  margin-bottom: 0;
}

.fulltime-cfo .lp-contact__item:first-of-type .lp-contact__col:last-of-type {
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-contact__item:first-of-type .lp-contact__col:last-of-type {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.fulltime-cfo .lp-contact__item:last-of-type {
  margin-bottom: 0;
}

.fulltime-cfo .lp-contact__item.gender {
  margin-top: -5px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-contact__item.gender {
    margin: -0.66667vw 0 7.2vw;
  }
}

.fulltime-cfo .lp-contact__item.gender .wpcf7-list-item {
  display: inline-block;
  padding: 8px 0 0;
  margin-left: 0;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-contact__item.gender .wpcf7-list-item {
    padding-top: 3.46667vw;
  }
}

.fulltime-cfo .lp-contact__item.gender .wpcf7-list-item.first {
  margin-left: 16px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-contact__item.gender .wpcf7-list-item.first {
    margin-left: 3.46667vw;
  }
}

.fulltime-cfo .lp-contact__item.gender .wpcf7-list-item.last {
  margin-left: 67px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-contact__item.gender .wpcf7-list-item.last {
    margin-left: 21.33333vw;
  }
}

.fulltime-cfo .lp-contact__item.gender .wpcf7-list-item label {
  position: relative;
  cursor: pointer;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-contact__item.gender .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 3.73333vw !important;
  }
}

.fulltime-cfo .lp-contact__item.gender .wpcf7-list-item input {
  width: 25px;
  height: 25px;
  top: 56%;
  right: -37px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  border-radius: 50%;
  cursor: pointer;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-contact__item.gender .wpcf7-list-item input {
    width: 6.66667vw;
    height: 6.66667vw;
    top: 50%;
    right: -10.66667vw;
  }
}

.fulltime-cfo .lp-contact__col:first-of-type {
  font-size: 14px;
  font-size: 0.875rem;
  width: 105px;
  text-align: right;
  font-weight: 400;
  line-height: 50px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-contact__col:first-of-type {
    font-size: 14px;
    font-size: 3.73333vw;
    width: 100%;
    text-align: left;
    line-height: 1;
    margin-bottom: 3.46667vw;
  }
}

.fulltime-cfo .lp-contact__col:last-of-type {
  width: 522px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-contact__col:last-of-type {
    width: 100%;
  }
}

.fulltime-cfo .lp-contact__col.name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.fulltime-cfo .lp-contact__agree {
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-contact__agree {
    margin-top: 11.46667vw;
  }
}

.fulltime-cfo .lp-contact__agree .wpcf7-list-item.first.last {
  line-height: 1;
  padding: 0;
  margin: 0;
}

.fulltime-cfo .lp-contact__agree .wpcf7-list-item.first.last > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: normal;
      align-content: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.fulltime-cfo .lp-contact__agree .wpcf7-list-item-label {
  display: inline-block;
  width: auto;
  font-size: 17px !important;
  line-height: 1;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-contact__agree .wpcf7-list-item-label {
    font-size: 4.26667vw !important;
  }
}

.fulltime-cfo .lp-contact__name {
  width: 241px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-contact__name {
    width: 40vw;
  }
}

.fulltime-cfo .lp-contact .contact-notice {
  font-size: 14px;
  line-height: 1;
  text-align: center;
  margin-top: 32px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-contact .contact-notice {
    font-size: 14px;
    font-size: 3.73333vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    margin-top: 7.33333vw;
  }
}

.fulltime-cfo .lp-contact .contact-notice a {
  color: #172E87;
  text-decoration: underline;
}

.fulltime-cfo .lp-contact__outro {
  font-size: 14px;
  text-align: center;
  line-height: 1;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-contact__outro {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 2.07143;
  }
}

.fulltime-cfo .lp-contact input[type="text"], .fulltime-cfo .lp-contact input[type="tel"], .fulltime-cfo .lp-contact input[type="email"], .fulltime-cfo .lp-contact textarea {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  width: 100%;
  padding: 12px;
  border: #707070 1px solid;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  /* ãã³ãã¼ãã¬ãã£ãã¯ã¹(Google ChromeãSafariç¨) */
  -moz-appearance: none;
  /* ãã³ãã¼ãã¬ãã£ãã¯ã¹(Firefoxç¨) */
  vertical-align: bottom;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-contact input[type="text"], .fulltime-cfo .lp-contact input[type="tel"], .fulltime-cfo .lp-contact input[type="email"], .fulltime-cfo .lp-contact textarea {
    font-size: 14px;
    font-size: 3.73333vw;
    padding: 3.33333vw;
  }
}

.fulltime-cfo .lp-contact input[type="text"] ::-webkit-input-placeholder, .fulltime-cfo .lp-contact input[type="tel"] ::-webkit-input-placeholder, .fulltime-cfo .lp-contact input[type="email"] ::-webkit-input-placeholder, .fulltime-cfo .lp-contact textarea ::-webkit-input-placeholder {
  color: #6F6F6F;
  font-weight: 300;
}

.fulltime-cfo .lp-contact input[type="text"] :-ms-input-placeholder, .fulltime-cfo .lp-contact input[type="tel"] :-ms-input-placeholder, .fulltime-cfo .lp-contact input[type="email"] :-ms-input-placeholder, .fulltime-cfo .lp-contact textarea :-ms-input-placeholder {
  color: #6F6F6F;
  font-weight: 300;
}

.fulltime-cfo .lp-contact input[type="text"] ::-ms-input-placeholder, .fulltime-cfo .lp-contact input[type="tel"] ::-ms-input-placeholder, .fulltime-cfo .lp-contact input[type="email"] ::-ms-input-placeholder, .fulltime-cfo .lp-contact textarea ::-ms-input-placeholder {
  color: #6F6F6F;
  font-weight: 300;
}

.fulltime-cfo .lp-contact input[type="text"] ::placeholder, .fulltime-cfo .lp-contact input[type="tel"] ::placeholder, .fulltime-cfo .lp-contact input[type="email"] ::placeholder, .fulltime-cfo .lp-contact textarea ::placeholder {
  color: #6F6F6F;
  font-weight: 300;
}

.fulltime-cfo .lp-contact input[type=radio] {
  opacity: 1;
}

.fulltime-cfo .lp-contact select {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  height: 50px;
  padding: 14px;
  border: #707070 1px solid;
  -webkit-appearance: none;
  /* ãã³ãã¼ãã¬ãã£ãã¯ã¹(Google ChromeãSafariç¨) */
  -moz-appearance: none;
  /* ãã³ãã¼ãã¬ãã£ãã¯ã¹(Firefoxç¨) */
  appearance: none;
  /* æ¨æºã®ã¹ã¿ã¤ã«ãç¡å¹ã«ãã */
  position: relative;
  background-color: #fff;
  background-image: url(../../uploads/heads_lp/arw_select.svg);
  background-repeat: no-repeat;
  background-size: 24px 12px;
  background-position: center right 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-contact select {
    font-size: 14px;
    font-size: 3.73333vw;
    height: 12.26667vw;
    padding: 3.33333vw;
    background-size: 5.73333vw 2.8vw;
    background-position: center right 3.2vw;
  }
}

.fulltime-cfo .lp-contact select.birth {
  width: 160px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-contact select.birth {
    width: 37.33333vw;
  }
}

.fulltime-cfo .lp-contact ::-ms-expand {
  /* selectè¦ç´ ã®ãã¶ã¤ã³ãç¡å¹ã«ããï¼IEç¨ï¼ */
  display: none;
}

.fulltime-cfo .lp-contact input[type="checkbox"] {
  position: relative;
  width: 25px;
  height: 25px;
  margin-right: 18px;
  background: white;
  border: #707070 1px solid;
  -webkit-appearance: none;
  /* ãã³ãã¼ãã¬ãã£ãã¯ã¹(Google ChromeãSafariç¨) */
  -moz-appearance: none;
  /* ãã³ãã¼ãã¬ãã£ãã¯ã¹(Firefoxç¨) */
  appearance: none;
  /* æ¨æºã®ã¹ã¿ã¤ã«ãç¡å¹ã«ãã */
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-contact input[type="checkbox"] {
    width: 6.66667vw;
    height: 6.66667vw;
    margin-right: 5.33333vw;
  }
}

.fulltime-cfo .lp-contact input[type="checkbox"]:before {
  content: "";
  width: 16px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: 4px;
  background: url(../../uploads/heads_lp/icn_checkbox.svg) no-repeat center/100% 100%;
  visibility: hidden;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-contact input[type="checkbox"]:before {
    width: 4.26667vw;
    height: 2.66667vw;
    top: 1.93333vw;
    left: 1.06667vw;
  }
}

.fulltime-cfo .lp-contact input[type="checkbox"]:checked:before {
  visibility: visible;
}

.fulltime-cfo .lp-contact textarea {
  height: 220px;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-contact textarea {
    height: 72vw;
  }
}

.fulltime-cfo .lp-contact label.lp-contact__btn {
  font-size: 15px;
  font-size: 0.9375rem;
  display: block;
  position: relative;
  width: 285px;
  padding: 12px 0 14px;
  margin: 64px auto 43px;
  background: #B99942;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-contact label.lp-contact__btn {
    font-size: 14px;
    font-size: 3.73333vw;
    width: 70.4vw;
    padding: 5.46667vw 0;
    margin: 14.13333vw auto 5.86667vw;
  }
}

.fulltime-cfo .lp-contact label.lp-contact__btn:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 17px;
  z-index: 1;
  content: "";
  width: 8px;
  height: 18px;
  background: url(../../uploads/heads_lp/arw_submit.svg) no-repeat center right/cover;
}

@media (max-width: 750px) {
  .fulltime-cfo .lp-contact label.lp-contact__btn:before {
    width: 2vw;
    height: 4.8vw;
    right: 4.93333vw;
  }
}

.fulltime-cfo .lp-contact label.lp-contact__btn input[type="submit"] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  color: white;
  font-weight: 400;
}

.fulltime-cfo .lp-contact input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
/*# sourceMappingURL=lpcfo.css.map */