@charset "utf-8";
/*================================
bace css
================================*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,section,article,aside,hgroup,header,footer,nav,dialog,figure,menu,video,audio,mark,time,canvas,details {    margin: 0;    padding: 0;    border: 0;    font-size: 100%;    background: transparent;    -webkit-box-sizing: border-box;    box-sizing: border-box;}
a {
    color: #000;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
	display: inline-block;
}
a img{
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
}
section,article,aside,hgroup,header,footer,nav,dialog,figure,figcaption {
	display: block;
}
input,select {
    vertical-align: middle;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
  min-width: 1100px;
  overflow-x: scroll;
  line-height: 1.8;
	-webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
	background: #fff;
  color: #000;
}
img {
	max-width: 100%;
	margin: auto;
}
ul,
li,
dl,
dt,
dd,
form {
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style: none;
    letter-spacing: normal;
    /* For IE 6/7 */
    *display: inline;
    *zoom: 1;
}
li::marker {
    margin: 0;
    padding: 0;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
ins {
    /* remember to highlight inserts somehow! */
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    /* markup tables with 'cellspacing="0"' */
    border-collapse: collapse;
    border-spacing: 0;
}
.alc {
    text-align: center !important;
}
.all {
    text-align: left !important;
}
.alr {
    text-align: right !important;
}
.floatL {
    float: left;
}
.floatR {
    float: right;
}
.clr {
    zoom: 1;
}
.clr:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
}
.clearboth {
    clear: both !important;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.bold {
  font-weight: bold;
}

/*================================
全体
================================*/
.gray_box{
  width:100%;
  background-color: #f4f4f4;
  padding: 20px 3%;
  margin-bottom: 60px;
}
.gray_box p{
  font-size: 16px;
  line-height: 2;
}
.gray_box p span{
  color: #ec6c00;
}
.contents:not(:last-of-type) {
  margin-bottom: 120px;
}
.contents:last-of-type {
  margin-bottom: 160px;
}
.contents_flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	margin-top: 2em;
}
.contents_flex_3column{
  width: calc((100% - 40px) / 3);
  -webkit-box-shadow: 0 0px 5px 0 rgba(0, 0, 0, .2);
          box-shadow: 0 0px 5px 0 rgba(0, 0, 0, .2);
  padding: 20px 2em;
  margin-bottom: 20px;
}
.contents_flex_ttl{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: dotted 1px #807c7c;
  margin-bottom: 20px;
}
.contents_flex_ttl span{
  color: #ec6c00;
}
.list_note li {
  position: relative;
  padding-left: 1em;
}
.list_note li::before {
  content: "※";
  font-size: .8em;
  position: absolute;
  top: .25em;
  left: 0;
}
.text_note {
  position: relative;
  padding-left: 1em;
}
.text_note::before {
  content: "※";
  font-size: .8em;
  position: absolute;
  top: .25em;
  left: 0;
}

/*================================
　新・フロント支援
================================*/
.front-support_mv {
  width: 100%;
  height: 250px;
  background: url(../img/project/front-support_mv.jpg) top center / cover;
}
.mv-icon {
  display: inline-block;
  padding-top: 35px;
  position: relative;
}
.mv-icon::before {
  content: "";
  background-image: url("../img/project/front-support_icon.svg");
  display: inline-block;
  width: 80px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(0) translateX(-50%); 
}
.mgb20 {
  margin-bottom: 20px;
}
.mgb80 {
  margin-bottom: 80px;
}
.gray_box .contents_flex li {
  background-color: #fff;
}

/*================================
　試験対策支援サービス
================================*/
.front-exam_mv {
  width: 100%;
  height: 250px;
  background: url(../img/project/front-exam_mv.jpg) top center / cover;
}
.border-box01 {
  border: 1px solid #ec6c00;
  padding: 2%;
  margin: 2rem 0;
}
.orange {
  color: #ec6c00;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.max-w600 {
  max-width: 600px;
  margin: auto;
}
.max-w550 {
  max-width: 550px;
  width: 100%;
  margin: auto;
}
.wrap-box01 {
  display: block;
  margin-bottom: 40px;
}
.table01 {
  width: 100%;
}
.table01 th,
.table01 td {
  border: solid 1px #ccc;
  padding: 10px;
}
.yel_cell {
  background-color: #fcefcb;
  font-weight: bold;
}
.w-5 {
  width: 5%;
}
.w-10 {
  width: 10%;
}
.w-15 {
  width: 15%;
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-30 {
  width: 30%;
}
.w-35 {
  width: 35%;
}
.wrap-box-ttl01 {
  color: #ec6c00;
  border-bottom: 1px solid #ec6c00;
  margin-bottom: 10px;
  font-size: 17px;
}
.list-dot01 > li {
  position: relative;
  padding-left: 1em;
}
.list-dot01 > li:before {
  content: "";
  position: absolute;
  top: .65em;
  left: 0;
  width: .6em;
  height: .6em;
  border-radius: 50%;
  background-color: #ec6c00;
}

.link-list01 li a {
  position: relative;
  padding-left: 1em;
  transition: all 0.2s ease;
}
.link-list01 li a::before,
.link-list01 li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: .6em;
  height: 2px;
  border-radius: 9999px;
  background-color: #ec6c00;
  transform-origin: calc(100% - 1px) 50%;
}
.link-list01 li a::before {
  transform: rotate(45deg);
}
.link-list01 li a::after {
  transform: rotate(-45deg);
}
.link-list01 a {
  color: #ec6c00;
  font-weight: bold;
}
.link-list01 a:hover::before,
.link-list01 a:hover::after {
  left: 2px;
  transition: all 0.2s ease;
}

@media only screen and (min-width: 1025px) {
  .pc-center-txt {
    text-align: center;
  }
  .gray_box .contents_flex li:last-of-type {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  body {
    min-width: 100%;
  }
  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }

  .gray_box {
    padding: 10px 3%;
    margin-bottom: 60px;
  }
  .contents{
    margin-bottom: 100px;
  }
  .contents:not(:last-of-type) {
    margin-bottom: 100px;
  }
  .contents:last-of-type {
    margin-bottom: 120px;
  }
  .contents_flex_2column {
    width:100%;
    padding: 20px 4%;
    margin-bottom: 30px;
  }
  .contents_flex_3column {
    width:48%;
    padding: 15px 1em;
  }

  /*================================
　　新・フロント支援
	================================*/
  .front-support_mv h1{
    font-size: 20px;
  }
  .dmane_org_btn {
    font-size: 16px;
    width: 98%;
    padding: 16px 0 14px;
  }
  .mv-icon {
    padding-top: 30px;
  }
  .mv-icon::before {
    width: 55px;
  }
  
  /*================================
　　試験対策支援サービス
	================================*/
  .front-exam_mv h1 {
    font-size: 20px;
  }
}
/*max-width 1024px*/


@media only screen and (max-width: 767px) {
  .contents_flex_3column {
    width:100%;
    padding: 15px 1em;
  }
  /*================================
   試験対策支援サービス
  ================================*/
  .sp-s_w550 {
    max-width: 550px;
    margin: auto;
  }
  .table01 {
    
    font-size: 14px;
  }
  .table01 th, .table01 td {
    padding: 10px;
    padding: 5px;
  }
}
/*max-width 767px*/