@charset "UTF-8";
/* sp-only ------------*/
/* pc-only ------------*/
/* hover-only ------------*/
/* flex ------------*/
/* Font Awesome 疑似要素 ------------*/
/* transition ------------*/
/* IE用 ------------*/
/* 750pxデザイン時のpxからvwを計算 ------------*/
/* calc内で使いたい場合: calc( 100% - vw(10) ); */
.lcl-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: -webkit-gradient(linear, left top, left bottom, from(#e4e2e2), color-stop(50.25%, #e1dfdf), to(#dbd9d9));
  background: linear-gradient(#e4e2e2 0%, #e1dfdf 50.25%, #dbd9d9 100%);
  /*	.lcl-main-list__item--third{
		.lcl-main-list__link{
			background: #646464;
			@include media_hover {
				&:hover{
					background: $c-orange;
				}
			}
		}
	}*/
}

.lcl-main .lcl-main__hero {
  height: calc(100vh - 50px);
  min-height: 700px;
  width: 50%;
  background: url(../img/img_02.png) no-repeat right center/cover;
  position: relative;
}

.lcl-main .lcl-main-hero__img {
  position: absolute;
  width: 336px;
  right: 18px;
  bottom: 48px;
}

.lcl-main .lcl-main__nav {
  width: 50%;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lcl-main .lcl-main-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 40px 0;
}

.lcl-main .lcl-main-list__item {
  height: 150px;
  width: 48%;
  text-align: center;
}

.lcl-main .lcl-main-list__link {
  color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}

.lcl-main .lcl-main-list__in {
  position: relative;
  width: 100%;
}

.lcl-main .lcl-main-list__in::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.lcl-main .lcl-main-list__item--first {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px;
}

.lcl-main .lcl-main-list__item--first .lcl-main-list__link {
  background: #313131;
}

@media (hover: hover) {
  .lcl-main .lcl-main-list__item--first .lcl-main-list__link:hover {
    background: #EA5504;
  }
  .lcl-main .lcl-main-list__item--first .lcl-main-list__link:hover .lcl-main-list__in .lcl-main-list__firsticon {
    fill: #EA5504;
  }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: none), screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .lcl-main .lcl-main-list__item--first .lcl-main-list__link:hover {
    background: #EA5504;
  }
  .lcl-main .lcl-main-list__item--first .lcl-main-list__link:hover .lcl-main-list__in .lcl-main-list__firsticon {
    fill: #EA5504;
  }
}

.lcl-main .lcl-main-list__item--first .lcl-main-list__in {
  padding-top: 18px;
  height: 110px;
}

.lcl-main .lcl-main-list__item--first .lcl-main-list__in::after {
  top: 38px;
  bottom: auto;
}

.lcl-main .lcl-main-list__item--first .lcl-main-list__firsticon {
  width: 100%;
  height: 65px;
  position: absolute;
  top: -64px;
  left: 0;
  fill: #313131;
}

.lcl-main .lcl-main-list__img {
  width: 100%;
  height: 320px;
  display: block;
  background: url(../img/img_01.jpg) no-repeat center center/cover;
}

.lcl-main .lcl-main-list__item--second .lcl-main-list__link {
  background: #313131;
}

@media (hover: hover) {
  .lcl-main .lcl-main-list__item--second .lcl-main-list__link:hover {
    background: #EA5504;
  }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: none), screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .lcl-main .lcl-main-list__item--second .lcl-main-list__link:hover {
    background: #EA5504;
  }
}

.lcl-main .lcl-main-list__item--third .lcl-main-list__link {
  background: #313131;
}

@media (hover: hover) {
  .lcl-main .lcl-main-list__item--third .lcl-main-list__link:hover {
    background: #EA5504;
  }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: none), screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .lcl-main .lcl-main-list__item--third .lcl-main-list__link:hover {
    background: #EA5504;
  }
}

.lcl-main .lcl-main-list__item--fourth {
  width: 100%;
  height: auto;
  text-align: right;
  padding-top: 20px;
  border-top: 1px solid #CCCCCC;
  margin-top: 20px;
}

.lcl-main .lcl-main-list__link--disabled {
  background: #979696 !important;
  pointer-events: none;
}

.lcl-main .lcl-main-list__link--disabled::after {
  content: "準備中";
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 100%;
  background: #C40101;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
}

.lcl-main .lcl-main-list__txt01 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 1350px) {
  .lcl-main .lcl-main-list__txt01 {
    font-size: 1rem;
  }
}

.lcl-main .lcl-main-list__txt01 strong {
  font-size: 28px;
}

.lcl-main .lcl-main-list__txt01 small {
  font-size: 16px;
}

.lcl-main .bh_top {
  display: none;
}

@media (max-width: 1720px) {
  .lcl-main .bh_top {
    display: block;
  }
}

.lcl-main .lcl-main-list__txt02 {
  font-size: 12px;
  opacity: 0.5;
  letter-spacing: 0.1em;
}

.notes {
  vertical-align: middle;
}

.notes .logo_02 {
  background-image: url("../img/logo_02.png");
  background-repeat: no-repeat;
  background-size: 75px;
  padding-left: 80px;
  margin-left: 5px;
}
