body {
	font-family: 'Noto Sans JP', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'BIZ UDPGothic', Meiryo, sans-serif;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
}

.u-desktop {
	display: none;
}

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

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

html {
	font-size: 16px;
}

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

/* ホバー */

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

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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

/* Inherit fonts for inputs and buttons */

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

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

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

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

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

textarea {
	resize: vertical;
}

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

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

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

.site-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}

.thanks {
	background: #fff;
	padding: 80px 0;
	padding: 5rem 0;
}

.thanks__text {
	color: #383d5c;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 1.75;
	text-align: center;
}

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

.c-header {
	text-align: center;
}

.c-header__title {
	color: #111;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 1.25;
}

.c-header__lead {
	color: #111;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.05em;
}

.c-header__title-background-color {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #d9ede4));
	background: linear-gradient(transparent 50%, #d9ede4 50%);
}

.c-header__title-background-color2 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff));
	background: linear-gradient(transparent 50%, #fff 50%);
}

.c-header__title-color {
	color: #67bd8c;
	font-size: 40px;
	font-size: 2.5rem;
	margin-right: 10px;
	margin-right: 0.625rem;
}

.l-drawer-menu {
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.5);
	display: none;
	position: fixed;
	right: 14px;
	right: 0.875rem;
	top: 16px;
	top: 1rem;
	width: 164px;
	width: 10.25rem;
	z-index: 100;
}

.l-drawer-menu.is-active {
	display: inline-block;
}

.l-drawer-menu__container {
	padding: 8px 0;
	padding: 0.5rem 0;
}

.l-drawer-menu__item {
	color: #111;
	font-size: 16px;
	font-size: 1rem;
	padding: 8px 16px;
	padding: 0.5rem 1rem;
}

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

.l-drawer-menu__item-img {
	height: 24px;
	height: 1.5rem;
	margin-right: 4px;
	margin-right: 0.25rem;
	width: 24px;
	width: 1.5rem;
}

.l-footer {
	background: #67bd8c;
	padding: 50px 0 10px;
	padding: 3.125rem 0 0.625rem;
}

.l-footer__logo-wrapper {
	margin: 0 auto;
	max-width: 280px;
	max-width: 17.5rem;
	width: 100%;
}

.l-footer__logo {
	max-width: 280px;
	max-width: 17.5rem;
	width: 100%;
}

.l-footer__nav {
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.l-footer__item {
	font-size: 16px;
	font-size: 1rem;
}

.l-footer__item:not(:last-child) {
	margin-top: 12px;
	margin-top: 0.75rem;
}

.l-footer__item-link {
	display: inline-block;
}

.l-footer__copyright {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.l-hamburger {
	cursor: pointer;
	height: 25px;
	height: 1.5625rem;
	margin-left: auto;
	margin-top: calc(-30px - 1vw);
	padding: 0.5208333333vw;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 40px;
	width: 2.5rem;
	z-index: 100;
}

.l-hamburger.is-active {
	opacity: 0;
}

.l-hamburger-line {
	background: #fff;
	display: block;
	height: 3px;
	height: 0.1875rem;
	max-width: 40px;
	max-width: 2.5rem;
	-webkit-transition: all 0.01s ease-in-out;
	transition: all 0.01s ease-in-out;
	width: 100%;
}

.l-hamburger-line02,
.l-hamburger-line03 {
	margin-top: 6px;
	margin-top: 0.375rem;
}

.l-hamburger.is-active .l-hamburger-line01,
.l-hamburger-drawer.is-active .l-hamburger-line01 {
	-webkit-transform: translate(0px, 0.625rem) rotate(45deg);
	transform: translate(0px, 0.625rem) rotate(45deg);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.l-hamburger.is-active .l-hamburger-line02,
.l-hamburger-drawer.is-active .l-hamburger-line02 {
	display: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.l-hamburger.is-active .l-hamburger-line03,
.l-hamburger-drawer.is-active .l-hamburger-line03 {
	-webkit-transform: translate(0px, 0px) rotate(-45deg);
	transform: translate(0px, 0px) rotate(-45deg);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 520px;
	max-width: 32.5rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.l-overLay {
	background: transparent;
	display: none;
	height: 100vh;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100vw;
	z-index: 50;
}

.l-overLay.is-active {
	display: block;
}

.l-top__description {
	margin-top: 10vw;
}

.l-top__service {
	margin-top: 12vw;
}

.l-top__use {
	margin-top: 20vw;
}

.l-top__assign {
	margin-top: 10vw;
}

.l-top__banner {
	margin-top: 5vw;
}

.l-top__blog {
	margin-top: 10vw;
}

.l-top__line {
	margin-top: 15vw;
}

.l-top__movie {
	margin-top: 10vw;
}

.l-top__info {
	margin-top: 10vw;
}

.l-top__point {
	margin-top: 10vw;
}

.p-top-assign__header-lead {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-top-assign_cards {
	margin-top: 80px;
	margin-top: 5rem;
	text-align: center;
}

.p-top-assign__card {
	border-bottom: 1px solid #ccc;
	margin: 0 auto;
	max-width: 400px;
	max-width: 25rem;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	width: 100%;
}

.p-top-assign__card:nth-child(n + 2) {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-top-assign__card-img {
	height: 120px;
	height: 7.5rem;
	margin: 0 auto;
	width: auto;
}

.p-top-assign__card-title {
	font-size: 20px;
	font-size: 1.25rem;
}

.p-top-assign__card-text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
}

.p-top-banner__wrapper {
	margin: 0 auto;
	text-align: center;
}

.p-top-banner__web {
	background: #67bd8c;
	border-radius: 8px;
	color: #fff;
	display: block;
	font-size: 15px;
	font-size: 0.9375rem;
	margin: 20px auto 0;
	margin: 1.25rem auto 0;
	max-width: 180px;
	max-width: 11.25rem;
	padding: 10px 0;
	padding: 0.625rem 0;
	text-align: center;
	width: 100%;
}

.p-top-banner__text {
	color: #111;
	font-size: 16px;
	font-size: 1rem;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.p-top-banner__app-wrapper {
	grid-column-gap: 1.875rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-items: center;
}

.p-top-banner__apple,
.p-top-banner__google {
	margin-top: 20px;
	margin-top: 1.25rem;
	width: 125px;
	width: 7.8125rem;
}

.p-top-banner__web-head,
.p-top-banner__app-head {
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	position: relative;
}

.p-top-banner__web-head-text,
.p-top-banner__app-head-text {
	background: #fff;
	padding: 0 20px;
	padding: 0 1.25rem;
}

.p-top-banner__web-head::before,
.p-top-banner__app-head::before {
	background: #000;
	content: '';
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 200%;
	z-index: -10;
}

.p-top-blog {
	background: #fbe9b4;
	padding-top: 50px;
	padding-top: 3.125rem;
}

.p-top-blog__title {
	color: #ffc000;
	text-align: center;
}

.p-top-blog__cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
	margin-top: 2.5rem;
	overflow-x: scroll;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.p-top-blog__card {
	margin-right: 30px;
	margin-right: 1.875rem;
	max-width: 200px;
	max-width: 12.5rem;
	min-width: 200px;
	min-width: 12.5rem;
	width: 100%;
}

.p-top-blog__card-img {
	width: 200px;
	width: 12.5rem;
}

.p-top-blog__card-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 8px;
	margin-top: 0.5rem;
	padding: 0 12px;
	padding: 0 0.75rem;
	white-space: nowrap;
}

.p-top-blog-time {
	font-size: 16px;
	font-size: 1rem;
	margin-right: 8px;
	margin-right: 0.5rem;
}

.p-top-blog__card-category {
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 2px 3px;
	padding: 0.125rem 0.1875rem;
}

.p-top-blog__card-category-useful {
	background: #67bd8c;
}

.p-top-blog__card-category-announce {
	background: #ef8f81;
}

.p-top-blog__card-title {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	margin-top: 5px;
	margin-top: 0.3125rem;
	text-align: left;
}

.p-top-cancel {
	background: #67bd8c;
}

.p-top-cancel__container {
	overflow: hidden;
	padding-bottom: 80px;
	padding-bottom: 5rem;
	padding-top: 80px;
	padding-top: 5rem;
	position: relative;
	z-index: 10;
}

.p-top-cancel__container::before {
	background: #fccf00;
	border-radius: 50%;
	content: '';
	height: 120%;
	left: 50%;
	position: absolute;
	top: -10%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: -10;
}

.p-top-cancel__content {
	z-index: 100;
}

.p-top-cancel__header-title {
	line-height: 2;
}

.p-top-cancel__img {
	margin: 20px auto 0;
	margin: 1.25rem auto 0;
	max-width: 188px;
	max-width: 11.75rem;
	width: 100%;
}

.p-top-cancel__text {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.p-top-description {
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
}

.p-top-description__header-title {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-top-form {
	background: #ccc;
	margin-top: 120px;
	margin-top: 7.5rem;
	padding: 50px 0 100px;
	padding: 3.125rem 0 6.25rem;
}

.p-top-form__container {
	margin: 0 auto;
	max-width: 1310px;
	max-width: 81.875rem;
	width: 100%;
}

.p-top-form__lead1 {
	color: #ffff00;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

.p-top-form__lead2 {
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	margin-top: 20px;
	margin-top: 1.25rem;
	text-align: center;
}

.p-top-form__lead3 {
	color: #5b85ee;
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 8px;
	margin-top: 0.5rem;
	text-align: center;
}

.p-top-form__table {
	border-collapse: collapse;
	margin: 30px auto 0;
	margin: 1.875rem auto 0;
	max-width: 868px;
	max-width: 54.25rem;
	width: 100%;
}

.p-top-form__table-row {
	border: 1px solid #ccc;
}

.p-top-form__table-head {
	background: #fae8e6;
	color: #111;
	display: block;
	padding: 20px;
	padding: 1.25rem;
	width: 100%;
}

.p-top-form__table-must {
	color: #ff0000;
}

.p-top-form__table-data {
	background: #fff;
	display: block;
	padding: 20px;
	padding: 1.25rem;
	width: 100%;
}

.p-top-form__btn-wrapper {
	margin: 50px auto 0;
	margin: 3.125rem auto 0;
	text-align: center;
}

.p-top-form__btn {
	background: #5b68c4;
	border-radius: 25px;
	color: #fff;
	display: block;
	font-weight: bold;
	margin: 0 auto;
	max-width: 230px;
	max-width: 14.375rem;
	padding: 15px 0;
	padding: 0.9375rem 0;
	width: 100%;
}

/*# 個別
-----------------------------------*/

.p-top-form__input-number,
.p-top-form__input-tel,
.p-top-form__input-text,
.p-top-form__input-email {
	background: #f8f8f8;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	padding: 12px 15px;
	padding: 0.75rem 0.9375rem;
	width: 100%;
}

.p-top-form .p-top-form__input-radio {
	appearance: auto;
	-webkit-appearance: auto;
	-moz-appearance: auto;
	background: #f8f8f8;
	display: inline-block;
}

.p-top-form__label-radio:not(:first-child) {
	margin-right: 20px;
	margin-right: 1.25rem;
}

.p-top-fv__container {
	margin: 0 auto;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
	text-align: center;
}

.p-top-fv__content1,
.p-top-fv__content2 {
	border-radius: 8px;
	margin: 0 auto;
	text-align: center;
}

.p-top-fv__content1 {
	background: #fff;
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 130px auto 0;
	margin: 8.125rem auto 0;
	max-width: 367px;
	max-width: 22.9375rem;
	padding: 20px 0;
	padding: 1.25rem 0;
	width: 100%;
}

.p-top-fv__content1-img {
	margin: 0 auto;
	width: 150px;
	width: 9.375rem;
}

.p-top-fv__text {
	color: #808080;
	text-align: center;
}

.p-top-fv__text1 {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-top-fv__content2 {
	background: #eaeaea;
	font-size: 12px;
	font-size: 0.75rem;
	margin: 50px auto 0;
	margin: 3.125rem auto 0;
	max-width: 268px;
	max-width: 16.75rem;
	position: relative;
	width: 100%;
}

.p-top-fv__content2::before {
	background: rgba(17, 17, 17, 0.2);
	border-radius: 3px;
	content: '';
	height: 110%;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 110%;
	z-index: -1;
}

.p-top-fv__content2-link {
	display: block;
	padding: 15px;
	padding: 0.9375rem;
}

.p-top-fv__content2-img {
	margin: 10px auto 0;
	margin: 0.625rem auto 0;
	width: 78px;
	width: 4.875rem;
}

/* --- 背景画像のアニメーション From ----------------- */

.p-top-fv__bg {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-top-fv__bg-img {
	-webkit-animation: bgAnime 8s linear infinite;
	animation: bgAnime 8s linear infinite;
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -10;
}

.src1 {
	background: url(../images/fv_img01.png) no-repeat center center/cover;
	opacity: 0;
}

.src2 {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
	background: url(../images/fv_img02.png) no-repeat center center/cover;
	opacity: 0;
}

/* --- 背景画像のアニメーション To ----------------- */

.p-top-header {
	background: #67bd8b;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
	height: 58px;
	height: 3.625rem;
	padding: 0 12px;
	padding: 0 0.75rem;
	position: relative;
	width: 100%;
}

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

.p-top-header__logo-wrapper {
	max-width: 280px;
	max-width: 17.5rem;
	width: 100%;
}

.p-top-header__nav {
	display: none;
}

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

.p-top-header__item {
	margin-right: 30px;
	margin-right: 1.875rem;
	max-width: 224px;
	max-width: 14rem;
	width: 100%;
}

.p-top-header__item-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #fff;
	border-radius: 24px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 20px;
	padding: 0.625rem 1.25rem;
	white-space: nowrap;
}

.p-top-header__item-img {
	height: 20px;
	height: 1.25rem;
	margin-right: 8px;
	margin-right: 0.5rem;
	width: 20px;
	width: 1.25rem;
}

.p-top-info {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
}

.p-top-info__content {
	border: 1px solid #d9ede4;
	padding: 0 20px;
	padding: 0 1.25rem;
	text-align: center;
}

.p-top-info__title {
	font-size: 28px;
	font-size: 1.75rem;
	margin-top: 30px;
	margin-top: 1.875rem;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
}

.p-top-info__articles {
	height: 400px;
	height: 25rem;
	overflow-y: scroll;
	padding: 0 10px;
	padding: 0 0.625rem;
}

.p-top-info__article {
	font-size: 18px;
	font-size: 1.125rem;
}

.p-top-info__article:not(:first-child) {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-top-info__article-text {
	line-height: 1.75;
	margin-top: 4px;
	margin-top: 0.25rem;
}

.p-top-line__btn-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	text-align: center;
}

.p-top-line__btn {
	border: 1px solid #31a35e;
	border-radius: 8px;
	-webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
	color: #31a35e;
	display: block;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.025em;
	max-width: 500px;
	max-width: 31.25rem;
	padding: 0 10px 40px;
	padding: 0 0.625rem 2.5rem;
	width: 100%;
}

.p-top-line__img {
	display: inline-block;
	height: 64px;
	height: 4rem;
	position: relative;
	top: 26px;
	width: 64px;
	width: 4rem;
}

.p-top-logo-img-wrapper {
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
}

.p-top-logo-img {
	margin: 0 auto;
}

.p-top-movie__title {
	font-size: 28px;
	font-size: 1.75rem;
}

.p-top-movie__movie-wrapper {
	margin-top: 60px;
	margin-top: 3.75rem;
	max-width: 854px;
	max-width: 53.375rem;
	max-width: 100%;
}

.p-top-movie__movie {
	height: 0; /* 高さは0にしておく(padding-topで高さを指定するため) */
	margin: 30px auto 0;
	margin: 1.875rem auto 0;
	padding-top: 56.25%; /* 高さを指定(16:9) */
	position: relative;
	width: 100%; /* 横幅は100%で固定 */
}

.p-top-movie__movie-wrapper .p-top-movie__movie:nth-child(n + 2) {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-top-movie__movie iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-top-point {
	background: #fafafa;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
}

.p-top-point__img {
	margin: 0 auto;
}

.p-top-point__img2 {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-top-point__img3 {
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 220px;
	max-width: 13.75rem;
	width: 100%;
}

.p-top-point__img4 {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-top-point__title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-top-service {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
}

.p-top-service__lead {
	color: #808080;
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-top-service__body {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-top-service__cards {
	grid-column-gap: 1.875rem;
	grid-row-gap: 1.875rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 2px solid #ccc;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	justify-items: center;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.p-top-service__card {
	max-width: 289px;
	max-width: 18.0625rem;
	width: 100%;
}

.p-top-service__card-img-wrapper {
	height: 135px;
	height: 8.4375rem;
}

.p-top-service__card-img {
	margin: 0 auto;
	width: 100%;
}

.p-top-service__card-img1 {
	max-width: 137px;
	max-width: 8.5625rem;
	width: 100%;
}

.p-top-service__card-img2 {
	max-width: 70px;
	max-width: 4.375rem;
	width: 100%;
}

.p-top-service__card-img3 {
	max-width: 133px;
	max-width: 8.3125rem;
	width: 100%;
}

.p-top-service__card-img4 {
	max-width: 105px;
	max-width: 6.5625rem;
	width: 100%;
}

.p-top-service__card-text {
	margin-top: 15px;
	margin-top: 0.9375rem;
	text-align: center;
	vertical-align: top;
}

.p-top-service__content2 {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-top-service__media {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-top-service__media-title2 {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.p-top-service__content2-title {
	line-height: 1.75;
}

.p-top-service__media-img {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-top-service__media-img-desktop {
	max-width: 665px;
	max-width: 41.5625rem;
	width: 100%;
}

.p-top-service__media-text {
	color: #111;
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-align: center;
}

.p-top-service__footer {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-top-service__btn {
	background: #ef8f81;
	border-radius: 8px;
	color: #fff;
	display: block;
	font-size: 20px;
	font-size: 1.25rem;
	margin: 0 auto;
	max-width: 250px;
	max-width: 15.625rem;
	padding: 10px 0;
	padding: 0.625rem 0;
	text-align: center;
	width: 100%;
}

.p-top-use {
	padding-bottom: 100px;
	padding-bottom: 6.25rem;
}

.p-top-use__lead {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.p-top-use__body {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-top-use__card {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	max-width: 31.25rem;
	text-align: center;
	width: 100%;
}

.p-top-use__card:nth-child(n + 2) {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.p-top-use__card-title {
	font-size: 24px;
	font-size: 1.5rem;
	margin: 0 auto;
	max-width: 130px;
	max-width: 8.125rem;
	width: 100%;
}

.p-top-use__card-head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-top-use__card-head-img {
	margin: 10px 8px 0 0;
	margin: 0.625rem 0.5rem 0 0;
	max-width: 42px;
	max-width: 2.625rem;
	width: 100%;
}

.p-top-use__card-head-text {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	text-align: left;
}

.p-top-use__card-title-img {
	max-width: 130px;
	max-width: 8.125rem;
	width: 100%;
}

.p-top-use__card-img-wrapper {
	background: #dcede3;
	margin-top: 10px;
	margin-top: 0.625rem;
	padding: 10px 50px 40px;
	padding: 0.625rem 3.125rem 2.5rem;
}

.p-top-use__card-img {
	margin: 10px auto 0;
	margin: 0.625rem auto 0;
	max-width: 250px;
	max-width: 15.625rem;
	width: 100%;
}

.p-top-use__footer {
	margin-top: 70px;
	margin-top: 4.375rem;
}

.p-top-use__footer-lead {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 50px;
	margin-top: 3.125rem;
}

.p-top-use__footer-img {
	margin: 20px auto 0;
	margin: 1.25rem auto 0;
}
.pp,
.tt {
	font-family: serif;
}
.pp__Container {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: solid 5px #111111;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	font-size: 1em;
	margin: 0 auto;
	margin-bottom: 70px;
	margin-bottom: 4.375rem;
	margin-top: 70px;
	margin-top: 4.375rem;
	max-width: 1500px;
	padding: 4em;
	text-align: left;
	width: 80%;
}

.pp__title {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}

.pp__content {
	margin-top: 2em;
}

.pp__text {
	font-size: 1em;
}

.pp__text:nth-child(n + 2) {
	margin-top: 2em;
}

.pp__headline {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 2em;
}

.tt__Container {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: solid 5px #111111;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	font-size: 1em;
	margin: 0 auto;
	margin-bottom: 70px;
	margin-bottom: 4.375rem;
	margin-top: 70px;
	margin-top: 4.375rem;
	max-width: 1500px;
	padding: 4em;
	text-align: left;
	width: 80%;
}

.tt__title {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}

.tt__content {
	margin-top: 2em;
}

.tt__text {
	font-size: 1em;
}

.tt__text:nth-child(n + 2) {
	margin-top: 2em;
}

.tt__headline {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 2em;
}

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

	.u-desktop-inline {
		display: inline-block;
	}

	.u-mobile {
		display: none;
	}

	html {
		font-size: 1.2698412698vw;
	}

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

	a:hover {
		opacity: 0.8;
	}

	.c-header__title {
		font-size: 1.625rem;
	}

	.l-footer__nav {
		margin-top: 3.75rem;
	}

	.l-footer__list {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.l-footer__item:not(:last-child) {
		margin-right: 1.875rem;
		margin-top: 0;
	}

	.l-footer__copyright {
		margin-top: 3.75rem;
	}

	.l-hamburger {
		display: none;
	}

	.l-inner {
		max-width: 1310px;
		padding-left: 25px;
		padding-right: 25px;
	}

	.l-top__description {
		margin-top: 5vw;
	}

	.l-top__service {
		margin-top: 5vw;
	}

	.l-top__use {
		margin-top: 5vw;
	}

	.l-top__assign {
		margin-top: 5vw;
	}

	.l-top__banner {
		margin-top: 10vw;
	}

	.l-top__blog {
		margin-top: 5vw;
	}

	.l-top__line {
		margin-top: 5vw;
	}

	.l-top__movie {
		margin-top: 5vw;
	}

	.l-top__info {
		margin-top: 5vw;
	}

	.l-top__point {
		margin-top: 5vw;
	}

	.p-top-assign_cards {
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
		justify-items: center;
		margin-left: auto;
		margin-right: auto;
		max-width: 50rem;
		width: 100%;
	}

	.p-top-assign__card {
		border-bottom: none;
		height: 19.6875rem;
		padding: 1.875rem 0;
	}

	.p-top-assign__card:nth-child(n + 2) {
		margin-top: 0;
	}

	.p-top-assign__card:nth-child(-n + 2) {
		border-bottom: 1px solid #ccc;
	}

	.p-top-assign__card:nth-child(odd) {
		border-right: 1px solid #ccc;
	}

	.p-top-banner__web {
		font-size: 1.375rem;
		max-width: 17.5rem;
		padding: 1.5625rem 0;
	}

	.p-top-banner__apple,
	.p-top-banner__google {
		width: 16rem;
	}

	.p-top-cancel__container::before {
		width: 60%;
	}

	.p-top-form__table-head {
		display: table-cell;
		width: 25%;
	}

	.p-top-form__table-data {
		display: table-cell;
		width: 75%;
	}

	.p-top-form__label-radio {
		position: relative;
		top: -2px;
	}

	.p-top-fv__content1 {
		font-size: 1.125rem;
		max-width: 33.125rem;
		padding: 2.5rem 0;
	}

	.p-top-fv__content1-img {
		width: 16.25rem;
	}

	.p-top-fv__content2 {
		max-width: 21.5rem;
	}

	.p-top-fv__content2-link {
		font-size: 1rem;
		padding: 1.875rem;
	}

	.p-top-fv__content2-img {
		width: 7.3125rem;
	}

	.p-top-header {
		height: 4rem;
		padding: 0 1.5rem;
	}

	.p-top-header__logo-wrapper {
		max-width: 20rem;
	}

	.p-top-header__nav {
		display: block;
	}

	.p-top-info__content {
		max-width: 75rem;
		width: 100%;
	}

	.p-top-info__article {
		-webkit-box-align: top;
		-ms-flex-align: top;
		align-items: top;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 1.25rem;
		max-width: 56.25rem;
		width: 100%;
	}

	.p-top-info__article-date {
		width: 40%;
	}

	.p-top-info__article-text {
		margin-top: 0;
		text-align: left;
		width: 60%;
	}

	.p-top-movie__movie {
		padding-top: 40%;
		width: 70%;
	}

	.p-top-point__img {
		max-width: 35.25rem;
		width: 100%;
	}

	.p-top-point__img4 {
		max-width: 58.75rem;
		width: 100%;
	}

	.p-top-service__cards {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-bottom: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.p-top-service__media {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-left: auto;
		margin-right: auto;
		max-width: 72.5rem;
		width: 100%;
	}

	.p-top-service__media2 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.p-top-service__media-description1 {
		left: -9.375rem;
		position: relative;
	}

	.p-top-service__media-title2,
	.p-top-service__content2-title {
		text-align: left;
	}

	.p-top-service__media-text {
		text-align: left;
	}

	.p-top-service__btn {
		padding: 1.5625rem 0;
	}

	.p-top-use__card:nth-child(n + 2) {
		margin-top: 0;
	}

	.p-top-use__footer {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.p-top-use__footer-img {
		margin: 0;
		max-width: 26.25rem;
		width: 100%;
	}
}

@media (min-width: 1260px) {
	html {
		font-size: 16px;
	}
}

@media (max-width: 375px) {
	html {
		font-size: 4.2666666667vw;
	}
}

@-webkit-keyframes bgAnime {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	60% {
		opacity: 1;
	}

	80% {
		opacity: 0;
	}
}

@keyframes bgAnime {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	60% {
		opacity: 1;
	}

	80% {
		opacity: 0;
	}
}

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