/* _setting CSS */
@keyframes mvBgWrapAnimation {
  0% {
    width: 0;
    height: 0;
  }
  33% {
    width: 60px;
    height: 60px;
  }
  66% {
    width: 60px;
    height: 60px;
  }
  100% {
    width: 540px;
    height: 540px;
  }
}
@keyframes mvBgWrapAnimation2 {
  0% {
    width: 540px;
    height: 540px;
  }
  100% {
    width: 200vw;
    height: 200vw;
  }
}
@keyframes sp_mvBgWrapAnimation {
  0% {
    width: 0;
    height: 0;
  }
  33% {
    width: 8vw;
    height: 8vw;
  }
  66% {
    width: 8vw;
    height: 8vw;
  }
  100% {
    width: 66.6666666667vw;
    height: 66.6666666667vw;
  }
}
@keyframes sp_mvBgWrapAnimation2 {
  0% {
    width: 66.6666666667vw;
    height: 66.6666666667vw;
  }
  100% {
    width: 500vw;
    height: 500vw;
  }
}
@keyframes flowingText {
  0% {
    translate: 0 0;
  }
  100% {
    translate: -100% 0;
  }
}
@keyframes scrollLineMove {
  0% {
    top: -100px;
  }
  100% {
    top: 100%;
  }
}
#header {
  transition: 1s 10s opacity;
}

@media screen and (max-width: 768px) {
  #ku_header #common_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #ku_header #common_header ul {
    display: flex;
    flex-wrap: wrap;
    width: 200px;
    padding: 10px 0 0;
  }
  #ku_header #common_header ul li {
    margin: 0 0 10px 18px;
    line-height: 1;
    vertical-align: baseline;
  }
}

#ku_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
@media all and (min-width: 1201px) {
  #ku_header {
    position: fixed;
    z-index: 200;
  }
}

#wrapper {
  position: relative;
  background-color: #fff;
}
#wrapper #header {
  opacity: 0;
  transition: 2s 6s opacity;
}
#wrapper.scf_on #header {
  opacity: 1;
}
#wrapper .body_wrap {
  overflow: hidden;
}
#wrapper .mv {
  position: relative;
  width: 100%;
  z-index: 100;
  height: calc(100vh + 600px);
}
@media screen and (max-width: 1200px) {
  #wrapper .mv {
    height: 229.3333333333vw;
  }
}
#wrapper .mv .loading {
  position: absolute;
  top: 50vh;
  left: 50%;
  z-index: 1000;
  color: #5032af;
  font-size: 1.8rem;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
  #wrapper .mv .loading {
    font-size: 2.4rem;
  }
}
#wrapper .mv .loading span {
  display: inline-block;
  opacity: 0;
  animation: loadingDots 1.2s infinite ease-in-out;
}
#wrapper .mv .loading span:nth-child(1) {
  animation-delay: 0s;
}
#wrapper .mv .loading span:nth-child(2) {
  animation-delay: 0.1s;
}
#wrapper .mv .loading span:nth-child(3) {
  animation-delay: 0.2s;
}
@media (prefers-reduced-motion: reduce) {
  #wrapper .mv .loading span {
    animation: none;
    opacity: 1;
  }
}
@keyframes loadingDots {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#wrapper .mv #ku_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#wrapper .mv.scf_on .loading {
  opacity: 0 !important;
  transition: 1s opacity;
}
#wrapper .mv.scf_on .op {
  opacity: 1;
}
#wrapper .mv.scf_on .mv_bg .mv_bg_wrap {
  animation: mvBgWrapAnimation 4.5s 2s forwards;
}
@media screen and (max-width: 1200px) {
  #wrapper .mv.scf_on .mv_bg .mv_bg_wrap {
    animation: sp_mvBgWrapAnimation 4.5s 2s forwards;
  }
}
#wrapper .mv .mv_inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 100vh;
}
@media screen and (max-width: 1200px) {
  #wrapper .mv .mv_inner {
    position: absolute;
    height: 100%;
  }
}
#wrapper .mv .ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: url(../images/index/mv_img2.svg) no-repeat center center/100%;
}
@media screen and (max-width: 1200px) {
  #wrapper .mv .ring {
    top: 76vw;
    transform: translate(-50%, 0);
    width: 16vw;
    height: 16vw;
  }
}
#wrapper .mv .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -56%);
  width: 407px;
  height: 243px;
  background: url(../images/index/mv_img1.svg) no-repeat center center/100%;
}
@media screen and (max-width: 1200px) {
  #wrapper .mv .logo {
    top: 65.3333333333vw;
    transform: translate(-50%, 0);
    width: 54.2666666667vw;
    height: 32.4vw;
  }
}
#wrapper .mv .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background: url(../images/index/mv_bg3.png) no-repeat center top/cover;
}
@media screen and (max-width: 1280px) {
  #wrapper .mv .bg {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 1200px) {
  #wrapper .mv .bg {
    background: url(../images/index/mv_bg3_sp.png) no-repeat center top/100%;
  }
}
#wrapper .mv .h_logo {
  position: absolute;
  top: 50px;
  left: 60px;
  z-index: 11;
}
@media screen and (max-width: 1200px) {
  #wrapper .mv .h_logo {
    top: 17.7333333333vw;
    left: 4vw;
    width: 41.3333333333vw;
  }
}
#wrapper .mv .copy {
  position: absolute;
  top: 270px;
  left: 60px;
  z-index: 11;
}
@media screen and (max-width: 1200px) {
  #wrapper .mv .copy {
    top: 44.4vw;
    left: 4vw;
    width: 4.5333333333vw;
  }
  #wrapper .mv .copy img {
    width: 100%;
  }
}
#wrapper .mv .text {
  position: absolute;
  top: calc(50% + 38px);
  left: calc(50% + 410px);
  z-index: 10;
  transform: translate(-50%, -50%);
  width: 370px;
  height: 308px;
  background: url(../images/index/mv_img3.png) no-repeat center center/100%;
}
@media screen and (max-width: 1200px) {
  #wrapper .mv .text {
    top: 128vw;
    left: 0;
    transform: none;
    width: 100vw;
    height: 94.6666666667vw;
    background-image: url(../images/index/sp_mv_img3.png);
  }
}
#wrapper .mv .op {
  opacity: 0;
  transition: 1s 1.5s opacity;
}
#wrapper .mv .op.op2 {
  transition: 1s 3s opacity;
}
#wrapper .mv .op.op3 {
  transition: 1s 6s opacity;
}
#wrapper .mv .op.op4 {
  transition: 1s 7s opacity;
}
#wrapper .mv .mv_check1 {
  position: absolute;
  top: 700px;
  left: 0;
  z-index: 10;
  width: 10px;
  height: 10px;
  background: #000;
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  #wrapper .mv .mv_check1 {
    top: 70vh;
  }
}
#wrapper .mv .mv_check1.scf_on + .mv_check2 + .over_wrap .mv_bg .mv_bg_wrap {
  animation: mvBgWrapAnimation2 5s forwards;
  border-radius: 0;
}
@media screen and (max-width: 1200px) {
  #wrapper .mv .mv_check1.scf_on + .mv_check2 + .over_wrap .mv_bg .mv_bg_wrap {
    animation: sp_mvBgWrapAnimation2 5s forwards;
  }
}
#wrapper .mv .mv_check1.scf_on + .mv_check2 + .over_wrap + .sec1 {
  transition: 1s 1s margin-top, 0.2s 1s opacity;
  margin-top: 10px;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  #wrapper .mv .mv_check1.scf_on + .mv_check2 + .over_wrap + .sec1 {
    margin-top: -2.6666666667vw;
  }
}
#wrapper .mv .mv_check2 {
  position: absolute;
  top: 1300px;
  left: 0;
  z-index: 10;
  width: 10px;
  height: 10px;
  background: #820c0c;
  pointer-events: none;
  opacity: 0;
}
#wrapper .mv .over_wrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/index/mv_bg1.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 1200px) {
  #wrapper .mv .over_wrap {
    height: 100%;
  }
}
#wrapper .mv .mv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
}
#wrapper .mv .mv_bg .mv_bg_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 100% !important;
  overflow: hidden;
  transition: 1s;
}
@media screen and (max-width: 1200px) {
  #wrapper .mv .mv_bg .mv_bg_wrap {
    top: 84vw;
    transform: translate(-50%, -50%);
  }
}
#wrapper .mv .mv_bg .mv_bg_wrap .scroll {
  position: absolute;
  top: calc(50% + 200px);
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.6rem;
  text-indent: 0.22em;
  letter-spacing: 0.22em;
}
@media screen and (max-height: 880px) {
  #wrapper .mv .mv_bg .mv_bg_wrap .scroll {
    top: calc(50% + 260px);
  }
}
@media screen and (max-width: 1200px) {
  #wrapper .mv .mv_bg .mv_bg_wrap .scroll {
    top: calc(50% + 24vw) !important;
    font-size: 2.2rem;
  }
}
#wrapper .mv .mv_bg .mv_bg_wrap .scroll span {
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 50px;
  overflow: hidden;
}
#wrapper .mv .mv_bg .mv_bg_wrap .scroll span::after {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  animation: scrollLineMove 2s linear infinite;
}
#wrapper .mv .mv_bg .mv_bg_wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  background: url(../images/index/mv_bg2_2.webp) no-repeat center top/cover;
}
@media screen and (max-width: 1200px) {
  #wrapper .mv .mv_bg .mv_bg_wrap:after {
    top: calc(50% + 37.3333333333vw);
    left: 50%;
    height: 218.6666666667vw;
    background-image: url(../images/index/sp_mv_bg2.jpg);
    background-size: 100% auto;
  }
}
#wrapper .contente_wrap {
  position: relative;
  z-index: 1000;
  background-color: #fff;
}
#wrapper .sec1 {
  position: relative;
  z-index: 100;
  margin-top: -80px;
  padding: 0 0 326px;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec1 {
    margin-top: -2.6666666667vw;
    padding: 0 0 55.2vw;
  }
}
#wrapper .sec1::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/index/sec1_bg.webp) no-repeat center center/100% 100%;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec1::before {
    top: -26.6666666667vw;
    background-image: url(../images/index/sp_sec1_bg.webp);
  }
}
#wrapper .sec1 .inner {
  position: relative;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec1 .inner {
    padding: 0 5.3333333333vw;
  }
}
#wrapper .sec1 .inner .sec_hd {
  position: relative;
  top: -112px;
  margin-bottom: -66px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec1 .inner .sec_hd {
    top: -9.3333333333vw;
    width: 59.3333333333vw;
    margin: 0 auto 0.6666666667vw;
  }
}
#wrapper .sec1 .inner ul li a {
  color: #fff;
}
#wrapper .sec1 .inner ul li a .img {
  border-color: #fff;
}
#wrapper .sec1 .inner .more {
  margin: 3px 0 0;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec1 .inner .more {
    margin: 0.8vw 0 0;
  }
}
#wrapper .sec1 .inner .more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 51px;
  margin: 0 auto;
  border-radius: 100px;
  background-color: #5032af;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec1 .inner .more a {
    width: 50.6666666667vw;
    height: 12.2666666667vw;
    font-size: 2.8rem;
  }
}
#wrapper .sec2 {
  position: relative;
  z-index: 100;
  margin-top: -288px;
  padding-top: 200px;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec2 {
    margin-top: -38.4vw;
    padding-top: 32vw;
    padding-bottom: 10.6666666667vw;
  }
}
#wrapper .sec2 .inner {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec2 .inner {
    padding: 0 5.3333333333vw;
  }
}
#wrapper .sec2 .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 100px 0 0;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec2 .inner ul {
    padding: 0;
  }
}
#wrapper .sec2 .inner ul li {
  position: relative;
  width: 375px;
  margin: 0 0 110px;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec2 .inner ul li {
    width: 100%;
    margin: 0 0 17.3333333333vw;
  }
}
#wrapper .sec2 .inner ul li img {
  max-width: initial;
}
#wrapper .sec2 .inner ul li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 0 52px 110px;
  opacity: 1 !important;
}
#wrapper .sec2 .inner ul li a span {
  position: relative;
  z-index: 1;
}
#wrapper .sec2 .inner ul li a::before, #wrapper .sec2 .inner ul li a::after {
  content: "";
  position: absolute;
  top: -156px;
  left: -32px;
  width: 490px;
  height: 397px;
  background: url(../images/index/sec2_bg1.png) no-repeat center center/100% 100%;
  transition: 0.8s;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec2 .inner ul li a::before, #wrapper .sec2 .inner ul li a::after {
    top: -20vw;
    left: 7.3333333333vw;
    width: 78vw;
    height: 68.1333333333vw;
  }
}
@media screen and (max-width: 1200px) {
  #wrapper .sec2 .inner ul li a {
    padding: 0 0 0 20vw;
  }
}
@media all and (min-width: 1201px) {
  #wrapper .sec2 .inner ul li a .detail {
    transition: 0.3s;
  }
  #wrapper .sec2 .inner ul li a:hover .detail {
    opacity: 0.7;
  }
}
#wrapper .sec2 .inner ul li a > span {
  display: block;
}
#wrapper .sec2 .inner ul li a .text1 {
  position: absolute;
  top: 0;
  left: 7px;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec2 .inner ul li a .text1 {
    top: 0.4vw;
    left: 0;
  }
  #wrapper .sec2 .inner ul li a .text1 img {
    width: 14.4vw !important;
    height: auto !important;
  }
}
#wrapper .sec2 .inner ul li a .text2 {
  position: relative;
  top: -10px;
  line-height: 1.35;
  margin: 0;
  color: #5032af;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec2 .inner ul li a .text2 {
    top: -1.3333333333vw;
    margin: 0 0 2vw;
    font-size: 4.2rem;
  }
}
#wrapper .sec2 .inner ul li a .text3 {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec2 .inner ul li a .text3 {
    font-size: 2.6rem;
  }
}
#wrapper .sec2 .inner ul li a .detail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 60px;
  margin: 28px auto 0;
  padding: 0 40px 0 0;
  background: url(../images/index/sec2_btn.png) no-repeat center center/100% 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec2 .inner ul li a .detail {
    width: 59.4666666667vw;
    height: 14.6666666667vw;
    translate: -2.6666666667vw 0;
    margin: 4vw 0 0;
    padding: 0 5.3333333333vw 0 0;
    background-image: url(../images/index/sp_sec2_btn.png);
    font-size: 2.03rem;
  }
}
#wrapper .sec2 .inner ul li:nth-child(2) a::before, #wrapper .sec2 .inner ul li:nth-child(2) a::after {
  top: -114px;
  left: 22px;
  width: 478px;
  height: 350px;
  background: url(../images/index/sec2_bg2.png) no-repeat center center/100% 100%;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec2 .inner ul li:nth-child(2) a::before, #wrapper .sec2 .inner ul li:nth-child(2) a::after {
    top: -13.8666666667vw;
    left: 6.5333333333vw;
    width: 78.5333333333vw;
    height: 62.1333333333vw;
  }
}
#wrapper .sec2 .inner ul li:nth-child(3) a::before, #wrapper .sec2 .inner ul li:nth-child(3) a::after {
  top: -70px;
  left: -12px;
  width: 482px;
  height: 350px;
  background: url(../images/index/sec2_bg3.png) no-repeat center center/100% 100%;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec2 .inner ul li:nth-child(3) a::before, #wrapper .sec2 .inner ul li:nth-child(3) a::after {
    top: -9.0666666667vw;
    left: 7.3333333333vw;
    width: 71.2vw;
    height: 60.4vw;
  }
}
@media screen and (max-width: 1200px) {
  #wrapper .sec2 .inner ul li:nth-child(3) a .text1 img {
    height: 33.3333333333vw;
  }
}
#wrapper .sec2 .inner ul li:nth-child(4) a::before, #wrapper .sec2 .inner ul li:nth-child(4) a::after {
  top: -65px;
  left: 15px;
  width: 418px;
  height: 374px;
  background: url(../images/index/sec2_bg4.png) no-repeat center center/100% 100%;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec2 .inner ul li:nth-child(4) a::before, #wrapper .sec2 .inner ul li:nth-child(4) a::after {
    top: -7.3333333333vw;
    left: 1.3333333333vw;
    width: 91.7333333333vw;
    height: 67.6vw;
  }
}
@media screen and (max-width: 1200px) {
  #wrapper .sec2 .inner ul li:nth-child(4) a .text1 img {
    height: 33.3333333333vw;
  }
}
#wrapper .sec2 .sec2_liquid {
  position: relative;
}
#wrapper .sec2 .sec2_liquid::after {
  filter: url("#sec2_liquid_filter");
  opacity: 0;
  transition: opacity 0.6s ease;
}
#wrapper .sec2 .sec2_liquid:hover::after {
  opacity: 1;
}
#wrapper .sec2 .sec2_liquid:hover::before {
  opacity: 0;
}
#wrapper .sec3 {
  position: relative;
  z-index: 3;
  margin-top: -10px;
  background: #fff url(../images/index/sec3_bg1.jpg);
}
@media screen and (max-width: 1200px) {
  #wrapper .sec3 {
    margin-top: 0;
  }
}
#wrapper .sec3 .over_wrap {
  position: relative;
  z-index: 1;
  padding: 110px 0 183px;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec3 .over_wrap {
    padding: 21.3333333333vw 0 20.2666666667vw;
  }
}
#wrapper .sec3 .over_wrap::before, #wrapper .sec3 .over_wrap::after {
  content: "";
  position: absolute;
  top: 288px;
  left: 50%;
  transform: translateX(-50%);
  width: 1370px;
  height: 561px;
  background: url(../images/index/sec3_bg2.png) no-repeat center center/100%;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec3 .over_wrap::before, #wrapper .sec3 .over_wrap::after {
    content: none;
  }
}
#wrapper .sec3 .over_wrap::after {
  top: auto;
  bottom: 115px;
  left: calc(50% + 61px);
  z-index: 20;
  width: 1273px;
  height: 831px;
  background: url(../images/index/sec3_bg3.png) no-repeat center center/100%;
}
#wrapper .sec3 .kandai_line1,
#wrapper .sec3 .kandai_line2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  transform: translateY(-55%);
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec3 .kandai_line1,
  #wrapper .sec3 .kandai_line2 {
    height: 18.6666666667vw;
  }
}
#wrapper .sec3 .kandai_line1::before,
#wrapper .sec3 .kandai_line2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000%;
  height: 100%;
  background: url(../images/common/kandai_line.png) repeat-x 0 0;
  background-size: auto 100%;
  animation: flowingText 200s linear infinite;
  z-index: 10;
  pointer-events: none;
}
#wrapper .sec3 .kandai_line1 {
  background-position: -360px 0;
}
#wrapper .sec3 .kandai_line2 {
  top: auto;
  bottom: -21px;
  transform: none;
  background-position: -7px 0;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec3 .kandai_line2 {
    bottom: -2.8vw;
  }
}
#wrapper .sec3 .inner {
  position: relative;
}
#wrapper .sec3 .inner::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  width: 82px;
  height: 82px;
  background: url(../images/index/sec3_icon.png) no-repeat center center/100%;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec3 .inner::before {
    top: -5.3333333333vw;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
#wrapper .sec3 .sec_hd {
  margin: 0 0 40px;
  padding: 0 0 35px;
  border-bottom: 1px solid #5032af;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec3 .sec_hd {
    width: 69.4666666667vw;
    margin: 0 auto 6.6666666667vw;
  }
}
#wrapper .sec3 .sec_mhd {
  margin: 0 0 56px;
  padding: 20px 0;
  border-top: 1px solid #5032af;
  border-bottom: 1px solid #5032af;
  color: #5032af;
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec3 .sec_mhd {
    margin: 0 0 6.6666666667vw;
    padding: 2.6666666667vw 0;
    border-top: 0.1333333333vw solid #5032af;
    border-bottom: 0.1333333333vw solid #5032af;
    font-size: 3.8rem;
    line-height: 1.3;
    letter-spacing: 0.08em;
  }
}
#wrapper .sec3 .sec_shd {
  margin: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec3 .sec_shd {
    width: 84.4vw;
    margin: 0 auto 5.3333333333vw;
  }
}
#wrapper .sec3 .text_wrap {
  padding: 0 123px;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec3 .text_wrap {
    padding: 0 5.3333333333vw;
  }
}
#wrapper .sec3 .text_wrap p {
  margin: 0 0 30px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec3 .text_wrap p {
    margin: 0 0 4vw;
    font-size: 2.6rem;
  }
}
#wrapper .sec3 .text_wrap .text2 {
  margin-top: 45px;
  padding: 15px 21px;
  border-radius: 10px;
  background-color: #eddffd;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec3 .text_wrap .text2 {
    margin-top: 5.3333333333vw;
    padding: 2vw 2.8vw;
    border-radius: 1.3333333333vw;
  }
}
#wrapper .sec3 .top_wrap {
  position: relative;
  z-index: 1;
  padding: 152px 0 52px;
  border-radius: 460px 460px 0 0;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec3 .top_wrap {
    padding: 15.0666666667vw 0 6.9333333333vw;
    border-radius: 60px 60px 0 0;
  }
}
#wrapper .sec3 .bottom_wrap {
  position: relative;
  z-index: 1;
  padding: 0 0 127px;
  border-radius: 0 0 460px 460px;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec3 .bottom_wrap {
    padding: 0 0 13.3333333333vw;
    border-radius: 0 0 60px 60px;
  }
}
#wrapper .sec3 .bottom_wrap .img {
  width: 764px;
  margin: 0 0 0 156px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec3 .bottom_wrap .img {
    width: 86.6666666667vw;
    margin: 0 0 0 9.6vw;
  }
}
#wrapper .sec4 {
  position: relative;
  z-index: 2;
  padding: 40px 0 90px;
  background-color: #5032af;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec4 {
    padding: 8.4vw 0 17.7333333333vw;
  }
}
#wrapper .sec4 .inner .sec_hd {
  margin: 0 0 30px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec4 .inner .sec_hd {
    width: 26vw;
    margin: 0 auto 4vw;
  }
}
#wrapper .sec4 .inner .sec4_slider {
  position: relative;
  width: 315px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec4 .inner .sec4_slider {
    width: 58.6666666667vw;
  }
}
#wrapper .sec4 .inner .sec4_slider__track {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 0.4s ease;
}
#wrapper .sec4 .inner .sec4_slider__slide {
  flex: 0 0 315px;
  width: 315px;
  padding: 0 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec4 .inner .sec4_slider__slide {
    flex: 0 0 58.6666666667vw;
    width: 58.6666666667vw;
    padding: 0 2vw;
  }
}
#wrapper .sec4 .inner .sec4_slider__slide a {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec4 .inner .sec4_slider__slide a {
    font-size: 3rem;
  }
}
#wrapper .sec4 .inner .sec4_slider__slide a img {
  margin: 0 0 7px;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec4 .inner .sec4_slider__slide a img {
    margin: 0 0 0.9333333333vw;
  }
}
#wrapper .sec4 .inner .sec4_slider__arrow {
  position: absolute;
  top: auto;
  bottom: -34px;
  z-index: 10;
  left: 60px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background: url(../images/common/arrow2.svg) no-repeat center center/contain;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec4 .inner .sec4_slider__arrow {
    left: 4vw;
    bottom: -8vw;
    width: 4.8vw;
    height: 4.8vw;
  }
}
#wrapper .sec4 .inner .sec4_slider__arrow--next {
  left: auto;
  right: 60px;
  transform: rotate(180deg);
}
@media screen and (max-width: 1200px) {
  #wrapper .sec4 .inner .sec4_slider__arrow--next {
    right: 4vw;
  }
}
#wrapper .sec4 .inner .sec4_slider__pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec4 .inner .sec4_slider__pagination {
    bottom: -7.4666666667vw;
    gap: 2.6666666667vw;
  }
}
#wrapper .sec4 .inner .sec4_slider__pagination button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  #wrapper .sec4 .inner .sec4_slider__pagination button {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
#wrapper .sec4 .inner .sec4_slider__pagination button.is-active {
  background-color: #00dcaa;
}/*# sourceMappingURL=index.css.map */