
@charset "utf-8";

/* --------------------------------
 * base
 * -------------------------------- */
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  color: #000;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: 500;
  line-height: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}
*, *::before, *::after {
  box-sizing: border-box;
}
a:link, a:visited,　a:active {
  color: #b71840;
  text-decoration: none;
}

a:hover {
  color: #104a13;
  text-decoration: none;
}

.about_box a:link, .about_box a:visited,　.about_box a:active {
  color: #d0ab3c;
  text-decoration: none;
}

.about_box a:hover {
  color: #104a13;
  text-decoration: none;
}

a[href^="tel:"] {
    pointer-events: none;
}

img {
max-width: 100%;
height: auto;
}

.online_manual figure.shine  {
  width: 330px;
  height: 90px;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
    position:relative;
}


.online_manual figure.shine::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.online_manual figure.shine:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

/* --------------------------------
 * Slider Pro
 * -------------------------------- */

#wrap {
  position: relative;
}
.nav{
        position:absolute;
        top:0;
        width:100%;
        height:97px;
        background-color:#104a13;
        opacity: 0.9;
        z-index: 9999;
}
.nav_list{
 width:1222px;
 height:61px;
 margin: 0 auto;
 padding-top:15px;
}

#full {
  left: 0;
  top: 0;
  z-index: 1;
}
#box {
  z-index: 9999;
  font-size: 16px;
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 0 20px;
  color: #fff;
  background-color: rgba(0,0,0,.5);
}
/*右矢印のアイコンフォント*/
.sp-next-arrow:before {
  font-size: 50px;
  font-family: FontAwesome;
  content: '\f105';
}
/*左矢印のアイコンフォント*/
.sp-previous-arrow:before {
  font-size: 50px;
  font-family: FontAwesome;
  content: '\f104';
}
.sp-buttons {
    z-index: 2;
  position: absolute;
  bottom: 20px;
  left: 0;
}

/* --------------------------------
 * index
 * -------------------------------- */

.main{
        width: 100%;
        height: auto;
        min-width: 1024px;
        padding-top: 100px;  
        display: block;    
}

.top_topics{
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 85px;
  padding: 50px 0;
  background-image:linear-gradient(
  -45deg,
  #f9f5ef 25%,
  #f7f3eb 25%,
  #f7f3eb 50%,
  #f9f5ef 50%,
  #f9f5ef 75%,
  #f7f3eb 75%,
  #f7f3eb
);
  /* background-image:repeating-linear-gradient(
  -45deg,
  #f9f5ef,
  #f9f5ef 20px,
  #f7f3eb 20px,
  #f7f3eb 40px
); */
  background-size: 15px 15px;
  background-attachment:fixed;
}

.top_topics h2{
  color: #104a13;
  font-size: 2.6rem;
  line-height: 1em;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  margin:auto;
  text-align: center;
}

.topics_inner{
  margin: 0px auto;
  max-width: 1180px;
  display: -webkit-box; /*box仕様：旧Safari・Chrome・Android4.3以前*/
  display: -moz-box;    /*box仕様：旧Firefox*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*旧Safari・Chrome・Android*/
  display: flex;　/*最新ブラウザ*/
  -ms-flex-direction:initial; /*IE10*/
  -webkit-flex-direction:initial; /*old webkit browser*/
  flex-direction:initial;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.topics_box{
  width: 31%;
  background-color: #fff;
  margin: 0 3% 30px 0;
  float: left;
  display: flex;
  flex-direction: column;
}

.topics_box:nth-child(3n){margin-right:0;}

.topics_box:last-child{
  margin-right: 0;
}

.topics_box img{
  margin-bottom: 20px;
}

.topics_box .topics_info{
  padding: 0 25px;
}

.topics_box h3{
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1em;
}

.topics_date{
  margin-bottom: 20px;
  color: #104a13;
  line-height: 1em;
}

.topics_tx{
  margin-bottom: 20px;
  line-height: 1.58em;
}

.topics_link{
  margin-top: auto;
  padding: 0 25px 25px;
}

.topics_link a{
  position: relative;
}

.topics_link a:after{
  font-family: FontAwesome;
  content: '\f101';
  color: #104a13;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -8px;
  font-size: 1.8rem;
}

.topics_link a:hover:after{
  color: #b71840;
}

.message{
  box-sizing: border-box;
  height: 100%;
  background-image: url('../../img/top_bg01.webp');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 320px;
}

.ptp{
  width: 100%;
  display: -webkit-box; /*boxa≫?a§?i??a?§Safaria?≫Chromea?≫Android4.3a≫\a‰?*/
  display: -moz-box;    /*boxa≫?a§?i??a?§Firefox*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*a?§Safaria?≫Chromea?≫Android*/
  display: flex;
  -ms-flex-direction:initial; /*IE10*/
  -webkit-flex-direction:initial; /*old webkit browser*/
  flex-direction:initial;
  justify-content: center;
  align-items: stretch;
  background-color: #f5f5f5;
}

.ptp .left{
  width: 61%;
}

.ptp .left_in{
  width: 100%;
  height: 0;
 -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-image: url('../../img/top_bg02.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: calc(768 / 836 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
}

.ptp .left_in img{
  width: 45%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -7%;
  left: 0;
  margin: auto;
}

.ptp .right{
  width: 39%;
  position: relative;
}

.top_program{
  box-sizing: border-box;
  height: 100%;
  background-image: url('../../img/top_bg03.webp');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 235px;
  position: relative;
  margin-bottom: 50px;
}

.top_program_photo{
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px 0;
  background-color: rgba(16,74,19,0.8);
  text-align: center;
}

.top_program_photo img{
  display: inline-block;
  margin: 0 10px;
}

.pickup_box01{
  width: 540px;
  padding: 30px;
  margin: 0 auto;
  position: relative;
  background: rgba(255,255,255,0.8);
  text-align: center;
}

.pickup_box02{
  width: 377px;
  max-height: 485px;
  -moz-box-sizing: border-box;
    box-sizing: border-box;
  padding: 30px 15px;
  margin:auto;
  position: relative;
  background: rgba(255,255,255,0.8);
  text-align: center;
  box-shadow: 0 0 8px gray;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.pickup_box01 h2{
  font-size: 4.8rem;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1em;
  color: #104a13;
}

.pickup_copy01{
  font-size: 3rem;
  margin-bottom: 20px;
  line-height: 1em;
  color: #104a13;
}

.pickup_copy02{
  font-size: 2.2rem;
  margin-bottom: 20px;
  line-height: 1em;
}

.pickup_copy03{
  color: #104a13;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.pickup_tx{
  line-height: 1.58em;
  margin-bottom: 30px;
  text-align: left;
}
.pickup_box01 a:link,.pickup_box01 a:visited,　.pickup_box01 a:active,.intro_box a:link,.intro_box a:visited,　.intro_box a:active,.relation_link a:link,.relation_link a:visited,　.relation_link a:active {
  color: #fff;
  text-decoration: none;
}

.pickup_innner{
  margin: 0px auto 100px;
  max-width: 1180px;
  display: -webkit-box; /*box仕様：旧Safari・Chrome・Android4.3以前*/
  display: -moz-box;    /*box仕様：旧Firefox*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*旧Safari・Chrome・Android*/
  display: flex;　/*最新ブラウザ*/
  -ms-flex-direction:initial; /*IE10*/
  -webkit-flex-direction:initial; /*old webkit browser*/
  flex-direction:initial;
  align-items: stretch;
  position: relative;
}

.pickup_innner:nth-child(odd){
  -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.pickup_box03{
  width: 54%;
  padding: 0 40px 40px 40px;
  position: relative;
}

.pickup_box03 .marker01{
  margin-top:0;
  margin-bottom:15px;
}

.pickup_box03 h2 {
    font-size: 5.4rem;
    font-weight: bold;
    margin-bottom: 45px;
    line-height: 1em;
    color: #104a13;
}

.pickup_box03 ol.mlist {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
}
.pickup_box03 ol.mlist li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
  font-size:1.5rem;
}

.pickup_box03 ol.mlist li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #104a13;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-size: 1.5rem;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top:18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pickup_box04{
  width: 46%;
}

.button, .button245 {
  display: inline-block!important;
  width: 245px!important;
  height: 65px!important;
  text-align: center!important;
  text-decoration: none!important;
  line-height: 65px!important;
  outline: none!important;
  font-size: 1.6rem!important;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button {
  position: relative;
  z-index: 2;
  background-color: #104a13;
  border: 2px solid #104a13;
  color: #fff!important;
}
.button:hover {
  background-color: #fff;
  border-color: #104a13;
  color: #104a13!important;
}
.button::before,
.button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #104a13;
}
.button::before {
  right: 0;
}
.button::after {
  left: 0;
}
.button:hover::before,
.button:hover::after {
  width: 0;
  background-color: #104a13;
}

a.button02, a.button01{
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6em;
  padding: 10px;
  text-decoration: none;
  outline: none;
  color: #fff!important;
}
a.button_f{
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  outline: none;
  color: #fff!important;
  border-radius: 10px;
}
.button01::before,
.button01::after,
.button02::before,
.button02::after,
.button_f::before,
.button_f::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button02,
.button01::before,
.button01::after,
.button02,
.button02::before,
.button02::after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button_f::before,
.button_f::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 10px;
}
.button01 {
  position: relative;
  z-index: 2;
  background-color: #104a13;
  border: 1px solid #104a13;
  color: #fff;
}
.button01:hover {
  background-color: #fff;
  border-color: #104a13;
  color: #104a13!important;
}
.button01::before,
.button01::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #104a13;
}
.button01::before {
  right: 0;
}
.button01::after {
  left: 0;
}
.button01:hover::before,
.button01:hover::after {
  width: 0;
  background-color: #104a13;
}

.button02 {
  position: relative;
  z-index: 2;
  background-color: #b71840;
  border: 1px solid #b71840;
  color: #fff;
}
.button02:hover {
  background-color: #fff;
  border-color: #b71840;
  color: #b71840!important;
}
.button02::before,
.button02::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #b71840;
}
.button02::before {
  right: 0;
}
.button02::after {
  left: 0;
}
.button02:hover::before,
.button02:hover::after {
  width: 0;
  background-color: #b71840;
}
.f_01 {
  position: relative;
  z-index: 2;
  background-color: #7ebb6d;
  border: 1px solid #7ebb6d;
  color: #fff;
  font-size: 2.0rem;
}
.f_01:hover {
  background-color: #fff;
  border-color: #7ebb6d;
  color: #7ebb6d!important;
}
.f_01::before,
.f_01::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #7ebb6d;
}
.f_01::before {
  right: 0;
}
.f_01::after {
  left: 0;
}
.f_01:hover::before,
.f_01:hover::after {
  width: 0;
  background-color: #7ebb6d;
}
.f_02 {
  position: relative;
  z-index: 2;
  background-color: #a0c896;
  border: 1px solid #a0c896;
  color: #fff;
}
.f_02:hover {
  background-color: #fff;
  border-color: #a0c896;
  color: #a0c896!important;
}
.f_02::before,
.f_02::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #a0c896;
}
.f_02::before {
  right: 0;
}
.f_02::after {
  left: 0;
}
.f_02:hover::before,
.f_02:hover::after {
  width: 0;
  background-color: #a0c896;
}
.f_03 {
  position: relative;
  z-index: 2;
  background-color: #d14b6c;
  border: 1px solid #d14b6c;
  color: #fff;
  font-size: 2.0rem;
}
.f_03:hover {
  background-color: #fff;
  border-color: #d14b6c;
  color: #d14b6c!important;
}
.f_03::before,
.f_03::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #d14b6c;
}
.f_03::before {
  right: 0;
}
.f_03::after {
  left: 0;
}
.f_03:hover::before,
.f_03:hover::after {
  width: 0;
  background-color: #d14b6c;
}
.f_04 {
  position: relative;
  z-index: 2;
  background-color: #e2748f;
  border: 1px solid #e2748f;
  color: #fff;
}
.f_04:hover {
  background-color: #fff;
  border-color: #e2748f;
  color: #e2748f!important;
}
.f_04::before,
.f_04::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #e2748f;
}
.f_04::before {
  right: 0;
}
.f_04::after {
  left: 0;
}
.f_04:hover::before,
.f_04:hover::after {
  width: 0;
  background-color: #e2748f;
}
.f_05 {
  position: relative;
  z-index: 2;
  background-color: #5456b2;
  border: 1px solid #5456b2;
  color: #fff;
   font-size: 2.0rem;
}
.f_05:hover {
  background-color: #fff;
  border-color: #5456b2;
  color: #5456b2!important;
}
.f_05::before,
.f_05::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #5456b2;
}
.f_05::before {
  right: 0;
}
.f_05::after {
  left: 0;
}
.f_05:hover::before,
.f_05:hover::after {
  width: 0;
  background-color: #5456b2;
}

.f_arrow{
  background-image: url('../../img/f_arrow.png');
  background-position: bottom; center;
  background-repeat: no-repeat;
  width: 100%;
  height: 180px;
}

.pen{pointer-events: none;}

.f_height01{
  height: 165px;
}
.f_height02{
  height: 110px;
}

.bcr .button {
  background-color: #b71840;
  border: 2px solid #b71840;
  color: #fff;
}
.bcr .button:hover {
  background-color: #fff;
  border-color: #b71840;
  color: #b71840!important;
}
.bcr .button::before,
.bcr .button::after {
  background-color: #b71840;
}
.bcr .button:hover::before,
.bcr .button:hover::after {
  background-color: #b71840;
}

.bcb .button {
  background-color: #1d2088;
  border: 2px solid #1d2088;
  color: #fff;
}
.bcb .button:hover {
  background-color: #fff;
  border-color: #1d2088;
  color: #1d2088!important;
}
.bcb .button::before,
.bcb .button::after {
  background-color: #1d2088;
}
.bcb .button:hover::before,
.bcb .button:hover::after {
  background-color: #1d2088;
}
.bcb .redbutton .button {
  background-color: #b71840;
  border: 2px solid #b71840;
  color: #fff;
}
.bcb .redbutton .button:hover {
  background-color: #fff;
  border-color: #b71840;
  color: #b71840!important;
}
.bcb .redbutton .button::before,
.bcb .redbutton .button::after {
  background-color: #b71840;
}
.bcb .redbutton .button:hover::before,
.bcb .redbutton .button:hover::after {
  background-color: #b71840;
}

.bcy .button {
  background-color: #d0ab3c;
  border: 2px solid #d0ab3c;
  color: #fff;
}
.bcy .button:hover {
  background-color: #fff;
  border-color: #d0ab3c;
  color: #d0ab3c!important;
}
.bcy .button::before,
.bcy .button::after {
  background-color: #d0ab3c;
}
.bcy .button:hover::before,
.bcy .button:hover::after {
  background-color: #d0ab3c;
}

.bcp .button {
  background-color: #40065b;
  border: 2px solid #40065b;
  color: #fff;
}
.bcp .button:hover {
  background-color: #fff;
  border-color: #40065b;
  color: #40065b!important;
}
.bcp .button::before,
.bcp .button::after {
  background-color: #40065b;
}
.bcp .button:hover::before,
.bcp .button:hover::after {
  background-color: #40065b;
}

.bcbr .button {
  background-color: #4a2c0b;
  border: 2px solid #4a2c0b;
  color: #fff;
}
.bcbr .button:hover {
  background-color: #fff;
  border-color: #4a2c0b;
  color: #4a2c0b!important;
}
.bcbr .button::before,
.bcbr .button::after {
  background-color: #4a2c0b;
}
.bcbr .button:hover::before,
.bcbr .button:hover::after {
  background-color: #4a2c0b;
}

.news{
  width: 100%;
  background-color: #fff;
  padding: 60px 0;
}

.news_inner{
  margin: 0px auto;
  max-width: 1180px;
  padding: 0 0 0 40px;
}

.news_inner h2{
  font-size: 2.6rem;
  font-weight: normal;
  color: #104a13;
  line-height: 1;
  letter-spacing: 0.14em;
  padding-left: 25px;
  border-left: 3px solid #104a13;
  margin-bottom: 15px;
}

.news_inner h2 span{
  font-size: 1.4rem;
  color: #a3a4a4;
  padding-left: 25px;
  letter-spacing: initial;
}

.news_box{
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #a3a4a4;
  overflow: hidden;
}

.news_box .news_date{
  width: 11%;
  float: left;
  font-size: 14px;
  margin-right: 1%;
  line-height: 2.46em;
}

.news_box .news_cat01{
  width: 12%;
  float: left;
  font-size: 14px;
  margin-right: 1%;
  background-color: #104a13;
  border-radius: 5px;
  line-height: 2.46em;
  color: #fff;
  text-align: center;
}

.news_box .news_cat02{
  width: 12%;
  float: left;
  font-size: 14px;
  margin-right: 1%;
  background-color: #b71840;
  border-radius: 5px;
  line-height: 2.46em;
  color: #fff;
  text-align: center;
}

.news_box .news_cat03{
  width: 12%;
  float: left;
  font-size: 14px;
  margin-right: 1%;
  background-color: #1d2088;
  border-radius: 5px;
  line-height: 2.46em;
  color: #fff;
  text-align: center;
}

.news_box .news_cat04{
  width: 12%;
  float: left;
  font-size: 14px;
  margin-right: 1%;
  background-color: #d0ab3c;
  border-radius: 5px;
  line-height: 2.46em;
  color: #fff;
  text-align: center;
}

.news_box .news_title{
  line-height: 2.46em;
  width: 73%;
  float:left;
}

.seminar_date{
  line-height: 2.46em;
  font-weight:bold;
  font-size:16px;
  margin-right:1%;
}

.footer_banner{
  width: 100%;
  padding: 55px 0;
}

.footer_banner_inner{
  margin: 0px auto;
  max-width: 1180px;
}

.footer_banner_img{
  display: inline-block;
  margin-right: 15px;
}

.footer_banner_img:last-child{
  margin-right: 0;
}

