@charset "UTF-8";
body {
  overflow-x: hidden;
  width: 100%;
}
.mv {
  position: relative;
  margin-bottom: 6.2rem;
}
.mv-img {
  /*width: 79.0629575403%;*/ width: 100%;
}
@media screen and (max-width: 1200px) {
  .mv-img {
    width: 100%;
    padding-bottom: 4rem;
  }
  .mv-inr {
    width: 100vw;
  }
}
.mv-img img {
  width: 100%;
}
.mv-ttl {
  position: absolute;
  bottom: 21.8rem;
  right: -2rem;
  font-size: 5rem;
  line-height: 1.2333333333;
  text-shadow: 0px 0px 15px rgb(255, 255, 255);
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .mv-ttl {
    font-size: 3rem;
    bottom: 7rem;
  }
}
.mv-ttl span {
  color: var(--yellow);
}
.mv-news {
  position: absolute;
  bottom: 3.8rem;
  left: 0;
  display: flex;
  align-items: center;
  gap: 0 2.6rem;
  padding: 1.6rem;
  padding-left: 2.4rem;
  width: 50.5rem;
  background-color: var(--white);
  border-left: 0.8rem solid var(--blue);
}
@media screen and (max-width: 1200px) {
  .mv-news {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.8rem;
    padding-left: 1.2rem;
    width: 94%;
    bottom: 0;
    transform: translateY(50%);
  }
}
.mv-news a {
  display: flex;
  align-items: center;
  gap: 0 2.6rem;
  text-decoration: underline;
}
.mv-news h2 {
  font-size: 2.9rem;
  color: var(--blue);
}
@media screen and (max-width: 1200px) {
  .mv-news h2 {
    font-size: 1.6rem;
  }
}
.about {
  padding: 15rem 0 13rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .about {
    padding-top: 5rem;
    width: 100vw;
  }
}
.about::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 86.6032210835%;
  content: "";
  background: #f6f9fc;
}
.about h2 {
  margin-bottom: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .about h2 {
    margin-bottom: 1.5rem;
  }
}
.about p + p {
  margin-top: 1em;
}
.about .c-btn {
  margin-top: 4.6rem;
}
@media screen and (max-width: 1200px) {
  .about .c-btn {
    margin-top: 2.3rem;
  }
}
.about .c-btn a {
  width: 20rem;
  height: 5.2rem;
}
.about-img {
  position: absolute;
  right: 0;
  top: -3.4rem;
  width: 36.0175695461%;
}
@media screen and (max-width: 1200px) {
  .about-img {
    position: relative;
    right: initial;
    top: initial;
    width: 48%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .about-img.for_sp {
    display: block;
  }
}
.about-contents {
  position: relative;
}
.about-contents::after {
  position: absolute;
  width: 20rem;
  height: 14.4rem;
  content: "";
  background: url("../img/top/about02.png") no-repeat center/contain;
  bottom: -5.4rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .about-contents::after {
    width: 10rem;
    height: 7.2rem;
    left: initial;
    right: 1rem;
    transform: translateX(0);
  }
}
.service {
  padding-top: 6rem;
  width: 100vw;
}
.service-wrap {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .service-wrap {
    flex-direction: column;
  }
}
.service-img01 {
  width: 36.0175695461%;
}
@media screen and (max-width: 1200px) {
  .service-img01 {
    width: 100%;
  }
}
.service-img01 img {
  width: 100%;
}
.service-contents {
  padding-left: 5.8565153734%;
  padding-right: 5.1244509517%;
  margin-top: 3rem;
  flex: 1;
}
@media screen and (max-width: 1200px) {
  .service-contents {
    width: 100%;
    width: 93.3333333333vw;
    max-width: 100%;
    margin: 3rem auto 0;
    padding: 0;
  }
}
.service h2 {
  margin-bottom: 4rem;
}
.service p + p {
  margin-top: 1em;
}
.service-img02 {
  margin-top: 33rem;
  width: 19.0336749634%;
}
@media screen and (max-width: 1200px) {
  .service-img02 {
    margin-top: 3rem;
    margin-right: 0;
    margin-left: auto;
    width: 64%;
  }
}
.service-img02 img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.area {
  margin-top: -12rem;
  padding: 4rem 0 3.8rem;
  background: #f6f9fc;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .area {
    margin-top: -11rem;
    padding-top: 14rem;
  }
}
.area .bg-circle {
  margin-left: auto;
  margin-right: auto;
  width: 26rem;
  height: 4rem;
  border-radius: 2rem;
  background: var(--blue);
  color: var(--white);
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.6rem;
}
.area .color-text {
  display: block;
  font-size: 6rem;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  .area .color-text {
    font-size: 3rem;
  }
}
.area h3 {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  .area h3 {
    font-size: 1.2rem;
  }
}
.search {
  padding: 7rem 0 5.6rem;
}
.search h2 {
  margin-bottom: 2.4rem;
}
.search h2 + p {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.search-inr > ul {
  position: relative;
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .search {
    width: 100vw;
    padding: 7rem 0 5.6rem;
  }
  .search-inr > ul {
    gap: 1.2rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
  }
}
.search-inr > ul > li {
  padding: 3rem 0 1.6rem;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 1200px) {
  .search-inr > ul > li {
    padding: 1.5rem 0 0.8rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.search-inr > ul > li p {
  padding: 0 2.4rem 1.2rem;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .search-inr > ul > li p {
    padding: 0 1.2rem 1.2rem;
  }
}
.search-inr > ul > li button {
  border: 0;
  background: transparent;
  padding: 0;
}
.search .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.search .modal .modal-box {
  background-color: #fff;
  padding: 0.8rem;
  margin: 10% auto;
  max-width: 540px;
  width: 90%;
  animation-name: modalopen;
  animation-duration: 1s;
  position: relative;
  border: 0.2rem solid #000;
}
@media screen and (max-width: 1200px) {
  .search .modal .modal-box {
    margin: 30% auto;
  }
}
.search .modal .modal-box ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.search .modal .modal-box ul a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.8rem 0;
  font-size: 1.8rem;
  text-align: center;
  background: #fbfaee;
  max-width: 170px;
  min-height: 182px;
}
.search .modal .modal-box ul li:last-child img {
  width: 75px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .search .modal .modal-box ul a {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.4rem;
    gap: 0rem 0;
  }
}
.search h3 {
  text-align: center;
  color: var(--navy);
  font-size: 2.4rem;
  padding-bottom: 1.6rem;
  position: relative;
  margin-bottom: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .search h3 {
    font-size: 2rem;
  }
}
.search h3::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 8rem;
  height: 0.4rem;
  background: var(--yellow);
  content: "";
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .search h3::after {
    width: 4rem;
    height: 0.2rem;
  }
}
.search h3 span {
  color: var(--blue);
}
.search .c-btn {
  font-size: 1.6rem;
  width: 12.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: var(--white);
  border-radius: 1.7rem;
  position: relative;
  margin-left: auto;
  margin-right: 2.3rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .search .c-btn {
    font-size: 1.4rem;
  }
}
.search .c-btn img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  width: 3.5rem;
}
.business {
  padding: 7.6rem 0 9.4rem;
  background: var(--navy);
}
.business h2 {
  color: var(--white);
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  .business {
    width: 100vw;
  }
  .business h2 {
    margin-bottom: 2rem;
  }
}
.business h2 + p {
  color: var(--white);
  margin-bottom: 4rem;
  padding-left: 2rem;
}
@media screen and (max-width: 1200px) {
  .business h2 + p {
    margin-bottom: 2rem;
    padding-left: 1rem;
  }
}
.business-list {
  padding: 7.2rem 6rem 9rem;
  background: var(--white);
  border-radius: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .business-list {
    padding: 3.6rem 3rem 4.5rem;
    border-radius: 1.2rem;
  }
}
.business ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1200px) {
  .business ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.business ul p {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  margin-bottom: 2rem;
}
.business a {
  background: #f6f9fc;
  padding: 2rem 2rem 1.4rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.business a:hover {
  background: var(--yellow);
  opacity: 1;
}
.business a:hover img {
  opacity: 1;
}
.business-img {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .business-img {
    margin-bottom: 0.8rem;
  }
}
.business h3 {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 1200px) {
  .business h3 {
    margin-bottom: 1rem;
  }
}
.business li p {
  line-height: 1.4444444444;
}
.business .c-btn {
  position: relative;
  font-size: 1.4rem;
  text-align: right;
  padding-bottom: 1rem;
  margin-top: auto;
  margin-bottom: 0;
}
.business .c-btn img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.works {
  padding: 6rem 0 6.2rem;
  background-color: #f8f8f8;
}
.works h2 {
  margin-bottom: 4rem;
}
.works p {
  margin-bottom: 5rem;
}
.works-list {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 1200px) {
  .works-list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.works-list-contents {
  padding-bottom: 7.8rem;
  max-width: 136.6rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 1200px) {
  .works-list-contents {
    padding-bottom: 0;
  }
}
.works-img {
  margin-bottom: 1.6rem;
  position: relative;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.works-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.works time {
  font-family: "Poppins", sans-serif;
  display: block;
}
.works h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.works .c-cate {
  background: var(--blue);
  color: var(--white);
  font-size: 1.4rem;
  padding: 0.4rem 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.works ul {
  display: flex;
  gap: 0 3rem;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1200px) {
  .works ul {
    gap: 0 1.5rem;
  }
}
.works li {
  width: 45.5rem;
  flex: 0 0 auto;
}
@media screen and (max-width: 1200px) {
  .works li {
    width: 22.5rem;
  }
}
.works .cite {
  margin-top: 1rem;
}
.works .c-btn a {
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
  width: 20rem;
  height: 5.2rem;
}
@media screen and (max-width: 1200px) {
  .works .c-btn a {
    margin-top: 3rem;
  }
}
/* Chrome, Safari, Edge */
.works-list::-webkit-scrollbar {
  height: 8px; /* 横スクロールバーの高さ */
}
.works-list::-webkit-scrollbar-track {
  background: #fff; /* バーの背景 */
  border-radius: 4px;
}
.works-list::-webkit-scrollbar-thumb {
  background: var(--navy); /* スクロールする部分 */
  border-radius: 4px;
}
.works-list::-webkit-scrollbar-thumb:hover {
  background: var(--navy); /* ホバー時 */
}
/* Firefox */
.works-list {
  scrollbar-width: thin;
  scrollbar-color: var(--navy) #fff;
}
.record {
  padding: 6.4rem 0 8rem;
}
.record-inr {
  position: relative;
}
.record-inr::before {
  position: absolute;
  width: 17.5rem;
  height: 15rem;
  left: 2.6rem;
  top: -6rem;
  transform: translateY(-50%);
  content: "";
  background: url("../img/top/point-record.png") no-repeat center/cover;
}
@media screen and (max-width: 1200px) {
  .works {
    width: 100vw;
  }
  .record-inr::before {
    width: 8.75rem;
    height: 7.5rem;
  }
}
.record h2 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  .record h2 {
    margin-bottom: 1.5rem;
  }
}
.record p {
  margin-bottom: 4rem;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .record p {
    margin-bottom: 2rem;
  }
}
.record ul {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 1200px) {
  .record ul {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
.online {
  padding: 7.4rem 0;
  background-color: #e8eef3;
}
.online-inr {
  position: relative;
}
.online-inr::before {
  position: absolute;
  width: 20.4rem;
  height: 14.3rem;
  right: 7.2rem;
  top: -9.4rem;
  content: "";
  background: url("../img/top/point-online.png") no-repeat center/cover;
}
@media screen and (max-width: 1200px) {
  .record {
    width: 100vw;
  }
  .online-inr::before {
    width: 10.2rem;
    height: 7.15rem;
    right: 0.2rem;
    top: -6.4rem;
  }
}
.online h2 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1200px) {
  .online h2 {
    margin-bottom: 1.5rem;
  }
}
.online p {
  margin-bottom: 3rem;
  max-width: 71rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .online {
    width: 100vw;
  }
  .online p {
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
}
.online-list {
  padding: 4.4rem 5rem;
  background: var(--white);
  border-radius: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .online-list {
    padding: 2.2rem 2.2rem;
  }
}
.online-list img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .online-list img {
    height: 14rem;
    object-fit: cover;
    object-position: center;
  }
}
.online ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .online ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.online li {
  position: relative;
  display: block;
}
.online dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  width: 100%;
}
.online dt {
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .online dt {
    font-size: 1.6rem;
    margin-bottom: 0.6rem;
  }
}
.online dd {
  line-height: 1.7142857143;
  font-size: 1.4rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .online dd {
    font-size: 1.2rem;
  }
}
.online h3 {
  text-align: center;
  margin-top: -2rem;
}
.online-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news {
  padding: 7rem 0 9.4rem;
}
.news h2 {
  margin-bottom: 3rem;
}
.news h2 + p {
  text-align: center;
  margin-bottom: 3rem;
}
.news a {
  display: flex;
  align-items: center;
  padding: 1.8rem 0;
}
.news time {
  display: inline-block;
  width: 12rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.news li {
  border-top: 0.1rem solid #b9c6ce;
}
.news li p {
  flex: 1;
  font-size: 1.8rem;
}
.news ul {
  border-bottom: 0.1rem solid #b9c6ce;
}
.news .c-btn a {
  width: 22.3rem;
  height: 5.2rem;
  margin: 4.4rem auto 0;
}
.instagram {
  padding: 9rem 0 8.7rem;
  background: var(--yellow);
}
.instagram-wrap {
  display: flex;
  align-items: center;
  gap: 0 8rem;
}
@media screen and (max-width: 1200px) {
  .news, .instagram {
    width: 100vw;
  }
  .instagram-wrap {
    flex-direction: column;
    gap: 4rem;
  }
}
.instagram h2 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  .instagram h2 {
    margin-bottom: 2.5rem;
  }
}
.instagram .c-btn a {
  width: 26.1rem;
  height: 5.2rem;
  margin: 2.8rem auto 0;
}
.instagram .c-under-ttl::after {
  background: var(--white);
}
.message-point {
  text-align: center;
  padding: 6rem 0 4.2rem;
}
@media screen and (max-width: 1200px) {
  .message-point {
    padding: 3rem 0 2rem;
  }
}
.message-inr {
  position: relative;
}
.message-inr::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 86.6032210835%;
  content: "";
  background: #f6f9fc;
  z-index: -1;
  border-radius: 6rem 0 0 6rem;
}
@media screen and (max-width: 1200px) {
  .message {
    width: 100vw;
  }
  .message-inr::after {
    border-radius: 3rem 0 0 3rem;
  }
}
.message .mainw {
  padding-top: 16rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 1200px) {
  .message .mainw {
    padding-top: 8rem;
    padding-bottom: 4.5rem;
  }
}
.message h2 {
  font-size: 3.8rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
  padding-left: 2.6rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .message h2 {
    font-size: 3rem;
  }
}
.message h2 span {
  display: block;
  position: relative;
  z-index: 1;
}
.message h2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "Message";
  font-family: var(--point-font);
  color: var(--white);
  font-size: 18.6rem;
  transform: rotate(-8deg);
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .message h2::before {
    font-size: 8.3rem;
    bottom: 4rem;
  }
}
.message h3 {
  font-size: 2.4rem;
  color: var(--blue);
  margin-bottom: 4.5rem;
  padding-left: 2.6rem;
}
@media screen and (max-width: 1200px) {
  .message h3 {
    font-size: 2rem;
  }
}
.message-wrap {
  display: flex;
  gap: 0 6rem;
  padding-left: 2.6rem;
  padding-right: 2.6rem;
}
@media screen and (max-width: 1200px) {
  .message-wrap {
    flex-direction: column;
    gap: 3rem 0;
  }
}
.message-img {
  width: 35.1612903226%;
}
@media screen and (max-width: 1200px) {
  .message-img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.message-contents {
  flex: 1;
}
@media screen and (max-width: 1200px) {
  .message-contents {
    width: 100%;
  }
}
.message figcaption {
  margin-top: 3rem;
  font-size: 2.1rem;
  line-height: 1.6111111111;
}
@media screen and (max-width: 1200px) {
  .message figcaption {
    margin-top: 1.5rem;
    font-size: 1.2rem;
  }
}
.message figcaption span {
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .message figcaption span {
    font-size: 1.6rem;
  }
}
.message p {
  line-height: 1.8125;
  letter-spacing: 0.1em;
}
.message p + p {
  margin-top: 1em;
}
.company {
  background: var(--navy);
  color: var(--white);
}
.company h2 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1200px) {
  .company {
    width: 100vw;
  }
  .company h2 {
    margin-bottom: 3rem;
  }
}
.company-wrap {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .company-wrap {
    flex-direction: column;
  }
}
.company-contents {
  width: 39.2386530015%;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 1200px) {
  .company-contents {
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.company-map {
  width: 47.4377745242vw;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
}
.company-map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .contact, .footer {
    width: 100vw;
  }
  .company-map {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    aspect-ratio: 1/1;
  }
  .footer-navi ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
    font-size: 1.6rem;
    margin-top: 30px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .service-img02 img {
    width: 25%;
    display: none;
  }
}
.company table {
  width: 100%;
}
.company th {
  width: 30%;
}
.company th, .company td {
  text-align: initial;
  font-size: 1.8rem;
  line-height: 2;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}
.company tr {
  border-bottom: 0.1rem solid var(--blue);
  width: 100%;
}
@media (min-width: 521px) and (max-width: 1200px) {
  .search-inr > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .search-inr > ul li {
    width: 46%;
    margin-bottom: 20px;
  }
  .business ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .business ul li {
    width: 32%;
    margin-bottom: 20px;
  }
  .kyoka {
    right: 0;
    display: block;
    position: absolute;
    font-size: 12px;
    width: 100%;
    top:270px;
    text-align: center;
  }
}
.modal-box ul.part01 > li:nth-child(4) a:hover, .modal-box ul.part01 > li:nth-child(4) a:hover img, .modal-box ul.part01 > li:nth-child(5) a:hover, .modal-box ul.part01 > li:nth-child(5) a:hover img, .modal-box ul.part01 > li:nth-child(6) a:hover, .modal-box ul.part01 > li:nth-child(6) a:hover img {
  opacity: 1 !important;
}
.modal-box ul.part02 > li a:hover, .modal-box ul.part02 > li a:hover img {
  opacity: 1 !important;
}
.modal-box ul.part03 > li:nth-child(1) a:hover, .modal-box ul.part03 > li:nth-child(1) a:hover img, .modal-box ul.part03 > li:nth-child(2) a:hover, .modal-box ul.part03 > li:nth-child(2) a:hover img, .modal-box ul.part03 > li:nth-child(3) a:hover, .modal-box ul.part03 > li:nth-child(3) a:hover img, .modal-box ul.part03 > li:nth-child(4) a:hover, .modal-box ul.part03 > li:nth-child(4) a:hover img, .modal-box ul.part03 > li:nth-child(5) a:hover, .modal-box ul.part03 > li:nth-child(5) a:hover img, .modal-box ul.part03 > li:nth-child(6) a:hover, .modal-box ul.part03 > li:nth-child(6) a:hover img {
  opacity: 1 !important;
}
@media screen and (max-width:520px) {
  .footer-navi ul {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
/*# sourceMappingURL=top.css.map */