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

section .sec_inner {
  width: 80%;
  color: #8f7c77;
}
section .sec_inner h2 {
  text-align: center;
  font-size: 3rem;
}

section.top_about .sec_inner h2 {
  font-size: 1.5rem;
}
section.top_about .sec_inner .top_about_area {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
@media (max-width: 800px) {
  section.top_about .sec_inner .top_about_area {
    flex-direction: column-reverse;
  }
}
section.top_about .sec_inner .top_about_area .about_left {
  width: 50%;
}
@media (max-width: 800px) {
  section.top_about .sec_inner .top_about_area .about_left {
    width: 100%;
    margin-top: 2rem;
  }
}
section.top_about .sec_inner .top_about_area .about_left h3 {
  font-size: 1.6rem;
  color: #8f7c77;
}
section.top_about .sec_inner .top_about_area .about_left h3 span {
  font-size: 0.8rem;
}
section.top_about .sec_inner .top_about_area .about_left dl dt {
  display: inline-block;
  margin-top: 1.5rem;
  background-color: #d0aba8;
  color: #ffffff;
  padding: 0.5rem;
  border-radius: 10px;
}
section.top_about .sec_inner .top_about_area .about_left dl dd {
  padding: 0.5rem;
  color: #8f7c77;
}
section.top_about .sec_inner .top_about_area .about_right {
  display: block;
  justify-content: center;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  section.top_about .sec_inner .top_about_area .about_right {
    width: 100%;
  }
}
section.top_about .sec_inner .top_about_area .about_right img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
section.top_about .sec_inner .design {
  margin-top: 3rem;
}
section.top_about .sec_inner .design h3 {
  font-size: 1.5rem;
  text-align: center;
}

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: #fadcb4;
}
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: 1rem;
  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: #ff6868;
  }
}
section.top_works .sec_inner dl.works_area .works_blk dd {
  margin-top: 1rem;
  text-align: center;
}
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: #fadcb4;
  text-align: center;
  border-end-end-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;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  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 {
  border: 1px solid #000;
  padding: 1rem;
}
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%;
  margin-top: 1rem;
  padding: 0.5rem;
  background-color: #fadcb4;
  text-align: center;
}

section.skill_list {
  background-color: #e9e9e9;
}
section.skill_list .sec_inner h2 {
  padding-bottom: 2rem;
}
section.skill_list .sec_inner dl {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 800px) {
  section.skill_list .sec_inner dl {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4%;
  }
}
section.skill_list .sec_inner dl div.blk {
  display: flex;
  flex-direction: column;
  width: 30%;
  padding: 1.5rem 0;
  background-color: #fadcb4;
  text-align: center;
  border-radius: 20px;
}
@media (max-width: 800px) {
  section.skill_list .sec_inner dl div.blk {
    width: 48%;
    margin-top: 1rem;
  }
}
@media (max-width: 480px) {
  section.skill_list .sec_inner dl div.blk {
    width: 100%;
  }
}
section.skill_list .sec_inner dl div.blk dt.title {
  order: 2;
  margin-top: 1rem;
  font-size: 1rem;
}
section.skill_list .sec_inner dl div.blk dd.setumei {
  order: 3;
  padding-bottom: 0.5rem;
  margin: 1rem;
  line-height: 1.6;
}
section.skill_list .sec_inner dl div.blk dd.setumei ul.skill_list li {
  text-align: left;
}
section.skill_list .sec_inner dl div.blk dd.btn {
  order: 4;
  margin-top: auto;
}
section.skill_list .sec_inner dl div.blk dd.btn a {
  display: block;
  background-color: #fff;
  margin: 0 auto;
  width: 70%;
  border-radius: 2rem;
  padding: 0.5rem 0;
}
section.skill_list .sec_inner dl div.blk dd.image {
  order: 1;
}
section.skill_list .sec_inner dl div.blk dd.image img {
  display: block;
  width: 50%;
  margin: 0 auto;
}
section.skill_list .sec_inner .container {
  display: grid;
  grid-template-columns: 1frpx 200px 200px;
  gap: 10px;
  grid-template-columns: auto;
}
section.skill_list .sec_inner .container .item {
  background-color: #fadcb4;
  color: #fff;
  padding: 1rem;
}

section.contact .sec_inner table {
  width: 80%;
  margin: 2rem auto;
}
section.contact .sec_inner table tbody tr {
  border-bottom: 1px solid #000;
}
section.contact .sec_inner table tbody tr:nth-child(odd) {
  background-color: #dad8d8;
}
section.contact .sec_inner table tbody tr:nth-child(even) {
  background-color: #eae9e9;
}
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%;
    padding: 0.5rem;
  }
}
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: rgb(125, 200, 247);
  text-decoration: underline;
}

section.future {
  background-color: #fadcb4;
}
section.future .sec_inner p {
  text-align: center;
  line-height: 1.5rem;
  margin-top: 2rem;
}
section.future .sec_inner .goal {
  display: block;
  padding: 2rem;
}
@media (max-width: 1200px) {
  section.future .sec_inner .goal {
    text-align: center;
    line-height: 1.4rem;
  }
}
section.future .sec_inner .goal h3 {
  font-size: 1.4rem;
}
section.future .sec_inner .goal ul li {
  margin: 1rem;
}/*# sourceMappingURL=index.css.map */