@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic:wght@300;400;700&display=swap");
.mv img {
  display: block;
  width: 100%;
  height: auto;
}

.mv2 {
  width: 100%;
  height: 100vh;
  background-image: url(../images/top/matsurika_gyokusui.JPG);
  background-repeat: no-repeat;
  background-size: cover;
}

.mv3 img {
  display: block;
  width: 100%;
  height: auto;
}

section .sec_inner {
  width: 80%;
  margin: 0 auto;
  padding: 5rem 0;
}
section .sec_inner h2 {
  font-size: 2.2rem;
  text-align: center;
}

section.top_about div.sec_inner .top_about_area {
  display: flex;
  margin-top: 3rem;
}
@media (max-width: 800px) {
  section.top_about div.sec_inner .top_about_area {
    flex-direction: column-reverse;
  }
}
section.top_about div.sec_inner .top_about_area .about_left {
  width: 50%;
}
@media (max-width: 800px) {
  section.top_about div.sec_inner .top_about_area .about_left {
    width: 100%;
    margin-top: 2rem;
  }
}
section.top_about div.sec_inner .top_about_area .about_left h3 {
  font-size: 1.5rem;
}
section.top_about div.sec_inner .top_about_area .about_left h3 span {
  font-size: 0.7rem;
}
section.top_about div.sec_inner .top_about_area .about_left p {
  margin-top: 1rem;
}
section.top_about div.sec_inner .top_about_area .about_left dl dt {
  display: inline-block;
  margin-top: 1rem;
  background-color: #efaeae;
  color: #672727;
  padding: 0.5rem;
  border-radius: 10px;
}
section.top_about div.sec_inner .top_about_area .about_left dl dd {
  margin-top: 0.5rem;
}
section.top_about div.sec_inner .top_about_area .about_right {
  width: 50%;
}
@media (max-width: 800px) {
  section.top_about div.sec_inner .top_about_area .about_right {
    width: 100%;
  }
}
section.top_about div.sec_inner .top_about_area .about_right img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

section.top_works .sec_inner h3 {
  font-size: 1.4rem;
  margin-top: 2rem;
}
section.top_works .sec_inner h3::before {
  content: "●";
  font-size: 1.8rem;
  color: #672727;
}
section.top_works .sec_inner dl.works_area {
  display: flex;
  justify-content: space-around;
  margin-top: 1rem;
}
@media (max-width: 800px) {
  section.top_works .sec_inner dl.works_area {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4%;
  }
}
section.top_works .sec_inner dl.works_area .works_blk {
  width: 30%;
  display: flex;
  flex-direction: column;
  border: 1px solid #000;
  padding: 1rem;
  border-radius: 5px;
}
@media (max-width: 800px) {
  section.top_works .sec_inner dl.works_area .works_blk {
    width: 48%;
    margin-top: 1rem;
  }
}
@media (max-width: 480px) {
  section.top_works .sec_inner dl.works_area .works_blk {
    width: 100%;
  }
}
section.top_works .sec_inner dl.works_area .works_blk dt {
  order: 2;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 1rem;
}
@media (max-width: 800px) {
  section.top_works .sec_inner dl.works_area .works_blk dt {
    font-size: 1rem;
    color: #953333;
  }
}
section.top_works .sec_inner dl.works_area .works_blk dd {
  margin-top: 1rem;
}
section.top_works .sec_inner dl.works_area .works_blk dd:nth-of-type(1) {
  order: 3;
}
section.top_works .sec_inner dl.works_area .works_blk dd:nth-of-type(2) {
  order: 4;
}
section.top_works .sec_inner dl.works_area .works_blk dd:nth-of-type(2) a {
  display: block;
  width: 100%;
  background-color: #efaeae;
  color: #672727;
  text-align: center;
  border-radius: 5px;
  padding: 1rem 0;
}
section.top_works .sec_inner dl.works_area .works_blk dd:nth-of-type(3) {
  order: 1;
  margin-top: 0;
}
section.top_works .sec_inner dl.works_area .works_blk dd:nth-of-type(3) img {
  display: block;
  width: 100%;
  height: auto;
}
section.top_works .sec_inner ul.grid_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 1rem;
}
@media (max-width: 800px) {
  section.top_works .sec_inner ul.grid_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  section.top_works .sec_inner ul.grid_list {
    grid-template-columns: none;
  }
}
section.top_works .sec_inner ul.grid_list li {
  padding: 1rem;
  border: 1px solid #000000;
  border-radius: 5px;
}
section.top_works .sec_inner ul.grid_list li img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
section.top_works .sec_inner ul.grid_list li a {
  display: block;
  width: 100%;
  background-color: #a47540;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  padding: 1rem;
  margin-top: 1rem;
}

section.top_skil {
  background-color: #ffe9c7;
}
section.top_skil .sec_inner .skil_area {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 800px) {
  section.top_skil .sec_inner .skil_area {
    flex-wrap: wrap;
  }
}
section.top_skil .sec_inner .skil_area .skil_blk {
  display: flex;
  width: 33%;
  flex-direction: column;
  padding: 3rem;
  margin-top: 3rem;
}
@media (max-width: 800px) {
  section.top_skil .sec_inner .skil_area .skil_blk {
    width: 48%;
    margin-top: 1rem;
  }
}
@media (max-width: 480px) {
  section.top_skil .sec_inner .skil_area .skil_blk {
    width: 100%;
  }
}
section.top_skil .sec_inner .skil_area .skil_blk h3 {
  order: 2;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 1rem;
  font-weight: bold;
}
section.top_skil .sec_inner .skil_area .skil_blk ul {
  order: 3;
  margin-top: 1rem;
}
section.top_skil .sec_inner .skil_area .skil_blk ul li {
  margin-top: 0.5rem;
  list-style-type: disc;
}
section.top_skil .sec_inner .skil_area .skil_blk img {
  order: 1;
  display: block;
  width: 100%;
}

section.future {
  background-color: #d3b1b1;
}
section.future .sec_inner h3 {
  font-size: 1.5rem;
  border-bottom: 1px solid #ffffff;
  padding: 1rem;
  margin-top: 2rem;
}
section.future .sec_inner li {
  list-style: square inside;
  margin-top: 1.5rem;
}

section.contact .sec_inner table {
  width: 80%;
  margin: 2rem auto;
}
section.contact .sec_inner table tbody tr:nth-child(odd) {
  background-color: #f3f3f3;
}
section.contact .sec_inner table tbody tr th, section.contact .sec_inner table tbody tr td {
  padding: 1rem;
  font-size: 1.2rem;
}
@media (max-width: 480px) {
  section.contact .sec_inner table tbody tr th, section.contact .sec_inner table tbody tr td {
    display: block;
    width: 100%;
  }
}
section.contact .sec_inner table tbody tr th {
  width: 20%;
}
@media (max-width: 480px) {
  section.contact .sec_inner table tbody tr th {
    width: 100%;
  }
}
section.contact .sec_inner table tbody tr td a {
  color: #1787ff;
  text-decoration: underline;
}/*# sourceMappingURL=index.css.map */