@charset "utf-8";

body {
	color: #424242;
	font-size: 13px;
	font-family: HelveticaNeueeTextPro-Roman, TazuganeGothicStdN-Book,sans-serif;
	letter-spacing: 0.03em;
}

.bold{
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
}

p {
	line-height: 2;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea {
	padding: 15px;
	font-size: 16px !important;
	height: 50px !important;
}

select{
	padding: 15px;
	font-size: 16px !important;
	height: 60px !important;
}

.pc {
	display: none;
}


/* 基本レイアウト---------------- */
#wrapper {
	width: 100%;
	text-align: center;
}
#container {
	padding-top: 80px;
}
.main {
	width: 90%;
	margin: 0 auto;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.flex01 {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	align-self: center;
}

.btn_w{
	border: 2px solid #009EFF;
	border-radius: 50px;
	background: #FFF;
	color: #009EFF;
	display: block;
	font-size: 15px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
	margin: 0 auto;
	text-align: center;
	padding: 15px 25px;
	width: 100%;
	max-width: 400px;
}

a.btn_w:hover{
	text-decoration: none;
	color: #009EFF;
}

.btn_y{
	border: 2px solid #FCD22C;
	border-radius: 50px;
	background: #FCD22C;
	color: #212121;
	display: block;
	font-size: 15px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	margin: 0 auto;
	padding: 15px 25px;
	text-align: center;
	width: 100%;
	max-width: 400px;
}

.btn_y:hover{
	border: 2px solid #FAB925;
	background: #FAB925;
	transition: .3s;
	color: #212121;
	text-decoration: none;
}

.btn_b{
	border: 2px solid #009EFF;
	border-radius: 50px;
	background: #009EFF;
	color: #FFF;
	display: block;
	font-size: 12px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	margin: 0 auto;
	padding: 8px 15px;
	text-align: center;
	max-width: 300px;
}

.btn_b a:visited{
	color:#FFF;
}

.entry-body .btn_y{
	color: #212121;
	text-decoration: none;
}

.entry-body .btn_g{
	border-radius: 50px;
	background: #E0E0E0;
	color: #212121;
	display: block;
	font-size: 15px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	letter-spacing: 0.03em;
	margin: 0 auto 20px;
	padding: 14px 25px 16px;
	text-align: center;
	transition: all 0.3s ease-out;
	max-width: 360px;
}

/* ヘッダー---------------- */
#head {
	position: fixed;
	width: 100%;
	height: 80px;
	background: #fff;
	z-index: 200;
	padding-top: 20px;
}
.head_in {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
#head_logo {
	width: 145px;
	position: absolute;
	top: 27px;
	left: 20px;
}

#head_menu {
	width: calc(100% - 166px);
	text-align: right;
}
#head_navi {
	display: none;
}

.sp_navi_btn_on {
	display: flex;
	position: absolute;
	top: 20px;
	right: 20px;
}

.sp_navi_btn_off {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 300;
}

#sp_navi_on a {
	display: block;
	width: 36px;
	height: 36px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/sp_nav_open.svg) no-repeat;
	background-size: 100%;
}


.sp_navi_btn_on a.btn_b{
	margin: 0 0 0 10px;
}

#sp_navi_of a {
	display: block;
	width: 36px;
	height: 36px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/sp_nav_close.svg) no-repeat;
	background-size: 100%;
}
#sp_navi_of {
	display: none;
}
#sp_navi {
	background: url(../img/sp_navi_bg.svg) no-repeat #009EFF;
	background-size: cover;
	display: none;
	width: 100%;
	height: 100%;
	padding: 0 25px;
	position: fixed;
	top: 0;
	right: 0;
	text-align: center;
	color: #FFF;
	z-index: 100;
	overflow-y: scroll;
}

#sp_navi a{
	color: #FFF;
}

#sp_navi a.btn_y {
	color: #212121;
}

.sp_navi01 {
	margin:150px 0 80px 0;
}
.sp_navi01 li {
	margin-bottom: 40px;
	line-height: 1.5;
	letter-spacing: 0.03em;
	font-size: 16px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
}

#head_navi {
	display: none;
}


/* フッター----------------- */
#foot {
	padding: 100px 0;
	color: #fff;
	background: #009EFF;
}


#foot a {
	color: #fff;
}

#foot a.btn_w{
	color: #009EFF;
}

#foot a.btn_y{
	color: #212121;
}

#footer_navi{
	margin-bottom: 150px;
}

#footer_navi .footer_contents_l{
	margin-bottom: 0;
}

#foot02 {
	width: 67.3%;
}
#foot_logo {
	margin-bottom: 10px;
}
.foot_t01 {
	margin-bottom: 20px;
	font-size: 20px;
}
.foot_bn li {
	display: inline-block;
	margin-right: 10px;
}
.foot_bn li:last-child {
	margin-right: 0;
}

.foot_menu li {
	margin-bottom: 10px;
	line-height: 2;
	font-size: 13px;
}



/* footer_news*/
#footer_news {
	padding: 0 0 0 25px;
	letter-spacing: 0.06em;
}

.footer_contents_l{
	display: flex;
	margin-bottom: 20px;
}

.footer_contents_l h3{
	font-size: 24px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
	text-align: left;
	width: 60%;
}

#footer_news .btn_w{
	width: 100px;
	display: block;
	font-size: 12px;
	background: none;
	border: 2px solid #FFF;
	border-radius: 50px;
	padding: 8px 25px 10px;
	margin-right: 25px;
}

#footer_news a.btn_w {
	color: #FFF;
}

#footer_news .footer_contents_r{
	margin-left: -25px;
}

.footer_news_ul {
	padding-right: 25px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.footer_news_ul::-webkit-scrollbar {
	display:none;
}


.footer_news_ul li {
	padding: 10px 0;
	margin-left: 25px;
	line-height: 2;
	width: 275px;
	text-align: left;
}
.footer_news_ul li a {
	display: block;
	text-decoration: none;
	transition: .3s;
}

.footer_news_date {
	font-family: HelveticaNeueeTextPro-Roman, TazuganeGothicStdN-Book,sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.btn01 a {
	display: block;
	width: 140px;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	color: #5B86E5;
	border: 2px solid #5B86E5;
	border-radius: 22px;
	transition: .3s;
}
.btn01 a:hover {
	opacity: .8;
	transition: .3s;
}

#footer_news li a:hover{
	opacity: .8;
	transition: .3s;
}

#footer_news .img100 {
	border-radius: 10px;
	border: 1px solid #FFF;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}

#footer_news .img100 img {
	object-fit: cover;
}

#footer_news .footer_news_title{
	font-size: 16px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
	line-height: 1.8;
}

#footer_news .ul03{
	display: flex;
	justify-content: space-between;
}

#footer_news .ul03 > li {
	width: 30%;
	margin-right: 0;
	margin-bottom: 16px;
}


.main02 {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.bn01 {
	margin-bottom: 8px;
}


/* footer_sns */
#footer_sns {
	margin: 0 25px 0 25px;
}

#footer_sns .footer_contents_r ul{
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#footer_sns .footer_contents_r ul li{
	margin-bottom: 15px;
	width: 48%;
}

#footer_sns .footer_contents_r ul li:nth-chld(even){
	margin-right: 0;
}

#footer_sns .footer_contents_r ul li:last-child{
	margin-bottom: 0;
}

#footer_sns .footer_contents_r li img{
	width: 100%;
	border: 1px solid #FAFAFA;
	border-radius: 5px;
}


/* footer_copy */
#footer_copy{
	margin: 100px 25px 0;
	font-size: 12px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
}

#footer_copy ul{
	margin-bottom: 50px;
}

#footer_copy li{
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.5;
}

#footer_copy .footer_contents_l{
	margin-bottom: 0;
}

#copyright {
	font-size: 11px;
	font-family: HelveticaNeueeTextPro-Roman, TazuganeGothicStdN-Book,sans-serif;
	text-align: left;
}

#foot .main {
	width: 100%;
}
#foot01 {
	width: 100%;
	text-align: center;
}
#foot02 {
	width: 100%;
}
#foot_logo {
	margin-bottom: 80px;
}
.foot_t01 {
	margin-bottom: 20px;
	font-size: 20px;
}
.foot_bn li {
	display: inline-block;
	margin-right: 10px;
}
.foot_bn li:last-child {
	margin-right: 0;
}
.foot_col01 {
	text-align: center;
}
.foot_col02 {
	width: 100%;
	margin-bottom: 60px;
}
.foot_col03 {
	width: 100%;
	padding: 0 25px;
}

.foot_col01 .foot_menu li,
.foot_col02 .foot_menu li,
.foot_col03 .foot_menu li {
	line-height: 1.5;
	font-size: 16px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
	margin-bottom: 40px;
	letter-spacing: 0.03em;
}

.to-contact{
	position: fixed;
	right: 30px;
	bottom: 100px;
	background: #F4B21B;
	padding: 5px 30px;
	border-radius: 72px;
}

/* ======================= */
/*           TOP           */
/* ======================= */
#top_main {
	position: relative;
	padding-left: 25px;
	color: #fff;
	background: #009EFF url("../img/top_mv_sp_bg.svg") no-repeat;
	background-size: 100%;
	background-position: left top;
	display: none; /*kv切り替え*/
}

.main01 {
	padding : 0 0 17% 0px
}

.main01 img{
	width: 100%;
	border-radius: 0 0 0 20px;
	margin-bottom: 40px;
}

.top_col01_01 {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	order: 2;
}

.top_col01_01 p{
	display: block;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.15em;
	margin-bottom: 30px;
}

.top_col01_02 {
	width: 100%;
	order: 1;
}
.title01 {
	margin: 0 0 15px;
	font-size: 24px;
	line-height: 1.8;
	letter-spacing: 0.15em;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
}
#top_main p {
	margin-bottom: 30px;
}
.ul_btn01 li {
	display: inline-block;
	width: 48%;
	margin-right: 2%;
	text-align: center;
	font-weight: 600;
}
.ul_btn01 li a {
	display: block;
	width: 100%;
	height: 56px;
	padding-top: 21px;
	border-radius: 28px;
}
.ul_btn01 li:last-child {
	margin-right: 0;
}
.ul_btn01 li.b01 a {
	background: #F4B21B;
}
.ul_btn01 li.b02 a {
	background: #fff;
}
.ul_btn01 li.b03 a {
	color: #fff;
	background: #5B86E5;
	border: 2px solid #fff;
}
.ul_btn01 li.b04 a {
	background: #fff;
	border: 2px solid #fff;
}

#top_logo {
	padding: 25px 0;
}
#top_logo .logoslide {
	width: 100%;
	height: 55px;
	animation: bg_slider 46s linear infinite;
	background: url("../img/logo_slide.png") repeat-x 50%;
	background-size: auto 55px;
}
@keyframes bg_slider {
	0% {
		background-position: 0 0
	}
	to {
		background-position: -4280px 0
	}
}

#top_main .btn_y{
	margin: 0;
	max-width: 450px;
}

.main_btn{
	padding-right: 25px;
}


/* kv_202205 */
#top_main_202205{
	background: url("../img/202205/back_sp.jpg") #F0F8FF no-repeat;
	background-position: center;
	background-size: cover;
	height: 600px;
	padding: 0 25px;
	position: relative;
}

#top_main_202205 .top_main_content{
	background-size: 100%;
	min-height: 530px;
	width: 100%;
	margin: 0 auto 0;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#top_main_202205 img{
	display: block;
	margin: 0 auto 20px;
}

#top_main_202205 img:nth-child(1){
	margin-bottom: 20px;
}

#top_main_202205 img:nth-child(2){
	margin-bottom: 30px;
}


#top_main_202205 .top_main_content .sp{
	position: relative;
}

#top_main_202205 .btn_y{
	width: 300px;
	max-width: 400px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 150%;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 999;
}

/* スライダー画像 */
.slider {
	position:relative;
	z-index: 1;
	overflow: hidden;
	width: 330px;
	top: 0;
	left: 0;
	margin: 0 auto;
}


.slider-item01 {
	background-image: url("../img/202205/top_image_sp_01.png");
}

.slider-item02 {
	background-image: url("../img/202205/top_image_sp_02.png");
}

.slider-item {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
	max-width: 350px;
	height: 380px;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}


/* whats monoxer */
#top_about{
	padding: 100px 0 0 0;
}

#top_about .h2_01{
	margin-bottom: 40px;
}

#top_about .p01{
	text-align: left;
	margin-bottom: 30px;
	line-height: 2;
	letter-spacing: 0.03em;
	font-size: 16px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
}

#top_about .p01:last-child{
	margin-bottom: 0;
}

#top_about .title02{
	font-size: 22px;
	margin-bottom: 50px;
	color: #212121;
}

#top_about .title02 img:nth-child(1){
	margin-right: 5px;
	margin-bottom: 15px;
	width: 20px;
}

#top_about .title02 img:nth-child(2){
	margin-left: 2px;
	margin-bottom: 15px;
	width: 20px;
}

#top_about .title03{
	font-size: 16px;
	line-height: 2;
	margin-bottom: 80px;
	letter-spacing: 0.15em;
}

#top_about .title03 strong{
	color: #009EFF;
}

.about_contents img{
	width: 93.4%;
	margin: 0 0 60px 6.66%;
}

.about_text{
	background: #FAFAFA;
	margin-top: -100px;
	padding: 100px 6.66% 80px 6.66%;
}


/* Monoxer customer */
#top_customer{
	padding: 100px 0 120px 0;
	text-align: center;
}


#top_customer .top_school,
#top_customer .top_juku
{
	border: 2px solid #E0E0E0;
}

#top_customer .top_school{
	margin-bottom: 50px;
	padding: 0 60px 50px;
}

#top_customer .top_juku{
	margin-bottom: 20px;
	padding: 0 60px 50px;
}

#top_customer h3{
	background-color: #FFF;
	color: #424242;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0.12em;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	margin: -10px auto 0;
	width: 150px;
	height: 40px;
}

#top_customer img{
	display: block;
	margin: 40px auto 0 auto;
	width: 100%;
	max-width: 250px;
}

#top_customer span.other{
	color: #616161;
	display: block;
	text-align: right;
	font-size: 14px;
	line-height: 24px;
	font-family: HelveticaNeueeTextPro-Roman, TazuganeGothicStdN-Book,sans-serif;
}


/* Why Monoxer? */
#top_reason {
	padding: 0 0 100px;
}
#top_reason p a {
	color: #fff;
}

.reason_contents{
	text-align: left;
}

.reason_content:last-child{
	margin-bottom: 0;
}

.reason_contents h3{
	color: #212121;
	font-size: 18px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
	line-height: 1.5;
	margin-bottom: 20px;
	letter-spacing: 0.03em;
}

.reason_contents h3 strong{
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
	color: #009EFF;
}

.reason_content{
	width: 100%;
	margin-bottom: 80px;
}

.reason_content img{
	width: 100%;
	object-fit: cover;
	margin-bottom: 30px;
}

.reason_content .reason_text{
	padding: 0 25px;
}




.reason_content ul{
	margin: 20px 0 40px 0;
}

.reason_content ul li{
	font-size: 14px;
	line-height: 1.8;
	list-style: disc;
	list-style-position: outside;
	margin-left: 18px;
	margin-bottom: 4px;
}

.reason_contents .detail{
	background: #F5F5F5;
	border-radius: 5px;
	padding: 25px;
}

.reason_contents .detail h4{
	background: url("../img/light-bulb.svg") no-repeat left;
	color: #212121;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	font-size: 16px;
	padding-top: 5px;
	padding-left: 40px;
	display: block;
	height: 30px;
	letter-spacing: 0.06em;
	margin-bottom: 20px;
}

.reason_contents .detail ul{
	margin-bottom: 0;
}

.reason_contents .detail ul li{
	list-style: none;
	display: block;
	margin-bottom: 20px;
	margin-left: 0;
}

.reason_contents .detail ul li:nth-child(2){
	margin-bottom: 0;
}

.reason_contents .detail .btn_w{
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.note{
	color: #757575;
	font-size: 14px;
	margin-top: -10px;
	margin-bottom: 30px;
}

.note-s{
  color: #9E9E9E;
  font-size: 10px;
  margin-top: 8px;
  margin-bottom: 40px;
	line-height: 140%;
}



/* top_why */
#top_why{
	background: #F5F5F5;
	padding: 100px 6.66% 100px 6.66%;
}

.why_content{
	width: 100%;
	max-width: 325px;
	background: #FFF;
	border-radius: 5px;
	font-size: 14px;
	text-align: center;
	padding-bottom: 40px;
	margin: 0 auto 50px;
	letter-spacing: 0.03em;
}

.why_content h3{
	text-align: center;
	color: #009EFF;
	font-size: 16px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
	margin-bottom: 15px;
	position: relative;
}

.why_content h3 span{
	border-radius: 100px;
	background: #009EFF;
	color: #FFF;
	display: block;
	font-size: 14px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
	height: 40px;
	margin: -20px auto 40px auto;
	padding-top: 10px;
	position: absolute;
	right: 0;
	left: 0;
	letter-spacing: 0.06em;
	width: 40px;
}

.why_content h3 p{
	padding-top: 40px;
}


#top_why .p_01{
	background: url("../img/why_arrow_sp.svg") no-repeat center top;
	font-size: 18px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
	line-height: 2;
	letter-spacing: 0.15em;
	padding-top: 60px;
}

.p_01 strong{
	color: #009EFF;
}



/* Customer's Voice お客様の声 */
#top_voice{
	background: url("../img/top_voice_bg_sp.svg") no-repeat #009EFF top;
	background-size: contain;
	color: #FFF;
	padding: 100px 25px;
}

#top_voice .h2_01 span{
	color: #FFF;
}

#top_voice .h2_01{
	color: #FFF;
	margin-bottom: 80px;
	font-size: 20px;
}

#top_voice li a{
	color: #FFF;
	line-height: 1.8;
}

#top_voice .main li img:hover{
	transform: scale(1.04,1.04);
	transition:1s all;
}

#top_voice .img100 img {
	object-fit: cover;
	width: 100%;
	border-radius: 10px;
}

#top_voice .ul03{
	margin-bottom: 0;
}

#top_voice .ul03_customer{
	font-size: 16px;
	margin-bottom: 10px;
}

#top_voice a .ul03_customer{
	font-family: HelveticaNeueeTextPro-Roman, TazuganeGothicStdN-Book,sans-serif;
	letter-spacing: 0.03em;
}

#top_voice .ul03_t01{
	background: url("../img/top_voice_right_arrow.svg") no-repeat right 50%;
	font-size: 17px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
	letter-spacing: 0.03em;
	padding-right : 50px;
}

#top_voice .ul03 > li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 50px;
}


#top_voice .btn_w{
	width: 100%;
	max-width: 400px;
}

/* top_faq */
#top_faq{
	padding: 100px 0;
	background: #F5F5F5;
}

#service #top_faq{
	background: #FFF;
}

#top_faq .h2_01 {
	width: 100%;
	text-align: center;
}

#top_faq .h2_01 span{
	margin-bottom: 40px;
	font-size: 14px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
	color: #009EFF;
	display: block;
}

.top_faq_contents{
	width: 100%;
	text-align: left;
	padding: 0 25px;
}

.top_faq_contents ul{
	border-bottom: 2px solid #E0E0E0;
	margin: 0 0 50px 0;
	font-size: 16px;
}

.top_faq_contents li{
	border-top: 2px solid #E0E0E0;
	padding: 25px 0;
}

.top_faq_contents li .answer{
	padding: 30px 0;
	font-weight: normal;
	line-height: 1.8;
	font-size: 14px;
}

.top_faq_contents li .answer a{
	color: #009EFF;
}

#top_faq label {
	display: block;
	margin: 0 0 4px 0;
	padding : 15px 0;
	line-height: 1;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
	background: url("../img/arrow_b.svg") no-repeat right;
	background-size: 16px;
}

#top_faq label:hover{
	color: #009EFF;
}

#top_faq input {
	display: none;
}

#top_faq #links01,
#top_faq #links02,
#top_faq #links03,
#top_faq #links04
{
	height: 0;
	opacity: 0;
	padding: 0;
	transition: .5s;
	visibility: hidden;
}

#menu_bar01:checked ~ #links01,
#menu_bar02:checked ~ #links02,
#menu_bar03:checked ~ #links03,
#menu_bar04:checked ~ #links04
{
	height: auto;
	opacity: 1;
	padding: 10px 0;
	visibility: visible;
}

#menu_bar01:checked ~ label,
#menu_bar02:checked ~ label,
#menu_bar03:checked ~ label,
#menu_bar04:checked ~ label
{
	background: url("../img/arrow_b_up.svg") no-repeat center right;
	transition: .3s;
}


/* trial */
.trial_contents{
	background:  #0079F2;
	color: #FFF;
	padding: 100px 25px 100px 25px;
	text-align: center;
}

.trial_contents h2.h2_01{
	margin-bottom: 40px;
}

.trial_contents h2.h2_01 span{
	margin-bottom: 40px;
	color: #FFF;
}

.trial_contents ul{
	margin-bottom: 50px;
}

.trial_contents ul li{
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0.03em;
	text-align: left;
	display: flex;
	align-items: center;
}

.trial_contents ul li img{
	width: 80px;
	margin: 0 15px 0 0;
	border-radius: 5px;
}

.trial_contents img{
	margin-bottom: 40px;
}

/* 220617 / スマートニュース広告用会社情報掲載追加 */
.trial_smartnews h3 {
	margin: 80px 0 20px 0;
	font-size: 16px;
	font-weight: bold;
}

.trial_smartnews_info {
	display: flex;
	flex-wrap: wrap;
}

.trial_smartnews_info dt,
.trial_smartnews_info dd {
	font-size: 13px;
	text-align: left;
}

.trial_smartnews_info dt {
	width: 100%;
	padding: 10px 7px 5px 7px;
	border-top: 1px solid #fff;
	font-weight: bold;
}

.trial_smartnews_info dd {
	width: 100%;
	padding: 0 7px 10px 7px;
	font-weight: normal;
}

.trial_smartnews_info dd:last-child {
	border-bottom: 1px solid #fff;
}


#top_news {
	padding: 30px 0 50px;
}
.main02 {
	width: 90%;
	margin: 0 auto;
}
.h2_01 {
	margin-bottom: 60px;
	font-size: 20px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	line-height: 2;
	letter-spacing: 0.12em;
}


.h2_01 span{
	margin-bottom: 40px;
	font-size: 14px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	color: #009EFF;
	display: block;
	letter-spacing: 0.06em;
}

.h2_01 strong {
	color: #009EFF;
}

.bn01 {
	margin-bottom: 8px;
}
.top_news_ul {
	margin-bottom: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.top_news_ul li {
	padding: 10px 0;
	line-height: 2;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.top_news_ul li a {
	display: block;
	text-decoration: none;
}
.top_news_head {
	font-size: 12px;
}
.top_news_date {
	margin-right: 1.5em;
}
.top_news_cate {
	color: #F4B21B;
}
.top_news_disc {
	font-size: 13px;
}
.btn01 a {
	display: block;
	width: 140px;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	color: #5B86E5;
	border: 2px solid #5B86E5;
	border-radius: 22px;
}

#top_service {
	padding: 50px 0 40px;
	color: #fff;
	background: #5B86E5;
}
#top_service p a {
	color: #fff;
}
.top_service01 {
	margin-bottom: 10px;
}
.top_service01 .p01 {
	margin-bottom: 20px;
}
.box10 {
	margin-bottom: 25px;
	padding: 20px;
	text-align: left;
	color: #06222F;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0px 0px 13px #385FB5;
}
.col06_01, .col06_02 {
	width: 100%;
	margin-bottom: 20px;
}
.col06_03 {
	width: 100%;
}
.box10 .img100 {
	margin-bottom: 10px;
}
.top_service_t01 {
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 600;
}
.top_service_t02 {
	font-size: 13px;
}
.top_vimeo {
	margin-bottom: 20px;
}

.main03 {
	width: 90%;
	margin: 0 auto;
}
.top_col02_01 {
	width: 100%;
}
.top_col02_02 {
	width: 100%;
	text-align: left;
	color: #fff;
}
.top_col02_02_in {
	width: 100%;
	margin-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}
.title02 {
	margin-bottom: 15px;
	font-size: 24px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
	letter-spacing: 0.12em;
}
.p01 {
	font-size: 13px;
}

.p01 strong {
	color: #009EFF;
}

.top_col02_02_in .p01 {
	margin-bottom: 30px;
}
.bar01 {
	margin-top: 20px;
}
.bar01_in {
	min-height: 665px;
	padding: 40px 20px 40px 40px;
	background: url("../img/bar01_bg01_sp.png") no-repeat;
	background-position: left top;
	background-size: cover;
}
.no01 {
	height: 40px;
	margin: 20px 0 10px;
	/*font-size: 48px;
	font-style: italic;
	font-weight: 600;
	color: #72AE2D;*/
}
.no01 img {
	width: auto;
	height: 100%;
}
.top_col03_01 {
	width: 100%;
	order: 2;
}
.top_col03_02 {
	width: 80%;
	margin: 0 auto;
	order: 1;
}
.top_col03_03 {
	width: 80%;
	margin: 0 auto;
}
.top_col03_04 {
	width: 100%;
}
.bar02 {
	margin-top: 10px;
}
.bar02_in {
	min-height: 635px;
	padding: 40px 40px 40px 20px;
	background: url("../img/bar02_bg01_sp.png") no-repeat;
	background-position: right top;
	background-size: cover;
}
.bar03 {
	margin: 15px 0 20px;
}
.bar03_in {
	min-height: 635px;
	padding: 40px 20px 40px 40px;
	background: url("../img/bar03_bg01_sp.png") no-repeat;
	background-position: left top;
	background-size: cover;
}
.bar01 .main, .bar02 .main, .bar03 .main {
	width: 100%;
}
.btn02 a {
	display: block;
	width: 90%;
	line-height: 58px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 30px;
}

#top_review {
	padding: 50px 0;
}
.h2_02 {
	margin-bottom: 30px;
	font-size: 24px;
}
.top_col04_01 {
	width: 100%;
	margin-bottom: 15px;
}
.top_col04_02 {
	width: 100%;
}
.box01 {
	padding: 40px 20px 30px;
	text-align: center;
	box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.3);
	border-radius: 8px;
}
.box01_img {
	margin-bottom: 5px;
}
.box01_t01 {
	margin-bottom: 10px;
	font-size: 13px;
}
.box01 p {
	font-size: 17px;
}

#top_recruit {
	padding: 50px 0;
	color: #fff;
	background: #5B86E5;
}
#top_recruit .p01 {
	margin-bottom: 30px;
}


.ul_cate{
	margin: 20px 0 10px;
	display: flex;
	flex-wrap: wrap;
}

.ul_cate li{
	margin-bottom: 10px;
	padding: 0;
	margin-left: 0;
}

.ul_cate li a{
	background: #009EFF;
	border-radius: 50px;
	border: 1px solid #8DD0FF;
	color: #FFF;
	display: inline-block;
	font-size: 14px;
	font-family: HelveticaNeueeTextPro-Roman, TazuganeGothicStdN-Book,sans-serif;
	letter-spacing: 0.03em;
	line-height: 1.8;
	margin: 0 5px 0 0;
	padding: 3px 15px 2px;
}


.ul_cate li:hover a{
	background: #8DD0FF;
}



/* ======================= */
/*         サービス         */
/* ======================= */
#service{

}

/* service_navi */
.service_navi{
	background: #008CFF;
	color: #FFF;
	padding : 50px 25px 30px;
}

.service_navi ul{
	margin: 0 auto;
	text-align: left;
}

.service_navi ul li a{
	color: #FFF;
	background: url("../img/icon_navi_w.svg") no-repeat right;
	background-size: 24px;
	font-size: 16px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
	padding-right: 40px;
	display: block;
	height: 25px;
	padding-top: 6px;
	margin-bottom: 25px;
}

.service_navi ul li a:hover{
	opacity: 0.6;
	text-decoration: none;
}


#service_main {
	padding: 60px 6.66% 40px 6.66%;
	background: #F0F8FF;
	text-align: left;
	margin-bottom: -100px;
}

#service_main .service_contents{
	margin-bottom: 40px;
}

.service_img img{
	width: 100%;
	display: block;
	margin: 0 auto;
	max-width: 420px;
}

#service_main h2.h2_01 span{
	margin-bottom: 40px;
	font-size: 14px;
}

#service_main h2.h2_01{
	color: #212121;
	font-size: 28px;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 30px;
	letter-spacing : 0.12em;
}

#service_main p{
	font-size: 14px;
	line-height: 2;
	color: #616161;
}

#service .h3_01 {
	color: #424242;
	font-size: 20px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	margin-bottom: 30px;
	letter-spacing: 0.12em;
	line-height: 1.8;
}

#service .h3_01 strong{
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
	color: #009EFF;
}


#service_main01 {
	padding: 30px 0 40px;
}


/* service_main_202206 */

#service_main_202206 {
	padding: 60px 6.66% 0 6.66%;
	background: #F0F8FF;
	text-align: left;
	/*margin-bottom: -100px;*/
	background: url("../img/202205/back_sp.jpg") #F0F8FF no-repeat;
	background-size: contain%;
}

#service_main_202206 .service_contents{
	margin-bottom: 40px;
}

#service_main_202206 .service_contents img{
	display: none;
}

#service_main_202206 .service_img img{
	width: 100%;
	display: block;
	margin: 0 auto;
	max-width: 420px;
}

#service_main_202206 h2.h2_01 span{
	margin-bottom: 40px;
	font-size: 14px;
}

#service_main_202206 h2.h2_01{
	color: #FFF;
	font-size: 28px;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 30px;
	letter-spacing : 0.12em;
}

#service_main_202206 .h2_01 strong {
	color: #FBE22D;
}

#service_main_202206 p{
	font-size: 14px;
	line-height: 2;
	color: #FFF;
}

#service .h3_01 {
	color: #424242;
	font-size: 20px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	margin-bottom: 30px;
	letter-spacing: 0.12em;
	line-height: 1.8;
}

#service .h3_01 strong{
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
	color: #009EFF;
}

#service_main01 {
	padding: 30px 0 40px;
}

#service_main_202206 .service_contents .breadcrumb li a{
	color: #FFF;
}

#service_main_202206 .service_contents .breadcrumb li{
	color: #FFF;
}

#service_main_202206 .service_contents .breadcrumb li:after{
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.title03 {
	margin-bottom: 30px;
	font-size: 24px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
}
.col07_01 {
	width: 100%;
}
.col07_02 {
	width: 100%;
	margin-bottom: 10px;
}
.col07_03 {
	width: 100%;
	margin-bottom: 20px;
}
.box11 {
	margin-bottom: 20px;
	padding: 10px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 13px rgba(191, 191, 191, 0.5);
}
.box11_t01 {
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: 600;
}
.box11_t02 {
	margin-bottom: 20px;
	font-size: 15px;
}
.btn07 a {
	display: block;
	width: 90%;
	line-height: 56px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	background: #F4B21B;
	border-radius: 28px;
}

.service_main_img {
	width: 100%;
	margin: 0 auto;
}
#service_main02 {
	position: relative;
	padding: 240px 0 50px;
}
.service_main02_01 {
	position: absolute;
	top: -220px;
	left: 0;
	right: 0;
	width: 90%;
	margin: 0 auto;
}
.box02 {
	padding: 25px 15px;
	background: #fff;
	border: 1px solid #06222F;
	border-radius: 8px;
}
.service_main02_01 .box02 p {
	text-align: left;
}
.col01_01 {
	width: 100%;
	margin-bottom: 20px;
}
.col01_02 {
	width: 100%;
	margin-bottom: 20px;
}
.box03 {
	padding: 20px 20px 30px;
	box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.3);
	border-radius: 8px;
}
.title04 {
	margin-bottom: 20px;
	font-size: 20px;
}
.title05 {
	margin-bottom: 30px;
	font-size: 20px;
	color: #72AE2D;
}


/* service01 定着 */
#service01 {
	padding: 0;
	color: #fff;
	background: #F5F5F5;
	position: relative;
}

#service01_01 {
	background: #FFFFFF;
	/*border-radius: 10px;*/
	/*margin: 0 25px;*/
	padding: 50px 25px;
	position: absolute;
	/*top: -65px;*/
}

#service01_01 p{
	color: #616161;
	font-size: 16px;
	margin-bottom: 60px;
	display: block;
	text-align: left;
}

#service01_01 img{
	max-width: 300px;
}
.col02_01 {
	width: 30.8%;
	margin-right: 3.8%;
}
.col02_02 {
	width: 30.8%;
}
.box04 {
	min-height: 465px;
	padding: 30px 20px;
	text-align: center;
	color: #06222F;
	background: #fff;
	box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.3);
	border-radius: 8px;
}
.box04_img {
	margin-bottom: 5px;
}
.box04_t01 {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 600;
}
.box04 p {
	text-align: left;
	font-size: 13px;
}

#service01_02 {
	padding: 1080px 0 100px 0;
	text-align: center;
}

#service01_02 .h3_01{
	margin-bottom: 50px;
}



#service01_02 ul{

}

#service01_02 li{
	color: #212121;
	width: 100%;
	font-size: 16px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
	letter-spacing: 0.09em;
	line-height: 1.7;
	text-align: center;
	padding-top: 170px;
	margin-bottom: 30px;
}

#service01_02 li strong{
	color: #009EFF;
}

#service01_02 li:nth-child(1){
	background: url("../img/settlement_point_01.png") no-repeat;
	background-position: center top;
	background-size: 150px;
}

#service01_02 li:nth-child(2){
	background: url("../img/settlement_point_02.png") no-repeat;
	background-position: center top;
	background-size: 150px;
}

#service01_02 li:nth-child(3){
	background: url("../img/settlement_point_03.png") no-repeat;
	background-position: center top;
	background-size: 150px;
}

#service01_02 p{
	background: url("../img/arrow_gray.svg") no-repeat center top;
	background-size: 20px;
	color: #424242;
	font-size: 18px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
	display: flex;
	justify-content: space-between;
	text-align: center;
	padding: 50px 0 0 0;
	letter-spacing: 0.12em;
	line-height: 1.5;
	max-width: 320px;
	margin: 0 auto;
}

#service01_02 p span span{
	color: #009EFF;
}

#service01_02 p img{
	width: 20px;
	margin-top: -25px;
}


/* service02 */
#service02{
	background: url("../img/service_vision_bg_sp.svg") no-repeat;
	background-size: cover;
	padding: 40px 15px;
}


#service02_01{
	padding: 60px 25px 30px;
	background: rgba(255,255,255,.97);
	color: #424242;
	letter-spacing: 0.06em;
	line-height: 2;
	font-size: 16px;
}

#service02_01 h2.h2_01 span{
	margin-bottom: 40px;
}

#service02_01 h2.h2_01{
	margin-bottom: 60px;
}

#service02_01 .flex {
	margin-bottom: 20px;
}


#service02_01 p{
	margin-bottom: 30px;
	text-align: left;
}



.h2_05 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
}

.h2_03 {
	margin-bottom: 25px;
	font-size: 17px;
	font-weight: 600;
}
.service01_01 {
	margin-bottom: 30px;
}
.col02_01 {
	width: 100%;
	margin-bottom: 20px;
}
.col02_02 {
	width: 100%;
}
.box04 {
	padding: 30px 20px;
	text-align: center;
	color: #06222F;
	background: #fff;
	box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.3);
	border-radius: 8px;
}
.box04_img {
	margin-bottom: 5px;
}
.box04_t01 {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 600;
}
.box04 p {
	text-align: left;
	font-size: 13px;
}

.col08_01 {
	width: 100%;
	margin-bottom: 20px;
}
.col08_02 {
	width: 100%;
}
.h3_04 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
}
.box12 {
	margin-bottom: 10px;
	text-align: left;
	background: #fff url("../img/icon_down01png.png") no-repeat;
	background-size: 18px 10px;
	background-position: right 10px center;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.box12 a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.box12_img {
	width: 28.4%;
	margin-right: 4%;
}
.box12_img img {
	width: 100%;
	height: auto;
}
.box12_txt {
	width: 57%;
	margin-right: 10.6%;
	padding: 10px 0;
}
.box12_txt .img_res {
	width: 24px;
	margin-bottom: 3px;
}
.box12_t01 {
	font-size: 14px;
}
.ul_btn04 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
}
.ul_btn04 li {
	width: 48%;
	margin-right: 4%;
	text-align: center;
}
.ul_btn04 li:last-child {
	margin-right: 0;
}
.ul_btn04 li a {
	display: block;
	width: 100%;
	height: 56px;
	padding-top: 19px;
	font-weight: 600;
	border-radius: 28px;
}
.ul_btn04 li.b01 a {
	background: #F4B21B;
	border: 2px solid #F4B21B;
}
.ul_btn04 li.b02 a {
	color: #5B86E5;
	background: #fff;
	border: 2px solid #5B86E5;
}
#service02_02 {
	margin-bottom: 30px;
	text-align: left;
}
#service02_03 {
	text-align: left;
}
.col09_01 {
	width: 100%;
	margin-bottom: 10px;
}
.col09_02 {
	width: 100%;
	margin-bottom: 56px;
}
.col09_03 {
	width: 100%;
	margin-bottom: 10px;
}
.col09_04 {
	width: 100%;
	margin-bottom: 56px;
}
.no03 {
	display: inline-block;
	margin: 0 10px 10px 0;
}
.no03 img {
	width: 33px;
	height: 24px;
}
.no03_txt {
	display: inline-block;
	font-size: 12px;
}
.title10 {
	margin-bottom: 10px;
	line-height: 1.4;
	font-size: 24px;
	font-weight: 600;
}
.txt01 {
	margin-bottom: 10px;
	font-size: 13px;
}
.btn08 a {
	display: block;
	width: 142px;
	height: 42px;
	padding-top: 8px;
	text-align: center;
	font-weight: 600;
	color: #5B86E5;
	background: #fff;
	border: 2px solid #5B86E5;
	border-radius: 21px;
}
#service02_02 .btn08,
#service02_03 .btn08 {
	display: none;
}

.box05 {
	padding: 30px 20px 40px;
	color: #06222F;
	background: #fff;
	box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.3);
	border-radius: 8px;
}
.title06 {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 600;
}
.box05 .img100 {
	margin-bottom: 10px;
}
.box05 p {
	text-align: left;
	font-size: 13px;
}
.p02 {
	margin-bottom: 10px;
	font-size: 13px;
}
.btn03 a {
	display: block;
	width: 100%;
	line-height: 56px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	background: #F4B21B;
	border-radius: 28px;
}



/* Features 主な機能一覧 */
#service03 {
	padding: 80px 0 0 0;
}

.feature_menu{
	margin: 0 25px 80px 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.feature_menu a{
	border: 2px solid #009EFF;
	border-radius: 10px;
	color: #212121;
	display: block;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
	line-height: 1.5;
	margin-bottom: 20px;
	padding: 20px;
	text-align: left;
	width: 47%;
}

.feature_menu a:hover{
	background: #F5F5F5;
	text-decoration: none;
}

.feature_menu a dl{
	background: url("../img/icon_arrow_u_b_sp.svg") no-repeat right bottom;
	background-size: 30px;
	min-height: 90px;
}

.feature_menu a dt{
	font-size: 14px;
	margin-bottom: 15px;
	letter-spacing: 0.03em;
}

.feature_menu a dd{
	font-size: 14px;
	line-height: 1.7;
	color: #616161;
}

.feature{
	padding: 25px 6.66% 60px 6.66%;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
}

.feature:nth-child(even){
	flex-direction: column-reverse;
}

.feature_content{
	width: 100%;
}

.feature img{
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
	margin-bottom: 30px;
}

.feature.feature:nth-child(odd){
	background: #FAFAFA;
}


.feature .main{
	width: 100%;
}

.feature h3{
	color: #212121;
	font-size: 20px;
	margin-bottom: 20px;
	letter-spacing: 0.03em;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
}

.feature_text{
	color: #424242;
	font-size: 16px;
	margin-bottom: 40px;
	line-height: 1.7;
}

.merit_t{
	margin-bottom: 30px;
}

.merit_s:nth-child(odd){
	margin-bottom: 30px;
}

.merit_t dt,
.merit_s dt
{
	color: #212121;
	font-size: 16px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	background: url("../img/icon_check_b.svg") no-repeat;
	margin-bottom: 15px;
	margin-top: 10px;
	padding-left: 30px;
}

.merit_t ul li,
.merit_s ul li
{
	color: #616161;
	list-style: outside;
	line-height: 1.7;
	margin-left: 20px;
	margin-bottom: 8px;
	font-size: 14px;
}


.ul03 {
	margin-bottom: 40px;
	text-align: left;
}
.ul03 > li {
	margin-bottom: 32px;
}
.ul03 > li a {
	display: block;
	line-height: 1.6;
	text-decoration: none;
}
.ul03 > li img {
	margin-bottom: 25px;
}
.ul03_t01 {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 600;
}
.ul03_t02 {
	margin-bottom: 10px;
	font-size: 13px;
}
.ul03_cate li {
	display: inline-block;
	height: 24px;
	margin-right: 5px;
	padding: 6px 10px;
	font-size: 12px;
	background: #FEE9B8;
	border-radius: 5px;
}
.ul03_cate2 li {
	display: inline-block;
	height: 24px;
	margin: 5px 5px 0 0;
	padding: 6px 10px;
	font-size: 12px;
	background: #DFE9FF;
	border-radius: 5px;
}
.ul03_date {
	margin-bottom: 5px;
	font-size: 13px;
	color: #666
}

.box06 {
	padding: 40px 20px 50px;
	border: 4px solid #06222F;
	border-radius: 1px;
}
.box06 .img100 {
	margin-bottom: 10px;
}
.box06 p {
	margin-bottom: 20px;
	text-align: left;
}
.color01 {
	color: #D93B3B;
}
.btn04 a {
	display: block;
	width: 100%;
	line-height: 56px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #5B86E5;
	border-radius: 28px;
}



/* case_study 成績向上事例 */
#service04 {
	background: url("../img/alphabet_background_sp.svg") no-repeat #009EFF top;
	background-size: contain;
	color: #fff;
	padding: 100px 25px;
	position: relative;
	z-index: 3;
}

#service04 .h2_01 span{
	color: #FFF;
}

.case_contents{
	margin: 50px auto;
	text-align: left;
	border-bottom: 2px solid #59BCFF;
}

.case_contents h3{
	font-size: 14px;
}

.case_contents h3 span{
	border: 1px solid #8DD0FF;
	display: inline-block;
	height: 24px;
	margin-bottom: 30px;
	margin-right: 20px;
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 100px;
	color: #FFF;
	font-weight: normal;
}

.case_num{
	font-size: 24px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	height: 125px;
	margin-bottom: 30px;
}

.case_contents:nth-child(2) .case_num{
	background: url("../img/cs_num_01.svg") no-repeat bottom left;
	background-size: auto 80px;
}

.case_contents:nth-child(3) .case_num{
	background: url("../img/cs_num_02.svg") no-repeat bottom left;
	background-size: auto 90px;
}

.case_contents:nth-child(4) .case_num{
	background: url("../img/cs_num_03.svg") no-repeat bottom left;
	background-size: auto 90px;
}

.case_content{
	margin: 20px 0 50px 0;
	text-align: left;
}

.case_text{
	background: #E3F3FF;
	border-radius: 10px;
	color: #424242;
	font-size: 14px;
	letter-spacing: 0.03em;
	padding: 24px;
	width: 100%;
	position: relative;
}

.case_text img{
	border-radius: 5px;
	margin-bottom: 15px;
}

.case_text a{
	background: url("../img/icon_arrow_b.svg") no-repeat right;
	background-size: 20px;
	color: #009EFF;
	display: block;
	padding-right: 25px;
	text-align: right;
	margin-top : 10px;
}



#service04 .btn_w{
	margin: 0 auto;
}



/* Introduction Flow */
#service05{
	background:#F5F5F5;
	margin: 0;
	padding: 100px 0;
	position: relative;
}

#service05 img{
	margin: 0 auto 50px auto;
	width: 90%;
}

#service05 .trial_flow{
	background: #FFF;
	border-radius: 10px;
	padding: 50px 35px;
	width: 90%;
	margin: 0 auto;
}

.trial_flow h3{
	font-size: 16px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
	display: flex;
	justify-content:space-between;
	margin-bottom: 40px;
	max-width: 300px;
	margin: 0 auto 40px auto;
	letter-spacing: 0.12em;
	line-height: 1.5;
}

#service05 .trial_flow h3 img{
	width: 30px;
	margin: 0 10px;
}

.trial_flow .btn_y{
	width: 100%;
}




.box13 {
	margin-bottom: 20px;
	padding: 15px 15px;
	text-align: left;
	color: #06222F;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0px 0px 13px #385FB5;
}
.col10_01, .col10_02 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 10px;
}
.col10_03 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
}
.box13 .img_res {
	width: 30%;
	margin-right: 5%;
}
.col10_t01 {
	width: 65%;
	padding-top: 10px;
	font-size: 15px;
	font-weight: 600;
}


/* 活用事例 */
#case_study_main {
	padding: 50px 0;
	color: #fff;
	background: #5B86E5;
}
.h2_05 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 600;
}

#case_study01 {
	padding: 0 0 50px;
}

#case_study01 {
	text-align: left;
	margin: 0 auto;
}


/* 活用事例 */
#case_head{
	text-align: left;
	margin: 16px 16px 16px 16px;
}

#case_head h2 {
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: 600;
}

#case_head h3{
	font-size: 14px;
}

#case_study_main {
	padding: 30px 0 70px;
	color: #fff;
	background: #5B86E5;
}


#case_study01 .main{
	width: 100%;
}

#case_study01 .ul03 > li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

#case_study01 .ul03_cate{
	margin-bottom: 10px;
}

#case_study01 .ul03_cate li {
	display: inline-block;
	height: 24px;
	margin-right: 5px;
	margin-bottom: 8px;
	padding: 6px 10px;
	font-size: 12px;
	background: #DFE9FF;
	border-radius: 5px;
	color: #333;
	font-weight: normal;
}

#case_study01 li a{
	padding: 12px;
}

#case_study01 .main li a:hover{
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	border-radius: 4px;
	color: #191919;
}

#case_study01 .img100 img {
	width: 100%;
	height: auto;
	height: 200px;
	object-fit: cover;
}

#case_study01 .ul03_t01{
	font-size: 17px;
	font-weight: normal;
}

#case_study01 .ul03 .date{
	color: #666;
}


/* 活用事例サイドバー */
#sidebar-case{
	width: 30%;
	text-align: left;
}

#sidebar-case h3{
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
	font-size: 15px;
	color: #191919;
}

#sidebar-case ul{
	margin: 10px 0 30px 15px;
}

#sidebar-case ul li{
	border-top: 1px solid #EFEFEF;
	padding: 10px 0;
}

#sidebar-case ul li a{
	color: #5B86E5;
}

#sidebar-case .media{
	display: flex;
	position: relative;
	margin-top: 16px;
	font-size: 13px;
}

#sidebar-case .media img{
	width: 120px;
	border-radius: 4px;
}

#sidebar-case .media-left{
	margin-right: 10px;
}

#sidebar-case .media-left .ranking {
	background: #FFF;
	border-radius: 4px;
	text-align: center;
	display: block;
	top: 10px;
	left: 10px;
	position: absolute;
	z-index: 999;
	width: 32px;
	height: 18px;
}


/* 活用事例フッター */
.case-footer .main{

}


.case-footer .h2_03{
	font-size: 24px;
	text-align: left;
	margin: 12px auto;
	width: 98%;
	max-width: 320px;
}

.case-footer .main img{
	width: 300px;
	margin-top: 24px;
}

.case-footer .text{
	text-align: center;
	margin-bottom: 20px;
}


.case-footer .col10_t01{
	font-weight: normal;
	font-size: 16px;
	margin: 0 auto 0 auto;
	width: 100%;
	padding-top: 0;
}

.case-footer .btn07{
	margin: 20px auto;
}


/* ======================= */
/*       活用事例           */
/* ======================= */

#case_main {
	padding: 60px 25px 50px;
	background: #F0F8FF;
	text-align: left;
}

#case_main_page1 {
	padding: 60px 25px 150px;
	background: #F0F8FF;
	text-align: left;
}

.case_top h2{
	color: #424242;
	font-size: 24px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 30px;
	letter-spacing: 0.12em;
}

.case_top h2 strong{
	color: #009EFF;
}

.case_top p{
	font-size: 14px;
	line-height: 200%;
	letter-spacing: 0.09em;
	font-feature-settings: 'palt' on;
	color: #616161;
}

/* pickup_case */
#pickup_case {
	margin: -120px 0 60px -25px;
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

#pickup_case ul.pickup_case{
	width: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: unset;
	padding-left: 50px;
}

#pickup_case::-webkit-scrollbar {
	display:none;
}

#pickup_case ul li.pickup_content {
	padding: 10px 0;
	line-height: 2;
	padding-right: 15px;
	min-width: 275px;
	text-align: left;
}

#pickup_case ul.pickup_case li.pickup_content a {
	display: block;
	text-decoration: none;
	transition: .3s;
}

#pickup_case ul.pickup_case li img{
	border-radius: 5px;
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}

#pickup_case .pickup_title{
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 0.03em;
	color: #212121;
}

#pickup_case .school_name {
	font-family: HelveticaNeueeTextPro-Roman, TazuganeGothicStdN-Book, sans-serif;
	font-size: 14px;
	line-height: 180%;
	letter-spacing: 0.06em;
	color: #212121;
}


/* 導入による効果 */
#pickup_case .top_effect{
	background: #F5F5F5;
	border-radius: 5px;
	padding: 25px;
}

#pickup_case .top_effect h4{
	background: url("../img/icon_growth.svg") no-repeat left;
	color: #212121;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	font-size: 16px;
	padding-top: 0;
	padding-left: 40px;
	display: block;
	height: 30px;
	margin-bottom: 10px;
}

#pickup_case .top_effect ul{
	margin-bottom: 0;
	padding-right: 20px;
}

#pickup_case .top_effect ul li{
	list-style: disc;
	list-style-position: outside;
	width: 100%;
	font-size: 14px;
	line-height: 170%;
	letter-spacing: 0.03em;
	color: #424242;
	margin-left: 20px;
}


/* 活用事例 カテゴリータグ */
#page_case .ul_cate{
	margin: 20px 0 10px;
	display: flex;
	flex-wrap: wrap;
}

#page_case .ul_cate li{
	margin-bottom: 5px;
	margin-right: 10px;
	padding: 0;
	width: auto;
}

#page_case .ul_cate li a{
	background: none;
	border: 1px solid #009EFF;
	border-radius: 50px;
	box-sizing: border-box;
	color: #009EFF;
	display: inline-block;
	font-size: 14px;
	font-family: HelveticaNeueeTextPro-Roman, TazuganeGothicStdN-Book, sans-serif;
	margin-right: 0;
	padding: 3px 15px 1px;
	letter-spacing: 0.03em;
	line-height: 1.8;
}

#page_case .ul_cate li:hover a{
	transition: background 1s ease-out;
	text-decoration: none;
	background: #F5F5F5;
}


/* 活用事例一覧 */
#case_study_archive{
	padding: 60px 25px 100px;
	background: #FAFAFA;
}

.case_taxonomy .case_study_head{
	margin-top: -340px;
}

.case_taxonomy #case_main {
	padding: 60px 0 280px 0;
}

.case_taxonomy .breadcrumb{
	margin-left: 25px;
}

/* 絞り込み */
#case_menu{
	padding: 40px 25px;
	margin: 0 auto 50px;
	border-radius: 10px;
	background: #FFF;
}

#case_menu h3{
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0.12em;
	font-feature-settings: 'palt' on;
	color: #212121;
	position: relative;
	text-align: left;
	width: 80px;
	height: 34px;
	margin-bottom: 20px;
}

#case_menu h3::after{
	content: '';
	border-radius: 3px;
	background: #009EFF;
	width: 27px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
}

#case_menu.case_catelist{

}

#case_menu dl{
	align-items: center;
	margin-bottom: 20px;
}

#case_menu dt{
	text-align: left;
	margin-bottom: 10px;
}

#case_menu .ul_cate{
	margin: 0;
}

#case_menu .ul_cate li{
	margin-bottom: 10px;
}

#case_study_archive .ul03{
	margin: 0 auto 60px;
}

#case_study_archive .ul03 > li {
	margin-bottom: 50px;
}

#case_study_archive img{
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	border-radius: 5px;
}

#case_study_archive .school_name{
	font-size: 14px;
	line-height: 180%;
	letter-spacing: 0.03em;
	color: #212121;
	margin-bottom: 5px;
}

#case_study_archive .case_title{
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 0.03em;
	color: #212121;
	margin-bottom: 20px;
}

#case_study_archive h2 {
	margin-bottom: 20px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	font-size: 18px;
	line-height: 180%;
}

#case_study_archive h2 span {
	color: #009EFF;
}



/* ======================= */
/*    セミナー  seminar     */
/* ======================= */
#seminar01 {
	padding: 70px 0 30px;
}

#page_seminar li a:hover{
	opacity: .8;
}

#page_seminar .img100 img {
	object-fit: cover;
	width: 100%;
	border-radius: 5px;
	margin-bottom: 20px;
}

#page_seminar .ul03_t01{
	font-size: 16px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
}

#page_seminar .ul03 .date{
	color: #666;
}

/* Schedule 実施予定のセミナー */
#seminar_schedule{
	margin-top: -100px;
	padding: 0 25px 30px;
}

#seminar_schedule .ul03 > li {
	width: 100%;
	margin-bottom: 50px;
}

#seminar_schedule li.no_article {
  margin-bottom: -150px;
	width: 100%;
	margin: 210px 0 60px;
	font-size: 16px;
	background: #FFF;
}


#seminar_schedule .ul03 a:hover {
	transition: .3s;
	color: #212121;
}

#seminar_schedule .ul03 > li:nth-child(2n) {
	margin-right: 0;
}

#seminar_schedule .ul03_t01{
	font-size: 18px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	color: #212121;
}

#seminar_schedule .seminar_day{
	margin-bottom: 5px;
	line-height: 180%;
	letter-spacing: 0.06em;
	color: #009EFF;
	font-size: 16px;
}

#seminar_schedule  .top_effect{
	background: #F5F5F5;
	border-radius: 10px;
	padding: 25px;
	margin: 20px 0 0;
}

#seminar_schedule  .top_effect h4{
	background: url("../img/dark-bulb.svg") no-repeat left;
	color: #212121;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	font-size: 16px;
	padding-top: 0;
	padding-left: 40px;
	display: block;
	height: 30px;
	margin-bottom: 10px;
}

#page_seminar .top_effect ul{
	margin-bottom: 0;
	padding-right: 20px;
}

#page_seminar .top_effect ul li{
	list-style: disc;
	list-style-position: outside;
	width: 100%;
	font-size: 13px;
	line-height: 170%;
	letter-spacing: 0.03em;
	color: #424242;
	margin-left: 20px;
}


/* Archive 過去のセミナー動画 */
#seminar_archive{
	background: #F5F5F5;
	border-radius: 10px;
	padding: 80px 25px 30px;
	margin: 30px auto 0;
}

#seminar_archive h4{
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 0.03em;
	color: #212121;
}

#seminar_archive .downloads_content{
	margin: 0 auto 50px;
}

#seminar_archive .downloads_content img {
	border-radius: 0;
	width: 100%;
	max-width: 480px;
	margin: 0 auto 25px;
}

#seminar_archive .img100{
	text-align: center;
}

#seminar_archive .ul03_t02{
	font-size: 14px;
	line-height: 180%;
	letter-spacing: 0.03em;
	color: #424242;
	margin-bottom: 30px;
}

/* seminar_reports */
#seminar_reports {
	padding: 80px 0;
}

#seminar_reports a:hover{
	transition: .3s;
	color: #212121;
}

#page_seminar #seminar_reports .ul03 .date{
	color: #212121;
}

/* ============================= */
/*    セミナー  seminar_single    */
/* ============================= */
#seminar_single{

}

#seminar_single_main{
	padding: 60px 25px 115px;
	margin-bottom: -120px;
	background: #F0F8FF;
	text-align: left;
	position: relative;
}

#seminar_single_main h2{
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0.12em;
	margin-bottom: 40px;
	color: #212121;
}

#seminar_single_main .date{
	font-size: 16px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	line-height: 180%;
	letter-spacing: 0.03em;
	color: #616161;
	display: block;
	margin-bottom: 10px;
}

#seminar_single .wp-post-image{
	margin-bottom: 50px;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 100;
	border-radius: 5px;
}

#seminar_single article{
	padding: 0 25px;
}

.seminar_entry{
	margin-bottom: 60px;
}

#seminar_single .entry-body .case_point ul li{
	margin-top: 0;
	margin-bottom: 5px	;
	font-size: 14px;
	line-height: 180%;
	letter-spacing: 0.03em;
}

#seminar_single .entry-body{
	margin: 0 auto 80px;
	padding: 0;
	text-align: left;
}

/* pickup_seminar 過去のセミナーレポートはこちら */
#pickup_seminar{
	background: #F5F5F5;
	padding: 80px 0 100px 0;
}

#pickup_seminar .h2_01{
	padding: 0 25px;
}

#pickup_seminar .ul03{
	display: flex;
	justify-content: space-between;
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	padding: 0 25px;
	margin-bottom: 60px;
}

#pickup_seminar .ul03l::-webkit-scrollbar {
	display:none;
}

#pickup_seminar .ul03 li {
	padding: 0;
	margin-right: 25px;
	margin-bottom: 0;
	line-height: 2;
	text-align: left;
}

#pickup_seminar .ul03 li:nth-child(3){
	margin-right: 0
}

#pickup_seminar .ul03 > li img{
	border: 1px solid #EEEEEE;
	border-radius: 10px;
}

#pickup_seminar .img100 img{
	width: auto;
}

#pickup_seminar .ul03 .date{
	color: #424242;
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 180%;
	letter-spacing: 0.03em;
}

#pickup_seminar .ul03_t01{
	font-size: 16px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	line-height: 180%;
	letter-spacing: 0.03em;
	color: #212121;
	margin-bottom: 0;
}

#pickup_seminar .pager {
	max-width: 100%;
	padding: 0 25px;
	display: block;
	margin-bottom: 0;
}

#pickup_seminar .pager li.pager_content{
	width: 100%;
	background: #FFF;
}


/* ======================= */
/*       お知らせ           */
/* ======================= */
#page_news .case_top h2{
	margin-bottom: 0;
}

#news_archive{
	padding: 60px 25px 100px;
}

#news_archive .ul03{
	margin: 0;
}

#news_archive .ul03 > li {
	margin-bottom: 50px;
}

#news_archive .ul03 > li a:hover {
	color: #212121;
}

#news_archive img{
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	border-radius: 5px;
}

#news_archive .date{
	color: #212121
}

#news_archive .case_title{
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 0.03em;
	color: #212121;
	margin-bottom: 20px;
}

#news_archive h2 {
	margin-bottom: 80px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	font-size: 32px;
	line-height: 180%;
}

#news_archive h2 span {
	color: #009EFF;
}

#news_archive .ul_cate li a {
	background: none;
	border: 1px solid #009EFF;
	border-radius: 50px;
	box-sizing: border-box;
	color: #009EFF;
	display: inline-block;
	font-size: 14px;
	font-family: HelveticaNeueeTextPro-Roman, TazuganeGothicStdN-Book, sans-serif;
	margin-right: 0;
	padding: 3px 15px 1px;
	letter-spacing: 0.03em;
	line-height: 1.8;
}

.news_menu{
	padding: 30px 25px;
	background: #FAFAFA;
	font-size: 14px;
	line-height: 150%;
	border-radius: 0px 10px 0px 0px;
	width: 100%;
	text-align: left;
	position: relative;
}

.news_menu .toggle_btn {
	position: absolute;
	right: 25px;
	top: 40px;
	bottom: auto;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: none;
	background: url("../img/icon_arrow_u_b_sp.svg") no-repeat right bottom;
	background-size: 30px;
	transition: .2s;
}

.news_menu.selected .toggle_btn{
	transform: rotate(180deg);
	transition: .2s;
	top: 38px;
}

.news_menu .toggle_btn:before,
.news_menu .toggle_btn:after {
	display: none;
}

.news_menu .answer {
	display: none;
}

.news_menu h3{
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0.12em;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	color: #212121;
	position: relative;
	display: block;
}

.news_menu ul{
	margin-top: 25px;
}

.news_menu ul li{
	margin-bottom: 20px;
	padding-right: 10px;
	background: url("../img/arrow_b_r.svg") no-repeat;
	background-position: center right;
	background-size: 6px;
}

.news_menu ul li:last-child{
	margin-bottom: 0;
}

.news_menu ul li a{
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	font-style: normal;
	font-size: 14px;
	line-height: 130%;
	color: #009EFF;
	text-align: left;
}

.news_menu ul li a:hover{
	opacity: .5;
}

.news_menu ul li.active{
	background: none;
}

.news_menu ul li.active a{
	opacity: .5;
	pointer-events: none;
}



/* ======================= */
/*  お知らせ  news_single   */
/* ======================= */

#news_single_main{
	padding: 60px 25px 40px;
	background: #F0F8FF;
	text-align: left;
}

#news_single_main h2{
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0.12em;
	margin-bottom: 30px;
	color: #212121;
}

#news_single_main .date{
	font-size: 12px;
	line-height: 180%;
	letter-spacing: 0.03em;
	color: #424242;
	margin-bottom: 10px;
	display: block;
}

#news_single .ul_cate li a {
	background: none;
	border: 1px solid #009EFF;
	border-radius: 50px;
	box-sizing: border-box;
	color: #009EFF;
	display: inline-block;
	font-size: 14px;
	font-family: HelveticaNeueeTextPro-Roman, TazuganeGothicStdN-Book, sans-serif;
	margin-right: 0;
	padding: 3px 15px 1px;
	letter-spacing: 0.03em;
	line-height: 1.8;
}

#news_single_main .case_top{
	margin-bottom: 80px;
}

#news_single article{
	margin-top: -90px;
	padding: 0 25px;
	text-align: left;
}

#news_single .wp-post-image{
	border-radius: 10px;
	margin-bottom: 60px;
	width: 100%;
	height: auto;
}

#news_single .pager{
	width: 100%;
	padding: 0;
}

#news_single .pager li.pager_content {
	width: 100%;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0.03em;
	color: #212121;
}



/* ======================= */
/*    会社概要  company     */
/* ======================= */
#company .ez-toc-section{
	display: none;
}

#company_main {
	padding: 70px 25px 120px;
	margin-bottom: -100px;
	background: #27ADFF url("../img/sp_text_bg.svg") no-repeat right -50px;
	color: #FFF;
}

#company_main .breadcrumb li,
#company_main .breadcrumb li a
{
	color: #FFF;
}

#company_main .breadcrumb li:after {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.company_top h2{
	color: #FFF;
	font-size: 24px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	text-align: left;
	line-height: 150%;
	margin-bottom: 30px;
	letter-spacing: 0.12em;
}

.company_top_text{
	color: #FFF;
	text-align: left;
	font-size: 14px;
	line-height: 200%;
	letter-spacing: 0.09em;
}

.company_top p{
	margin-bottom: 30px;
}


/* Monoxer Value */
#company_value{
	max-width: 1200px;
	margin: 0 auto 100px;
}

#company_value img{
	width: 100%;
	margin-bottom: 100px;
}

.value_contents{
	width: 100%;
	padding: 0 25px;
}

.value_contents ul{
	font-weight: 400;
	font-size: 16px;
	line-height: 170%;
	letter-spacing: 0.06em;
	color: #424242;
}

.value_contents .toggle_contents:nth-child(4) ul{
	padding-bottom: 15px;
}

.value_contents li{
	margin-bottom: 10px;
}

.value_contents dl{
	border-radius: 10px;
	color: #212121;
	display: block;
	margin-bottom: 30px;
	padding: 25px;
	padding-bottom: 20px;
	text-align: left;
	width: 100%;
	height: 100%;
}

.value_contents dl:nth-child(1){
	border: 2px solid #FBE22D;
}

.value_contents dl:nth-child(2){
	border: 2px solid #27ADFF;
}

.value_contents dl:nth-child(3){
	border: 2px solid #76D349;
}

.value_contents dl:nth-child(4){
	border: 2px solid #F489BE;
}

.value_contents dl h3{
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.09em;
	color: #212121;
	margin-bottom: 10px;
}

dt.toggle_title {
	position: relative;
	cursor: pointer;
	border-radius: 10px;
	color: #212121;
	display: block;
	margin-bottom: 20px;
	text-align: left;
	height: 100%;
}

.value_contents dt li{
	line-height: 170%;
	letter-spacing: 0.06em;
	color: #424242;
	font-family: HelveticaNeueeTextPro-Roman, TazuganeGothicStdN-Book, sans-serif;
	font-size: 14px;
	margin-bottom: 0;
}

#company_value h3 {
	display: block;
	line-height: 1;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	margin-bottom: 10px;
}


#company_value #links01,
#company_value #links02,
#company_value #links03,
#company_value #links04
{
	transition: .5s;
	font-size: 14px;
	line-height: 170%;
	letter-spacing: 0.06em;
	color: #424242;
}

#company_value .value_text{
	padding: 25px;
	padding-bottom: 20px;
	margin: 20px 0;
}

#company_value .value_text p{
	margin-bottom: 10px;
}

#company_value #links01 .value_text{
	background: #FFFCE6;
}

#company_value #links02 .value_text{
	background: #F0F8FF;
}

#company_value #links03 .value_text{
	background: #EDF9E6;
}

#company_value #links04 .value_text{
	background: #FCF2F7;
}

.toggle_btn {
	position: absolute;
	right: -10px;
	bottom: -35px;
	transform: translateY(-50%);
	display: block;
	width: 30px;
	height: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
	border: 3px solid #FAB925;
}
.toggle_btn:before,
.toggle_btn:after {
	display: block;
	content: '';
	background-color: #FAB925;
	position: absolute;
	width: 10px;
	height: 3px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 3px;
	height: 10px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_contents .answer {
	display: none;
}

dl:nth-child(2) .toggle_btn{
	border: 3px solid #009EFF;
}

dl:nth-child(2) .toggle_btn:before,
dl:nth-child(2) .toggle_btn:after{
	background: #009EFF;
}

dl:nth-child(3) .toggle_btn{
	border: 3px solid #76D349;
}

dl:nth-child(3) .toggle_btn:before,
dl:nth-child(3) .toggle_btn:after{
	background: #76D349;
}

dl:nth-child(4) .toggle_btn{
	border: 3px solid #F489BE;
}

dl:nth-child(4) .toggle_btn:before,
dl:nth-child(4) .toggle_btn:after{
	background: #F489BE;
}

/* Naming */
#company_naming{
	margin-bottom: 100px;

}

.naming_contents{
}

#company_naming img{
	width: 100%;
	object-fit: contain;
	margin-bottom: 50px;
}

.naming_content{
	padding: 0 25px;
	color: #212121;
	font-size: 14px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	line-height: 180%;
	letter-spacing: 0.03em;
	text-align: left;
}

.naming_content p{
	margin-bottom: 30px;
}

.naming_content strong{
	color: #009EFF;
}


/* Exectives 役員 */
#company_executives{
	margin-bottom: 100px;
}

#company_executives .h2_01{
	margin-bottom: 150px;
}

.exectives_contents{
	background: #F0F8FF;
	width: 100%;
	padding: 0 20px 50px;
	text-align: center;
}

.exectives_contents dd{
	width: 100%;
	margin-bottom: 50px;
}

.exectives_contents dd img{
	margin-bottom: 30px;
	border-radius: 5px;
}

.exectives_contents dd:nth-child(1) img{
	margin-top: -100px;
}

.exectives_content{
	text-align: left;
	max-width: 700px;
	margin: 0 auto;
}

.exectives_position{
	font-size: 12px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	line-height: 180%;
	color: #009EFF;
}

.exectives_name{
	color: #212121;
	font-size: 18px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	letter-spacing: 0.03em;
	line-height: 150%;
	margin-bottom: 12px;
}

.exectives_contents p{
	font-weight: 400;
	font-size: 14px;
	line-height: 170%;
	color: #616161;
}


/* company_profile 会社概要 */
#company_profile{
	display: block;
	margin-bottom: 100px;
	padding: 0 25px;
}

#company_profile .h2_01{
	margin-top: 0;
}

#company_profile table{
	margin: 25px auto;
	border-top: 2px solid #E0E0E0;
}

#company_profile tr{
	border-bottom: 2px solid #E0E0E0;
}

#company_profile th{
	color: #616161;
	padding: 20px 0 5px;
	font-size: 14px;
	line-height: 200%;
	letter-spacing: 0.03em;
	vertical-align: top;
	width: 100%;
	display: block;
}

#company_profile td{
	text-align: left;
	padding: 0 0 20px;
	font-size: 16px;
	line-height: 200%;
	letter-spacing: 0.03em;
	color: #212121;
	vertical-align: top;
	width: 100%;
	display: block;
}


/* company_career */
#company_career{
	background: url("../img/company_footer_image_sp.png") no-repeat;
	background-size: cover;
	padding: 160px 25px 40px 25px;
	color: #FFF;
	text-align: left;
}

#company_career .h2_01{
	text-align: left;
	margin-top: 0;
	margin-bottom: 20px;
	color: #FFF;
	font-size: 18px;
	line-height: 180%;
}

#company_career .h2_01 span{
	color: #FFF;
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 150%;
}

#company_career p{
	margin-bottom: 40px;
}

#company_career .btn_b{
	padding: 15px 25px;
	font-size: 15px;
}


/* 採用情報 */
#recruit_main {
	padding-bottom: 20px;
}
#recruit_main01 {
	padding: 30px 0 40px;
	color: #fff;
	background: #5B86E5;
}
.title09 {
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: 600;
}
#recruit_main .p01 {
	margin-bottom: 30px;
}
.btn06 a {
	position: relative;
	display: block;
	width: 100%;
	max-width: 300px;
	line-height: 56px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	background: #fff;
	border-radius: 28px;
}
.btn06 a:after {
	position: absolute;
	top: 15px;
	right: 25px;
	display: inline-block;
	content: "";
	width: 24px;
	height: 24px;
	background: url("../img/icon_link01.png") no-repeat;
	background-size: 24px 24px;
}

#recruit_main02 {
	position: relative;
	padding: 120px 0 56px;
}
.recruit_main02_01 {
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	width: 90%;
	margin: 0 auto;
}
.box09 {
	/*background: #fff;
	border-radius: 8px;
	filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.2));*/
}
.recruit_main02_01 .box09 p {
	text-align: left;
}
#recruit01 {
	padding: 10px 0 50px;
}
.recruit01_02 {
	margin-bottom: 56px;
	text-align: left;
}
.h3_03 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
}
.ul01 {
	margin-bottom: 20px;
}
.ul01 li {
	width: 100%;
	margin-bottom: 10px;
}
.ul01 li a {
	position: relative;
	display: block;
	width: 100%;
	height: 82px;
	padding: 26px 0 0 20px;
	line-height: 1.5;
	text-align: left;
	font-size: 17px;
	font-weight: 600;
	text-decoration: none;
	background: #fff;
	border: 1px solid #E5E5E5;
	border-radius: 8px;
	transition: .3s;
}
.ul01 li a:after {
	position: absolute;
	top:28px;
	right: 19px;
	display: block;
	content: "";
	width: 10px;
	height: 18px;
	background: #fff url("../img/icon_right01.png") no-repeat;
	background-size: 10px 18px;
}
.ul01 li.line2 a {
	padding: 15px 0 0 20px;
	text-align: left;
}
.ul01 li a:hover {
	border: 2px solid #5B86E5;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
	transition: .3s;
}
.recruit01_03 .flex {
	margin-bottom: 20px;
}
.slider01 {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.slider01 > li {
	width: 100%;
}
.slick-slide img {
	width: 100%;
	height: auto;
}
.slick-dots {
	bottom: -30px;
}
.slick-dots li button:before {
	font-size: 12px;
	color: #ccc;
	opacity: 0.8;
}
.slick-dots li.slick-active button:before {
	color: #5B86E5;
	opacity: 1;
}
.slick-prev, .slick-next {
	z-index: -1;
}

.recruit01_01 {
	margin-bottom: 40px;
	text-align: left;
}
.recruit01_01 .p01 {
	margin-bottom: 20px;
}
.no02 {
	width: 60px;
	margin-bottom: 10px;
}
.no02 img {
	width: 100%;
	height: auto;
}
.col05_01 {
	width: 100%;
}
.col05_02 {
	width: 100%;
}
.h3_01 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 600;
}
.ul_btn02 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.ul_btn02 li {
	width: 46%;
	margin: 0 2%;
	text-align: center;
}
.ul_btn02 li:last-child {
	margin: 0 0 0 2%;
}
.ul_btn02 li a {
	display: block;
	width: 100%;
	height: 58px;
	margin-right: 20px;
	padding-top: 20px;
	border-radius: 28px;
	transition: .3s;
}
.ul_btn02 li.b01 a {
	position: relative;
	text-indent: -1em;
	color: #5B86E5;
	border: 2px solid #5B86E5;
}
.ul_btn02 li.b01 a:after {
	position: absolute;
	top: 15px;
	right: 25px;
	display: inline-block;
	content: "";
	width: 24px;
	height: 24px;
	background: url("../img/icon_link02.png") no-repeat;
	background-size: 24px 24px;
}
.ul_btn02 li.b02 a {
	color: #fff;
	background: #5B86E5;
	border: 2px solid #5B86E5;
}
.ul_btn02 li a:hover {
	opacity: .8;
	text-decoration: none;
	transition: .3s;
}
.h4_01 {
	margin-bottom: 5px;
	font-size: 17px;
	font-weight: 600;
}


/* 採用詳細ページ */
.content01 {
	padding: 40px 0 50px;
	text-align: left;
}
.img01 {
	margin-bottom: 20px;
}
.img01 img {
	width: 100%;
	height: auto;
}
.h1_01 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 600;
}
.dl02 {
	margin-bottom: 20px;
}
.dl02 dt {
	margin-bottom: 10px;
	line-height: 2;
	font-size: 17px;
	font-weight: 600;
}
.dl02 dd {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	border-bottom: 1px solid rgba(6, 34, 47, 0.2);
}
.p04 {
	margin-bottom: 1em;
}
.ul02 {
	margin-left: 20px;
}
.ul02 li {
	line-height: 2;
	list-style: disc;
}
.ul_btn03 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
}
.ul_btn03 li {
	width: 48%;
	margin-right: 4%;
	text-align: center;
}
.ul_btn03 li:last-child {
	margin-right: 0;
}
.ul_btn03 li a {
	display: block;
	width: 100%;
	height: 45px;
	padding-top: 13px;
	border-radius: 28px;
}
.ul_btn03 li.b01 a {
	position: relative;
	text-indent: -1em;
	color: #5B86E5;
	border: 2px solid #5B86E5;
}
.ul_btn03 li.b01 a:after {
	position: absolute;
	top: 8px;
	right: 4vw;
	display: inline-block;
	content: "";
	width: 24px;
	height: 24px;
	background: url("../img/icon_link02.png") no-repeat;
	background-size: 24px 24px;
}
.ul_btn03 li.b02 a {
	color: #fff;
	background: #5B86E5;
	border: 2px solid #5B86E5;
}


/* ============================== */
/*  　privacy プライバシーポリシー   */
/* ============================== */

.privacy .entry-body p{
  display: flex;
}

.privacy .entry-body p .number{
  display: block;
  margin-right: 10px;
}

.privacy .entry-body p.privacy_right{
  text-align: right;
  justify-content: flex-end;
}





/* お問い合わせ */
#contact_main {
	padding: 40px 0 50px;
}
.p03 {
	margin-bottom: 16px;
	font-size: 13px;
	margin-top: -24px;
}
#contact_main .p01{

}


.p03-2{
	margin-bottom:24px;
}

.p03 a{
	color: #5B86E5
}

.dl01 {
	margin-bottom: 16px;
	text-align: left;
}
.dl01 dt {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 600;
}
.dl01 dd {
	margin-bottom: 20px;
	font-size: 15px;
}

.wpcf7-textarea{
	height: 120px;
}
.req {
	display: inline-block;
	padding: 1px 7px;
	font-size: 10px;
	color: #fff;
	background: #D93B3B;
	border-radius: 4px;
}
.input01 {
	width: 100%;
}
.form_btn01 input {
	display: block;
	width: 100%;
	max-width: 300px;
	line-height: 54px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #5B86E5;
	border-radius: 27px;
	transition: .3s;
	-webkit-appearance: none;
}
.form_btn01 input:hover {
	opacity: .8;
	transition: .3s;
}
.box08 {
	padding: 40px 20px;
	text-align: left;
	border: 1px solid #06222F;
	border-radius: 8px;
}
.h3_02 {
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 600;
}


/* ==================== */
/*    Marketoフォーム    */
/* ==================== */

#mktoForm_1065{
	width: 100% !important;
}

.mktoForm{
	width: 100% !important;
	padding: 0;
	font-family: HelveticaNeueeTextPro-Roman, TazuganeGothicStdN-Book, sans-serif !important;
}

.mktoForm span{
	margin: 0 !important;
}

.mktoForm .mktoFormCol {
	width: 100%;
}

.mktoForm .mktoFieldWrap{
	width: 100%;
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField{
	padding: 12px 20px !important;
	border: 1px solid #BDBDBD;
	border-radius: 5px;
	font-size: 16px !important;
	width: 100% !important;
	line-height: 150%;
	margin-bottom: 40px !important;
}

.mktoForm select.mktoField{
	height: 60px !important;
}

.mktoForm input[type=radio]{
	width: 20px;
	height: 20px;
}

.mktoForm .mktoRadioList{
	width: 100% !important;
}

.mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
	margin-top: 0.1em;
	margin-bottom: 14px !important;
	margin-right: 22px !important;
	line-height: 1.2em;
	display: block;
	min-height: 12px;
	font-size: 15px !important;
	width: auto !important;
	font-weight: normal;
	margin-left: 24px !important;
}

.mktoForm input[type="checkbox"] {
	display: none;
}

.mktoForm input[type=checkbox] + label {
	box-sizing: border-box;
	cursor: pointer;
	font-family: HelveticaNeueeTextPro-Roman, TazuganeGothicStdN-Book, sans-serif;
	margin-bottom: 0 !important;
	padding: 0 0 20px 32px;
	position: relative;
	width: auto;
}

.mktoForm input[type=checkbox] + label::before {
	position: absolute;
	display: block;
	margin-top: -4px;
	left: 0;
	width: 24px;
	height: 24px;
	content: '';
	background: url("../img/uncheck_icon.svg") no-repeat;
}

.mktoForm input[type=checkbox]:checked + label::before {
	background: url("../img/check_icon.svg") no-repeat;
}

.mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
	margin-left: 0 !important;
	margin-top: 0.1em;
	margin-right: 22px !important;
	display: block;
	min-height: 12px;
	width: auto !important;
	font-weight: normal;
	font-size: 16px !important;
	line-height: 100%;
	letter-spacing: 0.06em;
	color: #424242;
}

.mktoForm textarea.mktoField{
	height: 50px !important;
}

/*　Marketo 必須アイコン */
.mktoForm .mktoAsterix {
	font-size: 10px;
	position: absolute;
	top: -5px;
	bottom: 0;
	left: 0;
	visibility: hidden;
}

.mktoForm .mktoAsterix:before{
	color: #F73127 !important;
	background: none !important;
	content: "・" !important;
	display: block;
	font-size: 20px;
	text-align: center;
	padding: 0;
	visibility: visible;
}

.mktoForm .mktoFormCol {
	position: relative;
	min-height: 2em;
	text-align: center;
	color: #06222F;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
}

.mktoForm .mktoRequiredField label.mktoLabel {
	font-weight: bold;
	margin: 0 0 10px 0 !important;
	padding-left: 45px;
	width: 100% !important;
	padding-top: 0;
}

.mktoForm .mktoFormCol .mktoLabel {
	margin-bottom: 10px;
}

/* ボタン上文言 */
.mktoForm div.mktoHtmlText.mktoHasWidth{
	width: 100% !important;
}

/* Marketo 送信ボタン */
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton{
	display: block;
	width: 100%;
	height: 52px;
	line-height: 150%;
	margin: 0 auto 20px auto;
	max-width: 325px;
	padding: 0 !important;
	background-color: #009EFF !important;
	background-image: none !important;
	border: none !important;
	border-radius: 50px;
	color: #fff;
	font-size: 15px !important;
	font-family: sans-serif !important;
	text-align: center;
	text-decoration: none;
	transition: .3s;
}

.mktoButtonRow{
	width: 100%;
}

/* Marketo エラー文言 */
.mktoForm .mktoError {
	left: 0 !important;
	bottom: 16px !important;
	color: #F73127 !important;
}

.mktoForm .mktoError .mktoErrorArrowWrap{
	display: none;
}

.mktoForm .mktoError .mktoErrorMsg{
	background: none !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #F73127 !important;
	font-family: HelveticaNeueeTextPro-Roman, TazuganeGothicStdN-Book, sans-serif !important;
	font-size: 13px !important;
	line-height: 100% !important;
	letter-spacing: 0.03em !important;
	max-width: 100% !important;
	padding: 0 !important;
	text-shadow: none !important;
}


/* === Marketo downloads お役立ち資料 === */
#downloads .mktoForm .mktoOffset{
	height: 0;
}

#downloads .mktoGutter.mktoHasWidth{
	display: none;
}

#downloads .mktoForm .mktoFormCol {
	width: 100%;
	max-width: 800px;
}

#downloads .mktoForm .mktoFieldWrap{
	width: 100%;
	max-width: 800px;
}

#downloads .mktoForm input::placeholder{
	color: #9E9E9E;
	font-size: 14px !important;
	line-height: 150%;
}

/*　downloads 必須アイコン */
#downloads .mktoForm .mktoFormRow:nth-child(2) .mktoAsterix{
	left: 46px;
}

#downloads .mktoFormRow:nth-child(3) .mktoAsterix:before{
	display: none;
}

/* 学校名/塾名/企業名 等 */
#downloads .mktoForm .mktoFormRow:nth-child(4) .mktoAsterix{
	left: 165px;
	display: block;
}

/* 都道府県 */
#downloads .mktoForm .mktoFormRow:nth-child(5) .mktoAsterix{
  left: 60px;
}

/* メールアドレス */
#downloads .mktoForm .mktoFormRow:nth-child(6) .mktoAsterix{
	left: 108px;
}

#downloads .mktoForm .mktoFormRow:nth-child(7) .mktoAsterix{
  left: 60px;
}

#downloads .mktoForm .mktoFormCol {
	float: left;
	position: relative;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	min-height: 2em;
	text-align: center;
	color: #06222F;
	font-size: 14px;
	font-weight: bold;
}

#downloads .mktoForm label.mktoLabel {
	color: #212121;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif !important;
	padding: 0;
	width: 100% !important;
	margin-bottom: 20px !important;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0.06em;
}

#downloads .mktoForm .mktoFieldWrap:nth-child(2),
#downloads .mktoFormRow:nth-child(3){
	width: 100%;
}

#downloads .mktoFormRow:nth-child(2),
#downloads .mktoFormRow:nth-child(3){
	width: 100%;
	float: left;
	clear: none !important;
}

#downloads .mktoFormRow:nth-child(2) input[type=text]{
	margin-bottom: 15px !important;
}

#downloads .mktoFormRow:nth-child(2) label.mktoLabel{
	width: 100% !important;
}

#downloads .mktoFormRow:nth-child(3) label.mktoLabel{
	display: none;
}

#downloads .mktoForm .mktoFormRow:nth-child(3) .mktoFormCol{
	margin-top: 0;
}

#downloads .mktoFormRow:nth-child(2) .mktoError .mktoErrorMsg{
	position: absolute;
	bottom: -90px;
}



/* === mktoForm_1066 お問い合わせ === */

/* mktoForm_1066 お問い合わせの目的 */
#downloads #mktoForm_1066.mktoForm .mktoFormRow:nth-child(2){
	width: 100%;
	margin-right: 30px;
}

#downloads #mktoForm_1066.mktoForm .mktoFormRow:nth-child(2) .mktoAsterix{
	left: 145px;
}

/* mktoForm_1066 お名前 */
#downloads #mktoForm_1066.mktoForm .mktoFormRow:nth-child(3){
	margin-right: 30px;
}

#downloads #mktoForm_1066.mktoForm .mktoFormRow:nth-child(3) label.mktoLabel{
	width: 100% !important;
}

#downloads #mktoForm_1066.mktoForm .mktoFormRow:nth-child(4) label.mktoLabel{
	display: none;
}

#downloads #mktoForm_1066 .mktoFormRow:nth-child(3) input[type=text],
#downloads #mktoForm_1066 .mktoFormRow:nth-child(4) input[type=text]{
	width: 100% !important;
}

#downloads #mktoForm_1066 .mktoFormRow:nth-child(3) input[type=text]{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

#downloads #mktoForm_1066 .mktoFormRow:nth-child(4) input[type=text]{
	margin-top: 15px;
}

#mktoForm_1066.mktoForm .mktoFormRow:nth-child(3) label.mktoLabel{
	width: 170px !important;
}

#downloads #mktoForm_1066.mktoForm .mktoFormRow:nth-child(3) .mktoAsterix{
	left: 45px;
}

#downloads #mktoForm_1066.mktoForm .mktoFormRow:nth-child(3) .mktoAsterix:before{
	display: block;
}

#downloads #mktoForm_1066.mktoForm .mktoFormRow:nth-child(4) .mktoAsterix:before{
	display: none;
}

#mktoForm_1066.mktoForm .mktoFormRow:nth-child(3) label.mktoLabel{
	display: block !important;
}

#mktoForm_1066.mktoForm .mktoFormRow:nth-child(4) label.mktoLabel{
	width: 30px !important;
}

#downloads .mktoFormRow:nth-child(3) .mktoError .mktoErrorMsg{
	position: absolute;
	bottom: -105px;
}

/* mktoForm_1066 ご記入者 */
#downloads #mktoForm_1066.mktoForm .mktoFormRow:nth-child(5) .mktoAsterix{
  left: 60px;
}

/* mktoForm_1066 学校名/塾名/団体名 */
#downloads #mktoForm_1066.mktoForm .mktoFormRow:nth-child(6) .mktoAsterix{
	left: 165px;
}

/* mktoForm_1066 都道府県 */
#downloads #mktoForm_1066.mktoForm .mktoFormRow:nth-child(7) .mktoAsterix{
  left: 60px;
}

/* mktoForm_1066 メールアドレス */
#downloads #mktoForm_1066.mktoForm .mktoFormRow:nth-child(8) .mktoAsterix{
	left: 100px;
}

/* mktoForm_1066 電話番号 */
#downloads #mktoForm_1066.mktoForm .mktoFormRow:nth-child(9) .mktoAsterix{
  left: 60px;
}

/* mktoForm_1066 お問い合わせ内容 */
#downloads #mktoForm_1066.mktoForm .mktoFormRow:nth-child(10) .mktoAsterix{
  left: 125px;
}

/* === mktoForm_contact お問い合わせ（顧客) === */

.wpcf7{
	float: left;
}

/* mktoForm_contact お問い合わせ内容 */

#mktoForm_contact.mktoForm .mktoFormRow .mktoLabel{
	text-align: left;
}
#mktoForm_contact.mktoForm .mktoFormRow:nth-child(7) .mktoAsterix{
	left: 130px;
}

#mktoForm_contact textarea{
	width: 100%;
}

#mktoForm_contact .submit_button input[type="submit"]{
	display: block;
	width: 100%;
	height: 52px;
	line-height: 150%;
	margin: 20px auto 20px auto;
	max-width: 325px;
	padding: 0 !important;
	background-color: #009EFF !important;
	background-image: none !important;
	border: none !important;
	border-radius: 50px;
	color: #fff;
	font-size: 15px !important;
	text-align: center;
	text-decoration: none;
	transition: .3s;
}

#mktoForm_contact .mktoFormRow{
	clear: both;
}

#mktoForm_contact .mktoFormRow:last-child{
	padding-top: 20px;
}


/* ==================== */
/* downloads お役立ち資料 */
/* ==================== */

/* downloads-archive */
#downloads_main {
	padding: 60px 25px;
	background: #F0F8FF;
	text-align: left;
}

#downloads_main .breadcrumb{
	max-width: 100%;
	margin-bottom: 40px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
}

#downloads_main .breadcrumb li{
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.09em;
	color: #009EFF;
}

#downloads_main .breadcrumb li a{
	color: #009EFF;
}

#downloads_main .breadcrumb li:last-child{
	opacity: 0.6;
}

#downloads_main .breadcrumb li:after {
	display: inline;
	content: "　";
	background: url("../img/icon_arrow_l_s.svg") no-repeat 3px;
	margin: 0 1em;
}

#downloads_main .breadcrumb li:nth-child(2):after{
	display: none;
}

#downloads_main h2.h2_01 span{
	margin-bottom: 40px;
	letter-spacing: 0.09em;
}

#downloads_main h2.h2_01{
	font-size: 24px;
	line-height: 150%;
	margin-bottom: 30px;
	text-align: left;
}

#downloads_main p{
	font-size: 14px;
	line-height: 180%;
	letter-spacing: 0.09em;
	color: #616161;
	font-family: HelveticaNeueeTextPro-Roman, TazuganeGothicStdN-Book, sans-serif;
}


/* downloads_contents */
#downloads_contents{
	background: url("../img/alphabet_background_sp.svg") no-repeat #009EFF top;
	background-size: contain;
	color: #fff;
	padding: 100px 25px;
	position: relative;
	z-index: 3;
}

#downloads_contents .h2_01{
	margin-bottom: 60px;
}

#downloads_contents .h2_01 span{
	color: #FFF;
}

.downloads_content{
	width: 100%;
	margin-bottom: 100px;
	text-align: left;
}

.downloads_content:nth-child(4){
	margin-bottom: 0;
}

.downloads_content img{
	border-radius: 10px;
	width: 100%;
	margin-bottom: 25px;
}

.downloads_text{
	text-align: left;
	width: 100%;
}

.downloads_text span{
	color: #FFFFFF;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
	font-size: 20px;
	line-height: 180%;
	letter-spacing: 0.03em;
	margin-bottom: 15px;
	display: block;
}

.downloads_text .downloads_point{
	background: #008CFF;
	border-radius: 10px;
	font-family: HelveticaNeueeTextPro-Roman, TazuganeGothicStdN-Book, sans-serif;
	margin: 0 0 30px;
	padding: 20px;
}

.downloads_text .downloads_point h4{
	background: url("../img/dark-bulb.svg") no-repeat left;
	color: #FFF;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
	font-size: 16px;
	padding-top: 5px;
	padding-left: 40px;
	display: block;
	height: 30px;
	margin-bottom: 10px;
}

.downloads_text .downloads_point ul li{
	list-style: disc;
	line-height: 180%;
	margin-left: 20px;
}

/* downloads-single */
#downloads .entry-body{
	background: #F0F8FF;
	text-align: left;
	padding: 60px 0;
	margin-bottom: 0;
}

#downloads .entry-body .form_l{
	width: 100%;
	padding: 0 25px 50px;
}

#downloads .entry-body .form_l p{
	font-family: HelveticaNeueeTextPro-Roman, TazuganeGothicStdN-Book, sans-serif;
	font-size: 14px;
	line-height: 180%;
	letter-spacing: 0.09em;
	color: #616161;
}

#downloads .entry-body .form_l a{
	color: #009EFF;
	display: block;
	font-size: 14px;
	line-height: 200%;
	letter-spacing: 0.09em;
	text-decoration-line: underline;
}

#downloads h1.entry-title{
	color: #212121;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
	font-size: 24px !important;
	line-height: 150%;
	letter-spacing: 0.12em;
	margin-bottom: 30px;
}

.downloads_point{
	padding: 20px;
	background: #FFFFFF;
	border-radius: 10px;
	margin: 30px 0 0;
}

#downloads .entry-body .downloads_point h4{
	background: url("../img/light-bulb.svg") no-repeat left;
	color: #212121;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 40px;
	display: block;
	height: 30px;
	margin-bottom: 10px;
	letter-spacing: 0.06em;
}

#downloads .entry-body .downloads_point ul li{
	font-size: 14px;
	line-height: 180%;
	letter-spacing: 0.03em;
	color: #424242;
}

#downloads img{
	border-radius: 10px;
}

#downloads .marketo_form{
	background: #FFF;
	padding: 50px 25px;
	margin-bottom: 60px;
	position: relative;
}

#downloads .form_r{
	width: 100%;
}

#downloads .form_r .marketo_required{
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0.06em;
	color: #616161;
	position: absolute;
	right: 25px;
	top: 30px;
}

#downloads .form_r .marketo_required:before{
	color: #F73127;
	background: none;
	content: "・";
	font-size: 30px;
	text-align: center;
	padding: 0;
	visibility: visible;
}

#downloads .form_r p.submit_text{
	color: #616161;
	text-align: center;
	font-size: 11px;
	margin-bottom: 40px;
	clear: both;
}

#downloads .form_r p{
	color: #424242;
	font-size: 12px;
	line-height: 170%;
	letter-spacing: 0.03em;
	text-align: left;
}



.form_privacy{
	padding: 0 25px;
}

.form_privacy h4{
	position: relative;
	color: #212121;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	font-size: 14px;
	letter-spacing: 0.12em;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.form_privacy h4::after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: #009EFF;
	border-radius: 3px;
	display:block;
	width: 27px;
	height: 3px;
}

.form_privacy p{
	margin-bottom: 20px;
	font-size: 11px;
	line-height: 170%;
	letter-spacing: 0.03em;
	color: #616161;
}



/* thanks */
#thanks .entry-body{
	background: #F0F8FF;
	text-align: left;
	padding: 60px 25px;
	margin-bottom: 0;
	height: 100vh;
}

#thanks h1.entry-title{
	color: #212121;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
	font-size: 24px !important;
	line-height: 150%;
	letter-spacing: 0.12em;
	margin-bottom: 30px;
}


#thanks .entry-body p{
	font-family: HelveticaNeueeTextPro-Roman, TazuganeGothicStdN-Book, sans-serif;
	font-size: 14px;
	line-height: 180%;
	letter-spacing: 0.09em;
	color: #616161;
	margin-bottom: 25px;
}

#thanks p.note-text{
	font-size: 12px;
	line-height: 180%;
	letter-spacing: 0.09em;
	color: #757575;
}


#thanks .btn_b{
	width: 315px;
	line-height: 52px;
	margin-bottom: 50px;
	text-align: center;
	text-decoration: none;
	background:#009EFF;
	border-radius: 50px;
	color: #fff;
	display: block;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	font-size: 15px;
	line-height: 150%;
	padding: 15px 20px;
	transition: .3s;
}

#thanks .entry-body .btn_b img{
	width: 18px !important;
	margin-left: 10px;
	margin-bottom: 2px;
	display: inline-block;
}


/* wordpress */
.page-header {
	width: 90%;
	margin: 0 auto;
	padding: 50px 0 30px;
}
.siteContent {
	width: 90%;
	margin: 0 auto 30px;
	text-align: left;
}


/* ぱんくず  */
.breadSection{
	padding: 0 25px;
}

.breadcrumb{
	max-width: 100%;
	margin: 0 auto 40px;
	text-align: left;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
}

.breadcrumb li{
	display: inline;
	margin: 0;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.09em;
	color: #009EFF;
}


.breadcrumb li a{
	color: #009EFF;
}

.breadcrumb li:last-child{
	opacity: 0.6;
}

.breadcrumb li:after {
	display: inline;
	content: "　";
	background: url("../img/icon_arrow_l_s.svg") no-repeat 3px;
	margin: 0 1em;
}

.breadcrumb li:nth-last-child(1):after{
	display: none;
}

.breadcrumb li:last-child:after {
	display: none;
}

.mainSection {
	width: 70%;
	margin-right: 5%;
}
.subSection {
	width: 25%;
	font-size: 12px;
}
.entry-meta {
	margin-bottom: 10px;
	font-size: 10px;
}
h1.entry-title {
	margin-bottom: 20px;
	font-size: 2em;
}
.postList .media {
	margin-bottom: 40px;
}
.subSection-title {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 14px;
	border-bottom: 1px dotted #ccc;
}
.subSection .media {
	margin-bottom: 20px;
}
.subSection ul {
	margin-bottom: 20px;
}
.entry-body {
	margin-bottom: 40px;
}

.entry-body h1,.entry-body h2,.entry-body h3,
.entry-body h4,.entry-body h5,.entry-body h6{
	color: #222222;
}

.entry-body p{
	color: #424242;
	font-size: 16px;
	line-height: 32px;
	font-weight: 200;
}

.entry-body strong,
.entry-body b{
	color: #222222;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
}

.entry-body h2 {
	margin-bottom: 10px;
	font-size: 20px;
}

.entry-body h2 strong,
.entry-body h3 strong{
  color: #212121;
}

.entry-body ul {
	margin: 0 0 1em 2em;
}
.entry-body ul li {
	line-height: 2;
	list-style: disc;
}

.wp-caption{
	width: 100% !important;
}

.wp-pagenavi {
	margin-bottom: 30px;
	text-align: center;
}
.pagenation span, .pagenation a {
	margin: 0 6px;
	padding: 12px 18px;
	border: 1px solid;
}
.pagenation .wp-pagenavi span.pages {
	display: none;
}


/* 汎用スタイル---------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.center_sp {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.img100 img {
	width: 100%;
	height: auto;
}
.img_res img {
	max-width: 100%;
	height: auto;
}
.bold {
	font-weight: 600;
}
.hr01 {
	width: 100%;
	height: 1px;
	margin-bottom: 20px;
	border-top: hidden;
	border-left: hidden;
	border-right: hidden;
	border-bottom: 1px solid rgba(6, 34, 47, 0.2);
}


/*pc-specific style*/
.pc-specific {
	display: none !important;
}
/*.lp common link*/
.lp-common__link-item {
	max-width: 335px;
	height: 56px;
	border-radius: 31px;
	display: block;
	line-height: 56px;
	font-size: 17px;
	font-weight: 600;
	margin: 0 auto;
}
.lp-common__link-item:nth-child(1) {
	background-color: #f4b21b;
	margin-bottom: 12px;
}
.lp-common__link-item:nth-child(2) {
	background-color: #d93b3b;
	color: #fff;
}
/*.lp common example list*/
.lp-common__example-list {
	display: block;
}
.lp-common__example-item {
	padding: 40px 15px;
	border-radius: 8px;
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.3);
	margin: 0 auto 12px;
}
.lp-common__example-item:last-child {
	margin: 0 auto;
}
.lp-common__person-label {
	margin: 12px 0 19px;
	font-size: 13px;
}
.lp-common__person-description {
	letter-spacing: 0.70px;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.88;
}
/* lp */
.lp {
	color: #06222f;
}
.lp .keyvisual {
	width: 100%;
	background-color: #5b86e5;
	padding: 16px 20px 56px;
}
.lp .keyvisual__main-image-container {
	max-width: 320px;
	margin: 0 auto;
}
.lp .keyvisual__main-image {
	width: 80%;
}
.lp .keyvisual__title {
	padding-top: 2px;
	color: #fff;
	max-width: 320px;
	margin: auto;
	text-align: left;
}
.lp .keyvisual__title p {
	text-align: left;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1.25px;
}
.lp .keyvisual__title h1 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.17;
	letter-spacing: 3.6px;
	margin: 8px 0 12px;
}

/* 220610 / keyvisual差し替え */
.lp #lp_keyvisual_202206{
	background: url("../img/202205/back_sp.jpg") #F0F8FF no-repeat;
	background-position: center;
	background-size: cover;
	height: 600px;
	padding: 0 25px;
	position: relative;
}

.lp #lp_keyvisual_202206 .lp_keyvisual_content{
	background-size: 100%;
	min-height: 530px;
	width: 100%;
	margin: 0 auto 0;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.lp #lp_keyvisual_202206 img{
	display: block;
	margin: 0 auto 20px;
}

.lp #lp_keyvisual_202206 img:nth-child(1){
	margin-bottom: 20px;
}

.lp #lp_keyvisual_202206 img:nth-child(2){
	margin-bottom: 30px;
}


.lp #lp_keyvisual_202206 .lp_keyvisual_content .sp{
	position: relative;
}

.lp #lp_keyvisual_202206 .btn{
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	margin: 20px 0 0 0;
	z-index: 999;
}

.lp #lp_keyvisual_202206 .btn_absolute{
	position: absolute;
	left: 50%;
	top: -20px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: fit-content;
	font-size: 13px;
	padding: 3px 15px;
	border: 1px solid #06222F;
	border-radius: 32px;
	background: #fff;
	font-weight: bold;
	color: #06222F;
}

.lp #lp_keyvisual_202206 .btn_y{
	width: 300px;
	max-width: 400px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 150%;
}

.lp #lp_keyvisual_202206 .btn_text{
	margin: 5px 0 0 0;
	font-size: 12px;
	color: #fff;
}

.lp #lp_keyvisual_202206 .btn_text span{
	margin: 0;
	padding: 0 0 3px 0;
	border-bottom: 2px solid #FAB925;
	font-weight: bold;
}


/* contact-lp用 */

.document-image{
	display: none;
}

.contact-main{
	width: 90%;
	margin: 40px auto !important;
}

/* contact-lp用 */

.keyvisual__image-banner-container {
	max-width: 345px;
	margin: 24px auto 0;
	cursor: pointer;
}
.keyvisual__image-banner-container img {
	width: 100%;
	display: none;
}
.issue-section {
	padding: 56px 15px;
}
.issue-section__heading {
	margin: 0 auto 56px;
	padding: 41px 20px;
	border-radius: 8px;
	border: solid 1px #06222f;
}
.issue-section__announce-text {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.69;
	letter-spacing: 0.65px;
}
.issue-section__heading h2 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 1.2px;
}
.issue-section__description {
	margin: auto;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.69;
	letter-spacing: 1.08px;
	text-align: left;
}
.issue-section__title {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 24px;
	letter-spacing: 0.71px;
}
.issue-section__example-list {
	margin-bottom: 41px;
}
.pros-section {
	padding: 45px 15px 41px;
	background-color: #5b86e5;
}
.pros-section h2{
	margin-bottom: 18px;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	line-height: 1.5;
	letter-spacing: 1.2px;
}
.pros-section__list {
	display: block;
}
.pros-section__item {
	display: block;
	border-radius: 8px;
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.3);
	background-color: #fff;
	margin: 0 auto 12px;
}
.pros-section__item:last-child {
	margin-bottom: 33px;
}
.pros-section__item img {
	width: 100%;
}
.image-container-inner {
	margin: 0 auto;
	padding-top: 24px;
}
.pros-section__item:nth-of-type(1) .image-container-inner {
	max-width: 280px;
	padding-bottom: 22px;
}
.pros-section__item:nth-of-type(2) .image-container-inner {
	max-width: 280px;
	padding-bottom: 2px;
}
.pros-section__item:nth-of-type(3) .image-container-inner {
	max-width: 142px;
	padding-bottom: 16px;
}
.pros-section__text-container {
	text-align: left;
	padding: 0 20px 32px;
}
.pros-section__num {
	font-style: italic;
	font-size: 48px;
	font-weight: 600;
	color: #72ae2d;
	line-height: 1;
}
.pros-section__item-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 1.2px;
	margin-top: 4px;
	margin-bottom: 9px;
}
.pros-section__item-description {
	font-size: 13px;
	font-weight: 300;
	line-height: 1.54;
	letter-spacing: 0.72px;
}
.feature-section {
	background-color: #5b86e5;
	padding: 26px 15px 56px;
}
.feature-section h2 {
	margin-bottom: 17px;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	line-height: 1.5;
	letter-spacing: 1.2px;
}
.feature-section__content {
	margin: 0 auto;
	padding: 38px 20px 36px;
	border-radius: 8px;
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.3);
	background-color: #fff;
}
.feature-section__content-title {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 24px;
	line-height: 1.41;
	letter-spacing: 0.85px;
}
.feature-section__top-image-container {
	max-width: 280px;
	margin: 0 auto;
}
.feature-section__top-image-container img {
	width: 100%;
}
.feature-section__list {
	display: block;
	margin-top: 18px;
}
.feature-section__item {
	display: flex;
	align-items: center;
	margin-top: 3px;
}
.feature-section__item-image-container {
	width: 80px;
}
.feature-section__item-image-container img {
	width: 100%;
}
.feature-section__item p {
	margin-left: 12px;
	font-size: 15px;
	font-weight: 400;
	text-align: left;
	line-height: 1.6;
}
.user-voice-section {
	padding: 56px 15px;
	margin: auto;
}
.user-voice__title {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 24px;
}
.user-voice-section__example-list {
	margin-bottom: 12px;
}
.user-voice-section__example-item-wide {
	padding: 40px 12px 40px;
	display: block;
	border-radius: 8px;
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.3);
	margin-bottom: 12px;
}
.user-voice-section__example-item-wide:last-child {
	margin-bottom: 0;
}
.user-voice-section__image-container {
	margin-bottom: 23px;
}
.user-voice-section__image-container img {
	width: 100%;
	max-width:400px;
}
.user-voice-section__person-label {
	margin-bottom: 7px;
	font-size: 13px;
	font-weight: 300;
}
.user-voice-section__person-voice {
	font-size: 17px;
	font-weight: 300;
	line-height: 1.88;
	letter-spacing: 0.85px;
}
.price-section {
	padding: 56px 20px;
	background-color: #5b86e5;
}
.price-section__title {
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.71px;
}
.price-section__img-container {
	border-radius: 8px;
	padding: 25px 20px 32px;
	margin: 24px auto 21px;
	background-color: #fff;
	box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.3);
}
.price-section__img-container-inner img {
	width: 100%;
}
.price-section__announce {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	margin: 24px 0 7px;
	line-height: 2.12;
	letter-spacing: 0.85px;
}
.faq-section {
	padding: 56px 20px;
	margin: 0 auto;
}
.faq-section__title {
	font-size: 20px;
}
.faq-section__cotainer {
	margin: 16px 0 24px;
	text-align: left;
	font-size: 13px;
}
.faq-section__raw {
	display: flex;
	align-items: center;
	margin-bottom: 9px;
	line-height: 1.69;
	letter-spacing: 0.76px;
}
.faq-section__raw p:first-child {
	margin-right: 8px;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.86px;
}
.faq-section__raw.question {
	border-bottom: 1px solid rgba(6, 34, 47, 0.2);
}
.faq-section__question {
	width: 100%;
	font-weight: 600;
}
.faq-section__answer-label {
	line-height: 1;
	align-self: start;
	color: #5b86e5;
}
p.lp-btn-transition-2{
	color: #ffffff;
}

/* 活用事例個別投稿 */
.case-header{
	background: #F7F7F7;
	margin-bottom: 0px;
	text-align: left;
}

.case-header-box{
	margin: 0 auto;
	vertical-align: middle;
	align-items: center;
}

.case-header img{
	width: 100%;
	height: 100%;
	margin-bottom:24px;
}

.case-header-content{
	width: 90%;
	margin: 0 auto;
}

.case-header-content h1{
	font-weight: 600;
	font-size: 24px !important;
	text-align: left;
}


.case-header-content .ul03_cate{
	margin-bottom: 15px;
}

.case-header-content .ul03_cate li {
	display: inline-block;
	height: 24px;
	margin-right: 5px;
	margin-bottom:8px;
	padding: 6px 10px;
	font-size: 12px;
	background: #DFE9FF;
	border-radius: 5px;
	color: #333;
	font-weight: normal;
}

.wp_social_bookmarking_light div:nth-child(2) {
	margin-left: -15px !important;
}

.main_sns{
	display: flex;
	justify-content: center;
}

.main_sns li{
	margin-right: 10px;
	margin-top: 20px;
}

.mainSection .main_sns li img{
	width: 74px;
	height: 20px;
	margin-right: 5px;
}

.case-header-content .main_sns li img{
	width: 74px;
	height: 20px;
	margin-right: 5px;
}

/* 活用事例個別投稿コンポーネント */
.entry-body{
	font-weight: 500;
	font-size: 16px;
}


/* ======================= */
/*    活用事例  single      */
/* ======================= */

#case_single_main{
	padding: 60px 25px 125px;
	background: #F0F8FF;
	text-align: left;
}

#case_single_main .case_top{
	margin-bottom: 50px;
}

#case_single_main h2{
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0.12em;
	margin-bottom: 20px;
}

#case_single_main span{
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 0.03em;
	color: #424242;
}

#case_body{
	margin: 0 25px;
}

.case_l{
	text-align: left;
}

#page_case .case_l .ul_cate{
	margin-bottom: 0;
}

#page_case .case_l .ul_cate li{
	margin-bottom: 10px;
}

.case_l h3{
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0.12em;
	font-feature-settings: 'palt' on;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	color: #212121;
	position: relative;
	height: 34px;
	margin-right: 200px;
}

.case_l h3::after{
	content: '';
	border-radius: 3px;
	background: #009EFF;
	width: 27px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
}


.case_r{
	text-align: left;
	margin-top: -85px;
}

.case_r img{
	border-radius: 5px;
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}

#page_case .case{
	position: relative;
	text-align: left;
}

#page_case .entry-body{
	padding: 0 25px;
}

/* 活用事例 目次 */
.case #ez-toc-container{
	padding: 40px 25px;
	background: #FAFAFA;
	font-size: 14px;
	line-height: 150%;
	border-radius: 0px 10px 0px 0px;
	border: none;
	width: 100%;
	box-shadow: none;
	margin-bottom: 50px;
}

.case #ez-toc-container p.ez-toc-title{
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0.12em;
	font-feature-settings: 'palt' on;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	color: #212121;
	position: relative;
	height: 34px;
	margin-bottom: 20px;
	display: block;
}

.case #ez-toc-container p.ez-toc-title::after{
	content: '';
	border-radius: 3px;
	background: #009EFF;
	width: 27px;
	height: 3px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.case #ez-toc-container li{
	margin-bottom: 20px;
}

.case #ez-toc-container li:last-child{
	margin-bottom: 0;
}

.case #ez-toc-container a{
	color: #009EFF;
}

/* セミナー 目次 */
.case_cate-archive #ez-toc-container,
.case_cate-seminar #ez-toc-container{
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}


/* リスト要素 */
.entry-body li{
	line-height: 1.5;
	margin-top: 0.93em;
	margin-left: -10px;
	font-size: 14px;
}

.entry-body ul li{
	list-style-image: radial-gradient(circle at 50% 50%,#009EFF 50%,transparent 50%);
	margin-left: -10px;
}

.entry-body ol{
	counter-reset: li;
	margin-bottom: 20px;
}

.entry-body ol li{
	position: relative;
	padding-left: 30px;
	list-style: none;
	font-size: 14px;
}

.entry-body ol li:before{
	position: absolute;
	top: 0;
	left: 12px;
	color: #009EFF;
	counter-increment: li;
	content: counter(li)'.';
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
}


/* 活用事例 ポイント */
.entry-body .case_point{
	background: #009EFF;
	border-radius: 10px;
	color: #FFF;
	margin-bottom: 60px;
	padding: 30px 25px;
}

.entry-body .case_point ul{
	color: #FFF;
}

.entry-body .case_point ul li{
	list-style-image: none;
}

.entry-body .case_point h4{
	height: 30px;
	font-size: 16px;
	margin-bottom: 10px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	background: url(../img/dark-bulb.svg) no-repeat left;
	background-size: 30px;
	padding-top: 3px;
	padding-left: 40px;
	background-position: 0;
	color: #FFF;
}

.entry-body .case_point h4.effect{
	background: url(../img/icon_growth.svg) no-repeat left;
	background-size: 24px;
	margin-top: 30px;
}

/* 見出し */
.entry-body h2{
	color: #212121;
	font-size: 20px;
	line-height: 170%;
	margin-bottom: 30px;
	letter-spacing: 0.03em;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
}

.entry-body h3{
	border: 0;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	font-size: 16px;
	margin: 0 0 20px;
	line-height: 170%;
	letter-spacing: 0.03em;
	padding-left: 26px;
	position: relative;
	color: #212121;
}

.entry-body h3::before{
	content: '';
	border-radius: 2px;
	background: #009EFF;
	width: 6px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.entry-body p{
	font-weight: 200;
	color: #424242;
	font-size: 14px;
	line-height: 180%;
	letter-spacing: 0.03em;
	margin-bottom: 20px;
}

.entry-body a{
	text-decoration: underline;
	color: #009EFF;
}

.entry-body strong,
.entry-body em,
.entry-body a{
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	color: #009EFF;
}

.entry-body b{
	font-size: 14px;
	line-height: 180%;
	letter-spacing: 0.03em;
	color: #212121;
	margin-bottom: 5px;
}

.entry-body em{
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
	font-style: normal;
}

.entry-body marker {
	background: linear-gradient(transparent 60%, #FEE9B8 60%);
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
}

.entry-body small{
	color: #424242;
	font-size: 13px;
	margin: 10px auto;
	display: block;
	text-align: center;
}

.entry-body blockquote{
	padding-left: 1.06em;
	font-size: 1.06em;
	position: relative;
	margin-bottom: 20px;
}

.entry-body blockquote:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 8px;
	height: 100%;
	background: #CCC;
	border-radius: 4px;
}

.entry-body img{
	border-radius: 5px;
}


/* ポイント項目 */
.entry-body dl{
	margin-bottom: 20px;
}

.entry-body dt{
	font-size: 1.22em;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold,sans-serif;
	margin-top: 20px;
}

.entry-body dd{
	background: url("../img/icon_done.png") no-repeat;
	background-size: 22px;
	padding: 3px 0 1px 30px;
	font-weight: 500;
	font-size: 1.05em;
	margin-top: 15px;
}


.entry-body .tips-article-btn{
	width: 100%;
	max-width: 400px;
	line-height: 52px;
	margin-bottom: 50px;
	text-align: center;
	text-decoration: none;
	background: #FCD22C;
	border-radius: 50px;
	color: #212121;
	display: block;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	font-size: 15px;
	line-height: 150%;
	padding: 15px 30px;
	transition: .3s;
	box-shadow: none;
}

.entry-body .tips-article-btn a{
	text-decoration: none;
	color: #212121;
}

/* リンクカード */
.entry-body .linkcard{
	margin: 0 !important;
}

.entry-body .lkc-card{
	margin: 0 !important;
}

img.lkc-favicon{
	width: 16px !important;
}

.entry-body .lkc-thumbnail {
	max-width: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0 0 20px;
	float: none;
}

.entry-body img.lkc-thumbnail-img{
	width: auto !important;
	max-width: 350px;
	height: auto !important;
	border-radius: 0 !important;
}

.lkc-info{
	position: relative;
}

.entry-body .lkc-title-text{
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0.03em;
	color: #212121;
	margin-bottom: 20px;
}

.entry-body .lkc-domain {
	margin: 0 0 6px 6px;
	font-size: 12px;
	font-family: HelveticaNeueeTextPro-Roman, TazuganeGothicStdN-Book, sans-serif;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.03em;
	color: #757575;
}

.entry-body .lkc-content{
	height: auto;
	margin: 0;
}


.entry-body .lkc-external-wrap,
.entry-body .lkc-internal-wrap{
	margin-bottom: 50px;
	background: #FFF;
	border: 1px solid #9E9E9E;
	border-radius: 10px;
	padding: 20px;
}

.entry-body .lkc-excerpt{
	font-family: HelveticaNeueeTextPro-Roman, TazuganeGothicStdN-Book, sans-serif;
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 0.03em;
	color: #616161;
	margin-bottom: 20px;
}

/* popup boxzilla */
.boxzilla{
	display: none !important;
}

/* シェアボタン */
.case .main_sns{
	background: #F5F5F5;
	border-radius: 10px;
	margin: 0 0 60px;
	padding: 30px 50px;
}

.case .main_sns img{
	width: 100%;
}

.case .main_sns .sns_twitter{
	margin-bottom: 12px;
}

/* single　ページャー */
.pager{
	margin: 0 auto 100px;
	padding: 0 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pager li {
	width: 46%;
}

.pager li a{
	border: 2px solid #009EFF;
	border-radius: 5px;
	color: #212121;
	display: block;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	font-size: 14px;
	padding: 20px;
	text-align: left;
	line-height: 150%;
	letter-spacing: 0.03em;
}

.pager li.next a{
	padding-right: 55px;
	background: url(../img/icon_arrow_b.svg) no-repeat right;
	background-size: 20px;
	background-position: right 20px top 50%;
}

.pager li.previous a{
	padding-left: 50px;
	background: url(../img/icon_arrow_l_b.svg) no-repeat left;
	background-size: 20px;
	background-position: left 20px top 50%;
}


.pager li a:hover{
	text-decoration: none;
	color: #212121;
}

.pager span{
	color: #009EFF;
	display: block;
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 10px;
}

/* pagination */
.wp-pagenavi {
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagenation span,
.pagenation a {
	border: 2px solid #009EFF;
	border-radius: 50px;
	color: #009EFF;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 6px;
	padding: 12px 0 0;
	font-size: 20px;
	font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
	line-height: 100%;
	text-align: center;
}


.pagenation a.first{
  background: url("../img/arrow_w_l.svg") no-repeat;
  background-position: center;
  background-size: 15px;
}

.pagenation a.previouspostslink{
  background: url("../img/arrow_b_l.svg") no-repeat;
  background-position: center;
  background-size: 8px;
}

.pagenation a.nextpostslink{
  background: url("../img/arrow_b_r.svg") no-repeat;
  background-position: center;
  background-size: 8px;
}

.pagenation a.last{
  background: url("../img/arrow_w_r.svg") no-repeat;
  background-position: center;
  background-size: 15px;
}

.pagenation a:hover{
	text-decoration: none;
	opacity: .6;
}

.pagenation span.current{
	opacity: 0.3;
}

.pagenation span.extend{
	border: none;
}

.pagenation .wp-pagenavi span.pages {
	display: none;
}


/* stande */
.StandeStyle-view{
	font-family: sans-serif !important;
	font-weight: normal;
	width: 100%;
}

#stande-listbox li{
	list-style: none;
	font-size: 12px;
	margin-top: 0;
}

#stande-listbox li.StandeStyle-companyName{
	font-size: 16px;
}

#stande-listbox li.StandeStyle-otherInfo{
	padding: 5px 10px;
}

.StandeStyle-closeButton{
	padding: 0;
	margin-top: 0;
}

.StandeStyle-closeButton svg{
	padding: 0;
}


/* page_error */
#error_main{
  background: url("../img/alphabet_bg_error_sp.svg") #009EFF no-repeat;
  background-position: center;
  background-size: cover;
  height: 660px;
  padding: 100px 25px 0;
  position: relative;
  text-align: center;
  color: #FFF;
  letter-spacing: 0.12em;
}

.error_top h2{
  color: #FFFFFF;
  font-size: 24px;
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
  margin-bottom: 32px;
	line-height: 36px;
}

.error_top p{
  line-height: 28.8px;
  margin-bottom: 48px;
	font-size: 14px;
}

.error_top .main_btn{
	padding-right: 0;
}

.error_top .btn_y{
  margin: 0 auto 20px;
  width: 100%;
	max-width: 325px;
}
