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

body {
	font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Yu Gothic Medium", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 500;
}

body {
	font-feature-settings: "palt";
	color: #143C64;
}

html {
	font-size: 16px;
}

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

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: all 0.45s;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

picture {
	display: block;
}

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

.c-btn {
	background-color: black;
	color: yellow;
	padding: 0.625rem 2.5rem;
}

.c-cta {
	position: relative;
	z-index: 1;
}

.c-cta::before {
	background: url(../images/blur.webp) center bottom/contain no-repeat;
	bottom: -3rem;
	content: "";
	height: calc(100% - 3.625rem + 3rem);
	left: 50%;
	opacity: 0.4;
	pointer-events: none;
	position: absolute;
	transform: translateX(-50%);
	width: calc(100% - 1.25rem);
}

.c-cta__title {
	align-items: center;
	background-color: #00759D;
	color: #fff;
	display: flex;
	font-size: 2rem;
	font-weight: bold;
	justify-content: center;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
	text-align: center;
}

.c-cta__title span {
	background-color: #fff;
	color: #143C64;
	display: inline-block;
	font-size: 1.5rem;
	margin-right: 0.625rem;
	padding: 0.625rem 1.375rem;
}

.c-cta__body {
	background-color: #fff;
	padding: 1.3125rem 2.5rem 2.5rem;
	position: relative;
	z-index: 1;
}

.c-cta__price {
	margin-left: auto;
	margin-right: auto;
	max-width: 45rem;
}

.c-cta__more {
	color: #FF7828;
	font-size: 2rem;
	font-weight: bold;
	margin-top: 1.125rem;
	text-align: center;
}

.c-cta__more span {
	position: relative;
}

.c-cta__more span::before,
.c-cta__more span::after {
	background: url(../images/sarani.svg) center center/contain no-repeat;
	content: "";
	height: 1.875rem;
	position: absolute;
	top: 50%;
	width: 1.0625rem;
}

.c-cta__more span::before {
	left: -1.25rem;
	transform: translateY(-50%);
}

.c-cta__more span::after {
	right: -1.25rem;
	transform: translateY(-50%) scale(-1, 1);
}

.c-cta__bigText {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 0.75rem;
	text-align: center;
}

.c-cta__bigText span {
	background: linear-gradient(to bottom, transparent 60%, #FFC828 60%);
}

.c-cta__support {
	align-items: center;
	background-color: #B40000;
	color: #fff;
	display: flex;
	font-size: 3.25rem;
	font-weight: bold;
	gap: 0.5625rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.125rem;
	max-width: 45.3125rem;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.c-cta__support img {
	display: inline-block;
	width: 3.75rem;
}

.c-cta__support span {
	border-bottom: 0.125rem solid #fff;
	border-top: 0.125rem solid #fff;
	font-size: 2.25rem;
	line-height: 1.1666666667;
	padding-bottom: 0.125rem;
	padding-top: 0.125rem;
}

.c-cta__btns {
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 1.25rem;
}

.c-cta__btn {
	height: 6.25rem;
	width: 25rem;
}

.c-cta__btn.wide {
	height: 3.75rem;
	width: 30rem;
}

.c-cta__btn a {
	align-items: center;
	border-radius: 3.125rem;
	box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.1);
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 1.75rem;
	font-weight: bold;
	height: 100%;
	justify-content: center;
	line-height: 1.25;
	position: relative;
	text-align: center;
	width: 100%;
}

.c-cta__btn.wide a {
	font-size: 1.5rem;
}

.c-cta__btn a::before {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background-color: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	content: "";
	height: 2.125rem;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.875rem;
}

.c-cta__btn.wide a::before {
	height: 1.5rem;
	width: 1.25rem;
}

.c-cta__btn a span {
	font-size: 1.375rem;
}

.c-cta__btn.orange a {
	background-color: #FF7828;
}

.c-cta__btn.green a {
	background-color: #06C755;
}

.c-text {
	font-size: 1.125rem;
	line-height: 1.5;
}

.u-text-center {
	text-align: center;
}

.c-title {
	font-size: 2.25rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 1.9375rem;
	text-align: center;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1010px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.l-inner.--s {
	max-width: calc(50rem + 25px + 25px);
}

.l-about {
	margin-top: 5rem;
}

.p-about__lead {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
}

.p-about__blocks {
	margin-top: 2.125rem;
}

.p-about__block {
	align-items: center;
	display: flex;
	gap: 0.8125rem;
}

.p-about__block + .p-about__block {
	margin-top: 2.5rem;
}

.p-about__block:nth-child(even) {
	flex-direction: row-reverse;
}

.p-about__img {
	width: 20rem;
}

.p-about__content {
	width: calc(100% - 20rem - 0.8125rem);
}

.p-about__subTitle {
	background-color: #00759D;
	color: #fff;
	font-size: 1.4375rem;
	font-weight: bold;
	padding: 0.625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-about__text {
	font-weight: bold;
	margin-top: 0.6875rem;
}

.p-about__ctc {
	margin-top: 5rem;
}

.p-bottom {
	background: url(../images/bg_noise.webp) center center/100% auto repeat;
	padding-bottom: 10rem;
	padding-top: 5rem;
}

.u-orange {
	color: #FF7828;
}

.p-campaign {
	background: url(../images/bg_noise.webp) center center/100% auto repeat;
	padding-top: 10rem;
}

.p-campaign__blocks {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(3, 1fr);
	position: relative;
	z-index: 1;
}

.p-campaign__block {
	background-color: #fff;
	padding: 1.25rem 1rem 1.625rem;
	position: relative;
}

.p-campaign__block::before {
	background: url(../images/blur.webp) center bottom/contain no-repeat;
	bottom: -1.125rem;
	content: "";
	height: 11.25rem;
	left: 50%;
	opacity: 0.4;
	position: absolute;
	transform: translateX(-50%);
	width: 18.75rem;
	z-index: -1;
}

.p-campaign__block + .p-campaign__block::after {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background-color: #00759D;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	content: "";
	height: 3rem;
	left: -2.1875rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.5rem;
}

.p-campaign__subTitle {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.25;
}

.p-campaign__img {
	margin-top: 1rem;
}

.p-campaign__text {
	font-weight: bold;
	margin-top: 0.75rem;
}

.p-campaign__btn {
	margin-top: 0.75rem;
}

.p-campaign__btn a {
	align-items: center;
	background-color: #FF7828;
	border-radius: 1.25rem;
	box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.2);
	color: #fff;
	display: flex;
	font-size: 1rem;
	font-weight: bold;
	gap: 0.5rem;
	height: 2.5rem;
	justify-content: center;
}

.p-campaign__btn a::after {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background-color: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	content: "";
	display: block;
	height: 1rem;
	width: 0.75rem;
}

.l-case {
	margin-top: 5rem;
}

.p-case {
	background: rgba(255, 120, 40, 0.1);
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.p-case__block + .p-case__block {
	margin-top: 5rem;
}

.p-case__title {
	color: #111111;
	margin-bottom: 3.25rem;
	position: relative;
}

.p-case__title sup {
	font-size: 50%;
}

.p-case__award {
	left: 0;
	position: absolute;
	top: 0;
	width: 10.6875rem;
}

.p-case__box {
	background-color: #fff;
	border-radius: 2.5rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	overflow: hidden;
}

.p-case__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.p-case__text {
	color: #111111;
	font-weight: bold;
	padding: 1.25rem;
}

.p-case__text .small {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5;
}

.p-case__text sup {
	font-size: 60%;
}

.p-case__text p + p {
	margin-top: 1.5em;
}

.p-case__note1 {
	background-color: #DC0000;
	color: #fff;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 1.25rem;
	padding: 1.25rem;
}

.p-case__note2 {
	color: #111111;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.p-case__note2 span {
	font-family: "Roboto", sans-serif;
	font-style: italic;
	font-weight: 400;
}

.p-case__report {
	background-color: #fff;
	border-radius: 2.5rem;
	height: 25rem;
	position: relative;
}

.p-case__report img {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 40rem;
}

.p-ctc {
	border: 0.3125rem solid #143C64;
	border-radius: 2.5rem;
	padding: 2.625rem 2.625rem;
}

.p-ctc__wrap {
	grid-gap: 1.25rem;
	align-items: flex-start;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-ctc__title {
	border-bottom: 1px solid #00759D;
	font-size: 1.75rem;
	font-weight: bold;
	padding-bottom: 0.625rem;
}

.p-ctc__text {
	font-weight: 500;
	margin-top: 0.375rem;
}

.p-ctc__box {
	align-items: center;
	background: rgba(0, 117, 157, 0.2);
	border-radius: 1.25rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.5rem;
	padding: 0.3125rem;
}

.p-ctc__text2 {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.75;
}

.p-ctc__text2 > span {
	background-color: #fff;
	border-radius: 0.625rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 16.8125rem;
}

.p-ctc__img {
	background-color: #fff;
	border-radius: 2.1875rem;
	padding: 1.4375rem;
}

.l-faq {
	margin-top: -20.1875rem;
}

.p-faq {
	background: url(../images/bg_noise.webp) center center/100% auto repeat;
	padding-top: 30.125rem;
}

.p-faq__block {
	background-color: #fff;
	padding: 2.5rem;
}

.p-faq__block + .p-faq__block {
	margin-top: 1.25rem;
}

.p-faq__q {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
}

.p-faq__a {
	border-top: 1px solid #00759D;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 0.875rem;
	padding-top: 1rem;
}

.p-faq__q,
.p-faq__a {
	display: grid;
	grid-template-columns: 2.5rem 1fr;
}

.p-faq__q span,
.p-faq__a span {
	font-size: 1.5rem;
	font-weight: bold;
}

.p-faq__a span {
	color: #FF7828;
}

.p-feature {
	background: url(../images/bg_noise.webp) center center/100% auto repeat;
	padding-top: 10rem;
}

.p-feature__blocks {
	grid-gap: 1.875rem;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 4.875rem;
	position: relative;
	z-index: 1;
}

.p-feature__block {
	background-color: #fff;
	padding: 5.8125rem 0.5rem 2.5rem;
	position: relative;
}

.p-feature__block::before {
	background: url(../images/blur.webp) center bottom/contain no-repeat;
	bottom: -1.125rem;
	content: "";
	height: 11.25rem;
	left: 50%;
	opacity: 0.4;
	position: absolute;
	transform: translateX(-50%);
	width: 18.75rem;
	z-index: -1;
}

.p-feature__icon {
	left: 50%;
	position: absolute;
	top: -2.3125rem;
	transform: translateX(-50%);
	width: 7.5rem;
}

.p-feature__subTitle {
	font-size: 1.75rem;
	font-weight: bold;
}

.p-feature__text {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 0.75rem;
}

.p-feature__bottom {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 2.625rem;
}

.p-feature__note2 {
	background-color: #00759D;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 43.125rem;
	padding: 1.25rem;
}

.l-flow {
	margin-top: 10rem;
}

.p-flow__blocks {
	grid-gap: 1.6875rem;
	display: grid;
	gap: 1.6875rem;
	grid-template-columns: repeat(4, 1fr);
}

.p-flow__block {
	position: relative;
}

.p-flow__block + .p-flow__block::before {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background-color: #00759D;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	content: "";
	height: 1.5rem;
	left: -1.4375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.p-flow__head {
	font-weight: bold;
}

.p-flow__icon {
	margin-top: 0.375rem;
}

.p-flow__text {
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.375rem;
	max-width: 13.75rem;
}

.p-footer {
	background-color: #222;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

.p-footer__copy {
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}

.p-header {
	background-color: #fff;
	height: 3.75rem;
	position: relative;
	width: 100%;
}

.p-header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.p-header__logo {
	width: 10.75rem;
}

.p-header__ctc {
	width: 11.375rem;
}

.p-header__logo a,
.p-header__ctc a {
	display: block;
}

.p-header__logo a:hover,
.p-header__ctc a:hover {
	opacity: 0.8;
}

.p-message {
	background: url(../images/bg_noise.webp) center center/100% auto repeat;
	padding-top: 10rem;
}

.p-message__main {
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.p-message__title {
	font-size: 2.25rem;
	font-weight: bold;
}

.p-message__title span {
	background-color: #00759D;
	color: #fff;
	display: inline-block;
	line-height: 1;
	padding: 0.5rem;
}

.p-message__text {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.75;
	margin-top: 2rem;
}

.p-message__text strong {
	font-size: 1.75rem;
}

.line-with-dots {
	background: #00759D;
	height: 0.125rem;
	position: relative;
	width: 100%;
}

.line-with-dots::before,
.line-with-dots::after {
	background: #00759D;
	border-radius: 50%;
	content: "";
	height: 0.625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.625rem;
}

.line-with-dots::before {
	left: 0;
}

.line-with-dots::after {
	right: 0;
}

.l-middle {
	margin-top: 10rem;
}

.p-middle {
	position: relative;
	z-index: 1;
}

.p-mv {
	background: url(../images/bg_mv.webp) center center/cover no-repeat;
	overflow: hidden;
	position: relative;
}

.p-mv__img {
	margin-left: auto;
	margin-right: auto;
	max-width: 90rem;
}

.p-policy {
	background: url(../images/bg_noise.webp) center center/100% auto repeat;
	padding-top: 10rem;
}

.p-policy__box {
	background-color: #fff;
	padding: 2.5rem;
}

.p-policy__subTitle {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5;
}

.p-policy__main {
	border: 1px solid #D9D9D9;
	height: 27.5rem;
	margin-top: 0.75rem;
	overflow-y: auto;
	padding: 1.25rem 1.5625rem;
}

/* Chrome / Safari / Edge */

.p-policy__main::-webkit-scrollbar {
	width: 0.75rem;
}

.p-policy__main::-webkit-scrollbar-track {
	background: #EEEEEE;
}

.p-policy__main::-webkit-scrollbar-thumb {
	background-color: #AAAAAA;
	border-radius: 0.3125rem;
}

.p-policy__main::-webkit-scrollbar-thumb:hover {
	background-color: #AAAAAA;
}

.p-support {
	background: url(../images/bg_noise.webp) center center/100% auto repeat;
	padding-bottom: 6.5rem;
	padding-top: 10.625rem;
}

.p-support__text {
	font-weight: bold;
}

.p-support__box {
	background-color: #fff;
	border-radius: 1.25rem;
	margin-top: 1.25rem;
	padding: 2.5rem;
}

.p-support__subTitle {
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.5;
}

.p-support__wrap {
	display: flex;
	margin-top: 0.6875rem;
}

.p-support__img {
	flex-shrink: 0;
	width: 20rem;
}

.p-support__lists {
	flex-shrink: 0;
	margin-left: 3rem;
	position: relative;
	width: 13.25rem;
}

.p-support__lists::before,
.p-support__lists::after {
	background-color: #143C64;
	content: "";
	height: 0.1875rem;
	left: -2.375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.75rem;
}

.p-support__lists::after {
	transform: translateY(-50%) rotate(90deg);
}

.p-support__list {
	background-color: #EFF0F1;
	font-size: 1rem;
	font-weight: bold;
	padding-bottom: 0.875rem;
	padding-top: 0.875rem;
	text-align: center;
}

.p-support__list + .p-support__list {
	margin-top: 0.8125rem;
}

.p-support__content {
	margin-left: 3.4375rem;
}

.p-support__smallTitle {
	background-color: #00759D;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	padding: 0.75rem 1.125rem;
	text-align: center;
}

.p-support__lists2 {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.75;
	margin-top: 0.625rem;
}

.p-support__list2 {
	list-style: disc;
	list-style-position: inside;
}

.p-support__cta {
	margin-top: 5rem;
}

.p-term p {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
}

.p-term h3 {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 1.5rem;
}

.l-top {
	margin-top: -2.5rem;
}

.p-top {
	background: url(../images/bg_noise.webp) center center/100% auto repeat;
}

.l-voice {
	margin-top: 5rem;
}

.p-voice__slider .slide-arrow {
	background: #EFF0F1;
	border-radius: 50%;
	cursor: pointer;
	height: 4rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.45s;
	width: 4rem;
	z-index: 1;
}

.p-voice__slider .slide-arrow:hover {
	opacity: 0.8;
}

.p-voice__slider .slide-arrow::before {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background-color: #202050;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	content: "";
	height: 1.5rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1.25rem;
}

.p-voice__slider .prev-arrow {
	left: -5rem;
}

.p-voice__slider .prev-arrow::before {
	left: calc(50% - 0.1875rem);
	transform: translate(-50%, -50%) rotate(180deg);
}

.p-voice__slider .next-arrow {
	right: -5rem;
}

.p-voice__slider .next-arrow::before {
	left: calc(50% + 0.1875rem);
}

.p-voice__video {
	position: relative;
}

.p-voice__video video {
	width: 100%;
}

.p-movie__btn {
	content: "";
	cursor: pointer;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.45s;
	width: 5.0625rem;
}

.p-movie__btn:hover {
	opacity: 0.7;
}

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

.p-voice__thumbnail {
	margin-left: -1rem;
	margin-top: 1.25rem;
	width: calc(100% + 2rem);
}

.p-voice__thumbnail .slick-track {
	transform: none !important;
	transform: initial !important;
}

.p-voice__video-thumbnail {
	margin-left: 1rem;
	margin-right: 1rem;
	width: 15.3333333333rem;
}

.p-voice__video-thumbnail video {
	width: 100%;
}

.p-voice__video-thumbnail {
	opacity: 0.5;
	transition: opacity 0.3s;
}

.p-voice__video-thumbnail.slick-current {
	opacity: 1;
}

@media (hover: hover) {

.c-cta__btn a:hover {
	box-shadow: 0 0rem 0.3125rem rgba(0, 0, 0, 0.1);
	transform: translateY(0.3125rem);
}

.p-campaign__btn a:hover {
	box-shadow: 0 0rem 0.3125rem rgba(0, 0, 0, 0.2);
	transform: translateY(0.3125rem);
}

}

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

.u-mobile {
	display: none;
}

}

@media (max-width: 1100px) {

html {
	font-size: 1.4545454545vw;
}

}

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

.u-desktop {
	display: none;
}

html {
	font-size: 16px;
}

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

.c-cta__title span {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.c-cta__body {
	padding: 1.25rem 2.5rem 2.5rem;
}

.c-cta__btns {
	align-items: center;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 2.5rem;
}

.c-cta__btn {
	width: 36.25rem;
}

.c-cta__btn.wide {
	height: 5rem;
	width: 36.25rem;
}

.c-cta__btn a {
	font-size: 2.25rem;
}

.c-cta__btn.wide a {
	font-size: 2.25rem;
}

.c-cta__btn a::before {
	height: 1.5rem;
	width: 1.25rem;
}

.c-cta__btn a span {
	font-size: 1.625rem;
}

.c-text {
	font-size: 1.6875rem;
}

.c-title {
	font-size: 3.375rem;
	line-height: 1.25;
	margin-bottom: 4.5rem;
}

.l-inner {
	max-width: 67.5rem;
	padding-left: 5rem;
	padding-right: 5rem;
}

.l-about {
	margin-top: 10rem;
}

.p-about__title {
	margin-bottom: 1.25rem;
}

.p-about__lead {
	font-size: 2.25rem;
}

.p-about__blocks {
	margin-top: 5rem;
}

.p-about__block {
	flex-direction: column-reverse;
	gap: 2.5rem;
}

.p-about__block + .p-about__block {
	margin-top: 5rem;
}

.p-about__block:nth-child(even) {
	flex-direction: column-reverse;
}

.p-about__img {
	width: 100%;
}

.p-about__content {
	width: 100%;
}

.p-about__subTitle {
	font-size: 2.25rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
	text-align: center;
	width: 100%;
}

.p-bottom__inner.l-inner {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.p-campaign__blocks {
	gap: 7.0625rem;
	grid-template-columns: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 38.75rem;
}

.p-campaign__block {
	padding: 2.5rem 1.875rem;
}

.p-campaign__block::before {
	bottom: -1.5rem;
	height: 23.75rem;
	width: 37.5rem;
}

.p-campaign__block + .p-campaign__block::after {
	height: 4.5rem;
	left: 50%;
	top: -5.5rem;
	transform: translateX(-50%) rotate(90deg);
	width: 3.75rem;
}

.p-campaign__subTitle {
	font-size: 2.25rem;
}

.p-campaign__img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	max-width: 25rem;
}

.p-campaign__btn a {
	border-radius: 2.5rem;
	font-size: 2.25rem;
	gap: 1.5rem;
	height: 5rem;
}

.p-campaign__btn a::after {
	height: 1.75rem;
	width: 1.25rem;
}

.p-case {
	padding-bottom: 10rem;
	padding-top: 10rem;
}

.p-case__block:nth-child(1) .p-case__title {
	font-size: 3rem;
	padding-left: 8.125rem;
	text-align: left;
}

.p-case__award {
	left: -3.4375rem;
	top: 50%;
	transform: translateY(-50%);
}

.p-case__box {
	grid-template-columns: 100%;
}

.p-case__text {
	padding: 1.25rem 2.5rem;
}

.p-case__text .small {
	font-size: 1.3125rem;
}

.p-case__note1 {
	font-size: 1.3125rem;
	margin-top: 2.5rem;
	padding: 1.25rem 1.875rem;
}

.p-case__note2 {
	font-size: 1.3125rem;
	font-weight: 500;
	margin-top: 2.5rem;
}

.p-case__report {
	margin-left: -2.5rem;
	width: calc(100% + 5rem);
}

.p-ctc {
	padding: 2.5rem;
}

.p-ctc__wrap {
	display: block;
}

.p-ctc__title {
	font-size: 2.625rem;
}

.p-ctc__figure {
	margin-top: 1.25rem;
}

.p-ctc__box {
	grid-template-columns: 100%;
	padding: 2.5rem;
}

.p-ctc__text2 {
	font-size: 1.6875rem;
}

.p-ctc__text2 > span {
	max-width: 25.375rem;
}

.p-ctc__img {
	margin-top: 2.5rem;
	padding: 1.875rem 1.875rem 0;
}

.p-ctc__img img {
	margin-left: auto;
	margin-right: auto;
	width: 19.0625rem;
}

.p-faq__title {
	margin-bottom: 1.25rem;
}

.p-faq__q {
	font-size: 2.25rem;
}

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

.p-faq__q span,
.p-faq__a span {
	font-size: 2.25rem;
}

.p-feature__blocks {
	gap: 6.875rem;
	grid-template-columns: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 9.375rem;
	max-width: 38.75rem;
}

.p-feature__block {
	padding: 8.4375rem 0.625rem 3.75rem;
}

.p-feature__block::before {
	bottom: -1.5rem;
	height: 21.875rem;
	width: 38.125rem;
}

.p-feature__icon {
	top: -4.375rem;
	width: 11.4375rem;
}

.p-feature__subTitle {
	font-size: 2.625rem;
}

.p-feature__text {
	font-size: 1.875rem;
	margin-top: 1.4375rem;
}

.p-feature__bottom {
	font-size: 2.25rem;
	margin-top: 1.75rem;
}

.p-feature__note2 {
	font-size: 2.25rem;
	margin-top: 2rem;
	padding: 2.5rem;
}

.p-flow__blocks {
	gap: 8.75rem;
	grid-template-columns: 100%;
}

.p-flow__block + .p-flow__block::before {
	height: 4.5rem;
	left: 50%;
	top: -6.25rem;
	transform: translateX(-50%) rotate(90deg);
	width: 3.75rem;
}

.p-flow__icon {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.75rem;
	width: 20.625rem;
}

.p-flow__text {
	margin-top: 0.75rem;
	max-width: none;
	max-width: initial;
}

.p-header {
	height: 5rem;
}

.p-header__inner {
	gap: 1.25rem;
	justify-content: center;
}

.p-header__logo {
	width: 16.125rem;
}

.p-header__ctc {
	width: 17rem;
}

.p-message {
	padding-top: 11.25rem;
}

.p-message__inner.l-inner {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.p-message__title {
	font-size: 3.375rem;
	line-height: 1.5;
}

.p-message__text {
	font-size: 2.25rem;
}

.p-message__text strong {
	font-size: 2.625rem;
}

.p-middle__inner.l-inner {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.p-policy__inner.l-inner {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.p-policy__title {
	margin-bottom: 1.25rem;
}

.p-policy__subTitle {
	font-size: 1.6875rem;
}

.p-support__inner2.l-inner {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.p-support__box {
	padding: 2.375rem 3.75rem;
}

.p-support__subTitle {
	font-size: 1.6875rem;
}

.p-support__wrap {
	flex-wrap: wrap;
	margin-top: 1.25rem;
}

.p-support__list {
	font-size: 1.5rem;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.p-support__content {
	margin-left: 0;
	margin-top: 2.5rem;
	width: 100%;
}

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

.p-support__lists2 {
	display: grid;
	font-size: 1.5rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-term p {
	font-size: 1.6875rem;
}

.p-term h3 {
	font-size: 1.6875rem;
}

.l-top {
	margin-top: -17.1875rem;
}

.p-top__inner.l-inner {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.p-movie__btn {
	display: none;
}

}

@media (max-width: 768px) {

html {
	font-size: 1.8604651163vw;
}

}


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