@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a{
  color:#000;
  text-decoration: none;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
input[type="text"], button, textarea, select{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form{
  margin: 0;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
i{
    padding-right: 10px;
}
a{
    text-decoration: none;
    color: #000;
}
/*/////////////////////////////*/
/*   common / layaut           */
/*/////////////////////////////*/
*{
  box-sizing: border-box;
}
html { font-size: 62.5%; } /* 10px */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.6rem;
  line-height: 1.8em;
  width: 100%;
  color: #000000;
  background: #FFFFFF;
}

.container{
   width: 100%;
   overflow: hidden;
}
.content{
   width: 100%;
}
.content__inner{
  width: 980px;
  margin:0 auto;
  padding: 50px 0;
}
.content__inner__restructure{
  width: 980px;
  margin:0 auto;
  padding: 2px 50px;
}
.header{
  background: #FFFFFF;
  padding: 10px 0;
}
.footer{
  padding: 10px 0;
}


@media screen and (max-width: 979px) {
.content__inner{
  width: auto;
  margin:0 20px;
}
.content__inner__restructure{
  width: 100%;
  margin: -5px auto;
  padding: 0;
}
}
@media screen and (max-width: 420px) {
body {
  font-size: 1.4rem;
  line-height: 1.6em;
}
.content__inner{
  width: auto;
  padding: 30px 0;
  margin:0 10px;
}
.content__inner__restructure{
  width: 100%;
  margin: -18px auto;
  padding: 2px 0;
}
}
/*/////////////////////////////*/
/*           header            */
/*////////////////////////////*/
.header .content__inner{
  padding: 0;
}
.header__logo{
  float: left;
  font-size: 1.2rem;
  line-height: 1em;
}
.header__logo img{
  width: 180px;
}
.header__block{
  float: right;
}
.header__block__text{
   display: block;
   float: left;
   line-height: 1.4em;
   margin: 15px 5px 0 0;
   color: #202080;
   font-weight: bold;
   text-align: right;
}
.header__block__btn{
  display: block;
  float: left;
  padding: 10px 0;
  text-align: center;
  width: 200px;
  background: #8CCC15;
  border-radius: 3px;
  box-shadow: 0 5px 0 #0CAA1E;
  color: #FFFFFF;
  line-height: 1.5em;
  font-weight: bold;
  transition: all 0.1s;
}

.header__block__btn:hover{
background: #0CAA1E;
  box-shadow: none;
  transform: translateY(5px);
}

.header__block__btn img{
  width: 18px;
  margin: 0 10px -8px 0;
}

@media screen and (max-width: 979px) {

}
@media screen and (max-width: 719px) {
.header__block__text{
   font-size: 1.4rem;
}
.header__block__btn{
  width: auto;
  padding: 15px 7px 15px 15px;
}
.header__block__btn__none{
 display: none;
 text-align: center;
}
}
@media screen and (max-width: 420px) {
.header__block__text{
  display: none;
}
}
/*/////////////////////////////*/
/*        footer               */
/*/////////////////////////////*/

.copyright{
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {


}
@media screen and (max-width: 420px) {

}
/*/////////////////////////////*/
/*       content                */
/*/////////////////////////////*/

.content__headline {
  font-size: 3.0rem;
  color: #202080;
  font-weight: bold;
  border-bottom: solid 6px #202080;
  position: relative;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
}
.content__headline img{
  height: 40px;
  margin: 0 10px 0 0;
}
.content__headline:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 6px #8CCC15;
  bottom: -6px;
  width: 20%;
}

@media screen and (max-width: 420px) {
.content__headline {
 font-size: 2.0rem;
  border-bottom: solid 3px #202080;
}
.content__headline img{
  height: 30px;
}
.content__headline:after {
  border-bottom: solid 3px #8CCC15;
  bottom: -3px;
}
}
/*トップページ*/

.mainVisual{
  height: 300px;
  background: url(images/bg01.png);
  background-size: cover;
  background-position: center center;
  color: #FFFFFF;
  text-align: center;
  padding: 20px 0;
  font-size: 2.4rem;
  line-height: 25px;
  font-weight: bold; 
  text-shadow: 0 3px 3px #000000;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.mainVisual__maintext{
   font-size: 4.8rem;
   line-height: 48px;
   margin: 0 0 30px 0;
}

.mainVisual__maintext__strong{
  font-size: 4.0rem;
}

.mainVisual__maintext__restructure{
   height: 3.5em;
   font-size: 3.3rem;
   line-height: 48px;
   margin: 17px 0;
   padding: 2px 30px;
   color: #ffe699;
}
.mainVisual__maintext__restructure__strong{
   font-size: 4.8rem;
   line-height: 60px;
   margin: 0 0 30px 0;
   color: #ffe699;
}
.mainVisual__restructure__left{
   text-align: left;
}
.mainVisual__restructure__right{
   text-align: right;
}
.mainVisual__restructure__p{
   font-size: 100%;
   font: inherit;
   text-align: center;
   line-height: 1.8em;
   margin: 0;
   color: #ffffff;
}




@media screen and (max-width: 979px) {
.mainVisual{
  height: 330px;
  font-size: 2.0rem;
}
.mainVisual__maintext{
   font-size: 4.5rem;
   line-height: 40px;
}
.mainVisual__maintext__strong{
  font-size: 3.0rem;
}
.mainVisual__maintext__restructure{
   height: 4.0em;
   line-height: 65px;

}
.mainVisual__maintext__restructure__strong{
   font-size: 3.8rem;
}
.mainVisual__restructure__left{
   text-align: center;
}
.mainVisual__restructure__right{
   text-align: center;
}
.mainVisual__restructure__p{
   line-height: 2.5em;
}
}
@media screen and (max-width: 800px) {
  .csBtmCont {
    background-color: #efefef;
    margin-top: 40px; 
    position: relative;}
    .csBtmCont .slashTitle {
      background-color: #363195;
      color: #fff;
      padding: 0.5em;
      font-size: 18px;
      font-weight: 400;
      margin-left: 0;
      width: 100%;
      text-align: center;
      line-height: 1.5;
      font-size: 18px;
      font-weight: 400;
      margin-left: 0;
      width: 100%;
      text-align: center;
      line-height: 1.5; }
    .csBtmCont p {
      padding: 20px 10px 0; }
    .csBtmCont .tnlist {
      padding: 0 10px 20px 10px; }
  .csBtmCont {
    background-color: #efefef; }
}

  .csOptext {
    margin-top: 30px;
    padding: 20px;
    border: 3px solid #363195;
    font-size:18px;
    color:#202080;}

  .csOph2 {
      font-weight: 700;
      position: relative;
      padding: 15px 5px 15px 25px;
      margin-top: 2em;
      background-color: #363195;
      color: #fff;
      line-height: 1.3;
      font-size: 22px; }
      .csOph2:after {
        content: "";
        display: block;
        width: 3px;
        height: calc(100% - 10px);
        background-color: #fff;
        position: absolute;
        bottom: 5px;
        left: 10px; }

  .csOph2ctn {
    margin-top: 30px;
    padding: 20px;
    font-size:18px;
    color:#ffffff;
    background-color:#5b9bd5;
    text-align: center; 
    font-weight: 700;}

  .csOpmalist {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    text-align:center;
    max-width:90%;
    justify-content: center}
    .csOpmalist .item {
      width: calc((95% - 20px) / 2);
      margin-top: 20px;
      border: 1px solid #a0a0a0;
      padding: 28px; }
      .csOpmalist .item span {
        display: block;
        width: 100%; }
        .csOp.malist .item span.txt {
          font-size: 18px; }
        .csOpmalist .item span.img img {
          max-width: none;
          width: 100%;
          height: auto; }
        .csOpmalist .item:nth-of-type(even) {
          margin-left: 20px; }

  .csOpgrayBg01 {
    background-color: #efefef;
    margin-top: 40px;
    padding: 20px;
    font-weight: bolder;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;}

  .csOpalignC {
    text-align: center !important; }

@media screen and (min-width: 801px) {
  .csBtmCont {
    background-color: #efefef;
    margin-top: 30px;
    padding: 0 30px 30px;
    position: relative;
    left: 53%;
    transform: translateX(-53%)}
    .csBtmCont .slashTitle {
      transform: skewX(-35deg) translateY(-50%) translateX(55px);
      background-color: #363195;
      color: #fff;
      padding: 10px 1.5em;
      position: relative;
      font-size: 22px;
      font-weight: 700;
      margin-left: 0;
      width: 85%;
      text-align: center; }
      .csBtmCont .slashTitle strong {
        font-size: 1.5em; }
      .csBtmCont .slashTitle span {
        transform: skewX(35deg);
        display: block;}
}

  .csOptext {
    margin-top: 30px;
    padding: 20px;
    border: 3px solid #363195;
    font-size:18px;
    color:#202080;}

  .csOph2 {
      font-weight: 700;
      position: relative;
      padding: 15px 5px 15px 25px;
      margin-top: 2em;
      background-color: #363195;
      color: #fff;
      line-height: 1.3;
      font-size: 22px; }
      .csOph2:after {
        content: "";
        display: block;
        width: 3px;
        height: calc(100% - 10px);
        background-color: #fff;
        position: absolute;
        bottom: 5px;
        left: 10px; }

  .csOph2ctn {
    margin-top: 30px;
    padding: 20px;
    font-size:18px;
    color:#ffffff;
    background-color:#5b9bd5;
    text-align: center; 
    font-weight: 700;}

  .csOpmalist {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    text-align:center;
    max-width:90%;
    justify-content: center}
    .csOpmalist .item {
      width: calc((95% - 20px) / 2);
      margin-top: 20px;
      border: 1px solid #a0a0a0;
      padding: 28px; }
      .csOpmalist .item span {
        display: block;
        width: 100%; }
        .csOp.malist .item span.txt {
          font-size: 18px; }
        .csOpmalist .item span.img img {
          max-width: none;
          width: 100%;
          height: auto; }
        .csOpmalist .item:nth-of-type(even) {
          margin-left: 20px; }

  .csOpgrayBg01 {
    background-color: #efefef;
    margin-top: 40px;
    padding: 20px;
    font-weight: bolder;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;}

  .csOpalignC {
    text-align: center !important; }


@media screen and (max-width: 800px) {
.mainVisual{
  height: 260px;
  font-size: 1.4rem;
  line-height: 1.8em;
}

.mainVisual__maintext{
   font-size: 2.6rem;
   line-height: 24px;
}
.mainVisual__maintext__strong{
  font-size: 2.0rem;
}
.mainVisual__maintext__restructure{
   margin: 18px 0px -18px 0;
   font-size: 1.9rem;
}
.mainVisual__maintext__restructure__strong{
   font-size: 2.5rem;
   line-height: 1.4em;
}
.mainVisual__restructure__left{
   text-align: center;
   line-height: 1.5em;
}
.mainVisual__restructure__right{
   margin-top: 7px;
   text-align: center;
   line-height: 1.4em;
}
.mainVisual__restructure__p{
   line-height: 2.2em;
   margin-top: 3.5em;
   padding: 7px 10px;
}

}
@media screen and (max-width: 420px) {
.mainVisual{
  height: 240px;
  font-size: 1.4rem;
}

.mainVisual__maintext{
   font-size: 2.0rem;
   line-height: 20px;
}
.mainVisual__maintext__strong{
  font-size: 2.0rem;
}
.mainVisual__maintext__restructure{
   margin: 18px 0px -18px 0;
   font-size: 1.3rem;
}
.mainVisual__maintext__restructure__strong{
   font-size: 2.0rem;
   line-height: 1.4em;
}
.mainVisual__restructure__left{
   text-align: center;
   line-height: 1.5em;
}
.mainVisual__restructure__right{
   margin-top: 7px;
   text-align: center;
   line-height: 1.4em;
}
.mainVisual__restructure__p{
   line-height: 2.2em;
   margin-top: 3.5em;
   padding: 7px 10px;
}
}

.company{
  font-size: 1.8rem;
}
@media screen and (max-width: 420px) {
.company{
  font-size: 1.4rem;
  line-height: 1.6em;
}
}

.system{
   background: url(images/bg03.png);
   background-size: cover;
   background-position: top center;
}

.system__message{
  text-align: center;
  font-size: 24px;
  font-weight: bold; 
  line-height: 2.0em;
}
.system__message img{
  width: 600px;
  padding: 30px 0;
}
.system__message__strong{
  font-size: 5.0rem;
  line-height: 1.6em;
  color: #1E9529;
}
@media screen and (max-width: 550px) {
  .system__message__strong{
  font-size: 3.6rem;
  line-height: 1.8em;
}
}
@media screen and (max-width: 420px) {
.system__message{
  font-size: 16px;
  line-height: 1.8em;
}
.system__message img{
  padding: 20px 0;
}
.system__message__strong{
  font-size: 3.0rem;
  line-height: 1.8em;
}
}


.book__list{
  background: #F4F4F4;
  margin: 0 0 10px 0;
  padding:  20px;
}

.book__list__thumb{
  display: block;
  width: 150px;
  float: left;
  margin: 0 20px 0 0;

}
.book__list__info{
  float: left;
  width: calc(100% - 170px);
}
.book__list__info__title{
  font-size: 3.0rem;
  line-height: 1.4em;
  font-weight: bold;
  color: #202080;
  margin: 0 0 10px 0;
}
.book__list__info__title span{
  font-size: 2.2rem;
}
@media screen and (max-width: 550px) {
.book__list__thumb{
  width: 80px;
  float: none;
  margin: 0 auto 10px auto;
}
.book__list__info{
  float: none;
  width: 100%;
}
.book__list__info__title{
  font-size: 2.2rem;
}
.book__list__info__title span{
  font-size: 1.6rem;
}
}

.ctaArea{
   background: url(images/bg02.png);
   background-size: cover;
   background-position: center center;
   color: #FFFFFF;
}
.ctaArea .content__inner{
  padding: 30px 0;
}
.ctaArea__box{
   max-width: 800px;
   width: auto;
   margin: 0 auto;
}
.ctaArea__box__txt{
  float: left;
  text-align: center;
  width: 400px;
}
.ctaArea__box__txt img{
  max-width: 350px;
  width: auto;
}
.ctaArea__box__btn{
  display: block;
  float: right;
  font-size: 3.0rem;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
  width: calc(100% - 420px);
  background: #8CCC15;
  border-radius: 3px;
  box-shadow: 0 5px 0 #0CAA1E;
  color: #FFFFFF;
  line-height: 1em;
  transition: all 0.1s;

}
.ctaArea__box__btn:hover{
  background: #0CAA1E;
  box-shadow: none;
  transform: translateY(5px);
}
.ctaArea__box__btn img{
  height: 30px;
}
@media screen and (max-width: 799px) {
.ctaArea__box__txt{
  width: 320px;
  font-size: 1.4rem;
}
.ctaArea__box__txt img{
  max-width: 300px;
  width: auto;
}
.ctaArea__box__btn{
  font-size: 2.2rem;
  width: calc(100% - 340px);
}
.ctaArea__box__btn img{
  height: 22px;
}
}
@media screen and (max-width: 550px) {
  .ctaArea__box__txt{
  float: none;
  margin: 0 0 20px 0;
  width: 100%;
}
  .ctaArea__box__btn{
  float: none;
  font-size: 2.2rem;
  width: auto;
}
  .ctaArea__box__btn img{
    height: 22px;
}
}

.pattern__title{
  font-size: 2.2rem;
  font-weight: bold;
  color: #202080;
  margin: 0 30px 0 0;
}
.pattern__title span{
  font-size: 1.6rem;
}

.pattern__example{
  text-align: left;
  width: 100%;
  margin: 0 0 50px 0;
}
.pattern__example tr:nth-child(odd){
  background: #F4F4F4;
}
.pattern__example th,
.pattern__example td{
  padding: 3px;
}
.pattern__example th{
  font-size: 2.2rem;
  background: #A8B3C9;
  color: #FFFFFF;
}
.pattern__message{
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #202080;
  line-height: 1.8em;
}
.pattern__example td:first-child{
  width:30%;
}

@media screen and (max-width: 420px) {
.pattern__title{
  font-size: 2.0rem;
}
.pattern__example th{
  font-size: 1.8rem;
}
.pattern__message{
  font-size: 1.8rem;
}
.pattern__message br{
  display: none;
}
}
.banner_area{
  width: 960px;
  margin: 50px auto;
}
}
.banner_area ul{
  margin: 0;
}
.banner_area ul li{
  display: inline-block;
  width:310px;
  margin: 0 5px 10px 0;
}
.banner_area ul li:hover{
  opacity: 0.8;
}
.banner_area ul li:nth-child(3n){
   margin: 0 0 10px 0;
}

@media screen and (max-width: 960px) {
.banner_area{
  width: auto;
  margin: 50px 10px;
}

.banner_area ul li{
  display: inline-block;
  width:32%;
  margin: 0 1% 10px 0;
}
}
@media screen and (max-width: 600px){
.banner_area ul li{
  display: inline-block;
  width:48%;
  margin: 0 1% 10px 0;
}
.banner_area ul li:nth-child(3n){
    margin: 0 1% 10px 0;
}
.banner_area ul li:nth-child(2n){
   margin: 0 0 10px 0;
}
}
@media screen and (max-width: 400px){
.banner_area ul li{
  display: inline-block;
  width:100%;
  margin: 0 0 10px 0;
}
.banner_area ul li:nth-child(3n){
    margin: 0 0 10px 0;
}
.banner_area ul li:nth-child(2n){
   margin: 0 0 10px 0;
}
}
