@charset "Shift_JIS";
/* Updated 2025/10/01 */
/* Updated 2025/02/03 */
/* Updated 2024/12/02 */
/* Updated 2024/11/01 */
/* Updated 2024/10/15 */
/* Updated 2023/02/17 */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

body.state-init {
    opacity: 1;
}

footer[role="contentinfo"] {
    position: relative;
    z-index: 10;
}

.footerBtn {
    position: relative;
    z-index: 10;
    padding: 4vw 0 0;
    background: #004831;
    text-align: center;
}

.footerBtn a {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    margin: 0 auto;
    width: 66.66667vw;
    height: 13.33333vw;
    text-align: center;
    font-size: 4vw;
    font-weight: 700;
    color: #fff;
    background: #ee7800;
    -webkit-border-radius: 6.66667vw;
    -moz-border-radius: 6.66667vw;
    -ms-border-radius: 6.66667vw;
    -o-border-radius: 6.66667vw;
    border-radius: 6.66667vw;
    overflow: hidden;
    text-decoration: none;
}

@media print,
screen and (min-width: 500px) {
    .footerBtn {
        padding: 25px 0 0;
    }

    .footerBtn a {
        width: 300px;
        height: 50px;
        font-size: 18px;
        font-size: 1.8rem;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
        border-radius: 25px;
    }
}

@media screen and (min-width: 1024px) {
    .footerBtn {
        padding: 30px 0 0;
    }

    .footerBtn a {
        width: 400px;
        height: 80px;
        font-size: 22px;
        font-size: 2.2rem;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px;
        border-radius: 40px;
        -webkit-transition: background 0.3s ease-out;
        -moz-transition: background 0.3s ease-out;
        -ms-transition: background 0.3s ease-out;
        -o-transition: background 0.3s ease-out;
        transition: background 0.3s ease-out;
    }
}

@media screen and (min-width: 1024px) and (min-width: 1025px) {
    .footerBtn a:hover {
        background: #f19958;
        -webkit-transition: background 0.2s ease-out;
        -moz-transition: background 0.2s ease-out;
        -ms-transition: background 0.2s ease-out;
        -o-transition: background 0.2s ease-out;
        transition: background 0.2s ease-out;
    }
}

@media print,
screen and (min-width: 768px) {
    header[role="banner"] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        position: relative;
        z-index: 10;
    }
}

@media screen and (min-width: 1024px) {
    header[role="banner"] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        position: relative;
        z-index: 10;
    }
}

@media print,
screen and (min-width: 768px) {
    .contentsOliveBg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/contents_olive_bg.png) 0 0 no-repeat;
        background-size: cover;
        z-index: 1;
    }
}

@media screen and (min-width: 1024px) {
    .contentsOliveBg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/contents_olive_bg.png) 0 0 no-repeat;
        background-size: cover;
        z-index: 1;
    }
}

.btmOliveFixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    /*height: 21.33333vw;*/
    height: 31.33333vw;/*20240125FV変更*/
    background: #ccc;
    /*background: rgba(0, 0, 0, 0.2);*/
    background: rgba(0, 0, 0, 0.5);/*20240125FV変更*/
    z-index: 210;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.state-scroll-middle .btmOliveFixed {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -ms-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}

.btmOliveFixedBtn a {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    margin: 0 auto;
    width: 66.66667vw;
    height: 13.33333vw;
    text-align: center;
    font-size: 4vw;
    font-weight: 700;
    color: #fff;
    background: #ee7800;
    -webkit-border-radius: 6.66667vw;
    -moz-border-radius: 6.66667vw;
    -ms-border-radius: 6.66667vw;
    -o-border-radius: 6.66667vw;
    border-radius: 6.66667vw;
    overflow: hidden;
    text-decoration: none;
}

@media print,
screen and (min-width: 500px) {
    .btmOliveFixed {
        /*height: 70px;*/
        height: 140px;/*20240125FV変更*/
    }

    .btmOliveFixedBtn a {
        width: 300px;
        height: 50px;
        font-size: 18px;
        font-size: 1.8rem;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
        border-radius: 25px;
    }
}

@media screen and (min-width: 1024px) {
    .btmOliveFixed {
        /*height: 80px;*/
        height: 160px;/*20240125FV変更*/
    }

    .btmOliveFixedBtn a {
        width: 400px;
        height: 60px;
        font-size: 22px;
        font-size: 2.2rem;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
        -webkit-transition: background 0.3s ease-out;
        -moz-transition: background 0.3s ease-out;
        -ms-transition: background 0.3s ease-out;
        -o-transition: background 0.3s ease-out;
        transition: background 0.3s ease-out;
    }
}

@media screen and (min-width: 1024px) and (min-width: 1025px) {
    .btmOliveFixedBtn a:hover {
        background: #f19958;
        -webkit-transition: background 0.2s ease-out;
        -moz-transition: background 0.2s ease-out;
        -ms-transition: background 0.2s ease-out;
        -o-transition: background 0.2s ease-out;
        transition: background 0.2s ease-out;
    }
}

.contentsOlive *::after,
.contentsOlive *::before,
.contentsOlive * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    font-feature-settings: "palt"1;
}

.contentsOlive {
    position: relative;
    color: #333;
    letter-spacing: 0.06em;
    font-feature-settings: "palt"1;
    overflow: hidden;
    /*********************************************
  assets
  *********************************************/
    /*********************************************
  mv
  *********************************************/
    /*********************************************
  about
  *********************************************/
    /*********************************************
  apply
  *********************************************/
    /*********************************************
  service
  *********************************************/
    /*********************************************
  other
  *********************************************/
    /*********************************************
  blBtnItems
  *********************************************/
    /*********************************************
  blPrepare
  *********************************************/
    /*********************************************
  faq
  *********************************************/
}

.contentsOlive .listIndent {
    width: 66.66667vw;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.contentsOlive .listIndent.typeW {
    width: 72vw;
}

@media print,
screen and (min-width: 768px) {
    .contentsOlive .listIndent.typeW {
        width: 540px;
    }
}

@media screen and (min-width: 1024px) {
    .contentsOlive .listIndent.typeW {
        width: 440px;
    }
}

@media print,
screen and (min-width: 768px) {
    .contentsOlive .listIndent {
        width: 500px;
    }
}

@media screen and (min-width: 1024px) {
    .contentsOlive .listIndent {
        width: 390px;
    }
}

.contentsOlive .listIndent.type-num li {
    padding-left: 2em;
}

.contentsOlive .listIndent li {
    text-align: left;
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 0px;
    line-height: 1.6;
    font-size: 2.66667vw;
    margin-bottom: 4px;
    color: #4b4b4b;
}

.contentsOlive .listIndent li.typeNum {
    padding-left: 2.0em;
}

.contentsOlive .listIndent li a {
    text-decoration: underline;
    color: #4b4b4b;
}

.contentsOlive .listIndent li a:hover {
    text-decoration: none;
}

@media print,
screen and (min-width: 768px) {
    .contentsOlive .listIndent li {
        font-size: 22px;
        font-size: 2.2rem;
    }
}

@media screen and (min-width: 1024px) {
    .contentsOlive .listIndent li {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.contentsOlive .listIndent li:last-child {
    margin-bottom: 0;
}

.contentsOlive .listIndent li span.indent {
    position: absolute;
    text-align: left;
    display: inline-block;
    top: 0.26em;
    left: 0;
}

@media screen and (min-width: 1024px) {
    .contentsOlive .listIndent.typeS li {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.contentsOlive .listIndent li:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0vw;
}

@media print,
screen and (min-width: 768px) {
    .contentsOlive {
        position: relative;
        z-index: 2;
        width: 750px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1024px) {
    .contentsOlive {
        position: relative;
        z-index: 2;
        width: 600px;
        margin: 0 auto;
        overflow: hidden;
    }
}

.contentsOlive img {
    width: 100%;
}

.contentsOlive a {
    text-decoration: none;
}

.contentsOlive .mb10Pc {
    margin-bottom: 0px !important;
}

.contentsOlive .mb00 {
    margin-bottom: 0vw !important;
}

.contentsOlive .mb10 {
    margin-bottom: 1.33333vw !important;
}

.contentsOlive .mb15 {
    margin-bottom: 2vw !important;
}

.contentsOlive .mb20 {
    margin-bottom: 2.66667vw !important;
}

.contentsOlive .mb25 {
    margin-bottom: 3.33333vw !important;
}

.contentsOlive .mb30 {
    margin-bottom: 4vw !important;
}

.contentsOlive .mb35 {
    margin-bottom: 4.66667vw !important;
}

.contentsOlive .mb40 {
    margin-bottom: 5.33333vw !important;
}

.contentsOlive .mb45 {
    margin-bottom: 6vw !important;
}

.contentsOlive .mb50 {
    margin-bottom: 6.66667vw !important;
}

.contentsOlive .mb55 {
    margin-bottom: 7.33333vw !important;
}

.contentsOlive .mb60 {
    margin-bottom: 8vw !important;
}

.contentsOlive .mb65 {
    margin-bottom: 8.66667vw !important;
}

.contentsOlive .mb70 {
    margin-bottom: 9.33333vw !important;
}

.contentsOlive .mb75 {
    margin-bottom: 10vw !important;
}

.contentsOlive .mb80 {
    margin-bottom: 10.66667vw !important;
}

.contentsOlive .mb100 {
    margin-bottom: 13.33333vw !important;
}

@media screen and (min-width: 1024px) {
    .contentsOlive .mb10 {
        margin-bottom: 10px !important;
    }

    .contentsOlive .mb15 {
        margin-bottom: 15px !important;
    }

    .contentsOlive .mb20 {
        margin-bottom: 20px !important;
    }

    .contentsOlive .mb25 {
        margin-bottom: 25px !important;
    }

    .contentsOlive .mb30 {
        margin-bottom: 30px !important;
    }

    .contentsOlive .mb35 {
        margin-bottom: 35px !important;
    }

    .contentsOlive .mb40 {
        margin-bottom: 40px !important;
    }

    .contentsOlive .mb45 {
        margin-bottom: 45px !important;
    }

    .contentsOlive .mb50 {
        margin-bottom: 50px !important;
    }

    .contentsOlive .mb55 {
        margin-bottom: 55px !important;
    }

    .contentsOlive .mb60 {
        margin-bottom: 60px !important;
    }

    .contentsOlive .mb65 {
        margin-bottom: 65px !important;
    }

    .contentsOlive .mb70 {
        margin-bottom: 70px !important;
    }

    .contentsOlive .mb75 {
        margin-bottom: 75px !important;
    }

    .contentsOlive .mb80 {
        margin-bottom: 80px !important;
    }

    .contentsOlive .mb100 {
        margin-bottom: 100px !important;
    }

    .contentsOlive .mb10Pc {
        margin-bottom: 10px !important;
    }

    .contentsOlive .mb70Pc {
        margin-bottom: 70px !important;
    }

    .contentsOlive .mb50Pc {
        margin-bottom: 50px !important;
    }

    .contentsOlive .mb75Pc {
        margin-bottom: 75px !important;
    }
}

.contentsOlive .btnRound {
    position: relative;
    z-index: 5;
}

.contentsOlive .btnRound a {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    width: 80vw;
    height: 13.33333vw;
    text-align: center;
    font-size: 4.66667vw;
    font-weight: 700;
    color: #fff;
    background: #ee7800;
    -webkit-border-radius: 6.66667vw;
    -moz-border-radius: 6.66667vw;
    -ms-border-radius: 6.66667vw;
    -o-border-radius: 6.66667vw;
    border-radius: 6.66667vw;
    overflow: hidden;
}

.contentsOlive .btnRound.typeGreen a {
    margin: 0 auto;
    width: 32vw;
    height: 9.06667vw;
    font-size: 3.2vw;
    font-weight: 400;
    background: #004831;
    letter-spacing: 0;
    -webkit-border-radius: 4.53333vw;
    -moz-border-radius: 4.53333vw;
    -ms-border-radius: 4.53333vw;
    -o-border-radius: 4.53333vw;
    border-radius: 4.53333vw;
}

.contentsOlive .btnRound.typeContact a {
    margin: 0 auto;
    width: 66.66667vw;
    height: 13.33333vw;
    font-size: 4vw;
    font-weight: 700;
    background: #004831;
    letter-spacing: 0.06em;
    -webkit-border-radius: 6.66667vw;
    -moz-border-radius: 6.66667vw;
    -ms-border-radius: 6.66667vw;

    -o-border-radius: 6.66667vw;
    border-radius: 6.66667vw;
}

.contentsOlive .btnRound.typeApplySp a {
    margin: 0 auto 5.33333vw;
    width: 46.66667vw;
    height: 9.33333vw;
    font-size: 3.2vw;
    font-weight: 400;
    background: #004831;
    letter-spacing: 0;
    -webkit-border-radius: 4.66667vw;
    -moz-border-radius: 4.66667vw;
    -ms-border-radius: 4.66667vw;
    -o-border-radius: 4.66667vw;
    border-radius: 4.66667vw;
}

@media print,
screen and (min-width: 500px) {
    .contentsOlive .btnRound a {
        width: 80vw;
        height: 60px;
        font-size: 24px;
        font-size: 2.4rem;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
        overflow: hidden;
    }

    .contentsOlive .btnRound.typeGreen a {
        width: 240px;
        height: 54px;
        font-size: 22px;
        font-size: 2.2rem;
        -webkit-border-radius: 27px;
        -moz-border-radius: 27px;
        -ms-border-radius: 27px;
        -o-border-radius: 27px;
        border-radius: 27px;
    }

    .contentsOlive .btnRound.typeContact a {
        width: 500px;
        height: 100px;
        font-size: 30px;
        font-size: 3rem;
        font-weight: 700;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        border-radius: 50px;
    }
}

@media print,
screen and (min-width: 768px) {
    .contentsOlive .btnRound a {
        width: 600px;
        height: 70px;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        -ms-border-radius: 35px;
        -o-border-radius: 35px;
        border-radius: 35px;
    }

    .contentsOlive .btnRound.typeGreen a {
        width: 500px;
        height: 100px;
        font-size: 30px;
        font-size: 3rem;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        border-radius: 50px;
    }
}

@media screen and (min-width: 1024px) {
    .contentsOlive .btnRound a {
        width: 486px;
        height: 82px;
        font-size: 28px;
        font-size: 2.8rem;
        -webkit-border-radius: 41px;
        -moz-border-radius: 41px;
        -ms-border-radius: 41px;
        -o-border-radius: 41px;
        border-radius: 41px;
        overflow: hidden;
        -webkit-transition: background 0.3s ease-out;
        -moz-transition: background 0.3s ease-out;
        -ms-transition: background 0.3s ease-out;
        -o-transition: background 0.3s ease-out;
        transition: background 0.3s ease-out;
    }
}

@media screen and (min-width: 1024px) and (min-width: 1025px) {
    .contentsOlive .btnRound a:hover {
        background: #f19958;
        -webkit-transition: background 0.2s ease-out;
        -moz-transition: background 0.2s ease-out;
        -ms-transition: background 0.2s ease-out;
        -o-transition: background 0.2s ease-out;
        transition: background 0.2s ease-out;
    }
}

@media screen and (min-width: 1024px) {
    .contentsOlive .btnRound.typeApplySp {
        display: none;
    }

    .contentsOlive .btnRound.typeGreen a {
        width: 240px;
        height: 66px;
        font-size: 24px;
        font-size: 2.4rem;
        -webkit-border-radius: 33px;
        -moz-border-radius: 33px;
        -ms-border-radius: 33px;
        -o-border-radius: 33px;
        border-radius: 33px;
        -webkit-transition: background 0.3s ease-out;
        -moz-transition: background 0.3s ease-out;
        -ms-transition: background 0.3s ease-out;
        -o-transition: background 0.3s ease-out;
        transition: background 0.3s ease-out;
    }
}

@media screen and (min-width: 1024px) and (min-width: 1025px) {
    .contentsOlive .btnRound.typeGreen a:hover {
        background: #336d5a;
        -webkit-transition: background 0.2s ease-out;
        -moz-transition: background 0.2s ease-out;
        -ms-transition: background 0.2s ease-out;
        -o-transition: background 0.2s ease-out;
        transition: background 0.2s ease-out;
    }
}

@media screen and (min-width: 1024px) {
    .contentsOlive .btnRound.typeContact a {
        width: 400px;
        height: 80px;
        font-size: 25px;
        font-size: 2.5rem;
        font-weight: 700;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px;
        border-radius: 40px;
    }
}

.contentsOlive .mv {
    position: relative;
    width: 100%;
    height: 166.93333vw;
    height: calc(100vh - 45px);
    background: url(../img/mv_bg_v2.png) center 0 no-repeat;
    background-size: cover;
}

.contentsOlive .mv .btnRound {
    position: absolute;
    /*top: 79.08%;
    top: 78.28%;*/
    top: 72.28%;
    left: 10vw;
}

.contentsOlive .mvTtl {
    position: absolute;
    width: 53.86667vw;
    top: 166.93333vw;
    /*top: 5.2%;*/
    top: 9.5%;/*20250203FV変更*/
    left: 23.2vw;
}

/*↓20240125FV追加↓*/
.contentsOlive .mvTxt {
	position: absolute;
	width: 100%;
	top: 4%;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	}


.contentsOlive .mv_txt {
	font-size: 4.66667vw;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	color: #004730;
	line-height: 1.5;
	text-align: center;
	}
/*↑20240125FV追加↑*/

.contentsOlive .mvScroll {
    position: absolute;
    left: 44.66667vw;
    top: 89.62%;
    top: 88.66%;
    z-index: 10;
}

.contentsOlive .mvScroll a {
    position: relative;
    display: block;
    width: 10.66667vw;
}

.contentsOlive .mvScrollArr {
    position: relative;
    width: 100%;
    height: 10.66667vw;
    margin-bottom: 1.33333vw;
}

.contentsOlive .mvScrollArr::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #004831;
    z-index: 2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.contentsOlive .mvScrollArr::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/mv_scroll_arr_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
    z-index: 1;
    overflow: hidden;
}

.contentsOlive .mvScrollTxt {
    font-size: 2.66667vw;
    text-align: center;
    color: #004831;
}

@media print,
screen and (min-width: 500px) {
    .contentsOlive .mv {
        height: 166.93333vw;
    }
}

@media print,
screen and (min-width: 500px) {
    .contentsOlive .mv .btnRound {
        top: 73%;
    }
}

@media print,
screen and (min-width: 768px) {
    .contentsOlive .mv {
        height: 1252px;
    }

    .contentsOlive .mv .btnRound {
        /*top: 980px;*/
        top: 950px;/*20240125FV変更*/
        left: 75px;
    }

    .contentsOlive .mvTtl {
        width: 302px;
        top: 149px;
        left: 220px;/*20240125FV変更*/
    }
	
	/*↓20240125FV追加↓*/
	.contentsOlive .mvTxt {
    	width: 100%;
    	top: 3%;
    	left: 50%;
	}
	
	.contentsOlive .mv_txt {
    	font-size: 2.5rem;
	}
	/*↑20240125FV追加↑*/

    .contentsOlive .mvScroll {
        left: 335px;
        top: 1110px;
    }

    .contentsOlive .mvScroll a {
        width: 80px;
    }

    .contentsOlive .mvScrollArr {
        height: 80px;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 1024px) {
    .contentsOlive .mv {
        top: 0;
        min-height: 720px;
        min-height: 655px;
        max-height: 1080px;
        max-height: 1015px;
        height: calc(100vh - 65px);
        background: url(../img/mv_bg_v2_pc.png) center 0 no-repeat;
        background-size: cover;
    }
}

@media screen and (min-width: 1024px) and (max-height: 979px) {
    .contentsOlive .mv {
        /*background: url(../img/mv_bg_v2_pc.png) center 0 no-repeat;*/
		background: url(../img/mv_bg_v2_pc.png) center -10px no-repeat;/*20240125FV変更*/
        /*background-size: auto 110%;*/
		background-size: auto 102%;
    }
}

@media screen and (min-width: 1024px) {
    .contentsOlive .mv .btnRound {
        position: absolute;
        top: 78.75%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media screen and (min-width: 1024px) and (max-height: 979px) {
    .contentsOlive .mv .btnRound {
        /*top: 75.79%;*/
        top: 70.29%;/*20240125FV変更*/
    }

    .contentsOlive .mv .btnRound a {
        width: 420px;
        height: 60px;
        font-size: 22px;
        font-size: 2.2rem;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
        overflow: hidden;
    }
}

@media screen and (min-width: 1024px) {
    .contentsOlive .mvTtl {
        position: absolute;
        width: 250px;
        /*top: 4%;*/
		top: 14%;/*20240125FV変更*/
        left: 177px;
    }
	
	/*↓20240125FV追加↓*/
	.contentsOlive .mvTxt {
    	width: 100%;
    	top: 3%;
    	left: 50%;
	}
	
	.contentsOlive .mv_txt {
    	font-size: 2.5rem;
	}
	/*↑20240125FV追加↑*/

    .contentsOlive .mvScroll {
        left: 268px;
        top: 89.08%;
    }
}

@media screen and (min-width: 1024px) and (max-height: 979px) {
    .contentsOlive .mvScroll {
        top: 88.32%;
    }
}

@media screen and (min-width: 1024px) {
    .contentsOlive .mvScroll a {
        width: 65px;
        -webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }
}

@media screen and (min-width: 1024px) and (max-height: 979px) {
    .contentsOlive .mvScroll a {
        width: 55px;
    }
}

@media screen and (min-width: 1024px) and (min-width: 1025px) {
    .contentsOlive .mvScroll a:hover {
        opacity: 0.7;
        -webkit-transition: opacity 0.2s ease-out;
        -moz-transition: opacity 0.2s ease-out;
        -ms-transition: opacity 0.2s ease-out;
        -o-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out;
    }

    .contentsOlive .mvScroll a:hover .mvScrollArr::before {
        -webkit-transition: transform 0.2s ease-out;
        -moz-transition: transform 0.2s ease-out;
        -ms-transition: transform 0.2s ease-out;
        -o-transition: transform 0.2s ease-out;
        transition: transform 0.2s ease-out;
        -webkit-transform: translateY(3px);
        -moz-transform: translateY(3px);
        -ms-transform: translateY(3px);
        -o-transform: translateY(3px);
        transform: translateY(3px);
    }
}

@media screen and (min-width: 1024px) {
    .contentsOlive .mvScrollArr {
        height: 65px;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 1024px) and (max-height: 979px) {
    .contentsOlive .mvScrollArr {
        height: 55px;
    }
}

@media screen and (min-width: 1024px) {
    .contentsOlive .mvScrollArr::before {
        -webkit-transition: transform 0.3s ease-out;
        -moz-transition: transform 0.3s ease-out;
        -ms-transition: transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .contentsOlive .mvScrollTxt {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 1024px) and (max-height: 979px) {
    .contentsOlive .mvScrollTxt {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.contentsOlive .secAbout {
    padding: 18.66667vw 0 20vw;
    background: #fff;
    color: #4b4b4b;
    text-align: center;
}

.contentsOlive .aboutTit {
    width: 49.86667vw;
    margin: 0 auto 14.66667vw;
}

.contentsOlive .aboutTxtCashless {
    width: 68.53333vw;
    margin: 0 auto 8.26667vw;
}

.contentsOlive .aboutImg {
    width: 100%;
    margin: 0 auto 11.33333vw;
}

.contentsOlive .aboutTxt {
    font-size: 4vw;
    line-height: 2.2;
}

@media print,
screen and (min-width: 768px) {
    .contentsOlive .secAbout {
        padding: 140px 0 150px;
    }

    .contentsOlive .aboutTit {
        width: 374px;
        margin: 0 auto 110px;
    }

    .contentsOlive .aboutTxtCashless {
        width: 514px;
        margin: 0 auto 62px;
    }

    .contentsOlive .aboutImg {
        margin: 0 auto 85px;
    }

    .contentsOlive .aboutTxt {
        font-size: 30px;
        font-size: 3rem;
    }
}

@media screen and (min-width: 1024px) {
    .contentsOlive .secAbout {
        padding: 118px 0 125px;
    }

    .contentsOlive .aboutTit {
        width: 300px;
        margin: 0 auto 90px;
    }

    .contentsOlive .aboutTxtCashless {
        width: 412px;
        margin: 0 auto 50px;
    }

    .contentsOlive .aboutImg {
        width: 100%;
        margin: 0 auto 66px;
    }

    .contentsOlive .aboutTxt {
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 2.2;
    }
}

.contentsOlive .secApply {
    padding: 16.66667vw 0 16.66667vw;
    background: #edf3b3;
    color: #004831;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.contentsOlive .secApply::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 176vw;
    background: #dce87e;
}

.contentsOlive .applyTit {
    width: 80vw;
    margin: 0 auto 12.53333vw;
    padding-bottom: 13.33333vw;
    position: relative;
    z-index: 2;
}

.contentsOlive .applyTit::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: url(../img/ttl_line.png) 0 0 no-repeat;
    background-size: 100% auto;
}

.contentsOlive .applyTxts {
    position: relative;
    z-index: 2;
    margin-bottom: 12vw;
}

.contentsOlive .applyTxts .applyTxt {
    font-size: 4vw;
    font-weight: 600;
    line-height: 2.3;
    margin-bottom: 8vw;
}

.contentsOlive .applyTxts .applyTxt:last-child {
    margin-bottom: 0;
}

.contentsOlive .applySlider {
    position: relative;
    z-index: 2;
    width: 68vw;
    margin: 0 auto;
}

.contentsOlive .applySlider .bx-wrapper .bx-pager-item {
    margin: 0 2vw;
}

.contentsOlive .applySlider .bx-wrapper .bx-pager-item a {
    width: 2.66667vw;
    height: 2.66667vw;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #004831;
}

.contentsOlive .applySlider .bx-wrapper .bx-pager-item a.active {
    background: #004831;
}

.contentsOlive .applySlider .bx-viewport {
    overflow: visible !important;
}

.contentsOlive .applySlider .bx-pager {
    position: absolute;
    bottom: 10.66667vw;
    left: 0;
    width: 100%;
    height: 2.66667vw;
    text-align: center;
    display: inline;
    z-index: 100;
}

.contentsOlive .applySliderItem.state-active .applySliderItemCon {
    -webkit-transition: opacity 0.4s 0.1s ease-out;
    -moz-transition: opacity 0.4s 0.1s ease-out;
    -ms-transition: opacity 0.4s 0.1s ease-out;
    -o-transition: opacity 0.4s 0.1s ease-out;
    transition: opacity 0.4s 0.1s ease-out;
    opacity: 1;
}

.contentsOlive .applySliderItemImg {
    margin-bottom: 6.66667vw;
}

.contentsOlive .applySliderItemCon {
    height: 29.33333vw;
    height: 44vw;
    height: 48vw;
    height: 69.33333vw;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0s ease-out;
    -moz-transition: opacity 0.2s 0s ease-out;
    -ms-transition: opacity 0.2s 0s ease-out;
    -o-transition: opacity 0.2s 0s ease-out;
    transition: opacity 0.2s 0s ease-out;
}

.contentsOlive .applySliderItemTxt {
    font-size: 4vw;
    font-weight: 700;
    text-align: center;
    line-height: 2.1;
    color: #004831;
    position: relative;
    width: 136%;
    left: -18%;
    letter-spacing: 0;
    margin-bottom: 3.33333vw;
}

.contentsOlive .applySliderItemTxt span {
    font-size: 2.66667vw;
}

.contentsOlive .applySliderItemTxt span.bgW {
    background: #fff;
    font-size: 4vw;
    padding: 0.26667vw 1.06667vw 0;
    margin: 0 0.66667vw;
}

.contentsOlive .applySliderItemTxt:last-child {
    margin-bottom: 0;
}

.contentsOlive .applySliderItemTxt a {
    color: #004831;
    text-decoration: underline;
}

.contentsOlive .applySliderItemTxt.typeSp {
    font-size: 2.66667vw;
}

.contentsOlive .applySliderItemTxt.mb10 {
    margin-bottom: 2.66667vw;
}

.contentsOlive .applySliderItemTxtNote {
    position: relative;
    z-index: 20;
    width: 140%;
    left: -20%;
    font-size: 2.66667vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.8;
}

.contentsOlive .applySliderItemTxtQr,
.contentsOlive .applyQrImg {
    display: none;
}

.contentsOlive .applyGet {
    padding: 8vw 0 2.66667vw;
    background: #edf3b3;
}

.contentsOlive .applyGetTxt {
    width: 72vw;
    margin: 0 auto 5.33333vw;
}

.contentsOlive .applyGetTxtLink {
    font-size: 3.33333vw;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    margin: 0 auto 6vw;
}

.contentsOlive .applyGetTxtLink a {
    color: #004831;
    text-decoration: underline;
}

.contentsOlive .applyGetBnr {
    width: 70.4vw;
    margin: 0 auto;
}

@media print,
screen and (min-width: 768px) {
    .contentsOlive .secApply {
        padding: 125px 0 125px;
    }

    .contentsOlive .secApply::after {
        height: 920px;
    }

    .contentsOlive .applyTit {
        width: 600px;
        margin: 0 auto 94px;
        padding-bottom: 100px;
    }

    .contentsOlive .applyTxts {
        margin-bottom: 90px;
    }

    .contentsOlive .applyTxts .applyTxt {
        font-size: 30px;
        font-size: 3rem;
        margin-bottom: 60px;
    }

    .contentsOlive .applySlider {
        width: 510px;
    }

    .contentsOlive .applySlider .bx-wrapper .bx-pager-item {
        margin: 0 15px;
    }

    .contentsOlive .applySlider .bx-wrapper .bx-pager-item a {
        width: 20px;
        height: 20px;
        border-radius: 50%;
    }

    .contentsOlive .applySlider .bx-pager {
        height: 20px;
        bottom: 400px;
    }

    .contentsOlive .applySliderItemImg {
        margin-bottom: 110px;
    }

    .contentsOlive .applySliderItemCon {
        height: 330px;
    }

    .contentsOlive .applySliderItemTxt {
        font-size: 25px;
        font-size: 2.5rem;
        margin-bottom: 20px;
    }

    .contentsOlive .applySliderItemTxt span {
        font-size: 22px;
        font-size: 2.2rem;
    }
    .contentsOlive .applySliderItemTxt span.bgW {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .contentsOlive .applySliderItemTxt a:hover {
        text-decoration: none;
    }

    .contentsOlive .applyGet {
        padding: 60px 0 20px;
    }

    .contentsOlive .applyGetTxt {
        width: 540px;
        margin: 0 auto 40px;
    }

    .contentsOlive .applyGetTxtLink {
        font-size: 25px;
        font-size: 2.5rem;
        margin: 0 auto 45px;
    }

    .contentsOlive .applyGetBnr {
        width: 528px;
    }
}

@media screen and (min-width: 1024px) {
    .contentsOlive .secApply {
        padding: 100px 0 95px;
        padding: 100px 0 120px;
    }

    .contentsOlive .secApply::after {
        height: 980px;
    }

    .contentsOlive .applyTit {
        width: 480px;
        margin: 0 auto 78px;
        padding-bottom: 80px;
    }

    .contentsOlive .applyTit::after {
        height: 2px;
    }

    .contentsOlive .applyTxts {
        margin-bottom: 46px;
    }

    .contentsOlive .applyTxts .applyTxt {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 2.3;
        margin-bottom: 46px;
    }

    .contentsOlive .applyTxts .applyTxt:last-child {
        margin-bottom: 0;
    }

    .contentsOlive .applySlider {
        width: 400px;
    }

    .contentsOlive .applySlider .bx-wrapper .bx-pager-item {
        margin: 0 12px;
    }

    .contentsOlive .applySlider .bx-wrapper .bx-pager-item a {
        width: 16px;
        height: 16px;
    }

    .contentsOlive .applySlider .bx-pager {
        bottom: 650px;
        bottom: 335px;
        height: 16px;
    }

    .contentsOlive .applySliderItemImg {
        margin-bottom: 20px;
        margin-bottom: 110px;
    }

    .contentsOlive .applySliderItemCon {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -webkit-justify-content: normal;
        -moz-justify-content: normal;
        -ms-justify-content: normal;
        -o-justify-content: normal;
        justify-content: normal;
        display: block;
        height: 590px;
        height: 270px;
    }

    .contentsOlive .applySliderItemTxt {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 25px;
        line-height: 2.1;
    }

    .contentsOlive .applySliderItemTxt span {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .contentsOlive .applySliderItemTxt span.bgW {
        background: #fff;
        font-size: 20px;
        font-size: 2rem;
        padding: 2px 8px 0;
        margin: 0 5px;
    }

    .contentsOlive .applySliderItemTxt.typeSp {
        font-size: 20px;
        font-size: 2rem;
    }

    .contentsOlive .applySliderItemTxtNote {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.6;
        position: relative;
        width: 120%;
        left: -10%;
        font-weight: 700;
    }

    .contentsOlive .applySliderItemTxtQr {
        position: relative;
        z-index: 10;
        display: block;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 700;
        margin-top: 60px;
        margin-bottom: 20px;
    }

    .contentsOlive .applySliderItemTxtQr a {
        color: #004831;
        -webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }
}

@media screen and (min-width: 1024px) and (min-width: 1025px) {
    .contentsOlive .applySliderItemTxtQr a:hover {
        -webkit-transition: opacity 0.2s ease-out;
        -moz-transition: opacity 0.2s ease-out;
        -ms-transition: opacity 0.2s ease-out;
        -o-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out;
        opacity: 0.7;
    }
}

@media screen and (min-width: 1024px) {
    .contentsOlive .applyQrImg {
        position: relative;
        z-index: 10;
        display: block;
        width: 250px;
        margin: 15px auto 30px;
    }

    .contentsOlive .applyGet {
        padding: 60px 0 10px;
    }

    .contentsOlive .applyGetTxt {
        width: 490px;
        margin: 0 auto 46px;
    }

    .contentsOlive .applyGetTxtLink {
        font-size: 22px;
        font-size: 2.2rem;
        margin: 0 auto 45px;
    }
}

@media screen and (min-width: 1024px) and (min-width: 1025px) {
    .contentsOlive .applyGetTxtLink a:hover {
        text-decoration: none;
        opacity: 0.7;
        -webkit-transition: opacity 0.2s ease-out;
        -moz-transition: opacity 0.2s ease-out;
        -ms-transition: opacity 0.2s ease-out;
        -o-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out;
    }
}

@media screen and (min-width: 1024px) {
    .contentsOlive .applyGetBnr {
        width: 474px;
        background: #fff;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        -ms-border-radius: 18px;
        -o-border-radius: 18px;
        border-radius: 18px;
        overflow: hidden;
    }

    .contentsOlive .applyGetBnr a {
        display: block;
        -webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }
}

@media screen and (min-width: 1024px) and (min-width: 1025px) {
    .contentsOlive .applyGetBnr a:hover {
        opacity: 0.86;
        -webkit-transition: opacity 0.2s ease-out;
        -moz-transition: opacity 0.2s ease-out;
        -ms-transition: opacity 0.2s ease-out;
        -o-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out;
    }
}

.contentsOlive .secService {
    padding: 25.33333vw 0 13.33333vw;
    background: #fff;
    color: #4b4b4b;
    text-align: center;
}

.contentsOlive .serviceTit {
    width: 80vw;
    font-size: 8.26667vw;
    line-height: 1.5;
    margin: 0 auto 11.73333vw;
    padding-bottom: 10.66667vw;
    position: relative;
    font-weight: 700;
}

.contentsOlive .serviceTit::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: url(../img/ttl_line.png) 0 0 no-repeat;
    background-size: 100% auto;
}

.contentsOlive .serviceBoxItems {
    width: 80vw;
    margin: 0 auto;
}

.contentsOlive .serviceBoxItems .serviceBoxItem {
    margin-bottom: 5.86667vw;
    border: 2px solid #c4d375;
    color: #4b4b4b;
    -webkit-border-radius: 4vw;
    -moz-border-radius: 4vw;
    -ms-border-radius: 4vw;
    -o-border-radius: 4vw;
    border-radius: 4vw;
    overflow: hidden;
    text-align: center;
}

.contentsOlive .serviceBoxItems .serviceBoxItem:last-child {
    margin-bottom: 0;
}

.contentsOlive .serviceBoxItemTit {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    background: #edf3b3;
    height: 40vw;
    font-size: 5.33333vw;
    line-height: 1.8;
    font-weight: 700;
    letter-spacing: 0.00em;
}

.contentsOlive .serviceBoxItemCon {
    padding: 8vw 0 7.33333vw;
    padding: 10vw 0 10.66667vw;
    text-align: center;
}

.contentsOlive .serviceBoxItemCon.typePb0 {
    padding-bottom: 0;
}

.contentsOlive .serviceBoxItemTitBold {
    font-size: 5.33333vw;
    line-height: 1;
    margin-bottom: 6.13333vw;
    font-weight: 700;
    letter-spacing: 0.00em;
}

.contentsOlive .serviceBoxItemTxt {
    font-size: 4vw;
    line-height: 1.9;
    letter-spacing: 0.00em;
}

.contentsOlive .serviceBoxItemTxt.typeS {
    font-size: 3.33333vw;
}

.contentsOlive .serviceBoxItemTxt span {
    font-size: 5.33333vw;
    color: #ee7800;
    font-weight: 700;
}

.contentsOlive .serviceBoxItemTxtBold {
    font-size: 4.53333vw;
    line-height: 1.8;
    letter-spacing: 0.00em;
    font-weight: 700;
}

.contentsOlive .serviceBoxItemTxtCampaign {
    width: 67.2vw;
    margin: 0 auto;
}

.contentsOlive .bnrMillefeuilleTxt {
    text-align: center;
    font-size: 3.73333vw;
    line-height: 1.6;
    font-weight: 700;
    color: #004831;
    letter-spacing: 0.08em;
    margin-bottom: 2.66667vw;
}

.contentsOlive .bnrMillefeuille {
    width: 66.66667vw;
    margin: 0 auto;
}

@media print,
screen and (min-width: 768px) {
    .contentsOlive .secService {
        padding: 190px 0 100px;
    }

    .contentsOlive .serviceTit {
        width: 600px;
        font-size: 62px;
        font-size: 6.2rem;
        margin: 0 auto 88px;
        padding-bottom: 80px;
    }

    .contentsOlive .serviceBoxItems {
        width: 600px;
    }

    .contentsOlive .serviceBoxItems .serviceBoxItem {
        margin-bottom: 44px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
    }

    .contentsOlive .serviceBoxItems .serviceBoxItem:last-child {
        margin-bottom: 0;
    }

    .contentsOlive .serviceBoxItemTit {
        height: 300px;
        font-size: 40px;
        font-size: 4rem;
    }

    .contentsOlive .serviceBoxItemCon {
        padding: 60px 0 55px;
        padding: 75px 0 80px;
    }

    .contentsOlive .serviceBoxItemTitBold {
        font-size: 40px;
        font-size: 4rem;
        margin-bottom: 46px;
    }

    .contentsOlive .serviceBoxItemTxt {
        font-size: 30px;
        font-size: 3rem;
    }

    .contentsOlive .serviceBoxItemTxt.typeS {
        font-size: 25px;
        font-size: 2.5rem;
    }

    .contentsOlive .serviceBoxItemTxt span {
        font-size: 40px;
        font-size: 4rem;
    }

    .contentsOlive .serviceBoxItemTxtBold {
        font-size: 34px;
        font-size: 3.4rem;
    }

    .contentsOlive .serviceBoxItemTxtCampaign {
        width: 504px;
    }

    .contentsOlive .bnrMillefeuilleTxt {
        font-size: 28px;
        font-size: 2.8rem;
        margin-bottom: 10px;
    }

    .contentsOlive .bnrMillefeuille {
        width: 500px;
    }
}

@media screen and (min-width: 1024px) {
    .contentsOlive .secService {
        padding: 146px 0 80px;
    }

    .contentsOlive .serviceTit {
        width: 480px;
        font-size: 50px;
        font-size: 5rem;
        line-height: 1.5;
        margin: 0 auto 65px;
        padding-bottom: 54px;
    }

    .contentsOlive .serviceTit::after {
        height: 2px;
    }

    .contentsOlive .serviceBoxItems {
        width: 480px;
        margin: 0 auto;
    }

    .contentsOlive .serviceBoxItems .serviceBoxItem {
        margin-bottom: 32px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
    }

    .contentsOlive .serviceBoxItemTit {
        height: 240px;
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1.8;
    }

    .contentsOlive .serviceBoxItemCon {
        padding: 70px 0 70px;
    }

    .contentsOlive .serviceBoxItemTitBold {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1;
        margin-bottom: 50px;
    }

    .contentsOlive .serviceBoxItemTxt {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .contentsOlive .serviceBoxItemTxt.typeS {
        font-size: 20px;
        font-size: 2rem;
    }

    .contentsOlive .serviceBoxItemTxt span {
        font-size: 32px;
        font-size: 3.2rem;
    }

    .contentsOlive .serviceBoxItemTxtBold {
        font-size: 27px;
        font-size: 2.7rem;
        line-height: 1.8;
        letter-spacing: 0.00em;
        font-weight: 700;
    }

    .contentsOlive .serviceBoxItemTxtCampaign {
        width: 402px;
    }

    .contentsOlive .bnrMillefeuilleTxt {
        font-size: 27px;
        font-size: 2.7rem;
        margin-bottom: 20px;
        letter-spacing: 0;
    }

    .contentsOlive .bnrMillefeuille {
        width: 400px;
    }

    .contentsOlive .bnrMillefeuille a {
        display: block;
        -webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }
}

@media screen and (min-width: 1024px) and (min-width: 1025px) {
    .contentsOlive .bnrMillefeuille a:hover {
        opacity: 0.7;
        -webkit-transition: opacity 0.2s ease-out;
        -moz-transition: opacity 0.2s ease-out;
        -ms-transition: opacity 0.2s ease-out;
        -o-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out;
    }
}

.contentsOlive .secOther {
    padding: 25.33333vw 0 16vw;
    background: #edf3b3;
    color: #4b4b4b;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.contentsOlive .secOther::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 126.66667vw;
    background: #dce87e;
}

.contentsOlive .secOther .listIndent li {
    color: #004831;
}

.contentsOlive .otherTit {
    width: 100%;
    font-size: 6.93333vw;
    line-height: 1.5;
    margin: 0 auto 13.33333vw;
    position: relative;
    z-index: 2;
    font-weight: 700;
    color: #004831;
}

.contentsOlive .otherSlider {
    position: relative;
    z-index: 2;
    width: 68vw;
    margin: 0 auto 12vw;
}

.contentsOlive .otherSlider .bx-wrapper .bx-pager-item {
    margin: 0 2vw;
}

.contentsOlive .otherSlider .bx-wrapper .bx-pager-item a {
    width: 2.66667vw;
    height: 2.66667vw;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #004831;
}

.contentsOlive .otherSlider .bx-wrapper .bx-pager-item a.active {
    background: #004831;
}

.contentsOlive .otherSlider .bx-viewport {
    overflow: visible !important;
}

.contentsOlive .otherSlider .bx-pager {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.66667vw;
    text-align: center;
    display: inline;
    z-index: 100;
}

.contentsOlive .otherSliderItem.state-active .otherSliderItemCon {
    -webkit-transition: opacity 0.4s 0.1s ease-out;
    -moz-transition: opacity 0.4s 0.1s ease-out;
    -ms-transition: opacity 0.4s 0.1s ease-out;
    -o-transition: opacity 0.4s 0.1s ease-out;
    transition: opacity 0.4s 0.1s ease-out;
    opacity: 1;
}

.contentsOlive .otherSliderItemImg {
    margin-bottom: 0;
}

.contentsOlive .otherSliderItemCon {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    height: 29.33333vw;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0s ease-out;
    -moz-transition: opacity 0.2s 0s ease-out;
    -ms-transition: opacity 0.2s 0s ease-out;
    -o-transition: opacity 0.2s 0s ease-out;
    transition: opacity 0.2s 0s ease-out;
}

.contentsOlive .otherSliderItemTxt {
    font-size: 3.33333vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.8;
    color: #004831;
}

@media print,
screen and (min-width: 768px) {
    .contentsOlive .secOther {
        padding: 190px 0 120px;
    }

    .contentsOlive .secOther::after {
        height: 820px;
    }

    .contentsOlive .otherTit {
        font-size: 52px;
        font-size: 5.2rem;
        margin: 0 auto 100px;
    }

    .contentsOlive .otherSlider {
        width: 510px;
        margin-bottom: 90px;
    }

    .contentsOlive .otherSlider .bx-wrapper .bx-pager-item {
        margin: 0 15px;
    }

    .contentsOlive .otherSlider .bx-wrapper .bx-pager-item a {
        width: 20px;
        height: 20px;
    }

    .contentsOlive .otherSlider .bx-pager {
        height: 20px;
    }

    .contentsOlive .otherSliderItemImg {
        margin-bottom: 0;
    }

    .contentsOlive .otherSliderItemCon {
        height: 220px;
    }

    .contentsOlive .otherSliderItemTxt {
        font-size: 25px;
        font-size: 2.5rem;
    }
}

@media screen and (min-width: 1024px) {
    .contentsOlive .secOther {
        padding: 100px 0 95px;
    }

    .contentsOlive .secOther::after {
        height: 700px;
    }

    .contentsOlive .otherTit {
        width: 100%;
        font-size: 42px;
        font-size: 4.2rem;
        line-height: 1.5;
        margin: 0 auto 85px;
    }

    .contentsOlive .otherSlider {
        width: 400px;
        margin-bottom: 65px;
    }

    .contentsOlive .otherSlider .bx-wrapper .bx-pager-item {
        margin: 0 12px;
    }

    .contentsOlive .otherSlider .bx-wrapper .bx-pager-item a {
        width: 16px;
        height: 16px;
    }

    .contentsOlive .otherSlider .bx-pager {
        height: 16px;
    }

    .contentsOlive .otherSliderItemImg {
        margin-bottom: 0px;
    }

    .contentsOlive .otherSliderItemCon {
        height: 160px;
    }

    .contentsOlive .otherSliderItemTxt {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.8;
    }
}

.contentsOlive .blBtnItems {
    padding: 16.66667vw 0 16.66667vw;
    background: #ccdd58;
    text-align: center;
}

.contentsOlive .btnItems {
    width: 80vw;
    margin: 0 auto;
}

.contentsOlive .btnItems .btnItem {
    margin-bottom: 6.66667vw;
}

.contentsOlive .btnItems .btnItem:last-child {
    margin-bottom: 0;
}

.contentsOlive .btnItems .btnItem a {
    display: block;
    -webkit-border-radius: 5.33333vw;
    -moz-border-radius: 5.33333vw;
    -ms-border-radius: 5.33333vw;
    -o-border-radius: 5.33333vw;
    border-radius: 5.33333vw;
    overflow: hidden;
    padding: 6.4vw 0 7.2vw;
    color: #fff;
    background: #004831;
    font-size: 4.13333vw;
    font-weight: 700;
    line-height: 1.7;
}

.contentsOlive .btnItems .btnItem a span {
    display: block;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    margin: 2.93333vw auto 0;
    width: 60vw;
    height: 10.66667vw;
    -webkit-border-radius: 5.33333vw;
    -moz-border-radius: 5.33333vw;
    -ms-border-radius: 5.33333vw;
    -o-border-radius: 5.33333vw;
    border-radius: 5.33333vw;
    overflow: hidden;
    border: 2px solid #fff;
    font-size: 3.73333vw;
    line-height: 1;
}

@media print,
screen and (min-width: 500px) {
    .contentsOlive .btnItems .btnItem a {
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px;
        border-radius: 40px;
        padding: 48px 0 54px;
        font-size: 28px;
        font-size: 2.8rem;
    }

    .contentsOlive .btnItems .btnItem a span {
        margin: 18px auto 0;
        width: 450px;
        height: 56px;
        -webkit-border-radius: 28px;
        -moz-border-radius: 28px;
        -ms-border-radius: 28px;
        -o-border-radius: 28px;
        border-radius: 28px;
        border: 2px solid #fff;
        font-size: 24px;
        font-size: 2.4rem;
    }
}

@media print,
screen and (min-width: 768px) {
    .contentsOlive .blBtnItems {
        padding: 125px 0 125px;
    }

    .contentsOlive .btnItems {
        width: 600px;
    }

    .contentsOlive .btnItems .btnItem {
        margin-bottom: 50px;
    }

    .contentsOlive .btnItems .btnItem:last-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    .contentsOlive .blBtnItems {
        padding: 100px 0 100px;
    }

    .contentsOlive .btnItems {
        width: 480px;
    }

    .contentsOlive .btnItems .btnItem {
        margin-bottom: 40px;
    }

    .contentsOlive .btnItems .btnItem:last-child {
        margin-bottom: 0;
    }

    .contentsOlive .btnItems .btnItem a {
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px;
        border-radius: 40px;
        padding: 38px 0 40px;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.7;
        -webkit-transition: background 0.3s ease-out;
        -moz-transition: background 0.3s ease-out;
        -ms-transition: background 0.3s ease-out;
        -o-transition: background 0.3s ease-out;
        transition: background 0.3s ease-out;
    }

    .contentsOlive .btnItems .btnItem a span {
        margin: 10px auto 0;
        width: 360px;
        height: 64px;
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        -ms-border-radius: 32px;
        -o-border-radius: 32px;
        border-radius: 32px;
        overflow: hidden;
        border: 2px solid #fff;
        font-size: 24px;
        font-size: 2.4rem;
        -webkit-transition: background 0.3s ease-out;
        -moz-transition: background 0.3s ease-out;
        -ms-transition: background 0.3s ease-out;
        -o-transition: background 0.3s ease-out;
        transition: background 0.3s ease-out;
    }
}

@media screen and (min-width: 1024px) and (min-width: 1025px) {
    .contentsOlive .btnItems .btnItem a:hover {
        background: #336d5a;
        -webkit-transition: background 0.2s ease-out;
        -moz-transition: background 0.2s ease-out;
        -ms-transition: background 0.2s ease-out;
        -o-transition: background 0.2s ease-out;
        transition: background 0.2s ease-out;
    }

    .contentsOlive .btnItems .btnItem a:hover span {
        background: #004831;
        -webkit-transition: background 0.2s ease-out;
        -moz-transition: background 0.2s ease-out;
        -ms-transition: background 0.2s ease-out;
        -o-transition: background 0.2s ease-out;
        transition: background 0.2s ease-out;
    }
}

.contentsOlive .blPrepare {
    padding: 21.33333vw 0 24vw;
    background: #fff;
    color: #4b4b4b;
    text-align: center;
}

.contentsOlive .prepareItems .prepareItem {
    margin-bottom: 18vw;
}

.contentsOlive .prepareItems .prepareItem:last-child {
    margin-bottom: 0;
}

.contentsOlive .prepareItemTit {
    width: 100%;
    font-size: 5.6vw;
    line-height: 1.5;
    margin: 0 auto 6vw;
    letter-spacing: 0;
    font-weight: 700;
}

.contentsOlive .prepareItemBox {
    width: 80vw;
    margin: 0 auto;
    padding: 9.33333vw 0 12.66667vw;
    border: 2px solid #004831;
    background: #edf3b3;
    color: #4b4b4b;
    -webkit-border-radius: 3.2vw;
    -moz-border-radius: 3.2vw;
    -ms-border-radius: 3.2vw;
    -o-border-radius: 3.2vw;
    border-radius: 3.2vw;
    overflow: hidden;
    text-align: center;
}

.contentsOlive .prepareItemBoxTit {
    font-size: 4.66667vw;
    font-weight: 500;
    text-align: center;
    margin-bottom: 4.66667vw;
    line-height: 1.3;
}

.contentsOlive .prepareItemBoxTit span {
    font-size: 3.2vw;
    position: relative;
    left: -0.6em;
    top: -0.2em;
}

.contentsOlive .prepareItemBoxItems .prepareItemBoxItem {
    margin-bottom: 8vw;
}

.contentsOlive .prepareItemBoxItems .prepareItemBoxItem:last-child {
    margin-bottom: 0;
}

.contentsOlive .prepareItemBoxItemImg {
    margin-bottom: 3.33333vw;
}

.contentsOlive .prepareItemBoxItemTxt {
    font-size: 4.13333vw;
    font-weight: 700;
    text-align: center;
}

.contentsOlive .prepareItemBoxItemTxt2 {
    font-size: 4.13333vw;
    text-align: center;
    line-height: 1.6;
}

.contentsOlive .prepareItemBoxItemTxtSub {
    margin-top: 1.6vw;
    font-size: 3.33333vw;
    line-height: 1.6;
}

.contentsOlive .imgPlus {
    margin: 6.66667vw 0 6.66667vw;
}

.contentsOlive .imgPlus img {
    width: 11.86667vw;
}

.contentsOlive .typeSlider01 .prepareSlider .bx-pager {
    bottom: 29.33333vw;
}

.contentsOlive .typeSlider02 .prepareSlider .bx-pager {
    bottom: 0;
}

.contentsOlive .prepareSlider {
    position: relative;
    z-index: 2;
    width: 45.33333vw;
    margin: 0 auto;
}

.contentsOlive .prepareSlider .bx-wrapper .bx-pager-item {
    margin: 0 2vw;
}

.contentsOlive .prepareSlider .bx-wrapper .bx-pager-item a {
    width: 2.66667vw;
    height: 2.66667vw;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #004831;
}

.contentsOlive .prepareSlider .bx-wrapper .bx-pager-item a.active {
    background: #004831;
}

.contentsOlive .prepareSlider .bx-viewport {
    overflow: visible !important;
}

.contentsOlive .prepareSlider .bx-pager {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.66667vw;
    text-align: center;
    display: inline;
    z-index: 100;
}

.contentsOlive .prepareSliderItem.state-active .prepareSliderItemCon {
    -webkit-transition: opacity 0.4s 0.1s ease-out;
    -moz-transition: opacity 0.4s 0.1s ease-out;
    -ms-transition: opacity 0.4s 0.1s ease-out;
    -o-transition: opacity 0.4s 0.1s ease-out;
    transition: opacity 0.4s 0.1s ease-out;
    opacity: 1;
}

.contentsOlive .prepareSliderItemImg {
    margin-bottom: 4vw;
}

.contentsOlive .prepareSliderItemStep {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    width: 26.66667vw;
    height: 5.33333vw;
    margin: 0 auto 4vw;
    font-size: 2.8vw;
    background: #004831;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 2.66667vw;
    -moz-border-radius: 2.66667vw;
    -ms-border-radius: 2.66667vw;
    -o-border-radius: 2.66667vw;
    border-radius: 2.66667vw;
}

.contentsOlive .prepareSliderItemStep span {
    position: relative;
    top: 0.26667vw;
}

.contentsOlive .prepareSliderItemStep.typeHide {
    opacity: 0;
}

.contentsOlive .prepareSliderItemCon {
    position: relative;
    width: 200%;
    left: -50%;
    height: 64vw;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0s ease-out;
    -moz-transition: opacity 0.2s 0s ease-out;
    -ms-transition: opacity 0.2s 0s ease-out;
    -o-transition: opacity 0.2s 0s ease-out;
    transition: opacity 0.2s 0s ease-out;
}

.contentsOlive .prepareSliderItemTxt {
    font-size: 3.33333vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.8;
    color: #004831;
}

.contentsOlive .prepareSliderItemTxt span {
    font-size: 2.93333vw;
}

.contentsOlive .prepareSliderItemTxtS {
    font-size: 2.66667vw;
    text-align: center;
    line-height: 1.8;
    color: #004831;
    margin-top: 2.66667vw;
    letter-spacing: 0;
}

@media print,
screen and (min-width: 768px) {
    .contentsOlive .blPrepare {
        padding: 160px 0 180px;
    }

    .contentsOlive .prepareItems .prepareItem {
        margin-bottom: 135px;
    }

    .contentsOlive .prepareItems .prepareItem:last-child {
        margin-bottom: 0;
    }

    .contentsOlive .prepareItemTit {
        font-size: 42px;
        font-size: 4.2rem;
        margin: 0 auto 45px;
    }

    .contentsOlive .prepareItemBox {
        width: 600px;
        padding: 70px 0 95px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        -o-border-radius: 24px;
        border-radius: 24px;
    }

    .contentsOlive .prepareItemBoxTit {
        font-size: 35px;
        font-size: 3.5rem;
        margin-bottom: 35px;
        line-height: 1.3;
    }

    .contentsOlive .prepareItemBoxTit span {
        font-size: 24px;
        font-size: 2.4rem;
        left: -0.6em;
        top: -0.2em;
    }

    .contentsOlive .prepareItemBoxItems .prepareItemBoxItem {
        margin-bottom: 60px;
    }

    .contentsOlive .prepareItemBoxItems .prepareItemBoxItem:last-child {
        margin-bottom: 0;
    }

    .contentsOlive .prepareItemBoxItemImg {
        margin-bottom: 25px;
    }

    .contentsOlive .prepareItemBoxItemTxt {
        font-size: 31px;
        font-size: 3.1rem;
    }

    .contentsOlive .prepareItemBoxItemTxt2 {
        font-size: 31px;
        font-size: 3.1rem;
    }

    .contentsOlive .prepareItemBoxItemTxtSub {
        margin-top: 12px;
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 1.6;
    }

    .contentsOlive .imgPlus {
        margin: 50px 0 50px;
    }

    .contentsOlive .imgPlus img {
        width: 89px;
    }

    .contentsOlive .typeSlider01 .prepareSlider .bx-pager {
        bottom: 110px;
    }

    .contentsOlive .typeSlider02 .prepareSlider .bx-pager {
        bottom: 0;
    }

    .contentsOlive .prepareSlider {
        width: 340px;
    }

    .contentsOlive .prepareSlider .bx-wrapper .bx-pager-item {
        margin: 0 15px;
    }

    .contentsOlive .prepareSlider .bx-wrapper .bx-pager-item a {
        width: 20px;
        height: 20px;
    }

    .contentsOlive .prepareSlider .bx-pager {
        height: 20px;
    }

    .contentsOlive .prepareSliderItemImg {
        margin-bottom: 30px;
    }

    .contentsOlive .prepareSliderItemStep {
        width: 200px;
        height: 40px;
        margin: 0 auto 30px;
        font-size: 21px;
        font-size: 2.1rem;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
    }

    .contentsOlive .prepareSliderItemStep span {
        top: 2px;
    }

    .contentsOlive .prepareSliderItemCon {
        height: 480px;
    }

    .contentsOlive .prepareSliderItemTxt {
        font-size: 25px;
        font-size: 2.5rem;
    }

    .contentsOlive .prepareSliderItemTxt span {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .contentsOlive .prepareSliderItemTxtS {
        font-size: 20px;
        font-size: 2rem;
        margin-top: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .contentsOlive .blPrepare {
        padding: 130px 0 150px;
    }

    .contentsOlive .prepareItems .prepareItem {
        margin-bottom: 100px;
    }

    .contentsOlive .prepareItems .prepareItem:last-child {
        margin-bottom: 0;
    }

    .contentsOlive .prepareItemTit {
        width: 100%;
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1.5;
        margin: 0 auto 38px;
    }

    .contentsOlive .prepareItemBox {
        width: 480px;
        margin: 0 auto;
        padding: 48px 0 48px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
    }

    .contentsOlive .prepareItemBox.typeSlider {
        padding: 48px 0 90px;
    }

    .contentsOlive .prepareItemBoxTit {
        font-size: 28px;
        font-size: 2.8rem;
        margin-bottom: 35px;
        line-height: 1.3;
    }

    .contentsOlive .prepareItemBoxTit span {
        font-size: 19px;
        font-size: 1.9rem;
        left: -0.6em;
        top: -0.2em;
    }

    .contentsOlive .prepareItemBoxItems .prepareItemBoxItem {
        margin-bottom: 52px;
    }

    .contentsOlive .prepareItemBoxItems .prepareItemBoxItem:last-child {
        margin-bottom: 0;
    }

    .contentsOlive .prepareItemBoxItemImg {
        margin-bottom: 12px;
    }

    .contentsOlive .prepareItemBoxItemTxt {
        font-size: 25px;
        font-size: 2.5rem;
    }

    .contentsOlive .prepareItemBoxItemTxt2 {
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 1.4;
    }

    .contentsOlive .prepareItemBoxItemTxtSub {
        margin-top: 12px;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.6;
    }

    .contentsOlive .imgPlus {
        margin: 50px 0 50px;
    }

    .contentsOlive .imgPlus img {
        width: 71px;
    }

    .contentsOlive .typeSlider01 .prepareSlider .bx-pager {
        bottom: -10px;
    }

    .contentsOlive .typeSlider02 .prepareSlider .bx-pager {
        bottom: 0;
    }

    .contentsOlive .prepareSlider {
        width: 340px;
        padding-top: 10px;
    }

    .contentsOlive .prepareSlider .bx-wrapper .bx-pager-item {
        margin: 0 15px;
    }

    .contentsOlive .prepareSlider .bx-wrapper .bx-pager-item a {
        width: 20px;
        height: 20px;
    }

    .contentsOlive .prepareSlider .bx-pager {
        height: 20px;
    }

    .contentsOlive .prepareSliderItemImg {
        margin-bottom: 25px;
    }

    .contentsOlive .prepareSliderItemStep {
        width: 164px;
        height: 34px;
        margin: 0 auto 30px;
        font-size: 16px;
        font-size: 1.6rem;
        -webkit-border-radius: 17px;
        -moz-border-radius: 17px;
        -ms-border-radius: 17px;
        -o-border-radius: 17px;
        border-radius: 17px;
    }

    .contentsOlive .prepareSliderItemStep span {
        top: 2px;
    }

    .contentsOlive .typeSlider01 .prepareSliderItemCon {
        height: 220px;
    }

    .contentsOlive .typeSlider01 .prepareSlider {
        margin-bottom: 180px;
    }

    .contentsOlive .prepareSliderItemCon {
        height: 400px;
    }

    .contentsOlive .prepareSliderItemTxt {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .contentsOlive .prepareSliderItemTxt span {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .contentsOlive .prepareSliderItemTxtS {
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: 20px;
    }
}

.contentsOlive .secFaq {
    padding: 25.33333vw 0 16vw;
    background: #edf3b3;
    color: #4b4b4b;
    text-align: center;
}

.contentsOlive .faqTit {
    width: 80vw;
    font-size: 8.26667vw;
    line-height: 1;
    margin: 0 auto 11.73333vw;
    padding-bottom: 10.66667vw;
    position: relative;
    color: #004831;
    font-weight: 700;
}

.contentsOlive .faqTit::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: url(../img/ttl_line.png) 0 0 no-repeat;
    background-size: 100% auto;
}

.contentsOlive .faqItems {
    margin-bottom: 10vw;
}

.contentsOlive .faqItems .faqItem {
    border-bottom: 1px solid #705840;
    background: #dce766;
    text-align: left;
}

.contentsOlive .faqItems .faqItem:nth-child(even) {
    background: #edf3b3;
}

.contentsOlive .faqItemQ a {
    position: relative;
    display: block;
    padding: 5.86667vw 5.33333vw 5.86667vw 18vw;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.5;
    color: #004831;
}

.contentsOlive .faqItemQ a i {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4.26667vw;
    left: 6vw;
    width: 7.46667vw;
    height: 8.53333vw;
    background: url(../img/icon_faq_q.png) 0 0 no-repeat;
    background-size: 100% auto;
}

.contentsOlive .faqItemA {
    overflow: hidden;
    height: 0;
}

.contentsOlive .faqItemAInner {
    padding: 2vw 4vw 4.66667vw 21.33333vw;
    padding: 2vw 4vw 6.66667vw 21.33333vw;
    position: relative;
}

.contentsOlive .faqItemAInner::after {
    content: '';
    display: block;
    position: absolute;
    top: 1.33333vw;
    left: 9.6vw;
    width: 7.46667vw;
    height: 8.53333vw;
    background: url(../img/icon_faq_a.png) 0 0 no-repeat;
    background-size: 100% auto;
}

.contentsOlive .faqItemATxt {
    font-size: 4.26667vw;
    font-weight: 700;
    line-height: 1.6;
    color: #004831;
}

@media print,
screen and (min-width: 768px) {
    .contentsOlive .secFaq {
        padding: 190px 0 120px;
    }

    .contentsOlive .faqTit {
        width: 600px;
        font-size: 62px;
        font-size: 6.2rem;
        margin: 0 auto 88px;
        padding-bottom: 80px;
    }

    .contentsOlive .faqItemQ a {
        padding: 44px 0 44px 155px;
        font-size: 32px;
        font-size: 3.2rem;
    }

    .contentsOlive .faqItemQ a i {
        margin-top: -32px;
        left: 72px;
        width: 56px;
        height: 64px;
    }

    .contentsOlive .faqItemAInner {
        padding: 15px 30px 50px 160px;
    }

    .contentsOlive .faqItemAInner::after {
        top: 10px;
        left: 72px;
        width: 56px;
        height: 64px;
    }

    .contentsOlive .faqItemATxt {
        font-size: 32px;
        font-size: 3.2rem;
    }
}

@media screen and (min-width: 1024px) {
    .contentsOlive .secFaq {
        padding: 150px 0 85px;
    }

    .contentsOlive .faqTit {
        width: 480px;
        font-size: 50px;
        font-size: 5rem;
        line-height: 1;
        margin: 0 auto 76px;
        padding-bottom: 66px;
        position: relative;
        color: #004831;
    }

    .contentsOlive .faqTit::after {
        height: 2px;
    }

    .contentsOlive .faqItems {
        margin-bottom: 75px;
    }

    .contentsOlive .faqItems .faqItem {
        border-bottom: 2px solid #705840;
    }

    .contentsOlive .faqItemQ a {
        padding: 44px 40px 44px 130px;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.5;
    }

    .contentsOlive .faqItemQ a.state-active span {
        opacity: 1 !important;
    }

    .contentsOlive .faqItemQ a span {
        -webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }
}

@media screen and (min-width: 1024px) and (min-width: 1025px) {
    .contentsOlive .faqItemQ a:hover span {
        opacity: 0.7;
        -webkit-transition: opacity 0.2s ease-out;
        -moz-transition: opacity 0.2s ease-out;
        -ms-transition: opacity 0.2s ease-out;
        -o-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out;
    }
}

@media screen and (min-width: 1024px) {
    .contentsOlive .faqItemQ a i {
        margin-top: -26px;
        left: 59px;
        width: 46px;
        height: 52px;
    }

    .contentsOlive .faqItemAInner {
        padding: 10px 40px 50px 130px;
    }

    .contentsOlive .faqItemAInner::after {
        top: 5px;
        left: 59px;
        width: 46px;
        height: 52px;
    }

    .contentsOlive .faqItemATxt {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.6;
    }
}

/************************************
modal
*************************************/
html {
    overflow-y: scroll;
}

body.state-modal {
    overflow-y: auto;
}

body.state-modal .modal-wrap {
    position: absolute;
    left: 0;
    overflow: hidden;
}

body.state-modal .modal-bg {
    opacity: 0.5;
    left: 0;
}

body.state-modal .wrapOlive {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

body.state-modal .wrapOliveInner {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    /*  padding-top: 66px;*/
}

.modal-wrap *::after,
.modal-wrap *::before,
.modal-wrap * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapOliveInner {
    position: relative;
}

.modal-wrap {
    position: relative;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 100;
    left: -400%;
    padding: 0 0;
}

@media screen and (min-width: 1024px) {
    .modal-wrap {
        padding: 0 0;
    }
}

.modal-wrap img {
    vertical-align: top;
}

.modal-wrap a {
    text-decoration: none;
}

.modal-bg {
    position: fixed;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 1;
    left: -100%;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.modal-btn__close {
    position: absolute;
    top: -56px;
    width: 44px;
    right: 0;
}

@media screen and (min-width: 1024px) {
    .modal-btn__close {
        top: 14px;
        right: 14px;
        width: 40px;
    }
}

.modal-btn__close a {
    display: block;
}

.modal-con {
    position: absolute;
    z-index: 100;
    margin: 0 auto;
    background: #fff;
    width: 80vw;
    position: relative;
    z-index: 100;
    display: block;
}

@media screen and (min-width: 1024px) {
    .modal-con {
        width: 1000px;
        height: 380px;
        background: rgba(237, 243, 179, 0.9);
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0 0;
        margin-left: -500px;
        margin-top: -190px;
        text-align: center;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
        border-radius: 16px;
    }
}

.modalImg {
    position: absolute;
    width: 230px;
    bottom: 0;
    left: 77px;
}

.modalTit {
    position: absolute;
    width: 550px;
    top: 50px;
    left: 363px;
    text-align: center;
    color: #004831;
    font-weight: 700;
    line-height: 1;
    font-size: 23px;
}

.modalTxt {
    position: absolute;
    width: 550px;
    top: 325px;
    left: 363px;
    text-align: center;
    color: #004831;
    font-weight: 700;
    line-height: 1;
    font-size: 14px;
}

.modalQrImg {
    position: absolute;
    width: 200px;
    top: 100px;
    left: 538px;
}

/************************************
tab
*************************************/
.tabNav {
    width: 58.93333vw;
    width: 73.33333vw;
    margin: 0 auto;
}

.tabNav ul {
    width: 100%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.tabNav ul li {
    width: 50%;
}

.tabNav ul li a {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background: #4b4b4b;
    height: 11.73333vw;
    height: 13.33333vw;
    padding-top: 2.13333vw;
    font-weight: 700;
    font-size: 2.13333vw;
    font-size: 2.8vw;
    line-height: 1.5;
    position: relative;
    -webkit-border-radius: 4.26667vw 4.26667vw 0 0;
    -moz-border-radius: 4.26667vw 4.26667vw 0 0;
    -ms-border-radius: 4.26667vw 4.26667vw 0 0;
    -o-border-radius: 4.26667vw 4.26667vw 0 0;
    border-radius: 4.26667vw 4.26667vw 0 0;
}

.tabNav ul li.state-active a {
    background: #004831;
}

.tab-con-items .tab-con-item {
    height: 0;
    overflow: hidden;
}

.tab-con-items .tab-con-item.state-active {
    height: auto;
    overflow: visible;
}

@media print,
screen and (min-width: 768px) {
    .tabNav {
        width: 550px;
    }

    .tabNav ul li a {
        height: 100px;
        padding-top: 16px;
        font-size: 2.13333vw;
        font-size: 21px;
        -webkit-border-radius: 32px 32px 0 0;
        -moz-border-radius: 32px 32px 0 0;
        -ms-border-radius: 32px 32px 0 0;
        -o-border-radius: 32px 32px 0 0;
        border-radius: 32px 32px 0 0;
    }
}

@media screen and (min-width: 1024px) {
    .tabNav {
        width: 446px;
    }

    .tabNav ul li a {
        height: 88px;
        padding-top: 12px;
        font-size: 16px;
        font-size: 1.6rem;
        -webkit-border-radius: 24px 24px 0 0;
        -moz-border-radius: 24px 24px 0 0;
        -ms-border-radius: 24px 24px 0 0;
        -o-border-radius: 24px 24px 0 0;
        border-radius: 24px 24px 0 0;
    }
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    position: relative;
    margin: 0 auto 0;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */
/* PAGER */
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 \9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

/************************************
pattern04 ボタンラベル変更＋吹き出し追加
*************************************/

.cp_info {
    color: #fff;
	font-size: 3.2vw;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
	letter-spacing: 0.08em;
	text-align: center;
}
.cp_info.cp_cb {
    color: #004730;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
                -1px 1px 0 #FFF, 1px -1px 0 #FFF,
                0px 1px 0 #FFF,  0-1px 0 #FFF,
                -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.cp_info .bns_txt {
    margin-bottom: 0.5em;
}
.cp_info .sz-chg {
	font-size: 5vw;
}
.cp_info .s-wrap {
  position: relative;
}
.cp_info .s-wrap:before, .cp_info .s-wrap:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 5vw;
  height: 2px;
  background-color: #fff;
}
.cp_info.cp_cb .s-wrap:before, .cp_info.cp_cb .s-wrap:after {
  background-color: #004730;
}
.cp_info .s-wrap:before {
  left: -12%;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.cp_info .s-wrap:after {
  right: -12%;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

@media print,
screen and (min-width: 500px) {
  .cp_info {
    font-size: 1.6rem;
    margin-top: 0;
  }
  .cp_info .sz-chg {
    font-size: 2.6rem;
  }
  .cp_info .s-wrap:before, .cp_info .s-wrap:after {
    width: 32px;
  }
  .cp_info .s-wrap:before {
    left: -14%;
  }
  .cp_info .s-wrap:after {
    right: -14%;
  }
}

@media screen and (min-width: 767px) {
  .cp_info .bns_txt {
    margin-bottom: 0;
  }
  .cp_info .bns_txt.txt_mb {
    margin-bottom: 0.3em;
  }	
}

@media screen and (min-width: 1024px) {
  .cp_info {
    font-size: 1.6rem;
  }
  .cp_info .bns_txt {
    margin-bottom: 0;
  }
  .cp_info .sz-chg {
    font-size: 2.6rem;
  }
  .cp_info .s-wrap:before, .cp_info .s-wrap:after {
    width: 44px;
  }
  .cp_info .s-wrap:before {
    left: -18%;
  }
  .cp_info .s-wrap:after {
    right: -18%;
  }
}


/* 2024.10 追記
---------------------------------------------------------- */

.vpointBnr {
    max-width: 474px;
    margin: 0 auto 100px;
}
@media screen and (max-width: 768px){
  .vpointBnr {
    max-width: 70.4vw;
  }
}

.sevenBtn {
  padding-bottom: 80px;
}
.sevenBtn h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #fff200;
  padding: 12px 0;
  background: #004ba0;
}
.sevenBtn img {
  max-width: 400px;
  margin: auto;
}
.sevenBtn img:nth-child(2) {
  margin: 30px 0 40px;
}
.sevenBtn p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  padding: 25px 30px 30px 30px;
}
.sevenBtn p span {
  color: #004BA0;
}
@media screen and (max-width: 768px){
  .sevenBtn img {
    max-width: 66.66667vw;
  }
}


/* 2024.11 追記
---------------------------------------------------------- */
.newOpening h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    color: #004831;
    padding-bottom: 30px;
}
.newOpening h4 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    color: #fa8200;
    padding-bottom: 30px;
}
.newOpening h4 span {
    font-size: 76px;
}
.newOpening h5 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-weight: 700;
    font-size: 54px;
    text-align: center;
    color: #004831;
}
.newOpening p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 0.04em;
    line-height: 52px;
    text-align: center;
    color: #004831;
    padding: 40px 0 80px 0;
}

.newOpeningTokuten {
    width: 90%;
    margin: auto;
}

.plus_orange {
    padding: 30px 0;
}
.plus_orange img {
    display: block;
    max-width: 40px;
    margin: auto;
}

.newOpeningMore {
    width: 347px;
    margin: 70px auto 100px auto;
    border-radius: 28px;
    background: #004831;
}
.newOpeningMore a {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 20.12px;
    text-align: center;
    color: #fff;
    padding: 15px 0;
}

@media screen and (max-width: 768px){
    .newOpening h3 {
        font-size: 5.33vw;
    }
    .newOpening h4 {
        font-size: 8vw;
    }
    .newOpening h4 span {
        font-size: 13.33vw;
    }
    .newOpening h5 {
        font-size: 10.67vw;
    }
    .newOpening p {
        font-size: 4.8vw;
    }
}

/* 2024.12 追記
---------------------------------------------------------- */
.newOpeningTokuten2412 {
  margin: 0 auto 100px;
  width: 90%;
  position: relative;
}
.newOpeningTokuten2412_btn {
  width: 48%;
  position: absolute;
  bottom: 14%;
  left: 26%;
}




/* 2025.02 追記
---------------------------------------------------------- */
.contentsOlive .mvTxt {
  position: relative;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  margin: 0 auto;
  padding: 2rem 0 1rem 0;
}

@media screen and (min-width: 1024px) {
  .contentsOlive .mvTxt {
    width: 100%;
    top: auto;
    left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .contentsOlive .mvTtl {
    position: relative;
    width: 250px;
    top: auto;
    left: auto;
    margin: 0 auto;
  }
}
.mvPresent {
  width: 90%;
  position: relative;
  display: block;
  max-width: 500px;
  margin: 400px auto 4.2rem auto;
}

@media screen and (min-width: 1024px) and (max-height: 979px) {
  .contentsOlive .mv .btnRound {
    top: auto;
  }
}
@media screen and (min-width: 1024px) {
  .contentsOlive .mv .btnRound {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    margin: 0 auto;
  }
}
.contentsOlive .mv .btnRound a {
  margin: 0 auto;
}

.contentsOlive .mvScroll {
  position: relative;
  left: auto;
  top: auto;
  z-index: 10;
  margin: 2rem auto 0 auto;
}
.contentsOlive .mvScroll a {
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .cp_info .s-wrap:before, .cp_info .s-wrap:after {
    width: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .cp_info .s-wrap:before {
    left: -12%;
  }
}
@media screen and (min-width: 1024px) {
  .cp_info .s-wrap:after {
    right: -12%;
  }
}
.newOpening h3 {
  line-height: 1.5;
}

.newOpening dl {
  text-align: center;
  display: block;
  padding: 60px 0 30px 0;
  color: #004831;
  font-weight: bold;
}
.newOpening dl dt, .newOpening dl dd {
  line-height: 1.8;
}
.newOpening dl dt {
  font-size: 28px;
  display: inline-block;
  position: relative;
}
.newOpening dl dt::before, .newOpening dl dt::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 36px;
  background: #004831;
  top: 16px;
}
.newOpening dl dt::before {
  left: -20px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.newOpening dl dt::after {
  right: -20px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.newOpening dl dt span {
  color: #fa8200;
  font-size: 200%;
}
.newOpening dl dt span small {
  font-size: 70%;
}
.newOpening dl dd {
  font-size: 28px;
}
.newOpening dl dd span {
  color: #fa8200;
  font-size: 160%;
}
.newOpening dl dd span small {
  font-size: 70%;
}
.newOpening .date {
  color: #004831;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 50px;
}
.newOpening .date span {
  display: inline-block;
  position: relative;
  margin-top: 18px;
}

.newOpeningTokuten {
  width: 100%;
  margin-bottom: 30px;
}

.tokuten-more {
  position: relative;
  background: #C8E155;
  padding: 60px 0 90px 0;
  text-align: center;
}
.tokuten-more h2 {
  font-size: 28px;
  display: inline-block;
  position: relative;
  color: #004831;
  font-weight: bold;
}
.tokuten-more h2::before, .tokuten-more h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 36px;
  background: #004831;
  top: 16px;
}
.tokuten-more h2::before {
  left: -20px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.tokuten-more h2::after {
  right: -20px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.tokuten-more h2 span {
  color: #fa8200;
  font-size: 200%;
  display: inline-block;
  margin: 0 3px;
  text-shadow: 3px 0 0 #FFF, -3px 0 0 #FFF, 0 3px 0 #FFF, 0 -3px 0 #FFF, 2px 2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, -2px -2px 0 #FFF;
}
.tokuten-more h2 span small {
  font-size: 70%;
}
.tokuten-more .newOpeningMore {
  margin-bottom: 0px;
}

.nenkaihi {
  display: block;
  position: relative;
  text-align: center;
  padding: 30px 0 60px 0;
}
.nenkaihi h2 {
  display: inline-block;
  position: relative;
  color: #fa8200;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.nenkaihi h2::before, .nenkaihi h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 36px;
  background: #fa8200;
  top: -2px;
}
.nenkaihi h2::before {
  left: -16px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.nenkaihi h2::after {
  right: -16px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.nenkaihi dl {
  color: #004831;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 20px;
}
.nenkaihi dl dt {
  font-size: 17px;
  display: block;
  margin-bottom: 12px;
}
.nenkaihi dl dd {
  display: block;
  position: relative;
  line-height: 2.2;
  font-size: 24px;
  letter-spacing: 0.12em;
}
.nenkaihi dl dd span {
  color: #fa8200;
  font-size: 110%;
}
.nenkaihi dl dd strong {
  font-size: 200%;
  color: #fa8200;
}

@media screen and (min-width: 1024px) {
  .contentsOlive .aboutTit {
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 1024px) {
  .contentsOlive .aboutTit {
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 1024px) {
  .contentsOlive .aboutTxtCashless {
    margin: 0 auto 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .contentsOlive .aboutTxtCashless {
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 1024px) {
  .contentsOlive .aboutTxt {
    line-height: 1.6;
  }
}
@media screen and (min-width: 1024px) {
  .contentsOlive .secAbout {
    padding: 90px 0;
  }
}
.newOpeningMore {
  margin: 40px auto 100px auto;
}

@media screen and (min-width: 1024px) {
  .contentsOlive .applyGet {
    padding: 60px 0 0px;
  }
}
@media print, screen and (min-width: 768px) {
  .contentsOlive .applyGet {
    padding: 60px 0 0px;
  }
}
.contentsOlive .mv {
  height: auto;
  background: url(../img/mv_bg_v2.png) center 0 no-repeat #fff;
  background-size: 100% auto;
}

.contentsOlive .mvTxt {
  left: 0;
  top: auto;
  padding: 2rem 0 0rem 0;
}

@media screen and (max-width: 1024px) {
  .mvPresent {
    margin: 105vw auto 4.2rem auto;
  }
}
.contentsOlive .mv .btnRound {
  position: relative;
  top: auto;
  left: auto;
}

.contentsOlive .aboutTit {
  margin: 0 auto 15px auto;
}

.contentsOlive .aboutTxt {
  line-height: 1.8;
}

.contentsOlive .aboutTxtCashless {
  margin-bottom: 15px;
}

.contentsOlive .aboutImg {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .contentsOlive .applyGet {
    padding-top: 10vw;
    padding-bottom: 0;
  }
  .newOpening h3 {
    font-size: 4vw;
    padding-bottom: 15px;
  }
  .newOpening h4 {
    font-size: 6vw;
  }
  .newOpening h5 {
    font-size: 8.5vw;
  }
  .newOpening dl dt {
    font-size: 5vw;
  }
  .newOpening dl dd {
    font-size: 4.5vw;
  }
  .newOpening .date {
    font-size: 3.2vw;
  }
  .newOpeningTokuten {
    margin-bottom: 20px;
  }
  .tokuten-more h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .tokuten-more h2::before, .tokuten-more h2::after {
    top: 10px;
    height: 30px;
  }
  .nenkaihi h2 {
    font-size: 20px;
  }
  .nenkaihi h2::before, .nenkaihi h2::after {
    top: -7px;
    height: 30px;
  }
  .nenkaihi dl dt {
    font-size: 14px;
  }
  .nenkaihi dl dd {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .contentsOlive .mv {
    top: 0;
    min-height: 900px;
    max-height: 1500px;
    height: auto;
    background: url(../img/mv_bg_v2_pc.png) center 0 no-repeat #fff;
    background-size: 170% auto;
  }
}