* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 16px;
}

body {
	color: #090909;
	background-color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
}

p {
	font-size: 1rem;
	line-height: 160%;
}

a {
	text-decoration: none;
	color: #090909;
	font-size: 1rem;
}

.anchor {
	display: block;
	position: relative;
	top: -220px;
	visibility: hidden;
}

li {
	list-style-type: none;
	font-size: 1rem;
}

@media screen and (max-width: 900px) {

	html {
		font-size: 14px;
	}

}

.p_center {
	text-align: center;
}

.p_right {
	text-align: right;
}

.p_justify {
	text-align: justify;
}

.img_p {
	padding-bottom: 0;
	line-height: 0;
}

.img_p_center {
	padding-bottom: 0;
	line-height: 0;
	text-align: center;
}

.img_p_right {
	padding-bottom: 0;
	line-height: 0;
	text-align: right;
}

.marign_center {
	margin: 0 auto;
}

.br_sp {
	display: none;
}

.br_pc {
	display: block;
}

@media screen and (max-width: 900px) {

	.br_sp {
		display: block;
	}

	.br_pc {
		display: none;
	}
}

/**/

main {
	width: 100%;
	overflow: hidden;
}

/*共通*/

.h2_yellow {
	position: relative;
	font-size: 2.5rem;
	margin-bottom: 35px;
	line-height: 120%;
}

.h2_yellow::before {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 3px;
	background-color: #ffcc33;
}

.h2_yellow span {
	font-size: 1.5rem;
}

/*ヘッダー*/

.header_wrap {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	height: 80px;
	padding: 20px;
	text-align: right;
	z-index: 100;
	box-shadow: 0 0 8px #ccc;
}

.header_wrap ul {
	display: inline-flex;
	align-items: center;
	font-size: 1.5rem;
	transform: rotateZ(0.03deg);
}

.header_wrap li {
	margin-right: 35px;
}

.header_wrap li:last-child {
	margin-right: 0px;
}

.header_a {
	transition: 0.3s ease;
}

.header_a:hover {
	color: #0099cc;
	transition: 0.3s ease;
}

.header_btn {
	position: relative;
	display: block;
	background: transparent;
	border-radius: 100vh;
	outline: none;
	transition: all 0.2s ease;
	transform: rotateZ(0.03deg);
}

.header_btn:hover {
	border-color: transparent;
}

.header_btn span {
	position: relative;
	display: inline-block;
	color: #0099cc;
	background-color: #fff;
	border: 2px solid #0099cc;
	border-radius: 100vh;
	padding: 5px 30px;
	z-index: 2;
	transition: all 0.3s ease;
}

.pushdown {
	display: table;
	transform: rotateZ(0.03deg);
}

.pushdown::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: 100%;
	height: 100%;
	background-color: #0099cc;
	border-radius: 100vh;
	z-index: 1;
}

.pushdown:hover span {
	color: #fff;
	background-color: #0099cc;
	transform: translate(4px, 4px);
}

.btn_sp {
	display: none;
}

@media screen and (max-width: 900px) {

	.header_wrap {
		padding: 15px 20px;
	}

	.header_a {
		display: none;
	}

	.btn_pc {
		display: none;
	}

	.btn_sp {
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		width: 50px;
		height: 50px;
		color: #0099cc;
		background-color: #fff;
		border: 2px solid #0099cc;
	}

	.btn_sp::after {
		content: "";
		position: absolute;
		top: 1px;
		left: 1px;
		width: 50px;
		height: 50px;
		background-color: #0099cc;
		border-radius: 50%;
		z-index: -1;
	}

	.btn_sp a {
		color: #0099cc;
		font-size: 1.5rem;
	}

}


/*FV*/

.fv_wrap {
	position: relative;
	height: 100vh;
	padding-top: 80px;
}

.video_mask {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../image/back_dot.png);
	z-index: 2;
	width: 100%;
	height: 100%;
}

.video_area {
	position: static;
	z-index: -5;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
}

.video {
	position: absolute;
	z-index: -5;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 177.77777778vh;
	height: 56.25vw;
	min-height: 100%;
	min-width: 100%;
}

.h1_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
	width: 100%;
	z-index: 10;
}

h1 {
	color: #0099cc;
	font-size: 7.5rem;
	font-weight: 800;
	text-shadow:
		6px 6px 6px #fff, -6px -6px 6px #fff,
		-6px 6px 6px #fff, 6px -6px 6px #fff,
		6px 0px 6px #fff, -6px -0px 6px #fff,
		0px 6px 6px #fff, 0px -6px 6px #fff;
}

h1 span {
	font-size: 3.25rem;
}

.fv_wrap p {
	color: #0099cc;
	font-size: 2.75rem;
	font-weight: 600;
	line-height: 130%;
	text-shadow:
		3px 3px 3px #fff, -3px -3px 3px #fff,
		-3px 3px 3px #fff, 3px -3px 3px #fff,
		3px 0px 3px #fff, -3px -0px 3px #fff,
		0px 3px 3px #fff, 0px -3px 3px #fff;
}

@media screen and (max-width: 900px) {

	.fv_wrap {
		height: 80vh;
	}

	.h1_wrap {
		padding: 0 10px;
	}

	h1 {
		font-size: 6rem;
		line-height: 90%;
		margin-bottom: 30px;
	}

	h1 span {
		font-size: 2.5rem;
	}

	.fv_wrap p {
		font-size: 2rem;
		line-height: 150%;
	}

}

/*活用事例*/

.case_wrap {
	background-color: #fff;
	padding: 140px 0;
}

.case_inner {
	width: 1100px;
	text-align: center;
	margin: 0 auto;
}

.case_lead {
	position: relative;
	display: inline-block;
	font-size: 1.5rem;
	line-height: 230%;
	text-align: center;
	white-space: nowrap;
	margin-bottom: 40px;
	z-index: 10;
}

.case_lead .lead_strong {
	color: #0099cc;
	font-size: 3rem;
	font-weight: 600;
}

.case_lead .lead_line {
	position: relative;
}

.case_lead .lead_line::before {
	content: "";
	position: absolute;
	bottom: 0;
	background-color: rgb(255, 204, 51, 0.3);
	height: 10px;
	width: 100%;
	z-index: -5;
}

.case_lead::before {
	content: "";
	position: absolute;
	top: 15px;
	left: -30px;
	width: 2px;
	height: 100px;
	background-color: #191919;
	transform: rotate(-15deg);
}

.case_lead::after {
	content: "";
	position: absolute;
	top: 15px;
	right: -30px;
	width: 2px;
	height: 100px;
	background-color: #191919;
	transform: rotate(15deg);
}

.case_list_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.case_list {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 350px;
	height: 260px;
	border-radius: 10px;
	margin-bottom: 30px;
	box-shadow: 0 0 8px #ccc;
	background-repeat: no-repeat;
}

.list_promotion {
	background-image: url(../image/now_promotion.jpg);
}

.list_merchandise {
	background-image: url(../image/now_merchandise.jpg);
}

.list_society {
	background-image: url(../image/now_society.jpg);
}

.list_activities {
	background-image: url(../image/now_activities.jpg);
}

.list_manual {
	background-image: url(../image/now_manual.jpg);
}

.list_advertisement {
	background-image: url(../image/now_advertisement.jpg);
}

.case_list::before {
	content: "";
	position: absolute;
	background: rgb(255, 255, 255, 0.7);
	width: 250px;
	height: 250px;
	border-radius: 100vh;
}

.case_item {
	font-size: 1.5rem;
	line-height: 130%;
	z-index: 1;
}

.case_item span {
	font-size: 1rem;
	transform: rotateZ(0.03deg);
}

.case_example {
	font-size: 2rem;
	font-weight: 600;
	z-index: 1;
}

.case_cap {
	text-align: right;
	transform: rotateZ(0.03deg);
}

@media screen and (max-width: 900px) {

	.case_wrap {
		padding: 80px 20px;
	}

	.case_inner {
		width: 100%;
	}

	.case_lead {
		line-height: 160%;
	}

	.case_lead .lead_strong {
		font-size: 2rem;
	}

	.case_lead .lead_line::before {
		position: static;
	}

	.case_lead .lead_line_sp {
		position: relative;
	}

	.case_lead .lead_line_sp::before {
		content: "";
		position: absolute;
		bottom: 0;
		background-color: rgb(255, 204, 51, 0.3);
		height: 10px;
		width: 100%;
		z-index: -5;
	}

	.case_lead::before {
		top: auto;
		bottom: 0;
		left: -20px;
	}

	.case_lead::after {
		top: auto;
		bottom: 0;
		right: -20px;
	}

	.case_list {
		width: 48%;
		height: 200px;
		border-radius: 5px;
		margin-bottom: 15px;
	}

	.case_list::before {
		width: 95%;
		height: 95%;
		border-radius: 5px;
	}

}

/*サンプル*/

.sample_wrap {
	background: #e5f5fa;
	background-image: url(../image/sample_back.svg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 140px 0 250px 0;
}

.sample_innner {
	width: 1110px;
	text-align: center;
	margin: 0 auto;
}

.sample_innner p {
	transform: rotateZ(0.03deg);
}

.sample_innner h2 {
	position: relative;
	font-size: 2rem;
}

.sample_innner h2:before {
	content: attr(data-title);
	position: absolute;
	top: -80px;
	left: 50%;
	color: rgb(0, 153, 204, 0.2);
	font-size: 8rem;
	transform: translateX(-50%) rotate(-15deg);
}

.sample_movie_wrap {
	position: relative;
	width: 100%;
	display: flex;
	margin: 40px 0 80px 0;
}

.sample_book {
	position: relative;
	width: 255px;
}

.sample_book::before {
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	content: "電子ブックが開きます";
	background-color: rgb(255, 255, 255, 0.8);
	padding: 5px 10px;
	border-radius: 100vh;
	white-space: nowrap;
}

.sample_book img {
	width: 100%;
	height: auto;
	box-shadow: 0 0 8px #ccc;
}

.sample_arrow {
	width: 220px;
	height: auto;
	background-image: url(../image/yazirusi.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
}

.sample_movie {
	width: 635px;
}

.video_fullWrap {
	width: 100%;
	box-shadow: 0 0 8px #ccc;
}

.video_full {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.video_full-frame {
	width: 100%;
	height: 100%;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.h3_movie {
	background-color: #fff;
	border: 2px solid #0099cc;
	border-radius: 100vh;
	color: #0099cc;
	font-size: 1.5rem;
	margin-top: 20px;
	padding: 5px;
}

.sample_advantage_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-radius: 20px;
	border: 2px solid #0099cc;
	background-color: #fff;
	padding: 40px 0px;
}

.sample_advantage_wrap h3 {
	font-size: 2rem;
	width: 100%;
	margin-bottom: 30px;
}

.sample_advantage {
	width: calc(100% / 3);
}

.sample_advantage img {
	width: auto;
	height: 120px;
}

.advantage_border {
	border-left: 2px solid #0099cc;
	border-right: 2px solid #0099cc;
}

.sample_advantage h4 {
	font-size: 2.5rem;
}

@media screen and (max-width: 900px) {

	.sample_wrap {
		background-image: none;
		padding: 80px 20px 180px 20px;
	}

	.sample_innner {
		width: 100%;
	}

	.sample_innner h2 {
		line-height: 120%;
		margin-bottom: 10px;
	}

	.sample_innner h2:before {
		top: 0px;
		font-size: 5rem;
	}

	.sample_movie_wrap {
		flex-direction: column;
		margin-bottom: 60px;
	}

	.sample_book {
		width: 180px;
		margin-left: 50px;
		margin-bottom: 40px;
	}

	.sample_arrow {
		position: absolute;
		top: 180px;
		left: 200px;
		width: 150px;
		height: 150px;
		background-size: 100%;
		transform: rotateZ(-90deg) scale(-1, 1);
	}

	.sample_movie {
		width: 100%;
	}

	.h3_movie {
		font-size: 1rem;
		margin-top: 5px;
		padding: 5px;
	}

	.sample_advantage_wrap {
		flex-direction: column;
		border-radius: 10px;
		padding: 20px 20px;
	}

	.sample_advantage_wrap div p {
		text-align: justify;
		padding-right: 100px;
	}

	.sample_advantage_wrap h3 {
		position: relative;
		margin-bottom: 30px;
	}

	.sample_advantage_wrap h3::after {
		content: "";
		position: absolute;
		bottom: -25px;
		left: 50%;
		transform: translateX(-50%);
		width: 50%;
		height: 25px;
		background-color: rgb(255, 204, 51, 0.3);
		clip-path: polygon(0 0, 100% 0, 50% 100%);
	}

	.sample_advantage {
		position: relative;
		width: 100%;
	}

	.sample_advantage img {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		width: 70px;
		height: auto;
	}

	.advantage_border {
		border-left: 0px;
		border-right: 0px;
		border-top: 2px solid #0099cc;
		border-bottom: 2px solid #0099cc;
		margin: 15px 0;
		padding: 15px 0;
	}

	.sample_advantage h4 {
		font-size: 2rem;
	}

}

/*こんなことを思っていませんか*/

.think_wrap {
	position: relative;
	background-color: #fff;
	padding: 100px 0 0 0;
	z-index: 0;
}

.think_wrap::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	transform: skewY(-4deg);
	transform-origin: top left;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #fff;
}

.think_inner {
	position: relative;
	width: 1110px;
	margin: 0 auto;
}

.think_img {
	position: absolute;
	top: -235px;
	left: 140px;
	z-index: 5;
}

.think_bubble {
	position: absolute;
	top: -180px;
	left: 330px;
	z-index: 5;
	font-size: 1.5rem;
	background-color: #E9E9E9;
	border: 3px solid #474747;
	border-radius: 5px;
	padding: 5px 20px;
}

.think_bubble::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 30px 9px 0;
	border-color: transparent #474747 transparent transparent;
	top: 50%;
	transform: translateY(-50%);
	left: -33px;
}

.think_bubble::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 24px 7.5px 0;
	border-color: transparent #E9E9E9 transparent transparent;
	top: 50%;
	transform: translateY(-50%);
	left: -22px;
}

.think_demerit_wrap {
	width: 1110px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}

.think_demerit {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 540px;
	height: 158px;
	margin-bottom: 20px;
}

.think_demerit p {
	display: inline-block;
	text-align: center;
	width: 100%;
	height: 100px;
	background-color: #e5f5fa;
	border-radius: 10px;
	font-size: 1.5rem;
	padding-top: 30px;
	z-index: 1;
}

.think_demerit p span {
	font-size: 2.5rem;
}

.demerit_left {
	position: relative;
	padding-left: 120px;
}

.demerit_left::before {
	content: "";
	position: absolute;
	background-color: #e5f5fa;
	width: 160px;
	height: 160px;
	border-radius: 100vh;
	left: 0;
}

.demerit_left img {
	position: absolute;
	left: 0;
	z-index: 5;
}

.demerit_right {
	position: relative;
	padding-right: 120px;
}

.demerit_right::after {
	content: "";
	position: absolute;
	background-color: #e5f5fa;
	width: 160px;
	height: 160px;
	border-radius: 100vh;
	right: 0;
}

.demerit_right img {
	position: absolute;
	right: 0;
	z-index: 5;
}

.think_lead {
	font-size: 2rem;
	text-align: center;
}

@media screen and (max-width: 900px) {

	.think_wrap {
		padding: 100px 20px 50px 20px;
	}

	.think_inner {
		width: 100%;
	}

	.think_img {
		top: -245px;
		left: 20px;
		width: 150px;
	}

	.think_bubble {
		top: -190px;
		left: 160px;
		font-size: 1rem;
		padding: 5px 10px;
	}

	.think_demerit_wrap {
		width: 100%;
		margin: 0;
	}

	.think_demerit {
		width: 100%;
		height: auto;
		margin-bottom: 60px;
	}

	.think_demerit p {
		width: 100%;
		height: 120px;
		border-radius: 10px;
		font-size: 1.25rem;
		padding: 25px 0 5px 0;
	}

	.think_demerit p span {
		font-size: 2rem;
	}



	.think_lead {
		font-size: 1.5rem;
	}

}

/*矢頭*/

.arrow {
	padding-bottom: calc(10vw + 10px);
	position: relative;
	overflow: hidden;
	background-color: #fff;
	z-index: -4;
}

.arrow::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 10vw solid #ccebf5;
	border-left: 100vw solid transparent;
}

.arrow::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 10vw solid #ccebf5;
	border-right: 100vw solid transparent;
}

/*強み*/

.strengths_wrap {
	position: relative;
	background-color: #ccebf5;
	text-align: center;
	padding: 50px 0 120px 0;
	z-index: -4;
}

.strengths_title {
	position: relative;
	width: 1110px;
	margin: 0 auto 60px auto;
}

.strengths_title p {
	position: absolute;
	top: -20px;
	right: 295px;
	font-size: 1.5rem;
	border-bottom: 1px solid #191919;
}

.strengths_title h2 {
	position: relative;
	display: inline-block;
	font-size: 3rem;
	line-height: 100%;
}

.strengths_title h2:before {
	content: attr(data-title);
	position: absolute;
	top: 0px;
	left: -130px;
	color: rgb(0, 153, 204, 0.2);
	font-size: 8rem;
	transform: rotate(-15deg);
}

.strengths_title h2::after {
	content: "";
	position: absolute;
	top: -60px;
	left: -30px;
	background-color: #fff;
	width: 150px;
	height: 150px;
	border-radius: 100vh;
	z-index: -1;
}

.strengths_wrap h2 span {
	color: #0099cc;
	font-size: 12rem;
	font-weight: 600;
	vertical-align: -20px;
}

.strengths_left {
	position: relative;
	background-color: #fff;
	max-width: calc(100% - (50% - (540px / 2)));
	width: calc(100% - 0px);
	margin-left: 0;
	margin-right: auto;
	padding: 0px;
	padding-left: calc(50% - (540px / 2) - 190px);
	border-left: solid transparent;
	border-left-width: calc(0px + 0px);
	border-radius: 0 10px 10px 0;
	height: 300px;
	margin-bottom: 40px;
}

.strengths_right {
	position: relative;
	background-color: #fff;
	max-width: calc(100% - (50% - (540px / 2)));
	width: calc(100% - 0px);
	margin-right: 0;
	margin-left: auto;
	padding: 0px;
	padding-right: calc(50% - (540px / 2) - 190px);
	border-right: solid transparent;
	border-right-width: calc(0px + 0px);
	border-radius: 10px 0 0 10px;
	height: 350px;
	margin-bottom: 40px;
}

.strengths_img_01 {
	position: absolute;
	right: -310px;
	bottom: -110px;
	z-index: 5;
	width: auto;
	height: 430px;
}

.strengths_img_02 {
	position: absolute;
	left: -380px;
	bottom: -75px;
	z-index: 5;
	width: auto;
	height: 430px;
}

.strengths_img_03 {
	position: absolute;
	right: -400px;
	bottom: -80px;
	z-index: 5;
	width: auto;
	height: 430px;
}

.strengths_container {
	position: relative;
	display: flex;
	align-items: center;
	width: 730px;
	height: 100%;
}

.strengths_left .strengths_container {
	padding-right: 285px;
}

.strengths_right .strengths_container {
	padding-left: 285px;
}

.strengths_xx_title {
	position: absolute;
}

.strengths_left_title {
	top: 50px;
	right: 30px;
}

.strengths_right_title {
	top: 50px;
	left: 30px;
}

.strengths_xx_title h3 {
	position: relative;
	font-size: 3rem;
}

.strengths_xx_title h3::before {
	content: attr(data-title);
	position: absolute;
	bottom: -90px;
	left: 50%;
	transform: translateX(-50%) rotate(-10deg);
	font-size: 5rem;
	color: rgb(0, 153, 204, 0.2);
}

.strengths_xx_title h3::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 7px;
	background-color: #80cce5;
}

.strengths_xx_title p {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 35px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 800;
	background-color: #0099cc;
	border-radius: 100vh;
}

.strengths_xx_title p::before {
	content: "";
	position: absolute;
	top: -50px;
	left: 17px;
	width: 2px;
	height: 50px;
	background-color: #0099cc;
}

.strengths_container ul {
	text-align: left;
	transform: rotateZ(0.03deg);
}

.strengths_container li {
	position: relative;
	padding-left: 14px;
	margin-bottom: 10px;
	font-size: 1.5rem;
}

.strengths_container li::before {
	content: "●";
	position: absolute;
	left: 0px;
	top: 10px;
	font-size: 0.625rem;
	color: #0099cc;
}

.strengths_container li span {
	display: inline;
	background: linear-gradient(transparent 90%, #ffcc33 0%);
}

@media screen and (max-width: 900px) {

	.strengths_wrap {
		padding: 50px 20px 60px 20px;
	}

	.strengths_title {
		width: 100%;
		margin-bottom: 40px;
	}

	.strengths_title p {
		position: static;
		font-size: 1.5rem;
		margin-bottom: 30px;
	}

	.strengths_title h2 {
		font-size: 3rem;
		line-height: 100%;
	}

	.strengths_title h2:before {
		top: 0px;
		left: 50%;
		transform: translateX(-50%) rotate(-15deg);
		font-size: 4rem;
	}

	.strengths_title h2::after {
		top: -30px;
		left: -20px;
		width: 100px;
		height: 100px;
	}

	.strengths_wrap h2 span {
		font-size: 8rem;
		vertical-align: -5px;
	}

	.strengths_left {
		max-width: 100%;
		width: 100%;
		min-height: 180px;
		margin-left: auto;
		padding: 0px;
		padding-left: auto;
		border-left: 0;
		border-radius: 10px;
		height: auto;
		padding: 30px 15px 15px 15px;
		margin-bottom: 40px;
	}

	.strengths_right {
		max-width: 100%;
		width: 100%;
		margin-right: auto;
		padding: 0px;
		padding-right: auto;
		border-right: 0;
		border-radius: 10px;
		height: auto;
		padding: 30px 15px 15px 15px;
		margin-bottom: 40px;
	}

	.strengths_img_01 {
		display: none;
	}

	.strengths_img_02 {
		display: none;
	}

	.strengths_img_03 {
		display: none;
	}

	.strengths_container {
		align-items: center;
		width: 100%;
		height: 100%;
	}

	.strengths_left .strengths_container {
		padding-right: 130px;
	}

	.strengths_right .strengths_container {
		padding-left: 130px;
	}

	.strengths_left_title {
		top: 20px;
		right: 0px;
	}

	.strengths_right_title {
		top: 20px;
		left: 0px;
	}

	.strengths_xx_title h3 {
		position: relative;
		font-size: 2rem;
	}

	.strengths_xx_title h3::before {
		bottom: -50px;
		font-size: 3rem;
	}

	.strengths_xx_title p {
		width: 35px;
		height: 35px;
		font-size: 1.5rem;
	}

	.strengths_container ul {
		text-align: justify;
	}

	.strengths_container li {
		padding-left: 14px;
		margin-bottom: 10px;
		font-size: 1rem;
	}

	.strengths_container li::before {
		left: 0px;
		top: 3px;
		font-size: 0.625rem;
	}

}

/*使用シーン*/

.scene_wrap {
	position: relative;
	background-color: #fff;
	text-align: center;
	padding: 160px 0 12vw 0;
}

.scene_wrap::before {
	content: '';
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 80px;
	background-color: #0099cc;
}

.scene_image {
	display: grid;
	grid-gap: 30px;
	grid-template-rows: 160px 160px 160px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	width: 1110px;
	margin: 0 auto;
}

.scene_all {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	box-shadow: 0 0 8px #ccc;
	transition: 0.3s ease-in all;
}

.scene_all:hover {
	color: #fff;
}

.scene_all::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background-size: cover;
	transition: 0.3s ease-in all;
	opacity: 0.5;
}

.scene_all:hover::after {
	opacity: 1;
	transform: scale(1.1);
}

.scene_all p {
	position: relative;
	font-size: 2rem;
	z-index: 5;
}

.scene_info {
	grid-row: 1 / 3;
	grid-column: 1 / 5;
}

.scene_info::after {
	background-image: url(../image/scene_info.jpg);
}

.scene_activities {
	grid-row: 1 / 2;
	grid-column: 5 / 10;
}

.scene_activities::after {
	background-image: url(../image/scene_activities.jpg);
}

.scene_education {
	grid-row: 2 / 3;
	grid-column: 5 / 10;
}

.scene_education::after {
	background-image: url(../image/scene_education.jpg);
}

.scene_sns {
	grid-row: 1 / 4;
	grid-column: 10 / 13;
}

.scene_sns::after {
	background-image: url(../image/scene_sns.jpg);
}

.scene_shop {
	grid-row: 3 / 4;
	grid-column: 1 / 4;
}

.scene_shop::after {
	background-image: url(../image/scene_shop.jpg);
}

.scene_site {
	grid-row: 3 / 4;
	grid-column: 4 / 7;
}

.scene_site::after {
	background-image: url(../image/scene_site.jpg);
}

.scene_exhibition {
	grid-row: 3 / 4;
	grid-column: 7 / 10;
}

.scene_exhibition::after {
	background-image: url(../image/scene_exhibition.jpg);
}

@media screen and (max-width: 900px) {

	.scene_wrap {
		padding: 100px 0 28vw 0;
	}

	.scene_image {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		padding: 0 20px;
	}

	.scene_all {
		border-radius: 10px;
		height: 100px;
	}

	.scene_all p {
		position: relative;
		font-size: 1.5rem;
		line-height: 130%;
		z-index: 5;
	}

	.scene_info {
		width: 100%;
	}

	.scene_activities {
		width: calc(100% / 2 - 15px);
	}

	.scene_education {
		width: calc(100% / 2 - 15px);
	}

	.scene_sns {
		width: 100%;
	}

	.scene_sns::after {
		background-position: center center;

	}

	.scene_shop {
		width: calc(100% / 3 - 20px);
	}

	.scene_shop::after {
		background-position: bottom right;
	}

	.scene_site {
		width: calc(100% / 3 - 20px);
	}

	.scene_exhibition {
		width: calc(100% / 3 - 20px);
	}

}

/*ラインナップ*/

.lineup_wrap {
	position: relative;
	background-color: #e5f5fa;
	padding: 60px 0;
	width: 100%;
}

.lineup_wrap::before {
	content: "";
	position: absolute;
	top: -5.5vw;
	background-image: url(../image/wave_top.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100vw;
	height: 5.5vw;
	z-index: 1;
}

.lineup_wrap::after {
	content: "";
	position: absolute;
	bottom: -6vw;
	background-image: url(../image/wave_bottom.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100vw;
	height: 6vw;
	z-index: 1;
}

.lineup_title {
	position: relative;
	width: 1110px;
	margin: 0 auto 70px auto;
	text-align: center;
}

.lineup_title::after {
	content: "";
	position: absolute;
	top: -10px;
	left: 538px;
	width: 60px;
	height: 60px;
	background-color: #0099cc;
	border-radius: 100%;
}

.lineup_lead {
	position: relative;
	display: inline-block;
	font-size: 1.5rem;
	z-index: 1;
}

.lineup_lead::before {
	content: "";
	position: absolute;
	top: 0;
	left: -15px;
	width: 2px;
	height: 43px;
	background-color: #0099cc;
	transform: rotate(-15deg);
}

.lineup_lead::after {
	content: "";
	position: absolute;
	top: 0;
	right: -15px;
	width: 2px;
	height: 43px;
	background-color: #0099cc;
	transform: rotate(15deg);
}

.lineup_lead span {
	display: inline-flex;
	color: #fff;
	font-size: 3.5rem;
	font-weight: 800;
	padding: 0 20px;
	vertical-align: -5px;
}

.lineup_wrap h2 {
	font-size: 3.5rem;
}

.lineup {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 730px;
	margin: 0 auto;
}

.lineup_inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 350px;
	height: 330px;
	background-color: #fff;
	border-radius: 10px;
	padding-top: 60px;
	margin-bottom: 90px;
	box-shadow: 0 0 8px #ccc;
}

.lineup_inner_margin {
	margin-bottom: 30px;
}

.lineup_inner::before {
	content: "";
	position: absolute;
	top: -53px;
	left: 46%;
	transform: translateX(-46%) rotate(-35deg);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 3px 0 3px;
	border-color: #ffcc33 transparent transparent transparent;
}

.lineup_inner::after {
	content: "";
	position: absolute;
	top: -53px;
	left: 54%;
	transform: translateX(-54%) rotate(35deg);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 3px 0 3px;
	border-color: #ffcc33 transparent transparent transparent;
}

.lineup_inner>p {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #0099cc;
	width: 60px;
	height: 60px;
	border-radius: 100vh;
	color: #fff;
	font-size: 2rem;
	text-align: center;
	font-weight: 800;
	padding-top: 5px;
}

.lineup_inner h3 {
	position: relative;
	color: #0099cc;
	font-size: 2.5rem;
	font-weight: 800;
	text-align: center;
	line-height: 80%;
}

.lineup_inner h3::before {
	content: "";
	position: absolute;
	top: -115px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 3px 0 3px;
	border-color: #ffcc33 transparent transparent transparent;
}

.lineup_inner h3 span {
	font-size: 1.5rem;
}

.lineup_inner li {
	position: relative;
	padding-left: 14px;
	transform: rotateZ(0.03deg);
}

.lineup_inner li::before {
	content: "●";
	position: absolute;
	left: 0px;
	top: 4px;
	font-size: 0.625rem;
	color: #0099cc;
}

.lineup_inner div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100px;
	background-color: #ffcc33;
	border-radius: 0 0 10px 10px;
}

.lineup_inner>div>p {
	color: #0099cc;
	font-size: 2rem;
	font-weight: 800;
	text-align: center;
	line-height: 80%;
	vertical-align: bottom;
}

.lineup_inner .st {
	font-size: 3rem;
}

.lineup_inner .sm {
	font-size: 1.375rem;
}

.lineup_wrap>ul {
	width: 730px;
	margin: 0 auto;
}

.lineup_wrap>ul>li {
	position: relative;
	padding-left: 14px;
	transform: rotateZ(0.03deg);
}

.lineup_wrap>ul>li::before {
	content: "●";
	position: absolute;
	left: 0px;
	top: 4px;
	font-size: 0.625rem;
}

@media screen and (max-width: 900px) {

	.lineup_wrap {
		width: 100%;
		padding: 80px 0 50px 0;
	}

	.lineup_wrap::before {
		top: -5.5vw;
		background-size: 100%;
		width: 100vw;
		height: 5.5vw;
	}

	.lineup_wrap::after {
		bottom: -6vw;
		background-size: 100%;
		width: 100vw;
		height: 6vw;
	}

	.lineup_title {
		width: 100%;
		margin: 0 auto 70px auto;
	}

	.lineup_title::after {
		width: 0;
		height: 0;
	}

	.lineup_lead {
		line-height: 120%;
	}

	.lineup_lead::before {
		top: 20px;
		height: 83px;
	}

	.lineup_lead::after {
		top: 20px;
		height: 83px;
	}

	.lineup_lead span {
		color: #0099cc;
		font-size: 5.5rem;
		padding: 0 5px;
	}

	.lineup_wrap h2 {
		font-size: 3.5rem;
	}

	.lineup {
		width: 100%;
		padding: 0 20px;
	}

	.lineup_inner {
		width: 100%;
		height: auto;
		border-radius: 10px;
		padding-top: 40px;
		margin-bottom: 90px;
	}

	.lineup_inner_margin {
		margin-bottom: 90px;
	}

	.lineup_inner_sp {
		margin-bottom: 20px;
	}

	.lineup_inner::before {
		top: -53px;
		left: 46%;
		transform: translateX(-46%) rotate(-35deg);
	}

	.lineup_inner::after {
		top: -53px;
		left: 54%;
		transform: translateX(-54%) rotate(35deg);
	}

	.lineup_inner h3 {
		margin-bottom: 10px;
	}

	.lineup_inner h3::before {
		top: -100px;
	}

	.lineup_inner div {
		height: 80px;
		border-radius: 0 0 10px 10px;
		margin-top: 10px;
	}

	.lineup_wrap>ul {
		width: 100%;
		padding: 20px;
	}

}

/*事例紹介*/

.study_wrap {
	background-color: #fff;
	padding: 12vw 0 160px 0;
	text-align: center;
}

.slider {
	width: 1110px;
	justify-content: center;
	margin: 0 auto;
}

.study_inner {
	width: 540px !important;
	background-color: #E5F5FA;
	border-radius: 10px;
	text-align: left;
	padding: 30px;
}

.study_company {
	font-size: 1rem;
	line-height: 110%;
}

.study_title {
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.study_other {
	display: flex;
	transform: rotateZ(0.03deg);
}

.study_other span {
	background-color: #0099cc;
	color: #fff;
	padding: 3px 7px;
}

.study_left {
	margin-right: 20px;
}

.study_cap {
	width: 1110px;
	text-align: right;
	margin: 0 auto 100px auto;
	transform: rotateZ(0.03deg);
}

.study_wrap h3 {
	position: relative;
	display: table;
	font-size: 2rem;
	margin: 0 auto 15px auto;
}

.study_wrap h3::before {
	content: "";
	position: absolute;
	top: 0;
	left: -15px;
	width: 2px;
	height: 53px;
	background-color: #0099cc;
	transform: rotate(-15deg);
}

.study_wrap h3::after {
	content: "";
	position: absolute;
	top: 0;
	right: -15px;
	width: 2px;
	height: 53px;
	background-color: #0099cc;
	transform: rotate(15deg);
}

.study_videoWrap {
	width: 725px;
	margin: 0 auto 25px auto;
	box-shadow: 0 0 8px #ccc;
}

.study_video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.study_video-frame {
	width: 100%;
	height: 100%;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 900px) {

	.study_wrap {
		padding: 34vw 20px 100px 20px;
	}

	.slider {
		width: 100%;
	}

	.study_inner {
		width: 90vw !important;
		min-height: 360px;
		border-radius: 10px;
		text-align: left;
		padding: 15px;
	}

	.study_company {
		margin-bottom: 5px;
	}

	.study_title {
		line-height: 120%;
	}

	.study_other {
		flex-direction: column;
	}

	.study_left {
		margin-right: 0px;
		margin-bottom: 10px;
	}

	.study_cap {
		width: 100%;
		text-align: left;
		margin: 0 auto 60px auto;
	}

	.study_wrap h3 {
		line-height: 120%;
	}

	.study_wrap h3::before {
		height: 63px;
	}

	.study_wrap h3::after {
		height: 63px;
	}

	.study_videoWrap {
		width: 100%;
	}

}

/*制作の流れ*/

.flow_wrap {
	position: relative;
	background-color: #ccebf5;
	text-align: center;
	padding: 160px 0 150px 0;
}

.flow_wrap::before {
	content: '';
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 80px;
	background-color: #0099cc;
}

.flow_wrap ul {
	display: flex;
	justify-content: space-between;
	width: 1110px;
	margin: 0 auto;
}

.flow_wrap li {
	position: relative;
	width: 160px;
}

.flow_wrap li::after {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	position: absolute;
	top: 55px;
	left: 160px;
	color: #0099cc;
	font-weight: 900;
	font-size: 3.125rem;
}

.flow_wrap li:last-child::after {
	font-size: 0px;
}

.flow_wrap li div {
	width: 160px;
	height: 160px;
	background-color: #fff;
	border: 3px solid #0099cc;
	border-radius: 100vh;
}

.flow_wrap li h3 {
	font-size: 1.5rem;
}

.flow_wrap li p {
	line-height: 140%;
	text-align: justify;
	transform: rotateZ(0.03deg);
}

@media screen and (max-width: 900px) {

	.flow_wrap {
		width: 100%;
		padding: 100px 20px 70px 20px;
	}

	.flow_wrap ul {
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin: 0;
	}

	.flow_wrap li {
		width: 30%;
		margin-bottom: 30px;
	}

	.flow_wrap li::after {
		top: 75px;
		left: auto;
		right: -10px;
		font-size: 1.25rem;
	}

	.flow_wrap li div {
		width: 100%;
		height: auto;
		margin-bottom: 5px;
	}

	.flow_wrap li div img {
		width: 100%;
	}

	.flow_wrap li h3 {
		font-size: 1.25rem;
		line-height: 130%;
	}

}

/*よくある質問*/

.qanda_wrap {
	position: relative;
	text-align: center;
	background-color: #fff;
	padding: 160px 0;
}

.qanda_wrap::before {
	content: '';
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 80px;
	background-color: #0099cc;
}

.qanda_accordion {
	width: 96%;
	max-width: 1110px;
	margin: 0 auto;
}

.qanda_accordion li {
	margin: 10px 0;
}

.qanda_accordion section {
	position: relative;
	border: 3px solid #0099cc;
	border-radius: 10px;
}

.qanda_accordion section::before {
	content: "";
	left: 0;
	top: 0;
	position: absolute;
	width: 67px;
	height: 100%;
	background-color: #0099cc;
}

.qanda_title {
	position: relative;
	cursor: pointer;
	font-size: 1rem;
	text-align: left;
	transition: all 0.5s ease;
	transform: rotateZ(0.03deg);
	padding: 30px 30px 30px 95px;
}

.qanda_title::before {
	font-family: "Font Awesome 5 Free";
	content: '\f078';
	position: absolute;
	top: 25px;
	right: 25px;
	color: #0099cc;
	font-size: 1.875rem;
	font-weight: 900;
	transform: rotate(0deg);
	transition: all 0.5s ease;
}

.qanda_title.close::before {
	transform: rotate(180deg);
	transition: all 0.5s ease;
}

.qanda_title::after {
	content: attr(data-title);
	top: 5px;
	left: 15px;
	position: absolute;
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
}

/*アコーディオンで現れるエリア*/
.qanda_box {
	position: relative;
	display: none;
	width: 80%;
	background-color: #e5f5fa;
	border-radius: 0 0 10px 0;
	margin-left: 20%;
	padding: 35px 95px;
}

.qanda_box::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	border-radius: 0 0 100% 0;
	background-color: #0099cc;
}

.qanda_box p {
	position: relative;
	font-size: 1rem;
	text-align: justify;
	transform: rotateZ(0.03deg);
	z-index: 1;
}

.qanda_box p::before {
	position: absolute;
	top: -10px;
	left: -75px;
	content: attr(data-title);
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	transform: rotateZ(0.03deg);
}

@media screen and (max-width: 900px) {

	.qanda_wrap {
		padding: 120px 20px;
	}

	.qanda_accordion {
		width: 96%;
		max-width: 1110px;
		margin: 0 auto;
	}

	.qanda_accordion li {
		margin: 10px 0;
	}

	.qanda_accordion section::before {
		width: 45px;
	}

	.qanda_title {
		padding: 15px 15px 15px 55px;
	}

	.qanda_title::before {
		top: auto;
		bottom: 5px;
		right: 10px;
		font-size: 1rem;
	}

	.qanda_title::after {
		top: 0px;
		left: 10px;
		font-size: 2rem;
	}

	/*アコーディオンで現れるエリア*/
	.qanda_box {
		margin-left: 20%;
		padding: 15px 15px 15px 45px;
	}

	.qanda_box::after {
		width: 40px;
		height: 40px;
	}

	.qanda_box p::before {
		top: -10px;
		left: -35px;
		font-size: 1.5rem;
	}

}

/*お問い合わせ*/

.contact_wrap {
	position: relative;
	text-align: center;
	background-color: #fff5d6;
	padding: 180px 0;
}

.contact_wrap::before {
	content: '';
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 80px;
	background-color: #0099cc;
}

.contact {
	background-color: #fff;
	border-radius: 10px;
	width: 1110px;
	margin: 0 auto 50px auto;
	padding: 70px;
}

.contact_line {
	position: relative;
	display: table;
	margin: 0 auto 5px auto;
	transform: rotateZ(0.03deg);
}

.contact_line::before {
	content: "";
	position: absolute;
	top: 0;
	left: -10px;
	width: 2px;
	height: 23px;
	background-color: #0099cc;
	transform: rotate(-15deg);
}

.contact_line::after {
	content: "";
	position: absolute;
	top: 0;
	right: -10px;
	width: 2px;
	height: 23px;
	background-color: #0099cc;
	transform: rotate(15deg);
}

.contact_bubble {
	position: relative;
	display: inline-block;
	background-color: #0099cc;
	border-radius: 5px;
	color: #fff;
	font-size: 1.5rem;
	margin-bottom: 15px;
	padding: 5px 15px;
}

.contact_bubble::after {
	content: "";
	position: absolute;
	bottom: -14px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14.7px 8.5px 0 8.5px;
	border-color: #0099cc transparent transparent transparent;
}

.contact h3 a {
	font-size: 2rem;
	border-bottom: 1px solid #0099cc;
	margin-bottom: 15px;
	transition: .3s ease all;
}

.contact h3 a:hover {
	color: #0099cc;
	transition: .3s ease all;
}

.download {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 920px;
	margin: 0 auto 15px auto;
}

.download::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 100%;
	background-color: #0099cc;
}

.download div {
	width: 430px;
	text-align: left;
}

.download div img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	box-shadow: 0 0 8px #ccc;
}

.download div h4 {
	font-size: 1.5rem;
	text-align: center;
}

.download p {
	transform: rotateZ(0.03deg);
}

.tel {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 730px;
	margin: 0 auto;
}

.tel p {
	transform: rotateZ(0.03deg);
}

.tel>p {
	font-size: 1.5rem;
	line-height: 100%;
}

.tel_NP {
	display: inline-block;
	color: #0099cc;
	font-size: 2rem;
	transition: .3s ease all;
}

.tel_NP:hover {
	transform: scale(1.2);
	transition: .3s ease all;
}

.tel_yomigana {
	font-size: 0.8rem;
}

.tel_num {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	position: relative;
	width: 440px;
	height: 115px;
	border-radius: 100vh;
	background-color: #fff;
	padding-left: 95px;
	transition: .3s ease all;
}

.tel_num::before {
	position: absolute;
	top: 30px;
	left: 35px;
	font-family: "Font Awesome 5 Free";
	content: "\f879";
	font-weight: 900;
	font-size: 3rem;
	transform: rotate(10deg);
}

.tel_num:hover {
	transform: translate(3px, 3px);
	transition: .3s ease all;
}

.tel_num-number {
	font-size: 2rem;
	line-height: 100%;
}

@media screen and (max-width: 900px) {

	.contact_wrap {
		padding: 120px 20px;
	}

	.contact {
		border-radius: 10px;
		width: 100%;
		margin: 0 auto 50px auto;
		padding: 60px 20px;
	}

	.contact h3 {
		line-height: 120%;
	}

	.contact_line {
		margin: 0 auto 5px auto;
	}

	.download {
		flex-wrap: wrap;
		width: 100%;
		margin: 0;
	}

	.download::before {
		width: 0;
		height: 0;
	}

	.download div {
		width: 100%;
		margin-bottom: 30px;
	}

	.download_sp_border {
		position: relative;
		margin-bottom: 80px !important;
	}

	.download_sp_border::after {
		content: "";
		position: absolute;
		bottom: -40px;
		width: 100%;
		height: 2px;
		background-color: #80cce5;
	}

	.tel {
		justify-content: center;
		width: 100%;
		flex-direction: column;
	}

	.tel p {
		transform: rotateZ(0.03deg);
		text-align: center;
	}

	.tel div {
		width: 100%;
		margin-top: 10px;
	}

	.tel_num {
		align-items: center;
		width: 100%;
		text-align: center;
		padding-left: 10%;
	}

	.tel_num::before {
		top: 35px;
		left: 55%;
		transform: translateX(-140px);
	}

}

/**/

.video_sample {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 12px;
}

.video_sample iframe {
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/*ここから下メールフォーム用*/

/*埋め込み問い合わせフォーム*/

#include_form {
	text-align: left;
}

.container form {
	margin: 0;
}

/*入力欄*/
.input-group {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	transform: rotateZ(0.03deg);
}

.input-group_agree {
	padding: 5px;
}

.input-group.textInput {
	width: 100%;
}

.input-group label {
	width: 20%;
	font-size: 1rem;
	font-weight: bold;
	line-height: 190%;
}

.span_hissu {
	background-color: #0099cc;
	color: #fff;
	font-weight: bold;
	margin-right: 5px;
	padding: 5px 10px;
	border-radius: 5px;
}

.span_hissu_marginleft {
	margin-right: 0px;
	margin-left: 5px;
}

.span_nini {
	background-color: #666;
	color: #fff;
	font-weight: bold;
	margin-right: 5px;
	padding: 5px 10px;
	border-radius: 5px;
}

.input-group input,
.input-group textarea {
	width: 80%;
	background-color: #fff;
	border: 1px solid #0099cc;
	border-radius: 5px;
	font-size: 1rem;
	padding: 0.5em;
	outline: 0;
}

.input-group.textInput input::placeholder,
.input-group.textInput textarea::placeholder {
	font-size: 1rem;
	color: #999;
}

.input-group textarea {
	resize: vertical;
}

input:required,
textarea:required {
	background: #e5f5fa;
}

input:optional {
	background: #fff;
}

input:valid,
textarea:valid {
	background: #fff;
}

input:focus,
textarea:focus {
	background: #f7f7df;
}

#comment {
	height: calc(1.5em * 7.75);
	line-height: 1.5em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/*リロード時一瞬表示の抑制*/
[v-cloak] {
	display: none;
}

/*個人情報*/
#personalInfo {
	height: 125px;
	background-color: #fff;
	border: none;
	font-size: 1rem;
	line-height: 170%;
	margin: 15px 0;
	overflow: auto;
	box-sizing: border-box;
	transform: rotateZ(0.03deg);
}

#personalInfo .kojin {
	display: block;
	border-left: 5px solid #0099cc;
	font-size: 114%;
	font-weight: bold;
	padding-left: 8px;
}

#personalInfo .title {
	display: block;
	font-size: 114%;
	font-weight: bold;
	text-align: center;
}

#personalInfo .subtitle {
	font-weight: bold;
	border-left: 4px solid #666;
	margin-bottom: 5px;
	padding-left: 8px;
}

label[for="agree"] {
	width: auto;
	cursor: pointer;
}

input[type="checkbox"] {
	display: none;
}

input#agree[type="checkbox"]+label {
	display: block;
	position: relative;
	padding-left: 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

input#agree[type="checkbox"]+label::before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	border: 1px solid #0099cc;
	transform: translateY(-50%);
	transition: all 0.12s, border-color 0.08s;
	opacity: 0.6;
}

input#agree[type="checkbox"]:checked+label::before {
	width: 10px;
	top: 0px;
	left: 5px;
	border-top-color: transparent;
	border-left-color: transparent;
	border-radius: 0;
	transform: rotate(45deg);
	opacity: 1;
}

.spinner_all {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.spinner {
	width: 1em;
	height: 1em;
	position: relative;
	border-radius: 50%;
	color: #0099cc;
	font-size: 0.625rem;
	text-align: center;
	text-indent: -9999em;
	margin: 50px;
	-webkit-animation: load4 1.3s infinite linear;
	animation: spin 1.3s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

@-webkit-keyframes spin {

	0%,
	100% {
		box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
	}

	12.5% {
		box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}

	25% {
		box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}

	37.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}

	50% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}

	62.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
	}

	75% {
		box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
	}

	87.5% {
		box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
	}
}

@keyframes spin {

	0%,
	100% {
		box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
	}

	12.5% {
		box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}

	25% {
		box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
	}

	37.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}

	50% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
	}

	62.5% {
		box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
	}

	75% {
		box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
	}

	87.5% {
		box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
	}
}

.primary_wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.primary {
	position: relative;
	display: inline-block;
	background-color: #0099cc;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 5px solid #0088B5;
	border-radius: 100vh;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.25rem;
	font-weight: 800;
	padding: 8px 20px;
	transition: 0.3s ease;
	cursor: pointer;
}

.primary:hover {
	margin-top: 3px;
	border-bottom: 2px solid #006699;
	transition: 0.3s ease;
}

#errors {
	text-align: center;
}

#errors_all {
	min-width: 120px;
	max-width: 100%;
	position: relative;
	display: inline-block;
	background: #ccebf5;
	text-align: left;
	margin-top: auto 10px;
	padding: 10px 15px;
}

#errors_all::before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #ccebf5;
}

#errors_all p {
	margin: 0;
	padding: 0;
	transform: rotateZ(0.03deg);
}

#errors_all li {
	font-size: 1rem;
	line-height: 150%;
	transform: rotateZ(0.03deg);
	text-indent: -10px;
	padding-left: 10px;
}

#errors_all li::before {
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #6e6e6e;
	border-radius: 50%;
	position: relative;
	top: -1px;
	left: -1px;
}

#view_area {
	white-space: pre-line;
	text-align: center;
	font-family: bold;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

#view_area div {
	line-height: 1.7;
}

@media screen and (max-width: 900px) {

	.container {
		padding: 0px;
	}

	/*入力欄*/
	.input-group {
		flex-direction: column;
		align-items: center;
	}

	.input-group_agree {
		padding: 5px;
	}

	.input-group label {
		width: 100%;
	}

	.span_hissu {
		margin-right: 5px;
		padding: 2px 5px;
	}

	.span_hissu_marginleft {
		margin-right: 0px;
		margin-left: 5px;
	}

	.span_nini {
		margin-right: 5px;
		padding: 2px 5px;
	}

	.input-group input,
	.input-group textarea {
		width: 100%;
	}

	.input-group.textInput input::placeholder,
	.input-group.textInput textarea::placeholder {
		line-height: 140%;
	}

	/*個人情報*/
	#personalInfo {
		height: 100px;
		line-height: 150%;
		margin: 15px 0;
	}

	input#agree[type="checkbox"]+label::before {
		width: 10px;
		height: 10px;
		left: 0;
		top: 50%;
	}

	input#agree[type="checkbox"]:checked+label::before {
		width: 5px;
		top: 3px;
		left: 3px;
	}

	.primary_wrap {
		margin-top: 20px;
	}

}

.back_top {
	position: fixed;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	bottom: 10px;
	right: 10px;
	width: 60px;
	height: 60px;
	border-radius: 100vh;
	background-color: #fff;
	box-shadow: 0 0 8px #ccebf5;
	transition: 0.3s ease all;
	z-index: 500;
}

.back_top:hover {
	transform: translateY(-5px);
	transition: 0.3s ease all;
}

.back_top i {
	font-size: 2rem;
	color: #80cce5;
}

/*ローディング*/
#loading {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #0099cc;
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loading_class {
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
}

.loading_class>div {
	background-color: #fff;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.loading_class .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.loading_class .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.loading_class .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.loading_class .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {

	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4)
	}

	20% {
		-webkit-transform: scaleY(1.0)
	}
}

@keyframes sk-stretchdelay {

	0%,
	40%,
	100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}

	20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}

/*スクロール*/

#scrollDown {
	position: fixed;
	display: flex;
	height: 100vh;
	width: 100%;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

#scrollDown svg {
	height: 54px;
}

#scrollDown #mouse {
	stroke: #14f7c1;
	fill: none;
	stroke-width: 2;
	fill-opacity: 0;
}

#wheel {
	fill: #14f7c1;
}