@font-face {
	font-family: "DIN Alternate";
	src: url("../fonts/din-alternate-bold.ttf") format("truetype");
}

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

html {
	font-size: 16px;
}

body:not(.login) {
	color: #333;
	font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.8;
	margin: 0;
	width: 100%;
}

h1,
h2,
h3,
h4 {
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
}

p {
	margin: 0;
}

figure {
	margin: 0;
}

iframe,
video,
img,
svg {
	height: auto;
	max-width: 100%;
}

b,
strong {
	font-weight: bold;
}

iframe,
img {
	vertical-align: bottom;
}

dl,
ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

dd {
	margin: 0;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	cursor: pointer;
	outline: none;
}

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

a:hover {
	opacity: 0.5;
}

#autozip {
	display: none !important;
}

.l-header {
	align-items: center;
	background: #fff;
	display: flex;
	height: 4.375rem;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 2.5rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.l-header__logo {
	margin: 0;
	position: relative;
	z-index: 10;
}

.l-header__logo a {
	background: url(../img/common/logo_n1.webp) center/contain no-repeat;
	display: flex;
	font-size: 0;
	height: 3.9375rem;
	width: 11.875rem;
}

.l-header__menu {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
}

.l-header__menu-item a {
	color: #363636;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4;
}

.l-header__menu-item a:hover {
	border-bottom: 0.0625rem solid currentColor;
	opacity: 1;
}

.l-header__menu-link-ex::after {
	background: url(../img/common/icon_ex.webp) center/contain no-repeat;
	content: "";
	display: inline-block;
	height: 0.875rem;
	margin-left: 0.375rem;
	vertical-align: middle;
	width: 1rem;
}

.l-header__button {
	--g-color-0: #5091a0;
	--g-position-0: 0%;
	--g-color-1: #84c6b6;
	--g-position-1: 100%;
	--g-color-2: #84c6b6;
	--g-position-2: 100%;
	--g-color-3: #84c6b6;
	--g-position-3: 100%;
	--g-color-4: #84c6b6;
	--g-position-4: 100%;
	--g-color-5: #84c6b6;
	--g-position-5: 100%;
	--g-color-6: #84c6b6;
	--g-position-6: 100%;
	--g-color-7: #84c6b6;
	--g-position-7: 100%;
	--g-color-8: #84c6b6;
	--g-position-8: 100%;
	--g-color-9: #84c6b6;
	--g-position-9: 100%;
	--g-color-10: #84c6b6;
	--g-position-10: 100%;
	--g-color-11: #84c6b6;
	--g-position-11: 100%;
	--g-angle: 45deg;
	align-items: center;
	background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1));
	border-radius: 6rem;
	color: #ffffff;
	display: flex;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	height: 3.225rem;
	justify-content: center;
	line-height: 1.4;
	text-align: center;
	width: 11.5rem;
}

.l-header__hamburger {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0;
}

.l-header__hamburger img {
	width: 1.75rem;
}

.l-header__hamburger span {
	font-size: 0;
}

.l-footer {
	background: #5a9ba2;
	color: #fff;
	padding-bottom: 4.375rem;
	padding-top: 4.375rem;
}

.l-footer--writing {
	background: #CC4F4F;
}

.l-footer__menu {
	display: flex;
	gap: 1.875rem;
}

.l-footer__item a {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1;
}

.l-footer__menu-link-ex::after {
	background: url(../img/common/icon_ex-white.webp) center/contain no-repeat;
	content: "";
	display: inline-block;
	height: 0.875rem;
	margin-left: 0.375rem;
	vertical-align: middle;
	width: 1rem;
}

.l-footer__copyright {
	font-size: 0.75rem;
	font-weight: 500;
	margin-top: 2.5rem;
}

.l-container {
	margin: 0 auto;
	padding: 0 5%;
	width: 100%;
}

.l-modal {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.l-modal__overlay {
	background-color: rgba(0, 0, 0, 0.16);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.l-modal__content {
	align-items: center;
	background: #fff;
	border-radius: 0.5rem;
	display: flex;
	flex-direction: column;
	height: calc(100% - 2.5rem);
	justify-content: center;
	margin: 1.25rem;
	position: relative;
	width: calc(100% - 2.5rem);
	z-index: 1;
}

.l-modal__close {
	background: url(../img/common/icon_close.svg) center/contain no-repeat;
	position: absolute;
	right: 1.9375rem;
	top: 1.375rem;
}

.l-modal__menu {
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
	text-align: center;
}

.l-modal__item-link {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
}

.l-modal__item-link--link-ex::after {
	background: url(../img/common/icon_ex.webp) center/contain no-repeat;
	content: "";
	display: inline-block;
	height: 0.875rem;
	margin-left: 0.375rem;
	vertical-align: middle;
	width: 1rem;
}

.l-modal__button {
	--g-color-0: #5091a0;
	--g-position-0: 0%;
	--g-color-1: #84c6b6;
	--g-position-1: 100%;
	--g-color-2: #84c6b6;
	--g-position-2: 100%;
	--g-color-3: #84c6b6;
	--g-position-3: 100%;
	--g-color-4: #84c6b6;
	--g-position-4: 100%;
	--g-color-5: #84c6b6;
	--g-position-5: 100%;
	--g-color-6: #84c6b6;
	--g-position-6: 100%;
	--g-color-7: #84c6b6;
	--g-position-7: 100%;
	--g-color-8: #84c6b6;
	--g-position-8: 100%;
	--g-color-9: #84c6b6;
	--g-position-9: 100%;
	--g-color-10: #84c6b6;
	--g-position-10: 100%;
	--g-color-11: #84c6b6;
	--g-position-11: 100%;
	--g-angle: 45deg;
	align-items: center;
	background: linear-gradient(var(--g-angle), var(--g-color-0) var(--g-position-0), var(--g-color-1) var(--g-position-1));
	border-radius: 6rem;
	color: #ffffff;
	display: flex;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	height: 3.225rem;
	justify-content: center;
	line-height: 1.4;
	text-align: center;
	width: 11.5rem;
}

.l-blog-heading {
	background: url(../img/blog/heading_bg.jpg) center/cover no-repeat;
	color: #fff;
	margin-top: 4.4375rem;
	padding-bottom: 6.25rem;
	padding-top: 5.6875rem;
}

.c-title1 {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.c-title1::after {
	background: #5a9ba2;
	content: "";
	display: block;
	height: 0.25rem;
	margin-top: 1.6875rem;
	width: 4.375rem;
}

.c-title1__en {
	color: #5a9ba2;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2;
}

.c-title1__jp {
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.c-title1--white::after {
	background: #fff;
}

.c-title1--white .c-title1__en {
	color: #fff;
}

.c-title1--white .c-title1__jp {
	color: #fff;
}

.c-form {
	background: #fff;
	border-radius: 0.5rem;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	padding: 2.5rem;
}

.c-form__title {
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.4;
}

.c-form__required {
	color: #f23a3c;
	margin-left: 0.3125rem;
}

.c-form__input {
	margin-top: 0.625rem;
}

.c-form__input input[type=text],
.c-form__input input[type=email],
.c-form__input input[type=number],
.c-form__input input[type=date],
.c-form__input input[type=tel],
.c-form__input textarea,
.c-form__input select {
	background: #fff;
	border: 0.0625rem solid #d1d1d1;
	border-radius: 0.25rem;
	font-size: 0.9375rem;
	min-height: 3.375rem;
	padding: 0.625rem;
	width: 100%;
}

.c-form__input input[type=text]::-moz-placeholder,
.c-form__input input[type=email]::-moz-placeholder,
.c-form__input input[type=number]::-moz-placeholder,
.c-form__input input[type=date]::-moz-placeholder,
.c-form__input input[type=tel]::-moz-placeholder,
.c-form__input textarea::-moz-placeholder,
.c-form__input select::-moz-placeholder {
	color: #7f7f7f;
}

.c-form__input input[type=text]::placeholder,
.c-form__input input[type=email]::placeholder,
.c-form__input input[type=number]::placeholder,
.c-form__input input[type=date]::placeholder,
.c-form__input input[type=tel]::placeholder,
.c-form__input textarea::placeholder,
.c-form__input select::placeholder {
	color: #7f7f7f;
}

.c-form__input textarea::-moz-placeholder {
	color: #e0e0e0;
}

.c-form__input textarea::placeholder {
	color: #e0e0e0;
}

.c-form__select-wrap {
	position: relative;
}

.c-form__select-wrap .material-symbols-outlined {
	color: #bdbdbd;
	font-size: 1.25rem;
	pointer-events: none;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
}

.c-form__select-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.c-form__consent {
	font-size: 0.875rem;
	line-height: 1.4;
}

.c-form__consent .wpcf7-list-item {
	margin-left: 0;
}

.c-form__submit {
	margin-top: 1.25rem;
	position: relative;
}

.c-form__submit input {
	background: #5a9ba2;
	border: none;
	border-radius: 0.25rem;
	color: #fff;
	cursor: pointer;
	font-size: 0.9375rem;
	font-weight: 400;
	height: 3.125rem;
	width: 100%;
}

.c-form__submit .wpcf7-spinner {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.c-form .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
	display: none;
	margin-top: 10px;
}

.c-form .wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
	display: block;
}

.c-dlist__item {
	align-items: center;
	border-bottom: 0.0625rem solid #838383;
	display: flex;
	line-height: 1.7;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.c-dlist__title {
	color: #5a9ba2;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-left: 0.625rem;
	width: 25%;
}

.c-dlist__deta {
	color: #000;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	width: 75%;
}

.c-button1 {
	align-items: center;
	background: #fef555;
	border: 0.1875rem solid #000;
	border-radius: inherit;
	display: flex;
	font-size: inherit;
	font-weight: 900;
	height: 100%;
	justify-content: center;
	line-height: 1.7;
	transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
	width: 100%;
}

.c-button1:hover {
	box-shadow: 0.375rem 0.375rem 0px rgba(90, 155, 162, 0.63);
	opacity: 1;
	transform: translate(-0.375rem, -0.375rem);
}

.c-card-blog a {
	display: flex;
	flex-direction: column;
}

.c-card-blog__image img {
	-o-object-fit: cover;
	aspect-ratio: 320/202;
	border-radius: 0.5rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-card-blog__title {
	align-items: center;
	color: #5a9ba2;
	display: flex;
	font-size: 1.25rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.0625rem;
	line-height: 1.5;
	min-height: 3em;
	text-align: center;
}

.c-card-blog__text {
	color: #333;
	font-size: 0.875rem;
	font-weight: 350;
	letter-spacing: 0.04375rem;
	line-height: 1.8;
}

.c-card-blog__date {
	align-items: flex-end;
	color: #999;
	display: flex;
	flex-grow: 1;
	font-size: 0.75rem;
	font-weight: 400;
	margin-top: 0.8125rem;
}

.c-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem;
}

.c-pagination .page-numbers {
	align-items: center;
	color: #b4b3b3;
	display: flex;
	font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.05rem;
	line-height: 1.8;
}

.c-pagination .page-numbers.current {
	color: #1f1f1f;
	position: relative;
}

.c-pagination .page-numbers.current::after {
	background: currentColor;
	bottom: 0;
	content: "";
	display: block;
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1.1875rem;
}

.c-pagination__arrow {
	background: url(../img/common/icon_right.svg) center/cover no-repeat;
	display: block;
	font-size: 0;
	height: 0.75rem;
	margin: 0 0.25rem;
	width: 1.125rem;
}

.c-pagination__arrow--prev {
	transform: rotate(180deg);
}

.c-main-sidebar {
	display: flex;
	flex-direction: row-reverse;
	gap: 3.625rem;
}

.c-main-sidebar__sidebar {
	display: flex;
	flex-direction: column;
	gap: 1.375rem;
}

.c-searchform {
	display: flex;
}

.c-searchform__text {
	border-bottom: 0.0625rem solid #b4b3b3;
	border-left: 0.0625rem solid #b4b3b3;
	border-radius: 0.25rem 0 0 0.25rem;
	border-right: none;
	border-top: 0.0625rem solid #b4b3b3;
	flex-grow: 1;
	font-size: 0.75rem;
	padding: 0.5625rem 0.75rem;
}

.c-searchform__text::-moz-placeholder {
	color: #b4b3b3;
}

.c-searchform__text::placeholder {
	color: #b4b3b3;
}

.c-searchform__button {
	align-items: center;
	background: #5a9ba2;
	border-radius: 0 0.25rem 0.25rem 0;
	display: flex;
	flex-shrink: 0;
	height: 2.25rem;
	justify-content: center;
	width: 2.25rem;
}

.c-searchform__button img {
	width: 0.875rem;
}

.c-searchform__button::after {
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-image: url(../img/common/icon_search.svg);
	background-color: #fff;
	content: "";
	height: 0.875rem;
	mask-image: url(../img/common/icon_search.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 0.875rem;
}

.c-card-sm a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.c-card-sm__thumbnail {
	width: 36%;
}

.c-card-sm__thumbnail img {
	-o-object-fit: cover;
	aspect-ratio: 320/202;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-card-sm__title {
	font-size: 0.8125rem;
	width: 60%;
}

.c-sidebar-title {
	border-bottom: 2px solid #5a9ba2;
	font-size: 1rem;
	margin-bottom: 1em;
	padding: 0.5em;
}

.p-fp-fv {
	align-content: flex-start;
	background: #f6f6f6;
	height: auto;
	margin: 0px 0px 0px 0px;
	max-width: 100%;
	overflow: hidden;
	padding: 0px 0px 0px 5rem;
	position: relative;
	width: 100%;
}

.p-fp-fv::before,
.p-fp-fv::after {
	background: url(../img/fp/fv_bg-deco.webp) center/cover no-repeat;
	content: "";
	height: 53.625rem;
	position: absolute;
	width: 50rem;
}

.p-fp-fv::before {
	left: 7.9375rem;
	top: -25.75rem;
}

.p-fp-fv::after {
	bottom: -24rem;
	left: 0;
}

.p-fp-fv__inner {
	align-items: center;
	display: flex;
	position: relative;
	z-index: 1;
}

.p-fp-fv__sentense {
	align-items: center;
	display: flex;
	flex-direction: column;
	width: 45%;
}

.p-fp-fv__bg {
	width: 55%;
}

.p-fp-fv__bg img {
	width: 100%;
}

.p-fp-fv__title {
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: 0.15em;
}

.p-fp-fv__title strong {
	color: #5a9ba2;
}

.p-fp-fv__text {
	font-size: 1rem;
	line-height: 2;
	margin-top: 1.25rem;
}

.p-fp-worry {
	background: #fff;
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.p-fp-worry__list {
	display: flex;
	gap: 3.75rem;
	justify-content: center;
	margin-top: 1.875rem;
}

.p-fp-worry__list-item {
	text-align: center;
}

.p-fp-worry__text {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.7;
	margin-top: -0.625rem;
	text-align: center;
}

.p-fp-support {
	background: #5a9ba2;
	color: #fff;
	padding-bottom: 5rem;
	padding-top: 5rem;
	position: relative;
	text-align: center;
}

.p-fp-support::after {
	background: url(../img/fp/support_triangle.webp) center/contain no-repeat;
	content: "";
	height: 3.25rem;
	left: 50%;
	position: absolute;
	top: 99%;
	transform: translateX(-50%);
	width: 3.75rem;
}

.p-fp-support__title {
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

.p-fp-support__title strong {
	border-bottom: 0.125rem solid #fff800;
	color: #fff800;
}

.p-fp-support__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 2rem;
}

.p-fp-solution {
	background: #fff;
	padding-bottom: 6.25rem;
	padding-top: 5rem;
}

.p-fp-solution__list {
	counter-reset: unset;
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.125rem;
}

.p-fp-solution__item {
	counter-increment: item;
}

.p-fp-solution__item::before {
	align-items: center;
	background: #5a9ba2;
	border-radius: 50%;
	color: #fff;
	content: counter(item, decimal-leading-zero);
	display: flex;
	font-size: 1.25rem;
	font-weight: 700;
	height: 3.125rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 3.125rem;
	z-index: 1;
}

.p-fp-solution__item-image {
	margin-top: -1.5625rem;
}

.p-fp-solution__item-image img {
	-o-object-fit: cover;
	aspect-ratio: 316.47/200;
	border-radius: 0.5rem;
	object-fit: cover;
}

.p-fp-solution__item-title {
	color: #5a9ba2;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-top: 1rem;
	text-align: center;
}

.p-fp-solution__item-text {
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 0.75rem;
}

.p-fp-strength {
	background: #fafafa;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.p-fp-strength__inner {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
	margin-top: 3.75rem;
}

.p-fp-strength__item {
	display: flex;
	gap: 3.125rem;
}

.p-fp-strength__item-image {
	border-radius: 1rem;
	box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.p-fp-strength__item-image img {
	-o-object-fit: cover;
	aspect-ratio: 492/334;
	object-fit: cover;
}

.p-fp-strength__item-inner {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	text-align: left;
}

.p-fp-strength__item-title {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

.p-fp-strength__item-text {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 2;
}

.p-fp-strength__item-link {
	color: #adadad;
	font-size: 0.8125rem;
	font-weight: 700;
}

.p-fp-strength__item-link::after {
	background: url(../img/common/icon_ex_2.webp) center/contain no-repeat;
	content: "";
	display: inline-block;
	height: 0.875rem;
	margin-left: 0.375rem;
	vertical-align: middle;
	width: 1rem;
}

.p-fp__bg {
	background-image: url(../img/fp/fp_bg.webp);
	background-position: center;
	background-size: cover;
	filter: grayscale(1);
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-fp-member {
	background: rgba(20, 78, 84, 0.46);
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.p-fp-member__title {
	color: #fff;
}

.p-fp-member__list {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 3.125rem;
}

.p-fp-member__item {
	align-items: center;
	background-color: #fff;
	border-radius: 0.5rem;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	padding: 2.25rem;
}

.p-fp-member__item-image img {
	-o-object-fit: cover;
	aspect-ratio: 365.53/400;
	border-radius: 0.5rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-fp-member__item-position {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 2;
}

.p-fp-member__item-name {
	color: #5a9ba2;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 0.6875rem;
}

.p-fp-member__item-text {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
	margin-top: 0.6875rem;
}

.p-fp-member__background {
	background: #f3f3f3;
	border-radius: 0.5rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1.5rem;
	padding: 1.25rem;
}

.p-fp-member__background-title {
	color: #5a9ba2;
	font-size: 0.875rem;
	font-weight: 700;
}

.p-fp-member__background-text {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.7;
}

.p-contact {
	background: #fafafa;
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
}

.p-contact__text {
	font-size: 0.875rem;
	line-height: 2;
	margin-top: 2rem;
	text-align: center;
}

.p-contact__form {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 46.875rem;
}

.p-page {
	background: #f6f6f6;
	margin-top: 4.375rem;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.p-page__leadtext {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 1.875rem;
	text-align: center;
}

.p-page__contents {
	background: #fff;
	border-radius: 0.5rem;
	color: #000;
	font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 100%;
	padding: 2.5rem;
	width: 46.875rem;
}

.p-page__contents p:not([class]) {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.7;
	margin: 1em 0;
}

.p-dojo-header {
	align-items: center;
	background: #fafafa;
	display: flex;
	height: 5.6875rem;
	justify-content: space-between;
	padding: 0 2.5rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.p-dojo-header__logo {
	height: 100%;
}

.p-dojo-header__logo a {
	align-items: center;
	display: flex;
	font-size: 0;
	height: 100%;
}

.p-dojo-header__logo img {
	max-height: 100%;
}

.p-dojo-header__menu {
	align-items: center;
	display: flex;
	gap: 2.5rem;
}

.p-dojo-header__menu-item a {
	color: #363636;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.4;
}

.p-dojo-header__button {
	border-radius: 6rem;
	font-size: 1rem;
	height: 3.649375rem;
	width: 15.75rem;
}

.p-dojo-header__button a {
	border-width: 0.125rem;
}

.p-dojo-fv {
	align-items: center;
	background: #f6f6f6;
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding-bottom: 3.375rem;
	position: relative;
	z-index: 1;
}

.p-dojo-fv::before,
.p-dojo-fv::after {
	background: #fff;
	border-radius: 5.375rem;
	content: "";
	height: 9.419125rem;
	position: absolute;
	rotate: -45deg;
	width: 92.9375rem;
	z-index: -1;
}

.p-dojo-fv::before {
	left: 0;
	top: -28.4375rem;
}

.p-dojo-fv::after {
	bottom: -26.25rem;
	left: -56.25rem;
}

.p-dojo-fv__bg::before,
.p-dojo-fv__bg::after {
	background: #fff;
	border-radius: 5.375rem;
	content: "";
	height: 9.419125rem;
	position: absolute;
	rotate: -45deg;
	width: 92.9375rem;
	z-index: -1;
}

.p-dojo-fv__bg::before {
	left: 25.625rem;
	top: -21.875rem;
}

.p-dojo-fv__bg::after {
	bottom: 25rem;
	right: -49.375rem;
}

.p-dojo-fv__imgtext {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.p-dojo-fv__imgtext img {
	width: 41.125rem;
}

.p-dojo-fv__imgtext--writing {
	padding-right: 0;
}

.p-dojo-fv__imgtext--writing img {
	width: 46.625rem;
}

.p-dojo-fv__text {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
	margin-top: -1rem;
}

.p-dojo-fv__text-block {
	background: #fff;
	font-size: 1.5625rem;
	font-weight: 700;
	letter-spacing: 0.03125rem;
	line-height: 1.8;
}

.p-dojo-fv__text-dot {
	background-image: radial-gradient(circle at center, var(--dojo-main-color) 20%, transparent 20%); /* 点の色とサイズ調整 */
	background-position: top right; /* 点の位置 */
	background-repeat: repeat-x; /* 横方向に繰り返し */
	background-size: 1.2em 0.3em; /* 点の間隔とサイズ調整 */
	padding-top: 0.6em; /* 縦方向の位置調整 */
}

.p-dojo-fv__boxes {
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 1.25rem;
}

.p-dojo-fv__box {
	align-items: center;
	background: #fff;
	border-radius: 0.75rem;
	box-shadow: 0px 0px 1.875rem rgba(0, 0, 0, 0.08);
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.8;
	padding: 1.75rem;
	text-align: center;
}

.p-dojo-fv__deco {
	position: absolute;
}

.p-dojo-fv__deco--img1 {
	left: -2.1875rem;
	top: -2.8125rem;
	width: 20rem;
}

.p-dojo-fv__deco--img2 {
	bottom: 0.125rem;
	left: -1.75rem;
	width: 19.25rem;
}

.p-dojo-fv__deco--img3 {
	right: -6.3125rem;
	top: -4.3125rem;
	width: 27.375rem;
}

.p-dojo {
	--dojo-main-color: #5293A0;
	background: #f6f6f6;
	padding-top: 5.625rem;
}

.p-dojo--writing {
	--dojo-main-color: #CC4F4F;
}

.p-dojo__title {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.p-dojo__title-en {
	color: var(--dojo-main-color);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2;
}

.p-dojo__title-ja {
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	line-height: 1.7;
	margin-top: 0.5rem;
}

.p-dojo-banner {
	background: #fff;
}

.p-dojo-banner__link {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-dojo-banner__link:hover {
	opacity: 1;
}

.p-dojo-banner__link img {
	width: 41.4375rem;
}

.p-dojo-banner__button {
	border-radius: 0.5rem;
	font-size: 1.125rem;
	height: 7.199375rem;
	position: absolute;
	right: -3rem;
	text-align: center;
	top: -1.875rem;
	width: 14.25rem;
}

.p-dojo-banner__button--writing {
	color: var(--dojo-main-color);
	font-size: 0.9375rem;
	height: 6rem;
	right: 1.1875rem;
	top: 50%;
	transform: translateY(-50%);
	width: 11.25rem;
}

.p-dojo-banner__button--writing span {
	border-color: var(--dojo-main-color);
}

.p-dojo-banner__sm-button-wrap {
	background: var(--dojo-main-color);
	padding: 1rem;
}

.p-dojo-banner__sm-banner img {
	width: 100%;
}

.p-dojo-banner__sm-button {
	border-radius: 0.5rem;
	font-size: 0.875rem;
	height: 4.3125rem;
}

.p-dojo-tokuten {
	background: var(--dojo-main-color);
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.p-dojo-tokuten__title {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1;
	text-align: center;
}

.p-dojo-tokuten__title strong {
	background-image: radial-gradient(circle at center, #fef555 20%, transparent 20%);
	background-position: top left;
	background-repeat: repeat-x;
	background-size: 1em 0.3em;
	color: #fef555;
	display: inline-block;
	font-size: 2.25rem;
	margin-top: 0.625rem;
	padding-top: 0.4em;
}

.p-dojo-tokuten__title-smtext {
	font-size: 1.125rem;
}

.p-dojo-tokuten__list {
	display: grid;
	gap: 0.9375rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.125rem;
}

.p-dojo-tokuten__item {
	background: #fff;
	border-radius: 0.5rem;
	padding: 2rem;
}

.p-dojo-tokuten__item-img {
	border-radius: 0.5rem;
}

.p-dojo-tokuten__item-body {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

.p-dojo-tokuten__item-tag {
	background: var(--dojo-main-color);
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.7;
	padding: 0.25rem 0.75rem;
	width: -moz-max-content;
	width: max-content;
}

.p-dojo-tokuten__item-title {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.7;
}

.p-dojo-tokuten__item-text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.7;
}

.p-dojo-tokuten__button {
	border-radius: 0.5rem;
	font-size: 1.125rem;
	height: 5.286875rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 32rem;
}

.p-dojo-worry {
	background: #f1f1f1;
	padding-bottom: 5rem;
	padding-top: 5rem;
	position: relative;
}

.p-dojo-worry__title {
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
}

.p-dojo-worry__title::before,
.p-dojo-worry__title::after {
	background: url(../img/dojo/worry_deco.webp) center/contain no-repeat;
	content: "";
	display: inline-block;
	height: 2.8125rem;
	vertical-align: sub;
	width: 3.75rem;
}

.p-dojo-worry__title::before {
	transform: scale(-1, 1);
}

.p-dojo-worry__title::after {
	right: -1.125rem;
}

.p-dojo-worry__list {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.5rem;
}

.p-dojo-worry__item {
	background: #fff;
	border-radius: 0.25rem;
	color: #1d1d1d;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.7;
	margin-top: 2.5rem;
	padding: 3.125rem;
	position: relative;
	text-align: center;
}

.p-dojo-worry__item::before {
	align-items: center;
	background: var(--dojo-main-color);
	border-radius: 50%;
	color: #fff;
	content: "？";
	display: flex;
	font-size: 1.75rem;
	font-weight: 900;
	height: 3.75rem;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: -2.5rem;
	transform: translateX(-50%);
	width: 3.75rem;
}

.p-dojo-worry__triangle {
	background: url(../img/dojo/worry_triangle.webp) center top/contain no-repeat;
	font-size: 1.25rem;
	font-weight: 700;
	height: 9.19rem;
	left: 50%;
	letter-spacing: 0.05em;
	padding-top: 2.5rem;
	position: absolute;
	text-align: center;
	top: 99%;
	transform: translateX(-50%);
	width: 18.75rem;
}

.p-dojo-voice {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.p-dojo-voice--writing .p-dojo-voice__item {
	min-height: 0;
}

.p-dojo-voice--writing .p-dojo-voice__item-title {
	color: #874D2C;
	font-size: 0.875rem;
}

.p-dojo-voice--writing .p-dojo-voice__item-name {
	background: #B24242;
}

.p-dojo-voice__list {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.125rem;
}

.p-dojo-voice__item {
	background: #fff;
	border-radius: 0.5rem;
	min-height: 40.625rem;
	padding: 1.75rem 1rem;
}

.p-dojo-voice__item-heading {
	align-items: center;
	display: flex;
	gap: 0.75rem;
}

.p-dojo-voice__item-img {
	width: calc(25% - 0.5625rem);
}

.p-dojo-voice__item-title {
	color: #527ba1;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.7;
}

.p-dojo-voice__item-body {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 1.25rem;
	margin-top: 1.875rem;
}

.p-dojo-voice__item-name {
	background: #527ba1;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.7;
	padding: 0.25rem 0.75rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-dojo-voice__item-text {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.7;
}

.p-dojo-solution {
	background: url(../img/dojo/solution_bg.webp) center/cover no-repeat;
	padding-bottom: 5rem;
	padding-top: 10rem;
}

.p-dojo-solution--writing {
	background: url(../img/writing/solution_bg.webp) center/cover no-repeat;
}

.p-dojo-solution--writing .p-dojo-solution__item-title {
	letter-spacing: 0.1875rem;
}

.p-dojo-solution__title {
	color: #fff;
	font-size: 2.25rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-align: center;
}

.p-dojo-solution__title strong {
	background-image: radial-gradient(circle at center, #fef555 20%, transparent 20%);
	background-position: top left;
	background-repeat: repeat-x;
	background-size: 1em 0.3em;
	color: #fef555;
	display: inline-block;
	font-size: 2.25rem;
	margin-top: 0.625rem;
	padding-top: 0.4em;
}

.p-dojo-solution__title-smtext {
	font-size: 1.5rem;
}

.p-dojo-solution__list {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.125rem;
}

.p-dojo-solution__item {
	background: #fff;
	border-radius: 0.5rem;
	min-height: 31.25rem;
	padding: 0.75rem;
}

.p-dojo-solution__item-img {
	width: 100%;
}

.p-dojo-solution__item-body {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

.p-dojo-solution__item-title {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.7;
}

.p-dojo-solution__item-text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.7;
}

.p-dojo-plan {
	background: #f7f6e8;
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.p-dojo-plan__list {
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.p-dojo-plan__item-title {
	background: var(--dojo-main-color);
	border-radius: 0.25rem;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5rem 2rem;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.p-dojo-plan__item-body {
	background: #fff;
	border: 0.1875rem solid var(--dojo-main-color);
	border-radius: 0.5rem;
	margin-top: -1.375rem;
	padding: 6.25rem 1.25rem 2.6875rem;
}

.p-dojo-plan__price-wrap {
	align-items: center;
	display: flex;
	gap: 0.5625rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-dojo-plan__price-wrap::before {
	background: currentColor;
	content: "";
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 105%;
}

.p-dojo-plan__en {
	color: #505050;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1;
}

.p-dojo-plan__tax {
	color: #505050;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1;
}

.p-dojo-plan__price {
	color: #505050;
	font-family: "Francois One", sans-serif;
	font-size: 2.25rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1;
}

.p-dojo-plan__sale {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 1.875rem;
}

.p-dojo-plan__sale::before {
	background: url(../img/dojo/plan_triangle.webp) center/contain no-repeat;
	content: "";
	display: block;
	height: 1.0625rem;
	margin-bottom: 1.875rem;
	width: 1.25rem;
}

.p-dojo-plan__sale-price-wrap {
	align-items: center;
	display: flex;
	gap: 0.5625rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-dojo-plan__sale-price-wrap::before {
	background: #fef555;
	bottom: 0;
	content: "";
	height: 0.6875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 105%;
}

.p-dojo-plan__sale-price {
	color: var(--dojo-main-color);
	font-family: "Francois One", sans-serif;
	font-size: 3.25rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.p-dojo-plan__sale-text {
	color: #000;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.040625rem;
	margin-top: 1.5rem;
	text-align: center;
}

.p-dojo-plan__sale-text strong {
	color: var(--dojo-main-color);
}

.p-dojo-flow {
	background: #fff;
	padding-bottom: 5rem;
	padding-top: 7.5rem;
}

.p-dojo-flow__list {
	counter-reset: item;
	display: flex;
	flex-wrap: wrap;
	gap: 1.875rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 31.25rem;
}

.p-dojo-flow__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: relative;
}

.p-dojo-flow__item:last-of-type .p-dojo-flow__icon::after {
	display: none;
}

.p-dojo-flow__icon {
	align-items: center;
	border: 0.125rem solid var(--dojo-main-color);
	border-radius: 50%;
	color: var(--dojo-main-color);
	display: flex;
	height: 6.25rem;
	justify-content: center;
	position: relative;
	width: 6.25rem;
}

.p-dojo-flow__icon::before {
	background: #fff;
	color: var(--dojo-main-color);
	content: counter(item, decimal-leading-zero);
	counter-increment: item;
	display: block;
	font-family: "Prompt", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	left: 50%;
	letter-spacing: 0.1em;
	line-height: 1.6;
	padding: 0 0.3125rem;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.p-dojo-flow__icon .material-symbols-outlined {
	font-size: 2.25rem;
}

.p-dojo-flow__title {
	color: #1d1d1d;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.7;
	margin-top: 0.75rem;
	text-align: center;
}

.p-dojo-cam {
	background: url(../img/dojo/solution_bg.webp) center/cover no-repeat;
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.p-dojo-cam--writing {
	background: url(../img/writing/solution_bg.webp) center/cover no-repeat;
}

.p-dojo-cam__title {
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.16em;
	line-height: 1;
	text-align: center;
}

.p-dojo-cam__inner {
	align-items: center;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.5rem;
}

.p-dojo-cam__box-left {
	background: #fff;
	border-radius: 0.5rem;
	padding: 3.125rem 1.25rem;
}

.p-dojo-cam__box-right {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.p-dojo-cam__img-off {
	width: 18.636875rem;
}

.p-dojo-cam__img-join {
	width: 31.0625rem;
}

.p-dojo-faq {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.p-dojo-faq--writing .p-dojo-faq__item {
	letter-spacing: 0.16875rem;
}

.p-dojo-faq__contents {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	margin-top: 4.375rem;
}

.p-dojo-faq__item {
	background: #fff;
	border-radius: 0.5rem;
	padding: 1.25rem;
}

.p-dojo-faq__qa {
	display: flex;
	font-size: 1rem;
	gap: 0.9375rem;
	line-height: 1.7;
}

.p-dojo-faq__qa::before {
	align-items: center;
	border-radius: 50%;
	color: var(--dojo-main-color);
	display: flex;
	flex-shrink: 0;
	font-family: "Prompt", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	height: 3.125rem;
	justify-content: center;
	width: 3.125rem;
}

.p-dojo-faq__qa--q {
	align-items: center;
	color: var(--dojo-main-color);
	font-weight: 700;
}

.p-dojo-faq__qa--q::before {
	border: 0.125rem solid var(--dojo-main-color);
	content: "Q";
}

.p-dojo-faq__qa--a {
	align-items: baseline;
	font-weight: 500;
	margin-top: 1.25rem;
}

.p-dojo-faq__qa--a::before {
	content: "A";
	margin-top: 0.25rem;
}

.p-dojo-popup {
	background: #fff;
	border: 0.125rem solid #1a808b;
	border-radius: 0.5rem;
	bottom: 1.5rem;
	box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
	display: none;
	flex-direction: column;
	gap: 0.75rem;
	min-width: 12.5rem;
	padding: 1.1875rem 0.8125rem 0.8125rem;
	position: fixed;
	right: 1.5rem;
	z-index: 1000;
}

.p-dojo-popup::before {
	background: url(../img/dojo/popup_img.webp) center/contain no-repeat;
	content: "";
	height: 2.69125rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%, -70%);
	width: 2.0625rem;
}

.p-dojo-popup__text {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
}

.p-dojo-popup__list {
	background: rgba(237, 237, 237, 0.77);
	padding: 0.625rem;
}

.p-dojo-popup__item {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
}

.p-dojo-popup__button {
	border-radius: 0.5rem;
	font-size: 0.875rem;
	height: 4.224375rem;
	text-align: center;
}

.p-dojo-popup__button a {
	border-width: 0.125rem;
}

.p-dojo-onsite {
	background: #fff;
	overflow: hidden;
	padding-bottom: 5.4375rem;
	padding-top: 5.4375rem;
	position: relative;
}

.p-dojo-onsite * {
	position: relative;
	z-index: 1;
}

.p-dojo-onsite::before,
.p-dojo-onsite::after,
.p-dojo-onsite__bg {
	background: #f6f6f6;
	border-radius: 5.375rem;
	content: "";
	height: 7.92125rem;
	position: absolute;
	rotate: -45deg;
	width: 78.15625rem;
	z-index: 0;
}

.p-dojo-onsite::before {
	left: calc(50% - 90.625rem);
	top: 30rem;
}

.p-dojo-onsite::after {
	right: calc(50% - 87.5rem);
	top: -17.5rem;
}

.p-dojo-onsite__bg {
	bottom: -13.75rem;
	left: calc(50% - 45.625rem);
}

.p-dojo-onsite__video-wrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.625rem;
	max-width: 41.9375rem;
}

.p-dojo-onsite__video-wrap iframe {
	aspect-ratio: 16/9;
	height: auto;
	width: 100%;
}

.p-dojo-access {
	background: #fff;
	padding-top: 5.4375rem;
}

.p-dojo-access__contents {
	display: flex;
	gap: 3rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.4375rem;
	max-width: 61.3125rem;
}

.p-dojo-access__img {
	max-width: 100%;
	text-align: right;
	width: 29rem;
}

.p-dojo-access__img img {
	width: 25.5625rem;
}

.p-dojo-access__logo img {
	width: 15.125rem;
}

.p-dojo-access__name {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	margin-top: 1.1875rem;
}

.p-dojo-access__text {
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	line-height: 1.7;
	margin-top: 0.5rem;
}

.p-dojo-access__map-wrap {
	margin-top: 3.75rem;
}

.p-dojo-access__map-wrap iframe {
	height: 17.5625rem;
	width: 100%;
}

.p-fp-blog {
	background: #fff;
	padding-bottom: 6.25rem;
	padding-top: 5rem;
}

.p-fp-blog__list {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.125rem;
}

.p-fp-blog__button-wrap {
	margin-top: 2rem;
	text-align: center;
}

.p-fp-blog__button {
	align-items: center;
	background: #5a9ba2;
	border-radius: 0.25rem;
	color: #fff;
	display: inline-flex;
	font-size: 0.9375rem;
	font-weight: 700;
	height: 3.125rem;
	justify-content: center;
	width: 18.75rem;
}

.p-archive__section {
	padding-bottom: 6.25rem;
	padding-top: 5rem;
}

.p-archive__list {
	display: grid;
	gap: 3.125rem 2rem;
	grid-template-columns: repeat(3, 1fr);
}

.p-archive__list-item {
	display: flex;
}

.p-archive__pagination {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

.p-single__title {
	border-bottom: 0.1875rem solid #5a9ba2;
	color: #333;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.63;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
}

.p-single__date {
	color: #999;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.4;
}

.p-single__content {
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 2.5rem;
}

.p-single__content > :first-child {
	margin-top: 0 !important;
}

.p-single__content > :last-child {
	margin-bottom: 0 !important;
}

.p-single__content #toc_container {
	background: #F4FDFC;
	border-radius: 0.25rem;
	box-shadow: 0px 0.0625rem 0.0625rem 0px rgba(0, 0, 0, 0.05);
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
	padding: 2.25rem 3rem;
}

.p-single__content #toc_container .toc_title {
	align-items: center;
	color: #1f1f1f;
	display: flex;
	font-size: 1.25rem;
	font-weight: 700;
	gap: 0.75rem;
	letter-spacing: 0.05rem;
	line-height: 1.45;
	margin: 0;
}

.p-single__content #toc_container .toc_title::before {
	background: url("../img/common/icon_list.svg") center/contain no-repeat;
	content: "";
	display: block;
	height: 1.0625rem;
	width: 1.6826875rem;
}

.p-single__content #toc_container .toc_list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	list-style: disc;
	margin-top: 1.25rem;
	padding-left: 1em;
}

.p-single__content #toc_container .toc_list a {
	align-items: center;
	color: #333;
	display: flex;
	font-size: 1rem;
	gap: 0.5rem;
	justify-content: space-between;
	letter-spacing: 0.05rem;
	line-height: 1.6;
	text-decoration: none;
}

.p-single__content #toc_container .toc_list a::after {
	background: url("../../common/img/common/icon_right.svg") center/cover no-repeat;
	content: "";
	display: block;
	flex-shrink: 0;
	height: 0.74rem;
	transform: rotate(90deg);
	width: 1.125rem;
}

.p-single__content h2 {
	background: #5a9ba2;
	border-radius: 0.25rem;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.7;
	margin-top: 1.5rem;
	padding: 1rem;
}

.p-single__content h3 {
	background: #F4FDFC;
	border-radius: 0.25rem;
	color: #333;
	font-size: 1rem;
	font-weight: 700;
	line-height: 2.12;
	margin-top: 1.5rem;
	padding: 1rem;
}

.p-single__content p {
	margin-top: 1.5rem;
}

.p-single__content a {
	text-decoration: underline;
}

.p-single__content ul {
	list-style: disc;
	margin-top: 1.5rem;
	padding-left: 1em;
}

.p-single__content ol {
	list-style: decimal;
	margin-top: 1.5rem;
	padding-left: 1em;
}

.p-single__button-wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

.p-single__button {
	align-items: center;
	background: #5a9ba2;
	border-radius: 0.25rem;
	color: #fff;
	display: inline-flex;
	font-size: 0.9375rem;
	font-weight: 700;
	height: 3.125rem;
	justify-content: center;
	width: 18.75rem;
}

/*=======================
display
=======================*/

.u-d-none {
	display: none !important;
}

.u-bg-main {
	background: #5a9ba2;
}

.u-bg-main-light {
	background: #F2F0ED;
}

.u-mt-0 {
	margin-top: 0rem !important;
}

.u-mr-0 {
	margin-right: 0rem !important;
}

.u-mb-0 {
	margin-bottom: 0rem !important;
}

.u-ml-0 {
	margin-left: 0rem !important;
}

.u-my-0 {
	margin-bottom: 0rem !important;
	margin-top: 0rem !important;
}

.u-mx-0 {
	margin-left: 0rem !important;
	margin-right: 0rem !important;
}

.u-mt-1 {
	margin-top: 0.5rem !important;
}

.u-mr-1 {
	margin-right: 0.5rem !important;
}

.u-mb-1 {
	margin-bottom: 0.5rem !important;
}

.u-ml-1 {
	margin-left: 0.5rem !important;
}

.u-my-1 {
	margin-bottom: 0.5rem !important;
	margin-top: 0.5rem !important;
}

.u-mx-1 {
	margin-left: 0.5rem !important;
	margin-right: 0.5rem !important;
}

.u-mt-2 {
	margin-top: 1rem !important;
}

.u-mr-2 {
	margin-right: 1rem !important;
}

.u-mb-2 {
	margin-bottom: 1rem !important;
}

.u-ml-2 {
	margin-left: 1rem !important;
}

.u-my-2 {
	margin-bottom: 1rem !important;
	margin-top: 1rem !important;
}

.u-mx-2 {
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}

.u-mt-3 {
	margin-top: 1.5rem !important;
}

.u-mr-3 {
	margin-right: 1.5rem !important;
}

.u-mb-3 {
	margin-bottom: 1.5rem !important;
}

.u-ml-3 {
	margin-left: 1.5rem !important;
}

.u-my-3 {
	margin-bottom: 1.5rem !important;
	margin-top: 1.5rem !important;
}

.u-mx-3 {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important;
}

.u-mt-4 {
	margin-top: 2rem !important;
}

.u-mr-4 {
	margin-right: 2rem !important;
}

.u-mb-4 {
	margin-bottom: 2rem !important;
}

.u-ml-4 {
	margin-left: 2rem !important;
}

.u-my-4 {
	margin-bottom: 2rem !important;
	margin-top: 2rem !important;
}

.u-mx-4 {
	margin-left: 2rem !important;
	margin-right: 2rem !important;
}

.u-mt-5 {
	margin-top: 2.5rem !important;
}

.u-mr-5 {
	margin-right: 2.5rem !important;
}

.u-mb-5 {
	margin-bottom: 2.5rem !important;
}

.u-ml-5 {
	margin-left: 2.5rem !important;
}

.u-my-5 {
	margin-bottom: 2.5rem !important;
	margin-top: 2.5rem !important;
}

.u-mx-5 {
	margin-left: 2.5rem !important;
	margin-right: 2.5rem !important;
}

.u-mt-6 {
	margin-top: 3rem !important;
}

.u-mr-6 {
	margin-right: 3rem !important;
}

.u-mb-6 {
	margin-bottom: 3rem !important;
}

.u-ml-6 {
	margin-left: 3rem !important;
}

.u-my-6 {
	margin-bottom: 3rem !important;
	margin-top: 3rem !important;
}

.u-mx-6 {
	margin-left: 3rem !important;
	margin-right: 3rem !important;
}

.u-mt-7 {
	margin-top: 3.5rem !important;
}

.u-mr-7 {
	margin-right: 3.5rem !important;
}

.u-mb-7 {
	margin-bottom: 3.5rem !important;
}

.u-ml-7 {
	margin-left: 3.5rem !important;
}

.u-my-7 {
	margin-bottom: 3.5rem !important;
	margin-top: 3.5rem !important;
}

.u-mx-7 {
	margin-left: 3.5rem !important;
	margin-right: 3.5rem !important;
}

.u-mt-8 {
	margin-top: 4rem !important;
}

.u-mr-8 {
	margin-right: 4rem !important;
}

.u-mb-8 {
	margin-bottom: 4rem !important;
}

.u-ml-8 {
	margin-left: 4rem !important;
}

.u-my-8 {
	margin-bottom: 4rem !important;
	margin-top: 4rem !important;
}

.u-mx-8 {
	margin-left: 4rem !important;
	margin-right: 4rem !important;
}

.u-mt-9 {
	margin-top: 4.5rem !important;
}

.u-mr-9 {
	margin-right: 4.5rem !important;
}

.u-mb-9 {
	margin-bottom: 4.5rem !important;
}

.u-ml-9 {
	margin-left: 4.5rem !important;
}

.u-my-9 {
	margin-bottom: 4.5rem !important;
	margin-top: 4.5rem !important;
}

.u-mx-9 {
	margin-left: 4.5rem !important;
	margin-right: 4.5rem !important;
}

.u-mt-10 {
	margin-top: 5rem !important;
}

.u-mr-10 {
	margin-right: 5rem !important;
}

.u-mb-10 {
	margin-bottom: 5rem !important;
}

.u-ml-10 {
	margin-left: 5rem !important;
}

.u-my-10 {
	margin-bottom: 5rem !important;
	margin-top: 5rem !important;
}

.u-mx-10 {
	margin-left: 5rem !important;
	margin-right: 5rem !important;
}

.u-py-default {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.u-pt-0 {
	padding-top: 0rem !important;
}

.u-pr-0 {
	padding-right: 0rem !important;
}

.u-pb-0 {
	padding-bottom: 0rem !important;
}

.u-pl-0 {
	padding-left: 0rem !important;
}

.u-py-0 {
	padding-bottom: 0rem !important;
	padding-top: 0rem !important;
}

.u-px-0 {
	padding-left: 0rem !important;
	padding-right: 0rem !important;
}

.u-pt-1 {
	padding-top: 0.5rem !important;
}

.u-pr-1 {
	padding-right: 0.5rem !important;
}

.u-pb-1 {
	padding-bottom: 0.5rem !important;
}

.u-pl-1 {
	padding-left: 0.5rem !important;
}

.u-py-1 {
	padding-bottom: 0.5rem !important;
	padding-top: 0.5rem !important;
}

.u-px-1 {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}

.u-pt-2 {
	padding-top: 1rem !important;
}

.u-pr-2 {
	padding-right: 1rem !important;
}

.u-pb-2 {
	padding-bottom: 1rem !important;
}

.u-pl-2 {
	padding-left: 1rem !important;
}

.u-py-2 {
	padding-bottom: 1rem !important;
	padding-top: 1rem !important;
}

.u-px-2 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.u-pt-3 {
	padding-top: 1.5rem !important;
}

.u-pr-3 {
	padding-right: 1.5rem !important;
}

.u-pb-3 {
	padding-bottom: 1.5rem !important;
}

.u-pl-3 {
	padding-left: 1.5rem !important;
}

.u-py-3 {
	padding-bottom: 1.5rem !important;
	padding-top: 1.5rem !important;
}

.u-px-3 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}

.u-pt-4 {
	padding-top: 2rem !important;
}

.u-pr-4 {
	padding-right: 2rem !important;
}

.u-pb-4 {
	padding-bottom: 2rem !important;
}

.u-pl-4 {
	padding-left: 2rem !important;
}

.u-py-4 {
	padding-bottom: 2rem !important;
	padding-top: 2rem !important;
}

.u-px-4 {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}

.u-pt-5 {
	padding-top: 2.5rem !important;
}

.u-pr-5 {
	padding-right: 2.5rem !important;
}

.u-pb-5 {
	padding-bottom: 2.5rem !important;
}

.u-pl-5 {
	padding-left: 2.5rem !important;
}

.u-py-5 {
	padding-bottom: 2.5rem !important;
	padding-top: 2.5rem !important;
}

.u-px-5 {
	padding-left: 2.5rem !important;
	padding-right: 2.5rem !important;
}

.u-pt-6 {
	padding-top: 3rem !important;
}

.u-pr-6 {
	padding-right: 3rem !important;
}

.u-pb-6 {
	padding-bottom: 3rem !important;
}

.u-pl-6 {
	padding-left: 3rem !important;
}

.u-py-6 {
	padding-bottom: 3rem !important;
	padding-top: 3rem !important;
}

.u-px-6 {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
}

.u-pt-7 {
	padding-top: 3.5rem !important;
}

.u-pr-7 {
	padding-right: 3.5rem !important;
}

.u-pb-7 {
	padding-bottom: 3.5rem !important;
}

.u-pl-7 {
	padding-left: 3.5rem !important;
}

.u-py-7 {
	padding-bottom: 3.5rem !important;
	padding-top: 3.5rem !important;
}

.u-px-7 {
	padding-left: 3.5rem !important;
	padding-right: 3.5rem !important;
}

.u-pt-8 {
	padding-top: 4rem !important;
}

.u-pr-8 {
	padding-right: 4rem !important;
}

.u-pb-8 {
	padding-bottom: 4rem !important;
}

.u-pl-8 {
	padding-left: 4rem !important;
}

.u-py-8 {
	padding-bottom: 4rem !important;
	padding-top: 4rem !important;
}

.u-px-8 {
	padding-left: 4rem !important;
	padding-right: 4rem !important;
}

.u-pt-9 {
	padding-top: 4.5rem !important;
}

.u-pr-9 {
	padding-right: 4.5rem !important;
}

.u-pb-9 {
	padding-bottom: 4.5rem !important;
}

.u-pl-9 {
	padding-left: 4.5rem !important;
}

.u-py-9 {
	padding-bottom: 4.5rem !important;
	padding-top: 4.5rem !important;
}

.u-px-9 {
	padding-left: 4.5rem !important;
	padding-right: 4.5rem !important;
}

.u-pt-10 {
	padding-top: 5rem !important;
}

.u-pr-10 {
	padding-right: 5rem !important;
}

.u-pb-10 {
	padding-bottom: 5rem !important;
}

.u-pl-10 {
	padding-left: 5rem !important;
}

.u-py-10 {
	padding-bottom: 5rem !important;
	padding-top: 5rem !important;
}

.u-px-10 {
	padding-left: 5rem !important;
	padding-right: 5rem !important;
}

.u-pt-11 {
	padding-top: 5.5rem !important;
}

.u-pr-11 {
	padding-right: 5.5rem !important;
}

.u-pb-11 {
	padding-bottom: 5.5rem !important;
}

.u-pl-11 {
	padding-left: 5.5rem !important;
}

.u-py-11 {
	padding-bottom: 5.5rem !important;
	padding-top: 5.5rem !important;
}

.u-px-11 {
	padding-left: 5.5rem !important;
	padding-right: 5.5rem !important;
}

.u-pt-12 {
	padding-top: 6rem !important;
}

.u-pr-12 {
	padding-right: 6rem !important;
}

.u-pb-12 {
	padding-bottom: 6rem !important;
}

.u-pl-12 {
	padding-left: 6rem !important;
}

.u-py-12 {
	padding-bottom: 6rem !important;
	padding-top: 6rem !important;
}

.u-px-12 {
	padding-left: 6rem !important;
	padding-right: 6rem !important;
}

.u-pt-13 {
	padding-top: 6.5rem !important;
}

.u-pr-13 {
	padding-right: 6.5rem !important;
}

.u-pb-13 {
	padding-bottom: 6.5rem !important;
}

.u-pl-13 {
	padding-left: 6.5rem !important;
}

.u-py-13 {
	padding-bottom: 6.5rem !important;
	padding-top: 6.5rem !important;
}

.u-px-13 {
	padding-left: 6.5rem !important;
	padding-right: 6.5rem !important;
}

.u-pt-14 {
	padding-top: 7rem !important;
}

.u-pr-14 {
	padding-right: 7rem !important;
}

.u-pb-14 {
	padding-bottom: 7rem !important;
}

.u-pl-14 {
	padding-left: 7rem !important;
}

.u-py-14 {
	padding-bottom: 7rem !important;
	padding-top: 7rem !important;
}

.u-px-14 {
	padding-left: 7rem !important;
	padding-right: 7rem !important;
}

.u-pt-15 {
	padding-top: 7.5rem !important;
}

.u-pr-15 {
	padding-right: 7.5rem !important;
}

.u-pb-15 {
	padding-bottom: 7.5rem !important;
}

.u-pl-15 {
	padding-left: 7.5rem !important;
}

.u-py-15 {
	padding-bottom: 7.5rem !important;
	padding-top: 7.5rem !important;
}

.u-px-15 {
	padding-left: 7.5rem !important;
	padding-right: 7.5rem !important;
}

.u-pt-16 {
	padding-top: 8rem !important;
}

.u-pr-16 {
	padding-right: 8rem !important;
}

.u-pb-16 {
	padding-bottom: 8rem !important;
}

.u-pl-16 {
	padding-left: 8rem !important;
}

.u-py-16 {
	padding-bottom: 8rem !important;
	padding-top: 8rem !important;
}

.u-px-16 {
	padding-left: 8rem !important;
	padding-right: 8rem !important;
}

.u-pt-17 {
	padding-top: 8.5rem !important;
}

.u-pr-17 {
	padding-right: 8.5rem !important;
}

.u-pb-17 {
	padding-bottom: 8.5rem !important;
}

.u-pl-17 {
	padding-left: 8.5rem !important;
}

.u-py-17 {
	padding-bottom: 8.5rem !important;
	padding-top: 8.5rem !important;
}

.u-px-17 {
	padding-left: 8.5rem !important;
	padding-right: 8.5rem !important;
}

.u-pt-18 {
	padding-top: 9rem !important;
}

.u-pr-18 {
	padding-right: 9rem !important;
}

.u-pb-18 {
	padding-bottom: 9rem !important;
}

.u-pl-18 {
	padding-left: 9rem !important;
}

.u-py-18 {
	padding-bottom: 9rem !important;
	padding-top: 9rem !important;
}

.u-px-18 {
	padding-left: 9rem !important;
	padding-right: 9rem !important;
}

.u-pt-19 {
	padding-top: 9.5rem !important;
}

.u-pr-19 {
	padding-right: 9.5rem !important;
}

.u-pb-19 {
	padding-bottom: 9.5rem !important;
}

.u-pl-19 {
	padding-left: 9.5rem !important;
}

.u-py-19 {
	padding-bottom: 9.5rem !important;
	padding-top: 9.5rem !important;
}

.u-px-19 {
	padding-left: 9.5rem !important;
	padding-right: 9.5rem !important;
}

.u-pt-20 {
	padding-top: 10rem !important;
}

.u-pr-20 {
	padding-right: 10rem !important;
}

.u-pb-20 {
	padding-bottom: 10rem !important;
}

.u-pl-20 {
	padding-left: 10rem !important;
}

.u-py-20 {
	padding-bottom: 10rem !important;
	padding-top: 10rem !important;
}

.u-px-20 {
	padding-left: 10rem !important;
	padding-right: 10rem !important;
}

.u-color-font {
	color: #333;
}

.u-color-main {
	color: #5a9ba2;
}

.u-color-main2 {
	color: #CC4F4F;
}

.u-color-white {
	color: #fff;
}

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

html {
	font-size: 1.25vw;
}

}

@media (min-width: 768px) {

.l-container {
	max-width: calc(1024px + 5% * 2);
}

.l-container--w1320 {
	max-width: calc(1320px + 5% * 2);
}

.l-container--w1100 {
	max-width: calc(1100px + 5% * 2);
}

.l-container--w900 {
	max-width: calc(900px + 5% * 2);
}

.c-card-blog a {
	min-height: 27.5rem;
}

.c-main-sidebar__sidebar {
	flex-shrink: 0;
	width: 14.625rem;
}

.p-fp-worry__list-item {
	width: 33%;
}

.p-fp-strength__item:nth-of-type(odd) {
	flex-direction: row-reverse;
}

.p-fp-strength__item-image {
	width: 50%;
}

.p-fp-strength__item-inner {
	width: 50%;
}

.p-fp-member__item:nth-of-type(even) {
	flex-direction: row-reverse;
}

.p-fp-member__item-image {
	width: calc(40% - 2rem * 0.6);
}

.p-fp-member__item-inner {
	width: calc(60% - 2rem * 0.6);
}

.p-dojo-fv__imgtext img {
	padding-right: 1.875rem;
}

.p-dojo-fv__box {
	min-height: 9.25rem;
}

.p-dojo-banner {
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
}

.p-dojo-voice__item-heading {
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.p-dojo-voice__item-img {
	width: calc(50% - 0.375rem);
}

.p-dojo-voice__item-title {
	font-size: 0.875rem;
}

.p-dojo-voice__item-body {
	align-items: center;
}

.p-dojo-plan__item {
	width: calc(40% - 0.75rem);
}

.p-dojo-flow__item {
	width: 6.25rem;
}

.p-dojo-faq--writing .p-dojo-faq__qa {
	font-size: 1.125rem;
}

.p-dojo-popup {
	display: flex;
}

.p-dojo-access__body {
	width: 29rem;
}

.u-d-md-none {
	display: none !important;
}

.u-pt-md-0 {
	padding-top: 0rem !important;
}

.u-pr-md-0 {
	padding-right: 0rem !important;
}

.u-pb-md-0 {
	padding-bottom: 0rem !important;
}

.u-pl-md-0 {
	padding-left: 0rem !important;
}

.u-py-md-0 {
	padding-bottom: 0rem !important;
	padding-top: 0rem !important;
}

.u-px-md-0 {
	padding-left: 0rem !important;
	padding-right: 0rem !important;
}

.u-pt-md-1 {
	padding-top: 0.5rem !important;
}

.u-pr-md-1 {
	padding-right: 0.5rem !important;
}

.u-pb-md-1 {
	padding-bottom: 0.5rem !important;
}

.u-pl-md-1 {
	padding-left: 0.5rem !important;
}

.u-py-md-1 {
	padding-bottom: 0.5rem !important;
	padding-top: 0.5rem !important;
}

.u-px-md-1 {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}

.u-pt-md-2 {
	padding-top: 1rem !important;
}

.u-pr-md-2 {
	padding-right: 1rem !important;
}

.u-pb-md-2 {
	padding-bottom: 1rem !important;
}

.u-pl-md-2 {
	padding-left: 1rem !important;
}

.u-py-md-2 {
	padding-bottom: 1rem !important;
	padding-top: 1rem !important;
}

.u-px-md-2 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.u-pt-md-3 {
	padding-top: 1.5rem !important;
}

.u-pr-md-3 {
	padding-right: 1.5rem !important;
}

.u-pb-md-3 {
	padding-bottom: 1.5rem !important;
}

.u-pl-md-3 {
	padding-left: 1.5rem !important;
}

.u-py-md-3 {
	padding-bottom: 1.5rem !important;
	padding-top: 1.5rem !important;
}

.u-px-md-3 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}

.u-pt-md-4 {
	padding-top: 2rem !important;
}

.u-pr-md-4 {
	padding-right: 2rem !important;
}

.u-pb-md-4 {
	padding-bottom: 2rem !important;
}

.u-pl-md-4 {
	padding-left: 2rem !important;
}

.u-py-md-4 {
	padding-bottom: 2rem !important;
	padding-top: 2rem !important;
}

.u-px-md-4 {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}

.u-pt-md-5 {
	padding-top: 2.5rem !important;
}

.u-pr-md-5 {
	padding-right: 2.5rem !important;
}

.u-pb-md-5 {
	padding-bottom: 2.5rem !important;
}

.u-pl-md-5 {
	padding-left: 2.5rem !important;
}

.u-py-md-5 {
	padding-bottom: 2.5rem !important;
	padding-top: 2.5rem !important;
}

.u-px-md-5 {
	padding-left: 2.5rem !important;
	padding-right: 2.5rem !important;
}

.u-pt-md-6 {
	padding-top: 3rem !important;
}

.u-pr-md-6 {
	padding-right: 3rem !important;
}

.u-pb-md-6 {
	padding-bottom: 3rem !important;
}

.u-pl-md-6 {
	padding-left: 3rem !important;
}

.u-py-md-6 {
	padding-bottom: 3rem !important;
	padding-top: 3rem !important;
}

.u-px-md-6 {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
}

.u-pt-md-7 {
	padding-top: 3.5rem !important;
}

.u-pr-md-7 {
	padding-right: 3.5rem !important;
}

.u-pb-md-7 {
	padding-bottom: 3.5rem !important;
}

.u-pl-md-7 {
	padding-left: 3.5rem !important;
}

.u-py-md-7 {
	padding-bottom: 3.5rem !important;
	padding-top: 3.5rem !important;
}

.u-px-md-7 {
	padding-left: 3.5rem !important;
	padding-right: 3.5rem !important;
}

.u-pt-md-8 {
	padding-top: 4rem !important;
}

.u-pr-md-8 {
	padding-right: 4rem !important;
}

.u-pb-md-8 {
	padding-bottom: 4rem !important;
}

.u-pl-md-8 {
	padding-left: 4rem !important;
}

.u-py-md-8 {
	padding-bottom: 4rem !important;
	padding-top: 4rem !important;
}

.u-px-md-8 {
	padding-left: 4rem !important;
	padding-right: 4rem !important;
}

.u-pt-md-9 {
	padding-top: 4.5rem !important;
}

.u-pr-md-9 {
	padding-right: 4.5rem !important;
}

.u-pb-md-9 {
	padding-bottom: 4.5rem !important;
}

.u-pl-md-9 {
	padding-left: 4.5rem !important;
}

.u-py-md-9 {
	padding-bottom: 4.5rem !important;
	padding-top: 4.5rem !important;
}

.u-px-md-9 {
	padding-left: 4.5rem !important;
	padding-right: 4.5rem !important;
}

.u-pt-md-10 {
	padding-top: 5rem !important;
}

.u-pr-md-10 {
	padding-right: 5rem !important;
}

.u-pb-md-10 {
	padding-bottom: 5rem !important;
}

.u-pl-md-10 {
	padding-left: 5rem !important;
}

.u-py-md-10 {
	padding-bottom: 5rem !important;
	padding-top: 5rem !important;
}

.u-px-md-10 {
	padding-left: 5rem !important;
	padding-right: 5rem !important;
}

.u-pt-md-11 {
	padding-top: 5.5rem !important;
}

.u-pr-md-11 {
	padding-right: 5.5rem !important;
}

.u-pb-md-11 {
	padding-bottom: 5.5rem !important;
}

.u-pl-md-11 {
	padding-left: 5.5rem !important;
}

.u-py-md-11 {
	padding-bottom: 5.5rem !important;
	padding-top: 5.5rem !important;
}

.u-px-md-11 {
	padding-left: 5.5rem !important;
	padding-right: 5.5rem !important;
}

.u-pt-md-12 {
	padding-top: 6rem !important;
}

.u-pr-md-12 {
	padding-right: 6rem !important;
}

.u-pb-md-12 {
	padding-bottom: 6rem !important;
}

.u-pl-md-12 {
	padding-left: 6rem !important;
}

.u-py-md-12 {
	padding-bottom: 6rem !important;
	padding-top: 6rem !important;
}

.u-px-md-12 {
	padding-left: 6rem !important;
	padding-right: 6rem !important;
}

.u-pt-md-13 {
	padding-top: 6.5rem !important;
}

.u-pr-md-13 {
	padding-right: 6.5rem !important;
}

.u-pb-md-13 {
	padding-bottom: 6.5rem !important;
}

.u-pl-md-13 {
	padding-left: 6.5rem !important;
}

.u-py-md-13 {
	padding-bottom: 6.5rem !important;
	padding-top: 6.5rem !important;
}

.u-px-md-13 {
	padding-left: 6.5rem !important;
	padding-right: 6.5rem !important;
}

.u-pt-md-14 {
	padding-top: 7rem !important;
}

.u-pr-md-14 {
	padding-right: 7rem !important;
}

.u-pb-md-14 {
	padding-bottom: 7rem !important;
}

.u-pl-md-14 {
	padding-left: 7rem !important;
}

.u-py-md-14 {
	padding-bottom: 7rem !important;
	padding-top: 7rem !important;
}

.u-px-md-14 {
	padding-left: 7rem !important;
	padding-right: 7rem !important;
}

.u-pt-md-15 {
	padding-top: 7.5rem !important;
}

.u-pr-md-15 {
	padding-right: 7.5rem !important;
}

.u-pb-md-15 {
	padding-bottom: 7.5rem !important;
}

.u-pl-md-15 {
	padding-left: 7.5rem !important;
}

.u-py-md-15 {
	padding-bottom: 7.5rem !important;
	padding-top: 7.5rem !important;
}

.u-px-md-15 {
	padding-left: 7.5rem !important;
	padding-right: 7.5rem !important;
}

.u-pt-md-16 {
	padding-top: 8rem !important;
}

.u-pr-md-16 {
	padding-right: 8rem !important;
}

.u-pb-md-16 {
	padding-bottom: 8rem !important;
}

.u-pl-md-16 {
	padding-left: 8rem !important;
}

.u-py-md-16 {
	padding-bottom: 8rem !important;
	padding-top: 8rem !important;
}

.u-px-md-16 {
	padding-left: 8rem !important;
	padding-right: 8rem !important;
}

.u-pt-md-17 {
	padding-top: 8.5rem !important;
}

.u-pr-md-17 {
	padding-right: 8.5rem !important;
}

.u-pb-md-17 {
	padding-bottom: 8.5rem !important;
}

.u-pl-md-17 {
	padding-left: 8.5rem !important;
}

.u-py-md-17 {
	padding-bottom: 8.5rem !important;
	padding-top: 8.5rem !important;
}

.u-px-md-17 {
	padding-left: 8.5rem !important;
	padding-right: 8.5rem !important;
}

.u-pt-md-18 {
	padding-top: 9rem !important;
}

.u-pr-md-18 {
	padding-right: 9rem !important;
}

.u-pb-md-18 {
	padding-bottom: 9rem !important;
}

.u-pl-md-18 {
	padding-left: 9rem !important;
}

.u-py-md-18 {
	padding-bottom: 9rem !important;
	padding-top: 9rem !important;
}

.u-px-md-18 {
	padding-left: 9rem !important;
	padding-right: 9rem !important;
}

.u-pt-md-19 {
	padding-top: 9.5rem !important;
}

.u-pr-md-19 {
	padding-right: 9.5rem !important;
}

.u-pb-md-19 {
	padding-bottom: 9.5rem !important;
}

.u-pl-md-19 {
	padding-left: 9.5rem !important;
}

.u-py-md-19 {
	padding-bottom: 9.5rem !important;
	padding-top: 9.5rem !important;
}

.u-px-md-19 {
	padding-left: 9.5rem !important;
	padding-right: 9.5rem !important;
}

.u-pt-md-20 {
	padding-top: 10rem !important;
}

.u-pr-md-20 {
	padding-right: 10rem !important;
}

.u-pb-md-20 {
	padding-bottom: 10rem !important;
}

.u-pl-md-20 {
	padding-left: 10rem !important;
}

.u-py-md-20 {
	padding-bottom: 10rem !important;
	padding-top: 10rem !important;
}

.u-px-md-20 {
	padding-left: 10rem !important;
	padding-right: 10rem !important;
}

.u-text-md-center {
	text-align: center !important;
}

.u-text-md-left {
	text-align: left !important;
}

.u-text-md-right {
	text-align: right !important;
}

}

@media (min-width: 1280px) {

html {
	font-size: 16px;
}

.p-dojo-voice__item-heading {
	flex-direction: row;
	text-align: left;
}

.p-dojo-voice__item-img {
	width: calc(25% - 0.5625rem);
}

.p-dojo-voice__item-title {
	font-size: 1rem;
	width: calc(70% - 0.225rem);
}

.p-dojo-voice__item-body {
	align-items: flex-start;
}

}

@media (max-width: 767px) {

body:not(.login) {
	font-size: 0.75rem;
	overflow-x: hidden;
}

.l-header {
	height: 3.75rem;
	padding: 0 1.25rem;
}

.l-header__logo a {
	height: 3.3125rem;
	width: 10rem;
}

.l-footer {
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
}

.l-footer__menu {
	flex-direction: column;
}

.l-container {
	padding: 0 0.75rem;
}

.l-blog-heading {
	background-image: url(../img/blog/heading_bg-sp.jpg);
	margin-top: 3.75rem;
	padding-bottom: 4.375rem;
	padding-top: 3.5rem;
}

.c-form {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.c-form__input input[type=text],
.c-form__input input[type=email],
.c-form__input input[type=number],
.c-form__input input[type=date],
.c-form__input input[type=tel],
.c-form__input textarea,
.c-form__input select {
	font-size: 0.875rem;
	min-height: 3.1875rem;
}

.c-form__submit input {
	height: 3.75rem;
}

.c-dlist__title {
	flex-shrink: 0;
	font-size: 0.6875rem;
	margin-left: 0;
}

.c-dlist__deta {
	font-size: 0.6875rem;
	margin-left: 1.25rem;
}

.c-main-sidebar {
	flex-direction: column;
	gap: 2rem;
}

.c-main-sidebar--sp-reverse {
	flex-direction: column-reverse;
}

.c-main-sidebar__sidebar {
	gap: 2rem;
}

.p-fp-fv {
	margin-top: 3.6875rem;
	padding-left: 0;
}

.p-fp-fv::before,
.p-fp-fv::after {
	display: none;
}

.p-fp-fv__inner {
	flex-direction: column;
}

.p-fp-fv__sentense {
	align-items: flex-start;
	padding: 6.25rem 3.75rem;
	width: 100%;
}

.p-fp-fv__bg {
	width: 100%;
}

.p-fp-fv__bg img {
	-o-object-fit: cover;
	height: 25rem;
	object-fit: cover;
}

.p-fp-fv__title {
	font-size: 2rem;
}

.p-fp-fv__text {
	font-size: 0.875rem;
}

.p-fp-worry__list {
	gap: 1.875rem;
}

.p-fp-worry__text {
	font-size: 0.625rem;
}

.p-fp-support {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.p-fp-support__title {
	font-size: 1.5rem;
}

.p-fp-support__text {
	font-size: 0.875rem;
}

.p-fp-solution__list {
	grid-template-columns: repeat(1, 1fr);
}

.p-fp-solution__item-title {
	font-size: 1.5rem;
}

.p-fp-solution__item-text {
	font-size: 0.8125rem;
}

.p-fp-strength__item {
	flex-direction: column;
	gap: 1.5rem;
}

.p-fp-member {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.p-fp-member__item {
	flex-direction: column;
	gap: 1.75rem;
	padding: 1.5rem 1.25rem;
}

.p-fp-member__item-image img {
	aspect-ratio: 298.27/230;
}

.p-contact {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.p-page {
	margin-top: 3.75rem;
	padding-bottom: 3.125rem;
	padding-top: 3.75rem;
}

.p-page__contents {
	padding: 1.25rem 1.25rem 1.875rem;
}

.p-dojo-header {
	height: 3.75rem;
	padding-bottom: 0.625rem;
	padding-left: 0.8125rem;
	padding-right: 0.8125rem;
	padding-top: 0.625rem;
}

.p-dojo-header__button {
	font-size: 0.75rem;
	height: 2.75rem;
	width: 12.5rem;
}

.p-dojo-fv {
	padding-bottom: 1.25rem;
	padding-top: 6.875rem;
}

.p-dojo-fv::before,
.p-dojo-fv::after {
	height: 3.7311875rem;
	width: 36.81525rem;
}

.p-dojo-fv::before {
	left: calc(50% - 6.25rem);
	top: -6.25rem;
}

.p-dojo-fv::after {
	bottom: -11.25rem;
	left: calc(50% - 30rem);
}

.p-dojo-fv__bg::before,
.p-dojo-fv__bg::after {
	display: none;
}

.p-dojo-fv__imgtext img {
	width: 19.743125rem;
}

.p-dojo-fv__imgtext--writing img {
	width: 23.375rem;
}

.p-dojo-fv__text {
	margin-top: 0.625rem;
}

.p-dojo-fv__text-block {
	padding: 0 0.625rem;
}

.p-dojo-fv__boxes {
	gap: 0.5rem;
	margin-top: 1.25rem;
}

.p-dojo-fv__box {
	font-size: 0.6875rem;
	min-height: 6.875rem;
	padding: 0.75rem;
}

.p-dojo-fv__deco--img1 {
	left: auto;
	right: calc(50% + 3.4375rem);
	top: -0.375rem;
	width: 9.0625rem;
}

.p-dojo-fv__deco--img2 {
	display: none;
}

.p-dojo-fv__deco--img3 {
	left: calc(50% + 3.4375rem);
	right: auto;
	top: 0rem;
	width: 9rem;
}

.p-dojo {
	padding-top: 3.625rem;
}

.p-dojo-tokuten {
	background: #38747a;
	padding-bottom: 1.3125rem;
	padding-top: 2.5rem;
}

.p-dojo-tokuten--writing {
	background: #AE3E3E;
}

.p-dojo-tokuten__title strong {
	margin-bottom: 1.1875rem;
}

.p-dojo-tokuten__list {
	gap: 0.5rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.5rem;
}

.p-dojo-tokuten__item {
	padding: 0.75rem 0.5625rem 1.25rem;
}

.p-dojo-tokuten__item-body {
	margin-top: 1rem;
}

.p-dojo-tokuten__item-tag {
	font-size: 0.625rem;
}

.p-dojo-tokuten__item-title {
	font-size: 0.6875rem;
}

.p-dojo-tokuten__item-text {
	font-size: 0.625rem;
}

.p-dojo-tokuten__button {
	font-size: 0.875rem;
	height: 4.6125rem;
	margin-top: 1.25rem;
}

.p-dojo-worry {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.p-dojo-worry__title {
	font-size: 1.25rem;
	position: relative;
}

.p-dojo-worry__title::before,
.p-dojo-worry__title::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-dojo-worry__title::before {
	left: -1.125rem;
	transform: scale(-1, 1) translateY(-50%);
}

.p-dojo-worry__list {
	gap: 0.625rem;
	grid-template-columns: repeat(1, 1fr);
}

.p-dojo-worry__item {
	font-size: 0.875rem;
	margin-left: 1.875rem;
	margin-top: 0;
	padding: 1.25rem 0.75rem;
}

.p-dojo-worry__item::before {
	height: 3.125rem;
	left: -1.875rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3.125rem;
}

.p-dojo-worry__triangle {
	font-size: 1rem;
	height: 5.1875rem;
	padding-top: 0.9375rem;
	width: 10.625rem;
}

.p-dojo-voice {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.p-dojo-voice__list {
	gap: 1.5rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 2.5rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.p-dojo-voice__item {
	min-height: auto;
}

.p-dojo-solution {
	padding-top: 5.625rem;
}

.p-dojo-solution__title {
	font-size: 1.25rem;
}

.p-dojo-solution__title strong {
	font-size: 1.5rem;
	margin-top: 0;
	padding-top: 0.2em;
}

.p-dojo-solution__title-smtext {
	font-size: 1.25rem;
}

.p-dojo-solution__item {
	min-height: 28.125rem;
}

.p-dojo-solution__item-title {
	font-size: 1rem;
}

.p-dojo-solution__item-text {
	font-size: 0.875rem;
}

.p-dojo-plan {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.p-dojo-plan__list {
	flex-direction: column;
	gap: 2rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.p-dojo-plan__item-title {
	font-size: 1rem;
}

.p-dojo-plan__item-body {
	padding: 4.375rem 1.25rem 3.125rem;
}

.p-dojo-plan__en {
	font-size: 1.25rem;
}

.p-dojo-plan__price {
	font-size: 2rem;
}

.p-dojo-plan__sale-price {
	font-size: 3rem;
}

.p-dojo-flow {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.p-dojo-flow__list {
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 18.75rem;
	position: relative;
}

.p-dojo-flow__item {
	align-items: center;
	flex-direction: row;
	gap: 1.25rem;
}

.p-dojo-flow__icon {
	height: 3.75rem;
	width: 3.75rem;
}

.p-dojo-flow__icon::after {
	background: var(--dojo-main-color);
	content: "";
	height: 1.25rem;
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 0.125rem;
}

.p-dojo-flow__icon::before {
	font-size: 0.9375rem;
}

.p-dojo-flow__icon .material-symbols-outlined {
	font-size: 1.5rem;
}

.p-dojo-flow__title {
	margin-top: 0;
}

.p-dojo-cam__title {
	font-size: 1.25rem;
	line-height: 1.7;
}

.p-dojo-cam__inner {
	grid-template-columns: 1fr;
	margin-top: 1.25rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.p-dojo-cam__img-off {
	width: 12.5625rem;
}

.p-dojo-cam__img-join {
	width: 20.9375rem;
}

.p-dojo-faq {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.p-dojo-faq__contents {
	margin-top: 2.5rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.p-dojo-faq__item {
	padding: 1.5625rem 0.75rem;
}

.p-dojo-faq__qa {
	font-size: 0.875rem;
	gap: 0.6875rem;
}

.p-dojo-faq__qa::before {
	font-size: 1.25rem;
}

.p-dojo-onsite {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.p-dojo-onsite::before,
.p-dojo-onsite::after,
.p-dojo-onsite__bg {
	height: 3.7311875rem;
	width: 36.81525rem;
}

.p-dojo-onsite::before {
	left: calc(50% - 37.5rem);
	top: 18.75rem;
}

.p-dojo-onsite::after {
	right: calc(50% - 34.375rem);
	top: 12.5rem;
}

.p-dojo-onsite__video-wrap {
	margin-top: 2.5rem;
}

.p-dojo-access__contents {
	gap: 1.375rem;
}

.p-fp-blog {
	padding-bottom: 5rem;
}

.p-fp-blog__list {
	grid-template-columns: repeat(1, 1fr);
	padding-left: 0.6875rem;
	padding-right: 0.6875rem;
}

.p-archive__list {
	gap: 2rem;
	grid-template-columns: 1fr;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.p-archive__pagination {
	margin-top: 1.5rem;
}

.p-single__section {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.p-single__title {
	font-size: 1.25rem;
	line-height: 1.5;
}

.p-single__content #toc_container {
	padding: 1.5rem 0.625rem;
}

.p-single__content #toc_container .toc_title {
	font-size: 1rem;
}

.p-single__content #toc_container .toc_list a {
	font-size: 0.875rem;
}

.p-single__content {
	font-size: 0.875rem;
}

.p-single__content h2 {
	font-size: 1.125rem;
}

.p-single__content h3 {
	font-size: 0.875rem;
}

.u-d-sm-none {
	display: none !important;
}

.u-d-sm-contents {
	display: contents !important;
}

.u-mt-sm-0 {
	margin-top: 0rem !important;
}

.u-mr-sm-0 {
	margin-right: 0rem !important;
}

.u-mb-sm-0 {
	margin-bottom: 0rem !important;
}

.u-ml-sm-0 {
	margin-left: 0rem !important;
}

.u-my-sm-0 {
	margin-bottom: 0rem !important;
	margin-top: 0rem !important;
}

.u-mx-sm-0 {
	margin-left: 0rem !important;
	margin-right: 0rem !important;
}

.u-mt-sm-1 {
	margin-top: 0.5rem !important;
}

.u-mr-sm-1 {
	margin-right: 0.5rem !important;
}

.u-mb-sm-1 {
	margin-bottom: 0.5rem !important;
}

.u-ml-sm-1 {
	margin-left: 0.5rem !important;
}

.u-my-sm-1 {
	margin-bottom: 0.5rem !important;
	margin-top: 0.5rem !important;
}

.u-mx-sm-1 {
	margin-left: 0.5rem !important;
	margin-right: 0.5rem !important;
}

.u-mt-sm-2 {
	margin-top: 1rem !important;
}

.u-mr-sm-2 {
	margin-right: 1rem !important;
}

.u-mb-sm-2 {
	margin-bottom: 1rem !important;
}

.u-ml-sm-2 {
	margin-left: 1rem !important;
}

.u-my-sm-2 {
	margin-bottom: 1rem !important;
	margin-top: 1rem !important;
}

.u-mx-sm-2 {
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}

.u-mt-sm-3 {
	margin-top: 1.5rem !important;
}

.u-mr-sm-3 {
	margin-right: 1.5rem !important;
}

.u-mb-sm-3 {
	margin-bottom: 1.5rem !important;
}

.u-ml-sm-3 {
	margin-left: 1.5rem !important;
}

.u-my-sm-3 {
	margin-bottom: 1.5rem !important;
	margin-top: 1.5rem !important;
}

.u-mx-sm-3 {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important;
}

.u-mt-sm-4 {
	margin-top: 2rem !important;
}

.u-mr-sm-4 {
	margin-right: 2rem !important;
}

.u-mb-sm-4 {
	margin-bottom: 2rem !important;
}

.u-ml-sm-4 {
	margin-left: 2rem !important;
}

.u-my-sm-4 {
	margin-bottom: 2rem !important;
	margin-top: 2rem !important;
}

.u-mx-sm-4 {
	margin-left: 2rem !important;
	margin-right: 2rem !important;
}

.u-mt-sm-5 {
	margin-top: 2.5rem !important;
}

.u-mr-sm-5 {
	margin-right: 2.5rem !important;
}

.u-mb-sm-5 {
	margin-bottom: 2.5rem !important;
}

.u-ml-sm-5 {
	margin-left: 2.5rem !important;
}

.u-my-sm-5 {
	margin-bottom: 2.5rem !important;
	margin-top: 2.5rem !important;
}

.u-mx-sm-5 {
	margin-left: 2.5rem !important;
	margin-right: 2.5rem !important;
}

.u-mt-sm-6 {
	margin-top: 3rem !important;
}

.u-mr-sm-6 {
	margin-right: 3rem !important;
}

.u-mb-sm-6 {
	margin-bottom: 3rem !important;
}

.u-ml-sm-6 {
	margin-left: 3rem !important;
}

.u-my-sm-6 {
	margin-bottom: 3rem !important;
	margin-top: 3rem !important;
}

.u-mx-sm-6 {
	margin-left: 3rem !important;
	margin-right: 3rem !important;
}

.u-mt-sm-7 {
	margin-top: 3.5rem !important;
}

.u-mr-sm-7 {
	margin-right: 3.5rem !important;
}

.u-mb-sm-7 {
	margin-bottom: 3.5rem !important;
}

.u-ml-sm-7 {
	margin-left: 3.5rem !important;
}

.u-my-sm-7 {
	margin-bottom: 3.5rem !important;
	margin-top: 3.5rem !important;
}

.u-mx-sm-7 {
	margin-left: 3.5rem !important;
	margin-right: 3.5rem !important;
}

.u-mt-sm-8 {
	margin-top: 4rem !important;
}

.u-mr-sm-8 {
	margin-right: 4rem !important;
}

.u-mb-sm-8 {
	margin-bottom: 4rem !important;
}

.u-ml-sm-8 {
	margin-left: 4rem !important;
}

.u-my-sm-8 {
	margin-bottom: 4rem !important;
	margin-top: 4rem !important;
}

.u-mx-sm-8 {
	margin-left: 4rem !important;
	margin-right: 4rem !important;
}

.u-mt-sm-9 {
	margin-top: 4.5rem !important;
}

.u-mr-sm-9 {
	margin-right: 4.5rem !important;
}

.u-mb-sm-9 {
	margin-bottom: 4.5rem !important;
}

.u-ml-sm-9 {
	margin-left: 4.5rem !important;
}

.u-my-sm-9 {
	margin-bottom: 4.5rem !important;
	margin-top: 4.5rem !important;
}

.u-mx-sm-9 {
	margin-left: 4.5rem !important;
	margin-right: 4.5rem !important;
}

.u-mt-sm-10 {
	margin-top: 5rem !important;
}

.u-mr-sm-10 {
	margin-right: 5rem !important;
}

.u-mb-sm-10 {
	margin-bottom: 5rem !important;
}

.u-ml-sm-10 {
	margin-left: 5rem !important;
}

.u-my-sm-10 {
	margin-bottom: 5rem !important;
	margin-top: 5rem !important;
}

.u-mx-sm-10 {
	margin-left: 5rem !important;
	margin-right: 5rem !important;
}

.u-py-default {
	padding-bottom: 3.75rem;
	padding-top: 3.75rem;
}

.u-pt-sm-0 {
	padding-top: 0rem !important;
}

.u-pr-sm-0 {
	padding-right: 0rem !important;
}

.u-pb-sm-0 {
	padding-bottom: 0rem !important;
}

.u-pl-sm-0 {
	padding-left: 0rem !important;
}

.u-py-sm-0 {
	padding-bottom: 0rem !important;
	padding-top: 0rem !important;
}

.u-px-sm-0 {
	padding-left: 0rem !important;
	padding-right: 0rem !important;
}

.u-pt-sm-1 {
	padding-top: 0.5rem !important;
}

.u-pr-sm-1 {
	padding-right: 0.5rem !important;
}

.u-pb-sm-1 {
	padding-bottom: 0.5rem !important;
}

.u-pl-sm-1 {
	padding-left: 0.5rem !important;
}

.u-py-sm-1 {
	padding-bottom: 0.5rem !important;
	padding-top: 0.5rem !important;
}

.u-px-sm-1 {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}

.u-pt-sm-2 {
	padding-top: 1rem !important;
}

.u-pr-sm-2 {
	padding-right: 1rem !important;
}

.u-pb-sm-2 {
	padding-bottom: 1rem !important;
}

.u-pl-sm-2 {
	padding-left: 1rem !important;
}

.u-py-sm-2 {
	padding-bottom: 1rem !important;
	padding-top: 1rem !important;
}

.u-px-sm-2 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.u-pt-sm-3 {
	padding-top: 1.5rem !important;
}

.u-pr-sm-3 {
	padding-right: 1.5rem !important;
}

.u-pb-sm-3 {
	padding-bottom: 1.5rem !important;
}

.u-pl-sm-3 {
	padding-left: 1.5rem !important;
}

.u-py-sm-3 {
	padding-bottom: 1.5rem !important;
	padding-top: 1.5rem !important;
}

.u-px-sm-3 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}

.u-pt-sm-4 {
	padding-top: 2rem !important;
}

.u-pr-sm-4 {
	padding-right: 2rem !important;
}

.u-pb-sm-4 {
	padding-bottom: 2rem !important;
}

.u-pl-sm-4 {
	padding-left: 2rem !important;
}

.u-py-sm-4 {
	padding-bottom: 2rem !important;
	padding-top: 2rem !important;
}

.u-px-sm-4 {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}

.u-pt-sm-5 {
	padding-top: 2.5rem !important;
}

.u-pr-sm-5 {
	padding-right: 2.5rem !important;
}

.u-pb-sm-5 {
	padding-bottom: 2.5rem !important;
}

.u-pl-sm-5 {
	padding-left: 2.5rem !important;
}

.u-py-sm-5 {
	padding-bottom: 2.5rem !important;
	padding-top: 2.5rem !important;
}

.u-px-sm-5 {
	padding-left: 2.5rem !important;
	padding-right: 2.5rem !important;
}

.u-pt-sm-6 {
	padding-top: 3rem !important;
}

.u-pr-sm-6 {
	padding-right: 3rem !important;
}

.u-pb-sm-6 {
	padding-bottom: 3rem !important;
}

.u-pl-sm-6 {
	padding-left: 3rem !important;
}

.u-py-sm-6 {
	padding-bottom: 3rem !important;
	padding-top: 3rem !important;
}

.u-px-sm-6 {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
}

.u-pt-sm-7 {
	padding-top: 3.5rem !important;
}

.u-pr-sm-7 {
	padding-right: 3.5rem !important;
}

.u-pb-sm-7 {
	padding-bottom: 3.5rem !important;
}

.u-pl-sm-7 {
	padding-left: 3.5rem !important;
}

.u-py-sm-7 {
	padding-bottom: 3.5rem !important;
	padding-top: 3.5rem !important;
}

.u-px-sm-7 {
	padding-left: 3.5rem !important;
	padding-right: 3.5rem !important;
}

.u-pt-sm-8 {
	padding-top: 4rem !important;
}

.u-pr-sm-8 {
	padding-right: 4rem !important;
}

.u-pb-sm-8 {
	padding-bottom: 4rem !important;
}

.u-pl-sm-8 {
	padding-left: 4rem !important;
}

.u-py-sm-8 {
	padding-bottom: 4rem !important;
	padding-top: 4rem !important;
}

.u-px-sm-8 {
	padding-left: 4rem !important;
	padding-right: 4rem !important;
}

.u-pt-sm-9 {
	padding-top: 4.5rem !important;
}

.u-pr-sm-9 {
	padding-right: 4.5rem !important;
}

.u-pb-sm-9 {
	padding-bottom: 4.5rem !important;
}

.u-pl-sm-9 {
	padding-left: 4.5rem !important;
}

.u-py-sm-9 {
	padding-bottom: 4.5rem !important;
	padding-top: 4.5rem !important;
}

.u-px-sm-9 {
	padding-left: 4.5rem !important;
	padding-right: 4.5rem !important;
}

.u-pt-sm-10 {
	padding-top: 5rem !important;
}

.u-pr-sm-10 {
	padding-right: 5rem !important;
}

.u-pb-sm-10 {
	padding-bottom: 5rem !important;
}

.u-pl-sm-10 {
	padding-left: 5rem !important;
}

.u-py-sm-10 {
	padding-bottom: 5rem !important;
	padding-top: 5rem !important;
}

.u-px-sm-10 {
	padding-left: 5rem !important;
	padding-right: 5rem !important;
}

.u-pt-sm-11 {
	padding-top: 5.5rem !important;
}

.u-pr-sm-11 {
	padding-right: 5.5rem !important;
}

.u-pb-sm-11 {
	padding-bottom: 5.5rem !important;
}

.u-pl-sm-11 {
	padding-left: 5.5rem !important;
}

.u-py-sm-11 {
	padding-bottom: 5.5rem !important;
	padding-top: 5.5rem !important;
}

.u-px-sm-11 {
	padding-left: 5.5rem !important;
	padding-right: 5.5rem !important;
}

.u-pt-sm-12 {
	padding-top: 6rem !important;
}

.u-pr-sm-12 {
	padding-right: 6rem !important;
}

.u-pb-sm-12 {
	padding-bottom: 6rem !important;
}

.u-pl-sm-12 {
	padding-left: 6rem !important;
}

.u-py-sm-12 {
	padding-bottom: 6rem !important;
	padding-top: 6rem !important;
}

.u-px-sm-12 {
	padding-left: 6rem !important;
	padding-right: 6rem !important;
}

.u-pt-sm-13 {
	padding-top: 6.5rem !important;
}

.u-pr-sm-13 {
	padding-right: 6.5rem !important;
}

.u-pb-sm-13 {
	padding-bottom: 6.5rem !important;
}

.u-pl-sm-13 {
	padding-left: 6.5rem !important;
}

.u-py-sm-13 {
	padding-bottom: 6.5rem !important;
	padding-top: 6.5rem !important;
}

.u-px-sm-13 {
	padding-left: 6.5rem !important;
	padding-right: 6.5rem !important;
}

.u-pt-sm-14 {
	padding-top: 7rem !important;
}

.u-pr-sm-14 {
	padding-right: 7rem !important;
}

.u-pb-sm-14 {
	padding-bottom: 7rem !important;
}

.u-pl-sm-14 {
	padding-left: 7rem !important;
}

.u-py-sm-14 {
	padding-bottom: 7rem !important;
	padding-top: 7rem !important;
}

.u-px-sm-14 {
	padding-left: 7rem !important;
	padding-right: 7rem !important;
}

.u-pt-sm-15 {
	padding-top: 7.5rem !important;
}

.u-pr-sm-15 {
	padding-right: 7.5rem !important;
}

.u-pb-sm-15 {
	padding-bottom: 7.5rem !important;
}

.u-pl-sm-15 {
	padding-left: 7.5rem !important;
}

.u-py-sm-15 {
	padding-bottom: 7.5rem !important;
	padding-top: 7.5rem !important;
}

.u-px-sm-15 {
	padding-left: 7.5rem !important;
	padding-right: 7.5rem !important;
}

.u-pt-sm-16 {
	padding-top: 8rem !important;
}

.u-pr-sm-16 {
	padding-right: 8rem !important;
}

.u-pb-sm-16 {
	padding-bottom: 8rem !important;
}

.u-pl-sm-16 {
	padding-left: 8rem !important;
}

.u-py-sm-16 {
	padding-bottom: 8rem !important;
	padding-top: 8rem !important;
}

.u-px-sm-16 {
	padding-left: 8rem !important;
	padding-right: 8rem !important;
}

.u-pt-sm-17 {
	padding-top: 8.5rem !important;
}

.u-pr-sm-17 {
	padding-right: 8.5rem !important;
}

.u-pb-sm-17 {
	padding-bottom: 8.5rem !important;
}

.u-pl-sm-17 {
	padding-left: 8.5rem !important;
}

.u-py-sm-17 {
	padding-bottom: 8.5rem !important;
	padding-top: 8.5rem !important;
}

.u-px-sm-17 {
	padding-left: 8.5rem !important;
	padding-right: 8.5rem !important;
}

.u-pt-sm-18 {
	padding-top: 9rem !important;
}

.u-pr-sm-18 {
	padding-right: 9rem !important;
}

.u-pb-sm-18 {
	padding-bottom: 9rem !important;
}

.u-pl-sm-18 {
	padding-left: 9rem !important;
}

.u-py-sm-18 {
	padding-bottom: 9rem !important;
	padding-top: 9rem !important;
}

.u-px-sm-18 {
	padding-left: 9rem !important;
	padding-right: 9rem !important;
}

.u-pt-sm-19 {
	padding-top: 9.5rem !important;
}

.u-pr-sm-19 {
	padding-right: 9.5rem !important;
}

.u-pb-sm-19 {
	padding-bottom: 9.5rem !important;
}

.u-pl-sm-19 {
	padding-left: 9.5rem !important;
}

.u-py-sm-19 {
	padding-bottom: 9.5rem !important;
	padding-top: 9.5rem !important;
}

.u-px-sm-19 {
	padding-left: 9.5rem !important;
	padding-right: 9.5rem !important;
}

.u-pt-sm-20 {
	padding-top: 10rem !important;
}

.u-pr-sm-20 {
	padding-right: 10rem !important;
}

.u-pb-sm-20 {
	padding-bottom: 10rem !important;
}

.u-pl-sm-20 {
	padding-left: 10rem !important;
}

.u-py-sm-20 {
	padding-bottom: 10rem !important;
	padding-top: 10rem !important;
}

.u-px-sm-20 {
	padding-left: 10rem !important;
	padding-right: 10rem !important;
}

}

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

.p-dojo-worry__item::before {
	font-size: 1.125rem;
}

}

@media (max-width: 580px) {

.p-fp-fv__sentense {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-dojo-solution__list {
	gap: 1.5rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 2.5rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.p-dojo-access {
	padding-top: 3.75rem;
}

.p-dojo-access__contents {
	align-items: center;
	flex-direction: column;
	gap: 0.625rem;
	margin-top: 1.4375rem;
}

.p-dojo-access__logo {
	text-align: center;
}

.p-dojo-access__map-wrap {
	margin-top: 1.5625rem;
}

.p-dojo-access__map-wrap iframe {
	height: 12.125rem;
}

.u-text-sm-center {
	text-align: center !important;
}

.u-text-sm-left {
	text-align: left !important;
}

.u-text-sm-right {
	text-align: right !important;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

