/* リキッドレイアウト対応 */

@font-face {
	font-display: swap;
	src: url("../font/line-bold.ttf") format("truetype"), url("../font/line-bold.woff2") format("woff2"), url("../font/line-bold.woff") format("woff");
	font-family: "line";
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-display: swap;
	src: url("../font/line-regular.ttf") format("truetype"), url("../font/line-regular.woff2") format("woff2"), url("../font/line-regular.woff") format("woff");
	font-family: "line";
	font-style: normal;
	font-weight: 400;
}

body {
	color: #333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 2.25;
}

.u-mobile {
	display: none;
}

.u-mobile--lg {
	display: none;
}

a:hover {
	opacity: 0.7;
}

html {
	font-size: 0.6666666667vw;
}

/* pcの電話番号発信対応 */

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

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.black {
	color: #333;
}

.orange {
	color: #f4ae79;
}

.red {
	color: #ff959b;
}

.redorange {
	color: #ffa38d;
}

.green {
	color: #78d5ab;
}

.purple {
	color: #bcbcdd;
}

.blue {
	color: #72c2d1;
}

.blue2 {
	color: #a4caff;
}

.lightgray {
	color: #bdbdbd;
}

.bgorange {
	background-color: #f4ae79;
}

.bgred {
	background-color: #ff959b;
}

.bggreen {
	background-color: #78d5ab;
}

.bgpurple {
	background-color: #bcbcdd;
}

.bgblue {
	background-color: #72c2d1;
}

.bgblue2 {
	background-color: #a4caff;
}

.bglightgray {
	background-color: #bdbdbd;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

address {
	font-style: normal;
}

table {
	border-spacing: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

body.hidden {
	overflow: hidden;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.l-breadcrumb {
	margin-top: 272px;
	margin-top: 17rem;
}

.l-footer {
	margin-top: 328px;
	margin-top: 20.5rem;
}

.l-header {
	padding: 24px 0 32px;
	padding: 1.5rem 0 2rem;
	width: 100%;
	z-index: 2;
}

.l-inner,
.l-inner1280 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1760px;
	max-width: 110rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.l-inner1280 {
	max-width: 2048px;
	max-width: 128rem;
}

.l-top-main {
	overflow: hidden;
}

.c-arrow {
	position: relative;
}

.c-arrow::after {
	-webkit-mask-image: url(../images/common/arrow-green.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: 1.3rem;
	background: #333;
	content: "";
	height: 28.8px;
	height: 1.8rem;
	mask-image: url(../images/common/arrow-green.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 1.3rem;
	position: absolute;
	right: -40px;
	right: -2.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 28.8px;
	width: 1.8rem;
}

.c-arrow:hover::after {
	-webkit-transform: translate(0.5rem, -50%);
	transform: translate(0.5rem, -50%);
}

.c-breadcrumb {
	padding-right: 160px;
	padding-right: 10rem;
	position: absolute;
	right: 0;
	top: 0;
}

.c-breadcrumb ol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-breadcrumb ol a {
	padding-right: 48px;
	padding-right: 3rem;
	position: relative;
}

.c-breadcrumb ol a::after {
	content: "/";
	margin-left: 16px;
	margin-left: 1rem;
	position: absolute;
}

.c-btn a {
	background-color: #fff;
	border: 2px solid;
	border-radius: 5rem;
	color: #fff;
	display: block;
	font-size: 28.8px;
	font-size: 1.8rem;
	font-weight: 500;
	margin: 0 auto;
	padding: 40px 32px;
	padding: 2.5rem 2rem;
	position: relative;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 824px;
	width: 51.5rem;
}

.c-btn a:after {
	-webkit-mask-image: url(../images/common/arrow.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	aspect-ratio: 1;
	bottom: 0;
	content: "";
	margin: auto;
	mask-image: url(../images/common/arrow.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	position: absolute;
	right: 64px;
	right: 4rem;
	top: 0;
	width: 48px;
	width: 3rem;
}

.c-btn a:hover {
	color: #fff;
	opacity: 1;
}

.c-btn a:hover:after {
	background: #fff;
	right: 56px;
	right: 3.5rem;
}

.c-flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header__hamburger {
	display: none;
}

.c-page-hero img {
	-o-object-fit: cover;
	height: 22vw;
	object-fit: cover;
}

.c-pagination {
	margin: 64px auto 0;
	margin: 4rem auto 0;
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}

.c-pagination .page-numbers {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #a4caff;
	border: 1px solid #a4caff;
	border-radius: 50%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 64px;
	height: 4rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 24px;
	margin: 0 1.5rem;
	padding: 8px;
	padding: 0.5rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 64px;
	width: 4rem;
}

.c-pagination .current {
	background: none;
	border: 1px solid #a4caff;
	color: #a4caff;
}

.c-pagination a:hover {
	background-color: #fff;
	color: #a4caff;
}

.c-section-ttl {
	font-size: 44.8px;
	font-size: 2.8rem;
	font-weight: 600;
	margin-bottom: 80px;
	margin-bottom: 5rem;
	padding-left: 112px;
	padding-left: 7rem;
	position: relative;
	text-align: left;
}

.c-section-ttl::before {
	aspect-ratio: 1;
	bottom: 0;
	content: "";
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 96px;
	width: 6rem;
}

.c-section-ttl-caution {
	color: #333;
	display: block;
	font-size: 28.8px;
	font-size: 1.8rem;
	font-weight: 400;
	margin-top: 56px;
	margin-top: 3.5rem;
	padding-left: 120px;
	padding-left: 7.5rem;
}

.p-blog {
	padding: 128px 20px 192px 20px;
	padding: 8rem 20px 12rem 20px;
}

.p-blog h2::before {
	background: url(../images/recruit/ic-with.svg) no-repeat;
}

.p-blog__lists {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-blog__list {
	margin-bottom: 80px;
	margin-bottom: 5rem;
	width: calc(25% - 2rem);
}

.p-blog__lists::before {
	content: "";
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: calc(25% - 2rem);
}

.p-blog__lists::after {
	content: "";
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: calc(25% - 2rem);
}

.p-blog__ttl {
	font-size: 25.6px;
	font-size: 1.6rem;
}

.p-blog__info {
	font-size: 19.2px;
	font-size: 1.2rem;
}

.p-blog__img {
	border: 1px solid #e6e6e6;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.p-blog__img img {
	height: auto;
}

.p-blogdetail {
	padding: 128px 20px 192px 20px;
	padding: 8rem 20px 12rem 20px;
}

.p-blogdetail-ttl {
	font-size: 41.6px;
	font-size: 2.6rem;
}

.p-blogdetail__img {
	border: 1px solid #e6e6e6;
	margin: 80px 0;
	margin: 5rem 0;
	width: 100%;
}

.p-blogdetail__img img {
	-o-object-fit: cover;
	height: 960px;
	height: 60rem;
	object-fit: cover;
}

.p-blogdetail-descri {
	font-size: 24px;
	font-size: 1.5rem;
}

.p-blogdetail-descri img {
	height: auto;
	margin: 16px 0;
	margin: 1rem 0;
	width: 60%;
}

.p-blogdetail-descri p {
	line-height: 2;
	margin: 16px 0 32px;
	margin: 1rem 0 2rem;
}

.p-blogdetail-descri h2 {
	background-color: #e6e6e6;
	border-left: 5px solid #fbb03b;
	font-size: 35.2px;
	font-size: 2.2rem;
	line-height: 1.8;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	margin-top: 64px;
	margin-top: 4rem;
	padding: 16px 0 16px 32px;
	padding: 1rem 0 1rem 2rem;
}

.p-blogdetail-descri h3 {
	background-color: #e6e6e6;
	font-size: 28.8px;
	font-size: 1.8rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	margin-top: 64px;
	margin-top: 4rem;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
}

.p-blogdetail-descri h4 {
	font-size: 25.6px;
	font-size: 1.6rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	margin-top: 64px;
	margin-top: 4rem;
}

.p-blogdetail-descri ul,
.p-blogdetail-descri ol {
	list-style: disc;
	margin-left: 32px;
	margin-left: 2rem;
}

.p-blogdetail-descri ul li,
.p-blogdetail-descri ol li {
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}

.p-blogdetail-descri ol {
	list-style: decimal;
}

.p-blogdetail__time {
	font-size: 19.2px;
	font-size: 1.2rem;
}

body.page-template-page-faq .l-footer {
	margin-top: 0;
}

.p-faq {
	background-color: rgba(255, 149, 155, .1);
	padding: 128px 0 48px;
	padding: 8rem 0 3rem;
}

.p-faq .l-inner {
	position: relative;
}

.p-faq .l-inner::before {
	background: url(../images/faq/faq-illust2.png) no-repeat bottom;
	background-size: 100%;
	bottom: -208px;
	bottom: -13rem;
	content: "";
	height: 100%;
	left: -208px;
	left: -13rem;
	position: absolute;
	width: 128px;
	width: 8rem;
}

.p-faq .l-inner::after {
	background: url(../images/faq/faq-illust.png) no-repeat top;
	background-size: 100%;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: -128px;
	top: -8rem;
	width: 336px;
	width: 21rem;
}

.p-faq h2 {
	color: #ff959b;
	margin-bottom: 176px;
	margin-bottom: 11rem;
}

.p-faq h2::before {
	background: url(../images/top/faq-ttl-ic.svg) no-repeat;
}

.p-faq__box {
	margin-bottom: 80px;
	margin-bottom: 5rem;
	padding-left: 160px;
	padding-left: 10rem;
}

.p-faq__q {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.p-faq__q span.first {
	display: inline-block;
	margin-right: 48px;
	margin-right: 3rem;
}

.p-faq__a {
	color: #ff959b;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding-left: 1.2em;
	text-indent: -1.2em;
}

.p-faq__a span.first {
	display: inline-block;
	margin-right: 48px;
	margin-right: 3rem;
}

.p-faq__a span.sub {
	color: #333;
	display: block;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.75;
	margin-left: 48px;
	margin-left: 3rem;
	margin-left: 0;
	margin-top: 8px;
	margin-top: 0.5rem;
	text-indent: 0;
}

.p-faq__btn a {
	color: #ff959b;
}

.p-faq__btn a:after {
	background: #ff959b;
}

.p-faq__btn a:hover {
	background: #ff959b;
}

body.page-template-page-flow .l-footer {
	margin-top: 0;
}

.p-flow__use {
	background-color: rgba(230, 230, 230, .2);
	padding: 128px 0 80px;
	padding: 8rem 0 5rem;
}

.p-flow__use .l-inner1150 {
	max-width: 1600px;
	max-width: 100rem;
}

.p-flow__use h2 {
	color: #78d5ab;
}

.p-flow__use h2::before {
	background: url(../images/top/flow-ttl-ic.svg) no-repeat;
}

.p-flow__use__lists {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 168px;
	margin-bottom: 10.5rem;
	margin-top: 200px;
	margin-top: 12.5rem;
}

.p-flow__use__list {
	position: relative;
	width: calc(16.66667% - 3rem);
}

.p-flow__use__no {
	color: #78d5ab;
	font-size: 64px;
	font-size: 4rem;
	font-weight: 500;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: -48px;
	top: -3rem;
}

.p-flow__use__img {
	aspect-ratio: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(120, 213, 171, .2);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.p-flow__use__img::after {
	aspect-ratio: 1;
	background: url(../images/top/flow-arrow.svg) no-repeat;
	bottom: 0;
	content: "";
	margin: auto;
	position: absolute;
	right: -40px;
	right: -2.5rem;
	top: 32px;
	top: 2rem;
	width: 72px;
	width: 4.5rem;
}

.p-flow__use__list:last-child .p-flow__use__img::after {
	display: none;
}

.p-flow__use__img img {
	aspect-ratio: 1;
	margin: 0 auto;
	width: 50%;
}

.p-flow__use__ttl {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-top: 32px;
	margin-top: 2rem;
	text-align: center;
}

.p-flow__use__btn a {
	color: #78d5ab;
}

.p-flow__use__btn a:after {
	background: #78d5ab;
}

.p-flow__use__btn a:hover {
	background: #78d5ab;
}

.p-flow__difference {
	background-color: rgba(251, 176, 59, .07);
	padding: 176px 0 288px;
	padding: 11rem 0 18rem;
}

.p-flow__difference .l-inner {
	position: relative;
}

.p-flow__difference .l-inner::before {
	background: url(../images/flow/difference-illust3.png) no-repeat top;
	background-size: 100%;
	content: "";
	height: 100%;
	position: absolute;
	right: -224px;
	right: -14rem;
	top: -32px;
	top: -2rem;
	width: 176px;
	width: 11rem;
}

.p-flow__difference .l-inner::after {
	background: url(../images/flow/difference-illust2.png) no-repeat bottom;
	background-size: 100%;
	bottom: -352px;
	bottom: -22rem;
	content: "";
	height: 100%;
	position: absolute;
	right: -224px;
	right: -14rem;
	width: 160px;
	width: 10rem;
}

.p-flow__difference h2 {
	color: #78d5ab;
}

.p-flow__difference h2:before {
	background: url(../images/flow/ic-difference.svg) no-repeat;
}

.p-flow__diffucult-box {
	background-color: #fff;
	border-radius: 3rem;
	font-size: 32px;
	font-size: 2rem;
	padding: 96px 160px;
	padding: 6rem 10rem;
}

.p-flow__diffucult-box::before {
	background: url(../images/flow/difference-illust1.png) no-repeat bottom;
	background-size: 100%;
	bottom: -64px;
	bottom: -4rem;
	content: "";
	height: 100%;
	left: -32px;
	left: -2rem;
	position: absolute;
	width: 128px;
	width: 8rem;
}

.p-flow__diffucult-box p {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.9444444444;
	margin-bottom: 88px;
	margin-bottom: 5.5rem;
}

.p-flow__diffucult-box p:nth-child(n+2) {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.p-flow__diffucult-box p:last-child {
	margin-bottom: 0;
}

.p-flow__diffucult-box p.p-flow__diffucult-caution {
	font-size: 19.2px;
	font-size: 1.2rem;
	margin-top: 48px;
	margin-top: 3rem;
	text-align: right;
}

.p-footer {
	background-color: rgba(230, 230, 230, .2);
	padding: 160px 0 192px;
	padding: 10rem 0 12rem;
}

.p-footer .c-flex {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.p-footer__info {
	margin-right: 112px;
	margin-right: 7rem;
	width: 552px;
	width: 34.5rem;
}

.p-footer__logo {
	margin-bottom: 96px;
	margin-bottom: 6rem;
}

.p-footer__name {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.4782608696;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.p-footer__address {
	font-size: 25.6px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.7;
}

.p-footer__address a {
	display: inline-block;
	padding-left: 32px;
	padding-left: 2rem;
	position: relative;
}

.p-footer__address a::before {
	aspect-ratio: 1;
	background: url(../images/common/ic-tel2.svg) no-repeat;
	bottom: 0;
	content: "";
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	width: 25.6px;
	width: 1.6rem;
}

.p-footer__nav-left {
	margin-right: 72px;
	margin-right: 4.5rem;
}

.p-footer__lists {
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.p-footer__list {
	font-size: 25.6px;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: -0.01em;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	padding-left: 192px;
	padding-left: 12rem;
	position: relative;
}

.p-footer__list a {
	display: block;
}

.p-footer__list:last-child {
	margin-bottom: 0;
}

.p-footer__list a::before {
	border-top: 1px solid;
	bottom: 0;
	content: "";
	height: 0;
	left: 72px;
	left: 4.5rem;
	margin: auto;
	position: absolute;
	top: 0;
	width: 112px;
	width: 7rem;
}

.p-footer__list-ttl {
	font-size: 28.8px;
	font-size: 1.8rem;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.15em;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	padding-left: 0;
}

.p-footer__copy {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	margin-top: 64px;
	margin-top: 4rem;
	text-align: center;
}

.p-header {
	height: 100%;
}

.p-header__logo {
	max-width: 720px;
	max-width: 45rem;
	width: 448px;
	width: 28rem;
}

.p-header__right {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc(100% - 30rem);
}

.p-header__info {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.p-header__info-tel {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-header__info-tel a {
	color: #fbb03b;
	display: block;
	font-family: "line", sans-serif;
	font-size: 48px;
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: -0.005em;
	line-height: 1.1;
	padding-left: 48px;
	padding-left: 3rem;
	position: relative;
}

.p-header__info-tel a::before {
	aspect-ratio: 1;
	background: url(../images/common/ic-tel.svg) no-repeat center;
	bottom: 0;
	content: "";
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 32px;
	width: 2rem;
}

.p-header__info-tel span {
	color: #333;
	display: block;
	font-size: 25.6px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	text-align: center;
}

.p-header__info-line a {
	background-color: #06c755;
	border-radius: 5rem;
	color: #fff;
	display: block;
	font-family: "line", sans-serif;
	font-size: 30.4px;
	font-size: 1.9rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	padding: 16px 32px 16px 96px;
	padding: 1rem 2rem 1rem 6rem;
	position: relative;
	text-align: center;
	text-shadow: 2px 3px 1px rgba(0, 0, 0, .2);
	width: 512px;
	width: 32rem;
}

.p-header__info-line a::before {
	aspect-ratio: 1;
	background: url(../images/common/ic-line.svg) no-repeat center;
	bottom: 0;
	content: "";
	left: 44.8px;
	left: 2.8rem;
	margin: auto;
	position: absolute;
	top: 0;
	width: 44.8px;
	width: 2.8rem;
}

.p-header__list {
	margin-right: 24px;
	margin-right: 1.5rem;
}

.p-header__list:last-child {
	margin-right: 0;
}

.p-header__list a {
	border-radius: 5rem;
	color: #fff;
	display: block;
	font-size: 22.4px;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 16px 0;
	padding: 1rem 0;
	text-align: center;
	width: 200px;
	width: 12.5rem;
}

body.page-template-page-price .l-footer {
	margin-top: 0;
}

.p-price__use {
	padding: 128px 0 128px;
	padding: 8rem 0 8rem;
}

.p-price__use .l-inner {
	position: relative;
}

.p-price__use .l-inner::before {
	background: url(../images/price/illust1.png) no-repeat top;
	background-size: 100%;
	content: "";
	height: 100%;
	position: absolute;
	right: -128px;
	right: -8rem;
	top: 0;
	width: 160px;
	width: 10rem;
}

.p-price__use .l-inner::after {
	background: url(../images/price/illust2.png) no-repeat bottom;
	background-size: 100%;
	bottom: 0;
	content: "";
	height: 100%;
	left: -176px;
	left: -11rem;
	position: absolute;
	width: 208px;
	width: 13rem;
}

.p-price__use h2 {
	color: #72c2d1;
}

.p-price__use h2::before {
	background: url(../images/top/price-ttl-ic.svg) no-repeat;
}

.p-price__use-base {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-price__use table {
	margin: 0 auto;
	width: 1472px;
	width: 92rem;
}

.p-price__use .p-price__use-base-ttl {
	color: #72c2d1;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 600;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	text-align: center;
}

.p-price__use table tr th {
	background-color: rgba(114, 194, 209, .3);
	border-top: 1px solid #72c2d1;
	color: #72c2d1;
	font-size: 35.2px;
	font-size: 2.2rem;
}

.p-price__use table tr th[colspan] {
	color: #4f858c;
	font-size: 27.2px;
	font-size: 1.7rem;
	padding: 16px;
	padding: 1rem;
}

.p-price__use table tr td {
	border-right: 1px solid #72c2d1;
	border-top: 1px solid #72c2d1;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
}

.p-price__use table tr td:last-child {
	border-right: none;
}

.p-price__use table tr td span {
	color: #333;
	font-size: 25.6px;
	font-size: 1.6rem;
	font-weight: 400;
}

.p-price__use table tr td p {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 28.8px;
	font-size: 1.8rem;
	margin-right: 32px;
	margin-right: 2rem;
	text-align: center;
}

.p-price__use table tr td p:last-child {
	margin-right: 0;
}

.p-price__use table tr td .time {
	aspect-ratio: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(114, 194, 209, .3);
	border-radius: 50%;
	color: #4f858c;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 22.4px;
	font-size: 1.4rem;
	font-weight: 600;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	margin-left: 0;
	text-align: center;
	width: 120px;
	width: 7.5rem;
}

.p-price__use table tr td .time b {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.p-price__use table tr th,
.p-price__use table tr td {
	padding: 24px 40px;
	padding: 1.5rem 2.5rem;
}

.p-price__use table tr:last-child th,
.p-price__use table tr:last-child td {
	border-bottom: 1px solid #72c2d1;
}

.p-price__use-table-caution {
	color: #72c2d1;
	font-size: 25.6px;
	font-size: 1.6rem;
	font-weight: 600;
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: center;
}

.p-price__use-case {
	margin: 112px auto 0;
	margin: 7rem auto 0;
	width: 1472px;
	width: 92rem;
}

.p-price__use-case-subttl {
	color: #72c2d1;
	font-size: 44.8px;
	font-size: 2.8rem;
	font-weight: 600;
	margin-bottom: 96px;
	margin-bottom: 6rem;
	text-align: center;
}

.p-price__use-case-flex {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-price__use-case-box {
	background-color: rgba(114, 194, 209, .2);
	border-radius: 2.5rem;
	margin-bottom: 128px;
	margin-bottom: 8rem;
	padding: 96px 48px 32px 48px;
	padding: 6rem 3rem 2rem 3rem;
	position: relative;
	width: calc(50% - 3.5rem);
}

.p-price__use-case-box:last-child,
.p-price__use-case-box:nth-last-child(2) {
	margin-bottom: 0;
}

.p-price__use-case-box-ttl {
	background-color: #72c2d1;
	border-radius: 5rem;
	color: #fff;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 600;
	left: 0;
	margin: 0 auto;
	padding: 16px 0;
	padding: 1rem 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: -32px;
	top: -2rem;
	width: 80%;
}

.p-price__use-case-box-contents p,
.p-price__use-case-box dl {
	color: #4f858c;
	font-size: 28.8px;
	font-size: 1.8rem;
}

.p-price__use-case-box-contents p {
	margin-bottom: 48px;
	margin-bottom: 3rem;
	text-align: center;
}

.p-price__use-case-box dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
	position: relative;
}

.p-price__use-case-box dl:last-child {
	border-top: 1px solid #4f858c;
	padding-top: 8px;
	padding-top: 0.5rem;
}

.p-price__use-case-box dl dt {
	font-size: 28.8px;
	font-size: 1.8rem;
	font-weight: 600;
	padding-left: 40px;
	padding-left: 2.5rem;
	position: relative;
}

.p-price__use-case-box dl dt::before {
	background-color: #4f858c;
	content: "";
	height: 19.2px;
	height: 1.2rem;
	left: 0;
	position: absolute;
	top: 11.2px;
	top: 0.7rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 19.2px;
	width: 1.2rem;
}

.p-price__use-case-box dl dt span {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
}

.p-price__use-case-box dl dd {
	font-size: 28.8px;
	font-size: 1.8rem;
	font-weight: 600;
}

.p-price__use-case-box dl:last-child dt {
	aspect-ratio: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(../images/top/price-baloon.svg) no-repeat;
	bottom: 0;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
	padding-left: 0;
	position: absolute;
	right: 136px;
	right: 8.5rem;
	width: 84.8px;
	width: 5.3rem;
}

.p-price__use-case-box dl:last-child dt::before {
	display: none;
}

.p-price__use-case-box dl:last-child dd {
	display: block;
	text-align: right;
	width: 100%;
}

.p-price__use__btn a {
	color: #72c2d1;
}

.p-price__use__btn a:after {
	background: #72c2d1;
}

.p-price__use__btn a:hover {
	background: #72c2d1;
}

.p-price__about {
	background-color: rgba(244, 174, 121, .07);
	padding: 144px 0 96px;
	padding: 9rem 0 6rem;
}

.p-price__about .l-inner {
	position: relative;
}

.p-price__about h2 {
	color: #ff959b;
}

.p-price__about h2:before {
	background: url(../images/price/ic-montesoly.svg) no-repeat;
}

.p-price__about-list {
	margin-bottom: 136px;
	margin-bottom: 8.5rem;
}

.p-price__about-list:last-child {
	margin-bottom: 0;
}

.p-price__about-list:nth-child(2n) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.p-price__about-list:nth-child(2n) .p-price__about-img {
	margin-left: 64px;
	margin-left: 4rem;
	margin-right: 0;
}

.p-price__about-img {
	margin-right: 64px;
	margin-right: 4rem;
	width: 552px;
	width: 34.5rem;
}

.p-price__about-img img {
	width: 100%;
}

.p-price__about-txt {
	width: calc(100% - 34.5rem);
}

.p-price__about-ttl {
	color: #fbb03b;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.p-price__about-descri {
	font-size: 24px;
	font-size: 1.5rem;
	letter-spacing: 0.01em;
	line-height: 2.1428571429;
}

.p-price__person {
	margin: 144px 0;
	margin: 9rem 0;
}

.p-price__person .l-inner {
	position: relative;
}

.p-price__person .l-inner::after {
	background: url(../images/price/illust3.png) no-repeat top;
	background-size: 100%;
	content: "";
	height: 100%;
	position: absolute;
	right: -128px;
	right: -8rem;
	top: -112px;
	top: -7rem;
	width: 240px;
	width: 15rem;
}

.p-price__person h2 {
	color: #72c2d1;
}

.p-price__person h2::before {
	background: url(../images/price/ic-person.svg) no-repeat;
}

.p-price__person table {
	margin: 0 auto;
	width: 1472px;
	width: 92rem;
}

.p-price__person table caption {
	background-color: rgba(114, 194, 209, .3);
	color: #72c2d1;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 600;
	padding: 16px;
	padding: 1rem;
	text-align: center;
}

.p-price__person table tr th {
	background-color: rgba(114, 194, 209, .3);
	border-top: 1px solid #72c2d1;
	color: #72c2d1;
	font-size: 35.2px;
	font-size: 2.2rem;
	width: 40%;
}

.p-price__person table tr th[colspan] {
	color: #4f858c;
	font-size: 27.2px;
	font-size: 1.7rem;
	padding: 16px;
	padding: 1rem;
}

.p-price__person table tr td {
	border-right: 1px solid #72c2d1;
	border-top: 1px solid #72c2d1;
	font-size: 32px;
	font-size: 2rem;
	text-align: center;
}

.p-price__person table tr td:last-child {
	border-right: none;
}

.p-price__person table tr th,
.p-price__person table tr td {
	padding: 24px 48px;
	padding: 1.5rem 3rem;
}

.p-price__person table tr:last-child th,
.p-price__person table tr:last-child td {
	border-bottom: 1px solid #72c2d1;
}

.p-price__person-caution {
	color: #4f858c;
	font-size: 22.4px;
	font-size: 1.4rem;
	margin-top: 32px;
	margin-top: 2rem;
	text-align: center;
}

.p-price__caution {
	background-color: rgba(114, 194, 209, .3);
	padding: 112px 0 208px;
	padding: 7rem 0 13rem;
}

.p-price__caution .l-inner {
	position: relative;
}

.p-price__caution .l-inner::before {
	background: url(../images/price/illust4.png) no-repeat top;
	background-size: 100%;
	content: "";
	height: 100%;
	left: -208px;
	left: -13rem;
	position: absolute;
	top: -160px;
	top: -10rem;
	width: 176px;
	width: 11rem;
}

.p-price__caution h2 {
	color: #72c2d1;
}

.p-price__caution h2::before {
	background: url(../images/price/ic-caution.svg) no-repeat;
}

.p-price__caution ul {
	background-color: #fff;
	border-radius: 3rem;
	font-size: 32px;
	font-size: 2rem;
	padding: 96px 160px;
	padding: 6rem 10rem;
}

.p-price__caution-list {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.p-price__caution-list:last-child {
	margin-bottom: 0;
}

.p-price__caution-list .ttl {
	font-size: 32px;
	font-size: 2rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	padding-left: 56px;
	padding-left: 3.5rem;
	position: relative;
}

.p-price__caution-list .ttl::before {
	aspect-ratio: 1/1;
	background: url(../images/price/caution-check.svg) no-repeat;
	background-size: 100%;
	bottom: 0;
	content: "";
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 40px;
	width: 2.5rem;
}

.p-price__caution-list .descri {
	font-size: 24px;
	font-size: 1.5rem;
	padding-left: 56px;
	padding-left: 3.5rem;
}

.p-privacy {
	line-height: 2;
	padding: 128px 0 48px;
	padding: 8rem 0 3rem;
}

.p-privacy .l-inner {
	position: relative;
}

.p-privacy h2::before {
	background: url(../images/recruit/ic-with.svg) no-repeat;
}

.p-privacy h3 {
	background-color: #e6e6e6;
	font-size: 35.2px;
	font-size: 2.2rem;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	margin-top: 64px;
	margin-top: 4rem;
	padding: 11.2px 32px;
	padding: 0.7rem 2rem;
}

.p-privacy .right {
	margin-top: 32px;
	margin-top: 2rem;
	text-align: right;
}

.p-privacy__ttl {
	font-size: 41.6px;
	font-size: 2.6rem;
	font-weight: 700;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	margin-top: 160px;
	margin-top: 10rem;
}

.p-privacy table {
	border: 1px solid #e6e6e6;
}

.p-privacy table tr th {
	border-right: 1px solid #e6e6e6;
	padding: 24px;
	padding: 1.5rem;
}

.p-privacy table tr td {
	padding: 24px;
	padding: 1.5rem;
}

.p-privacy table tr:first-child th,
.p-privacy table tr:first-child td {
	border-bottom: 1px solid #e6e6e6;
}

body.page-template-page-recruit .l-footer {
	margin-top: 144px;
	margin-top: 9rem;
}

.p-recruit__with {
	background-color: rgba(188, 188, 221, .1);
	padding: 128px 0 192px;
	padding: 8rem 0 12rem;
}

.p-recruit__with .l-inner {
	position: relative;
}

.p-recruit__with .l-inner::before {
	background: url(../images/top/recruit-illust1.png) no-repeat top;
	background-size: 100%;
	content: "";
	height: 100%;
	position: absolute;
	right: -24px;
	right: -1.5rem;
	top: -48px;
	top: -3rem;
	width: 176px;
	width: 11rem;
}

.p-recruit__with .l-inner::after {
	background: url(../images/top/recruit-illust2.png) no-repeat bottom;
	background-size: 100%;
	bottom: -560px;
	bottom: -35rem;
	content: "";
	height: 100%;
	left: -176px;
	left: -11rem;
	position: absolute;
	width: 176px;
	width: 11rem;
}

.p-recruit h2 {
	color: #bcbcdd;
	margin-bottom: 128px;
	margin-bottom: 8rem;
}

.p-recruit__with h2::before {
	background: url(../images/recruit/ic-with.svg) no-repeat;
}

.p-recruit__with-txt {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.7647058824;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	text-align: center;
}

.p-recruit__with-txt:last-child {
	margin-bottom: 0;
}

.p-recruit__with-txt p {
	line-height: 1.75;
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.p-recruit__with-txt p:last-child {
	margin-bottom: 0;
}

.p-recruit__with-btn {
	margin-top: 192px;
	margin-top: 12rem;
}

.p-recruit__with-btn a {
	color: #bcbcdd;
}

.p-recruit__with-btn a:after {
	background: #bcbcdd;
}

.p-recruit__with-btn a:hover {
	background: #bcbcdd;
}

.p-recruit__recruitment {
	background-color: rgba(188, 188, 221, .2);
	padding: 160px 0;
	padding: 10rem 0;
}

.p-recruit__recruitment h2::before {
	background: url(../images/recruit/ic-recruitment.svg) no-repeat;
}

.p-recruit__recruitment-txt {
	background-color: #fff;
	border-radius: 3rem;
	font-size: 32px;
	font-size: 2rem;
	padding: 96px 160px;
	padding: 6rem 10rem;
}

.p-recruit__recruitment-ttl {
	font-size: 32px;
	font-size: 2rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	padding-left: 56px;
	padding-left: 3.5rem;
	position: relative;
}

.p-recruit__recruitment-ttl::before {
	aspect-ratio: 1/1;
	background: url(../images/recruit/recruitment-check.svg) no-repeat;
	background-size: 100%;
	bottom: 0;
	content: "";
	left: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 40px;
	width: 2.5rem;
}

.p-recruit__recruitment-list {
	font-size: 24px;
	font-size: 1.5rem;
	margin-left: 48px;
	margin-left: 3rem;
}

.p-recruit__recruitment-list span {
	padding-right: 16px;
	padding-right: 1rem;
}

.p-recruit__recruitment-comment {
	color: #bcbcdd;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 600;
	margin: 88px 0 64px;
	margin: 5.5rem 0 4rem;
}

.p-recruit__recruitment-descri {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.75;
}

.p-recruit__contact {
	margin-top: 160px;
	margin-top: 10rem;
	position: relative;
}

.p-recruit__contact .l-inner {
	position: relative;
}

.p-recruit__contact .l-inner::before {
	background: url(../images/recruit/contact-illust1.png) no-repeat top;
	background-size: 100%;
	content: "";
	height: 100%;
	position: absolute;
	right: -240px;
	right: -15rem;
	top: -240px;
	top: -15rem;
	width: 176px;
	width: 11rem;
}

.p-recruit__contact .l-inner::after {
	background: url(../images/recruit/contact-illust2.png) no-repeat bottom;
	background-size: 100%;
	bottom: 0;
	content: "";
	height: 100%;
	left: -160px;
	left: -10rem;
	position: absolute;
	width: 256px;
	width: 16rem;
}

.p-recruit__contact h2::before {
	background: url(../images/recruit/ic-with.svg) no-repeat;
}

.p-recruit__contact form {
	margin: 0 auto;
	width: 87%;
}

.p-recruit__contact .smf-form .smf-item {
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.p-recruit__contact .smf-form .smf-item:last-child {
	margin-bottom: 0;
}

.p-recruit__contact .smf-form .smf-item .smf-text-control__control,
.p-recruit__contact .smf-form .smf-item .smf-textarea-control__control {
	border-radius: 3px;
	font-family: sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	padding: 24px 32px;
	padding: 1.5rem 2rem;
	width: 100%;
}

.p-recruit__contact .smf-form .smf-item .smf-textarea-control__control {
	height: 320px;
	height: 20rem;
}

.p-recruit__contact .smf-action {
	margin-top: 96px;
	margin-top: 6rem;
}

.p-recruit__contact .smf-action .smf-button-control__control {
	background: #333;
	border: 1px solid;
	border-radius: 5rem;
	color: #fff;
	display: block;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 500;
	margin: 0 auto;
	padding: 32px 16px;
	padding: 2rem 1rem;
	position: relative;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 600px;
	width: 37.5rem;
}

.p-recruit__contact .smf-action .smf-button-control__control:hover {
	opacity: 0.7;
}

.p-recruit__contact .smf-action .smf-button-control__control::after {
	border-right: 2px solid;
	border-top: 2px solid;
	bottom: 0;
	content: "";
	height: 24px;
	height: 1.5rem;
	margin: auto;
	position: absolute;
	right: 96px;
	right: 6rem;
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 24px;
	width: 1.5rem;
}

.p-recruit__contact .smf-action .smf-button-control__control:hover::after {
	right: 80px;
	right: 5rem;
}

.p-recruit__contact form[data-screen=complete] .smf-form {
	font-size: 32px;
	font-size: 2rem;
}

.p-top-fv button {
	display: none !important;
}

.p-top-fv__ttl {
	color: #fff;
	display: inline-block;
	font-size: 51.2px;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.7714285714;
	padding: 160px 64px;
	padding: 10rem 4rem;
	position: absolute;
	text-align: left;
	width: 50%;
}

.p-top-fv__img {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.p-top-fv__list01 .p-top-fv__ttl {
	background-color: #78d5ab;
}

.p-top-fv__list02 .p-top-fv__img {
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
}

.p-top-fv__list02 .p-top-fv__ttl {
	background-color: #ff959b;
}

.p-top-fv__comment {
	background-color: #e6e6e6;
	font-weight: 600;
	padding: 160px 0;
	padding: 10rem 0;
	text-align: center;
}

.p-top-fv__comment p {
	font-size: 38.4px;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
	line-height: 1.7647058824;
	margin-bottom: 64px;
	margin-bottom: 4rem;
}

.p-top-fv__comment p:last-child {
	margin-bottom: 0;
}

.p-top-about {
	background-color: rgba(251, 176, 59, .07);
	padding: 144px 0 96px;
	padding: 9rem 0 6rem;
}

.p-top-about .l-inner {
	position: relative;
}

.p-top-about .l-inner::after {
	background: url(../images/top/about-illust.png) no-repeat top;
	background-size: 100%;
	content: "";
	height: 100%;
	position: absolute;
	right: 20px;
	top: -80px;
	top: -5rem;
	width: 240px;
	width: 15rem;
}

.p-top-about h2 {
	color: #fbb03b;
}

.p-top-about h2:before {
	background: url(../images/top/about-ttl-ic.svg) no-repeat;
}

.p-top-about__list {
	margin-bottom: 136px;
	margin-bottom: 8.5rem;
}

.p-top-about__list:last-child {
	margin-bottom: 0;
}

.p-top-about__list:nth-child(2n) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.p-top-about__list:nth-child(2n) .p-top-about__img {
	margin-left: 64px;
	margin-left: 4rem;
	margin-right: 0;
}

.p-top-about__img {
	margin-right: 64px;
	margin-right: 4rem;
	width: 552px;
	width: 34.5rem;
}

.p-top-about__img img {
	width: 100%;
}

.p-top-about__txt {
	width: calc(100% - 34.5rem);
}

.p-top-about__ttl {
	color: #fbb03b;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.p-top-about__descri {
	font-size: 24px;
	font-size: 1.5rem;
	letter-spacing: 0.01em;
	line-height: 2.1428571429;
}

.p-top-recommend {
	padding: 160px 0 184px;
	padding: 10rem 0 11.5rem;
}

.p-top-recommend .l-inner {
	position: relative;
}

.p-top-recommend .l-inner::after {
	background: url(../images/top/recommend-illust.png) no-repeat top;
	background-size: 100%;
	content: "";
	height: 100%;
	position: absolute;
	right: -48px;
	right: -3rem;
	top: -224px;
	top: -14rem;
	width: 368px;
	width: 23rem;
}

.p-top-recommend h2 {
	color: #85c9f4;
}

.p-top-recommend h2::before {
	background: url(../images/top/recommend-ttl-ic.svg) no-repeat;
}

.p-top-recommend__lists {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 224px;
	margin-top: 14rem;
}

.p-top-recommend__list {
	position: relative;
	width: calc(20% - 2.5rem);
}

.p-top-recommend__img {
	aspect-ratio: 1;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -144px;
	top: -9rem;
	width: 256px;
	width: 16rem;
}

.p-top-recommend__txt {
	background-color: rgba(133, 201, 244, .2);
	border-radius: 2.5rem;
	height: 640px;
	height: 40rem;
	padding: 160px 32px 56px;
	padding: 10rem 2rem 3.5rem;
}

.p-top-recommend__ttl {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	text-align: center;
}

.p-top-recommend__descri {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1.75;
}

.p-top-recommend__bottom {
	margin-top: 72px;
	margin-top: 4.5rem;
}

.p-top-recommend__bubble {
	margin: 0 auto 16px;
	margin: 0 auto 1rem;
	text-align: center;
	width: 200px;
	width: 12.5rem;
}

.p-top-recommend__voice {
	background-color: rgba(255, 149, 155, .2);
	border-radius: 2.5rem;
	font-size: 24px;
	font-size: 1.5rem;
	height: 288px;
	height: 18rem;
	line-height: 1.9444444444;
	padding: 32px;
	padding: 2rem;
}

.p-top-company {
	background-color: rgba(230, 230, 230, .2);
	padding: 256px 0 152px;
	padding: 16rem 0 9.5rem;
	position: relative;
}

.p-top-company::after {
	aspect-ratio: 1;
	background: url(../images/top/company-bg.png) no-repeat right bottom;
	background-size: 100%;
	bottom: 32px;
	bottom: 2rem;
	content: "";
	position: absolute;
	right: 48px;
	right: 3rem;
	width: 592px;
	width: 37rem;
	z-index: 1;
}

.p-top-company .l-inner {
	position: relative;
}

.p-top-company .l-inner::after {
	background: url(../images/top/company-illust.png) no-repeat top;
	background-size: 100%;
	content: "";
	height: 100%;
	position: absolute;
	right: 20px;
	top: -160px;
	top: -10rem;
	width: 400px;
	width: 25rem;
}

.p-top-company h2 {
	color: #ff959b;
}

.p-top-company h2::before {
	background: url(../images/top/company-ttl-ic.svg) no-repeat;
}

.p-top-company__img {
	margin-right: 176px;
	margin-right: 11rem;
	width: 648px;
	width: 40.5rem;
}

.p-top-company__name {
	font-size: 24px;
	font-size: 1.5rem;
	margin-top: 32px;
	margin-top: 2rem;
	text-align: center;
}

.p-top-company__txt {
	font-size: 28.8px;
	font-size: 1.8rem;
	letter-spacing: -0.01em;
	line-height: 1.9444444444;
	width: calc(100% - 11rem);
}

.p-top-company__txt-catch img {
	margin: 0 auto 32px;
	margin: 0 auto 2rem;
	width: 224px;
	width: 14rem;
}

.p-top-company__txt-catch span {
	display: block;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
}

.p-top-company__txt-ttl {
	color: #ff959b;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 600;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	margin-top: 72px;
	margin-top: 4.5rem;
	text-align: center;
}

.p-top-company__txt-descri1 p {
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.p-top-company__txt-descri1 p:last-child {
	margin-bottom: 0;
}

.p-top-company__sub {
	margin-top: 64px;
	margin-top: 4rem;
}

.p-top-company__sub-descri1 {
	text-align: right;
}

.p-top-company__sub-ttl {
	color: #ff959b;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 600;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	margin-top: 64px;
	margin-top: 4rem;
	text-align: center;
}

.p-top-company__sub-descri2 p {
	line-height: 1.9444444444;
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.p-top-company__sub-descri2 p:last-child {
	margin-bottom: 0;
}

.p-top-price {
	padding: 224px 0 128px;
	padding: 14rem 0 8rem;
}

.p-top-price .l-inner {
	position: relative;
}

.p-top-price .l-inner::after {
	background: url(../images/top/price-illust.png) no-repeat bottom;
	background-size: 100%;
	bottom: 0;
	bottom: 0;
	content: "";
	left: -48px;
	left: -3rem;
	position: absolute;
	width: 272px;
	width: 17rem;
}

.p-top-price h2 {
	color: #72c2d1;
}

.p-top-price h2::before {
	background: url(../images/top/price-ttl-ic.svg) no-repeat;
}

.p-top-price__base {
	margin-top: 32px;
	margin-top: 2rem;
}

.p-top-price table {
	margin: 0 auto;
}

.p-top-price .p-top-price__base-ttl {
	color: #72c2d1;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 600;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	text-align: center;
}

.p-top-price table tr th {
	background-color: rgba(114, 194, 209, .3);
	border-top: 1px solid #72c2d1;
	color: #72c2d1;
	font-size: 35.2px;
	font-size: 2.2rem;
}

.p-top-price table tr th[colspan] {
	color: #4f858c;
	font-size: 27.2px;
	font-size: 1.7rem;
	padding: 16px;
	padding: 1rem;
}

.p-top-price table tr td {
	border-right: 1px solid #72c2d1;
	border-top: 1px solid #72c2d1;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
}

.p-top-price table tr td:last-child {
	border-right: none;
}

.p-top-price table tr td span {
	color: #333;
	font-size: 25.6px;
	font-size: 1.6rem;
	font-weight: 400;
}

.p-top-price table tr td p {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 28.8px;
	font-size: 1.8rem;
	margin-right: 32px;
	margin-right: 2rem;
	text-align: center;
}

.p-top-price table tr td p:last-child {
	margin-right: 0;
}

.p-top-price table tr td .time {
	aspect-ratio: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(114, 194, 209, .3);
	border-radius: 50%;
	color: #4f858c;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 22.4px;
	font-size: 1.4rem;
	font-weight: 600;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	margin-left: 0;
	text-align: center;
	width: 120px;
	width: 7.5rem;
}

.p-top-price table tr td .time b {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.p-top-price table tr th,
.p-top-price table tr td {
	padding: 24px 48px;
	padding: 1.5rem 3rem;
}

.p-top-price table tr:last-child th,
.p-top-price table tr:last-child td {
	border-bottom: 1px solid #72c2d1;
}

.p-top-price__table-caution {
	color: #72c2d1;
	font-size: 25.6px;
	font-size: 1.6rem;
	font-weight: 600;
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: center;
}

.p-top-price__case {
	margin: 112px auto 128px;
	margin: 7rem auto 8rem;
	width: 1472px;
	width: 92rem;
}

.p-top-price__case-subttl {
	color: #72c2d1;
	font-size: 44.8px;
	font-size: 2.8rem;
	font-weight: 600;
	margin-bottom: 96px;
	margin-bottom: 6rem;
	text-align: center;
}

.p-top-price__case-box {
	background-color: rgba(114, 194, 209, .2);
	border-radius: 2.5rem;
	padding: 96px 48px 32px 48px;
	padding: 6rem 3rem 2rem 3rem;
	position: relative;
	width: calc(50% - 3.5rem);
}

.p-top-price__case-box-ttl {
	background-color: #72c2d1;
	border-radius: 5rem;
	color: #fff;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 600;
	left: 0;
	margin: 0 auto;
	padding: 16px 0;
	padding: 1rem 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: -32px;
	top: -2rem;
	width: 80%;
}

.p-top-price__case-box-contents p,
.p-top-price__case-box dl {
	color: #4f858c;
	font-size: 28.8px;
	font-size: 1.8rem;
}

.p-top-price__case-box-contents p {
	margin-bottom: 48px;
	margin-bottom: 3rem;
	text-align: center;
}

.p-top-price__case-box dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
	position: relative;
}

.p-top-price__case-box dl:last-child {
	border-top: 1px solid #4f858c;
	padding-top: 8px;
	padding-top: 0.5rem;
}

.p-top-price__case-box dl dt {
	font-size: 28.8px;
	font-size: 1.8rem;
	font-weight: 600;
	padding-left: 40px;
	padding-left: 2.5rem;
	position: relative;
}

.p-top-price__case-box dl dt::before {
	background-color: #4f858c;
	content: "";
	height: 19.2px;
	height: 1.2rem;
	left: 0;
	position: absolute;
	top: 11.2px;
	top: 0.7rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 19.2px;
	width: 1.2rem;
}

.p-top-price__case-box dl dt span {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
}

.p-top-price__case-box dl dd {
	font-size: 28.8px;
	font-size: 1.8rem;
	font-weight: 600;
}

.p-top-price__case-box dl:last-child dt {
	aspect-ratio: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(../images/top/price-baloon.svg) no-repeat;
	bottom: 0;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
	padding-left: 0;
	position: absolute;
	right: 128px;
	right: 8rem;
	width: 84.8px;
	width: 5.3rem;
}

.p-top-price__case-box dl:last-child dt::before {
	display: none;
}

.p-top-price__case-box dl:last-child dd {
	display: block;
	text-align: right;
	width: 100%;
}

.p-top-price__btn a {
	color: #72c2d1;
}

.p-top-price__btn a:after {
	background: #72c2d1;
}

.p-top-price__btn a:hover {
	background: #72c2d1;
}

.p-top-voice {
	background-color: rgba(244, 174, 121, .07);
	padding: 128px 0 64px;
	padding: 8rem 0 4rem;
}

.p-top-voice h2 {
	color: #f4ae79;
}

.p-top-voice h2::before {
	background: url(../images/top/voice-ttl-ic.svg) no-repeat;
}

.p-top-voice__lists {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 168px;
	margin-bottom: 10.5rem;
	margin-top: 352px;
	margin-top: 22rem;
}

.p-top-voice__list {
	position: relative;
	width: calc(33.33333% - 2.5rem);
}

.p-top-voice__img {
	aspect-ratio: 1;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -192px;
	top: -12rem;
	width: 392px;
	width: 24.5rem;
}

.p-top-voice__txt {
	background-color: rgba(244, 174, 121, .2);
	border-radius: 2.5rem;
	height: 720px;
	height: 45rem;
	padding: 240px 48px 80px;
	padding: 15rem 3rem 5rem;
}

.p-top-voice__txt span {
	font-weight: 600;
}

.p-top-voice__ttl {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	text-align: center;
}

.p-top-voice__descri {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.9444444444;
}

.p-top-voice__btn a {
	color: #f4ae79;
}

.p-top-voice__btn a:after {
	background: #f4ae79;
}

.p-top-voice__btn a:hover {
	background: #f4ae79;
}

.p-top-flow {
	padding: 224px 0 80px;
	padding: 14rem 0 5rem;
}

.p-top-flow .l-inner1150 {
	max-width: 1600px;
	max-width: 100rem;
}

.p-top-flow h2 {
	color: #78d5ab;
}

.p-top-flow h2::before {
	background: url(../images/top/flow-ttl-ic.svg) no-repeat;
}

.p-top-flow__lists {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 168px;
	margin-bottom: 10.5rem;
	margin-top: 200px;
	margin-top: 12.5rem;
}

.p-top-flow__list {
	position: relative;
	width: calc(16.66667% - 3rem);
}

.p-top-flow__no {
	color: #78d5ab;
	font-size: 64px;
	font-size: 4rem;
	font-weight: 500;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: -48px;
	top: -3rem;
}

.p-top-flow__img {
	aspect-ratio: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(120, 213, 171, .2);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.p-top-flow__img::after {
	aspect-ratio: 1;
	background: url(../images/top/flow-arrow.svg) no-repeat;
	bottom: 0;
	content: "";
	margin: auto;
	position: absolute;
	right: -40px;
	right: -2.5rem;
	top: 32px;
	top: 2rem;
	width: 72px;
	width: 4.5rem;
}

.p-top-flow__list:last-child .p-top-flow__img::after {
	display: none;
}

.p-top-flow__img img {
	aspect-ratio: 1;
	margin: 0 auto;
	width: 50%;
}

.p-top-flow__ttl {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-top: 32px;
	margin-top: 2rem;
	text-align: center;
}

.p-top-flow__btn a {
	color: #78d5ab;
}

.p-top-flow__btn a:after {
	background: #78d5ab;
}

.p-top-flow__btn a:hover {
	background: #78d5ab;
}

.p-top-faq {
	background-color: rgba(255, 149, 155, .1);
	padding: 160px 0 80px;
	padding: 10rem 0 5rem;
}

.p-top-faq .l-inner {
	position: relative;
}

.p-top-faq .l-inner::after {
	background: url(../images/top/faq-illust.png) no-repeat top;
	background-size: 100%;
	content: "";
	height: 100%;
	position: absolute;
	right: 64px;
	right: 4rem;
	top: -288px;
	top: -18rem;
	width: 288px;
	width: 18rem;
}

.p-top-faq h2 {
	color: #ff959b;
	margin-bottom: 128px;
	margin-bottom: 8rem;
}

.p-top-faq h2::before {
	background: url(../images/top/faq-ttl-ic.svg) no-repeat;
}

.p-top-faq__box {
	margin-bottom: 96px;
	margin-bottom: 6rem;
	padding-left: 120px;
	padding-left: 7.5rem;
}

.p-top-faq__q {
	font-size: 32px;
	font-size: 2rem;
	letter-spacing: 0.1em;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.p-top-faq__q span.first {
	display: inline-block;
	margin-right: 48px;
	margin-right: 3rem;
}

.p-top-faq__a {
	color: #ff959b;
	font-size: 32px;
	font-size: 2rem;
	letter-spacing: 0.1em;
	padding-left: 1.2em;
	text-indent: -1.2em;
}

.p-top-faq__a span.first {
	display: inline-block;
	margin-right: 48px;
	margin-right: 3rem;
}

.p-top-faq__a span.sub {
	color: #333;
	display: block;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.75;
	margin-left: 48px;
	margin-left: 3rem;
	margin-left: 0;
	margin-top: 8px;
	margin-top: 0.5rem;
	text-indent: 0;
}

.p-top-faq__btn a {
	color: #ff959b;
}

.p-top-faq__btn a:after {
	background: #ff959b;
}

.p-top-faq__btn a:hover {
	background: #ff959b;
}

.p-top-recruit {
	background-color: rgba(188, 188, 221, .1);
	padding: 160px 0 192px;
	padding: 10rem 0 12rem;
}

.p-top-recruit .l-inner {
	position: relative;
}

.p-top-recruit .l-inner::before {
	background: url(../images/top/recruit-illust1.png) no-repeat top;
	background-size: 100%;
	content: "";
	height: 100%;
	position: absolute;
	right: -24px;
	right: -1.5rem;
	top: -64px;
	top: -4rem;
	width: 176px;
	width: 11rem;
}

.p-top-recruit .l-inner::after {
	background: url(../images/top/recruit-illust2.png) no-repeat bottom;
	background-size: 100%;
	bottom: -112px;
	bottom: -7rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 176px;
	width: 11rem;
}

.p-top-recruit h2 {
	color: #bcbcdd;
	margin-bottom: 176px;
	margin-bottom: 11rem;
}

.p-top-recruit h2::before {
	background: url(../images/top/recruit-ttl-ic.svg) no-repeat;
}

.p-top-recruit__txt {
	font-size: 38.4px;
	font-size: 2.4rem;
	letter-spacing: 0.02em;
	line-height: 1.7647058824;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	text-align: center;
}

.p-top-recruit__txt:last-child {
	margin-bottom: 0;
}

.p-top-recruit__btn {
	margin-top: 112px;
	margin-top: 7rem;
}

.p-top-recruit__btn a {
	color: #bcbcdd;
}

.p-top-recruit__btn a:after {
	background: #bcbcdd;
}

.p-top-recruit__btn a:hover {
	background: #bcbcdd;
}

.p-top-media {
	padding: 160px 0 0;
	padding: 10rem 0 0;
}

.p-top-media h2 {
	color: #bdbdbd;
	margin-bottom: 144px;
	margin-bottom: 9rem;
}

.p-top-media h2::before {
	background: url(../images/top/media-ttl-ic.svg) no-repeat;
}

.p-top-media__flex {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.p-top-media__insta {
	margin-right: 56px;
	margin-right: 3.5rem;
	padding: 0 144px;
	padding: 0 9rem;
	width: 100%;
}

.p-top-media__insta #sb_instagram {
	border: 3px solid #bdbdbd;
	padding: 48px !important;
	padding: 3rem !important;
}

.p-top-media__insta #sb_instagram #sbi_images {
	padding: 0 !important;
}

.p-top-media__insta-ttl,
.p-top-media__twitter-ttl {
	color: #bdbdbd;
	font-size: 56px;
	font-size: 3.5rem;
	letter-spacing: 0;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	text-align: center;
}

body.page-template-page-voice .l-footer {
	margin-top: 0;
}

.p-voice {
	background-color: rgba(244, 174, 121, .07);
	padding: 128px 0 192px;
	padding: 8rem 0 12rem;
}

.p-voice h2 {
	color: #f4ae79;
}

.p-voice h2::before {
	background: url(../images/top/voice-ttl-ic.svg) no-repeat;
}

.p-voice__lists {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 168px;
	margin-bottom: 10.5rem;
	margin-top: 352px;
	margin-top: 22rem;
}

.p-voice__list {
	position: relative;
	width: calc(33.33333% - 2.5rem);
}

.p-voice__img {
	aspect-ratio: 1;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -192px;
	top: -12rem;
	width: 392px;
	width: 24.5rem;
}

.p-voice__txt {
	background-color: rgba(244, 174, 121, .2);
	border-radius: 2.5rem;
	height: 720px;
	height: 45rem;
	padding: 240px 48px 80px;
	padding: 15rem 3rem 5rem;
}

.p-voice__txt span {
	font-weight: 600;
}

.p-voice__ttl {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	text-align: center;
}

.p-voice__descri {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.9444444444;
}

.p-voice__more {
	color: #f4ae79;
	font-size: 60.8px;
	font-size: 3.8rem;
	letter-spacing: 0.15em;
	margin-top: 160px;
	margin-top: 10rem;
	text-align: center;
}

@media (min-width: 1501px) {

html {
	font-size: 62.5%;
}

}

@media screen and (max-width: 1024px) {

.u-desktop--lg {
	display: none;
}

.u-mobile--lg {
	display: block;
}

.p-footer__list-ttl {
	font-size: 1.6rem;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

a:hover {
	opacity: 1;
}

html {
	font-size: 2.6666666667vw;
}

a[href^="tel:"] {
	pointer-events: inherit;
}

a:hover {
	opacity: 0.8;
}

.l-breadcrumb {
	display: none;
	margin-top: 8rem;
}

.l-footer {
	margin-bottom: 6rem;
	margin-top: 10rem;
}

.l-header {
	background-color: #fff;
	height: 5.6rem;
	padding: 0;
	position: fixed;
}

.l-inner,
.l-inner1280 {
	padding-left: 2.75rem;
	padding-right: 2.75rem;
}

.c-btn a {
	font-size: 1.5rem;
	padding: 1rem;
	width: 90%;
}

.c-btn a:after {
	right: 1rem;
	width: 2rem;
}

.c-btn a:hover:after {
	right: 0.5rem;
}

.c-flex {
	display: block;
}

.header__hamburger {
	display: block;
	height: 3rem;
	padding: 0;
	position: absolute;
	right: 2rem;
	top: 1.25rem;
	width: 3rem;
}

.hamburger-menu__bar {
	background: #06c755;
	display: inline-block;
	height: 2px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
}

.hamburger-menu__bar:first-child {
	top: 0.5rem;
}

.hamburger-menu__bar:nth-child(2) {
	top: 1.5rem;
}

.hamburger-menu__bar:last-child {
	top: 2.5rem;
}

.hamburger-menu--open .hamburger-menu__bar {
	top: 50%;
}

.hamburger-menu--open .hamburger-menu__bar:first-child {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.hamburger-menu--open .hamburger-menu__bar:last-child {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
	display: none;
}

.header__global-menu {
	background: #fff;
	display: none;
	left: 0;
	position: absolute;
	top: 5.6rem;
	width: 100%;
	z-index: 9999;
}

body.body-open {
	overflow: hidden;
}

.c-page-hero {
	padding-top: 5.5rem;
}

.c-page-hero img {
	-o-object-position: bottom;
	height: 42vh;
	object-position: bottom;
}

.c-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.c-pagination .page-numbers {
	margin: 0 1rem;
	margin-bottom: 1.5rem;
}

.c-section-ttl {
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: 2.5rem;
	padding-left: 4rem;
}

.c-section-ttl::before {
	width: 3rem;
}

.c-section-ttl-caution {
	font-size: 1.5rem;
	margin-top: 2rem;
	padding-left: 4rem;
}

.p-blog {
	padding: 6rem 2.75rem 0 2.75rem;
}

.p-blog__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-blog__list {
	margin-bottom: 2rem;
	width: calc(50% - 1rem);
}

.p-blog__lists::before {
	display: none;
}

.p-blog__lists::after {
	display: none;
}

.p-blog__ttl {
	font-size: 1.4rem;
}

.p-blog__info {
	font-size: 1.1rem;
}

.p-blogdetail {
	padding: 6rem 2.75rem 0 2.75rem;
}

.p-blogdetail-ttl {
	font-size: 2.2rem;
}

.p-blogdetail__img {
	margin: 2rem 0;
}

.p-blogdetail__img img {
	height: 20rem;
}

.p-blogdetail-descri img {
	width: 100%;
}

.p-blogdetail-descri h2 {
	font-size: 2rem;
	line-height: 1.6;
	margin-top: 3rem;
	padding: 0.7rem 0.5rem 0.7rem 1.5rem;
}

.p-blogdetail-descri h3 {
	font-size: 1.8rem;
	margin-top: 3rem;
}

.p-blogdetail-descri h4 {
	margin-top: 3rem;
}

.p-faq {
	margin-top: -4rem;
	padding: 10rem 0 8rem;
}

.p-faq .l-inner::before {
	bottom: -16rem;
	left: 3rem;
	width: 18%;
}

.p-faq .l-inner::after {
	right: 3rem;
	top: -5rem;
	width: 20%;
}

.p-faq h2 {
	margin-bottom: 3rem;
}

.p-faq__box {
	margin-bottom: 4rem;
	padding-left: 0;
	padding-right: 0;
}

.p-faq__q {
	font-size: 1.7rem;
	margin-bottom: 1rem;
}

.p-faq__q span.first {
	margin-right: 2rem;
}

.p-faq__a {
	font-size: 1.7rem;
}

.p-faq__a span.first {
	margin-right: 2rem;
}

.p-faq__a span.sub {
	font-size: 1.4rem;
}

.p-flow__use {
	margin-top: -4rem;
	padding: 10rem 0 8rem;
}

.p-flow__use .l-inner1150 {
	max-width: 100%;
}

.p-flow__use__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
	margin-top: 6rem;
}

.p-flow__use__list {
	margin-bottom: 6rem;
	width: calc(50% - 3rem);
}

.p-flow__use__list:last-child,
.p-flow__use__list:nth-last-child(2) {
	margin-bottom: 0;
}

.p-flow__use__no {
	font-size: 4rem;
	top: -2.8rem;
}

.p-flow__use__img img {
	width: 40%;
}

.p-flow__use__ttl {
	font-size: 1.5rem;
	margin-top: 1rem;
}

.p-flow__difference {
	padding: 5rem 0 9rem;
}

.p-flow__difference .l-inner::before {
	right: 1rem;
	top: -10rem;
	width: 15%;
	z-index: -1;
}

.p-flow__difference .l-inner::after {
	bottom: -11rem;
	right: 2rem;
	width: 19%;
	z-index: -1;
}

.p-flow__diffucult-box {
	padding: 3rem 2rem;
}

.p-flow__diffucult-box::before {
	bottom: -5.5rem;
	left: 2rem;
	width: 14%;
}

.p-flow__diffucult-box p {
	font-size: 1.3rem;
	line-height: 1.8571428571;
	margin-bottom: 3rem;
}

.p-flow__diffucult-box p:nth-child(n+2) {
	margin-bottom: 2rem;
}

.p-flow__diffucult-box p.p-flow__diffucult-caution {
	font-size: 1.1rem;
	margin-bottom: 0;
	margin-top: 2rem;
}

.p-footer {
	padding: 5rem 0 2rem;
}

.p-footer__info {
	margin-bottom: 3rem;
	margin-right: 0;
	width: 100%;
}

.p-footer__logo {
	margin: 0 auto 3rem;
	width: 80%;
}

.p-footer__name {
	font-size: 1.8rem;
	margin-bottom: 1.5rem;
}

.p-footer__address {
	font-size: 1.5rem;
}

.p-footer__nav-left {
	margin-right: 0;
}

.p-footer__lists {
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
}

.p-footer__list {
	font-size: 1.5rem;
	line-height: 1.4;
	margin-bottom: 0.4rem;
	padding-left: 8rem;
}

.p-footer__list a::before {
	left: 2.5rem;
	width: 5rem;
}

.p-footer__list-ttl {
	font-size: 1.6rem;
}

.p-footer__copy {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	margin-top: 2rem;
}

.p-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-header__logo {
	margin-left: 0;
	width: 100%;
}

.p-header__right {
	display: block;
	width: 100%;
}

.p-header__info {
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	left: 0;
	margin: 0;
	margin-bottom: 0;
	position: fixed;
	right: 0;
	width: 100%;
}

.p-header__info a {
	height: 5rem;
}

.p-header__info-tel {
	margin-right: 0;
	margin-top: 0;
	width: 50%;
}

.p-header__info-tel a {
	aspect-ratio: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fbb03b;
	border-radius: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	width: 100%;
}

.p-header__info-tel a img {
	width: 12%;
}

.p-header__info-tel a::before {
	display: none;
}

.p-header__info-tel span {
	font-size: 1.6rem;
}

.p-header__info-line {
	margin-right: 0;
	width: 50%;
}

.p-header__info-line a {
	aspect-ratio: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	width: 100%;
}

.p-header__info-line a img {
	width: 17%;
}

.p-header__info-line a::before {
	display: none;
}

.p-header__list {
	margin-right: 0;
}

.p-header__list a {
	border-radius: 0;
	display: block;
	font-size: 1.6rem;
	height: auto;
	padding: 2rem 0;
	text-align: center;
	width: 100%;
}

.p-price__use {
	padding: 6rem 0 8rem;
}

.p-price__use .l-inner::before {
	right: 2rem;
	top: -5rem;
	width: 4rem;
}

.p-price__use .l-inner::after {
	bottom: -10rem;
	left: 2rem;
	width: 8rem;
}

.p-price__use-base {
	margin-top: 3rem;
}

.p-price__use-base .scroll-txt {
	font-size: 1.3rem;
	margin-bottom: 0.5rem;
}

.p-price__use-base-box {
	overflow: scroll;
}

.p-price__use table {
	width: 60rem;
}

.p-price__use .p-price__use-base-ttl {
	font-size: 2rem;
	margin-bottom: 1rem;
}

.p-price__use table tr th {
	font-size: 1.6rem;
}

.p-price__use table tr th[colspan] {
	font-size: 1.5rem;
}

.p-price__use table tr td {
	font-size: 1.5rem;
}

.p-price__use table tr td span {
	display: block;
	font-size: 1.2rem;
	margin-left: 0;
}

.p-price__use table tr td p {
	font-size: 1.5rem;
	margin-bottom: 2rem;
	margin-right: 0;
}

.p-price__use table tr td p:last-child {
	margin-bottom: 0;
}

.p-price__use table tr th,
.p-price__use table tr td {
	letter-spacing: 0.01em;
	padding: 1rem;
}

.p-price__use-table-caution {
	font-size: 1.4rem;
}

.p-price__use-case {
	margin: 6rem auto 0;
	width: 100%;
}

.p-price__use-case-subttl {
	font-size: 2rem;
	margin-bottom: 3rem;
}

.p-price__use-case-box {
	margin-bottom: 5rem;
	padding: 4rem 1.5rem 1rem 1.5rem;
	width: 100%;
}

.p-price__use-case-box:last-child {
	margin-bottom: 0;
}

.p-price__use-case-box:last-child,
.p-price__use-case-box:nth-last-child(2) {
	margin-bottom: 5rem;
}

.p-price__use-case-box-ttl {
	font-size: 1.6rem;
	padding: 0.5rem 0;
	top: -1.5rem;
	width: 85%;
}

.p-price__use-case-box-contents p,
.p-price__use-case-box dl {
	font-size: 1.5rem;
}

.p-price__use-case-box-contents p {
	margin-bottom: 1rem;
}

.p-price__use-case-box dl dt {
	font-size: 1.6rem;
	padding-left: 2rem;
}

.p-price__use-case-box dl dt::before {
	height: 0.9rem;
	width: 0.9rem;
}

.p-price__use-case-box dl dt span {
	font-size: 1.1rem;
}

.p-price__use-case-box dl dd {
	font-size: 1.5rem;
}

.p-price__use-case-box dl:last-child dt {
	bottom: 1rem;
	font-size: 1.2rem;
	right: 8rem;
	width: 3.5rem;
}

.p-price__about {
	padding: 4rem 0 6rem;
}

.p-price__about-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 6rem;
}

.p-price__about-list:nth-child(2n) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-price__about-list:nth-child(2n) .p-price__about-img {
	margin-left: 0;
}

.p-price__about-img {
	margin-right: 0;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
}

.p-price__about-txt {
	display: contents;
	margin-top: 2rem;
	width: 100%;
}

.p-price__about-ttl {
	font-size: 1.8rem;
	margin-bottom: 1rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
}

.p-price__about-descri {
	font-size: 1.3rem;
	line-height: 1.8571428571;
	margin-top: 1rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-price__person .l-inner::after {
	right: 2rem;
	top: -11rem;
}

.p-price__person table {
	width: 100%;
}

.p-price__person table caption {
	background: none;
	font-size: 2rem;
	margin-bottom: 1rem;
}

.p-price__person table tr th {
	font-size: 1.6rem;
	width: 100%;
}

.p-price__person table tr th[colspan] {
	font-size: 1.5rem;
}

.p-price__person table tr td {
	font-size: 1.5rem;
}

.p-price__person table tr th,
.p-price__person table tr td {
	display: block;
	letter-spacing: 0.01em;
	padding: 1rem;
}

.p-price__person table tr:last-child th,
.p-price__person table tr:last-child td {
	border-bottom: none;
}

.p-price__caution .l-inner::before {
	left: 2rem;
	top: -14rem;
}

.p-price__caution ul {
	padding: 3rem 2rem;
}

.p-price__caution-list {
	margin-bottom: 4rem;
}

.p-price__caution-list .ttl {
	font-size: 1.8rem;
	padding-left: 2.5rem;
}

.p-price__caution-list .ttl::before {
	bottom: inherit;
	top: 0.5rem;
	width: 2rem;
}

.p-price__caution-list .descri {
	padding-left: 2.5rem;
}

.p-privacy {
	line-height: 1.8;
	margin-top: -4rem;
	padding: 10rem 0 8rem;
}

.p-privacy h3 {
	font-size: 1.8rem;
	margin-top: 3rem;
}

.p-privacy__ttl {
	font-size: 2rem;
}

.p-privacy table {
	border-bottom: none;
}

.p-privacy table tr th {
	background-color: #e6e6e6;
}

.p-privacy table tr th,
.p-privacy table tr td {
	border-bottom: 1px solid #e6e6e6;
	border-right: none;
	display: block;
	text-align: left;
	width: 100%;
}

.p-recruit__with {
	margin-top: -4rem;
	padding: 10rem 0 7rem;
}

.p-recruit__with .l-inner::before {
	right: 1rem;
	top: -7rem;
	width: 17%;
	z-index: -1;
}

.p-recruit__with .l-inner::after {
	bottom: -13rem;
	left: 0;
	width: 17%;
	z-index: -1;
}

.p-recruit h2 {
	margin-bottom: 3rem;
}

.p-recruit__with-txt {
	font-size: 1.4rem;
	line-height: 1.8571428571;
	margin-bottom: 2rem;
}

.p-recruit__with-txt p {
	margin-bottom: 2.5rem;
}

.p-recruit__with-btn {
	margin-top: 4rem;
}

.p-recruit__recruitment {
	padding: 9rem 0;
}

.p-recruit__recruitment-txt {
	padding: 3rem 2rem;
}

.p-recruit__recruitment-ttl {
	font-size: 1.8rem;
	padding-left: 2.5rem;
}

.p-recruit__recruitment-ttl::before {
	bottom: inherit;
	top: 0.5rem;
	width: 2rem;
}

.p-recruit__recruitment-list {
	font-size: 1.4rem;
	margin-left: 2rem;
}

.p-recruit__recruitment-list span {
	padding-right: 0rem;
}

.p-recruit__recruitment-comment {
	font-size: 1.6rem;
	margin: 3rem 0 2rem;
}

.p-recruit__recruitment-descri {
	font-size: 1.2rem;
}

.p-recruit__contact {
	margin-top: 7rem;
}

.p-recruit__contact .l-inner::before {
	right: 1rem;
	top: -10rem;
	width: 17%;
	z-index: -1;
}

.p-recruit__contact .l-inner::after {
	bottom: -8rem;
	left: 1rem;
	width: 22%;
	z-index: -1;
}

.p-recruit__contact form {
	width: 100%;
}

.p-recruit__contact .smf-form .smf-item .smf-text-control__control,
.p-recruit__contact .smf-form .smf-item .smf-textarea-control__control {
	font-size: 1.6rem;
	padding: 1rem;
}

.p-recruit__contact .smf-form .smf-item .smf-textarea-control__control {
	height: 25rem;
}

.p-recruit__contact .smf-action {
	margin-top: 4.5rem;
}

.p-recruit__contact .smf-action .smf-button-control__control {
	font-size: 1.5rem;
	padding: 1.5rem 1rem;
	width: 85%;
}

.p-recruit__contact .smf-action .smf-button-control__control::after {
	height: 1rem;
	right: 2rem;
	width: 1rem;
}

.p-recruit__contact .smf-action .smf-button-control__control:hover::after {
	right: 1.5rem;
}

.l-top-fv {
	padding-top: 5.6rem;
}

.p-top-fv__ttl {
	font-size: 1.5rem;
	line-height: 1.75;
	padding: 0.5rem 1rem;
}

.p-top-fv__comment {
	padding: 3rem 0;
}

.p-top-fv__comment::before {
	background-color: #e6e6e6;
	content: "";
	height: 80%;
	left: 0;
	position: absolute;
	top: -4rem;
	width: 100%;
	z-index: -1;
}

.p-top-fv__comment p {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-bottom: 2rem;
}

.p-top-about {
	padding: 4rem 0 6rem;
}

.p-top-about .l-inner::after {
	top: 3rem;
	width: 20%;
}

.p-top-about__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 6rem;
}

.p-top-about__list:nth-child(2n) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-top-about__list:nth-child(2n) .p-top-about__img {
	margin-left: 0;
}

.p-top-about__img {
	margin-right: 0;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
}

.p-top-about__txt {
	display: contents;
	margin-top: 2rem;
	width: 100%;
}

.p-top-about__ttl {
	font-size: 1.6rem;
	margin-bottom: 1rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
}

.p-top-about__descri {
	font-size: 1.3rem;
	line-height: 1.8571428571;
	margin-top: 1rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-top-recommend {
	padding: 7rem 0 9rem;
}

.p-top-recommend .l-inner::after {
	right: 2rem;
	top: -11rem;
	width: 32%;
}

.p-top-recommend__lists {
	margin-top: 13rem;
}

.p-top-recommend__list {
	margin-bottom: 15rem;
	width: 100%;
}

.p-top-recommend__list:last-child {
	margin-bottom: 0;
}

.p-top-recommend__img {
	top: -10rem;
	width: 60%;
}

.p-top-recommend__txt {
	height: auto;
	padding: 11rem 2rem 2rem;
}

.p-top-recommend__ttl {
	font-size: 1.6rem;
	margin-bottom: 1rem;
}

.p-top-recommend__descri {
	font-size: 1.3rem;
	line-height: 1.8571428571;
}

.p-top-recommend__bottom {
	margin-top: 3rem;
}

.p-top-recommend__bubble {
	margin-bottom: 0.5rem;
	width: 40%;
}

.p-top-recommend__voice {
	font-size: 1.3rem;
	height: auto;
	line-height: 1.8571428571;
}

.p-top-company {
	padding: 6rem 0 4rem;
}

.p-top-company::after {
	bottom: 1rem;
	right: 1rem;
	width: 18rem;
}

.p-top-company .l-inner::after {
	top: -8rem;
	width: 40%;
}

.p-top-company__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-top-company__img {
	margin: 1rem auto 0;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 65%;
}

.p-top-company__name {
	font-size: 1.3rem;
	margin-top: 1rem;
}

.p-top-company__txt {
	font-size: 1.5rem;
	line-height: 1.8571428571;
	margin-top: 0;
	width: 100%;
}

.p-top-company__txt-catch img {
	margin: 0 auto 1rem;
	width: 12rem;
}

.p-top-company__txt-catch span {
	font-size: 1.5rem;
}

.p-top-company__txt-ttl {
	font-size: 1.6rem;
	margin-bottom: 1rem;
	margin-top: 2rem;
}

.p-top-company__txt-descri1 p {
	font-size: 1.3rem;
	margin-bottom: 2rem;
}

.p-top-company__sub {
	margin-top: 2rem;
}

.p-top-company__sub-descri1 {
	font-size: 1.2rem;
	text-align: left;
}

.p-top-company__sub-ttl {
	font-size: 2rem;
	margin-bottom: 1rem;
	margin-top: 3rem;
}

.p-top-company__sub-descri2 p {
	font-size: 1.3rem;
	line-height: 1.8571428571;
	margin-bottom: 2rem;
}

.p-top-price {
	padding: 6rem 0 8rem;
}

.p-top-price__base {
	margin-top: 3rem;
}

.p-top-price__base .scroll-txt {
	font-size: 1.3rem;
	margin-bottom: 0.5rem;
}

.p-top-price__base-box {
	overflow: scroll;
}

.p-top-price table {
	width: 60rem;
}

.p-top-price .p-top-price__base-ttl {
	font-size: 2rem;
	margin-bottom: 1rem;
}

.p-top-price table tr th {
	font-size: 1.6rem;
}

.p-top-price table tr th[colspan] {
	font-size: 1.5rem;
}

.p-top-price table tr td {
	font-size: 1.5rem;
}

.p-top-price table tr td span {
	display: block;
	font-size: 1.2rem;
	margin-left: 0;
}

.p-top-price table tr td p {
	font-size: 1.5rem;
	margin-bottom: 2rem;
	margin-right: 0;
}

.p-top-price table tr td p:last-child {
	margin-bottom: 0;
}

.p-top-price table tr th,
.p-top-price table tr td {
	letter-spacing: 0.01em;
	padding: 1rem;
}

.p-top-price__table-caution {
	font-size: 1.4rem;
}

.p-top-price__case {
	margin: 6rem auto 6rem;
	width: 100%;
}

.p-top-price__case-subttl {
	font-size: 1.6rem;
	margin-bottom: 3rem;
}

.p-top-price__case-box {
	margin-bottom: 5rem;
	padding: 4rem 1.5rem 1rem 1.5rem;
	width: 100%;
}

.p-top-price__case-box:last-child {
	margin-bottom: 0;
}

.p-top-price__case-box-ttl {
	font-size: 1.6rem;
	padding: 0.5rem 0;
	top: -1.5rem;
	width: 85%;
}

.p-top-price__case-box-contents p,
.p-top-price__case-box dl {
	font-size: 1.5rem;
}

.p-top-price__case-box-contents p {
	margin-bottom: 1rem;
}

.p-top-price__case-box dl dt {
	font-size: 1.6rem;
	padding-left: 2rem;
}

.p-top-price__case-box dl dt::before {
	height: 0.9rem;
	width: 0.9rem;
}

.p-top-price__case-box dl dt span {
	font-size: 1.1rem;
}

.p-top-price__case-box dl dd {
	font-size: 1.5rem;
}

.p-top-price__case-box dl:last-child dt {
	font-size: 1.5rem;
	right: 7.5rem;
	width: 4rem;
}

.p-top-voice {
	padding: 6rem 0 8rem;
}

.p-top-voice__lists {
	margin-bottom: 6rem;
	margin-top: 12rem;
}

.p-top-voice__list {
	margin-bottom: 16rem;
	width: 100%;
}

.p-top-voice__list:last-child {
	margin-bottom: 0;
}

.p-top-voice__img {
	top: -9rem;
	width: 60%;
}

.p-top-voice__txt {
	height: auto;
	padding: 12rem 2rem 2rem;
}

.p-top-voice__ttl {
	font-size: 1.6rem;
	margin-bottom: 1rem;
}

.p-top-voice__descri {
	font-size: 1.3rem;
	line-height: 1.8571428571;
}

.p-top-flow {
	padding: 6rem 0 8rem;
}

.p-top-flow .l-inner1150 {
	max-width: 100%;
}

.p-top-flow__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 2rem;
	margin-top: 6rem;
}

.p-top-flow__list {
	margin-bottom: 6rem;
	width: calc(50% - 3rem);
}

.p-top-flow__no {
	font-size: 4rem;
	top: -2.8rem;
}

.p-top-flow__img img {
	width: 40%;
}

.p-top-flow__ttl {
	font-size: 1.5rem;
	margin-top: 1rem;
}

.p-top-faq {
	padding: 6rem 0 8rem;
}

.p-top-faq .l-inner::after {
	right: 3rem;
	top: -10rem;
	width: 26%;
}

.p-top-faq h2 {
	margin-bottom: 3rem;
}

.p-top-faq__box {
	margin-bottom: 4rem;
	padding-left: 0;
	padding-right: 0;
}

.p-top-faq__q {
	font-size: 1.7rem;
	margin-bottom: 1rem;
}

.p-top-faq__q span.first {
	margin-right: 2rem;
}

.p-top-faq__a {
	font-size: 1.7rem;
}

.p-top-faq__a span.first {
	margin-right: 2rem;
}

.p-top-faq__a span.sub {
	font-size: 1.4rem;
}

.p-top-recruit {
	padding: 9rem 0 8rem;
}

.p-top-recruit .l-inner::before {
	right: 1rem;
	top: -15rem;
	width: 17%;
	z-index: -1;
}

.p-top-recruit .l-inner::after {
	bottom: -8rem;
	width: 17%;
	z-index: -1;
}

.p-top-recruit h2 {
	margin-bottom: 3rem;
}

.p-top-recruit__txt {
	font-size: 1.5rem;
	line-height: 1.8571428571;
	margin-bottom: 2rem;
}

.p-top-recruit__btn {
	margin-top: 4rem;
}

.p-top-media {
	padding: 9rem 0 0;
}

.p-top-media h2 {
	margin-bottom: 3rem;
}

.p-top-media__insta {
	margin-bottom: 4rem;
	padding: 0;
	width: 100%;
}

.p-top-media__insta #sb_instagram {
	padding: 1.5rem !important;
}

.p-top-media__insta-ttl,
.p-top-media__twitter-ttl {
	font-size: 2.5rem;
	margin-bottom: 0.5rem;
}

.p-voice {
	margin-top: -4rem;
	padding: 10rem 0 7rem;
}

.p-voice__lists {
	margin-bottom: 6rem;
	margin-top: 12rem;
}

.p-voice__list {
	margin-bottom: 16rem;
	width: 100%;
}

.p-voice__list:last-child {
	margin-bottom: 0;
}

.p-voice__img {
	top: -9rem;
	width: 60%;
}

.p-voice__txt {
	height: auto;
	padding: 12rem 2rem 2rem;
}

.p-voice__ttl {
	font-size: 1.6rem;
	margin-bottom: 1rem;
}

.p-voice__descri {
	font-size: 1.3rem;
	line-height: 1.8571428571;
}

.p-voice__more {
	font-size: 2.5rem;
	margin-top: 7rem;
}

}

@media screen and (max-width: 767px) and (max-width: 767px) {

a:hover {
	opacity: 1;
}

}

@media (max-width: 360px) {

html {
	font-size: 2.7777777778vw;
}

}


/*# sourceMappingURL=styles.css.map */
