@charset "UTF-8";
@media screen and (max-width: 828px) and (min-width: 1100px){
	.within__inner{
		min-width: 100%;
	}
	.onestop__inner{
		min-width: 100%;
	}
}
@media screen and (max-width: 828px){
	html{
	}
	body{
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
	h3{
		font-size: 2.4rem;
		line-height: 3.6rem;
	}
	.pcbr{
		display: none !important;
	}
	.spbr{
		display: inline-block;
	}
	.sp-mode{
		display:block;
	}
	.pc-mode{
		display: none;
	}
	.contents,
	.contents--small{
		width: 94%;
		max-width: 90%;
	}
	.h3--bold{
		display: inline;
	}

	/* ==================== HEADER ==================== */
	header{
	}
	.header__wrap{
		min-width: 100%;
	}
	.header__logo{
		width: 100%;
		text-align: center;
		position: inherit;
		top: 0;
		left: 0;
		transform: inherit;
		padding: 18px 0;
	}
	.header__tel{
		display: none;
	}
	.spmenu__btn {
		display: block;
		position: fixed;
		top: 1.5rem;
		right: 3%;
		z-index: 3000;
	}
	.spmenu__btn__link,
	.spmenu__btn__link span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.spmenu__btn__link {
		position: relative;
		width: 30px;
		height: 2.2rem;
	}
	.spmenu__btn__link span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #000;
		border-radius: 2px;
	}
	.spmenu__btn__link span:nth-of-type(1) {
		top: 0;
	}
	.spmenu__btn__link span:nth-of-type(2) {
		top: 1rem;
		left: 0;
	}
	.spmenu__btn__link span:nth-of-type(3) {
		bottom: 0;
		left: 0;
	}
	.spmenu__btn__link.active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.spmenu__btn__link.active span:nth-of-type(2) {
		opacity: 0;
	}
	.spmenu__btn__link.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
		bottom: 0;
	}
	.header__nav{
		display: none;
		position: fixed;
/* 		top: 0; */
		bottom: 0;
		left: 0;
		width: 100%;
		background: #fff;
		height: 100%;
		z-index: 1000;
		padding: 20vh 5% 0;
		background: url(../img/header_nav_bg.png) repeat;
	}
	.header__nav__item{
		margin: 0;
		width: 100%;
		padding: 20px 5%;
		font-size: 1.8rem;
	}
	.header__btnWrap{
		display: none;
	}

	/* ==================== CONTENTS ==================== */
	.mv__slideMain{
	background-image: url(../img/mv_sp.jpg);
	}

	.slide__select__list{
		position: relative;
		width: 100%;
		padding: 75vw 3% 10px;
	}
	.slide__select__list .slick-list{
		overflow: hidden;
	}
	.slide__img__list{
	}
	.slide__select__item{
		height: auto;
		margin: 0;
		padding: 20px;
		text-align: center;
	}
	.slide__img__item__inner{
		margin: 0 0 -5vw;
		padding: 0 3%;
		bottom: 50%;
		right: 0;
		width: 100%;
		max-width: 100%;
		text-align: center;
		font-size: 8vw;
		line-height: 11vw;
	}
	.slide__img__item{
		background-position: center center;
	}
	.slide__main__tit{
		top: 15%;
    transform: inherit;
		right: 0;
		width: 100%;
		text-align: center;
	}
	.slide__main__tit__header{
    font-size: 1.4rem;
	}
	.slide__main__tit__heading{
    font-size: 3rem;
    line-height: 4rem;
	}
	.slide__main__tit__heading--small{
		font-size: 2.6rem;
		line-height: 3.2rem;
	}
	.slide__img__txt{
	}
	.slick-prev,
	.slick-next {
		top: auto;
	}
	.slick-prev{
		left: 2%;
		bottom: 55px;
	}
	.slick-next{
		right: 2%;
		bottom: 40px;
	}
	.slide__select__item.slick-current::after {
		display: none;
	}

	.worry__wrap{
		overflow: hidden;
	}
	.worry__top{
		padding: 30px 0;
	}
	.worry__tit{
		font-size: 2.8rem;
	}
	.worry__tit::before {
		left: -30%;
	}
	.worry__tit::after {
		right: -30%;
		bottom: 0;
		top: auto;
	}
	.worry__bottom__item{
		padding: 0 0 0 9%;
		width: 100%;
		font-size: 1.8rem;
		line-height: 2.8rem;
	}
	.worry__bottom__item::before {
		background-size: cover;
		width: 29px;
		height: 27px;
		top: 50%;
		margin: -14px 0 0;
	}

	.service__wrap{
		padding: 35px 0 15px;
	}
	.service__list{
		justify-content: center;
	}
	.service__item{
		margin: 0 1% 20px;
		width: 100px;
		height: 100px;
	}
	.service__icon{
		top: -20px;
		width: 50px;
		margin: 0 0 0 -25px;
	}
	.service__txt{
		bottom: 0;
	}

	.pro__subtit{
		font-size: 2.2rem;
		line-height: 3rem;
		padding: 0 0 20px;
		margin: 0 0 10px;
	}
	.pro__tit{
		font-size: 3.6rem;
		line-height: 4.8rem;
	}
	.pro__tit--yellow{
		font-size: 7rem;
	}
	.pro__txt{
		text-align: left;
		font-size: 1.8rem;
	}
	.pro__item{
		width: 100%;
		height: auto;
		margin: 0 0 30px;
		padding: 20px;
		font-size: 1.8rem;
	}
	.pro__inner__tit{
		line-height: 3rem;
	}
	.pro__inner{
		padding: 30px 5% 10px;
	}
	.pro__item--red{
	}

	.event__01__wrap{
		padding: 40px 0 30px;
	}
	.event__01__txt__wrap{
		padding: 240px 3% 10px 3%;
		background-position: top center;
	}
	.event__01__txt{
		font-size: 1.6rem;
		line-height: 2.8rem;
		width: 100%;
		padding: 20px 5%;
	}

	.event__02__wrap{
		padding: 40px 0 10px;
		overflow: hidden;
	}
	.event__02__tit__wrap{
		margin: 0 0 30px;
	}
	.event__02__tit{
		margin: 0;
	}
	.event__02__tit::before,
	.event__02__tit::after {
		top: 0;
	}
	.event__02__item{
		width: 100%;
		height: auto;
		margin: 0 0 10px;
	}
	.event__02__item:nth-child(4n+4){
		margin: 0 0 10px;
	}
	.event__02__img{
		width: 100%;
	}
	.event__02__item__tit{
		margin: 0 0 10px;
		padding: 20px 5% 0;
	}
	.event__02__item__txt{
		padding: 0 5% 20px;
	}

	.event__03__wrap{
		padding: 40px 0 10px;
		overflow: hidden;
	}
	.event__03__item{
		width: 100%;
		height: auto;
		margin: 0;
		padding: 20px;
		box-shadow: none;
	}
	.event__03__item__tit{
		padding: 20px 5% 0;
	}
	.event__03__item__txt{
		padding: 0 5% 20px;
	}
	.event__03__img{
		width: 100%;
	}
	.event__03__list .slick-prev{
		left: 0;
	}
	.event__03__list .slick-next{
		right: 0;
	}
	.event__03__list .slick-prev,
	.event__03__list .slick-next{
		width: 30px;
		height: 30px;
		background-size: cover;
		bottom: 50%;
	}


	.within__wrap{
	}
  .within__wrap__overlay {
    padding-top: 0;
  }
	.within__inner{
		width: 94%;
		min-width: auto;
		margin: 100px auto 0;
		display: block;
		padding: 50px 3% 0;
	}
	.within__inner::after {
		top: -6rem;
		right: -6%;
		font-size: 10rem;
		line-height: 10rem;
	}
	.within__tit{
		width: 100%;
		background-size: cover;
		padding: 30px 0 60px;
	}
	.within__tit--abvance{
		margin: 0 auto;
	}
	.within__bg__img{
		top: 50px;
	}
	.within__item{
		width: 100%;
		margin: 0 0 40px;
		padding: 50px 3% 30px;
	}
	.within__subtit{
		line-height: 3rem;
	}

	.satisfaction__wrap{
		padding: 40px 0 10px;
	}
	.satisfaction__tit{
		margin: 0 0 30px;
	}
	.satisfaction__item{
		width: 100%;
		margin: 0 0 15px;
		text-align: left;
	}
	.satisfaction__img{
		margin: 0 0 0 5%;
		padding: 0;
		width: 120px;
		height: 120px;
	}
	.satisfaction__img::before{
		top: 0;
		left: -20%;
		margin: -30px 0 0;
		font-size: 5rem;
	}
	.satisfaction__img__icon{
		width: 55px;
	}
	.satisfaction__txt{
		position: absolute;
		width: 50vw;
		top: 2.6rem;
		left: 110%;
	}

	.innerevent__wrap{
	}
	.innerevent__tit{
		margin: 0 0 10px;
	}
	.innerevent__txt{
		margin: 0 0 20px;
	}

	.onestop__bg__img{
		top: -30px;
	}
	.onestop__inner{
		width: 94%;
		min-width: auto;
		margin: 0 auto;
		display: block;
		padding: 50px 3% 0;
	}
	.onestop__inner::after {
	    top: -6rem;
	    left: 0;
	    font-size: 10rem;
	    line-height: 10rem;
	}
	.onestop__tit{
		width: 100%;
		background-size: cover;
		padding: 30px 0 60px;
	}
	.onestop__inner__top{
		padding: 0;
	}
	.onestop__tit{
		margin: 0 0 10px;
	}
	.onestop__tit--bold{
		display: inline;
	}
	.onestop__txt{
		margin: 0 0 20px;
	}
	.onestop__subtit{
		line-height: 3rem;
	}
	.onestop__flow{
		width: 100%;
	}
	.onestop__flow__tit{
		width: 100%;
    padding: 25px 0 15px;
    margin: 0 0 15px;
	}
	.onestop__flow__cont{
		width: 100%;
		margin: 0 0 30px;
	}
	.flow__item:not(:last-child) .flow__img::after {
	    content: '';
	    position: absolute;
	    top: 100%;
	    right: 41%;
	    width: 0;
	    height: 0;
	    border-left: 20px solid transparent;
	    border-right: 20px solid transparent;
	    border-top: 20px solid #8a8a8a;
	}
	.onestop__inner__middle{
		padding: 40px 0 0;
		width: 100%;
	}
	.onestop__inner__bottom{
		padding: 40px 3% 30px;
	}

	.advance__wrap{
	}
	.advance__wrap__overlay{
		padding: 0 0 40px;
	}
	.advance__inner{
		padding: 0 0 30px;
	}
	.advance__tit{
		margin: 0 0 10px;
	}
	.advance__tit::after {
	    top: -9rem;
	    right: 0;
	    font-size: 10rem;
	    line-height: 10rem;
	}
	.advance__tit{
		width: 100%;
		background-size: cover;
		padding: 30px 0 60px;
	}
	.advance__txt{
		margin: 0 0 20px;
	}
	.advance__item:nth-child(4n+4){
		margin: 0 0 20px;
	}
	.advance__item{
		width: 100%;
		height: auto;
		margin: 0 0 10px;
	}
	.advance__img{
		width: 100%;
	}
	.advance__item__tit{
		padding: 20px 5% 0;
	}
	.advance__item__txt{
		padding: 0 5% 20px;
	}
	.advance__andmore{
		bottom: 0;
		right: 0;
		width: 100%;
	}
	.advance__info-box{
		width: 100%;
	}
	.check__tit{
		line-height: 3rem;
	}
	.check__inner{
		padding: 40px 3% 10px;
	}
	.check__item{
		width: 100%;
	}
	.check__item:nth-child(3n+2){
		margin: 0 0 4px;
	}

	.flow__wrap{
		padding: 40px 0;
	}
	.flow__tit{
		margin: 0 0 30px;
	}
	.flow__item{
		width: 100%;
		margin: 0 0 20px;
	}
	.flow__img{
		margin: 0 auto 10px;
	}

	.faq__wrap{
		padding: 40px 0;
	}
	.faq__tit{
		margin: 0 0 10px;
	}
	.faq__item__que,
	.faq__item__ans{
		padding: 20px 10%;
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.faq__item__que::before{
		left: 2%;
		font-size: 2.4rem;
	}
	.faq__item__que::after{
		right: 3%;
		width: 10px;
		height: 10px;
		margin: -5px 0 0;
	}

	.company__wrap{
		padding: 40px 0;
	}
	.company__tit{
		margin: 0 0 40px;
	}
	.company__item__name{
		width: 25%;
	}
	.company__item__cont{
		width: 75%;
	}
	.company__item__cont.company__item__cont--full{
		width: 100%;
	}
	.company__item__address__wrap{
		width: 100%;
		margin: 0 0 20px;
	}

	.site__tit{
		margin: 0 0 30px;
	}
	.site__item{
		width: 100%;
		margin: 0 0 30px;
	}



	/* ==================== CV ==================== */
	.cv__wrap{
		padding: 30px 0;
	}
	.cv__inner{
		padding: 30px 0 20px;
	}
	.cv__inner::after{
		width: 29%;
		right: 0;
	}
	.cv__txt{
	    font-size: 2.2rem;
	    line-height: 3rem;
	    margin: 0 0 20px;
	}
	.cv__txt::before,
	.cv__txt::after{
		top: 0;
	}
	.cv__txt::before{
		left: -10%;
	}
	.cv__txt::after{
		right: -10%;
	}
	.cv__btn{
		width: 90%;
		margin: 0 20px 10px;
	}
	.cv__btn__link{
		font-size: 2rem;
		padding: 15px 0;
	}


	/* ==================== CONTACT ==================== */
	.form__send{
		max-width: 100%;
	}

	/* ==================== FOOTER ==================== */
	.footer__tel__tit{
		font-size: 2.4rem;
	}
	.footer__tel__top{
		top: -2.6rem;
	}
	.footer__tel__txt{
		font-size: 1.8rem;
		line-height: 2.6rem;
		width: 80%;
		padding: 0;
	}
	.footer__tel__list{
		padding: 70px 0 20px;
	}
	.footer__tel__item{
		margin: 0 0 20px;
		min-width: 51%;
	}
	.footer__tel__item:nth-child(2){
		margin: 0 0 20px;
	}
	footer{
		padding: 2rem 0;
		font-size: 1.2rem;
	}
	small{
		width: 98%;
	}
	.ft__link{
		position: relative;
		display: flex;
    justify-content: center;
	}


	/* ==================== page-top ==================== */

	.page-top{
		bottom: 5%;
	}
	.page-top img {
			width: 80%;
	}
	.formConf__submit{
		display: block;
	}
	.form__btn {
    text-align: center;
    width: 74%;
    padding: 0;
    box-sizing: border-box;
    margin: 5px auto!important;
	}
}
