#home main {
  padding-top: 0;
}
#home .list-site {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #home .list-site {
    flex-direction: column;
  }
}
#home .list-site .item {
  width: 50%;
  min-height: 100vh;
  text-align: center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #home .list-site .item {
    min-height: 49rem;
    padding: 6rem 0;
  }
}
#home .list-site .item .item-inner {
  max-width: 54rem;
  margin: 0 auto;
  padding: 0 2rem;
}
#home .list-site .item .item-logo {
  margin-bottom: 6rem;
  min-height: 28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #home .list-site .item .item-logo {
    min-height: 21rem;
    margin-bottom: 4rem;
  }
}
#home .list-site .item .site-content {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 3.4rem;
}
@media screen and (min-width: 768px) {
  #home .list-site .item .site-content {
    min-height: 10rem;
  }
}
#home .list-site .item .site-btn {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.4rem;
  font-weight: 800;
  border-radius: 2rem;
  width: 11rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 5px;
  transition: 0.3s ease-out;
}
#home .list-site .item .site-btn::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transition: 0.3s ease-out;
  border-left: 10px solid currentColor;
}
#home .list-site .item .--blue {
  border: 2px solid #9abae5;
  color: #9abae5;
}
@media screen and (min-width: 768px) {
  #home .list-site .item .--blue:hover {
    background-color: #9abae5;
    color: #fff;
  }
}
#home .list-site .item .--green {
  border: 2px solid #1fbf63;
  color: #1fbf63;
}
@media screen and (min-width: 768px) {
  #home .list-site .item .--green:hover {
    background-color: #1fbf63;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #home .list-site .item {
    width: 100%;
    height: auto;
  }
  #home .list-site .item .site-content {
    margin-bottom: 4rem;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
#home .list-site .site-tsumugu {
  background-color: #f2eddb;
}
@media screen and (max-width: 767px) {
  #home .list-site .site-tsumugu .item-logo {
    min-height: 0;
  }
}
#home .list-site .site-tsumugu .tsumugu-logo {
  font-size: 4.2rem;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  transition: all 0.5s;
  color: #85868a;
  display: inline-block;
}
#home .list-site .site-tsumugu .tsumugu-logo span {
  font-size: 3.8rem;
  font-weight: bold;
  color: #9abae5;
  display: inline-block;
  margin-right: 1rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
#home .list-site .site-soelu {
  background-color: #ede7e6;
}
@media screen and (max-width: 767px) {
  #home .list-site .site-soelu {
    padding-top: 4rem;
  }
}
#home .list-site .site-soelu .soelu-logo {
  background: url("../img/soelu-logo.jpg") no-repeat center/contain;
  width: 16.6rem;
  height: 16.6rem;
  display: inline-block;
  text-indent: -9999em;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  #home .list-site .site-soelu .soelu-logo {
    width: 14.5rem;
    height: 14.5rem;
  }
}
#home .list-site .site-soelu .site-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #1fbf63;
}
@media screen and (max-width: 767px) {
  #home .list-site .site-soelu .site-title {
    font-size: 2rem;
  }
}