@charset "UTF-8";

img{
  max-width: 100%;
}

.fv-sec.event{
  background-color: #c1dd76;
  margin: 0;
  padding: 49px 0 0 0;
}

.wrap .inner {
  padding: 60px 0;
}

.fv-sec.event .inner{
  width: 90%;
  margin: auto;
}

.fv-sec.event .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.fv-sec.event .row .text{
    width: 100%;
}
.fv-sec.event .row .text h2{
    color: #1f56a2;
    font-size: 30px;
}
.fv-sec.event .row .text h3{
    color: #1f56a2;
    font-size: 50px;
    /* display: flex; */
    /* align-items: center; */
    margin-top: 20px;
    /* flex-direction: column; */
}
.event01 .text h2 span.online{
    background-color: #1f56a2;
    color: #fff;
    padding: 7px 10px;
    font-size: 0.4em;
    margin-right: 10px;
}
.fv-sec.event .row .text p{
    color: #1f56a2;
    line-height: 2em;
    margin-top: 20px;
    width: 65%;
}
.fv-sec.event .row figure{
    width: 35%;
    text-align: right;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
}
.fv-sec.event .row figure img{
    width: 90%;
    margin-left: auto;
}

.event01{

}

.event01 h2{
}
.event01 h2 span.gl{
 background:linear-gradient(transparent 80%, #c1dd76 80%);
}
.event01 .title{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 150px;
    position: relative;
}
.event01 .title .text{
    width: 100%;
}
.event01 .title .text span{
    background-color: #fff;
    padding: 5px 30px 10px 5px;
    display: inline-block;
    color: #1f56a2;
    font-weight: bold;
}
.event01 .title .text h2{
    margin-top: 30px;
    color: #1f56a2;
    font-size: 50px;
}
.event01 .title .text p{
    color: #1f56a2;
    line-height: 2em;
    margin-top: 30px;
    width: 65%;
}
.event01 .title figure{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 35%;
    position: absolute;
    bottom: 40px;
    right: 0;
}
.event01 .title figure img{
    width: 90%;
}

.for_box_wrap{
  position: relative;
}

.for_box_wrap .beginner{
  position: absolute;
  top: -80px;
  left: -3%;
  width: 40px;
}

.for_box_wrap .for_box{
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 15px 0;
    border-bottom: 1px solid #1f56a2;
    padding: 0 0 15px 0;
}

.for_box_wrap .for_box .left{
  min-width: 30%;
  display: flex;
  align-items: center;
  padding: 15px 12px 15px 20px;
  color: #1f56a2;
  border-radius: 8px;
  margin: 0 25px 0 0;
}

.for_box_wrap .for_box .left i{
  font-size: 19px;
  margin-right: 15px;
  font-weight: bold;
}

.for_box_wrap .for_box .left p{
  font-size: 21px;
  margin: 0;
  font-weight: bold;
}

.for_box_wrap .for_box .left p span{
  font-size: 16px;
  font-weight: bold;
}

.for_box_wrap .for_box .right{
  max-width: calc(70% - 25px);
  font-size: 15px;
  color:#1f56a2;
  display: flex;
  align-items: center;
  line-height: 1.5;
}

.event01 ul{
  font-size: 16px;
  width: 100%;
  margin: 0 auto 65px;
}

.event01 ul li{
  color: #1f56a2;
  font-size: 15px;
  margin-bottom: 5px;
}
.event01 ul li span{
  color:#ff0000;
}

.event01 .btn_zoom{
  width: 45%;
  height: 75px;
  background: #749629;
  margin: 0 auto 90px;
}

.event01 .btn_zoom a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 19px;
}


.calendar h3{
  font-size: 21px;
  color: #1f56a2;
  margin-bottom: 30px;
}

.calendar .text01{
 color: #1f56a2;
 margin: 10px 0 0 0;
 font-size: 16px;
}


.event02 .title{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 90px;
    position: relative;
}
.event02 .title .text{
    width: 100%;
}
.event02 .title .text span{
    /* background-color: #fff; */
    padding: 0;
    display: inline-block;
    color: #1f56a2;
    font-weight: bold;
    font-size: 47px;
    padding: 0 0 10px 0;
    display: inline;
    line-height: 1.7em;
}
.event02 .title .text h2{
    margin-top: 10px;
    color: #1f56a2;
    font-size: 47px;
}

.event02 .title .text span.online {
  background-color: #1f56a2;
  padding: 5px 10px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  width: 125px;
  text-align: center;
  font-weight: normal;
  margin: 0 10px 0 0;
}

.event02 h2 span.gl{
 background:linear-gradient(transparent 80%, #c1dd76 80%);
}

.event02 .title .text p{
    color: #1f56a2;
    line-height: 2em;
    margin-top: 30px;
    width: 70%;
}
.event02 .title figure{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 30%;
    position: absolute;
    bottom: -60px;
    right: 0;
}
.event02 .title figure img{
    width: 90%;
}

.event02 .title small{
  font-size: 21px;
  font-weight: bold;
  color: #1f56a2;
}


.event02 ul{
  font-size: 16px;
  width: auto;
  margin: 0 auto 65px;
}

.event02 ul li{
  color: #1f56a2;
  font-size: 15px;
  margin-bottom: 5px;
}
.event02 ul li span{
  color:#ff0000;
}

.event02 .btn_zoom{
  width: 445px;
  height: 75px;
  background: #749629;
  margin: 0 auto 90px;
}

.event02 .btn_zoom a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 19px;
}

.event03{
  background: #fcf6c3;
  padding-bottom: 15%;
}

.event03 .box{
  margin: 0 auto 45px;
}

footer{
  padding-top: 0;
  padding: 10% 0 5%;
}

footer .wrap .inner{
  padding-bottom: 0;
  padding-top: 0;
}

.okyu_desc {
  width: 35%;
  background: #83a030;
  display: flex;
  align-items: center;
  padding: 15px 12px 15px 20px;
  color: #fff;
  border-radius: 8px;
  margin: 50px 0 20px 0;
  text-align: center;
  justify-content: center;
}