@charset "UTF-8";
/* ==================================================
	basic settings
================================================== */
/* ==================================================
	mainvisual
================================================== */
#mv {
  position: relative;
  padding-top: 25.039vw;
  margin-top: 12.775vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #mv {
    margin-top: 105px;
    padding-top: 0;
  }
}
/* ========== end △ */
#mv .inner {
  overflow: hidden;
}
/* ▽ PC layout ========== */
/* ========== end △ */
#mv .catch {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 5.11vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #mv .catch {
    width: 320px;
    top: 17.5vw;
    right: 8.5vw;
    left: auto;
    transform: translateX(0);
    text-align: left;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 781px) and (max-width: 1240px) {
  #mv .catch {
    top: 12vw;
    right: 20px;
  }
}
/* ========== end △ */
#mv .catch h1 .en {
  font-size: 3.8325vw;
  display: block;
  margin-bottom: 2.555vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #mv .catch h1 .en {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
/* ========== end △ */
#mv .catch h1 img {
  width: auto;
  height: 16.6075vw;
  animation: purun 4.4s linear 0s infinite;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #mv .catch h1 img {
    height: 96px;
  }
}
/* ========== end △ */
#mv .catch .ja {
  margin-top: 4.3435vw;
  font-size: 4.3435vw;
  letter-spacing: 0.16em;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #mv .catch .ja {
    font-size: 2.4rem;
    margin-top: 20px;
  }
}
/* ========== end △ */
#mv .swiper-container {
  width: 100%;
  overflow: hidden;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #mv .swiper-container {
    width: 81.25%;
    max-width: 1560px;
    border-radius: 0 40px 40px 0;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 781px) and (max-width: 1240px) {
  #mv .swiper-container {
    width: 76%;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media print, screen and (max-width: 780px) {
  #mv .swiper-slide {
    width: 100%;
  }
  #mv .swiper-slide img {
    width: 100%;
  }
}
/* ========== end △ */
#mv .swiper-slide-active .slide-img,
#mv .swiper-slide-duplicate-active .slide-img,
#mv .swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}
#mv .slide-img img {
  display: block;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #mv .scroll_deco {
    font-size: 1.4rem;
    width: 40px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 12vw;
  }
  #mv .scroll_deco .en {
    margin-bottom: 10px;
  }
  #mv .scroll_deco img {
    width: 6px;
    animation: scroll_arrow 2s ease-out 0s infinite;
  }
}
/* ========== end △ */

/* ==================================================
	main
================================================== */
#t_concept {
  background: #dde8ef url(../images/top/t_concept_bg_sp.png) center bottom/100% auto no-repeat;
  padding: 28.105vw 0vw 107.31vw 0vw;
  border-radius: 60px 0 60px 0;
  margin-top: 17.885vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_concept {
    background: #dde8ef url(../images/top/t_concept_bg_pc.png) left top/auto 100% no-repeat;
    padding: 245px 0 300px;
    border-radius: 120px 0 120px 0;
    margin-top: 140px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 781px) and (max-width: 1240px) {
  #t_concept {
    padding: 100px 0 100px;
    margin-top: 120px;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_concept .txt_area {
    width: 50%;
    padding-left: 100px;
    padding-right: 60px;
    box-sizing: border-box;
    margin-left: auto;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 781px) and (max-width: 1240px) {
  #t_concept .txt_area {
    padding-left: 60px;
    padding-right: 0px;
  }
}
/* ========== end △ */
#t_concept h2 {
  font-size: 15.33vw;
  font-family: "Unna", serif;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 5.11vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_concept h2 {
    font-size: 8rem;
    text-align: left;
    margin-bottom: 20px;
  }
}
/* ========== end △ */
#t_concept .txt {
  text-align: center;
  line-height: 2.8;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_concept .txt {
    font-size: 1.6rem;
    text-align: left;
  }
}
/* ========== end △ */

#t_service {
  padding: 26.8275vw 0vw 0vw 0vw;
  position: relative;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_service {
    padding: 200px 0 0;
  }
}
/* ========== end △ */
#t_service .deco01 {
  width: 32.704vw;
  height: 113.6975vw;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 60px 0;
  overflow: hidden;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_service .deco01 {
    width: 240px;
    height: 900px;
    border-radius: 0 0 120px 0;
  }
}
/* ========== end △ */
#t_service .deco01::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: #f2f0e7;
  position: absolute;
  top: 0;
  left: 100%;
  transition: 1s ease all;
}
#t_service .deco01.active::after {
  left: 0;
}
#t_service .deco02 {
  width: 25.55vw;
  height: 89.425vw;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 38.325vw;
  border-radius: 0 0 60px 0;
  overflow: hidden;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_service .deco02 {
    width: 200px;
    height: 700px;
    left: 280px;
    border-radius: 0 0 120px 0;
  }
}
/* ========== end △ */
#t_service .deco02::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: #f2f0e7;
  position: absolute;
  top: 0;
  left: 100%;
  transition: 1s ease all;
}
#t_service .deco02.active::after {
  left: 0;
}
#t_service > .inner {
  position: relative;
}
#t_service h2 {
  width: 95%;
  margin-bottom: 25.55vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_service h2 {
    margin-bottom: 100px;
  }
  #t_service h2 img {
    max-width: 1038px;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_service .t_setvice_item {
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
  }
  #t_service .t_setvice_item:first-of-type {
    margin-left: auto;
  }
}
/* ========== end △ */
#t_service .t_setvice_item .txt_area {
  padding: 0vw 12.775vw 0vw 12.775vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_service .t_setvice_item .txt_area {
    width: 24.285%;
    box-sizing: border-box;
    padding: 5.2vw 40px 0;
  }
}
/* ========== end △ */
#t_service .t_setvice_item .txt_area .top {
  display: flex;
  justify-content: space-between;
  line-height: 1;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_service .t_setvice_item .txt_area .top {
    display: block;
  }
}
/* ========== end △ */
#t_service .t_setvice_item .txt_area .top .num {
  width: 10.22vw;
  font-family: "Unna", serif;
  font-size: 9.709vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_service .t_setvice_item .txt_area .top .num {
    width: fit-content;
    font-size: 4.8rem;
    text-align: center;
  }
}
/* ========== end △ */
#t_service .t_setvice_item .txt_area .top .num .fs {
  font-size: 3.577vw;
  font-weight: normal;
  display: block;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_service .t_setvice_item .txt_area .top .num .fs {
    font-size: 1.8rem;
  }
}
/* ========== end △ */
#t_service .t_setvice_item .txt_area .top .num::after {
  width: 100%;
  height: 0;
  content: "";
  display: block;
  border-bottom: 1px #222222 dotted;
  position: absolute;
  top: 14.819vw;
  left: 0;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_service .t_setvice_item .txt_area .top .num::after {
    top: 72px;
  }
}
/* ========== end △ */
#t_service .t_setvice_item .txt_area .top .num.mode_mov {
  color: #fff;
  text-shadow: 1px 1px 0px #222222, -1px -1px 0px #222222, -1px 1px 0px #222222, 1px -1px 0px #222222, 1px 0px 0px #222222, -1px 0px 0px #222222, 0px 1px 0px #222222, 0px -1px 0px #222222;
}
#t_service .t_setvice_item .txt_area .top .num.mode_mov .fs {
  text-shadow: none;
  color: #222222;
}
#t_service .t_setvice_item .txt_area .top .ttl {
  width: 51.1vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_service .t_setvice_item .txt_area .top .ttl {
    width: 100%;
  }
}
/* ========== end △ */
#t_service .t_setvice_item .txt_area .top .ttl .en {
  font-size: 11.753vw;
  margin-bottom: 1.2775vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_service .t_setvice_item .txt_area .top .ttl .en {
    font-size: 6rem;
    margin-top: 50px;
    margin-bottom: 15px;
  }
}
/* ========== end △ */
#t_service .t_setvice_item .txt_area .top .ttl h3 {
  color: #999999;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_service .t_setvice_item .txt_area .btn_mt {
    margin-top: 120px;
  }
}
/* ========== end △ */
#t_service .t_setvice_item .img {
  width: calc(100% - 3.8325vw);
  margin-top: 10.22vw;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  margin-left: auto;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_service .t_setvice_item .img {
    width: 71.428%;
    margin-top: 0;
    border-radius: 40px 0 0 40px;
  }
}
/* ========== end △ */
#t_service .t_setvice_item:nth-child(odd) {
  flex-direction: row-reverse;
}
#t_service .t_setvice_item:nth-child(odd) .img {
  border-radius: 0 20px 20px 0;
  margin-left: 0;
  margin-right: auto;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_service .t_setvice_item:nth-child(odd) .img {
    border-radius: 0 40px 40px 0;
    margin-right: 0;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_service .t_setvice_item:nth-of-type(2), #t_service .t_setvice_item:nth-of-type(3) {
    margin-left: auto;
    margin-right: auto;
  }
  #t_service .t_setvice_item:nth-of-type(2) .img, #t_service .t_setvice_item:nth-of-type(3) .img {
    border-radius: 40px;
  }
}
/* ========== end △ */
#t_service .t_setvice_item + .t_setvice_item {
  margin-top: 20.44vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_service .t_setvice_item + .t_setvice_item {
    margin-top: 100px;
  }
}
/* ========== end △ *//*# sourceMappingURL=top.css.map */