@charset "utf-8";

/* �w�b�_�[ */
.hero {
    height: 35vh;
    background-size: cover;
    background-position: center 60%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    margin: 1em 0 0 0;
}

.hero .overlay {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
}

.hero h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #fff;
}

.hero p {
    font-size: 1.2rem;
    color: #FFF;
}

/* �v���W�F�N�g�T�v */
.project-summary {
    padding: 60px 20px;
    text-align: center;
}

.project-summary h2 {
color:#00144d;
    font-size: 2rem;
	    margin-bottom: 25px;
    border-bottom: 1px solid #00144d;
    padding: 0 0 0.5em 0;
}

.project-summary .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
}

.project-summary img {
    width: 46%;
    height: auto;
}

.project-summary p {
    width: 52%;
    font-size: 1.2rem;
    text-align: left;
    /* padding: 0 !important; */
    margin: 0;
}

/* �H���Љ� */
.process {
    padding: 60px 20px;
    background-color: #f5f5f5;
    text-align: center;
}

.process h2 {
color:#00144d;
    font-size: 2rem;
	    margin-bottom: 25px;
    border-bottom: 1px solid #00144d;
    padding: 0 0 0.5em 0;
}

.process-steps {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.process-steps .step {
    width: 22%;
    text-align: center;
}

.process-steps .step p {
    text-align: left;
}

.process-steps .step h3 {
    margin: 1em 0 0.5em 0;
}


.process-steps img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}


.list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.row {
  display: grid;
  grid-template-columns: 138px 138px 1fr 138px 138px;
  gap: 13px;
}

.row img {
  width: 146px;
}

.text h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.text p {
text-align: left;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}




.img-row {
display: flex;
    gap: 16px;
    align-items: flex-start;
	    justify-content: space-between;
}

.img-row img {
  display: block;
}
/* �v���W�F�N�g�M�������[ */
.project-gallery {
    padding: 60px 20px;
    text-align: center;
}

.project-gallery h2 {
color:#00144d;
    font-size: 2rem;
	    margin-bottom: 25px;
    border-bottom: 1px solid #00144d;
    padding: 0 0 0.5em 0;
}
/*
.project-gallery .gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
}

.project-gallery .gallery img {
    width: 47%;
    height: auto;
}


.project-gallery .gallery img.img4 {
    width: 20.5%;
    height: auto;
}*/

.gallery {
    columns: 4;
    column-gap: 20px;
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.gallery-item img {
  width: 100%;
  border-radius: 10px;
}

.gallery-item:hover img {
  transform: scale(1.05);
}


/* �����΂������Ɛg�߂� */
.more-about {
    background-image: url('../img/more-about-bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 7em 20px;
    text-align: center;
    color: #fff;
}

.more-about .more-overlay {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    display: inline-block;
    max-width: 800px;
    margin: 0 auto;
}

.more-about p {
    font-size: 1.2rem;
    color: #fff;
    text-align: left;
}

/* ���X�|���V�u */
@media screen and (max-width: 768px) {
    .project-summary .content {
        flex-direction: column;
        text-align: center;
    }

    .process-steps {
        flex-direction: column;
        align-items: center;
    }

    .process-steps .step {
        width: 80%;
        margin-bottom: 20px;
    }

    .project-gallery .gallery {
        flex-direction: column;
    }

    .project-gallery .gallery img {
        width: 100%;
    }
}



.slider {
  width: 100% !Important;
  margin: 0 auto!Important;
}



.slider img {
  display: block!Important;
  margin: 0 auto;
}

.slick-dots {
  display: flex !important;
  justify-content: center;
}

.slick-dots li {
  margin: 0 6px;
}

.slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
  font-size: 0;
}

.slick-dots li button:before {
  font-size: 10px;
  line-height: 10px;
  width: 10px;
  height: 10px;
}








