<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	font-family: 'Noto Sans JP','繝｡繧､繝ｪ繧ｪ','Hiragino Kaku Gothic Pro',"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",sans-serif;
}

h1,h2,h3,h4{
	font-family: 'Noto Sans JP','繝｡繧､繝ｪ繧ｪ','Hiragino Kaku Gothic Pro',"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",sans-serif;
}

p{
	color: #535151;
}

a{
	text-decoration: none!important;
}

a.org-child-a{
	color: #fff!important;
}

.meirio{
	font-family: '繝｡繧､繝ｪ繧ｪ','Hiragino Kaku Gothic Pro',"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",sans-serif!important;
}

.noto{
	font-family: 'Noto Sans JP','繝｡繧､繝ｪ繧ｪ','Hiragino Kaku Gothic Pro',"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",sans-serif;
}

.noto-s{
	font-family: 'Noto Serif JP', '貂ｸ譏取悃菴�', 'Yu Mincho', 'YuMincho', '繝偵Λ繧ｮ繝取�譛� Pro', 'Hiragino Mincho Pro', 'MS P譏取悃', 'MS PMincho', serif;
}

.o-mps1{
	font-family: 'M PLUS 1p','繝｡繧､繝ｪ繧ｪ','Hiragino Kaku Gothic Pro',"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",sans-serif;
}

.shippori{
	font-family: 'Shippori Mincho', '貂ｸ譏取悃菴�', 'Yu Mincho', 'YuMincho', '繝偵Λ繧ｮ繝取�譛� Pro', 'Hiragino Mincho Pro', 'MS P譏取悃', 'MS PMincho', serif;
}

.o-black{
	color: #000!important;
}

span{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.bk-add {
    background: rgba(255,255,255,1);
}

section{
	overflow: hidden;
}

.fuwa_anime{
	animation: fuwafuwa 2s infinite ease-in-out;
}

@keyframes fuwafuwa{
 0%{
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -15px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.o-relative{
	position: relative;
	z-index: 1;
}

.o-100{
	z-index: 100;
}

section.o-visible{
	overflow: visible;
}

.o-anime-b{
	overflow: hidden;
}

.o-relative{
	position: relative;
}

/*common input******************************************************************************/
input::placeholder,
textarea::placeholder{
	font-family				: '繝｡繧､繝ｪ繧ｪ','Hiragino Kaku Gothic Pro',"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",sans-serif;
	font-size: 14px;
	color: #b4b5b5!important;
	opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
	font-family				: '繝｡繧､繝ｪ繧ｪ','Hiragino Kaku Gothic Pro',"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",sans-serif!important;
	color: #b4b5b5!important;
}

/* IE */
input:-ms-input-placeholder,
textarea::-ms-input-placeholder{
	font-family				: '繝｡繧､繝ｪ繧ｪ','Hiragino Kaku Gothic Pro',"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",sans-serif!important;
	font-size: 14px;
	color: #b4b5b5!important;
	opacity: 1;
}

/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder{
	font-family				: '繝｡繧､繝ｪ繧ｪ','Hiragino Kaku Gothic Pro',"�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",sans-serif!important;
	font-size: 14px;
	color: #b4b5b5!important;
	opacity: 1;
}

.zinput label::before {
	box-shadow: inset 0 0 0 0px #036eb8, 0 0 0 0 #000;
}

.zinput.zcheckbox input[type="checkbox"]:checked + label::before {
    box-shadow: inset 0 0 0 20px #036eb8, 0 0 0 0 #036eb8;
}

/*common flex******************************************************************************/
.o-flex{
	display: flex;
}

.o-flex-not-sp{
	display: block;
}

.o-between{
	justify-content: space-between;
}

.o-center{
	justify-content: center;
}

.o-item-center{
	align-items: center;
}

.o-item-top{
	align-items: flex-start;
}




/*common padding margin******************************************************************************/
.o-box-sizing{
	box-sizing: border-box;
}





/*common h,p color hover*********************************************************************/

.selected{
	color: #cea467!important;
}

.o-common-txt{
	font-size: 14px;
	line-height: 24px;
	text-align: justify; 
	text-justify: inter-ideograph;
	color: #595757;
}

.o-red{
	color: #e50011;
}



/*br*****************************************************************************/
.org-sy-br,
.org-ty-br,
.org-pc-br,
.org-tt-br,
.org-no-center-br{
	display: none;
}

/*display***********************************************************************/
.org-not-sp-dis,
.org-dis-sy,
.org-dis-tt,
.org-dis-ty,
.org-dis-pc,
.org-none-st-dis,
.org-h-logo-ty-pc,
.org-dis-not-st,
.org-pc-ty-dis{
	display: none;
}

.org-anime-b{
	overflow: hidden;
}

/*one block*********************************************************************/
.o-one-block{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	white-space: nowrap;
	display: inline-block;
}

/*background color*******************************************************************/


/*header******************************************************************************/
header{
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	padding: 0 10px;
	height: 70px;
	/*background: #fff;*/
	background: rgba(255,255,255,0.5);
}

.o-not-top{
	display: block;
}

.o-top{
	display: none;
}

div.wrapper{
	position: relative;
	z-index: 10;
}

/*side*/
.org-side-link{
	font-size: 16px;
	line-height: 20px;
	color: #535151!important;
	font-weight: 500;
	text-decoration: none!important;
}

/*a.org-side-link:hover,
.org-side-link2:hover{
	color: #000;
}*/

.org-side-link2{
	font-size: 14px;
	line-height: 22px;
}

.org-side-link2-txt{
	font-size: 14px;
	line-height: 22px;
	color: #535151!important;
	font-weight: 500;
	text-decoration: none!important;
}

.org-side-inh{
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}


/*common********************************************************************************/



.o-common-txt{
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 0;
}

.o-light{
	font-weight: 300;
}


.o-rec-only-dis{
	display: none!important;
}

.o-title-h1-ja{
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	font-weight: 500;
	margin-bottom: 0;
}



/*header***********************************************************************/
header{
	padding: 0 10px;
	box-sizing: border-box;
	height: 70px;
}

.o-h-btn-b{
	margin: 0;
}

.o-h-inq-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	font-size: 15px;
	line-height: 16px;
	text-align: left;
	color: #fff;
	background: #00a0e8;
	box-sizing: border-box;
	border-radius: 50%;
	margin-right: 10px;
}

.o-h-est-btn{
	display: none;
}

.head-right{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.normal-sub li a{
	text-align:left!important;
}

.o-pc-hw1{
	width: 73px;
	position: relative;
}

.o-pc-hw2{
	width: 83px;
	position: relative;
}

.o-pc-hw3{
	width: 95px;
	position: relative;
}

.o-top-h1{
	font-size: 16px;
	line-height: 17px;
	text-align: left;
	color: #595757;
	margin: 0;
}

.o-top-h1 img{
	width: 60px;
	height: auto;
}

.o-top-h1 span{
	padding-left: 10px;
	vertical-align: -2px;
	font-weight: 700;
}

/*common********************************************************************************/
.o-container{
	width: 90%;
	max-width: 90%;
	margin: 0 auto;
}

.o-main-img-b{
	width: 100%;
	height: 415px;
	background: #dcdddc;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 70px;
}

.o-title-h1{
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	font-weight: 500;
	color: #000;
	margin: 0 auto;
}

.o-title-2{
	font-size: 28px;
	line-height: 38px;
	color: #717071;
	text-align: center;
	font-weight: 400;
	margin-bottom: 35px;
}


.o-com-iq-txt-en{
	display: block;
	font-size: 35px;
	line-height: 36px;
	font-weight: 600;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
}

.o-com-iq-txt{
	display: block;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	color: #595757;
	font-weight: 300;
}

.o-com-iq-h2{
	font-size: 14px;
	line-height: 15px;
	font-weight: 400;
	color: #000;
	text-align: center;
	margin-bottom: 30px;
}

.o-com-iq-btn{
	position: relative;
	overflow: hidden;
	display: flex;
	border: 1px solid #555;
	text-align: center;
	outline: none;
	transition: ease .2s;
	max-width: 255px;
	background: #595757;
	margin: 35px auto 0 auto;
	justify-content: center;
	align-items: center;
	height: 47px;
}

.o-com-tel-btn{
	display: block;
    padding: 10px 0;
    text-align: center;
    outline: none;
	max-width: 285px;
	margin: 25px auto 0 auto;
}

.o-com-icon{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
}

.o-com-tel-nm{
	font-size: 33px;
	line-height: 34px;
	text-align: left;
	display: block;
	font-weight: 600;
	color: #000;
}

.o-com-tel-ti{
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	color: #595757;
}

.o-com-mail-icon{
	font-size: 22px;
	margin-right: 10px;
}

.o-com-tel-icon{
	font-size: 30px;
	transform:rotate(90deg);
	margin-left: -20px;
	margin-right: 23px;
}

.o-tel-icon{
	width: 32px;
	margin-top: 5px;
	margin-right: 10px;
}

.o-com-mail-txt{
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	padding-top: 1px;
}

.o-com-mail-sb{
	box-sizing: border-box;
	padding-top: 3px;
	color: #fff;
}

.o-com-iq-btn:hover span{
  color:#fff;
}

.o-bgskew::before{
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  background:#333;
  width:120%;
  height: 100%;
  transform: skewX(-25deg);
}

.o-bgskew:hover::before{
  animation: skewanime .5s forwards;
}

.o-com-inq-sec{
	border-top: solid 1px #888889;
	margin-top: 10%;
}

.o-ocher-bk{
	background: #c89f62;
}

.o-gray-bk{
	background: #f7f7f7;
}

.o-relativ{
	position: relative;
}


/*footer*****************************************************************************/
footer{
	width: 100%;
	background: #eeefef;
}

.o-foot-bk{
	width: 100%;
	padding-top: 0;
}

.o-foot-container{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

.o-foot-container .o-flex{
	flex-wrap: wrap;
}

.o-foot-l{
	width: 100%;
	padding-left: 0;
	padding-top: 45px;
}

.o-foot-r{
	width: 100%;
	padding-top: 20px;
}

.o-foot-lb{
	margin: 0;
}

.o-foot-ul{
	list-style: none;
	padding: 0;
	width: 100%;
	margin: 0;
}

.o-foot-link i{
	margin-right: 10px;
}

.o-foot-link{
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	margin: 10px 0 0 0;
	color: #000;
	text-decoration: none!important;
	text-align: left;
}

.o-foot-link:hover{
	color: #f39700;
}

.o-address-b{
	border-bottom: solid 1px #888889;
	box-sizing: border-box;
	padding-bottom: 10px;
	margin-top: 60px;
}

.o-foot-logo{
	width: 35%;
	height: auto;
}

.o-address-db2{
	width: 100%;
	margin-top: 15px;
}

.o-address-txt,
.o-foot-tel{
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	margin: 0;
	color: #595757;
}

.o-foot-tel{
	margin-top: 5px;
}

.o-foot-tel-link{
	padding-right: 12px;
	color: #fff;
}

.o-foot-inq-btn{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 5px;
	background: #fff;
	height: 47px;
	box-sizing: border-box;
	padding: 18px 0 0 0;
	font-size: 13px;
	line-height: 14px;
	text-align: center;
	color: #888889!important;
	margin-top: 20px;
	text-decoration: none!important;
	z-index: 10;
	transition: .3s;
}

.o-foot-inq-btn:hover{
	background: #dedddc;
}

.o-arrow:before, .o-arrow:after{
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 5%;
    margin: auto;
    content: "";
    vertical-align: middle;
	z-index: 20;
}

.o-arrow:before{
    right: 15px;
    width: 15px;
    height: 1px;
    background: #888889;
}

.o-arrow:after{
    right: 14px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #888889;
    border-right: 1px solid #888889;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.o-copy-b{
	padding-top: 10px;
	padding-bottom: 10px;
}

.o-copy-txt{
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	margin: 0;
	color: #595757;
}

.accordion{
  margin-top: 10px;
}

.accordion__container{
  width: 100%;
  margin: 0 auto;
}

.accordion__title {
  border-top: 1px solid #dcdddc;
  color: #000;
  font-size: 13px;
  line-height: 20px;
  padding: 15px 0 15px 35px;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.accordion__title::before,
.accordion__title::after{
  content: '';
  display: block;
  background-color: #000;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 1px;
  left: 8px;
}

.accordion__title::after {
  transform: rotate(90deg);
  transition-duration: 0.3s;
}

/*.accordion__title:hover,
.accordion__title:active,
.accordion__title.is-active {
   background-color: #cea467;
}*/

.accordion__title.is-active::before {
  opacity: 0;
}

.accordion__title.is-active::after {
  transform: rotate(0);
}

.accordion__content{
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 1.5em;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.3s;
}

.accordion__content.is-open{
  padding: 0.625em 1.5em;
  line-height: normal;
  height: auto;
  opacity: 1;
}

.o-sp-f{
	position: relative;
	box-sizing: border-box;
	padding-left: 35px;
}

.o-sp-f::before {
	content: '';
	background-color: #000;
	position: absolute;
	width: 10px;
	height: 1px;
	top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.o-sp-ft-ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.o-sp-ft-ul li{
	border-top: 1px solid #dcdddc;
	box-sizing: border-box;
	padding: 15px 0;
}

.o-ft-sb-li{
	border-top: none!important;
}

.o-ft-sb-li:first-child{
	padding-top: 0;
}

.o-lt-ft-li{
	border-bottom: 1px solid #dcdddc;
}

.o-ft-sp-h2{
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	font-weight: 500;
	color: #000;
	margin-bottom: 30px;
}

.o-sp-ft-ob .o-foot-tel-link{
    font-size: 39px;
    font-weight: 600;
    padding-right: 0;
    color: #e50011;
	text-align: ceter;
}

.o-ft-sp-txt{
	font-size: 13px;
	text-align: center;
}

.o-sp-ft-ob .o-md-right{
	text-align: center;
	box-sizing: border-box;
	padding: 0 10px 30px 10px
}

.o-sp-ft-logo{
	width: 200px;
	display: block;
	margin: 30px auto 15px;
}

.o-sp-ft-ob .o-sp-light{
	font-size: 12px;
	line-height: 13px;
	text-align: left;
	font-weight: 300;
	color: #595757;
}

.o-sp-ft-ob .o-foot-logo{
	width: 100%;
	display: block;
	margin: 0 auto;
}

.o-sp-ft-ob .o-md-left{
	width: 100%;
	max-width: 250px;
	margin: 30px auto 60px auto;
}

.o-foot-ti{
	display: block;
	width: 100%;
	font-size: 30px;
	line-height: 31px;
	text-align: left;
	font-weight: 700;
	margin-bottom: 25px;
}

.o-foot-estim-btn, .o-foot-inq-btn{
	position: relative;
	display: flex;
	width: 100%;
	border-radius: 0;
	height: 47px;
	box-sizing: border-box;
	padding: 0;
	font-size: 13px;
	line-height: 14px;
	text-align: center;
	text-decoration: none !important;
	z-index: 10;
	transition: .3s;
	color: #fff;
	align-items: center;
	justify-content: center;
}

.o-foot-estim-btn{
	background: #7d0000;
}

.o-foot-inq-btn{
	background: #595757;
	margin-top: 20px;
}

.o-com-inq-sec{
	padding: 4rem 0 4.7rem 0;
}

.o-pt-ad1{
	padding-top: 2px!important;
}

/*add css*/
.o-f-info-txt{
    display: block;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    font-weight: 300;
    color: #000;
}

.o-f-info-tel{
    display: block;
    font-weight: 700;
    font-size: 25px;
    line-height: 38px;
    color: #e50011;
    text-align: center;
}

.o-f-info-txt2{
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    display: block;
	font-weight: 300;
}

.o-st-qt-mt1{
    margin-top: 20px;
}

.o-palt{
	font-feature-settings: "palt";
}

.o-foot-estim-btn:active,.o-foot-estim-btn:hover{
	background: #a2634d;
}

.o-estim-btn:active,.o-estim-btn:hover{
	background: #4d0000;
	color: #fff;
}

.o-estim-btn,.o-foot-estim-btn{
	color: #fff!important;
}





@media (min-width: 576px) {

/*br*****************************************************************************/
.org-sy-br{
	display: inline;
}

.org-st-br{
	display: none;
}

.org-sub-txt{
	text-align: center!important;
}

/*display***********************************************************************/
.org-non-dis-sy{
	display:none;
}

.org-dis-sy,
.org-dis-not-st{
	display: block;
}

.org-none-st-dis{
	display: inline;
}

.org-dis-st{
	display: none;
}

.o-container,
.o-container-full{
	width: 90%;
	max-width: 540px;
	margin: 0 auto;
	padding: 0;
}

/*header***********************************************************************/
header{
	padding: 20px 10px;
	box-sizing: border-box;
	height: 70px;
}

.head-right{
	width: 100%;
	max-width: 700px;
}

.o-h-btn-b{
	margin: 0 10px 0 auto;
	justify-content: flex-end;
	width: 100%;
	max-width: 420px;
}

.o-h-est-btn,.o-h-inq-btn{
	display: block;
	width: 165px;
	font-size: 13px;
	line-height: 14px;
	text-align: left;
	color: #fff;
	background: #00a0e8;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 0;
	height: auto;
	margin: 0;
}

.o-h-est-btn{
	margin-right: 10px;
}

/*footer*/
.o-foot-bk{
	width: 100%;
	background: url(../img/foot-bk.png) no-repeat;
	background-size: cover;
	background-position: top center;
	padding-top: 0;
}

.o-foot-container{
	width: 95%;
	max-width: 95%;
}

.o-foot-l{
    width: 100%;
    padding-left: 0;
    padding-top: 45px;
}

.o-foot-r{
    width: 100%;
    padding-top: 50px;
}
}





@media (min-width: 768px) {

/*br*****************************************************************************/
.org-tt-br{
	display: inline;
}

.org-sy-br{
	display: none;
}

/*display***********************************************************************/
.org-dis-tt,
.org-non-dis-sy,
.org-not-sp-dis{
	display: block;
}

.org-sp-dis,
.org-dis-sy,
.o-dis-sp{
	display: none;
}

/*container***********************************************************************/
.container{
    max-width: 960px;
    padding: 0;
}

/*header***********************************************************************/
.o-h-btn-b{
	margin: 0 20px 0 auto;
	max-width: 420px;
}

.o-h-est-btn,.o-h-inq-btn{
	width: 200px;
	text-align: left;	
}

.o-h-est-btn{
	margin-right: 15px;
}

.head-right{
	width: 100%;
	max-width: 700px;
}

.o-pc-hw1{
	width: 73px;
	position: relative;
}

.o-pc-hw2{
	width: 83px;
	position: relative;
}

.o-pc-hw3{
	width: 95px;
	position: relative;
}

.org-h-right-b{
    width: 40px;
	/*width: 100%;*/
}

.o-top-h1{
	font-size: 16px;
	line-height: 17px;
	text-align: left;
	color: #595757;
	margin: 0;
}

.o-top-h1 img{
	width: 230px;
	height: auto;
}

.o-top-h1 span{
	padding-left: 10px;
	vertical-align: -2px;
}

button{
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

button.o-auto-estim{
  width: 240px;
  height: auto;
  margin-top: 0;
}

button.o-auto-estim .circle{
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 30px;
  height: 30px;
  background: #7d0000;
  border-radius:15px;
}

button.o-auto-estim .circle .icon{
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.o-auto-estim .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.1rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.o-auto-estim .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top:-0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
button.o-auto-estim .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 7px 0 0 35px;
  margin: 0;
  color: #282936;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
button.o-auto-estim:hover .circle {
  width: 100%;
}
button.o-auto-estim:hover .circle .icon.arrow {
  background: #fff!important;
  transform: translate(1rem, 0)!important;
}
button.o-auto-estim:hover .button-text {
  color: #fff!important;
}

button.o-auto-estim:active .circle, button.o-auto-estim:hover .circle {
	background: #7d0000;
}

.o-auto-txt{
	font-size: 14px!important;
	line-height: 15px!important;
	font-weight: 500!important;
	color: #7D0000!important;
}

/*common********************************************************************************/
.o-container{
	width: 90%;
	max-width: 720px;
	margin: 0 auto;
	padding: 0;
}

.o-main-img-b{
	width: 100%;
	height: 415px;
	background: #dcdddc;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 70px;
}

.o-title-h1{
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	font-weight: 500;
	color: #000;
	margin: 0 auto;
}

.o-title-2{
	font-size: 28px;
	line-height: 38px;
	color: #717071;
	text-align: center;
	font-weight: 400;
	margin-bottom: 35px;
}

.o-com-iq-txt-en{
	display: block;
	font-size: 44px;
	line-height: 45px;
	font-weight: 600;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
}

.o-com-iq-txt{
	display: block;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	color: #595757;
	font-weight: 300;
}

.o-com-iq-h2{
	font-size: 14px;
	line-height: 15px;
	font-weight: 400;
	color: #000;
	text-align: center;
	margin-bottom: 30px;
}

.o-com-iq-btn{
	position: relative;
	overflow: hidden;
	display: flex;
	border: 1px solid #555;
	text-align: center;
	outline: none;
	transition: ease .2s;
	max-width: 255px;
	background: #595757;
	margin: 35px auto 0 auto;
	justify-content: center;
	align-items: center;
	height: 47px;
}

.o-com-tel-btn{
	display: block;
    padding: 10px 0;
    text-align: center;
    outline: none;
	max-width: 310px;
	margin: 25px auto 0 auto;
}

.o-com-icon{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
}

.o-com-tel-nm{
	font-size: 33px;
	line-height: 34px;
	text-align: left;
	display: block;
	font-weight: 600;
	color: #000;
}

.o-com-tel-ti{
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	color: #595757;
}

.o-com-mail-icon{
	font-size: 22px;
	margin-right: 10px;
}

.o-com-tel-icon{
	font-size: 30px;
	transform:rotate(90deg);
	margin-left: -20px;
	margin-right: 23px;
}

.o-tel-icon{
	width: 32px;
	margin-top: 5px;
	margin-right: 10px;
}

.o-com-mail-txt{
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	padding-top: 1px;
}

.o-com-mail-sb{
	box-sizing: border-box;
	padding-top: 3px;
	color: #fff;
}

.o-com-iq-btn:hover span{
  color:#fff;
}

.o-bgskew::before{
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  background:#333;
  width:120%;
  height: 100%;
  transform: skewX(-25deg);
}

.o-bgskew:hover::before{
  animation: skewanime .5s forwards;
}

.o-com-inq-sec{
	border-top: solid 1px #888889;
	margin-top: 10%;
}

.o-title-h1-ja{
	font-size: 24px;
	line-height: 25px;
	text-align: left;
	font-weight: 500;
	margin-bottom: 0;
}



/*footer*****************************************************************************/
footer{
	width: 100%;
}

.o-foot-container{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0;
	padding-bottom: 70px;
}

.o-foot-l{
	width: 330px;
	padding-left: 0;
	padding-top: 0;
}

.o-foot-ul li{
	margin-bottom: 15px;
}

.o-foot-link{
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	margin: 10px 0 0 0;
	color: #fff;
	text-decoration: none!important;
	text-align: left;
}

.o-foot-link:hover{
	color: #f39700;
}

.o-address-b{
	border: none;
	box-sizing: border-box;
	padding-bottom: 0;
	margin: 0;
}

.o-foot-logo{
	width: 140px;
	height: auto;
}

.o-address-db2{
	width: 100%;
	margin-top: 10px;
}

.o-foot-line{
	width: 100%;
	height: 40px;
	/*background: #00a0e8;*/
	background: #717071;
}

.o-foot-bk{
	width: 100%;
	padding-top: 40px;
}

.o-foot-container{
	width: 90%;
	max-width: 720px;
	padding: 0 0 20px 0;
	box-sizing: border-box;
	margin: 0 auto;
}


.o-foot-lb{
	margin: 0;
	justify-content: space-between;
}

.o-foot-l{
	width: 100%;
	padding-top: 0;
}

.o-foot-r{
	width: 48%;
	max-width: 48%;
	padding-top: 0;
	margin: 0 auto;
}

.o-foot-link{
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	margin: 10px 0 0 0;
	color: #595757;
	text-decoration: none !important;
	text-align: left;
}

.o-foot-bd{
	font-weight: 500;
}

.o-foot-ul{
	/*flex-direction: column;*/
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	width: 100%;
	/*height: 195px;*/
	margin: 10px 0 0 0;
}

.o-foot-1{
	width: 78px;
}

.o-foot-2{
	width: 175px;
}

.o-foot-3{
	width: 132px;
}

.o-foot-4{
	width: 155px;
}

.o-foot-link i{
	margin-right: 5px;
}

.o-not-l{
	margin-top: 0;
	color: #595757!important;
}

.o-address-db{
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.o-foot-logo{
	display: block;
	width: 100%;
}

.o-foot-estim-btn, .o-foot-inq-btn {
	position: relative;
	display: flex;
	width: 100%;
	border-radius: 0;
	height: 47px;
	box-sizing: border-box;
	padding: 0;
	font-size: 13px;
	line-height: 14px;
	text-align: center;
	text-decoration: none !important;
	z-index: 10;
	transition: .3s;
	color: #fff;
	align-items: center;
	justify-content: center;
}

.o-foot-estim-btn{
	background: #7d0000;
}

.o-foot-inq-btn{
	background: #595757;
	margin-top: 20px;
	
}

.o-foot-inq-btn:hover{
	background: #888889;
}

.o-address-txt,
.o-foot-tel{
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	margin: 0;
	color: #595757;
}

.o-foot-tel{
	margin-top: 5px;
}

.o-foot-tel-link{
	font-size: 39px;
	font-weight: 600;
	padding-right: 0;
	color: #e50011;
}

.o-copy-txt{
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	margin: 0;
	color: #595757;
}

.o-copy-b{
	width: 100%;
	margin: 30px 0 0 auto;
	border-top: solid 1px #888889;
	padding-top: 15px;
	padding-bottom: 0;
}

.o-arrow:before, .o-arrow:after{
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 5%;
    margin: auto;
    content: "";
    vertical-align: middle;
	z-index: 20;
}

.o-arrow:before{
    right: 15px;
    width: 15px;
    height: 1px;
    background: #888889;
}

.o-arrow:after{
    right: 14px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #888889;
    border-right: 1px solid #888889;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.o-md-right{
	width: 100%;
}

.o-md-left{
	width: 100%;
	margin-top: 30px;
}

footer{
	/*margin-top: 120px;*/
	margin-top: 0;
}

.fa-angle-right{
	-webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px #fff; /* `#fff` 縺ｯ閭梧勹濶ｲ縺ｨ縺ゅｏ縺帙ｋ */
}

li.o-foot-top{
	margin-bottom: 30px;
}

ul.o-foot-mt{
	margin-top: 48px;
}

.o-foot-ti{
	display: block;
	width: 100%;
	font-size: 30px;
	line-height: 31px;
	text-align: left;
	font-weight: 700;
	margin-bottom: 25px;
}

/*add css*/
.o-auto-quote-b{
	margin-top:  25px;
}

.o-foot-line{
    margin: 20px 0 0 auto;
    padding: 0;
    background: #888889;
    width: 100%;
    height: 1px;
    border: none;
}

.o-estim-btn-b{
    margin: 0 0 38px auto;
    width: 100%;
    justify-content: space-between;
}


.o-of-inq-b{
	justify-content: center;
}

.o-foot-main-hp-btn,.o-foot-inq-btn,
.o-foot-estim-btn{
    position: relative;
    display: flex;
    width: 48%!important;
    border-radius: 0;
    height: 47px;
    box-sizing: border-box;
    padding: 0;
    font-size: 13px;
    line-height: 14px;
    text-align: center;
    text-decoration: none !important;
    z-index: 10;
    transition: .3s;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.o-foot-main-hp-btn{
    background: #e50011;
}

.o-foot-logo{
    display: block;
    width: 260px;
    height: auto;
    margin: 0 auto;
}

.o-f-info-b{
    margin-top: 15px;
}
}




@media (min-width: 992px){
/*br*****************************************************************************/
.org-ty-br,
.org-no-center-br{
	display: inline;
}

.org-tt-br{
	display: none;
}

/*display***********************************************************************/
.org-dis-ty,
.org-h-logo-ty-pc,
.org-pc-ty-dis{
	display: block;
}

.org-dis-tt,
.org-h-logo-tt-sp,
.org-not-pc-ty-dis{
	display: none;
}

/*container***********************************************************************/
.o-container{
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}

/*common********************************************************************************/
.o-title-h1{
	font-size: 48px;
	line-height: 58px;
}

.o-com-iq-txt-en{
	display: block;
	font-size: 44px;
	line-height: 45px;
	font-weight: 600;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
}

.o-com-iq-txt{
	display: block;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	color: #595757;
	font-weight: 300;
}

.o-com-iq-h2{
	font-size: 14px;
	line-height: 15px;
	font-weight: 400;
	color: #000;
	text-align: center;
	margin-bottom: 30px;
}

.o-com-iq-btn{
    padding: 0 0 2px 0;
}

.o-com-iq-btn:hover{
	background: #888889;
	border-color: #888889;
}

.o-com-mail-txt{
	padding-top: 0;
}


.o-com-tel-btn{
	display: block;
    padding: 10px 0;
    text-align: center;
    outline: none;
	margin: 25px auto 0 auto;
}

.o-com-icon{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
}

.o-com-tel-nm{
	font-size: 33px;
	line-height: 34px;
	text-align: left;
	display: block;
	font-weight: 600;
	color: #000;
}

.o-com-tel-ti{
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	color: #595757;
}

.o-com-mail-icon{
	font-size: 20px;
	margin-right: 10px;
}

.o-com-tel-icon{
	font-size: 30px;
	transform:rotate(90deg);
	margin-left: -20px;
	margin-right: 23px;
}

.o-tel-icon{
	width: 32px;
	margin-top: 5px;
	margin-right: 10px;
}

.o-com-mail-txt{
	font-size: 12px;
	color: #fff;
	font-weight: 400;
}

.o-com-mail-sb{
	box-sizing: border-box;
	padding-top: 3px;
	color: #fff;
}

.o-com-iq-btn:hover span{
  color:#fff;
}

.o-bgskew::before{
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  background:#333;
  width:120%;
  height: 100%;
  transform: skewX(-25deg);
}

.o-bgskew:hover::before{
  animation: skewanime .5s forwards;
}

.o-com-inq-sec{
	border-top: solid 1px #888889;
	margin-top: 10%;
}



/*footer*****************************************************************************/
.o-foot-container{
	width: 100%;
	max-width: 1270px;
	padding: 0 35px 20px 35px;
	box-sizing: border-box;
	margin: 0;
}

.o-foot-l{
    width: 73.5%;
    max-width: 73.5%;
    /*max-width: 655px;*/
    padding-top: 0;
}

.o-foot-r{
	width: 23%;
	max-width: 345px;
	padding-top: 0;
	margin: 0 0 31px 0;
	display: flex;
	align-items: flex-end;
}

.o-md-right,.o-md-left{
	width: auto;
}

.o-md-left{
  margin-top: 30px;
}

.o-foot-ti{
	display: inline;
	width: auto;
	margin: 0;
	text-align: right;
}

.o-md-left{
	width: auto;
}

.o-copy-b{
	width: 84%;
	margin: 30px 0 0 auto;
	padding-top: 15px;
	padding-bottom: 0;
}

.o-copy-txt{
	text-align: left;
}

.o-pt-ad1{
	padding-top: 1px!important;
}

/*add css*/
.o-foot-line{
    width: 76.8%;
}

.o-estim-btn-b{
    margin: 0 0 38px auto;
    width: 76.5%;
}


.o-f-info-b{
    margin-top: 5px;
}

.o-foot-logo{
    margin: 0;
    width: 91%;
}

.o-f-info-tel{
    font-size: 23px;
    line-height: 36px;
    text-align: left;
}

.o-f-info-txt{
    font-size: 15px;
    line-height: 22px;
    text-align: left;
}

.o-f-info-txt2{
    font-size: 13px;
    line-height: 22px;
    text-align: left;
}

.o-of-inq-b{
	justify-content: space-between;
}
}




@media (min-width: 1025px) {
/*br*****************************************************************************/
.org-ty-br{
	display: none;
}

.org-pc-br{
	display: inline;
}

/*display***********************************************************************/
.org-dis-pc{
	display: block;
}

.org-dis-ty,
.org-dis-not-pc{
	display: none;
}

/*container***********************************************************************/
.container,
.org-container{
    max-width: 1100px;
    padding: 0;
}

.o-container{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0;
}

.head-right{
	width: 74.8%;
	max-width: 860px;
}

.org-h-right-b{
	width: auto;
}

.head-right{
	display: block;
}

.o-h-btn-b {
	margin: 0 0 0 auto;
}

/*common*********************************************************************/
.o-main-img-b{
	margin-top: 105px;
}

/*header***********************************************************************/
header{
	padding: 20px 30px;
	box-sizing: border-box;
	height: 105px;
}

.mail-link i{
	font-size: 20px;
}

.o-last-head-li{
	padding-right: 0!important;
}

button{
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

button.o-auto-estim{
  width: 240px;
  height: auto;
  margin-top: 0;
}

button.o-auto-estim .circle{
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 30px;
  height: 30px;
  background: #7d0000;
  border-radius:15px;
}

button.o-auto-estim .circle .icon{
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.o-auto-estim .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.1rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.o-auto-estim .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top:-0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
button.o-auto-estim .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 7px 0 0 35px;
  margin: 0;
  color: #282936;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
button.o-auto-estim:hover .circle {
  width: 100%;
}
button.o-auto-estim:hover .circle .icon.arrow {
  background: #fff!important;
  transform: translate(1rem, 0)!important;
}
button.o-auto-estim:hover .button-text {
  color: #fff!important;
}

button.o-auto-estim:active .circle, button.o-auto-estim:hover .circle {
	background: #7d0000;
}

.o-auto-txt{
	font-size: 14px!important;
	line-height: 15px!important;
	font-weight: 500!important;
	color: #7D0000!important;
}


footer{
	margin-top: 0;
}

.o-foot-container{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 15px 20px 15px;
	box-sizing: border-box;
}

.o-com-inq-sec{
	padding: 7.5rem 0;
}

/*add css*/
.o-f-info-tel{
    font-size: 25px;
    line-height: 38px;
}
}



@media (min-width: 1100px){
.o-container{
	width: 100%;
	max-width: 1100px;
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
}

.o-foot-l{
	width: 71.5%;
	max-width: 70.5%;
}

/*add css*/
.o-f-info-txt{
    font-size: 17px;
    line-height: 25px;
}
}


@media (min-width: 1150px){
.o-foot-container{
	padding: 0 0 20px 0;
}
}</pre></body></html>