@charset "utf-8";
/* CSS Document */
.section-consept {
  background-image: url("../images/common/base-green.jpg");
  background-size: cover;
  background-repeat: repeat;
  color: #F4F2E4;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 70px;
}
.section-consept p, .section-profile p{
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  margin: 0 auto;
  text-align: justify; /* 両端揃え(均等割り付け) */
  max-width: 500px;
  margin-bottom: 50px;
}

/*ボタン*/
.section-consept__button-works, .section-consept__button-gallery {
  height: 50px;
  width: auto;
}
.section-consept__button-works {
  margin-bottom: 30px;
}
.section-consept__button-works a, .section-consept__button-gallery a{
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  display: inline-block;
  width: 180px;
  height: 50px;
  text-align: center;
  background-color: #345654;
  font-size: 1.6rem;
  line-height: 52px;
  color: #F4F2E4;
  text-decoration: none;
  font-weight: bold;
  border: 1.5px solid #F4F2E4;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.section-contact__button-contact a {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  display: inline-block;
  width: 180px;
  text-align: center;
  background-color: #345654;
  font-size: 1.8rem;
  color: #F4F2E4;
  text-decoration: none;
  font-weight: bold;
  border: 1.5px solid #F4F2E4;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 50px 20px;
}
.section-consept__button-works a span, .section-consept__button-gallery a span {
	font-size: 1.2rem;
	margin-left: 0px;
	position: relative;
	bottom: 2px;
} 
.section-contact__button-contact a span {
	font-size: 1.4rem;
	margin-left: 0px;
	position: relative;
	bottom: 2px;
}

@media (min-width:700px) {
  .section-consept__button-works a:after, .section-consept__button-gallery a:after {
  width: 100%;
  height: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #F4F2E4;
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .3s;
  z-index: -1;
}
  .section-contact__button-contact a:after {
  content: "";
  position: absolute;
  top:0;
  left: -100%; /* ← スタート地点：左の外側 */
  width: 100%;
  height: 100%;
  background: #F4F2E4;
  opacity: 1;
  transition: left 0.3s ease;
  z-index: -1;
  }
.section-consept__button-works a:hover, .section-consept__button-gallery a:hover, .section-contact__button-contact a:hover{
  color: #345654;
  opacity: 1;
}
  .section-contact__button-contact a:hover{
  color: #345654;
  opacity: 1; 
  }
.section-consept__button-works a:hover:after, .section-consept__button-gallery a:hover:after {
  height: 240%;
  opacity: 1;
}
.section-contact__button-contact a:hover:after {
  left: 0; 
  opacity: 1;
  }
.section-consept__button-works a:active:after, .section-consept__button-gallery a:active:after{
  height: 340%;
  opacity: 1;
}
}
.section-profile{
  background-image: url("../images/common/base-border-milk.jpg");
  background-size: cover;
  background-repeat: repeat;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 70px;
}
.section-contact{
 background-image: url("../images/common/base-border-milk.jpg");
  background-size: cover;
  background-repeat: repeat;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 70px;
  padding-bottom: 70px;
} 
.section-profile h2 span::before, .section-news h2 span::before, .section-contact h2 span::before, .section-profile h2 span::after, .section-news h2 span::after, .section-contact h2 span::after {
  content: '';
  width: 70px;
  height: 2px;
  border-top: 1px solid #345654;
  border-bottom: 1px solid #345654;
}
.section-profile__container p {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  margin: 0 auto;
  text-align: justify; /* 両端揃え(均等割り付け) */
  max-width: 500px;
  margin-bottom: 10px;
}
.section-profile h3, .section-skils h3 {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  padding-top: 50px;
  margin-bottom: 30px;
}
.section-profile ul {
  margin: 0 auto;
  max-width: 500px;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
}
.section-profile ul li {
  list-style: none;
  margin-bottom: 20px;
  text-align: justify;
}
.section-profile li:last-child {
  margin-bottom: 0;
}
@media (min-width:700px) { /*700pxより画面が大きくなったら*/
  .section-consept, .section-profile, .section-contact {
    padding-bottom: 80px;
  }
  .section-consept p, .section-profile p {
    max-width: 700px;
    margin-bottom: 60px;
  }
  .section-common p {
    max-width: 700px;
    margin-bottom: 10px;
  }
  /*ボタン*/
  .section-consept__button {
    max-width: 480px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .section-consept__button-works {
    margin-bottom: 0;
  }
  .section-profile ul {
    max-width: 700px;
  }
}
.section-skils {
  background-image: url("../images/common/base-border-green.jpg");
  background-size: cover;
  background-repeat: repeat;
  color: #F4F2E4;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 70px;
}
.section-skils__wrapper, .section-skils__wrapper-ather {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 1em;
  max-width: 500px;
  margin: 0 auto;
}
.section-skils__wrapper li, .section-skils__wrapper-ather li {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  line-height: 1.6rem;
  text-align: justify;
  border: 1px solid #F4F2E4;
  border-radius: 10px;
  padding: 10px;
}
.section-skils__ather {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 500px;
  margin: 0 auto;
  padding-top: 40px;
  border-bottom: 1px solid #F4F2E4;
}
.section-skils__ather li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  list-style: none;
}
@media (min-width:700px) {
  .section-skils {
    padding-bottom: 80px;
  }
  .section-skils__wrapper {
    grid-template-columns: repeat(3, 1fr);
    max-width: 700px;
  }
  .section-skils__wrapper-ather {
    grid-template-columns: repeat(2, 1fr);
    max-width: 700px;
  }
}
.section-news {
  background-image: url("../images/common/base-milk.jpg");
  background-size: cover;
  background-repeat: repeat;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 70px;
}
.section-news__container {
  margin: 0 auto;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  text-align: justify;
  max-width: 300px;
}
.section-news__content {
  margin-bottom: 30px;
}
.section-news__content time {
  font-size: 1rem;
  line-height: 1;
}
.section-news__content h3 {
  font-size: 1.5rem;
}
@media (min-width:700px) {
  .section-news {
    padding-bottom: 50px;
  }
  .section-news__container {
    max-width: 500px;
  }
  .section-news__content {
    margin-bottom: 30px;
  }
}