@charset "utf-8";

/*	-----------------------------------------------
	初期用.
-----------------------------------------------	*/
_:-ms-input-placeholder,
:root .Contents {
	line-height: 1;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

body.Android_goshikku {
	font-family: "Noto Sans JP", sans-serif;
}
body.Android_mintyo {
	font-family: "Noto Serif JP", serif;
}

body h1,
body h2,
body h3,
body h4,
ul,
ol,
li,
p,
dl,
dt,
dd {
	margin: 0;
}
ul,
li {
	padding: 0;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: #000;
	display: inline-block;
	word-break: break-all;
}
span {
	display: inline-block;
}
img {
	display: inline-block;
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
}
input,
textarea {
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	word-break: break-all;
}
input {
	line-height: 1;
}
textarea {
	line-height: 1.7;
}

figure {
	margin: 0;
}

.clearF:after {
	display: block;
	clear: both;
	content: "";
}

/* Internet Explorer用の設定 */
a img {
	border: none;
}


/* マテリアルアイコン用の設定 */
body .material-icons {
	display: -webkit-inline-box;
	display: inline-flex;
	vertical-align: middle;
}

/* PCのとき電話リンクなしの設定 */
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

/*      -----------------------全体共通--------------------     */

@media screen and (min-width: 1921px) {
	.Contents {
		width: 1920px;
		margin: 0 auto;
		position: relative;
	}
}

/*     先頭戻る     */



/*      -----------------------head用--------------------     */
.Header {
	position: relative;
	overflow: hidden;
}

.Header::before,
.Header::after {
	position: absolute;
	z-index: 1;
	display: block;
	content: "";
	background-color: rgba(184,234,237,0.2);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}
.Header::before {
	bottom: 300px;
	left: -250px;
	width: 300px;
	height: 1050px;
}
.Header::after {
	bottom: 0;
	right: 50%;
	width: 200px;
	height: 1350px;
}

.Header_sen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.Header_sen span {
	width: 20px;
	position: absolute;
	background: -webkit-gradient(
	linear, left bottom, left top, from(rgba(184,234,237,0)), to(rgba(184,234,237,1)));
	background: linear-gradient(
	0deg, rgba(184,234,237,0) 0%, rgba(184,234,237,1) 100%);
	-webkit-transform-origin: top right;
	transform-origin: top right;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	padding-bottom: 600px;
}

.Header_sen span:nth-of-type(1) {
	top: 0;
	left: 750px;
}

.Header_sen span:nth-of-type(2) {
	top: 50%;
	left: 57%;
	background: -webkit-gradient(
	linear, left bottom, left top, from(rgba(184,234,237,1)), to(rgba(184,234,237,0)));
	background: linear-gradient(
	0deg, rgba(184,234,237,1) 0%, rgba(184,234,237,0) 100%);
}

.Header_sen span:nth-of-type(3) {
	top: 200px;
	right: -20px;
}

.Header_sen span:nth-of-type(1),
.Header_sen span:nth-of-type(3) {
	-webkit-animation-name: sen-anime;
	animation-name: sen-anime;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.Header_sen span:nth-of-type(1) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.Header_sen span:nth-of-type(3) {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

@-webkit-keyframes sen-anime {
	0% {
		opacity: 1;
	}
	5% {
		opacity: 0;
	}
	6% {
		padding-bottom: 600px;
	}
	7% {
		padding-bottom: 0;
	}
	8% {
		padding-bottom: 0;
	}
	10% {
		opacity: 1;
		padding-bottom: 600px;
	}
	100% {
		opacity: 1;
	}
}

@keyframes sen-anime {
	0% {
		opacity: 1;
	}
	5% {
		opacity: 0;
	}
	6% {
		padding-bottom: 600px;
	}
	7% {
		padding-bottom: 0;
	}
	8% {
		padding-bottom: 0;
	}
	10% {
		opacity: 1;
		padding-bottom: 600px;
	}
	100% {
		opacity: 1;
	}
}


.Header header {
	background-image: url("./img/top_img.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	height: 800px;
	width: 100%;
}



.Header header h1 {
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 10;
	font-size: 32px;
	line-height: 1;
	letter-spacing: 2px;
}
.Header header h1 a {
	color: #fff;
}
.Header header h1 span {
	display: block;
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
}
.Header header h1 span::before,
.Header header h1 span::after {
	content: "-";
	display: inline-block;
}

.Header header h1 span::before {
	padding-right: 10px;
}
.Header header h1 span::after {
	padding-left: 10px;
}


.Header header p {
	position: absolute;
	top: calc(50% - 76px);
	line-height: 1;
	z-index: 3;
	left: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	text-shadow: 0px 0px 5px #000;
	font-weight: 900;
}

.Header header p span:nth-of-type(1) {
	font-size: 80px;
	letter-spacing: 5px;
}
.Header header p span:nth-of-type(2) {
	font-size: 32px;
	display: block;
	padding-top: 40px;
}

.Header header p span:nth-of-type(2) br {
	display: none;
}


/*      nav関係     */
.nav_top_button {
	display: none;
}

.Header header nav {
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 3;
}

.Header header ul li {
	float: left;
	padding-left: 30px;
}
.Header header ul li a {
	color: #fff;
	font-weight: bold;
}

.Header header ul li a span {
	display: none;
}


@media screen and (max-width: 1500px) {
	@-webkit-keyframes sen-anime-two {
		0% {
			opacity: 1;
		}
		5% {
			opacity: 0;
		}
		6% {
			padding-bottom: 400px;
		}
		7% {
			padding-bottom: 0;
		}
		8% {
			padding-bottom: 0;
		}
		10% {
			opacity: 1;
			padding-bottom: 400px;
		}
		100% {
			opacity: 1;
		}
	}
	@keyframes sen-anime-two {
		0% {
			opacity: 1;
		}
		5% {
			opacity: 0;
		}
		6% {
			padding-bottom: 400px;
		}
		7% {
			padding-bottom: 0;
		}
		8% {
			padding-bottom: 0;
		}
		10% {
			opacity: 1;
			padding-bottom: 400px;
		}
		100% {
			opacity: 1;
		}
	}
	.Header_sen span:nth-of-type(3) {
		top: 400px;
		padding-bottom: 400px;
		-webkit-animation-name: sen-anime-two;
		animation-name: sen-anime-two;
	}
}

@media screen and (max-width: 1450px) {
	.Header header {
		background-size: 1450px 800px;
	}
}


@media screen and (max-width: 1150px) {
	.Header::before {
		width: 250px;
	}
	.Header::after {
		width: 150px;
	}
	.Header_sen span:nth-of-type(1) {
		left: 675px;
	}

	.Header_sen span:nth-of-type(2) {
		left: 65%;
	}

	.Header_sen span:nth-of-type(3) {
		top: 500px;
	}
}

@media screen and (max-width: 1000px) {
	.Header header {
		height: 600px;
		background-size: 1000px 600px;
	}
	.Header header p {
		top: calc(50% - 108px);
	}
	.Header header p span:nth-of-type(2) {
		line-height: 1.5;
	}
	.Header header p span:nth-of-type(2) br {
		display: inline-block;
	}

	.Header::before {
		width: 200px;
	}
	.Header::after {
		width: 100px;
	}
	.Header_sen span:nth-of-type(1) {
		left: 400px;
	}

	.Header_sen span:nth-of-type(2) {
		left: 62%;
	}

	.Header_sen span:nth-of-type(3) {
		top: 400px;
		padding-bottom: 200px;
	}
	@-webkit-keyframes sen-anime-two {
		0% {
			opacity: 1;
		}
		5% {
			opacity: 0;
		}
		6% {
			padding-bottom: 200px;
		}
		7% {
			padding-bottom: 0;
		}
		8% {
			padding-bottom: 0;
		}
		10% {
			opacity: 1;
			padding-bottom: 200px;
		}
		100% {
			opacity: 1;
		}
	}
	@keyframes sen-anime-two {
		0% {
			opacity: 1;
		}
		5% {
			opacity: 0;
		}
		6% {
			padding-bottom: 200px;
		}
		7% {
			padding-bottom: 0;
		}
		8% {
			padding-bottom: 0;
		}
		10% {
			opacity: 1;
			padding-bottom: 200px;
		}
		100% {
			opacity: 1;
		}
	}
}

@media screen and (max-width: 800px) {
	.Header_sen span:nth-of-type(2) {
		left: 67%;
	}
}

@media screen and (max-width: 750px) {
	.Header header h1 {
		top: 20px;
		left: 20px;
		font-size: 28px;
	}
	.Header header h1 span {
		display: inline-block;
		padding: 3px 0 0 10px;
	}

	_:-ms-input-placeholder,
	:root .Header header h1 {
		line-height: 1.3;
	}

	/*      navOPEN関係     */
	.nav_top_button {
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		background: rgba(255,255,255,0.8);
		width: 90px;
		height: 72px;
		padding: 10px 19px;
		box-sizing: border-box;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
		z-index: 9;
	}

	.nav_top_button span {
		position: absolute;
		top: calc(50% - 0.5px);
		left: 19px;
		width: 42px;
		height: 1px;
		background: #1b1464;
		opacity: 1;
		visibility: visible;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}

	.nav_top_button::before,
	.nav_top_button::after {
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
		content: "";
		display: inline-block;
		position: absolute;
		left: 19px;
		width: 52px;
		height: 1px;
		background: #1b1464;
	}

	.nav_top_button::before {
		top: 20px;
	}
	.nav_top_button::after {
		bottom: 20px;
	}

	.Header header nav {
		padding-top: 72px;
		-webkit-transform: translate(0, -100%);
		transform: translate(0, -100%);
		top: 0;
		right: auto;
		z-index: 8;
		left: 0;
		width: 100%;
		height: auto;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
		background-color: rgba(0,0,0,0.9);
	}

	.Header header nav ul li {
		float: none;
		padding-left: 0;
		width: 100%;
		border-bottom: 1px solid #fff;
	}
	.Header header nav ul li:nth-of-type(1) {
		border-top: 1px solid #fff;
	}

	.Header header ul li a {
		padding: 20px;
		display: block;
	}
	.Header header ul li a i {
		display: none;
	}
	.Header header ul li a span {
		display: inline-block;
	}

	/*      navOPEN     */
	button.nav_top_button_two {
		background: transparent;
	}
	button.nav_top_button_two span {
		opacity: 0;
		visibility: hidden;
	}
	button.nav_top_button_two::before,
	button.nav_top_button_two::after {
		background: #fff;
		left: 25px;
	}

	button.nav_top_button_two::before {
		top: 17px;
		-webkit-transform-origin: bottom left;
		transform-origin: bottom left;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	button.nav_top_button_two::after {
		bottom: 17px;
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.Header header nav.nav_top_open {
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}

@media screen and (min-width: 751px) {
	.Header header ul.hover_pc2 li a,
	.Header header ul.hover_pc2 li a::before {
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}
	.Header header ul.hover_pc2 li a {
		position: relative;
	}
	.Header header ul.hover_pc2 li a::before {
		display: block;
		content: "";
		position: absolute;
		bottom: -10px;
		left: 0px;
		height: 5px;
		width: 0;
		background: #2facb3;
	}
	.Header header ul.hover_pc2 li a:hover {
		color: #2facb3;
	}
	.Header header ul.hover_pc2 li a:hover::before {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.Header header p {
		top: calc(50% - 97px);
	}
	.Header header p span:nth-of-type(1) {
		font-size: 70px;
		letter-spacing: 4px;
	}
	.Header header p span:nth-of-type(2) {
		font-size: 28px;
		padding-top: 40px;
	}

	.Header::before {
		width: 150px;
	}
	.Header::after {
		width: 80px;
	}
	.Header_sen span {
		width: 5px;
	}
	.Header_sen span:nth-of-type(1) {
		left: 400px;
	}

	.Header_sen span:nth-of-type(2) {
		left: 62%;
	}

	.Header_sen span:nth-of-type(3) {
		padding-bottom: 100px;
		top: auto;
		bottom: 50px;
		right: 50px;
		-webkit-transform-origin: bottom left;
		transform-origin: bottom left;
	}
	@-webkit-keyframes sen-anime-two {
		0% {
			opacity: 1;
		}
		5% {
			opacity: 0;
		}
		6% {
			padding-bottom: 100px;
		}
		7% {
			padding-bottom: 0;
		}
		8% {
			padding-bottom: 0;
		}
		10% {
			opacity: 1;
			padding-bottom: 100px;
		}
		100% {
			opacity: 1;
		}
	}
	@keyframes sen-anime-two {
		0% {
			opacity: 1;
		}
		5% {
			opacity: 0;
		}
		6% {
			padding-bottom: 100px;
		}
		7% {
			padding-bottom: 0;
		}
		8% {
			padding-bottom: 0;
		}
		10% {
			opacity: 1;
			padding-bottom: 100px;
		}
		100% {
			opacity: 1;
		}
	}
}

@media screen and (max-width: 500px) {
	.Header header h1 {
		top: 26px;
		font-size: 20px;
	}
	.Header header h1 span {
		font-size: 14px;
		padding: 0;
	}
	.Header header h1 span::before {
		padding-right: 5px;
	}
	.Header header h1 span::after {
		padding-left: 5px;
	}

	.Header header p {
		top: calc(50% - 86px);
	}
	.Header header p span:nth-of-type(1) {
		font-size: 60px;
		letter-spacing: 4px;
	}
	.Header header p span:nth-of-type(2) {
		font-size: 24px;
	}
}

@media screen and (max-width: 400px) {
	.Header header p {
		top: calc(50% - 76px);
	}
	.Header header p span:nth-of-type(1) {
		font-size: 52px;
	}
	.Header header p span:nth-of-type(2) {
		font-size: 20px;
	}
}

@media screen and (max-width: 359px) {
	.Header_sen span:nth-of-type(3) {
		bottom: 0px;
	}

	.nav_top_button {
		width: 70px;
		height: 72px;
		padding: 10px;
	}

	.nav_top_button span {
		left: 10px;
		width: 40px;
	}

	.nav_top_button::before,
	.nav_top_button::after {
		left: 10px;
		width: 50px;
	}

	button.nav_top_button_two::before,
	button.nav_top_button_two::after {
		left: 16px;
	}
}

@media screen and (max-width: 350px) {
	.Header header p {
		top: calc(50% - 73px);
	}
	.Header header p span:nth-of-type(2) {
		font-size: 18px;
	}
}

/*      -----------みきゃん--------------------     */
.mikyan_2 {
	position: relative;
}

.mikyan {
	position: absolute;
	z-index: 3;
	right: 0;
	top: 0;
	width: 100%;
}
.mikyan img {
	width: 120px;
	position: absolute;
	right: 20px;
	top: -80px;
}
.mikyan figcaption {
	line-height: 1.5;
	position: absolute;
	right: 160px;
	top: -62px;
	color: #fff;
}

@media screen and (max-width: 500px) {
	.mikyan img {
		width: 80px;
		right: 10px;
		top: -50px;
	}
	.mikyan figcaption {
		font-size: 12px;
		right: 100px;
		top: -46px;
	}
}

/*      -----------お知らせ--------------------     */
.top_news {
	width: 1040px;
	margin: 0 auto;
	padding: 80px 0;
	overflow: hidden;
}

.top_news > h2 {
	float: left;
	line-height: 1;
	width: 80px;
	height: 320px;
	padding-right: 80px;
}
.top_news > h2 > span {
	font-size: 80px;
	color: #b8ebed;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.top_news > ul {
	float: left;
	width: calc(100% - 160px);
	height: 177px;
	padding-top: 71.5px;
	opacity: 0;
	-webkit-transform: translate(100px, 0);
	transform: translate(100px, 0);
	-webkit-transition: all 1000ms;
	transition: all 1000ms;
}

.top_news > ul.scrollin {
	opacity: 1;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}

.top_news > ul > li {
	border-bottom: 1px solid #ccc;
}

.top_news > ul > li > span {
	display: block;
	padding: 20px 0;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.top_news > ul > li > span > time {
	display: inline-block;
	color: #ccc;
	padding-right: 40px;
	width: 84px;
}

@media screen and (max-width: 1180px) {
	.top_news {
		width: 80%;
	}
}

@media screen and (max-width: 900px) {
	.top_news > h2 {
		padding-right: 40px;
	}
	.top_news > ul {
		width: calc(100% - 120px);
	}
}

@media screen and (max-width: 750px) {
	.top_news > h2 {
		padding-right: 0;
		float: none;
		width: 100%;
		height: auto;
		text-align: center;
	}
	.top_news > h2 > span {
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}
	.top_news > ul {
		width: 100%;
		height: auto;
		float: none;
	}
	.top_news >ul > li > span > time {
		padding-right: 20px;
	}
}

/* @media screen and (min-width: 640px) {
	.top_news > ul > li a.hover_pc2 {
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}
	.top_news > ul > li > a.hover_pc2:hover {
		color: #2facb3;
	}
	.top_news > ul > li > a.hover_pc2:hover > time {
		color: #ccc;
	}
} */

@media screen and (max-width: 600px) {
	.top_news > h2 > span {
		font-size: 70px;
	}
}
@media screen and (max-width: 590px) {
	.top_news > ul > li > span > time {
		padding: 0 0 5px;
		display: block;
		width: auto;
	}
}
@media screen and (max-width: 500px) {
	.top_news > h2 > span {
		font-size: 60px;
	}
}
@media screen and (max-width: 400px) {
	.top_news > h2 > span {
		font-size: 52px;
	}
}

/*      -------事業内容-----     */
.top_content_h2 {
	text-align: center;
	font-size: 80px;
	color: #b8ebed;
}

.top_content_one {
	width: 1040px;
	margin: 0 auto;
	padding: 80px 0;
}

.top_content_one_left {
	float: left;
	width: 420px;
}
.top_content_one_left h3 {
	font-size: 40px;
	color: #2facb3;
	line-height: 1;
}
.top_content_one_left p:nth-of-type(1) {
	line-height: 1;
	padding: 40px 0;
	font-size: 24px;
	font-weight: bold;
}
.top_content_one_left p:nth-of-type(1) span {
	background: -webkit-gradient(linear,left top, left bottom,color-stop(70%, transparent),color-stop(40%, #fff001));
	background: linear-gradient(transparent 70%,#fff001 40%);
}

.top_content_one_left p:nth-of-type(2) {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7;
	text-align: justify;
	padding-bottom: 80px;
}

.top_content_one_left div a {
	width: 220px;
	text-align: center;
	padding: 20px 0;
	height: 61px;
	box-sizing: border-box;
	border: 1px solid #2facb3;
	position: relative;
}
.top_content_one_left div a span {
	position: relative;
	z-index: 2;
}
_:-ms-input-placeholder,
:root .top_content_one_left div a span {
	line-height: 1.3;
}
.top_content_one_left div a::before {
	content: "\f0da";
	position: absolute;
	top: 21px;
	left: 46px;
	z-index: 2;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 20px;
	color: #2facb3;
}

.top_content_one_right {
	float: right;
	position: relative;
	width: 420px;
	height: 365px;
	background: #b8ebed;
}
.top_content_one_right::before {
	content: "";
	display: block;
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 1;
	width: 465px;
	height: 365px;
	background-repeat: no-repeat;
	background-size: 100%;
}
.top_content_one_right::after {
	content: "";
	display: block;
	position: absolute;
	top: -55px;
	right: 0px;
	z-index: 3;
	width: 150px;
	height: 125px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.top_content_one_right span {
	content: "";
	display: block;
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #b8ebed;
	-webkit-transition: all 2000ms;
	transition: all 2000ms;
}

.top_content_one_right span.scrollin {
	width: 0;
}

/*	---WEBサービス--	*/
.onE .top_content_one_right::before {
	background-image: url("./img/reiwawebcreate.jpg");
}
.onE .top_content_one_right::after {
	background-image: url("./img/01.png");
}

/*	---株FX--	*/
.twO {
	background: #fafafa;
}
.twO .top_content_one_left {
	width: 480px;
}
.twO .top_content_one_left h3 {
	font-size: 36px;
}
.twO .top_content_one_left p:nth-of-type(2) {
	padding-right: 60px;
}

.twO .top_content_one_right::before {
	background-image: url("./img/reiwa-pc-sumaho-seiyo-school.jpg");
}
.twO .top_content_one_right::after {
	background-image: url("./img/02.png");
}

/*	--IT派遣サービス--	*/
.threE .top_content_one_left h3 {
	font-size: 36px;
}
/* .threE .top_content_one_right::before {
	background-image: url("./img/robopuro-seiyo-school.jpg");
}
.threE .top_content_one_right::after {
	background-image: url("./img/03.png");
} */
.threE .top_content_one_right::before {
	background-image: url("./img/lecturer.jpg");
}
.threE .top_content_one_right::after {
	background-image: url("./img/03.png");
}
/*
.threE .top_content_one_left a[href="#"] {
	pointer-events: none;
}
.threE .top_content_one_left a::before {
	content: "\f7d9";
} */

/*	--未定--	*/
/* .four0 .top_content_one_right::before {
	background-image: url("./img/robopuro-seiyo-school.jpg");
}
.four0 .top_content_one_right::after {
	background-image: url("./img/04.png");
} */

@media screen and (max-width: 1180px) {
	.top_content_one {
		width: 90%;
	}
}
@media screen and (max-width: 1110px) {
	.top_content_one {
		width: 80%;
	}
	.top_content_one_right {
		float: none;
		margin: 0 auto;
	}
	.top_content_one_left {
		float: none;
		width: 100%;
		position: relative;
		z-index: 5;
		padding-top: 60px;
	}

	.twO .top_content_one_left {
		width: 100%;
	}
	.twO .top_content_one_left p:nth-of-type(2) {
		padding-right: 0;
	}
	.twO .top_content_one_left div {
		text-align: right;
	}
	.twO .top_content_one_right span,
	.twO .top_content_one_right::before {
		right: auto;
		left: 40px;
	}
	.twO .top_content_one_right::after {
		right: auto;
		left: 0;
	}
}

@media screen and (max-width: 700px) {
	.top_content_one_right,
	.top_content_one_right::before {
		width: 325.5px;
		height: 255.5px;
	}

	.top_content_one_left h3,
	.twO .top_content_one_left h3,
	.threE .top_content_one_left h3 {
		font-size: 32px;
	}
	.top_content_one_left p:nth-of-type(1) {
		font-size: 20px;
	}
	.top_content_one_left p:nth-of-type(2) {
		font-size: 16px;
	}
}

@media screen and (max-width: 600px) {
	.top_content_h2 {
		font-size: 70px;
	}

	.top_content_one_left h3,
	.twO .top_content_one_left h3,
	.threE .top_content_one_left h3 {
		line-height: 1.5;
	}
}

@media screen and (max-width: 500px) {
	.top_content_h2 {
		font-size: 60px;
	}

	.top_content_one_right,
	.top_content_one_right::before {
		width: 232.5px;
		height: 182.5px;
	}

	.top_content_one_right {
		left: 15px;
	}
	.top_content_one_right span,
	.top_content_one_right::before {
		top: 30px;
		right: 30px;
	}

	.top_content_one_left h3,
	.top_content_one_left p:nth-of-type(1) {
		text-align: center;
	}
	.top_content_one_left div {
		text-align: center;
	}

	.spaN_one {
		display: block;
	}

	.twO .top_content_one_right {
		left: auto;
		right: 15px;
	}
	.twO .top_content_one_right span,
	.twO .top_content_one_right::before {
		right: auto;
		top: 30px;
		left: 30px;
	}
	.twO .top_content_one_left div {
		text-align: center;
	}
}

@media screen and (max-width: 400px) {
	.top_content_h2 {
		font-size: 52px;
	}
	.top_content_one_left h3,
	.twO .top_content_one_left h3,
	.threE .top_content_one_left h3 {
		font-size: 30px;
	}
}
@media screen and (max-width: 369px) {
	.top_content_one_left h3,
	.twO .top_content_one_left h3,
	.threE .top_content_one_left h3 {
		font-size: 28px;
	}
	.top_content_one_left p:nth-of-type(1) {
		font-size: 18px;
	}
}
@media screen and (max-width: 340px) {
	.top_content_one_left h3,
	.twO .top_content_one_left h3,
	.threE .top_content_one_left h3 {
		font-size: 26px;
	}

	.threE .top_content_one_left p:nth-of-type(1) {
		font-size: 17px;
	}
}

@media screen and (min-width: 640px) {
	.top_content_one_left a.hover_pc2,
	.top_content_one_left a.hover_pc2::before,
	.top_content_one_left a.hover_pc2::after {
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}
	.top_content_one_left a.hover_pc2::after {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 1;
		height: 100%;
		width: 0;
		background: #2facb3;
	}
	.top_content_one_left a.hover_pc2:hover,
	.top_content_one_left a.hover_pc2:hover::before {
		color: #fff;
	}
	.top_content_one_left a.hover_pc2:hover::after {
		width: 100%;
	}
}


/*      ------footer------------------------     */
.Footer {
	padding: 20px;
	background: #2facb3;
}

_:-ms-input-placeholder,
:root .Footer {
	padding: 25px 20px 15px;
}

.Footer p {
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.Footer .Footer_p_one {
	padding-bottom: 10px;
}
.Footer .Footer_p_two a {
	color: #fff;
}
.Footer .Footer_p_two small {
	font-size: 14px;
}
.Footer .Footer_p_two small::after {
	content: "|";
	display: inline-block;
	padding: 0 10px;
}

@media screen and (max-width: 1000px) {
	.Footer {
		padding: 20px 10%;
	}
	_:-ms-input-placeholder,
	:root .Footer {
		padding: 25px 10% 15px;
	}
}
@media screen and (min-width: 640px) {
	.Footer .Footer_p_two a.hover_pc2:hover {
		text-decoration: underline;
	}
}
@media screen and (max-width: 550px) {
	.Footer .Footer_p_two {
		line-height: 1.5;
	}
	.Footer .Footer_p_two small::after {
		content: "";
		display: none;
	}
	.Footer .Footer_p_two a {
		display: block;
	}
}
@media screen and (max-width: 500px) {
	.Footer .Footer_p_one {
		padding-bottom: 20px;
		/* text-align: justify; */
		line-height: 1.5;
	}
}


/*     ------privacyヘッダー-----      */

.category_h {
	background: #2facb3;
	height: 72px;
}
.category_header {
	padding: 20px 80px;
}

.category_header .header_single_h1 {
	font-weight: bold;
}

.category_header h1 {
	float: left;
	font-size: 32px;
}
_:-ms-input-placeholder,
:root .category_header h1 {
	line-height: 1.3;
}

.category_header h1 a {
	color: #fff;
}
.category_header h1 a span {
	font-size: 14px;
}

.category_header h1 a span::before,
.category_header h1 a span::after,
.category_header .header_single_h1 a span::before,
.category_header .header_single_h1 a span::after {
	content: "-";
	display: inline-block;
}
.category_header h1 a span::before {
	padding-right: 5px;
}
.category_header h1 a span::after {
	padding-left: 5px;
}
.category_header .header_single_h1 a span::before {
	padding-right: 5px;
}
.category_header .header_single_h1 a span::after {
	padding-left: 5px;
}

.category_header .nav_one {
	float: right;
}
.category_header .nav_one ul li {
	float: left;
}

.category_header .nav_one ul li a {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.category_header .nav_one ul li a i {
	font-size: 24px;
}

.category_header .nav_one ul li {
	padding-right: 30px;
}

_:-ms-input-placeholder,
:root .category_header .nav_one ul li {
	line-height: 1.2;
}

.category_header .nav_one ul li:nth-of-type(1),
.category_header .nav_one ul li:nth-of-type(2),
.category_header .nav_one ul li:nth-of-type(3),
.category_header .nav_one ul li:nth-of-type(4) {
	padding-top: 7px;
}

.category_header .nav_one ul li:nth-of-type(3) {
	padding-top: 5px;
}

.nav_button,
.category_header .nav_one ul li:nth-of-type(3) span {
	display: none;
}

@media screen and (max-width: 1350px) {
	.category_header {
		padding: 20px 40px;
	}
}
@media screen and (max-width: 1000px) {
	.category_header {
		padding: 20px;
	}
}

@media screen and (max-width: 850px) {
	.category_h {
		background: transparent;
		position: relative;
	}
	.category_header {
		padding: 0;
	}

	.category_header h1 {
		float: none;
		position: absolute;
		top: 0;
		left: 0;
		background: #2facb3;
		height: 72px;
		box-sizing: border-box;
		padding: 20px 0 20px 20px;
		width: calc(100% - 90px);
		z-index: 2;
	}

	.category_header .nav_one {
		float: none;
		-webkit-transform: translate(0, -100%);
		transform: translate(0, -100%);
		position: absolute;
		top: 72px;
		left: 0;
		width: 100%;
		z-index: 1;
		height: auto;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
		background-color: rgba(0,0,0,0.9);
	}

	.category_header .nav_one ul li {
		float: none;
		width: 100%;
		border-bottom: 1px solid #fff;
	}
	.category_header .nav_one ul li a {
		display: block;
		padding: 20px;
	}

	.category_header .nav_one ul li:nth-of-type(1),
	.category_header .nav_one ul li:nth-of-type(2),
	.category_header .nav_one ul li:nth-of-type(3),
	.category_header .nav_one ul li:nth-of-type(4) {
		padding: 0px;
	}
	.category_header .nav_one ul li:nth-of-type(3) span {
		display: inline-block;
	}
	.category_header .nav_one ul li:nth-of-type(3) i {
		display: none;
	}

	.nav_button {
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		background: #fff;
		width: 90px;
		height: 72px;
		padding: 10px 19px;
		box-sizing: border-box;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
		z-index: 3;
	}

	.nav_button span {
		position: absolute;
		top: calc(50% - 0.5px);
		left: 19px;
		width: 42px;
		height: 1px;
		background: #1b1464;
		opacity: 1;
		visibility: visible;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}

	.nav_button::before,
	.nav_button::after {
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
		content: "";
		display: inline-block;
		position: absolute;
		left: 19px;
		width: 52px;
		height: 1px;
		background: #1b1464;
	}

	.nav_button::before {
		top: 20px;
	}
	.nav_button::after {
		bottom: 20px;
	}

	/*      navOPEN     */
	button.nav_button_two {
		background: #000;
	}
	button.nav_button_two span {
		opacity: 0;
		visibility: hidden;
	}
	button.nav_button_two::before,
	button.nav_button_two::after {
		background: #fff;
		left: 25px;
	}

	button.nav_button_two::before {
		top: 17px;
		-webkit-transform-origin: bottom left;
		transform-origin: bottom left;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	button.nav_button_two::after {
		bottom: 17px;
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.category_header nav.nav_open {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@media screen and (min-width: 640px) {
	.category_header .nav_one ul li a.hover_pc2 {
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}
	.category_header .nav_one ul li a.hover_pc2:hover {
		color: #3ebcea;
	}
}

@media screen and (max-width: 359px) {
	.category_header h1 {
		width: calc(100% - 70px);
		font-size: 28px;
		line-height: 1.2;
	}
	_:-ms-input-placeholder,
	:root .category_header h1 {
		line-height: 1.4;
	}

	.nav_button {
		width: 70px;
		height: 72px;
		padding: 10px;
	}

	.nav_button span {
		left: 10px;
		width: 40px;
	}

	.nav_button::before,
	.nav_button::after {
		left: 10px;
		width: 50px;
	}

	button.nav_button_two::before,
	button.nav_button_two::after {
		left: 16px;
	}
}


/*      privacyのh2から    */

.Privacy_box h2 {
	padding: 40px 0;
	color: #2facb3;
}
.Privacy_box h2::before {
	content: "\f502";
	padding-right: 10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.Privacy_box {
	width: 820px;
	margin: 0 auto;
}

.Privacy_box .Privacy_box_section {
	padding-bottom: 40px;
}
.Privacy_box h3 {
	line-height: 1.5;
	border-bottom: 1px solid #eee;
}
.Privacy_box p {
	line-height: 1.7;
	padding-top: 20px;
}

.Privacy_box ul {
	list-style: disc;
	padding: 20px 0 0 20px;
}
.Privacy_box ul li {
	line-height: 1.7;
}

.Privacy_box p a {
	color: #3ebcea;
}

.four_zoro_four div,
.Privacy_box .Privacy_box_a {
	text-align: center;
	padding-bottom: 40px;
}

.four_zoro_four div a,
.Privacy_box .Privacy_box_a a {
	width: 220px;
	text-align: center;
	padding: 20px 0;
	height: 61px;
	box-sizing: border-box;
	border: 1px solid #2facb3;
	position: relative;
}

.four_zoro_four div a span,
.Privacy_box .Privacy_box_a a span {
	position: relative;
	z-index: 2;
	line-height: 1.3;
}

_:-ms-input-placeholder,
:root .Privacy_box .Privacy_box_a a span {
	line-height: 1.5;
}
_:-ms-input-placeholder,
:root .four_zoro_four div a span {
	line-height: 1.5;
}

.four_zoro_four div a::before,
.Privacy_box .Privacy_box_a a::before {
	content: "\f0da";
	position: absolute;
	top: 21px;
	left: 46px;
	z-index: 2;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 20px;
	color: #2facb3;
}

@media screen and (max-width: 1000px) {
	.Privacy_box {
		width: 80%;
	}
}

@media screen and (min-width: 640px) {
	.Privacy_box p a.hover_pc2:hover {
		text-decoration: underline;
	}

	.four_zoro_four div a.hover_pc2,
	.four_zoro_four div a.hover_pc2::before,
	.four_zoro_four div a.hover_pc2::after,
	.Privacy_box .Privacy_box_a a.hover_pc2,
	.Privacy_box .Privacy_box_a a.hover_pc2::before,
	.Privacy_box .Privacy_box_a a.hover_pc2::after {
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}
	.four_zoro_four div a.hover_pc2::after,
	.Privacy_box .Privacy_box_a a.hover_pc2::after {
		content: "";
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 1;
		height: 100%;
		width: 0;
		background: #2facb3;
	}

	.four_zoro_four div a.hover_pc2:hover,
	.four_zoro_four div a.hover_pc2:hover::before,
	.Privacy_box .Privacy_box_a a.hover_pc2:hover,
	.Privacy_box .Privacy_box_a a.hover_pc2:hover::before {
		color: #fff;
	}

	.four_zoro_four div a.hover_pc2:hover::after,
	.Privacy_box .Privacy_box_a a.hover_pc2:hover::after {
		width: 100%;
	}
}

@media screen and (max-width: 390px) {
	.Privacy_box h2 {
		font-size: 20px;
	}
}


/*      ----------404--------------     */

/*     404ヘッダー    */
.privacy_header {
	padding: 20px 0;
	background: #2facb3;
}

_:-ms-input-placeholder,
:root .privacy_header {
	padding: 25px 0 15px;
}

.privacy_header h1 {
	text-align: center;
}
.privacy_header h1 a {
	color: #fff;
}

/*     404カスタマイズ   */
.header404 {
	height: 36px;
}
.Footer404 {
	height: 16px;
}

.four_zoro {
	padding-top: calc(50vh - 203px);
	padding-bottom: calc(50vh - 204px);
}

.four_zoro_four {
	width: 820px;
	margin: 0 auto;
	height: 275px;
}

.four_zoro_four h2 {
	text-align: center;
	padding: 40px;
}
.four_zoro_four p {
	text-align: center;
	line-height: 1.7;
	padding-bottom: 40px;
}

@media screen and (max-width: 1000px) {
	.four_zoro_four {
		width: 80%;
	}
}

@media screen and (max-width: 650px) {
	.four_zoro {
		padding-top: calc(50vh - 217px);
		padding-bottom: calc(50vh - 217px);
	}
	.four_zoro_four {
		height: 302px;
	}

	.four_zoro_four p span {
		display: block;
	}
}

@media screen and (max-width: 550px) {
	.four_zoro {
		padding-top: calc(50vh - 230px);
		padding-bottom: calc(50vh - 230px);
	}
	.Footer404 {
		height: 42px;
	}
}

@media screen and (max-width: 400px) {
	.four_zoro_four p {
		text-align: justify;
	}
	.four_zoro_four p span {
		display: inline;
	}
}
@media screen and (max-width: 359px) {
	.privacy_header h1 {
		font-size: 28px;
	}

	.four_zoro {
		padding-top: calc(50vh - 228px);
		padding-bottom: calc(50vh - 228px);
	}
	.header404 {
		height: 32px;
	}
}