@charset "UTF-8";
/*reset---------------------------------------------------------------------------------------*/
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;
  list-style: none;
}

body {
  line-height: 1;
}

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;
  color: inherit;
}

a:hover {
  transition: all 0.3s;
  opacity: 0.6;
}

/* change colours to suit your needs */
ins {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #000;
  color: #fff;
  font-style: normal;
  font-weight: normal;
}

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;
}

img {
  display: block;
}

@font-face {
  font-family: "APJapanesefontF";
  src: url("font/APJapanesefontF.woff") format("woff");
}
*,
::before,
::after {
  box-sizing: border-box;
}

/*common---------------------------------------------------------------------------------------*/
body {
  width: 100%;
  color: #fff;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h2 {
  font-family: "APJapanesefontF";
  background-color: #888;
  color: #fff;
  text-align: center;
  font-size: 2.2em;
  font-weight: normal;
  padding: 12px 0;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 30px 0;
}

.mouse_underline {
  font-family: "APJapanesefontF";
  color: #888;
  background: url(img/common_boder.png) no-repeat right bottom/cover;
  font-size: 2em;
  padding: 0 0 15px 0;
  margin-top: 60px;
  padding-top: 50px;
  font-weight: normal;
}

.button {
  width: 40%;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  background-color: #59d2cc;
  padding: 22px;
  border-radius: 17px;
  display: flex;
  flex-direction: column;
  font-size: 1em;
  margin-top: 70px;
  border: solid 2px transparent;
}

.button:hover {
  opacity: 1;
  color: #59d2cc;
  background-color: #fff;
  border-color: #59d2cc;
}

.button em {
  font-weight: bold;
  font-size: 1.6em;
  margin-bottom: 8px;
  font-style: normal;
}

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

.sp {
  display: none !important;
}

.sp_440px {
  display: none;
}

header {
  background: linear-gradient(#d8dbd3, #ecddd0);
}

.header_main img {
  width: 100%;
  height: auto;
}

.header_main {
  width: 70%;
  margin: 0 auto;
  padding: 50px 0 30px 0;
}

.wrap_bg_color_header_nav {
  width: 100%;
  background-color: #59d2cc;
  text-align: center;
}

.wrap_bg_color_header_nav.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1000;
}

.header_nav {
  margin: 0 auto;
  width: 860px;
}

.nav_contact {
  display: flex;
  justify-content: space-between;
  color: #59d2cc;
}

.nav_contact li {
  margin: 2% 0;
}

.nav_gnav {
  display: flex;
  justify-content: space-between;
}

.nav_gnav li {
  font-size: 0.8em;
  padding-bottom: 22px;
}

.nav_gnav li a:hover {
  color: #ffa4a4;
  opacity: 1;
}

.nav_contact a {
  height: 100%;
  padding: 10px 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border-radius: 4px;
  font-size: 1.3em;
}

.nav_contact a:hover {
  background-color: #ffa4a4;
  color: #fff;
  opacity: 1;
}

.phone_time {
  font-size: 0.6em;
  padding-top: 4px;
}

/*footer---------------------------------------------------------------------------------------*/
footer {
  background-color: #59d2cc;
  padding-bottom: 48px;
}

footer .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.footter_shop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding-top: 20px;
}

.footter_shop img {
  width: 100%;
  height: auto;
}

.footer_nav .nav_gnav {
  width: 900px;
  margin: 0 auto;
  padding-top: 40px;
  font-size: 0.7em;
  justify-content: left;
}

.footer_nav .nav_gnav li {
  margin-right: 32px;
}

.copyright {
  font-size: 0.4em;
  text-align: center;
  padding: 30px 0;
}

.hhw-banner img {
  margin: 16px auto 0;
}

.link-banner {
  width: 62%;
  margin: 50px auto;
  padding: 30px;
  border: 1px solid #fff;
}

.link-banner img {
  width: auto;
  max-width: 100%;
  display: inline;
}

/*concept---------------------------------------------------------------------------------------*/
#concept {
  background: url(img/concept_chara.png) left 140px bottom no-repeat, url(img/concept_footprint.png) right 220px bottom 28px no-repeat #ffeded;
}

#concept .wrapper p {
  font-family: "APJapanesefontF";
  color: #593700;
  text-align: center;
  font-size: 1.5em;
  padding: 10px 0 10px 0;
  line-height: 42px;
}

/*salary---------------------------------------------------------------------------------------*/
#salary {
  background: url(img/salary_chara.png) no-repeat right 220px bottom 0;
}

.wrap_price {
  display: flex;
  justify-content: space-between;
}

.wrap_price li {
  width: 30%;
  background: url(img/salary_boder_1.png) no-repeat center bottom 0/contain;
}

.price_min {
  background-color: #59d2cc;
  border-radius: 12px;
  font-size: 0.8em;
  font-weight: bold;
  padding: 2%;
  margin-bottom: 20px;
  width: 59%;
  text-align: center;
}

.price_min em {
  font-size: 2em;
  font-style: normal;
  font-weight: bold;
  margin-right: 2px;
  letter-spacing: -2px;
}

.price_min span {
  margin-right: 4px;
  font-size: 0.5em;
}

.price_number {
  color: #ffa4a4;
  font-size: 1.5em;
  margin-bottom: 10px;
  text-align: end;
}

.price_number em {
  font-size: 3em;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -10px;
  margin-right: 10px;
}

.wrap_allowance {
  display: flex;
  justify-content: space-between;
  font-size: 2em;
  text-align: center;
  font-weight: 800;
  line-height: 48px;
  margin: 30px 0;
}

.allowance_contents_1 {
  width: 50%;
  background: url(img/salary_bg_1.png) no-repeat center/contain;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 6% 0%;
}

.allowance_contents_2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 14px;
}

.allowance_contents_2 img {
  width: 100%;
  height: auto;
}

.allowance_contents_3 {
  width: 50%;
  background: url(img/salary_bg_2.png) no-repeat center/contain;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.wrap_wait {
  background: url(img/salary_bg_3.png) no-repeat center/contain;
  display: flex;
  justify-content: space-between;
  font-size: 2.5em;
  font-weight: 800;
  margin: 18px 0;
}

.wait_price {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 3%;
}

.wait_price li {
  margin: 40px 0;
}

.wait_price_hour {
  margin-bottom: 22px;
}

.wait_price_figure em {
  font-style: normal;
  letter-spacing: -12px;
  font-size: 3em;
  margin-right: 10px;
}

.option_txt {
  font-family: "APJapanesefontF";
  color: #593700;
  font-size: 1.3em;
  line-height: 32px;
  text-align: center;
  margin-top: 22px;
}

.wrap_option_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0 90px 0;
}

.wrap_option_list li {
  width: 24%;
  background-color: #59d2cc;
  border-radius: 6px;
  font-size: 1em;
  padding: 16px 0;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: 2px;
}

.wrap_option_list li:last-child:nth-child(4n+2) {
  margin-right: 50.5%;
  margin-left: 0;
}

/*new---------------------------------------------------------------------------------------*/
#new {
  background: url(img/new_chara.png) left 200px bottom 0px no-repeat #def6f5;
}

#new .wrapper {
  color: #593700;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.new_txt {
  width: 48%;
  font-family: "APJapanesefontF";
  color: #593700;
  font-size: 1.8em;
  line-height: 54px;
}

.new_txt p {
  padding-bottom: 20px;
}

.new_experience {
  width: 48%;
}

.new_experience_ongoing {
  background: url(img/new_bg.png) no-repeat center/contain;
  color: #fff;
  font-size: 4em;
  font-family: "APJapanesefontF";
  padding: 8%;
  text-align: center;
}

.new_experience_back {
  color: #ffa4a4;
  font-size: 4em;
  font-weight: bold;
  text-align: center;
  margin-top: 18px;
}

.new_experience_back em {
  font-style: normal;
  font-size: 3.2em;
  font-weight: 900;
  letter-spacing: -34px;
  padding-right: 16px;
}

.new_back {
  font-size: 5em;
  font-weight: 900;
  text-align: center;
  letter-spacing: -2px;
}

/*example---------------------------------------------------------------------------------------*/
.example_1_pc {
  display: block !important;
}

.example_1_sp {
  display: none !important;
}

.example_2_pc {
  display: block !important;
}

.example_2_sp {
  display: none !important;
}

.example_3_pc {
  display: block !important;
}

.example_3_sp {
  display: none !important;
}

#example {
  background: url(img/example_chara.png) left 60px bottom 0px no-repeat;
  color: #593700;
  padding-bottom: 200px;
}

#example p {
  font-family: "APJapanesefontF";
  font-size: 1.5em;
  line-height: 42px;
  text-align: center;
  margin-top: 22px;
  margin-bottom: 30px;
}

.example_mark {
  margin: 0 auto;
  width: 4%;
  margin-bottom: 30px;
}

.example_mark img {
  width: 100%;
  height: auto;
}

.wrap_example {
  margin-bottom: 30px;
  background-color: #ffeded;
  border: 6px solid #ffa4a4;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2%;
}

.wrap_profile img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.profile {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.profile .title {
  padding: 2%;
  text-align: center;
  margin: 0 20px 10px 0;
  height: 34px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.profile .content {
  width: 50%;
  height: 34px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 2%;
  line-height: 0;
}

.title {
  width: 30%;
}

.content {
  width: 70%;
}

.wrap_example dt {
  background-color: #ffa4a4;
  color: #fff;
  padding: 2%;
  font-size: 0.8em;
  border-radius: 5px;
}

.wrap_example dd {
  padding: 8px 0 20px 0;
  line-height: 37px;
  font-size: 1em;
}

.wrap_example dd p {
  font-family: tbudgothic-std, sans-serif;
  text-align: left;
}

.wrap_profile {
  width: 30%;
}

.question {
  width: 68%;
  margin-bottom: 18px;
}

.question li {
  text-indent: -1em;
  margin-left: 1em;
  margin-right: 1px;
}

.question li:before {
  content: "♡";
  display: inline-block;
  width: 1em;
  text-indent: 0;
  margin-right: 4px;
}

/*flow---------------------------------------------------------------------------------------*/
#flow {
  background: url(img/flow_chara.png) right 200px bottom 40px no-repeat;
  background-color: #ffeded;
  padding-bottom: 100px;
}

#flow .wrapper {
  color: #593700;
}

.flow_txt h3 {
  color: #ffa4a4;
  font-size: 2em;
  margin-bottom: 20px;
}

ol {
  counter-reset: "cnt";
}

.flow_txt {
  counter-increment: cnt;
  font-family: "APJapanesefontF";
  font-size: 1.5em;
  line-height: 42px;
  margin-bottom: 70px;
}

.flow_txt h3::before {
  content: counter(cnt);
  color: #fff;
  background: url(img/flow_mark.png) no-repeat center/contain;
  padding: 1.4%;
  font-family: "APJapanesefontF";
  font-size: 1.4em;
  margin-right: 19px;
}

.flow_property {
  font-size: 0.8em;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background-color: #fff;
  border: solid 3px #59d2cc;
  border-radius: 10px;
  padding: 4%;
  margin-top: 28px;
  font-family: sans-serif;
  line-height: 50px;
  font-weight: 900;
}

.flow_property li {
  list-style: disc;
  width: 30%;
  margin-left: 2%;
}

.flow_amendment {
  font-family: "APJapanesefontF";
  font-size: 1.5em;
  text-align: center;
  line-height: 42px;
}

/*jobdescription---------------------------------------------------------------------------------------*/
#jobdescription {
  background: url(img/jobdescription_chara.png) right 250px bottom 0px no-repeat;
  background-color: #fdefde;
  padding-bottom: 100px;
}

.wrap_jobdescription {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.jobdescription_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.jobdescription_title {
  width: 20%;
  font-size: 1.4em;
  background-color: #f3b15b;
  color: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  text-align: center;
  padding: 2%;
  letter-spacing: 8px;
}

.jobdescription_content {
  width: 80%;
  font-size: 1em;
  color: #593700;
  background-color: #fff;
  border: solid 4px #f3b15b;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 8%;
}

/*contact---------------------------------------------------------------------------------------*/
#contact .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact_LINE {
  width: 48%;
}

.contact_phone {
  width: 48%;
  text-align: center;
}

.contact_LINE h3 {
  background-color: #1db92b;
  border-radius: 10px;
  padding: 6%;
  font-size: 2em;
  text-align: center;
  font-weight: lighter;
  margin-bottom: 30px;
}

.contact_phone h3 {
  background-color: #ffa4a4;
  border-radius: 10px;
  padding: 6%;
  font-size: 2em;
  text-align: center;
  font-weight: lighter;
  margin-bottom: 30px;
}

.contact_LINE .triangle {
  width: 0;
  height: 0;
  border-width: 30px;
  border-style: solid;
  /* 上　右　下　左　の順番で指定  */
  border-color: transparent transparent transparent #1db92b;
  position: absolute;
  top: 22px;
  right: -40px;
}

.phone_txt .triangle {
  width: 0;
  height: 0;
  border-width: 30px;
  border-style: solid;
  /* 上　右　下　左　の順番で指定  */
  border-color: transparent transparent #ffa4a4 transparent;
  position: absolute;
  top: -60px;
  right: 206px;
}

/*LINE--------------------------------*/
.wrap_contact_LINE {
  display: flex;
  justify-content: space-between;
}

.LINE_left {
  width: 48%;
  color: #593700;
  font-size: 1.8em;
}

.LINE_left p {
  margin-bottom: 12px;
}

.LINE_right {
  width: 48%;
}

.LINE_right img {
  width: 100%;
  height: auto;
}

.LINE_ID {
  color: #1db92b;
  margin-bottom: 12px;
}

.LINE_contact {
  background-color: #1db92b;
  color: #fff;
  padding: 8%;
  font-size: 0.8em;
  text-align: center;
  line-height: 45px;
  position: relative;
}

/*phone--------------------------------*/
.contact_phone a {
  color: #ffa4a4;
  font-size: 3em;
  font-weight: bold;
  letter-spacing: -4px;
}

.phone_txt {
  background-color: #ffa4a4;
  padding: 5%;
  position: relative;
  font-size: 1.3em;
  line-height: 35px;
  margin-top: 40px;
}

/*cpntanct_form--------------------------------*/
.form {
  position: relative;
  background-color: #def6f5;
  padding-bottom: 100px;
  margin: 0 auto;
  width: 100%;
  margin-top: 50px;
}

.inner {
  position: relative;
}

.contact_img img {
  width: 100%;
  height: auto;
}

.contact_img {
  position: absolute;
  bottom: -30px;
}

.form h3 {
  color: #59d2cc;
  text-align: center;
  font-size: 1.5em;
  font-weight: lighter;
  padding: 50px 0 50px 0;
}

label {
  color: #59d2cc;
  width: 150px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.form-box {
  width: 60%;
  margin: 0 auto;
}

.form-box {
  margin-bottom: 30px;
  display: flex;
}

.form-submit {
  text-align: center;
}
.form-submit input {
  margin: 0 auto;
  background-color: #59d2cc;
  border: none;
  border-radius: 10px;
  padding: 1%;
  color: #fff;
  font-size: 1em;
  width: 24%;
}

input {
  border: solid 1px #59d2cc;
  padding: 1%;
  width: 400px;
}

textarea {
  border: solid 1px #59d2cc;
  width: 400px;
  height: 140px;
}

.must {
  color: #be272d;
  padding-left: 10px;
  font-size: 0.7em;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/*thanks---------------------------------------------------------------------------------------*/
#thanks {
  background-color: #def6f5;
}

#thanks h2 {
  width: 50%;
  border-radius: 10px;
  margin: 60px auto;
  background-color: #59d2cc;
}

.mail_thanks {
  color: #593700;
  text-align: center;
  font-size: 1em;
  margin: 100px 0 40px 0;
  letter-spacing: 5px;
}

/*responsive----------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*responsiveGnav-----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.mobile_nav {
  display: block;
  margin-top: 0;
  font-family: "APJapanesefontF";
  font-size: 1em;
}

.mobile_nav h1 img {
  width: 100%;
  height: auto;
}

.mobile_nav ul h1 {
  width: 230px;
  margin-bottom: 32px;
}

.mobile_nav ul {
  background: #59d2cc;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.mobile_nav ul li {
  font-size: 1.1em;
  padding: 2%;
  border: solid 1px;
  border-radius: 10px;
  margin: 6px 0;
  width: 70%;
}

.mobile_nav_contact {
  background-color: #fff;
  color: #59d2cc;
  border-radius: 9px;
}

.mobile_nav_contact a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

.mobile_nav ul li a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

.open .mobile_nav ul {
  visibility: visible;
  opacity: 1;
}

#nav-toggle {
  position: fixed;
  top: 0;
  right: 0;
  height: 64px;
  padding: 2%;
  cursor: pointer;
  background-color: #59d2cc;
  border-bottom-left-radius: 20%;
}

#nav-toggle > div {
  position: relative;
  width: 36px;
}

#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 14px;
}

#nav-toggle span:nth-child(3) {
  top: 28px;
}

#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

.open #nav-toggle span:nth-child(1) {
  animation: rotate-anime 2s ease-in-out infinite;
  transform: rotate(45deg);
  top: 14px;
}

.open #nav-toggle span:nth-child(2) {
  display: none;
}

.open #nav-toggle span:nth-child(3) {
  animation: rotate-anime 2s ease-in-out infinite;
  transform: rotate(-45deg);
  top: 14px;
}

@media screen and (max-width: 2560px) {
  /* 2560px以下の記述 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
}
@media screen and (max-width: 1024px) {
  /* 1024px以下の記述 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  /*common---------------------------------------------------------------------------------------*/
  .wrapper {
    width: 90%;
  }
  .contact_img {
    width: 40%;
  }
  /*saraly---------------------------------------------------------------------------------------*/
  .price_min {
    border-radius: 4px;
    padding: 3%;
    width: 66%;
  }
  .price_number {
    font-size: 1em;
  }
  .price_number em {
    font-size: 3.7em;
    letter-spacing: -7px;
    margin-right: 6px;
  }
  .wrap_wait {
    font-size: 2em;
  }
  .wait_price_hour {
    margin-bottom: 12px;
  }
  .wait_price li {
    margin: 24px 0;
  }
  /*new---------------------------------------------------------------------------------------*/
  .new_back {
    font-size: 4.5em;
  }
  /*jobdescription---------------------------------------------------------------------------------------*/
  .wrap_jobdescription {
    width: 80%;
    margin: 0 auto;
  }
  .jobdescription_content {
    padding-left: 4%;
    line-height: 28px;
    padding: 1% 2%;
  }
  .jobdescription_title {
    font-size: 1.2em;
    letter-spacing: 4px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  /*contact---------------------------------------------------------------------------------------*/
  .form-factor {
    width: 70%;
  }
}
@media screen and (min-width: 961px) {
  /* 960px以上の記述 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #nav-toggle {
    display: none;
  }
  .bottom_nav {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  /* 960px以下の記述 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  /*common---------------------------------------------------------------------------------------*/
  h2 {
    font-size: 1.5em;
    padding: 8px 0;
  }
  .mouse_underline {
    font-size: 1.5em;
    margin-top: 18px;
    padding-top: 30px;
  }
  .button {
    width: 46%;
  }
  #concept {
    background: url(img/concept_chara.png) left 38px bottom no-repeat, url(img/concept_footprint.png) right 18px bottom 28px no-repeat;
    background-size: 10%;
    background-color: #ffeded;
  }
  #salary {
    background: url(img/salary_chara.png) right 220px bottom 0px no-repeat, url(img/sp_salary_chara_body.png) right 0px bottom 1390px no-repeat;
    background-size: 32%;
  }
  #new {
    background: url(img/new_chara.png) left 4px bottom 0px no-repeat #def6f5;
    background-size: 14%;
  }
  .contact_img {
    width: 40%;
  }
  /*header---------------------------------------------------------------------------------------*/
  .wrap_bg_color_header_nav {
    display: none;
  }
  /*footer---------------------------------------------------------------------------------------*/
  .footer_shop {
    flex-wrap: wrap;
  }
  .footer_nav {
    display: none;
  }
  /*salary---------------------------------------------------------------------------------------*/
  .price_min {
    width: 70%;
    font-size: 0.6em;
    margin-bottom: 14px;
  }
  .price_number {
    font-size: 0.8em;
    margin-bottom: 6px;
  }
  .price_number em {
    font-size: 3.7em;
    letter-spacing: -4px;
    margin-right: 4px;
  }
  .wrap_allowance {
    font-size: 1.5em;
    line-height: 34px;
    margin: 20px 0;
  }
  .wrap_wait {
    font-size: 1.6em;
  }
  .wait_price {
    padding: 4%;
  }
  .wait_price_figure em {
    letter-spacing: -7px;
    margin-right: 7px;
  }
  .wrap_option_list li {
    font-size: 0.9em;
    width: 32%;
    border-radius: 8px;
    letter-spacing: 0px;
    margin-bottom: 10px;
  }
  .wrap_option_list li:last-child:nth-child(4n+2) {
    margin-right: 0;
    margin-left: 0;
  }
  /*new---------------------------------------------------------------------------------------*/
  .new_back {
    font-size: 3.7em;
  }
  /*example---------------------------------------------------------------------------------------*/
  .wrap_example dt {
    font-size: 0.7em;
  }
  .wrap_example dd {
    font-size: 0.9em;
  }
  .profile {
    display: block;
    justify-content: flex-start;
    flex-wrap: unset;
  }
  .profile .title {
    width: 100%;
  }
  .profile .content {
    width: 100%;
    margin: 12px 0 20px 0;
    height: 0;
    text-align: center;
  }
  /*flow---------------------------------------------------------------------------------------*/
  .flow_property li {
    width: 38%;
    margin-left: 12%;
  }
  /*jobdescription---------------------------------------------------------------------------------------*/
  .jobdescription_title {
    font-size: 1.1em;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0;
    letter-spacing: 0px;
  }
  .jobdescription_content {
    font-size: 0.9em;
    border: solid 3px #f3b15b;
  }
  /*contact---------------------------------------------------------------------------------------*/
  .contact_LINE h3 {
    font-size: 1.6em;
  }
  .contact_phone h3 {
    font-size: 1.6em;
  }
  .LINE_left {
    font-size: 1.5em;
  }
  .LINE_contact {
    padding: 7%;
    font-size: 0.7em;
    line-height: 33px;
  }
  .contact_phone a {
    font-size: 2.5em;
    letter-spacing: -3px;
  }
  .phone_txt {
    font-size: 1em;
    line-height: 27px;
    margin-top: 32px;
  }
  .contact_LINE .triangle {
    top: 14px;
  }
  .phone_txt .triangle {
    border-width: 20px;
    top: -39px;
    right: 148px;
  }
  /*cpntanct_form--------------------------------*/
  .form h3 {
    font-size: 1.2em;
    padding: 50px 0 30px 0;
  }
  .form-box {
    width: 80%;
  }
  .form-box {
    margin-bottom: 20px;
    font-size: 0.7em;
  }
  label {
    width: 100px;
  }
  input {
    width: 414px;
  }
  textarea {
    width: 414px;
  }
  .form-submit input {
    border-radius: 3px;
    padding: 3%;
    font-size: 1.2em;
    width: 50%;
    margin-top: 15px;
  }
  /*responsiveGnav-----------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
  #nav-toggle {
    height: 54px;
  }
  .mobile_nav ul h1 {
    margin: 8px;
  }
  .mobile_nav_contact {
    padding-top: 10px;
    width: 50%;
    margin-bottom: 10px;
  }
  .bottom_nav {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #59d2cc;
    padding: 16px 0;
  }
  .bottom_nav_line,
  .bottom_nav_tel {
    display: inline-flex;
    align-items: center;
  }
  .bottom_nav_tel {
    margin-right: 24px;
  }
  .bottom_nav img {
    margin-right: 8px;
    height: 48px;
  }
}
@media screen and (max-width: 768px) {
  /* 768px以下の記述 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  /*common---------------------------------------------------------------------------------------*/
  .button {
    width: 100%;
    margin-top: 30px;
  }
  /*salary---------------------------------------------------------------------------------------*/
  .price_min {
    border-radius: 4px;
    padding: 3%;
    width: 74%;
    font-size: 0.9em;
    margin-bottom: 14px;
  }
  .price_number {
    font-size: 0.7em;
  }
  .price_number em {
    font-size: 3.6em;
    letter-spacing: -5px;
  }
  .wrap_allowance {
    font-size: 1.3em;
    line-height: 30px;
    margin: 0;
  }
  .wrap_wait {
    font-size: 1.3em;
    margin: 0;
  }
  .wait_price_figure em {
    letter-spacing: -6px;
    margin-right: 4px;
  }
  /*new---------------------------------------------------------------------------------------*/
  .new_txt {
    font-size: 1.3em;
    line-height: 40px;
  }
  .new_experience_back {
    font-size: 3.2em;
    margin-top: 0;
  }
  .new_experience_back em {
    letter-spacing: -24px;
    padding-right: 14px;
  }
  .new_experience_ongoing {
    font-size: 3em;
    margin-bottom: 10px;
  }
  .new_back {
    font-size: 3.1em;
  }
  .new_txt p {
    padding-bottom: 12px;
  }
  /*example---------------------------------------------------------------------------------------*/
  #example p {
    font-size: 1.3em;
    line-height: 30px;
  }
  /*flow---------------------------------------------------------------------------------------*/
  .flow_property li {
    width: 46%;
    margin-left: 4%;
  }
  /*contact---------------------------------------------------------------------------------------*/
  .LINE_left {
    font-size: 1.2em;
  }
  .LINE_contact {
    font-size: 0.7em;
    line-height: 20px;
    padding: 12%;
  }
  .contact_LINE .triangle {
    top: 21px;
    z-index: 0;
    border-width: 8px;
    right: -16px;
  }
  .contact_phone a {
    font-size: 2em;
  }
  .phone_txt {
    font-size: 0.8em;
    line-height: 20px;
    padding: 8%;
    margin-top: 16px;
  }
  .phone_txt .triangle {
    border-width: 10px;
    top: -19px;
    right: 132px;
  }
  .link-banner {
    width: 80%;
    margin: 50px auto;
    padding: 15px;
    border: 1px solid #fff;
  }
}
@media screen and (max-width: 640px) {
  /* 640px以下の記述 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  /*common---------------------------------------------------------------------------------------*/
  .mouse_underline {
    margin-top: 0;
    padding-top: 14px;
  }
  .button {
    width: 80%;
    margin-top: 20px;
    font-size: 0.9em;
  }
  #example {
    background: url(img/example_chara.png) left 0px bottom 0px no-repeat;
    padding-bottom: 159px;
    background-size: 164%;
  }
  /*concept---------------------------------------------------------------------------------------*/
  #concept .wrapper {
    width: 78%;
  }
  #concept .wrapper p {
    font-size: 1.3em;
    line-height: 30px;
    padding-bottom: 12px;
  }
  /*saraly---------------------------------------------------------------------------------------*/
  #salary {
    background: url(img/salary_chara.png) right 220px bottom 0px no-repeat, url(img/sp_salary_chara_body.png) right 0px bottom 1100px no-repeat;
  }
  .price_min {
    width: 100%;
  }
  .wrap_price {
    flex-wrap: wrap;
  }
  .wrap_price li {
    width: 48%;
    margin-bottom: 30px;
  }
  .price_min {
    margin-bottom: 10px;
  }
  .price_number em {
    font-size: 4.2em;
  }
  .wrap_allowance {
    display: block;
  }
  .allowance_contents_1 {
    width: 100%;
  }
  .allowance_contents_2 {
    width: 8%;
    margin: 0 auto;
    padding: 6px 0;
  }
  .allowance_contents_2 img {
    width: 100%;
    height: auto;
  }
  .allowance_contents_3 {
    width: 100%;
    padding: 10% 0%;
  }
  .wrap_wait {
    display: block;
    background: url(img/sp_saraly_bg.png) no-repeat center/100% 100%;
    margin: 26px 0;
  }
  .wait_price {
    width: 100%;
    padding: 4%;
  }
  .wait_price li {
    margin: 22px 0;
  }
  .wait_price_hour {
    margin: 12px 0;
  }
  /*new---------------------------------------------------------------------------------------*/
  #new .wrapper {
    display: block;
    justify-content: normal;
    flex-wrap: unset;
  }
  .new_back {
    font-size: 4em;
  }
  .new_txt {
    margin: 20px 0;
    width: 100%;
    font-size: 1.3em;
    line-height: 34px;
  }
  .new_txt p {
    padding-bottom: 28px;
  }
  .new_experience {
    width: 100%;
  }
  .new_experience_ongoing {
    font-size: 2.3em;
    padding: 6%;
  }
  /*example---------------------------------------------------------------------------------------*/
  .example_1_pc {
    display: none !important;
  }
  .example_1_sp {
    display: block !important;
  }
  .example_2_pc {
    display: none !important;
  }
  .example_2_sp {
    display: block !important;
  }
  .example_3_pc {
    display: none !important;
  }
  .example_3_sp {
    display: block !important;
  }
  .wrap_example {
    margin-bottom: 14px;
  }
  .example_mark {
    margin-bottom: 14px;
  }
  .wrap_profile {
    width: 100%;
  }
  .profile {
    margin: 0;
  }
  .wrap_example dd {
    font-size: 0.8em;
    padding: 4px 0 10px 0;
    line-height: 30px;
  }
  .wrap_profile img {
    width: 80%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .profile .title {
    padding: 0;
    margin: 0;
    height: 24px;
  }
  .profile .content {
    margin: 6px 0;
  }
  .question {
    width: 100%;
    margin-bottom: 0;
  }
  /*flow---------------------------------------------------------------------------------------*/
  .flow_txt {
    font-size: 1.3em;
    line-height: 34px;
    margin-bottom: 28px;
  }
  .flow_txt h3 {
    font-size: 1.8em;
    margin-bottom: 10px;
  }
  .flow_txt h3::before {
    padding: 3%;
    font-size: 1em;
    margin-right: 8px;
  }
  .flow_amendment {
    font-size: 1.3em;
    line-height: 34px;
  }
  .flow_property {
    width: 92%;
    font-size: 1em;
    display: block;
    justify-content: center;
    flex-wrap: unset;
    line-height: 38px;
  }
  .flow_property li {
    width: 60%;
    margin-left: 16%;
  }
  /*jobdescription---------------------------------------------------------------------------------------*/
  #jobdescription {
    padding-bottom: 0;
  }
  .jobdescription_title {
    font-size: 1em;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    padding: 2%;
    width: 100%;
  }
  .jobdescription_content {
    font-size: 0.8em;
    width: 100%;
    border: solid 2px #f3b15b;
    text-align: center;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    padding: 2%;
    line-height: 22px;
  }
  /*contact---------------------------------------------------------------------------------------*/
  #contact .wrapper {
    display: block;
    justify-content: unset;
    flex-wrap: nowrap;
  }
  .contact_LINE {
    width: 100%;
  }
  .contact_phone {
    width: 100%;
    margin-top: 26px;
  }
  .LINE_left {
    font-size: 1.8em;
  }
  .contact_phone a {
    font-size: 3.1em;
    letter-spacing: -5px;
  }
  .LINE_contact {
    line-height: 33px;
    padding: 12%;
  }
  .contact_LINE .triangle {
    top: 46px;
    border-width: 10px;
    right: -19px;
  }
  .phone_txt {
    font-size: 1.3em;
    line-height: 36px;
    padding: 4%;
    margin-top: 20px;
  }
  .phone_txt .triangle {
    border-width: 10px;
    top: -20px;
    right: 50%;
  }
  /*cpntanct_form--------------------------------*/
  .form {
    margin-top: 30px;
  }
  .form h3 {
    padding-top: 20px;
  }
  .form-box {
    font-size: 3.6458333333vw;
  }
  .form-box {
    display: block;
    margin-bottom: 10px;
  }
  label {
    width: 300px;
    margin-bottom: 6px;
  }
  input {
    width: 100%;
  }
  .must {
    padding: 0;
    text-align: end;
    margin-top: 6px;
  }
  textarea {
    width: 100%;
  }
  .form-submit input {
    border-radius: 4px;
    padding: 4%;
    width: 80%;
  }
  .footter_shop {
    flex-direction: column;
  }
  /*thanks---------------------------------------------------------------------------------------*/
  #thanks h2 {
    width: 100%;
    border-radius: 5px;
    margin: 30px auto;
  }
  .mail_thanks {
    font-size: 0.8em;
    margin: 50px 0 0 0;
    letter-spacing: 2px;
    line-height: 40px;
  }
}
@media screen and (max-width: 440px) {
  /* 440px以下の記述 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  /*common---------------------------------------------------------------------------------------*/
  .mouse_underline {
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 1.5em;
    background: url(img/common_boder.png) right bottom no-repeat/contain;
  }
  .button {
    width: 100%;
    margin-top: 10px;
  }
  .button em {
    font-size: 1.6em;
    margin-bottom: 10px;
  }
  .bottom_nav {
    font-size: 14px;
  }
  .bottom_nav img {
    height: 32px;
  }
  /*header---------------------------------------------------------------------------------------*/
  header {
    position: relative;
  }
  a:hover {
    opacity: 1;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
    padding-top: 50px;
  }
  .header_main {
    width: 100%;
  }
  .sp_440px {
    display: block;
    background-color: #59d2cc;
    position: absolute;
    top: 0;
  }
  .sp_440px img {
    width: 33%;
    height: auto;
    display: block;
    background-color: #59d2cc;
    margin: 0 auto;
    padding: 10px 0;
  }
  /*saraly---------------------------------------------------------------------------------------*/
  .wrap_price {
    display: block;
  }
  .wrap_price li {
    width: 70%;
    margin: 0 auto;
  }
  .price_number {
    margin-bottom: 20px;
    font-size: 0.7em;
    text-align: center;
    padding-bottom: 4px;
  }
  .wrap_wait {
    margin: 20px 0 40px 0;
    font-size: 1em;
  }
  .wait_price {
    padding: 3%;
  }
  .wrap_option_list li {
    width: 48%;
    border-radius: 8px;
    font-size: 0.9em;
    padding: 10px 0;
    margin-bottom: 16px;
    letter-spacing: 0px;
  }
  .wrap_option_list li:last-child:nth-child(4n+2) {
    margin-right: 0;
    margin-left: 0px;
  }
  /*new---------------------------------------------------------------------------------------*/
  .new_experience_back {
    font-size: 3.5em;
  }
  .new_experience_back em {
    letter-spacing: -29px;
  }
  .new_back {
    font-size: 3em;
  }
  /*example---------------------------------------------------------------------------------------*/
  .wrap_example {
    border: 2px solid #ffa4a4;
    padding: 4%;
  }
  .wrap_profile img {
    width: 100%;
  }
  .question li {
    margin-bottom: 14px;
  }
  /*flow---------------------------------------------------------------------------------------*/
  .flow_property {
    font-size: 1em;
    display: block;
    justify-content: center;
    flex-wrap: unset;
    border: solid 2px #59d2cc;
    margin-top: 10px;
    line-height: 34px;
  }
  .flow_property li {
    width: 64%;
    margin: 0 auto;
  }
  /*contact---------------------------------------------------------------------------------------*/
  .contact_LINE h3 {
    font-size: 1.3em;
    margin-bottom: 10px;
  }
  .contact_phone h3 {
    font-size: 1.3em;
    margin-bottom: 10px;
  }
  .LINE_left {
    font-size: 1.3em;
  }
  .LINE_left .LINE_ID {
    margin-bottom: 10px;
  }
  .LINE_left p {
    line-height: 20px;
    padding: 4%;
  }
  .contact_LINE .triangle {
    top: 40%;
    border-width: 8px;
    right: -15px;
  }
  .contact_phone a {
    font-size: 2.2em;
    letter-spacing: -3px;
  }
  .phone_txt {
    font-size: 0.9em;
    line-height: 25px;
    padding: 3%;
  }
  .phone_txt .triangle {
    right: 48%;
  }
  .link-banner {
    width: 100%;
    margin: 30px auto;
    padding: 10px;
    border: 1px solid #fff;
  }
}
@media screen and (max-width: 375px) {
  /* 375px以下の記述 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  /*common---------------------------------------------------------------------------------------*/
  /*new---------------------------------------------------------------------------------------*/
  .new_experience_back {
    font-size: 3em;
  }
  .new_experience_back em {
    letter-spacing: -22px;
    padding-right: 8px;
  }
  /*flow---------------------------------------------------------------------------------------*/
  .flow_property {
    font-size: 0.8em;
    line-height: 28px;
  }
  /*jobdescription---------------------------------------------------------------------------------------*/
  .wrap_jobdescription {
    width: auto;
  }
  .jobdescription_content {
    padding: 3%;
    line-height: 28px;
  }
}
@media screen and (max-width: 320px) {
  /* 320px以下の記述 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
}
.text02 {
  display: none;
}

/********************************************
* Now Loading
********************************************/
#form-load {
  display: none;
}

.loader {
  margin: 0 auto;
  border: 12px solid #fafafa;
  border-radius: 50%;
  border-top: 12px solid #3498db;
  width: 100px;
  height: 100px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.load1 {
  animation: sk-scaleout 1s infinite ease-in-out;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 201;
  text-align: center;
  background-color: #b1b1b1;
  color: #ffffff;
  opacity: 0.8;
  width: 800px;
}

.load1 p {
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}