/* ============================ */

/* ========================================== */

/* ========================================== */

/* ========================================== */

/* ========================================== */

/* ========================================== */

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	border-style: solid;
	border-width: 0;
	box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
	line-height: 1.15; /* 1 */
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

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

/* Lists (definition) */

/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	border-top-width: 1px;
	box-sizing: content-box; /* 1 */
	clear: both;
	color: inherit;
	height: 0; /* 1 */
	margin: 0;
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none; /* 1 */
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-transform: inherit; /* 2 */
	vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	min-width: 0;
	padding: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */

[type=number] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
	cursor: default;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-collapse: collapse;
	border-color: inherit; /* 1 */
}

caption {
	text-align: left;
}

td,
th {
	padding: 0;
	vertical-align: top;
}

th {
	font-weight: bold;
	text-align: left;
}

/* ============================ */

html {
	overflow-x: hidden;
}

body {
	color: #0A3B6D;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	line-height: 175%;
}

img {
	display: block;
	height: auto;
	width: 100%;
}

a {
	display: block;
	transition: all 0.3s 0s ease-in-out;
}

a:hover {
	opacity: 0.7;
}

.--sp-only {
	display: none;
}

/* ============================ */

/* ============================ */

/* ============================
main
 ========================= */

/* inner900px */

.l-main__inner {
	margin: 0 auto;
	max-width: 90rem;
	width: 100%;
}

/* ============================ */

.l-footer {
	background: url(../img/footer-bg_pc.webp) no-repeat center center/cover;
	overflow: hidden;
}

.l-footer__inner {
	margin: 0 auto;
	max-width: 90rem;
	padding-bottom: 8rem;
	position: relative;
	width: 100%;
}

.l-footer__text {
	background: #0A3B6D;
	color: #fff;
	font-size: 2.8rem;
	line-height: 142%;
	padding: 4rem 1.6rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.l-footer__text::after {
	background: linear-gradient(146deg, rgba(187, 151, 82, 0.9) 1.6%, #CBA661 45.41%, rgba(143, 101, 30, 0.9) 98.4%);
	bottom: 3.2rem;
	content: "";
	height: 0.1rem;
	left: 0;
	position: absolute;
	width: 57.2rem;
}

.l-footer__content {
	align-items: center;
	display: flex;
	margin-top: 3.4rem;
	padding-left: 7.6rem;
	position: relative;
	z-index: 1;
}

.l-footer__content-text {
	font-size: 1.8rem;
	line-height: 160%;
}

.l-footer__content-text p:not(:first-of-type) {
	margin-top: 1.8rem;
}

.l-footer__content-name {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 175%;
	margin-left: -14rem;
	margin-top: 4rem;
	text-align: right;
}

.l-footer__button {
	margin: 4rem auto 0;
}

.l-footer__img {
	bottom: 0;
	position: absolute;
	right: -17rem;
	width: 37rem;
}

/*/* ============================ */

/* ============================ */

/* ============================
ボタン
 ========================= */

.c-button {
	background: linear-gradient(180deg, #FAA637 0%, #FA850C 100%);
	border-radius: 2rem;
	box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.25);
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 155%;
	max-width: 40rem;
	padding: 2.2rem 1.6rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.c-button img {
	position: absolute;
	right: 2.6rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2.4rem;
}

/* ============================ */

/* ============================
c-heading_セクションタイトル
 ========================= */

.c-heading {
	font-size: clamp(2.4rem, 1.4559859155rem + 0.1877934272vw, 2.6rem);
	font-weight: 700;
	letter-spacing: 1.04px;
	line-height: 130%;
	margin-bottom: clamp(2.4rem, 1.323943662rem + 0.7511737089vw, 3.2rem);
	text-align: center;
}

.c-heading br.--sp {
	display: none;
}

.c-heading.--features .--small {
	font-size: clamp(1.6rem, 0.911971831rem + 0.3755868545vw, 2rem);
}

/* 〜口コミを作成！ */

.c-heading.--about {
	padding-bottom: 3.2rem;
}

/* 漫画 */

.c-heading.--comics {
	margin-left: auto;
	margin-right: auto;
	max-width: 239px;
	width: 100%;
}

/* お悩み */

.c-heading.--worry .--small {
	font-size: clamp(1.8rem, 1.0809859155rem + 0.1877934272vw, 2rem);
}

/* 使い方 */

/* ============================ */

/* ============================
c-list
 ========================= */

.c-list li {
	letter-spacing: 0.392px;
	line-height: 150%;
	padding-left: clamp(1.1rem, 0.6434859155rem + 0.1877934272vw, 1.3rem);
	position: relative;
}

.c-list li:not(:last-of-type) {
	margin-bottom: clamp(0.8rem, 0.4559859155rem + 0.1877934272vw, 1rem);
}

.c-list li::before {
	background-color: currentColor;
	border-radius: 50%;
	content: "";
	height: clamp(0.4rem, 0.2059859155rem + 0.1877934272vw, 0.6rem);
	left: 0;
	position: absolute;
	top: clamp(0.9rem, 0.5184859155rem + 0.1877934272vw, 1.1rem);
	width: clamp(0.4rem, 0.2059859155rem + 0.1877934272vw, 0.6rem);
}

/* ============================ */

/* ============================
白背景
 ========================= */

.c-box {
	background-color: #fff;
	border-radius: 2rem;
	padding: clamp(4rem, 1.6197183099rem + 3.7558685446vw, 8rem) 0.8rem;
}

/* ============================ */

/* ============================
c-video
 ========================= */

.c-video.--sp {
	aspect-ratio: 30/61;
	position: relative;
}

.c-video.--sp::after {
	background: url(../img/pic/mock-up.webp) no-repeat center center/cover;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.c-video__content {
	display: flex;
	overflow: hidden;
}

.c-video__content video {
	width: 100%;
}

.c-video__content.--sp {
	border-radius: 7rem;
}

.c-video.--roulette,
.c-video.--foreign {
	display: grid;
	justify-items: center;
}

.c-video.--roulette .c-video__content.--sp,
.c-video.--foreign .c-video__content.--sp {
	border-radius: 4rem;
}

.c-video.--foreign .c-video__content {
	max-width: 30rem;
}

/* ============================ */

/* ============================ */

/* ============================
p-top
 ========================= */

.p-top-mv {
	background: #F2F2F2;
	padding-bottom: 4.6rem;
}

.p-top-mv__inner {
	margin: 0 auto;
	max-width: 180rem;
	width: 100%;
}

.p-top-mv__button {
	margin: 5rem auto 0;
}

.p-top-autotraffic {
	background: #F9F9F9;
	padding: 4rem 0 5rem;
}

.p-top-introduction {
	background: #F9F9F9;
	padding: 2rem 0 5rem;
}

.p-top-introduction__heading {
	margin: 0 auto;
	max-width: 18rem;
	width: 100%;
}

.p-top-introduction__list {
	-moz-column-gap: 4.8rem;
	column-gap: 4.8rem;
	display: flex;
	margin: 0 auto;
	margin-top: 0.4rem;
	max-width: 75.2rem;
	width: 100%;
}

.p-top-introduction__item {
	flex: 1;
}

.p-top-introduction__item-heading {
	-moz-column-gap: 2rem;
	align-items: center;
	background: #0A3B6D;
	border-radius: 1.2rem 1.2rem 0 0;
	color: #FFF;
	column-gap: 2rem;
	display: flex;
	font-size: 2rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	padding: 1.8rem;
}

.p-top-introduction__item-heading img {
	width: 3.2rem;
}

.p-top-introduction__item-video {
	width: 100%;
}

.p-top-introduction__item-video iframe {
	width: 100%;
}

.p-top-salesboost {
	background: linear-gradient(to bottom, #fff 0, #fff 20.8rem, #FEF5E6 20.8rem, #FEF5E6 100%);
	padding: 4rem 0 10rem;
	position: relative;
	z-index: 1;
}

.p-top-salesboost::after {
	background: url(../img/salesboost-bg_pc.webp) no-repeat top center/contain;
	content: "";
	height: 28rem;
	left: 50%;
	position: absolute;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 144rem;
	z-index: -1;
}

.p-top-aianswers {
	background: #F9F9F9;
	padding-bottom: 6rem;
}

.p-top-aianswers__heading {
	background: #0A3B6D;
	position: relative;
}

.p-top-aianswers__heading::after {
	border-bottom: 0;
	border-left: 6.8rem solid transparent;
	border-right: 6.8rem solid transparent;
	border-style: solid;
	border-top: 3.2rem solid #0A3B6D;
	bottom: 0;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 100%);
	width: 0;
}

.p-top-aianswers__heading__inner {
	margin: 0 auto;
	max-width: 144rem;
	width: 100%;
}

.p-top-aianswers__content {
	margin-top: 5.3rem;
}

.p-top-recruiting {
	background: #F9F9F9;
}

.p-top-features {
	background: url(../img/features-bg_pc.webp) no-repeat top center/cover;
	padding-bottom: 4.6rem;
}

.p-top-features__button {
	margin: 6.3rem auto 0;
}

.p-top-suitable {
	background: url(../img/suitable-bg_pc.webp) no-repeat center center/cover;
	padding: 4.7rem 0 8rem;
}

.p-top-reason {
	background: #FFF5E4;
	padding: 3rem 0 7.8rem;
}

.p-top-reason__button {
	margin: 8.1rem auto 0;
}

.p-top-voice {
	background: #F7F7F7;
	padding: 3.2rem 0 8rem;
}

.p-top-voice__inner {
	margin: 0 auto;
	max-width: 91.2rem;
	width: 100%;
}

.p-top-capability {
	background: url(../img/capability-bg_pc.webp) no-repeat top center/cover;
	padding: 3.6rem 0 8.2rem;
}

.p-top-result {
	background: #F7F7F7;
	padding: 4rem 0 4.6rem;
}

.p-top-result__button {
	margin: 7.3rem auto 0;
}

.p-top-faq {
	background: #D9D9D9;
	padding: 5rem 0 8rem;
}

.p-top-faq__inner {
	margin: 0 auto;
	max-width: 93.6rem;
	padding: 0 1.8rem;
	width: 100%;
}

.p-top-faq__heading {
	margin: 0 auto;
	max-width: 27.1rem;
	width: 100%;
}

.p-top-faq__list {
	margin-top: 5.6rem;
}

.p-top-faq__item {
	background: #fff;
	border-radius: 0.8rem;
	padding: 2rem;
}

.p-top-faq__item:not(:first-of-type) {
	margin-top: 3.2rem;
}

.p-top-faq__question {
	-moz-column-gap: 2rem;
	align-items: center;
	column-gap: 2rem;
	display: flex;
	padding-bottom: 1.2rem;
	position: relative;
}

.p-top-faq__question::after {
	background: linear-gradient(146deg, rgba(187, 151, 82, 0.9) 1.6%, #CBA661 45.41%, rgba(143, 101, 30, 0.9) 98.4%);
	bottom: 0;
	content: "";
	height: 0.1rem;
	left: 4rem;
	position: absolute;
	width: 25.2rem;
}

.p-top-faq__label {
	font-size: 2.8rem;
	font-weight: 700;
}

.p-top-faq__question-text {
	font-size: 2rem;
	font-weight: 700;
}

.p-top-faq__answer {
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	display: flex;
	margin-top: 0.8rem;
}

.p-top-faq__answer-text {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 155%;
}

/* ============================ */

/* ============================ */

.u-font { /* カラー */
}

.u-font--bold {
	font-weight: 700;
}

.u-font--orange {
	color: #F7930F;
}

/* ============================ */

/* ========================================== */

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

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

html {
	font-size: 0.6944444444vw;
}

}

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

html {
	font-size: 10px;
}

}

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

html {
	font-size: 2.6666666667vw;
}

html {
	scroll-padding-top: 7rem;
}

.--pc-only {
	display: none;
}

.--sp-only {
	display: block;
}

.l-footer {
	background: url(../img/footer-bg_sp.webp) no-repeat center center/cover;
}

.l-footer__inner {
	padding-bottom: 4.3rem;
}

.l-footer__text::after {
	width: 30rem;
}

.l-footer__content {
	align-items: flex-start;
	flex-direction: column;
	padding-left: 1.9rem;
	padding-right: 3rem;
	row-gap: 1rem;
}

.l-footer__content-text {
	font-size: 1.6rem;
}

.l-footer__content-text p {
	-webkit-text-stroke: 0.1rem #fff;
	paint-order: stroke fill;
	text-shadow: 0 0 0.4rem #fff, 0 0 0.8rem #fff, 0 0 1rem #fff, 0 0 1.2rem #fff, 0 0 1.4rem #fff, 0 0 1.6rem rgba(255, 255, 255, 0.95);
}

.l-footer__content-name {
	margin-left: auto;
	margin-top: 0;
}

.l-footer__button {
	margin-top: 1.6rem;
}

.l-footer__img {
	bottom: auto;
	right: 0;
	top: 16rem;
	width: 21.3rem;
}

.c-button {
	max-width: 32rem;
	padding: 3rem 0.8rem;
}

.c-button img {
	right: 1.5rem;
}

.c-heading br.--pc {
	display: none;
}

.c-heading br.--sp {
	display: block;
}

.c-heading.--features {
	font-size: 2.2rem;
}

.c-heading.--about {
	padding-bottom: 0;
}

.c-heading.--comics {
	max-width: 180px;
}

.c-heading.--howto {
	padding-bottom: 1.6rem;
}

.c-list li {
	letter-spacing: 0.392px;
}

.p-top-mv {
	padding-bottom: 3.2rem;
}

.p-top-autotraffic {
	padding: 2rem 0 5.2rem;
}

.p-top-introduction {
	padding: 2rem 0 6rem;
}

.p-top-introduction__list {
	flex-direction: column;
	margin-top: 2rem;
	max-width: 35.2rem;
	row-gap: 6rem;
}

.p-top-introduction__item {
	width: 100%;
}

.p-top-salesboost {
	background: linear-gradient(to bottom, #fff 0, #fff 15.3rem, #FEF5E6 15.3rem, #FEF5E6 100%);
	padding: 0.4rem 0 5rem;
}

.p-top-salesboost::after {
	background: url(../img/salesboost-bg_sp.webp) no-repeat top center/contain;
	height: 15.2rem;
	width: 37.5rem;
}

.p-top-aianswers__content {
	margin-top: 4.7rem;
}

.p-top-features {
	background: url(../img/features-bg_sp.webp) no-repeat top center/cover;
	padding-bottom: 3.2rem;
}

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

.p-top-suitable {
	background: url(../img/suitable-bg_sp.webp) no-repeat center center/cover;
	padding: 3.3rem 0 5.9rem;
}

.p-top-reason {
	padding: 3rem 0 7.1rem;
}

.p-top-reason__button {
	margin: 4rem auto 0;
}

.p-top-voice {
	padding: 3.2rem 0 8.5rem;
}

.p-top-capability {
	background: url(../img/capability-bg_sp.webp) no-repeat top center/cover;
	padding-bottom: 6rem;
}

.p-top-result {
	padding: 3.2rem 0;
}

.p-top-result__button {
	margin: 6rem auto 0;
}

.p-top-faq {
	padding: 5.5rem 0 6rem;
}

.p-top-faq__item:not(:first-of-type) {
	margin-top: 3rem;
}

.p-top-faq__question-text {
	font-size: 1.8rem;
}

.p-top-faq__answer-text {
	font-size: 1.6rem;
	line-height: 175%;
}

.u-display--sp {
	display: block;
}

}

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

.c-heading {
	font-size: 1.8rem;
}

}

