@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
/* =============================================
- 追加
================================================ */
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body, table, input, textarea, select, option {
  font-family: "Noto Sans JP", sans-serif;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ol, ul {
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

a {
  color: #fff;
  text-decoration: none;
}
a:link {
  color: #fff;
  text-decoration: none;
}
a:visited, a:hover, a:active {
  color: #fff;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1280px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
}

#container {
  text-align: left;
  overflow: hidden;
  position: relative;
}

#main {
  display: block;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 896px) {
  body {
    min-width: inherit;
    font-size: 1.6rem;
  }
  a:hover {
    opacity: 1 !important;
  }
  a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 35px;
  width: 59.7%;
  max-width: 1085px;
}
#gHeader h1 {
  margin-left: auto;
  width: 683px;
}

@media all and (max-width: 896px) {
  #gHeader {
    position: static;
    margin: 20px 0 1px;
    padding: 0 15px;
    width: auto;
    max-width: inherit;
  }
  #gHeader h1 {
    width: auto;
    text-align: center;
  }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  padding: 10px;
  background-color: #3C3C3C;
}
#gFooter address {
  color: #fff;
  text-align: center;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

@media all and (max-width: 896px) {
  #gFooter {
    padding: 13px 10px 10px;
  }
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* flex */
.flex, .flexA, .flexB, .flexC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexA {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flexB {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexC {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
  margin: 0 auto;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (max-width: 896px) {
  .content {
    padding: 0 15px;
    width: auto;
  }
}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.jost {
  font-family: "Jost", sans-serif;
  font-weight: 500;
}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
  padding: 70px 10px;
  background: url(../../novel/wantedly/img/common/com_bg01.jpg) no-repeat left top/cover;
}
.comBox .innerBox {
  margin: 0 auto;
  padding: 40px 50px 39px;
  width: 900px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.comBox .innerBox .logo {
  width: 429px;
}
.comBox .innerBox .textBox {
  width: calc(100% - 470px);
}
.comBox .innerBox .textBox .textImg {
  margin: 0 auto 12px;
  width: 300px;
}
.comBox .innerBox .ballon {
  position: relative;
  background-color: #F23239;
  border-radius: 20px;
  width: 290px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
  padding: 5px;
}
.comBox .innerBox .ballon::after {
  content: "";
  position: absolute;
  border-right: 25px solid transparent;
  border-top: 35px solid #F23239;
  border-left: 5px solid transparent;
  width: 0;
  height: 0;
  bottom: -20%;
  left: 40%;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.comBox .innerBox .ballon .ballon_text_white {
  font-size: 2rem;
  font-weight: 700;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
}
.comBox .innerBox .ballon .flex_group .ballon_text_red {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.7rem;
  border-radius: 50%;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  color: #F23239;
  background-color: #fff;
}
.comBox .innerBox .ballon .flex_group .large_text {
  font-family: "Jost";
  font-size: 6rem;
}
.comBox .innerBox .ballon .flex_group .large_text span {
  font-size: 4rem;
}

@media screen and (min-width: 980px) {
  .comBox .innerBox .ballon {
    position: relative;
    background-color: #F23239;
    border-radius: 20px;
    width: 420px;
    margin: 0 auto;
    text-align: center;
    margin-right: 40px;
    padding: 5px;
  }
  .comBox .innerBox .ballon::after {
    content: "";
    position: absolute;
    border-right: 45px solid transparent;
    border-top: 35px solid #F23239;
    border-left: 7px solid transparent;
    width: 0;
    height: 0;
    top: 55%;
    left: 93%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .comBox .innerBox .ballon .flex_group {
    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;
    gap: 0 10px;
  }
  .comBox .innerBox .ballon .ballon_text_white {
    font-size: 2.6rem;
    font-weight: 700;
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
  .comBox .innerBox .ballon .flex_group .ballon_text_red {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.7rem;
    border-radius: 50%;
    line-height: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60px;
    height: 60px;
    color: #F23239;
    background-color: #fff;
  }
  .comBox .innerBox .ballon .flex_group .large_text {
    font-family: "Jost";
    font-size: 6rem;
  }
  .comBox .innerBox .ballon .flex_group .large_text span {
    font-size: 4rem;
  }
}
@media all and (max-width: 896px) {
  .comBox {
    padding: 50px 15px;
    background-image: url(../../novel/wantedly/img/common/sp_com_bg01.jpg);
  }
  .comBox .innerBox {
    padding: 34px 27px 24px;
    width: auto;
    display: block;
  }
  .comBox .innerBox .logo {
    margin-bottom: 23px;
    width: auto;
    text-align: center;
  }
  .comBox .innerBox .textBox {
    margin: 0 -20px;
    width: auto;
  }
  .comBox .innerBox .textBox .textImg {
    margin: 0 auto 5px;
    width: 84%;
    text-align: center;
  }
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
  margin: 0 auto;
  width: 320px;
}
.comBtn a {
  padding: 19px 10px;
  display: block;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 700;
  border-radius: 60px;
  background: #FF6743 url(../../novel/wantedly/img/common/icon01.png) no-repeat right 25px center/8px 14px;
}
.comBtn a:hover {
  opacity: 0.7;
}

@media all and (max-width: 896px) {
  .comBtn {
    max-width: 290px;
    width: auto;
  }
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
  margin-bottom: 49px;
  color: #3C3C3C;
  font-size: 4.5rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
}
.headLine01 .en {
  margin-top: 1px;
  display: block;
  color: #21BDDB;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}

@media all and (max-width: 896px) {
  .headLine01 {
    margin-bottom: 21px;
    font-size: 3rem;
  }
  .headLine01 .en {
    margin-top: 4px;
  }
}
@media all and (max-width: 374px) {
  .headLine01 {
    font-size: 2.8rem;
  }
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
  margin-bottom: 11px;
  position: relative;
  padding-left: 18px;
  color: #21BDDB;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.headLine02::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #21BDDB;
}

@media all and (max-width: 896px) {
  .headLine02 {
    margin-bottom: 5px;
  }
  .headLine02::before {
    width: 13px;
    height: 13px;
  }
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
  opacity: 0;
  -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: transform 1.5s, opacity 1.5s;
  transition: transform 1.5s, opacity 1.5s, -webkit-transform 1.5s;
}
.fadeInUp.on {
  opacity: 1;
}

/*------------------------------------------------------------
	top
------------------------------------------------------------*/
#top .mainVisual {
  padding-bottom: 39px;
  background: url("../../novel/wantedly/img/index/main_bg.png") no-repeat top center/cover;
}
#top .mainVisual .topBox {
  margin: 0 auto;
  width: 1100px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#top .mainVisual .topBox .lBox {
  padding-top: 330px;
  width: 700px;
}
#top .mainVisual .topBox .lBox .pho {
  margin: 0 8px 16px -25px;
}
#top .mainVisual .topBox .ico {
  width: 429px;
  margin: 0 auto;
}
#top .mainVisual .topBox .ico img {
  margin-left: -8px;
}
#top .mainVisual .topBox .mailForm {
  margin-top: 88px;
  padding-bottom: 26px;
  width: 310px;
  border-radius: 20px;
  -webkit-box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
#top .mainVisual .topBox .mailForm h2 {
  margin-bottom: 25px;
  padding: 11px 5px;
  font-size: 2rem;
  letter-spacing: 0.04em;
  text-align: center;
  border-radius: 20px 20px 0 0;
  background-color: #0FB5D5;
}
#top .mainVisual .topBox .mailForm dl {
  margin-bottom: 26px;
  padding: 0 30px 26px;
  width: 250px;
  border-bottom: 1px dotted #BABABA;
}
#top .mainVisual .topBox .mailForm dt, #top .mainVisual .topBox .mailForm dd {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
#top .mainVisual .topBox .mailForm dt {
  margin-bottom: 4px;
  color: #3C3C3C;
}
#top .mainVisual .topBox .mailForm dd {
  margin-bottom: 12px;
  position: relative;
  color: #3C3C3C;
  word-break: break-all;
}
#top .mainVisual .topBox .mailForm dd:last-child {
  margin-bottom: 0;
}
#top .mainVisual .topBox .mailForm dt span {
  margin: -3px 3px 0 0;
  padding: 0 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 39px;
  color: #fff;
  vertical-align: middle;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  text-align: center;
  border-radius: 3px;
  background-color: #21BDDB;
}
#top .mainVisual .topBox .mailForm dt input::-webkit-input-placeholder {
  color: #B4B4B4;
  opacity: 1;
}
#top .mainVisual .topBox .mailForm dt input::-moz-placeholder {
  color: #B4B4B4;
  opacity: 1;
}
#top .mainVisual .topBox .mailForm dt input:-ms-input-placeholder {
  color: #B4B4B4;
  opacity: 1;
}
#top .mainVisual .topBox .mailForm dt input::-ms-input-placeholder {
  color: #B4B4B4;
  opacity: 1;
}
#top .mainVisual .topBox .mailForm dt input::placeholder {
  color: #B4B4B4;
  opacity: 1;
}
#top .mainVisual .topBox .mailForm dt .any {
  background-color: #3C3C3C;
}
#top .mainVisual .topBox .mailForm input {
  padding: 10px 15px;
  width: 100%;
  height: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 1.6rem;
  border-radius: 3px;
  letter-spacing: 0.04em;
  border: none;
  background: #F8F8F8;
}
#top .mainVisual .topBox .mailForm input::-webkit-input-placeholder {
  color: #B4B4B4;
  opacity: 1;
}
#top .mainVisual .topBox .mailForm input::-moz-placeholder {
  color: #B4B4B4;
  opacity: 1;
}
#top .mainVisual .topBox .mailForm input:-ms-input-placeholder {
  color: #B4B4B4;
  opacity: 1;
}
#top .mainVisual .topBox .mailForm input::-ms-input-placeholder {
  color: #B4B4B4;
  opacity: 1;
}
#top .mainVisual .topBox .mailForm input::placeholder {
  color: #B4B4B4;
  opacity: 1;
}
#top .mainVisual .topBox .mailForm input::-webkit-input-placeholder, #top .mainVisual .topBox .mailForm input:-moz-placeholder, #top .mainVisual .topBox .mailForm input::-moz-placeholder, #top .mainVisual .topBox .mailForm input:-ms-input-placeholder {
  color: #B4B4B4;
  opacity: 1;
}
#top .mainVisual .topBox .mailForm input.error {
  color: #3C3C3C;
  background-color: #ffebeb;
  -webkit-box-shadow: 0 0 3px rgba(255, 0, 0, 0.4);
          box-shadow: 0 0 3px rgba(255, 0, 0, 0.4);
}
#top .mainVisual .topBox .mailForm span.error {
  position: absolute;
  top: -19px;
  right: 0;
  color: #FF0000;
  font-size: 1rem;
  letter-spacing: 0.04em;
}
#top .mainVisual .topBox .mailForm .submit li {
  margin: 4px auto;
  max-width: 260px;
}
#top .mainVisual .topBox .mailForm .submit li input {
  margin: 0 auto;
  padding: 10px 10px;
  width: 100%;
  height: 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  border-radius: 60px;
  cursor: pointer;
  background: #FF6743 url(../../novel/wantedly/img/common/icon01.png) no-repeat right 15px center/8px;
}
#top #main .sec01 {
  padding: 70px 0 99px;
  background: url(../../novel/wantedly/img/index/bg01.png) no-repeat center center/100% 100%;
}
#top #main .sec01 h2 {
  margin: 0 auto 36px;
  width: 522px;
}
#top #main .sec01 .content {
  width: 1170px;
}
#top #main .sec01 .content .textInner {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}
#top #main .sec02 {
  padding: 30px 0 80px;
  position: relative;
}
#top #main .sec02 .topTextImg {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  z-index: 2;
}
#top #main .sec02::after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  top: 0;
  bottom: 150px;
  background-color: #0FB5D5;
}
@media screen and (min-width: 980px) {
  #top #main .sec02::after {
    bottom: 80px;
  }
}
#top #main .sec02 .content {
  position: relative;
  z-index: 2;
  padding: 0;
}
#top #main .sec02 .headLine01 .en {
  color: #3C3C3C;
}
#top #main .sec02 h2 {
  margin: -54px auto 63px;
  width: 873px;
}
#top #main .sec02 .imgBox {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  margin-bottom: 2px;
  gap: 0 54px;
}
#top #main .sec02 .innerBox {
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(60, 60, 60, 0.2);
          box-shadow: 0px 5px 10px 0px rgba(60, 60, 60, 0.2);
}
#top #main .sec02 .innerBox .photoBox {
  position: relative;
}
#top #main .sec02 .innerBox:nth-of-type(1) {
  padding: 30px 0 350px;
}
#top #main .sec02 .innerBox:nth-of-type(1) .photoBox img:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: auto;
  max-width: 291px;
  -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.2);
}
#top #main .sec02 .innerBox:nth-of-type(1) .photoBox img:nth-child(4) {
  position: absolute;
  top: 140px;
  right: 0;
  width: auto;
  max-width: 291px;
  -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.2);
}
#top #main .sec02 .innerBox:nth-of-type(2) {
  padding: 30px 0 350px;
}
#top #main .sec02 .innerBox:nth-of-type(2) .photoBox img:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  max-width: 291px;
  -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.2);
}
#top #main .sec02 .innerBox:nth-of-type(2) .photoBox img:nth-child(4) {
  position: absolute;
  top: 135px;
  right: 0;
  z-index: 2;
  width: auto;
  max-width: 291px;
  -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.2);
}
#top #main .sec02 .innerBox:nth-of-type(3) {
  padding: 30px 0 100px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 0;
}
#top #main .sec02 .innerBox:nth-of-type(3) .photoBox img {
  -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 980px) {
  #top #main .sec02 .innerBox .photoBox {
    position: relative;
  }
  #top #main .sec02 .innerBox:nth-of-type(1) {
    padding: 50px 0 140px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #top #main .sec02 .innerBox:nth-of-type(1) .photoBox img:nth-child(1) {
    position: absolute;
    top: -200px;
    left: 0;
    z-index: 2;
    width: auto;
    max-width: 430px;
    -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.2);
  }
  #top #main .sec02 .innerBox:nth-of-type(1) .photoBox img:nth-child(2) {
    position: absolute;
    top: 20px;
    right: 0;
    width: auto;
    max-width: 430px;
    -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.2);
  }
  #top #main .sec02 .innerBox:nth-of-type(2) {
    -webkit-box-shadow: 0px 0px 20px 5px rgba(60, 60, 60, 0.2);
            box-shadow: 0px 0px 20px 5px rgba(60, 60, 60, 0.2);
    padding: 70px 0 200px;
  }
  #top #main .sec02 .innerBox:nth-of-type(2) .photoBox img:nth-child(1) {
    position: absolute;
    top: -150px;
    left: 0;
    width: auto;
    max-width: 430px;
    -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.2);
  }
  #top #main .sec02 .innerBox:nth-of-type(2) .photoBox img:nth-child(2) {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 2;
    width: auto;
    max-width: 430px;
    -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.2);
  }
  #top #main .sec02 .innerBox:nth-of-type(3) {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-bottom: 0;
    padding: 30px 0 100px;
  }
  #top #main .sec02 .innerBox:nth-of-type(3) .photoBox img {
    max-width: 510px;
    margin-top: 100px;
    -webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 980px) {
  #top #main .sec02 .imgBox.left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#top #main .sec02 .imgBox .photoBox {
  width: 510px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#top #main .sec02 .imgBox.left .photoBox {
  -webkit-box-ordinal-group: inherit;
      -ms-flex-order: inherit;
          order: inherit;
}
#top #main .sec02 .imgBox.left .photoBox img {
  border-radius: 30px;
}
#top #main .sec02 .imgBox .photoBox img {
  width: 100%;
  border-radius: 20px;
}
#top #main .sec02 .imgBox .textBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 580px);
}
#top #main .sec02 .imgBox .textBox h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top #main .sec02 .imgBox .textBox h4 .num {
  margin-top: 6px;
  width: 130px;
  font-size: 10.5rem;
  line-height: 1.4;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
#top #main .sec02 .imgBox .textBox .txt {
  width: calc(100% - 144px);
  font-size: 3rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1.6;
}
#top #main .sec02 .imgBox .textBox .txt.special {
  width: calc(100% - 130px);
}
#top #main .sec02 .imgBox .textBox p {
  margin-bottom: 15px;
  letter-spacing: 0.04em;
  line-height: 2.06;
  font-weight: 700;
  text-align: justify;
  text-justify: inter-ideograph;
}
#top #main .sec02 .imgBox.left .textBox p {
  margin-bottom: 30px;
}
#top #main .sec02 .imgBox .textBox .bgTxt {
  color: #0FB5D5;
  background-color: #FFEB00;
}
#top #main .sec02 .imgBox .textBox .textImg {
  margin: 0 auto;
  width: 268px;
}
#top #main .serviceSec {
  padding: 99px 0 69px;
  position: relative;
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#fff), to(#e6e6e6));
}
#top #main .serviceSec .content {
  position: relative;
}
#top #main .serviceSec::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../../novel/wantedly/img/index/bg02.png) no-repeat left top/cover;
}
#top #main .serviceSec .headLine01 {
  margin-bottom: 55px;
}
#top #main .serviceSec .icoUl {
  margin: -27px auto 12px;
  max-width: 1100px;
}
#top #main .serviceSec .icoUl li {
  margin: 27px 40px 0 0;
  width: 245px;
}
#top #main .serviceSec .icoUl li .pho {
  margin: 0 auto 20px;
  width: 170px;
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}
#top #main .serviceSec .icoUl li .pho img {
  width: 100%;
}
#top #main .serviceSec .icoUl li:nth-child(4n) {
  margin-right: 0;
}
#top #main .serviceSec .icoUl li h3 {
  margin-bottom: 10px;
  color: #21BDDB;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-align: center;
  line-height: 1.36;
}
#top #main .serviceSec .icoUl li h3 .sm {
  font-size: 2rem;
}
#top #main .serviceSec .icoUl li p {
  color: #3C3C3C;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  line-height: 1.78;
}
#top #main .serviceSec .imgList li {
  margin: 0 0 -7px auto;
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top #main .serviceSec .imgList li:nth-child(2n) {
  margin: 0 auto -18px 0;
}
#top #main .serviceSec .imgList li:last-child {
  margin-bottom: 0;
}
#top #main .serviceSec .imgList li .headLine01 {
  margin-top: 90px;
  color: #21BDDB;
  font-size: 3.5rem;
  text-align: left;
  width: calc(100% - 760px);
}
#top #main .serviceSec .imgList li:nth-child(2n) .headLine01 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#top #main .serviceSec .imgList li .photo {
  margin-right: -35px;
  width: 730px;
}
#top #main .serviceSec .imgList li:nth-child(2n) .photo {
  margin: 0 0 0 -43px;
}
#top #main .serviceSec .imgList li .photo img {
  width: 100%;
}
#top #main .serviceSec .imgList li:nth-child(2) .headLine01 {
  margin-top: 0;
}
#top #main .serviceSec .imgList li.big {
  margin-bottom: -15px;
}
#top #main .serviceSec .imgList li.big .photo {
  margin-right: -55px;
  width: 810px;
}
#top #main .serviceSec .imgList li.big .headLine01 {
  width: calc(100% - 810px);
}
#top #main .voiceSec {
  padding: 70px 0 72px;
  background-color: #21BDDB;
}
#top #main .voiceSec .content {
  position: relative;
}
#top #main .voiceSec .headLine01 {
  position: absolute;
  left: 10px;
  top: 139px;
  color: #fff;
}
#top #main .voiceSec .headLine01 .en {
  color: #fff;
}
#top #main .voiceSec .slideBox {
  margin-left: auto;
  width: calc(50% + 95px);
  position: relative;
}
#top #main .voiceSec .slideList li {
  padding: 39px 50px 42px;
  border-radius: 30px;
  background: #21BDDB;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 31, 62, 0.3);
          box-shadow: 10px 10px 20px rgba(0, 31, 62, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#top #main .voiceSec .slideList .slick-slide > div {
  margin: 0 10px;
  padding: 30px 20px 30px 0;
  width: 635px;
}
#top #main .voiceSec .slideList li .topBox {
  margin-bottom: 17px;
  padding-bottom: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #fff;
}
#top #main .voiceSec .slideList li .topBox .pho {
  width: 105px;
  overflow: hidden;
  border-radius: 11px;
}
#top #main .voiceSec .slideList li h3 {
  margin-top: 1px;
  width: calc(100% - 123px);
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1.3;
}
#top #main .voiceSec .slideList li h3 .big {
  margin-top: 1px;
  display: block;
  font-size: 2.5rem;
  letter-spacing: 0.06em;
}
#top #main .voiceSec .slideList li h3 .sm {
  padding-left: 5px;
  font-size: 1.5rem;
}
#top #main .voiceSec .slideList li p {
  letter-spacing: 0.04em;
  line-height: 2.06;
}
#top #main .voiceSec .slideList li p .blue {
  color: #21BDDB;
  background-color: #fff;
}
#top #main .voiceSec .slideBox .arrow li {
  width: 18px;
  position: absolute;
  top: 267px;
  left: -259px;
  cursor: pointer;
  z-index: 1;
}
#top #main .voiceSec .slideBox .arrow .prev {
  left: -428px;
}
#top #main .voiceSec .slideBox .num {
  position: absolute;
  padding-bottom: 10px;
  left: -390px;
  top: 247px;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.12em;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  background: url("../../novel/wantedly/img/common/line01.png") no-repeat left 50px top 11px/25px 55px;
}
#top #main .voiceSec .slideBox .num .current {
  color: #fff;
  font-size: 4rem;
}
#top #main .voiceSec .slideBox .num .all {
  margin-left: 34px;
  vertical-align: -10px;
}
#top #main .voiceSec .dotsUl {
  position: absolute;
  left: -365px;
  top: 320px;
}
#top #main .voiceSec .dotsUl li {
  margin-right: 15px;
  display: inline-block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
}
#top #main .voiceSec .dotsUl li button {
  display: none;
}
#top #main .voiceSec .dotsUl li:last-child {
  margin-right: 0;
}
#top #main .voiceSec .dotsUl li.current, #top #main .voiceSec .dotsUl li.slick-active {
  background-color: #fff;
}
#top #main .priceSec {
  padding: 99px 0;
}
#top #main .priceSec .headLine01 {
  margin-bottom: 25px;
}
#top #main .priceSec .topText {
  margin-bottom: 30px;
  color: #3C3C3C;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  text-align: center;
}
#top #main .priceSec .table {
  margin: 0 auto;
  width: 900px;
}
#top #main .priceSec .tablePhoto {
  margin-bottom: 11px;
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
}
#top #main .priceSec .sm {
  display: block;
  color: #3C3C3C;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.43;
}
#top #main .stepSec {
  padding: 99px 0 105px;
  background-color: #fff;
}
#top #main .stepSec .headLine01 {
  margin-bottom: 70px;
}
#top #main .stepSec .headLine01 .en {
  color: #21BDDB;
}
#top #main .stepSec .textList {
  margin-top: -40px;
  max-width: 1100px;
  margin: -40px auto 0;
}
#top #main .stepSec .textList li {
  margin: 40px 78px 0 0;
  padding: 50px 50px 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 299px;
  border-radius: 30px;
  background-color: #21bddb;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}
#top #main .stepSec .textList li::before {
  position: absolute;
  content: "";
  right: -46px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 30px;
  background: url(../../novel/wantedly/img/common/icon03.png) no-repeat right center/100%;
}
#top #main .stepSec .textList li:last-child {
  margin-right: 0;
}
#top #main .stepSec .textList li:nth-child(3n) {
  margin-right: 0;
  margin-right: 47px;
}
#top #main .stepSec .textList li:last-child::before {
  display: none;
}
#top #main .stepSec .textList li h3 {
  margin-bottom: 17px;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  line-height: 1.29;
  text-align: center;
}
#top #main .stepSec .textList li .num {
  position: absolute;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #21BDDB;
  font-size: 2.6rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  left: 0;
  top: 0;
  width: 85px;
  height: 85px;
  background: url(../../novel/wantedly/img/index/icon03.png) no-repeat left top/100%;
}
#top #main .stepSec .textList li p {
  line-height: 2.06;
  letter-spacing: 0.04em;
  text-align: justify;
  text-justify: inter-ideograph;
}
#top #main .faqSec {
  padding: 100px 0 80px;
  background-color: #f4f4f4;
}
#top #main .faqSec .faqUl {
  margin: 0 auto;
  width: 900px;
}
#top #main .faqSec .faqUl li {
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}
#top #main .faqSec .faqUl li .ico::before {
  display: block;
  position: absolute;
  right: 50px;
  top: 50%;
  width: 30px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
}
#top #main .faqSec .faqUl li .ico::after {
  display: block;
  position: absolute;
  right: 50px;
  top: 50%;
  width: 30px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#top #main .faqSec .faqUl li:last-child {
  margin-bottom: 0;
}
#top #main .faqSec .faqUl li .question {
  padding: 47px 80px 45px 90px;
  position: relative;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 1.8rem;
  background-color: #21BDDB;
}
#top #main .faqSec .faqUl li .question::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 53px;
  left: 51px;
  top: 34px;
  background: url(../../novel/wantedly/img/index/img_text07.png) no-repeat left top/100%;
}
#top #main .faqSec .faqUl li .question.on .ico::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}
#top #main .faqSec .faqUl li .answer::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 53px;
  left: 51px;
  top: 34px;
  background: url(../../novel/wantedly/img/index/img_text07.png) no-repeat left top/100%;
  background-image: url(../../novel/wantedly/img/index/img_text08.png);
}
#top #main .faqSec .faqUl li .answer {
  padding: 40px 70px 41px 90px;
  display: none;
  position: relative;
  color: #3C3C3C;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 2.1;
  background-color: #fff;
}

@media all and (min-width: 897px) {
  #top .mainVisual .topBox .mailForm .submit li input:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 896px) {
  #top .mainVisual {
    padding-bottom: 50px;
    background-image: none;
    background-size: 100%;
  }
  #top .mainVisual .topBox {
    width: auto;
    display: block;
  }
  #top .mainVisual .topBox .lBox {
    padding-top: 0;
    margin-bottom: 50px;
    width: auto;
  }
  #top .mainVisual .topBox .lBox .pho {
    margin: 0 auto;
    width: auto;
    text-align: center;
  }
  #top .mainVisual .topBox .lBox .pho .pho_bg {
    background-image: url(../../novel/wantedly/img/index/sp_pho_bg.png);
    background-position: -100px -30px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #top .mainVisual .topBox .lBox .pho .pho_bg img {
    margin-top: 0px;
  }
  #top .mainVisual .topBox .ico {
    width: auto;
    margin: -2px 13px 0 14px;
    text-align: center;
  }
  #top .mainVisual .topBox .ico img {
    margin-left: 0;
  }
  #top .mainVisual .topBox .mailForm {
    margin: 0 15px;
    width: auto;
  }
  #top .mainVisual .topBox .mailForm dl {
    margin-bottom: 31px;
    width: auto;
  }
  #top .mainVisual .topBox .mailForm .submit {
    padding: 0 30px;
  }
  #top .mainVisual .topBox .mailForm .submit li {
    max-width: 285px;
  }
  #top .mainVisual .topBox .mailForm .submit li input {
    height: 60px;
  }
  #top #main .sec01 {
    padding: 50px 0 50px;
    background-image: url(../../novel/wantedly/img/index/sp_bg01.png);
  }
  #top #main .sec01 h2 {
    margin: 0 0 3px;
    width: auto;
  }
  #top #main .sec01 .content {
    width: auto;
    text-align: center;
  }
  #top #main .sec01 .content .textInner {
    margin-top: 30px;
    max-width: 345px;
  }
  #top #main .sec01 .content .textInner .sec1_ballon {
    margin: 0 auto;
    border-radius: 30px;
    background-color: #3C3C3C;
    -webkit-box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 20px 20px 30px 0px rgba(0, 0, 0, 0.3);
    position: relative;
  }
  #top #main .sec01 .content .textInner .sec1_ballon:nth-of-type(1) {
    padding: 30px 55px;
    margin-bottom: 50px;
  }
  #top #main .sec01 .content .textInner .sec1_ballon:nth-of-type(1) p {
    max-width: 245px;
    text-align: center;
    letter-spacing: 0.07em;
    line-height: 2;
  }
  #top #main .sec01 .content .textInner .sec1_ballon:nth-of-type(1)::after {
    content: "";
    background-image: url(../../novel/wantedly/img/index/human01.png);
    position: absolute;
    width: 42px;
    height: 115px;
    right: 20px;
    bottom: -40px;
    background-size: 42px 115px;
  }
  #top #main .sec01 .content .textInner .sec1_ballon:nth-of-type(2) {
    padding: 24px 15px;
    margin-bottom: 80px;
  }
  #top #main .sec01 .content .textInner .sec1_ballon:nth-of-type(2) p {
    max-width: 315px;
    text-align: center;
    letter-spacing: 0.07em;
    line-height: 2;
  }
  #top #main .sec01 .content .textInner .sec1_ballon:nth-of-type(2)::after {
    content: "";
    background-image: url(../../novel/wantedly/img/index/human02.png);
    position: absolute;
    width: 100px;
    height: 90px;
    right: 34%;
    bottom: -70px;
    background-size: 100px 90px;
  }
  #top #main .sec01 .content .textInner .sec1_ballon:nth-of-type(3) {
    padding: 30px 15px 30px 14px;
    margin-bottom: 60px;
  }
  #top #main .sec01 .content .textInner .sec1_ballon:nth-of-type(3) p {
    max-width: 316px;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 2;
  }
  #top #main .sec01 .content .textInner .sec1_ballon:nth-of-type(3) p span {
    display: inline-block;
    margin-left: 15px;
  }
  #top #main .sec01 .content .textInner .sec1_ballon:nth-of-type(3)::after {
    content: "";
    background-image: url(../../novel/wantedly/img/index/human03.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 44px;
    height: 121px;
    left: 10px;
    bottom: -30px;
    background-size: 44px 121px;
  }
  #top #main .sec02 {
    padding: 49px 0 48px;
  }
  #top #main .sec02 .topTextImg {
    display: none;
  }
  #top #main .sec02::after {
    bottom: 0px;
  }
  #top #main .sec02 h2 {
    margin: -69px 10px 50px;
    width: auto;
    text-align: center;
  }
  #top #main .sec02 .imgBox {
    display: block;
  }
  #top #main .sec02 .innerBox::after {
    display: none;
  }
  #top #main .sec02 .imgBox .photoBox {
    margin-bottom: 12px;
    margin: 0 auto 12px;
    width: calc(100% - 30px);
    max-width: 345px;
  }
  #top #main .sec02 .imgBox .textBox {
    padding: 0 14px;
    margin-top: 0;
    width: auto;
  }
  #top #main .sec02 .imgBox.left .textBox {
    padding: 0 15px;
  }
  #top #main .sec02 .imgBox .textBox h4 {
    margin-bottom: 16px;
    display: block;
    text-align: center;
  }
  #top #main .sec02 .imgBox .textBox h4 .num {
    margin-top: 0;
    display: block;
    width: auto;
    text-align: center;
    font-size: 5.5rem;
    line-height: 1.2;
  }
  #top #main .sec02 .imgBox .textBox .txt {
    display: block;
    width: auto;
    font-size: 2.5rem;
    line-height: 1.92;
  }
  #top #main .sec02 .imgBox .textBox .txt.special {
    width: auto;
  }
  #top #main .sec02 .imgBox .textBox p {
    margin-bottom: 27px;
  }
  #top #main .sec02 .imgBox.left .textBox p {
    margin-bottom: 30px;
  }
  #top #main .sec02 .imgBox .textBox .textImg {
    margin: 0 25px;
    width: auto;
    text-align: center;
  }
  #top #main .sec02 .imgBox.left .textBox .textImg {
    margin: 0 24px;
  }
  #top #main .serviceSec {
    padding: 51px 0 8px;
  }
  #top #main .serviceSec::before {
    background-image: url(../../novel/wantedly/img/index/sp_bg02.png);
  }
  #top #main .serviceSec .headLine01 {
    margin-bottom: 47px;
  }
  #top #main .serviceSec .icoUl {
    margin: -27px 0 47px;
    display: block;
  }
  #top #main .serviceSec .icoUl li {
    margin: 27px 0 0 0;
    width: auto;
  }
  #top #main .serviceSec .icoUl li .pho {
    margin-bottom: 16px;
  }
  #top #main .serviceSec .icoUl li h3 {
    margin-bottom: 13px;
  }
  #top #main .serviceSec .imgList li {
    margin: 0 0 -7px auto;
    width: auto;
    display: block;
  }
  #top #main .serviceSec .imgList li:nth-child(2n) {
    margin: 0 auto -15px;
  }
  #top #main .serviceSec .imgList li .headLine01 {
    margin: 0 0 0;
    font-size: 2.5rem;
    text-align: center;
    width: auto;
  }
  #top #main .serviceSec .imgList li .headLine01 .en {
    margin-top: 0;
  }
  #top #main .serviceSec .imgList li .photo {
    margin: 0 -28px !important;
    width: auto;
    text-align: center;
  }
  #top #main .serviceSec .imgList li:nth-child(2) .headLine01 {
    margin-top: 0;
  }
  #top #main .serviceSec .imgList li.big {
    margin-bottom: -17px;
  }
  #top #main .serviceSec .imgList li:last-child {
    margin-bottom: 0;
  }
  #top #main .serviceSec .imgList li.big .photo, #top #main .serviceSec .imgList li.big .headLine01 {
    width: auto;
  }
  #top #main .voiceSec {
    padding: 50px 0;
  }
  #top #main .voiceSec .headLine01 {
    margin-bottom: 20px;
    position: static;
  }
  #top #main .voiceSec .slideBox {
    margin-left: auto;
    width: auto;
    position: relative;
  }
  #top #main .voiceSec .slideList {
    margin-bottom: 0;
  }
  #top #main .voiceSec .slideList li {
    padding: 30px 12px;
  }
  #top #main .voiceSec .slideList .slick-list {
    padding: 0 25px !important;
  }
  #top #main .voiceSec .slideList .slick-slide > div {
    margin: 0;
    padding: 20px 8px 30px;
    width: auto;
  }
  #top #main .voiceSec .slideList li .topBox {
    margin-bottom: 27px;
    padding-bottom: 0;
    display: block;
    border: none;
  }
  #top #main .voiceSec .slideList li .topBox .pho {
    margin: 0 auto 14px;
  }
  #top #main .voiceSec .slideList li h3 {
    margin-top: 0;
    width: auto;
    text-align: center;
    font-size: 2rem;
    line-height: 1.45;
  }
  #top #main .voiceSec .slideList li h3 .big {
    margin-top: 4px;
    font-size: 2.5rem;
  }
  #top #main .voiceSec .slideBox .arrow li {
    margin-left: 75px;
    width: 18px;
    position: absolute;
    top: auto;
    bottom: 45px;
    left: 50%;
  }
  #top #main .voiceSec .slideBox .arrow .prev {
    margin-left: -93px;
    left: 50%;
  }
  #top #main .voiceSec .slideBox .num {
    padding-bottom: 11px;
    left: 4px;
    top: -11px;
    text-align: center;
    position: relative;
    background: none;
  }
  #top #main .voiceSec .slideBox .num::before {
    margin-left: -9px;
    width: 25px;
    height: 55px;
    position: absolute;
    left: 50%;
    top: 13px;
    background: url("img/common/line01.png") no-repeat center top/25px;
    content: "";
  }
  #top #main .voiceSec .slideBox .num .current {
    display: inline-block;
    margin-top: 3px;
  }
  #top #main .voiceSec .slideBox .num .all {
    vertical-align: -7px;
  }
  #top #main .voiceSec .dotsUl {
    margin-right: 2px;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #top #main .voiceSec .dotsUl li {
    margin-right: 15px;
  }
  #top #main .priceSec {
    padding: 50px 0;
  }
  #top #main .priceSec .headLine01 {
    margin-bottom: 27px;
  }
  #top #main .priceSec .topText {
    margin-bottom: 37px;
    line-height: 1.83;
  }
  #top #main .priceSec .table {
    width: auto;
  }
  #top #main .priceSec .scroll {
    overflow: scroll;
    border-radius: 20px 0 0 20px;
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
            box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
  }
  #top #main .priceSec .tablePhoto {
    margin-bottom: 0;
  }
  #top #main .priceSec .sm {
    margin-top: 15px;
    font-size: 1.2rem;
    line-height: 1.58;
  }
  #top #main .stepSec {
    padding: 50px 0;
  }
  #top #main .stepSec .headLine01 {
    margin-bottom: 66px;
  }
  #top #main .stepSec .textList {
    margin-top: -36px;
    display: block;
  }
  #top #main .stepSec .textList li {
    margin: 36px 0 0 0;
    padding: 50px 50px 46px;
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #top #main .stepSec .textList li::before {
    margin-right: -8px;
    right: 50%;
    top: auto;
    bottom: -26px;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
    width: 30px;
    height: 16px;
    background-image: url(../../novel/wantedly/img/common/icon04.png);
    background-position: center bottom;
  }
  #top #main .stepSec .textList li:last-child {
    margin-right: 0;
  }
  #top #main .stepSec .textList li:nth-child(3n) {
    margin-right: 0;
    margin-right: 0;
  }
  #top #main .stepSec .textList li:last-child::before {
    display: none;
  }
  #top #main .faqSec {
    padding: 50px 0;
  }
  #top #main .faqSec .headLine01 {
    margin-bottom: 30px;
  }
  #top #main .faqSec .faqUl {
    width: auto;
  }
  #top #main .faqSec .faqUl li {
    margin-bottom: 10px;
  }
  #top #main .faqSec .faqUl li .ico::before, #top #main .faqSec .faqUl li .ico::after {
    width: 20px;
    right: 15px;
    margin-top: -5px;
  }
  #top #main .faqSec .faqUl li .question {
    padding: 23px 60px 18px 45px;
    font-size: 1.6rem;
    line-height: 1.68;
  }
  #top #main .faqSec .faqUl li .question::before {
    width: 24px;
    height: 43px;
    left: 14px;
    top: 15px;
  }
  #top #main .faqSec .faqUl li .answer {
    padding: 23px 10px 18px 45px;
    font-size: 1.6rem;
    line-height: 1.68;
  }
  #top #main .faqSec .faqUl li .answer::before {
    width: 24px;
    height: 43px;
    left: 14px;
    top: 15px;
  }
}
@media all and (max-width: 374px) {
  #top .mainVisual .topBox .linkUl li {
    width: 100px;
  }
  #top #main .voiceSec .slideList li h3 .big {
    font-size: 2.4rem;
  }
}
/*------------------------------------------------------------
	thanks
------------------------------------------------------------*/
#thanks {
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0 75px;
  background: #e6e6e6 url(../../novel/wantedly/img/thanks/bg.png) no-repeat left top/cover;
}
#thanks .thanksSec {
  padding: 0 10px 20px;
  margin: 0 auto;
  width: 700px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
#thanks .thanksSec .headLine01 {
  margin: 0 -10px;
  padding: 30px 10px 20px;
  color: #fff;
  font-size: 3rem;
  letter-spacing: 0.04em;
  background-color: #21BDDB;
}
#thanks .thanksSec .textInner {
  padding: 40px 70px;
}
#thanks .thanksSec .headLine01 .en {
  margin-top: 4px;
  color: #fff;
}
#thanks .thanksSec p {
  margin-bottom: 14px;
  color: #3C3C3C;
  letter-spacing: 0.04em;
  line-height: 2.06;
}
#thanks .thanksSec .tel {
  margin-bottom: 40px;
}
#thanks .thanksSec .tel a {
  padding: 24px 20px 25px;
  display: block;
  color: #21BDDB;
  font-size: 3.2rem;
  letter-spacing: 0.04em;
  text-align: center;
  border-radius: 20px;
  background-color: #F7F7F7;
}
#thanks .thanksSec .tel a span {
  padding-left: 28px;
  background: url(../../novel/wantedly/img/thanks/icon01.png) no-repeat left center/25px;
}
#thanks .thanksSec .comBtn {
  margin-top: 34px;
  width: 290px;
}
#thanks .thanksSec .comBtn a {
  padding: 14px 10px;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  background-color: #21BDDB;
  background-size: 8px;
  background-position: right 20px center;
}

@media all and (max-width: 896px) {
  #thanks {
    min-height: inherit;
    padding: 30px 15px 35px;
    background: url(img/thanks/sp_bg.png) no-repeat left top/100%;
  }
  #thanks .thanksSec {
    padding: 0 10px 50px;
    width: auto;
  }
  #thanks .thanksSec .headLine01 {
    padding: 25px 10px 24px;
    font-size: 2.5rem;
  }
  #thanks .thanksSec .textInner {
    padding: 40px 18px 0;
  }
  #thanks .thanksSec .headLine01 .en {
    margin-top: 6px;
  }
  #thanks .thanksSec p {
    margin-bottom: 10px;
  }
  #thanks .thanksSec .tel {
    margin-bottom: 30px;
  }
  #thanks .thanksSec .tel a {
    padding: 21px 10px 24px;
  }
  #thanks .thanksSec .tel a span {
    padding-bottom: 3px;
  }
  #thanks .thanksSec .comBtn {
    margin-top: 35px;
    width: auto;
    max-width: 290px;
  }
  #thanks .thanksSec .comBtn a {
    padding: 17px 10px;
  }
}
@media all and (max-width: 374px) {
  #thanks .thanksSec .tel a {
    font-size: 2.6rem;
  }
  #thanks .thanksSec .tel a span {
    background-size: 20px;
  }
}
#contact.mailForm {
  position: relative;
}

@media screen and (max-width: 768px) {
  .text_ballon {
    position: relative;
    background-color: #F23239;
    border-radius: 20px;
    text-align: center;
    padding: 10px 5%;
    margin-bottom: 30px;
    width: 85%;
    max-width: 100vw;
    margin: 0 auto 40px;
  }
  .text_ballon::after {
    content: "";
    position: absolute;
    border-right: 25px solid transparent;
    border-top: 35px solid #F23239;
    border-left: 1px solid transparent;
    width: 0;
    height: 0;
    bottom: -20%;
    left: 45%;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  .text_ballon .text_ballon_red {
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    color: #F23239;
    width: 60px;
    height: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 0px 0 0px;
    line-height: 1.5;
    font-weight: 700;
  }
  .text_ballon .text_ballon_white {
    font-size: 2rem;
    font-weight: 700;
  }
  .text_ballon .large_text {
    font-size: 5.9rem;
    font-family: "Jost";
  }
  .flex_group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
  }
}
@media screen and (min-width: 769px) {
  .text_ballon {
    position: absolute;
    display: block;
    border-radius: 25px;
    padding: 20px 0px 0px 0px;
    width: 200px;
    height: 148px;
    text-align: center;
    line-height: 1.5;
    bottom: 15%;
    right: -35%;
    z-index: 999;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #F23239;
  }
  .text_ballon::after {
    content: "";
    position: absolute;
    border-right: 25px solid transparent;
    border-top: 35px solid #F23239;
    border-left: 5px solid transparent;
    width: 0;
    height: 0;
    bottom: -15%;
    left: 40%;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
  .text_ballon .text_ballon_white {
    font-size: 1.6rem;
    color: #fff;
  }
  .text_ballon .text_ballon_red {
    font-size: 1.9rem;
    background-color: #fff;
    color: #F23239;
    border-radius: 0;
    font-weight: 700;
    margin-top: 15px;
  }
  .text_ballon .large_text {
    font-size: 4.4rem;
    font-family: "Jost";
  }
  .text_ballon .large_text span {
    font-size: 3rem;
  }
}
.voice {
  background-color: #fff;
  margin: 0 auto;
  max-width: 100vw;
  padding: 50px 15px;
}
.voice .headLine01 {
  margin-bottom: 30px;
}
@media screen and (min-width: 980px) {
  .voice {
    padding: 0 15px;
  }
}

.voice_flex_group {
  width: 100%;
}
.voice_flex_group .flex_item {
  border-radius: 30px;
  text-align: center;
  -webkit-box-shadow: -1px 20px 30px -5px rgba(0, 0, 0, 0.2), 20px 0px 30px -5px rgba(0, 0, 0, 0.2);
          box-shadow: -1px 20px 30px -5px rgba(0, 0, 0, 0.2), 20px 0px 30px -5px rgba(0, 0, 0, 0.2);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
.voice_flex_group .flex_item .flex_top_block {
  padding: 35px 0;
  border-radius: 30px 30px 0 0;
  background-color: #00768D;
}
.voice_flex_group .flex_item .flex_top_block .flex_item_thumbnail {
  margin-bottom: 20px;
}
.voice_flex_group .flex_item .flex_top_block .flex_item_thumbnail img {
  border-radius: 10px;
}
.voice_flex_group .flex_item .flex_top_block .flex_item_title p {
  font-size: 2rem;
}
.voice_flex_group .flex_item .flex_top_block .flex_item_title p span {
  font-size: 1.5rem;
}
.voice_flex_group .flex_item .flex_top_block .flex_midashi {
  font-size: 2.5rem;
  font-weight: 700;
}
.voice_flex_group .flex_item .flex_top_block .flex_midashi p.midashi01 {
  margin-top: 20px;
}
.voice_flex_group .flex_item:nth-last-of-type(2) .flex_item_infoblock .flex_row:nth-child(2) .row_text {
  font-size: 1.6rem;
}
.voice_flex_group .flex_item .flex_item_infoblock {
  background-color: #fff;
}
.voice_flex_group .flex_item .flex_item_infoblock .flex_row {
  padding: 15px 35px;
}
.voice_flex_group .flex_item .flex_item_infoblock .flex_row:first-child {
  border-width: 80%;
  border-bottom: dashed 1px #DBDBDB;
}
.voice_flex_group .flex_item .flex_item_infoblock .flex_row .row_title {
  color: #3c3c3c;
  font-size: 1.3rem;
  font-weight: 700;
}
.voice_flex_group .flex_item .flex_item_infoblock .flex_row .row_text {
  color: #00768D;
  font-size: 2.2rem;
  font-weight: 700;
}
.voice_flex_group .flex_item .flex_item_infoblock .flex_row .row_text span {
  font-size: 1rem;
}
.voice_flex_group .flex_item .flex_message_block {
  padding: 35px;
  background-color: #21BDDB;
  border-radius: 0 0 30px 30px;
}
.voice_flex_group .flex_item .flex_message_block p {
  font-size: 1.4rem;
  text-align: left;
  line-height: 2;
}
.voice_flex_group .flex_item .flex_message_block p span {
  background-color: #fff;
  color: #21BDDB;
}

@media screen and (min-width: 980px) {
  .voice {
    padding-bottom: 100px;
  }
  .voice .headLine01 {
    margin-bottom: 50px;
  }
  .voice_flex_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1100px;
    text-align: center;
    margin: 0 auto;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .voice_flex_group .flex_item {
    width: calc(33.3333333333% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 30px;
    margin-top: 0;
  }
  .voice_flex_group .flex_item .flex_item_title {
    margin-bottom: 5px;
  }
  .voice_flex_group .flex_item .flex_top_block {
    width: 100%;
  }
  .voice_flex_group .flex_item .flex_top_block .flex_midashi {
    font-size: 2.5rem;
    font-weight: 700;
  }
  .voice_flex_group .flex_item .flex_top_block .flex_midashi p.midashi01 {
    margin-top: 0px;
  }
  .voice_flex_group .flex_item .flex_item_infoblock {
    text-align: center;
    margin: 0 auto;
  }
  .voice_flex_group .flex_item .flex_message_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.quiestion {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}

.questionBox {
  padding: 36px 0px 0;
  border-radius: 50px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin: 50px 15px 50px;
}
@media screen and (min-width: 980px) {
  .questionBox {
    padding: 50px 0px 0;
    margin: 100px auto 80px;
    max-width: 1100px;
  }
}
.questionBox .topBox {
  margin-bottom: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
@media screen and (min-width: 980px) {
  .questionBox .topBox {
    padding: 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 10px;
  }
}
.questionBox .topBox .textImg {
  margin: -5px auto 0px;
  padding-bottom: 20px;
  width: 290px;
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (min-width: 980px) {
  .questionBox .topBox .textImg {
    margin: -5px auto 0 0;
    border-bottom: none;
    width: 368px;
  }
}
.questionBox .topBox .text {
  padding: 20px 36px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #3C3C3C;
  letter-spacing: 0.06em;
  line-height: 2.06;
}
@media screen and (min-width: 980px) {
  .questionBox .topBox .text {
    padding: 0 0 40px 51px;
    border-left: 1px solid #DBDBDB;
    border-bottom: none;
    width: calc(100% - 450px);
  }
}
.questionBox .topBox .text span {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}
.questionBox .ttl {
  margin-bottom: 11px;
  position: relative;
  padding-left: 60px;
  color: #3C3C3C;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 980px) {
  .questionBox .ttl {
    padding-left: 130px;
  }
}
.questionBox .ttl::before {
  position: absolute;
  content: "";
  left: 30px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #21BDDB;
}
@media screen and (min-width: 980px) {
  .questionBox .ttl::before {
    left: 100px;
  }
}
.questionBox .imgList {
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .questionBox .imgList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.questionBox .imgList .img_list_item {
  width: 100%;
  max-width: 290px;
  margin: 0 auto 10px;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 980px) {
  .questionBox .imgList .img_list_item {
    width: 33.3333333333%;
    margin: 0;
  }
}
.questionBox .imgList .img_list_item img {
  width: 100%;
}
.questionBox .bottomBox.black {
  margin: 0px;
  width: 100%;
  padding: 50px 0px 50px;
  position: relative;
  border-radius: 0 0 50px 50px;
  background-color: #3C3C3C;
}
@media screen and (min-width: 980px) {
  .questionBox .bottomBox.black {
    padding: 50px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.questionBox .bottomBox.black .textImg {
  margin-top: -2px;
  width: 280px;
  margin: 0 auto 23px;
}
@media screen and (min-width: 980px) {
  .questionBox .bottomBox.black .textImg {
    width: 50%;
    max-width: 298px;
    padding-left: 30px;
    margin: 0;
  }
}
.questionBox .bottomBox.black::before {
  position: absolute;
  content: "";
  margin-left: -17px;
  width: 35px;
  height: 18px;
  left: 50%;
  bottom: -18px;
  background: url(../../novel/wantedly/img/index/icon02.png) no-repeat center bottom/100%;
}
.questionBox .bottomBox.black .text {
  color: #fff;
  letter-spacing: 0.04em;
  padding: 30px 27px 0;
  border-top: solid 1px #DBDBDB;
}
@media screen and (min-width: 980px) {
  .questionBox .bottomBox.black .text {
    border-top: none;
    border-left: solid 1px #dbdbdb;
    width: 50%;
    max-width: 398px;
    padding-left: 51px;
    padding-top: 0;
  }
}
@media screen and (min-width: 980px) {
  .questionBox .flex_black {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}