@charset "utf-8";
/* CSS Document */



body .layout_content div>p {/*	width:1000px;*/margin:0 auto;}

body .layout_content div>p>img {
  object-fit: contain;
}

/* =ClearFix */
/* ----------------------------------------------------- */

/*for IE 5.5-7*/
.clearfix{
	zoom: 1;
}

.clear{
	clear: both;
}


/* =デフォルトStyleを解除 */
/* ----------------------------------------------------- */

body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,div,
form,select,option,address,pre,
strong,em{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size:15px;
}


/* =初期設定 */
/* ----------------------------------------------------- */

body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','yu-gothic',sans-serif;
	color: #555;
	font-size: 12px;
	line-height: 1.7;
	text-align: center;
	letter-spacing:0.08em;
}

.FS2_upper_comment{
	letter-spacing:0;
}

img {
	border:none;
	vertical-align:bottom;
}

li{
	list-style: none;
}

em{
	font-weight: bold;
	text-decoration: none;
}

.small{
	font-size:10px;
}

.large{
	font-size:16px;
}


/* =見出し設定 */
/* ----------------------------------------------------- */

h1,h2,h3,h4,h5,h6{font-size: 12px;}


/* =リンク設定 */
/* ----------------------------------------------------- */

a{
outline:none;
text-decoration: none;
}

a:link    {color: #584F49; text-decoration: none;}
a:visited {color: #584F49; text-decoration: none;}
a:hover   {color: #766A63; text-decoration: underline;}
a:active  {color: #584F49; text-decoration: none;}


/* レイアウトスタイル */
/* ----------------------------------------------------- */
a#pagetop{
	position:fixed;
	bottom:100px;
	right:100px;
	z-index:3;
}

p.txt_r{
	float:right;
	padding:10px 20px 0 0;
}

.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pt60{padding-top:60px;}
.pt70{padding-top: 70px;}
.pt80{padding-top:80px;}
.pt90{padding-top:90px;}
.pt100{padding-top:100px;}
.pt130{padding-top:130px;}
.pt135{padding-top:135px;}
.pt140{padding-top:140px;}
.pt160{padding-top:160px;}
.pt230{padding-top:230px;}
.pt250{padding-top:250px;}

.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb50{padding-bottom:50px;}
.pb60{padding-bottom:60px;}
.pb70{padding-bottom:70px;}
.pb80{padding-bottom:80px;}
.pb90{padding-bottom:90px;}
.pb100{padding-bottom:100px;}
.pb120{padding-bottom:120px;}
.pb140{padding-bottom:140px;}

.text{max-width:1000px;margin:0 auto;}
.ta-left{text-align:left;}
.ta-right{text-align:right;}
.minusmt {
	margin-top:-112px;
}

p + iframe, iframe +
 p {
    margin-top: 50px;
}
.size-l{
	font-size:1.3em;
}

.campaign{
	max-width: 1920px;
}

.content_width{
	width: 842px;
}

@charset "UTF-8";

/* ========================================================================================================================
　header
========================================================================================================================= */
#header{
	background:#ffffff;
	position:fixed;
	width:100%;
	z-index:100;
	    background-size: cover;
}

#header div{
	max-width:1000px;
	margin:0 auto;
	overflow:hidden;
}
#header h1{
	float: left;
    padding: 3px 0;
    box-sizing: border-box;
}
#header div p{
	width: 65%;
	float: right;
	text-align: right;
	margin-top: 13px;
}
#header p a{
	margin-left:5px;
}
#header a:hover{;
	opacity:0.6;
}

#header p span{
		display:inline-block;
		width: 22%;
        margin-left: 0;
    }



/* ========================================================================================================================
　contact　コンバージョンエリア
========================================================================================================================= */
div.contact {
	margin: 0 auto;
}
div.contact li:nth-child(1) {
	float:left;
}
div.contact li:nth-child(2) {
	float:right;
}




div.contact a.btn{
	position:absolute;
	top:333px;
	right:343px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
}
div.contact a:hover{;
	opacity:0.6;
}

/* ========================================================================================================================
　body
========================================================================================================================= */
.layout_content{
	padding-top:84px;
}
body {
	min-width: 1000px;
	overflow-x: hidden;
}
.layout_body {
}


@media screen and (max-width: 767px) {
	body {
		min-width: inherit;
	}
}


/* ========================================================================================================================
　common
========================================================================================================================= */

/* 切り替え */

.pc-item{
	display: block;
}

.sp-item{
	display: none;
}

@media screen and (max-width: 767px) {
	.pc-item{
		display: none;
	}

	.sp-item{
		display: block;
	}
}








/* ========================================================================================================================
　title
========================================================================================================================= */

h2,
h3,
h4{
	text-align: center;
}

/* ========================================================================================================================
　campaign
========================================================================================================================= */

.campaign_title{
	background-color: #603e1a;
	padding: 20px 0;
}
.campaign_title div{
	width: 1000px;
	margin: 0 auto;
}

.campaign_title img{
	width: 43vw;
}

.campaign_ba{
	position: relative;
}
.campaign_ba img{
	width: 100%;
}
.campaign_co{
	position: absolute;
	top: 49.8%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 46.7vw;
}

.campaign_co2{
	position: absolute;
	top: 72.1%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 52.6vw;
}

.campaign_co3{
	position: absolute;
	top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 45.4vw;
}



/* ========================================================================================================================
　layout_content
========================================================================================================================= */
#sec00 {
	background: url(../images/bg_top.jpg) no-repeat center top;
	height: 1942px;
}
/* #sec00 p img{
	padding: 10px 0 0 120px;
} */
#sec01 {
	background: url(../images/bg_lp01.jpg) center top;
}
#sec01 p.minus > img{
	/* margin-top:-84px; */
}
.contact p{
	position:relative;
}
.contact p a.button{
	position:relative;
	top:35px;
	margin-right:11px;
}
.contact p a.button2{
    position: absolute;
    right: 50%;
    bottom: 687px;
    margin-right: -455px;
}

.contact p a.button_line {
    position: absolute;
    right: 50%;
    bottom: 70px;
    margin-right: -465px;
}

#online {
	background-color:#f9f9f3;
	position: relative;
}

#online02 {
	background-color:#FFF;
	position: relative;
}

.online p a.o_btn {
    position: absolute;
    right: 50%;
    bottom: 79px;
    margin-right: -495px;
}

.uservoice{
	display: block;
	margin: -8px auto 0;
}

.uservoice_sp{
	margin: -5px 0 0;
}

#sec16 .inner  {
	background: url(../images/img_lp46_bg.jpg) no-repeat center top;
	height:881px;
}

.inner {
    display: block;
    margin: 0 auto;
}

.sec02-02 {
	background:#F5F5EB;
}

#sec_cp {
	background: url(../images/cp_bg.jpg) no-repeat center top;
}

#sec03 {
	background: url(../images/bg_lp01.jpg) center top;
}
#sec04 {
	background: url(../images/bg_lp02.jpg) center top;
}
#sec05 {
	background: url(../images/bg_lp03.jpg) center top;
}
#sec05 .imgcenter {
	width: 1000px;
}
#sec05 .imgcenter img{
	margin-left: -355px;
}
#sec06 p,
#sec15 p{
	position:relative;
}
#sec06 p a.button,
#sec15 p a.button {
    position: relative;
    bottom: 83px;
    margin-right: 11px;
}
#sec15 p a.button_line {
    position: absolute;
    right: 50%;
    bottom: 83px;
    margin-right: -465px;
}

#sec07{
	height:695px;
	background: url(../images/bg_lp04.jpg) center top no-repeat;
}
#sec07 p{
	position:relative;
}
#sec07 p img{
	position:absolute;
	right:50%;
	padding:260px 0 0;
	margin-right:-232px;
}

#sec08{
	height:240px;
	background: url(../images/img_lp25.jpg) center top no-repeat;
}
#sec09{
	background: url(../images/bg_lp05.png), url(../images/bg_lp06.png), url(../images/bg_lp02.jpg);
	background-repeat:no-repeat,no-repeat,repeat;
	background-position:left top,right bottom,center center;
}
#sec10 .profile_inclm {
    width: 1000px;
    margin: 0 auto;
    overflow:hidden;
}
#sec10 .tel_txt02 span{
	font-size:2em;
}
#sec10 .photo {
    float: left;
    margin: 0 0 80px 50px;
}
#sec10 .career {
    text-align: left;
    width: 900px;
    margin: 0 auto;
    float: right;
}
#sec10 .career .ttl01{
	margin: 0 0 35px;
	font-size: 20pt;
}
#sec10 .career .ttl01 span{
	margin: 0 30px 0 0;
	font-size: 16pt;
}
#sec10 .career .ttl02{
	margin: 0 0 15px;
	font-size: 16pt;
	color:#ff697c;
}
#sec10 .career dt{
	width: 100px;
	float: left;
}
#sec10 .career dd{
	margin: 0 0 10px;
}

#sec10 .tel_txt02 span a {
    color: #ff697c;
}

#sec10 .tel_txt02 span {
    font-size: 2.7em;
}
#sec11{
	background:#f9f9f3;
}
#sec12{
	background:#f9f9f3;
}

#sec13{
	padding-bottom:80px;
	background: url(../images/bg_lp02.jpg) center top;
}
#sec13 ul{
	width:1000px;
	margin:0 auto;
	padding:70px 0;
	box-sizing:border-box;
	background: url(../images/bg_lp07.jpg), url(../images/bg_lp08.jpg);
	background-repeat:no-repeat;
	background-position:left 10px top 10px,right 10px bottom 10px;
	background-color:#fff;
}
#sec13 ul li {
	padding: 25px 50px 25px 70px;
    border-top: 1px solid #d8d8d8;
}
#sec13 ul li:first-child {
	border-top: 0;
}
#sec13 ul li .que{
	position: relative;
	padding-right: 60px;
	color:#876620;
	font-size:1.8em;
	text-align:left;
	font-weight:bold;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Sawarabi Mincho", "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	background:	url(../images/ico_q.jpg) 0 0 no-repeat;
	padding-left:55px;
	cursor: pointer;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
}
#sec13 ul li .que:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
    margin: auto;
	width: 51px;
	height: 27px;
	background: url(../images/arrow.jpg) no-repeat center center;
	background-size: 100% auto;
}
#sec13 ul li .que:hover{
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-ms-opacity: 0.7;
	-o-opacity: 0.7;
	opacity: 0.7;
}
#sec13 ul li .ans{
	display: none;
	text-align:left;
	padding-left:55px;
}
#sec13 ul li .ans a{
	color:#fc677d;
}
#sec14 .ttl{
	border-bottom:2px solid #d4d5c7;
}
#sec14 p{
	width:1000px;
	text-align:left;
	position:relative;
	margin: 0 auto;
}
#sec14 p span{
	color:#fc677d;
}
#sec14 p a{
	position: absolute;
	top: 20px;
	right:0px;
}

.arishia_kyuusai div{
	margin: 0 auto;
}


/* ========================================================================================================================
　contact　問い合わせフォーム
========================================================================================================================= */
#form .ttl{
	background: url(../images/bg_lp02.jpg) center top;
}

.mw_wp_form{
	width:1000px;
	margin:0 auto 10px;
}
.mw_wp_form tr td{
	text-align:left;
}
.mw_wp_form tr td .ib {
	display: inline-block;
	margin: 5px 8em 5px 0;
}
.mw_wp_form tr td .ib input,
.mw_wp_form tr td .ib label {
	cursor: pointer;
}
.mw_wp_form tr td textarea{
	width:95%;
}

/* hover */

.fadeover a,
button{
	-webkit-transition: 0.2s all linear;-o-transition: 0.2s all linear;
	transition: 0.2s all linear;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}

.fadeover a:hover,
button:hover{
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-ms-opacity: 0.7;
	-o-opacity: 0.7;
	opacity: 0.7;
}




/* ========================================================================================================================
　footer
========================================================================================================================= */

footer{
	border-top: 5px solid #033572;
	padding: 55px 0 34px;
	text-align: center;
}

div.footer{
	padding:40px 0 50px;
	background: #fff;
	border-top:4px solid #000000;
}

.layout_footer .ftr_clm {
	width: 1000px;
	margin: 0 auto;
	font-size: 14px;
}
.layout_footer .ftr_clm .ftr_right_clm {
    width: 40%;
    float: left;
    
}
.layout_footer .ftr_clm .ftr_left_clm {
    width: 60%;
    text-align: left;
    float: right;
}
.layout_footer .ftr_clm h3 {
    text-align: left;
    font-size: 18px;
				font-weight: bold;
}
.layout_footer .ftr_clm .copy_txt {
	padding-top:50px;
	width:auto;
    clear: both;
    font-size: 12px;
}


#copyright{
	margin-top: 34px;
}

.sp{
	display:none;
}
@media screen and (max-width: 767px) {
	.pside5{padding-left:5px;padding-right:5px;}
	.pside10{padding-left:10px;padding-right:10px;}
	.pside15{padding-left:15px;padding-right:15px;}
	.pside20{padding-left:20px;padding-right:20px;}
	.pside25{padding-left:25px;padding-right:25px;}
	.pside2p{padding-left:2%;padding-right:2%;}
	.pside3p{padding-left:3%;padding-right:3%;}
	.pside4p{padding-left:4%;padding-right:4%;}
	.pside6p{padding-left:6%;padding-right:6%;}
	.pside8p{padding-left:8%;padding-right:8%;}
	.pside10p{padding-left:10%;padding-right:10%;}
	.pside13p{padding-left:13%;padding-right:13%;}
	.pside16p{padding-left:16%;padding-right:16%;}
	.pside20p{padding-left:20%;padding-right:20%;}
	.pside25p{padding-left:25%;padding-right:25%;}
	.pb40{padding-bottom:3%;}
	.pb50{padding-bottom:5%;}
	.pb60{padding-bottom:7%;}
	.pb70{padding-bottom:9%;}
	.pb80{padding-bottom:11%;}
	.pb120{padding-bottom:15%;}
	.pt40{padding-top:3%;}
	.pt50{padding-top:5%;}
	.pt60{padding-top:7%;}
	.pt70{padding-top:9%;}
	.pt80{padding-top:11%;}
	.pt120{padding-top:15%;}

	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	p img{
		max-width:100%;
	}

	#header{
		background:#ffffff;
		background-size:contain;
		position: relative;
	}
	#header h1{
		width: 47%;
		float:left;
		padding-left: 10px;
	}
	#header h1 img{
		width:100%;
	}
	#header p a{
		display:inline-block;
		width: 26%;
		margin-left:0;
	}
	#header div p{
		width: 50%;
		float: right;
		margin-top:0;
	}

	.menu{
		display:none;
		position:fixed;
		width:100%;
		background:rgba(100,100,100,0.9);
		z-index:80;
		padding-top:14%;
	}
	.menu p{
		padding:8px 0;
		font-size:0.9em;
		border-bottom:1px dotted #ccc;
	}
	.menu a{
		color:#fff;
	}
	.menu a.close{
		padding:0 15px;
		border:1px solid #fff;
	}
	.mw_wp_form{
		width:100%;
		overflow: hidden;
	}

	.layout_content{
		padding-top:0%;
	}
	div.contact p {
		font-size:0.6em;
	}
	div.contact p.minus {
		position: relative;
	}
	div.contact p.sp {
		position: relative;
	}
	div.contact p.sp .button2 {
	    position: absolute;
	    width: 70%;
	    top: 18.5%;
		margin-left: -35%;
		display: block;
		left: 50%;
	}
	div.contact p.sp .button {
		position: absolute;
		bottom: 9%;
		width: 89%;
		margin-left: -39%;
		display: block;
		left: 43%;
	}
	div.contact p.sp .button_line {
    position: absolute;
    bottom: 9.7%;
    width: 86%;
    margin-left: -36%;
    display: block;
    left: 43%;
	}
	div.contact p.sp .tel {
		position: absolute;
		bottom: 4%;
		width: 86%;
		margin-left: -44%;
		display: block;
		left: 51%
	}
	div.contact p.sp .txt {
		position: absolute;
		bottom: 2.2%;
		width: 85%;
		margin-left: -42%;
		display: block;
		left: 50%;
	}
	div#sec06 p.sp .button,
	div#sec15 p.sp .button {
		position: absolute;
		bottom: 10%;
		width: 89%;
		margin-left: -45%;
		display: block;
		left: 49%;
	}
	div#sec15 p.sp .button_line {
    position: absolute;
    bottom: 9%;
    width: 86%;
    margin-left: -42%;
    display: block;
    left: 49%;
	}
	div#sec06 p.sp .tel,
	div#sec15 p.sp .tel {
		position: absolute;
		bottom: 4%;
		width: 86%;
		margin-left: -43%;
		display: block;
		left: 50%;
	}
	div#sec06 p.sp .txt,
	div#sec15 p.sp .txt {
		position: absolute;
		bottom: 0.8%;
		width: 85%;
		margin-left: -42%;
		display: block;
		left: 50%;
	}
	
	#online {
    background: none;
    height: auto;
    padding-top: 0;
	position:relative;
	}
	
	.online p a.o_btn {
    position: absolute;
    bottom: 11%;
    width: 93%;
    display: block;
    left: 3.5%;
    right: 3.5%;
	}

	#sec00 {
		background:none;
		height: auto;
	}
	#sec00 p img{
		padding:0;
	}

	.contact p.minus img{
		/* margin-top:-45px !important; */
	}

	#sec03 {
		background-size:15%;
	}

	#sec05 {
		background: url(../images/sp/bg_lp03.jpg);
	}
	#sec05 p{
		font-size: 0.9em;
	}
	#sec07{
		height:auto;
		background:none;
	}
	#sec07 p{
		position:relative;
	}
	#sec07 p img{
		position:static;
		right:50%;
		padding:0;
		margin-right:0;
	}
	#sec08{
		padding-top:5%;
		height:auto;
		background: none;
	}
	#sec09{
		background: url(../images/bg_lp02.jpg);
		background-repeat:repeat;
		background-position:left top,right bottom,center center;
	}
	#sec10 .tel_txt02 span{
		font-size:1em;
	}
	#sec10 .profile_inclm {
		width: 100%;
		margin: 0 auto;
	}
	#sec10 iframe {
		width: 100%;
		height:200px;
	}
	#sec10 .photo {
		margin: 0 25% ;
	}
	#sec10 .career {
		width:80%;
		margin: 0 auto;
		float:none;
	}
	
	#sec10 .career p {
		font-size:0.8em;
	}
	#sec10 .career dt{
		width: 5em;
		font-size: 0.8em;
	}
	#sec10 .career dd{
		font-size: 0.8em;
	}
	#sec10 .career .ttl01{
		font-size: 14pt;
		text-align: center;
	}
	#sec10 .career .ttl02{
		font-size: 12pt;
	}
	#sec10 .tel_txt02 span a{
		font-size:2.6em;
		color: #ff697c;
	}
	#sec10 .tel_txt02{
		font-size:0.9em;
	}
	#sec13{
		padding-bottom:0px;
	}
	#sec13 ul{
		width:100%;
		margin:0 auto;
		padding:0 0 20px;
		box-sizing:border-box;
		background: none;
		background-color:#fff;
	}
	#sec13 ul li {
		padding: 0;
	}
	#sec13 ul li .que{
		padding: 15px 35px 15px 45px;
		font-size:1.2em;
		text-align:left;
		font-weight:bold;
		background-size:auto 1.4em;
		line-height:1.4em;
	    background-position: left 10px top 15px;
	}
	#sec13 ul li .que:after {
		right: 10px;
		width: 25px;
		height: 14px;
	}
	#sec13 ul li .ans{
		text-align:left;
		padding: 0 10px 10px 45px;
		font-size: 0.9em;
	}


	#sec14 p{
		width:100%;
		text-align:left;
		position:relative;
		box-sizing:border-box;
	}
	#sec14 .ttl{
		border-bottom:2px solid #d4d5c7;
	}
	#sec14 p span{
		color:#fc677d;
	}
	#sec14 p a{
		display:block;
		position:static;
		width:90%;
		margin:20px 5% 0
	}

    
/*------------------------------

アコーディオンのCSS

------------------------------*/
details {
    border-radius: 20px;
    margin: 10px auto;
    text-align: center;
}

summary {
    font-size: 1em;
    display: block;
    padding: 10px 10px 10px 10px;
    background: #f5f5eb;
    cursor: pointer;
    margin: 5px 0;
    position: relative;
    }
}

.accordion_summary {
    font-size: 1.2em;
    display: block;
    padding: 10px 10px 10px 10px;
    background: #8f6519;
    color: #ffffff;
    cursor: pointer;
    margin: 5px 0;
    position: relative;
    }
 
.accordion_summary::after {
  content: "+";
  font-size: 1.4em; /* 記号のサイズ */
  position: absolute;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
}
.accordion[open] .accordion_summary::after {
  content: "−";
}

details[open] .in-details {
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}    
    
    
/*--------------------
		下部フローティング
--------------------*/
	#bnr_fix_footer {
		display:none;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.fix {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		padding: 3%;
		background: #fff;
	}
	
	#bnr_fix_footer p {
		flex-basis: 48.5%;
	}

	.layout_footer .ftr_clm {
		width: 100%;
	}

.layout_footer .ftr_clm .ftr_right_clm ,
.layout_footer .ftr_clm .ftr_left_clm {
    width: 100%;
    float: none;
    text-align: center;
}
.layout_footer .ftr_clm h3 {
    text-align: center;
    font-size: 18px;
	font-weight: bold;
}
.layout_footer .ftr_clm .copy_txt {
	padding-top:50px;
	width:auto;
    clear: both;
    font-size: 12px;
}


	#topcontrol{
		display:none;
		bottom: 20px !important;
		right: 15px !important;
		height: auto;
		width: 55px;
	}
	#topcontrol img{
		height: auto;
		width: 100%;
	}
}
