@charset "UTF-8";

/* ==========================================================================
 * Font face
 * ========================================================================== */
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

/* ==========================================================================
 * Root
 * ========================================================================== */
*,
::before,
::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	font-family: "Hiragino Kaku Gothic Pro","Yu Gothic", YuGothic, Meiryo, Osaka, sans-serif;
	font-size: 1.8em;
	font-size: 1.8rem;
	line-height: 1.5;
	background-color: #fff;
    font-feature-settings: "palt";
}


/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}

/* ==========================================================================
 * Anchor
 * ========================================================================== */
a:link,
a:visited {
	background-color: transparent;
	color: #4f7aac;
	text-decoration: none;
}
a:active,
a:hover {
	outline: 0;
	text-decoration: underline;
    opacity: 0.8;
}

/* ==========================================================================
 * Embedded
 * ========================================================================== */
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}
svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
 * Grouping
 * ========================================================================== */
figure {
	margin: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	border: none;
	border-top: 1px solid #bbb;
}
dd {
	margin-left: 0;
}

/* ==========================================================================
 * Float
 * ========================================================================== */
.clear {
	clear: both;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

/* ==========================================================================
 * List
 * ========================================================================== */
ul,
ol {
	padding: 0;
}
ul {
	margin: 0 auto;
	list-style: none;
	padding: 0 auto;
}
ul.list-disc {
	margin-left: 1.55em;
	list-style: disc;
}
ul.list-annotation {
	margin-left: 1.3em;
}
ul.list-annotation li::before {
	margin-left: -1.3em;
	content: "※\0020";
}
ol {
	margin-left: 1.3em;
}
ol.list-annotation {
	margin-left: 2em;
	padding: 0;
	counter-reset: number;
	list-style: none;
}
ol.list-annotation li::before {
	margin-left: -2em;
	counter-increment: number;
	content: "※"counter(number)"\0020";
}
ul.list-disc li,
ul.list-annotation li,
ol li {
	margin-bottom: 8px;
}

/* ==========================================================================
 * Text
 * ========================================================================== */
b,
strong {
	font-weight: bold;
}
mark {
	background: #ff0;
	color: #000;
}
small,
.txt-small{
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
address {
	font-style: normal;
}
h1,
.h1 {
	font-size: 3.2rem;
	line-height: 1.2;
	margin: 0;
}
h2,
.h2 {
	font-size: 2.4rem;
	line-height: 1.2;
	margin: 0;
}
h3,
.h3 {
	font-size: 2.4rem;
	line-height: 1.5;
	margin: 0;
}
h4,
.h4 {
	font-size: 1.6rem;
	line-height: 1.2;
	margin: 0;
}
p {
	margin: 0;
}
p + p {
	margin-top: .5em;
	margin-bottom: 0;
}
.txt-left {
	text-align: left;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
.txt-unbold {
	font-weight: normal;
}
.txt-bold {
	font-weight: bold;
}
.txt-emphasis {
	color: #e74c3c;
}
.txt-notes {
	color: #7f8c8d;
}
@media screen and (max-width: 640px) {
    body {
        font-size: 1.6em;
        font-size: 1.6rem;
    }
    h1,
    .h1 {
        font-size: 3.2rem;
        line-height: 1.2;
        margin: 0;
    }
    h2,
    .h2 {
        font-size: 2.1rem;
        line-height: 1.2;
        margin: 0;
    }
    h3,
    .h3 {
        font-size: 1.8rem;
        line-height: 1.2;
        margin: 0;
    }
    h4,
    .h4 {
        font-size: 1.6rem;
        line-height: 1.2;
        margin: 0;
    }
}
/* ==========================================================================
 * Table
 * ========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/* ==========================================================================
 * Form
 * ========================================================================== */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button {
	text-transform: none;
}
select {
	text-transform: none;
	width: 100%;
	padding: 1.5%;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	padding: 0;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}

/* ==========================================================================
 * Common
 * ========================================================================== */
#page-container {
	max-width: 100%;
	margin: 0 auto;
}
.inner-width {
	width: 100%;
    max-width: 960px;
	margin-right: auto;
	margin-left:  auto;
    padding: 0 20px;
}
.title {
    padding-top: 45px;
}
.text-orange {
    color: #ff3470;
}
.text-strong {
    background: linear-gradient(transparent 70%, #85ebe1 0%);
}
.pc {
    display: block;
}

@media screen and (min-width: 641px){
	.sp {
			display: none!important;
	}
}

@media screen and (max-width: 640px){
	.sp {
			display: block!important;
	}
}

.pc-tel {
    pointer-events: none;
}

.pc-tel a{
	display: block;
	background-color: #ff6692;
	padding: 30px;
	text-align: center;

}

@media screen and (max-width: 600px) {
	.pc-tel a{
		display: block;
		background-color: #ff6692;
		padding: 15px;
		text-align: center;

	}

}
@media screen and (max-width: 640px) {
    #page_container {
        max-width: 640px;
        margin: 0 auto;
    }
    .inner-width {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .pc {
        display: none !important;
    }
    .sp {
        display: block!important;
    }
    .pc-tel {
        pointer-events: auto;
    }
    .title {
        padding-top: 40px;
    }
}
/*-------------------- Back to Top --------------------*/
a.backtotop {
	position: fixed;
	bottom: 30px;
	right: 5%;
	width: 40px;
	height: 40px;
	padding: 38px 0 0;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	opacity: .5;
	border-radius: 50%;
}
a.backtotop::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 17.3px 10px;
	border-color: transparent transparent #ffffff transparent;
}

/* ==========================================================================
 * Header
 * ========================================================================== */
.hd {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hd-logo {
    width: 23%;
}
@media screen and (max-width: 640px) {
    .hd {
        padding: 10px 0;
        text-align: center;
        display: block;
    }
    .hd-logo {
        width: 45%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 960px) {
	main{
		max-width: 100%;
		overflow: hidden;
	}
}
/* ==========================================================================
 * fv
 * ========================================================================== */
.fv-wrap {
    background: url("../images/fv-back1.jpg")no-repeat center center/cover;
		max-width: 100%;
		padding-top: 200px;
		padding-bottom: 50px;
		vertical-align: middle;
		margin-bottom: -10px;
}
.fv-hukidasi {
    width: 68%;
		margin-top: -150px;
		padding-bottom: 10px;

}

.fv-subcopy {
    padding-top: 10px;
}
.fv-maincopy {
    margin-top: 30px;
		width: 68%;
}
.fv-cta-subcopy {
	padding-top: 30px;
		width: 68%;
}
.fv-cta {
		background-color: #ff3470;
		padding-top: 40px;
		text-align: center;
		padding-bottom: 25px;
}
.fv-cta{
	overflow: hidden;
}

.fv-cta a img{
	position: relative;
	left: 5px;
}

.fv-cta img{
		max-width: 960px;
}

.fv-subcta {
}

@media screen and (max-width: 960px) {
    .fv-wrap {
        background: url("../images/fv-back.jpg")no-repeat center center/cover;
				background-position: right -200px top 0px;
				padding-top: 200px;
				padding-bottom: 20px;
    }
    .fv-copy {
    }
    .fv-hukidasi {
        width: 68%;
				padding-bottom: 0px;
				margin-top: -170px;


    }
    .fv-hukidasi-01 {
        position: absolute;
        top: 37px;
        right: -53px;
    }
    .fv-hukidasi-02 {
        position: absolute;
        top: 0;
        left: -20px;
    }
    .fv-subcopy {
        margin-top: -20px;
        width: 69%;
    }
    .fv-maincopy {
        width: 68%;
				margin-top: 20px;

    }

		.fv-cta img{
				max-width: 100%;
		}
    .fv-cta-wrap {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        text-align: center;
    }
    .fv-cta-subcopy {
				padding-top: 20px;
				padding-bottom: 20px;
    }
}

@media screen and (max-width: 600px) {
	.fv-wrap {
			background: url("../images/fv-back.jpg")no-repeat center center/cover;
			background-position: right -120px top 0px;
			padding-top: 200px;
			padding-bottom: 20px;
	}

	.fv-cta {
			background-color: #ff3470;
			padding-top: 30px;
			padding-bottom: 20px;
			text-align: center;
	}

}

/* ==========================================================================
 * webschool
 * ========================================================================== */
.webschool{
	background: url("../images/WEBdesignworld-back.png")no-repeat center bottom/cover;
	padding: 30px 0 70px;
}


.webschool-title {
	padding: 45px 0;
}
.webschool-contents {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding-top: 45px;
}
.webschool-text {
    width: 57%;
    padding-right: 10px;
}
.webschool-text h3 {
    font-size: 2.4rem;
		text-align: center;
}
.webschool-text h3 span {
    color: #ff3470;
}
.webschool-text p:nth-of-type(1) {
	font-size: 33px;
	padding: 20px 0;
}

.webschool-text p:nth-of-type(2) {
	font-size: 20px;
	margin-top: 0px;
}

.advice-wrap {
    padding-top: 15px;
    background: url("../images/advice-back.png")no-repeat center center/cover;
    text-align: center;
}
.advice-wrap h2 {
    padding-top: 45px;
}
.advice-contents-wrap {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
}
.advice-contents {
    padding: 20px;
    border: 1px #222 solid;
    border-radius: 3px;
    text-align: left;
    width: 67%;
    margin-right: 10px;
}
.advice-point {
    margin: 0 auto;
    margin-top: 13px;
    padding: 15px 23px;
    border: 1px #222 solid;
    border-radius: 3px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
}
.advice-point:first-child {
    margin-top: 0;
}
@media screen and (max-width: 960px) {
    .advice-wrap {
        padding-top: 15px;
        background: url("../images/advice-back@2x.jpg")no-repeat 0 0/100%;
        text-align: center;
    }
    .webschool-contents {
        display: block;
        text-align: left;
        padding-top: 40px;
    }
    .webschool-text h3 {
        font-size: 1.8rem;
    }
    .webschool-text {
        width: 100%;
    }
    .webschool-img {
        padding-top: 20px;
    }

		.webschool-img img {
			 width: 100%;
		}

    .advice-contents {
        margin-right: 0;
    }
    .advice h2 {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .advice-contents-wrap {
        display: block;
    }
    .advice-contents {
        padding: 20px 10px;
        width: 100%;
    }
    .advice-point {
        margin: 0 auto;
        margin-top: 10px;
        padding: 15px 20px;
    }
    .advice-point:first-child {
        margin-top: 10px;
    }
}

@media screen and (max-width: 640px) {
	.webschool-title {
		padding: 10px 0;
	}

		.webschool-text h3 img {
			width: 80%;
		}

		.webschool-text p:nth-of-type(1) {
			font-size: 22px;
			padding: 20px 0;
		}

		.webschool-text p:nth-of-type(2) {
			font-size: 16px;
			margin-top: 0px;
		}
}
/* ==========================================================================
 * cta-2
 * ========================================================================== */
.fv-cta2{
			background-color: #fff;
			padding-top: 40px;
			text-align: center;
			padding-bottom: 40px;
			overflow: hidden;
}

@media screen and (max-width: 960px){
	.fv-cta2 img{
			max-width: 100%;
	}

}

@media screen and (max-width: 640px){
	.fv-cta2{
				padding-top: 30px;
				padding-bottom: 30px;
	}

}

/* ==========================================================================
 * special-presents
 * ========================================================================== */

.special-presents {
	background-color: #fff2f5;
	padding-top: 80px;
	padding-bottom: 30px;
}

.special-presents h2 {
	text-align: center;
}

.present {
	background-color: #fff;
	width: 960px;
	border: solid 1px #000;
 	box-sizing: border-box;
	margin: 60px auto 30px;
	position: relative;
}

.ribon {
	position: absolute;
	top: -20px;
	left: 30px;
}
.present-contents {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding-top: 45px;
		margin: 0 auto;

}

.present > p {
		text-align: center;
		padding-top: 40px;
		padding-bottom: 40px;
		font-size: 30px;

}

.present h3 {
	text-align: center;
	font-size: 50px;
	font-weight: bold;
}

.present-text {
    width: 57%;
    padding-right: 10px;
		text-align: left;
		margin-left: 5%;
		font-size: 22px;
		line-height: 1.8;
}

.present-text span{
		font-weight: bold;
		background: linear-gradient(transparent 50%,#fffa68 50%);
}

.present-img {
		margin-right: 5%;
}

.recommend-parson {
	position: relative;
	background-color: #ffeff4;
	margin: 50px auto;
	width: 90%;
	padding: 50px;
	font-size: 25px;
}

.recommend-parson > img {
	position: absolute;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 0%;
}
.recommend-parson-text p{
	margin-top: 30px;
}

.recommend-parson-text p:nth-of-type(1){
	margin-top: 20px;
}
.recommend-parson-text p::before {
	content: "";
	background:url(../images/checkbox.png) no-repeat;
	height: 25px;
	width: 25px;
	background-size: contain;
	display: inline-block;
}

@media screen and (max-width: 960px) {

	.ribon{
		width: 65px;
		top: -12px;
		left: 15px;
	}

	.special-presents {
		background-color: #fff2f5;
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.present {
		background-color: #fff;
		width: 90%;
		border: solid 1px #000;
	 	box-sizing: border-box;
		margin: 60px auto 30px;
		position: relative;
	}

	.present-contents {
	    display: block;
	    justify-content: space-between;
	    text-align: left;
	    padding-top: 45px;
			width: 90%;
	}

	.present-text {
	    width: 57%;
	    padding-right: 0px;
			text-align: left;
			margin-left: 0%;
			font-size: 25px;
	}

	.present-text span{
			font-weight: bold;
			background: linear-gradient(transparent 50%,#fffa68 50%);
	}

	.present-img {
			margin-right: 0%;
	}
    .present-text h3 {
        font-size: 1.8rem;
    }
    .present-text {
        width: 100%;
				margin-right: 5%;
    }
    .present-img {
        padding-top: 20px;
    }

		.present-img img {
			 width: 100%;
		}

	}

	@media screen and (max-width: 640px) {
			.special-presents h2 {
				width: 90%;
				margin: 0 auto;
			}


			.present > p {
				font-size: 20px;
				padding: 55px 0 20px;
			}

			.present h3{
				font-size: 35px;
			}

			.present-text {
					text-align: left;
					margin-left: 0%;
					font-size: 20px;
			}

			.recommend-parson {
				padding: 50px 10px;
			}

			.recommend-parson-text {
					font-size: 20px;
			}
	}
	/* ==========================================================================
	 * seminarflow
	 * ========================================================================== */
	.flow-wrap {
	    text-align: center;
	    padding-top: 15px;
	    background-color: #f9f9f7;
	    padding-bottom: 45px;
	}
	.flow-contents-wrap {
	    padding-top: 45px;
	    position: relative;
	}

	.flow-contents {
	    display: flex;
	    justify-content: center;
	    margin-top: -2px;
	}
	.lla::after {
	    content: "";
	    position: absolute;
	    width: 2px;
	    background: #222;
	    height: 1540px;
	    top: 153px;
	    left: 44px;
	}
	.flow-contents figure {
	    z-index: 99;
	}
	.flow-contents div {
	    border: 1px solid #222;
	    border-radius: 3px;
	    margin-top: 6px;
	    margin-left: -17px;
	    padding: 20px 20px 20px 30px;
	    width: 60%;
	    height: 185px;
	    text-align: left;
	}
	.flow-contents h3 {
	    color: #ff3470;
	}
	.flow-contents p {
	    padding-top: 10px;
	}

	.sp-flow {
		display: none;
	}

	@media screen and (max-width: 640px) {
		.sp-flow {
			display: block;
		}

	    .flow-wrap .title {
	        width: 80%;
	        margin: 0 auto;
	    }
	    .flow-contents:first-child {
	        display: block;
	        margin-top: 0;
	    }
	    .flow-contents {
	        display: block;
	        margin-top: 30px;
	    }
	    .flow-contents div {
	        border: 1px solid #222;
	        border-radius: 3px;
	        margin: 0 auto;
	        margin-top: -12px;
	        width: 100%;
	        height: 100%;
	        text-align: left;
	    }
	    .flow-contents-wrap::after {
	        width: 0;
	        height: 0;
	        top: 153px;
	        left: 44px;
	    }
	}


/* ==========================================================================
 * comparison
 * ========================================================================== */
.comparison-wrap {
    margin-top: 15px;
    padding-bottom: 45px;
}
.comparison-wrap h3 {
    padding-top: 30px;
}
.comparison-wrap div {
    padding-top: 30px;
}
@media screen and (max-width: 640px) {
}
/* ==========================================================================
 * performance
 * ========================================================================== */
.performance-wrap {
    padding-top: 20px;
    background-color: #fff;
    padding-bottom: 30px;
    position: relative;
}
.performance-wrap h2 {
    text-align: center;
}
.performance-contents-wrap {
    background: #fff;
    text-align: center;
    margin-top: 45px;
    border-radius: 3px;
}
.performance-contents-bn01-wrap {
    margin-top: 50px;
}

.performance-text {
		width: 100%;
		text-align: left;
		font-size: 25px;
		margin-top: 50px;
		line-height: 1.8;
}

.performance-text span{
		font-weight: bold;
		background: linear-gradient(transparent 50%,#fffa68 50%);
}
.bg-image-loop {
	width: 100%;
	height: 230px; /* 画像の高さを指定 */
	position: relative;
	background: url("../images/performance-bn02.jpg") repeat-x 0 0;
	background-size: auto 100%;
	animation: bg-slider 35s linear infinite;
	margin: 20px auto;
	padding: 0;
}

@keyframes bg-slider {
	from { background-position: 0 0; }
    to { background-position: -987px 0; }
}
.bg-image-loop-lp {
	width: 850px;
	height: 843px; /* 画像の高さを指定 */
	position: relative;
	background: url("../images/performance-lp.png") repeat-x 0 0;
	background-size: auto 100%;
	animation: bg-slider 35s linear infinite;
	margin: 20px auto;
	padding: 0;
}
@keyframes bg-slider-lp {
	from { background-position: 0 0; }
    to { background-position: -1920px 0; }
}
@media screen and (max-width: 960px) {
	.performance-contents-bn01-wrap p + p{
				margin-top: 0;
	}
.performance-contents-bn01-wrap img {
		margin-top: 10px;
	}
}

@media screen and (max-width: 890px) {
	.bg-image-loop-lp {
		width: 90%;
	}
}
@media screen and (max-width: 640px) {
    .performance-wrap {
        padding-bottom: 30px;
    }
    .performance-contents-wrap {
        background: #fff;
        width: 100%;
        margin: 40px auto;
    }
    .performance-wrap h2 {
        text-align: center;
        width: 100%;
        margin: 0 auto;
				padding-top: 0px;
    }


    .performance-contents-bn01-wrap {
        width: 90%;
        margin: 50px auto;
    }
    .performance-contents-bn01-wrap p + p {
        margin: 0;
    }
    .performance-contents-bn01-wrap img {
        margin-top: 10px;
    }
    .performance-contents-bn01 {
        display: flex;
        flex-direction: column;
    }

}

@media screen and (max-width: 640px) {
	.performance-text {
			font-size: 20px;
	}


}

/* ==========================================================================
 * ITmarket
 * ========================================================================== */

.ITmarket {
	background: url(../images/ITmarket-back.jpg) center center;
	background-size: 2000px;
	padding-top:15px;
	padding-bottom: 30px;
}

.ITmarket h2{
	text-align: center;
}

.ITmarket-box {
	margin-top: 60px;
}

.ITmarket-text {
	font-size: 25px;
	line-height: 1.8;
}

.ITmarket-picture {
	float: right;
}

.ITmarket-picture img{
	padding-left: 20px;
	padding-bottom: 20px;
}

@media screen and (max-width: 640px) {
	.ITmarket .title{
		width: 80%;
		margin: 0 auto;
	}
	.ITmarket-text {
			font-size: 20px;
	}
	.ITmarket-picture {
		float: none;
		width: 100%;
	}
	.ITmarket-picture img{
		padding-left: 0;
		padding-bottom: 0;
		width: 100%;
	}

	.ITmarket h2{
		text-align: center;
		padding-top: 0px;
	}

	.ITmarket-box{
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.ITmarket-text p:nth-of-type(1){
			margin-top: 30px;
	}

	.ITmarket-text span{
			font-weight: bold;
			background: linear-gradient(transparent 50%,#fffa68 50%);
	}


}

/* ==========================================================================
 * beginer
 * ========================================================================== */
.biginer {
	background: url(../images/biginer-back.png) center top no-repeat;
	background-size: 1920px;
	padding-top: 15px;
	padding-bottom: 60px;
}

.biginer h2{
	text-align: center;
}

.inner-width-wide {
	width: 100%;
	max-width: 960px;
	margin-right: auto;
	margin-left:  auto;
}

.biginer-point {
	margin-top: 180px;
	display: flex;
}

.biginer-point2 {
	padding-left: 25px;
	padding-right:11px;
}

.triangle {
	margin: 50px auto;
	width: 40px;
	height: 20px;
	border-top: solid 40px #ff6692;
	border-left: solid 40px transparent;
	border-right: solid 40px transparent;
}
@media screen and (max-width: 960px) {
	.biginer .title{
		padding-top:6vw;
	}
	.biginer {
		background: url(../images/biginer-back-sp.png) center top no-repeat;
		background-size: 100%;
		padding-top: 15px;
	}

	.biginer-point {
		margin-top: 24vw;
	}

}
@media screen and (max-width: 640px) {
	.biginer {
		padding-top: 10px;
	}

	.biginer-point {
		margin-top: 27vw;
		display:block;
		text-align: center;
	}

	.biginer-point2 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.biginer-point3 {
		padding-right: 14px;
	}

	.biginer-point1,.biginer-point2{
		margin-bottom: 100px;
		margin-left: auto;
		margin-right: auto;
		width: 60%;
	}

	.biginer-point3{
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
		width: 70%;
	}



}

/* ==========================================================================
 *btn-area
 * ========================================================================== */

.btn-area {
	background: url(../images/btn-area-back-2.jpg) center top no-repeat;
	height: 28.5vw;
	background-size: contain;
	position: relative;
}

.btn-area img {
	position: absolute;
	transform: translate(-50%,-50%);
	top: 54%;
	left: 52.3%;
}

@media screen and (max-width: 960px){
	.btn-area img {
		width: 100%;
	}
}

/* ==========================================================================
 * graduates
 * ========================================================================== */
.graduates {
	background: #f9f9f7;
	padding-top: 20px;
	padding-bottom: 60px;
}

.graduates-og {
	margin-top: 50px;
}

.graduates-og:nth-of-type(1){
	margin-top: 60px;
}

.graduates-og:nth-last-of-type(1){
	margin-bottom: 60px;
}

.graduates p {
	text-align: center;
}

@media screen and (max-width: 960px){
	.graduates-og {
		margin-top: 30px;
	}
}

/* ==========================================================================
 * four-crowns
 * ========================================================================== */
.four-crowns {
	padding-top: 15px;
	padding-bottom: 20px;
	margin-bottom: 60px;
}

.four-crowns .title {
	text-align: center;
}
 .four-crown-list {
 	margin-top: 60px;
 	display: flex;
 }

 .four-crowns p {
	 text-align: right;
	 margin-top: 40px;
	 font-size: 14px;
 }

@media screen and (max-width: 640px){
	 .four-crown-list{
		 margin-top: 30px;
		 display: block;
		 text-align: center;
	 }

	 	 .four-crown-list div{
			 margin-top: 20px;
			 margin-bottom: 20px;
		 }
}

/* ==========================================================================
 * teachers
 * ========================================================================== */
.teachers {
	padding-top: 40px;
	margin-bottom: 20px;
}

 .teachers .title {
 	text-align: center;
 }
.seminar-wrap {
    text-align: center;
}
.teachers-profil1-image {
	float: right;
}

.teachers-profil1-image {
	width: 40%;
	margin-left: 15px;
	margin-bottom: 15px;
}

.teachers-profil1-image img {
	width: 100%;
}

.teachers-profil-box h3{
	color: #ff3470;
	font-size: 35px;
	text-align: left;
	font-weight: bold;
}

.teachers-profil-box h4{
	color: #000;
	font-size: 25px;
	text-align: left;
	font-weight: bold;
}

.teachers-profil-box p{
	color: #000;
	font-size: 20px;
	text-align: left;
	margin-top: 5px;
	line-height: 1.8;
	margin-top: 10px;
}

.teacher-contents-wrap {
    display: flex;
    justify-content: space-between;
    padding-top: 45px;
}

.conditions-contents-wrap {
    display: flex;
    justify-content: space-between;
    padding-top: 45px;
}
.conditions-contents {
    padding-right: 10px;
    width: 60%;
    padding-top: 30px;
    text-align: left;
}
.conditions-contents h3 {
    width: 83%;
    text-align: left;
}
.conditions-text {
    padding-top: 20px;
}
.seminar-icon-wrap {
    display: flex;
    justify-content: space-around;
    padding-top: 30px;
}

.slider {
	text-align: center;
	width: 90%;
}
.slider img{
	margin: 0 auto;
}



@media screen and (max-width: 640px) {
		.teachers .title {
			width: 65%;
			margin: 0 auto;
		}

    .teacher-contents {
        width: 100%;
        padding-top: 0;
    }
    .teacher-contents h3 {
        width: 100%;
    }
    .teacher-contents-wrap {
        display: block;
        justify-content: space-between;
        padding-top: 45px;
    }
    .teacher-img {
        padding-top: 20px;
    }
    .conditions-contents-wrap {
        display: block;
        justify-content: space-between;
        padding-top: 45px;
    }
    .seminar-icon-wrap {
        display: block;
        padding-top: 15px;
        width: 80%;
        margin: 0 auto;
    }
    .seminar-icon-wrap div {
        padding-top: 15px;
    }
    .conditions-contents {
        width: 100%;
    }
    .conditions-contents h3 {
        width: 100%;
    }
    .conditions-img {
        padding-top: 15px;
    }
    .slider {
        width: 100%;
				margin: 0 auto;
    }
    .slider img{
        width: 80%;
        height: 100%;
    }

		.teachers-profil-box {
			margin: 0 auto;
		}

		.teachers-profil1-image {
			margin-left: 0px;
			margin-bottom: 10px;
			float: none;
			display: block;
			width: 100%;
		}


}
/* ==========================================================================
 * flow
 * ========================================================================== */
.flow-wrap {
    text-align: center;
    padding-top: 15px;
    background-color: #f9f9f7;
    padding-bottom: 60px;
}
.flow-contents-wrap {
    padding-top: 45px;
    position: relative;
}

.flow-contents {
    display: flex;
    justify-content: center;
    margin-top: -2px;
}
.lla::after {
    content: "";
    position: absolute;
    width: 2px;
    background: #222;
    height: 1540px;
    top: 153px;
    left: 44px;
}
.flow-contents figure {
    z-index: 99;
}
.flow-contents div {
    border: 1px solid #222;
    border-radius: 3px;
    margin-top: 6px;
    margin-left: -17px;
    padding: 20px 20px 20px 30px;
    width: 60%;
    height: 185px;
    text-align: left;
}
.flow-contents h3 {
    color: #ff3470;
}
.flow-contents p {
    padding-top: 10px;
}
@media screen and (max-width: 640px) {
    .flow-wrap .title {
        width: 80%;
        margin: 0 auto;
    }
    .flow-contents:first-child {
        display: block;
        margin-top: 0;
    }
    .flow-contents {
        display: block;
        margin-top: 30px;
    }
    .flow-contents div {
        border: 1px solid #222;
        border-radius: 3px;
        margin: 0 auto;
        margin-top: -12px;
        width: 100%;
        height: 100%;
        text-align: left;
    }
    .flow-contents-wrap::after {
        width: 0;
        height: 0;
        top: 153px;
        left: 44px;
    }
}
/* ==========================================================================
 * video
 * ========================================================================== */
.video-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url("../images/video-back.jpg")no-repeat center center/cover;
}
.video-contents {
    width: 100%;
    height: 460px;
}
.video-contents-wrap {
    background: #fff;
    text-align: center;
    padding: 45px 47px;
    border-radius: 3px;
    box-shadow: 1px 7px 20px 5px rgba(0,0,0,0.1);
}
.online-contents-wrap {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    align-items: center;
}
.online-contents {
    width: 63%;
    text-align: left;
    padding-right: 10px;
}
.online-contents h3 {
}
.online-text {
    padding-top: 10px;
}
@media screen and (max-width: 640px) {
    .online-contents-wrap {
        display: block;
        padding-top: 30px;
        align-items: center;
    }
    .online-contents {
        width: 100%;
    }
    .video-wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .video-contents {
        width: 100%;
        height: 200px;
    }
    .video-contents-wrap {
        width: 90%;
    }
    .video-contents-wrap {
        padding: 45px 15px;
    }
    .online-img {
        padding-top: 15px;
    }
}
/* ==========================================================================
 * cta
 * ========================================================================== */
.cta-wrap {
    background: url("../images/cta-back.jpg")no-repeat center center/cover;
    padding: 45px 0;
}
.cta-contents {
    background: url("../images/cta-wihte-back.png")no-repeat center center/920px;
    text-align: center;
    margin-top: 37px;
    padding-top: 30px;
    padding-bottom: 45px;
}
.cta-title {
    background: #ff3470;
    border-radius: 3px;
    padding: 3px 30px;
    width: 420px;
    margin: 0 auto;
    color: #fff;
    font-size: 2.4rem;
    margin-top: -50px;
}
.cta-main {
    padding-top: 44px;
}
.cta-sub {
    padding-top: 15px;
}
@media screen and (max-width: 640px) {
    .cta-wrap {
        background: url("../images/cta-back-sp@2x.jpg")no-repeat center center/cover;
        padding: 45px 0;
    }
    .cta-title {
        background: url("../images/advice-back.jpg")no-repeat 0 0/0;
        border-radius: 3px;
        padding: 0;
        width: 90%;
        margin: 0 auto;
        margin-top: 0;
    }
    .cta-contents {
        background: url("../images/fv-cta-back-white@2x@2x.png")no-repeat center center/100%;
        text-align: center;
        margin-top: 37px;
        padding-top: 30px;
        padding-bottom: 45px;
    }
    .cta-main {
        padding-top: 0;
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .cta-contents .fv-cta-tel {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;

    }

    .cta-sub {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 0;
    }
}
/* ==========================================================================
 * trigger
 * ========================================================================== */
.trigger-wrap {
    background: url("../images/back-boder.jpg");
    padding-top: 60px;
    padding-bottom: 45px;
}
.trigger-contents-wrap {
    background: #fff;
    text-align: center;
    padding-bottom: 45px;
    border-radius: 3px;
    box-shadow: 1px 7px 20px 5px rgba(0,0,0,0.1);
}
.trigger-images-wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
    padding-top: 45px;
    align-items: center;
}
.trigger-images {
    width: 63%;
    text-align: left;
    padding-right: 10px;
}
.trigger-images h3 {
    color: #ff3470;
}
.trigger-images-text {
    padding-top: 10px;
}
.trigger-faq-wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
    padding-top: 45px;
    align-items: center;
}
.trigger-faq {
    width: 63%;
    text-align: left;
    padding-right: 10px;
}
.trigger-faq h3 {
    color: #ff3470;
}
.trigger-faq-text {
    padding-top: 10px;
}
.trigger-subtitle-text {
    padding-top: 20px;
    width: 80%;
    margin: 0 auto;
    text-align: left;
}
@media screen and (max-width: 640px) {
    .trigger-images-wrap {
        display: block;
        padding: 0;
        padding-top: 30px;
        align-items: center;
    }
    .trigger-images {
        width: 100%;
    }
    .trigger-faq-wrap {
        display: block;
        padding: 0;
        padding-top: 30px;
        align-items: center;
    }
    .trigger-faq {
        width: 100%;
    }
    .trigger-subtitle-text {
    }
    .trigger-contents-wrap {
        background: #fff;
        text-align: center;
        padding-bottom: 40px;
        border-radius: 3px;
        width: 90%;
        box-shadow: 1px 7px 20px 5px rgba(0,0,0,0.1);
    }
    .trigger-images-img {
        padding-top: 15px;
    }
    .trigger-faq-img {
        padding-top: 15px;
    }
}

/* ==========================================================================
 * faq
 * ========================================================================== */

.faq-section {
	padding-bottom: 60px;
}

.faq-wrap {
    text-align: center;
    padding-top: 15px;
}
.faq-contents {
    text-align: left;
    padding-top: 45px;
}
.faq {
    border-bottom: 1px solid #f2e0d1;
    margin: 0;
    padding: 20px 20px;
    padding-left: 78px;
}
.faq:first-child {
    border-bottom: 1px solid #f2e0d1;
    border-top: 1px solid #f2e0d1;
}
.faq dt {
    font-weight: bold;
    position: relative;
}
.faq dd {
    padding-top: 20px;
    position: relative;
}
.faq dt::before {
    content: "";
    background: url("../images/faq-q.png")no-repeat center center/cover;
    width: 19px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: -50px;
}
.faq dt::after {
    content: "";
    background: url("../images/faq-opne.png")no-repeat center center/cover;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 4px;
    right: 10px;
}
.faq dt.open::after {
    background: url("../images/faq-close.png")no-repeat center center/cover;
    top: 12px;
    width: 17px;
    height: 1px;
}
.faq dd::before {
    content: "";
    background: url("../images/faq-a.png")no-repeat center center/cover;
    width: 18px;
    height: 20px;
    position: absolute;
    top: 23px;
    left: -50px;
}
@media screen and (max-width: 640px) {
    .faq-wrap .title {
        margin: 0 auto;
        width: 65%;
    }

    .faq dt::before {
        content: "";
        width: 19px;
        height: 18px;
        position: absolute;
        top: 2px;
        left: -25px;
    }
    .faq dt::after {
        content: "";
        background: url(../images/faq-opne.png)no-repeat center center/cover;
        width: 17px;
        height: 17px;
        position: absolute;
        top: 0px;
        right: -20px;
    }
    .faq dt.open::after {
        top: 12px;
        width: 17px;
        height: 1px;
    }
    .faq dd::before {
        left: -26px;
    }
    .faq {
        margin: 0;
        padding: 20px 20px;
        padding-left: 26px;
    }
}
/* ==========================================================================
 * form
 * ========================================================================== */
.from-title {
    text-align: center;
		background-color: #ff3470;
		height: 300px;
		position: relative;
}

.form-image{
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	width: 840px;
}

.form-wrap table , .form-wrap tbody{
    display: flex;
    flex-direction: column;
}
.form-wrap tr , .form-wrap th , .form-wrap td {
    display: block;
}
.form-wrap tr {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    border-bottom: solid 1px #ff3470;
}
.form-wrap th , .form-wrap td {
    text-align: left;
    display: flex;
    align-items: flex-end;
}
.form-wrap td {
    width: 50%;
}
.form-wrap th {
    width: 300px!important;
}
.form-wrap tr:nth-child(2) th {
    margin-top: -30px;
}
.form-wrap tr:nth-child(2) td div {
}
.form-wrap tr:nth-child(3) td {
}
.form-wrap tr:nth-child(5) {
    align-items: center;
}
.form-wrap tr:nth-child(6) {
    padding-top: 30px;
}
.form-wrap tr:nth-child(7) th {
    align-items: center;
}
.form-wrap tr:nth-child(7) td {
    padding-top: 30px;
}
.form-wrap tr:last-of-type td {
    width: 100%;
}
.form-wrap tr:last-of-type {
    border: 0;
    padding-left: 0;
    padding-right: 0;
}
.inputText_short {
    width: 100%!important;
}
.vertical-align-em {
    padding-top: 30px;
}
.form-wrap span {
    font-size: 2rem;
}
.va_middle {
    display: flex;
    flex-direction: row;
    max-width: 460px;
}
.va_middle input:nth-child(2) {
    margin-left: 10px;
}
.va_middle:first-child input {
    max-width: 225px;
}
.va_middle:nth-child(2) input {
    max-width: 225px;
}
.kome {
    position: relative;
}
.kome::before {
    content: "必須";
    position: absolute;
    background: #ff3470;
    color: #fff;
    padding: 2px 6px;
    top: 3;
    right: -43px;
    border-radius: 5px;
    font-size: 1.4rem;
}
.btn {
    background: url("../images/cv-btn.png")no-repeat center center;
    width: 812px;
    height: 200px;
    text-align: center;
    border: 0;
    margin: 0 auto;
    margin-top: 30px;
		background-size: contain;

}
.btn:hover {
    opacity: 0.8;
}

@media screen and (max-width: 960px) {
	.from-title {
			text-align: center;
			background-color: #ff3470;
			height: 35vw;
			position: relative;
	}

	.form-image{
		position: absolute;
		transform: translate(-50%,-50%);
		top: 50%;
		left: 50%;
		width: 70%;
	}
}

@media screen and (max-width: 640px) {

    .form-wrap tr {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
    .form-wrap td {
        width: 100%;
    }
    .kome::before {
        content: "必須";
        position: absolute;
        background: #ff3470;
        color: #fff;
        padding: 1px 6px;
        top: -2px;
        right: -40px;
        width: 38px;
        border-radius: 5px;
        font-size: 1.2rem;
    }
    .form-wrap span {
        font-size: 1.4rem;
    }
    .btn {
        background: url("../images/cv-btn.png")no-repeat center center/100%;
        width: 100%;
        height: 134px;
        text-align: center;
        border: 0;
        margin: 0 auto;
        margin-top: 30px;
				background-size: contain;
    }
}
/* ==========================================================================
 * footer
 * ========================================================================== */
.cansel-contents {
    background: #fcfbf7;
    margin-top: 60px;
}
.cansel-wrap {
    text-align: center;
}
.cansel-wrap p {
    padding-top: 45px;
    text-align: left;
}
footer {
    background: #fcfbf7;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 20px;
}
.footer-formation {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.footer-formation p + p {
    margin: 0;
}
@media screen and (max-width: 640px) {

	.cansel-contents {
			margin-top: 0;
	}
    .footer-formation {
        display: block;
        width: 100%;
        border-top: solid 1px #ff3470;
        margin-bottom: 30px;
    }
    .footer-formation p {
        text-align: left;
        padding: 15px 0;
        padding-left: 15px;
        border-bottom: solid 1px #ff3470;
    }
    .footer-formation a {
        display: block;
        width: 100%;
    }
    .cansel-wrap p {
        font-size: 1.6rem;
    }

		table {
			margin-bottom: 0;
		}
}


@media screen and (max-width: 960px)  {
	.flow-wrap div {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.flow-wrap div:nth-of-type(1) {
		margin-top: 0px;
	}

		.flow-wrap div:nth-last-of-type(1) {
			margin-bottom: 0px;
		}

}

/* 別日程の表示・非表示 */
	.select-box {
		display: none;
	}
	.select-box.selected {
		display: block;
	}


