@charset "utf-8";

body {
  color: #424242;
  font-size: 15px;
  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;
}
a:hover {
  text-decoration: underline;
}
a img {
  transition: .3s;
}


input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"], textarea, select {
  padding: 14px;
  font-size: 16px;
}
.sp {
  display: none;
}


/* 基本レイアウト---------------- */
#wrapper {
  position: relative;
  width: 100%;
  text-align: center;
}
#container {
  position: relative;
  padding-top: 90px;
}
.main {
  width: 100%;
  max-width: 1040px;
  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;
  font-size: 15px;
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
  padding: 14px 25px 16px;
  display: block;
  text-align: center;
  width: 180px;
  letter-spacing: 0.03em;
}

a.btn_w:hover{
  text-decoration: none;
  color: #009EFF;
  transition: background 1s ease-out;
  opacity: .8;
}


.btn_y{
  border-radius: 50px;
  background: #FCD22C;
  color: #212121;
  display: block;
  font-size: 15px;
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
  letter-spacing: 0.03em;
  padding: 14px 25px 16px;
  text-align: center;
  transition: all 0.3s ease-out;
  width: 180px;
}

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

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

.btn_b{
  width: 300px;
  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 30px;
  transition: .3s;
}

.btn_b:hover {
  text-decoration: none;
  background: #0079F2;
}


/* =================== */
/*    汎用  single      */
/* =================== */

.entry-body{
  max-width: 780px;
  margin: 0 auto;
  text-align: left;
}


/* 活用事例 目次 */
#page_case .ez-toc{
  width: 29.12%;
  margin-right: 8.32%;
  display: block;
  min-width: 29.12%;
}

#page_case #ez-toc-container{
  padding: 60px;
  background: #FAFAFA;
  font-size: 14px;
  line-height: 150%;
  border-radius: 0px 10px 0px 0px;
  border: none;
  top: 0;
  left: 0;
  width: 420px;
  box-shadow: none;
  position: -webkit-sticky; /* safari対応 */
  position: sticky;
  top: 100px;　/* 上端から10pxのところで固定 */
}

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

  #page_case #ez-toc-container{
    width: 380px;
  }
}

#page_case #ez-toc-container.fixed {
  position: fixed;
  z-index: 999;
}

#page_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: 40px;
  display: block;
}

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

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

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

#page_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 ul{
  margin-left: 10px;
}

.entry-body ul li{
  list-style-image:  url("../img/list-b.svg");
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 5px;
}

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

.entry-body ol li{
  position: relative;
  padding-left: 30px;
  list-style: none;
  margin-bottom: 10px;
}

.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: 100px;
  padding: 40px;
}


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

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

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

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

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

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

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


.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 a:hover{
  text-decoration: none;
}

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

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

.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: 14px;
  margin: 10px auto;
  display: block;
  text-align: center;
}

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

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

.entry-body .tips-article-quote {
  background: #F0F8FF;
  box-shadow: none;
}

.entry-body img{
  width: 60% !important;
  border-radius: 10px;
  margin: 50px auto;
  display: block;
}

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

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

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


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

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

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

.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;
}

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

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

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

.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-thumbnail{
  margin-left: 24px;
  margin-right: 0;
}

.lkc-info{
  position: relative;
}

.lkc-info .lkc-domain{
  position: absolute;
  top:0;
  bottom: 0;
}


.entry-body .tips-article-btn{
  width: 100%;
  padding: 0;
  border-radius: none;
  margin:0;
  background: none;
  text-align:center;
  box-shadow: none;
}

.entry-body .tips-article-btn a{
  width: 400px;
  line-height: 52px;
  margin: 24px auto 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:hover{
  background: #FAB925;
  transition: .3s;
  color: #212121;
  text-decoration: none;
}

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

.entry-body .btn_y:hover{
  background: #FAB925;
  transition: .3s;
  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;
  width: 300px;
}

/* popup boxzilla */
.boxzilla{
  background: none !important;
  padding: 0 !important;
}

.boxzilla-close-icon {
  opacity: 1 !important;
  border-radius: 100px;
  border: 2px solid #009EFF;
  background: #FFF;
  color: #009EFF !important;
  font-size: 24px !important;
  margin-top: 10px;
  margin-right: 10px;
  height: 40px;
  width: 40px;
  padding: 8px 9px 9px !important;
}


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

.case .main_sns .sns_contents{
  margin: 0 auto;
  max-width: 475px;
  display: flex;
  justify-content: space-between;
}

.case .main_sns .sns_twitter{
  margin-right: 30px;
}

.case .main_sns img{
  width: 100% !important;
  height: 50px;
}

.main_sns{
  display: flex;
}

.case_cate-archive .main_sns,
.case_cate-seminar .main_sns{
  margin-left: 0;
}



/* single　ページャー */
.pager{
  margin: 0 auto 150px;
  max-width: 1320px;
  padding: 0 4.16%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pager li.pager_content{
  width: 48.75%;
}

.pager .next,
.pager .previous
{
  color: #212121;
  display: block;
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
  font-size: 16px;
  position: relative;
  margin-bottom: 30px;
  border: 3px solid #009EFF;
  border-radius: 10px;
  padding: 40px;
  text-align: left;
  line-height: 150%;
  letter-spacing: 0.03em;
  z-index: 1;
}


.pager .next{
  padding-right: 90px;
  background: url(../img/icon_arrow_b.svg) no-repeat right #FFF;
  background-size: 30px;
  background-position: right 30px top 50%;
}

.pager .next:hover{
  padding-right: 90px;
  background: url(../img/icon_arrow_b.svg) no-repeat right #F5F5F5;
  background-size: 30px;
  background-position: right 30px top 50%;
}

.pager .previous{
  padding-left: 90px;
  background: url(../img/icon_arrow_l_b.svg) no-repeat right #FFF;
  background-size: 30px;
  background-position: left 30px top 50%;
}

.pager .previous:hover{
  padding-left: 90px;
  background: url(../img/icon_arrow_l_b.svg) no-repeat right #F5F5F5;
  background-size: 30px;
  background-position: left 30px top 50%;
}

.pager li a{
  display: block;
}

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

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

#page_case .pager .ul_cate{
  position: absolute;
  padding-left: 90px;
  margin-top: 0;
}

#page_case .pager li:nth-child(2) .ul_cate{
  padding-left: 40px;
}

#page_case .pager .ul_cate a{
  z-index: 100;
  display: block;
}

.pager .school_name{
  font-family: HelveticaNeueeTextPro-Roman, TazuganeGothicStdN-Book,sans-serif;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #616161;
  margin-top: 5px;
}


/* ヘッダー---------------- */
#head {
  position: fixed;
  width: 100%;
  height: 90px;
  background: #fff;
  z-index: 200;
  color: #424242;
}
.head_in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 4.16%;
  justify-content: space-between;
}

#head_logo {
  text-align: left;
  margin-top: -6px;
}

#head_menu {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

#head_navi {
  display: inline-block;
  width: 100%;

}
#head_navi ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#head_navi ul li {
  font-size: 15px;
  text-align: center;
  margin-left: 40px;
}

#head_navi ul li:nth-child(1){
  margin-left: 0;
}

#head_navi ul li a {
  color: #424242;
  display: block;
  line-height: 86px;
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
  transition: all 0.1s ease-out;
}

#head_navi ul li a:hover{
  color: #009EFF;
  text-decoration: none;
}

/* ログインボタン */
#head_navi ul li.nav01{
  margin-left: 40px;
}

#head_navi ul li.nav02{
  margin-left: 20px;
}

#head_navi ul li.nav01 a,
#head_navi ul li.nav02 a{
  width: 150px;
  border-radius: 50px;
  transition: all 0.1s ease-out;
  line-height: 49px;
  height: 52px;
}

#head_navi ul li.nav01 a {
  border: 2px solid #009EFF;
  color: #009EFF;
}

#head_navi ul li.nav02 a {
  border: 2px solid #009EFF;
  background: #009EFF;
  color: #FFF;
}

#head_navi ul li.nav01 a:hover {
  text-decoration: none;
  opacity: .8;
  transition: .1s;
}

#head_navi ul li.nav02 a:hover {
  text-decoration: none;
  background: #0079F2;
  border: 2px solid #0079F2;
}

#sp_navi,
.sp_navi_btn {
  display: none;
}

@media screen and (max-width: 1112px) {
  .head_in{
    padding: 0 25px;
  }

  #head_navi ul li {
    margin-left: 20px;
  }

}


/* フッター----------------- */
#foot {
  padding : 160px 8.32% 80px;
  color: #fff;
  background: #009EFF;
}
#foot a{
  color: #fff;
}

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

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

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

.footer_contents_l{
  width: 20%;
}

.footer_contents_r{
  width: 80%;
}

/* footer_navi*/
#footer_navi{
  margin: 0 auto 150px auto;
  display: flex;
  max-width: 1200px;
  justify-content: space-between;
}

#foot_logo {
  margin-bottom: 10px;
}

#foot_logo .pc{
  text-align: left;
}

.foot_t01 {
  margin-bottom: 20px;
  font-size: 14px;
}
.foot_bn li {
  display: inline-block;
  margin-right: 10px;
}
.foot_bn li:last-child {
  margin-right: 0;
}

#foot02{
  display: flex;
  justify-content: right;
}

.foot_col01 {
  width: 240px;
}
.foot_col02 {
  width: 240px;
}


.foot_col03 a{
  margin-bottom: 15px;
}

.foot_menu li {
  margin-bottom: 10px;
  line-height: 2;
  font-size: 18px;
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
  text-align: left;
}


/* footer_news*/
#footer_news {
  margin: 0 auto 120px;
  display: flex;
  max-width: 1200px;
}

.footer_contents_l h3{
  font-size: 24px;
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
  margin-bottom: 40px;
  text-align: left;
}

#footer_news .btn_w{
  width: 120px;
  display: block;
  color: #009EFF;
}


.footer_news_ul {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.footer_news_ul li {
  padding: 10px 0;
  line-height: 2;
  width: 33%;
  text-align: left;
  margin-right: 30px;
}

.footer_news_ul li:nth-child(3) {
  margin-right: 0;
}

.footer_news_ul li a {
  display: block;
  text-decoration: none;
  transition: .3s;
}

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

.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{
  color: #FFF;
  line-height: 1.8;
}

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

#footer_news .img100 {
  border-radius: 10px;
  border: 1px solid #FAFAFA;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#footer_news .img100 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

/*#footer_news .img100:hover img{
border-radius: 10px;
transform: scale(1.04,1.04);
transition-duration:.3s;
overflow: hidden;
z-index: -1;
}*/


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


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

.bn01 {
  margin-bottom: 8px;
}


/* footer_sns */
#footer_sns {
  margin: 0 auto 150px;
  display: flex;
  max-width: 1200px;
}


#footer_sns .footer_contents_r ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#footer_sns .footer_contents_r ul li{
  margin-right: 20px;
  margin-bottom: 20px;
  width: 31.2%;
  text-align: left;
}

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


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

/* footer_copy */
#footer_copy{
  margin: 0 auto;
  display: flex;
  max-width: 1200px;
}

#footer_copy ul{
  display: flex;
  justify-content: flex-end;
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
}

#footer_copy li{
  margin-left: 30px;
}


#copyright {
  text-align: left;
}

#copyright small {
  font-size: 11px;
}


/* ======================= */
/*           TOP           */
/* ======================= */
#top_main {
  color: #212121;
  background: url("../img/top_kv.png") #F0F8FF no-repeat;
  background-size: cover;
  position: relative;
  height : calc(100vh - 90px);
  text-align: left;
  max-height: 800px;
  display: none; /*kv切り替え*/
}

#top_main .main01 {
  position: absolute;
  top: 50%;
  right:8.32%;
  transform : translateY(-50%);
}
#top_main .top_col01_01 {
  width: 100%;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}

.h2_01 {
  margin-bottom: 100px;
  font-size: 32px;
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

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

.h2_01 strong {
  color: #009EFF;
}


.title01 {
  font-size: 40px;
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
  letter-spacing: 0.15em;
  line-height: 1.4;
  margin-bottom: 20px;
}

.title02 {
  margin-bottom: 100px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.15em;
}

.title02 strong {
  color: #009EFF;
}


.p01 {
  font-size: 18px;
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
}

.p01 strong {
  color: #009EFF;
}


#top_main p {
  margin-bottom: 50px;
}
.ul_btn01 li {
  display: inline-block;
  text-align: center;
  font-weight: 600;
}
.ul_btn01 li a {
  display: block;
  width: 200px;
  height: 56px;
  margin-right: 24px;
  padding-top: 21px;
  border-radius: 28px;
  transition: .3s;
}
.ul_btn01 li:last-child a {
  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;
}
.ul_btn01 li a:hover {
  opacity: .8;
  text-decoration: none;
  transition: .3s;
}

#top_main .btn_y{
  width: 180px;
}



@keyframes bg_slider {
  0% {
    background-position: 0 0
  }
  to {
    background-position: -4280px 0
  }
}


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

#top_main_202205 .top_main_content{
  background: url("../img/202205/top_image_pc.png") no-repeat bottom;
  background-size: 100%;
  min-height: 530px;
  width: 100%;
  max-width: 1375px;
  margin: 70px auto 0;
  text-align: center;
  padding: 30px 0 75px;
  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;
}

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

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

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

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


/* -1080px */
@media screen and (max-width: 1080px){
  #top_main_202205{
    height: 600px;
  }
}


/* top_about */
#top_about{
  padding: 160px 0 0 0;
}

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

#top_about .p01{
  text-align: left;
  margin-bottom: 30px;
  line-height: 2;
  font-family: HelveticaNeueeTextPro-Roman, TazuganeGothicStdN-Book,sans-serif;
}

#top_about .title02{
  font-size: 48px;
  margin-bottom: 50px;
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
  color: #212121;
}

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

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

#top_about .title03{
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.15em;
  margin-bottom: 80px;
}

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

.about_contents{
  display: flex;
}

.about_contents .about_img{
  width: 55%;
}

.about_contents .about_img img{
  width: 100%;
}

.about_contents .about_text{
  width: 50%;
  margin-left: 8.23%;
  margin-top : 4.16vw
}


/* Monoxer customer */
#top_customer{
  margin: 0 8.32% 0;
  padding: 200px 0 200px 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 110px 50px;
}

#top_customer .top_juku{
  margin-bottom: 20px;
  padding: 0 140px 80px;
}

#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%;
}

#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 80px;
}
#top_reason p a {
  color: #fff;
}

.reason_contents h3{
  font-size: 24px;
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
  line-height: 1.5;
  color: #212121;
}

.reason_contents h3 strong{
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
  font-size: 20px;
  margin-bottom: 25px;
  color: #009EFF;
  display: block;
}


.reason_content{
  display: flex;
  text-align: left;
  margin-bottom: 120px;
}

.reason_img{
  width: 45.76%;
}

.reason_content:nth-child(even) .pc{
  width: 45.76%;
}

.reason_content img{
  width: 100%;
  object-fit: contain;
}

.reason_content:nth-child(odd) img{
  border-radius: 0px 10px 10px 0px;
}

.reason_content:nth-child(even) img{
  border-radius: 10px 0px 0px 10px;
  width: 100%;
}

.reason_content .reason_text{
  width: 37.44%;
  min-width: 460px;
  margin: 0 8.32%;
}

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

.reason_content ul li{
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 10px;
}

.reason_content .detail{
  background: #F5F5F5;
  border-radius: 10px;
  padding: 30px 30px 30px 40px;
}


.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;
  margin-bottom: 25px;
}

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

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

.reason_contents .detail .btn_w{
  width: 180px;
}



/* top_why */
#top_why{
  background: #F5F5F5;
  padding: 150px 0 270px 0;
}

.why_contents{
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px auto;
  max-width: 1080px;
}

.why_content{
  width: 480px;
  background: #FFF;
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
  padding-bottom: 60px;
}

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

.why_content h3 span{
  border-radius: 100px;
  background: #009EFF;
  color: #FFF;
  display: block;
  font-size: 20px;
  width: 60px;
  height: 60px;
  margin: -30px auto 40px auto;
  padding-top: 16px
}


#top_why .p_01{
  background: url(../img/why_arrow_pc.svg) no-repeat center top;
  font-size: 32px;
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
  padding-top: 100px;
}

.p_01 strong{
  color: #009EFF;
}



/* Customer's Voice お客様の声 */
#top_voice{
  background: url("../img/top_voice_bg.svg") no-repeat #009EFF top;
  background-size: contain;
  color: #FFF;
  margin: -120px 4.16% 120px;
  padding: 100px 8.32%;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

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

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

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

#top_voice li a:hover{
  opacity: 0.8;
}

#top_voice .img100 {
  border-radius: 10px;
  margin-bottom: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

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

#top_voice a .ul03_customer{
  font-family: HelveticaNeueeTextPro-Roman, TazuganeGothicStdN-Book,sans-serif;
  font-size: 16px;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
}

#top_voice .ul03_t01{
  font-size: 18px;
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
  margin-bottom: 0;
}

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

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


#top_voice .btn_w{
  width: 180px;
  margin: 0 auto;
}


/* top_faq */
#top_faq{
  display: flex;
  margin: 0 auto 120px;
  max-width: 1800px;
  padding : 0 12.48%;
  color: #212121;
}


#top_faq .h2_01 {
  width: 360px;
  text-align: left;
}

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

.top_faq_contents{
  width: 100%;
  text-align: left;
  flex: 1;
}

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


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

.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 : 30px 0;
  line-height: 1;
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
  background: url("../img/arrow_b.svg") no-repeat center right 20px;
}

#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 30px 0;
  visibility: visible;
  transition: .3s;
}

#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 20px;
  transition: .3s;
}

#top_faq .btn_w{
  margin-left: auto;
}


.top_service01 {
  margin-bottom: 50px;
}
.top_service01 .p01 {
  width: 800px;
  margin: 0 auto 30px;
}
.box10 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 25px;
  padding: 40px;
  text-align: left;
  color: #06222F;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 13px #385FB5;
}
.col06_01, .col06_02 {
  width: 297px;
  margin-right: 34px;
}
.col06_03 {
  width: 297px;
}
.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: 100%;
  max-width: 1370px;
  margin: 0 auto;
}
.top_col02_01 {
  width: 47.45%;
}
.top_col02_02 {
  width: 52.55%;
  text-align: left;
  color: #fff;
}
.top_col02_02_in {
  width: 100%;
  max-width: 620px;
  padding-top: 90px;
  text-align: center;
}


.top_col02_02_in .p01 {
  margin-bottom: 30px;
}
.bar01 {
  min-height: 420px;
  margin-top: 20px;
  background: url("../img/bar01_bg02.png") no-repeat;
  background-position: center top;
}
.bar01_in {
  min-height: 420px;
  padding: 40px 0 0 80px;
  background: url("../img/bar01_bg01.png") no-repeat;
  background-position: left top;
}
.no01 {
  margin: 20px 0 10px;
  /*font-size: 80px;
  font-style: italic;
  font-weight: 600;
  color: #72AE2D;*/
}
.top_col03_01 {
  width: 57.3%;
  margin-right: 6.2%;
}
.top_col03_02 {
  width: 36.5%;
}
.top_col03_03 {
  width: 36.5%;
  margin-right: 6.2%;
}
.top_col03_04 {
  width: 57.3%;
}
.bar02 {
  min-height: 420px;
  margin-top: 20px;
  background: url("../img/bar02_bg02.png") no-repeat;
  background-position: center top;
}
.bar02_in {
  min-height: 420px;
  padding: 40px 80px 0 0;
  background: url("../img/bar02_bg01.png") no-repeat;
  background-position: right top;
}
.bar03 {
  min-height: 420px;
  margin: 20px 0 40px;
  background: url("../img/bar01_bg02.png") no-repeat;
  background-position: center top;
}
.bar03_in {
  min-height: 420px;
  padding: 40px 0 0 80px;
  background: url("../img/bar01_bg01.png") no-repeat;
  background-position: left top;
}
.btn02 a {
  display: block;
  width: 300px;
  line-height: 58px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  transition: .3s;
}
.btn02 a:hover {
  opacity: .8;
  transition: .3s;
}

#top_review {
  padding: 80px 0;
}
.h2_02 {
  margin-bottom: 30px;
  font-size: 24px;
}
.top_col04_01 {
  width: 29.8%;
  margin-right: 5.3%;
}
.top_col04_02 {
  width: 29.8%;
}
.box01 {
  min-height: 355px;
  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: 80px 0;
  color: #fff;
  background: #5B86E5;
}
#top_recruit .p01 {
  margin-bottom: 40px;
}


/* trial */
.trial_contents{
  display: flex;
}

.trial_contents .pc{
  width: 50%;
}

.trial_contents .pc img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trial_text{
  width: 58%;
  padding: 120px 4.16% 120px 8.32%;
  background: #0079F2;
  color: #FFF;
  text-align: left;
}

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

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

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

.trial_contents ul li{
  height: 65px;
  margin-bottom: 25px;
  padding: 20px 0 20px 0;
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.trial_contents ul li img{
  margin: 0 15px 0 0;
  border-radius: 5px;
}

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

#trial .btn_y{
  width: 270px;
}

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

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

.trial_smartnews_info dt,
.trial_smartnews_info dd {
  font-size: 14px;
  margin: 0 0 15px 0;
}

.trial_smartnews_info dt {
  width: 130px;
  padding: 0;
  font-weight: bold;
}

.trial_smartnews_info dd {
  width: 420px;
  width: calc(100% - 130px);
  padding: 0 25px;
  border-left: 1px solid #fff;
  font-weight: normal;
  line-height: 1.6;
}


/* タグ */
.ul_cate{
  margin: 20px 0 10px;
  display: flex;
  flex-wrap: wrap;
}

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

.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;
  margin-right: 5px;
  padding: 3px 15px 1px;
  letter-spacing: 0.03em;
  line-height: 1.8;
}

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

.ul_cate li a:hover{
  opacity: .6;
  transition: .5s;
  text-decoration: none;
}


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

}

.service_navi_contents{
  margin-top: -90px;
  padding-top: 90px;
}

.service_navi{
  background: #008CFF;
  color: #FFF;
}

.service_navi ul{
  display: flex;
  align-items: center;
  height: 65px;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}

.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: 24px;
  padding-top: 6px;
}

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


.service_navi.fixed{
  position: fixed;/*fixedを設定して固定*/
  z-index: 999;/*最前面へ*/
  top: 0;
  left:0;
  margin-top: 90px;
  width: 100%;
}

.fixed + #service02{
  margin-top: 65px;
}

.service_navi.fadeout{
  position: relative;
  transition: .5s;
}

#service_main {
  padding: 120px 0 100px 0;
  background: url("../img/service_mv.png") no-repeat #F0F8FF;
  background-position: right 6.25% top 100px;
  background-size: 420px;
  text-align: left;
  display: none;
}

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

#service_main h2.h2_01{
  font-size: 3.8vw;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 30px;
}

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

#service .h3_01 {
  color: #424242;
  margin-bottom: 80px;
  font-size: 32px;
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
  line-height: 1.8;
}

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

#service_main .service_contents{
  margin-left: 8.32%;
}

/* service_main_202206 */
#service_main_202206 {
  padding: 120px 0 100px 0;
  background: url("../img/202205/back.jpg") #F0F8FF no-repeat;
  background-position: center;
  background-size: cover;
  text-align: left;
  color: #FFF;
  position: relative;
}

#service_main_202206 h2.h2_01{
  font-size: 3.8vw;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 30px;
}

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

#service_main_202206 p{
  font-family: HelveticaNeueeTextPro-Roman, TazuganeGothicStdN-Book, sans-serif;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.09em;
  margin-bottom: 60px;
}

#service .h3_01 {
  color: #424242;
  margin-bottom: 80px;
  font-size: 32px;
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
  line-height: 1.8;
}

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

#service_main_202206 .service_contents{
  padding-left: 8.32%;
  padding-bottom: 450px;
  margin-bottom: -250px;
  z-index: 100;
  position: relative;
}

#service_main_202206 .service_contents img{
  position: absolute;
  max-width: 440px;
  min-width: 420px;
  margin-left: -8.32%;
}

#service_main_202206 .service_img img{
  max-width: 660px;
  width: 45%;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 4.16%;
}

#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: 40px;
  font-size: 32px;
  font-weight: 600;
}
.col07_01 {
  width: 38.5%;
}
.col07_02 {
  width: 5.7%;
  padding-top: 220px;
}
.col07_03 {
  width: 55.8%;
}
.box11 {
  margin-bottom: 30px;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 13px rgba(191, 191, 191, 0.5);
}
.box11_t01 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}
.box11_t02 {
  margin-bottom: 20px;
  font-size: 17px;
}
.btn07 a {
  display: block;
  width: 240px;
  line-height: 56px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  background: #F4B21B;
  border-radius: 28px;
  transition: .3s;
}
.btn07 a:hover {
  opacity: .8;
  transition: .3s;
}

.service_main_img {
  width: 100%;
  max-width: 911px;
  margin: 0 auto;
}
#service_main02 {
  padding: 40px 0 70px;
}
.service_main02_01 {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
.box02 {
  padding: 50px 19%;
  background: #fff;
  border: 1px solid #06222F;
  border-radius: 8px;
}
.service_main02_01 .box02 p {
  text-align: left;
}
.col01_01 {
  width: 48%;
  margin-right: 4%;
}
.col01_02 {
  width: 48%;
}
.box03 {
  min-height: 395px;
  padding: 20px 35px;
  box-shadow: 0px 2px 13px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
.title04 {
  margin-bottom: 30px;
  font-size: 20px;
}
.title05 {
  margin-bottom: 30px;
  font-size: 20px;
  color: #72AE2D;
}


/* service01 定着 */
#service01{
  /*background: #F5F5F5; 202206*/
  margin-top: 0;
  border-top: 200px solid #FFF;
}

#service01_01 {
  background: #FFFFFF;
  border-radius: 15px;
  margin: -200px 4.16% 0 4.16%;
  padding: 160px 4.16%;
}

#service01_01 p{
  color: #616161;
  margin-bottom: 80px;
  display: block;
}
.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: 160px 0 160px 0;
  text-align: center;
  background: #F5F5F5;
}

#service01_02 ul{
  display: flex;
}

#service01_02 li{
  width: 33%;
  color: #212121;
  font-size: 16px;
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
  line-height: 1.8;
  text-align: center;
  padding-top: 220px;
}

#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: 200px;
}

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

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

#service01_02 p{
  background: url("../img/arrow_gray.svg") no-repeat top 45px center;
  background-size: 32px;
  color: #424242;
  display: block;
  font-size: 28px;
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
  letter-spacing: 0.12em;
  padding-top: 120px;
}


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

#service01_02 p img{
  width: 30px;
  margin: 0 5px 25px 5px;
}


/* Monoxer's Vision */
#service02{
  background: url("../img/vision_bg.png") no-repeat;
  background-size: cover;
  padding: 165px 12.48% 100px;
}

#service02_01{
  padding : 100px 4.16% 120px;
  background: #FFF;
  border-radius: 10px;
  margin-top: -65px;
}

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

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

.service02_text{
  margin : 0 auto;
  padding : 60px 0 0;
}

#service02_01 p{
  color: #212121;
  margin-bottom: 50px;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 2;
}

#service02_01 p:last-child{
  margin-bottom: 0;
}



.col08_01 {
  width: 47.5%;
  margin-right: 5%;
}
.col08_02 {
  width: 47.5%;
}
.h3_04 {
  margin-bottom: 20px;
  font-size: 24px;
  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 20px 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;
  transition: .3s;
}
.box12 a:hover {
  text-decoration: none;
  opacity: .8;
  transition: .3s;
}
.box12_img {
  width: 28.4%;
  margin-right: 4%;
}
.box12_img img {
  width: 100%;
  height: auto;
}
.box12_txt {
  width: 57%;
  margin-right: 10.6%;
  padding: 20px 0;
}
.box12_txt .img_res {
  margin-bottom: 5px;
}
.box12_t01 {
  font-size: 17px;
}
.ul_btn04 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 420px;
  margin: 0 auto;
}
.ul_btn04 li {
  width: 200px;
  margin-right: 20px;
  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;
  transition: .3s;
}
.ul_btn04 li.b01 a {
  background: #F4B21B;
  border: 2px solid #F4B21B;
}
.ul_btn04 li.b02 a {
  color: #5B86E5;
  background: #fff;
  border: 2px solid #5B86E5;
}
.ul_btn04 li a:hover {
  opacity: .8;
  text-decoration: none;
  transition: .3s;
}
#service02_02 {
  margin-bottom: 70px;
  text-align: left;
}
#service02_03 {
  text-align: left;
}
.col09_01 {
  width: 47.6%;
  margin-right: 4.8%;
  margin-bottom: 70px;
}
.col09_02 {
  width: 47.6%;
  margin-bottom: 70px;
  padding-top: 40px;
}
#can05 .col09_02, #reason05 .col09_02 {
  margin-bottom: 50px;
}
.col09_03 {
  order: 2;
  width: 47.6%;
  margin-bottom: 70px;
}
.col09_04 {
  order: 1;
  width: 47.6%;
  margin-right: 4.8%;
  margin-bottom: 70px;
  padding-top: 40px;
}
.no03 {
  display: inline-block;
  margin: 0 20px 10px 0;
}
.no03_txt {
  display: inline-block;
  font-size: 13px;
}
.title10 {
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 32px;
  font-weight: 600;
}
.txt01 {
  margin-bottom: 20px;
  font-size: 13px;
}
.btn08 a {
  display: block;
  width: 142px;
  height: 42px;
  padding-top: 6px;
  text-align: center;
  font-weight: 600;
  color: #5B86E5;
  background: #fff;
  border: 2px solid #5B86E5;
  border-radius: 21px;
  transition: .3s;
}
.btn08 a:hover {
  opacity: .8;
  text-decoration: none;
  transition: .3s;
}
#service02_02 .btn08, #service02_03 .btn08 {
  display: none;
}

.box05 {
  min-height: 450px;
  margin: 15px 0;
  padding: 35px;
  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 p {
  text-align: left;
  font-size: 13px;
}
.p02 {
  margin-bottom: 30px;
  font-size: 13px;
}
.btn03 a {
  display: block;
  width: 300px;
  line-height: 56px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  background: #F4B21B;
  border-radius: 28px;
  transition: .3s;
}
.btn03 a:hover {
  opacity: .8;
  transition: .3s;
}

/* Features */
#service03 {
  margin : 0 auto 150px;
  padding : 160px 0 0;
}

.feature_menu{
  max-width: 1320px;
  margin: 0 auto 120px auto;
  padding : 0 4.16%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.feature_menu a{
  border: 3px solid #009EFF;
  border-radius: 10px;
  color: #212121;
  display: block;
  margin-bottom: 30px;
  padding: 40px;
  text-align: left;
  width: 48.75%;
}

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

.feature_menu a dl{
  background: url("../img/icon_arrow_u_b.svg") no-repeat right;
  background-size: 30px;
}

.feature_menu a dt{
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
  font-size: 20px;
  margin-bottom: 15px;
}

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



.feature{
  padding: 100px 0;
  text-align: left;
  display: flex;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 120px;
}

#feature01::before{
  display: block;
  height: 180px;
  margin-top: -180px;
  content: "";
}

.feature img{
  width: 45.76%;
  object-fit: contain;
}

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

.feature:nth-child(odd) img{
  border-radius: 0px 10px 10px 0px;
}

.feature:nth-child(even) img{
  border-radius: 10px 0px 0px 10px;
}

.feature_content{
  width: 37.44%;
  margin: 0 8.32%;
}

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

.feature_text{
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 1.8;
}


.feature:nth-child(odd) .merit_t{
  background: url("../img/merit_t_w.svg") no-repeat;
  padding-left: 140px;
  margin-bottom: 30px;
  min-height: 150px;
}

.feature:nth-child(even) .merit_t {
  background: url("../img/merit_t_g.svg") no-repeat;
  padding-left: 140px;
  margin-bottom: 30px;
  min-height: 150px;
}

.feature:nth-child(odd) .merit_s{
  background: url("../img/merit_s_w.svg") no-repeat ;
  padding-left: 140px;
  min-height: 150px;
}

.feature:nth-child(even) .merit_s{
  background: url("../img/merit_s_g.svg") no-repeat ;
  padding-left: 140px;
  min-height: 150px;
}

.merit_t dt{
  color: #212121;
}

.merit_t dt,
.merit_s dt
{
  font-size: 16px;
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
  background: url("../img/icon_check_b.svg") no-repeat;
  margin-bottom: 12px;
  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;
}

.ul03 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 20px;
}
.ul03 > li {
  width: 29.8%;
  margin-right: 5.2%;
  margin-bottom: 30px;
}
.ul03 > li:nth-child(3n) {
  margin-right: 0;
}
.ul03 > li a {
  display: block;
  line-height: 1.6;
  text-decoration: none;
  transition: .3s;
}

.ul03 > li a:hover {
  transition: .3s;
}

.ul03 > li img {
  margin-bottom: 20px;
}
.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: 60px 19% 70px;
  border: 4px solid #06222F;
  border-radius: 1px;
}
.box06 .img100 {
  margin-bottom: 20px;
}
.box06 p {
  text-align: left;
}
.color01 {
  color: #D93B3B;
}
.btn04 a {
  display: block;
  width: 300px;
  line-height: 56px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #5B86E5;
  border-radius: 28px;
  transition: .3s;
}
.btn04 a:hover {
  opacity: .8;
  transition: .3s;
}


/* case_study */
#service04 {
  background: url("../img/top_voice_bg.svg") no-repeat #009EFF top;
  background-size: contain;
  border-radius: 10px;
  color: #fff;
  padding: 120px 0;
  position: relative;
  margin: 0 5% 150px 5%;
  z-index: 3;
}

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

#service04_01{
  margin-bottom: 80px;
}

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

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

.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: 32px;
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
  height: 120px;
}

.case_contents:nth-child(2) .case_num{
  background: url("../img/cs_num_01.svg") no-repeat right top -18px;
}

.case_contents:nth-child(3) .case_num{
  background: url("../img/cs_num_02.svg") no-repeat right top -18px;
}

.case_contents:nth-child(4) .case_num{
  background: url("../img/cs_num_03.svg") no-repeat right top -18px;
}

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

.case_contents:nth-child(2) .case_content{
  background: url("../img/cs_icon_01.png") no-repeat top left;
  background-size: 80px;
}

.case_contents:nth-child(3) .case_content{
  background: url("../img/cs_icon_02.png") no-repeat top left;
  background-size: 80px;
}

.case_contents:nth-child(4) .case_content{
  background: url("../img/cs_icon_03.png") no-repeat top left;
  background-size: 80px;
}

.case_text{
  background: #E3F3FF;
  border-radius: 10px;
  color: #424242;
  padding: 24px;
  display: flex;
  position: relative;
}

.case_text:before {
  content: "";
  position: absolute;
  top: 40px;
  left: -20px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-right: 10px solid #E3F3FF;
}

.case_text img{
  width: 280px;
  margin-right: 20px;
  border-radius: 10px;
}

.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;
}


.box13 {
  margin-bottom: 25px;
  padding: 35px 75px;
  color: #06222F;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 13px #385FB5;
}
.col10_01, .col10_02 {
  width: 25.6%;
  margin-right: 11.6%;
}
.col10_03 {
  width: 25.6%;
}
.box13 .img_res {
  margin-bottom: 10px;
}
.col10_t01 {
  font-size: 17px;
  font-weight: 600;
}

#service04 .btn_w{
  margin: 0 auto;
}


/* Introduction Flow */
#service05{
  background:#F5F5F5;
  margin: -220px 0 150px 0;
  padding: 260px 120px 150px 120px;
  position: relative;
}

#service05 img{
  margin: 0 auto 80px auto;
  max-width: 1200px;
}

#service05 .trial_flow{
  background: #FFF;
  border-radius: 10px;
  padding: 60px 60px 30px;
}


#service05 .trial_flow img{
  margin-bottom: 0;
}

.trial_flow h3{
  font-size: 20px;
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
  margin-bottom: 40px;
}

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

#service05 .trial_flow .btn_y{
  margin: 30px auto;
  width: 240px;
}


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

#case_main {
  padding: 120px 0 120px 0;
  background: #F0F8FF;
  text-align: left;
}

#case_main_page1 {
  padding: 120px 0 220px 0;
  background: #F0F8FF;
  text-align: left;
}

.case_top{
  margin-left: 8.32%;
}

.case_top h2{
  color: #424242;
  font-size: 3.8vw;
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
  text-align: left;
  line-height: 1.3;
  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 120px -8.32%;

}

#pickup_case ul.pickup_case{
  width: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: unset;
  margin-left: 15.5%;
  padding-right: 15.5%;
  overflow-x: scroll;
  scrollbar-width: thin;
  scrollbar-color: #ff6347 #fffacd;

}

.pickup_case::-webkit-scrollbar {
  width: 10px;
  height: 9px;
}

.pickup_case::-webkit-scrollbar-thumb {
  background: #424242;
  border-radius: 30px;
  width: 655px;
  height: 9px;
  border: solid 40px transparent;
}

.pickup_case::-webkit-scrollbar-track {
  background: #EEEEEE;
  border-radius: 5px;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  padding-left: 15.5%;
  height: 3px;
}

#pickup_case ul li.pickup_content {
  padding: 10px 0;
  line-height: 2;
  padding-right: 60px;
  min-width: 570px;
  max-width: 570px;
  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: 10px;
  margin-bottom: 20px;
  width: 100%;
  object-fit: cover;
}

#pickup_case ul.pickup_case li.pickup_content:last-child{

}

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

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


/* 導入による効果 */
#pickup_case .top_effect{
  background: #F5F5F5;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 40px;
}

#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;
  display: flex;
  flex-wrap: wrap;
}

#page_case .ul_cate li{
  margin-bottom: 5px;
  margin-right: 5px;
  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;
  opacity: .6;
}


/* 活用事例一覧 */
#case_study_archive{
  padding: 120px 12.48% 150px;
  background: #FAFAFA;
}

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

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


#case_menu{
  max-width: 1020px;
  padding: 40px 60px 30px;
  margin: 0 auto 100px;
  border-radius: 10px;
  background: #FFF;
  display: flex;
  justify-content: space-between;
}

#case_menu h3{
  font-size: 14px;
  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: 20px;
  min-width: 70px;
  text-align: left;
}

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


#case_menu dl{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 14px;
}

#case_menu dt{
  margin-right: 10px;
  width: 90px;
  text-align: left;
  padding-top: 8px;
}

#case_menu .ul_cate{
  margin: 5px;
}

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

#case_study_archive .ul03{
  max-width: 1020px;
  margin: 0 auto 40px;
}

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

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

#case_study_archive .school_name{
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.03em;
  color: #616161
  ;
  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: 80px;
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
  font-size: 32px;
  line-height: 180%;
}

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

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

#news_archive{
  padding: 120px 0 150px;
}

#news_archive .ul03{
  max-width: 1020px;
  margin: -440px 0 0 24.96%;
}

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

#news_archive li a:hover{
  opacity: .6;
}

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

#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: 5px;
  padding: 3px 15px 1px;
  letter-spacing: 0.03em;
  line-height: 1.8;
}

.news_menu{
  padding: 60px;
  padding-right: 55px;
  background: #FAFAFA;
  font-size: 14px;
  line-height: 150%;
  border-radius: 0px 10px 0px 0px;
  top: 120px;
  left: 0;
  width: 240px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  text-align: left;
}

.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;
  height: 34px;
  margin-bottom: 40px;
  display: block;
}

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

.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: 120px 0 230px 0;
  background: #F0F8FF;
  text-align: left;
}

#news_single_main h2{
  font-size: 40px;
  line-height: 130%;
  letter-spacing: 0.12em;
  max-width: 83.3%;
  margin-bottom: 20px;
  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: 5px;
  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: -250px;
}

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

#news_single .pager{
  width: 780px;
  padding: 0;
}

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



/* ======================= */
/*    活用事例  single      */
/* ======================= */
#case_single_main{
  padding: 120px 0 350px 0;
  background: #F0F8FF;
  text-align: left;
}

#case_single_main h2{
  font-size: 40px;
  line-height: 130%;
  letter-spacing: 0.12em;
  max-width: 83.3%;
  margin-bottom: 20px;
  color: #212121;
}

#case_single_main .school_name{
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.06em;
  color: #616161
  ;
  margin-bottom: 10px;
  display: block;
}

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

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

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

#case_body{
  display: flex;
  margin-top: -350px;
}

#case_body .pc{
  width: 29.12%;
  margin-left: 8.32%;
  text-align: left;
}

#page_case .case_l .ul_cate{
  display: block;
}

.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{
  width: 62.4%;
  text-align: left;
}

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

#page_case .case{
  margin-bottom: 120px;
  position: relative;
  text-align: left;
  display: flex;
}

#page_case .entry-body{
  margin: 0 0 60px;
}


/* 活用事例 */
#case_head{
  text-align: left;
  margin: 56px auto 0 auto;
  max-width: 1040px;
}

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

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

#case_study01 {
  padding: 30px 0 120px;
  display: flex;
  text-align: left;
  max-width: 1040px;
  margin: 0 auto;
}


#case_study01 .main{
  width: 70%;
}

#case_study01 .ul03 > li {
  width: 47%;
  margin-right: 3%;
  margin-bottom: 16px;
}

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

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

#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 {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

#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-weight: bold;
  font-size: 15px;
  color: #191919;
}

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

#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;
  height: 75px;
  border-radius: 4px;
  object-fit: cover;
}

#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: 100;
  width: 32px;
  height: 18px;
}


/* 活用事例フッター */
.case-footer{
  margin-top: -70px;
}

.case-footer .main{
  display: flex;
  padding: 80px 0;
}

.case-footer .main img{
  width: 470px;
  height: 208px;
}

.case-footer .text{
  text-align: center;
  margin-left: 80px;
}

.case-footer .h2_03{
  font-size: 32px;
  margin-bottom: 25px;
}

.case-footer .col10_t01{
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 25px;
}


ol {
  list-style-type: none;
  padding: 0;
}

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

#page_seminar li a{
  padding: 12px;
}

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

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

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

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

/* 実施予定のセミナー */
#seminar_schedule{
  margin: -100px auto 0;
  max-width: 1080px;
}

#seminar_schedule .ul03 > li {
  width: 47%;
  margin-right: 60px;
  margin-bottom: 80px;
}

#seminar_schedule li.no_article {
  width: 100%;
  text-align: center;
  margin: 250px 0 120px;
  font-size: 16px;
}

#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;
}

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

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

#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: 14px;
  line-height: 170%;
  letter-spacing: 0.03em;
  color: #424242;
  margin-left: 20px;
}


/* Archive */
#seminar_archive{
  background: #F5F5F5;
  border-radius: 10px;
  padding: 120px 120px 70px;
  max-width: 1200px;
  margin: 0 auto 150px;
}

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

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

#seminar_archive .downloads_content a:hover{
  opacity: .8;
  transition: 1s;
  text-decoration: none;
}

#seminar_archive .downloads_content img {
  border-radius: 10px;
  width: 100%;
  max-width: 480px;
}

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

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

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

/* ============================= */
/*    セミナー  seminar_single    */
/* ============================= */
#seminar_single_main{
  padding: 120px 0 150px 0;
  background: #F0F8FF;
  text-align: left;
  position: relative;
  margin-bottom: -100px;
}

#seminar_single_main h2{
  font-size: 40px;
  line-height: 130%;
  letter-spacing: 0.12em;
  max-width: 83.3%;
  margin-bottom: 20px;
  color: #212121;
}

#seminar_single_main .date{
  font-size: 24px;
  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{
  width: 900px !important;
  height: auto;
  margin: 0 auto 50px;
  border-radius: 10px;
  position: relative;
  z-index: 100;
}

.seminar_entry{
  margin-bottom: 100px;
}

.seminar_entry .btn_y{

}

#seminar_single .case_point ul li{
  margin-bottom: 0;
}

#seminar_single .entry-body{
  margin: 0 auto 150px;
}

#seminar_single .entry-body .case_point h4.effect{
  background: url(../img/icon_talk.svg) no-repeat left;
  background-size: 35px;
  padding-top: 4px;
  margin-top: 40px;
}



/* pickup_seminar 過去のセミナーレポート */
#pickup_seminar{
  background: #F5F5F5;
  border-radius: 10px;
  padding: 120px 120px 70px;
  max-width: 1200px;
  margin: 0 auto 150px;
}

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

#pickup_seminar .pager {
  margin: 0 auto 150px;
  max-width: 1320px;
  padding: 0;
  display: block;
}

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

#pickup_seminar a:hover{
  text-decoration: none;
  transition: background 1s ease-out;
  opacity: .8;
}

#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 {
  margin-bottom: 0;
}

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

#company_main {
  padding: 70px 0 440px;
  margin-bottom: -300px;
  background: #27ADFF url("../img/company_top_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{
  margin-left: 8.32%;
}

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

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

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


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

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

.value_contents{
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

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

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

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

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

.value_contents dl:hover{
  background: #F5F5F5;
  transition: .3s;
}

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

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

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

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

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

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

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

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


#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: 30px;
  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: 0;
  bottom: -50px;
  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 #48BA13;
}

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

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

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

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

.naming_contents{
  display: flex;
  justify-content: center;
  align-items: center;
}

#company_naming img{
  width: 45.76%;
  object-fit: contain;
  border-radius: 0px 10px 10px 0px;
}

.naming_content{
  width: 37.44%;
  margin: 0 8.32%;
  color: #212121;
  font-size: 16px;
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
  line-height: 200%;
  letter-spacing: 0.03em;
  text-align: left;
}

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

.naming_content strong{
  color: #009EFF;
}

/* Exectives 役員 */
#company_executives{
  display: flex;
  justify-content: space-between;
  margin-bottom: 160px;
}

#company_executives .h2_01{
  text-align: left;
  margin-left: 12.48%;
}

.exectives_content{
  margin-right: 120px;
}

.exectives_contents{
  background: #F0F8FF;
  border-radius: 10px 0px 0px 10px;
  width: 720px;
  padding: 100px 120px 50px 0;
  text-align: left;
}

.exectives_contents dl{
  margin-left: -60px;
}

.exectives_contents dd{
  display: flex;
  width: 780px;
  margin-bottom: 50px;
}

.exectives_contents dd img{
  margin-right: 60px;
  border-radius: 5px;
}

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

.exectives_name{
  color: #212121;
  font-size: 20px;
  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: flex;
  justify-content: space-between;
  margin-bottom: 180px;
}

#company_profile .h2_01{
  text-align: left;
  margin-top: 0;
  margin-left: 12.48%;
}

#company_profile table{
  width: 720px;
  margin-right: 8.32%;
  border-top: 2px solid #E0E0E0;
}

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

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

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


/* company_career */
#company_career{
  background: url("../img/company_footer_image.png") no-repeat;
  background-size: cover;
  padding: 160px 0 140px 12.48%;
  color: #FFF;
  text-align: left;
}

#company_career .h2_01{
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  color: #FFF;
}

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

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


#recruit_main {
  padding-bottom: 200px;
}
#recruit_main01 {
  padding: 70px 0 100px;
  color: #fff;
  background: #5B86E5;
}
.title09 {
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: 600;
}
#recruit_main01 .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;
  transition: .3s;
}
.btn06 a:hover {
  opacity: .8;
  transition: .3s;
}
.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: 240px 0 70px;
}
.recruit_main02_01 {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
.box09 {
  min-height: 580px;
  /*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: 60px 0 150px;
}
.recruit01_02 {
  margin-bottom: 30px;
  text-align: left;
}
.h3_03 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}
.ul01 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 12px;
}
.ul01 li {
  width: 320px;
  margin-right: 40px;
  margin-bottom: 20px;
}
.ul01 li:nth-child(3n) {
  margin-right: 0;
}
.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: 37px;
}
.slider01 {
  position: relative;
  width: 920px;
  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 {
  width: 42px;
  height: 42px;
  left: -60px;
  background: url("../img/slide_prev.png") no-repeat;
  background-size: 42px 42px;
  transition: 0.3s;
}
.slick-next {
  width: 42px;
  height: 42px;
  right: -60px;
  background: url("../img/slide_next.png") no-repeat;
  background-size: 42px 42px;
  transition: 0.3s;
}
.slick-prev:before, .slick-next:before {
  content: "";
}
button.slick-prev, button.slick-next {
  z-index: 10;
}
.slick-prev:hover {
  background: url("../img/slide_prev.png") no-repeat;
  background-size: 42px 42px;
  opacity: 0.6;
  transition: 0.3s;
}
.slick-next:hover {
  background: url("../img/slide_next.png") no-repeat;
  background-size: 42px 42px;
  opacity: 0.6;
  transition: 0.3s;
}
.slick-prev:focus {
  background: url("../img/slide_prev.png") no-repeat;
  background-size: 42px 42px;
}
.slick-next:focus {
  background: url("../img/slide_next.png") no-repeat;
  background-size: 42px 42px;
}
.slick-arrow {
  z-index: 10;
}

.recruit01_01 {
  margin-bottom: 10px;
  text-align: left;
}
.recruit01_01 .p01 {
  margin-bottom: 20px;
}
.no02 {
  margin-bottom: 10px;
}
.col05_01 {
  width: 36.6%;
  margin-right: 1.9%;
}
.col05_02 {
  width: 61.5%;
}
.h3_01 {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 600;
}
.ul_btn02 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.ul_btn02 li {
  width: 170px;
  margin-right: 20px;
  text-align: center;
}
.ul_btn02 li:last-child {
  margin-right: 0;
}
.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: 80px 0 115px;
  text-align: left;
}
.img01 {
  margin-bottom: 40px;
}
.img01 img {
  width: 100%;
  height: auto;
}
.h1_01 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 600;
}
.dl02 {
  margin-bottom: 30px;
}
.dl02 dt {
  width: 37.5%;
  line-height: 2;
  font-size: 17px;
  font-weight: 600;
}
.dl02 dd {
  margin: -2.5em 0 10px 38.5%;
  padding-bottom: 15px;
  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: 420px;
  margin: 0 auto;
}
.ul_btn03 li {
  width: 200px;
  margin-right: 20px;
  text-align: center;
}
.ul_btn03 li:last-child {
  margin-right: 0;
}
.ul_btn03 li a {
  display: block;
  width: 100%;
  height: 58px;
  padding-top: 20px;
  border-radius: 28px;
  transition: .3s;
}
.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: 15px;
  right: 25px;
  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;
}
.ul_btn03 li a:hover {
  opacity: .8;
  text-decoration: none;
  transition: .3s;
}


/* ============================== */
/*  　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;
}

/*
.privacy .entry-body h3{
padding-left: 0;
}

.privacy .entry-body h3::before{
display: none;
}*/



/* お問い合わせ */
#contact_main {
  padding: 60px 0 80px;
}

#contact_main .p01{
  font-family: "Avenir Next", Verdana, "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 14px;
}

#contact_main .box08{
  margin-top: 20px;
}
.p03 {
  margin-bottom: 10px;
  font-size: 13px;
  margin-top: -24px;
}
.p03-2 {
  margin-bottom: 30px;
  font-size: 13px;
}
.p03 a{
  color: #5B86E5;
}

.dl01 {
  margin-bottom: 24px;
  text-align: left;
}
.dl01 dt {
  /*margin-bottom: 10px;*/
  font-size: 13px;
  font-weight: 600;
  float:left;
  width: 180px;
}
.dl01 dd {
  margin-bottom: 16px;
  font-size: 15px;
}
.dl01 dt.form-small-title{
  margin-top: 12px;
}
.wpcf7-textarea{
  height: 120px;
}
.req {
  display: inline-block;
  padding: 1px 7px;
  font-size: 10px;
  color: #fff;
  background: #D93B3B;
  border-radius: 4px;
}
.input01 {
  width: 77%;
}
.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;
}
.form_btn01 input:hover {
  opacity: .8;
  transition: .3s;
}
.box08 {
  padding: 40px 60px;
  text-align: left;
  border: 1px solid #06222F;
  border-radius: 8px;
}
.h3_02 {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
}


/* ======================= */
/*      Marketoフォーム     */
/* ======================= */
.mktoForm{
  width: 100% !important;
  font-family: HelveticaNeueeTextPro-Roman, TazuganeGothicStdN-Book, sans-serif;
}

.mktoForm .mktoRadioList{
  width: 700px !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;
  padding: 0 0 40px 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 .mktoFormRow:nth-child(2) .mktoCheckboxList{
  display: flex !important;
  display:-webkit-box !important;
  display:-ms-flexbox !important;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: 400px !important;
  padding: 0;
}

.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;
}

label#LblmktoCheckbox_1169_3{
  padding-right: 100px;
}

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

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


/* 送信ボタン */
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton{
  display: block;
  width: 100%;
  max-width: 300px;
  line-height: 54px;
  margin: 0 auto 20px auto;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #5B86E5 !important;
  background-image: none !important;
  border-radius: 27px;
  transition: .3s;
  border: none !important;
  padding: 0 !important;
}

.mktoButtonRow{
  width: 100%;
}


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

/* downloads-archive */
#downloads_main {
  padding: 120px 0 300px 0;
  background: #F0F8FF;
  text-align: left;
}

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

#downloads_main h2.h2_01{
  color: #424242;
  font-size: 3.8vw;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 30px;
}

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

#service .h3_01 {
  color: #424242;
  margin-bottom: 80px;
  font-size: 32px;
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
  line-height: 1.8;
}

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

#downloads_main .service_contents{
  margin-left: 8.32%;
}


/* downloads_contents */
#downloads_contents{
  background: url("../img/top_voice_bg.svg") no-repeat #009EFF top;
  background-size: contain;
  border-radius: 10px;
  color: #fff;
  padding: 120px 8.32% 20px;
  position: relative;
  margin: -200px 5% 150px 5%;
  z-index: 3;
}

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

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

.downloads_content{
  max-width: 1080px;
  margin: 0 auto 100px;
  text-align: left;
  display: flex;
}

.downloads_content img{
  border-radius: 10px;
  width: 100%;
  max-width: 480px;
}

.downloads_text{
  text-align: left;
  margin-left: 60px;
  width: 100%;
  max-width: 540px;
}

.downloads_text span{
  color: #FFFFFF;
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
  font-size: 24px;
  line-height: 180%;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
  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_text a.btn_w{
  width: 300px;
}

.downloads_text a.btn_w:hover{
  opacity: .8;
  transition: .1s;
}

/* downloads-single */
#downloads .entry-body{
  display: flex;
  background: #F0F8FF;
  text-align: left;
  padding: 120px 8.32%;
  margin: 0;
  max-width: none;
}

#downloads .entry-body .form_l{
  margin-right: 8.32%;
  width: 37.44%;
}

#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-size: 40px;
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
  line-height: 150%;
  letter-spacing: 0.12em;
}

#downloads .downloads_point{
  padding: 30px;
  background: #FFFFFF;
  border-radius: 10px;
  margin: 30px 0 40px;
  width: 100%;
}

#downloads .downloads_point 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: 7px;
  padding-left: 40px;
  display: block;
  height: 30px;
  margin-bottom: 25px;
  line-height: 100%;
  letter-spacing: 0.06em;
}

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

#downloads img{
  border-radius: 10px;
  width: 100% !important;
}

#downloads .marketo_form{
  background: #FFF;
  border-radius: 10px;
  padding: 60px;
  position: relative;
  margin-bottom: 60px;
}

#downloads .form_r{
  width: 54.08%;
}

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

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

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

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

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

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

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


/* downloads_marketo */
#downloads .mktoForm{
  font-family: HelveticaNeueeTextPro-Roman, TazuganeGothicStdN-Book, sans-serif !important;
}

#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[type=text],
#downloads .mktoForm input[type=url],
#downloads .mktoForm input[type=email],
#downloads .mktoForm input[type=tel],
#downloads .mktoForm input[type=number],
#downloads .mktoForm input[type=date],
#downloads .mktoForm textarea.mktoField,
#downloads .mktoForm select.mktoField{
  padding: 12px 20px !important;
  border: 1px solid #BDBDBD;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 40px;
  width: 100% !important;
}

#downloads .mktoForm textarea.mktoField{
  height: 150px;
}

/*　必須アイコン */
#downloads .mktoForm .mktoAsterix {
  visibility: hidden;
  position: absolute;
  top: -6px;
}

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

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

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

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

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

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


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

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

}

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

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

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

#downloads .mktoFormRow:nth-child(2){
  margin-right: 30px;
}

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

#downloads .mktoFormRow:nth-child(3) label.mktoLabel{
  width: 30px !important;
}

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

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


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

/* mktoForm_1066 お問い合わせ内容 */
#downloads #mktoForm_1066.mktoForm .mktoFormRow:nth-child(2){
  width: 100%;
}

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

#downloads #mktoForm_1066.mktoForm .mktoFormRow:nth-child(2){
  margin-right: 30px;
}

/* mktoForm_1066 お名前 */
#mktoForm_1066.mktoForm .mktoFieldWrap:nth-child(3),
#mktoForm_1066.mktoForm .mktoFormRow:nth-child(4){
  width: 100%;
  max-width: 400px;
}

#downloads #mktoForm_1066.mktoForm .mktoFormRow:nth-child(3),
#downloads #mktoForm_1066.mktoForm .mktoFormRow:nth-child(4){
  width: 45%;
  float: left;
  clear: none !important;
}

#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{
  width: 30px !important;
}

#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;
}

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

#mktoForm_1066.mktoForm .mktoFormRow:nth-child(3),
#mktoForm_1066.mktoForm .mktoFormRow:nth-child(4){
  width: 400px;
  float: left;
  clear: none !important;
}

#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(4) label.mktoLabel{
  width: 30px !important;
}

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

/* 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 お名前 */
#downloads #mktoForm_contact.mktoForm .mktoFormRow:nth-child(2) .mktoAsterix{
  left: 45px;
}

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

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

/* mktoForm_contact お問い合わせ内容 */
#downloads #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 .mktoForm .mktoButtonWrap.mktoSimple .mktoButton{
  width: 180px;
  line-height: 52px;
  margin: 0 auto 20px auto;
  text-align: center;
  text-decoration: none;
  background-color: #009EFF !important;
  background-image: none !important;
  border: none !important;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-family: sans-serif !important;
  font-size: 15px;
  line-height: 150%;
  transition: .3s;
  padding: 0 !important;
  height: 52px;
}

.mktoButtonWrap{
  margin: 0 !important;
}

#downloads .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  text-decoration: none;
  background: #0079F2;
}



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

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

#downloads .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;
}

/* thanks */
#thanks .entry-body{
  background: #F0F8FF;
  text-align: left;
  padding: 120px 8.32% 0;
  height: 100vh;
  margin: 0;
  max-width: 100%;
}

#thanks h1.entry-title{
  color: #212121;
  font-size: 40px;
  font-family: HelveticaNeueeTextPro-Bold, TazuganeGothicStdN-Bold, sans-serif;
  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 30px;
  transition: .3s;
}

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

#thanks .btn_b:hover {
  text-decoration: none;
  background: #0079F2;
}


/* wordpress */
.page-header {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 70px 0 30px;
}
h1.page-header_pageTitle {
  font-size: 24px;
}
.siteContent {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 50px;
  text-align: left;
}

.breadSection{
  margin-left: 4.16%;
}

.breadcrumb{
  max-width: 100%;
  margin: 0 auto 50px;
  margin-bottom: 60px;
  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: 13px;
}
.entry-meta {
  margin-bottom: 10px;
  font-size: 11px;
}
h1.entry-title {
  margin-bottom: 20px;
  font-size: 24px;
}
.postList .media {
  margin-bottom: 50px;
}
.subSection-title {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 18px;
  border-bottom: 1px dotted #ccc;
}
.subSection .media {
  margin-bottom: 20px;
}
.subSection ul {
  margin-bottom: 20px;
}
.entry-body {
  margin-bottom: 60px;
}

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

.entry-body p.note{
  font-size: 14px;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #616161;
}


.entry-body h2 {
  margin-bottom: 10px;
  font-size: 24px;
}
.entry-body ul {
  margin: 0 0 1em 2em;
}
.entry-body ul li {
  line-height: 2;
  list-style: disc;
}

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


/* 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;
}


/* 汎用スタイル---------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.img100 img {
  width: 98%;
  height: auto;
}
.container-special-banner{
  display:flex;
}
.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);
}


/*sp-specific style*/
.sp-specific {
  display: none !important;
}
/*.lp common link*/
.lp-common__link-container {
  display: flex;
  position: relative;
  justify-content: center;
}
.lp-common__link-item {
  width: 320px;
  height: 80px;
  border-radius: 40px;
  display: block;
  line-height: 80px;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 600;
}

.lp-common__link-item:nth-child(1) {
  background-color: #f4b21b;
  margin: 0 auto;
  box-shadow: 0px 7px rgba(205,137,30,1);
}

.lp-common__link-item:hover {
  color: #06222F;
  box-shadow: none;
  transform: translate3d(0, 3px, 0);
}

.lp-common__link-item:nth-child(2) {
  background-color: #d93b3b;
  color: #fff;
}
/*.lp common example list*/
.lp-common__example-list {
  display: flex;
  justify-content: center;
  position: relative;
}
.lp-common__example-item {
  width: 310px;
  padding: 40px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.3);
  margin-right: 55px;
}
.lp-common__example-item:last-child {
  margin-right: 0;
}
.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%;
  height: 740px;
  position: relative;
  background-color: #5b86e5;
  padding: 24px 40px 0;
}
.lp .keyvisual__title {
  padding-top: 40px;
  color: #fff;
}
.lp .keyvisual__title p {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 3.0px;
  line-height: 32px;
}
.lp .keyvisual__title h1 {
  font-size: 64px;
  line-height: 80px;
  font-weight: 600;
  letter-spacing: 2.4px;
}
.lp .keyvisual__main-image-container {
  max-width: 936px;
  margin: 0 auto;
}
.lp .keyvisual__main-image {
  width: 100%;
}
.lp .keyvisual__image--left {
  position: absolute;
  left: 0;
  bottom: 0;
}
.lp .keyvisual__image--right {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 40px 40px 0;
  cursor: pointer;
  z-index: 20;
}
.lp .keyvisual__link-container {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-bottom: 57px;
  transform: translateX(-50%);
}
.lp .keyvisual__link-item {
  width: 200px;
  height: 56px;
  border-radius: 30px;
  display: block;
  line-height: 56px;
  font-size: 15px;
  font-weight: 600;
}
.lp .keyvisual__link-item:nth-child(1) {
  background-color: #f4b21b;
  margin-right: 24px;
}
.lp .keyvisual__link-item:nth-child(2) {
  background-color: #d93b3b;
  color: #fff;
}

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

.lp #lp_keyvisual_202206 .lp_keyvisual_content{
  background: url("../img/202205/top_image_pc.png") no-repeat bottom;
  background-size: 100%;
  min-height: 530px;
  width: 100%;
  max-width: 1375px;
  margin: 70px auto 0;
  text-align: center;
  padding: 30px 0 75px;
  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;
}

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

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

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

.lp #lp_keyvisual_202206 .btn{
  position: relative;
  margin: 20px 0 0 0;
}

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

.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_text{
  margin: 5px 0 0 0;
  font-size: 16px;
  color: #fff;
}

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

/* contact-lp用 */
#main-contact-lp {
  width: 100%;
  margin: 0 auto;
  display: flex;
  font-family: "Avenir Next", Verdana, "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
}
#main-contact-lp .h3_02{
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
}

#main-contact-lp .p01{
  font-size: 13px;
  font-family: "Avenir Next", Verdana, "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
}

.document-image{
  background-color:#eeeeee;
  width: 400px;
  padding-top: 80px;
  margin-right: 60px;
  height: 1600px;
}

.contact-main{
  width: 56%;
  padding-top:48px;
}

.contact-lp-box08{
  margin:0 0 32px;
}

/* contact-lp用ここまで */

.issue-section {
  position: relative;
  padding: 0 40px 70px;
}
.issue-section__heading {
  max-width: 1040px;
  margin: 80px auto;
  padding: 50px 72px 48px;
  border-radius: 8px;
  border: solid 1px #06222f;
}
.issue-section__announce-text {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1.45px;
}
.issue-section__heading h2 {
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1.45px;
}
.issue-section__description {
  width: 640px;
  margin: auto;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.90px;
  text-align: left;
}
.issue-section__title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 36px;
}
.issue-section__example-list {
  margin-bottom: 41px;
}
.pros-section {
  padding: 66px 40px 56px;
  background-color: #5b86e5;
}
.pros-section h2{
  margin-bottom: 13px;
  font-size: 48px;
  font-weight: 600;
  color: #fff;
}
.pros-section__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  -moz-flex-direction: column;
}
.pros-section__item {
  display: flex;
  max-width: 1040px;
  border-radius: 8px;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  margin-bottom: 24px;
}
.pros-section__item:last-child {
  margin-bottom: 40px;
}
.pros-section__item img {
  width: 100%;
}
.pros-section__image-container {
  flex-basis: 50%;
  flex-shrink: 0;
}
.pros-section__item:nth-of-type(1) .image-container-inner {
  padding-top: 34px;
  width: 76%;
  margin: 0 auto;
  /* padding: 34px 31px 46px 50px; */
}
.pros-section__item:nth-of-type(2) .image-container-inner {
  padding-top: 59px;
  width: 76%;
  margin: 0 auto;
  /* padding: 34px 31px 46px 50px; */
}
.pros-section__item:nth-of-type(3) .image-container-inner {
  padding-top: 34px;
  /* width: 76%; */
  width: 44%;
  margin: 0 auto;
  /* padding: 34px 31px 46px 50px; */
}
.pros-section__text-container {
  flex-basis: 50%;
  flex-shrink: 0;
  text-align: left;
  padding-top: 42px;
  padding-bottom: 80px;
  padding-right: 31px;
}
.pros-section__num {
  font-style: italic;
  font-size: 80px;
  font-weight: 600;
  color: #72ae2d;
  line-height: 1.35;
}
.pros-section__item-title {
  margin-right: -3px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 1.8px;
  margin-bottom: 21px;
}
.pros-section__item-description {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.54;
  letter-spacing: 0.72px;
}
.feature-section {
  background-color: #5b86e5;
  padding: 0 40px 80px;
}
.feature-section h2 {
  margin-bottom: 15px;
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  line-height: 1.33;
  letter-spacing: 1.45px;
}
.feature-section__content {
  max-width: 1040px;
  margin: 0 auto;
  padding: 60px 90px 80px;
  border-radius: 8px;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.feature-section__content-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 32px;
  line-height: 48px;
}
.feature-section__list {
  display: flex;
  margin: 29px 0 34px;
}
.feature-section__item {
  margin: 29px 21px 0 0;
  font-size: 15px;
  font-weight: 400;
}
.feature-section__item-image-container {
  width: 120px;
  height: 120px;
  margin: 0 auto 8px;
}
.feature-section__item-image-container img {
  width: 100%;
}
.feature-section__item:last-child {
  margin: 29px 0 0;
}
.feature-section__item p {
  font-size: 15px;
}
.user-voice-section {
  max-width: 1040px;
  padding: 80px 40px;
  margin: auto;
  box-sizing: content-box;
}
.user-voice__title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 23px;
}
.user-voice-section__example-list {
  margin-bottom: 24px;
}
.user-voice-section__example-item-wide {
  padding: 20px 40px 20px 20px;
  display: flex;
  border-radius: 8px;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 24px;
}
.user-voice-section__example-item-wide:last-child {
  margin-bottom: 0;
}
.user-voice-section__image-container {
  flex-basis: 33%;
  flex-shrink: 0;
  margin-right: 40px;
}
.user-voice-section__image-container img {
  width: 100%;
}
.user-voice-section__person-label {
  margin-bottom: 7px;
  text-align: left;
  font-size: 13px;
  font-weight: 300;
}
.user-voice-section__person-voice {
  text-align: left;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.88;
  letter-spacing: 0.85px;
}
.price-section {
  padding: 80px 40px;
  background-color: #5b86e5;
}
.price-section__title {
  color: #fff;
  font-size: 24px;
}
.price-section__img-container {
  max-width: 1040px;
  border-radius: 8px;
  padding: 40px;
  margin: 29px auto 20px;
  background-color: #fff;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.3);
}
.price-section__img-container-inner {
  max-width: 683px;
  margin: 0 auto;
}
.price-section__img-container-inner img {
  width: 100%;
}
.price-section__announce {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin: 24px;
  letter-spacing: 1.6px;
}
.faq-section {
  max-width: 1040px;
  padding: 83px 40px;
  margin: 0 auto;
}
.faq-section__title {
  font-size: 24px;
}
.faq-section__cotainer {
  margin: 21px 0 40px;
  text-align: left;
  font-size: 17px;
}
.faq-section__raw {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
  line-height: 1.41;
  letter-spacing: 1px;
}
.faq-section__raw p:first-child {
  margin-right: 24px;
  font-size: 40px;
  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-1{
  margin-top: 12px;
  color: #7F7F7F;
}
p.lp-btn-transition-2{
  margin-top: 12px;
  color: #ffffff;
}


/* セミナーヘッダー */
.case-header{
  background: #F7F7F7;
  padding: 50px;
  margin-bottom: 40px;
  text-align: left;
}

.case-header-box{
  max-width: 1300px;
  display: flex;
  margin: 0 auto;
  vertical-align: middle;
  align-items: center;
}

.case-header img{
  width: 700px;
  height: 392px;
  margin-right: 20px;
  object-fit: contain;
}

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

.case-header-content h1{
  font-weight: 400;
  font-size: 32px;
  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;
  padding: 6px 10px;
  font-size: 12px;
  background: #DFE9FF;
  border-radius: 5px;
  color: #333;
  font-weight: normal;
  margin-bottom: 4px;
}

.case-header .date{
  margin-bottom: 10px;
  display: block;
}

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

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

/* 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;
  padding: 0;
  margin-bottom: 0;
}

#stande-listbox li.StandeStyle-otherInfo{
  padding: 0;
  margin-bottom: 0;
}

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

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

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

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

.error_top .btn_y{
  margin: 0 auto 20px;
  width: 325px;
}
