@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
#visual .visual img {
  width: 100%;
  height: 905px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  display: block;
}

@media (max-width: 480px) {
  #visual .visual img {
    height: auto;
  }
}

/* .top_contents */
.top_contents {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}

.top_contents .top_contents_inner {
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  padding: 75px 0 80px;
  min-height: 545px;
  position: relative;
  z-index: 1;
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner {
    padding: 40px 10px 70px;
    min-height: unset;
  }
}

.top_contents .top_contents_inner::after {
  background: url(../img/title-logo.png) no-repeat right bottom 80px;
  background-size: 526px auto;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.08;
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner::after {
    background-position: right 5vw bottom 30px;
    background-size: 65vw auto;
  }
}

.top_contents .top_contents_inner .top_contents_title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner .top_contents_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.top_contents .top_contents_inner p {
  line-height: 2.2;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .top_contents .top_contents_inner p {
    line-height: 2;
  }
}

#contents .top_contents .top_contents_inner p:last-child {
  margin-bottom: 0;
}

/* .section#top_navi */
.section#top_navi {
  position: relative;
  z-index: 1;
}

.section#top_navi::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 310px;
  background: url(../img/background-img01.jpg) repeat top center;
  z-index: -1;
}

@media (max-width: 480px) {
  .section#top_navi::after {
    height: 35%;
  }
}

.service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .service-list {
    display: block;
  }
}

.service-list li {
  width: 322px;
}

@media (max-width: 480px) {
  .service-list li {
    width: 85vw;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .service-list li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.service-list li a {
  display: block;
  position: relative;
  color: #fff;
  background: #000;
  text-align: center;
  -webkit-transition: 1s all;
  transition: 1s all;
}

@media (max-width: 480px) {
  .service-list li a {
    background: none;
  }
}

.service-list li a .ttl {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: auto;
  z-index: 10;
  background: url(../img/service-arrow1.png) no-repeat;
  background-size: 50px;
  background-position: bottom center;
  padding: 0 20px 25px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7);
}

@media (max-width: 480px) {
  .service-list li a .ttl {
    background: none;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7);
    padding: 0 10px;
  }
}

.service-list li a .ttl .en {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
}

@media (max-width: 480px) {
  .service-list li a .ttl .en {
    font-size: 18px;
  }
}

.service-list li a .ttl h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
}

@media (max-width: 480px) {
  .service-list li a .ttl h2 {
    font-size: 12px;
    background: url(../img/service-arrow1.png) no-repeat;
    background-size: 25px;
    background-position: right center;
    padding-right: 30px;
    display: table;
    margin: 0 auto;
  }
}

.service-list li a .inner {
  overflow: hidden;
}

.service-list li a img {
  display: block;
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  /*モノクロ具合を変更したい場合はこの数値を変更*/
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /*移り変わる速さを変更したい場合はこの数値を変更*/
}

@media (max-width: 480px) {
  .service-list li a img {
    -webkit-filter: unset;
            filter: unset;
    opacity: 1;
    height: auto;
  }
}

.service-list li a:hover {
  color: #000;
}

@media (max-width: 480px) {
  .service-list li a:hover {
    color: #fff;
  }
}

.service-list li a:hover .ttl {
  background: url(../img/service-arrow2.png) no-repeat;
  background-size: 50px;
  background-position: bottom center;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.7), 0 0 10px rgba(255, 255, 255, 0.7), 0 0 10px rgba(255, 255, 255, 0.7);
}

@media (max-width: 480px) {
  .service-list li a:hover .ttl {
    background: none;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 0, 0, 0.7);
  }
}

.service-list li a:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 1s all;
  transition: 1s all;
}

@media (max-width: 480px) {
  .service-list li a:hover img {
    -webkit-transform: unset;
            transform: unset;
  }
}

/* .section#top_info */
.insta_block {
  max-width: 810px;
  margin: 0 auto 20px;
}

.insta_btn {
  display: table;
  margin: 0 auto;
}

.insta_btn a {
  text-align: center;
  min-height: 70px;
  width: 350px;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  background: #fafaf9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 1.8rem;
  text-shadow: 0.3px 0 0 #000;
}

@media (max-width: 480px) {
  .insta_btn a {
    min-height: 55px;
    width: 85vw;
    font-size: 1.6rem;
  }
}

.insta_btn a:hover {
  color: #fff;
  text-shadow: 0.3px 0 0 #fff;
  background: #000;
}

@media (max-width: 480px) {
  .insta_btn a:hover {
    color: #000;
    background: #fafaf9;
    text-shadow: 0.3px 0 0 #000;
  }
}

.insta_btn a:hover span {
  background-image: url(../img/icon-instagram01.png);
}

@media (max-width: 480px) {
  .insta_btn a:hover span {
    background-image: url(../img/icon-instagram00.png);
  }
}

.insta_btn a span {
  background: url(../img/icon-instagram00.png) no-repeat;
  background-size: 25px auto;
  background-position: left center;
  padding: 0 25px 0 67px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (max-width: 480px) {
  .insta_btn a span {
    padding: 0 20px 0 50px;
  }
}

/* .section#top_about */
.about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .about-list {
    display: block;
  }
}

.about-list li {
  width: 490px;
}

@media (max-width: 480px) {
  .about-list li {
    width: 85vw;
    margin: 0 auto 20px;
  }
}

@media (max-width: 480px) {
  .about-list li:last-child {
    margin-bottom: 0;
  }
}

.about-list li:last-child a {
  background: url(../img/greeting-img02-1.png) no-repeat;
  background-size: 100% auto;
  background-position: left top;
}

@media (max-width: 480px) {
  .about-list li:last-child a {
    background: url(../img/greeting-img02-sp.png) no-repeat;
    background-size: 100% 100%;
    background-position: left top;
  }
}

.about-list li:last-child a:hover {
  background: url(../img/greeting-img02-2.png) no-repeat;
  background-size: 100% 100%;
  background-position: left top;
}

@media (max-width: 480px) {
  .about-list li:last-child a:hover {
    background: url(../img/greeting-img02-sp.png) no-repeat;
    background-size: 100% 100%;
    background-position: left top;
  }
}

.about-list li a {
  display: block;
  text-decoration: none;
  position: relative;
  background: url(../img/greeting-img01-1.png) no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  height: 317px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

@media (max-width: 480px) {
  .about-list li a {
    background: url(../img/greeting-img01-sp.png) no-repeat;
    background-size: auto 100%;
    background-position: left top;
    height: calc(85vw / 610 * 200);
  }
}

.about-list li a:after {
  content: "";
  display: block;
  background: url(../img/about-arrow1.png) no-repeat;
  background-size: 100%;
  width: 49px;
  height: 6px;
  position: absolute;
  right: 25px;
  bottom: 30px;
}

@media (max-width: 480px) {
  .about-list li a:after {
    width: 26px;
    height: 4px;
    right: 12px;
    bottom: 15px;
  }
}

.about-list li a:hover {
  background: url(../img/greeting-img01-2.png) no-repeat;
  background-size: 100% 100%;
  background-position: left top;
}

@media (max-width: 480px) {
  .about-list li a:hover {
    background: url(../img/greeting-img01-sp.png) no-repeat;
    background-size: 100% 100%;
    background-position: left top;
  }
}

.about-list li a:hover:after {
  background: url(../img/about-arrow2.png) no-repeat;
  background-size: 100%;
}

@media (max-width: 480px) {
  .about-list li a:hover:after {
    background: url(../img/about-arrow1.png) no-repeat;
    background-size: 100%;
  }
}

.about-list li a:hover .ttl {
  color: #fff;
}

@media (max-width: 480px) {
  .about-list li a:hover .ttl {
    color: #000;
  }
}

.about-list li a .ttl {
  position: absolute;
  text-align: left;
  top: 40px;
  left: 25px;
  color: #000;
}

@media (max-width: 480px) {
  .about-list li a .ttl {
    top: 20px;
    left: 5%;
  }
}

.about-list li a .ttl .en {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .about-list li a .ttl .en {
    font-size: 18px;
  }
}

.about-list li a .ttl h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
}

@media (max-width: 480px) {
  .about-list li a .ttl h2 {
    font-size: 12px;
  }
}
/*# sourceMappingURL=top.css.map */