@charset "UTF-8";
html {
	scroll-behavior: smooth;
}
* {
	font-family: 'Noto Sans JP', sans-serif;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
a {
	text-decoration: none;
}
a:hover {
	transition: 0.5s;
}
h2 {
	font-size: 30px;
	line-height: 1.4;
	font-weight: 700;
	padding-bottom: 54px;
	text-align: center;
}
h2:after {
	content: "";
	width: 40px;
	height: 3px;
	line-height: 0;
	background-color: #00B4FA;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}
h2 span {
	color: #00B4FA;
}
/*・header・*/
header {
	background-color: #00B4FA;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 998;
	display: flex;
	justify-content: space-between;
	padding: 20px clamp(10px, 50%, calc(50% - 508px));
}
header .header_logo {}
header .header_logo:hover {
	opacity: 0.5;
}
header .header_logo img {}
header .header_link {
	display: flex;
	align-items: center;
}
header .header_link a {
	font-size: 16px;
	background: #fff;
	width: 170px;
	height: 40px;
	border-radius: 20px;
	font-weight: 700;
	color: #f00;
	margin: 0 0 0 10px;
	text-align: center;
	line-height: 40px;
}
header .header_link a:first-of-type {
	background: #f00;
	color: #fff;
}
header .header_link a:hover {
	background: #f0f1f1;
}
header .header_link a:first-of-type:hover {
	background: #e20404;
}
/*・FOOTER・*/
footer {
	background-color: #F9F9F9;
	margin: 0 auto;
	text-align: center;
	padding: 70px 0 30px;
}
footer div {
	display: flex;
	margin: 0 auto 58px;
	max-width: 530px;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: 500;
}
footer div a {
	margin: 0.5em 0.2em;
	color: #333;
}
footer div a:hover {
	opacity: .5;
}
footer small {
	font-size: 11px;
	display: block;
}
/*・main・*/
main {
	padding: 150px 0 0;
}
/*・FV・*/
.fv {
	padding: 0 clamp(10px, 50%, calc(50% - 508px)) 120px;
	display: flex;
	justify-content: space-between;
	background: linear-gradient(to bottom, #fff 5%, #ffffff00 5%, #ffffff00 76%, #fff 76%), linear-gradient(to right, #dcf7ff00 30%, #DCF7FF 50%, #DCF7FF 60%, #dcf7ff00 70%);
}
.fv .fv_inner {}
.fv .fv_inner strong {
	font-size: 26px;
	font-weight: 900;
}
.fv .fv_inner strong br {
	display: none;
}
.fv .fv_inner strong span {
	font-size: 34px;
	font-weight: 700;
}
.fv .fv_inner h1 {
	font-size: 32px;
	font-weight: 900;
}
.fv .fv_inner h1 span {
	color: #f00;
	font-size: 50px;
}
.fv .fv_inner h1 span:last-of-type {
	color: #00B4FA;
}
.fv .fv_inner ul {
	display: flex;
	margin: 40px 0 0;
}
.fv .fv_inner ul li {
	background: #fff;
	border: solid 2px #00B4FA;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	font-weight: 700;
	font-size: 14px;
	color: #00B4FA;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
	margin: 10px;
}
.fv .fv_inner ul li p {
	text-align: center;
	line-height: 1.2;
}
.fv .fv_inner ul li b {
	font-size: 23px;
	font-weight: 900;
	/* color: #f00; */
}
.fv .fv_inner dl {
	display: flex;
	align-items: center;
	padding: 0 40px;
	width: 415px;
	margin: 40px 0 0;
}
.fv .fv_inner dl:before, .fv .fv_inner dl:after {
	content: "";
	position: absolute;
	top: 0;
	width: 30px;
	height: 100%;
	background: url(../img/laurel.svg) no-repeat center;
}
.fv .fv_inner dl:before {
	left: 0;
}
.fv_inner dl:after {
	right: 0;
	transform: scale(-1, 1);
}
.fv .fv_inner dl dt {
	line-height: 1.2;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	margin: 0 10px 0 0;
}
.fv .fv_inner dl dt span {
	display: block;
}
.fv .fv_inner dl dt br {}
.fv .fv_inner dl dd {}
.fv .fv_inner dl dd b {
	font-weight: 900;
	font-size: 60px;
}
.fv .fv_inner dl small {
	font-size: 11px;
	font-weight: 500;
}
.fv .fv_inner ol {
	display: flex;
	font-size: 11px;
	width: 415px;
	justify-content: space-evenly;
}
.fv .fv_inner ol li {}
.fv .fv_inner .fv_img_right {
	position: absolute;
	right: -40px;
	bottom: 0px;
}
.fv .fv_inner .fv_img_right img {
	width: 340px;
	/* z-index: -1; */
}
.fv form {
	background: #00B4FA;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 20px;
	padding: 20px;
	margin: -50px 0 0;
}
.fv form #request_anchor {
	position: absolute;
	top: -100px;
}
.fv form strong {
	display: table;
	margin: 0 auto 20px;
	background: #fff;
	color: #00B4FA;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
	border-radius: 11px;
	padding: 5px 25px;
}
.fv form strong:before {
	content: "";
	position: absolute;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background: #fff;
	width: 15px;
	height: 15px;
	bottom: -14px;
	left: 0;
	right: 0;
	margin: auto;
}
.fv form p {
	color: #fff;
	font-size: 28px;
	font-weight: 900;
	text-align: center;
}
.fv dl {
	/* padding: 30px 0; */
	/* display: flex; */
	/* flex-wrap: wrap; */
}
.fv form dl dt {
	/* width: 30%; */
	font-weight: 700;
	margin: 10px 0 0;
	color: #fff;
	font-size: 12px;
}
.fv form dl dt.required:before {
	content: "必須";
	color: #fff;
	background: #f00;
	display: inline-block;
	padding: 1px 4px;
	font-size: 10px;
	line-height: 14px;
	margin: 0 2px 0 0;
	border-radius: 4px;
}
.fv form dl dd {
	width: 100%;
	margin: 5px 0 0;
}
.fv form input, .fv form select {
	flex-basis: 70%;
	border: 2px solid #00B4FA;
	border-radius: 6px;
	box-shadow: 0 3px 6px #b8b7b7;
	padding: 0.5em;
	width: 100%;
}
.fv form input:focus, .fv form select:focus {
	border-color: #2644f1;
	background-color: #ffc;
	outline: none;
}
.fv form .submit_btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 35px;
	min-width: 280px;
	height: 70px;
	margin-left: 3%;
	text-align: center;
	transition: .5s;
	display: block;
	margin: 0 auto;
	background-color: #f00;
	box-shadow: 3px 3px 6px rgba(0, 16, 14, 0.16);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}
.fv form .submit_btn:hover {
	background-color: #e20404;
	box-shadow: none;
}
.fv form .pp {
	color: #fff;
	font-size: 10px;
	margin: 20px 0 10px;
	text-align: center;
}
.fv form .pp a {
	color: #fff;
	text-decoration: underline;
}
.fv form .pp a:hover {
	opacity: .5;
}
/*・ONAYAMI・*/
.onayami {}
.onayami ul {
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 30px clamp(10px, 50%, calc(50% - 500px));
}
.onayami ul li {
	background: #fafafa;
	border: solid 3px #00B4FA;
	border-radius: 10px;
	padding: 25px;
	flex: 1;
	margin: 0 10px;
}
.onayami ul li:before, .onayami ul li:after {
	content: "";
	position: absolute;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	background: #fafafa;
	width: 15px;
	height: 15px;
	bottom: -14px;
	left: 0;
	right: 0;
	margin: auto;
}
.onayami ul li:after {
	background: #00B4FA;
	z-index: -1;
	width: 21px;
	height: 19px;
	bottom: -19px;
}
.onayami h3 {
	background: #EAF8FF;
	font-size: 28px;
	padding: 20px 30px;
	border-radius: 50px 50px 0 0;
	display: table;
	margin: 0 auto -34px;
	font-weight: 700;
	color: #444;
	z-index: 1;
}
.onayami h3 strong {
	padding: 20px;
}
.onayami h3 strong:before {
	content: "";
	position: absolute;
	background: #f00;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	left: 11px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.onayami h3 strong b {
	color: #fff;
}
.onayami ol {
	background: #EAF8FF;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 70px clamp(10px, 50%, calc(50% - 500px));
}
.onayami ol li {
	background: #fff;
	border-radius: 30px;
	padding: 45px 25px 25px;
	flex: 1;
	margin: 0 10px;
	box-shadow: 2px 4px 4px rgba(0, 16, 14, 0.16);
}
.onayami ol li:before {
	content: "";
	position: absolute;
	width: 72px;
	height: 72px;
	background: #EAF8FF;
	left: 0;
	right: 0;
	top: -36px;
	margin: auto;
	border-radius: 50%;
}
.onayami ol li:after {
	content: "";
	display: block;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 28px;
	height: 38px;
	background-image: url(../img/onayami_arrow.svg);
	background-repeat: no-repeat;
	background-size: cover;
}
.onayami ol li strong {
	color: #00B4FA;
	font-size: 20px;
	font-weight: 700;
}
.onayami ol li strong b {
	display: table;
	background: linear-gradient(transparent 75%, #fae58e 75%);
	background-position: 0 1.3em;
	margin: auto;
	font-weight: 700;
}
.onayami ol li img {
	height: 100px;
	display: block;
	margin: 30px auto;
}
.onayami ol li p {
	font-size: 14px;
}
/*・ONAYAMI・*/
.about {
	background: #EAF8FF;
	padding: 70px clamp(10px, 50%, calc(50% - 500px));
}
.about p {
	color: #444;
	text-align: center;
	font-weight: 700;
	line-height: 2.5;
}
.about p span {
	color: #00B4FA;
}
.about img {
	width: -webkit-fill-available;
	margin: 40px 0 0;
}
.about img:first-of-type {
	display: block;
}
.about img:last-of-type {
	display: none;
}
/*・CTA・*/
.cta {
	background-image: url(../img/CTA_background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 20%;
	color: #fff;
	padding: 3% clamp(10px, 50%, calc(50% - 450px));
	text-align: center;
}
.cta p {
	font-size: 25px;
	font-weight: 900;
	margin: 0 0 40px;
}
.cta p br {
	display: none;
}
.cta ul {
	display: flex;
	font-weight: 700;
	font-size: 17px;
	justify-content: space-evenly;
}
.cta ul li {}
.cta ul li a {
	font-size: 18px;
	display: block;
	background: #f00;
	width: 280px;
	height: 70px;
	border-radius: 35px;
	font-weight: 700;
	color: #fff;
	margin: 20px 0 0;
	text-align: center;
	line-height: 70px;
	box-shadow: 0 4px 6px rgba(0, 16, 14, 0.16);
}
.cta ul li:last-of-type a {
	background: #fff;
	color: #f00;
}
.cta ul li a:hover {
	background: #e20404;
}
.cta ul li:last-of-type a:hover {
	background: #f0f1f1;
}
/*・FEATURE・*/
.feature {
	padding: 70px 0;
}
.feature ul {
	background: #EAF8FF;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 70px clamp(10px, 50%, calc(50% - 500px));
}
.feature ul li {
	background: #fff;
	border-radius: 30px;
	padding: 45px 25px 25px;
	flex: 1;
	margin: 0 10px;
}
.feature ul li strong {
	color: #00B4FA;
	font-size: 20px;
	font-weight: 700;
}
.feature ul li img {
	height: 100px;
	display: block;
	margin: 30px auto;
}
.feature ul li p {
	text-align: left;
	font-size: 14px;
}
/*・FUNCTION・*/
.function {
	padding: 70px 0;
}
.function ul {
	background: #EAF8FF;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 70px clamp(10px, 50%, calc(50% - 500px));
}
.function ul li {
	background: #fff;
	border-radius: 30px;
	padding: 45px 25px 25px;
	flex: 1;
	margin: 0 10px;
}
.function ul li strong {
	color: #00B4FA;
	font-size: 20px;
	font-weight: 700;
}
.function ul li img {
	height: 100px;
	display: block;
	margin: 30px auto;
}
.function ul li p {
	text-align: left;
	font-size: 14px;
}
/*・CASE STUDIES・*/
.case_studies {
	padding: 70px clamp(10px, 50%, calc(50% - 550px));
}
.case_studies .slider-2 {
	margin: 0 0 20px;
}
.case_studies .slider-2:before, .case_studies .slider-2:after {
	content: "";
	position: absolute;
	background: linear-gradient(to right, #ffffff, #ffffff00);
	width: 200px;
	height: 100%;
	top: 0;
	z-index: 1;
}
.case_studies .slider-2:after {
	right: 0;
	background: linear-gradient(to left, #ffffff, #ffffff00);
}
.case_studies .slider-2 .slick-slide {
	width: 500px;
	/* height: 400px; */
	margin: 0 40px;
	position: relative;
	overflow: hidden;
}
.case_studies .slider-2 .slick-slide img {
	display: block;
	width: 130px;
	height: 130px;
	margin: 0 auto;
}
.case_studies .slider-2 .slick-slide strong {
	display: block;
	text-align: center;
	color: #444;
	margin: 0 0 1rem;
}
.case_studies .slider-2 .slick-slide p {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 2rem;
}
.case_studies .slider-2 .slick-slide p span {
	color: #00B4FA;
}
.case_studies .slider-2 .slick-slide dl {
	display: flex;
	font-size: 14px;
	margin: 0 0 1rem;
}
.case_studies .slider-2 .slick-slide dl dt {
	color: #00B4FA;
	width: 110px;
	padding: 5px 10px 5px 0;
}
.case_studies .slider-2 .slick-slide dl dd {
	border-left: solid 1px #00B4FA;
	flex: 1;
	padding: 5px 0 5px 10px;
}
.case_studies .slider-2 .slick-slide dl dd span {
	color: #00B4FA;
}
.case_studies .slider-2 .slick-arrow {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #007bc7;
	cursor: pointer;
	border: none;
	outline: none;
	font-size: 0;
	position: absolute;
	top: 90px;
	z-index: 1;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.case_studies .slider-2 .slick-arrow::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	border-width: 2px 2px 0 0;
	position: absolute;
	top: 13px;
	transform: rotate(45deg);
}
.case_studies .slider-2 .slick-next {
	right: 200px;
}
.case_studies .slider-2 .slick-prev {
	left: 200px;
}
.case_studies .slider-2 .slick-next::before {
	left: 11px;
}
.case_studies .slider-2 .slick-prev::before {
	border-width: 0 0 2px 2px;
	right: 11px;
}
.case_studies .dots-2 .slick-dots {
	text-align: center;
}
.case_studies .dots-2 .slick-dots li {
	display: inline-block;
}
.case_studies .dots-2 .slick-dots button {
	display: block;
	width: 10px;
	height: 10px;
	margin: 6px;
	font-size: 0;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
	background: #bcbcbc;
	border-radius: 50%;
}
.case_studies .dots-2 .slick-dots .slick-active button {
	background: #0a467d;
}
/*・FLOW・*/
.flow {
	padding: 70px 0 0;
}
.flow ul {
	background: #EAF8FF;
	display: flex;
	flex-direction: column;
	padding: 30px clamp(10px, 50%, calc(50% - 500px)) 200px;
	counter-reset: num;
}
.flow ul:before {
	content: "";
	position: absolute;
	background: linear-gradient(to bottom, #00b4fa00, #00B4FA);
	height: 80%;
	width: 500px;
	left: 0;
	right: 0;
	bottom: 150px;
	margin: auto;
}
.flow ul:after {
	content: "";
	position: absolute;
	background: #00B4FA;
	height: 50px;
	width: 500px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	left: 0;
	right: 0;
	bottom: 100px;
	margin: auto;
}
.flow ul li {
	background-color: #ffffff;
	border-radius: 36px;
	box-shadow: 0 0 10px #b8b7b7;
	padding: 43px 5%;
	margin-top: 44px;
	display: flex;
}
.flow ul li > img {
	flex-basis: 10%;
	align-self: center;
	width: 80%;
	margin-right: 18px;
}
.flow ul li div {
	flex-basis: 82%;
	align-self: center;
}
.flow ul li div h4 {
	align-items: center;
	font-size: 32px;
	font-weight: 900;
}
.flow ul li div h4:before {
	counter-increment: num;
	content: counter(num, decimal-leading-zero);
	color: #5BDAFD;
	margin: 0 0.5rem 0 0;
}
.flow ul li div > p {
	font-weight: 500;
	line-height: 1.7;
	margin: 1rem 0;
}
.flow ul li div details {
	counter-reset: num;
}
.flow ul li div details summary {}
.flow ul li div details summary p {
	background-color: #E9E9E8;
	box-shadow: 0 4px 6px rgba(0, 16, 14, 0.16);
	display: table;
	margin: 0 auto;
	padding: 10px 60px 10px 20px;
	font-weight: 700;
	border-radius: 24px;
	cursor: pointer;
}
.flow ul li div details summary p:before {
	content: "";
	position: absolute;
	right: 20px;
	top: 7px;
	bottom: 0;
	margin: auto;
	width: 11px;
	height: 11px;
	border: solid;
	border-width: 3px 0 0 3px;
	transform: rotate(45deg);
}
.flow ul li div details summary p:hover {
	box-shadow: 0 0 0 rgba(0, 16, 14, 0.16);
	transition: 0.5s;
}
.flow ul li div details summary p br {
	display: none;
}
.flow ul li div details[open] summary p:before {
	transform: rotate(225deg);
	top: -2px;
	/*transition: 0.5s;*/
}
.flow ul li div details dl {
	display: flex;
	flex-wrap: wrap;
	font-weight: 900;
	font-size: 15px;
	margin: 3rem 0 0;
	justify-content: space-around;
}
.flow ul li div details dl dt {
	width: 100%;
	margin: 0 0 1rem;
}
.flow ul li div details dl dt:before {
	counter-increment: num;
	content: "Pattern"counter(num, decimal-leading-zero);
	color: #00B4FA;
	margin: 0 .5rem 0 0;
}
.flow ul li div details dl dd {}
.flow ul li div details dl dd:first-of-type {}
.flow ul li div details dl dd:last-of-type {}
.flow ul li div details dl dd p {}
.flow ul li div details dl dd img {
	height: 75px;
}
.flow ul li div details dl dd img:first-of-type {
	display: block;
}
.flow ul li div details dl dd img:last-of-type {
	display: none;
}
/*・CONTACT・*/
#contact {
	margin: 60px 0 0;
}
#contact form {
	background: #EAF8FF;
	padding: 60px clamp(10px, 50%, calc(50% - 400px)) 120px;
}
#contact form p {
	text-align: center;
	font-size: 20px;
	color: #444;
	font-weight: 700;
	margin: 0 0 1rem;
}
#contact dl {
	padding: 30px 0;
	display: flex;
	flex-wrap: wrap;
}
#contact dl:before {
	content: "*必須";
	position: absolute;
	color: #f00;
	font-size: 14px;
	top: 0;
	left: 0;
}
#contact dl dt {
	width: 30%;
	font-weight: 700;
	margin: 30px 0;
}
#contact dl dt.required:before {
	content: "*";
	color: #f00;
}
#contact dl dd {
	width: 70%;
	margin: 30px 0;
}
#contact form input, #contact form textarea {
	flex-basis: 70%;
	border: 2px solid #00B4FA;
	border-radius: 6px;
	box-shadow: 0 3px 6px #b8b7b7;
	padding: 0.5em;
	width: 100%;
}
#contact form input:focus, #contact form textarea:focus {
	border-color: #2644f1;
	background-color: #ffc;
	outline: none;
}
#contact dl dd ul {
	padding: 0 0 0 25px;
	margin: -25px 0 0;
}
#contact dl dd ul li {}
#contact form input[type=checkbox] {
	opacity: 0;
}
#contact form input[type=checkbox] + label {
	position: relative;
	padding-left: 5px;
	font-size: 0.8em;
}
#contact form input[type=checkbox] + label:before {
	position: absolute;
	content: "";
	top: 0;
	left: -25px;
	width: 20px;
	height: 20px;
	border: 2px solid #1dbde6;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.16);
}
#contact form input[type=checkbox]:checked + label:after {
	position: absolute;
	content: "";
	left: -21px;
	width: 14px;
	height: 7px;
	border-bottom: 2px solid;
	border-left: 2px solid;
	border-color: #1dbde6;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 50%;
	margin-top: -5px;
}
#contact form .submit_btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 35px;
	min-width: 280px;
	height: 70px;
	margin-left: 3%;
	text-align: center;
	transition: .5s;
	display: block;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 2px solid #FF0000;
	box-shadow: 0 4px 6px rgba(0, 16, 14, 0.16);
	color: #f00;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}
#contact form .submit_btn:hover {
	background-color: #f0f1f1;
	border: 2px solid #FF0000;
	box-shadow: none;
}
#contact form .pp { /* color: #fff; */ /* font-size: 10px; */ margin: 0 0 20px;
	text-align: center;
}
#contact form .pp a {
	color: #444;
	text-decoration: underline;
}
#contact form .pp a:hover {
	opacity: .5;
}
/*・CTA・*/
#CTA {
	background-color: rgba(0, 180, 250, 0.8);
	width: 100%;
	padding: 15px clamp(10px, 50%, calc(50% - 508px));
	position: fixed;
	z-index: 1000;
	bottom: 0;
	left: 0;
	transition: 0.3s;
	transform: translateY(101%);
	display: flex;
	justify-content: space-evenly;
}
#CTA.active {
	transform: translateY(0);
}
#CTA a {
	font-size: 20px;
	background: #f00;
	width: 450px;
	/* height: 40px; */
	border: solid 2px;
	border-radius: 35px;
	font-weight: 700;
	color: #fff;
	/* margin: 0 0 0 10px; */
	text-align: center;
	line-height: 20px;
	display: flex;
	flex-direction: column;
	padding: 10px 50px 15px;
}
#CTA a small {
	font-size: 11px;
}
#CTA a:before {
	position: absolute;
	display: block;
	content: "";
	width: 13px;
	height: 13px;
	top: 3px;
	right: 25px;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
	transition: all ease 0.3s;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}
#CTA a:hover {
	background: #e20404;
}
#CTA a:last-of-type {
	background: #fff;
	color: #f00;
}
#CTA a:last-of-type:before {
	transition: all ease 0.3s;
	border-top: 3px solid #f00;
	border-right: 3px solid #f00;
}
#CTA a:last-of-type:hover {
	background: #f0f1f1;
}
a.page_top {
	transition: 1s;
	position: fixed;
	right: 10px;
	bottom: 10px;
	display: block;
	text-indent: -9999px;
	border: 6px #ccc solid;
	border-radius: 50px;
	width: 65px;
	height: 65px;
	float: right;
	box-sizing: border-box;
	visibility: hidden;
	opacity: 0;
	z-index: 5555;
}
a.page_top:before {
	content: '';
	height: 0;
	width: 0;
	display: block;
	border: 12px transparent solid;
	border-bottom-color: #ccc;
	position: absolute;
	top: 0px;
	left: 15px;
	border-radius: 3px;
}
a.page_top:after {
	content: '';
	height: 20px;
	width: 10px;
	display: block;
	background: #ccc;
	position: absolute;
	top: 21px;
	left: 22px;
	border-radius: 2px;
}
a.page_top.fixed {
	visibility: visible;
	opacity: 1;
}
a.page_top.fixed:hover {
	opacity: 0.5;
}
@media (max-width: 480px) {
	html {}
	* {}
	a {}
	a:hover {}
	h2 {
		font-size: 21px;
	}
	h2:after {}
	h2 span {}
	/*・header・*/
	header {
		padding: 10px;
	}
	header .header_logo {}
	header .header_logo:hover {}
	header .header_logo img {
		width: 90%;
	}
	header .header_link {
		display: none;
	}
	header .header_link a {
		width: 110px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		margin: 0;
	}
	header .header_link a:first-of-type {
		position: fixed;
		bottom: 2px;
		left: 0;
		right: 0;
		margin: auto;
		width: 90%;
		border-radius: 0;
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}
	header .header_link a:first-of-type:before {
		content: "";
		position: absolute;
		right: 20px;
		top: 7px;
		bottom: 0;
		margin: auto;
		width: 11px;
		height: 11px;
		border: solid;
		border-width: 3px 0 0 3px;
		transform: rotate(45deg);
	}
	header .header_link a:hover {}
	header .header_link a:first-of-type:hover {}
	header .header_link a.floating_bnr {}
	/*・FOOTER・*/
	footer {
		padding: 30px 30px 60px;
	}
	footer div {
		justify-content: space-around;
		margin: 0 auto 40px;
	}
	footer div a {}
	footer div a:hover {}
	footer small {
		font-size: 10px;
	}
	/*・main・*/
	main {
		padding: 80px 0 0;
	}
	/*・FV・*/
	.fv {
		flex-direction: column;
		background: linear-gradient(to bottom, #fff 1%, #ffffff00 2%, #ffffff00 76%, #fff 76%), linear-gradient(to right, #dcf7ff00 0%, #DCF7FF 20%, #DCF7FF 90%, #dcf7ff00 100%);
	}
	.fv .fv_inner {}
	.fv .fv_inner strong {
		font-size: 12px;
		text-align: center;
		display: block;
	}
	.fv .fv_inner strong span {
		font-size: 16px;
	}
	.fv .fv_inner h1 {
		font-size: 18px;
		text-align: center;
	}
	.fv .fv_inner h1 span {
		font-size: 22px;
	}
	.fv .fv_inner h1 span:last-of-type {}
	.fv .fv_inner ul {
		margin: 20px 0 0;
		justify-content: space-around;
	}
	.fv .fv_inner ul li {
		width: 90px;
		height: 90px;
		font-size: 12px;
		margin: 4px;
	}
	.fv .fv_inner ul li p {}
	.fv .fv_inner ul li b {
		font-size: 14px;
	}
	.fv .fv_inner dl {
		width: 299px;
		flex-direction: column;
		margin: 20px auto 0;
	}
	.fv .fv_inner dl:before, .fv .fv_inner dl:after {}
	.fv .fv_inner dl:before {}
	.fv_inner dl:after {}
	.fv .fv_inner dl dt {
		margin: 0;
	}
	.fv .fv_inner dl dt span {}
	.fv .fv_inner dl dt br {
		display: none;
	}
	.fv .fv_inner dl dd {}
	.fv .fv_inner dl dd b {
		font-size: 50px;
		line-height: 1;
	}
	.fv .fv_inner dl small {}
	.fv .fv_inner ol {
		width: 100%;
		margin: 10px 0 0;
	}
	.fv .fv_inner ol li {}
	.fv .fv_inner .fv_img_right {
		position: relative;
		right: 0;
	}
	.fv .fv_inner .fv_img_right img {
		width: 255px;
		margin: auto;
		display: block;
	}
	.fv form {
		margin: 0;
	}
	.fv form #request_anchor {}
	.fv form strong {}
	.fv .fv_inner strong br {
		display: none;
	}
	.fv form strong:before {}
	.fv form p {}
	.fv dl {}
	.fv form dl dt {}
	.fv form dl dt.required:before {}
	.fv form dl dd {}
	.fv form input, .fv form select {}
	.fv form input:focus, .fv form select:focus {}
	.fv form .submit_btn {
		min-width: 100%;
		height: 50px;
		border-radius: 25px;
	}
	.fv form .submit_btn:hover {}
	.fv form .pp {}
	.fv form .pp a {}
	.fv form .pp a:hover {}
	/*・ONAYAMI・*/
	.onayami {}
	.onayami ul {
		flex-wrap: wrap;
		font-size: 13px;
	}
	.onayami ul li {
		width: calc(50% - 10px);
		padding: 10px;
		flex: none;
		margin: 0 5px 20px;
	}
	.onayami ul li br {
		display: none;
	}
	.onayami ul li:before, .onayami ul li:after {}
	.onayami ul li:after {}
	.onayami h3 {
		font-size: 14px;
	}
	.onayami h3 strong {
		padding: 10px;
	}
	.onayami h3 strong:before {
		width: 34px;
		height: 34px;
		left: 5px;
	}
	.onayami h3 strong b {}
	.onayami ol {
		flex-wrap: wrap;
		padding: 40px 10px;
	}
	.onayami ol li {
		padding: 20px 15px;
		border-radius: 26px;
		flex: none;
		width: calc(50% - 10px);
		margin: 0 5px 24px;
	}
	.onayami ol li:before {
		width: 30px;
		height: 30px;
		top: -15px;
	}
	.onayami ol li:after {
		width: 14px;
		height: 19px;
		top: -10px;
		z-index: 1;
	}
	.onayami ol li strong {
		font-size: 14px;
	}
	.onayami ol li strong b {}
	.onayami ol li img {
		height: 60px;
		margin: 10px auto;
	}
	.onayami ol li p {
		font-size: 12px;
	}
	/*・ONAYAMI・*/
	.about {}
	.about p {
		font-size: 13px;
	}
	.about p span {}
	.about img {
		margin: 10px 0 0;
	}
	.about img:first-of-type {
		display: none;
	}
	.about img:last-of-type {
		display: block;
	}
	/*・CTA・*/
	.cta {}
	.cta p {
		font-size: 18px;
		text-align: center;
		margin: 20px 0 20px;
	}
	.cta p br {}
	.cta ul {
		flex-direction: column;
		align-items: center;
	}
	.cta ul li {
		font-size: 14px;
		margin: 0 0 20px;
	}
	.cta ul li a {
		height: 50px;
		line-height: 50px;
		font-size: 14px;
		margin: 5px 0 0;
	}
	.cta ul li:last-of-type a {}
	.cta ul li a:hover {}
	.cta ul li:last-of-type a:hover {}
	/*・FEATURE・*/
	.feature {}
	.feature ul {
		flex-direction: column;
	}
	.feature ul li {
		padding: 20px 15px;
		border-radius: 26px;
		margin: 0 0 20px;
	}
	.feature ul li strong {}
	.feature ul li img {}
	.feature ul li p {}
	/*・FUNCTION・*/
	.function {}
	.function ul {
		flex-direction: column;
	}
	.function ul li {
		padding: 20px 15px;
		border-radius: 26px;
		margin: 0 0 20px;
	}
	.function ul li strong {}
	.function ul li img {}
	.function ul li p {}
	/*・CASE STUDIES・*/
	.case_studies {}
	.case_studies .slider-2 {}
	.case_studies .slider-2:before, .case_studies .slider-2:after {
		content: none;
	}
	.case_studies .slider-2:after {}
	.case_studies .slider-2 .slick-slide {
		width: 300px;
	}
	.case_studies .slider-2 .slick-slide img {}
	.case_studies .slider-2 .slick-slide strong {}
	.case_studies .slider-2 .slick-slide p {}
	.case_studies .slider-2 .slick-slide p span {}
	.case_studies .slider-2 .slick-slide dl {}
	.case_studies .slider-2 .slick-slide dl dt {}
	.case_studies .slider-2 .slick-slide dl dd {}
	.case_studies .slider-2 .slick-slide dl dd span {}
	.case_studies .slider-2 .slick-arrow {
		top: 45px;
	}
	.case_studies .slider-2 .slick-arrow::before {}
	.case_studies .slider-2 .slick-next {
		right: 10px;
	}
	.case_studies .slider-2 .slick-prev {
		left: 10px;
	}
	.case_studies .slider-2 .slick-next::before {}
	.case_studies .slider-2 .slick-prev::before {}
	.case_studies .dots-2 .slick-dots {}
	.case_studies .dots-2 .slick-dots li {}
	.case_studies .dots-2 .slick-dots button {}
	.case_studies .dots-2 .slick-dots .slick-active button {}
	/*・FLOW・*/
	.flow {}
	.flow ul {
		padding-bottom: 100px;
	}
	.flow ul:before {
		width: 80%;
		bottom: 90px;
	}
	.flow ul:after {
		width: 80%;
		height: 30px;
		bottom: 60px;
	}
	.flow ul li {
		flex-direction: column;
		align-items: center;
		padding: 20px 15px;
		border-radius: 26px;
		margin-top: 20px;
	}
	.flow ul li > img {
		margin: 0 0 10px;
		width: 100px;
	}
	.flow ul li div {}
	.flow ul li div h4 {
		font-size: 21px;
		padding: 0 0 0 2rem;
	}
	.flow ul li div h4:before {
		position: absolute;
		top: 0;
		left: 0;
	}
	.flow ul li div > p {
		font-size: 13px;
	}
	.flow ul li div details {}
	.flow ul li div details summary {}
	.flow ul li div details summary p {}
	.flow ul li div details summary p:before {}
	.flow ul li div details summary p:hover {}
	.flow ul li div details summary p br {}
	.flow ul li div details[open] summary p:before {}
	.flow ul li div details dl {}
	.flow ul li div details dl dt {
		text-align: center;
		font-size: 14px;
	}
	.flow ul li div details dl dt:before {
		display: block;
	}
	.flow ul li div details dl dd {
		flex: 1;
		text-align: center;
	}
	.flow ul li div details dl dd:first-of-type {}
	.flow ul li div details dl dd:last-of-type {}
	.flow ul li div details dl dd p {}
	.flow ul li div details dl dd img {}
	.flow ul li div details dl dd img:first-of-type {
		display: none;
	}
	.flow ul li div details dl dd img:last-of-type {
		display: block;
		height: auto;
		width: 80%;
		margin: 10px auto;
	}
	/*・CONTACT・*/
	#contact {}
	#contact form {}
	#contact form p {
		font-size: 13px;
	}
	#contact dl {
		flex-direction: column;
	}
	#contact dl:before {}
	#contact dl dt {
		margin: 20px 0 0;
		width: 100%;
	}
	#contact dl dt.required:before {}
	#contact dl dd {
		margin: 5px 0 0;
		width: 100%;
	}
	#contact form input, #contact form textarea {}
	#contact form input:focus, #contact form textarea:focus {}
	#contact dl dd ul {
		padding: 0 0 0 28px;
		margin: -20px 0 0;
	}
	#contact dl dd ul li {}
	#contact form input[type=checkbox] {}
	#contact form input[type=checkbox] + label {}
	#contact form input[type=checkbox] + label:before {}
	#contact form input[type=checkbox]:checked + label:after {}
	#contact form .submit_btn {
		min-width: 100%;
		height: 50px;
		border-radius: 25px;
	}
	#contact form .submit_btn:hover {}
	#contact form .pp {
		font-size: 10px;
	}
	#contact form .pp a {}
	#contact form .pp a:hover {}
	/*・CTA・*/
	#CTA {
		bottom: auto;
		top: 0;
		transform: translateY(-101%);
	}
	#CTA.active {}
	#CTA a {
		width: auto;
		font-size: 14px;
		padding: 10px;
	}
	#CTA a small {
		display: none;
	}
	#CTA a:before {
		content: none;
	}
	#CTA a:hover {}
	#CTA a:last-of-type {}
	#CTA a:last-of-type:before {}
	#CTA a:last-of-type:hover {}
	a.page_top {
		border-radius: 50px;
		width: 46px;
		height: 46px;
	}
	a.page_top:before {
		border: 14px transparent solid;
		border-bottom-color: #ccc;
		left: 3px;
		top: -10px;
		border-radius: 3px;
	}
	a.page_top:after {
		height: 15px;
		width: 13px;
		top: 13px;
		left: 11px;
		border-radius: 2px;
	}
	a.page_top.fixed {}
	a.page_top.fixed:hover {}
}