/* _setting CSS */
@keyframes stroke {
  0% {
    stroke-dashoffset: 1800;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* min-width:751px | 751px ~
------------------------------------------------------------------------- */
@media screen and (min-width: 751px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  #mv {
    position: relative;
    margin: 0 0 180px;
  }
  #mv p {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    padding: 50px 0 0;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3rem;
    white-space: nowrap;
    transition-delay: 1.2s;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}
@media screen and (min-width: 751px) and (max-width: 1400px) {
  #mv p {
    padding: 90px 0 0;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 751px) {
  #mv .slide {
    position: relative;
  }
  #mv .slide img {
    height: auto;
  }
  #mv .slide .slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 8%;
    left: 0;
    width: 100%;
  }
  #mv .slide .slick-dots li {
    margin: 0 7px;
  }
  #mv .slide .slick-dots li button {
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 12px;
    padding: 12px 0 0;
    border-radius: 100%;
    background: #626261;
  }
  #mv .slide .slick-dots .slick-active button {
    background: #fff;
  }
}
@media screen and (min-width: 751px) {
  #sec1 {
    margin: 0 0 210px;
  }
  #sec1 .sec_1 {
    padding: 0 0 185px 840px;
  }
  #sec1 .sec_1 .img1 {
    position: absolute;
    top: 0;
    left: -200px;
    width: 900px;
  }
  #sec1 .sec_1 .text1 {
    line-height: 2.4;
    font-size: 2.4rem;
    letter-spacing: 0.25em;
  }
  #sec1 .sec_2 {
    position: relative;
  }
  #sec1 .sec_2 .img1 {
    position: absolute;
    top: -65px;
    right: -28px;
    width: 430px;
  }
  #sec1 .sec_2 .text1 {
    line-height: 2.2;
    padding: 0 545px 175px 0;
    text-align: center;
  }
  #sec1 .sec_2 .text1 .san {
    display: block;
    margin: 0 auto 45px;
    filter: invert(49%) sepia(11%) saturate(1149%) hue-rotate(245deg) brightness(91%) contrast(89%);
  }
  #sec1 .sec_2 .img2 {
    position: relative;
    width: 1440px;
    max-width: 1440px;
    height: 500px;
    margin: 0 0 0 -120px;
    overflow: hidden;
  }
  #sec1 .sec_2 .img2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2000px;
    max-width: 2000px;
    height: auto;
    margin: -480px 0 0 -1000px;
  }
}
@media screen and (min-width: 751px) {
  #sec2 {
    margin: 0 0 260px;
  }
  #sec2 h3 {
    position: absolute;
    top: 30%;
    left: -130px;
  }
  #sec2 h3 i {
    display: block;
    position: relative;
    width: 100%;
    height: 25px;
    margin: 0 0 5px;
    overflow: hidden;
    font-size: 2.5rem;
    text-align: center;
  }
  #sec2 h3 i::before {
    display: inline-block;
    transform: translateY(30px);
    transition: 0.6s;
  }
  #sec2 h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -90px;
    width: 70px;
    height: 1px;
    background: #141414;
  }
  #sec2 h3.on i:before {
    transform: translateY(0);
  }
  #sec2 .sec_1 .inner,
#sec2 .sec_2 .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 1080px;
    margin: 0 auto;
  }
  #sec2 .sec_1 .inner .text1,
#sec2 .sec_2 .inner .text1 {
    letter-spacing: 0.1em;
    font-size: 3rem;
  }
  #sec2 .sec_1 .inner .text2,
#sec2 .sec_2 .inner .text2 {
    line-height: 2.3;
    padding: 150px 0 0;
  }
  #sec2 .sec_1 {
    margin: 0 0 95px;
  }
  #sec2 .sec_2 {
    position: relative;
    padding: 150px 0 0;
    color: #fff;
  }
  #sec2 .sec_2 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-image: url(../images/index/sec2_img2.jpg);
    background-repeat: no-repeat;
    background-size: auto 140%;
    background-position: center top;
    transition: 0.15s;
  }
  #sec2 .sec_2 h3::before {
    background: #fff;
  }
  #sec2 .sec_2 .img1 {
    position: relative;
    top: -190px;
  }
  #sec2 .sec_2 .text1 {
    padding: 40px 0 0;
  }
  #sec2 .sec_2 .inner {
    align-items: flex-start;
  }
}
@media screen and (min-width: 751px) {
  #sec3 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 160px;
  }
  #sec3 li {
    width: 580px;
  }
  #sec3 li a {
    display: block;
    padding: 165px 0 155px;
    background: url("../images/index/sec3_img1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
  #sec3 li a span {
    display: flex;
    justify-content: center;
  }
  #sec3 li a .more {
    margin: 15px 0 0;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  #sec3 li a .more i {
    margin: 0 0 0 17px;
  }
  #sec3 li:nth-child(2) {
    transition-delay: 0.2s;
  }
  #sec3 li:nth-child(2) a {
    background-image: url("../images/index/sec3_img2.jpg");
  }
}
@media screen and (min-width: 751px) {
  #sec4 {
    margin-bottom: 120px;
    padding: 20px;
    background: #f8f7f3;
  }
  #sec4 .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 70px;
    border: 1px solid #fff;
  }
  #sec4 .inner .text {
    order: 2;
    width: 320px;
  }
  #sec4 .inner .text h2 {
    color: #8b6990;
    font-size: 2rem;
    letter-spacing: 0.08em;
  }
  #sec4 .inner .text svg {
    display: block;
    margin: 22px 0;
    stroke: #333333;
    stroke-width: 1px;
    animation: stroke 2s ease-in-out forwards;
  }
  #sec4 .inner .text p {
    line-height: 2.2;
    font-size: 1.4rem;
  }
  #sec4 .inner .fb_box {
    width: 500px;
    height: 400px;
  }
}
@media screen and (min-width: 751px) {
  #sec6 .c_hd1 {
    right: auto;
    left: 0;
  }
  #sec6 .inner {
    padding: 0 110px;
  }
  #sec6 .inner svg {
    display: block;
    margin: 22px 0 22px 3px;
    stroke: #333333;
    stroke-width: 1px;
    animation: stroke 2s ease-in-out forwards;
  }
  #sec6 .inner p {
    line-height: 2.4;
  }
  #sec6 .inner .text2 {
    margin: 0 0 10px;
    font-size: 1.4rem;
  }
  #sec6 .inner .text3 {
    margin: 0 0 90px;
    font-size: 1.4rem;
  }
  #sec6 .inner ul {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 0 90px;
  }
  #sec6 .inner ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #141414;
  }
  #sec6 .inner ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 450px;
  }
  #sec6 .inner ul li .text {
    order: 2;
    width: 350px;
    font-size: 1.4rem;
  }
  #sec6 .inner ul li .text h3 {
    margin: 0 0 15px;
    font-size: 1.8rem;
  }
  #sec6 .inner ul li .text p {
    line-height: 2;
  }
  #sec6 .inner ul li i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: 1px solid #8b6990;
    border-radius: 100%;
    color: #8b6990;
    font-size: 2rem;
  }
  #sec6 .inner ul li:nth-of-type(2) i {
    font-size: 2.3rem;
  }
}
/* ////.min-width:751px | 751px ~
---------------------------------------------------------------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
max-width:750px | ~ 750px
------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  .scf_img_pos_b {
    transform: none !important;
  }

  #mv {
    position: relative;
    margin: 0 0 22.6666666667vw;
  }
  #mv p {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    padding: 17.3333333333vw 0 0;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3.6rem;
    white-space: nowrap;
    transition-delay: 1.2s;
  }
  #mv .slide {
    position: relative;
  }
  #mv .slide img {
    height: auto;
  }
  #mv .slide .slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 8%;
    left: 0;
    width: 100%;
  }
  #mv .slide .slick-dots li {
    margin: 0 7px;
  }
  #mv .slide .slick-dots li button {
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 12px;
    padding: 12px 0 0;
    border-radius: 100%;
    background: #626261;
  }
  #mv .slide .slick-dots .slick-active button {
    background: #fff;
  }

  #sec1 {
    margin: 0 0 24vw;
  }
  #sec1 .sec_1 {
    padding: 0 0 20vw;
  }
  #sec1 .sec_1 .text1 {
    line-height: 2;
    margin: 0 0 20.6666666667vw;
    font-size: 3.5rem;
    writing-mode: inherit;
    letter-spacing: 0.15em;
  }
  #sec1 .sec_1 .img1 {
    position: relative;
    left: -32vw;
    width: 114.6666666667vw;
  }
  #sec1 .sec_2 {
    position: relative;
  }
  #sec1 .sec_2 .text1 {
    line-height: 2.3;
    margin: 0 0 16vw;
    text-align: center;
  }
  #sec1 .sec_2 .text1 .san {
    display: block;
    width: 15.3333333333vw;
    margin: 0 auto 8.6666666667vw;
    filter: invert(49%) sepia(11%) saturate(1149%) hue-rotate(245deg) brightness(91%) contrast(89%);
  }
  #sec1 .sec_2 .img1 {
    width: 61.3333333333vw;
    margin: 0 auto 20vw;
  }
  #sec1 .sec_2 .img2 {
    position: relative;
    width: 92vw;
  }

  #sec2 {
    margin: 0 0 26.6666666667vw;
  }
  #sec2 h3 {
    position: absolute;
    top: 20vw;
    left: 0;
  }
  #sec2 h3 i {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    font-size: 3.8rem;
    text-align: center;
  }
  #sec2 h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -8vw;
    width: 6.6666666667vw;
    height: 1px;
    background: #141414;
  }
  #sec2 .sec_1 .inner,
#sec2 .sec_2 .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  #sec2 .sec_1 .inner .img1,
#sec2 .sec_2 .inner .img1 {
    position: relative;
    left: 16vw;
    width: 76vw;
    margin: 0 0 12vw;
  }
  #sec2 .sec_1 .inner .text1,
#sec2 .sec_2 .inner .text1 {
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-size: 3.6rem;
    writing-mode: inherit;
  }
  #sec2 .sec_1 .inner .text2,
#sec2 .sec_2 .inner .text2 {
    line-height: 2.3;
    padding: 5.3333333333vw 0 0;
    white-space: nowrap;
  }
  #sec2 .sec_1 {
    margin: 0 0 19.4666666667vw;
  }
  #sec2 .sec_2 {
    position: relative;
    color: #fff;
  }
  #sec2 .sec_2 .bg {
    position: absolute;
    top: 12vw;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url(../images/index/sec2_img2.jpg);
    background-repeat: no-repeat;
    background-size: auto 150%;
    background-position: center top;
  }
  #sec2 .sec_2 h3 {
    left: 8vw;
  }
  #sec2 .sec_2 h3::before {
    background: #fff;
  }
  #sec2 .sec_2 .inner {
    display: flex;
    flex-direction: column;
    padding: 0 8vw 13.3333333333vw;
  }
  #sec2 .sec_2 .inner .text1 {
    order: 2;
  }
  #sec2 .sec_2 .inner .text2 {
    order: 3;
  }

  #sec3 {
    margin: 0 auto 13.3333333333vw;
  }
  #sec3 li {
    width: 100%;
    margin: 0 0 8vw;
  }
  #sec3 li a {
    display: block;
    padding: 21.3333333333vw 0;
    background: url("../images/index/sec3_img1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 4.2rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
  #sec3 li a span {
    display: flex;
    justify-content: center;
  }
  #sec3 li a .more {
    margin: 2vw 0 0;
    font-size: 3rem;
    letter-spacing: 0;
  }
  #sec3 li a .more i {
    position: relative;
    top: 0.4vw;
    margin: 0 0 0 2vw;
  }
  #sec3 li:nth-child(2) a {
    background-image: url("../images/index/sec3_img2.jpg");
  }

  #sec4 {
    margin-bottom: 16vw;
    padding: 0;
  }
  #sec4 .inner {
    display: flex;
    flex-direction: column;
    padding: 8vw;
    background: #f8f7f3;
  }
  #sec4 .inner .text {
    order: 2;
  }
  #sec4 .inner .text h2 {
    color: #8b6990;
    font-size: 3.2rem;
    letter-spacing: 0.08em;
  }
  #sec4 .inner .text svg {
    display: block;
    width: 7.3333333333vw;
    margin: 3.3333333333vw 0;
    stroke: #333333;
    stroke-width: 1px;
    animation: stroke 2s ease-in-out forwards;
  }
  #sec4 .inner .text p {
    line-height: 2;
  }
  #sec4 .inner .fb_box {
    width: 100%;
    margin: 0 0 7.3333333333vw;
  }
  #sec4 .inner .fb_box iframe {
    width: 100%;
  }

  #sec6 .inner svg {
    display: block;
    margin: 22px 0 22px 3px;
    stroke: #333333;
    stroke-width: 1px;
    animation: stroke 2s ease-in-out forwards;
  }
  #sec6 .inner p {
    line-height: 2;
  }
  #sec6 .inner .text2 {
    margin: 0 0 1.3333333333vw;
  }
  #sec6 .inner .text3 {
    margin: 0 0 6.6666666667vw;
  }
  #sec6 .inner ul {
    margin: 0 0 13.3333333333vw;
  }
  #sec6 .inner ul li {
    position: relative;
    width: 100%;
    margin: 0 0 6.6666666667vw;
  }
  #sec6 .inner ul li:last-child {
    border-top: 1px solid #141414;
  }
  #sec6 .inner ul li h3 {
    line-height: 1.6;
    margin: 0 0 6.6666666667vw;
    padding: 0 0 0 16vw;
    font-size: 3rem;
  }
  #sec6 .inner ul li p {
    line-height: 2;
  }
  #sec6 .inner ul li i {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 1vw;
    left: 0;
    width: 10.9333333333vw;
    height: 10.9333333333vw;
    border: 1px solid #8b6990;
    border-radius: 100%;
    color: #8b6990;
    font-size: 3rem;
  }
  #sec6 .inner ul li:nth-of-type(2) {
    padding: 6.6666666667vw 0 0;
  }
  #sec6 .inner ul li:nth-of-type(2) h3 {
    padding: 3.3333333333vw 0 0 16vw;
  }
  #sec6 .inner ul li:nth-of-type(2) i {
    top: 7.5vw;
    font-size: 3.2rem;
  }
  #sec6 .map iframe {
    width: 100%;
    height: 84vw;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}

/*# sourceMappingURL=index.css.map */
