@charset "UTF-8";

/* ==========================================================================
 * Font face
 * ========================================================================== */
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

/* ==========================================================================
 * Root
 * ========================================================================== */
*,
::before,
::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	font-family: "Noto Sans JP", sans-serif,"Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka;
	font-size: 1.6em;
	font-size: 1.6rem;
	line-height: 1.5;
	background-color: #fff;
}

/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}

/* ==========================================================================
 * Anchor
 * ========================================================================== */
a:link,
a:visited {
	background-color: transparent;
	color: #4f7aac;
	text-decoration: none;
}
a:active,
a:hover {
	outline: 0;
	text-decoration: underline;
}

/* ==========================================================================
 * Embedded
 * ========================================================================== */
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}
svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
 * Grouping
 * ========================================================================== */
figure {
	margin: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	border: none;
	border-top: 1px solid #bbb;
}
dd {
	margin-left: 0;
}

/* ==========================================================================
 * Float
 * ========================================================================== */
.clear {
	clear: both;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

/* ==========================================================================
 * List
 * ========================================================================== */
ul,
ol {
	padding: 0;
}
ul {
	margin: 0;
	list-style: none;
}
ul.list-disc {
	margin-left: 1.55em;
	list-style: disc;
}
ul.list-annotation {
	margin-left: 1.3em;
}
ul.list-annotation li::before {
	margin-left: -1.3em;
	content: "※\0020";
}
ol {
	margin-left: 1.3em;
}
ol.list-annotation {
	margin-left: 2em;
	padding: 0;
	counter-reset: number;
	list-style: none;
}
ol.list-annotation li::before {
	margin-left: -2em;
	counter-increment: number;
	content: "※"counter(number)"\0020";
}
ul.list-disc li + li,
ul.list-annotation li + li,
ol li + li {
	margin-top: 8px;
}

/* ==========================================================================
 * Text
 * ========================================================================== */
b,
strong {
	font-weight: bold;
}
mark {
	background: #ff0;
	color: #000;
}
small,
.txt-small{
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
address {
	font-style: normal;
}
h1,
.h1 {
	font-size: 3.2rem;
	line-height: 1.2;
	margin: 0;
}
h2,
.h2 {
	font-size: 2.4rem;
	line-height: 1.2;
	margin: 0;
}
h3,
.h3 {
	font-size: 1.8rem;
	line-height: 1.2;
	margin: 0;
}
h4,
.h4 {
	font-size: 1.6rem;
	line-height: 1.2;
	margin: 0;
}
p {
	margin: 0;
}
p + p {
	margin-top: .5em;
	margin-bottom: 0;
}
.txt-left {
	text-align: left;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
.txt-unbold {
	font-weight: normal;
}
.txt-bold {
	font-weight: bold;
}
.txt-emphasis {
	color: #e74c3c;
}
.txt-notes {
	color: #7f8c8d;
}

.purple-txt {
	color: #8661c5;
}
.orange-txt {
	color: #ff8a00;
}
.ttl18 {
	font-size: 1.8rem;
}
.ttl24 {
	font-size: 2.4rem;
}
.ttl30 {
	font-size: 3rem;
}
.ttl32 {
	font-size: 3.2rem;
}
.ttl40 {
	font-size: 4rem;
}
.annotation {
	font-size: 1rem;
}
.txt12 {
	font-size: 1.2rem;
}

@media screen and (max-width: 640px) {
	.ttl18 {
		font-size: 1.8rem;
	}
	.ttl24 {
		font-size: 2rem;
	}
	.ttl30 {
		font-size: 3rem;
	}
	.ttl32 {
		font-size: 3.2rem;
	}
	.ttl40 {
		font-size: 4rem;
	}
	.annotation {
		font-size: 0.9rem;
	}
}
/* ==========================================================================
 * Table
 * ========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/* ==========================================================================
 * Form
 * ========================================================================== */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	border: 1px solid #999;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	width: 100%;
	padding: 5px;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}

/* ==========================================================================
 * Spacing
 * ========================================================================== */
.margin-none  {margin:           0 !important;}
.padding-none {padding:          0 !important;}

.margin-T0    {margin-top:       0 !important;}
.margin-T5    {margin-top:       5px !important;}
.margin-T10   {margin-top:      10px !important;}
.margin-T15   {margin-top:      15px !important;}
.margin-T20   {margin-top:      20px !important;}
.margin-T25   {margin-top:      25px !important;}
.margin-T30   {margin-top:      30px !important;}
.margin-T35   {margin-top:      35px !important;}
.margin-T40   {margin-top:      40px !important;}
.margin-T45   {margin-top:      45px !important;}
.margin-T50   {margin-top:      50px !important;}
.margin-T60   {margin-top:      60px !important;}
.margin-T70   {margin-top:      70px !important;}
.margin-T80   {margin-top:      80px !important;}
.margin-T90   {margin-top:      90px !important;}
.margin-T100  {margin-top:     100px !important;}

.margin-R0    {margin-right:     0 !important;}
.margin-R5    {margin-right:     5px !important;}
.margin-R10   {margin-right:    10px !important;}
.margin-R15   {margin-right:    15px !important;}
.margin-R20   {margin-right:    20px !important;}

.margin-B0    {margin-bottom:    0 !important;}
.margin-B5    {margin-bottom:    5px !important;}
.margin-B10   {margin-bottom:   10px !important;}
.margin-B15   {margin-bottom:   15px !important;}
.margin-B20   {margin-bottom:   20px !important;}

.margin-L0    {margin-left:      0 !important;}
.margin-L5    {margin-left:      5px !important;}
.margin-L10   {margin-left:     10px !important;}
.margin-L15   {margin-left:     15px !important;}
.margin-L20   {margin-left:     20px !important;}

.padding-T0   {padding-top:      0 !important;}
.padding-T5   {padding-top:      5px !important;}
.padding-T10  {padding-top:     10px !important;}
.padding-T15  {padding-top:     15px !important;}
.padding-T20  {padding-top:     20px !important;}
.padding-T25  {padding-top:     25px !important;}
.padding-T30  {padding-top:     30px !important;}
.padding-T35  {padding-top:     35px !important;}
.padding-T40  {padding-top:     40px !important;}
.padding-T45  {padding-top:     45px !important;}
.padding-T50  {padding-top:     50px !important;}
.padding-T60  {padding-top:     60px !important;}
.padding-T70  {padding-top:     70px !important;}
.padding-T80  {padding-top:     80px !important;}
.padding-T90  {padding-top:     90px !important;}
.padding-T100 {padding-top:    100px !important;}

.padding-R0   {padding-right:    0 !important;}
.padding-R5   {padding-right:    5px !important;}
.padding-R10  {padding-right:   10px !important;}
.padding-R15  {padding-right:   15px !important;}
.padding-R20  {padding-right:   20px !important;}

.padding-B0   {padding-bottom:   0 !important;}
.padding-B5   {padding-bottom:   5px !important;}
.padding-B10  {padding-bottom:  10px !important;}
.padding-B15  {padding-bottom:  15px !important;}
.padding-B20  {padding-bottom:  20px !important;}

.padding-L0   {padding-left:     0 !important;}
.padding-L5   {padding-left:     5px !important;}
.padding-L10  {padding-left:    10px !important;}
.padding-L15  {padding-left:    15px !important;}
.padding-L20  {padding-left:    20px !important;}

/* ==========================================================================
 * Common
 * ========================================================================== */
#page-container {
	max-width: 2000px;
	margin: 0 auto;
}
.inner-width {
	width: 920px;
	margin-right: auto;
	margin-left:  auto;
}

@media screen and (max-width: 640px) {
	.inner-width {
		width: 90%;
        margin-right: auto;
        margin-left: auto;
	}
	.visible-pc {
		display: none !important;
	}
	#page-container {
        max-width: 640px;
        overflow: hidden;
        min-width: unset;
    }
}
@media screen and (min-width: 641px) {
	.visible-sp {
		display: none !important;
	}
}
.purple__bg {
	background-color: #8661c5;
	color: #fff;
}

/*-------------------- Back to Top --------------------*/
a.backtotop {
	position: fixed;
	bottom: 30px;
	right: 5%;
	width: 40px;
	height: 40px;
	padding: 38px 0 0;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	opacity: .5;
	border-radius: 50%;
}
a.backtotop::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 17.3px 10px;
	border-color: transparent transparent #ffffff transparent;
}


/* ==========================================================================
 * Header
 * ========================================================================== */
.hd {
	position: absolute;
    width: 100%;
	padding: 5px 0;
}
.header__wrap {
	display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;
}
.header__tel--time {
	font-size: 1.2rem;
}
.header__contact--box {
	display: flex;
	align-items: center;
	margin-bottom: 7px;
}

.headerColorScroll {
	background-color: #fff;
	opacity: 1;
	transform: translateY(0px);
}
.gnavi {
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 99;
	padding: 10px 0;
	font-size: 1.8rem;
}
.gnavi__list {
	display: flex;
	align-items: center;
	gap: 5px;
}
.gnavi__list li {
	align-items: center;
	display: flex;
	position: relative;
}
.gnavi__list li:last-child {
	margin-left: auto;
}
.gnavi__list a {
	display: block;
	font-weight: 500;
	color: #000;
}
.gnavi__list--item a:hover {
	background-color: #8661c5;
	padding: 5px;
	outline: 0;
	text-decoration: none;
	border-radius: 5px;
	color: #fff;
	text-align: center;	
}
.gnavi__list--item a:focus {
	background-color: #8661c5;
	padding: 5px;
	outline: 0;
	text-decoration: none;
	border-radius: 5px;
	color: #fff;
	text-align: center;	
}
.header__mail--btn {
	cursor: pointer;
	width: fit-content;
	margin-left: 20px;
}
.header__mail--btn:hover img {
    transform: scale(1.02);
}
.main__cta:hover img {
    transform: scale(1.02);
}
.tel__reception {
	background-color: #000;
	padding: 1px 3px;
	color: #fff;
	margin-right: 10px;
}

@media screen and (max-width: 640px) {
	.hd {
		padding: 0;
	}
	.gnavi {
		padding: 10px 0;
		background-color: #fff;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	}
	.header__logo--sp img {
		width: 28%;
	}
	/* hamburger menu */
	.menu__btn {
		align-items: center;
		display: flex;
		height: 50px;
		justify-content: center;
		position: fixed;
		top: 5px;
		right: 22px;
		padding: 22px;
		z-index: 9999;
		width: 30px;
	}
	.menu__btn span,
	.menu__btn span:before,
	.menu__btn span:after {
		content: '';
		background: #6d69d2;
		border-radius: 3px;
		display: block;
		height: 3px;
		position: absolute;
		width: 25px;
	}
	.menu__btn span:before {
		bottom: 8px;
	}
	.menu__btn span:after {
		top: 8px;
	}
	#menu__btn--check:checked ~ .menu__btn span {
		background-color: rgba(255, 255, 255, 0);
	}
	#menu__btn--check:checked ~ .menu__btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	}
	#menu__btn--check:checked ~ .menu__btn span::after {
		top: 0;
		transform: rotate(-45deg);
	}
	#menu__btn--check {
		display: none;
	}
	.gnavi__hamburger-menu {
		background: #fff;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 9998;
		transition: all 0.5s;
		width: 100%;
	}
	#menu__btn--check:checked ~ .gnavi__hamburger-menu {
		left: 0;
	}
	.gnavi__hamburger-menu ul {
		padding: 70px 10px 100%;
		background-color: #fff;
	}
	.gnavi__hamburger-menu ul li {
		border-bottom: solid 1px #6d69d2;
		list-style: none;
		padding: 0 0 0 3%;
		width: 100%;
	}
	.gnavi__hamburger-menu ul li a {
		box-sizing: border-box;
		color: #000;
		display: block;
		font-size: 15px;
		padding: 18px 15px 15px 0;
		position: relative;
		text-decoration: none;
		width: 100%;
	}
	.gnavi__hamburger-menu ul li a::before {
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		content: "";
		height: 7px;
		transform: rotate(45deg);
		position: absolute;
		right: 11px;
		top: 26px;
		width: 7px;
	}
	.gnavi__hamburger-menu ul li:last-child {
		border-bottom: none;
		margin: 20px 0 0;
	}
	.gnavi__hamburger-menu ul li:last-child a::before {
		border-top: none;
		border-right: none;
		display: none;
	}
	.navi__link {
		background: none;
	}
	.navi__link a {
		color: #000 !important;
	}
	.navi__link a::before {
		border-top: solid 2px #000 !important;
		border-right: solid 2px #000 !important;
	}
	.main__cta, .navi__link img {
		width: 100%;
	}
	/* /hamburger menu */
}

/* ==========================================================================
 * main
 * ========================================================================== */
main {
	overflow-x: hidden;
}
picture {
	display: block;
}

/* ==========================================================================
 * keyVisual
 * ========================================================================== */
.keyVisual {
	background: url(../images/pc/fv_bg.jpg) no-repeat center center / cover;
	padding: 130px 0 10px;
	height: 885px;
}
.keyVisual__cta {
	width: fit-content;
	background-repeat: no-repeat;
	text-align: center;
	margin: 20px 25% 0;
}
.keyVisual picture {
	display: inline-block;
}
.keyVisual__cta:hover img {
    transform: scale(1.02);
}
.keyVisual p {
	margin-top: 80px;
	font-size: 1rem;
	font-weight: bold;
	color: #666666;
}
@media screen and (max-width: 640px) {
	.keyVisual {
		background: url(../images/sp/fv_bg@2x.jpg) no-repeat center center / cover;
		height: auto;
        width: 100%;
        padding: 0 0 2%;
	}
	.keyVisual__copy {
		margin: 22% 0 0;
	}
	.keyVisual__cta {
		width: fit-content;
		background-repeat: no-repeat;
		text-align: center;
		margin: 10px 0;
	}
	.keyVisual picture {
		display: inline-block;
	}
	.keyVisual__cta:hover img {
		transform: scale(1.02);
	}
	.keyVisual p {
		margin-top: -5px;
		font-size: 0.9rem;
		font-weight: bold;
		color: #666666;
		text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.6), 0 0 30px rgba(255, 255, 255, 0.4);
	}
}

/* ==========================================================================
 * Problem
 * ========================================================================== */
.problem {
	background-color: #f9f6fe;
	padding: 100px 0 75px; 
}
.problem__ttl {
	font-size: 4rem;
	margin-bottom: 65px;
	color: #8661c5;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.problem {
		background-color: #f9f6fe;
		padding: 13% 0 10%; 
	}
	.problem__ttl {
		font-size: 2.3rem;
		margin-bottom: 35px;
		color: #8661c5;
		text-align: center;
		letter-spacing: -.04em;
	}
	.problem__img {
		width: 80%;
		margin: 0 auto;
	}
}

/* ==========================================================================
 * Solution
 * ========================================================================== */
.solution {
	background: url(../images/pc/solution_bg.jpg) no-repeat center center / cover;
	padding: 130px 0 120px; 
}
.solution__ttl {
	margin-bottom: 55px;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.solution {
		background: url("../images/sp/solution_bg@2x.jpg") no-repeat center center / cover;
		padding: 20% 0; 
	}
	.solution__ttl {
		width: 80%;
		text-align: center;
		margin: 0 auto 35px;
	}
	.solution__img {
		width: 80%;
		margin: 0 auto;
	}
}
/* ==========================================================================
 * Cta
 * ========================================================================== */
.cta {
	background-color: #f9f9f9;
	padding: 100px 0 120px; 
	text-align: center;
}
.cta_btn {
	width: fit-content;
	background-repeat: no-repeat;
	cursor: pointer;
}
.cta__btn:hover img {
    transform: scale(1.02);
}
.cta picture {
	display: inline-block;
}
.cta__txt {
	font-weight: bold;
	color: #11b5af;
	margin-top: 40px;
}
.cta__flex {
	display: flex;
	margin-top: 20px;
	justify-content: center;
	gap: 20px;
	align-items: center;
}
.cta__flex picture {
	display: block;
}

.cta__tel--number {
	margin-bottom: 10px;
}
.cta__mail--btn:hover img {
    transform: scale(1.02);
}
@media screen and (max-width: 640px) {
	.cta {
		background-color: #f9f9f9;
		padding: 15% 0; 
		text-align: center;
	}
	.cta_btn {
		width: fit-content;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	.cta__btn:hover img {
		transform: scale(1.02);
	}
	.cta picture {
		display: inline-block;
	}
	.cta__txt {
		font-weight: bold;
		color: #11b5af;
		margin-top: 25px;
		font-size: 1.6rem;
	}
	.cta__flex {
		display: block;
		margin-top: 30px;
		align-items: center;
	}
	.cta__flex picture {
		display: block;
	}

	.cta__tel--number {
		margin-bottom: 10px;
	}
	.cta__mail--btn {
		margin-top: 30px;
	}
	.cta__mail--btn:hover img {
		transform: scale(1.02);
	}
}

/* ==========================================================================
 * Feature01
 * ========================================================================== */
.feature01 {
	background: url(../images/pc/feature01_bg.jpg) no-repeat center center / cover;
	padding: 105px 0 95px; 
}
.feature01__flex {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
.feature01__circle {
	background: linear-gradient(90deg, #4775e6, #8661c5);
	width: 270px;
	height: 270px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	margin-top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 4rem;
	font-weight: bold;
	margin: 50px 0 80px;
}
.feature01__summary {
	text-align: center;
	font-size: 4rem;
	font-weight: bold;
	background: linear-gradient(90deg, #4775e6, #8661c5);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
@media screen and (max-width: 640px) {
	.feature01 {
		background: none;
		background-color: #fff;
		padding: 20% 0 15%; 
	}
	.feature01__ttl {
		width: 80%;
	}
	.feature01__flex {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 15px;
	}
	.feature01__circle {
		background: linear-gradient(90deg, #4775e6, #8661c5);
		width: 138px;
		height: 138px;
		border-radius: 50%;
		text-align: center;
		color: #fff;
		margin-top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 2.1rem;
		font-weight: bold;
		margin: 45px 0 40px;
	}
	.feature01__summary {
		text-align: center;
		font-size: 2.5rem;
		font-weight: bold;
		background: linear-gradient(90deg, #4775e6, #8661c5);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

/* ==========================================================================
 * Product
 * ========================================================================== */
.product {
	background: url(../images/pc/product_bg.jpg) repeat top center;
	padding: 135px 0 110px; 
}
.product__ttl {
	text-align: center;
	font-size: 4rem;
	font-weight: bold;
	background: linear-gradient(90deg, #4775e6, #8661c5);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	position: relative;
}
.product__ttl img {
	position: absolute;
	left: 0;
	top: -125px;
}
.product__subttl {
	text-align: center;
	font-size: 2.4rem;
	margin-top: 55px;
}
.product__subttl .purple-txt {
	font-weight: bold;
}
.product .annotation {
	margin-top: 15px;
	font-size: 1rem;
}
.product__edition--ttl {
	text-align: center;
	margin-top: 75px;
}
.product__edition--ttl .purple__bg {
	padding: 4px 6px;
	line-height: 2.3em;
	margin-right: 5px;
}
.product__edition--subttl {
	text-align: center;
	margin: 65px 0 20px;
}
.product__edition--arrow {
	text-align: center;
	margin: 30px auto;
}

/*動的コンテンツ*/
.product__faq--box {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	position: relative;
	text-align: center;
	padding: 60px 40px 40px;
	margin-bottom: 40px;
}
.product__decoration {
	position: absolute;
	left: 60px;
	top: -20px;
}
.product__faq--ttl {
	font-weight: bold;
}
.product__faq--flex {
	display: flex;
	justify-content: space-between;
	margin-top: 55px;
}
.product__faq--flex a {
	text-decoration: none;
}
.product__faq--btn {
	background: linear-gradient(180deg, #ececec, #cdcdcd);
	width: 400px;
	height: 140px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.4rem;
	font-weight: bold;
	color: #000;
}
.product__faq--btn:hover {
	transform: scale(1.02);
}
.product__recommend {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	position: relative;
	padding: 60px 40px 40px;
}
.product__recommend--ttl {
	font-weight: bold;
	text-align: center;
}
.product__recommend--name {
	text-align: center;
	font-size: 4rem;
	background: linear-gradient(90deg, #4775e6, #8661c5);
	padding: 10px 0;
	color: #fff;
}
.product__recommend--txt {
	font-size: 1.8rem;
	margin: 30px 0 40px;
}
.product__appli {
	background-color: #f9f9f9;
	padding: 40px;
}
.product__appli--ttl {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 40px;
}
.product__appli--flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 33px;
}
.product__function--ttl {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 40px 0;
}
.product__function--flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 0;
}
.product__function--flex2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product__function--flex3 {
	display: block;
}
.product__function--flex li {
	border: 1px solid #8661c5;
	border-radius: 10px;
	width: calc(50% - 10px);
	padding: 20px;
}
.product__function--flex2 li {
	border: 1px solid #8661c5;
	border-radius: 10px;
	width: 30%;
	padding: 20px;
}
.product__function--flex3 li {
	border: 1px solid #8661c5;
	border-radius: 10px;
	padding: 20px;
}
.product__icon--flex {
	display: flex;
	gap: 15px;
	margin-bottom: 15px;
}
.product__icon--flex p {
	font-size: 1.8rem;
	font-weight: bold;
}
.product__function--txt {
	font-size: 1.4rem;
	line-height: 1.3em
}
.product__support--ttl {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 60px 0 40px;
}
.product__support--flex {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #8661c5;
}

/*機能一覧*/
.product__list ul {
	margin-top: 60px;
}

.product__tableList dt {
	background-position: 30px 50%;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	padding: 25px;
	position: relative;
	cursor: pointer;
	text-align: center;
	background-color: #8661c5;
}
.product__tableList dt.open::before {
	content: "";
    margin: auto;
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 30px;
    width: 15px;
    height: 15px;
	border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(135deg);
}
.product__tableList dt.close::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: -10%;
    right: 30px;
    width: 15px;
    height: 15px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg);
}
.product__tableList dd {
    padding: 40px 20px 20px;
	display: none;
	background-color: #f1e8ff;
}

.product__price {
	text-align: center;
	margin: 80px 0 40px;
}
.product__price--ttl {
	font-size: 2.4rem;
	font-weight: bold;
}
.product__price--txt {
	font-size: 1.8rem;
	font-weight: bold;
}
.product__price--txt span {
	font-size: 2.4rem;
	text-decoration: line-through;
}
.product__price--box {
	background: url("../images/pc/price_box.png") no-repeat center center / cover;
	height: 403px;
	padding: 0 140px 20px;
	margin-top: 20px;
}
.product__price--main {
	font-size: 3rem;
	font-weight: bold;
	background: linear-gradient(90deg, #4775e6, #8661c5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: -25px;
}
.product__price--mainTxt {
	font-size: 12rem;
}
.small__comma {
	font-size: 6.4rem;
}
.product__price--percent {
	font-size: 3rem;
	font-weight: bold;
	background-color: #8661c5;
	padding: 3px 75px;
	color: #fff;
	display: inline;
}
.product__price--percent span {
	font-size: 4rem;
}
.product__price--btn {
	margin: 30px 0 10px;
	display: inline-block;
}
.product__price--box .annotation {
	text-align: left;
	margin-top: 0;
}
.product__recommend--reset {
	text-align: right;
	font-size: 1.8rem;
}
.product__consul {
	text-align: center;
	margin-top: 45px;
}
.product__consul--ttl {
	font-size: 2.4rem;
	font-weight: bold;
}
.product__consul--flex {
	display: flex;
	justify-content: space-between;
	gap: 1px;
	color: #fff;
}
.product__consul--tel {
	background: url("../images/pc/product_tel_icon.png") left top no-repeat;
	background-position: 70px 23%;
	background-color: #8661c5;
	width: 50%;
	padding: 20px;
}
.product__consul--tel .ttl24 {
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
}
.product__consul--tel picture {
	margin-top: 10px;
}
.product__consul--mail {
	background: url("../images/pc/product_post.png") left top no-repeat;
	background-position: 70px 23%;
	background-color: #8661c5;
	width: 50%;
	padding: 20px;
}
.product__consul--mail .ttl24 {
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
}
.product__consul--mail picture {
	margin-top: 10px;
}

.answer__left {
	cursor: pointer;
}
.answer__right {
	cursor: pointer;
}

/* スライド＆フェードアニメーション */
.product__faq--content {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.product__faq--content.slide-out {
    opacity: 0;
    transform: translateX(-50px);
}

.product__faq--content.slide-in {
    opacity: 1;
    transform: translateX(0);
}

/* フェードイン・フェードアウト効果用のCSS */
.product__recommend {
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	display: none;
}
.product__recommend.fade-in {
	opacity: 1;
	display: block;
}
.product__recommend.fade-out {
	opacity: 0;
}
@media screen and (max-width: 640px) {
	.product {
		background: url("../images/sp/product_bg@2x.jpg") no-repeat center center / cover;
		padding: 20% 0 10%;
	}
	.product__recommend {
		padding: 10% 5%;
	}
	.product__ttl {
		text-align: center;
		font-size: 2.5rem;
		font-weight: bold;
		background: linear-gradient(90deg, #4775e6, #8661c5);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		position: relative;
		line-height: 1.4em;
	}
	.product__faq--ttl .ttl24 {
		font-size: 1.6rem;
		text-align: left;
	}
	.product__ttl img {
		width: 50%;
		position: absolute;
		left: -2%;
		top: -90%;
	}
	.product__subttl {
		text-align: center;
		font-size: 2.5rem;
		margin-top: 20px;
	}
	.product__subttl .purple-txt {
		font-weight: bold;
	}
	.product .annotation {
		margin-top: 15px;
		font-size: 0.9rem;
	}
	.product__edition--ttl {
		text-align: center;
		margin-top: 30px;
		font-size: 2.2rem;
	}
	.product__edition--ttl .purple__bg {
		padding: 4px 6px;
		line-height: 2.3em;
		margin-right: 5px;
	}
	.product__edition--subttl {
		text-align: center;
		font-size: 2.2rem;
		margin: 35px 0 10px;
	}
	.product__edition--arrow {
		text-align: center;
		width: 5%;
		margin: 30px auto;
	}
	.product__faq--flex {
		display: block;
		margin-top: 0;
	}
	.product__faq--btn {
		width: 100%;
		height: auto;
		font-size: 1.6rem;
		font-weight: bold;
		margin: 20px 0;
	    padding: 20px 0;
	}
	.product__recommend--name {
		font-size: 2rem;
		padding: 5%;
	}
	.product__recommend--txt {
		font-size: 1.4rem;
		margin: 20px 0;
	}
	.product__appli {
		padding: 3%;
	}
	.product__appli--ttl {
		font-size: 1.6rem;
		margin: 5% 0 20px;
	}
	.product__appli--flex {
		gap: 0;
	}
	.product__appli--flex picture {
		width: 33%;
	}
	.product__function--ttl {
		font-size: 1.6rem;
		margin: 40px 0 20px;
	}
	.product__function--flex,
	.product__function--flex2 {
		display: block;
	}
	.product__function--flex li,
	.product__function--flex2 li {
		width: 100%;
		margin: 0 0 20px;
		padding: 5%;
	}
	.product__icon--flex {
		gap: 0;
		margin-bottom: 15px;
		justify-content: center;
	}
	.product__icon--flex picture {
		margin-right: auto;
	}
	.product__icon--flex picture img {
		width: 70%;
	}
	.product__icon--flex p {
		width: 100%;
		text-align: center;
	}
	.product__support--ttl {
		font-size: 1.6rem;
		margin: 40px 0 20px;
	}
	.product__tableList dt {
		font-size: 1.6rem;
		padding: 5%;
	}
	.product__tableList dt.open::before {
		right: 10px;
		width: 10px;
		height: 10px;
	}
	.product__tableList dt.close::after {
		right: 10px;
		width: 10px;
		height: 10px;
	}
	.product__tableList dd {
		padding: 5%;
		overflow: scroll;
	}
	.product__tableList dd p {
		margin: 0 0 5px;
	}
	.product__tableList dd img {
		max-width: 600px;
	}
	.product__price {
		margin: 10% 0 20px;
	}
	.product__price--ttl,
	.product__price--txt {
		font-size: 1.6rem;
	}
	.product__price--box {
		background: url("../images/sp/price_box@2x.jpg") no-repeat top / 100%;
		height: auto;
		padding: 17% 5% 5%;
		position: relative;
	}
	.product__price--box::after {
		content: "";
		background: url("../images/sp/price_box@2x.jpg") no-repeat bottom / 100%;
		height: 20px;
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.product__price--main {
		font-size: 1.6rem;
		margin-bottom: 0;
	}
	.product__price--mainTxt {
		font-size: 4rem;
	}
	.small__comma {
		font-size: 3rem;
	}
	.product__price--percent {
		font-size: 1.6rem;
		padding: 0 20px;
		display: inline-block;
	}
	.product__price--percent + a {
		display: block;
	}
	.product__price--percent span {
		font-size: 3rem;
	}
	.product .annotation {
        margin-top: 0;
        padding: 0 0 5%;
    }
	.product__price--btn {
		margin: 5%;
		display: inline-block;
	}
	.product__recommend--reset {
		font-size: 1.6rem;
	}
	.product__consul--ttl {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.product__consul--flex {
		display: block;
	}
	.product__consul--tel {
		margin-bottom: 1px;
		background-position: 20px 23%;
		width: 100%;
	}
	.product__consul--mail {
		background-position: 20px 23%;
		width: 100%;
	}
}

/* ==========================================================================
 * Feature02
 * ========================================================================== */
.feature02 {
	background: url(../images/pc/feature02_bg.jpg) no-repeat center center / cover;
	padding: 130px 0 120px; 
}
.feature02__txt {
	font-size: 2.4rem;
	margin-top: 40px;
}
.feature02__txt .purple-txt {
	font-weight: bold;
}
.feature02__ex--ttl {
	text-align: center;
	font-size: 2.4rem;
	margin-top: 65px;
}
.feature02__ex--ttl .purple-txt {
	font-weight: bold;
}
.feature02__ex--txt {
	font-size: 1.8rem;
	margin: 15px 0 20px;
}
.feature02 .annotation {
	margin-top: 20px;
}

@media screen and (max-width: 640px) {
	.feature02 {
		background: none;
		background-color: #fff;
		padding: 20% 0 15%; 
	}
	.feature02__txt {
		font-size: 1.2rem;
		margin-top: 20px;
	}
	.feature02__txt .purple-txt {
		font-weight: bold;
	}
	.feature02__ex--ttl {
		text-align: center;
		font-size: 1.8rem;
		margin-top: 25px;
	}
	.feature02__ex--ttl .purple-txt {
		font-weight: bold;
	}
	.feature02__ex--txt {
		font-size: 1.6rem;
		margin: 10px 0 15px;
	}
	.feature02 .annotation {
		margin-top: 20px;
	}
}
/* ==========================================================================
 * Feature03
 * ========================================================================== */
.feature03 {
	background: url(../images/pc/feature03_bg.jpg) no-repeat center center / cover;
	padding: 100px 0 120px; 
}
.feature03__txt {
	font-size: 2.4rem;
	display: inline-block;
	position: relative;
	margin-top: 20px;
}
.feature03__txt img {
	position: absolute;
	right: -110px;
	top: -77px;
}
.feature03__step {
	margin-top: 65px;
}
@media screen and (max-width: 640px) {
	.feature03 {
		background: none;
		background-color: #f9f6fe;
		padding: 20% 0 15%; 
	}
	.feature03__txt {
		font-size: 1.6rem;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		margin-top: 10%;
	}
	.feature03__txt img {
		position: static;
		order: 1;
	}
	.feature03__txt p {
		text-align: center;
		width: 100%;
		order: 2;
	}
	.feature03__step {
		margin-top: 30px;
	}
}

/* ==========================================================================
 * Price
 * ========================================================================== */
.price {
	background: url(../images/pc/price_bg.jpg) no-repeat center center / cover;
	padding: 110px 0 130px; 
}
.price__ttl {
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
}
.price__txt {
	font-size: 2.4rem;
	margin: 60px 0 ;
}



.pricing__container {
    text-align: center;
    margin: 0 0 40px;
}

.pricing__title {
    font-size: 1.8rem;
	background-color: #11b5af;
	padding: 20px; 
	color: #fff;
}

.pricing__annotation {
    font-size: 1.2rem;
}

.pricing__table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.pricing__table th {
    text-align: center;
}
.pricing__table td {
	padding: 7px;
	text-align: center;
}

.category {
    color: #fff;
    font-weight: 400;
    width: 50%;
	font-size: 2.4rem;
}
.category__developer {
	padding: 20px;
	background-color: #206b80;
	border-top: 1px solid #fff;
}
.category__tester {
	background-color: #4875e5;
	border-top: 1px solid #fff;
}

.product__title--developer {
    background-color: #4997ad;
    color: #fff;
    font-weight: 400;
    width: 25%;
	font-size: 1.8rem;
	border-top: 1px solid #fff;
	padding: 20px;
}
.product__title--tester {
    background-color: #8ca9f1;
    color: #fff;
    font-weight: 400;
    width: 25%;
	font-size: 1.8rem;
	border-top: 1px solid #fff;
}
.plan__header--division {
    background-color: #fff8af;
    font-weight: 400;
    width: 12.5%;
	padding: 10px;
}
.plan__header--bulk {
    background-color: #e2d1ff;
    font-weight: 400;
    width: 12.5%;
}

.plan__cell--division {
    background-color: #fffbd2;
    width: 12.5%;
}
.plan__cell--bulk {
    background-color: #f5f0fd;
    width: 12.5%;
}

.price__info {
    font-size: 1.2rem;
}
.price__info--cancel {
	text-decoration: line-through;
}

.discount__price {
    font-size: 1.8rem;
    font-weight: bold;
}

.discount__rate--division {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
	background-color: #ff8a00;
	margin: 0 5px 20px;
}
.discount__rate--bulk {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
	background-color: #8661c5;
	margin: 0 5px 20px;
}
a.purchase__button {
    background-color: #11b5af;
    color: #fff;
    padding: 5px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 1.6rem;
    width: 100%;
	font-weight: bold;
	display: block;
	text-decoration: none;
}

a.purchase__button:hover {
    background-color: #206b80;
}



.pricing__container--update {
    text-align: center;
    margin: 0 0 20px;
}
.pricing__title--update {
    font-size: 1.8rem;
	background-color: #686868;
	padding: 20px; 
	color: #fff;
}




@media screen and (max-width: 640px) {
	.price {
		background: url("../images/sp/price_bg@2x.jpg") no-repeat center center / cover;
		padding: 20% 0 15%; 
	}
	.price__ttl {
		font-size: 2.5rem;
		font-weight: bold;
		text-align: center;
	}
	.price__txt {
		font-size: 1.6rem;
		margin: 30px 0 40px;
		text-align: center;
	}
	
	
	.pricing__scroll {
		overflow-x: scroll;
		width: 100%;
		padding-bottom: 3vw;
	}
	.pricing__container {
		text-align: center;
		margin: 0;
		width: 320%;
	}

	.pricing__title {
		font-size: 1.8rem;
		background-color: #11b5af;
		padding: 20px; 
		color: #fff;
		text-align: left;
	}

	.pricing__annotation {
		font-size: 1.2rem;
	}

	.pricing__table {
		width: 100%;
		border-collapse: collapse;
		table-layout: fixed;
	}

	.pricing__table th {
		text-align: center;
	}
	.pricing__table td {
		padding: 7px;
		text-align: center;
	}

	.category {
		color: #fff;
		font-weight: 400;
		width: 50%;
		font-size: 2.4rem;
	}
	.category__developer {
		padding: 20px;
		background-color: #206b80;
		border-top: 1px solid #fff;
	}
	.category__tester {
		background-color: #4875e5;
		border-top: 1px solid #fff;
	}

	.product__title--developer {
		background-color: #4997ad;
		color: #fff;
		font-weight: 400;
		width: 25%;
		font-size: 1.8rem;
		border-top: 1px solid #fff;
		padding: 20px;
	}
	.product__title--tester {
		background-color: #8ca9f1;
		color: #fff;
		font-weight: 400;
		width: 25%;
		font-size: 1.8rem;
		border-top: 1px solid #fff;
	}
	.plan__header--division {
		background-color: #fff8af;
		font-weight: 400;
		width: 12.5%;
		padding: 10px;
	}
	.plan__header--bulk {
		background-color: #e2d1ff;
		font-weight: 400;
		width: 12.5%;
	}

	.plan__cell--division {
		background-color: #fffbd2;
		width: 12.5%;
	}
	.plan__cell--bulk {
		background-color: #f5f0fd;
		width: 12.5%;
	}

	.price__info {
		font-size: 1.2rem;
	}
	.price__info--cancel {
		text-decoration: line-through;
	}

	.discount__price {
		font-size: 1.8rem;
		font-weight: bold;
	}

	.discount__rate--division {
		font-size: 1.6rem;
		font-weight: bold;
		color: #fff;
		background-color: #ff8a00;
		margin: 0 5px 20px;
	}
	.discount__rate--bulk {
		font-size: 1.6rem;
		font-weight: bold;
		color: #fff;
		background-color: #8661c5;
		margin: 0 5px 20px;
	}

	.purchase__button {
		background-color: #11b5af;
		color: #fff;
		padding: 5px;
		border: none;
		border-radius: 20px;
		cursor: pointer;
		font-size: 1.6rem;
		width: 100%;
		font-weight: bold;
	}

	.purchase__button:hover {
		background-color: #206b80;
	}



	.pricing__scroll--update {
		overflow-x: scroll;
		width: 100%;
		padding-bottom: 3vw;
	}
	.pricing__container--update {
		text-align: center;
		margin: 40px 0 0;
		width: 320%;
	}
	.pricing__title--update {
		font-size: 1.8rem;
		background-color: #686868;
		padding: 20px;
		color: #fff;
		text-align: left;
	}
	.price__annotation {
		margin: 10px 0 0;
	}
}

/* ==========================================================================
 * Record
 * ========================================================================== */
.record {
	background-color: #fff;
	padding: 105px 0 0; 
}
.record__ttl {
	text-align: center;
	margin-bottom: 100px;
}
.record__voice {
	background-color: #f9f9f9;
	padding: 60px 0; 
}
.record__voice--box {
	position: relative;
}
.record__voice--txt {
	width: 650px;
	letter-spacing: .05em;
	font-size: 2.4rem;
	margin-top: 35px;
}
.record__decoration--img {
	position: absolute;
	left: 0;
	top: -185px;
}
.record__men--img {
	position: absolute;
	right: -30px;
	bottom: -60px;
}
.record__voice--txt .purple-txt {
	font-weight: bold;
}

@media screen and (max-width: 640px) {
	.record {
		background-color: #fff;
		padding: 5% 0 0; 
	}
	.record__ttl {
		text-align: center;
		margin-bottom: 40px;
	}
	.record__voice {
		background-color: #f9f9f9;
		padding: 15% 0; 
	}
	.record__voice--box {
		position: relative;
	}
	.record__voice--txt {
		width: 100%;
		letter-spacing: .05em;
		font-size: 1.6rem;
		margin-top: 0;
	}
	.record__txt--box {
		margin-top: 20px;
		padding: 35px 15px 55px;
		background-color: #fff;
		border-radius: 10px;
		position: relative;
	}
	.record__voice--name {
		background-color: #8661c5;
		padding: 1px 10px;
		border-radius: 13px;
		position: absolute;
		right: 4%;
		color: #fff;
	}
	.record__decoration--img {
		display: none;
	}
	.record__men--img {
		display: none;
	}
	.record__voice--txt .purple-txt {
		font-weight: bold;
	}
}

/* ==========================================================================
 * Comparison
 * ========================================================================== */
.comparison {
	background-color: #fff;
	padding: 115px 0 120px;
}
.comparison__ttl {
	font-size: 4rem;
	text-align: center;
	margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
	.comparison {
		background-color: #fff;
		padding: 15% 0;
	}
	.comparison__ttl {
		font-size: 2.5rem;
		text-align: center;
		margin-bottom: 35px;
	}
}

/* ==========================================================================
 * Graph
 * ========================================================================== */
.graph {
	background-color: #fff;
	padding: 120px 0;
	text-align: center;
}
.graph__ttl {
	font-size: 4rem;
	margin-bottom: 60px;
}
.graph__txt {
	font-size: 2.4rem;
	margin-bottom: 60px;
}
.graph__flex {
	display: flex;
	justify-content: center;
	gap: 10px;
}
.graph__annotation {
	font-size: 1.8rem;
	margin-top: 40px;
}

@media screen and (max-width: 640px) {
	.graph {
		background-color: #fff;
		padding: 15% 0 15%;
		text-align: center;
	}
	.graph__ttl {
		font-size: 2.5rem;
		margin-bottom: 30px;
	}
	.graph__txt {
		font-size: 1.8rem;
		margin-bottom: 40px;
	}
	.graph__flex {
		display: block;

	}
	.graph__scale {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 45px;
	}
	.graph__annotation {
		font-size: 1.6rem;
		margin-top: 40px;
	}
}

/* ==========================================================================
 * Faq
 * ========================================================================== */
.faq {
	background: url(../images/pc/faq_bg.jpg) repeat top center;
	padding: 120px 0;
}
.faq__ttl {
	text-align: center;
	margin-bottom: 60px;
	font-size: 4rem;
}
#faq ul {
	margin-top: 20px;
}
#faq ul li+li{
	margin-top: 30px;
}
.faq__qaList dl {
	border: solid 2px #8661c5;
	background-color: #fff;
	border-radius: 10px;
}
.faq__qaList dt {
	background: url("../images/pc/faq_icon_q.png") left top no-repeat;
	background-position: 30px 50%;
	font-size: 1.8rem;
	font-weight: bold;
	color: #8661c5;
	padding: 40px 60px 40px 90px;
	position: relative;
	cursor: pointer;
}
.faq__qaList dt.open::before {
	content: "";
    margin: auto;
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 30px;
    width: 15px;
    height: 15px;
	border-top: 3px solid #8661c5;
    border-right: 3px solid #8661c5;
    transform: rotate(135deg);
}
.faq__qaList dt.close::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: -10%;
    right: 30px;
    width: 15px;
    height: 15px;
    border-top: 3px solid #8661c5;
    border-right: 3px solid #8661c5;
    transform: rotate(-45deg);
}
.faq__qaList dd {
	background: url("../images/pc/faq_icon_a.png") left top no-repeat;
	background-position: 20px 50%;
	color: #333333;
	font-size: 1.8rem;
	font-weight: 500;
    padding: 10px 30px 30px 30px;
	display: none;
}

@media screen and (max-width: 640px) {
	.faq {
		background-color: #f8f8f8;
		padding: 15% 0 10%;
	}
	.faq__ttl {
		font-size: 3rem;
		margin-bottom: 30px;
	}
	#faq ul {
		margin-top: 15px;
	}
	#faq ul li+li{
		margin-top: 30px;
	}
	.faq__qaList dl {
		border: solid 2px #8661c5;
		border-radius: 5px;
	}
	.faq__qaList dt {
		background: url("../images/pc/faq_icon_q.png") 10px 50%/24px 24px no-repeat;
		font-size: 1.6rem;
		font-weight: 500;
		color: #8661c5;
		padding: 15px 30px 15px 40px;
		position: relative;
		cursor: pointer;
	}
	.faq__qaList dt.open::before {
		content: "";
		margin: auto;
		position: absolute;
		top: 50%;
		bottom: 50%;
		right: 15px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #8661c5;
		border-right: 2px solid #8661c5;
		transform: rotate(135deg);
	}
	.faq__qaList dt.close::after {
		content: "";
		margin: auto;
		position: absolute;
		top: 0;
		bottom: -10%;
		right: 15px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #8661c5;
		border-right: 2px solid #8661c5;
		transform: rotate(-45deg);
	}
	.faq__qaList dd {
		background: url("../images/pc/faq_icon_a.png") 10px 50%/24px 24px no-repeat;
		color: #333333;
		font-size: 1.3rem;
		font-weight: 500;
		padding: 0 30px 15px 40px;
		display: none;
	}
}

/* ==========================================================================
 * company
 * ========================================================================== */
.about {
	background-color: #fff;
	padding: 115px 0 0;
}
.about__ttl {
	text-align: center;
	color: #8661c5;
	gap: 60px;
	display: flex;
	font-size: 2.7rem;
	font-weight: bold;
	margin-bottom: 75px;
	align-items: center;
}
.about__ttl p + p {
	margin-top: 0;
}
.about table {
	display: block;
	position: relative;
	font-size: 1.8rem;
	color: #000;
}
.about tbody {
	display: block;
}
.about table tr {
	display: flex;
	padding: 15px 0;
	border-bottom: solid 2px #8661c5;
}
.about table tr:first-child {
	padding-top: 0;
}
.about table tr:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.about dl {
	margin-top: 0;
}
.about table tr dd {
	padding-left: 1em;
}
.about table th {
	text-align: left;
	width: 23%;
	font-weight: bold;
	color: #8661c5;
}
.about table dl {
	padding: 0;
}
.about__map {
	margin-top: 60px;
}
.about__map iframe {
	width: 100%;
	height: 60vh;
}

@media screen and (max-width: 640px) {
	.about {
		background-color: #fff;
		padding: 20% 0 0;
	}
	.about__ttl {
		text-align: center;
		color: #8661c5;
		gap: 60px;
		display: flex;
		font-size: 2.5rem;
		font-weight: bold;
		margin-bottom: 60px;
	}
	.about__logo {
		display: none;
	}
	.about table {
		display: block;
		width: 100%;
		padding: 0;
		position: relative;
	}
	.about table tr {
		display: grid;
		padding: 20px 0;
	}
	.about table th {
		font-size: 1.8rem;
		width: 100%;
		margin-bottom: 10px;
	}
	.about table td {
		font-size: 1.6rem;
	}
	.about__map {
		margin-top: 40px;
		padding: 5%;
	}
	.about__map iframe {
		width: 100%;
		height: 35vh;
	}
}

/* ==========================================================================
 * Footer
 * ========================================================================== */
.footer {
	background-color: #fff;
	padding: 50px 0 70px;
	text-align: center;
}
.privacyPolicy {
	font-size: 1.2rem;
	display: inline-block;
}
.copyRight {
	margin-top: 20px;
	font-size: 1.2rem;
	display: inline-block;
}
@media screen and (max-width: 640px) {
	.footer {
		background-color: #fff;
		padding: 5% 0 10%;
		text-align: center;
	}
	.privacyPolicy {
		font-size: 1.2rem;
		display: inline-block;
	}
	.copyRight {
		margin-top: 20px;
		font-size: 1.2rem;
		display: inline-block;
	}
}