@charset "UTF-8";

/*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 {
	background-color: #fff;
	font-family: 'Noto Sans JP',"Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, sans-serif;
	font-size: 2rem;
	line-height: 1.8;
	line-break: strict;
	min-width: 920px;
	margin: 0 auto;
	transform-origin: 0 0;
}
@media screen and (max-width: 640px) {
	body {
		max-width: 640px;
		min-width: inherit;
	}
}
/* ==========================================================================
 * 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: #000;
	text-decoration: none;
}
a:active, a:hover {
	outline: 0;
}
/* ==========================================================================
 * Embedded
 * ========================================================================== */
img {
	border: 0;
	vertical-align: top;
}
@media screen and (max-width: 640px) {
	img {
		width: 100%;
	}
}
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;
}
/* ==========================================================================
 * Arrow
 * ========================================================================== */
.arrow{
	background: url("../images/arrow.png") no-repeat bottom center;
	padding: 0 0 100px;
}
/* ==========================================================================
 * Text
 * ========================================================================== */
b, strong {
	font-weight: bold;
}
mark {
	background: #ff0;
	color: #000;
}
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;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}
h2.h2_tl {
	color: #435e7c;
	font-size: 4rem;
	text-align: center;
}
@media screen and (max-width: 640px) {
	h2.h2_tl {
		font-size: 2.6rem;
	}
}
.txt--left {
	text-align: left;
}
.txt--center {
	text-align: center;
}
.txt--right {
	text-align: right;
}
.txt--unbold {
	font-weight: normal;
}
.txt--xsmall {
	font-size: 50%;
}
small, .txt--small {
	font-size: 80%;
}
.txt--large {
	font-size: 2.2rem;
}
.txt--xlarge {
	font-size: xx-large;
}
.txt--blue {
	color: #31afd5;
}
.txt--yellow {
	color: #fdf000;
}
.txt--bold {
	font-weight: bold;
}
.txt--line {
	background: linear-gradient(transparent 60%, #ecf5fb 60%);
}
.txt--line2 {
	background: #fff100;
	padding: 0 2px;
}
.txt--english {
	font-family: 'Roboto';
}
.txt--notes {
	font-size: 1.2rem;
	color: #7f8c8d;
}
/* ==========================================================================
 * Spacer
 * ========================================================================== */
.mg--top10 {
	margin-top: 10px;
}
.mg--top20 {
	margin-top: 20px;
}
.mg--top30 {
	margin-top: 30px;
}
.mg--top40 {
	margin-top: 40px;
}
.mg--top50 {
	margin-top: 50px;
}
.mg--top60 {
	margin-top: 60px;
}
.mg--top70 {
	margin-top: 70px;
}
.mg--top110 {
	margin-top: 110px;
}
.mg--btm10 {
	margin-bottom: 10px;
}
.mg--btm20 {
	margin-bottom: 20px;
}
.mg--btm30 {
	margin-bottom: 30px;
}
.mg--btm40 {
	margin-bottom: 40px;
}
.mg--btm50 {
	margin-bottom: 50px;
}
.pd--btm10 {
	padding-bottom: 10px;
}
.pd--btm20 {
	padding-bottom: 20px;
}
.pd--btm30 {
	padding-bottom: 30px;
}
.pd--btm40 {
	padding-bottom: 40px;
}
.pd--btm50 {
	padding-bottom: 50px;
}
.pd--top110 {
	padding-top: 110px;
}
/* ==========================================================================
 * Common
 * ========================================================================== */
#page__container {
	max-width: 2000px;
	margin: 0 auto;
}
.inner--width {
	width: 920px;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
	#page__container {
		max-width: 640px;
		margin: 0 auto;
	}
	.inner--width {
		width: 100%;
	}
}
/*-------------------- Float Btn --------------------*/
.contact_btn {
	position: fixed;
	bottom: 70px;
	right: 2%;
	z-index: 998;
}
/*-------------------- Back to Top --------------------*/
a.backtotop {
	position: fixed;
	bottom: 15px;
	right: 2%;
	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: 998;
}
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;
}
/* ==========================================================================
 * CTA
 * ========================================================================== */
.cta {
	background: #1a90b6;
	padding: 40px 0;
	text-align: center;
}
.cta a {
	display: block;
}
@media screen and (max-width: 640px) {
	.cta {
		padding: 40px 5%;
	}
}
/* ==========================================================================
 * Hd
 * ========================================================================== */
.hd__list--top {
	background: #fff;
	display: flex;
	justify-content: space-between;
	padding: 5px 0;
}
.hd__list--top li:first-child img {
	width: 115px;
}
.copy__box {
	background: url("../images/kv_pic.jpg") no-repeat top center;
	min-height: 585px;
}
.copy__box .h1 {
	margin: 0 auto 0 0;
	padding: 80px 0 0;
	text-align: center;
	width: 484px;
}
.copy__box .hd-example,
.copy__box .hd__cta {
	margin: 0 auto 0 0;
	padding: 40px 0 0;
	text-align: center;
	width: 484px;
}
.copy__box .hd__cta a {
	display: block;
}
@media screen and (max-width: 640px) {
	.hd__list--top {
		box-shadow: 0 3px 0 0 rgba(0,0,0,0.1);
		padding: 3% 0 3% 6%;
		position: fixed;
		z-index: 999;
	}
	.copy__box {
		background: #f7f7f7;
		min-height: auto;
		margin: 0 0 10%;
		padding: 9% 0 0;
	}
	.copy__box .h1 {
		padding: 40px 0 0;
		width: 100%;
	}
	.copy__box .hd-example {
		background: url("../images/kv_pic_sp.png") no-repeat bottom / 100%;
		padding: 5% 20% 75%;
		width: 100%;
	}
	.copy__box .hd__cta {
		padding: 5% 5% 0;
		width: 100%;
	}
	/* hamburger menu */
	.menu__btn {
		align-items: center;
		position: fixed;
		top: 2vw;
		right: 10px;
		display: flex;
		height: 30px;
		justify-content: center;
		padding: 30px;
		z-index: 90;
		width: 30px;
	}
	.menu__btn span,
	.menu__btn span:before,
	.menu__btn span:after {
		content: '';
		background: #34aed7;
		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: 80;
		transition: all 0.5s;
		width: 100%;
	}
	#menu__btn--check:checked ~ .gnavi__hamburger-menu {
		left: 0;
	}
	.gnavi__hamburger-menu ul {
		padding: 70px 10px 0;
	}
	.gnavi__hamburger-menu ul li {
		border-bottom: solid 1px #34aed7;
		list-style: none;
		padding: 0 0 0 3%;
	}
	.gnavi-contact,
	.gnavi-tel {
		background: #fff100;
		color: #34aed7;
	}
	.gnavi__hamburger-menu ul li a {
		box-sizing: border-box;
		color: #34aed7;
		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 #34aed7;
		border-right: solid 2px #34aed7;
		content: "";
		height: 7px;
		transform: rotate(45deg);
		position: absolute;
		right: 11px;
		top: 26px;
		width: 7px;
	}
	/* /hamburger menu */
}
/* ==========================================================================
 * Gnavi(PC)
 * ========================================================================== */
.gnavi {
	background: #34aed7;
	font-size: 1.6rem;
}
.gnavi__list {
	display: flex;
}
.gnavi__list--fst {
	padding: 0 0 10px;
}
.gnavi__list--fst li {
	display: inline-block;
	position: relative;
	margin: 0 40px 0 0;
	padding: 5px 0 0;
}
.gnavi__list--fst a {
	color: #fff;
	display: block;
	width: 100%;
}
.gnavi__list--fst a::after {
	content: "　>";
	color: #fff;
	position: absolute;
	top: 5px;
	bottom: 0;
	right: -20px;
}
.gnavi__list--fst a:hover,
.gnavi__list--fst a:hover::after {
	animation: fadeInAnime .4s forwards;
}
@keyframes fadeInAnime{
  from {
	color: #fff;
  }

  to {
	color: #fff100;
  }
}
.gnavi__list > li:last-child,
.gnavi__list > li:last-child p {
	display: flex;
}
.gnavi__list > li:last-child a {
	align-items: center;
	background: #fff100;
	color: #33aed7;
	display: flex;
	font-size: large;
	padding: 20px 50px 20px 20px;
	white-space: nowrap;
}
.navilink-arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.navilink-arrow::before,
.navilink-arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.navilink-arrow--right::before {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #33aed7;
}
.navilink-arrow--right::after {
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.gnavi span {
	padding: 0 0 0 10px;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
	z-index: 998;
    width: 100%;
}
/* ==========================================================================
 * Problem
 * ========================================================================== */
.problem {
	background: url("../images/problem_bg.jpg") no-repeat top center;
	padding: 110px 0 53px;
}
.problem__list {
	display: flex;
	justify-content: space-between;
	margin: 60px 0 0;
}
@media screen and (max-width: 640px) {
	.problem {
		background: url("../images/problem_bg_sp.jpg") no-repeat top / 100%;
		padding: 60px 0 53px;
	}
	.problem__list {
		display: block;
		margin: 0;
		padding: 0 5%;
	}
	.problem__list li {
		margin: 30px 0 0;
	}
}
/* ==========================================================================
 * Solution
 * ========================================================================== */
.solution h2 {
	background: url("../images/solution_bg.jpg") no-repeat center top;
	color: #fff;
	font-size: 4rem;
	padding: 50px 0 110px;
	text-align: center;
}
.solution_summary {
	padding: 80px 0 0 ;
	text-align: center;
}
.solution_point {
	padding: 60px 0 0 ;
	text-align: center;
}
.solution_point dt {
	color: #435e7b;
	display: inline-block;
	font-size: 3.2rem;
	font-weight: bold;
	padding: 0 80px;
	position: relative;
	text-align:center;
}
.solution_point dt::before,
.solution_point dt::after {
	content: '';
	width: 20px;
	height: 100%;
	position: absolute;
}
.solution_point dt::before {
	border-left: solid 1px #595757;
	border-top: solid 1px #595757;
	border-bottom: solid 1px #595757;
	top: 0;
	left: 0;
}
.solution_point dt::after {
	border-right: solid 1px #595757;
	border-top: solid 1px #595757;
	border-bottom: solid 1px #595757;
	top: 0;
	right: 0;
}
.solution_point dd ul {
	display: flex;
	justify-content: center;
	padding: 110px 0 0;
}
.solution_point dd ul li:first-child {
	margin: 0 80px 0 0;
}
.solution_point dd ul img {
	width: 400px;
}
/* point */
.solution__list {
	background: #ecf5f9;
	margin: -200px 0 0;
	padding: 290px 0 0;
}
.solution__list > li {
	padding: 0 0 160px;
}
.solution__list > li:last-child {
	padding: 0 0 60px;
}
.solution__tl--left {
	background: url("../images/solution_tl_bg_left.png") no-repeat top center;
	padding: 50px 0 120px;
}
.solution__tl--left span,
.solution__tl--right span {
	display: block;
}
.solution__tl--right {
	background: url("../images/solution_tl_bg_right.png") no-repeat top center;
	padding: 50px 0 120px;
}
.solution__list-txt {
	background: #d2ecf4;
	border-radius: 5px;
	color: #34aed7;
	margin: -80px auto 0;
}
.solution__list-txt span span {
	display: block;
	margin: 20px 0 0;
}
.solution__list li:first-child .solution__list-txt-bg {
	background: url("../images/solution_list1_logo.png") no-repeat top 50% right 40px / 420px;
	display: block;
	padding: 80px 480px 80px 40px;
}
.solution__list li:last-child .solution__list-txt-bg {
	background: url("../images/solution_list2_pic.png") no-repeat top 50% right 40px / 420px;
	display: block;
	padding: 80px 480px 80px 40px;
}
.solution__subtl {
	color: #435e7b;
	font-size: 3.2rem;
	font-weight: bold;
	margin: 70px 0 0;
	padding: 0 80px;
	text-align:center;
}
.solution-type {
	display: flex;
	justify-content: space-between;
	padding: 60px 0 0;
}
.solution-type img {
	width: 290px;
}
.solution-example__list {
	color: #595757;
	padding: 40px 0 0;
}
.solution_point1 {
	position: relative;
}
.solution_point1::after {
	background: url("../images/solution_point1_icon1.png") no-repeat bottom left;
	content: "";	
    display: block;
    height: 230px;
    position: absolute;
    bottom: -25px;
    left: -30px;
    width: 130px;
}
.solution_point1::before {
	background: url("../images/solution_point1_icon2.png") no-repeat bottom right;
	content: "";	
    display: block;
    height: 124px;
    position: absolute;
    bottom: -10px;
    right: -20px;
    width: 77px;
	z-index: 1;
}
.solution_point__tl--bg {
	background: url("../images/solution_point_tl_bg.png") no-repeat center;
	color: #fff;
	font-size: 2.6rem;
	padding: 50px 0 30px;
	position: relative;
	text-align: center;
	z-index: 1;
}
.solution_point__content {
	background: #fff;
	border-radius: 5px;
	filter: drop-shadow(0 0 2px rgba(0,0,0,0.2));
	margin: -60px 0 0;
	padding: 40px;
}
.solution_point__redcup {
	background: url("../images/solution_point1_img.jpg") no-repeat right;
	padding: 40px 240px 40px 40px;
}
.solution_point-voice h5 {
	margin: 0 0 -20px;
	text-align: center;
}
.solution_point-voice dl {
	border: 1px solid #34aed7;
	padding: 40px;
}
.solution_point-voice dl dt::after {
	border-bottom: 1px solid #34aed7;
	content: "";
	display: block;
	margin: 0 0 20px;
	padding: 0 0 20px;
	width: 70px;
}
.solution_point-voice dl dd p {
	margin: 10px 0 0;
}
dd.solution_point-voice1__bg {
	background: url("../images/solution_point1_voice.jpg") no-repeat right;
	padding: 0 245px 0 0;
}
.solution_point2 {
	margin: 50px 0 0;
	position: relative;
}
.solution_point2::after {
	background: url("../images/solution_point2_icon.png") no-repeat bottom right;
	content: "";	
    display: block;
    height: 151px;
    position: absolute;
    bottom: 0;
    right: -10px;
    width: 99px;
}
.solution_point__sns {
	background: url("../images/solution_point2_img.jpg") no-repeat right;
	padding: 40px 240px 40px 40px;
}
dd.solution_point-voice2__bg {
	background: url("../images/solution_point2_voice.jpg") no-repeat right;
	padding: 0 350px 0 0;
}
.solution_point3 {
	margin: 50px 0 0;
	position: relative;
}
.solution_point3::after {
	background: url("../images/solution_point3_icon.png") no-repeat bottom right;
	content: "";	
    display: block;
    height: 133px;
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 105px;
}
.solution_point__partner {
	background: url("../images/solution_point3_img.jpg") no-repeat right;
	padding: 40px 240px 40px 40px;
}
dd.solution_point-voice3__bg {
	background: url("../images/solution_point3_voice.jpg") no-repeat right;
	padding: 0 270px 0 0;
}
.solution_point4 {
	margin: 50px 0 0;
}
.solution_point__customize {
	background: url("../images/solution_point4_img.jpg") no-repeat right;
	padding: 80px 240px 40px 40px;
}
.solution_structure__list dt {
	background: #ecf5fa;
	border: 1px solid #34aed7;
	color: #34aed7;
	padding: 10px;
	text-align: center;
}
.solution_structure__list dd {
	padding: 40px 0 60px;
}
.solution_structure__list li:last-child dd {
	padding: 40px 0 0;
}
/* /point */
@media screen and (max-width: 640px) {
	.solution h2 {
		background: url("../images/solution_bg_sp.jpg") #000 no-repeat top / 100%;
		font-size: 2.6rem;
		padding: 20px 0;
	}
	.solution_summary::before {
		background: url("../images/solution_bg_arrow_sp.jpg") no-repeat top / 100%;
		content: "";
		display: block;
		padding: 15% 0 0;
	}
	.solution_summary {
		padding: 0 5%;
	}
	.solution_point {
		padding: 40px 5% 0 ;
	}
	.solution_point dt {
		display: block;
		font-size: 2.2rem;
		padding: 0;
	}
	.solution_point dd ul {
		display: block;
		padding: 60px 0;
	}
	.solution_point dd ul li:first-child {
		margin: 0 0 40px;
	}
	.solution_point dd ul img {
		width: 100%;
	}
	/* point */
	.solution__list {
		margin: -200px 0 0;
		padding: 250px 0 0;
	}
	.solution__list > li {
		background: #ecf5fa;
		padding: 0 0 60px;
	}
	.solution__list > li:last-child {
		padding: 0 0 40px;
	}
	.solution__tl--left {
		background: none;
		padding: 0;
	}
	.solution__tl--right {
		background: none;
		padding: 0;
	}
	.solution__list-txt {
		margin: 0;
		line-height: 1.6;
		padding: 0 5% 5%;
	}
	.solution__list-spbg {
		padding: 0 5% 5%;
	}
	.solution__list li:first-child .solution__list-txt-bg {
		background: url("../images/solution_list1_logo.png") no-repeat bottom / 100%;
		padding: 0 5% 55%;
	}
	.solution__list li:last-child .solution__list-txt-bg {
		background: url("../images/solution_list2_pic.png") no-repeat bottom / 100%;
		padding: 0 5% 55%;
	}
	.solution__subtl {
		font-size: 2.6rem;
		margin: 40px 0 0;
		padding: 0 5%;
	}
	.solution-type {
		display: block;
		padding: 40px 0 0;
	}
	.solution-type li {
		margin: 20px 0 0;
	}
	.solution-type li:first-child {
		margin: 0;
	}
	.solution-type img {
		width: 100%;
	}
	.solution-example__list {
		padding: 20px 0 0;
	}
	.solution_point1 {
		position: relative;
	}
	.solution_point1::after {
		background: url("../images/solution_point1_icon1.png") no-repeat bottom left / 50%;
		width: 40%;
	}
	.solution_point1::before {
		background: url("../images/solution_point1_icon2.png") no-repeat bottom right / 50%;
		right: -10px;
		width: 30%;
	}
	.solution_point__tl--bg {
		background: none;
		padding: 40px 0 0;
	}
	.solution_point__content {
		margin: 0;
		padding: 10% 5% 5%;
	}
	.solution_point__redcup {
		background: url("../images/solution_point1_img_sp.jpg") no-repeat top / 70%;
		padding: 45% 5% 20px;
	}
	.solution_point-voice h5 {
		margin: 0 5% -20px;
	}
	.solution_point-voice dl {
		padding: 15% 10% 10%;
	}
	.solution_point-voice dt {
		font-size: 1.6rem;
		font-weight: bold;
	}
	dt.solution_point-voice1__bg {
		background: url("../images/solution_point1_voice_sp.jpg") no-repeat top / 70%;
		padding: 90% 0 0;
	}
	dd.solution_point-voice1__bg {
		background: none;
		padding: 0;
	}
	.solution_point2 {
		margin: 0;
	}
	.solution_point2::after {
		background: url("../images/solution_point2_icon.png") no-repeat bottom right / 80%;
		height: 300px;
		right: -10px;
		width: 30%;
	}
	.solution_point__sns {
		background: url("../images/solution_point2_img.jpg") no-repeat top / 70%;
		padding: 45% 5% 20px;
	}
	dt.solution_point-voice2__bg {
		background: url("../images/solution_point2_voice_sp.jpg") no-repeat top / 100%;
		padding: 60% 0 0;
	}
	dd.solution_point-voice2__bg {
		background: none;
		padding: 0;
	}
	.solution_point3 {
		margin: 0;
	}
	.solution_point3::after {
		background: url("../images/solution_point3_icon.png") no-repeat bottom left / 80%;
		height: 300px;
		bottom: -20px;
		left: -10px;
		width: 30%;
	}
	.solution_point__partner {
		background: url("../images/solution_point3_img_sp.jpg") no-repeat top / 70%;
		padding: 50% 5% 20px;
	}
	dl.solution_point-voice3__wrap {
		padding: 15% 10% 20%;
	}
	dt.solution_point-voice3__bg {
		background: url("../images/solution_point3_voice_sp.jpg") no-repeat top / 100%;
		padding: 60% 0 0;
	}
	dd.solution_point-voice3__bg {
		background: none;
		padding: 0;
	}
	.solution_point4 {
		margin: 0;
	}
	.solution_point__customize {
		background: url("../images/solution_point4_img_sp.jpg") no-repeat top / 70%;
		padding: 75% 5% 20px;
	}
	.solution_structure__list dt {
		margin: 0 0 20px;
		padding: 5px 10px;
		text-align: center;
	}
	.solution_structure__list dt span {
		display: block;
		position: relative;
	}
	.solution_structure__list dt span::after {
		display: inline-block;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	.solution_structure__list dt.plus span::after {
		content: "+";
	}
	.solution_structure__list dt.minus span::after {
		content: "-";
	}
	.solution_structure__list dd {
		display: none;
		padding: 20px 0 40px;
	}
	.solution_structure__list li:last-child dd {
		padding: 20px 0 0;
	}
/* /point */
}
/* ==========================================================================
 * Result
 * ========================================================================== */
.result h2 {
	background: url("../images/result_bg_top.jpg") no-repeat top center;
	padding: 100px 0 130px;
	text-align: center;
}
.result__content {
	text-align: center;
}
.result__content h3 {
	color: #435e7b;
	font-size: 3rem;
	margin: 100px 0 0;
}
.result__content li {
	margin: 100px 0 0 50px;
}
.result__content ul + p {
	background: url("../images/result_bg_btm.jpg") no-repeat bottom center;
	padding: 100px 0;
}
@media screen and (max-width: 640px) {
	.result h2 {
		background: none;
		padding: 0;
	}
	.result__content {
		text-align: center;
	}
	.result__content h3 {
		font-size: 2rem;
		margin: 40px 0 0;
	}
	.result__content li {
		margin: 40px 5% 0;
	}
	.result__content ul + p {
		background: none;
		padding: 0;
	}
}
/* ==========================================================================
 * Merit
 * ========================================================================== */
.merit {
	background: #d1ecf3;
	padding: 100px 0 0;
}
.merit .merit__list {
	display: flex;
	justify-content: center;
	margin: 60px 0;
}
.merit__list li {
	color: #595757;
	margin: 0 20px 0 0;
	width: 310px;
}
.merit__list li:last-child {
	margin: 0;
}
.merit__list li dd {
	margin: 20px 0 0;
}
.merit-checklist {
	background: #fff;
}
.merit-checklist dt {
	background: #34aed7;
	color: #fff;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	padding: 40px 0;
	position: relative;
}
.merit-checklist dt::after{
	background: #34aed7;
	content: "";
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	display: block;
	height: 50px;
	position: absolute;
	bottom: -20px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 500px;
}
.merit-checklist dt span {
	background: #fff;
	color: #34aed7;
	display: inline-block;
	font-size: 2.6rem;
	padding: 5px;
}
.merit-checklist dd {
	margin: 60px 0 0;
}
.merit-checklist ul {
	background: #ecf5f9;
	padding: 40px;
}
.merit-checklist ul li label {
	color: #435d7b;
	display: flex;
	font-weight: bold;
	margin: 10px 0 0;
}
.merit-checklist ul li span.icon {
	cursor: pointer;
	display: block;
	background: #ccc;
	padding: 20px 30px;
	position: relative;
}
.merit-checklist ul li span.icon::after {
	border-left: 5px solid #fff;
	border-bottom: 5px solid #fff;
	content: "";
	display: block;
	height: 15px;
	position: absolute;
	top: calc(50% - 15px);
	left: 50%;
	transform: rotate(-45deg) translateY(-50%) translateX(-50%);
	width: 30px;
}
.merit-checklist ul li span.txt {
	background: #fff;
	border: 1px solid #ccc;
	cursor: pointer;
	display: block;
	padding: 10px 20px 10px;
	width: 100%;
}
.merit-checklist ul li.active span.icon {
	display: block;
	background: #34aed7;
	padding: 20px 30px;
	position: relative;
}
.merit-checklist ul li.active span.txt {
	background: #fff;
	border: 1px solid #34aed7;
	cursor: pointer;
	display: block;
	padding: 10px 20px 10px;
	width: 100%;
}
.merit-checklist input {
	display: none;
}
.merit-checklist dd:last-child {
	padding: 0 0 100px;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.merit {
		padding: 60px 0 0;
	}
	.merit .merit__list {
		display: block;
		margin: 40px 0;
	}
	.merit__list li {
		margin: 0 0 40px;
		padding: 0 5%;
		width: 100%;
	}
	.merit__list li:last-child {
		margin: 0;
	}
	.merit-checklist dt {
		font-size: 2.6rem;
		line-height: 1.8;
	}
	.merit-checklist dt::after{
		width: 200px;
	}
	.merit-checklist dd {
		font-size: 1.6rem;
		margin: 40px 0 0;
	}
	.merit-checklist ul {
		background: #fff;
		padding: 0 5%;
	}
	.merit-checklist dd:last-child {
		padding: 20px 5% 40px;
	}
}
/* ==========================================================================
 * Recruit
 * ========================================================================== */
.recruit h2 {
	margin: 0 0 40px;
}
.recruit--bg {
	background: #f7f7f7;
	box-shadow: 0 0 0 4px #f7f7f7, 12px 12px 0 0 #fff, 12px 12px 0 2px #99d6eb;
	margin: 100px auto 200px;
	padding: 40px 80px;
	position: relative;
}
.recruit--bg::after {
	background: url("../images/recruit_pic2.png") no-repeat left bottom;
	content: "";
	display: block;
	height: 161px;
	position: absolute;
	bottom: -120px;
	left: -150px;
	width: 242px;
}
.recruit p {
	background: url("../images/recruit_pic1.jpg") no-repeat left / 280px;
	padding: 50px 0 50px 320px;
}
@media screen and (max-width: 640px) {
	.recruit {
		padding: 0 5%;
	}
	.recruit h2 {
		margin: 0 0 40px;
	}
	.recruit--bg {
		margin: 40px 0 60px;
		padding: 40px 5%;
		position: relative;
	}
	.recruit--bg::after {
		content: none;
	}
	.recruit p {
		background: url("../images/recruit_pic1.jpg") no-repeat top / 100%;
		padding: 75% 0 0;
	}
}
/* ==========================================================================
 * Flow
 * ========================================================================== */
.flow {
	background: url("../images/flow_bg.jpg") no-repeat top center;
	padding: 60px 0 100px;
}
.flow h2 {
	background: url("../images/flow_tl_icon.png") no-repeat top center;
	margin: 0 0 40px;
	padding: 70px 0 0;
}
.flow p {
	text-align: center;
}
@media screen and (max-width: 640px) {
	.flow {
		background: url("../images/flow_bg_sp.jpg") no-repeat top / 100%;
		padding: 40px 5%;
	}
}
/* ==========================================================================
 * Structure
 * ========================================================================== */
.structure {
	padding: 100px 0;
}
.structure h2 {
	margin: 0 0 60px;
}
.structure p {
	text-align: center;
}
@media screen and (max-width: 640px) {
	.structure {
		padding: 60px 0;
	}
	.structure h2 {
		margin: 0 0 40px;
	}
	.structure p + p {
		padding: 0 5%;
		text-align: left;
	}
}
/* ==========================================================================
 * Question
 * ========================================================================== */
.question {
	padding: 0 0 100px;
}
.question h2 {
	margin: 0 0 60px;
}
.question dt {
	background: url("../images/question_tl_bg.png") no-repeat top center;
	margin: 40px 0 0;
	padding: 5px 0 27px;
}
.question li:first-child dt {
	margin: 0;
}
.question dt span {
	color: #fff;
	display: block;
	padding: 0 0 0 70px;
	position: relative;
}
.question dt span::before {
	content: "Q";
	color: #fdf100;
	font-size: xx-large;
	font-weight: bold;
	position: absolute;
	left: 20px;
	top: 45%;
	transform: translateY(-50%);
}
.question dd {
	background: #ecf5fa;
	color: #666;
	padding: 30px 40px 40px;
}
.question dd p {
	margin: 10px 0 0;
}
.question dd a {
	color: #666;
	text-decoration: underline;
}
@media screen and (max-width: 640px) {
	.question {
		padding: 0 0 60px;
	}
	.question h2 {
		margin: 0 0 40px;
	}
	.question dt {
		background: #34aed7;
		margin: 40px 0 0;
		padding: 10px 5% 10px 0;
	}
	.question dt span {
		padding: 0 0 0 70px;
	}
	.question dt span::before {
		left: 20px;
	}
	.question dd {
		font-size: 1.6rem;
		padding: 10% 5%;
	}
}
/* ==========================================================================
 * Form
 * ========================================================================== */
.form {
	background: #f7f7f7;
	color: #666;
	padding: 70px 0;
}
.form h2 {
	margin: 0 0 60px;
}
.progress-bar {
	margin: 0 0 60px;
	text-align: center;
}
.form a {
	text-decoration: underline;
}
.form__list > li {
	border-bottom: 1px solid #999;
	margin: 0 0 20px;
	padding: 0 0 20px;
}
.form__list .border-none {
	border-bottom: none;
	padding: 0;
}
.form__list li dl {
	display: flex;
}
.form__list li dt {
	align-content: flex-start;
	align-items: center;
	display: flex;
	width: 350px;
}
.form__list li dt.required::before {
	background: #ed6060;
	border-radius: 5px;
	color: #fff;
	content: "必須";
	display: inline-block;
	font-size: small;
	margin: 0 10px 0 0;
	padding: 3px 5px;
	white-space: nowrap;
}
.form__list li dd {
	word-break: break-all;
	width: 100%;
}
.add_answer {
	background: #999;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	padding: 10px 20px;
	position: relative;
	text-align: center;
	width: 450px;
}
.add_answer::after {
	display: inline-block;
	font-size: small;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.add_answer.plus::after {
	content: "▼";
}
.add_answer.minus::after {
	content: "▲";
}
.add_answer_trigger {
	align-items: flex-start;
	margin: 20px 0 0;
}
.form__box-radio {
	background: #fff;
	border-radius: 5px;
	margin: 10px 0 0;
	padding: 10px;
	position: relative;
}
.form__box-radio:first-child {
	margin: 0;
}
.form__box-radio input[type="radio"] + label {
	padding: 0 0 0 45px;
}
.form__box-radio input[type="radio"] + label:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid #d1d1d1;
    box-sizing: border-box;
    position: absolute;
    left: 15px;
    top: 18px;
    border-radius: 50%;
}
.form__box-radio input[type="radio"]:checked + label:after {
    content: "";
    background: #00aaf4;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 16px;
    left: 19px;
    border-radius: 50%;
    margin-top: 6px;
}
.form__box-radio input[type="radio"]:checked + label:before {
    border: 2px solid #00aaf4;
}
.form input[type="radio"] {
	width: 1px;
    height: 1px;
    opacity: 0;
    position: absolute;
}
.form label {
	cursor: pointer;
	display: block;
}
.radio__textBox {
	margin: 5px 0 0;
	padding: 0 0 0 40px;
}
.form input[type="text"],
.form input[type="email"],
.form select {
	border: 2px solid #999;
	border-radius: 5px;
	background-color: #fff;
	color: #666;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP',"Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, sans-serif;
	padding: 10px;
	width: 100%;
}
.form select {
	cursor: pointer;
	color: #666;
}
.form textarea {
	border: 2px solid #999;
	border-radius: 5px;
	background-color: #fff;
	color: #666;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP',"Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, sans-serif;
	height: 150px;
	padding: 10px;
	width: 100%;
}
.form input::placeholder,
.form select::placeholder,
.form textarea::placeholder {	
	color: #ccc;
}
.form input:invalid,
.form select:invalid,
.form textarea:invalid,
.form input:invalid + span {
    color: #e74c3c;
	border: 1px solid #ffa69d;
    background-color: #ffe2df;
}
.form input:invalid::placeholder,
.form select:invalid::placeholder,
.form textarea:invalid::placeholder {	
	color: #ffa39a;
}
.agree--check {
	font-size: 1.6rem;
	font-weight: bold;
	display: flex;
	justify-content: center;
	margin: 20px 0 0;
}
.agree--check input[type="checkbox"] {
	cursor: pointer;
	display: inline-block;
	margin: 0 10px 0 0;
	height: 20px;
	vertical-align: middle;
	width: 20px;
}
.submit__btn {
	text-align: center;
}
@media screen and (max-width: 640px) {
	.form {
		padding: 40px 0;
	}
	.form h2 {
		margin: 0 0 40px;
	}
	.progress-bar {
		margin: 0 5% 40px;
		text-align: center;
	}
	.form__list {
		padding: 0 5%;
	}
	.form__list li dl {
		display: block;
	}
	.form__list li dt {
		margin: 0 0 10px;
		width: 100%;
	}
	.form__list li dd {
		width: 100%;
	}
	.add_answer {
		font-size: 1.4rem;
		width: 100%;
	}
	.submit__btn input {
		width: 100%;
	}
}
/* ==========================================================================
 * About
 * ========================================================================== */
.about {
	background: url("../images/about_bg.jpg") no-repeat top center;
	color: #fff;
	padding: 60px 0;
	text-align: center;
}
.about .h2_tl {
	color: #fff;
	margin: 0 0 40px;
}
.about dl {
	background: #e0eef1;
	color: #666;
	margin: 40px auto 0;
	padding: 20px;
}
.about dd:last-child {
	font-size: 1.6rem;
	margin: 40px 0 0;
	text-align: center;
}
.about dd p {
	margin: 20px 0 0;
}
@media screen and (max-width: 640px) {
	.about {
		background: url("../images/about_bg_sp.jpg") no-repeat top / 100%;
		padding: 40px 5%;
		text-align: left;
	}
	.about dd img {
		width: 200px;
	}
	.about dd:last-child {
		text-align: left;
	}
}
/* ==========================================================================
 * Ft
 * ========================================================================== */
.ft {
	background: url("../images/footer_border.jpg") no-repeat bottom center;
	padding: 40px 0 60px;
	text-align: center;
}
.ft ul {
	margin: 0 0 20px;
}
.ft a {
	text-decoration: underline;
}
.ft p {
	font-size: 1.4rem;
}
.ft .copy {
	margin: 20px 0 0;
}
@media screen and (max-width: 640px) {
	.ft {
		padding: 40px 5% 60px;
	}
}
/* ==========================================================================
 * Confirm
 * ========================================================================== */
body.confirm .hd__list--top {
	justify-content: center;
}
body.confirm .white-space {
	white-space: pre-wrap;
}
body.confirm .submit__btn li:last-child {
	margin: 40px 0 0;
}
body.confirm .form__box-radio {
	background: none;
	margin: 0;
	padding: 0;
}
.confirm__btn {
	cursor: pointer;
	font-family: 'Noto Sans JP',"Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, sans-serif;
	font-size: 1.8rem;
	padding: 10px 50px;
}
@media screen and (max-width: 640px) {
	body.confirm .hd__list--top {
		position: relative;
	}
	body.confirm .submit__btn {
		padding: 0 5%;
	}
	body.confirm .submit__btn li:last-child {
		margin: 20px 0 0;
	}
}
/* ==========================================================================
 * Thanks
 * ========================================================================== */
body.thanks .hd__list--top {
	justify-content: center;
}
.thanks__list li {
	margin: 0 0 20px;
}
.thanks__list li::before {
	content: "・";
	margin: 0 0 0 -16px;
	text-indent: 16px;
}
@media screen and (max-width: 640px) {
	.thanks__list li {
		font-size: 1.6rem;
	}
	body.thanks .hd__list--top {
		position: relative;
	}
	body.thanks .form {
		padding: 40px 5%;
	}
}