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

body {
	font-family: noto-sans-cjk-jp, sans-serif;
}

body {
	color: #222;
}

.u-desktop {
	display: none;
}
.u-mobile {
	display: block;
}
html.is-fixed {
	overflow: hidden;
}

html {
	font-size: 16px;
}

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

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
	text-decoration: none;
}	
*,
*::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;
}

p{
	color:#555;
}
/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

picture {
	display: block;
}

button {
	display: block;
	padding: 0;
	width: 100%;
}


.c-bg{
	background-color: #fbf4e1;
}

.c-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffd161;
	border: 1px solid #333;
	border: 0.0625rem solid #333;
	border-radius: 3.125rem;
	color: #000;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 17px;
	font-size: 1.25rem;
	font-weight: bold;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.c-btn:hover {
	background-color: #f5c13d;
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.c-btn.--white {
	background-color: #fff;
	color: #ff6f00;
}

.c-btn.--white:hover {
	background-color: #ff6f00;
	color: #fff;
}

.c-hamburger {
	height: 100%;
	position: relative;
	width: 100%;
}

.c-hamburger span {
	background-color: #000;
	border-radius: 0.125rem;
	display: inline-block;
	height: 2px;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.c-hamburger span:nth-child(1) {
	top: calc(50% - 0.5rem);
}

.c-hamburger span:nth-child(2) {
	top: 50%;
}

.c-hamburger span:nth-child(3) {
	top: calc(50% + 0.5rem);
}

.c-hamburger.is-active span:nth-child(1) {
	background-color: #fff;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.c-hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

.c-hamburger.is-active span:nth-child(3) {
	background-color: #fff;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
.c-titlehader{
	margin-bottom: 2rem;
}
.c-title {
	font-size: 24px;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
}
.c-title span {
	font-size: .95rem;
	background: #333;
    color: #fff;
    border-radius: 10px;
    padding: .25rem 1rem;
    display: inline-block;
	margin-bottom: 10px;
}
.c-title.--large {
	font-size: 50px;
	font-size: 3.125rem;
}
.c-subtitle{
	font-size: 18px;
	font-size: 1.1rem;
	text-align: center;
	line-height: 1.3;
}
.c-text{
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 12px;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-top: 8px;
    margin-top: 0.5rem;
}
.c-hosoku{
    font-size: 0.8em;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.3;
    margin-top: 8px;
    margin-top: 0.5rem;
	text-align: center;
	color: #666;;
}
.c-list{
    font-size: .9rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.3;
	list-style: disc;
	padding-left: 1.5rem;
}
.c-list li{
	margin-bottom: 1rem;
}
.c-space50{
	height: 50px;
	display: block;
}
.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 540px;
	max-width: 33.75rem;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

.p-cv {
	padding: 135px 10px 0;
	padding: 8.4375rem 10px 0;
}

.p-cv__inner {
	background-color: #ffd161;
	border-radius: 0.875rem;
	padding-bottom: 38px;
	padding-bottom: 2.375rem;
	padding-top: 184px;
	padding-top: 11.5rem;
	position: relative;
	overflow: hidden;
	padding-top: 14rem;
}

.p-cv__img {
	left: 50%;
	max-width: 372px;
	max-width: 18.25rem;
	position: absolute;
	top: -56px;
	top: -3.5rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
    max-width: 100%;
    top: 0;
    height: 200px;
    overflow: hidden;
}
.p-cv__content{
	text-align: center;
}
.p-cv__lead {
	color: #000;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
}
.p-cv__free {
    color: #fff;
    background-color: #222;
    font-size: 14px;
    font-size: 0.75rem;
	font-weight: bold;
    letter-spacing: 0.0;
    border-radius: .5rem;
    text-align: center;
    padding: .5rem;
    display: inline-block;
    margin: 1rem 0 0;
}
.p-cv__title {
	color: #000;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 30px;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 10px;
	margin-top: 0.625rem;
	text-align: center;
}

.p-cv__btn {
	margin-inline: auto;
	height: 60px;
	height: 3.75rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	max-width: 270px;
	max-width: 24.875rem;

}
.p-cv__btn .c-btn {
	background-color: #fff;

}
.p-drawer {
	background-color: #ff6f00;
	height: 100vh;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: translateX(105%);
	transform: translateX(105%);
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	width: 100%;
	z-index: 10;
}

.p-drawer.is-active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.p-drawer__inner {
	height: 100%;
	margin: 0 auto;
	max-width: 280px;
	max-width: 17.5rem;
	min-height: 475px;
	min-height: 29.6875rem;
	position: relative;
}

.p-drawer__nav {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-drawer__nav ul li a {
	padding-block: 22px;
	padding-block: 1.375rem;
	color: #fff;
	display: inline-block;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
	width: 100%;
}

.p-drawer__nav ul li:not(:last-child) a {
	border-bottom: 2px solid #fff;
	border-bottom: 0.125rem solid #fff;
}

.p-drawer__btn {
	height: 55px;
	height: 3.4375rem;
	margin-top: 28px;
	margin-top: 1.75rem;
	width: 100%;
}

.p-drawer__btn a {
	font-size: 20px;
	font-size: 1.25rem;
}

.p-faq {
	padding-bottom: 90px;
	padding-bottom: 5.625rem;
	padding-top: 65px;
	padding-top: 4.0625rem;
}

.p-faq__items {
	margin-top: 26px;
	margin-top: 1.625rem;
}

.p-faq__item {
	cursor: pointer;
	position: relative;
}

.p-faq__item::before {
	background-color: #fff;
	content: "";
	height: 3px;
	height: 0.1875rem;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 30px;
	top: 1.875rem;
	width: 21px;
	width: 1.3125rem;
}

.p-faq__item::after {
	background-color: #fff;
	content: "";
	height: 3px;
	height: 0.1875rem;
	position: absolute;
	right: 20px;
	right: 1.25rem;
	top: 30px;
	top: 1.875rem;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 21px;
	width: 1.3125rem;
}

.p-faq__item.is-active::after {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.p-faq__item p:nth-child(1) {
	background-color: #000000;
	color: #fff;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.3333333333;
	padding: 12px 60px 12px 26px;
	padding: 0.75rem 3.75rem 0.75rem 1.625rem;
}

.p-faq__item p:nth-child(2) {
	background-color: #f2f2f2;
	display: none;
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	line-height: 1.5833333333;
	padding: 10px 16px 24px 26px;
	padding: 0.625rem 1rem 1.5rem 1.625rem;
}

.p-faq__item + .p-faq__item {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-footer {
	background-color: #fbf4e1;
	padding-bottom: 26px;
	padding-bottom: 1.625rem;
	padding-top: 32px;
	padding-top: 2rem;
	margin-top: 0rem;
}

.p-footer__nav ul {
	gap: 16px;
	gap: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-footer__nav ul li a {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-footer__nav ul li a:hover {
	opacity: 0.7;
}

.p-footer__copy {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.p-function {
	padding-bottom: 84px;
	padding-bottom: 5.25rem;
	padding-top: 78px;
	padding-top: 4.875rem;
}

.p-function__lists {
	gap: 18px 30px;
	gap: 1.125rem 1.875rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-function__text {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 8px;
	margin-top: 0.5rem;
	text-align: center;
}

.p-globalNav {
	gap: 32px;
	gap: 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.p-globalNav ul {
	gap: 28px;
	gap: 1.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.p-globalNav li {
	height: 100%;
}

.p-globalNav li a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.p-globalNav li a::before {
	background-color: #222;
	bottom: 22px;
	bottom: 1.375rem;
	content: "";
	height: 3px;
	height: 0.1875rem;
	left: 0;
	position: absolute;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 0%;
}

.p-globalNav li a:hover::before {
	width: 100%;
}

.p-globalNav__btn {
	height: 43px;
	height: 2.6875rem;
	width: 216px;
	width: 13.5rem;
}

.p-header {
	height: 45px;
	height: 2.8125rem;
	z-index: 100;
}

.p-header__inner.l-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	max-width: unset;
}

.p-header__logo {
	width: 120px;
	width: 7.5rem;
}

.p-header__hamburger {
	height: 45px;
	height: 2.8125rem;
	margin-left: auto;
	position: fixed;
	right: 10px;
	top: 0;
	width: 25px;
	width: 1.5625rem;
	z-index: 11;
}

.p-header__globalNav {
	display: none;
}

.p-mv {
	padding: 0 10px;
}

.p-mv__inner.l-inner {
	border-radius: 0.75rem;
	display: grid;
	padding: 48px 4px 38px;
	/*padding: 3rem 1rem 2.375rem;*/
	background-color: #fbf4e1;
}

.p-mv__content {
	display: contents;
}
.p-mv__content > img:first-child{
	width: 40%;
	max-width: 150px;
	margin: 0 auto 15px;
}
.p-mv__lead {
	font-size: 14px;
	font-size: 1rem;
	font-weight: bold;
	margin: 0 auto;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	background-color: #fbf4e1;
    padding: .5rem .75rem;
    border-radius: 10px;
    letter-spacing: 0.05em;
}


.p-mv__title {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 55px;
	font-size: 2.25rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.2181818182;
	margin-top: 22px;
	margin-top: 1.5rem;
	text-align: center;
}

.p-mv__text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 12px;
	font-size: 1rem;
	margin-bottom: 1.5rem;
	margin-top: 2rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
	color: #222;
}

.p-mv__btn {
	margin-inline: auto;
	height: 60px;
	height: 3.75rem;
	margin-top: 36px;
	margin-top: 2.25rem;
	max-width: 23.875rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
}

.p-mv__img {
	display: block;
	margin-top: 32px;
	margin-top: .5rem;
}

.p-option__title {
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}

.p-option__title span {
	color: #ff6f00;
	font-size: 40px;
	font-size: 2.5rem;
}

.p-option__slider {
	margin-inline: auto;
	margin-top: 36px;
	margin-top: 2.25rem;
	max-width: 279px;
	max-width: 17.4375rem;
}

.p-option__slider .slick-list {
	overflow: unset;
}

.p-option__item {
	margin: 0 13px;
	margin: 0 0.8125rem;
}

.p-option__lead {
	margin-inline: auto;
	font-size: 12px;
	font-size: 0.95rem;
	line-height: 2;
	position: relative;
	text-align: center;
	margin: 1.5rem 0;
}


.p-option__box {
	border-radius: 0.875rem;
	margin-top: 16px;
	margin-top: 1rem;
	overflow: hidden;
}

.p-option__boxTitle {
	gap: 14px;
	gap: 0.875rem;
	padding-block: 18px;
	padding-block: 1.125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffd161;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-option__boxTitle img {
	-o-object-position: center;
	-o-object-fit: contain;
	height: auto;
	max-height: 49px;
	max-height: 3.0625rem;
	max-width: 59px;
	max-width: 3.6875rem;
	object-fit: contain;
	object-position: center;
	width: auto;
}

.p-option__boxTitle span {
	font-size: 23px;
	font-size: 1.4375rem;
}

.p-option__boxTitle span small {
	display: block;
	font-size: 15px;
	font-size: 0.9375rem;
	margin-top: 4px;
	margin-top: 0.25rem;
}

.p-option__boxContent {
	background-color: #fff;
	padding: 20px 10px 34px;
	padding: 1.25rem 0.625rem 2.125rem;
}

.p-option__price {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	position: relative;
	text-align: center;
}

.p-option__price small {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 400;
}

.p-option__price::before {
	content: "基本料金に";
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	text-align: center;
}

.p-option__price span {
	display: inline-block;
	height: 22px;
	height: 1.375rem;
	margin-right: 8px;
	margin-right: 0.5rem;
	position: relative;
	width: 22px;
	width: 1.375rem;
}

.p-option__price span::before {
	background-color: #ff6f00;
	content: "";
	height: 5px;
	height: 0.3125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-option__price span::after {
	background-color: #ff6f00;
	content: "";
	height: 5px;
	height: 0.3125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
	width: 100%;
}

.p-option__info {
	display: grid;
	grid-template-columns: 7.875rem 1fr;
	margin: 0 auto;
	margin-top: 34px;
	margin-top: 2.125rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-option__info dt {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 2.7857142857;
}

.p-option__info dd {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 2.7857142857;
	position: relative;
}

.p-option__info dd::before {
	background-color: #ff6f00;
	content: "";
	height: 3.5px;
	height: 0.21875rem;
	left: -18px;
	left: -1.125rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	width: 13px;
	width: 0.8125rem;
}

.p-option__info dd::after {
	background-color: #ff6f00;
	content: "";
	height: 3.5px;
	height: 0.21875rem;
	left: -18px;
	left: -1.125rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0%, -50%) rotate(90deg);
	transform: translate(0%, -50%) rotate(90deg);
	width: 13px;
	width: 0.8125rem;
}

.p-option__btn {
	margin-inline: auto;
	height: 38px;
	height: 2.375rem;
	margin-top: 40px;
	margin-top: 2.5rem;
	max-width: 159px;
	max-width: 9.9375rem;
	width: 100%;
}

.p-option__btn a {
	font-size: 14px;
	font-size: 0.875rem;
}

.p-option__bottom {
	padding-block: 12px;
	padding-block: 0.75rem;
	margin-inline: auto;
	background-color: #fff;
	border-radius: 2.1875rem;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.4285714286;
	margin-top: 14px;
	margin-top: 0.875rem;
	max-width: 323px;
	max-width: 20.1875rem;
	text-align: center;
}

.slider-dots {
	gap: 12px;
	gap: 0.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 16px;
	margin-top: 1rem;
}

.slider-dots li {
	border: 2px solid #ff6f00;
	border: 0.125rem solid #ff6f00;
	border-radius: 50%;
	cursor: pointer;
	height: 20px;
	height: 1.25rem;
	list-style: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 20px;
	width: 1.25rem;
}

.slider-dots li.slick-active {
	background-color: #ff6f00;
}

.slider-dots button {
	display: none;
}
.slick-dots li{
	border:none !important;
}
.slick-dots li button:before{
	font-size: 12px;
}
.p-plan {
	overflow: hidden;
	padding: 0 10px;
}

.p-plan__inner.l-inner {
	padding-block: 38px;
	padding-block: 2.375rem;
	background-color: #faf6ef;
}

.p-plan__box {
	margin-inline: auto;
	border-radius: 1.25rem;
	margin-top: 26px;
	margin-top: 1.625rem;
	max-width: 336px;
	max-width: 21rem;
	overflow: hidden;
}

.p-plan__boxTitle {
	padding-block: 28px;
	padding-block: 1.75rem;
	background-color: #ffd161;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
}

.p-plan__boxContent {
	background-color: #fff;
	padding: 32px 10px 38px;
	padding: 2rem 0.625rem 2.375rem;
}

.p-plan__price {
	font-size: 61px;
	font-size: 3.8125rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
}

.p-plan__price small {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 400;
}

.p-plan__info {
	margin-inline: auto;
	display: grid;
	grid-template-columns: 10.25rem 1fr;
	margin-top: 32px;
	margin-top: 2rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-plan__info dt {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 2.0909090909;
}

.p-plan__info dd {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 400;
	line-height: 2.0909090909;
}

.p-plan__btn {
	margin-inline: auto;
	height: 66px;
	height: 4.125rem;
	margin-top: 28px;
	margin-top: 1.75rem;
	max-width: 272px;
	max-width: 17rem;
	width: 100%;
}

.p-plan__btn a {
	font-size: 25px;
	font-size: 1.5625rem;
}

.p-plan__plus {
	margin-inline: auto;
	height: 50px;
	height: 3.125rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	position: relative;
	width: 50px;
	width: 3.125rem;
}

.p-plan__plus span {
	background-color: #ff6f00;
	height: 11px;
	height: 0.6875rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-plan__plus span:nth-child(2) {
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
}

.p-plan__option {
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-privacy {
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
	padding-top: 100px;
	padding-top: 6.25rem;
}

.p-privacy__inner.l-inner {
	max-width: calc(67.5rem + 70px);
}

.p-privacy__title {
	font-size: 27px;
	font-size: 1.6875rem;
}

.p-privacy__lead {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.5;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-privacy__items {
	margin-top: 36px;
	margin-top: 2.25rem;
}

.p-privacy__items dt {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.9444444444;
}

.p-privacy__items dd + dt {
	margin-top: 34px;
	margin-top: 2.125rem;
}

.p-privacy__items dd {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 2.5;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.p-privacy__items li {
	margin-left: 0.85em;
	text-indent: -0.85em;
}

.p-privacy__items li > ul {
	margin-left: 2em;
}

.p-privacy__bottom {
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 35px;
	margin-top: 2.1875rem;
	text-align: right;
}

.p-resolve {
	overflow: hidden;
	padding-top: 64px;
	padding-top: 4rem;
}
.p-resolve-wrapper{
	background-color: #fbf4e1;
	padding: 3rem 0;
}

.p-resolve__title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.p-resolve__wrap{
	padding: 2rem 1rem;
	background-color: #fff;
	border-radius: 1.875rem;
	margin-top: 1.625rem;
}
.p-resolve__wrap img:first-child{
	/*max-width: 200px;*/
	margin: 0 auto 15px;
}
.p-resolve__omoi{
	padding: 2rem 1rem;
	background-color: #fbf7f0;
	border-radius: 1rem;
	max-width: 66.3125rem;
	margin-inline: auto;
	margin-top: 30px;
}
.p-resolve__movie {
	border: 1px solid #222;
	border: 0.0625rem solid #222;
	border-radius: 0.625rem;
	cursor: pointer;
	margin-top: 16px;
	margin-top: 1rem;
	overflow: hidden;
	position: relative;
}

.p-resolve__movie video {
	position: relative;
	width: 100%;
}

.p-resolve__modal {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.p-resolve__close {
	cursor: pointer;
	height: 36px;
	height: 2.25rem;
	position: absolute;
	right: 30px;
	right: 1.875rem;
	top: 30px;
	top: 1.875rem;
	width: 36px;
	width: 2.25rem;
	z-index: 1;
}

.p-resolve__close span {
	background-color: #fff;
	display: inline-block;
	height: 2px;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 100%;
}

.p-resolve__close span:nth-child(1) {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.p-resolve__close span:nth-child(2) {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.p-resolve__modal video {
	inset: 0;
	margin: auto;
	max-width: 1061px;
	max-width: 66.3125rem;
	padding: 0 20px;
	padding: 0 1.25rem;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.p-resolve__bg {
	background-color: black;
	height: 100%;
	opacity: 0.7;
	position: absolute;
	width: 100%;
}

.p-resolve__btn {
	background-color: #fff;
	border-radius: 50%;
	height: 58px;
	height: 3.625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 58px;
	width: 3.625rem;
	z-index: 1;
}

.p-resolve__btn img {
	margin: 0 auto;
	width: 22px;
	width: 1.375rem;
}

.p-resolve__slider {
	margin-inline: auto;
	counter-reset: number 0;
	margin-top: 76px;
	margin-top: 2.75rem;
	/*max-width: 308px;
	max-width: 19.25rem;*/
}

.p-resolve__slider .slick-list {
	overflow: unset;
}

.p-resolve__item {
	background-color: #fbf4e1;
	border-radius: 0.6875rem;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 6px;
	margin: 0 0.375rem;
	margin-bottom: 2rem;
	padding: 42px 18px 18px;
	padding: 2.625rem 1.125rem 1.125rem;
	position: relative;
}

.p-resolve__item::before {
	color: #fff;
	content: "0" counter(number);
	counter-increment: number 1;
	font-size: 67px;
	font-size: 3.5rem;
	font-weight: 900;
	left: 24px;
	left: 0.75rem;
	position: absolute;
	top: -28px;
	top: .5rem;
	letter-spacing: -0.075em;
}

.p-resolve__img {
	height: 145px;
	height: 9.0625rem;
	height: 7.0625rem;
}

.p-resolve__img img {
	height: 100%;
	margin: 0 auto;
	width: auto;
	border-radius: 10px;
}

.p-resolve__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.p-resolve__bigText {
	font-size: 20px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.25;
	margin-top: 16px;
	margin-top: 1rem;
	text-align: center;
}

.p-resolve__text {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 12px;
	font-size: 1.1rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.75;
	margin-top: 8px;
	margin-top: 0.5rem;
}
.p-teian,
.p-works,
.p-voice,
.p-flow,
.p-type,
.p-about,
.p-code,
.p-area
 {
	overflow: hidden;
	padding-top: 64px;
	padding-top: 4rem;
}

.p-teian{
	background-color: #fbf4e1;
	margin-top: 4rem;
	padding-bottom: 4rem;
}
.p-works__inner.l-inner{
	padding: 0;
}
.p-works-item{
	background-color: #fbf4e1;
	margin: 0 .25rem;
	padding: .75rem;
	border-radius: 10px;
}
.p-works-item:hover{
	cursor: grab;
}
.slick-dotted.slick-slider{
	margin-bottom: 15px;
}
.p-works-item > div li{
	color: #666;
    font-size: .8rem;
    border-bottom: 1px solid #eee;
	line-height: 1;
	padding: .75rem 0;
}
.p-works-item > div li:first-child{
	border-top: 1px solid #eee;
}
.p-works-item > div li span{
	display: inline-block;
	min-width: 80px;
}
.p-works-item img{
	border-radius: 15px;
}
.p-works-item > div.works_info h3{
	text-align: center;
	font-size: 1.25rem;
}
.p-works-item > div.works_info .works_voice{
        margin-top: 2rem;
        background: #fff;
        padding: .5rem;
        border-radius: 10px;
}
.p-works-item > div.works_info .works_voice h3{
	text-align: left;
	padding: 2rem 0;
    line-height: 1.5;
    font-size: 1.5em;
	margin-top: 1rem;
}
.p-voice__inner .p-works-item .works_voice > div{
	display: flex;
}
.p-voice__inner .p-works-item .works_voice img{
	width: 80px;
	height: max-content;
	margin-right: .5rem;
}
.p-works-item > div.works_info .works_voice h3{
    text-align: left;
    padding: 0;
    line-height: 1.5;
    font-size: 1em;
}
.slick-dots{
	bottom: 0px;
}
.arrow_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 0 0;
    position: relative;
}

.prev-arrow,
.next-arrow {
    display: block;
    width: 50px;
    height: 50px;
    background: coral;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    position:relative;
}

.prev-arrow {
    transform: rotate(180deg);
    margin-right: 20px;
}

.prev-arrow::before,
.next-arrow::before{
    position:absolute;
    content: "";
    width:10px;
    height:10px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}
.p-voice__wrap .p-voice__item h3{
	font-size: 20px;
	list-style: 1.5;
}
.p-voice__wrap .p-voice__item{
	background-color: #fbf4e1;
	padding: 1.5rem 1.5rem;
	margin-bottom: 15px;
	margin: 0 5px 15px;
	border-radius: 1.875rem;
}
.p-voice__wrap .p-voice__item img{
	width: 80px;
	margin: 0 auto 2rem;
}
.p-flow{
	background-color: #fbf4e1;
	margin-top: 4rem;
	padding-bottom: 4rem;
}
.p-flow__item{
	background-color: #fff;
	border-radius: 1.875rem;
	padding: 2rem;
	margin: 0 5px 1rem;
}
.p-flow__item img{
	max-width: 100px;
	margin: 0 auto 15px;
}
.p-about__wrap div.p-about__item{
	background-color: #fff;
	padding: 1.5rem;
	border-radius: 10px;
	margin-top: 1rem;
	margin: 1rem .5rem;
}

.p-about__wrap div.p-about__item img{
	width: auto;
	margin: 0 auto;
	max-width: 200px;
}
.p-about__wrap h3{
	font-size: 1.25rem;
	font-weight: bold;
}
.p-code{
	background-color: #fbf4e1;
	padding-bottom: 4rem;
}
.slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slick-slide {
	height: auto !important;
}

.p-subFooter {
	background-color: #faf6ef;
	padding-bottom: 32px;
	padding-bottom: 2rem;
	padding-top: 42px;
	padding-top: 2.625rem;
}

.p-subFooter__top {
	gap: 40px;
	gap: 2.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	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;
}

.p-subFooter__logo {
	width: 120px;
	width: 7.5rem;
}

.p-subFooter__links {
	gap: 14px;
	gap: 0.875rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-subFooter__link a {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.p-subFooter__link a:hover {
	opacity: 0.7;
}

.p-subFooter__btn {
	margin-inline: auto;
	height: 60px;
	height: 3.75rem;
	margin-top: 32px;
	margin-top: 2rem;
	width: 270px;
	width: 16.875rem;
}

.p-trouble {
	padding-top: 70px;
	padding-top: 4.375rem;
}

.p-trouble__lists {
	gap: 8px;
	gap: 0.5rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-trouble__list {
	background-color: #fbf4e1;
	border-radius: 0.5rem/1rem;
	display: grid;
	font-size: 14px;
	font-size: 0.95rem;
	font-weight: bold;
	height: 108px;
	height: 6.75rem;
	line-height: 1.5;
	place-items: center;
	text-align: center;
}


.p-area img{
	max-width:800px;
	width: 100%;
	margin: auto;
}


.p-about__staff img{
	width: 70%;
	height: auto;
	margin: auto;
}

.p-about__staffprof{
	margin-top: 1rem;
	border: 1px solid #333;
	padding:1rem;
	border-radius: 10px;
}
.p-about__staffprof p{
	margin:0 0 1rem 0;
}

.p-about__staffpro00{
	display: block;
}
@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 0.8333333333vw;
}

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

.c-btn {
	border-width: 0.1875rem;
	font-size: 1.2rem;
}
.c-titlehader{
	margin-bottom: 4rem;
}
.c-title {
	font-size: 3.25rem;
}
.c-title span {
	font-size: 1.8rem;
}
.c-subtitle{
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.1rem;
}
.c-text{
	font-size: 1.3rem;
	line-height: 2;
	margin-top: 1.625rem;
	letter-spacing: 0.1em;
}
.c-hosoku{
    font-size: 0.8em;
	text-align: left;
}
.c-list{
    font-size: 1.25rem;
	line-height: 1.75;
}
.c-list li{
	margin-bottom: 1rem;
}
.l-inner {
	max-width: calc(87.5rem + 70px);
	padding-left: 35px;
	padding-right: 35px;
}

.p-cv {
	padding: 8.125rem 0 0;
}

.p-cv__inner {
	border-radius: 1.875rem;
	max-width: calc(82.875rem + 70px);
	padding-bottom: 5.875rem;
	padding-top: 5.5rem;
}

.p-cv__img {
	bottom: 2.25rem;
	left: auto;
	left: initial;
	max-width: 39.625rem;
	right: 1.75rem;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	right: 0;
	max-width: 50%;
	top: 0;
	height: 100%;
}

.p-cv__content {
	width: 50%;
}

.p-cv__lead {
	font-size: 1.5625rem;
}
.p-cv__free {
    font-size: 1.1rem;
}
.p-cv__title {
	font-size: 3rem;
	margin-top: 1.25rem;
}

.p-cv__btn {
	margin-top: 2.75rem;
}

.p-faq {
	padding-bottom: 10.5rem;
	padding-top: 7.5rem;
}

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

.p-faq__item::before {
	height: 0.375rem;
	right: 2rem;
	top: 2rem;
	width: 2.375rem;
}

.p-faq__item::after {
	height: 0.375rem;
	right: 2rem;
	top: 2rem;
	width: 2.375rem;
}

.p-faq__item p:nth-child(1) {
	font-size: 1.875rem;
	padding: 1.25rem 6.875rem 1.25rem 3.25rem;
}

.p-faq__item p:nth-child(2) {
	font-size: 1.5625rem;
	line-height: 1.72;
	padding: 3.125rem 3.75rem;
}

.p-footer {
	padding-block: 1.5rem;
}

.p-footer__inner {
	-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;
}

.p-footer__nav ul {
	gap: 2.125rem;
}

.p-footer__nav ul li a {
	font-size: 1.375rem;
}

.p-footer__copy {
	font-size: 1.375rem;
	margin: 0;
}

.p-function {
	padding-bottom: 15.25rem;
	padding-top: 12.5rem;
}

.p-function__lists {
	gap: 5.25rem 8.875rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 3.75rem;
}

.p-function__icon {
	margin: 0 auto;
	max-width: 13.125rem;
}

.p-function__text {
	font-size: 1.25rem;
	margin-top: 1.25rem;
}

.p-header {
	background-color: #fff;
	height: 5.125rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.p-header__logo {
	margin-top: 0.75rem;
	width: 12.6875rem;
}

.p-header__hamburger {
	display: none;
}

.p-header__drawer {
	display: none;
}

.p-header__globalNav {
	display: block;
	height: 100%;
	margin-left: auto;
}

.p-mv {
	padding: 5.125rem 35px 0;
}

.p-mv__inner.l-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	grid-template-columns: 1fr 64.375rem;
	grid-template-columns: 1fr 60.375rem;
	max-width: unset;
	padding: 7rem .75rem 3rem 8.875rem;
}

.p-mv__content {
	display: block;
}

.p-mv__content > img:first-child{
	margin: 0 0 30px 0;
}

.p-mv__lead {
	font-size: 1.65rem;
	margin-left: 0;
	margin-bottom: 1rem;
}

.p-mv__lead::before {
	height: 1.625rem;
	left: -0.75rem;
	width: 0.09375rem;
}

.p-mv__lead::after {
	height: 1.625rem;
	right: -0.75rem;
	width: 0.09375rem;
}

.p-mv__title {
	font-size: 3.5rem;
	line-height: 1.3;
	text-align: left;
}
.p-mv__title img{
	width: 90%;
	margin-bottom: 15px;
}
.p-mv__text {
	-webkit-font-feature-settings: initial;
	font-feature-settings: initial;
	font-size: 1.35rem;
	margin-top: .5rem;
	margin-bottom:2rem; ;
	text-align: left;
	letter-spacing: 0.05em;
	line-height: 1.8;
}
.p-mv__point{
	max-width: 70%;
}
.p-mv__btn {
	margin: 0;
	margin-top: 1.75rem;
	height: 4.75rem;
}

.p-mv__img {
	margin-top: 0;
	padding: 0 1rem;
}

.p-option__title {
	font-size: 3.5rem;
}

.p-option__title span {
	font-size: 5.0625rem;
}

.p-option__slider {
	gap: 3rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 6.25rem;
	max-width: 87.5rem;
}

.p-option__item {
	margin: 0;
}

.p-option__lead {
	font-size: 1.25rem;
	line-height: 1.8;
}

.p-option__lead::before {
	height: 2rem;
	left: -2.5rem;
}

.p-option__lead::after {
	height: 2rem;
	right: -2.5rem;
}

.p-option__box {
	border-radius: 1.875rem;
	margin-top: 1.75rem;
}

.p-option__boxTitle {
	gap: 2rem;
	padding-block: 1.75rem;
}

.p-option__boxTitle img {
	max-height: 5.25rem;
	max-width: 6.375rem;
}

.p-option__boxTitle span {
	font-size: 2.5rem;
}

.p-option__boxTitle span small {
	font-size: 1.625rem;
	margin-top: 0.375rem;
}

.p-option__boxContent {
	padding: 2rem 0.625rem 3.375rem;
}

.p-option__price {
	font-size: 3.8125rem;
}

.p-option__price small {
	font-size: 2.25rem;
}

.p-option__price::before {
	font-size: 1.5625rem;
	margin-bottom: 0.75rem;
}

.p-option__price span {
	height: 2.375rem;
	margin-right: 0.375rem;
	width: 2.375rem;
}

.p-option__price span::before {
	height: 0.5625rem;
}

.p-option__price span::after {
	height: 0.5625rem;
}

.p-option__info {
	grid-template-columns: 13.5rem 1fr;
	margin-top: 3.75rem;
}

.p-option__info dt {
	font-size: 1.5625rem;
	line-height: 2.68;
}

.p-option__info dd {
	font-size: 1.5625rem;
	line-height: 2.68;
}

.p-option__info dd::before {
	height: 0.375rem;
	left: -2.5rem;
	width: 1.375rem;
}

.p-option__info dd::after {
	height: 0.375rem;
	left: -2.5rem;
	width: 1.375rem;
}

.p-option__btn a {
	font-size: 1.5625rem;
}

.p-option__btn {
	height: 3.75rem;
	max-width: 17rem;
}

.p-option__bottom {
	margin-inline: auto;
	padding-block: 0.9375rem;
	font-size: 1.5625rem;
	margin-top: 2.5rem;
	max-width: 87.5rem;
}

.p-plan {
	padding: 0 35px;
}

.p-plan__inner.l-inner {
	max-width: unset;
	padding-bottom: 10.125rem;
	padding-top: 5.125rem;
}

.p-plan__box {
	border-radius: 1.875rem;
	margin-top: 5.25rem;
	max-width: 45.1875rem;
}

.p-plan__boxTitle {
	padding-block: 3.125rem;
	font-size: 2.5rem;
}

.p-plan__boxContent {
	padding: 3rem 1.25rem 4rem;
}

.p-plan__info {
	grid-template-columns: 12.25rem 1fr;
	margin-top: 3.75rem;
}

.p-plan__info dt {
	font-size: 1.5625rem;
	line-height: 2.68;
}

.p-plan__info dd {
	font-size: 1.5625rem;
	line-height: 2.68;
}

.p-plan__btn {
	height: 4.5rem;
	margin-top: 4.0625rem;
	max-width: 18.75rem;
}

.p-plan__plus {
	height: 5.8125rem;
	margin-top: 3.5rem;
	width: 5.8125rem;
}

.p-plan__plus span {
	height: 1.3125rem;
}

.p-plan__option {
	margin-top: 3.5rem;
}

.p-privacy {
	padding-bottom: 13.125rem;
	padding-top: 11.875rem;
}

.p-privacy__title {
	font-size: 1.875rem;
}

.p-privacy__lead {
	font-size: 0.9375rem;
	line-height: 2.4666666667;
	margin-top: 2rem;
}

.p-privacy__items dt {
	font-size: 1.375rem;
}

.p-privacy__items dd + dt {
	margin-top: 2.875rem;
}

.p-privacy__items dd {
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 2.4666666667;
}

.p-privacy__bottom {
	font-size: 0.9375rem;
	margin-top: 3.125rem;
}

.p-resolve {
	padding-top: 8.125rem;
}
.p-resolve__wrap{
	padding: 5rem 3rem;
}
.p-resolve__wrap .p-option__lead{
	margin-bottom: 4rem;
}
.p-resolve__title {
	font-size: 3.125rem;
}

.p-resolve__movie {
	margin-inline: auto;
	border-radius: 1.875rem;
	border-width: 0.1875rem;
	margin-top: 2.375rem;
	max-width: 66.3125rem;
}

.p-resolve__close {
	height: 3.125rem;
	width: 3.125rem;
}

.p-resolve__btn {
	height: 10.625rem;
	width: 10.625rem;
}

.p-resolve__movie:hover .p-resolve__btn {
	height: 11.75rem;
	width: 11.75rem;
}

.p-resolve__btn img {
	width: 4.25rem;
}

.p-resolve__slider {
	margin-top: 2.5rem;
	max-width: unset;
}

.p-resolve__item {
	gap: 4.375rem;
	border-radius: .875rem;
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
	padding: 2.75rem 4rem;
	height: 100%;
}

.p-resolve__item + .p-resolve__item {
	margin-top: 3rem;
}

.p-resolve__item::before {
	font-size: 5.75rem;
	top: 2.5rem;
}

.p-resolve__item:nth-child(odd):before {
	left: 4rem;
}

.p-resolve__item:nth-child(even):before {
	left: calc(50% + 2.1875rem);
}

.p-resolve__img img {
	height: 100%;
}

.p-resolve__img {
	height: auto;
	/*max-height: 300px;*/
	width: 100%;
}

/*
.p-resolve__item:nth-child(1) .p-resolve__img img {
	width: 35.625rem;
}

.p-resolve__item:nth-child(2) .p-resolve__img img {
	width: 32.8125rem;
}

.p-resolve__item:nth-child(3) .p-resolve__img img {
	width: 40.625rem;
}

.p-resolve__item:nth-child(4) .p-resolve__img img {
	width: 30.625rem;
}
*/
.p-resolve__item:nth-child(odd) .p-resolve__img {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-resolve__content {
	margin-top: 4.6875rem;
}

.p-resolve__bigText {
	font-size: 2.25rem;
	line-height: 1.5;
	text-align: left;
}

.p-resolve__text {
	font-size: 1.25rem;
	line-height: 1.75;
}

.p-resolve__omoi{
	padding: 4rem 5rem;
	border-radius: 1.875rem;
	margin-top: 50px;
}

.p-teian,
.p-works,
.p-voice,
.p-flow,
.p-type,
.p-about,
.p-code,
.p-area
 {
	padding-top: 8.125rem;

 }
 .p-teian__content{
	display: flex;
	flex-wrap: wrap;
	gap:1rem 0;
 }
 .p-teian__content a{
	display: block;
	width: 50%;
 }
 .p-teian__content a img{
	object-fit: cover;
	height: 100%;
}
 .p-teian__content a:nth-child(3){
	width: 100%;
}

.p-works-item{
	display: flex;
	flex-wrap: wrap;
	padding: 3rem;
	margin: 0 1.5rem;
}

.p-works-item > div li{
    font-size: 1rem;
}
.p-works-item > div li span{
	min-width: 100px;
}
.p-works-item .works_slider{
	width: 40%;
}

.p-works-item > div.works_info{
	width: 60%;
	padding: 1.5rem 4rem .5rem 4rem;
}
.p-works-item > div.works_info .works_voice{
	margin-top: 2rem;
	padding: 1rem;
}
.p-works-item > div.works_info .works_voice h3{
    font-size: 1.5em;
}
.p-works-item > div.works_info h3{
	font-size: 2rem;
}

.p-voice__inner.l-inner{
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.p-voice__inner .p-works-item .works_slider{
	width: 100%;
}
.p-voice__inner .p-works-item > div.works_info{
	width: 100%;
	padding: 1.5rem 4rem .5rem 4rem;
}
.p-voice__inner .p-works-item .works_voice > div{
	display: flex;
}
.p-voice__inner .p-works-item .works_voice img{
	width: 100px;
	margin-right: 2rem;
}
.p-voice__wrap .p-voice__item{
	padding: 3rem 3rem;
	margin: 0;
}
.p-voice__wrap .p-voice__item img{
	width: 80px;
}

.p-voice__wrap{
	display : flex;
	flex-wrap : wrap;
	justify-content:space-between;
}
.p-voice__wrap div{
	width: 32%;
}
.p-voice__wrap h3{
	font-size: 1.25rem;
    line-height: 1.5;
	letter-spacing: 0.05rem;
}
.p-flow__inner.l-inner{
	max-width: calc(67.5rem + 70px);
}
.p-flow__item{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}
.p-flow__item .c-text{
	margin-top: 1rem;
}
.p-flow__item img{
	max-width: 125px;
}
.p-flow__item > div{
	width: 75%;
	padding: 1rem 1rem;
}
.p-flow__item > div h3{
	text-align: left;
}

.p-type table{
	font-size: 1.5rem;
	line-height: 1.3;
	width: 100%;
	margin-inline: auto;
	background-color: #f5f5f5;  /* 背景色指定 */
	border-color: #ffd161;
	border-width: 5px;
}
.p-type table span{
	font-size: 1rem;
}
.p-type table th,
.p-type table td
{
	text-align: center;
	padding: 2rem;
}
.p-type table th{
	word-wrap: none;
	background-color: #fbf4e1; 

}

.p-about__wrap{
	display : flex;
	flex-wrap : wrap;
	justify-content:space-between;
}
.p-about__wrap div.p-about__item{
	width: 32%;
	padding: 2rem;
	margin-top: 1rem;
	margin-bottom: 15px;
}
.p-about__wrap h3{
	font-size: 1.5rem;
    line-height: 1.5;
	text-align: center;
}

.p-about__staff{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2rem;
	/*max-width: 66.3125rem;*/
	margin-inline: auto;
}
.p-about__staff img{
	width: 40%;
	height: auto;
}
.p-about__staff > div{
	width: 60%;
	padding: 3rem 2rem;
}
.p-about__staff > div h3{
	text-align: left;
}
.p-about__staffprof{
	padding:1rem 2rem;
	margin-top: 2rem;
}
.p-about__staffpro00{
	display: flex;
	gap:1rem;
}
.p-code__content{
	max-width: 66.3125rem;
	margin-inline: auto;
}


.p-subFooter {
	padding-bottom: 4.125rem;
	padding-top: 4.125rem;
}

.p-subFooter__inner {
	-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;
}

.p-subFooter__top {
	gap: 3.875rem;
}

.p-subFooter__logo {
	width: 12.75rem;
}

.p-subFooter__links {
	gap: 1.5rem;
}

.p-subFooter__link a {
	font-size: 1.375rem;
}

.p-subFooter__btn {
	margin: 0;
	margin-top: 0;
}

.p-trouble {
	padding-top: 6.75rem;
}

.p-trouble__lists {
	gap: 2.375rem 3.75rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.625rem;
}

.p-trouble__list {
	font-size: 1.5625rem;
	height: 11.875rem;
	line-height: 1.48;
}

}

@media (min-width: 1921px) {

html {
	font-size: 16px;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}



.building-content{
	background-color: #e1e1e1;
	line-height: 1.5;
}
.building-content .container{
	padding: 30px 15px 15px 15px;
}

.building-content .cmn-subpage-title{
	color: initial;
}

a.sp-fixed-btn{
	position: fixed;
	align-items: center;
    background-color: #ffd161;
	border: 0.0625rem solid #333;
    border-radius: 3.125rem;
    color: #333;
	font-weight: bold;
    right: 50px;
    padding:.25rem 1rem .35rem;
    line-height: 1;
	z-index: 10;
    font-size: .9rem;
    letter-spacing: 0.05rem;
}

.grad-wrap {
  position: relative;
}

/* 入れ子構造前提にセレクタ変更 */
.grad-wrap .grad-item {
  position: relative;
  overflow: hidden;
  height: 140px;
}
.grad-wrap .grad-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, rgba(251,247,240,0.9) 0%, #fbf7f0 100%);
}
.works_voice .grad-wrap .grad-item::before {
  background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%, #fff 100%);
}

.grad-wrap .grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 148px;
  margin: auto;
  padding: .5em 0;
  border-radius: 50vw;
  background: #999da0;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* チェック時の制御を、.grad-wrap内に限定 */
.grad-wrap .grad-trigger:checked + .grad-btn {
  display: none;
}
.grad-wrap .grad-trigger:checked + .grad-btn + .grad-item {
  height: auto;
}
.grad-wrap .grad-trigger:checked + .grad-btn + .grad-item::before {
  display: none;
}
/*
.grad-wrap{
	position: relative;
}
.grad-item {
	position: relative;
	overflow: hidden;
	height: 140px; 
  }
  .grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: -webkit-linear-gradient(top, rgba(251,247,240,0.9) 0%, rgba(251,247,240,0.9) 50%, rgba(251,247,240,0.9) 50%, #fbf7f0 100%);
	background: linear-gradient(top, rgba(251,247,240,0.9) 0%, rgba(251,247,240,0.9) 50%, rgba(251,247,240,0.9) 50%, #fbf7f0 100%);
	content: "";
  }
  .grad-trigger {
	display: none; 
  }
  .grad-btn{
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 148px;
	margin: auto;
	padding: .5em 0;
	border-radius: 50vw;
	background: #999da0;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	cursor: pointer;
	transition: .2s ease;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	}
  .grad-trigger:checked + .grad-btn {
	display: none; 
  }
  .grad-trigger:checked ~ .grad-item {
	height: auto; 
  }
  .grad-trigger:checked ~ .grad-item::before {
	display: none; 
  }
  */
  
@media (min-width: 768px) {
	a.sp-fixed-btn{
		display: none;
	}
	.grad-item {
		height: 176px; /*隠した状態の高さ*/
	  }
}


/* / CONTACT ******************************/

.col-form-label{
	text-align: right;
}
.custom-radio,.custom-checkbox {
	line-height: 1.4;
	padding: .25rem 0 .25rem 1.5rem
}

input[type=submit]{
	margin-bottom: 15px;
}

label{
	font-size: 1.5rem;
}

.form-control-lg{
	font-size: 1.5rem;

}

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