/*onemin.css*/

/*--------------------
Page Main
---------------------*/

.all_wrap {
    overflow: hidden;
}

.onemin_main{
    background:#3C88E8;
    transition : all 1s;
}


/*tag slider Start*/

.swiperloop .swiper-wrapper {
  transition-timing-function: linear;
}

.swiperloop .swiper-slide {
    width: fit-content;
    height: auto;
    white-space: nowrap;
    font-size: 6.0rem;
    font-size:min(5.3vw,6.0rem);
    color: #fff;
    font-weight: 500;
    padding-left: 18px;
    padding-right: 18px;
}

/*tag slider End*/



/*Main Fade Slider Start*/
.swiper-container {
    width: 100%;
    margin: auto;
}

.slide-item {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
    animation: zoom-out 6s linear 1s 1 normal both;
}

.slide-item img {
    display: block;
/*    animation: zoomUp 10s linear 0s 1 normal both;*/
}

@keyframes zoom-out {
    0% {
        transform: scale(1.35);
    }
    100% {
        transform: scale(1);
    }
}
/*Main Fade Slider End*/


.onemin_main .inner {
    width: 1360px;
    max-width: 100%;
    height: 100%;
    padding-left: 35px;
    padding-right: 35px;
    margin: 0 auto;
    position: relative;
}

.onemin_main_cont {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.onemin_main_cont_l {
    max-width: 40%;
}

.onemin_main_cont_l h1 {
    position: relative;
    z-index: 1;
}

.onemin_main_cont_l img {
    display: block;
    width: 447px;
    max-width: 100%;
}

.onemin_main_cont_r {
    width: fit-content;
    max-width: 587px;
    width: 50%;
    padding: 25px 25px;
    background-color: #fff;
    margin-bottom: -25px;
    z-index: 1;
}

.onemin_main_cont_r .slide-item {
    width: 100%;
    max-width: 529px;
    margin: 0 auto;
}


.swiper-container.onemin_main02 {
    width: 450px;
    max-width: 30%;
    padding: 18px 18px;
    background-color: #fff;
    position: absolute;
    bottom: -100px;
    left: 35px;
}

/*--------------------
Section
---------------------*/

.sec_num {
    width: 200px;
}


.sec01_wrap .sec_num {
    position: absolute;
    top: -100px;;
    left: 0;
}

/*--------------------
Section01
---------------------*/

.sec01_wrap {
    background-color: #F5F2EC;
    padding-top: 240px;
    position: relative;
    overflow: hidden;
    
    background-image: url(/img/onemin/sec01_bk.png);
    background-size: auto 800px;
    background-repeat: no-repeat;
    background-position: right 0 top 60%;
}

.sec01_wrap .inner {
    width: 1360px;
    max-width: 100%;
    height: 100%;
    padding: 0 35px 40px 35px;
    margin: 0 auto;
    position: relative;
}

.sec01_wrap .inner:after {
    content: '';
    display: block;
    width: 240px;
    height: 240px;
    background: url(/img/onemin/circle02.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    animation: 24s linear infinite rotation01;
}

.sec01 {
    display: flex;
    justify-content: space-between;
}

.sec01_r,
.sec01_l {
    width: 49%;
/*    max-width: 49%;*/
}

.sec01_l {
    padding-top: 120px;
}

.sec01_r {
    flex: 1;
    margin-right: calc(50% - 50vw);
    margin-left: 2%;
    padding-bottom: 100px;
    position: relative;
}

.sec01_r p {
    font-weight: 500;
    position: relative;
    z-index: 1;
    margin-top: 5px;
}

.sec01_r > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 530px;
    object-fit: cover;
}

.sec01_l h2 {
    position: relative;
    z-index: 1;
    writing-mode: vertical-rl;
    font-size: 4.8rem;
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
}

.sec01_l h2:before,
.sec01_l h2:after {
    content: none;
}

.sec01_l .tit_box p {
    position: relative;
    z-index: 1;
    writing-mode: vertical-rl;
    padding-top: 30px;
    margin-right: 30px;
}

.sec01_l .tit_box {
    display: flex;
    width: fit-content;
    margin: 0 auto;
}

.sec01ano {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100vw;
    margin: 0 calc(50% - 50vw);;
}

.sec01ano_l,
.sec01ano_r {
    width: 49%;
/*    max-width: 49%;*/
}

.sec01ano_l img {
    margin-top: -70px;
    width: 100%;
    height: auto;
    max-height: 530px;
    object-fit: cover;
    object-position: top center;
}

.sec01ano_l p {
    font-weight: 500;
    line-height: 1.6;
    margin-top: 5px;
    text-align: right;
}

.sec01ano_r {
    flex: 1;
    margin-right: calc(50% - 50vw);
    margin-left: 2%;
    padding-left: 50px;
}

.sec01ano_r > ul {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 28px;
    z-index: 1;
    position: relative;
}

.sec01ano_r > ul > li {
    width: 48%;
    max-width: 306px;
}

.sec01ano_r > ul > li:first-child {
    margin-right: 4%;
}

.sec01ano_r > ul > li img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 306px;
    object-fit: cover;
}

.sec01ano_r > ul > li p {
    margin-bottom: 5px;
    line-height: 1.6;
    font-weight: 500;
}

/*--------------------
Section02
---------------------*/

.sec02_wrap {
    background-color: #F5F2EC;
    padding-top: 40px;
    padding-bottom: 80px;
    position: relative;
}

.sec02_wrap .sec_num {
    margin: 0 auto 40px;
}

.sec02_wrap h2 {
    font-size: 4.8rem;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 20px;
}

.sec02_wrap h2:before,
.sec02_wrap h2:after {
    content: none;
}

.sec02_wrap h2 span {
    display: block;
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: center;
    margin-top: 25px;
}

@media screen and (min-width:768px) {
    .sec02_slide .slider img {
        width:40vw;
        width: 100%;
        height:auto;
    }
    .sec02_slide .slider .slick-slide {
        transform: scale(0.8);
        transition: all .5s;
        padding-top: 80px;
    }
    .sec02_slide .slider .slick-slide.slick-center{
        transform: scale(1);
        opacity: 1;
        position: relative;
    }
    .sec02_slide .slider .slick-slide a {
        pointer-events: none;
    }
    .sec02_slide .slider .slick-slide.slick-center a {
        display: block;
        /*    max-width: 700px;*/
        height: auto;
        padding: 20px 20px;
        margin: 0 10px;
        background-color: #fff;
        position: relative;
        pointer-events: auto;
    }
    .sec02_slide .slider .slick-slide .slide_text {
        display: none;
        opacity: 0;
        padding-top: 40px;
    }
    .sec02_slide .slider .slick-slide.slick-center .slide_text {
        display: block;
        opacity: 1;
    }
    .sec02_slide .slider .slick-slide img.slider_tag {
        display: none;
        opacity: 0;
    }
    .sec02_slide .slider .slick-slide.slick-center img.slider_tag {
        display: block;
        width: 160px;
        position: absolute;
        top: 0;
        right: 5%;
        opacity: 1;
        z-index: 3;
    }
}

.sec02_slide .slider .slick-slide.slick-center a:before {
    content: '';
    width: 20px;
    height: 20px;
    border-bottom: 2px solid #E58967;
    border-left: 2px solid #E58967;
    position: absolute;
    bottom: -1px;
    left: -1px;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.sec02_slide .slider .slick-slide.slick-center a:after {
    content: '';
    width: 20px;
    height: 20px;
    border-top: 2px solid #3587AC;
    border-right: 2px solid #3587AC;
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.sec02_slide .slider .slick-slide.slick-center a:hover {
    opacity: 1;
    cursor: pointer;
}

.sec02_slide .slider .slick-slide.slick-center a:hover::before {
    width: calc(100% + 1px);
    height: calc(100% + 1px);
}

.sec02_slide .slider .slick-slide.slick-center a:hover::after {
    width: calc(100% + 1px);
    height: calc(100% + 1px);
}

.sec02_slide .slick-dots {
    position: static;
    margin-top: 30px;
}

.sec02_slide .slick-dots li {
    width: 40px;
    height: 8px;
    background-color: #aaa;
    border-radius: 12px;
}

.slick-dots li button {
    width: 40px;
    height: 6px;
    border-radius: 12px;
}

.slick-dots li button:before {
    content: none;
}

.sec02_slide .slick-dots li.slick-active {
    background-color: #3587AC;
}

.sec02_slide .slider .slick-slide .slide_text p {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
}

.sec02_slide .slider .slick-slide .slide_text p.tit {
    font-size: 2.8rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}

/*--------------------
Section03
---------------------*/

.sec_mv_wrap {
    background-color: #E0DBD2;
    position: relative;
}

.sec_mv_wrap .inner {
    width: 1360px;
    max-width: 100%;
    height: 100%;
    padding: 60px 35px 40px 35px;
    margin: 0 auto;
    position: relative;
}

.sec_mv_wrap h2 {
    font-size: 3.6rem;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 30px;
}

.sec_mv_wrap h2:before,
.sec_mv_wrap h2:after {
    content: none;
}

.sec_mv_wrap .inner > p {
    text-align: center;
}

.oneColumnPv {
    margin: 30px auto 30px;
}

/*--------------------
Section03
---------------------*/

.sec03_wrap {
    background-color: #F5F2EC;
    position: relative;
    overflow: hidden;
}

.sec03_wrap .inner {
    width: 1360px;
    max-width: 100%;
    height: 100%;
    padding: 50px 35px 80px 35px;
    margin: 0 auto;
    position: relative;
}

.sec03 {
    display: flex;
    justify-content: space-between;
}

.sec03_r,
.sec03_l {
    width: 49%;
/*    max-width: 49%;*/
}

.sec03_l {
    padding-top: 80px;
}

.sec03_l h2 {
    font-size: 4.8rem;
    line-height: 1.2;
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 30px;
    margin-bottom: 20px;
}

.sec03_l h2:before,
.sec03_l h2:after {
    content: none;
}

.sec03_l p {
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 500;
}

.sec03_l > img {
    display: block;
    width: 524px;
    max-width: 100%;
    margin-top: 45px;
}

.sec03_r {
    flex: 1;
    margin-right: calc(50% - 50vw);
    margin-left: 2%;
    position: relative;
}

.sec03_r p {
    margin-bottom: 5px;
    line-height: 1.6;
    font-weight: 500;
}

.sec03_r > img {
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
    height: auto;
    max-height: 530px;
    object-fit: cover;
}

.sec03_r > ul {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 30px;
    padding-left: 50px;
    z-index: 1;
    position: relative;
}

.sec03_r > ul > li {
    width: 48%;
    max-width: 306px;
}

.sec03_r > ul > li:first-child {
    margin-right: 4%;
}

.sec03_r > ul > li img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 306px;
    object-fit: cover;
}

.sec03_r > ul > li p {
    margin-top: 10px;
    line-height: 1.6;
    font-weight: 500;
}



/*--------------------
Section04
---------------------*/

.sec04_wrap {
    background-color: #F5F2EC;
    position: relative;
/*    overflow: hidden;*/
    background-image: url(/img/onemin/sec04_bk.png);
    background-size: auto 930px;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.sec04_wrap .inner {
    width: 1360px;
    max-width: 100%;
    height: 100%;
    padding: 100px 35px 100px 35px;
    margin: 0 auto;
    position: relative;
}

.sec04 h2 {
    font-size: 4.8rem;
    line-height: 1.2;
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
}

.sec04 h2:before,
.sec04 h2:after {
    content: none;
}

.sec04 {
    display: flex;
    justify-content: space-between;
}

.sec04_l {
/*    max-width: 350px;*/
    width: 30%;
    margin-right: 5%;
}

.sec04_r {
/*    max-width: 830px;*/
    width: 65%;
    padding-right: 5%;
}

.sec04_l ul.sec04_img li p {
    font-weight: 500;
    line-height: 1.6;
    margin-top: 10px;
    text-align: right;
}

.sec04_l ul.sec04_img li:first-child {
    margin-bottom: 40px;
}

.sec04_r .sec04_tit {
    display: flex;
    margin-bottom: 60px;
}

.sec04_r .sec04_tit .tit {
    margin-right: 60px;
}

.sec04_r .sec04_value {
    display: flex;
    justify-content: flex-start;
}

.sec04_value > div {
/*    width: 300px;*/
    max-width: 45%;
}

.sec04_value > div:first-child {
    margin-right: 10%;
}

.sec04_value > div img {
    display: block;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
}

.sec04_value > div p {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 20px;
}

@media screen and (min-width:768px) {
    ul.sec04_img_sp {
        display: none;
    }
}

/*--------------------
Section05
---------------------*/

.sec05_wrap {
    background-color: #F5F2EC;
    overflow: hidden;
}

.sec05_wrap .inner {
    width: 1360px;
    max-width: 100%;
    height: 100%;
    padding: 50px 35px 50px 35px;
    margin: 0 auto;
    position: relative;
}

.sec05_wrap h2 {
    font-size: 4.8rem;
    line-height: 1.2;
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (min-width:768px) {
    .sec05_wrap h2 {
        width: 50%;
    }
}

.sec05_wrap h2:before,
.sec05_wrap h2:after {
    content: none;
}

.sec05 {
    display: flex;
    justify-content: space-between;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

.sec05_l {
    width: 50%;
    margin-right: 5%;
}

.sec05_r {
    width: 45%;
    position: relative;
    margin-top: -200px;
}

.sec05_l_img {
    flex: 1;
/*    margin-left: calc(50% - 50vw);*/
    margin-top: 100px;
    position: relative;
}

.sec05_wrap p.tit {
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 500;
}

@media screen and (min-width:768px) {
    .sec05_wrap p.tit {
        width: 50%;
    }
}

.sec05_l_img > img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    max-height: 530px;
    object-fit: cover;
}

.sec05_l_img p {
    text-align: right;
}

.sec05_r_img {
    flex: 1;
/*
    margin-right: calc(50% - 50vw);
    margin-left: 2%;
*/
    
}

.sec05_r_img li:first-child {
    margin-bottom: 40px;
}

.sec05_l_img p {
    margin-top: 10px;
    line-height: 1.6;
    font-weight: 500;
}

.sec05_r_img li:first-child img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 754px;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.sec05_r_img li.ishigaki img {
    object-position: right;
}

.sec05_r_img li:last-child img {
    display: block;
    width: 350px;
    height: auto;
    max-height: 262px;
    object-fit: cover;
}

.sec05_r_img li p {
    margin-top: 10px;
    line-height: 1.6;
    font-weight: 500;
}


/*--------------------
Section06
---------------------*/

.sec06_wrap {
    background-color: #F5F2EC;
    background-image: url(/img/onemin/sec06_bk.png);
    background-size: auto 800px;
    background-repeat: no-repeat;
    background-position: bottom 0 right 0;
    position: relative;
}

.sec06_wrap .inner {
    width: 1360px;
    max-width: 100%;
    height: 100%;
    padding: 0 35px 80px 35px;
    margin: 0 auto;
    position: relative;
}

.sec06_wrap .sec_num {
    margin: 0 auto;
}

.sec06_wrap h2 {
    font-size: 4.8rem;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 30px;
    margin-bottom: 30px;
}

.sec06_wrap h2:before,
.sec06_wrap h2:after {
    content: none;
}

.sec06_wrap > .inner > p {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 500;
}

.sec06 {
    display: flex;
    justify-content: center;
    padding-top: 80px;
}

.sec06_l,
.sec06_r {
    width: 400px;
    max-width: 47%;
}

.sec06_l {
    margin-right: 3%;
}

.sec06_r {
    margin-left: 3%;
}

.sec06_l .tit,
.sec06_r .tit {
    color: #3587AC;
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 500;
    text-align: center;
    background-color: #fff;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
    padding: 10px 20px;
    border-radius: 25px;
}

.sec06_img {
    margin-top: 40px;
}

.sec06_img .cap {
    font-size: 2.2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

.sec06_l .sec06_img img {
    display: block;
    width: 300px;
    margin: 0 auto;
}

.sec06_r .sec06_img img {
    display: block;
    width: 320px;
    margin: 0 auto;
}

.sec06_img .shirabe {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 20px;
}

/*--------------------
Fade
---------------------*/

.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 0.7s;
}

.fadein.fadein-left{
    transform: translate(-30px,0);
}

.fadein.fadein-right{
    transform: translate(30px,0);
}

.fadein.fadein-up{
    transform: translate(0,-30px);
}

.fadein.fadein-bottom{
    transform: translate(0,50px);
}

.fadein.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0)!important;
    z-index: 5;
}

/*
.scale {
    overflow: hidden
}
*/

.scale > img {
    display: block;
    transform: scale(1.2);
    transition-duration: 1.0s;
}

.scale.is-active > img {
    transform: scale(1);
}

/*--------------------
Animation
---------------------*/

.circle01 {
    width: 240px;
    position: absolute;
    top: 23%;
    left: 30%;
}

.circle02 {
    position: absolute;
    display: block;
    width: 240px;
    height: 240px;
    bottom: -120px;
    right: 0;
    overflow: hidden;
    z-index: 4;
}

.circle02 img {
    position: absolute;
    top: 0;
    left: 0;
}

.circle03 {
    position: absolute;
    display: block;
    width: 240px;
    height: 240px;
    top: -80px;
    left: -50px;
    z-index: 1;
}

.circle04 {
    width: 240px;
    position: absolute;
    top: 180px;
    right: -85px;
    overflow: hidden;
}

.square01 {
    width: 171px;
    position: absolute;
    top: 0;
    right: 0;
}

.square03 {
    width: 171px;
    position: absolute;
    top: -70px;
    left: 0;
}

.sec03_wrap .square04 {
    display: block;
    width: 171px;
    position: absolute;
    top: 80px;
    left: 25%;
}

.sec04_wrap .square05 {
    display: block;
    width: 171px;
    position: absolute;
    top: -100px; 
    right: 30px;
}

.sec05_wrap .square05 {
    display: block;
    width: 171px;
    position: absolute;
    bottom: 220px;
    left: 0;
}

.square06 {
    display: block;
    width: 171px;
    position: absolute;
    top: 100px;
    left: 13%;
    z-index: 9;
}

.square07 {
    width: 171px;
    height: 171px;
    position: absolute;
    top: -75px;
    left: -100px;
}

.square08 {
    width: 171px;
    position: absolute;
    top: -180px;
    left: 65px;
}


@keyframes fuwafuwa01 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.anime01 {
  animation: 3s fuwafuwa01 infinite;
}

@keyframes fuwafuwa02 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}

.anime02 {
    animation: 2s fuwafuwa02 infinite;
    animation-delay: 2s;
}

.rotation01 {
    animation: 24s linear infinite rotation01;
}

@keyframes rotation01{
    0% {
    transform:rotate(0);
    }
    100%{ transform:rotate(360deg);
    }
}

.square01 img,
.square02 img,
.square03 img,
.square04 img,
.square05 img,
.square06 img,
.square07 img,
.square08 img,
.circle01 img,
.circle02 img,
.circle03 img,
.circle04 img {
    display: block;
}





