@charset "UTF-8";
/* ==========================================================================
 * Responsive
 * ========================================================================== */

/*PCのみ表示(640px以下非表示)*/
@media screen and (max-width: 640px) {
	.visible-pc {
		display: none !important;
	}
}

/*SPのみ表示(641px以上非表示)*/
@media screen and (min-width: 641px) {
	.visible-sp {
		display: none !important;
	}
}

/*PCのみ非表示(640px以上非表示)*/
@media screen and (min-width: 640px) {
	.hidden-pc {
		display: none !important;
	}
}

/*SPのみ非表示(641px以下非表示)*/
@media screen and (max-width: 641px) {
	.hidden-sp {
		display: none !important;
	}
}

/* ==========================================================================
 * 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.8em;
	font-size: 1.8rem;
	line-height: 1.5;
	background: #fff;
	color: #1d1d1d;
	font-weight: 500;
}
@media screen and (max-width: 640px) {
	body {
		font-size: 1.6em;
		font-size: 1.6rem;
	}
}

/* ==========================================================================
 * 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,
dl {
	margin: 0;
	padding: 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.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";
}

/* ==========================================================================
 * Text
 * ========================================================================== */
h1,
h2,
h3,
h4 {
	margin: 0;
	padding: 0;
}
b,
strong {
	font-weight: bold;
}
mark {
	background: linear-gradient(transparent 70%, #feed01 70%);
	display: inline-block;
}
small,
.txt--small {
	display: inline-block;
	font-size: 80%;
}
.txt--large {
	font-size: 130%;
}
.txt--xlarge {
	font-size: 150%;
}
@media screen and (max-width: 640px) {	
	.txt--large {
		font-size: 120%;
	}
	.txt--xlarge {
		font-size: 130%;
	}
}
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;
}
p {
	margin: 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--notes {
	color: #7f8c8d;
}
.txt--yellow {
	color: #ffe033;
}
.txt--blue {
	color: #3798a6;
}
.txt--orange {
	color: #ef874d;
}
.content__h2-style {
	font-size: 4.8rem;
	margin: 0 0 70px;
	text-align: center;
}
a.tel {
	color: #fff;
}
@media screen and (max-width: 640px) {
	.content__h2-style {
		font-size: 2.4rem;
		margin: 0 0 10%;
	}
}

/* ==========================================================================
 * Table
 * ========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/* ==========================================================================
 * Form
 * ========================================================================== */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
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;
}

/* ==========================================================================
 * Common
 * ========================================================================== */
#page-container {
	max-width: 2000px;
	margin: 0 auto;
	min-width: 920px;
}
.inner--width {
	width: 920px;
	margin: 0 auto;
}
@media screen and (min-width: 641px) {
	a:hover {
		opacity: 0.8;
	}
}
@media screen and (max-width: 640px) {
	#page-container {
		max-width: 640px;
		overflow: hidden;
		min-width: unset;
	}
	.inner--width {
		width: 100%;
	}
}
/*-------------------- 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%;
	z-index: 999;
}
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;
}
@media screen and (max-width: 640px) {
	a.backtotop {
		bottom: 30vw;
	}
}

/* ==========================================================================
 * Header
 * ========================================================================== */
.hd {
	background: #fff;
	box-shadow: 0px 5px 5px 0px #efeff0;
	padding: 10px 0;
	width: 100%;
}
.header__wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.fv {
	background: url("../images/pc/fv_bg.jpg") no-repeat top center / 100% 723px;
	padding: 40px 0 0;
	position: relative;
	text-align: center;
}
.fv::after {
	background: url("../images/pc/fv_illust.png") no-repeat;
	content: "";
	display: block;
	height: 347px;
	position: absolute;
	bottom: 153px;
	left: 50%;
	transform: translateX(-50%);
	width: 1366px;
}
.fv__txt {
	padding: 0 0 60px;
}
@media screen and (max-width: 640px) {
	.hd {
		padding: 10px 5%;
	}
	.header-logo {
		width: 110px;
	}
	.header-tel {
		width: 180px;
	}
	.fv {
		background: none;
		padding: 0;
	}
	.fv::after {
		content: none;
	}
	.fv__txt {
		padding: 0;
	}
}

/* ==========================================================================
 * CTA
 * ========================================================================== */
.cta {
	padding: 40px 0 60px;
	text-align: center;
}
.cta a,
.ft-cta a {
	display: inline-block;
	transition: transform 0.12s ease, box-shadow 0.12s ease;
	border-radius: 4px;
} 
@media screen and (min-width: 641px) {
	.cta a:hover,
	.ft-cta a:hover {
		opacity: 1;
	}

	/* 押し込み効果 */
	.cta a:hover,
	.ft-cta a:hover {
		transform: scale(0.97) translateY(3px);
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	}

	.cta a:active,
	.ft-cta a:active {
		transform: scale(0.95) translateY(5px);
		box-shadow: none;
	}
}
@media screen and (max-width: 640px) {
	.cta {
		padding: 10% 5%;
	}
	.ft-cta {
		background: #fff;
		box-shadow: 0px 0px 3px 0px #ccc;
		padding: 10px 5%;
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 999;
		display: flex;
		align-items: stretch;
	}

/* 70%側 */
.ft-cta p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  }

/* 30%側（そのままidを使う） */
#chat-floating-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  }

/* 画像共通 */
.ft-cta img {
  max-width: 100%;
  max-height: 90px;
  width: auto;
  height: auto;
  display: block;
  padding: 0 4px;
  }
}

/* ==========================================================================
 * talk__list
 * ========================================================================== */
.talk__list {
	width: 100%;
}
.talk__list li.margin-top {
	margin: 20px 0 0;
}
@media screen and (max-width: 640px) {
	.talk__list {
		padding: 0 5%;
	}
	.talk__list li {
		margin: 20px 0 0;
	}
	.talk__list li:first-child {
		margin: 0;
	}
}

/* ==========================================================================
 * trouble
 * ========================================================================== */
.trouble {
	background: url("../images/pc/talk1_bg.png") no-repeat top center;
	padding: 20px 0 0;
}
.trouble__wrap {
	background: url("../images/pc/trouble_bg.png") no-repeat top 50px center;
	position: relative;
}
.trouble__wrap::after {
	background: url("../images/pc/trouble_bg.png") no-repeat bottom center;
	content: "";
	display: block;
	position: absolute;
	bottom: -680px;
	left: 50%;
	transform: translateX(-50%);
	height: 190px;
	width: 100%;
}
.trouble__wrap p {
	margin: 0 0 80px;
}
@media screen and (max-width: 640px) {
	.trouble {
		background: url("../images/sp/talk1_bg.png") no-repeat top center / 100%;
		padding: 10% 0 0;
	}
	.trouble__wrap {
		background: url("../images/sp/trouble_bg.png") no-repeat top 30px center / 100%;
		margin: 20px 0 0;
	}
	.trouble__wrap::after {
		content: none;
	}
	.trouble__wrap p {
		margin: 0 5% 40px;
	}
}

/* ==========================================================================
 * fx_image
 * ========================================================================== */
.fx_image {
	background: url("../images/pc/fx_image_bg.jpg") #e9e9e9 no-repeat top center;
}
.fx_image > div {
	position: relative;
}
.fx_image > div::after {
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #eaeaea;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
}
.fx_image h2 {
	margin: 0 0 0 -70px;
	position: relative;
	z-index: 1;
}
.fx_image p {
	margin: 0 -40px 0 0;
}
@media screen and (max-width: 640px) {
	.fx_image > div:after {
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-top: 30px solid #eaeaea;
		content: "";
		display: block;
		height: 0;
		position: absolute;
		bottom: -30px;
		left: 50%;
		transform: translateX(-50%);
		width: 0;
	}
	.fx_image h2 {
		margin: -30vw 5% 20px;
		position: relative;
	}
	.fx_image p {
		margin: 0;
	}
}

/* ==========================================================================
 * beginner
 * ========================================================================== */
.beginner {
	background: url("../images/pc/beginner.jpg") no-repeat center top;
	padding: 0 0 90px;
	text-align: center;
}
.beginner p {
	padding: 70px 0 0;
}
.beginner p span {
	padding: 20px 0 0;
}
@media screen and (max-width: 640px) {
	.beginner {
		background: url("../images/sp/beginner_bg.jpg") no-repeat center top / 100%;
		padding: 60px 5% 10%;
		text-align: left;
	}
	.beginner p {
		padding: 0;
	}
	.beginner p + p {
		padding: 30px 0 0;
	}
}

/* ==========================================================================
 * reason
 * ========================================================================== */
.reason {
	background: #7aced9;
	margin: 80px 0 0;
	padding: 80px 0;
}
.reason h2 {
	color: #fff;
}
.reason-point li {
	margin: 0 0 20px;
}
.reason-point li:nth-child(2) {
	margin: 0 -90px 30px 0;
}
.reason-point li:last-child {
	margin: 0 0 40px -42px;
}
.reason_what {
	margin: 60px 0 40px;
}
@media screen and (max-width: 640px) {
	.reason {
		margin: 10% 0 0;
		padding: 10% 0;
	}
	.reason-point {
		padding: 0 5%;
	}
	.reason-point li:nth-child(2) {
		margin: 0 0 20px;
	}
	.reason-point li:last-child {
		margin: 0 0 40px;
	}
	.reason_what {
		margin: 20px 5% 30px;
	}
}

/* ==========================================================================
 * conclusion
 * ========================================================================== */
.conclusion {
	padding: 80px 0 40px;
	text-align: center;
}
.conclusion h2 {
	margin: 0 0 60px;
}
.conclusion p + p {
	margin: 40px 0 0;
}
@media screen and (max-width: 640px) {
	.conclusion {
		padding: 10% 5% 0;
	 }
	 .conclusion h2 {
		 margin: 0 0 40px;
	 }
	 .conclusion p + p {
		 margin: 20px 0 0;
	 }
}

/* ==========================================================================
 * reason2
 * ========================================================================== */
.reason2 {
	background: url("../images/pc/reason_bg.jpg") #85d9e5 no-repeat top center;
	padding: 80px 0 0;
}
.reason2 h2 {
	color: #fff;
	margin: 0 -40px -30px 0;
	text-align: right;
}
.reason2 p {
	margin: 0 0 50px;
	text-align: center;
}
.reason2 p span {
	color: #fff;
	font-weight: normal;
	padding: 40px 0 0;
}
.reason2 p.reason_results {
	margin: 0 -160px 0 0;
	padding: 40px 0 0;
}
@media screen and (max-width: 640px) {
	.reason2 {
		background: url("../images/sp/reason_bg.jpg") #85d9e5 no-repeat top center / 100%;
		padding: 10% 0;
	}
	.reason2 h2 {
		margin: 0 0 -20px;
		padding: 0 0 0 5%;
	}
	.reason2 p {
		margin: 0;
	}
	.reason2 p + p {
		margin: 0 1% 0 1%;
	}
	.reason2 p + p + p {
		margin: 20px 5% 20px;
	}
	.reason2 p span {
		padding: 20px 0 0;
	}
	.reason2 .talk__list li {
		margin: 0;
	}
	.reason2 p.reason_results {
		margin: 0;
		padding: 30px 5% 0;
	}
}

/* ==========================================================================
 * voice
 * ========================================================================== */
.voice {
	background: #f4f4f4;
	margin: 0 0 40px;
	padding: 80px 0;
}
.voice h2 {
	font-size: 4.8rem;
	text-align: center;
	line-height: 1;
}
.voice h2 .txt--small {
	font-size: 70%;
}
.voice h2 + p {
	display: block;
	text-align: center;
	margin: 10px 0 0;
}
.voice .voice__list {
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}
.voice .voice__list li:first-child,
.voice .voice__list li:nth-child(2) {
	margin: 0 0 -20px;
}
.voice .voice__list + p {
	margin: 20px 0 40px;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.voice {
		margin: 0;
		padding: 10% 5%;
	}
	.voice h2 {
		font-size: 2.4rem;
	}
	.voice .voice__list {
		display: block;
		margin: 20px 0 0;
	}
	.voice .voice__list li:first-child,
	.voice .voice__list li:nth-child(2) {
		margin: 0;
	}
}

/* ==========================================================================
 * flow
 * ========================================================================== */
.flow {
	background: #f4f4f4;
	padding: 80px 0 0;
}
.flow p {
	text-align: center;
}
.flow p span {
	padding: 20px 0 0;
}
.flow .bg-circle {
	overflow: hidden;
}
.flow .bg-circle div {	
	background: #fff;
	border-top-left-radius: 50% 100%;
	border-top-right-radius: 50% 100%;
	height: 200px;
	margin: 80px -100px 0;
	padding: 0 100px;
}
@media screen and (max-width: 640px) {
	.flow {
		padding: 10% 0 0;
	}
	.flow p {
		padding: 5%;
	}
	.flow p span {
		text-align: left;
	}
	.flow .bg-circle div {
		border-top-left-radius: 50%;
		border-top-right-radius: 50%;
		height: 100px;
		margin: 60px -100px 0;
	}
}

/* ==========================================================================
 * continue
 * ========================================================================== */
.continue {
	margin: -80px 0 160px;
}
.continue h2 + p {
	margin: -120px -40px 0 0;
	text-align: right;
}
.continue h2 + p + p {
	margin: -30px 0 0;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.continue {
		margin: -40px 5% 80px;
	}
	.continue h2 {
		margin: 0 0 5%;
	}
	.continue h2 + p {
		margin: 0;
	}
	.continue h2 + p + p {
		margin: 40px 0 0;
	}
}

/* ==========================================================================
 * question
 * ========================================================================== */
.question {
	background: #fffdf5;
	padding: 80px 0;
}
.question__list dt {
	border-radius: 10px;
	color: #fff;
	font-size: 2.4rem;
	margin: 0 0 20px;
	padding: 18px 30px 18px 93px;
}
.question__list dt.q1 {
	background: url("../images/pc/q1.png") #3798a6 no-repeat left;
}
.question__list dt.q2 {
	background: url("../images/pc/q2.png") #3798a6 no-repeat left;
}
.question__list dt.q3 {
	background: url("../images/pc/q3.png") #3798a6 no-repeat left;
}
.question__list dt.q4 {
	background: url("../images/pc/q4.png") #3798a6 no-repeat left;
}
.question__list dd {
	background: url("../images/pc/a.png") no-repeat left center;
	display: none;
	margin: 0 0 40px 20px;
	min-height: 40px;
	padding: 0 0 0 60px;
}
.question__list dt span {
	cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.question__list dt span::after {
    content: "›";
    display: inline-block;
    font-size: 2.4rem;
    line-height: 1;
    flex-shrink: 0;
    margin-left: 10px;
    transition: transform 0.3s ease;
    transform: rotate(90deg);
}
.question__list dt span.open::after {
    transform: rotate(-90deg);
}
@media screen and (max-width: 640px) {
	.question {
		padding: 10% 5%;
	}
	.question__list dt {
		font-size: 1.6rem;
		margin: 0 0 20px;
		padding: 18px 30px 18px 60px;
	}
	.question__list dt.q1 {
		background: url("../images/sp/q1.png") #3798a6 no-repeat left top / 60px;
	}
	.question__list dt.q2 {
		background: url("../images/sp/q2.png") #3798a6 no-repeat left top / 60px;
	}
	.question__list dt.q3 {
		background: url("../images/sp/q3.png") #3798a6 no-repeat left top / 60px;
	}
	.question__list dt.q4 {
		background: url("../images/sp/q4.png") #3798a6 no-repeat left top / 60px;
	}
	.question__list dd {
		background: url("../images/sp/a.png") no-repeat left top / 30px;
		margin: 0 0 20px 20px;
		padding: 0 0 0 50px;
	}
}

 /* ==========================================================================
  * company
  * ========================================================================== */
.company {
	background: #3798a6;
	color: #fff;
	padding: 80px 0;
}
.company dl {
	background: url("../images/pc/company_pic.png") no-repeat left top;
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 0 232px;
}
.company dl dt {
	margin: 0 0 20px;
	padding: 5px 0;
	width: 120px;
}
.company dl dd {
	border-left: 2px solid #ffe65e;
	margin: 0 0 20px 20px;
	padding: 0 0 0 20px;
	width: calc(100% - 142px);
}
@media screen and (max-width: 640px) {
	.company {
		padding: 10% 5%;
	}
	.company dl {
		background: none;
		padding: 0;
	}
	.company dl dt {
		margin: 0 0 30px;
		padding: 5px 0;
		width: 80px;
	}
	.company dl dd {
		margin: 0 0 30px;
		width: calc(100% - 102px);
	}
}

 /* ==========================================================================
  * readme
  * ========================================================================== */
.readme {
	background: #e1e1e1;
	padding: 80px 0;
}
.readme div {
	background: #fff;
	border-radius: 10px;
	padding: 40px;
}
.readme h2 {
	background: url("../images/pc/readme_ic.png") no-repeat left 50px center;
	margin: 0 0 40px;
}
@media screen and (max-width: 640px) {
	.readme {
		padding: 10% 5%;
	}
	.readme div {
		padding: 5%;
	}
	.readme h2 {
		background: url("../images/sp/readme_ic.png") no-repeat top center / 30px;
		margin: 0 0 20px;
		padding: 30px 0 0;
	}
}


 /* ==========================================================================
  * ft
  * ========================================================================== */
.footer {
	padding: 100px 0;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.footer {
		padding: 20% 0 40%;
	}
}

/* ==========================================================================
 * Scroll Animations
 * ========================================================================== */

/* 共通：アニメーション前の初期状態 */
.anim-fade-left,
.anim-fade-right,
.anim-fade-up,
.anim-bounce-top {
	opacity: 0;
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.anim-fade-left  { transform: translateX(-40px); }
.anim-fade-right { transform: translateX(40px); }
.anim-fade-up    { transform: translateY(20px); }
.anim-bounce-top { transform: translateY(-60px); }

/* 発火後 */
.anim-fade-left.is-visible,
.anim-fade-right.is-visible,
.anim-fade-up.is-visible {
	opacity: 1;
	transform: translateX(0) translateY(0);
}

.anim-bounce-top.is-visible {
	opacity: 1;
	animation: bounceFromTop 0.7s cubic-bezier(0.28, 0.84, 0.42, 1) forwards;
}

@keyframes bounceFromTop {
	0%   { transform: translateY(-60px); opacity: 0; }
	60%  { transform: translateY(12px);  opacity: 1; }
	80%  { transform: translateY(-6px); }
	100% { transform: translateY(0); }
}