@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, calc(81.94vw + -383.33px), calc(50% - 600px));
}
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[href^="tel"] {
    pointer-events: none;
    background: transparent;
    color: #fff;
    width: auto;
    font-size: 18px;
}
header .header_link a[href^="tel"]:before {
    content: "☎";
    font-size: 20px;
    margin: 0 .3vw 0 0;
}
header .header_link b {
    font-size: 18px;
    margin: 0 0 0 .8vw;
    color: #fff;
}
header .header_link a:nth-last-of-type(2) {
	background: #f00;
	color: #fff;
}
header .header_link a:hover {
	background: #f0f1f1;
}
header .header_link a:nth-last-of-type(2):hover {
	background: #e20404;
}
/*・FOOTER・*/
footer {
	background-color: #F9F9F9;
	margin: 0 auto;
	text-align: center;
	padding: 70px 0 120px;
}
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, calc(81.94vw + -383.33px), calc(50% - 600px));
	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 {
    flex: 1;
}
.fv .fv_inner strong {
	font-size: 30px;
	font-weight: 900;
	margin: 0 0 0 -10px;
}
.fv .fv_inner strong br {
	display: none;
}
.fv .fv_inner strong span {
	font-size: 140%;
	font-weight: 700;
	display: inline-block;
	padding: 0 5px;
	margin: 0 5px;
}
.fv .fv_inner strong span:last-of-type {
	background: linear-gradient(transparent 75%, #fffb81 75%);
	background-position: 0 1.35em;
}
.fv .fv_inner h1 {
	font-size: 64px;
	font-weight: 900;
	line-height: 1.4;
	/* letter-spacing: 12px; */
}
.fv .fv_inner h1 span {
	color: #f00;
}
.fv .fv_inner h1 b {
	font-size: 140%;
}
.fv .fv_inner h3 {display: table;font-size: 34px;font-weight: 700;line-height: 1;background: #fff;/* color: #00B4FA; */margin: 20px 0;/* padding: 10px 20px 10px; */}
.fv .fv_inner dl {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 40px;
	width: 310px;
	margin: 30px 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: 20px;
	font-weight: 700;
	text-align: center;
	/* margin: 0 10px 0 0; */
	/* width: 70px; */
	color: #B6A41A;
}
.fv .fv_inner dl dt span {
	display: block;
}
.fv .fv_inner dl dt br {}
.fv .fv_inner dl dd {
    flex: 1;
    text-align: center;
    font-weight: 700;
}
.fv .fv_inner dl dd b {
	font-weight: 900;
	font-size: 42px;
	line-height: 50px;
}
.fv .fv_inner dl small {
	font-size: 11px;
	font-weight: 500;
}
.fv .fv_inner h4 {font-size: 24px;font-weight: 700;margin: 50px 0 0;line-height: 1.2;}
.fv .fv_inner h4 span{position: relative;color: #00B4FA;}
.fv .fv_inner h4 span:before{
	content: "※";
	position: absolute;
	color: #333;
	right: 0;
	top: -7px;
	font-size: 50%;
}
.fv .fv_inner h4 b{font-size: 170%;}
.fv .fv_inner h4 small{font-size: 50%;}
.fv .fv_inner .fv_img_right {
	position: absolute;
	right: 100px;
	bottom: 40px;
}
.fv .fv_inner .fv_img_right img {
	width: 400px;
	/* z-index: -1; */
}
.fv form {
	background: #F9F9F9;
	box-shadow: 3px 3px 10px 5px rgba(0, 0, 0, 0.16);
	border-radius: 10px;
	padding: 20px;
	margin: -50px -20px 0 0;
}
.fv form #request_anchor {
	position: absolute;
	top: -100px;
}
.fv form .request_head {background: #00B4FA;margin: -20px -20px 0;padding: 20px;border-radius: 10px 10px 0 0;}
.fv form .request_head 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;
	width: 90%;
}
.fv form .request_head 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 .request_head b {
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	display: block;
}
.fv form .request_head 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: #00B4FA;
	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 dl dd ul {
	padding: 0 0 0 30px;
	/* margin: -20px 0 0; */
	display: flex;
	flex-direction: column;
}
.fv form dl dd ul li {
    /* margin: -20px 0 0; */
}
.fv form input[type=checkbox] {
	opacity: 0;
	height: 6px;
	display: block;
}
.fv form input[type=checkbox] + label {
	position: relative;
	padding-left: 5px;
	font-size: 0.8em;
	color: #00B4FA;
}
.fv form input[type=checkbox] + label:before {
	position: absolute;
	content: "";
	top: -2px;
	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); */
}
.fv 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: 40%;
	margin-top: -5px;
}
.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: #333;
	font-size: 10px;
	margin: 20px 0 10px;
	text-align: center;
}
.fv form .pp a {
	color: #00B4FA;
	text-decoration: underline;
}
.fv form .pp a:hover {
	opacity: .5;
}
@keyframes FadeInUp {
  0% {
    opacity: 0;
		transform: translateY(180px);
  }
  100% {
    opacity: 1;
		transform: translateY(0);
  }
}
/*USER*/
.user {
    padding: 70px clamp(10px, calc(81.94vw + -383.33px), calc(50% - 600px));
}
.user ul {display: flex;justify-content: space-around;}
.user ul li {
}
.user ul li img{height: 50px;}

/*Example*/
.example {
	background: #F9F9F9;
	padding: 70px clamp(10px, calc(81.94vw + -383.33px), calc(50% - 600px));
}
.example p {
	color: #444;
	text-align: center;
	font-weight: 700;
	line-height: 1.4;
	font-size: 34px;
}
.example ul {display: flex;flex-wrap: wrap;justify-content: space-between;margin: 50px 0 0;}
.example ul li{width: calc(100%/4 - 30px);background: #fff;text-align: center;padding: 30px;border-radius: 5px;margin: 0 0 40px;box-shadow: 3px 3px 20px 5px rgba(0, 0, 0, 0.16);opacity: 0;}
	.example ul.action li{animation: FadeInUp 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;}
	.example ul.action li:nth-of-type(2){animation-delay: .1s;}
	.example ul.action li:nth-of-type(3){animation-delay: .2s;}
	.example ul.action li:nth-of-type(4){animation-delay: .3s;}
	.example ul.action li:nth-of-type(5){animation-delay: .4s;}
	.example ul.action li:nth-of-type(6){animation-delay: .5s;}
	.example ul.action li:nth-of-type(7){animation-delay: .6s;}
	.example ul.action li:nth-of-type(8){animation-delay: .7s;}
	.example ul.action li:nth-of-type(9){animation-delay: .8s;}
	.example ul.action li:nth-of-type(10){animation-delay: .9s;}
	.example ul.action li:nth-of-type(11){animation-delay: 1s;}
	.example ul.action li:nth-of-type(12){animation-delay: 1.1s;}
.example ul li b{display: block;font-size: 21px;}
.example ul li img{width: 150px;}

/*・ONAYAMI・*/
.onayami {
    padding: 100px 0 0;
    background: #F9F9F9;
}
.onayami ul {
	display: flex;
	justify-content: space-between;
	text-align: center;
	padding: 30px clamp(10px, calc(81.94vw + -383.33px), calc(50% - 600px)) 100px;
}
.onayami ul li {
	background: #fff;
	/* border: solid 3px #00B4FA; */
	border-radius: 10px;
	padding: 40px 20px;
	/* flex: 1; */
	/* margin: 0 10px; */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: calc(100%/3 - 20px);
	/*opacity: 0;*/
}
.onayami ul.action li{animation: FadeInUp 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;}
.onayami ul.action li:nth-of-type(1){}
.onayami ul.action li:nth-of-type(2){animation-delay: .4s;}
.onayami ul.action li:nth-of-type(3){animation-delay: .7s;}

.onayami ul li p{font-size: 24px;line-height: 1.6;font-weight: 700;}
.onayami ul li img{width: 70%;margin: 20px 0 0;}
.onayami ul li b{
	    color: #00B4FA;
}
.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: space-between;
	text-align: center;
	padding: 70px clamp(10px, calc(81.94vw + -383.33px), calc(50% - 600px));
}
.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); */
	width: calc(100% / 3 - 20px);
	/*opacity: 0;*/
}
.onayami ol.action li{animation: FadeInUp 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;}
.onayami ol.action li:nth-of-type(1){}
.onayami ol.action li:nth-of-type(2){animation-delay: .4s;}
.onayami ol.action li:nth-of-type(3){animation-delay: .7s;}

.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: 24px;
	font-weight: 700;
}
.onayami ol li strong b {
	display: inline-block;
	background: linear-gradient(transparent 75%, #fae58e 75%);
	background-position: 0 1.3em;
	margin: auto;
	font-weight: 700;
}
.onayami ol li img {
	height: 140px;
	display: block;
	margin: 30px auto;
}
.onayami ol li p {
	font-size: 18px;
	margin-top: 1rem;
}
/*・ONAYAMI・*/
.about {
	/* background: #EAF8FF; */
	padding: 70px clamp(10px, calc(81.94vw + -383.33px), calc(50% - 600px));
}
.about p {
	color: #444;
	text-align: center;
	font-weight: 700;
	line-height: 1.4;
	font-size: 36px;
}
.about dl {display: flex;margin: 70px 0 0;justify-content: center;/*opacity: 0;*/}
.about dl.action {
	animation: FadeInUp 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;}

.about dl dt{display: flex;align-items: center;}
.about dl dt img{height: 230px;margin: 0 50px 0 0;}
.about dl dd{font-size: 28px;}
/*・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, calc(81.94vw + -383.33px), calc(50% - 600px));
	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;
	background: #EAF8FF;
}
.feature h3 {text-align: center;color: #00B4FA;font-size: 140%;margin: 0 0 2rem;}
.feature ul {
	background: #EAF8FF;
	display: flex;
	justify-content: space-between;
	text-align: center;
	padding: 70px clamp(10px, calc(81.94vw + -383.33px), calc(50% - 600px));
}
.feature ul li {
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	/* flex: 1; */
	/* margin: 0 10px; */
	width: calc(100% / 3 - 20px);
	/*opacity: 0;*/
}
.feature ul.action li{animation: FadeInUp 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;}
.feature ul.action li:nth-of-type(1){}
.feature ul.action li:nth-of-type(2){animation-delay: .4s;}
.feature ul.action li:nth-of-type(3){animation-delay: .7s;}

.feature ul li strong {
	/* color: #fff; */
	/* background: #00B4FA; */
	display: block;
	font-size: 26px;
	font-weight: 700;
	/* padding: 25px; */
	margin: 0 -25px 0;
	border-radius: 10px 10px 0 0;
}
.feature ul li img {
	height: 100px;
	display: block;
	margin: 30px auto;
	height: 140px;
}
.feature ul li p {
	text-align: left;
	font-size: 16px;
	margin: 1rem 1rem 0;
	position: relative;
	padding: 0 0 0 24px;
}
.feature ul li p:before {
	content:"";
	display: block;
	width: 12px;
	height: 18px;
	border: 0px solid #00B4FA;
	border-width: 0px 4px 4px 0;
	position: absolute;
	top: -3px;
	left: 0;
	transform: rotate(40deg);
}
.feature ul li b {display: block;margin: 1rem 0 0;font-size: 120%;}
.feature ul li b:before {content:"⇒";}
.feature ul li b span{
    background: linear-gradient(transparent 70%, #fffb81 70%);
    background-position: 0 1.35em;
}
/*・FUNCTION・*/
.function {
	padding: 70px 0;
}
.function ul {
	/* background: #EAF8FF; */
	display: flex;
	justify-content: space-between;
	text-align: center;
	padding: 50px clamp(10px, calc(81.94vw + -383.33px), calc(50% - 600px));
}
.function ul li {
	background: #F6F6F6;
	border-radius: 10px;
	padding: 30px;
	/* flex: 1; */
	/* margin: 0 10px; */
	width: calc(100% / 3 - 20px);
	/*opacity: 0;*/
}
.function ul.action li{animation: FadeInUp 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;}
.function ul.action li:nth-of-type(1){}
.function ul.action li:nth-of-type(2){animation-delay: .4s;}
.function ul.action li:nth-of-type(3){animation-delay: .7s;}

.function ul li strong {
	/* color: #fff; */
	/* background: #00B4FA; */
	display: block;
	font-size: 20px;
	font-weight: 700;
	/* padding: 25px; */
	/* margin: 0 -25px 0; */
	/* border-radius: 30px 30px 0 0; */
}
.function ul li img {
	height: 120px;
	display: block;
	margin: 30px auto;
}
.function ul li p {
	text-align: left;
	font-size: 16px;
	margin: 1rem 1rem 0;
	position: relative;
	padding: 0 0 0 24px;
}
.function ul li p:before {
	content:"";
	display: block;
	width: 12px;
	height: 18px;
	border: 0px solid #00B4FA;
	border-width: 0px 4px 4px 0;
	position: absolute;
	top: -3px;
	left: 0;
	transform: rotate(40deg);
}
/*・CASE STUDIES・*/
.case_studies {
	padding: 70px clamp(10px, calc(81.94vw + -383.33px), calc(50% - 600px));
}
.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:before {
	content:"";
	border-right:solid 1px #ccc;
	position: absolute;
	right: -40px;
	height: 100%;
}
.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-slide dl dd ul{padding: 0 0 0 1.5rem;}
.case_studies .slider-2 .slick-slide dl dd ul li{list-style: disc;margin: 0 0 5px;}
.case_studies .slider-2 .slick-arrow {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #007bc7;
	cursor: pointer;
	border: none;
	outline: none;
	font-size: 0;
	position: absolute;
	top: 150px;
	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: 18px;
	height: 18px;
	border: 1px solid #fff;
	border-width: 2px 2px 0 0;
	position: absolute;
	top: 20px;
	transform: rotate(45deg);
}
.case_studies .slider-2 .slick-next {
	right: 280px;
}
.case_studies .slider-2 .slick-prev {
	left: 280px;
}
.case_studies .slider-2 .slick-next::before {
	left: 16px;
}
.case_studies .slider-2 .slick-prev::before {
	border-width: 0 0 2px 2px;
	right: 16px;
}
.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 {
	/* background: #F9F9F9; */
	padding: 70px clamp(10px, calc(81.94vw + -383.33px), calc(50% - 600px));
}
.flow ol {display: flex;flex-wrap: wrap;justify-content: space-between;margin: 50px 0 0;}
.flow ol > li{width: calc(100%/4 - 20px);background: #fff;text-align: center;padding: 20px;border-radius: 10px;margin: 0 0 20px;box-shadow: 0 3px 6px #b8b7b7;/*opacity: 0;*/}
.flow ol.action > li{animation: FadeInUp 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;}
.flow ol.action > li:nth-of-type(1){}
.flow ol.action > li:nth-of-type(2){animation-delay: .3s;}
.flow ol.action > li:nth-of-type(3){animation-delay: .6s;}
.flow ol.action > li:nth-of-type(4){animation-delay: .9s;}
.flow ol > li b{display: flex;width: 100%;justify-content: center;height: 3rem;align-items: center;}
.flow ol > li img{width: 150px;}
.flow ol > li p{
    text-align: left;
}
.flow ol > li ul{
    text-align: left;
    list-style: decimal;
}
.flow ol > li ul li{
    list-style: disc;
    margin: 0 0 0 1rem;
}
.flow div{
    background: #EAF8FF;
    text-align: center;
    line-height: 1;
    font-weight: 700;
    font-size: 40px;
    padding: 30px;
	opacity: 0;
}
.flow div.action {
	animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;animation-delay: .9s;
}
@keyframes zoomIn {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*・CONTACT・*/
#contact {
	margin: 60px 0 0;
	background: #EAF8FF;
	padding: 100px 0 0;
}
#contact form {
	background: #EAF8FF;
	padding: 60px clamp(10px, calc(81.94vw + -383.33px), 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, calc(81.94vw + -383.33px), calc(50% - 600px));
	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: 20px;
		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 h3 {
    font-size: 21px;
    margin: 20px auto 0;
}
	.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: 220px; */
		flex-direction: column;
		margin: 20px auto 20px;
	}
	.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;
		width: auto;
	}
	.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: 30px;
		line-height: 1;
	}
	.fv .fv_inner dl small {}
.fv .fv_inner h4 {font-size: 21px;text-align: center;}
.fv .fv_inner h4 span{}
.fv .fv_inner h4 span:before{
	content: "※";
	position: absolute;
	color: #333;
	right: 0;
	top: -7px;
	font-size: 50%;
}
.fv .fv_inner h4 b{font-size: 150%;}
.fv .fv_inner h4 small{display: block;margin: 10px 0 0;}
	.fv .fv_inner .fv_img_right {
		position: relative;
		right: 0;
		bottom: 10px;
	}
	.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 {}

/*USER*/
.user {}
.user ul {
    flex-wrap: wrap;
}
.user ul li {
    margin: 0 0 20px;
}
.user ul li img{}
/*Example*/
.example {}
.example p {
    font-size: 13px;
}
.example ul {}
.example ul li{
    width: calc(100% / 3 - 5px);
    margin: 0 0 10px;
    padding: 10px;
}
.example ul li b{
    font-size: 11px;
}
.example ul li img{
    width: 100%;
}

	/*・ONAYAMI・*/
	.onayami {}
	.onayami ul {
		flex-wrap: wrap;
		font-size: 13px;
	}
	.onayami ul li {
		width: 100%;
		padding: 10px;
		flex: none;
		margin: 0 0px 10px;
		flex-direction: row-reverse;
		justify-content: left;
		align-items: center;
	}
	.onayami ul li p{
    font-size: 14px;
}
	.onayami ul li img{
    width: 20%;
    margin: 0 10px 0 0;
}
	.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;
		justify-content: space-around;
	}
	.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 ol li p br{
		display:none;
	}
	/*・ONAYAMI・*/
	.about {}
	.about p {
		font-size: 13px;
	}
	
.about dl {
    flex-direction: column;
    align-items: center;
}
.about dl dt{}
.about dl dt img{
    margin: 0  0 20px;
    height: 150px;
}
.about dl dd{
    font-size: 12px;
}
	/*・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 h3 {
    font-size: 120%;
    margin: 0 0 2rem;
    padding: 0 20px 0;
}
	.feature ul {
		flex-direction: column;
	}
	.feature ul li {
		padding: 0px 15px 20px;
		border-radius: 26px;
		margin: 0 0 20px;
		width: 100%;
	}
	.feature ul li strong {
    border-radius: 26px 26px 0 0;
    padding: 20px;
    margin: 0 -15px 0;
    /* font-size: 14px; */
}
	.feature ul li img {
    margin: 20px auto;
}
	.feature ul li p {}
	/*・FUNCTION・*/
	.function {}
	.function ul {
		flex-direction: column;
	}
	.function ul li {
		padding: 0px 15px 20px;
		border-radius: 26px;
		margin: 0 0 20px;
		width: 100%;
	}
	.function ul li strong {
    border-radius: 26px 26px 0 0;
    padding: 20px;
    margin: 0 -15px 0;
}
	.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 ol {
    flex-direction: column;
}
.flow ol > li{
    width: 100%;
}
.flow ol > li b{}
.flow ol > li img{}
.flow ol > li p{}
.flow ol > li ul{}
.flow ol > li ul li{}
.flow div{
    font-size: 16px;
}
	/*・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 {}
}