.underline {
  text-decoration: underline;
}
.page-desc {
  margin: 40px auto;
  border: 3px solid #FF0000;
  width: 100%;
  max-width: 1000px;
  padding: 20px;
}
.page-desc .underline {
  display: inline-block;
  text-align: center;
}
.page-desc .title {
  font-size: 24px;
  color: #FF0000;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 20px;
}
.page-desc .content {
  font-size: 16px;
  color: #000000;
  line-height: 1.7;
  text-align: center;
}

.t-box1 {
  background-color: #fff;
}
.t-box1__main {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.t-box1__slider {
  width: 100%;
  margin: 0 auto;
}
.t-box1__main {
  position: relative;
  overflow: hidden;
}

.t-box1__main .arrow-center {
  position: absolute;
  height: 100%;
  width: 1000px;
  background-color: rgba(187,187,187,0.61);
  top: 0;
  z-index: 999;
}

.t-box1__main .arrow-center.next {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding-left: 10px;
}

.t-box1__main .arrow-center.prev {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
  padding-right: 10px;
}

.t-box1__slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}


@media only screen and (min-width: 769px){
  .t-box1__slider .slick-slide {
    width: calc(100vw / 100 * 81.25) !important;
    max-width: 1300px;
    position: relative;
    z-index: 995;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .t-box1__slider .slick-slide {
    text-align:center;
    margin-right:0.5px;
    margin-left:0.5px;
  }
}
.t-box1__slider .slick-slide a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 998;
  -webkit-transition: .3s;
  transition: .3s;
}

.t-box1__slider .slick-slide img {
  width: 100%;
}

.t-box1__slider img {
  width: 100%;
}
.t-box1__slider .slick-dots {
  bottom: 5px;
}
.t-box1__slider .slick-dots li button:before {
  font-size: 22px;
  color: #ccc;
}
.t-box2 {
  padding-top: 45px;
}
.t-box2__main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.t-box2__cont {
  width: 100%;
}

.news-ttl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.news-ttl p.t1 {
  font-size: 19px;
  font-weight: bold;
  color: #1F1F1F;
  padding-right: 15px;
}

.news-ttl p.t2 {
  font-size: 17px;
  color: #AAA;
  font-family: "Segoe UI Historic";
}

.news_cont {
  padding-top: 5px;
}

.news_cont div {
  border-bottom: 1px dotted #CCC;
  padding: 15px;
}

.news_cont div p:nth-of-type(1) {
  font-size: 14px;
  color: #666;
  padding-bottom: 3px;
}

.news_cont div p:nth-of-type(1) span {
  display: inline-block;
  width: 40px;
  line-height: 16px;
  text-align: center;
  background-color: #D90000;
  font-size: 10px;
  color: #fff;
  margin-right: 7px;
}

.news_cont div p:nth-of-type(2) {
  font-size: 16px;
  line-height: 160%;
}

.t-box2__slider {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}
.t-box2__slider .slider {
  width: 346px;
  margin: 0 auto;
}

.t-box2__slider .slider img {
  width: 100%;
}

.t-box3 {
  padding: 20px 0 0;
}

.t-box3__main {
  padding-top: 80px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  position: relative;
}
.t-box3__left {
  justify-content: flex-start;
}
.t-box3__right {
  justify-content: flex-end;
}
.t-box3--img {
  width: 65.625%;
}
.t-box3--img img {
  width: 100%;
}
.t-box3__left .t-box3__bg,
.t-box3__left .t-box3__wrap,
.t-box3__left .t-box3__bg2 {
  right: 0;
}
.t-box3__left .t-box3__bg {
  background-image: url("../img/top/bg.png");
}
.t-box3__left .t-box3__wrap {
  justify-content: flex-start;
}
.t-box3__right .t-box3__bg,
.t-box3__right .t-box3__wrap,
.t-box3__right .t-box3__bg2 {
  left: 0;
}
.t-box3__right .t-box3__bg {
  background-image: url("../img/top/bg-l.png");
}
.t-box3__right .t-box3__wrap {
  justify-content: flex-end;
}
.t-box3__bg, .t-box3__bg2 {
  position: absolute;
  background-size: cover;
  width: 53.125%;
  height: 630px;
  bottom: 0;
  z-index: 1;
}
.t-box3__bg2 {
  mix-blend-mode: multiply;
}
.t-box3__wrap {
  position: absolute;
  background-size: cover;
  width: 53.125%;
  height: 630px;
  bottom: 0;
  z-index: 1;
  padding: 75px 55px 0 55px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.t-box3__inner {
  width: 100%;
  height: 100%;
  max-width: 500px;
}
.bg1 {
  background-image: url("../img/top/bg1.png");
}
.bg2 {
  background-image: url("../img/top/bg2.png");
}
.bg3 {
  background-image: url("../img/top/bg3.png");
}
.bg4 {
  background-image: url("../img/top/bg4.png");
}

.t-box3--ttl p.t1{
  font-size: 50px;
  font-weight: 100;
  color: #E4A413;
  margin-bottom: 10px;
}

.t-box3--ttl p.t2{
  font-size: 17px;
  color: #EBEBEB;
  line-height: 120%;
  padding-top: 7px;
}
.t-box3--txt1 {
  font-size: 25px;
  color: #EBEBEB;
  line-height: 130%;
  padding-top: 40px;
}
.t-box3--txt2 {
  font-size: 15px;
  color: #EBEBEB;
  line-height: 200%;
  padding-top: 10px;
}
.t-box3--txt3 {
  font-size: 18px;
  color:#EBEBEB;
  line-height: 120%;
  padding: 35px 0;
  font-weight: bold;
}
.t-box3--btn {
  display: block;
  width: 236px;
  line-height: 50px;
  border: 2px solid #EEE;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #ECECEC;
  text-align: center;
}
.t-box3--btn+.t-box3--btn {
  margin-left: 15px;
}
.t-box3-btns {
  padding-top: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.t-box3--btn:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url(../img/top/ic.png);
  background-size: cover;
  position: relative;
  top: 5px;
  margin-right: 5px;
}
.t-box3--btn:hover {
  opacity: 0.8;
}

.t-box4 {
  background-color: #DDD;
  padding: 50px 0 70px;
}

.t-box4--ttl {
  text-align: center;
  font-size: 21px;
  color: #333;
  max-width: 1420px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}

.t-box4--ttl .button01 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  z-index: 99;
}

.t-box4__items {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 30px 10px 0;
}

.t-box4__items .item {
  width: 20%;
  background-color: #FFF;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1025px) {
  .t-box4__items .item {
    margin-right: 6.66666666%;
  }
  .t-box4__items .item:nth-of-type(4n) {
    margin-right: 0;
  }
}
.t-box4__items .item-img img {
  width: 100%;
  height: auto;
}
.t-box4__items .item-img {
  width: 100%;
  height: 170px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.t-box4__items .item-main {
  padding: 20px;
}
.t-box4__items .item-date {
  font-size: 12px !important;
  font-weight: bold;
  color: #8C1F20;
}
.t-box4__items .item-txt {
  font-size: 13px;
  line-height: 160%;
  color: #1F1F1F;
  padding-top: 10px;
}

.flex-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
}

.event-image {
  padding: 0 10px;
  text-align: center;
}

.event-image img {
  max-width: 100%;
}

.event-content {
  margin-top: 30px;
}

.event-single {
  width: 100%;
  max-width: 1000px;
  padding: 50px 10px;
  margin: 0 auto;
}