@charset "UTF-8";
/* CSS Document */

a {
	text-decoration:none;
}
.mt0 {
	margin-top:0 !important;
}
.spOnly {
	display:none !important;
}

@media (max-width: 820px) {
.spOnly {
	display:block !important;
}
.pcOnly {
	display:none !important;
}
.sp-wrap {
	padding:0 10px;
}
img {
	width:100%;
}
}

/* ================================================================
 ■header
=================================================================== */
header {
	border-bottom: 2px solid #ccab47;
}
@media (max-width: 820px) {
	header {
		border-bottom: none;
	}
}

/* ================================================================
 ■footer
=================================================================== */
.copy a {
	padding-left: 1em;
	color: #000;
	text-decoration: underline;
}
.copy span {
	display: block;
	margin-top: 1em;
}
@media (max-width: 820px) {
	.copy {
		font-size: 2.4vw;
		margin-top: .5em;
	}
}
/* ================================================================
 ■main
=================================================================== */
.wrap {
	padding-bottom:80px;
	text-align:center;
}

.wrap img {
	max-width:100%;
}
.wp_in {
	width: 1100px;
	margin: 0 auto;
}

@media (max-width: 820px) {
	.wrap {
		padding-bottom:40px;
	}
	.wp_in {
		width: 100%;
	}
}

/******* 1 *********/
.mv01-area {
	background-image: url("../stc_images/main_bg_2310.jpg?20240327");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 1920px auto;
}
.titpic {
	width: 100%;
	margin: 0 auto;
}

.mv01-area .titpic {
	width: 66.6%;
	margin: 0 auto;
}

@media (max-width: 820px) {
.titpic {
	width: 100%;
	margin: 0 auto;
	}
}

@media (max-width: 820px) {
	.mv01-area {
		background-image: none;
	}
    .mv01-area .titpic {
	width: 100%;
}
}

/******* 2 *********/
.mv02-area {
	background-image: url("../stc_images/mv02_bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 1920px auto;
	padding-bottom: 58px;
}
.mv02-box {
	background-color: rgba(255,255,255,0.85);
	padding-bottom: 40px;
}
.btn {
	width: 100%;
	animation: move_btn 2s ease-in infinite;
}

@media (max-width: 820px) {
	.mv02-area {
		background-image: url("../stc_images/mv02_bg_sp.jpg");
		background-size: 100% auto;
		padding-bottom: 5.6vw;
	}
	.mv02-box {
		width: 92%;
		margin: 0 auto;
		padding-bottom: 4.8vw;
	}
}

/* ------ move_btn_anime ------ */
@keyframes move_btn {
  20%, 53%, 80%, from, to {
    transform: translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  40%,  43% {
    transform: translate3d(0, -10px, 0);
    animation-timing-function: cubic-bezier(.755, .050, .855, .060);
  }

  70% {
    transform: translate3d(0, -4px, 0);
    animation-timing-function: cubic-bezier(.755, .050, .855, .060);
  }

  90% {
    transform: translate3d(0, 0, 0);
  }
}

/******* 3 *********/
.mv03-area {
	background-image: url("../stc_images/mv03_bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 1920px auto;
}

@media (max-width: 820px) {
	.mv03-area {
		background-image: none;
	}
}

/******* 4 *********/
.mv04-area {
	background-image: url("../stc_images/mv04_bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 1920px auto;
}

@media (max-width: 820px) {
	.mv04-area {
		background-image: url("../stc_images/mv04_bg_sp.jpg");
		background-size: 100% auto;
		padding-bottom: 4vw;
	}
}

/******* 5 *********/
.mv05-area {
	background-image: url("../stc_images/mv05_bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 1920px auto;
}

@media (max-width: 820px) {
	.mv05-area {
		background-image: none;
	}
}

/******* 6 *********/
.mv06-area {
	background-image: url("../stc_images/mv06_bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 1920px auto;
}
/*.mv06-area .wp_in {
	width: 1116px;
}*/

@media (max-width: 820px) {
	.mv06-area {
		background-image: none;
	}
	.mv06-area .wp_in {
		width: 100%;
	}
}

/******* 7 *********/
.mv07-area {
	background-image: none;
}
/******* 8 *********/
.mv08-area {
	background-image: url("../stc_images/mv08_bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 1920px auto;
}

@media (max-width: 820px) {
	.mv08-area {
		background-image: none;
	}
}

/******* 9 *********/
.mv09-area {
	background-image: url("../stc_images/mv09_bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 1920px auto;
	/*padding-bottom: 57px;*/
}

@media (max-width: 820px) {
	.mv09-area {
		background-image: url("../stc_images/mv09_bg_sp.jpg");
		background-size: 100% auto;
		padding-bottom: 5.9vw;
	}
}

/******* 10*********/
.mv10-area {
	background-image: url("../stc_images/mv10_bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 1920px auto;
}

@media (max-width: 820px) {
	.mv10-area {
		background-image: none;
	}
}

/******* 11*********/
.mv11-area {
	background-image: url("../stc_images/mv11_bg.jpg"),url("../stc_images/mv11_bg2.jpg");
	background-position: top center, bottom center;
	background-repeat: no-repeat, no-repeat;
	background-size: 1920px auto, 1920px auto;
}

@media (max-width: 820px) {
	.mv11-area {
		background-image: none;
	}
}

/******* 12*********/
.mv12-area {
	background-image: url("../stc_images/mv12_bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 1920px auto;
	padding-bottom: 58px;
}

@media (max-width: 820px) {
	.mv12-area {
		background-image: url("../stc_images/mv12_bg_sp.jpg");
		background-size: 100% auto;
		padding-bottom: 5.9vw;
	}
}

/******* 13*********/
.mv13-area {
	background-image: url("../stc_images/mv13_bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 1920px auto;
}

@media (max-width: 820px) {
	.mv13-area {
		background-image: none;
	}
}

/******* 14*********/
.mv14-area {
	background-image: url("../stc_images/mv14_bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 1920px auto;
}

@media (max-width: 820px) {
	.mv14-area {
		background-image: none;
	}
}

/******* 15*********/
.mv15-area {
	background-image: url("../stc_images/mv15_bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 1920px auto;
	min-height: 2070px;
}

@media (max-width: 820px) {
	.mv15-area {
		background-image: url("../stc_images/mv15_bg_sp.jpg");
		background-size: 100% auto;
		min-height: auto;
		padding-bottom: 10vw;
	}
}

/* カルーセル
----------------------------------- */
.calArea {
	margin-top: 80px;
}

@media (max-width: 820px) {
	.calArea {
		margin-top: 6vw;
	}
	.faq_h {
		width: 88%;
		margin: 0 auto;
	}
}

/*.calList li {
	margin: 0 0;
}*/
.calList li img {
	width: 100%;
}
.slick-slide img {
	max-width: 676px;
	margin: 0 auto;
}

@media (max-width: 820px) {
	.slick-slide div {
		margin: 0 5px !important;
	}
	.slick-slide img {
		max-width: 100%;
		margin: 0 auto;
	}
}

.cal_c.cal_n {
	z-index: -2;
	opacity: 0;
}
.cal_wpp {
	position: relative;
	overflow: hidden;
	height: 670px;
	width: 1060px;
	margin: 0 auto;
}

@media (max-width: 820px) {
	.cal_wpp {
		position: relative;
		overflow: hidden;
		height: 76vw;
		width: 100%;
		margin: 0 auto;
	}
}

.cal_c {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.calList {
	/*position: absolute;
	top: 0;
	left: 0;*/
	width: 100%;
}

@media (max-width: 820px) {
	/*.calList {
		position: absolute;
		z-index: 1;
	}*/
	.draggable {
		padding: 0 10% !important;
	}
}

.calBtn {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	width: 970px;
	margin: 40px auto 40px;
}
.calBtn li {
	width: 473px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.calBtn li:hover {
	cursor: pointer !important;
}
.calBtn li:first-child img {
	background-image: url("faq_btn_01.png");
}
.calBtn li:first-child img.ac {
	background-image: url("faq_btn_01_a.png");
}
.calBtn li:nth-child(2) img {
	background-image: url("faq_btn_02.png");
}
.calBtn li:nth-child(2) img.ac {
	background-image: url("faq_btn_02_a.png");
}

@media (max-width: 820px) {
	.calBtn {
		width: 88%;
		margin: 5vw auto 5vw;
	}
	.calBtn li {
		width: 49%;
	}
	.calBtn li img {
		width: 100%;
		background-size: 100% auto;
	}
	.calBtn li:first-child img {
		background-image: url("faq_btn_01sp.png");
	}
	.calBtn li:first-child img.ac {
		background-image: url("faq_btn_01sp_a.png");
	}
	.calBtn li:nth-child(2) img {
		background-image: url("faq_btn_02sp.png");
	}
	.calBtn li:nth-child(2) img.ac {
		background-image: url("faq_btn_02sp_a.png");
	}
}

.slick-dots li.slick-active button:before {
	color: transparent;
}
.slick-dots {
	bottom: 0;
}
.slick-dots li {
	background-color: #AF8500;
	border-radius: 50%;
	opacity: .1;
	margin: 0 5px;
}
.slick-dots li.slick-active {
	opacity: 1;
}
.slick-arrow {
	background-color: transparent;
	opacity: 1 !important;
	width: 79px;
	height: 79px;
	z-index: 1;
}

@media (max-width: 820px) {
	.slick-arrow {
		width: 8vw;
		height: 8vw;
	}
	.slick-dots {
		bottom: -10vw;
	}
	.slick-dots li {
		width: 3vw;
		height: 3vw;
	}
}

.slick-prev::before,
.slick-next::before {
	display: none;
}
.slick-prev:focus,
.slick-prev:hover,
.slick-prev {
	background-image: url("faq_pv.png") !important;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	opacity: 1 !important;
	/*left: 13%;*/
    left: 14.5%;
}
.slick-next:focus,
.slick-next:hover,
.slick-next {
	background-image: url("faq_nx.png") !important;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	opacity: 1 !important;
	/*right: 13%;*/
    right: 14.5%;
}

@media (max-width: 820px) {
	.slick-prev:focus,
	.slick-prev:hover,
	.slick-prev {
		left: 5%;
	}
	.slick-next:focus,
	.slick-next:hover,
	.slick-next {
		right: 5%;
	}
}

.cal_sp_wp {
	width: 100%;
	position: relative;
}
.cal_l {
	position: absolute;
	left: 0;
	top: 0;
	width: 12%;
	height: 597px;
	/*background: linear-gradient(90deg, rgb(255,255,255,1) 0, rgb(255,255,255,.7) 65%, rgb(255,255,255,0));*/
	background-image: url("cal_l.png");
	background-position: left top;
	background-repeat: repeat-y;
	background-size: 100% auto;
	z-index: 2;
}
.cal_l.mg2 {
	left: -2px;
}
.cal_r {
	position: absolute;
	right: 0;
	top: 0;
	width: 12%;
	height: 597px;
	/*background: linear-gradient(-90deg, rgb(255,255,255,1) 0, rgb(255,255,255,.7) 65%, rgb(255,255,255,0));*/
	background-image: url("cal_r.png");
	background-position: right top;
	background-repeat: repeat-y;
	background-size: 100% auto;
	z-index: 2;
}
.cal_r.mg2 {
	right: -2px;
}

@media (max-width: 820px) {
	.cal_l,
	.cal_r {
		display: none;
	}	
}

.mv02-area.cal {
	background-image: url("../stc_images/mv02_bg2.jpg");
}
.mv02-area.cal .mv02-box {
	padding-bottom: 0;
}
.mv03-area.cal {
	background-image: url("../stc_images/mv03_bg2.jpg");
}

.mv09-area.cal,
.mv15-area.cal {
	background-image: url("../stc_images/mv09_bg2.jpg");
}
.mv15-area.cal {
	padding-bottom: 40px;
}
.mv09-area.cal .mv02-box,
.mv12-area.cal .mv02-box,
.mv15-area.cal .mv02-box {
	padding-bottom: 0;
}
.mv10-area.cal {
	background-image: url("../stc_images/mv10_bg2.jpg");
}
.mv13-area.cal {
	background-image: url("../stc_images/mv13_bg2.jpg");
}
.mv11-area.cal {
	background-image: url("../stc_images/mv11_bg.jpg"),url("../stc_images/mv11_bg2_2.jpg");
	background-position: top center, bottom center;
	background-repeat: no-repeat, no-repeat;
	background-size: 1920px auto, 1920px auto;
}
.mv12-area.cal {
	background-image: url("../stc_images/mv12_bg2.jpg");
}

@media (max-width: 820px) {
	.mv09-area.cal,
	.mv12-area.cal,
	.mv15-area.cal {
		background-image: url("../stc_images/mv09_bg2_sp.jpg");
	}
	.mv15-area.cal {
		padding-bottom: 40px;
	}
	.mv02-area.cal {
		background-image: url("../stc_images/mv02_bg2_sp.jpg");
		padding-bottom: 5.0vw;
	}
}





/* BOT設置用
----------------------------------- */
.loading {
    width: 100vw;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    text-align: center;
    padding-top: 30vh;
    pointer-events: none;
}

.wc-webchat-ctn {
	bottom: 0px;
    right: 10px;
    max-height: 680px !important;
    width: 500px;
    height: 100% !important;
}

@media (min-width: 821px) {
/*1.5*/    
@media  (-webkit-max-device-pixel-ratio: 1.5) {
    
  /*body {
    background:#0000FF;
  }*/
    header img {
    max-width: 736px !important;
    width: 100%;
}
    .slick-dots li {
        position: relative;
    display: inline-block;
        width: 13px;
    height: 13px;
    margin: 0px 3px;
    padding: 0;
    cursor: pointer;
    }
    .wp_in {
    max-width: 732px;
    margin: 0 auto;
    width: 100%;
}
    .mv01-area .wp_in {
    max-width: 732px;
}
    .btn {
max-width: 734px;
    width: 100%;
    animation: move_btn 2s ease-in infinite;
}
.btn input {
max-width: 732px;
width: 100%;
}
.faq_h img.pcOnly {
max-width: 732.5px;
width: 100%;
}
    
 .cal_wpp {
    position: relative;
    overflow: hidden;
    height: 446.5px;
    width: 835px;
    margin: 0 auto;
}
.cal_l {
    position: absolute;
    left: 0;
    top: 0;
    width: 12%;
    height: 402px;
    background-image: url(cal_l.png);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 100% auto;
    z-index: 2;
}
.cal_r {
    position: absolute;
    right: 0;
    top: 0;
    width: 12%;
    height: 402px;
    background-image: url(cal_r.png);
    background-position: right top;
    background-repeat: repeat-y;
    background-size: 100% auto;
    z-index: 2;
}
 .mv01-area {
    background-image: url(../stc_images/main_bg_2310.jpg?20231110);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1279px auto;
     margin-top: -0.5px;
}
.mv02-area {
    background-image: url(../stc_images/mv02_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
        background-size: 1299px auto;
    padding-bottom: 38px !important;
    padding-top: 0;
    
}
    .mv02-box {
    padding-bottom: 25px;
}
.mv03-area {
    background-image: url(../stc_images/mv03_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1278px auto;
}
.mv04-area {
    background-image: url(../stc_images/mv04_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1277px auto;
}
.mv05-area {
    background-image: url(../stc_images/mv05_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1278px auto;
}
.mv06-area {
    background-image: url(../stc_images/mv06_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1277px auto;
}
.mv08-area {
    background-image: url(../stc_images/mv08_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1277px auto;
}
.mv09-area {
    background-image: url(../stc_images/mv09_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    /*background-size: 1265px auto;
    padding-bottom: 32px;*/
    background-size: 1277px auto;
    padding-bottom: 38.5px;
    padding-top: 0;
}
.mv10-area {
    background-image: url(../stc_images/mv10_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1277px auto;
}
.mv11-area {
    background-size: 1277px auto, 1277px auto;
    }
.mv11-area.cal {
    background-image: url(../stc_images/mv11_bg.jpg),url(../stc_images/mv11_bg2_2.jpg);
    background-position: top center, bottom center;
    background-repeat: no-repeat, no-repeat;
    background-size: 1277px auto, 1277px auto;
}
.mv12-area {
    background-image: url(../stc_images/mv12_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
        background-size: 1293px auto;
    padding-bottom: 38px;
    padding-top: 18px;
}
.mv13-area {
    background-image: url(../stc_images/mv13_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1278px auto;
}
.mv15-area {
    background-image: url(../stc_images/mv15_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
        background-size: 1275px auto;
    min-height: 1382px;
    padding-top: 0;
}
.slick-slide img {
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
}
  .slick-dots {
    bottom: -10px;
}
 .slick-arrow {
    width: 53px;
    height: 53px;
}
    .calArea {
    margin-top: 40px;
        /*margin-top: 30px;*/
}
    .cal_wpp {
  max-width: 1060px;
    max-width: 706px;
  width: 100%;
}
.calList li img {
  width: 96.7%;
}
.calBtn {
	margin: 26px auto;
}
.calBtn li:nth-child(1) {
    padding-right: 5px;
}
    .mv15-area.cal {
    padding-bottom: 26px;
}
    .mv02-box .calArea {
        margin-top: 55px;
    }
       .copy {
    font-size: 10.7px;
}
        .slick-prev:focus,
.slick-prev:hover,
.slick-prev {
    left: 12.85%;
}
.slick-next:focus,
.slick-next:hover,
.slick-next {
    right: 12.85%;
}
    
.mv06-area .wp_in {
    max-width: 594px;
    margin: 0 auto;
    width: 100%;
}
.hanbai-area {
        max-width: 732px;
    width: 100%;
    margin: 0 auto;
    }
    
footer p:nth-child(3) {
    max-width: 732px;
    margin: 0 auto;
    }
.tel-area img {
    max-width: 732px;
    width: 100%;
}
}
/*1.5*/
/*1.25*/    
@media  (-webkit-max-device-pixel-ratio: 1.25) {
  /*body {
    background: #80f278;
  }*/
    .slick-dots li {
        position: relative;
    display: inline-block;
        width: 16px;
    height: 16px;
    margin: 0px 4px;
    padding: 0;
    cursor: pointer;
    }
.wp_in {
    max-width: 880px !important;
    margin: 0 auto;
    width: 100%;
}
    .mv01-area .wp_in {
    max-width: 880px;
}
.wrap img {
    max-width: 880px;
    width: 100%;
}
.tel-area img {
    max-width: 880px;
    width: 100%;
}
    header img {
    max-width: 880px !important;
    width: 100%;
}
.btn {
max-width: 880px;
    width: 100%;
    animation: move_btn 2s ease-in infinite;
}
.btn input {
max-width: 880px;
width: 100%;
}
.faq_h img.pcOnly {
max-width: 776.5px;
width: 100%;
}

.cal_wpp {
    position: relative;
    overflow: hidden;
    height: 535.5px;
    /*max-width: 835px !important;*/
    max-width: 848px !important;
    margin: 0 auto;
}
.cal_l {
    position: absolute;
    left: 0;
    top: 0;
    width: 12%;
    height: 476.75px;
    background-image: url(cal_l.png);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 100% auto;
    z-index: 2;
}
.cal_r {
    position: absolute;
    right: 0;
    top: 0;
    width: 12%;
    height: 476.75px;
    background-image: url(cal_r.png);
    background-position: right top;
    background-repeat: repeat-y;
    background-size: 100% auto;
    z-index: 2;
}
  .mv01-area {
    background-image: url(../stc_images/main_bg_2310.jpg?20231110);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1535px auto;
      margin-top: 0px;
}
.mv02-area {
    background-image: url(../stc_images/mv02_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1544px auto;
    padding-bottom: 46px !important;
    padding-top: 0;
}
.mv02-box {
    padding-bottom: 32px;
}
.mv03-area {
    background-image: url(../stc_images/mv03_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1535px auto;
}
.mv04-area {
    background-image: url(../stc_images/mv04_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1535px auto;
}
.mv05-area {
    background-image: url(../stc_images/mv05_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1536px auto;
}
.mv06-area {
    background-image: url(../stc_images/mv06_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1535px auto;
}
.mv08-area {
    background-image: url(../stc_images/mv08_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1535px auto;
}
.mv09-area {
    background-image: url(../stc_images/mv09_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    /*background-size: 1579px auto;*/
    background-size: 1537px auto;
    padding-bottom: 47px;
    padding-top: 0;
}
.mv10-area {
    background-image: url(../stc_images/mv10_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1536px auto;
}
.mv11-area {
    background-size: 1535px auto, 1536px auto;
}
    .mv11-area.cal {
    background-image: url(../stc_images/mv11_bg.jpg),url(../stc_images/mv11_bg2_2.jpg);
    background-position: top center, bottom center;
    background-repeat: no-repeat, no-repeat;
    background-size: 1535px auto, 1535px auto;
}
.mv12-area {
    background-image: url(../stc_images/mv12_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
        background-size: 1559px auto;
    /* padding-bottom: 58px; */
    padding-bottom: 47px;
    /* padding-bottom: 32px; */
    padding-top: 24px;
}
.mv13-area {
    background-image: url(../stc_images/mv13_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1536px auto;
}
.mv15-area {
    background-image: url(../stc_images/mv15_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1532px auto;
    min-height: 1657px;
    padding-top: 0;
}
/*.slick-slide img {
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
}*/
  .slick-dots {
    bottom: -6px;
}
    .slick-arrow {
    width: 62px;
    height: 62px;
}
    .calArea {
    margin-top: 60px;
}
    .calList li img {
  width: 96.4%;
}
    .calBtn li:nth-child(1) {
    padding-right: 10px;
}
    .mv15-area.cal {
    padding-bottom: 32px !important;
}
    .calBtn {
	margin: 30px auto 32px;
}
    .mv02-box .calArea {
    margin-top: 65px;
}
    .copy {
    font-size: 12.8px;
}
    .slick-track {
    width: 100%;
}
    .mv06-area img {
    max-width: 714px !important;
}
    .slick-prev:focus,
.slick-prev:hover,
.slick-prev {
    left: 13%;
}
.slick-next:focus,
.slick-next:hover,
.slick-next {
    right: 13%;
}
    .hanbai-area {
        max-width: 912px;
    width: 100%;
    margin: 0 auto;
    }
    footer p:nth-child(3) {
                max-width: 880px;
    margin: 0 auto;
    }
}
/*1.25*/
/*1.1*/  
@media  (-webkit-max-device-pixel-ratio: 1.1) {
    /*body {
    background: #FCFE02;
  }*/
  .wrap img {
    max-width: 1000px;
    width: 100%;
}
.tel-area img {
    max-width: 1000px;
    width: 100%;
}
    header img {
    max-width: 1000px !important;
    width: 100%;
}
    .slick-dots li {
        position: relative;
    display: inline-block;
        width: 18px;
    height: 18px;
    margin: 0px 5px;
    padding: 0;
    cursor: pointer;
    }
    .wp_in {
    max-width: 1000px !important;
    margin: 0 auto;
    width: 100%;
}
 .mv01-area .wp_in {
    max-width: 1000px;
}
 .btn {
max-width: 1000px;
    width: 100%;
    animation: move_btn 2s ease-in infinite;
}
.btn input {
max-width: 1000px;
width: 100%;
}
.faq_h img.pcOnly {
max-width: 1000.5px;
width: 100%;
}

.cal_wpp {
    position: relative;
    overflow: hidden;
    height: 610.5px;
    max-height: 63vw;
    max-width: 1000px !important;
    margin: 0 auto;
}
.cal_l {
    position: absolute;
    left: 0;
    top: 0;
    width: 12%;
    /*height: 562.75px;*/
    max-height: 543.75px;
    height: 55vw;
    background-image: url(cal_l.png);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 100% auto;
    z-index: 2;
}
.cal_r {
    position: absolute;
    right: 0;
    top: 0;
    width: 12%;
    /*height: 562.75px;*/
    max-height: 543.75px;
    height: 55vw;
    background-image: url(cal_r.png);
    background-position: right top;
    background-repeat: repeat-y;
    background-size: 100% auto;
    z-index: 2;
}
  .mv01-area {
    background-image: url(../stc_images/main_bg_2310.jpg?20231110);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1745px auto;
      margin-top: 0px;
}
.mv02-area {
    background-image: url(../stc_images/mv02_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
        background-size: 1744px auto;
    padding-bottom: 48px !important;
    padding-top: 0px;
}
.mv02-box {
    padding-bottom: 40px !important;
}
.mv03-area {
    background-image: url(../stc_images/mv03_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1745px auto;
}
.mv04-area {
    background-image: url(../stc_images/mv04_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1745px auto;
}
.mv05-area {
    background-image: url(../stc_images/mv05_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1745px auto;
}
.mv06-area {
    background-image: url(../stc_images/mv06_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1745px auto;
}
.mv08-area {
    background-image: url(../stc_images/mv08_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1745px auto;
}
.mv09-area {
    background-image: url(../stc_images/mv09_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
        background-size: 1748px auto;
    /* padding-bottom: 57px; */
    padding-bottom: 51px;
    padding-top: 0;
}
.mv10-area {
    background-image: url(../stc_images/mv10_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1745px auto;
}
.mv11-area {
    /*background-size: 1745px auto, 1745px auto;*/
        background-size: 1750px auto;
}
    .mv11-area.cal {
    background-image: url(../stc_images/mv11_bg.jpg),url(../stc_images/mv11_bg2_2.jpg);
    background-position: top center, bottom center;
    background-repeat: no-repeat, no-repeat;
    background-size: 1745px auto, 1745px auto;
}
.mv12-area {
    background-image: url(../stc_images/mv12_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
        background-size: 1777px auto;
    padding-bottom: 52.5px;
    /* padding-bottom: 38px; */
    padding-top: 30px;
}
.mv13-area {
    background-image: url(../stc_images/mv13_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1745px auto;
}
.mv15-area {
    background-image: url(../stc_images/mv15_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1750px auto;
    min-height: 1889px;
    padding-top: 0;
}
/*.slick-slide img {
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
}*/
/*    .calList li img {
  width: 93.1%;
}*/
 .mv02-box .calArea {
    margin-top: 75px;
}
    .calArea {
    margin-top: 70px;
}
    .calBtn li:nth-child(1) {
    padding-right: 9px;
  }
    .slick-dots {
    bottom: -3px;
}
    .mv15-area.cal {
    padding-bottom: 38px !important;
}
    .calBtn {
    margin: 36px auto;
}
.copy {
    font-size: 14.6px;
}
    .slick-track {
    width: 96.2%;
}
    .mv06-area img {
    max-width: 810px !important;
}
/*.calList li img {
    width: 93%;
}*/
 .slick-arrow {
    width: 72px;
    height: 72px;
}
    .slick-prev:focus,
.slick-prev:hover,
.slick-prev {
    left: 14.5%;
}
.slick-next:focus,
.slick-next:hover,
.slick-next {
    right: 14.5%;
}
    .hanbai-area {
        max-width: 1032px;
    width: 100%;
    margin: 0 auto;
    }
    footer p:nth-child(3) {
                max-width: 1000px;
    margin: 0 auto;
    }
    .calList li img {
    width: 96.5%;
}
    }
/*1.1*/
/*1.0*/
@media  (-webkit-max-device-pixel-ratio: 1) {
 body {
    background: none;
  }
 .mv01-area .wp_in {
    max-width: 1100px;
}
    header img {
    max-width: 1100px !important;
    width: 100%;
}
 .mv01-area {
    background-image: url(../stc_images/main_bg_2310.jpg?20231110);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1920px auto;
     margin-top: 0px;
    }
.mv02-area {
    background-image: url(../stc_images/mv02_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
        background-size: 1920px auto;
    padding-bottom: 58px !important;
    padding-top: 0;
}
.mv02-box {
    padding-bottom: 40px;
}
.mv03-area {
    background-image: url(../stc_images/mv03_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1920px auto;
}
.mv04-area {
    background-image: url(../stc_images/mv04_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1920px auto;
}
.mv05-area {
    background-image: url(../stc_images/mv05_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1920px auto;
}
.mv06-area {
    background-image: url(../stc_images/mv06_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1920px auto;
}
.mv08-area {
    background-image: url(../stc_images/mv08_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1920px auto;
}
.mv09-area {
    background-image: url(../stc_images/mv09_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
        background-size: 1919px auto;
    padding-bottom: 57px;
    padding-top: 0;
}
.mv10-area {
    background-image: url(../stc_images/mv10_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1920px auto;
}
.mv11-area {
    background-size: 1920px auto, 1920px auto;
}
    .mv11-area.cal {
    background-image: url(../stc_images/mv11_bg.jpg),url(../stc_images/mv11_bg2_2.jpg);
    background-position: top center, bottom center;
    background-repeat: no-repeat, no-repeat;
    background-size: 1920px auto, 1920px auto;
}
.mv12-area {
    background-image: url(../stc_images/mv12_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1948px auto;
    padding-bottom: 58px;
    padding-top: 30px;
}
.mv13-area {
    background-image: url(../stc_images/mv13_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1920px auto;
}
.mv15-area {
    background-image: url(../stc_images/mv15_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
         background-size: 1919px auto;
    min-height: 2076px;
    padding-top: 0;
}
.wp_in {
    max-width: 1100px !important;
    margin: 0 auto;
    width: 100%;
}
.wrap img {
    max-width: 1100px;
    width: 100%;
}
.tel-area img {
    max-width: 1100px;
    width: 100%;
}
.btn {
max-width: 1100px;
    width: 100%;
    animation: move_btn 2s ease-in infinite;
}
.btn input {
max-width: 1100px;
width: 100%;
}
.faq_h img.pcOnly {
max-width: 970px;
width: 100%;
}

.cal_wpp {
    position: relative;
    overflow: hidden;
    /*height: 670px;*/
    height: 670px;
    max-height: 62vw;
    width: 1060px;
    margin: 0 auto;
}
.cal_l {
    position: absolute;
    left: 0;
    top: 0;
    width: 12%;
    /*height: 596.75px;*/
    max-height: 596.75px;
    height: 56vw;
    background-image: url(cal_l.png);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 100% auto;
    z-index: 2;
}
.cal_r {
    position: absolute;
    right: 0;
    top: 0;
    width: 12%;
    /*height: 596.75px;*/
    max-height: 596.75px;
    height: 56vw;
    background-image: url(cal_r.png);
    background-position: right top;
    background-repeat: repeat-y;
    background-size: 100% auto;
    z-index: 2;
}
.slick-slide img {
    max-width: 676px;
	width: 100%;
    margin: 0 auto;
}
.slick-arrow {
    width: 79px;
    height: 79px;
}
.cal_wpp {
  max-width: 1060px !important;
  width: 100%;
}
.calList li img {
  width: 97%;
}
    .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px 5px;
    padding: 0;
    cursor: pointer;
}
    .calBtn {
    margin: 40px auto;
}
    .calBtn li:nth-child(1) {
    padding-right: 14px !important;
}
    .mv02-box .calArea {
    margin-top: 80px;
}
    .calArea {
    margin-top: 80px;
}
    .slick-dots {
    bottom: 0px;
}
    .calBtn {
    max-width: 968px !important;
    width: 88%;
}
    .mv06-area img {
    max-width: 892px !important;
}
        .slick-track {
        width: 100% !important;
    }
    .copy {
    font-size: 16px;
}
    .hanbai-area {
        max-width: 1132px;
    width: 100%;
    margin: 0 auto;
    }
    footer p:nth-child(3) {
                max-width: 1100px;
    margin: 0 auto;
    }
    .slick-prev:focus,
.slick-prev:hover,
.slick-prev {
    left: 13%;
}
.slick-next:focus,
.slick-next:hover,
.slick-next {
    right: 13%;
}
}
}
/*1.0*/

/*カルーセル周り・用*/
@media (min-width: 821px) {
  .faq_h {
    width: 88%;
    margin: 0 auto;
  }
  .calBtn {
    max-width: 946px;
    width: 88%;
  }
  /*.calBtn li:nth-child(1) {
    padding-right: 10px;
  }*/
  .calBtn li:nth-child(2) {
    padding-left: 10px;
  }
  .calBtn li:nth-child(1) img {
    background-size: contain;
    background-repeat: no-repeat;
  }
  .calBtn li:nth-child(2) img {
    background-size: contain;
    background-repeat: no-repeat;
  }
    
}