@charset "UTF-8";
#top .h2box,
#top .h3box {
  text-align: center;
  margin: 1em 0;
  height: auto;
  display: block;
  background: none;
}
#top .h2box h2,
#top .h2box h3,
#top .h3box h2,
#top .h3box h3 {
  font-size: 2em;
  color: #42a0ab;
  margin: 0;
}
#top .h2box p.h2attached,
#top .h2box p.h3attached,
#top .h3box p.h2attached,
#top .h3box p.h3attached {
  color: #42a0ab;
  margin: 0;
}

/* top_main */
section#top_main {
  margin-top: 60px;
}
section#top_main div.swiper div.swiper-wrapper div.swiper-slide {
  display: flex;
  justify-content: center;
}
section#top_main div.swiper div.swiper-wrapper div.swiper-slide img {
  height: auto;
  width: 100%;
}
section#top_main div.swiper div.swiper-wrapper div.swiper-slide div.catch {
  position: absolute;
  text-align: center;
  width: 80%;
  align-self: center;
}
section#top_main div.swiper div.swiper-wrapper div.swiper-slide div.catch p {
  width: 80%;
  margin: 0 auto;
  color: #fff;
}
section#top_main div.swiper div.swiper-wrapper div.swiper-slide div.catch p.catch_1 {
  font-size: 2em;
}
section#top_main div.swiper div.swiper-wrapper div.swiper-slide div.catch p.catch_2 {
  font-family: "Open Sans", sans-serif;
  font-size: 6em;
  font-weight: bold;
}
section#top_main div.swiper div.swiper-wrapper div.swiper-slide div.catch p.catch_3 {
  font-size: 1.4em;
}

section#information ul {
  max-width: 800px;
  width: 80%;
  margin: 1em auto;
}
section#information ul li {
  border-bottom: 1px #bfbfbf dotted;
  padding: 1em;
}
section#information ul li:last-child {
  border: none;
}
section#information ul li a:hover {
  opacity: 0.5;
}
section#information ul li a div.datecat span.date {
  margin-right: 10px;
}
section#information ul li a div.datecat span.date::before {
  font-family: "Font Awesome 6 Free";
  content: "\f328";
  margin-right: 10px;
}
section#information ul li a div.datecat span.catName {
  margin-right: 10px;
  color: #fff;
  border-radius: 5px;
  padding: 0px 4px;
  font-size: 0.8em;
}
section#information ul li a div.datecat span.news {
  background-color: #557799;
}
section#information ul li a div.datecat span.media {
  background-color: #55998a;
}
section#information ul li a div.datecat span.press {
  background-color: #5c5599;
}

section#top_works div.contents {
  display: flex;
}
section#top_works div.contents div.side_thum {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #eee;
}
section#top_works div.contents div.side_thum ul li.btn a {
  display: flex;
  align-items: center;
  margin: 2em;
}
section#top_works div.contents div.side_thum ul li.btn a img {
  width: 20%;
  margin-right: 1em;
}
section#top_works div.contents div.side_thum ul li.btn a div.textbox p.title {
  color: #42a0ab;
  font-size: 1.5em;
}
section#top_works div.contents div.side_thum ul li.btn a div.textbox p.title::before {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  content: "\f00c";
  margin-right: 10px;
  width: 1.5em;
  height: 1.5em;
}
section#top_works div.contents div.side_thum ul li.btn a div.textbox p.comment::after {
  content: "...";
}
section#top_works div.contents div.side_thum ul li.btn a:hover {
  opacity: 0.5;
}
section#top_works div.contents div.side_thum ul li.next {
  text-align: right;
}
section#top_works div.contents div.side_thum ul li.next a {
  text-align: center;
  margin-right: 2em;
  background-color: #42a0ab;
  color: #fff;
  padding: 0.5em 1em;
}
section#top_works div.contents div.side_thum ul li.next a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  content: "\f061";
  margin-right: 10px;
  width: 1.5em;
  height: 1.5em;
}
section#top_works div.contents div.side_thum ul li.next a:hover {
  opacity: 0.5;
}
section#top_works div.contents img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

section#company {
  margin-bottom: 0;
}
section#company div.contents {
  display: flex;
}
section#company div.contents div.side_thum {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #eee;
}
section#company div.contents div.side_thum iframe {
  width: 91%;
  height: 200px;
  margin: 2em 2em 0 2em;
  border: none;
}
section#company div.contents img {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* sp用 */
@media screen and (max-width: 480px) {
  section#top_main {
    margin-top: 60px;
  }
  section#top_main div.swiper div.swiper-wrapper div.swiper-slide div.catch p.catch_1 {
    font-size: 0.8em;
  }
  section#top_main div.swiper div.swiper-wrapper div.swiper-slide div.catch p.catch_2 {
    font-size: 2em;
  }
  section#top_main div.swiper div.swiper-wrapper div.swiper-slide div.catch p.catch_3 {
    font-size: 0.8em;
  }
  #top .h2box h2,
  #top .h2box h3,
  #top .h3box h2,
  #top .h3box h3 {
    font-size: 1.5em;
  }
  #top .h2box.topbox h2,
  #top .h2box.topbox p.h2attached,
  #top .h3box.topbox h2,
  #top .h3box.topbox p.h2attached {
    margin: 0;
  }
  section#information ul {
    width: 90%;
  }
  section#information ul li a div.datecat span.title {
    display: block;
    margin: 5px 0;
  }
  section#information ul li a p.desc {
    font-size: 0.9em;
  }
  section#top_works div.contents {
    flex-direction: column;
  }
  section#top_works div.contents div.side_thum {
    width: auto;
  }
  section#top_works div.contents div.side_thum ul li.btn a {
    margin: 1em;
  }
  section#top_works div.contents div.side_thum ul li.btn a img {
    width: 30%;
    margin-right: 1em;
  }
  section#top_works div.contents div.side_thum ul li.btn a div.textbox p.title {
    font-size: 1.2em;
  }
  section#top_works div.contents div.side_thum ul li.btn a div.textbox p.comment {
    font-size: 0.9em;
  }
  section#top_works div.contents div.side_thum ul li.next {
    text-align: center;
  }
  section#top_works div.contents div.side_thum ul li.next a {
    display: block;
    margin: 1em;
  }
  section#top_works div.contents img {
    width: auto;
  }
  section#company div.contents {
    flex-direction: column;
  }
  section#company div.contents div.side_thum {
    width: auto;
  }
  section#company div.contents div.side_thum iframe {
    margin: 1em 2em 0 1em;
  }
  section#company div.contents img {
    width: auto;
  }
}/*# sourceMappingURL=top.css.map */