@charset "UTF-8";
/*
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: bottom;
  background: transparent;
}

body {
  line-height: 1;
}

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

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

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

input, button, select, textarea {
  /*	-webkit-appearance: none;*/
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "LINE Seed JP_OTF Thin";
  src: url("../font/LINESeedJP_OTF_Th.otf");
}
@font-face {
  font-family: "LINE Seed JP_OTF Reguler";
  src: url("../font/LINESeedJP_OTF_Rg.otf");
}
@font-face {
  font-family: "LINE Seed JP_OTF Bold";
  src: url("../font/LINESeedJP_OTF_Bd.otf");
}
@font-face {
  font-family: "LINE Seed JP_OTF ExtraBold";
  src: url("../font/LINESeedJP_OTF_Eb.otf");
}
@font-face {
  font-family: "Zapfino";
  font-style: normal;
  font-weight: normal;
  src: local("Zapfino"), url("../font/Zapfino.woff") format("woff");
}
@font-face {
  font-family: "Belanosima";
  font-style: normal;
  font-weight: 400;
  src: local("Belanosima"), url("../font/Belanosima-Regular.woff") format("woff");
}
@font-face {
  font-family: "Belanosima";
  font-style: normal;
  font-weight: 600;
  src: local("Belanosima"), url("../font/Belanosima-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Belanosima";
  font-style: normal;
  font-weight: 700;
  src: local("Belanosima"), url("../font/Belanosima-Bold.woff") format("woff");
}
body {
  font-family: "LINE Seed JP_OTF Reguler", sans-serif;
  font-size: 16px;
  color: #333333;
  background-color: #F7F4ED;
  line-height: 1.5;
}

h2 {
  font-size: 24px;
}

a {
  color: #000000;
  text-decoration: none;
}

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

.LS_bold {
  font-family: "LINE Seed JP_OTF Bold";
}

.LS_exbold {
  font-family: "LINE Seed JP_OTF ExtraBold";
}

.text_gra {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#00A45D), color-stop(80%, #019B9B));
  background: -webkit-linear-gradient(left, #00A45D 0%, #019B9B 80%);
  background: linear-gradient(90deg, #00A45D 0%, #019B9B 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pd_tb {
  padding: 3rem 0;
}

.main {
  margin-top: 60px;
}

.contentWrap {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
}

.spaceTopArea {
  margin-top: 2rem;
}

.spaceTopAreaLarge {
  margin-top: 4rem;
}

.spaceBottomArea {
  margin-top: 8rem;
}

.pageTitleBar {
  width: 100%;
  color: #ffffff;
  padding: 5rem 0 4rem;
  background: -webkit-linear-gradient(45deg, rgba(0, 164, 93, 0.8), rgba(1, 155, 155, 0.8)), url(../img/bg_pageTitleBar.jpg);
  background: linear-gradient(45deg, rgba(0, 164, 93, 0.8), rgba(1, 155, 155, 0.8)), url(../img/bg_pageTitleBar.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pageTitleBar p {
  font-family: "Belanosima";
  font-size: 2.4rem;
  word-break: break-all;
  line-height: 1;
}
.pageTitleBar h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 0.2rem;
}

.btnArea {
  width: 34%;
  margin: 2rem auto 0;
}

.inquiriesBlock {
  text-align: center;
  padding: 5rem 0;
}
.inquiriesBlock .contentWrap {
  padding: 2rem 1rem;
  background-color: #EEE7D8;
  border-radius: 16px;
}
.inquiriesBlock .inquiriesArea h2 {
  font-size: 1.4rem;
}
.inquiriesBlock .inquiriesArea p:nth-of-type(1) {
  color: #757575;
  margin-top: 0.5rem;
}
.inquiriesBlock .inquiriesArea p:nth-of-type(2) {
  width: 40%;
  margin: 2rem auto 1rem;
} /* pc */
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  display: inline-table;
  min-height: 1%; /* IE7 */
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #ffffff;
  border-top: 5px solid #00A45D;
}

.header_inner {
  position: relative;
} /* sp */ /* pc */
.footer {
  padding: 2rem 0 1rem;
  margin-top: 10px;
  background-color: #01B4B4;
  color: #ffffff;
}
.footer a {
  color: #ffffff;
}
.footer_inner {
  width: 96%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.footer_logo {
  width: 20%;
}
.footer_link {
  width: 78%;
}
.footer_link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 1.8;
}
.footer_link li:not(:first-child) {
  margin-left: 1.5em;
}
.footer_link p {
  text-align: right;
  margin-top: 2rem;
}

/*
  カラムレイアウト
-------------------------------*/
/*--- 並列配置 ---*/
.c-flex_sb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-flex_fs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-flex_fe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-flex_sa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.c-flex_c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*--- フレックスボックス内配置 ---*/
.c-flex__pos_fs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-flex__pos_fe {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-flex__pos_c {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/*--- フレックスボックス配置 ---*/
.c-flex__cont_fs {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.c-flex__cont_fe {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.c-flex__cont_c {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
} /* sp */ /* pc */
.btn_pink {
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 1rem 0 0.9rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#00A45D), to(#019B9B));
  background-image: -webkit-linear-gradient(left, #00A45D, #019B9B);
  background-image: linear-gradient(90deg, #00A45D, #019B9B);
  border-radius: 50px;
}
.btn_pink:hover {
  opacity: 0.8;
}

.arrowDiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.arrowDiv span {
  color: #757575;
}

.arrow {
  line-height: 1;
  position: relative;
}
.arrow.right {
  width: 30px;
  height: 6px;
  border-right: 1px solid #ff829f;
  border-bottom: 1px solid #ff829f;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
}

.breadcrumbs {
  width: 96%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.breadcrumbs li {
  font-size: 14px;
  white-space: nowrap;
  /*
  &:last-child {
  	color: #F84F69;
  }
  */
}
.breadcrumbs li:not(:last-child)::after {
  content: ">";
  margin: 0 5px;
}
.breadcrumbs a {
  text-wrap: nowrap;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

.listBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid #BDBDBD;
}
.listBlock .image {
  width: 30%;
}
.listBlock .image img {
  border-radius: 16px;
}
.listBlock .explain {
  width: 68%;
}
.listBlock .explain .title {
  font-size: 20px;
  font-weight: 700;
  color: #654B51;
}
.listBlock .explain .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.listBlock .explain .icon li {
  font-size: 0.9rem;
  color: rgb(255, 130, 159);
  padding: 2px 5px;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  background-color: rgb(255, 243, 246);
  border: 1px solid rgb(255, 130, 159);
  border-radius: 4px;
}
.listBlock .explain .text {
  margin-top: 0.8rem;
}
.listBlock .explain .link {
  width: 45%;
  margin-top: 1rem;
  margin-left: auto;
}

.c-circle_heading .title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-circle_heading .title .circle {
  position: absolute;
  z-index: -10;
  width: 6%;
  min-width: 42px;
}
.c-circle_heading .title .circle-in {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #fff3f6;
}
.c-circle_heading .title h3 {
  font-size: 1.4rem;
  color: #ff829f;
  padding-left: 1.2rem;
}

.c-flowWBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.c-flowWBlock .step {
  position: relative;
  width: 80px;
}
.c-flowWBlock .step .line {
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  z-index: -1;
  border-right: 1px solid rgb(255, 130, 159);
}
.c-flowWBlock .detail {
  width: calc(100% - 90px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 10px;
  margin-bottom: 2rem;
}
.c-flowWBlock .detail .image {
  width: 36%;
}
.c-flowWBlock .detail .explain {
  width: 62%;
}
.c-flowWBlock .detail .explain h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #654B51;
}
.c-flowWBlock .detail .explain p {
  margin-top: 0.5rem;
}
.c-flowWBlock .detail .explain a {
  color: #2962FF;
}

.c-check_others {
  text-align: center;
  margin-top: 4rem;
  padding: 3rem 1rem;
  background-color: rgb(255, 243, 246);
  border-radius: 16px;
}
.c-check_others p {
  font-size: 1.2rem;
  font-weight: 700;
}
.c-check_others ul {
  margin-top: 2rem;
}
.c-check_others ul li {
  width: 30%;
}
.c-check_others ul li:first-child {
  margin-right: 4%;
}

.c-amount_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 48%;
  text-align: center;
  margin-top: 1.2rem;
  border: 1px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 130, 159)), to(rgb(246, 64, 119)));
  -webkit-border-image: -webkit-linear-gradient(left, rgb(255, 130, 159), rgb(246, 64, 119));
  -o-border-image: linear-gradient(to right, rgb(255, 130, 159), rgb(246, 64, 119));
  border-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 130, 159)), to(rgb(246, 64, 119)));
  border-image: linear-gradient(to right, rgb(255, 130, 159), rgb(246, 64, 119));
  border-image-slice: 1;
}
.c-amount_block p {
  font-size: 1.2rem;
  padding: 0.8rem 0 0.6rem;
}
.c-amount_block p:nth-of-type(1) {
  width: 30%;
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 130, 159)), to(rgb(246, 64, 119)));
  background-image: -webkit-linear-gradient(left, rgb(255, 130, 159), rgb(246, 64, 119));
  background-image: linear-gradient(90deg, rgb(255, 130, 159), rgb(246, 64, 119));
}
.c-amount_block p:nth-of-type(2) {
  width: 70%;
}
.own_pace {
  width: 100%;
  background: url(../img/own_pace_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.own_pace .image {
  position: absolute;
  bottom: 0;
  right: 0;
}
.own_pace .textWrap {
  background: url(../img/own_pace.png);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.own_pace .textWrap .text {
  width: 60%;
  padding: 3rem 0;
}
.own_pace .textWrap .text p:nth-of-type(1) {
  font-size: 30px;
}
.own_pace .textWrap .text p:nth-of-type(2) {
  font-size: 24px;
}
.own_pace .textWrap .text p:nth-of-type(3) {
  color: #757575;
}
.own_pace .textWrap .text p:nth-of-type(4) {
  font-weight: bold;
  color: #00A45D;
}
.own_pace .textWrap .text p:nth-of-type(5) {
  color: #757575;
}
.own_pace .textWrap .text p:nth-of-type(6) {
  width: 50%;
  margin-top: 0.5rem;
}

.people_selected {
  color: #757575;
  text-align: center;
}
.people_selected .contentBlock div {
  width: 24%;
  margin-top: 1rem;
}
.people_selected .contentBlock div p:nth-of-type(2) {
  margin-top: 0.5rem;
}

.What_value {
  color: #ffffff;
  text-align: center;
  background: -webkit-linear-gradient(45deg, rgba(0, 164, 93, 0.8), rgba(1, 155, 155, 0.8)), url(../img/bg_cityscape_photo.jpg);
  background: linear-gradient(45deg, rgba(0, 164, 93, 0.8), rgba(1, 155, 155, 0.8)), url(../img/bg_cityscape_photo.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.What_value .contentBlock div {
  margin-top: 1rem;
}
.What_value .contentBlock div p:nth-of-type(1) {
  font-size: 20px;
}
.What_value .contentBlock div p:nth-of-type(2) {
  color: #333333;
  margin-top: 0.2rem;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 8px;
}

.about_work {
  color: #757575;
  text-align: center;
}
.about_work h2 + p {
  margin-top: 0.2rem;
}
.about_work .about_work_block {
  margin-top: 2rem;
}
.about_work .about_work_block h3 {
  font-size: 20px;
  color: #01B4B4;
}
.about_work .about_work_block h3 + p {
  margin-top: 0.2rem;
}
.about_work .about_work_block.back_amount .item {
  width: 49%;
  margin-top: 1rem;
  background-color: #ffffff;
  border: 1px solid #019B9B;
}
.about_work .about_work_block.back_amount .item p {
  text-align: center;
  padding: 1rem;
}
.about_work .about_work_block.back_amount .item p:nth-of-type(1) {
  width: 25%;
  color: #ffffff;
  background-color: #019B9B;
}
.about_work .about_work_block.back_amount .item p:nth-of-type(2) {
  width: 75%;
  color: #333333;
}
.about_work .about_work_block.environment li {
  width: 24%;
  color: #ffffff;
  margin-top: 0.6rem;
  padding: 0.5rem;
  background-color: #019B9B;
}

.topFAQ {
  width: 100%;
  color: #ffffff;
  padding: 3rem 0;
  background: -webkit-linear-gradient(45deg, rgba(0, 164, 93, 0.8), rgba(1, 155, 155, 0.8)), url(../img/qa_bg.jpg);
  background: linear-gradient(45deg, rgba(0, 164, 93, 0.8), rgba(1, 155, 155, 0.8)), url(../img/qa_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.topFAQ .titleArea {
  width: 30%;
}
.topFAQ .titleArea h2 {
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 0.5rem;
}
.topFAQ .faqArea {
  width: 65%;
}
.topFAQ .faqBlock:not(:nth-of-type(1)) {
  margin-top: 2rem;
}
.topFAQ .faq_q,
.topFAQ .faq_a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.topFAQ .faq_q p:nth-of-type(1),
.topFAQ .faq_a p:nth-of-type(1) {
  width: 32px;
}
.topFAQ .faq_q p:nth-of-type(2),
.topFAQ .faq_a p:nth-of-type(2) {
  width: calc(100% - 32px);
}
.topFAQ .faq_q {
  font-size: 1.2rem;
}
.topFAQ .faq_a {
  margin-top: 1rem;
}
.topFAQ .faq_a p:nth-of-type(1) {
  font-size: 1.2rem;
}
.topFAQ .faq_a p:nth-of-type(2) {
  padding-top: 3px;
}

.store_information {
  margin-top: 5rem;
}
.store_information h2 {
  width: 100%;
  text-align: center;
}
.store_information .fullscreenWrap {
  margin-top: 1rem;
  padding: 2rem 0;
  background-color: #ffffff;
}
.store_information .iamge {
  width: 30%;
}
.store_information .information {
  width: 68%;
}
.store_information .information h3 {
  font-size: 22px;
}
.store_information .information p {
  color: #757575;
}
.store_information .information p:nth-of-type(2) {
  margin-top: 1rem;
}
.store_information .information p:nth-of-type(3) {
  margin-top: 1rem;
}

#work_styles .thinking {
  margin-top: 1.6rem;
}
#work_styles .thinking h3 {
  font-size: 24px;
}
#work_styles .thinking p {
  margin-top: 1.6rem;
}
#work_styles .working_environment {
  margin-top: 2rem;
}
#work_styles .working_environment h4 {
  font-size: 24px;
  font-weight: 400;
}
#work_styles .working_environment .listBlock {
  margin-top: 1rem;
}
#work_styles .lack_experience {
  margin-top: 4rem;
}
#work_styles .lack_experience h4 {
  font-size: 24px;
  font-weight: 400;
}
#work_styles .lack_experience .block {
  margin-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #BDBDBD;
}
#work_styles .lack_experience .block h5 {
  font-size: 20px;
  color: #654B51;
}
#work_styles .lack_experience .block p {
  margin-top: 0.5rem;
}

#benefits h3 {
  font-size: 24px;
}
#benefits .about_salary {
  margin-top: 2rem;
}
#benefits .about_salary .item {
  width: 49%;
  margin-top: 1rem;
  background-color: #ffffff;
  border: 1px solid #019B9B;
}
#benefits .about_salary .item p {
  text-align: center;
  padding: 1rem;
}
#benefits .about_salary .item p:nth-of-type(1) {
  width: 25%;
  color: #ffffff;
  background-color: #019B9B;
}
#benefits .about_salary .item p:nth-of-type(2) {
  width: 75%;
  color: #333333;
}
#benefits .salary_example {
  margin-top: 2rem;
}
#benefits .salary_example .one_day {
  margin-top: 1rem;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 16px;
}
#benefits .salary_example .one_day > p {
  font-weight: bold;
  color: #654B51;
}
#benefits .salary_example .one_day .cast {
  width: 14%;
  text-align: center;
  margin-top: 1rem;
}
#benefits .salary_example .one_day .cast p:last-child {
  margin-top: 0.5rem;
}
#benefits .salary_example .one_day .amount_paid {
  width: 84%;
  margin-top: 1rem;
}
#benefits .salary_example .one_day .amount_paid p:last-child {
  color: #00A45D;
  margin-top: 2rem;
}
#benefits .benefits_support {
  margin-top: 2rem;
}
#benefits .benefits_support .block {
  margin-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #BDBDBD;
}
#benefits .benefits_support .block h4 {
  font-size: 20px;
  color: #654B51;
}
#benefits .benefits_support .block p {
  margin-top: 0.5rem;
}
#benefits .difference {
  margin-top: 2rem;
}
#benefits .difference span {
  color: #00A45D;
}

#beginner h3 {
  font-size: 24px;
}
#beginner .feel_anxious {
  margin-top: 2rem;
}
#beginner .feel_anxious span {
  color: #00A45D;
}
#beginner .reason_choosing {
  margin-top: 2rem;
}
#beginner .reason_choosing .block {
  margin-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #BDBDBD;
}
#beginner .reason_choosing .block h4 {
  font-size: 20px;
  color: #654B51;
}
#beginner .reason_choosing .block p {
  margin-top: 0.5rem;
}
#beginner .start_work {
  margin-top: 2rem;
}
#beginner .start_work .image {
  width: 28%;
  margin-top: 1rem;
}
#beginner .start_work .flow {
  width: 70%;
  margin-top: 1rem;
}
#beginner .start_work .flow ul {
  padding: 0.5rem 0;
}
#beginner .start_work .about_trial {
  margin-top: 1rem;
}
#beginner .start_work .about_trial h4 {
  font-size: 20px;
  color: #654B51;
}
#beginner .start_work .about_trial p {
  padding: 1rem 0;
}
#beginner .start_work .about_trial p:not(:last-child) {
  border-bottom: 1px solid #BDBDBD;
}
#beginner .start_work .about_trial p a {
  color: #2962FF;
  text-decoration: underline;
}

#trial_shift h3 {
  font-size: 24px;
}
#trial_shift .what_trial_shift {
  margin-top: 2rem;
}
#trial_shift .flow {
  margin-top: 2rem;
}
#trial_shift .stepLine {
  margin-top: 2rem;
}
#trial_shift .flowWrap {
  margin-top: 2rem;
  border-bottom: 1px solid rgb(217, 217, 217);
}
#trial_shift .annotation {
  padding-top: 1rem;
}

#faq .accordion_wrapper {
  margin-top: 2rem;
}
#faq .accordion {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  padding-left: 1rem;
  padding-right: 1rem;
}
#faq .accordion:not(:first-child) {
  margin-top: 1rem;
}
#faq .accordion_header,
#faq .accordion_content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#faq .faq_style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#faq .faq_style p:nth-of-type(1) {
  width: 2em;
  font-size: 1.4rem;
}
#faq .faq_style p:nth-of-type(2) {
  width: calc(100% - 2em);
}
#faq .faq_style.faq_q {
  width: 92%;
}
#faq .faq_style.faq_q p:nth-of-type(1) {
  color: #FF6D98;
}
#faq .faq_style.faq_q p:nth-of-type(2) {
  font-size: 1.2rem;
  padding-top: 0.3rem;
}
#faq .faq_style.faq_a p:nth-of-type(1) {
  color: #47AFFF;
}
#faq .faq_style.faq_a p:nth-of-type(2) {
  color: #757575;
  padding-top: 0.5rem;
}
#faq .accordion_content {
  border-top: 1px dotted #EEEEEE;
}

#privacy_policy .regarding_to {
  line-height: 1.8;
}
#privacy_policy .regarding_to:not(:first-child) {
  margin-top: 2rem;
}
#privacy_policy .regarding_to h3 {
  font-size: 1.4rem;
  font-weight: 700;
}
#privacy_policy .regarding_to p {
  margin-top: 0.5rem;
}
#privacy_policy .regarding_to li {
  position: relative;
  padding-left: 1em;
  margin-top: 0.5rem;
}
#privacy_policy .regarding_to li:first-child {
  margin-top: 1.2rem;
}
#privacy_policy .regarding_to li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
#privacy_policy .regarding_to dl {
  margin-top: 0.5rem;
}
#privacy_policy .regarding_to dd {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

#entry .summary {
  color: #757575;
  text-align: center;
}
#entry .entry_area {
  margin-top: 2rem;
  padding-bottom: 2rem;
  background-color: #EEE7D8;
}
#entry .entry_area dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#entry .entry_area dt {
  width: 30%;
  margin-top: 2rem;
  padding-top: 0.2rem;
}
#entry .entry_area dd {
  width: 70%;
  margin-top: 2rem;
}
#entry .entry_area dd input[type=text],
#entry .entry_area dd input[type=email],
#entry .entry_area dd textarea {
  width: 80%;
  padding: 10px;
  border: 1px solid #bbbbbb;
  border-radius: 8px;
}
#entry .entry_area dd textarea {
  height: 120px;
}
#entry .entry_area dd .select_wrapper {
  position: relative;
  width: 80%;
}
#entry .entry_area dd .select_wrapper::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#entry .entry_area dd select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 10px;
  border: 1px solid #bbbbbb;
  border-radius: 8px;
}
#entry .entry_area dd:has(.formError) input[type=text],
#entry .entry_area dd:has(.formError) select {
  background-color: #ffebeb;
  border: 1px solid #da0000;
}
#entry .entry_area p {
  text-align: center;
  margin-top: 2rem;
}
#entry .entry_area input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 40%;
  font-size: 1.2rem;
  font-weight: 300;
  color: #ffffff;
  padding: 0.8rem 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#00A45D), to(#019B9B));
  background-image: -webkit-linear-gradient(left, #00A45D, #019B9B);
  background-image: linear-gradient(90deg, #00A45D, #019B9B);
  border: 0;
  border-radius: 40px;
  cursor: pointer;
}
#entry .entry_area input[type=submit]:hover {
  opacity: 0.8;
}
#entry .entry_area input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 40%;
  font-size: 1.2rem;
  font-weight: 300;
  color: #00A45D;
  padding: 0.8rem 0;
  background-color: #FFF3F6;
  border: 1px solid #00A45D;
  border-radius: 40px;
  cursor: pointer;
}
#entry .entry_area input[type=button]:hover {
  opacity: 0.8;
}
#entry .entry_area .confirm dd {
  font-weight: bold;
}
#entry .entry_area .button_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#entry .entry_area .button_area p {
  width: 30%;
}
#entry .entry_area .button_area p:nth-of-type(1) {
  margin-right: 5%;
}
#entry .entry_area .button_area input[type=submit] {
  width: 100%;
}
#entry .entry_area .button_area input[type=button] {
  width: 100%;
}
#entry .forme_complete {
  text-align: center;
}
#entry .forme_complete p {
  font-size: 1.2rem;
}
#entry .forme_complete .success h3 {
  font-size: 1.4rem;
  font-weight: 700;
}
#entry .forme_complete .success p:nth-of-type(1) {
  margin-top: 2rem;
}
#entry .forme_complete .success p:nth-of-type(2) {
  margin-top: 3rem;
}

.formError .formErrorArrowBottom {
  display: none !important;
}

.formError .formErrorContent::before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 9px 8px;
  border-color: transparent transparent #e70d39 transparent;
}

.formError .formErrorContent {
  top: 15px;
  left: 15px;
  background: #e70d39;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 5em;
  min-width: auto;
  padding: 5px 10px;
}

/*
  フォント
-------------------------------*/
/*--- 字体 ---*/
/*--- サイズ ---*/
.u-fs1 {
  font-size: 2rem !important;
}

.u-fs2 {
  font-size: 1.8rem !important;
}

.u-fs3 {
  font-size: 1.6rem !important;
}

.u-fs4 {
  font-size: 1.4rem !important;
}

.u-fs5 {
  font-size: 1.2rem !important;
}

/*--- 太さ ---*/
.u-bold {
  font-weight: bold;
}

/*--- 行間 ---*/
.u-lh_1 {
  line-height: 1;
}

.u-lh_1-2 {
  line-height: 1.2;
}

.u-lh_1-4 {
  line-height: 1.4;
}

.u-lh_1-6 {
  line-height: 1.6;
}

.u-lh_1-8 {
  line-height: 1.8;
}

.u-lh_2 {
  line-height: 2;
}

/*--- 装飾 ---*/
.u-deco__u_line {
  text-decoration: underline;
}

/*
  カラー
-------------------------------*/
.u-pink {
  color: #ff829f;
}

.u-red {
  color: #df0000;
}

/*--- 文字 ---*/
.u-text_orange {
  color: #c77765;
}

.u-text_cream {
  color: #faf5ea;
}

.u-text_gray {
  color: #6e675c;
}

/*--- 背景 ---*/
/*--- グラデーション ---*/
/*
  横幅
-------------------------------*/
.u-width_10 {
  width: 10% !important;
}

.u-width_15 {
  width: 15% !important;
}

.u-width_20 {
  width: 20% !important;
}

.u-width_25 {
  width: 25% !important;
}

.u-width_30 {
  width: 30% !important;
}

.u-width_35 {
  width: 35% !important;
}

.u-width_40 {
  width: 40% !important;
}

.u-width_45 {
  width: 45% !important;
}

.u-width_50 {
  width: 50% !important;
}

.u-width_55 {
  width: 55% !important;
}

.u-width_60 {
  width: 60% !important;
}

.u-width_65 {
  width: 65% !important;
}

.u-width_70 {
  width: 70% !important;
}

.u-width_75 {
  width: 75% !important;
}

.u-width_80 {
  width: 80% !important;
}

.u-width_85 {
  width: 85% !important;
}

.u-width_90 {
  width: 90% !important;
}

.u-width_95 {
  width: 95% !important;
}

.u-width_100 {
  width: 100% !important;
}

/*
  表示位置
-------------------------------*/
/*--- テキスト ---*/
.u-text_c {
  text-align: center;
}

.u-text_l {
  text-align: left;
}

.u-text_r {
  text-align: right;
}

/*--- ブロック ---*/
.u-block_c {
  margin-left: auto;
  margin-right: auto;
}

/*--- ポジション ---*/
.u-pos_r {
  position: relative;
}

.u-pos_a {
  position: absolute;
}

.u-pos_s {
  position: static;
}

/*
  余白(margin)
-------------------------------*/
.u-mt_05 {
  margin-top: 0.5rem;
}

.u-mb_05 {
  margin-bottom: 0.5rem;
}

.u-mt_1 {
  margin-top: 1rem;
}

.u-mb_1 {
  margin-bottom: 1rem;
}

.u-mt_2 {
  margin-top: 2rem;
}

.u-mb_2 {
  margin-bottom: 2rem;
}

.u-mt_3 {
  margin-top: 3rem;
}

.u-mb_3 {
  margin-bottom: 3rem;
}

.u-mt_4 {
  margin-top: 4rem;
}

.u-mb_4 {
  margin-bottom: 4rem;
}

.u-mt_5 {
  margin-top: 5rem;
}

.u-mb_5 {
  margin-bottom: 5rem;
}

/*
  余白(padding)
-------------------------------*/
.u-pt_1 {
  padding-top: 1rem;
}

.u-pb_1 {
  padding-bottom: 1rem;
}

.u-pt_2 {
  padding-top: 2rem;
}

.u-pb_2 {
  padding-bottom: 2rem;
}

.u-pt_3 {
  padding-top: 3rem;
}

.u-pb_3 {
  padding-bottom: 3rem;
}

.u-pt_4 {
  padding-top: 4rem;
}

.u-pb_4 {
  padding-bottom: 4rem;
}

.u-pt_5 {
  padding-top: 5rem;
}

.u-pb_5 {
  padding-bottom: 5rem;
}

/*
  表示形式
-------------------------------*/
.u-display_inline {
  display: inline;
}

.u-display_block {
  display: block;
}

/*
  その他
-------------------------------*/
.u-marker {
  background: -webkit-gradient(linear, left top, right top, from(#ff829f), to(#f64077));
  background: -webkit-linear-gradient(left, #ff829f 0%, #f64077 100%);
  background: linear-gradient(to right, #ff829f 0%, #f64077 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 48%;
}

.u-border_img {
  border: 1px solid #bdbdbd;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .pageTitleBar {
    padding: 3rem 0 2rem;
  }
  .pageTitleBar p {
    font-size: 1.8rem;
  }
  .pageTitleBar h2 {
    font-size: 1.2rem;
  }
  .btnArea {
    width: 50%;
  }
  .inquiriesBlock .inquiriesArea p:nth-of-type(2) {
    width: 60%;
  }
  .footer_logo {
    display: none;
  }
  .footer_link {
    width: 100%;
  }
  .footer_link ul {
    display: block;
  }
  .footer_link li {
    margin-left: 0 !important;
    border-bottom: 1px solid #aaaaaa;
  }
  .footer_link li:not(:first-child) {
    margin-left: 1.5em;
  }
  .footer_link a {
    display: block;
    position: relative;
    padding: 10px;
  }
  .footer_link a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
  }
  .footer_link p {
    text-align: center;
    margin-top: 2rem;
  }
  .listBlock {
    flex-wrap: wrap;
  }
  .listBlock .image {
    width: 100%;
    text-align: center;
  }
  .listBlock .explain {
    width: 100%;
  }
  .listBlock .explain .title {
    margin-top: 1rem;
  }
  .listBlock .explain .link {
    margin-right: auto;
  }
  .c-flowWBlock .detail {
    flex-wrap: wrap;
  }
  .c-flowWBlock .detail .image {
    width: 100%;
  }
  .c-flowWBlock .detail .explain {
    width: 100%;
  }
  .c-flowWBlock .detail .explain h3 {
    margin-top: 1rem;
  }
  .c-check_others ul li {
    width: 60%;
  }
  .c-check_others ul li:first-child {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .c-amount_block {
    width: 100%;
  }
  .own_pace .textWrap .text {
    width: 100vw;
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0 calc(50% - 50vw);
    padding: 2rem;
  }
  .people_selected .contentBlock div {
    width: 49%;
  }
  .about_work .about_work_block.back_amount .item {
    width: 100%;
  }
  .about_work .about_work_block.environment li {
    width: 49%;
  }
  .topFAQ .titleArea {
    width: 100%;
  }
  .topFAQ .faqArea {
    width: 100%;
    margin-top: 2rem;
  }
  #benefits .about_salary .item {
    width: 100%;
  }
  #beginner .start_work .image {
    width: 100%;
  }
  #beginner .start_work .flow {
    width: 100%;
  }
  #entry .entry_area dt {
    width: 100%;
  }
  #entry .entry_area dd {
    width: 100%;
    margin-top: 1rem;
  }
  #entry .entry_area dd input[type=text],
  #entry .entry_area dd input[type=email],
  #entry .entry_area dd textarea {
    width: 100%;
  }
  #entry .entry_area dd .select_wrapper {
    width: 100%;
  }
  #entry .entry_area .button_area p {
    width: 100%;
  }
  #entry .entry_area .button_area p:nth-of-type(1) {
    margin-right: 0;
  }
  #entry .entry_area .button_area input[type=submit] {
    width: 70%;
  }
  #entry .entry_area .button_area input[type=button] {
    width: 70%;
  }
}

@media only screen and (min-width: 1351px) {
  .main {
    margin-top: 82px;
  }
  .header {
    height: 82px;
  }
  .header_inner {
    max-width: 1920px;
    width: 100%;
    padding: 15px 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .logo {
    width: 210px;
  }
  .nav_list li {
    display: inline-block;
    text-align: right;
    margin-left: 20px;
  }
  .nav_list a {
    display: block;
    color: #333333;
    padding: 6px 0 5px;
  }
  .nav_list .nav_item:has(.is-active) a {
    color: #00A45D;
    font-weight: bold;
  }
  .nav_list .nav_item:has(.is-active) a .arrow_wrapper {
    position: relative;
    display: inline-block;
  }
  .nav_list .nav_item:has(.is-active) a .arrow {
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 1px;
    background-color: #00A45D;
  }
  .nav_list .nav_item:has(.is-active) a .arrow::before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #00A45D;
  }
  .nav_list .nav_item:has(.is-active) a .arrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: -3px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #00A45D;
  }
  .nav_list .apply a {
    display: block;
    font-family: "LINE Seed JP_OTF Thin";
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    background-image: linear-gradient(90deg, #00A45D, #019B9B);
    border-radius: 20px;
  }
  .nav_list .apply a:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 1350px) {
  .header {
    height: 60px;
  }
  .header_inner {
    padding: 5px 15px;
  }
  .logo {
    width: 140px;
  }
  .nav {
    position: fixed;
    right: -320px;
    top: 0;
    width: 300px;
    height: 100vh;
    padding-top: 60px;
    background-color: #fff;
    transition: all 0.6s;
    z-index: 200;
    overflow-y: auto;
    border-top: 5px solid #00A45D;
  }
  .hamburger {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    text-align: center;
    padding: 0 14px;
  }
  .nav_item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
  }
  .nav_item a:hover {
    background-color: #eee;
  }
  .apply {
    margin-top: 1em;
    text-align: center;
  }
  .apply a {
    display: block;
    font-family: "LINE Seed JP_OTF Thin";
    width: 80%;
    color: #ffffff;
    padding: 10px 0 9px;
    margin-left: auto;
    margin-right: auto;
    background-image: linear-gradient(90deg, #00A45D, #019B9B);
    border-radius: 20px;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #333;
    transition: all 0.6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 20px;
  }
  .hamburger_border_bottom {
    top: 26px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    /*transition: all .6s;*/
    cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .topFAQ {
    width: 100%;
    margin-left: 0;
  }
}
/*# sourceMappingURL=map/style.css.map */