@charset "utf-8";

/* =======================================

        CommonElements
======================================= */
body {
	width:100%;
	min-width: 1280px;
	font-size: 17px;
	line-height: 1.7;
	color: #333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inbox {
	width: 980px;
	margin: auto;
}

.inbox2 {
	width: 1140px;
	margin: auto;
}

a:hover {
	opacity: 0.8;
}

.flex {
	display: flex;
}

.noto {
	font-family: 'Noto Serif JP', serif;
}

.orange {
	color: #f8911e;
}

.green {
	color: #797d4a;
}

.pc_none {
	display: none !important;
}

/*header
--------------------------------------------*/
#header {
	position: absolute;
	z-index: 10000;
	padding-top: 15px;
	/*background-color: rgba(255,255,255,.5);*/
}

#header2 {
	position: fixed;
	z-index: 1000;
	background-color: rgba(76,39,15,.9);
	padding: 13px 0;
}

#header,
#header2 {
	color: #fff;
	width: 100%;
}

.h_logo {
	float: left;
	margin-top: 10px;
}

.h_contact {
	float: right;
}

.h_contact li:nth-child(1),
.h_contact li:nth-child(2) {
	margin: -3px 22px 0px 0px;
}

.h_contact li:nth-child(1) .num {
	padding-left: 45px;
	background: url(../img/free_num-icon.png) no-repeat center left;
}

.h_contact li:nth-child(2) .num {
	padding-left: 35px;
	background: url(../img/fax_num-icon.png) no-repeat center left;
}

.num {
	font-size: 26px;
	letter-spacing: 1.5px;
}

.num_ruby {
	font-size: 10px;
	text-align: right;
	margin-bottom: -12px;
	letter-spacing: 2.5px;
}

.num_ruby span {
	padding: 0px 10px 0px 7px;
}

.h_cont {
	width: 170px;
	font-size: 17px;
	text-align: center;
	background-color: #f8911e;
}

.h_cont a {
	color: #fff;
	display: block;
	padding: 7px 0px;
}

/*main visual
--------------------------------------------*/
#mainv {
	color: #fff;
	text-align: center;
}

#mainv .inbox2 {
	position: relative;
}

.main_copy {
	position: absolute;
	top: 180px;
	right: -25px;
	z-index: 200;
	text-align: left;
}

.main_copy  h1 {
	font-size: 65px;
	margin-bottom: 5px;
	letter-spacing: -2.5px;
	font-weight: 700;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.8);
}

.main_copy  h1 span.mainv_txt {
	font-size: 37px;
	display: block;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0px 0px -10px 35px;
}

.main_copy  h1 span.and {
	font-size: 54px;
	font-weight: 600;
}

.main_copy  h1 span.kaku1 {
	margin-right: -5px;
}

.main_copy  h1 span.kaku2 {
	margin-left: -10px;
}

.mainv_txt {
	font-size: 20px;
	margin-left: 40px;
	line-height: 180%;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.8);
}

.main_pac {
	position: absolute;
	top: 210px;
	left: 0;
	right: 0;
	margin-right: 40%;
	z-index: 100;
}

.mainv_btn {
	width: 520px;
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	padding: 10px;
	margin: 20px 0px 0px 40px;
	box-sizing: border-box;
	background-color: rgba(93, 97, 41, 0.65);
}

.mainv_btn p.noto {
	font-size: 30px;
}

.mainv_btn a {
	color: #fff;
	display: block;
	border-radius: 5px;
	padding: 15px 0px;
	border: 1px solid rgba(146, 151, 89, 0.7);
	background: url(../img/mainv_arrow.png) no-repeat center right 30px;
	background-color: rgba(93, 97, 41, 0.7);
}

#image1 {
	background: url(../img/main_bk1.jpg) no-repeat center top;
}

#image2 {
	background: url(../img/main_bk2.jpg) no-repeat center top;
}

#image3 {
	background: url(../img/main_bk3.jpg) no-repeat center top;
}

#image1,
#image2,
#image3 {
	height: 700px;
	background-size: cover;
}

.bx-wrapper {
	width: 100%;
	height:auto;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

.bx-viewport {
	overflow: visible!important;
	width: 100%!important;
	margin:auto;
	text-align:center;
}

.bx-pager {
	display:none;
}

.bx-controls {
	width: 100%;
	height: 40px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	z-index:999;
	text-indent:-9999px;
}

/*.bx-prev{
	background:url(../img/prev.png) no-repeat top center;
	position:absolute;
	left: 0px;
	width: 40px;
	height: 40px;
}

.bx-next {
	background:url(../img/next.png) no-repeat top center;
	position:absolute;
	right: 0px;
	width: 40px;
	height: 40px;
	}*/


/*content
--------------------------------------------*/
#content {
	overflow: hidden;
}

.box_mb60 {
	margin-bottom: 60px;
}

.box_mb120 {
	margin-bottom: 120px;
}

.sec_ttl {
	color: #563d13;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

.sec_ttl span {
	font-size: 60px;
}

.green_obi {
	width: 140px;
	color: #fff;
	font-size: 15px;
	padding: 6px 0px;
	text-align: center;
	letter-spacing: 1px;
	background-color: #797d4a;
	transform: rotate(-5deg);
}

.cmn_w {
	padding: 10px;
	background-color: #ded0ba;
}

.cmn_in {
	border: 3px solid #fff;
	background: url(../img/ptn_bk.jpg) repeat center;
}

/*section01==============*/
#sec01 {
	margin-top: 60px;
}

.sec01_txt {
	text-align: center;
	margin-bottom: 50px;
}

.sec01_txt span {
	font-size: 24px;
	font-weight: 600;
	display: inline-block;
}

.sec01_img ul {
	justify-content: space-between;
}

/*section02==============*/
#sec02 h2 {
	margin-bottom: 30px;
}

.sec02_file li {
	margin-bottom: 50px;
}

.sec02_file li:last-child {
	margin-bottom: 0px;
}

.sec02_img {
	margin-right: 35px;
}

.sec02_txt {
	margin-top: 5px;
}

.sec02_txt .green_obi {
	margin-bottom: 15px;
}

.sec02_txt dt {
	color: #563d13;
	font-size: 28px;
	font-weight: 900;
	margin-bottom: 5px;
	line-height: 150%;
}

/*section03==============*/
#sec03 h2 {
	margin-bottom: -45px;
	text-shadow: 2px 2px 15px #fff, 
	-2px -2px 15px #fff, 
	2px 2px 15px #fff, 
	-2px -2px 15px #fff, 
	2px 2px 15px #fff, 
	-2px -2px 15px #fff, 
	2px 2px 15px #fff, 
	-2px -2px 15px #fff;
	-moz-box-shadow: 2px 2px 15px #fff, -2px -2px 15px #fff;
	-webkit-box-shadow: 2px 2px 15px #fff, -2px -2px 15px #fff;
}

#sec03 .cmn_in {
	padding: 40px 50px 30px;
}

.sec03_txt1 {
	text-align: center;
	margin-bottom: 30px;
}

.sec03_soup {
	padding: 20px 45px;
	margin-bottom: 40px;
	background-color: rgba(255,255,255,.7);
}

.sec03_img {
	margin-right: 10px;
	text-align: center;
}

.sec03_txt2 {
	width: 550px;
	margin-top: 18px;
}

.sec03_txt2>p {
	color: #fff;
	padding: 8px 0px;
	text-align: center;
	margin-bottom: 15px;
	border-radius: 22.5px;
	background-color: #f8911e;
}

.sec03_txt2 ul {
	justify-content: space-between;
}

.sec03_txt2 li {
	width: 170px;
	height: 130px;
	color: #fff;
	font-size: 18px;
	padding: 7px 6px;
	border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,.4);
	background-color: #797d4a;
}

.sec03_txt2 li p {
	width: 155px;
	height: 115px;
	padding: 25px 0px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 1px solid rgba(255,255,255,.4);
}

.sec03_txt3 {
	background: url(../img/secret_img2.jpg) no-repeat right top;
}

.sec03_txt3 span {
	font-size: 24px;
	margin-bottom: 15px;
	display: inline-block;
}

/*section04==============*/
#sec04 {
	text-align: center;
	padding: 40px 0px 110px;
	background-image: 
	url(../img/sec4_ltbk.png), 
	url(../img/sec4_rtbk.png),
	url(../img/sec4_bk.jpg);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: calc(50% - 500px) top, calc(50% + 500px) top, center
}

#sec04 h2 {
	color: #fff;
	font-weight: 600;
	letter-spacing: 6px;
}

#sec04 h2 span {
	font-size: 85px;
	display: inline-block;
	vertical-align: sub;
}

.sec4_list {
	margin-bottom: 20px;
	padding-bottom: 180px;
	background: url(../img/sec4_arrow.png) no-repeat center bottom;
}

.sec4_list ul {
	justify-content: space-between;
}

.sec4_list ul li {
	color: #fff;
}

.sec04_img {
	margin-bottom: 10px;
}

.sec04_txt1 {
	margin-bottom: 5px;
}

.sec04_txt1 span {
	font-size: 24px;
}

.sec04_txt3 {
	color: #fff;
	letter-spacing: 4px;
	text-align: center;
}

.sec04_txt3 p:first-child {
	font-size: 35px;
	margin-bottom: 15px;
}

.sec04_txt3 p:last-child {
	font-size: 50px;
	line-height: 190%;
	display: inline-block;
	border-bottom: 4px solid #f8911e;
}

.sec04_txt3 p:last-child span {
	font-size: 95px;
}

.sec04_txt3 p:last-child span span {
	font-size: 50px;
}

/*cmn_contact==============*/
.cmn_contact {
	text-align: center;
	padding: 75px 0px;
	background-image: 
	url(../img/cmn_cont-ltbk.png), 
	url(../img/cmn_cont-wave.png), 
	url(../img/cmn_cont-bk.jpg);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: calc(50% - 500px) top, calc(50% + 700px), center;
}

.cmn_cont-txt1 {
	color: #563d13;
	font-size: 40px;
	margin-bottom: 5px;
}

.cmn_cont-txt2 {
	margin-bottom: 20px;
}

.cmn_cont-list ul {
	align-items: center;
	justify-content: center;
}

.cmn_cont-list li {
	border-radius: 5px;
}

.cmn_cont-list li a {
	color: #fff;
	display: block;
}

.cmn_cont-list li:first-child {
	width: 330px;
	color: #fff;
	margin-right: 20px;
	background-color: #797d4a;
	padding: 15px 10px 15px 0px;
}

.cmn_cont-list li:first-child a {
}

.cmn_cont-list li:first-child .num {
	font-size: 33px;
	padding-left: 60px;
	background: url(../img/free_num-icon.png) no-repeat 30px 20px;
}

.cmn_cont-list li:first-child .num_ruby {
	margin-right: 30px;
	letter-spacing: 6px;
}

.cmn_cont-list li:first-child .num_ruby span {
	padding: 0px 0px 0px 20px;
}

.cmn_cont-list li:last-child {
	width: 290px;
	font-size: 19px;
	background: url(../img/mail_icon.png) no-repeat center left 25px #f7931e;
}

.cmn_cont-list li:last-child a {
	padding: 32px 20px 32px 75px;
}

.cta {
	position: relative;
}

.cta::after {
	content: url(../img/se5_pac.png);
	position: absolute;
	right: -170px;
	top: -40px;
}

/*section05==============*/
#sec05 {
	margin-top: 50px;
}

.sec05_txt {
	text-align: center;
	margin-bottom: 140px;
}

.sec05_list>ul>li {
	float: left;
	/*width: 16.44%;*/
	width: 330px;
	text-align: center;
	margin-right: 5px;
	background: url(../img/ptn_bk.jpg) repeat center;
}

.sec05_list>ul>li:last-child {
	margin-right: 0px;
}

.sec05_list>ul>li>div {
	padding-bottom: 380px;
}

.sec05_list>ul>li:nth-child(1)>div {
	background: url(../img/sec5_img1.png) no-repeat center bottom;
}

.sec05_list>ul>li:nth-child(2)>div {
	background: url(../img/sec5_img2.png) no-repeat center bottom;
}

.sec05_list>ul>li:nth-child(3)>div {
	background: url(../img/sec5_img3.png) no-repeat center bottom;
}

.sec05_list>ul>li:nth-child(4)>div {
	background: url(../img/sec5_img4.png) no-repeat center bottom;
}

.sec05_list>ul>li:nth-child(5)>div {
	background: url(../img/sec5_img5.png) no-repeat center bottom;
}

.sec05_list>ul>li:nth-child(6)>div {
	background: url(../img/sec5_img6.png) no-repeat center bottom;
}

.sec05_list>ul>li>div p {
	color: #563d13;
	font-size: 28px;
	font-weight: 700;
	padding-top: 80px;
	margin: -100px 0px 10px;
}

.sec05_list>ul>li:nth-child(1)>div>p {
	background: url(../img/how01_icon.png) no-repeat center top;
}

.sec05_list>ul>li:nth-child(2)>div>p {
	background: url(../img/how02_icon.png) no-repeat center top;
}

.sec05_list>ul>li:nth-child(3)>div>p {
	background: url(../img/how03_icon.png) no-repeat center top;
}

.sec05_list>ul>li:nth-child(4)>div>p {
	background: url(../img/how04_icon.png) no-repeat center top;
}

.sec05_list>ul>li:nth-child(5)>div>p {
	background: url(../img/how05_icon.png) no-repeat center top;
}

.sec05_list>ul>li:nth-child(6)>div>p {
	background: url(../img/how06_icon.png) no-repeat center top;
}

.sec05_box {
	height: 110px;
	display: inline-block;
}

.sec05_box li {
	text-align: left;
}

/*section06==============*/
#sec06 {
	text-align: center;
	padding: 130px 0 120px;
}

#sec06 h2 .orange {
	vertical-align: sub;
}

#sec06 .cmn_in {
	text-align: center;
	padding: 40px 85px 50px;
}

.font40 {
	font-size: 40px !important;
}

.sec06_txt1 span,
.sec06_txt2 span {
	font-size: 24px;
	margin-bottom: 10px;
	display: inline-block;
}

.sec06_txt1,
.sec06_list {
	margin-bottom: 35px;
}

.sec06_list ul.flex {
	justify-content: space-between;
}

.sec06_img {
	margin-bottom: 15px;
}

.sec06_list li p {
	color: #fff;
	padding: 5px 0px;
	border-radius: 20px;
	background-color: #f8911e;
}


/*section07==============*/
#sec07 {
	text-align: center;
	background: url(../img/sec08_bk.jpg) no-repeat center bottom;
	padding-bottom: 65px;
}

#sec07 h2 span {
	font-size: 40px;
}

.sec07_txt {
	margin-bottom: 40px;
}

.sec07_flow {
	width: 800px;
	margin: auto;
}

.sec07_flow li {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 35px;
	background: url(../img/flow_arrow.png) no-repeat center bottom;
}

.sec07_flow li::before,
.sec07_flow li::after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
}

.sec07_flow li:nth-child(1)::after {
	width: 82px;
	height: 117px;
	top: -30px;
	right: -40px;
	background-image: url(../img/flow_img1.png);
}

.sec07_flow li:nth-child(2)::after {
	width: 148px;
	height: 78px;
	top: 45px;
	right: 20px;
	background-image: url(../img/flow_img2.png);
}

.sec07_flow li:nth-child(3)::after {
	width: 90px;
	height: 94px;
	top: 30px;
	right: -60px;
	background-image: url(../img/flow_img3.png);
}

.sec07_flow li:nth-child(5)::after {
	width: 126px;
	height: 84px;
	top: -30px;
	right: 15px;
	background-image: url(../img/flow_img4.png);
}

.sec07_flow li:nth-child(5)::before {
	width: 90px;
	height: 94px;
	top: 80px;
	left: -5px;
	background-image: url(../img/flow_img5.png);
}

.sec07_flow li:last-child {
	background: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.sec07_flow li>div {
	border-radius: 40px;
	padding: 17px 0px;
}

.sec07_flow li:nth-child(odd)>div {
	background-color: #f3ebd7;
}

.sec07_flow li:nth-child(even)>div {
	background-color: #ded0ba;
}

.sec07_flow li:last-child>div.soup_img {
	background-color: transparent;
	margin-left: -50px;
	text-align: center;
}

.sec07_flow li>div span,
.sec07_flow li:last-child {
	font-size: 28px;
	font-weight: 700;
}

.sec07_flow li>div span {
	vertical-align: sub;
}

.sec07_flow li .green_obi {
	width: 115px;
	margin: -20px 0px -20px 30px;
	position: relative;
	z-index: 1;
}

.brown {
	color: #563d13;
}

/*section08==============*/
#sec08 {
	color: #fff;
	text-align: center;
	padding: 90px 0px 115px;
	background: url(../img/sec09_bk.jpg) no-repeat center top #4c270d;
	background-size: cover;
}

#sec08 h2 {
	color: #fff;
	margin-bottom: 30px;
}

.sec08_txt,
.sec08_list li:nth-child(-n+3)  {
	margin-bottom: 45px;
}

.sec08_list ul {
	flex-wrap: wrap;
	justify-content: space-between;
}

.sec08_list li div {
	margin-bottom: 10px;
}

/*section09==============*/
#sec09 {
	padding: 110px 0px;
}

#sec09 .cmn_in {
	padding: 50px 80px 30px;
}

.cont_num {
	width: 520px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 45px;
	text-align: center;
	border-radius: 5px;
	background-color: #797d4a;
}

.cont_num .num_ruby {
	text-align: center;
	margin-right: 20px;
	letter-spacing: 7px;
	margin-right: 50px;
}

.cont_num .num span {
	font-size: 33px;
	margin-right: 10px;
}

.cont_num a {
	color: #fff;
	display: block;
	padding: 15px 15px 15px 25px;
	background-image: url(../img/free_num-icon.png), url(../img/contact_arrow1.png);
	background-repeat: no-repeat;
	background-position: 25px 40px, 470px 42px;
}

.contact_table dl {
	border-bottom: 1px solid #b0a391;
}

.contact_table dl:last-child {
	border-bottom: none;
}

.contact_table dt,
.contact_table dd {
	vertical-align: top;
	display: table-cell;
	box-sizing: border-box;
}

.contact_table dt {
	color: #fff;
	width: 200px;
	font-size: 15px;
	text-align: left;
	padding: 15px 30px;
	background: #86745c;
}

.contact_table dt span {
	font-size: 10px;
	color: #fb7d18;
}

.contact_table dd {
	width: 600px;
	padding: 15px 30px; 
	background-color: #fff;
}

.contact_table dd input[type="text"],
.contact_table dd textarea {
	width: 100%;
	padding: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
}

#contact dd textarea {
	height: 200px;
}


#submit input[type="submit"] {
	width: 300px;
	color: #fff;
	border: none;
	display: block;
	margin: auto;
	margin-top: 30px;
	padding: 16px 0;
	text-align: center;
	border-radius: 30px;
	background: url(../img/contact_arrow2.png) no-repeat center right 30px #f8911e;
	cursor: pointer;
}

/*footer
--------------------------------------------*/
.pageTop {
	position: fixed;
	bottom: 5%;
	right: 2%;
	z-index: 9999;
	cursor: pointer;
}

#footer {
	color: #fff;
	text-align: center;
	background: url(../img/footer_bk.jpg) repeat-y center top #4c270d;
}

.f_info {
	padding: 60px 0 40px 0;
}

.f_logo {
	margin-bottom: 20px;
}

.f_txt {
	margin-bottom: 20px;
}

.f_copy {
	color: #fff;
	font-size: 12px;
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #86745c;
}

.f_copy a {
	color: #fff;
}

a[href^="tel:"] {
	color: #fff;
	pointer-events: none;
}