@charset "UTF-8";
html{
	font-size: 62.5%;
}
body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 1.5rem;
	line-height: 2.5rem;
	color: #000;
	letter-spacing: 0.05rem;
	font-feature-settings: "palt" 1;
}
img{
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
p{
	margin: 0;
}
a,
a > *{
	color: #000;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a:focus,
*:focus {
	outline:none;
}
a:hover{
	text-decoration: none;
	color: inherit;
}
ol, ul, dl, dt, dd{
	margin: 0;
	list-style: none;
	padding: 0;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	counter-reset: number 0;
}
h3{
	font-size: 3.5rem;
	line-height: 5rem;
	font-weight: normal;
}
.sp-mode{
	display: none;
}
.h3--bold{
	font-weight: bold;
	display: block;
	color: #212327;
	position: inherit;
	z-index: 50;
}

.pcbr{
	display: inline-block;
}
.spbr{
	display: none;
}

.contents{
	width: 94%;
	max-width: 1360px;
	margin: 0 auto;
}
.contents--small{
	width: 94%;
	max-width: 980px;
	margin: 0 auto;
}
.contents--middle{
	width: 94%;
	max-width: 1000px;
	margin: 0 auto;
}
.contents--big{
	width: 94%;
	max-width: 1100px;
	margin: 0 auto;
}

.glay{
	background: #ebecf0;
}
.glay--dark{
	background: #4d4e54;
}

.bnr__inner {
  width: 94%;
  max-width: 1360px;
  margin: 0 auto;
}
.bnr__inner a:hover {
  opacity: .7;
}
.bnr__inner img {
  margin: 0 auto;
}

/* ==================== HEADER ==================== */
header{
	border-bottom: #ddd solid 1px;
}
.header__wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}
.header__logo{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 2%;
	width: 30%;
}
.header__logo__text{
  font-weight: 100;
	display: block;
  font-size: 1.1rem;
}
.header__logo__link{
	display: block;
}
.header__tel{
  width: 40%;
  max-width: 460px;
}
.spmenu__btn{
	display: none;
}
.header__nav{
	display: flex;
	flex-wrap: wrap;
}
.header__nav__item:not(:last-child){
	margin: 0 30px 0 0;
}
.header__nav__link{
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.header__nav__link::after{
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #000;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
.header__nav__link:hover::after{
	transform: scale(1, 1);
}
.header__social{
	display: flex;
	flex-wrap: wrap;
}
.header__social__item{
	width: 20px;
}
.header__social__item:not(:last-child){
	margin: 0 20px 0 0;
}
.header__social__link:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.header__btnWrap{
	width: 20%;
	padding: 10px 0;
	margin: 0 0 0 2%;
}
.header__btn{
	display: block;
}
.header__btn:first-of-type{
	margin: 0 0 4px;
}
.header__btn__link,
.cv__btn__link{
	padding: 10px 0;
	color: #fff;
	display: block;
	border-radius: 30px;
	text-align: center;
}
.header__btn__link--red,
.cv__btn__link--red{
	background: #de3508;
	border: #de3508 solid 1px;
}
.header__btn__link--black,
.cv__btn__link--black{
	background: #212327;
	border: #212327 solid 1px;
}
.header__btn__link--red:hover,
.cv__btn__link--red:hover{
	color: #de3508;
	background: #fff;
	font-weight: bold;
}
.header__btn__link--black:hover,
.cv__btn__link--black:hover{
	background: #212327;
	background: #fff;
	font-weight: bold;
}
.spmenu__wrap{
	display: none;
}
/* ==================== CONTENTS ==================== */
.mv{
	position: relative;
}
.slick-list{
	height: 100%!important;
	padding: 0!important;
}
.slick-track{
	height: 100%!important;
}
.slide__select__list{
	position: inherit;
	z-index: 100;
	width: 340px;
	padding: 10px;
}
.slide__select__inner a{
	color: #fff;
}
.slide__select__list .slick-list{
	overflow: visible;
}
.slide__select__item{
	background: url(../img/slide_select_item_bg.png) no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 1.9rem;
	line-height: 2.6rem;
	margin: 0 0 10px;
	padding: 40px 10px;
	width: 100%;
	height: 150px;
	/*cursor: pointer;*/
	position: relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	overflow: visible;
	text-align: center;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.slide__select__item:first-child{
}
.slide__select__item:last-child{
	border: none;
	margin: 0;
}
.slide__select__item:hover,
.slide__select__item.slick-current{
}
.slide__select__item.slick-current::after{
	content: '';
	position: absolute;
	bottom: 10px;
	right: 10px;
	margin: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}
.slide__select__item--bold{
	font-weight: bold;
	color: #fff;
}
.slide__img__list{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
	width: 100%;
	height: 100%;
	color: #fff;
}
.slide__img__item{
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	width: 100%;
	height: 100%;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mv__slide01{
	background-image: url(../img/slide_img01.jpg);
}
.mv__slide02{
	background-image: url(../img/slide_img02.jpg);
}
.mv__slide03{
	background-image: url(../img/slide_img03.jpg);
}
.mv__slide04{
	background-image: url(../img/slide_img04.jpg);
}
.slide__img__item__inner{
	margin: 0;
	font-size: 4.9vw;
	line-height: 6vw;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 100px;
	right: 100px;
	z-index: 1000;
	max-width: 70%;
}
.slide__img__txt{
	width: 100%;
	display: block;
}

.slide__main{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
	width: 100%;
	height: 100%;
	color: #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.slide__main__item{
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	width: 100%;
	height: 100%;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}
.mv__slideMain{
	background-image: url(../img/mv.jpg);
}
.slide__main__tit{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 100px;
	z-index: 1000;
}
.slide__main__tit__header{
	font-size: 2rem;
	color: #fff;
	font-weight: 700;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.slide__main__tit__heading{
	font-size: 7rem;
  line-height: 1.2;
	color: #fff;
	font-weight: 700;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.slide__main__tit__heading--small{
	font-size: 5rem;
}




.worry__top{
	background: #de3508;
	padding: 50px;
	text-align: center;
	position: relative;
}
.worry__top::after{
	content: '';
	position: absolute;
	bottom: -22px;
	left: 50%;
	margin: 0 0 0 -40px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 40px 0 40px;
	border-color: #de3508 transparent transparent transparent;
}
.worry__tit{
	color: #fff;
	font-size: 3.2rem;
	font-weight: bold;
	position: relative;
	display: inline-block;
}
.worry__tit::before{
	content: '';
	position: absolute;
	top: -10px;
	left: -60px;
	width: 41px;
	height: 57px;
	background: url(../img/worry_tit_img01.png) repeat;
	background-size: auto;
}
.worry__tit::after{
	content: '';
	position: absolute;
	top: 0;
	right: -60px;
	width: 29px;
	height: 47px;
	background: url(../img/worry_tit_img02.png) repeat;
	background-size: auto;
}
.worry_bottom{
	padding: 50px 0 20px;
}
.worry__bottom__list{
	display: flex;
	flex-wrap: wrap;
}
.worry__bottom__item{
	width: 50%;
	font-size: 2rem;
	line-height: 3.2rem;
	margin: 0 0 30px;
	padding: 0 5% 0 6%;
	position: relative;
}
.worry__bottom__item::before{
	content: '';
	background: url('../img/icon_check01.png') no-repeat;
	background-size: auto;
	position: absolute;
	top: 10px;
	left: 0;
	width: 49px;
	height: 44px;
}
.worry__bottom__item--red{
	color: #df4319;
}


.service__wrap{
	padding: 35px 0;
}
.service__list{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.service__item{
	border-radius: 50%;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(7, 0, 2, 0.15);
	width: 170px;
	height: 170px;
	text-align: center;
	position: relative;
}
.service__icon{
	position: absolute;
	top: 22px;
	left: 50%;
	margin: 0 0 0 -33px;
	width: 66px;
}
.service__txt{
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 0;
}
.service__txt--big{
	font-size: 2rem;
	font-weight: bold;
	display: block;
}

.partner__wrap{
	padding: 40px 0;
}
.partner__inner{
	padding: 50px 0 60px;
	background: #fff;
	text-align: center;
}
.partner__tit{
	font-size: 3rem;
	font-weight: bold;
	color: #212327;
	margin: 0 0 40px;
}

.event__01__wrap{
	padding: 60px 0 90px;
}
.event__01__inner{
	text-align: center;
}
.event__01__tit{
	margin: 0 0 30px;
}
.event__01__txt__wrap{
	background-color: #ebecf0;
	background-image: url(../img/event_01_img.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
	padding: 40px 0 40px 40px;
}
.event__01__txt{
	background: #fff;
	font-size: 2rem;
	line-height: 4rem;
	padding: 40px 40px 60px;
	box-shadow: 0px 0px 10px 0px rgba(7, 0, 2, 0.1);
	width: 700px;
	text-align: left;
}
.event__01__txt--bold{
	font-weight: bold;
}

.pro__wrap{
	padding: 60px 0;
	background: url(../img/pro_bg.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
}
.pro__subtit{
	background: url(../img/pro_subtit_bg.png) no-repeat;
	background-size: contain;
	background-position: center center;
	padding: 44px 0 58px;
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
}
.pro__subtit__inner{
	-webkit-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
	transform: skewY(-3deg);
}
.pro__tit{
	color: #fff;
	font-size: 5rem;
	font-weight: bold;
	margin: 0 0 20px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.pro__tit--yellow{
	font-size: 10rem;
	color: #ffcc00;
	display: inline;
	margin: 0 5px 0 5px;
}
.pro__tit--min{
	font-size: 5rem;
}
.pro__txt{
	font-size: 2rem;
	line-height: 3rem;
	color: #fff;
	margin: 0 0 30px;
}
.pro__txt--bold{
	font-weight: bold;
}
.pro__inner{
	border: #fff solid 3px;
	padding: 35px 35px 10px;
}
.pro__inner__tit{
	font-size: 2.4rem;
	color: #fff;
	font-weight: bold;
	margin: 0 0 30px;
}
.pro__list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.pro__item{
	width: 46%;
	margin: 0 1.5% 30px;
	height: 130px;
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
}
.pro__item::after{
	content: '';
	position: absolute;
	bottom: -15px;
	right: 50%;
	margin: 0 0 0 -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: #fff transparent transparent transparent;
}
.pro__item{
	font-size: 2rem;
	line-height: 2.5rem;
}
.pro__item--red{
	color: #de3508;
	font-weight: bold;
}

.event__02__wrap{
	padding: 60px 0 20px;
	background: #fef9f7;
}
.event__02__inner{
	text-align: center;
}
.event__02__tit__wrap{
	margin: 0 0 40px;
}
.event__02__tit{
	color: #4d4e54;
	display: inline-block;
	position: relative;
}
.event__02__tit::before,
.event__02__tit::after{
	content: '';
	position: absolute;
	top: 25px;
	width: 38px;
	height: 70px;
	background: url(../img/contact_shape.png) no-repeat;
	background-size: contain;
}
.event__02__tit--bold{
	color: #de3508;
}
.event__02__tit::before{
	left: -65px;
}
.event__02__tit::after{
	right: -65px;
	transform: scale(-1, 1);
}

.event__02__list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.event__02__item{
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(7, 0, 2, 0.15);
	width: 23.5%;
	height: 400px;
	text-align: left;
	position: inherit;
	z-index: 2;
	margin: 0 2% 30px 0;
}
.event__02__item:nth-child(4n + 4){
	margin: 0 0 30px 0;
}
.event__02__item__tit{
	font-size: 2rem;
	font-weight: bold;
	color: #212327;
	margin: 0 0 15px;
	padding: 30px 20px 0;
}
.event__02__item__txt{
	color: #4f5053;
	padding: 0 20px 20px;
}
.event__03__wrap{
	padding: 60px 0;
}
.event__03__inner{
	text-align: center;
}
.event__03__tit{
	margin: 0 0 30px;
}
.event__03__tit .h3--bold{
	position: relative;
	display: inline-block;
}
.event__03__tit .h3--bold::before,
.event__03__tit .h3--bold::after{
	content: '';
	position: absolute;
	top: -5px;
	width: 38px;
	height: 70px;
	background: url(../img/contact_shape.png) no-repeat;
	background-size: contain;
}
.event__03__tit .h3--bold::before{
	left: -65px;
}
.event__03__tit .h3--bold::after{
	right: -65px;
	transform: scale(-1, 1);
}
.event__03__tit{
}
.event__03__list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.event__03__item{
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(7, 0, 2, 0.15);
	height: 450px;
	text-align: left;
	position: inherit;
	z-index: 2;
	margin: 0 10px;
}
.event__03__item:nth-child(3n + 3){
}
.event__03__item__tit{
	font-size: 2rem;
	font-weight: bold;
	color: #212327;
	margin: 0 0 15px;
	padding: 30px 20px 0;
}
.event__03__item__txt{
	color: #4f5053;
	padding: 0 20px 20px;
}
.event__03__list .slick-prev,
.event__03__list .slick-next{
	background: url(../img/icon_arrow01.png) no-repeat;
	border: none;
	width: 40px;
	height: 40px;
}
.event__03__list .slick-prev{
	transform: scale(1, -1);
	left: -45px;
	margin: 0;
}
.event__03__list .slick-next{
	transform: scale(-1, 1);
	right: -45px;
}

.within__wrap{
	/*background: none;*/
	text-align: right;
}
.within__wrap__overlay{
	background: url(../img/overlay_bg01.png) repeat;
	background-size: auto;
	padding: 100px 0 60px;
	position: relative;
	overflow: hidden;
}
.within__bg__img{
	background: url(../img/within_bg_img.jpg) no-repeat;
	background-size: contain;
	padding: 68vw 0 0;
	position: absolute;
	top: 80px;
	left: -34%;
	width: 82%;
}
.within__inner{
	text-align: center;
	width: 70%;
	min-width: 1100px;
	display: block;
	background: #fff;
	position: relative;
	z-index: 100;
	margin: auto;
	left: 0;
	right: 0;
	padding: 50px 30px 50px;
}
.within__inner::after{
	position: absolute;
	top: -8rem;
	right: 3%;
	margin: 0;
	content: '01';
	font-size: 14rem;
	line-height: 14rem;
	font-weight: bold;
	color: #de3508;
	z-index: 1;
}
.within__inner--abvance::after {
    position: absolute;
		top: -8rem;
    right: 3%;
    content: '03';
    font-size: 14rem;
    line-height: 14rem;
    font-weight: bold;
    color: #de3508;
    z-index: 1;
}

/*
.within__tit{
	margin: 0 0 20px;
	color: #4f5053;
}
*/
.within__tit{
	background: url(../img/pro_subtit_bg.png) no-repeat;
	background-size: contain;
	background-position: center center;
	padding: 30px 0 40px;
	color: #fff;
	font-size: 3rem;
	line-height: 4rem;
	width: 94%;
	margin: 0 auto;
}
.within__tit--abvance{
	margin: 0 auto;
}
.within__tit__inner{
	-webkit-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
	transform: skewY(-3deg);
}
.within__tit--bold{
	font-weight: bold;
	position: inherit;
	z-index: 50;
}
.within__txt {
	font-size: 2.2rem;
	line-height: 3.4rem;
	color: #4f5053;
	margin: 0 0 40px;
}
.within__list{
	display: flex;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: auto;
}
.within__item{
	width: 49%;
	margin: 0 2% 40px 0;
	padding: 50px 0 40px;
	background: #ebecf0;
	border-radius: 10px;
	position: relative;
}
.within__item:nth-child(even){
	margin: 0 0 40px;
}
.within__item::before{
	counter-increment: number 1;
	content: counter(number, decimal);
	position: absolute;
	top: -33px;
	left: 50%;
	margin: 0 0 0 -33px;
	background: #ebecf0;
	width: 66px;
	height: 66px;
	color: #de3508;
	font-size: 4rem;
	font-weight: bold;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.within__subtit{
	font-size: 2.4rem;
	color: #212327;
	margin: 0 0 10px;
	font-weight: bold;
}
.within__subtit--note {
	font-size: 1.6rem;
	margin-bottom: 20px;
}
.satisfaction__wrap{
	padding: 50px 0;
}
.satisfaction__inner{
	text-align: center;
}
.satisfaction__tit{
	margin: 0 0 60px;
	color: #4d4e54;
}
.satisfaction__list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: normal;
}
.satisfaction__item{
	width: 300px;
}
.satisfaction__img{
	background: #fff;
	border-radius: 50%;
	width: 300px;
	height: 300px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 0 20px;
	padding: 80px 0 40px;
	position: relative;
	box-shadow: 0px 0px 10px 0px rgba(7, 0, 2, 0.15);
}
.satisfaction__img::before{
	counter-increment: number 1;
	content: counter(number, decimal-leading-zero);
	position: absolute;
	top: -20px;
	left: 50%;
	margin: 0 0 0 -50px;
	width: 100px;
	height: 80px;
	color: #de3508;
	font-size: 9rem;
	font-weight: bold;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.satisfaction__img__icon{
	width: 65px;
}
.satisfaction__txt{
	color: #4f5053;
	width: 100%;
}
.satisfaction__txt--bold{
	font-weight: bold;
}

.innerevent__wrap{
	background: url(../img/innerevent_bg.jpg) repeat;
	padding: 60px 0;
}
.innerevent__inner{
	text-align: center;
}
.innerevent__tit{
	margin: 0 0 30px;
	color: #4f5053;
	position: relative;
}
.innerevent__tit::after{
	position: absolute;
	top: -2rem;
	left: 50%;
	margin: 0 0 0 -430px;
	content: '01';
	font-size: 14rem;
	line-height: 14rem;
	font-weight: bold;
	color: #de3508;
	z-index: 1;
}
.innerevent__txt{
	font-size: 1.6rem;
	color: #4f5053;
	margin: 0 0 40px;
}

.onestop__wrap{
	background: #f6c8bc;
	text-align: left;
}
.onestop__wrap__overlay{
	background: url(../img/overlay_bg01.png) repeat;
	background-size: auto;
	padding: 100px 0 60px;
	overflow: hidden;
	position: relative;
}
.onestop__bg__img{
	background: url(../img/onestop_bg_img.jpg) no-repeat;
	background-size: contain;
	padding: 68vw 0 0;
	position: absolute;
	top: 270px;
	right: 0;
	width: 58%;
}
.onestop__inner{
	text-align: center;
	width: 70%;
	min-width: 1100px;
	display: block;
	position: relative;
	z-index: 100;
	background: #fff;
	margin: auto;
	left: 0;
	right: 0;
	padding: 50px 30px 50px;
}
.onestop__inner::after{
	position: absolute;
	top: -8rem;
	left: 3%;
	content: '02';
	font-size: 14rem;
	line-height: 14rem;
	font-weight: bold;
	color: #de3508;
	z-index: 1;
}
.onestop__inner__top{
	padding: 30px 0 20px;
	color: #212327;
}
.onestop__tit{
	background: url(../img/pro_subtit_bg.png) no-repeat;
	background-size: contain;
	background-position: center center;
	padding: 30px 0 40px;
	color: #fff;
	font-size: 3rem;
	line-height: 4rem;
	position: relative;
	width: 94%;
	margin: -50px auto 0;
}
.onestop__tit__inner{
	-webkit-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
	transform: skewY(-3deg);
}
.onestop__tit--bold{
	font-weight: bold;
	display: block;
	position: inherit;
	z-index: 50;
}
.onestop__txt{
	font-size: 2.2rem;
	line-height: 3.4rem;
}
.onestop__txt--bold{
	font-size: 2.2rem;
	line-height: 3.4rem;
	font-weight: bold;
}
.onestop__inner__middle{
	padding: 50px 0 40px;
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.onestop__subtit{
	font-size: 2.2rem;
	line-height: 3.4rem;
	color: #212327;
	font-weight: bold;
	margin: 0 0 30px;
	position: relative;
	display: inline-block;
}
.onestop__subtit.add__slash::before,
.onestop__subtit.add__slash::after {
	content: '';
	position: absolute;
	top: 0;
	width: 38px;
	height: 70px;
	background: url(../img/contact_shape.png) no-repeat;
	background-size: auto auto;
	background-size: contain;
}
.onestop__subtit.add__slash::before {
	left: -65px;
}
.onestop__subtit.add__slash::after {
	right: -65px;
	transform: scale(-1, 1);
}
.onestop__flow{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 67%;
}
.onestop-box-img--pc{
	width: 30%;
}
.onestop__flow__tit{
	font-size: 1.8rem;
	color: #212327;
	font-weight: bold;
	padding: 20px;
	width: 25%;
	margin: 0 2% 38px 0;
	text-align: center;
	position: relative;
	background: #ebecf0;
	z-index: 1;
}

.onestop__flow__number{
	position: absolute;
	top: -23px;
	left: 0;
	right: 0;
	z-index: -1;
	margin: auto;
	background: #ebecf0;
	width: 50px;
	height: 50px;
	color: #de3508;
	font-size: 2rem;
	font-weight: bold;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.onestop__flow__tit::after{
	border-color: #ebecf0 transparent transparent transparent;
	content: '';
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin: 0 0 0 -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 5px 0 5px;
}
.onestop__flow__tit--05::after{
	border: none;
}
.onestop__flow__cont{
	width: 70%;
	margin: 0 0 34px;
	text-align: left;
	color: #212327;
	font-size: 1.6rem;
}
.onestop__inner__bottom{
	padding: 50px 0 40px;
}
.onestop-box-img img{
	width: 100%;
}
.onestop-box-img {
	position: absolute;
	bottom: 3%;
	right: 5%;
	width: 24%;
	z-index: 101;
	display: none;
}
.advance__wrap{
	/*background:none;*/
}
.advance__wrap__overlay{
	background: url(../img/overlay_bg01.png) repeat;
	background-size: auto;
	padding: 100px 0 0px;
	overflow: hidden;
}
.advance__inner{
	text-align: center;
	position: relative;
}
.advance__tit{
	background: url(../img/pro_subtit_bg.png) no-repeat;
	background-size: 80%;
	background-position: center center;
	padding: 30px 0 40px;
	color: #fff;
	font-size: 3rem;
	line-height: 4rem;
	width: 94%;
	margin: 0 auto;
}

.advance__tit--bold{
	font-weight: bold;
	position: inherit;
	z-index: 50;
}
.advance__tit__inner{
	-webkit-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
	transform: skewY(-3deg);
}
.advance__txt{
	color: #4f5053;
	margin: 0 0 30px;
	font-size: 2.2rem;
	line-height: 3.4rem;
}
.advance__txt--bold{
	color: #4f5053;
	margin: 0 0 30px;
	font-size: 2.2rem;
	line-height: 3.4rem;
	font-weight: bold;
}
.advance__list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.advance__item{
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(7, 0, 2, 0.15);
	width: 32%;
	height: 400px;
	text-align: left;
	position: inherit;
	z-index: 2;
	margin: 0 0 30px 0;
}
.advance__item img {
	width: 100%;
}
.advance__item:nth-child(4n + 4){
	margin: 0 0 30px 0;
}
.advance__item__tit{
	font-size: 2rem;
	font-weight: bold;
	color: #212327;
	margin: 0 0 15px;
	padding: 30px 20px 0;
}
.advance__item__txt{
	color: #4f5053;
	padding: 0 20px 20px;
}
.advance__andmore{
	font-size: 2rem;
	color: #36373a;
	font-weight: bold;
	position: absolute;
	bottom: 200px;
	right: 0;
	width: 23.5%;
}
.advance__info-box {
	width: 1000px;
	margin: 0 auto;
}
.check__wrap{
	background: #fff;
}
.check__wrap__overlay{
	background: url(../img/overlay_bg01.png) repeat;
	background-size: auto;
	padding: 50px 0 60px;
	overflow: hidden;
}
.check__inner{
	background: #fff;
	padding: 40px 0;
	box-shadow: 0px 0px 10px 0px rgba(7, 0, 2, 0.15);
	text-align: center;
}
.check__tit{
	font-size: 2.4rem;
	color: #4d4e54;
	margin: 0 0 30px;
	position: relative;
	display: inline-block;
}
.check__tit::before {
	left: -65px;
}
.check__tit::after {
	right: -65px;
	transform: scale(-1, 1);
}

.check__list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.check__item{
	width: 30%;
	background: #ebecf0;
	margin: 0 0 4px;
	padding: 13px 20px 13px 55px;
	text-align: left;
	position: relative;
	font-size: 2rem;
	color: #4f5053;
}
.check__item:nth-child(3n + 2){
	margin: 0 1% 4px;
}
.check__item::before{
	content: '';
	width: 24px;
	height: 24px;
	background: #fff;
	border: #d7d7d7 solid 3px;
	position: absolute;
	top: 14px;
	left: 20px;
}

.flow__wrap{
	padding: 50px 0;
	background: #fef9f7;
}
.flow__inner{
	text-align: center;
}
.flow__tit{
	margin: 0 0 30px;
}
.flow__list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: normal;
}
.flow__item{
	width: 220px;
	text-align: left;
	margin: 0 30px 0 0;
}
.flow__item:last-child{
	margin: 0;
}
.flow__img{
	background: #fff;
	border-radius: 50%;
	width: 220px;
	height: 220px;
	margin: 0 0 20px;
	padding: 60px 0 0 0;
	position: relative;
	text-align: center;
}
.flow__img::before{
	counter-increment: number 1;
	content: 'STEP'counter(number, decimal);
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	margin: 0 auto;
	color: #8a8a8a;
	font-size: 2rem;
	text-align: center;
}
.flow__item:not(:last-child) .flow__img::after{
	content: '';
	position: absolute;
	top: 50%;
	right: -12px;
	margin: -12px 0 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 0 14px 24px;
	border-color: transparent transparent transparent #8a8a8a;
}
.flow__icon{
	width: 80px;
}
.flow__subtit{
	font-size: 1.8rem;
	line-height: 2.3rem;
	font-weight: bold;
	color: #212327;
	margin: 5px 0 0;
}

.faq__wrap{
	padding: 60px 0;
}
.faq__inner{
	text-align: center;
}
.faq__tit{
	margin: 0 0 30px;
	color: #212327;
	font-weight: bold;
}
.faq__item__que,
.faq__item__ans{
	font-size: 1.8rem;
	line-height: 2.6rem;
	font-weight: normal;
	color: #212327;
	position: relative;
	padding: 30px 70px;
	text-align: left;
}
.faq__item__que{
	border-bottom: #c8c8c8 solid 1px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.faq__item__que::before{
	content: 'Q';
	font-size: 2.8rem;
	color: #de3508;
	position: absolute;
	top: 50%;
	left: 30px;
	margin: -1.4rem 0 0;
}
.faq__item__que::after{
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 30px;
	margin: -10px 0 0;
	content: "";
	vertical-align: middle;

	width: 15px;
	height: 15px;
	border-top: 2px solid #212327;
	border-right: 2px solid #212327;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);

	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}
.faq__item__que:hover,
.faq__item__que.faq__item__que--active{
	background: #212327;
	color: #fff;
	border-bottom: #212327 solid 1px;
}
.faq__item__que:hover::after{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.faq__item__que.faq__item__que--active::after{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: -3px 0 0;
}
.faq__item__ans{
	display: none;
	background: #fff;
	border-bottom: #c8c8c8 solid 1px;
}

.company__wrap{
	padding: 60px 0;
}
.company__inner{
	text-align: center;
}
.company__tit{
	margin: 0 0 50px;
	font-weight: bold;
}
.company__list{
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}
.company__item__name{
	width: 15%;
	font-weight: bold;
	color: #212327;
	margin: 0 0 30px;
}
.company__item__cont{
	width: 35%;
	color: #4f5053;
	margin: 0 0 30px;
	display: flex;
	flex-wrap: wrap;
}
.company__item__cont.company__item__cont--full{
	width: 80%;
}
.company__item__address__wrap{
	width: 50%;
	margin: 0 0 30px;
}
.company__item__address{
	padding: 0 20px;
}

.site__wrap{
	padding: 50px 0;
	text-align: center;
}
.site__tit{
	font-weight: bold;
	margin: 0 0 50px;
	color: #212327;
}
.site__list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.site__item{
	width: 46%;
	margin: 0 2% 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.site__name{
	height: 32px;
	width: auto;
	margin: 0 0 20px;
}
.site__txt{
	margin: 0 0 20px;
	padding: 0 20px;
}
.site__item__link{
	display: block;
	margin: auto auto 0;
}
.site__item__img:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/* ==================== CV ==================== */
.cv__wrap{
	padding: 40px 0;
}
.cv__inner{
	border: #de3508 solid 6px;
	padding: 50px 0;
	text-align: center;
	position: relative;
}
.cv__inner::after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 3%;
	width: 365px;
	height: 350px;
	background: url(../img/contact_model.png) no-repeat;
	background-size: contain;
	z-index: 0;
}
.cv__txt{
	font-weight: bold;
	position: relative;
	display: inline-block;
	margin: 0 0 30px;
	z-index: 1;
}
.cv__txt__header{
	display: block;
	font-size: 1.8rem;
	line-height: 1;
	margin: 0 0 5px;
}
.cv__txt::before,
.cv__txt::after{
	content: '';
	position: absolute;
	top: 15px;
	width: 38px;
	height: 70px;
	background: url(../img/contact_shape.png) no-repeat;
	background-size: contain;
}
.cv__txt::before{
	left: -65px;
}
.cv__txt::after{
	right: -65px;
	transform: scale(-1, 1);
}
.cv__txt--red{
	color: #de3508;
	display: block;
}
.cv__btn__wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: inherit;
	z-index: 1;
}
.cv__btn{
	width: 360px;
	margin: 0 20px;
}
.cv__btn__link{
	font-size: 2.4rem;
	font-weight: bold;
	padding: 25px 0;
	border-radius: 40px;
}

/* ==================== REQUEST, CONTACT ==================== */
.form__wrap{
	padding: 80px 0;
	color: #fff;
}
.form__inner{
	text-align: center;
}
.form__tit{
	margin: 0 0 60px;
	color: #212327;
	font-weight: bold;
}

.form {
	width: 80%;
	margin: 40px auto;
	text-align: left;
}
.form__item{
	position: relative;
	margin: 0 0 50px;
}
.form input[type='text'],
.form input[type='email'],
textarea {
	font: 1.6rem/2.4rem sans-serif;
	box-sizing: border-box;
	width: 100%;
	letter-spacing: 1px;
	padding-lform__inputt: 4em;
}
.form input[type='text']:focus {
	outline: none;
}
.form__input {
	width: 100%;
	padding: 20px 1%;
	border: 0;
	border-bottom: 1px solid #ddd;
	background-color: transparent;
}
.form__input ~ .focus_line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	transition: 0.4s;
	background-color: #da3c41;
}
.form__input:focus ~ .focus_line,
.form.form__input ~ .focus_line {
	width: 100%;
	transition: 0.4s;
}
.form__input ~ .form__label {
	position: absolute;
	z-index: -1;
	top: -2rem;
	left: 0;
	transition: 0.3s;
	font-size: 1.8rem;
	letter-spacing: 0.5px;
	color: #aaa;
}
.form__input:focus ~ .form__label, .form.form__input ~ .form__label {
	font-size: 1.6rem;
	top: -1.6rem;
	left: 0;
	transition: 0.3s;
	color: #da3c41;
}
.label__required::after{
	content: '*';
	position: absolute;
	top: -6px;
	left: -15px;
	font-size: 1.6rem;
	color: #de3508;
}
textarea{
	width: 100%;
	border: 1px solid #ddd;
	padding: 10px;
}
.form__btn{
	text-align: center;
}
.form__send{
	background: #000;
	border: #000 solid 1px;
	outline: none;
	appearance: none;
	color: #fff;
	padding: 10px 100px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.form__send:hover{
	background: #fff;
	color: #000;
	font-weight: bold;
}
.formConf{
	color: #000;
}
.formConf__list{
	margin: 40px 0;
}
.formConf__list > dl{
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}
.formConf__list > dl > dt{
	margin-left: auto;
	width: 20%;
}
.formConf__list > dl > dd{
	width: 60%;
}
.formConf__submit{
	display: flex;
	justify-content: center;
}
.formConf__submit > .form__btn + .form__btn{
	margin: 0 0 0 40px;
}
.formThanks{
	padding: 80px 0;
	text-align: center;
}
.formThanks__box >h2{
	margin: 0 0 2rem;
}
.formThanks__box > .link{
	margin: 2rem 0 0;
}

/* ==================== FOOTER ==================== */
.footer__tel{
	padding: 50px 0;
	text-align: center;
}
.footer__tel__tit{
	font-size: 3.5rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.footer__tel__logo{
	margin: 0 0 40px;
}
.footer__tel__inner{
	border: #212327 solid 2px;
	position: relative;
}
.footer__tel__top{
	position: absolute;
	top: -1.5rem;
	width: 100%;
}
.footer__tel__txt{
	padding: 0 50px;
	font-size: 2.2rem;
	display: inline-block;
/* 	background: #fff; */
}
.footer__tel__list{
	padding: 40px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.footer__tel__item:nth-child(2){
	margin: 0 30px;
}
.footer__tel__area{
	width: 100%;
	background: #212327;
	color: #fff;
	padding: 5px 0;
	font-size: 2.2rem;
	margin: 0 0 10px;
}
.footer__tel__number{
	font-size: 3.2rem;
	font-weight: bold;
	color: #212327;
}

footer{
	background: #212327;
	padding: 30px 0;
	text-align: center;
}
small{
	font-size: 1.3rem;
	color: #fff;
	width: 980px;
  display: inline-block;
  position: relative;
}
.ft__link{
	position: absolute;
  right: 0;
  color: #fff;
}
.ft__link a{
  color: #fff;
}


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

.page-top{
	position: fixed;
	bottom: 9%;
	right: 5%;
	z-index: 101;
	opacity: 0.9;
}

/*コロナお知らせcss*/
.important-info a {
	border-top: solid 1px #DEDFDF;
	padding: 15px 20px 15px 4%;
	width: 100%;
	display: block;
	text-decoration: underline;
}
.important-info a::before {
	content: "▶";
	text-decoration: none;
	font-size: 68%;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}
.important-info a:hover{
	opacity: 0.6;
}