@charset "UTF-8";
/* ------------------------------------------------------------
// index
------------------------------------------------------------ */
#loader {
  position: fixed;
  inset: 0;
  background: linear-gradient(to bottom right, #0066ff, #003380);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
#loader.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#loader.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#loader .loader-logo {
  opacity: 0;
  animation: fadeIn 1.2s ease 0.5s forwards;
}
#loader .loader-logo img {
  max-width: 200px;
  height: auto;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.main-visual {
  position: relative;
  height: calc(100vh - 80px);
  overflow: hidden;
  margin-bottom: 120px;
  /* Slide アニメーション用クラス（拡大） */
}
.main-visual .ripples {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  background: url(../images/index/ripples-img.png);
  background-size: cover;
  z-index: 1;
}
.main-visual .txt-box {
  position: absolute;
  top: 56%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 2;
}
.main-visual .txt-box .txt-l {
  font-size: 100px;
  color: #ffffff;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.main-visual .txt-box .txt-s {
  font-size: 24px;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.main-visual .iso {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.main-visual .full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: calc(100vh - 80px);
  margin: 0;
  text-decoration: none;
}
.main-visual .full .img1 {
  background-image: url(../images/index/slide-img-1.jpg);
}
.main-visual .full .img2 {
  background-image: url(../images/index/slide-img-2.jpg);
}
.main-visual .full .img3 {
  background-image: url(../images/index/slide-img-3.jpg);
}
.main-visual .bg-zoom {
  animation: zoomEffect 5s ease-in-out forwards;
}
@keyframes zoomEffect {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@media print, screen and (max-width: 991px) {
  .main-visual .txt-box .txt-l {
    font-size: 72px;
  }
  .main-visual .txt-box .txt-s {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 767px) {
  .main-visual {
    margin: 0 0 60px;
  }
  .main-visual .txt-box .txt-l {
    font-size: 34px;
  }
  .main-visual .txt-box .txt-s {
    font-size: 14px;
  }
  .main-visual .iso {
    right: 10px;
    bottom: 10px;
  }
  .main-visual .iso img {
    width: 84px;
  }
}

.bnr {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 2;
}
.bnr img {
  width: 240px;
}
@media print, screen and (max-width: 767px) {
  .bnr img {
    width: 140px;
  }
}

.pickup-wrap {
  margin-bottom: 160px;
}
.pickup-wrap .pickup-box {
  padding: 40px 0;
  background: url(../images/index/pickup-bg.png) no-repeat center center/cover;
}
.pickup-wrap .pickup-box ul {
  display: flex;
  gap: 30px;
}
.pickup-wrap .pickup-box ul li {
  width: calc((100% - 60px) / 3);
}
@media print, screen and (max-width: 991px) {
  .pickup-wrap .pickup-box ul {
    gap: 10px;
  }
  .pickup-wrap .pickup-box ul li {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .pickup-wrap {
    margin-bottom: 100px;
  }
  .pickup-wrap .pickup-box ul {
    flex-direction: column;
    gap: 20px;
  }
  .pickup-wrap .pickup-box ul li {
    width: 100%;
  }
}

.information-wrap {
  margin-bottom: 160px;
}
.information-wrap ul li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #434343;
}
.information-wrap ul li .date {
  width: 180px;
}
.information-wrap ul li .date .year {
  font-size: 18px;
  line-height: 1.4;
}
.information-wrap ul li .date .month-day {
  font-size: 48px;
  line-height: 1;
}
.information-wrap ul li .category {
  width: 160px;
  padding: 30px;
  border-right: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
}
.information-wrap ul li .category span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #ffffff;
  line-height: 1.2;
  min-height: 27px;
  padding: 5px 10px 6px;
  background: #cccccc;
}
.information-wrap ul li .category span.category-gray {
  background: #cccccc;
}
.information-wrap ul li .category span.category-orange {
  background: #f29a01;
}
.information-wrap ul li .category span.category-blue {
  background: #0066ff;
}
.information-wrap ul li .category span.category-green {
  background: #85ed51;
}
.information-wrap ul li .category span.category-red {
  background: #d62828;
}
.information-wrap ul li .txt {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 18px;
  padding: 0 40px 0 80px;
}
.information-wrap ul li .txt .new {
  position: absolute;
  left: 40px;
  font-size: 10px;
  color: #d62828;
}
.information-wrap ul li .txt a {
  transition: 0.3s;
}
.information-wrap ul li .txt a:hover {
  color: #003380;
  text-decoration: underline;
}
.information-wrap ul li .arrow {
  width: 31px;
}
@media screen and (max-width: 767px) {
  .information-wrap {
    margin-bottom: 100px;
  }
  .information-wrap ul li {
    position: relative;
    flex-direction: column;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #434343;
  }
  .information-wrap ul li .date {
    width: 100%;
  }
  .information-wrap ul li .date .year {
    font-size: 15px;
    line-height: 1.2;
  }
  .information-wrap ul li .date .month-day {
    font-size: 30px;
    line-height: 1;
  }
  .information-wrap ul li .category {
    position: absolute;
    top: 15px;
    right: 0;
    width: 100px;
    padding: 0;
    border-right: none;
    border-left: none;
  }
  .information-wrap ul li .category span {
    font-size: 11px;
    min-height: 24px;
    padding: 4px 10px 5px;
  }
  .information-wrap ul li .txt {
    font-size: 16px;
    width: 100%;
    margin-top: 40px;
    padding: 0;
  }
  .information-wrap ul li .txt .new {
    top: -15px;
    left: 0;
  }
  .information-wrap ul li .arrow {
    display: none;
  }
}

.business-wrap {
  min-height: 800px;
  margin-bottom: 160px;
  padding: 180px 0;
  background: url(../images/index/business-bg.png) no-repeat center right/contain;
}
.business-wrap .txt-box {
  max-width: 550px;
}
.business-wrap .txt-box .content-ttl {
  margin: 0 0 40px 0;
}
.business-wrap .txt-box .link-btn {
  margin: 60px 0 0 0;
}
@media print, screen and (max-width: 767px) {
  .business-wrap {
    min-height: auto;
    margin-bottom: 100px;
    padding: 100px 0;
    background: url(../images/index/business-bg.png) no-repeat center left/cover;
  }
  .business-wrap .txt-box .link-btn {
    margin: 60px auto 0;
  }
}

.company-wrap {
  margin-bottom: 10px;
}
.company-wrap .company-bnr img {
  width: 240px;
  margin: 0 auto 40px;
}
.company-wrap p {
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .company-wrap {
    margin-bottom: 100px;
  }
  .company-wrap p {
    text-align: left;
  }
}

.greeting-wrap {
  padding: 200px 0 100px;
  background: url(../images/index/company-bg.png) no-repeat bottom center/cover;
}
.greeting-wrap .company-icon-box {
  display: flex;
  margin: -150px 0 100px;
  padding: 60px 0;
  background: linear-gradient(to right, #85ed51, #0066ff);
  border-radius: 30px;
}
.greeting-wrap .company-icon-box .box {
  text-align: center;
  width: 33.3333333333%;
}
.greeting-wrap .company-icon-box .box:not(:last-child) {
  border-right: 3px solid #ffffff;
}
.greeting-wrap .company-icon-box .box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -30px;
  padding: 0 30px;
}
.greeting-wrap .company-icon-box .box .txt {
  font-size: 18px;
  color: #ffffff;
  margin: 30px 0 -30px;
  padding: 0 15px;
}
.greeting-wrap .greeting-txt-img {
  padding: 0 45px;
}
.greeting-wrap .greeting-txt-img img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .greeting-wrap {
    padding: 0 0 100px;
  }
  .greeting-wrap .company-icon-box {
    display: flex;
    margin: -50px 0 50px;
    padding: 40px 0;
    border-radius: 15px;
  }
  .greeting-wrap .company-icon-box .box:not(:last-child) {
    border-right: 1px solid #ffffff;
  }
  .greeting-wrap .company-icon-box .box .icon {
    margin-top: -20px;
  }
  .greeting-wrap .company-icon-box .box .txt {
    font-size: 15px;
    line-height: 1.4;
    margin: 20px 0 -20px;
    padding: 0 5px;
  }
}

.about-wrap .about-box {
  display: flex;
  gap: 30px;
  margin: 40px 0 20px;
}
.about-wrap .about-box .box {
  width: calc((100% - 30px) / 2);
}
.about-wrap .about-box .box:first-child img {
  margin: 0 auto;
}
.about-wrap .about-box .box table {
  width: 100%;
}
.about-wrap .about-box .box table tr {
  display: grid;
  grid-template-columns: 170px auto;
}
.about-wrap .about-box .box table tr th,
.about-wrap .about-box .box table tr td {
  text-align: left;
  vertical-align: top;
}
.about-wrap .about-box .box table tr th {
  padding: 1em 0;
  border-bottom: 1px solid #0066ff;
}
.about-wrap .about-box .box table tr td {
  padding: 1em;
  border-bottom: 1px solid #1b1b1b;
}
.about-wrap .about-box .box table tr td .link {
  display: flex;
  align-items: center;
  gap: 10px;
}
.about-wrap .about-box .box table tr:first-child th, .about-wrap .about-box .box table tr:first-child td {
  border-top: none;
}
@media print, screen and (max-width: 991px) {
  .about-wrap .about-box {
    flex-direction: column;
  }
  .about-wrap .about-box .box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-wrap .about-box {
    display: flex;
    gap: 30px;
  }
  .about-wrap .about-box .box table {
    width: 100%;
  }
  .about-wrap .about-box .box table tr {
    display: flex;
    flex-direction: column;
    border-top: none;
  }
  .about-wrap .about-box .box table tr th,
  .about-wrap .about-box .box table tr td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .about-wrap .about-box .box table tr th {
    font-weight: 700;
    padding: 0.6em 1em;
    background: #fafafa;
  }
  .about-wrap .about-box .box table tr td {
    padding: 1em 1em 2em;
  }
  .about-wrap .about-box .box table tr td .municipalities {
    font-weight: 700;
  }
}