@charset "UTF-8";
/*-----------------------------------
    ブレイクポイント
-----------------------------------*/
/*$tablet: "only screen and (max-width:959px)";*/
/*-----------------------------------
    カラー
-----------------------------------*/
/*$point_color: #f8ff31;
$attention_color: #d80000;
$sum_color: #f29c9f;*/
/*-----------------------------------
    フォント
-----------------------------------*/
.inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  /*padding: 0 10px;*/
}
@media only screen and (max-width:599px) {
  .inner {
    width: auto;
    max-width: none;
  }
}

.block {
  overflow: hidden;
}

.spOnly {
  display: none;
}
@media only screen and (max-width:599px) {
  .spOnly {
    display: block;
  }
}

@media only screen and (max-width:599px) {
  .spNone {
    display: none;
  }
}

@media only screen and (max-width:1099px) {
  .pcOnly {
    display: none;
  }
}

@media only screen and (min-width:1100px) {
  .pcNone {
    display: none;
  }
}

br .spOnly {
  display: none;
}
@media only screen and (max-width:599px) {
  br .spOnly {
    display: inline-block;
  }
}
@media only screen and (max-width:599px) {
  br .spNone {
    display: none;
  }
}

/*@import "reset";*/
#main_set {
  background: #f2f2f2;
  /*border-bottom: 4px solid #222;*/
}
#main_set .main_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0 25px;
}
@media only screen and (max-width:1099px) {
  #main_set .main_layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 20px;
  }
}
#main_set .main_layout dt {
  width: 530px;
}
@media only screen and (max-width:1099px) {
  #main_set .main_layout dt {
    width: auto;
    margin: 10px;
  }
}
@media only screen and (max-width:599px) {
  #main_set .main_layout dt {
    margin: 0;
  }
}
@media only screen and (max-width:1099px) {
  #main_set .main_layout dt img {
    width: 100%;
  }
}
#main_set .main_layout dt .swiper-wrapper p {
  width: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 5px 0;
  position: relative;
}
@media only screen and (max-width:599px) {
  #main_set .main_layout dt .swiper-wrapper p {
    font-size: 12px;
  }
}
#main_set .main_layout dd {
  width: 560px;
  background: #fff;
}
@media only screen and (max-width:1099px) {
  #main_set .main_layout dd {
    width: auto;
    margin: 10px;
  }
}
@media only screen and (max-width:599px) {
  #main_set .main_layout dd {
    margin: 0;
  }
}
#main_set .main_layout dd .topics_cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ccc;
}
#main_set .main_layout dd .topics_cate li {
  border-right: 1px solid #ccc;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
#main_set .main_layout dd .topics_cate li a {
  padding: 6px 6px 19px;
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  background-image: url("../img/index/arrow_off.svg");
  background-repeat: no-repeat;
  background-position: center bottom 4px;
  background-size: auto 8px;
}
@media only screen and (max-width:599px) {
  #main_set .main_layout dd .topics_cate li a {
    font-size: 10px;
    padding: 6px 0 12px;
    background-image: url("../img/index/arrow_off.svg");
    background-size: auto 6px;
  }
}
@media only screen and (min-width:1100px) {
  #main_set .main_layout dd .topics_cate li a:hover {
    background-image: url("../img/index/arrow_on.svg");
    background-repeat: no-repeat;
    background-position: center bottom 4px;
    background-size: auto 8px;
  }
}
#main_set .main_layout dd .topics_cate li:last-child {
  border-right: none;
}
#main_set .main_layout dd .topics_wp {
  width: 100%;
  font-size: 14px;
}
#main_set .main_layout dd .topics_wp .inset {
  padding: 10px 15px 0 15px;
}
@media only screen and (max-width:599px) {
  #main_set .main_layout dd .topics_wp .inset {
    padding: 5px 8px 0;
  }
}
#main_set .main_layout dd .topics_wp .inset li {
  border-bottom: 1px dotted #ccc;
  padding: 0 0 10px;
  margin: 0 0 8px;
}
#main_set .main_layout dd .topics_wp .inset .cate_icon {
  font-size: 10px;
  display: inline-block;
  width: 7em;
  text-align: center;
  padding: 0;
  margin: 0 5px 0 0;
  color: #fff;
  text-decoration: none;
}
#main_set .main_layout dd .topics_wp .inset .news {
  background: #00a0e9;
}
#main_set .main_layout dd .topics_wp .inset .media {
  background: #0faaa1;
}
#main_set .main_layout dd .topics_wp .inset .radio {
  background: #0068b7;
}
#main_set .main_layout dd .topics_wp .inset .date {
  margin: 0 5px 0 0;
  font-size: 12px;
}
#main_set .main_layout dd .topics_wp .inset a {
  color: #000;
  display: block;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.3em;
  margin: 5px 0 0 0;
}
@media only screen and (min-width:1100px) {
  #main_set .main_layout dd .topics_wp .inset a:hover {
    color: #999;
  }
}
#main_set .main_layout dd .topics_wp .inset p {
  font-size: 12px;
  color: #666;
  line-height: 1.3em;
}
#main_set .main_layout dd .btn_more {
  text-align: right;
  padding: 0 15px 0 0;
}
@media only screen and (max-width:1099px) {
  #main_set .main_layout dd .btn_more {
    padding: 0 8px 10px 0;
  }
}
#main_set .main_layout dd .btn_more a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}
#main_set .main_layout dd .btn_more a span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
@media only screen and (max-width:599px) {
  #main_set .main_layout dd .btn_more a span {
    font-size: 12px;
  }
}
#main_set .main_layout dd .btn_more a span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background: #000;
}
#main_set .main_layout dd .btn_more a span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 3px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
@media only screen and (min-width:1100px) {
  #main_set .main_layout dd .btn_more a span:hover {
    opacity: 0.6;
  }
}
#main_set .attention_bar {
  padding: 0;
}
@media only screen and (max-width:1099px) {
  #main_set .attention_bar {
    padding: 0 10px;
  }
}
@media only screen and (max-width:599px) {
  #main_set .attention_bar {
    padding: 0 8px;
  }
}
#main_set .attention_bar li {
  background: #fff;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width:599px) {
  #main_set .attention_bar li {
    font-size: 14px;
    line-height: 1.2em;
  }
}
#main_set .attention_bar li a {
  display: block;
  padding: 15px;
  color: #000;
  text-decoration: none;
  border: 1px solid #fff;
}
@media only screen and (max-width:599px) {
  #main_set .attention_bar li a {
    padding: 8px 10px 10px;
  }
}
#main_set .attention_bar li a.atte:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 130px;
  height: 27px;
  background: url("../img/index/attntion.svg") no-repeat left top;
  background-size: 130px 25px;
  background-position-x: -0.05px !important;
  background-position-y: -0.05px !important;
  margin: 0 5px 0 0;
}
@media only screen and (min-width:1100px) {
  #main_set .attention_bar li a:hover {
    border: 1px solid #e22b2b;
    color: #e22b2b;
  }
}
#main_set .attention_bar li a.info:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 90px;
  height: 27px;
  background: url("../img/index/information.svg") no-repeat left top;
  background-size: 90px 25px;
  background-position-x: -0.05px !important;
  background-position-y: -0.05px !important;
  margin: 0 5px 0 0;
}
@media only screen and (min-width:1100px) {
  #main_set .attention_bar li a:hover {
    border: 1px solid #e22b2b;
    color: #e22b2b;
  }
}
#main_set .information_bar {
  padding: 0 0 25px;
}
@media only screen and (max-width:1099px) {
  #main_set .information_bar {
    padding: 0 10px 20px;
  }
}
@media only screen and (max-width:599px) {
  #main_set .information_bar {
    padding: 0 8px 20px;
  }
}
#main_set .information_bar li {
  background: #fff;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width:599px) {
  #main_set .information_bar li {
    font-size: 14px;
    line-height: 1.2em;
  }
}
#main_set .information_bar li a {
  display: block;
  padding: 15px;
  color: #000;
  text-decoration: none;
  border: 1px solid #fff;
}
@media only screen and (max-width:599px) {
  #main_set .information_bar li a {
    padding: 8px 10px 10px;
  }
}
#main_set .information_bar li a:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 90px;
  height: 27px;
  background: url("../img/index/information.svg") no-repeat left top;
  background-size: 90px 25px;
  background-position-x: -0.05px !important;
  background-position-y: -0.05px !important;
  margin: 0 5px 0 0;
}
@media only screen and (min-width:1100px) {
  #main_set .information_bar li a:hover {
    border: 1px solid #666;
    color: #666;
  }
}
#main_set .bnr_space {
  margin: 0 0 30px;
}
@media only screen and (max-width:1099px) {
  #main_set .bnr_space {
    margin: 0 10px 20px;
  }
}
@media only screen and (max-width:599px) {
  #main_set .bnr_space {
    margin: 0 8px 20px;
  }
}
#main_set .bnr_space img {
  width: 100%;
}

#index_bnrset {
  width: 1100px;
  margin: 60px auto 40px;
}
#index_bnrset ul.threeblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#index_bnrset ul.threeblock li {
  width: 30%;
}
#index_bnrset ul.threeblock li p.title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0 0 20px;
}
#index_bnrset ul.threeblock li p.title span {
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 2px;
  font-weight: lighter;
  display: block;
  margin: 5px 0 0 0;
}
#index_bnrset ul.threeblock li ol.servicebox li {
  width: 100%;
  border: 1px solid #ccc;
  margin: 0 0 20px;
}
#index_bnrset ul.threeblock li ol.servicebox li a {
  display: block;
}
#index_bnrset ul.threeblock li ol.servicebox li a dl.imginset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 150px;
}
#index_bnrset ul.threeblock li ol.servicebox li a dl.imginset dt {
  width: 160px;
}
footer.new {
  font-size: 14px;
}
@media only screen and (max-width:1099px) {
  footer.new {
    font-size: 12px;
  }
}
footer.new p.settitle {
  font-weight: bold;
  margin: 0 0 30px;
  font-size: 16px;
  display: block;
}
@media only screen and (max-width:1099px) {
  footer.new p.settitle {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
footer.new p.settitle span {
  font-size: 11px;
  font-weight: lighter;
  letter-spacing: 1px;
  padding: 0 0 0 10px;
}
@media only screen and (max-width:1099px) {
  footer.new p.settitle span {
    font-size: 10px;
    padding: 0 0 0 5px;
  }
}
footer.new p.st_sub {
  margin: 70px 0 30px 0 !important;
}
@media only screen and (max-width:1099px) {
  footer.new p.st_sub {
    margin: 0 0 10px !important;
  }
}
footer.new ul.footer_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width:1099px) {
  footer.new ul.footer_set {
    width: auto;
    margin: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer.new ul.footer_set li {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
footer.new ul.footer_set li:nth-child(1) {
  -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
}
@media only screen and (max-width:1099px) {
  footer.new ul.footer_set li:nth-child(1) {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
footer.new ul.footer_set li:nth-child(5) {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
}
@media only screen and (max-width:1099px) {
  footer.new ul.footer_set li:nth-child(5) {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media only screen and (max-width:1099px) {
  footer.new ul.footer_set li ol.newlist_small {
    margin: 0 0 25px;
  }
}
footer.new ul.footer_set li ol.newlist_small li {
  width: 100%;
  margin: 0 0 20px;
}
@media only screen and (max-width:1099px) {
  footer.new ul.footer_set li ol.newlist_small li {
    margin: 0 0 7px;
  }
}
footer.new ul.footer_set li ol.newlist_small li a {
  color: #000;
  text-decoration: none;
}
footer.new ul.footer_set li ol.newlist_small li a:hover {
  opacity: 0.6;
}
footer.new ul.footer_set li ol.newlist_small li a:before {
  content: "― ";
}

/*
.mainimage{
	width: 100%;//背景画像の横幅
	height: 400px;//背景画像の高さ
	position: sticky;//背景画像を固定
	top: 0;
	left: 0;
	z-index: -1;//z軸位置指定
	background-image: url("../img/index/mv.jpg");//背景画像を指定
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	@media only screen and (max-width:599px){
		height: 300px;
		line-height: 300px;
	}
}*/
.cs_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding: 20px 0 20px;
  background: #fff;
}
.cs_wrap .contents_slideshow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop-slide 50s infinite linear 1s both;
          animation: loop-slide 50s infinite linear 1s both;
}
.cs_wrap .contents_slideshow .content {
  width: 300px;
  margin: 0 20px 0 0;
  height: auto;
  border: 2px solid #fff;
}
@media only screen and (max-width:599px) {
  .cs_wrap .contents_slideshow .content {
    width: 200px;
    margin: 0 10px 0 0;
  }
}
.cs_wrap .contents_slideshow .content img {
  width: 100%;
  height: auto;
}
.cs_wrap .contents_slideshow .content-hover {
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media only screen and (min-width:1100px) {
  .cs_wrap .contents_slideshow .content-hover:hover {
    -webkit-transform: translate(0, -8px);
        -ms-transform: translate(0, -8px);
            transform: translate(0, -8px);
    -webkit-box-shadow: 0 5px 10px #eee;
            box-shadow: 0 5px 10px #eee;
    cursor: pointer;
    border: 2px solid #d80c18;
  }
}

@media only screen and (min-width:1100px) {
  .slide-paused:hover .contents_slideshow {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}
@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.topmessage_set {
  background: url("../img/index/bg_message.png") no-repeat right top;
  background-size: auto 100%;
}
.topmessage_set dl.topmessage_inset {
  width: 1100px;
  margin: 0 auto;
  display: block;
  padding: 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width:1099px) {
  .topmessage_set dl.topmessage_inset {
    width: auto;
    margin: 0 30px;
    padding: 80px 0;
  }
}
@media only screen and (max-width:599px) {
  .topmessage_set dl.topmessage_inset {
    margin: 0 20px;
    padding: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.topmessage_set dl.topmessage_inset dt {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2em;
}
@media only screen and (max-width:599px) {
  .topmessage_set dl.topmessage_inset dt {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3em;
  }
}
.topmessage_set dl.topmessage_inset dt span {
  display: block;
  margin: 0;
  font-size: 16px;
  color: #666;
  font-weight: lighter;
}
.topmessage_set dl.topmessage_inset dd {
  font-size: 14px;
  line-height: 3em;
}
@media only screen and (max-width:1099px) {
  .topmessage_set dl.topmessage_inset dd {
    margin: 0 0 0 60px;
    line-height: 2.5em;
  }
}
@media only screen and (max-width:599px) {
  .topmessage_set dl.topmessage_inset dd {
    margin: 5px 0 0;
    line-height: 2.3em;
  }
}

.bg_whiteset {
  background: #fff;
}

.title_news {
  text-align: center;
  font-size: 32px;
  letter-spacing: 1px;
  padding: 100px 0 45px;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width:1099px) {
  .title_news {
    font-size: 28px;
    padding: 60px 0 30px;
  }
}
@media only screen and (max-width:599px) {
  .title_news {
    font-size: 22px;
    padding: 40px 0 25px;
  }
}
.title_news span {
  font-weight: lighter;
  margin: 10px 0 0 0;
  font-size: 12px;
  color: #999;
  display: block;
}
@media only screen and (max-width:599px) {
  .title_news span {
    margin: 5px 0 0 0;
  }
}
.title_news:before {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 10px);
  width: 20px;
  height: 2px;
  content: "";
  border-radius: 3px;
  background: #d80c18;
}
@media only screen and (max-width:1099px) {
  .title_news:before {
    bottom: 15px;
  }
}
@media only screen and (max-width:599px) {
  .title_news:before {
    bottom: 10px;
  }
}

#topics-box {
  width: 100%;
}

#news-box {
  display: none;
  width: 100%;
}

#nyukyo-box {
  display: none;
  width: 100%;
}

#owner-box {
  display: none;
  width: 100%;
}

#event-box {
  display: none;
  width: 100%;
}

#media-box {
  display: none;
  width: 100%;
}

#radio-box {
  display: none;
  width: 100%;
}

.topics_catewide {
  width: 1100px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width:1099px) {
  .topics_catewide {
    width: 100%;
  }
}
.topics_catewide .topics_cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 20px;
}
@media only screen and (max-width:1099px) {
  .topics_catewide .topics_cate {
    margin: 0 0 10px;
  }
}
.topics_catewide .topics_cate li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.topics_catewide .topics_cate li a {
  padding: 6px 6px 19px;
  display: block;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  background-image: url("../img/index/arrow_off.svg");
  background-repeat: no-repeat;
  background-position: center bottom 4px;
  background-size: auto 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width:1099px) {
  .topics_catewide .topics_cate li a {
    font-size: 14px;
  }
}
@media only screen and (max-width:599px) {
  .topics_catewide .topics_cate li a {
    font-size: 12px;
    padding: 6px 0 12px;
    background-image: url("../img/index/arrow_off.svg");
    background-size: auto 6px;
  }
}
@media only screen and (min-width:1100px) {
  .topics_catewide .topics_cate li a:hover {
    color: #999;
    background-image: url("../img/index/arrow_on.svg");
    background-repeat: no-repeat;
    background-position: center bottom 4px;
    background-size: auto 8px;
  }
}
.topics_catewide .topics_cate li:last-child {
  border-right: none;
}
.topics_catewide .topics_wp {
  width: 100%;
  font-size: 14px;
}
@media only screen and (max-width:1099px) {
  .topics_catewide .topics_wp {
    width: auto;
    padding: 0 10px 0;
  }
}
.topics_catewide .topics_wp .inset {
  padding: 0;
  border-top: 1px dotted #ccc;
}
@media only screen and (max-width:599px) {
  .topics_catewide .topics_wp .inset {
    padding: 8px 0 0 0;
  }
}
.topics_catewide .topics_wp .inset li {
  border-bottom: 1px dotted #ccc;
  padding: 20px 15px;
  margin: 0;
}
@media only screen and (min-width:1100px) {
  .topics_catewide .topics_wp .inset li:hover {
    background: #f2f2f2;
  }
}
@media only screen and (max-width:599px) {
  .topics_catewide .topics_wp .inset li {
    padding: 0 0 8px;
    margin: 0 0 8px;
  }
}
.topics_catewide .topics_wp .inset li:last-child {
  margin: 0;
}
.topics_catewide .topics_wp .inset .cate_icon {
  font-size: 10px;
  display: inline-block;
  width: 100px;
  text-align: center;
  padding: 0;
  margin: 0 15px 0 0;
  color: #fff;
  text-decoration: none;
}
.topics_catewide .topics_wp .inset .news {
  background: #00a0e9;
}
.topics_catewide .topics_wp .inset .media {
  background: #0faaa1;
}
.topics_catewide .topics_wp .inset .radio {
  background: #0068b7;
}
.topics_catewide .topics_wp .inset .date {
  margin: 0 15px 0 0;
}
@media only screen and (max-width:599px) {
  .topics_catewide .topics_wp .inset .date {
    font-size: 12px;
  }
}
.topics_catewide .topics_wp .inset a {
  color: #000;
  text-decoration: none;
  line-height: 1.3em;
  margin: 3px 0 0 0;
}
@media only screen and (max-width:599px) {
  .topics_catewide .topics_wp .inset a {
    display: block;
  }
}
.topics_catewide .topics_wp .inset p {
  font-size: 12px;
  color: #666;
  line-height: 1.3em;
}
.topics_catewide .topics_info {
  margin: 20px 15px 0;
  font-size: 14px;
  line-height: 1.5em;
}
.topics_catewide .topics_info a {
  color: #0068b7;
}
.topics_catewide .topics_info a:hover {
  text-decoration: none;
}
.topics_catewide .attention_bar {
  margin: 20px 0 40px;
}
@media only screen and (max-width:1099px) {
  .topics_catewide .attention_bar {
    margin: 10px 10px 30px;
  }
}
@media only screen and (max-width:599px) {
  .topics_catewide .attention_bar {
    margin: 10px 10px 20px;
  }
}
.topics_catewide .attention_bar li {
  font-size: 14px;
}
.topics_catewide .attention_bar li a {
  padding: 10px;
  display: block;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width:1099px) {
  .topics_catewide .attention_bar li a {
    padding: 5px;
  }
}
.topics_catewide .attention_bar li a.atte:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 130px;
  height: 27px;
  background: url("../img/index/attntion.svg") no-repeat left top;
  background-size: 130px 25px;
  background-position-x: -0.05px !important;
  background-position-y: -0.05px !important;
  margin: 0 5px 0 0;
}
@media only screen and (max-width:599px) {
  .topics_catewide .attention_bar li a.atte:before {
    width: 100px;
    height: 21px;
    background: url("../img/index/attntion.svg") no-repeat left top;
    background-size: 100px 21px;
    display: block;
  }
}
.topics_catewide .attention_bar li a.info:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 90px;
  height: 27px;
  background: url("../img/index/information.svg") no-repeat left top;
  background-size: 90px 25px;
  background-position-x: -0.05px !important;
  background-position-y: -0.05px !important;
  margin: 0 5px 0 0;
}
@media only screen and (max-width:599px) {
  .topics_catewide .attention_bar li a.info:before {
    width: 68px;
    height: 21px;
    background: url("../img/index/information.svg") no-repeat left top;
    background-size: 68px 21px;
    display: block;
  }
}
@media only screen and (min-width:1100px) {
  .topics_catewide .attention_bar li a:hover {
    color: #999;
  }
}
.topics_catewide .btn_topics {
  margin: 40px 0 30px;
}
@media only screen and (max-width:1099px) {
  .topics_catewide .btn_topics {
    margin: 30px 0;
  }
}
@media only screen and (max-width:599px) {
  .topics_catewide .btn_topics {
    margin: 20px 0;
  }
}
.topics_catewide .btn_irnews {
  margin: 40px 0 80px;
}
@media only screen and (max-width:1099px) {
  .topics_catewide .btn_irnews {
    margin: 30px 0 60px;
  }
}
@media only screen and (max-width:599px) {
  .topics_catewide .btn_irnews {
    margin: 20px 0 40px;
  }
}
.topics_catewide .btn_more a {
  color: #000;
  display: block;
  border: 2px solid #000;
  text-decoration: none;
  font-size: 14px;
  height: 4em;
  line-height: 3.9em;
  width: 200px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 auto;
}
@media only screen and (max-width:599px) {
  .topics_catewide .btn_more a {
    width: 50%;
    height: 3.5em;
    line-height: 3.4em;
  }
}
.topics_catewide .btn_more a span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
@media only screen and (max-width:599px) {
  .topics_catewide .btn_more a span {
    font-size: 14px;
  }
}
.topics_catewide .btn_more a span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
@media only screen and (min-width:1100px) {
  .topics_catewide .btn_more a:hover {
    color: #d80c18;
    border: 2px solid #d80c18;
    -webkit-box-shadow: 0 5px 10px #eee;
            box-shadow: 0 5px 10px #eee;
    -webkit-transform: translate(0, -8px);
        -ms-transform: translate(0, -8px);
            transform: translate(0, -8px);
  }
  .topics_catewide .btn_more a:hover span::after {
    border-top: 1px solid #d80c18;
    border-right: 1px solid #d80c18;
  }
}
.topics_catewide .irnews_set {
  margin: 10px 0 0;
}
@media only screen and (max-width:1099px) {
  .topics_catewide .irnews_set {
    margin: 10px 10px 0;
  }
}

.threeset_title {
  text-align: center;
  font-size: 28px;
  letter-spacing: 1px;
  margin: 0 0 45px;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width:1099px) {
  .threeset_title {
    font-size: 24px;
    margin: 0 0 35px;
  }
}
@media only screen and (max-width:599px) {
  .threeset_title {
    font-size: 18px;
    margin: 0 0 20px;
  }
}
.threeset_title span {
  font-weight: lighter;
  margin: 15px 0 0 0;
  font-size: 12px;
  color: #999;
  display: block;
}
@media only screen and (max-width:1099px) {
  .threeset_title span {
    margin: 7px 0 0 0;
  }
}
@media only screen and (max-width:599px) {
  .threeset_title span {
    margin: 5px 0 0 0;
  }
}
@media only screen and (min-width:1100px) {
  .threeset_title:before {
    position: absolute;
    bottom: -15px;
    left: calc(50% - 15px);
    width: 20px;
    height: 2px;
    content: "";
    border-radius: 3px;
    background: #d80c18;
  }
}

#ir_box {
  width: auto;
  background: url("../img/index/bg_ir.jpg") no-repeat;
  background-size: cover;
  background-position: 50%;
  background-attachment: fixed;
  margin: 0 auto;
  padding: 80px 0;
}
@media only screen and (max-width:1099px) {
  #ir_box {
    padding: 60px 0;
  }
}
@media only screen and (max-width:599px) {
  #ir_box {
    background: url("../img/index/bg_ir.jpg") no-repeat;
    background-size: auto 100%;
    padding: 40px 0;
  }
}
#ir_box .irbox_title {
  text-align: center;
  margin: 0 0 40px;
}
@media only screen and (max-width:1099px) {
  #ir_box .irbox_title {
    margin: 0 0 20px;
  }
}
#ir_box .irbox_title span {
  color: #fff;
  font-size: 12px;
  display: block;
  margin: 10px 0 0;
  font-weight: lighter;
}
@media only screen and (max-width:599px) {
  #ir_box .irbox_title span {
    margin: 7px 0 0;
  }
}
#ir_box .irbox_title {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width:1099px) {
  #ir_box .irbox_title {
    font-size: 24px;
  }
}
@media only screen and (max-width:599px) {
  #ir_box .irbox_title {
    font-size: 18px;
  }
}
#ir_box .irbox_set {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width:1099px) {
  #ir_box .irbox_set {
    width: auto;
    margin: 0 10px;
  }
}
@media only screen and (max-width:599px) {
  #ir_box .irbox_set {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#ir_box .irbox_set li {
  width: 21%;
}
@media only screen and (max-width:1099px) {
  #ir_box .irbox_set li {
    width: 22.5%;
  }
}
@media only screen and (max-width:599px) {
  #ir_box .irbox_set li {
    width: 47%;
    margin: 0 0 20px;
  }
}
#ir_box .irbox_set li a {
  background: #fff;
  border-radius: 5px;
  text-align: center;
  color: #000;
  font-size: 16px;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 130px 20px 20px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width:1100px) {
  #ir_box .irbox_set li a:hover {
    -webkit-box-shadow: 0 5px 10px #111;
            box-shadow: 0 5px 10px #111;
    -webkit-transform: translate(0, -8px);
        -ms-transform: translate(0, -8px);
            transform: translate(0, -8px);
  }
}
@media only screen and (max-width:1099px) {
  #ir_box .irbox_set li a {
    padding: 110px 10px 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width:599px) {
  #ir_box .irbox_set li a {
    padding: 70px 10px 10px;
  }
}
#ir_box .irbox_set li a span:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
}
#ir_box .irbox_set li a span::before {
  position: absolute;
  content: "";
  width: 110px;
  height: 110px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 50px;
}
@media only screen and (max-width:1099px) {
  #ir_box .irbox_set li a span::before {
    bottom: 30px;
  }
}
@media only screen and (max-width:599px) {
  #ir_box .irbox_set li a span::before {
    bottom: 25px;
    width: 80px;
    height: 80px;
  }
}
#ir_box .irbox_set li:nth-child(1) span::before {
  background: url("../img/index/icon_ir_a.png") no-repeat;
  background-size: 110px;
}
@media only screen and (max-width:599px) {
  #ir_box .irbox_set li:nth-child(1) span::before {
    background-size: 80px;
  }
}
#ir_box .irbox_set li:nth-child(2) span::before {
  background: url("../img/index/icon_ir_b.png") no-repeat;
  background-size: 110px;
}
@media only screen and (max-width:599px) {
  #ir_box .irbox_set li:nth-child(2) span::before {
    background-size: 80px;
  }
}
#ir_box .irbox_set li:nth-child(3) span::before {
  background: url("../img/index/icon_ir_c.png") no-repeat;
  background-size: 110px;
}
@media only screen and (max-width:599px) {
  #ir_box .irbox_set li:nth-child(3) span::before {
    background-size: 80px;
  }
}
#ir_box .irbox_set li:nth-child(4) span::before {
  background: url("../img/index/icon_ir_d.png") no-repeat;
  background-size: 110px;
}
@media only screen and (max-width:599px) {
  #ir_box .irbox_set li:nth-child(4) span::before {
    background-size: 80px;
  }
}
#ir_box .irbox_btn {
  margin: 40px 0 0 0;
}
@media only screen and (max-width:599px) {
  #ir_box .irbox_btn {
    margin: 10px 0 0 0;
  }
}
#ir_box .irbox_btn a {
  background: #333;
  color: #fff;
  display: block;
  border: 2px solid #fff;
  text-decoration: none;
  font-size: 14px;
  height: 4em;
  line-height: 3.9em;
  width: 200px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 auto;
}
@media only screen and (max-width:599px) {
  #ir_box .irbox_btn a {
    width: 50%;
    height: 3.5em;
    line-height: 3.4em;
  }
}
#ir_box .irbox_btn a span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
@media only screen and (max-width:599px) {
  #ir_box .irbox_btn a span {
    font-size: 14px;
  }
}
#ir_box .irbox_btn a span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
@media only screen and (min-width:1100px) {
  #ir_box .irbox_btn a:hover {
    background: #fff;
    color: #000;
    border: 2px solid #000;
    -webkit-box-shadow: 0 5px 10px #111;
            box-shadow: 0 5px 10px #111;
    -webkit-transform: translate(0, -8px);
        -ms-transform: translate(0, -8px);
            transform: translate(0, -8px);
  }
  #ir_box .irbox_btn a:hover span::after {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }
}

#service_box {
  background: #f2f2f2;
  margin: 0 auto;
  padding: 120px 0 1px 0;
}
@media only screen and (max-width:1099px) {
  #service_box {
    margin: 0 auto;
    padding: 80px 0 1px;
  }
}
@media only screen and (max-width:599px) {
  #service_box {
    padding: 50px 0 1px;
  }
}
#service_box .service_inset {
  width: 1100px;
  margin: 0 auto 120px;
}
@media only screen and (max-width:1099px) {
  #service_box .service_inset {
    width: auto;
    margin: 0 10px 80px;
  }
}
@media only screen and (max-width:599px) {
  #service_box .service_inset {
    margin: 0 10px 50px;
  }
}
#service_box .service_inset .threeset_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width:599px) {
  #service_box .service_inset .threeset_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#service_box .service_inset .threeset_menu li {
  width: 30%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width:599px) {
  #service_box .service_inset .threeset_menu li {
    width: auto;
    margin: 0 0 2px;
    background: #fff;
    padding: 10px;
  }
}
#service_box .service_inset .threeset_menu li a {
  display: block;
  font-size: 12px;
  line-height: 1.4em;
  color: #000;
  text-decoration: none;
}
#service_box .service_inset .threeset_menu li a dl.threeinset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width:599px) {
  #service_box .service_inset .threeset_menu li a dl.threeinset {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
}
#service_box .service_inset .threeset_menu li a dl.threeinset dt {
  text-align: center;
  margin: 0 0 20px 0;
}
@media only screen and (max-width:1099px) {
  #service_box .service_inset .threeset_menu li a dl.threeinset dt {
    margin: 0 0 10px;
  }
}
@media only screen and (max-width:599px) {
  #service_box .service_inset .threeset_menu li a dl.threeinset dt {
    margin: 0 15px 0 0;
  }
}
#service_box .service_inset .threeset_menu li a dl.threeinset dt img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width:1099px) {
  #service_box .service_inset .threeset_menu li a dl.threeinset dt img {
    height: 150px;
  }
}
@media only screen and (max-width:599px) {
  #service_box .service_inset .threeset_menu li a dl.threeinset dt img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#service_box .service_inset .threeset_menu li a dl.threeinset dd {
  font-size: 14px;
  font-weight: lighter;
  line-height: 1.5em;
  color: #444;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width:1099px) {
  #service_box .service_inset .threeset_menu li a dl.threeinset dd {
    font-size: 12px;
  }
}
@media only screen and (max-width:599px) {
  #service_box .service_inset .threeset_menu li a dl.threeinset dd {
    width: 80%;
    position: relative;
    display: inline-block;
    padding: 0 20px 0 0;
    vertical-align: middle;
    text-decoration: none;
  }
  #service_box .service_inset .threeset_menu li a dl.threeinset dd::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #000;
  }
  #service_box .service_inset .threeset_menu li a dl.threeinset dd::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
}
#service_box .service_inset .threeset_menu li a dl.threeinset dd h3 {
  font-weight: lighter;
}
#service_box .service_inset .threeset_menu li a dl.threeinset dd span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.06em;
}
@media only screen and (max-width:1099px) {
  #service_box .service_inset .threeset_menu li a dl.threeinset dd span {
    font-size: 16px;
  }
}
@media only screen and (max-width:599px) {
  #service_box .service_inset .threeset_menu li a dl.threeinset dd span {
    font-size: 14px;
    margin: 0;
  }
}
#service_box .service_inset .threeset_menu li a dl.threeinset dd span::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#service_box .service_inset .threeset_menu li a dl.threeinset dd span.now::before {
  content: "開催中";
  color: #fff;
  background: #d80c18;
  font-size: 14px;
  padding: 3px;
  margin: 0 8px 0 0;
}
@media only screen and (max-width:599px) {
  #service_box .service_inset .threeset_menu li a dl.threeinset dd span.now::before {
    font-size: 12px;
    margin: 0 5px 0 0;
  }
}
@media only screen and (max-width:599px) {
  #service_box .service_inset .threeset_menu li a dl.threeinset dd p {
    display: none;
  }
}
@media only screen and (min-width:1100px) {
  #service_box .service_inset .threeset_menu li a:hover img {
    -webkit-box-shadow: 0 5px 10px #ccc;
            box-shadow: 0 5px 10px #ccc;
    -webkit-transform: translate(0, -8px);
        -ms-transform: translate(0, -8px);
            transform: translate(0, -8px);
  }
  #service_box .service_inset .threeset_menu li a:hover dl.threeinset dd {
    color: #d80c18;
  }
  #service_box .service_inset .threeset_menu li a:hover dl.threeinset dd span {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    padding: 0 0 0 25px;
    vertical-align: middle;
    text-decoration: none;
    color: #d80c18;
  }
  #service_box .service_inset .threeset_menu li a:hover dl.threeinset dd span::after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 0;
    width: 10px;
    height: 10px;
    border-top: 1px solid #d80c18;
    border-right: 1px solid #d80c18;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
}

#servicecontact_box {
  width: 100%;
  padding: 80px 0;
  background-color: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width:599px) {
  #servicecontact_box {
    padding: 40px 0 30px;
  }
}
#servicecontact_box .contactbox_title {
  text-align: center;
  margin: 0 0 40px;
}
@media only screen and (max-width:1099px) {
  #servicecontact_box .contactbox_title {
    margin: 0 0 20px;
  }
}
#servicecontact_box .contactbox_title span {
  color: #fff;
  font-size: 12px;
  display: block;
  margin: 10px 0 0;
  font-weight: lighter;
}
@media only screen and (max-width:599px) {
  #servicecontact_box .contactbox_title span {
    margin: 7px 0 0;
  }
}
#servicecontact_box .contactbox_title {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width:1099px) {
  #servicecontact_box .contactbox_title {
    font-size: 24px;
  }
}
@media only screen and (max-width:599px) {
  #servicecontact_box .contactbox_title {
    font-size: 18px;
  }
}
#servicecontact_box .inset {
  width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width:1099px) {
  #servicecontact_box .inset {
    width: auto;
    margin: 0 10px;
  }
}
#servicecontact_box .inset ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width:599px) {
  #servicecontact_box .inset ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#servicecontact_box .inset ul li {
  width: 31%;
  text-align: center;
}
@media only screen and (max-width:599px) {
  #servicecontact_box .inset ul li {
    width: auto;
    margin: 0 0 10px;
  }
}
#servicecontact_box .inset ul li a {
  background: #fff;
  border-radius: 5px;
  display: block;
  padding: 30px 0;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#servicecontact_box .inset ul li a span {
  display: block;
  font-size: 12px;
  margin: 7px 0 0 0;
  color: #666;
}
@media only screen and (max-width:1099px) {
  #servicecontact_box .inset ul li a span {
    display: none;
  }
}
@media only screen and (max-width:599px) {
  #servicecontact_box .inset ul li a span {
    display: block;
    font-size: 10px;
    margin: 3px 0 0 0;
    line-height: 1em;
  }
}
@media only screen and (max-width:599px) {
  #servicecontact_box .inset ul li a {
    padding: 20px 0;
  }
}
@media only screen and (min-width:1100px) {
  #servicecontact_box .inset ul li a:hover {
    background: #d80c18;
    color: #fff;
    -webkit-box-shadow: 0 5px 10px #333;
            box-shadow: 0 5px 10px #333;
    -webkit-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  #servicecontact_box .inset ul li a:hover span {
    color: #fff;
  }
}

#searching_box {
  width: 1100px;
  margin: 0 auto;
  padding: 120px 0;
}
@media only screen and (max-width:1099px) {
  #searching_box {
    width: auto;
    margin: 0 10px;
    padding: 80px 0 60px;
  }
}
@media only screen and (max-width:599px) {
  #searching_box {
    padding: 50px 0;
  }
}
#searching_box ul.searching_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width:599px) {
  #searching_box ul.searching_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#searching_box ul.searching_list li {
  width: 21.5%;
}
@media only screen and (max-width:1099px) {
  #searching_box ul.searching_list li {
    width: 22.5%;
  }
}
@media only screen and (max-width:599px) {
  #searching_box ul.searching_list li {
    width: auto;
  }
}
#searching_box ul.searching_list li a {
  display: block;
  font-size: 12px;
  line-height: 1.4em;
  color: #000;
  text-decoration: none;
}
#searching_box ul.searching_list li a dl.threeinset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width:599px) {
  #searching_box ul.searching_list li a dl.threeinset {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 20px;
  }
}
#searching_box ul.searching_list li a dl.threeinset dt {
  text-align: center;
  margin: 0 0 20px 0;
}
@media only screen and (max-width:599px) {
  #searching_box ul.searching_list li a dl.threeinset dt {
    margin: 0 15px 0 0;
  }
}
#searching_box ul.searching_list li a dl.threeinset dt img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width:599px) {
  #searching_box ul.searching_list li a dl.threeinset dt img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#searching_box ul.searching_list li a dl.threeinset dd {
  font-size: 14px;
  font-weight: lighter;
  line-height: 1.5em;
  color: #444;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width:1099px) {
  #searching_box ul.searching_list li a dl.threeinset dd {
    font-size: 12px;
  }
}
#searching_box ul.searching_list li a dl.threeinset dd span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.06em;
}
@media only screen and (max-width:1099px) {
  #searching_box ul.searching_list li a dl.threeinset dd span {
    font-size: 16px;
    letter-spacing: inherit;
  }
}
#searching_box ul.searching_list li a dl.threeinset dd span::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width:1100px) {
  #searching_box ul.searching_list li a:hover img {
    -webkit-box-shadow: 0 5px 10px #ccc;
            box-shadow: 0 5px 10px #ccc;
    -webkit-transform: translate(0, -8px);
        -ms-transform: translate(0, -8px);
            transform: translate(0, -8px);
  }
  #searching_box ul.searching_list li a:hover dl.threeinset dd {
    color: #d80c18;
  }
  #searching_box ul.searching_list li a:hover dl.threeinset dd span {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    padding: 0 0 0 25px;
    vertical-align: middle;
    text-decoration: none;
    color: #d80c18;
  }
  #searching_box ul.searching_list li a:hover dl.threeinset dd span::after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 0;
    width: 10px;
    height: 10px;
    border-top: 1px solid #d80c18;
    border-right: 1px solid #d80c18;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
}
#searching_box ul.searching_list_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width:599px) {
  #searching_box ul.searching_list_b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#searching_box ul.searching_list_b li {
  width: 30%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width:599px) {
  #searching_box ul.searching_list_b li {
    width: auto;
    background: #f2f2f2;
    padding: 10px;
    margin: 0 0 2px;
  }
}
#searching_box ul.searching_list_b li a {
  display: block;
  font-size: 12px;
  line-height: 1.4em;
  color: #000;
  text-decoration: none;
}
#searching_box ul.searching_list_b li a dl.threeinset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width:599px) {
  #searching_box ul.searching_list_b li a dl.threeinset {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
}
#searching_box ul.searching_list_b li a dl.threeinset dt {
  text-align: center;
  margin: 0 0 20px 0;
}
@media only screen and (max-width:1099px) {
  #searching_box ul.searching_list_b li a dl.threeinset dt {
    margin: 0 0 10px;
  }
}
@media only screen and (max-width:599px) {
  #searching_box ul.searching_list_b li a dl.threeinset dt {
    margin: 0 15px 0 0;
  }
}
#searching_box ul.searching_list_b li a dl.threeinset dt img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width:1099px) {
  #searching_box ul.searching_list_b li a dl.threeinset dt img {
    height: 150px;
  }
}
@media only screen and (max-width:599px) {
  #searching_box ul.searching_list_b li a dl.threeinset dt img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#searching_box ul.searching_list_b li a dl.threeinset dd {
  font-size: 14px;
  font-weight: lighter;
  line-height: 1.5em;
  color: #444;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width:1099px) {
  #searching_box ul.searching_list_b li a dl.threeinset dd {
    font-size: 12px;
  }
}
@media only screen and (max-width:599px) {
  #searching_box ul.searching_list_b li a dl.threeinset dd {
    width: 80%;
    position: relative;
    display: inline-block;
    padding: 0 20px 0 0;
    vertical-align: middle;
    text-decoration: none;
  }
  #searching_box ul.searching_list_b li a dl.threeinset dd::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #000;
  }
  #searching_box ul.searching_list_b li a dl.threeinset dd::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
}
#searching_box ul.searching_list_b li a dl.threeinset dd span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.06em;
  font-weight: lighter;
}
@media only screen and (max-width:1099px) {
  #searching_box ul.searching_list_b li a dl.threeinset dd span {
    font-size: 16px;
  }
}
@media only screen and (max-width:599px) {
  #searching_box ul.searching_list_b li a dl.threeinset dd span {
    margin: 0;
    font-size: 14px;
  }
}
#searching_box ul.searching_list_b li a dl.threeinset dd span::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width:599px) {
  #searching_box ul.searching_list_b li a dl.threeinset dd p {
    display: none;
  }
}
@media only screen and (min-width:1100px) {
  #searching_box ul.searching_list_b li a:hover img {
    -webkit-box-shadow: 0 5px 10px #ccc;
            box-shadow: 0 5px 10px #ccc;
    -webkit-transform: translate(0, -8px);
        -ms-transform: translate(0, -8px);
            transform: translate(0, -8px);
  }
  #searching_box ul.searching_list_b li a:hover dl.threeinset dd {
    color: #d80c18;
  }
  #searching_box ul.searching_list_b li a:hover dl.threeinset dd span {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    padding: 0 0 0 25px;
    vertical-align: middle;
    text-decoration: none;
    color: #d80c18;
  }
  #searching_box ul.searching_list_b li a:hover dl.threeinset dd span::after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 0;
    width: 10px;
    height: 10px;
    border-top: 1px solid #d80c18;
    border-right: 1px solid #d80c18;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
}

#servicebnr_group {
  width: 100%;
  margin: 80px 0 70px;
}
@media only screen and (max-width:1099px) {
  #servicebnr_group {
    margin: 60px 0 50px;
  }
}
@media only screen and (max-width:599px) {
  #servicebnr_group {
    width: 95%;
    margin: 30px auto 10px;
  }
}

.slider {
  width: 1120px;
  margin: 0 auto;
}
@media only screen and (max-width:1099px) {
  .slider {
    width: auto;
  }
}
.slider img {
  width: 100%;
}

.slick-slide {
  margin: 0 10px;
}
@media only screen and (max-width:599px) {
  .slick-slide {
    margin: 0 5px;
  }
}

.slick-arrow {
  z-index: 2 !important;
  width: 25px !important;
  height: 50px !important;
}
@media only screen and (max-width:599px) {
  .slick-arrow {
    width: 15px !important;
    height: 30px !important;
  }
}
.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: -10px;
  left: 0;
  opacity: 1 !important;
}

.slick-next {
  right: 0px !important;
}
.slick-next:before {
  background: url(/files/img/index/arrow_r.png) !important;
  background-size: contain !important;
}

.slick-prev {
  left: 0px !important;
}
.slick-prev:before {
  background: url(/files/img/index/arrow_l.png) !important;
  background-size: contain !important;
}

.slide-dots li button {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.slide-dots {
  text-align: center;
}
.slide-dots li {
  display: inline-block;
  margin: 10px 10px 0;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots li button:before {
  content: "●";
  color: #eee;
  font-size: 18px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width:599px) {
  .slide-dots li button:before {
    font-size: 12px;
  }
}
.slide-dots li.slick-active button:before {
  content: "●";
  color: #999;
}

.slick-dotted.slick-slider {
  margin-bottom: 10px !important;
}

.slick_btn {
  margin: 0 auto;
  text-align: center;
}
.slick_btn input[type=image] {
  width: 60px;
  height: auto;
}

#bnr_group {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width:1099px) {
  #bnr_group {
    width: auto;
    padding: 0;
  }
}
#bnr_group ul {
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width:1099px) {
  #bnr_group ul {
    width: auto;
    padding: 20px 10px;
  }
}
@media only screen and (max-width:599px) {
  #bnr_group ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 25px 15px 15px;
  }
}
#bnr_group ul li {
  width: 24%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width:599px) {
  #bnr_group ul li {
    width: 48%;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width:1100px) {
  #bnr_group ul li:hover {
    -webkit-box-shadow: 0 5px 10px #999;
            box-shadow: 0 5px 10px #999;
    -webkit-transform: translate(0, -8px);
        -ms-transform: translate(0, -8px);
            transform: translate(0, -8px);
  }
}
#bnr_group ul li a {
  border: none;
}
#bnr_group ul li a img {
  width: 100%;
}
@media only screen and (max-width:599px) {
  #bnr_group ul li a img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* wrap */
.hero {
  position: relative;
}

/* video */
.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 80vh;
}
@media only screen and (max-width:599px) {
  .video-box {
    height: 65vh;
  }
}

.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
@media only screen and (max-width:599px) {
  .video {
    top: 60%;
    left: 20%;
  }
}

/* overlay */
.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.2);
}

.mv-set {
  position: relative; /*h1の中央寄せ配置の起点とするためのrelative*/
  height: 70vh; /*高さを全画面にあわせる*/
  background-size: cover;
  background-attachment: fixed;
}
@media only screen and (max-width:599px) {
  .mv-set {
    height: 60vh;
    background-attachment: inherit;
  }
}

.mv-set0 {
  background: url("../img/index/mv_1.jpg") no-repeat;
  background-position: 50%;
  background-size: 100% auto;
}
@media only screen and (max-width:599px) {
  .mv-set0 {
    background: url("../img/index/mv_1_sp.jpg") no-repeat;
    background-position: 50%;
    background-size: auto 70vh;
  }
}

.mv-set1 {
  background: url("../img/index/mv_2.jpg") no-repeat;
  background-position: 50%;
  background-size: 100% auto;
}
@media only screen and (max-width:599px) {
  .mv-set1 {
    background: url("../img/index/mv_2_sp.jpg") no-repeat;
    background-position: 50%;
    background-size: auto 70vh;
  }
}

.mv-set2 {
  background: url("../img/index/mv_3.jpg") no-repeat;
  background-position: 50%;
  background-size: 100% auto;
}
@media only screen and (max-width:599px) {
  .mv-set2 {
    background: url("../img/index/mv_3_sp.jpg") no-repeat;
    background-position: 50%;
    background-size: auto 70vh;
  }
}

.mv-set3 {
  background: url("../img/index/mv_4.jpg") no-repeat;
  background-position: 50%;
  background-size: 100% auto;
}
@media only screen and (max-width:599px) {
  .mv-set3 {
    background: url("../img/index/mv_4_sp.jpg") no-repeat;
    background-position: 50%;
    background-size: auto 70vh;
  }
}

.mv-set4 {
  background: url("../img/index/mv_5.jpg") no-repeat;
  background-position: 50%;
  background-size: 100% auto;
}
@media only screen and (max-width:599px) {
  .mv-set4 {
    background: url("../img/index/mv_5_sp.jpg") no-repeat;
    background-position: 50%;
    background-size: auto 70vh;
  }
}

.mv-set5 {
  background: url("../img/index/mv_6.jpg") no-repeat;
  background-position: 50%;
  background-size: 100% auto;
}
@media only screen and (max-width:599px) {
  .mv-set5 {
    background: url("../img/index/mv_6_sp.jpg") no-repeat;
    background-position: 50%;
    background-size: auto 70vh;
  }
}

.mv-set6 {
  background: url("../img/index/mv_7.jpg") no-repeat;
  background-position: 50%;
  background-size: 100% auto;
}
@media only screen and (max-width:599px) {
  .mv-set6 {
    background: url("../img/index/mv_7_sp.jpg") no-repeat;
    background-position: 50%;
    background-size: auto 70vh;
  }
}

.mv-set7 {
  background: url("../img/index/mv_8.jpg") no-repeat;
  background-position: 50%;
  background-size: 100% auto;
}
@media only screen and (max-width:599px) {
  .mv-set7 {
    background: url("../img/index/mv_8_sp.jpg") no-repeat;
    background-position: 50%;
    background-size: auto 70vh;
  }
}

.mv-set8 {
  background: url("../img/index/mv_9.jpg") no-repeat;
  background-position: 50%;
  background-size: 100% auto;
}
@media only screen and (max-width:599px) {
  .mv-set8 {
    background: url("../img/index/mv_9_sp.jpg") no-repeat;
    background-position: 50%;
    background-size: auto 70vh;
  }
}

/*見出し設定*/
.maincatch_copy {
  /*要素の配置*/
  position: absolute;
  /*要素を天地中央寄せ*/
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  /*見た目の調整*/
  width: 1100px;
  text-align: left;
  font-size: 95px;
  font-family: "Franklin Gothic", "Roboto", "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  line-height: 1em;
  /*各テキストにanimationを設定*/
  color: transparent; /*テキストを透明にしてtext-shadowだけ表示する*/
  -webkit-animation-name: blur-text;
          animation-name: blur-text;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.maincatch_copy span {
  font-size: 18px;
  line-height: 1em;
  display: block;
  margin: 15px 0 0 0;
  letter-spacing: 0.5em;
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  /*各テキストにanimationを設定*/
  color: transparent; /*テキストを透明にしてtext-shadowだけ表示する*/
  -webkit-animation-name: blur-text;
          animation-name: blur-text;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media only screen and (max-width:1099px) {
  .maincatch_copy {
    width: 90%;
    font-size: 90px;
  }
  .maincatch_copy span {
    font-size: 14px;
  }
}
@media only screen and (max-width:599px) {
  .maincatch_copy {
    font-size: 50px;
    font-weight: 700;
  }
  .maincatch_copy span {
    font-size: 12px;
  }
}

/* フェードインの設定 */
@-webkit-keyframes blur-text {
  0% {
    text-shadow: 0 0 100px #ffffff;
    opacity: 0;
  }
  5% {
    text-shadow: 0 0 90px #ffffff;
  }
  10% {
    opacity: 1;
  }
  30% {
    text-shadow: 0 0 0px #ffffff;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 0px #ffffff;
  }
}
@keyframes blur-text {
  0% {
    text-shadow: 0 0 100px #ffffff;
    opacity: 0;
  }
  5% {
    text-shadow: 0 0 90px #ffffff;
  }
  10% {
    opacity: 1;
  }
  30% {
    text-shadow: 0 0 0px #ffffff;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 0px #ffffff;
  }
}
.draw {
  position: relative;
  /*padding:3px 20px;*/
  margin: 5px 0;
  color: transparent;
  font-size: 60px;
  font-family: "Franklin Gothic", "Roboto", "Noto Sans JP", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}
@media only screen and (max-width:599px) {
  .draw {
    font-size: 12px;
    font-weight: lighter;
    /*font-weight: bold;*/
  }
}
.draw.-small {
  /*padding:2px 10px;*/
  font-weight: lighter;
  font-size: 16px;
}
@media only screen and (max-width:599px) {
  .draw.-small {
    font-size: 22px;
    font-weight: bold;
  }
}
.draw:before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0%;
  right: 100%;
  background-color: #eee;
  content: "";
}
.draw.-do {
  -webkit-animation: show 2.5s forwards;
          animation: show 2.5s forwards;
}
.draw.-do:before {
  -webkit-animation: intro 2.5s ease-in-out;
          animation: intro 2.5s ease-in-out;
}
.draw.-wave:nth-child(1), .draw.-wave:nth-child(1)::before {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.draw.-wave:nth-child(2), .draw.-wave:nth-child(2)::before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.draw.-wave:nth-child(3), .draw.-wave:nth-child(3)::before {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
.draw.-wave:nth-child(4), .draw.-wave:nth-child(4)::before {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.draw.-wave:nth-child(5), .draw.-wave:nth-child(5)::before {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}
.draw.-wave:nth-child(6), .draw.-wave:nth-child(6)::before {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.draw.-wave:nth-child(7), .draw.-wave:nth-child(7)::before {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}
.draw.-wave:nth-child(8), .draw.-wave:nth-child(8)::before {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.draw[delay="0.1"], .draw[delay="0.1"]::before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.draw[delay="0.2"], .draw[delay="0.2"]::before {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.draw[delay="0.3"], .draw[delay="0.3"]::before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.draw[delay="0.4"], .draw[delay="0.4"]::before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.draw[delay="0.5"], .draw[delay="0.5"]::before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.draw[delay="0.6"], .draw[delay="0.6"]::before {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.draw[delay="0.7"], .draw[delay="0.7"]::before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.draw[delay="0.8"], .draw[delay="0.8"]::before {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.draw[delay="0.9"], .draw[delay="0.9"]::before {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.draw[delay="1"], .draw[delay="1"]::before {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.draw[delay="1.1"], .draw[delay="1.1"]::before {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.draw[delay="1.2"], .draw[delay="1.2"]::before {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.draw[delay="1.3"], .draw[delay="1.3"]::before {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.draw[delay="1.4"], .draw[delay="1.4"]::before {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
.draw[delay="1.5"], .draw[delay="1.5"]::before {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.draw[delay="1.6"], .draw[delay="1.6"]::before {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
.draw[delay="1.7"], .draw[delay="1.7"]::before {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.draw[delay="1.8"], .draw[delay="1.8"]::before {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
.draw[delay="1.9"], .draw[delay="1.9"]::before {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.draw[delay="2"], .draw[delay="2"]::before {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.draw[delay="2.1"], .draw[delay="2.1"]::before {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.draw[delay="2.2"], .draw[delay="2.2"]::before {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
.draw[delay="2.3"], .draw[delay="2.3"]::before {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.draw[delay="2.4"], .draw[delay="2.4"]::before {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}
.draw[delay="2.5"], .draw[delay="2.5"]::before {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.draw[delay="2.6"], .draw[delay="2.6"]::before {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}
.draw[delay="2.7"], .draw[delay="2.7"]::before {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.draw[delay="2.8"], .draw[delay="2.8"]::before {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}
.draw[delay="2.9"], .draw[delay="2.9"]::before {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}
.draw[delay="3"], .draw[delay="3"]::before {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
@-webkit-keyframes intro {
  0% {
    left: 0%;
    right: 100%;
  }
  50% {
    left: 0%;
    right: 0%;
  }
  100% {
    left: 100%;
    right: 0%;
  }
}
@keyframes intro {
  0% {
    left: 0%;
    right: 100%;
  }
  50% {
    left: 0%;
    right: 0%;
  }
  100% {
    left: 100%;
    right: 0%;
  }
}
@-webkit-keyframes show {
  0%, 50% {
    color: transparent;
  }
  50.00001%, 100% {
    color: black;
  }
}
@keyframes show {
  0%, 50% {
    color: transparent;
  }
  50.00001%, 100% {
    color: black;
  }
}

.mb80 {
  margin: 0 0 80px;
}
@media only screen and (max-width:1099px) {
  .mb80 {
    margin: 0 0 60px;
  }
}
@media only screen and (max-width:599px) {
  .mb80 {
    margin: 0 0 40px;
  }
}

.link_leasing {
  /*position: relative;*/
}
.link_leasing a {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  font-size: 14px;
  padding: 8px 10px 8px 40px;
  text-decoration: none;
  color: #fff;
  z-index: 1;
}
.link_leasing a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #000;
  clip-path: polygon(100% 100%, 100% 0, 0 0, 20% 100%);
}
.link_leasing a:hover::before {
  background: #444;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.link_leasing a span {
  background: url("../img/index/icon_leasing.svg") no-repeat 0 0;
  background-size: auto 16px;
  padding: 0 0 0 22px;
}
@media only screen and (max-width:599px) {
  .link_leasing {
    display: none;
  }
}

@media only screen and (min-width:1100px) {
  .topmv_tbn {
    position: relative;
  }
  .topmv_tbn a {
    position: absolute;
    right: 40px;
    bottom: 40px;
    display: block;
    width: 240px;
    height: 240px;
  }
  .topmv_tbn a img {
    width: 100%;
    height: 100%;
  }
  .topmv_tbn .animation {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s;
  }
  .topmv_tbn .keyframe6 {
    -webkit-animation-name: poyopoyo;
            animation-name: poyopoyo;
  }
  @-webkit-keyframes poyopoyo {
    0%, 40%, 60%, 80% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50%, 70% {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
    }
  }
  @keyframes poyopoyo {
    0%, 40%, 60%, 80% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50%, 70% {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
    }
  }
}
@media only screen and (max-width:1099px) {
  .topmv_tbn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
  }
  .topmv_tbn a img {
    width: 240px;
    height: 240px;
  }
  .topmv_tbn .animation {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s;
  }
  .topmv_tbn .keyframe6 {
    -webkit-animation-name: poyopoyo;
            animation-name: poyopoyo;
  }
  @-webkit-keyframes poyopoyo {
    0%, 40%, 60%, 80% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50%, 70% {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
    }
  }
  @keyframes poyopoyo {
    0%, 40%, 60%, 80% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50%, 70% {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
    }
  }
}
@media only screen and (max-width:599px) {
  .topmv_tbn {
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 99;
  }
  .topmv_tbn a img {
    width: 130px;
    height: 130px;
  }
  .topmv_tbn .animation {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s;
  }
  .topmv_tbn .keyframe6 {
    -webkit-animation-name: poyopoyo;
            animation-name: poyopoyo;
  }
  @-webkit-keyframes poyopoyo {
    0%, 40%, 60%, 80% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50%, 70% {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
    }
  }
  @keyframes poyopoyo {
    0%, 40%, 60%, 80% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50%, 70% {
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
    }
  }
}
.topbnr_drone {
  background: #fff36d;
}
.topbnr_drone a {
  display: block;
  text-align: center;
}
@media only screen and (max-width:599px) {
  .topbnr_drone a {
    padding: 8px 10px;
  }
}
.topbnr_drone a img {
  width: auto;
  height: auto;
}
@media only screen and (max-width:599px) {
  .topbnr_drone a img {
    width: 100%;
    height: auto;
  }
}

.topbnr_festival {
  background: #fcf2eb;
}
.topbnr_festival a {
  display: block;
  text-align: center;
}
@media only screen and (max-width:599px) {
  .topbnr_festival a {
    padding: 8px 10px;
  }
}
.topbnr_festival a img {
  width: auto;
  height: auto;
}
@media only screen and (max-width:599px) {
  .topbnr_festival a img {
    width: 100%;
    height: auto;
  }
}

.slider_small .slick-slide {
  margin: 0;
}
.slider_small .slider_small_1 {
  background: #fff36d;
}
.slider_small .slider_small_1 a {
  display: block;
}
@media only screen and (max-width:599px) {
  .slider_small .slider_small_1 a {
    padding: 8px 10px;
  }
}
.slider_small .slider_small_1 a img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width:599px) {
  .slider_small .slider_small_1 a img {
    width: 100%;
    height: auto;
  }
}
.slider_small .slider_small_2 {
  background: #008541;
}
.slider_small .slider_small_2 a {
  display: block;
  text-align: center;
}
@media only screen and (max-width:599px) {
  .slider_small .slider_small_2 a {
    padding: 8px 10px;
  }
}
.slider_small .slider_small_2 a img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width:599px) {
  .slider_small .slider_small_2 a img {
    width: 100%;
    height: auto;
  }
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_left.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}