@charset "UTF-8";
/* ==================================================
	basic settings
================================================== */
/* ==================================================
	mainvisual
================================================== */
#mv {
  position: relative;
  height: 137.97vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #mv {
    height: 880px;
  }
}
/* ========== end △ */
#mv .inner {
  overflow: hidden;
}
#mv .mv_bg {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#mv .catch {
  width: 100%;
  color: #fff;
  font-size: 5.621vw;
  font-family: "Zen Antique", "Hina Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  position: absolute;
  top: 40.88vw;
  line-height: 1.8;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #mv .catch {
    font-size: 3.2rem;
    top: 300px;
  }
}
/* ========== end △ */

#mv_info {
  width: 92%;
  background: #fff;
  box-shadow: 0 0 4vw rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  padding: 7.665vw 5.11vw 7.665vw 5.11vw;
  margin-top: -15.33vw;
  margin-bottom: 20.44vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #mv_info {
    max-width: 1516px;
    padding: 30px 36px 60px;
    margin-top: -136px;
    margin-bottom: 66px;
  }
}
/* ========== end △ */
#mv_info .ttl {
  color: #478CDD;
  font-size: 6.132vw;
  font-weight: bold;
  font-family: "Josefin Sans", serif;
  text-align: center;
  margin-bottom: 4.088vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #mv_info .ttl {
    font-size: 3.6rem;
    margin-bottom: 20px;
  }
}
/* ========== end △ */
#mv_info > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.044vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #mv_info > ul {
    gap: 1.319%;
  }
}
/* ========== end △ */
#mv_info > ul li {
  width: calc((100% - 4.088vw) / 3);
  text-align: center;
  font-size: 2.8105vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #mv_info > ul li {
    width: 16.82%;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
/* ========== end △ */
#mv_info > ul li p {
  margin-top: 2.044vw;
  padding: 0vw 2.044vw 0vw 2.044vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #mv_info > ul li p {
    margin-top: 16px;
    padding: 0 8px;
  }
}
/* ========== end △ */

/* ==================================================
	main
================================================== */
#t_about .txt_area {
  color: #4B578B;
  text-align: center;
}
#t_about .txt_area .catch {
  font-size: 8.176vw;
  font-family: "Zen Antique", "Hina Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 2.044vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_about .txt_area .catch {
    font-size: 4.5rem;
    margin-bottom: 6px;
  }
}
/* ========== end △ */
#t_about .txt_area .sub {
  font-size: 4.599vw;
  font-family: "Zen Antique", "Hina Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_about .txt_area .sub {
    font-size: 2.4rem;
  }
}
/* ========== end △ */
#t_about .txt_area .btn_mt {
  margin-top: 6.132vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_about .txt_area .btn_mt {
    margin-top: 40px;
  }
}
/* ========== end △ */

#t_service {
  margin-top: 20.44vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_service {
    margin-top: 160px;
  }
}
/* ========== end △ */
#t_service .ttl_bg {
  background: url(../images/top/service_bg.jpg) center top/auto 100% no-repeat;
}
#t_service .txt_area {
  text-align: center;
}
#t_service .service_li {
  margin-top: 10.22vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_service .service_li {
    margin-top: 80px;
  }
}
/* ========== end △ */
#t_service .service_li li {
  width: 100%;
}
#t_service .service_li li + li {
  margin-top: 6.132vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_service .service_li li + li {
    margin-top: 42px;
  }
}
/* ========== end △ */
#t_service .service_li li:nth-child(2) .deco {
  background: #478CDD;
}
/* ▽ SP layout ========== */
@media print, screen and (max-width: 780px) {
  #t_service .service_li li:nth-child(2) .img img {
    left: auto;
    right: -10vw;
    transform: none;
  }
}
/* ========== end △ */
#t_service .service_li li:nth-child(3) .deco {
  background: #67AAED;
}
#t_service .service_li li:nth-child(4) .deco {
  background: #43B6D1;
}
/* ▽ SP layout ========== */
@media print, screen and (max-width: 780px) {
  #t_service .service_li li:nth-child(4) .img img {
    transform: translateX(-35%);
  }
}
/* ========== end △ */
#t_service .service_li li:nth-child(5) .deco {
  background: #43BEBE;
}
/* ▽ SP layout ========== */
@media print, screen and (max-width: 780px) {
  #t_service .service_li li:nth-child(5) .img img {
    transform: translateX(-35%);
  }
}
/* ========== end △ */
#t_service .service_li li a {
  width: 100%;
  background: #ddd;
  display: block;
  position: relative;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_service .service_li li a {
    transition: all 0.3s ease;
  }
  #t_service .service_li li a:hover {
    opacity: 0.6;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_service .service_li li a {
    display: flex;
  }
}
/* ========== end △ */
#t_service .service_li li a .deco {
  width: 35.77vw;
  height: 35.77vw;
  position: absolute;
  background: #4752D6;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_service .service_li li a .deco {
    width: 260px;
    height: auto;
    position: sticky;
  }
}
/* ========== end △ */
#t_service .service_li li a .deco img {
  max-width: 10.731vw;
  max-height: 10.731vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_service .service_li li a .deco img {
    max-width: 60px;
    max-height: 60px;
  }
}
/* ========== end △ */
#t_service .service_li li a .deco p {
  font-size: 4.088vw;
  font-weight: bold;
  margin-top: 2.044vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_service .service_li li a .deco p {
    font-size: 2.4rem;
    margin-top: 16px;
  }
}
/* ========== end △ */
#t_service .service_li li a .img {
  width: 100%;
  height: 35.77vw;
  position: relative;
  overflow: hidden;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_service .service_li li a .img {
    width: calc(100% - 260px);
    height: 260px;
  }
}
/* ========== end △ */
#t_service .service_li li a .img img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#t_news {
  margin-top: 20.44vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_news {
    margin-top: 160px;
  }
}
/* ========== end △ *//*# sourceMappingURL=top.css.map */
 * 
