@charset "UTF-8";
/* ------------------------------------------------------------
common
------------------------------------------------------------ */
.sec-title {
  font-size: min(9vw, 55px);
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.sec-title div {
  display: inline-block;
  padding: 0 30px;
  position: relative;
}

.sec-title div:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f6ab00;
  left: 0;
  bottom: 1.1em;
  display: block;
  position: absolute;
}

.sec-title span {
  font-size: 22px;
  display: block;
  color: #e8311f;
}

div.about-detail {
  font-size: 13px;
  color: #3f3f41;
  position: relative;
  text-align: right;
  padding-right: 1.5em;
  line-height: 1;
}

div.about-detail:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: #9E9E9E;
  position: absolute;
  bottom: 0;
  right: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

/* ------------------------------------------------------------
main
------------------------------------------------------------ */
.mainVisual {
  background: linear-gradient(#fffbe9, #fff);
  height: 600px;
  overflow-x: clip;
}

.mainVisual .inner {
  padding-top: 115px;
}

.mainVisual .inner .content {
  position: relative;
  z-index: 2;
}

.mainVisual .inner .content .title {
  color: #e48702;
  font-size: min(9.5vw, 72px);
  font-weight: bold;
  line-height: 1.5;
}

.mainVisual .inner .content p {
  width: min(100%, 27em);
}

.mainVisual .inner .summary {
  position: absolute;
  right: -400px;
  top: 80px;
  z-index: 0;
}

.mainVisual .image {
  animation: float 5s ease infinite;
  position: relative;
  top: -115px;
}

.mainVisual p {
  font-size: 18px;
  line-height: 2;
  margin-top: 35px;
}

.mainVisual li {
  opacity: 0;
  position: absolute;
  z-index: 4;
}

.mainVisual li span {
  animation: float 4s ease infinite;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 80px;
  line-height: 2;
  padding-top: 15px;
  text-align: center;
  width: 80px;
}

.mainVisual li span:after {
  border-style: solid;
  border-width: 30px 15px 0 15px;
  box-sizing: border-box;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: 60px;
  width: 0;
  z-index: -1;
}

.mainVisual li em {
  display: block;
  font-size: 16px;
  line-height: 1;
}

.mainVisual li .image {
  animation: float 5s ease infinite;
}

.mainVisual li:nth-child(1) {
  animation: jump .25s ease .25s 1 forwards;
  left: 125px;
  top: 330px;
}

.mainVisual li:nth-child(2) {
  animation: jump .25s ease .5s 1 forwards;
  left: 30px;
  top: 220px;
}

.mainVisual li:nth-child(3) {
  animation: jump .25s ease .75s 1 forwards;
  left: 543px;
  top: 120px;
}

.mainVisual li:nth-child(4) {
  animation: jump .25s ease 1s 1 forwards;
  left: 683px;
  top: 369px;
}

.mainVisual li:nth-child(5) {
  animation: jump .25s ease 1.25s 1 forwards;
  left: 278px;
  top: 367px;
}

.mainVisual li:nth-child(6) {
  animation: jump .25s ease 1.5s 1 forwards;
  left: 679px;
  top: 163px;
}

.mainVisual li:nth-child(7) {
  animation: jump .25s ease 1.75s 1 forwards;
  left: 500px;
  top: 627px;
}

.mainVisual li:nth-child(8) {
  animation: jump .25s ease 2s 1 forwards;
  left: 773px;
  top: 217px;
}

.mainVisual li:nth-child(9) {
  animation: jump .25s ease 2.25s 1 forwards;
  left: 375px;
  top: 190px;
}

.mainVisual li:nth-child(10) {
  animation: jump .25s ease 2.5s 1 forwards;
  left: 420px;
  top: 480px;
}

.mainVisual li:nth-child(11) {
  animation: jump .25s ease 2.75s 1 forwards;
  left: 510px;
  top: -30px;
}

.mainVisual li:nth-child(12) {
  animation: jump .25s ease 3s 1 forwards;
  left: 325px;
  top: 0;
}

.mainVisual li.key span {
  background: #ea6236;
}

.mainVisual li.key span:after {
  border-color: #ea6236 transparent transparent transparent;
}

.mainVisual li.housework span {
  background: #69bc11;
}

.mainVisual li.housework span:after {
  border-color: #69bc11 transparent transparent transparent;
}

.mainVisual li.glass span {
  background: #083a7f;
}

.mainVisual li.glass span:after {
  border-color: #083a7f transparent transparent transparent;
}

.mainVisual li.electric span {
  background: #ebbd07;
}

.mainVisual li.electric span:after {
  border-color: #ebbd07 transparent transparent transparent;
}

/* ------------------------------------------------------------
service
------------------------------------------------------------ */
#service {
  background: #f5f4eb;
  padding: 35px 0;
}

#service ul {
  display: flex;
  flex-wrap: wrap;
  width: 69%;
}

#service ul li {
  padding: 0 15px;
  margin: 15px 20px 15px 0;
  border-radius: 50px;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}

#service ul li.greenC {
  background-color: #69bc11;
}

#service ul li.blue-greenC {
  background-color: #319394;
}

#service ul li.yellowC {
  background-color: #e8b900;
}

#service ul li.pinkC {
  background-color: #ce0057;
}

#service ul li.light-blue-greenC {
  background-color: #00acab;
}

#service ul li.orangeC {
  background-color: #ea6236;
}

/* ------------------------------------------------------------
business
------------------------------------------------------------ */
#business {
  margin: 100px 0;
}

#business #bus {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 50px;
}

#business #bus .bus-content {
  width: 250px;
}

#business #bus .bus-content .bus-name {
  height: 175px;
  font-size: min(5vw, 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.5s ease-out;
}

#business #bus .bus-content .bus-name.housework {
  background: url(../img/housework.webp) 50% 50%;
}

#business #bus .bus-content .bus-name.maintenance {
  background: url(../img/maintenance.webp) 50% 50%;
}

#business #bus .bus-content .bus-name.media {
  background: url(../img/media.webp) 50% 50%;
}

#business #bus .bus-content .bus-name.real-estate {
  background: url(../img/real-estate.webp) 50% 50%;
}

#business #bus .bus-content .bus-name span {
  font-weight: bold;
  display: flex;
  color: #fff;
  filter: brightness(100%);
  position: relative;
  z-index: 1;
  transition: .25s linear;
}

#business #bus .bus-content .bus-name:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  transition: .25s linear;
}

#business #bus .bus-content .bus-detail {
  height: 230px;
  box-sizing: border-box;
  padding: 15px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  box-shadow: 0 8px 28px #edecea;
}

#business #bus .bus-content .bus-detail:before {
  content: "";
  display: block;
  width: 100%;
  height: 2em;
  background: #fff;
  position: absolute;
  top: -1.9em;
  left: 0;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

#business #bus .bus-content .bus-detail ul {
  font-weight: bold;
}

#business #bus .bus-content .bus-detail ul li {
  margin-bottom: 10px;
  font-size: min(4.2vw, 18px);
}

#business #bus .bus-content .bus-detail ul li:before {
  content: "";
  width: 14px;
  height: 1em;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

#business #bus .bus-content .bus-detail ul li.greenC:before {
  background-color: #69bc11;
}

#business #bus .bus-content .bus-detail ul li.blue-greenC:before {
  background-color: #319394;
}

#business #bus .bus-content .bus-detail ul li.yellowC:before {
  background-color: #e8b900;
}

#business #bus .bus-content .bus-detail ul li.pinkC:before {
  background-color: #ce0057;
}

#business #bus .bus-content .bus-detail ul li.light-blue-greenC:before {
  background-color: #00acab;
}

#business #bus .bus-content .bus-detail ul li.orangeC:before {
  background-color: #ea6236;
}

#business #bus .bus-content:hover .bus-name {
  opacity: 0.8;
}

#business #bus .bus-content:hover .bus-name:after {
  opacity: 0;
}

#business #bus .bus-content:hover .bus-name span {
  color: transparent;
}

/* ------------------------------------------------------------
corporate-business
------------------------------------------------------------ */
#corporate-business {
  margin-bottom: min(18vw, 150px);
}

#corporate-bus {
  display: flex;
  justify-content: space-evenly;
}

#corporate-bus a {
  background: #fff;
  box-shadow: 0 8px 28px #edecea;
  padding: min(23vw, 130px) 30px 20px;
  position: relative;
  width: min(100%, 533px);
  height: min(70vw, 370px);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: min(17vw, 100px);
}

#corporate-bus a > img {
  position: absolute;
  width: 94%;
  left: 3%;
  top: max(-17vw, -100px);
  border-radius: 10px;
  transition: all 0.3s ease-out;
}

#corporate-bus a li {
  margin-bottom: 10px;
  font-size: min(5vw, 24px);
  font-weight: bold;
  line-height: 1.8;
}

#corporate-bus a li:before {
  content: "";
  width: 14px;
  height: 1em;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

#corporate-bus a li.orangeC:before {
  background-color: #69bc11;
}

#corporate-bus a li.blueC:before {
  background-color: #267cad;
}

#corporate-bus a .bus-info img {
  width: min(100%, 396px);
  margin-bottom: min(7vw, 40px);
}

#corporate-bus a:hover > img {
  top: max(-20vw, -110px);
  box-shadow: 0 5px 5px #dadada;
}

/* ------------------------------------------------------------
news
------------------------------------------------------------ */
section#news {
  background: #f1f5fa;
  padding: 50px 0 70px;
}

section#news h2 {
  font-size: 43px;
  font-weight: bold;
  margin-bottom: 15px;
}

section#news #news-area {
  background: #fff;
  margin-bottom: 50px;
  padding: 30px 20px 50px;
}

section#news #news-area nav {
  margin-bottom: 20px;
}

section#news #news-area nav ul.news-nav {
  display: flex;
  font-weight: bold;
  gap: 20px;
}

section#news #news-area nav ul.news-nav li {
  color: #aeaeaf;
  cursor: pointer;
  display: block;
  margin: 0 20px;
}

section#news #news-area nav ul.news-nav li.stay, section#news #news-area nav ul.news-nav li:hover {
  color: #57c2af;
}

section#news #news-area time {
  font-size: 16px;
  white-space: nowrap;
  width: 5em;
}

section#news #news-area .news-type {
  align-items: center;
  background: #009bd2;
  border-radius: 20px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  height: 1.5em;
  justify-content: center;
  margin: 0 1.5em;
  min-width: 7em;
  white-space: nowrap;
}

section#news #news-area .news-type.press-release {
  background: radial-gradient(circle farthest-side at left top, #178ccd 40%, #15b6e6);
}

section#news #news-area .news-type.notification {
  background: radial-gradient(circle farthest-side at left top, #efb30a 40%, #ffd200);
}

section#news #news-area .news-type.publication {
  background: radial-gradient(circle farthest-side at left top, #26a844 40%, #73c71b);
}

section#news #news-list li {
  border-top: 1px solid #b0b0b0;
}

section#news #news-list li:last-of-type {
  border-bottom: 1px solid #b0b0b0;
}

section#news #news-list li a {
  align-items: center;
  display: flex;
  min-height: 105px;
  padding: 25px 20px;
  position: relative;
  z-index: 1;
}

section#news #news-list li a:after {
  background: #f1f5fa;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 0;
  z-index: -1;
}

section#news #news-list li a:hover:after {
  transition: width .5s;
  width: 100%;
}

section#news #news-list li img {
  width: 20px;
}

section#news #news-list li h3 {
  font-weight: 500;
  line-height: 1.5;
  text-align: justify;
}

/* ------------------------------------------------------------
contact
------------------------------------------------------------ */
section#contact {
  display: flex;
  justify-content: space-around;
  margin-top: 80px;
}

section#contact a {
  border-radius: 10px;
  width: 400px;
}

section#contact a.require {
  background-color: rgba(238, 200, 21, 0.2);
}

section#contact a.partner {
  background-color: rgba(21, 181, 229, 0.2);
}

section#contact a img {
  left: -5px;
  position: relative;
  top: -5px;
  transition: all .2s;
}

section#contact a:hover.require {
  background-color: #ffd200;
}

section#contact a:hover.partner {
  background-color: #009bd2;
}

section#contact a:hover img {
  left: -10px;
  top: -10px;
  transition: all .2s;
}

/* ------------------------------------------------------------
レスポンシブ対応
------------------------------------------------------------ */
@media screen and (max-width: 1280px) {
  .mainVisual .content {
    background: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    margin: -40px 0 0 -40px;
    padding: min(6vw, 30px);
    text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px , #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  }
  .mainVisual .summary {
    right: -150px !important;
  }
  .mainVisual .summary .image {
    width: 958px;
  }
  #service ul {
    width: 58%;
  }
  #service ul li {
    margin-right: 15px;
    font-size: 18px;
  }
}

@media screen and (max-width: 1080px) {
  .mainVisual .content {
    margin-left: 0;
  }
  #service {
    position: relative;
    min-height: 250px;
  }
  #service ul {
    width: 100%;
  }
  #service ul li {
    margin: 10px 6px;
    font-size: min(4vw, 18px);
  }
  #corporate-bus {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual {
    height: auto;
  }
  .mainVisual .content {
    margin-bottom: 60px;
    width: 88vw !important;
  }
  .mainVisual .summary {
    right: -180px !important;
    top: 0 !important;
    transform: scale(0.8);
  }
  .mainVisual p {
    font-size: 4vw;
  }
  #business #bus .bus-content {
    display: flex;
    width: auto;
  }
  #business #bus .bus-content .bus-name {
    width: max(30vw, 10rem);
  }
  #business #bus .bus-content .bus-detail {
    height: 175px;
    padding: 15px 5px 15px 15px;
    width: 48vw;
  }
  #business #bus .bus-content .bus-detail:before {
    display: none;
  }
  /* ================= ニュース ================= */
  section#news #news-area nav ul.news-nav {
    font-size: 14px;
  }
  section#news #news-area nav ul.news-nav li {
    margin: 0 5px;
  }
  #news-list li a {
    flex-wrap: wrap;
  }
  #news-list li a h3 {
    margin-top: 10px;
    width: 100%;
  }
  #news-list li a:hover:after {
    transition: width .3s;
    width: 100%;
  }
  .news-article h2 {
    font-size: 24px;
    padding: 10px 10px 30px;
  }
  .news-article article {
    padding: 30px 10px 70px;
  }
}

@media screen and (max-width: 414px) {
  .sec-title {
    margin-bottom: 35px;
  }
  .sec-title span {
    font-size: 18px;
  }
  .mainVisual p {
    margin-top: 40px;
  }
  .mainVisual .summary {
    right: -221px !important;
    top: -96px !important;
    transform: scale(0.7);
  }
  #business {
    margin: 70px 0;
  }
  section#contact {
    display: flex;
    flex-direction: column;
  }
  section#contact a {
    margin: auto;
    width: 90%;
  }
  section#contact a:first-of-type {
    margin-bottom: 20px;
  }
}

/* ------------------------------------------------------------
    アニメション
------------------------------------------------------------ */
@keyframes jump {
  0% {
    opacity: 1;
    transform: scale(0.8, 1.1) translate(0, 30px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
}
