@charset "UTF-8";
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	/*	-webkit-font-smoothing:antialiased;*/
	font-family: "Noto Sans JP", sans-serif;
	color: #333333;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -0, 001em;
	/*iOS4でのテキスト間隔への対応*/
	-webkit-text-size-adjust: 100%;
	/*文字サイズの自動調整機能のキャンセル*/
	overflow-x: hidden;
}
p, li, dt, dd, th, td {
	font-size: 100%;
}
img {
	vertical-align: bottom;
	max-width: 100%;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
address {
	font-style: normal;
}
/* --------------------------------------------------------------------------------
PC&スマートフォン切り替え
-------------------------------------------------------------------------------- */
.device-sp {
	display: none;
}
.device-sp-inline {
	display: none;
}
.device-pc {
	display: block;
}
.device-pc-inline {
	display: inline;
}
/* 共通
----------------------------------------------*/
/* 斜線背景 */
.stripe {
	background: url(../img/bg_stripe.gif) repeat;
}
/* ノート背景 */
.note {
	background: url(../img/bg-note.png) repeat;
}
/* マーカー */
.mark {
	background: #fff45c;
}
.tcr {
	color: #E60012;
	font-size: 156%;
}
span.txr {
	color: #E60012;
}
.tcb {
	color: #053d72;
	font-size: 156%;
}
/* 右固定ボタン */
#sideBtn {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	right: 0;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#wrapper {
	width: 100%;
	position: relative;
}
.inner {
	max-width: 1080px;
	margin: 0 auto;
}
.wrapper {
	max-width: 1080px;
	margin: 0 auto;
}
.flex {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
}
.jc_c {
	-webkit-justify-content: center;
	justify-content: center;
}
.fw_w {
	flex-wrap: wrap;
}
.jc_sb {
	justify-content: space-between;
}
.serif {
	font-family: "Noto Serif JP", serif;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
/*header
アンカーのズレを調整するためのクラス
-------------------------------------------------------------------------------*/
.anc-re-pos {
	margin-top: -120px;
	padding-top: 120px;
}


/* header
-------------------------------------------------------------------------------*/
header {
	width: 100%;
	background: #fff;
	position: fixed;
	height: 120px;
	z-index: 9999;
	box-shadow: 0px 10px 10px -5px rgb(0 0 0 / 20%);
}
header section.header{
	max-width: 1080px;
	width: 100%;
	margin:0 auto;
	position: relative;
}
header .header-top{
	display: flex;
	justify-content: space-between;
}
header .headerLeft {
	font-size: 14px;
	margin-top: 5px;
}
header .headerRight {
	display: -webkit-box;
	display: flex;
}
header .headerRight > p {
	vertical-align: middle;
}
header .headerRight > a{
	display: block;
}

header .header-bot{
	max-width: 1080px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: absolute;
	top:90%;
}
header .logo{
	width: 240px;
}
header .h-txt{
	font-size: 15px;
	line-height: 1.36;
	padding: 0 0 0 45px;
}
header .h-txt ul{
	display: flex;
	color:#00266f;
}
header .h-txt ul li{
	padding-right: 7px;
}
header .h-txt ul li:last-child{
	padding-right: 0;
}
header .h-txt ul li::after{
	content: "／";
	padding: 0 7px;
}
header .h-txt ul li:last-child::after{
	content: "";
	padding: 0;
}





/* メイン
-------------------------------------------------------------------------------*/
#main {
	position: relative;
	padding-bottom: 210px;
	overflow: hidden;
}
#main .main-bg{
	background: url(../img/bg-main.jpg) no-repeat center center;
	background-size: cover;
	padding: 120px 0 0;
}
#main .people-bg{
	background: url(../img/img-main-people.png) no-repeat right bottom;
}
#main .inner{
	display: flex;
	justify-content: space-between;
	padding: 30px 0 80px 0;
}

/*メイン 左側*/
#main .f-block {
	display: flex;
	justify-content: space-between;
	
	position: relative;
}
#main .f-block .man {	
	position: absolute;
	top: 15%;
	left:-23%;;
}
#main .f-block .l-box {	
	width: 600px;
	box-sizing: border-box;
	
	display: flex;
	flex-direction: column;
	align-items: center;
}
#main .f-block .main-img-ttl {	
	margin-bottom: 15px;
}
#main .f-block .point {	
	margin-bottom: 25px;
}
/* 問い合わせボタン */
#main .btn-entry {
	width: 360px;
}
#main .btn-entry a {
	display: flex;
	justify-content: center;
}
#main .btn-entry a img {
	display: block;
}

/*メールフォーム*/
#main .inquiry-bg{
	width: 42.9%;
}
#main .inquiry-main{
	background: #f0f0f0;
	border-radius: 10px;
	padding: 30px;
	box-sizing: border-box;
}
#main .inquiry-main .form-main .txt-box{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 2px solid #5ab4d2;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
#main .inquiry-main .form-main .txt1 span.font-r{
	font-size: 18px;
	color: #e60012;
}
#main .inquiry-main .form-main .txt1{
	width: 85%;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	text-align: left;
}
#main .inquiry-main .form-main .img{
	width: 13%;
}
#main .inquiry-main .form-main .img img{
	width: 100%;
}
#main .inquiry-main .form-main .txt2{
	font-size: 14px;
	text-align: center;
}
#main .inquiry-main .form-main #form-tbl {
	padding: 10px 0px 0;
}
#main .inquiry-main .form-main table{
	margin: 0 0 21px;
	width: 100%;
}
#main .inquiry-main .form-main table th{
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 3px;
}
#main .inquiry-main .form-main table th span {
	color: #e60012;
}
#main .inquiry-main .form-main table td{
	display: block;
	margin: 0 0 14px;
}
#main .inquiry-main .form-main table input[type="text"],
#main .inquiry-main .form-main table input[type="email"],
#main .inquiry-main .form-main table input[type="tel"] {
	width: 100%;
	height: 30px;
	line-height: 24px;
	background: #FFF;
	border: none;
	padding: 0 4px;
	margin: 0;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0;
}
#main .inquiry-main .form-main .formBtn{
	position: relative;
}
#main .inquiry-main .form-main .formBtn #btn_s {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	height: 58px;
	background: #46a0c8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 5px 0px 0px rgba(50, 150, 190, 1);
	-webkit-box-shadow: 0px 5px 0px 0px rgba(50, 150, 190, 1);
	-ms-box-shadow: 0px 5px 0px 0px rgba(50, 150, 190, 1);
	box-shadow: 0px 5px 0px 0px rgba(50, 150, 190, 1);
	border: none;
	cursor: pointer;
	padding: 0 0 0 32px;
}
#main .inquiry-main .form-main .formBtn li::before{
	content: "";
	background: url("../img/icon-movie.png") no-repeat;
	background-size: 100%;
	width: 22px;
	height: 22px;
	position: absolute;
	top: calc(50% - 11px);
	left: 40px;
}

/*メイン下 スライド*/
#main .study-slider {
	position: absolute;
	top:75%;
	
	overflow: hidden;
	height: 210px;
}
#main .study-slider .study-slider-pc-unit {
	width: 2320px;
}
#main .study-slider ul.studylist {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	padding: 0 0 0;
}
#main .study-slider ul.studylist > li {
	width: 280px;
	height: 210px;
	margin: 0 10px 0 0;
}
#main .study-slider ul.studylist > li  img{
	box-shadow: 5px 5px 10px #b2b2b2;
}





/* 勉強会の特徴
-------------------------------------------------------------------------------*/
#features{
	padding: 70px 0 150px 0;
	background: url("../img/bg-dashed-line.png") repeat,
				url("../img/bg-tokucho.png") no-repeat bottom left;
}
#features .ttl-box{
	width: 800px;
	margin: 0 auto 30px auto;
}
#features .ttl-box h3{
	width: 800px;
	margin: 0 auto 10px auto;
	background:#50aad2;
	padding: 10px;
	border-radius: 30px;	
	
	font-size: 26px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	box-sizing: border-box;
}
#features .ttl-box h2{
	font-size: 40px;
	text-align: center;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 20px;
}
#features .ttl-box h2 .font-o{
	font-size: 30px;
	color: #f06400;
	display: block;
}
#features .ttl-box h2 .padl1{
	padding-left: 0.4em;
}
#features .ttl-box p{
	text-align: center;
	line-height: 1.7;
}

/*特徴*/
#features .features-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#features .features-box .box{
	width: 520px;
		
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 16px;
	box-shadow: 3px 3px #ccc;
	box-sizing: border-box;
	padding: 30px;
	margin-bottom: 30px;
}
#features .features-box .w1080{
	width: 1080px;
}

#features .features-box .box h4{
	display: flex;
	align-items: center;
}
#features .features-box .box h4 .no{
	font-size:64px;
	color: #3796be;
	font-weight: 200;
	padding-right: 20px;
}
#features .features-box .box h4 .heading{
	font-size:25px;
	font-weight: 700;
	line-height: 1.2;
}
#features .features-box .box .txt{
	line-height: 1.6;
	margin-top: 20px;
}
#features .features-box .box p span{
	color: #f06400;
	font-weight: 700;
}

/*03*/
#features .features-box .w1080 .m30{
	line-height: 1.6;
	margin: 30px 0;
}
#features .features-box .w1080 .mt30{
	line-height: 1.6;
	margin: 30px 0 0 0;
}
#features .features-box .w1080 .jisseki .ttl{
	background: #555555;
	color: #fff;
	font-weight: 700;
	padding: 10px;
	margin-bottom: 5px;
}
/*国内*/
#features .features-box .w1080 .jisseki .domestic{
	background: #faf0dc;
	padding: 10px 40px;
	margin-bottom: 5px;
}
#features .features-box .w1080 .jisseki .domestic .d-ttl{
	font-weight: 700;	
	border-bottom: 1px solid #f06400;
	padding: 0 0 10px 2px;
	margin-bottom: 10px;
}
#features .features-box .w1080 .jisseki ul{
	display: flex;
	justify-content: space-between;
}
#features .features-box .w1080 .jisseki ul li{
	display: flex;
	flex-direction: column;
	align-items: center;
}
#features .features-box .w1080 .jisseki ul li p{
	font-size: 15px;
	margin-top: 5px;
}
/*海外*/
#features .features-box .w1080 .jisseki .abroad{
	background: #e8f4f5;
	padding: 20px 30px;
}
#features .features-box .w1080 .jisseki .abroad .a-ttl{
	font-weight: 700;	
	border-bottom: 1px solid #46a0c8;
	padding: 0 0 10px 2px;
	margin-bottom: 10px;
}
#features .features-box .w1080 .jisseki .abroad .f-box{
	display: flex;
	justify-content: space-between;
}
#features .features-box .w1080 .jisseki .abroad .thailand,
#features .features-box .w1080 .jisseki .abroad .taiwan{
	width: 466px;	
}
#features .features-box .w1080 .jisseki .abroad .f-box p.s-ttl{
	text-align: left;
}
#features .features-box .w1080 .jisseki .abroad .f-box p{
	font-size: 16px;
	margin-bottom: 5px;
	text-align: center;
}




/* 日本の食品業界の活性化
-------------------------------------------------------------------------------*/
#activation{
	background-image: linear-gradient(0deg, #faf0e6, #fae1c8);
	padding: 100px 0;
}

#activation h2 span{
	display: block;
	font-size: 28px;
}
#activation h2{
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 50px;
}
#activation .img-box{
	width: 760px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#activation .img-box .img{
	margin-bottom: 30px;
}
/*テキスト*/
#activation .txt-box {
	display: flex;
	align-items: center;
}
#activation .txt-box .txt {
	width: 660px;
	margin: 0 auto;

}
#activation .txt-box .txt h4{
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	padding: 30px 0;
}
#activation .txt-box .txt p{
	line-height: 2;
}
#activation .txt-box .txt span{
	color: #f06400;
	font-weight: 700;
}





/*勉強会と個別コンサルティングの違い
-------------------------------------------------------------------------------*/
#difference{
	background: url(../img/bg-difference.jpg) no-repeat ;
	background-size: cover;
	padding: 100px 0;
}
#difference h2{
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 50px;
}

/*表*/
#difference .detail{
	width: 1000px;
	margin: 0 auto;
}
#difference .detail table {
	width: 100%;
	background: #f0f0f0;
}
#difference .detail table tr th {
	text-align: center;
	vertical-align: middle;
	
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	border: solid 1px #fff;
	padding: 10px 20px;
}
#difference .detail table tr th:nth-of-type(1) {
	width: 16%;
	background: #555555;
}
#difference .detail table tr th:nth-of-type(2) {
	width: 42%;
	background: #f08c00;
}
#difference .detail table tr th:nth-of-type(3) {
	width: 42%;
	background: #555555;
}
#difference .detail table tr td {
	font-size: 16px;
	border: solid 1px #fff;
	border-top: none;
	line-height: 1.1;
	padding: 20px;
	background: #f0f0f0;
}
#difference .detail table tr td:nth-of-type(1) {
	text-align: center;
}
#difference .detail table tr td:nth-of-type(2) {
	background: #faf0dc;
}




/* 参加企業様（一部）
-------------------------------------------------------------------------------*/
#companies {
	padding: 80px 0 60px 0;
}
#companies  h2 {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
}

#companies  .link-box ul {
	display: flex;
	flex-wrap: wrap;
}
#companies  .link-box ul li {
	width: 90px;
	margin: 0 20px 20px 0;
}
#companies  .link-box ul li:nth-child(10n) {
	margin: 0 0 20px 0;
}
#companies  .link-box ul li img {
	width: 100%;
}








/* ダイジェスト動画
-------------------------------------------------------------------------------*/
#movie{
	background: #ebebeb;
	padding: 90px 0 80px 0;
}
#movie h2{
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 50px;
}

/*動画 大*/
#movie .archivement-main{
	margin: 0 0 10px;
}
#movie .archivement-main .youtube_main{
	text-align: center;
}
#movie .archivement-main iframe{
	width: 700px;
	height: 394px;
	margin: 0 auto;
}
#movie .archivement-main .label{
	width: 700px;
	margin: 0 auto;
	font-size: 20px;
	text-align: left;
	line-height: 2;
}

/*動画 小*/
#movie .archivement-list .label{
	font-size: 16px;
	line-height: 1.6;
}
/* 動画リスト swiper
-------------------------- */
#movie_swiper{
	padding: 0;
	margin-bottom: 3rem;
}
#movie_swiper .movie_list{
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
#movie_swiper .movie_list li{
	width: 19%;
	margin-bottom: 1.25rem;
}
#movie_swiper .swiper-button-prev,
#movie_swiper .swiper-button-next,
#movie_swiper .swiper-pagination{
	display: none;
}

/*ボタン*/
#movie .btn-box{
	width: 840px;
	margin: 0 auto;
	
	display: flex;
	justify-content: space-between;
}
#movie .btn-box .btn-entry,
#movie .btn-box .btn-view{
	width: 400px;
}




/* 成功事例
-------------------------------------------------------------------------------*/
#jirei{
	background: url(../img/bg-note.png) ;
	padding: 90px 0 0 0;
	border-top: 3px solid #f08c00;
	border-bottom: 3px solid #f08c00;
}
#jirei h2 span{
	display: block;
	font-size:28px;
}
#jirei h2{
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 35px;
	line-height: 1.4;
}

#jirei .jirei-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#jirei .jirei-box .box{
	width: 346px;
	background: #fff;
	margin-bottom: 20px;
}
#jirei .jirei-box .box h4{
	font-size: 24px;
	color: #fff;
	background: #555;
	padding: 10px 25px;
	
	display: flex;
	align-items: center;
}
#jirei .jirei-box .box h4 .icon{
	width: 40px;
	padding-right: 10px;
}
#jirei .jirei-box .box .box-inner{
	height: 200px;
	padding: 10px;
	border-right: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;	
}
#jirei .jirei-box .box p{
	line-height: 1.6;
}
#jirei .jirei-box .box p span{
	color: #f06400;
	font-weight: 700;
}
#jirei .jirei-box .box .f-box{
	display: flex;
	justify-content: space-between;
}
#jirei .jirei-box .box .f-box .label{
	width:158px;
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	padding: 20px 0 20px 10px; 
	border-radius: 5px;
	box-sizing: border-box;
	
	display: flex;	
}
#jirei .jirei-box .box .f-box .net{
	background: #f08c00;
}
#jirei .jirei-box .box .f-box .dm{
	background: #46a0c8;
}
#jirei .jirei-box .box .f-box .none{
	background: #e6e6e6;
}
#jirei .jirei-box .box .f-box .label span{
	font-size: 16px;
	padding-right: 10px;
}

#jirei .plus{
	text-align: center;
}
#jirei .people {
	display: flex;
	justify-content: space-between;	
}
#jirei .people .txt{
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	margin-top: 30px;
}
#jirei .people .txt p{
	font-size: 56px;
	color: #f06400;
	padding-left: 10px;
	background:linear-gradient(transparent 70%, #faeb46 60%);
}




/* 勉強会の内容
-------------------------------------------------------------------------------*/
#naiyou{
	background-image: linear-gradient(0deg, #fae1c8, #f6d2aa);
	padding: 115px 0 100px 0;
}
#naiyou .naiyou-inner{
	max-width: 1080px;
	margin: 0 auto;
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
}
#naiyou .bg-border{
	position: relative;
	background: url(../img/bg-dashed-line.png) ;	
	padding: 75px 0 80px 0;
}
#naiyou .bg-border .clip{
	width: 275px;
	position: absolute;
	top:-25px;
	left:50%;
	transform: translate(-50%,0);
}
#naiyou .bg-border h2{
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 40px;
}
#naiyou .bg-border h2 .padl1{
	padding-left: 0.4em;
}

/*内容*/
#naiyou .bg-border .naiyou-box{
	width:1000px;
	margin: 0 auto;
}
#naiyou .bg-border .naiyou-box .sub-ttl{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
#naiyou .bg-border .naiyou-box .sub-ttl .icon{
	width: 90px;
	margin-right: 10px;
}
#naiyou .bg-border .naiyou-box .sub-ttl p{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
}
#naiyou .bg-border .naiyou-box .sub-ttl p span{
	color: #f06400;
}

#naiyou .bg-border .naiyou-box .txt-box{
	margin-left: 100px;
}
#naiyou .bg-border .naiyou-box .txt-box h4{
	font-size: 20px;
	font-weight: 700;	
	border-bottom: 1px solid #f06400;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
#naiyou .bg-border .naiyou-box .txt-box p{
	font-size: 17px;
	line-height: 1.6;
	margin-bottom: 32px;
}
#naiyou .bg-border .naiyou-box .domestic p span{
	color: #f06400;
	font-weight: 700;
}
#naiyou .bg-border .naiyou-box .abroad p span{
	color: #3796be!important;
	font-weight: 700;
}
/*過去の視察*/
#naiyou .bg-border .naiyou-box .abroad h5{
	font-size: 18px;
	font-weight: 700;	
	border-bottom: 1px solid #f06400;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#naiyou .bg-border .naiyou-box .abroad ul{
	display: flex;
	justify-content: space-between;
}
#naiyou .bg-border .naiyou-box .abroad ul li{
	width: 320px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#naiyou .bg-border .naiyou-box .abroad ul li p{
	font-size: 16px;
	margin-top: 10px;
}




/* 参加料金
-------------------------------------------------------------------------------*/
#price{
	padding: 70px 0 80px 0;
}
#price h2{
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 32px;
	line-height: 1.4;
}

/*表*/
#price table{
	width: 800px;
	margin: 0 auto;
	text-align: center;
}
#price table tr th{
	width: 200px;
	background: #555;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	padding: 30px 0;
	box-sizing: border-box;	
	border: solid 1px #fff;
}
#price table tr td{
	background: #f5f5f5;
	font-size: 22px;
	border: solid 1px #fff;
}
#price table tr td .price-f{
	font-size: 36px;
	color: #f06400;
	font-weight: 700;
}
#price table tr td .price{
	font-size: 28px;
	color: #f06400;
	font-weight: 700;
}
#price table tr td .en{
	font-size: 22px;
	color: #f06400;
	font-weight: 700
}
#price table tr td .tax{
	font-size: 16px;
}








/* TRUEコンサルとは
-------------------------------------------------------------------------------*/
#about{
	background: url(../img/bg-about.png) ;
	padding: 70px 0 0 0;
}
#about h2{
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.4;
}

/* No1 */
#about .meritCopy{
	background: #fff;
	padding:25px 30px 35px 30px;	
	margin-bottom: 25px;
}
#about .meritCopy .bg {
	background: url(../img/logo.jpg) no-repeat;
}
#about .meritCopy .txt-box {
	width: 770px;
	margin: 0 0 0 250px;
}
#about .meritCopy .txt-box h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 36px;
	padding: 0 0 30px 0;
	line-height: 1.2;
	font-weight: 500;
}
#about .meritCopy .txt-box h3 .no1 {
	font-size: 54px;
	color: #f06400;
}
#about .meritCopy .txt-box p {
	font-size: 16px;
	line-height: 1.875;
}

/*8つの強み*/
#about .advantage {
	background: #fff;
	padding: 30px 25px 10px 25px;
	margin-bottom: 60px;
}
#about .advantage h3 {
	width: 400px;
	margin: 0 auto;
}
#about .advantage .date {
	font-size: 14px;
	text-align: right;
	margin-bottom: 5px;
}

#about .advantage ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#about .advantage ul li {
	width: 23.9805825243%;
	height: 160px;
	background: url(../img/PatternYellow.png) repeat 0 0;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 1.1;
	box-sizing: border-box;
	margin-bottom: 15px;
}
#about .advantage ul li .mark4 {
	font-size: 65px;
	color: #f06400;
}
#about .advantage  ul li .mark5 {
	font-size: 50px;
	color: #f06400;
}
#about .advantage  ul li .f30 {
	font-size: 30px;
}
#about .advantage ul li:nth-child(1), 
#about .advantage ul li:nth-child(3), 
#about .advantage ul li:nth-child(4),
#about .advantage ul li:nth-child(5), 
#about .advantage ul li:nth-child(7), 
#about .advantage ul li:nth-child(8) {
	padding-top: 20px;
}
#about .advantage ul li:nth-child(2),
#about .advantage ul li:nth-child(6) {
	padding-top: 10px;
}





/* メディア掲載
-------------------------------------------------------------------------------*/
#results_media_teacher {
	overflow: hidden;
	background: #f2f5f7;
	padding: 80px 0 60px 0;
}
#results_media_teacher h2 {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 50px;
}
#results_media_teacher h3{
	font-family: "Noto Sans JP", sans-serif;
}
#results_media_teacher .results-slider-pc-unit {
	width: 2700px;
}
#results_media_teacher ul.resultslist {
	text-align: left;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	padding: 0 0 0;
}
#results_media_teacher ul.resultslist > li {
	width: 250px;
	margin: 0 50px 0 0;
	position: relative;
}
.results_media_teacher ul.resultslist li .img {
	margin: 0 0 10px;
}
#results_media_teacher ul.resultslist li h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.45;
	margin: 0 0 10px;
}
#results_media_teacher ul.resultslist li .txt {
	font-size: 16px;
	line-height: 1.55;
}





/* よくある質問
-------------------------------------------------------------------------------*/
#faq{
	padding:80px 0 50px 0;
}
#faq h2 {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 50px;
}

#faq ul li{
	margin: 0 0 14px;	
}
#faq ul li .faq-q{	
	padding: 18px 40px;
	background: #46a0c8;	
	font-size: 20px;
	color: #fff;
	font-weight: 700;	
	
	display: flex;
}
#faq ul li .faq-q .q{
	padding-right: 20px;
}
#faq ul li .faq-a{
	padding: 18px 40px;
	font-size: 16px;
	
	display: flex;
}
#faq ul li .faq-a .a{	
	font-size: 20px;
	color: #46a0c8;
	font-weight: 700;
	padding-right: 20px;
}
#faq ul li .txt{
	line-height: 1.4;	
}








/* 流れ
-------------------------------------------------------------------------------*/
#flow {
	border-top: 3px solid #f08c00;
}
#flow .flow-box {
	padding: 45px 8.33333333333% 70px;
}
#flow .flow-box h2 {
	text-align: center;
	background: #555555;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 18px 10px;
	margin-bottom: 30px;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
}
#flow li  {
	display: flex;
}
/*step*/
#flow li h3 {
	width: 110px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
#flow li h3 img {
	width: 90px;
	height: 34px;
}
#flow li:nth-child(1) h3 {
	background: #d7d7d7;
	min-height: 200px;
}
#flow li:nth-child(2) h3 {
	background: #e1e1e1;
	min-height: 210px;
}
#flow li:nth-child(3) h3 {
	background: #f0f0f0;
	min-height: 210px;
}
#flow li h3:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 55px 0 55px;
	border-color: #d7d7d7 transparent transparent transparent;
}
#flow li:nth-child(1) h3:after {
	z-index: 2;
	border-top-color: #d7d7d7;
}
#flow li:nth-child(2) h3:after {
	z-index: 1;
	border-top-color: #e1e1e1;
}
#flow li:nth-child(3) h3:after {
	content: none;
}

#flow li .txt-img {
	width: 800px;
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
}
#flow li h4 {
	margin-bottom: 15px;
	border-bottom: #f08c00 1px solid;
	padding: 0 10px 10px 34px;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.34;
}
#flow li .txt {
	width: 520px;
}
#flow li p {
	padding: 0 10px 0 35px;
	letter-spacing: 0.03em;
	font-size: 18px;
	line-height: 1.6;
}
#flow li figure {
	width: 240px;
	margin: 0;
}





/* お問い合わせ
-------------------------------------------------------------------------------*/
#inquiry{
	margin-top: -120px;
	padding-top: 120px;
}
.inquiry {
	background: url(../img/bg_inquiry.jpg) no-repeat 0 155px;
	background-size: cover;
	padding: 0 0 60px;
}
.inquiry h2 {
	background: #f08c00;
	color: #fff;
	text-align: center;
	margin: 0 0 64px;
	padding: 22px 0 40px 0;
	font-size:28px;
	line-height: 1.5;
}
.inquiry h2 .f-b{
	font-weight: 700;
}
.inquiry h2 .f40{
	font-size: 40px;
}
.inquiry h2.arrow {
	position: relative;
}
.inquiry h2.arrow::after {
	content: " ";
	width: 0;
	height: 0;
	border-top: 50px solid #f08c00;
	border-right: 80px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 80px solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 5;
}
.inquiry h3 span{
	display: block;
	font-size: 30px;
	color: #333;
}
.inquiry h3 {
	font-size: 40px;
	color: #f06400;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	text-shadow: 3px 3px 0px rgba(255, 255, 255, 0.8);
	margin-bottom: 22px;
}

.inquiry p.txt {
	font-size: 16px;
	color: #e60012;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	padding: 0 0 12px;
}
.inquiry p.txt-line  {
	font-size: 24px;
	color: #e60012;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	padding: 0 0 30px;
}
.inquiry p.txt-line span{
	background-color: #faeb46;
	padding-left: 10px;
}

/*フォーム*/
.inquiry .form {
	 max-width: 1080px;
	 background: #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin: 0 auto;
	 padding: 40px 25px;
}
.inquiry .form table {
	width: 100%;
	border-bottom: solid 1px #CCC;
}
.inquiry .form th,
.inquiry .form td {
	border-top: solid 1px #CCC;
	padding: 20px 0 20px 50px;
}
.inquiry .form th {
	font-size: 18px;
	font-weight: bold;
	width: 30%;
	text-align: right;
}
.inquiry .form th span {
	color: #e60012;
}

.inquiry .form table ul.item li {
	display: block;
	margin-right: 30px;
}
.inquiry .form table ul.item li .font-r{
	color: #e60012;
}
.inquiry .form table ul.item li br {
	display: none;
}
.inquiry .form table ul.item li .mark1{
	color: #e60012
}
.inquiry .form table li {
	display: inline-block;
	margin-right: 30px;
}
.inquiry .form form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
}
.inquiry .form select {
	color: #333;
	width: 350px;
	height: 35px;
	line-height: 1;
	background: #FFF;
	border: 1px solid #cdcfd3;
}
.inquiry .form input[type="text"],
.inquiry .form input[type="email"],
.inquiry .form input[type="tel"] {
	width: 350px;
	height: 35px;
	line-height: 24px;
	background: #FFF;
	border: 1px solid #cdcfd3;
	padding: 0 4px;
	box-sizing: border-box;
}
.inquiry .form input[type="text"].long  {
	width: 600px;
}
.inquiry .form input[type="text"].short  {
	width: 150px;
	margin: 0 20px 0 0;
}
.inquiry .form textarea {
	width: 100% !important;
	min-height: 150px;
	line-height: 18px;
	border: 1px solid #cdcfd3;
	padding: 4px;
	box-sizing: border-box;
	vertical-align: top;
}
form#mailformpro label.mfp_not_checked {
	padding: 0 !important;
	border: none !important;
}
form#mailformpro label.mfp_checked {
	padding: 0 !important;
	border: none !important;
	background-color: #FFF !important;
	box-shadow: none !important;
}
.inquiry .form ul.formBtn {
	width: 100%;
	text-align: center;
	margin: 30px 0 60px;
}
.inquiry .form ul.formBtn li {
	display: inline-block;
}
.inquiry .form ul.formBtn li:first-child {
	padding: 0 70px 0 0;
}
.inquiry .form #btn_r,
.inquiry .form #btn_s {
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	width: 230px;
	height: 70px;
	background: #bf0000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 5px 0px 0px rgba(204, 204, 204, 1);
	-webkit-box-shadow: 0px 5px 0px 0px rgba(204, 204, 204, 1);
	-ms-box-shadow: 0px 5px 0px 0px rgba(204, 204, 204, 1);
	box-shadow: 0px 5px 0px 0px rgba(204, 204, 204, 1);
	border: none;
	cursor: pointer;
}
.inquiry .form li:hover {
	opacity:0.8;
	-webkit-transition-duration:0.2s;
	transition-duration:0.2s;
}
.inquiry .form #btn_r {
	background: #808080;
}
.inquiry .form #btn_s {
	background: #f08c00;
}

/*thanksページ*/
.thanks {
	border-top: solid 1px #EEE;
	width: 100%;	
	text-align: center;
	padding: 100px 0;
}
.thanks h1 {
	font-size: 30px;
	margin: 50px 0;
}
.thanks h1 br {
	display: none;
}
.thanks p {
	line-height: 20px;
}







/*footer
-------------------------------------------------------------------------------*/
/*TRUEだけの別格な*/
.footer #ec {
	background: url(../img/ecBg.jpg) no-repeat 0 0 #f2f5f7;
	background-size: 100% auto;
	padding: 18% 0 35px;
}
.footer #ec h2 {
	margin: 25px 0 30px;
	text-align: center;
	font-size: 27px;
	font-weight: 700;
}
.footer #ec h2 .mark1 {
	color: #f06400;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
}
.footer #ec .flex li {
	margin: 0 20px;
}
/*-----------------------------------------------
	その他、TRUEのサービスはこちら
-----------------------------------------------*/
.footer .service-list {
	padding: 45px 0 30px;
	border-top: 10px solid #f08c00;
}
.footer .service-list h2 {
	text-align: center;
	font-size: 30px;
	margin: 0 0 20px;
	line-height: 1;
}
.footer .service-list .service-list-inner {
	width: 1080px;
	margin: 0 auto;
}
.footer .service-list .service-list-inner ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.footer .service-list .service-list-inner ul li {
	width: 208px;
	height: 67px;
	list-style: none;
	text-align: center;
	margin: 0 0 10px;
}
.footer .service-list .service-list-inner ul li img {
	width: 100%;
}
.footer .service-list ul li a:hover, .footer .service-list ul li.active {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.btnarea_sp {
	display: none;
}
.footer .footer-outer {
	padding: 0 0 1%;
}
.footer .footer-outer img {
	width: 100%;
}

.footer .footer-inner {
	padding: 20px 0 0;
	border-top: 3px solid #f08c00;
}
.footer .footer-inner address {
	margin: 0 0 10px 30px;
}
.footer .footer-inner address p {
	margin-bottom: 2px;
	font-size: 16px;
}
.footer .footer-inner address ul li {
	font-size: 13px;
}
.footer .footer-inner p {
	font-size: 13px;
	margin-bottom: 10px;
}
.footer .footer-inner small {
	font-size: 11px;
}




