/*
追加スタイル記載用
 */
/*新人社員研修(選べる研修スタイルの画像をコーディング) */
.shinjin__style__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 15px;
}
.shinjin__style__contents {
	width: 49%;
	text-align: center;
	color: #ffffff;
	box-shadow: 0 0 6px #C0C0C0;
	padding-bottom: 27px;
}
.shinjin__style__title {
	font-size: 30px !important;
}
.shinjin__style__contents01 {
	background-color: #3db0f4;
}
.shinjin__style__contents02 {
	background-color: #c21102;
}
.shinjin__style__contents03 {
	background-color: #333333;
	margin-top: 7px;
}
.shinjin__style__contents04 {
	background-color: #063046;
	margin-top: 7px;
}
.br__xs {
	display: none;
}
@media screen and (max-width:768px) {
	.shinjin__style__title {
		font-size: 20px !important;
		font-weight: bold;
	}
	.shinjin__style__contents {
		width: 100%;
	}
	.shinjin__style__contents02 {
		margin-top: 7px;
	}
}
@media screen and (max-width:460px) {
	.br__xs {
		display: block;
	}
}
/*無料ノウハウ集バナー追加 */
.contact_banner_b {
	margin-bottom: 10px;
}
.contact_banner_a {
	margin-bottom: 25px;
}
@media screen and (max-width:768px) {
	.contact_banner_b {
		margin-bottom: 15px;
	}
}
/*英会話の流れ */
.flow__wrap {
	display: flex;
	margin-top: 20px;
}
.flow__contents {
	background-color: #063046;
	width: 23%;
	text-align: center;
	padding: 30px 0;
	color: #fff;
	position: relative;
	margin-right: 10px;
}
.flow__contents img {
	padding-left: 15% !important;
}
.flow__contents p {
	padding-left: 15% !important;
	font-size: 1.4rem !important;
}
.flow__contents:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 96px 0 96px 20px;
	border-color: transparent transparent transparent #ffffff;
}
.flow__contents:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	right: -20px;
	z-index: 2;
	border-style: solid;
	border-width: 96px 0 96px 20px;
	border-color: transparent transparent transparent #063046;
}
.flow01:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	right: -20px !important;
	border-style: solid;
	border-width: 96px 0 96px 20px;
	border-color: transparent transparent transparent #063046;
}
.flow01 img {
	margin-bottom: 25px !important;
}
.flow02 img {
	margin-bottom: -5px !important;
}
.br__sp {
	display: none;
}
.sp__db {
	display: none;
}
@media screen and (max-width:768px) {
	.sp__db {
		display: block;
	}
	.flow__contents {
		padding: 0 0 10px 0;
		width: 23%;
		margin: 0 auto;
	}
	.flow__contents p {
		font-size: 10px !important;
	}
	.flow__contents img {
		max-width: 50% !important;
		margin: 15px auto;
		padding-left: 0% !important;
	}
	.br__sp {
		display: block;
	}
	.flow__contents:before {
		display: none;
	}
	.flow__contents:after {
		display: none;
	}
	.flow__contents p {
		padding-left: 0% !important;
	}
	.flow01:after {
		display: none;
	}
}
@media screen and (max-width:440px) {
	.flow02 img {
		margin-bottom: 15px !important;
	}
}
@media screen and (max-width:400px) {
	.flow__contents:after {
		border-width: 69.5px 0 69.5px 16px;
		right: -19%;
	}
	.flow01:after {
		right: -19% !important;
	}
}
@media screen and (max-width: 400px) {
	.flow__contents p {
		padding-left: 0% !important;
	}
	@media screen and (max-width: 330px) {
		.flow__contents p {
			font-size: 9px !important;
		}
		.flow__contents {
			width: 24%;
			padding: 0 0 15px 0;
		}
		.flow__contents:after {
			right: -22%;
		}
		.flow01:after {
			right: -22% !important;
		}
	}
	/*弊社の歴史・企業理念(画像をコーディング) */
	.philosophy__figure {
		max-width: 60% !important;
	}
	.philosophy_figure_title {
		background-color: #fff;
		border-bottom: transparent !important;
		padding-left: 0px !important;
		font-size: 3.3rem !important;
		font-family: georgia;
		display: flex;
	}
	.philosophy_figure_title01 {
		color: #063046 !important;
	}
	.philosophy_figure_title02 {
		color: #c21102 !important;
	}
	.philosophy_figure_title03 {
		color: #3db0f4 !important;
	}
	.philosophy_figure_title:before {
		background-color: transparent !important;
	}
	.philosophy__jp {
		margin: 0 7px;
		font-size: 2rem;
		width: 100%;
		display: flex;
		align-items: baseline;
		white-space: nowrap;
		padding-top: 2.3%;
	}
	.philosophy__jp:after {
		content: "";
		width: 100%;
		height: 2px;
		display: block;
		background-color: #063046;
		margin-left: 5px;
	}
	.philosophy_figure_li {
		list-style-type: disc !important;
	}
	.philosophy_figure_li--none {
		margin-left: -24px;
	}
	.philosophy_figure_ul {
		background-color: transparent !important;
		border-top: none !important;
		margin-top: 0px !important;
	}
	.philosophy_figure_ul li {
		padding-left: 0 !important;
		font-size: 1.6rem !important;
	}
	.philosophy_figure_ul li:before {
		display: none;
	}
	.philosophy__jp02:after {
		background-color: #bc1102;
	}
	.philosophy__jp03:after {
		background-color: #3daaee;
	}
	@media screen and (max-width:768px) {
		.philosophy_figure_title {
			font-size: 2.5rem !important;
		}
		.philosophy__jp {
			font-size: 1.8rem !important;
		}
		.philosophy__jp {
			white-space: nowrap;
			padding-top: 1.5%;
		}
		.philosophy__figure {
			max-width: 85% !important;
		}
	}
	@media screen and (max-width:500px) {
		.philosophy__jp {
			white-space: nowrap;
			padding-top: 2.5%;
		}
	}
	@media screen and (max-width:430px) {
		.philosophy__jp:after {
			display: none;
		}
	}
}
/**/
.dvd-cont {
	width: 100% !important;
}
.dvd-cont .dvd-title {
	margin-bottom: -40px;
	font-size: 24px;
	font-weight: bold;
}
.under-page p {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 1.6rem;
	line-height: 2;
}
.footer-wrap {
	padding-bottom: 0 !important;
}
.cv-contact-link-bn-cont a img {
	margin: 0 auto 40px !important;
}
/* add ask section into top page  */
.top-ask-title {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: rgb(8, 49, 71);
	font-size: 4.0rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
.top-ask-flex-cont {
	display: flex;
	flex-direction: row-reverse;
}
.top-ask-flex-cont-list {
	width: 100%;
	margin: 0;
}
.top-ask-flex-cont-list ul {
	display: table;
	margin: 0 auto;
}
.top-ask-flex-cont-list ul li {
	margin: 10px 0;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.8;
	list-style: disc !important;
}
.top-ask-flex-cont-list ul li:nth-of-type(even) {
	/*margin-left: 40px;*/
}
/* solution */
.top-solution {
	margin: 120px 0;
	font-size: 1.8rem;
}
.top-solution-title {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: rgb(8, 49, 71);
	font-size: 4.0rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
.top-solution-cont {
	width: 80%;
	margin: 0 auto;
	padding: 40px 20px;
	border-bottom: 1px solid rgb(51, 102, 153);
}
.top-solution-cont:first-of-type {
	border-top: 1px solid rgb(51, 102, 153);
}
.top-solution-cont dl {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.top-solution-cont dt {
	width: 20%;
	text-align: right;
}
.top-solution-cont dd {
	width: 80%;
	text-align: left;
}
.top-solution-cont dl:first-of-type dt, .top-solution-cont dl:first-of-type dd {
	color: rgba(51, 102, 153, 1);
	font-size: 2.4rem;
	font-weight: bold;
}
.top-solution-cont p {
	width: 80%;
	margin: 40px auto;
	padding: 20px 40px;
	font-weight: bold;
	background-color: rgba(51, 102, 153, .1);
	border: 1px solid rgb(51, 102, 153);
}
.top-solution a.btn {
	display: block;
	width: 50%;
	margin: 20px auto 0;
	color: #FFFFFF;
}
.cv-contact-link-bn-cont a img {
	margin: 0 auto 40px !important;
}
@media screen and (max-width: 768px) {
	.top-ask-title {
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		color: rgb(8, 49, 71);
		font-size: 7vw;
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
	}
	.top-ask-flex-cont {
		display: block;
	}
	.top-ask-flex-cont-list {
		width: 100%;
		margin: 0;
	}
	.top-ask-flex-cont-list ul {
		margin-left: 10px;
		margin-bottom: 40px;
		padding: 0 20px;
	}
	.top-ask-flex-cont-list ul li {
		margin: 10px 0;
		font-size: 1.6rem;
		line-height: 1.8;
		list-style: disc !important;
		text-align: justify;
	}
	.top-ask-flex-cont-img {
		width: 100%;
		margin-bottom: 20px;
	}
	/* solution */
	.top-solution {
		margin: 120px 0;
		font-size: 1.8rem;
	}
	.top-solution-title {
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		color: rgb(8, 49, 71);
		font-size: 7vw;
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
	}
	.top-solution-cont {
		width: 94%;
		margin: 0 auto;
		padding: 40px 10px;
		border-bottom: 1px solid rgb(51, 102, 153);
	}
	.top-solution-cont:first-of-type {
		border-top: 1px solid rgb(51, 102, 153);
	}
	.top-solution-cont:last-of-type {
		border-bottom: none;
	}
	.top-solution-cont dl {
		display: block;
		margin-bottom: 20px;
	}
	.top-solution-cont dt {
		width: 100%;
		text-align: left;
	}
	.top-solution-cont dd {
		width: 100%;
		margin: 0;
		text-align: left;
		line-height: 1.4;
	}
	.top-solution-cont dl:first-of-type dt, .top-solution-cont dl:first-of-type dd {
		color: rgba(51, 102, 153, 1);
		font-size: 5vw;
		font-weight: bold;
	}
	.top-solution-cont p {
		width: 100%;
		margin: 20px auto;
		padding: 20px;
		font-weight: bold;
		background-color: rgba(51, 102, 153, .1);
		border: 1px solid rgb(51, 102, 153);
	}
	.top-solution a.btn {
		display: block;
		width: 90%;
		margin: 20px auto 0;
		color: #FFFFFF;
	}
}
.flex-dvd-info-cont {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 30px 40px 20px 20px;
	background-color: #fafafa;
	border-top: #c51102 4px solid;
}
.flex-dvd-info-cont .dvd-info{
	margin-top: 0;
	border-top: none;
}
.flex-dvd-info-cont ul{
	width: 60%;
}
.flex-dvd-info-cont div{
	max-width: 35%;
	height: auto;
	padding: 30px 40px 0 0;
}
.flex-dvd-info-cont > div > img{
	max-width: 100%;
	height: auto;
}
h3 span{
	font-size: 80%;
}
@media screen and (max-width: 768px) {
	h3 span{
		display: block;
	font-size: 70%;
}
	.flex-dvd-info-cont {
	display: block;
	margin-top: 50px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 20px 10px;
	background-color: #fafafa;
	border-top: #c51102 4px solid;
}
.flex-dvd-info-cont .dvd-info{
	margin-top: 0;
	border-top: none;
}
.flex-dvd-info-cont ul{
	width: 100%;
}
.flex-dvd-info-cont div{
	max-width: 100%;
	height: auto;
	padding: 30px 20px;
}
.flex-dvd-info-cont > div > img{
	max-width: 100%;
	height: auto;
}
}