body {
	background-color: #fff;
	color: #2D2D32;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

body.no-scroll {
	height: 100%;
	overflow: hidden;
}

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

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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

ol,
ul {
	list-style: none;
}

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

a {
	color: inherit;
	text-decoration: none;
}

button {
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	color: inherit;
	font: inherit;
	vertical-align: top;
}

.l-inner {
	padding-left: 120px;
	padding-right: 134px;
}

.l-section-inner {
	padding-bottom: 100px;
	padding-top: 98px;
}

.c-button1 {
	background-color: #64629D;
	border-radius: 27px;
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2392156863);
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	transition: all 0.3s ease !important;
}

.c-button1:hover {
	transform: translateY(-5px);
}

.c-button2 {
	background-color: #fff;
	border: 2px solid #64629D;
	border-radius: 27px;
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2392156863);
	color: #64629D;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	transition: all 0.3s ease !important;
}

.c-button2:hover {
	transform: translateY(-5px);
}

.c-drawer-icon {
	height: 21px;
	margin-left: auto;
	position: relative;
	width: 21px;
}

.c-drawer-icon::before {
	color: #64629D;
	content: "MENU";
	font-size: 6px;
	font-weight: 700;
	left: 50%;
	position: absolute;
	top: -28px;
	transform: translateX(-50%);
}

.c-drawer-icon__bar {
	border-radius: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: transform 0.6s ease;
}

.c-drawer-icon__bar:first-child {
	background-color: #64629D;
	height: 3px;
	top: 7px;
	width: 21px;
}

.c-drawer-icon__bar:nth-child(2) {
	background-color: #64629D;
	height: 3px;
	left: auto;
	right: 0;
	top: 15px;
	transform: none;
	width: 13.13px;
}

.c-drawer-icon__bar:last-child {
	background-color: #64629D;
	height: 3px;
	top: 25px;
	width: 21px;
}

.c-drawer-icon.is-checked .c-drawer-icon__bar {
	left: 50%;
	top: 50%;
}

.c-drawer-icon.is-checked .c-drawer-icon__bar:first-child {
	background-color: #64629D;
	transform: translateX(-50%) rotate(45deg);
}

.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-child(2) {
	opacity: 0;
}

.c-drawer-icon.is-checked .c-drawer-icon__bar:last-child {
	background-color: #64629D;
	transform: translateX(-50%) rotate(-45deg);
}

.c-drawer-icon.is-checked::before {
	display: none;
}

.c-section-title {
	text-align: center;
}

.c-section-title__en {
	color: #9F9EC1;
	font-family: "Poppins", sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 35.81px;
}

.c-section-title__ja {
	color: #64629D;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 48px;
	margin-top: 20px;
}

.p-header {
	height: 72px;
	line-height: 72px;
}

.p-header__inner {
	display: flex;
}

.p-header__logo a {
	display: inline-block;
	width: 83px;
}

.p-header__logo a img {
	height: auto;
	width: 100%;
}

.p-header__nav {
	margin-left: auto;
}

.p-header__nav ul {
	display: flex;
}

.p-header__nav ul li {
	margin-right: 18px;
}

.p-header__nav ul li:nth-child(5) {
	margin-right: 16px;
}

.p-header__nav ul li:nth-child(6) {
	margin-right: 0;
}

.p-header__nav ul li a {
	font-size: 14px;
	padding-bottom: 5px;
	position: relative;
	transition: border-bottom 0.1s ease;
}

.p-header__nav ul li a:hover {
	border-bottom: 1.35px solid #64629D;
	text-decoration: none;
}

.p-header__button {
	display: inline-block;
	font-size: 16px !important;
	height: 40px;
	line-height: 40px;
	transition: all 0.3s ease !important;
	width: 180px;
}

.p-header__button:hover {
	transform: translateY(-5px);
}

.p-mainVisual {
	background-color: #EDECFC;
}

.p-mainVisual__inner {
	padding-bottom: 33px;
	padding-top: 33px;
}

.p-mainVisual__wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.p-mainVisual__text {
	width: 55.349620893%;
}

.p-mainVisual__main-text {
	font-size: 60px;
	font-weight: 700;
	line-height: 86px;
	margin-top: 86px;
}

.p-mainVisual__sub-text {
	font-size: 18px;
	line-height: 32px;
	margin-top: 24px;
}

.p-mainVisual__image {
	width: 43.3866891323%;
}

.p-mainVisual__image img {
	height: auto;
	width: 100%;
}

.p-mainVisual__button-wrap {
	display: flex;
	gap: 37px;
	margin-top: 34px;
}

.p-mainVisual__button1 {
	height: 54px;
	line-height: 54px;
	width: 250px;
}

.p-mainVisual__button1 a {
	display: inline-block;
	width: 100%;
}

.p-mainVisual__button2 {
	height: 54px;
	line-height: 52px;
	width: 250px;
}

.p-mainVisual__button2 a {
	display: inline-block;
	width: 100%;
}

.p-drawer-content {
	background-color: #EDECFC;
	display: none;
	height: 760px;
	position: fixed;
	transition: opacity 0.5s;
	width: 100%;
	z-index: 40;
}

.p-drawer-content.is-checked {
	display: block;
}

.p-drawer-content__inner {
	padding: 80px 20px 196px;
}

.p-drawer-content__menu {
	margin: 0 auto;
	padding-left: 28px;
	width: 300px;
}

.p-drawer-content__menu ul li {
	line-height: 24px;
	margin-bottom: 35px;
}

.p-drawer-content__link {
	align-items: center;
	display: flex;
}

.p-drawer-content__link-img {
	margin-right: 12.72px;
}

.p-drawer-content__link-img img {
	height: 28px;
	width: 28px;
}

.p-drawer-content__link-text {
	font-size: 24px;
	font-weight: 700;
}

.p-drawer-content__button-wrap {
	margin-top: 74px;
	text-align: center;
}

.p-drawer-content___button1 a {
	padding: 15px 42px 17px;
}

.p-drawer-content___button2 {
	margin-top: 53px;
}

.p-drawer-content___button2 a {
	padding: 12px 49px 17px;
}

.p-about__inner {
	margin-left: 13px;
	padding-bottom: 100px;
}

.p-about__text-wrap {
	font-size: 18px;
	line-height: 32.4px;
	margin-top: 29px;
	text-align: center;
}

.p-about__content {
	margin-top: 32px;
}

.p-about__button {
	height: 70px;
	line-height: 70px;
	margin: 40px auto 0;
	width: 400px;
}

.p-about__button a {
	border-radius: 36px;
	display: inline-block;
	font-size: 24px;
	width: 100%;
}

.p-feature {
	background-color: #F9F9F9;
}

.p-feature__title-wrap {
	margin-left: 13px;
}

.p-feature__title-ja {
	letter-spacing: 3px;
	margin-top: 22px;
}

.p-feature__card {
	position: relative;
}

.p-feature__card-img {
	position: absolute;
	width: 520px;
	width: 43.8079191238%;
}

.p-feature__card-img img {
	height: inherit;
	width: 100%;
}

.p-feature__card-content {
	background-color: #fff;
	border-radius: 30px;
}

.p-feature__card-number img {
	height: inherit;
	width: 100%;
}

.p-feature__card-body {
	width: 100%;
}

.p-feature__card-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 52.13px;
	width: 106.4814814815%;
}

.p-feature__card-text {
	line-height: 28.8px;
	margin-top: 16px;
	width: 85.4545454545%;
}

.p-cta {
	background-color: #2D2D32;
	padding-bottom: 60px;
	padding-top: 60px;
	text-align: center;
}

.p-cta__text {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.7px;
	line-height: 52.13px;
}

.p-cta__button {
	border-radius: 60px;
	height: 70px;
	line-height: 70px;
	margin: 35px auto 0;
	transition: all 0.3s ease;
	width: 400px;
}

.p-cta__button:hover {
	transform: translateY(-5px);
}

.p-cta__button a {
	display: inline-block;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 24px;
	width: 100%;
}

.p-users__items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
}

.p-users__item {
	margin: 0 auto;
	width: 213px;
}

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

.p-flow {
	background-color: #F9F9F9;
}

.p-flow__card {
	width: 280px;
}

.p-flow__card1 {
	position: relative;
}

.p-flow__card1::before {
	background: url(../img/feature-01.png) center center/contain no-repeat;
	content: "";
	height: 39px;
	left: -9px;
	position: absolute;
	top: -11px;
	width: 50px;
}

.p-flow__card2 {
	position: relative;
}

.p-flow__card2::before {
	background: url(../img/feature-02.png) center center/contain no-repeat;
	content: "";
	height: 38px;
	left: -9px;
	position: absolute;
	top: -12px;
	width: 55px;
}

.p-flow__card3 {
	position: relative;
}

.p-flow__card3::before {
	background: url(../img/feature-03.png) center center/contain no-repeat;
	content: "";
	height: 38px;
	left: -12px;
	position: absolute;
	top: -12px;
	width: 55px;
}

.p-flow__card-img {
	background-color: #EDECFC;
	border-radius: 30px;
	height: 191px;
	line-height: 191px;
	text-align: center;
	width: 100%;
}

.p-flow__card-img1 img {
	width: 199px;
}

.p-flow__card-img2 img {
	width: 198.9px;
}

.p-flow__card-img3 img {
	width: 192.2px;
}

.p-flow__card-title {
	font-weight: 700;
	margin-top: 16px;
}

.p-flow__card-text {
	line-height: 28.8px;
	margin-left: 5px;
	margin-top: 8px;
}

.p-flow__arrow {
	margin-top: 71px;
}

.p-flow__arrow1 {
	margin-left: 54px;
	margin-right: 38px;
}

.p-flow__arrow2 {
	margin-left: 56px;
	margin-right: 38px;
}

.p-price__title-ja {
	margin-top: 12px;
}

.p-price__table-title1 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin-left: 10px;
	margin-top: 46px;
}

.p-price__table-price1 {
	color: #fff;
	font-size: 20px;
	margin-top: 13px;
}

.p-price__thead-price {
	font-size: 36px;
	letter-spacing: 2px;
	margin-left: 4px;
	margin-right: 5px;
}

.p-price__thead-price-right {
	font-size: 18px;
}

.p-price__table-button1 {
	background-color: #fff;
	border: none;
	border-radius: 27px;
	box-shadow: none;
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2392156863);
	height: 50px;
	line-height: 47px;
	margin: 23px auto;
	transition: all 0.1s ease;
	width: 234px;
}

.p-price__table-button1:hover {
	background-color: #2D2D32;
	border: 2px solid #fff;
}

.p-price__table-button1 a {
	color: #2D2D32;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	height: inherit;
	transition: all 0.1s ease;
	width: 100%;
}

.p-price__table-button1 a:hover {
	color: #fff;
}

.p-price__table-title2 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	margin-left: 10px;
	margin-top: 5px;
}

.p-price__table-price2 {
	color: #fff;
	font-size: 26px;
	margin-top: 2px;
}

.p-price__thead-price2 {
	font-size: 42px;
	letter-spacing: 2px;
	margin-left: 6px;
	margin-right: 8px;
}

.p-price__table-button2 {
	border: 2px solid #fff;
	border-radius: 27px;
	box-shadow: none;
	height: 50px;
	line-height: 47px;
	margin: 23px auto;
	transition: all 0.1s ease;
	width: 234px;
}

.p-price__table-button2:hover {
	background-color: #fff;
}

.p-price__table-button2 a {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	height: inherit;
	transition: all 0.1s ease;
	width: 100%;
}

.p-price__table-button2 a:hover {
	color: #64629D;
}

.p-price__table-button1-bottom {
	border: 2px solid #2D2D32;
	color: #2D2D32;
	height: 50px;
	line-height: 47px;
	margin: 23px auto;
	width: 234px;
}

.p-price__table-button1-bottom a {
	font-weight: 700;
}

.p-price__table-button1-bottom2 {
	border: none;
	height: 50px;
	line-height: 47px;
	margin: 21px auto;
	width: 234px;
}

.p-price__table-button1-bottom2 a {
	font-weight: 700;
}

.p-price__table {
	margin: 84px auto 0;
	width: 1020px;
}

.p-price__table table {
	border-collapse: collapse;
}

.p-price__table table thead th {
	width: 260px;
}

.p-price__table table thead th:nth-child(1) {
	width: 240px;
}

.p-price__table table thead th:nth-child(2n) {
	background-color: #2D2D32;
	height: 270px;
}

.p-price__table table thead th:nth-child(3) {
	background-color: #64629D;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.6);
}

.p-price__table table tbody tr:nth-child(2n+1) {
	background-color: #EDECFC;
}

.p-price__table table tbody tr th {
	font-size: 22px;
	padding: 11px 20px 14px 32px;
	text-align: left;
}

.p-price__table table tbody tr td {
	font-size: 18px;
	text-align: center;
}

.p-price__table table tbody tr td:nth-child(3) {
	font-size: 24px;
	font-weight: 700;
}

.p-question {
	background: #F9F9F9;
}

.p-question__inner {
	padding-bottom: 102px;
	padding-top: 109px;
}

.p-question__title-ja {
	margin-top: 11px;
}

.p-question__qa-box {
	margin: 58px auto 0;
	width: 920px;
}

.p-question__qa:not(:first-child) {
	margin-top: 27px;
}

.p-question__q {
	background-color: #64629D;
	border-radius: 10px;
	display: flex;
	height: 62px;
	line-height: 62px;
	width: 920px;
}

.p-question__q-icon {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	padding-left: 24px;
}

.p-question__q-text {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding-left: 15px;
}

.p-question__a {
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	display: none;
	margin-top: 15px;
	padding: 17px 25px 22px 26px;
}

.p-question__a-icon {
	font-size: 22px;
	font-weight: 700;
}

.p-question__a-text {
	font-size: 18px;
	line-height: 32.4px;
	padding-left: 16px;
}

.p-footer {
	background-color: #000000;
}

.p-footer__inner {
	padding-bottom: 27px;
	padding-top: 21px;
}

.p-footer__sns-title {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 20px;
}

.p-footer__sns-icons {
	display: flex;
	gap: 18px;
	margin-left: -4px;
	margin-top: 5px;
}

.p-footer__left-logo {
	height: 24px;
	width: 69px;
}

.p-footer__left-logo img {
	height: inherit;
	width: 100%;
}

.p-footer__content a {
	color: #fff;
}

.p-footer__copyright {
	display: flex;
	gap: 14px;
	margin-top: 10px;
}

.p-footer__copyright1 {
	color: #fff;
	font-size: 10px;
}

.p-footer__copyright2 {
	color: #fff;
	font-size: 10px;
}

@media screen and (min-width: 769px) and (max-width: 1186px) {

.l-inner {
	padding-left: 40px;
	padding-right: 40px;
}

.c-drawer-icon {
	height: 30px;
	width: 30px;
}

.c-drawer-icon::before {
	font-size: 9px;
	top: -43px;
}

.c-drawer-icon__bar:first-child {
	height: 4px;
	width: 30px;
}

.c-drawer-icon__bar:nth-child(2) {
	height: 4px;
	top: 16px;
	width: 17px;
}

.c-drawer-icon__bar:last-child {
	height: 4px;
	top: 27px;
	width: 30px;
}

.p-header__inner {
	align-items: center;
}

.p-header__nav {
	display: none;
}

.p-mainVisual__inner {
	padding-bottom: 200px;
}

.p-mainVisual__main-text {
	font-size: 52px;
	margin-top: 60px;
	white-space: wrap;
}

.p-feature__inner {
	padding: 98px 20px;
}

.p-feature__card:nth-child(1) {
	margin-top: 250px;
}

.p-feature__card:nth-child(2) {
	margin-top: 300px;
}

.p-feature__card:nth-child(3) {
	margin-top: 300px;
}

.p-feature__card-img1 {
	right: 3px;
	top: -215px;
}

.p-feature__card-img2 {
	right: 3px;
	top: -225px;
}

.p-feature__card-img3 {
	right: 3px;
	top: -215px;
}

.p-feature__card-content {
	padding: 40px;
	width: 65%;
}

.p-feature__card-number {
	height: 30px;
	width: 44px;
}

.p-feature__card-title {
	width: 100%;
}

.p-feature__card-text {
	width: 100%;
}

.p-users__items {
	margin-top: 30px;
}

.p-users__item {
	width: 180px;
}

.p-flow__inner {
	padding-bottom: 79px;
	padding-top: 98px;
}

.p-flow__card-wrap {
	margin-top: 55px;
}

.p-flow__card {
	width: 100%;
}

.p-flow__card2 {
	margin-top: 100px;
}

.p-flow__card3 {
	margin-top: 100px;
}

.p-flow__card-title {
	font-size: 24px;
}

.p-price__inner {
	padding: 98px;
	padding-left: 40px;
	padding-right: 0;
}

.p-price__table-wrap {
	overflow: scroll;
}

.p-question__qa-box {
	width: 100%;
}

.p-question__q {
	width: 100%;
}

.p-footer__wrap {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.p-footer__contents {
	display: flex;
	gap: 10px;
	margin-top: 16px;
}

.u-hidden-tab {
	display: none;
}

}

@media screen and (min-width: 1187px) {

.p-header__drawer {
	display: none;
}

.p-feature__inner {
	padding: 98px 134px 100px 120px;
}

.p-feature__card:nth-child(1) {
	margin-top: 256px;
}

.p-feature__card:nth-child(2) {
	display: flex;
	justify-content: right;
	margin-top: 151px;
}

.p-feature__card:nth-child(3) {
	margin-top: 266px;
}

.p-feature__card-img1 {
	right: 19px;
	top: -155px;
}

.p-feature__card-img2 {
	left: 0px;
	top: 26px;
}

.p-feature__card-img3 {
	right: -1px;
	top: -163px;
}

.p-feature__card-content {
	display: flex;
	gap: 33px;
	padding: 65px 45px;
	width: 62.5105307498%;
}

.p-feature__card-number {
	height: 53px;
	margin-top: 10px;
	width: 85px;
}

.p-cta__inner {
	margin-left: 18px;
}

.p-users__inner {
	margin-left: 16px;
}

.p-users__item-wrap {
	margin: 40px auto 0;
	width: 972px;
}

.p-users__items {
	row-gap: 50px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}

.p-flow__inner {
	margin-left: 18px;
	padding: 98px 134px 79px 120px;
}

.p-flow__card-wrap {
	margin-top: 51px;
}

.p-flow__cards {
	display: flex;
	justify-content: center;
}

.p-flow__card-img {
	margin-left: 5px;
}

.p-flow__card-title {
	font-size: 24px;
	margin-left: 25px;
}

.p-flow__card-title2 {
	margin-left: 37px;
}

.p-price__inner {
	margin-left: 13px;
	padding: 104px 134px 83px 120px;
}

.p-question__inner {
	margin-left: 16px;
}

.p-footer__wrap {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.p-footer__contents {
	display: flex;
	gap: 2px;
	margin-top: 16px;
}

.u-hidden-pc {
	display: none;
}

}

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

.l-inner {
	padding-left: 20px;
	padding-right: 20px;
}

.l-section-inner {
	padding-top: 78px;
}

.c-section-title__en {
	font-size: 22px;
	line-height: 22px;
}

.c-section-title__ja {
	font-size: 30px;
	line-height: 42px;
	margin-top: 15px;
}

.p-header {
	height: 52px;
	line-height: 52px;
}

.p-header__inner {
	align-items: center;
}

.p-header__logo a {
	width: 71px;
}

.p-header__logo a img {
	margin-top: -4px;
}

.p-header__nav {
	display: none;
}

.p-mainVisual__inner {
	padding-bottom: 60px;
	padding-top: 60px;
}

.p-mainVisual__wrap {
	display: block;
	height: 603px;
}

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

.p-mainVisual__main-text {
	font-size: 30px;
	line-height: 48px;
	margin-top: 0;
}

.p-mainVisual__sub-text {
	font-size: 16px;
	line-height: 25.6px;
	margin-top: 16px;
}

.p-mainVisual__image {
	margin: -25px 20px 0 11px;
	width: 305px;
}

.p-mainVisual__button-wrap {
	display: block;
	left: 18px;
	position: absolute;
	top: 420px;
}

.p-mainVisual__button1 {
	height: 58px;
	line-height: 58px;
	width: 300px;
}

.p-mainVisual__button2 {
	height: 58px;
	line-height: 50px;
	width: 300px;
}

.p-mainVisual__button2 {
	margin-top: 33px;
}

.p-about__inner {
	margin-left: 0;
	padding-bottom: 61px;
}

.p-about__text-wrap {
	font-size: 16px;
	line-height: 25.6px;
	margin-top: 24px;
}

.p-about__content {
	margin-top: 25px;
}

.p-about__button {
	height: 58px;
	line-height: 56px;
	margin-top: 24px;
	width: 300px;
}

.p-about__button a {
	font-size: 18px;
}

.p-feature__inner {
	padding-bottom: 63px;
	padding-top: 60px;
}

.p-feature__title-en {
	margin-left: -9px;
}

.p-feature__title-ja {
	letter-spacing: 1px;
	margin-left: -13px;
	margin-top: 12px;
}

.p-feature__title-ja span {
	font-size: 38px;
	font-weight: 700;
}

.p-feature__card:nth-child(1) {
	margin-top: 254px;
}

.p-feature__card:nth-child(2) {
	margin-top: 260px;
}

.p-feature__card:nth-child(3) {
	margin-top: 270px;
}

.p-feature__card {
	margin-top: 10px;
}

.p-feature__card-img {
	display: inline-block;
	height: 280px;
	width: 280px;
}

.p-feature__card-img1 {
	right: 47px;
	top: -217px;
}

.p-feature__card-img2 {
	right: 47px;
	top: -200px;
}

.p-feature__card-img3 {
	right: 47px;
	top: -209px;
}

.p-feature__card-content {
	padding: 40px 20px;
	width: 100%;
}

.p-feature__card-number {
	height: 30px;
	width: 44px;
}

.p-feature__card-title {
	font-size: 22px;
	line-height: 31.86px;
	margin-top: 10px;
	width: 352px;
}

.p-feature__card-text {
	font-size: 14px;
	line-height: 22.4px;
	margin-top: 8px;
	width: 100%;
}

.p-cta {
	padding-bottom: 40px;
	padding-top: 39px;
}

.p-cta__text {
	font-size: 18px;
	letter-spacing: 0.3px;
	line-height: 28.8px;
}

.p-cta__button {
	height: 58px;
	line-height: 55px;
	margin: 24px auto 0;
	width: 300px;
}

.p-cta__button a {
	font-size: 18px;
	letter-spacing: 0;
	line-height: 18px;
}

.p-users__inner {
	padding-bottom: 63px;
	padding-top: 60px;
}

.p-users__title-ja {
	margin-top: 6px;
}

.p-users__items {
	row-gap: 11px;
	width: 100%;
	-moz-column-gap: 10px;
	column-gap: 10px;
	margin-top: 19px;
}

.p-users__item {
	width: 75px;
}

.p-flow__inner {
	padding-bottom: 61px;
	padding-top: 58px;
}

.p-flow__title-ja {
	margin-top: 6px;
}

.p-flow__card-wrap {
	margin-top: 59px;
}

.p-flow__card {
	width: 100%;
}

.p-flow__card1::before {
	left: 1px;
	top: -24px;
}

.p-flow__card2 {
	margin-top: 84px;
}

.p-flow__card2::before {
	left: 1px;
	top: -24px;
}

.p-flow__card3 {
	margin-top: 90px;
}

.p-flow__card3::before {
	left: 3px;
	top: -28px;
}

.p-flow__card-title {
	font-size: 20px;
	margin-top: 10px;
	text-align: center;
}

.p-flow__card-title2 {
	margin-left: 2px;
}

.p-flow__card-text {
	font-size: 16px;
	margin-left: 0px;
	margin-top: 2px;
}

.p-flow__card-text3 {
	margin-top: 11px;
}

.p-price__inner {
	padding-bottom: 47px;
	padding-top: 60px;
}

.p-price__title-ja {
	margin-top: 7px;
}

.p-price__table-title1 {
	font-size: 20px;
	margin-left: 0;
	margin-top: 26px;
}

.p-price__table-price1 {
	font-size: 14px;
	margin-top: 6px;
}

.p-price__thead-price {
	font-size: 30px;
}

.p-price__thead-price-right {
	font-size: 12px;
}

.p-price__table-button1 {
	height: 42px;
	line-height: 39px;
	margin: 17px auto 20px;
	width: 166px;
}

.p-price__table-button1 a {
	font-size: 16px;
}

.p-price__table-title2 {
	font-size: 20px;
}

.p-price__table-price2 {
	font-size: 15px;
}

.p-price__thead-price2 {
	font-size: 35px;
}

.p-price__table-button2 {
	height: 42px;
	line-height: 36px;
	margin: 14px auto;
	width: 166px;
}

.p-price__table-button2 a {
	font-size: 16px;
}

.p-price__table-button1-bottom a {
	font-size: 16px;
}

.p-price__table-button1-bottom {
	height: 42px;
	line-height: 35px;
	margin-top: 8px;
	width: 166px;
}

.p-price__table-button1-bottom2 a {
	font-size: 16px;
}

.p-price__table-button1-bottom2 {
	height: 42px;
	line-height: 38px;
	margin-top: 8px;
	width: 166px;
}

.p-price__table-wrap {
	overflow: scroll;
	padding-left: 20px;
}

.p-price__table {
	margin: 66px auto 0;
	width: 727px;
}

.p-price__table table thead th {
	width: 152px;
}

.p-price__table table thead th:nth-child(1) {
	width: 152px;
}

.p-price__table table thead th:nth-child(2n) {
	height: 200px;
	width: 180px;
}

.p-price__table table thead th:nth-child(3) {
	width: 180px;
}

.p-price__table table tbody tr th {
	font-size: 15px;
	padding: 10px 11px 8px 18px;
}

.p-price__table table tbody tr td {
	font-size: 14px;
}

.p-price__table table tbody tr td:nth-child(3) {
	font-size: 17px;
}

.p-question__inner {
	padding-bottom: 62px;
	padding-top: 60px;
}

.p-question__title-ja {
	margin-top: 5px;
}

.p-question__qa-box {
	margin: 34px auto 0;
	width: 100%;
}

.p-question__qa:not(:first-child) {
	margin-top: 25px;
}

.p-question__q {
	border-radius: 4px;
	height: 70px;
	line-height: 28px;
	padding: 10px 10px 8px 10px;
	width: 100%;
}

.p-question__q-icon {
	padding-left: 4px;
}

.p-question__q-text {
	font-size: 16px;
	line-height: 25.6px;
	text-align: left;
}

.p-question__a {
	height: 178px;
	padding: 14px 15px;
	width: 100%;
}

.p-question__a-icon {
	line-height: 20px;
}

.p-question__a-text {
	font-size: 16px;
	line-height: 25.6px;
	padding-left: 12px;
}

.p-footer__wrap {
	text-align: center;
}

.p-footer__sns-title {
	margin-top: 15px;
}

.p-footer__sns-icons {
	justify-content: center;
	margin-left: 0px;
	margin-top: 6px;
}

.p-footer__left {
	margin-top: 30px;
}

.p-footer__left-logo {
	margin: 0 auto;
}

.p-footer__content {
	margin-top: 5px;
}

.p-footer__content a {
	font-size: 14px;
}

.p-footer__copyright {
	align-items: center;
	flex-direction: column;
	gap: 4px;
	margin-top: 16px;
}

.u-hidden-sp {
	display: none;
}

}

