* {
	margin: 0 auto;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.wrap {
	overflow: hidden;
}
ul {
	list-style: none;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
/*main-visual*/
.main-visual {
	width: 100%;
	height: 100vh;
	max-height: 800px;
	background: url("./images/main\ visual.jpeg");
	background-size: cover;
	background-position: right bottom;
	position: relative;
}
.logo {
	width: 55px;
	height: auto;
	float: right;
	margin-top: 30px;
	margin-right: 30px;
}
.text-content {
	float: right;
	clear: both;
	text-align: center;
	margin-top: 130px;
	margin-right: 60px;
}
.main-title {
	font-family: 'New York Extra Large', 'Playfair Display', serif;
	font-style: italic;
	font-size: 40px;
	letter-spacing: 0.05em;
}
.sub-title {
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 16px;
	margin-top: 50px;
	letter-spacing: 0.1em;
}
/* online app */
.online-app-content {
	width: 450px;
	margin-top: 100px;
}
.main-visual a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80px;
	position: relative;
	background: black;
	box-sizing: border-box;
	padding: 0 40px 0 40px;
	color: white;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
}
.main-visual a::after {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid white;
	border-right: 2px solid white;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -6px;
}
.main-visual a:hover {
	background: white;
	color: black;
	border: 1px solid black;
}
.main-visual a:hover::after {
	border-top: 2px solid black;
	border-right: 2px solid black;
}
/*main contents*/
/*Introduction*/
/*points*/
.message {
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 100px;
	text-align: center;
}
.contents-title {
	font-family: 'New York', 'Playfair Display', serif;
	font-style: italic;
	font-size: 40px;
	letter-spacing: 0.05em;
	margin-top: 100px;
	text-align: center;
}
.points-contents {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 70px;
}
.points-contents:before, .points-contents:after {
	border-top: 1px solid;
	content: "";
	width: 8%;
}
.points-contents:before {
	margin-right: 1em;
}
.points-contents:after {
	margin-left: 1em;
}
.point {
	width: 22%;
	height: 440px;
	text-align: center;
	border: 1px solid #707070;
	position: relative;
}
.point-number {
	width: 120px;
	height: 50px;
	font-size: 30px;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: normal;
	background-color: white;
	margin-top: -20px;
}
.point img {
	width: 50px;
	margin-top: 20px;
}
.point .shake {
	width: 65px;
	margin-top: 15px;
}
.point-title {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
	margin-top: 20px;
	position: relative;
	padding-bottom: 5px;
	text-align: center;
	font-size: 20px;
}
.point-title:before {
	position: absolute;
	bottom: -3px;
	left: calc(50% - 20px);
	width: 40px;
	height: 3px;
	content: '';
	background: #B00000;
}
.threetitle {
	margin-top: 8px;
}
.point-explain {
	width: 70%;
	font-size: 16px;
	text-align: left;
	margin-top: 30px;
}
.point-explain span {
	color: #B00000;
}
.point-btn {
	width: 100%;
	position: absolute;
	bottom: 50px;
}
.point-btn a {
	font-size: 14px;
	color: white;
	background-color: black;
	padding: 10px 25px;
	margin: 0 auto;
	transition-duration: 0.3s;
}
.point-btn a:hover {
	color: black;
	background-color: white;
	border: 1px solid black;
}
/*agitation*/
.agitation {
	position: relative;
	width: 100%;
	background: white;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.agitation:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -80px;
	left: 0;
	border-style: solid;
	border-color: white transparent transparent transparent;
	border-width: 80px 50vw 0 50vw;
	z-index: 1;
}
.agitation-message {
	font-size: 30px;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
	text-align: center;
	margin-top: 120px;
}
.agitation-message span {
	font-size: 40px;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	position: relative;
	padding-top: 0.2em;
}
.agitation-message span::before {
	position: absolute;
	content: "";
	width: 0.2em;
	height: 0.2em;
	border-radius: 50%;
	background-color: #FF7E00;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.agitation-contents {
	width: 95%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 80px;
}
.agitation-content {
	width: 31%;
	height: 100px;
	border-left: 7px solid #B00000;
	margin-bottom: 20px;
	box-shadow: 5px 3px 6px 0 rgb(218, 218, 218);
	position: relative;
}
.problem {
	width: 100%;
	font-weight: 700;
	font-style: normal;
	font-size: 19px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-45%);
}
/*solution*/
.solution {
	background-color: #F5F5F5;
	margin-top: -50px;
}
/*features*/
.features {
	padding-top: 50px;
}
.contents-subtitle {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	font-family: YuMincho, 'Yu Mincho', serif;
	letter-spacing: 0.05em;
	margin-top: 20px;
}
.check-box {
	width: 100%;
	height: 150px;
	margin-top: 70px;
	background-color: #ACACAC;
	background-image: repeating-linear-gradient(-45deg, #F5F5F5, #F5F5F5 28px, transparent 0, transparent 30px);
	border-top: 1px solid #ACACAC;
	border-bottom: 1px solid #ACACAC;
	position: relative;
}
.check-mark {
	width: 40px;
	height: 65px;
	background-color: #F5F5F5;
	padding: 0 10px 0 10px;
	position: absolute;
	top: -30px;
	left: 10%;
}
.check-mark img {
	width: 40px;
}
.check-mark p {
	font-size: 15px;
	margin-top: -10px;
}
.check-content {
	width: 950px;
	height: 50px;
	font-size: 20px;
	font-weight: 700;
	background-color: #F5F5F5;
	text-align: center;
	padding: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.features-contents {
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
}
.features-content {
	width: 33.33%;
	height: 300px;
}
.white {
	background-color: white;
}
.black {
	background-color: black;
	color: white;
}
.frame {
	width: 80%;
	height: 170px;
	margin-top: 70px;
	position: relative;
}
.frame p {
	width: 80%;
	font-size: 16px;
	letter-spacing: 0.05em;
	margin-top: 20px;
}
.whiteframe {
	border: 1px solid white;
}
.blackframe {
	border: 1px solid black;
}
.feature-title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	position: absolute;
	top: -15px;
	left: 0;
}
.title1 {
	width: 170px;
}
.title2 {
	width: 260px;
}
.title3 {
	width: 240px;
}
.title4 {
	width: 260px;
}
.title5 {
	width: 170px;
}
.title6 {
	width: 160px;
}
.bg-white {
	background-color: white;
	position: relative;
	padding-bottom: 5px;
}
.bg-white:before {
	position: absolute;
	bottom: -3px;
	left: calc(50% - 30px);
	width: 60px;
	height: 3px;
	content: '';
	background: #B00000;
}
.bg-black {
	background-color: black;
	position: relative;
	padding-bottom: 5px;
}
.bg-black:before {
	position: absolute;
	bottom: -3px;
	left: calc(50% - 30px);
	width: 60px;
	height: 3px;
	content: '';
	background: #FFB300;
}
/* support contents A */
.support {
	width: 90%;
	height: 500px;
	background-image: url('./images/support.png');
	background-size: cover;
	margin-top: 100px;
	position: relative;
}
.list-box {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 85px;
}
.support-list {
	width: 30%;
	height: 60px;
	border: 2px solid white;
	margin-bottom: 30px;
	z-index: 1;
	position: relative;
}
.list-bgc {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 60%;
	position: absolute;
	top: 0;
	left: 0;
}
.support-list p {
	width: 100%;
	height: auto;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: white;
	text-align: center;
	position: absolute;
	margin: 0 auto;
	top: 12px;
	bottom: 0;
}
/* what is CONEXT */
.message2 {
	width: 86%;
	display: flex;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 100px;
	text-align: center;
}
.slash1, .slash2 {
	width: 30px;
	height: 30px;
	padding-top: 40px;
}
.message3 {
	width: 800px;
	letter-spacing: 0.1em;
}
.message3 span {
	font-size: 45px;
	margin: 0 10px 0 10px;
}
.message3 br {
	display: none;
}
.wic-contents {
	height: 1350px;
	margin-top: 50px;
	position: relative;
}
.catch-copy {
	font-size: 80px;
	font-family: 'New York Extra Large', 'Playfair Display', serif;
	font-style: italic;
	opacity: 50%;
	position: absolute;
	top: 30px;
	left: 50px;
	z-index: 2;
}
.catch-copy span {
	font-family: 'New York Extra Large', 'Playfair Display', serif;
	margin-left: 120px;
}
.team {
	width: 850px;
	height: auto;
	float: right;
	position: relative;
	z-index: 1;
}
.wic-explain {
	width: 800px;
	height: 650px;
	background-color: white;
	position: absolute;
	bottom: 400px;
	left: 0;
}
.wic-explain p {
	font-size: 16px;
	line-height: 2.5;
	margin-top: 85px;
	margin-left: 100px;
	position: relative;
	z-index: 2;
	text-shadow:
		1px 0 0 white, 0 1px 0 white, -1px 0 0 white, 0 -1px 0 white
}
.wic-explain p span {
	font-weight: bold;
}
.conext {
	font-size: 25px;
	font-weight: bold;
	margin-right: 5px;
}
.diagram {
	width: 650px;
	height: auto;
	float: right;
	position: absolute;
	z-index: 1;
	bottom: 30px;
	right: 50px;
}
/* action 3courses */
.check-box2 {
	background-image: repeating-linear-gradient(-45deg, white, white 28px, transparent 0, transparent 30px);
}
.check-mark2 {
	background-color: white;
}
.check-content2 {
	background-color: white;
}
.courses {
	display: flex;
	margin: 100px;
}
.course {
	width: 32%;
	background-color: #F6F6F6;
	text-align: center;
	position: relative;
	box-shadow: 5px 5px 10px 0 rgb(218, 218, 218);
}
.course-title {
	width: 200px;
	height: 50px;
	margin-top: -30px;
	position: relative;
	z-index: 1;
}
.course-title1 {
	width: 100%;
	height: 35px;
	font-size: 15px;
	font-weight: bold;
	background-color: white;
	border: 1px solid black;
	padding-top: 15px;
	position: absolute;
	z-index: 2;
}
.stripe1 {
	width: 100%;
	height: 100%;
	background-image: repeating-linear-gradient(-45deg, #B00000, #B00000 3px, transparent 0, transparent 6px);
	position: absolute;
	top: 5px;
	left: 5px;
}
.course-title2 {
	width: 100%;
	height: 35px;
	font-size: 15px;
	font-weight: bold;
	background-color: white;
	border: 1px solid black;
	padding-top: 15px;
	position: absolute;
	z-index: 2;
}
.stripe2 {
	width: 100%;
	height: 100%;
	background-image: repeating-linear-gradient(-45deg, #00006C, #00006C 3px, transparent 0, transparent 6px);
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: -1;
}
.course-title3 {
	width: 100%;
	height: 43px;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	background-color: white;
	border: 1px solid black;
	padding-top: 7px;
	position: absolute;
	z-index: 2;
}
.stripe3 {
	width: 100%;
	height: 100%;
	background-image: repeating-linear-gradient(-45deg, #D25200, #D25200 3px, transparent 0, transparent 6px);
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: -1;
}
.course-img-contents {
	width: 90%;
	height: 170px;
	margin-top: 40px;
	position: relative;
}
.course-img {
	width: 90%;
	height: 150px;
	margin-top: 10px;
}
.course-frame1 {
	width: 30px;
	position: absolute;
	top: 145px;
	left: -5px;
}
.course-frame2 {
	width: 30px;
	position: absolute;
	top: -5px;
	right: -5px;
}
.target1, .target2, .target3 {
	font-size: 13px;
}
.target1 {
	width: 190px;
	margin: 30px auto;
	text-align: left;
	font-weight: 700;
}
.target2 {
	width: 190px;
	margin: 30px auto;
	text-align: left;
	font-weight: 700;
}
.target3 {
	margin: 41px auto;
	text-align: center;
	font-weight: 700;
}
.list-title {
	font-size: 20px;
	font-family: 'New York';
	font-style: italic;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 5px;
	text-align: center;
}
.list-title::before {
	position: absolute;
	bottom: -3px;
	left: calc(50% - 20px);
	width: 40px;
	height: 2.5px;
	content: '';
	background: #B00000;
}
.list-blue::before {
	background-color: #00006C
}
.list-orange::before {
	background-color: #D25200;
}
.course-list ul {
	width: 90%;
	padding-left: 0px;
}
.course-list li {
	width: 75%;
	font-size: 17px;
	color: white;
	border-radius: 50px;
	margin-bottom: 20px;
	padding: 10px;
}
.red-li {
	border-bottom: 1px solid #B00000;
}
.red-li li {
	background-color: #B00000;
}
.blue-li {
	border-bottom: 1px solid #00006C;
}
.blue-li li {
	background-color: #00006C;
}
.orange-li {
	border-bottom: 1px solid #D25200;
}
.orange-li li {
	background-color: #D25200;
}
.top {
	margin-top: 20px;
}
.empty {
	border-bottom: 1px solid black;
	opacity: 50%;
}
.empty li {
	border: 1px solid black;
	color: black;
	background-color: #F6F6F6;
	padding: 9px;
}
.end {
	border-bottom: none;
}
.price {
	margin-top: 50px;
	font-weight: bold;
	text-align: center;
}
.month {
	font-size: 20px;
}
.cost {
	font-size: 50px;
	font-weight: normal;
	margin-top: -15px;
}
.cost span {
	font-size: 40px;
}
.arrow {
	font-size: 20px;
	margin-top: -10px;
	margin-bottom: 10px;
}
.application {
	display: block;
	margin-bottom: 50px;
}
/* course app-btn */
.btn, a.btn, button.btn {
	font-size: 16px;
	position: relative;
	display: inline-block;
	padding: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.1em;
	color: white;
}
a.btn-border-shadow {
	padding: calc(1.0rem - 2px) 3rem 1.0rem;
}
a.btn-border-shadow:before {
	position: absolute;
	top: -5px;
	left: -5px;
	width: 99%;
	height: 95%;
	content: "";
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 1.5px solid black;
}
a.btn-border-shadow:hover {
	padding: calc(1.0rem - 1px) 3rem;
}
a.btn-border-shadow:hover:before {
	top: 0;
	left: 0;
}
a.btn-border-shadow--red {
	background: #B00000;
}
a.btn-border-shadow--blue {
	background: #00006C;
}
a.btn-border-shadow--orange {
	background: #D25200;
}
.word {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.word::before, .word::after {
	content: "";
	width: 25px;
	height: 1px;
	background-color: #000;
	margin: 10px 50px 10px;
}
.word::before {
	transform: rotate(45deg);
}
.word::after {
	transform: rotate(-45deg);
}
/* online app-btn */
a.online-app {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60%;
	height: 100px;
	position: relative;
	background: white;
	border: 1px solid black;
	box-sizing: border-box;
	padding: 0 25px 0 40px;
	color: black;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
}
a.online-app::after {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid black;
	border-right: 2px solid black;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -6px;
}
a.online-app:hover {
	background: black;
	color: white;
}
a.online-app:hover::after {
	border-top: 2px solid white;
	border-right: 2px solid white;
}
/* subsidy */
.subsity {
	width: 100%;
	height: 400px;
	background-color: #5D5D5D;
	padding-top: 100px;
	margin-top: 100px;
}
.subsity-contents {
	width: 60%;
	height: 300px;
	background-color: white;
	margin: 0 auto;
	position: relative;
}
.subsity-main {
	width: 500px;
	height: 50px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid black;
	padding-bottom: 2px;
	padding-top: 30px;
}
.subsity-explain {
	width: 490px;
	font-size: 15px;
	padding-top: 20px;
	margin: 0 auto;
}
.subsity-explain p {
	margin-bottom: 20px;
}
.subsity-explain2 {
	font-size: 12px;
	position: absolute;
	bottom: 20px;
	right: 30px;
}
.subsity-explain2 p {
	float: left;
}
.subsity-explain2 a {
	margin-left: 20px;
	color: black;
}
/* business flow */
.flow-contents {
	width: 100%;
	background-color: #F5F5F5;
	padding-bottom: 50px;
	position: relative;
	margin-bottom: 1em;
	text-align: center;
}
.flow-contents::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -30px;
	left: calc(50% - 100px);
	border-style: solid;
	border-color: #F5F5F5 transparent transparent transparent;
	border-width: 30px 100px 0 100px;
	z-index: 1;
}
.flow-title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 100px;
	padding-top: 100px;
}
.flow-figure {
	width: 60%;
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}
.flow-figure .line1 {
	position: absolute;
	top: 175px;
	left: -300px;
}
.flow-figure .line2 {
	position: absolute;
	top: 175px;
	left: 0;
}
.flow-figure .line3 {
	position: absolute;
	top: 375px;
	transform: rotate(-45deg);
}
.flow-figure .line4 {
	position: absolute;
	top: 575px;
	right: 0;
}
.flow-figure .line5 {
	position: absolute;
	top: 575px;
	right: -300px;
}
.flow-box {
	width: 43%;
	height: 350px;
	text-align: center;
	background-color: white;
	margin-bottom: 50px;
	position: relative;
}
.flow-box::before {
	border-top: 1px solid;
	content: "";
	width: 3em;
}
.flow-box::before {
	margin-right: 1em;
}
.step {
	width: 35%;
	height: 100px;
	float: left;
	background-color: black;
	color: white;
}
.step p {
	font-family: 'New York', 'Playfair Display', serif;
	font-size: 16px;
	margin-top: 22px;
}
.step p span {
	font-family: 'New York', 'Playfair Display', serif;
	font-size: 35px;
}
.flow-box img {
	width: 100px;
	position: absolute;
	top: 90px;
	left: calc(50% - 50px);
}
.step-text {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 40px;
	left: 0;
}
.step-title {
	font-size: 20px;
	font-weight: bold;
}
.step-exp {
	font-size: 14px;
	margin-top: 20px;
}
/* appeal */
.appeal-contents {
	display: flex;
	width: 95%;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 50px;
}
.appeal-content {
	width: 30%;
	height: 220px;
	border: 1px solid black;
}
.number {
	width: 170px;
	font-size: 55px;
	font-weight: normal;
	margin-top: 15px;
	position: relative;
}
.number2 {
	width: 200px;
	font-size: 55px;
	font-weight: normal;
	margin-top: 15px;
	position: relative;
}
.month2 {
	font-size: 15px;
	line-height: 20px;
	position: absolute;
	top: 26px;
	left: -35px;
}
.jpy {
	font-size: 30px;
	position: absolute;
	top: 26px;
	right: -33px;
}
.appeal-content a {
	margin-top: 10px;
}
/* footer */
.footer {
	margin-top: 100px;
}
.contact {
	width: 100%;
	height: 250px;
	color: white;
	background-color: black;
	position: relative;
}
.footer-icon {
	width: 250px;
	height: 250px;
	background-image: url('./images/logo\ black.png');
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.footer-menu {
	width: 40%;
	display: flex;
	padding-top: 60px;
}
.footer-menu li a {
	font-size: 16px;
	color: white;
	font-family: 'New York', 'Playfair Display', serif;
}
.contact-botton {
	display: flex;
	width: 60%;
}
.contact-botton a {
	display: block;
	width: 40%;
	height: 40px;
	color: white;
	text-align: center;
	font-size: 20px;
	font-family: 'New York', 'Playfair Display', serif;
	letter-spacing: 0.1em;
	border: 2px solid white;
	margin-top: 50px;
	position: relative;
	z-index: 1;
}
.contact-text, .line-text {
	padding-top: 12px;
}
.contact-text span {
	display: flex;
	vertical-align: top;
	line-height: 25px;
	width: 140px;
	font-family: 'New York', 'Playfair Display', serif;
}
.line-text span {
	display: flex;
	vertical-align: top;
	line-height: 25px;
	width: 130px;
	font-family: 'New York', YuMincho, 'Yu Mincho', 'Playfair Display', serif;
}
.contact-botton a i {
	font-size: 25px;
}
.footer-main {
	margin-top: 50px;
}
.footer-main-list {
	display: flex;
	width: 50%;
	font-size: 13px;
}
.footer-main-list a {
	color: black;
}
.copyright {
	font-size: 10px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}
/* 960以下SP表示 */
@media screen and (max-width: 960px) {
	/* main visual */
	.main-visual {
		height: 100vh;
		min-height: 700px;
		max-height: none;
		background-image: url('./images/background3.jpg');
		background-size: 100% auto;
		background-position: center bottom;
		background-repeat: no-repeat;
	}
	.logo {
		width: 40px;
		margin-top: 20px;
		margin-right: 20px;
	}
	.text-content {
		float: none;
		margin: 0;
	}
	.main-title {
		width: 90%;
		margin: 0 auto;
		padding-top: 30px;
		line-height: 1.1;
	}
	.sub-title {
		font-size: 15px;
	}
	.online-app-content {
		width: 80%;
		position: absolute;
		left: 50%;
		bottom: 50vw;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
	}
	.main-visual a {
		height: 60px;
		font-size: 13px;
		opacity: 85%;
	}
	/* introduction */
	.message {
		font-size: 18px;
		margin: 50px 30px 0 30px;
	}
	.message br {
		display: none;
	}
	/* points */
	.contents-title {
		margin-top: 50px;
		font-size: 25px;
	}
	.points-contents {
		display: block;
		margin-top: 0;
	}
	.point {
		width: 80%;
		height: auto;
		margin-top: 40px;
		padding-bottom: 40px;
	}
	.point img {
		margin-top: 5px;
	}
	.point-btn {
		position: static;
		margin-top: 30px;
	}
	.point-btn a {
		bottom: 20px;
	}
	.point .shake {
		margin-top: 5px;
	}
	.point-title {
		margin-top: 10px;
	}
	.point-explain {
		width: 80%;
		font-size: 14px;
	}
	/* agitation */
	.agitation {
		padding: 0;
		margin: 0;
	}
	.agitation::after {
		bottom: -40px;
		border-width: 40px 50vw 0 50vw;
	}
	.agitation-message {
		font-size: 20px;
		margin: 50px 20px 0 20px;
	}
	.agitation-message span {
		font-size: 25px;
	}
	.agitation-contents {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 30px;
		padding-bottom: 20px;
		display: block;
	}
	.agitation-content {
		width: 80%;
		height: 60px;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.problem {
		width: 100%;
		font-size: 15px;
		left: 50%;
	}
	/* feature */
	.contents-subtitle {
		margin-top: 10px;
		font-size: 10px;
	}
	.check-box {
		padding: 15px;
		height: auto;
		margin-top: 50px;
		box-sizing: border-box;
	}
	.check-mark {
		width: 25px;
		height: 45px;
		top: -22.5px;
		left: 5px;
		z-index: 99999;
	}
	.check-mark img {
		width: 25px;
	}
	.check-mark p {
		font-size: 10px;
	}
	.check-content {
		width: 100%;
		height: auto;
		font-size: 16px;
		line-height: 1.6;
		padding: 20px;
		position: static;
		transform: none;
		box-sizing: border-box;
	}
	.check-content br {
		display: none;
	}
	.features-contents {
		display: block;
		margin-top: 30px;
	}
	.features-content {
		width: 100%;
		height: auto;
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.frame {
		height: auto;
		margin-top: 20px;
		padding-bottom: 20px;
	}
	.frame p {
		margin-top: 5px;
		font-size: 14px;
	}
	.feature-title {
		font-size: 20px;
	}
	.title1 {
		width: 180px;
	}
	.title2 {
		width: 270px;
	}
	.title3 {
		width: 240px;
	}
	.title4 {
		width: 270px;
	}
	.title5 {
		width: 180px;
	}
	.title6 {
		width: 160px;
	}
	/* support */
	.support {
		width: 100%;
		height: 460px;
		margin-top: 30px;
	}
	.suppor-text {
		width: 100%;
		font-size: 150px;
		top: 10px;
		left: 0px;
	}
	.list-box {
		width: 90%;
		padding-top: 40px;
	}
	.support-list {
		width: 45%;
		height: 50px;
		margin-bottom: 15px;
	}
	.support-list p {
		font-size: 14px;
		top: 14px;
	}
	/* what is CONEXT */
	.message2 {
		width: 80%;
		font-size: 15px;
		margin-top: 50px;
	}
	.message2 span {
		font-size: 20px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.message2 br {
		display: block;
	}
	.message .slash1 {
		width: 25px;
		top: 30px;
		left: 0px;
	}
	.message .slash2 {
		width: 25px;
		top: 30px;
		right: 0px;
	}
	.wic-contents {
		height: auto;
		margin-top: 20px;
		padding-bottom: 60vw;
	}
	.catch-copy {
		font-size: 26px;
		top: 5px;
		left: 10px;
	}
	.catch-copy span {
		margin-left: 30px;
	}
	.team {
		position: static;
		width: 85vw;
		float: none;
		margin-left: 15vw;
	}
	.wic-explain {
		position: static;
		width: 80vw;
		height: auto;
		padding: 50px 20px 20vw 0;
		margin: -50px 0 0 0;
	}
	.wic-explain p {
		font-size: 14px;
		margin-top: 15px;
		margin-left: 20px;
	}
	.conext {
		font-size: 15px;
		margin-right: 0px;
	}
	.diagram {
		width: 70vw;
		position: absolute;
		bottom: 5vw;
		right: 5px;
		margin-top: 0;
		margin-right: 0px;
	}
	/* action 3courses */
	.courses {
		display: block;
		margin: 100px 0 0 0;
	}
	.course {
		width: 90%;
		margin-bottom: 100px;
	}
	.course-title1, .course-title2, .course-title3 {
		top: -25px;
	}
	.stripe1, .stripe2, .stripe3 {
		top: -20px;
	}
	.target1, .target2, .target3 {
		width: 84%;
		font-size: 15px;
	}
	.course-img-contents {
		margin-top: 0;
	}
	.course-img {
		max-width: 300px;
	}
	.target1, .target2, .target3 {
		margin: 15px auto;
	}
	.course-list li {
		font-size: 13px;
		margin-bottom: 15px;
	}
	.top {
		margin-top: 15px;
	}
	.price {
		margin-top: 20px;
	}
	.month {
		font-size: 15px;
		line-height: 15px;
	}
	.cost {
		font-size: 50px;
		line-height: 50px;
		margin-top: 10px;
	}
	.btn, a.btn, button.btn {
		font-size: 15px;
	}
	.word {
		font-size: 13px;
		margin-top: -50px;
		margin-bottom: 10px;
	}
	.word::before, .word::after {
		width: 15px;
		margin: 10px 20px 10px;
	}
	a.online-app {
		width: 80%;
		height: 60px;
		font-size: 13px;
		padding: 0 40px;
	}
	/* subsity */
	.subsity {
		height: auto;
		padding: 25px 0;
		margin-top: 20px;
	}
	.subsity-contents {
		width: 80%;
		height: auto;
		padding-bottom: 20px;
	}
	.subsity-main {
		width: 90%;
		height: 30px;
		font-size: 16px;
		padding-top: 20px;
	}
	.subsity-explain {
		width: 100%;
		font-size: 14px;
		transform: scale(0.9);
	}
	.subsity-explain2 {
		width: 90%;
		position: static;
		font-size: 12px;
		text-align: right;
	}
	.subsity-explain2 p {
		float: none;
	}
	/* business flow */
	.flow-contents {
		padding-bottom: 20px;
	}
	.flow-title {
		font-size: 20px;
		padding-top: 50px;
		margin-top: 30px;
	}
	.flow-figure {
		display: block;
		width: 90%;
		margin-top: 50px;
	}
	.line1, .line2, .line2, .line3, .line4, .line5 {
		display: none;
	}
	.flow-box {
		width: 100%;
		height: 300px;
		margin-bottom: 30px;
	}
	.flow-box img {
		width: 80px;
		top: 80px;
		left: calc(50% - 35px);
	}
	.step {
		width: 30%;
	}
	.step p span {
		font-family: "New York", serif;
	}
	.step-text {
		bottom: 30px;
		left: 7px;
	}
	.step-exp {
		margin-top: 10px;
	}
	/* appeal */
	.appeal-contents {
		display: block;
		margin-top: 70px;
	}
	.appeal-content {
		width: 90%;
		height: 170px;
		padding-top: 30px;
		margin-top: 50px;
	}
	.appeal-content a {
		margin-top: 20px;
	}
	.number, .number2 {
		line-height: 55px;
		margin-top: -5px;
	}
	.month2 {
		top: 10px;
	}
	.jpy {
		line-height: 30px;
		top: 18px;
	}
	/* footer */
	.footer {
		margin-top: 50px;
	}
	.footer-icon {
		opacity: 50%;
		width: 200px;
		height: 200px;
	}
	.footer-menu {
		width: 94%;
		margin-bottom: 30PX;
		padding: 50px 0 0 0;
		position: relative;
		z-index: 1;
	}
	.footer-menu li a {
		font-size: 12px;
	}
	.contact {
		height: 200px;
	}
	.contact-botton {
		width: 90%;
	}
	.contact-botton a {
		width: 43%;
		height: 30px;
		font-size: 15px;
		height: auto;
		margin-top: 0;
	}
	.contact-text, .line-text {
		padding: 5px;
	}
	.contact-text span, .line-text span {
		font-size: 13px;
		line-height: 15px;
	}
	.contact-text span {
		width: 95px;
	}
	.line-text span {
		width: 87px;
	}
	.contact-botton a i {
		font-size: 15px;
		margin-right: 5px;
	}
	.footer-main {
		margin-top: 30px;
	}
	.footer-main-list {
		width: 90%;
		padding-left: 0;
	}
	.footer-main-list li {
		font-size: 10px;
	}
	.copyright {
		transform: scale(0.7);
		margin-top: 20px;
	}
}