@charset "utf-8";
/* =================================================================
		reset	
================================================================= */
body, h1, h2, h3, h4, h5, h6,
p, ul, ol, li, dl, dt, dd, blockquote {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

ul, ol {
	list-style: none inside;
}

img,
a img {
	border: 0;
	vertical-align: bottom;
}
table,tr,td,th{
	border-collapse:collapse;
}
/*	Basic Text Link	*/
a {
	color: #564704;	text-decoration:underline;
}

a:link {
	color: #564704;	text-decoration: underline;
}
a:visited {
	color: #564704;	text-decoration: underline;
}
a:hover {
	color: #564704;	text-decoration: none;
}

a:focus {
	color: #564704;	text-decoration:underline;
}
a:active {
	color: #564704;	text-decoration: underline;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: '';
	display: block;
}

body{
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-feature-settings: "palt";
    line-height: 1.5;
}

/* =================================================================
		wrapper
================================================================= */
@media screen and (min-width:769px) {

#wrapper a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
}

#wrapper a img {
	transition:opacity 0.3s ease-out;
}

.sp {
	display:none;
}

#header {
	width:100%;
	height:86px;
	position:relative;
	/*box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.1);*/
}

.header_inner {
	width:1000px;
	margin:0 auto;
	position:relative;
}

.header_inner img {
	width:186px;
	position:absolute;
	top:28px;
	left:15px;
}

#wrapper {
	width:1000px;
	margin:0 auto;
}

.mv{ margin-bottom: 55px;}

/*	cv	*/
.cta01 .btn_wrap,
.cta01_2 .btn_wrap{
        background: url(../images/cta01_bg_pc.png) repeat-y center top;
}
.cta01 .btn_wrap a,
.cta01_2 .btn_wrap a{
    display: block;
    text-align: center;
    margin: 0 auto 36px auto;
    max-width: 761px;

}
.cta01 .btn_wrap a:last-of-type,
.cta01_2 .btn_wrap a:last-of-type{
    margin-bottom: 0; max-width: 696px;
}

.cta01_2 {
    margin-top: 30px;
}

.cta02 .btn_wrap{
    background: url(../images/cta02_bg01_pc.png) repeat-y center top;
}
.cta02 .btn_wrap a{
    display: block;
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}
.cta02 .btn_wrap{
    padding-bottom: 70px;
    box-sizing: border-box;
}
.cta02 .btn_wrap02{
    background: url(../images/cta02_bg02_pc.png) repeat-y center top;
    }
.cta02 .btn_wrap02 a{
    display: block;
    max-width: 697px;
    margin: 0 auto 32px auto;
}
.cta02 .btn_wrap02 a:last-of-type{
    max-width: 696px;
    margin-bottom: 0;
}

.block01{margin-top: 0;}

.block02{margin-top: 0;}

.block03{margin-top: 48px; margin-bottom: 0;}

.block04{margin-top: 0；}
  .block04 .blk+.blk{margin-top: 40px;}

.block05{margin-top: 0;}

.block06{margin-top: 62px;}

.block07{margin-top: 70px;}

/*	footer	*/
footer {
    padding: 16px 20px 70px;
    box-sizing: border-box;
    position: relative;
      max-width: 900px;
      margin: 0 auto;
}

footer .logo {
    display: inline-block;
    margin-bottom: 20px;
}
footer img{
    width: auto;
    height: auto;
    vertical-align: top;
    max-width: 100%;
}

.btn-top {
    position: absolute;
    top: 8px;
    right: 10px;
}

.mod-copy {
    font-size: 10px;
    text-align: center;
    color: #433b3b;
}


.u-visible_xs{display: none;}

}
@media screen and (min-width: 768px) {
  #header:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    min-width: 1000px;
    height: 5px;
    left: 0;
    bottom: -5px;
    background: url(../images/head_bg_pc.png) top center repeat;
  }

}



@media screen and (max-width:768px) {
.pc {
	display:none;
}

/*html,
body {
	height:100%;
}
*/

#header {
	width:100%;
	height:10vw;
	position:relative;
	box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.1);
}

.header_inner {
	width:100%;
	margin:0 auto;
	position:relative;
}

.header_inner img {
	width:30%;
	position:absolute;
	top:2.2vw;
	left:5vw;
}

#wrapper {
	width:100%;
}

#wrapper img {
	width:100%;
}

.mv{ margin-bottom: 9.6%;}

/*	cv	*/
.cta01 .btn_wrap,
.cta01_2 .btn_wrap{
    background: url(../images/cta01_bg_sp.png) repeat-y center top;
    background-size: 100% auto;
}
.cta01_2 .btn_wrap{
    padding-bottom: 0.1%;
}
.cta01 .btn_wrap a,
.cta01_2 .btn_wrap a{
    display: block;
    text-align: center;
    margin: 0 auto 4.6% auto;
    width: 84%;
    max-width: 556px;
}

.cta01_2 .btn_wrap a img.spbtn {
	width:96% !important;
}

.cta01 .btn_wrap a:last-of-type{ width: 80%; margin-bottom: 0; max-width: 535px;}


.block01{margin-top: 0;}
  .block01 .blk+.blk{margin-top: 0;}

.block02{margin-top: 0;}

.block03{margin-top: 9.35%; margin-bottom: 0;}

.block04{margin-top: 0;}
  .block04 .blk+.blk{margin-top: 6.2%;}

.block05{margin-top: 0;}

.block06{margin-top: 0;}

.block07{margin-top: 14%;}


.cta02 .btn_wrap{
    background: url(../images/cta02_bg01_sp.png) repeat-y center top;
    background-size: 100% auto;
}
.cta02 .btn_wrap a{
    display: block;
    text-align: center;
    width: 86%;
    max-width: 526px;
    margin: 0 auto;
}
.cta02 .btn_wrap{
    padding-bottom: 0;
    box-sizing: border-box;
}
.cta02 .btn_wrap02{
    background: url(../images/cta02_bg02_sp.png) repeat-y center top;
    background-size: 100% auto;
    }
.cta02 .btn_wrap02 a{
    display: block;
    width: 74%;
    max-width: 471px;
    margin: 0 auto 3.125% auto;
}
.cta02 .btn_wrap02 a:last-of-type{
    margin-bottom: 0;
}

.cta01_2 {
    margin-top: 10%;
}

footer{
    position: relative;
    padding: 16px 20px 80px;
    box-sizing: border-box;
}

footer img{
    width: auto !important;
}
.btn-top {
  position: absolute;
  top: 8px;
  right: 10px;
}

.mod-copy {
  font-size: 10px;
  text-align: center;
  color: #433b3b;
}



/* スマホ固定 */
.u-visible_xs{display: block;}
.mod-aside {
    position: fixed;
    z-index: 5000;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 4.6875% 16px;
    background-color: #e8eff7;
    box-sizing: border-box;
}
.mod-aside ul {
    text-align: center;
    font-size: 0;
}
.mod-aside li {
    display: inline-block;
    width: 47%;
    line-height: 1.3;
    box-sizing: border-box;
    padding: 0 1.5%;
}

.btn-siryou, .btn-jyukou {
  position: relative;
  background: #1083e4;
  box-shadow: 0 4px #086fc6;
  padding-left: 15px;
  box-sizing: border-box;
  font-size: 12px;
  color: #fff !important;
  font-weight: bold;
  line-height: 35px;
  border-radius: 5px;
  display: block;
  text-decoration: none !important; }
  .btn-siryou img, .btn-jyukou img {
    position: absolute;
    top: 50%;
    left: 6px;
    margin-top: -13px;
    width: 28px !important;
    height: auto; }
  .btn-siryou span, .btn-jyukou span {
      position: relative;
      top: 2px;
    display: inline-block;
    padding-left: 19px;
    background: url("../images/arrow_transparent.png");
    background-repeat: no-repeat;
    background-position: left 11px;
    background-size: 12px 12px;
    }

.btn-jyukou {
  padding-left: 0;
  background: #ec3e32;
  box-shadow: 0 4px #ed0f00; }


}