@charset "UTF-8";
/* reset */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
    width:100%;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}



a[href*="tel:"] {
    cursor: default;
    text-decoration: none;
    color: inherit;
}
li,ol{
    list-style: none;
}





/* lp用 */

img {
  vertical-align: middle;
  width: 100%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}

.inner {
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
}

.p200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .p200 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.mb100 {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .mb100 {
    margin-bottom: 50px;
  }
}
/* FV */

.fv {
  position: relative;
}

.btn {
  position: absolute;
  width: 25vw;
  bottom: 93.5%;
  left: 72%;
  transition: 0.3s;
}

.btn:hover {
  opacity: 0.6;
}

@media (max-width: 768px) {
  .btn {
    width: 70vw;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* セクション */

.worry {
  background-color: #ECF9FF;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .worry {
    padding-bottom: 30px;
  }
}

.solution {
  background-color: #B3ECFF;
}

.step{
  background-color: #B3ECFF;
}

.merit {
  background-color: #ddecf4;
}

.voice {
  background-color: #2f60ab;
}

.careerconsultant {
  background-color: #ddecf4;
}

.reservation {
  background-color: #004799;
}

.reservation--tit {
  color: #ffff48;
  font-size: 64px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 60px;
}

.reservation--txt {
  color: #fff;
  text-align: center;
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.5em;
}

.reservation--txt2 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 60px;
  line-height: 1.5em;
}

.line{
  position: relative;
}
.line-btn{
  position: absolute;
  width: 25vw;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}

.btn:hover {
  opacity: 0.6;
}

@media (max-width: 768px) {
  .line-btn {
    width: 70vw;
    bottom: 4%;
  }
}

/* フォーム */

.form--box {
  background-color: #fff;
  border-radius: 27px;
  width: 80%;
  max-width: 820px;
  margin: 0 auto 40px;
  padding: 90px 100px;
  box-sizing: border-box;
}

.cf-area {
  padding: 15px 0;
}

.cf-area dt {
  line-height: 2em;
  font-weight: 600;
}

.cf-area dd {
  flex: 1;
}

.cf-area input {
  width: 100%;
  padding: 10px;
  border: 1px solid black;
  box-sizing: border-box;
}

.cf-area input:focus,
.cf-area textarea:focus {
  outline: none;
  background: #feefc8;
}

.cf-area p span.orange {
  background-color: #f07d04;
  color: #fff;
  padding: 0 10px;
  border-radius: 5px;
  margin-right: 10px;
}

.cf-area p span.green {
  background-color: #98c155;
  color: #fff;
  padding: 0 10px;
  border-radius: 5px;
  margin-right: 10px;
}

.cf-send {
  width: 300px;

  color: #fff;
  margin: 30px auto;
  text-align: center;
}

.cf-send a {
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 2em;
}

.form--txt {
  padding: 20px 0 40px;
  line-height: 1.5em;
  text-align: center;
  font-size: 15px;
}

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 18px;
  font-weight: bold;
  width: 300px;
  padding: 10px;
  background-color: #f07d04;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
span.wpcf7-spinner {
  display: none;
}
input[type="submit"]:hover {
  opacity: 0.6;
}



@media (max-width: 768px) {
  .reservation--tit {
    font-size: 27px;
    margin-bottom: 30px;
  }

  .reservation--txt {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .reservation--txt2 {
    font-size: 14px;
  }

  .form--box {
    border-radius: 15px;
    padding: 20px;
    width: 90%;
  }

  .cf-area {
    padding: 10px 0;
  }

  .cf-area dt {
    font-size: 14px;
  }

  .cf-send {
    width: 200px;
  }

  .cf-send a {
    font-size: 18px;
  }

  .form--txt {
    padding: 20px 0 40px;
    line-height: 1.5em;
    text-align: left;
    font-size: 14px;
  }
  input[type="submit"] {
    width: 200px;
  }

}

/* フッター */

.footer {
  padding: 60px 0;
  background-color: #ECF9FF;
}

.footer--inner {
  display: flex;
  gap: 120px;
  justify-content: center;
  align-items:center;
}

.footer--inner h2 {
  font-size: 28px;
}

.footer--inner p {
  line-height: 1.5em;
}

.copyright {
  background-color: #f07d04;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
}

@media (max-width: 850px) {
  .footer--inner {
    display: block;
    padding: 0 50px;
  }
  .footer--inner h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .footer--inner p {
    font-size: 13px;
  }
}

/* thanksページ */

.thanks {
  text-align: center;
  padding: 200px 0;
  line-height: 2em;
}

.thanks h2 {
  font-size: 28px;
  color: #0b7575;
  margin-bottom: 40px;
}

.tohome {
  margin-top: 40px;
}

/* 追加 */
#header{
  display: none;
}

footer{
  display: none;
}