@charset "UTF-8";
/*--------------------------------------------------
  reset
--------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight:normal;/* Yutaka added */
  vertical-align: baseline;
}
body {
  line-height:1;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Yutaka added */
table, tr, th, td, caption {
  vertical-align: middle;
  text-align:left;
}
img {
  vertical-align: top;
  font-size:0;
  line-height: 0;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.pc-only {
	display: block !important;
}
.sp-only {
	display: none !important;
}

/*--------------------------------------------------
  body
--------------------------------------------------*/
body {
	min-width: 1100px;
  color: #3d0101;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	margin: auto;
}
a {
  text-decoration: none;
	display: block;
}
a:hover {
  opacity: 0.8;
}
body .inner01 {
	width: 1100px;
	margin: auto;
}
body .inner02 {
	width: 1100px;
	margin: auto;
}
.font01 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*--------------------------------------------------
  header
--------------------------------------------------*/
.header {
	width: 100%;
	height: 120px;
}
.header .logo {
	padding: 30px 0 30px 20px;
	box-sizing: border-box;
	float: left;
}
.header .logo img {
	width: 218px;
	height: 57px;
}
.header ul {
	padding: 35px 20px 0 0;
	box-sizing: border-box;
	float: right;
} 
.header ul li {
	display: inline-block;
	vertical-align: top;
}
.header ul .l-btn {
	width: 300px;
	height: 50px;
	margin: 0 20px 0 0;
}
.header ul .l-btn a {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	background: #3f96e8;
	border-bottom: 4px solid #1173cf;
	text-align: center;
	padding: 15px 0;
	box-sizing: border-box;
	position: relative;
}
.header ul .l-btn a::before {
	display: block;
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 50%;
	right: 4%;
	margin-top: -3px;
}
.header ul .r-btn {
	width: 300px;
	height: 50px;
	margin: auto;
}
.header ul .r-btn a {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	background: #fc477f;
	border-bottom: 4px solid #d81652;
	padding: 15px 15px 15px 40px;
	box-sizing: border-box;
	position: relative;
}
.header ul .r-btn a::before {
	display: block;
	content: "";
	position: absolute;
	background: url("../images/hdr_img.png") center center no-repeat;
	width: 60px;
	height: 83px;
	bottom: -38%;
	right: 5%;
}

/*--------------------------------------------------
  mv
--------------------------------------------------*/
.mv {
	width: 100%;
	height: 650px;
	background: url("../images/mv.jpg") center center no-repeat;
	display: table;
}
.mv .mv-txt {
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/*--------------------------------------------------
  sec01
--------------------------------------------------*/
.sec01 {
	width: 100%;
	height: auto;
	/*background: url("../images/sec01_bg.jpg") center center no-repeat;
	background-size: cover;*/
	text-align: center;
	padding: 80px 0 0 0;
	box-sizing: border-box;
}
/*-- .sec01 h3 img{
	width: 620px;
	height: 140px;
	margin-bottom: 40px;
} --*/
.sec01 h2 {
	margin: 0 0 40px 0;
}
.sec01 h2 img{
	width: 900px;
	height: 140px;
}
.sec01 .img-box img {
	width: 979px;
	height: 560px;
}
/*.sec01 .txt {
	position: relative;
}
.sec01 .txt img {
	width: 1100px;
	height: 638px;
	margin-top: 40px;
}
.sec01 .cv-btn img {
	width: 530px;
	height: 77px;
	position: absolute;
	bottom: 32%;
	left: 9%;
}
.sec01 .cv-btn :hover{
  opacity: 0.9;
}*/

/*--------------------------------------------------
  sec02
--------------------------------------------------*/
.sec02 {
	width: 100%;
	height: 380px;
	background: url("../images/sec02_bg.jpg") center center no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
	padding: 75px 0 0 0;
	box-sizing: border-box;
}
.sec02 .img-box {
	margin-bottom: 50px;
}
.sec02 .img-box img {
	width: 1058px;
	height: 106px;
}

/*-------------------- btn01 --------------------*/
/*.btn01 {
	width: 420px;
	height: 60px;
	margin: 35px auto 40px;
}
.btn01 a {
	color: #fff;
	font-size: 25px;
	border: 2px solid #fff;
	border-radius: 50px;
	padding: 15px 0;
	box-sizing: border-box;
	position: relative;
}
.btn01 a::before {
	display: block;
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(135deg);
	top: 50%;
	right: 6%;
	margin-top: -7px;
}*/

/*-------------------- btn02 --------------------*/
.btn02 {
	width: 900px;
	height: 80px;
	margin: auto;
}
.btn02 a {
	color: #fc477f;
	font-size: 30px;
	font-weight: bold;
	background: #fff;
	border-bottom: 7px solid #fecfdd;
	padding: 20px 0;
	box-sizing: border-box;
	position: relative;
}
.btn02 a::before {
	display: block;
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fc477f;
	border-right: 2px solid #fc477f;
	transform: rotate(45deg);
	top: 50%;
	right: 6%;
	margin-top: -5px;
}

/*--------------------------------------------------
  sec03
--------------------------------------------------*/
.sec03 {
	width: 100%;
	height: 760px;
	background: url("../images/sec03_bg.jpg") center center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 90px 0 0 0;
	box-sizing: border-box;
}
.sec03 h2 img {
	width: 413px;
	height: 118px;
	margin-bottom: 30px;
}
.sec03 h3 img {
	width: 1008px;
	height: 120px;
	margin-bottom: 28px;
}
.sec03 h4 img {
	width: 929px;
	height: 374px;
}

/*--------------------------------------------------
  sec04
--------------------------------------------------*/
.sec04 {
	width: 100%;
	height: 1110px;
	background: url("../images/sec04_bg.jpg") center center no-repeat;
	background-size: cover;
	padding: 90px 0 0 0;
	box-sizing: border-box;
}
.sec04 h2 {
	text-align: center;
}
.sec04 h2 img {
	width: 815px;
	height: 165px;
}
.sec04 .block {
	width: 100%;
	min-height: 330px;
	margin-top: 60px;
}
.sec04 .box {
	width: 620px;
	height: 330px;
	background: #fff;
	padding: 45px 50px;
	box-sizing: border-box;
	box-shadow: -2px 8px 15px #ddd;
	position: relative;
	float: left;
}
.sec04 .block .block_img {
	width: 480px;
	float: right;
}
.sec04 .block.even .box {
	padding: 65px 50px;
	box-sizing: border-box;
	float: right;
}
.sec04 .block.even .block_img {
	float: left;
}
.sec04 .box_ttl h3 span {
	color: #fff;
	font-size: 18px;
	line-height: 2.3;
	background: #f43872;
	padding: 5px;
	box-sizing: border-box;
}
.sec04 .box_ttl h3 .ttl01 {
	width: 150px;
	height: auto;
}
.sec04 .box_ttl h3 .ttl02 {
	width: 266px;
	height: auto;
}
.sec04 .box_ttl h3 .ttl03 {
	width: 160px;
	height: auto;
}
.sec04 .box_ttl h4 {
	color: #f43872;
	font-size: 50px;
	margin: 10px 0 20px;
}
.sec04 .box p {
	color: #3d0101;
	font-size: 18px;
	line-height: 1.3;
}

/*--------------------------------------------------
  sec05
--------------------------------------------------*/
.sec05 h2 {
	text-align: center;
	margin-bottom: 1px;
}
.sec05 h2 img {
	width: 875px;
	height: 173px;	
}
.sec05 .sec05-txt {
	width: 1100px;
	height: 720px;
	background: url("../images/sec05_txt.jpg") center center no-repeat;
	background-size: 100% auto;
	position: relative;
}
.sec05 h3,
.sec05 h4 {
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.sec05 p {
	font-size: 17px;
	text-align: center;
	line-height: 1.9;
}
.sec05 .sec05-txt .l-box p {
	display: block;
	content: "";
	position: absolute;
	bottom: 11%;
	left: 7%;
}
.sec05 .sec05-txt .r-box p {
	display: block;
	content: "";
	position: absolute;
	bottom: 9%;
	right: 4%;
}

/*--------------------------------------------------
  sec06
--------------------------------------------------*/
.sec06 h2 {
	text-align: center;
	margin-top: 85px;
}
.sec06 h2 img {
	width: 430px;
	height: 161px;	
}
.sec06 .sec06-txt {
	width: 1100px;
	height: 780px;
	background: url("../images/sec06_txt.jpg") center center no-repeat;
	background-size: 100% auto;
	position: relative;
}
.sec06 h3,
.sec06 h4 {
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.sec06 p {
	color: #111;
	font-size: 18px;
	line-height: 2.0;
}
.sec06 .sec06-txt .l-box p {
	display: block;
	content: "";
	position: absolute;
	bottom: 18%;
	left: 6%;
}
.sec06 .sec06-txt .r-box p {
	display: block;
	content: "";
	position: absolute;
	bottom: 18%;
	right: 5%;
}

/*--------------------------------------------------
  sec07
--------------------------------------------------*/
.sec07 {
	width: 100%;
	height: 780px;
	background: url("../images/sec07_bg.jpg") center center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 60px 0 0 0;
	box-sizing: border-box;
}
.sec07 .area {
	width: 1100px;
	position: relative;
	margin: auto;
}
.sec07 h2 img {
	width: 852px;
	height: 182px;
}
.sec07 h3 img {
	width: 794px;
	height: 516px;
	margin: 23px 0 0 250px;
}
.sec07 p {
	display: block;
	content: "";
	position: absolute;
	font-size: 24px;
	line-height: 1.5;
	text-align: left;
	top: 33%;
	left: 11%;
}

/*--------------------------------------------------
  sec08
--------------------------------------------------*/
/*.sec08 {
	padding: 100px 0;
	box-sizing: border-box;
}
.sec08 h2 img{
	width: 772px;
	height: 164px;
}
.sec08 h2,
.sec08 h3 {
	text-align: center;
}
.sec08 .rbn img {
	width: 800px;
	height: 110px;
	margin-bottom: 40px;
}
.sec08 .main-ttl {
	margin: -60px 0 0 0;
	position: relative;
}
.sec08 .main-ttl:before {
	content: "";
	position: absolute;
	width: 0;
  height: 0;
  border-top: solid 30px #fc477f;
  border-right: solid 30px transparent;
  border-bottom: solid 30px transparent;
  border-left: solid 30px transparent;
	top: 100%;
	left: 50%;
}
.sec08 .sec08-txtinner {
	width: 1100px;
	height: auto;
	background: #fff9f9;
	border: 4px solid #fc477f;
	padding: 50px 0 50px 50px;
	box-sizing: border-box;
}
.sec08 .sub  {
	text-align: center;
	margin: 5px auto 13px;
}
.sec08 .cont h3 {
	margin-top: 60px;
}
.sec08 .cont-inner {
	margin-top: 35px;
}
.sec08 .l-box {
	float: left;
}
.sec08 .note04 {
	color: #111;
	font-size: 15px;
	margin: 20px 0 0 0;
}*/

/*--------------------------------------------------
  step
--------------------------------------------------*/
/*.step {
	width: 100%;
	height: auto;
	background: #ecf6ff;
	text-align: center;
	padding: 75px 0 100px;
	box-sizing: border-box;
}
.step h3 img {
	width: 948px;
	height: 166px;
	margin-bottom: 55px;
}
.step .step-area {
	width: 1100px;
	margin: auto;
}
.step .step_ttl {
	width: 245px;
	background: #3f96e8;
	text-align: center;
	padding: 13px 0;
	box-sizing: border-box;
	position: relative;
}
.step .step_ttl:before {
	content: "";
	position: absolute;
	width: 0;
  height: 0;
  border-top: solid 15px #3f96e8;
  border-right: solid 15px transparent;
  border-bottom: solid 15px transparent;
  border-left: solid 15px transparent;
	top: 100%;
	left: 45%;
}
.step .step-wrap {
	margin-right: 40px;
	float: left;
	position: relative;
}
.step .step-wrap:last-child {
	margin-right: 0;
}
.step .step01:last-child {
	margin-right: 0;
}
.step .arrow img {
	position: absolute;
	top: 45%;
	right: -14%;
}
.step .step_txt {
	width: 245px;
	height: 375px;
	background: #fff;
	box-shadow: 0 0 12px #ddd;
	text-align: center;
	padding: 25px 16px 20px;
	box-sizing: border-box;
}
.step .s_txt_b {
	color: #3f96e8;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}
.step .s_txt_l {
	color: #111;
	font-size: 19px;
	line-height: 1.3;
  text-align: justify;
	margin: 15px 0 20px;
}
.step .s_txt_01 {
	padding: 15px 0 20px;
	box-sizing: border-box;
}
.note01 {
	font-size: 19px;
	text-align: left;
	padding: 40px 0 0 0;
	box-sizing: border-box;
}
.note02 {
	font-size: 19px;
	text-align: justify;
	line-height: 1.5;
	padding: 20px 0 40px 0;
	box-sizing: border-box;
}*/

/*-------------------- btn-area --------------------*/
/*.btn-area {
	width: 1100px;
	height: 230px;
	background: #fff;
	border: 2px solid #3f96e8;
	padding: 35px 260px 30px;
	box-sizing: border-box;
}
.btn-area h4 img {
	width: 568px;
	height: 35px;
}
.note03 {
	text-align: right;
}*/

/*-------------------- btn03 --------------------*/
/*.btn03 {
	width: 580px;
	height: 80px;
	margin: 15px auto;
}
.btn03 a {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	background: #3f96e8;
	border-bottom: 7px solid #1173cf;
	padding: 20px 0;
	box-sizing: border-box;
	position: relative;
}
.btn03 a::before {
	display: block;
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 50%;
	right: 5%;
	margin-top: -5px;
}*/

/*--------------------------------------------------
  sns
--------------------------------------------------*/
.sns {
	padding: 90px 0 0;
	box-sizing: border-box;
}
.sns .sns_ttl img {
	width: 604px;
	height: 121px;
	text-align: center;
	margin-bottom: 0;
}	
.sns .sns_ttl {
	text-align: center;
	margin-bottom: 55px;
}
.sns .sns_txt {
	margin: 0 40px 0 0;
	float: left;
}
.sns .sns_txt:last-child {
	margin-right: 0;
}
.sns .facebook_ttl {
	width: 530px;
	height: 90px;
	background: #3a579a;
	text-align: center;
	padding: 24px 0;
	box-sizing: border-box;
}
.sns .facebook_ttl img {
	width: 202px;
	height: 39px;
}	
.sns .facebook_txt {
	width: 530px;
	height: 430px;
	background: #eee;
	border: 3px solid #3a579a;
	text-align: center;
	padding: 30px 20px;
	box-sizing: border-box;
}
.sns .line_ttl {
	width: 530px;
	height: 90px;
	background: #00b900;
	text-align: center;
	padding: 25px 0;
	box-sizing: border-box;
}
.sns .line_ttl img {
	width: 148px;
	height: 42px;
}
.sns .line_txt {
	width: 530px;
	height: 430px;
	background: #fff;
	border: 3px solid #00b900;
	text-align: center;
	padding-top: 33px;
	box-sizing: border-box;
}
.sns .line_txt_b {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	margin: 35px 0 15px;
}
.sns .line_txt_l {
	color: #111;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 30px;
}
.sns .sns_tel img {
	width: 387px;
	height: 40px;
}
.sns .sns_tel {
	text-align: center;
	margin: 60px 0 30px;
}

/*--------------------------------------------------
  copy right
--------------------------------------------------*/
.copy {
	color: #111;
	font-size: 20px;
	text-align: center;
	border-top: 1px solid #111;
	padding: 30px 0 180px;
	box-sizing: border-box;
}

/*--------------------------------------------------
	 floating
--------------------------------------------------*/
.floating {
	width: 100%;
	background: rgba(255,255,255,0.9);
	padding: 10px 0 18px;
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	z-index: 9999;
}
.floating h3 {
	margin-left: 385px;
}
/*.floating .l-btn h3 img {
	width: 435px;
	height: 25px;
}*/
.floating .r-btn h3 img {
	width: 38%;
	height: auto;
}
/*.floating .l-btn {
	float: left;
}*/
.floating .r-btn {
	float: none;
}

/*-------------------- flo-btn01 --------------------*/
/*.flo-btn01 {
	width: 530px;
	height: 60px;
	margin: 15px 40px 0 0;
}
.flo-btn01 a {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	background: #3f96e8;
	text-align: center;
	border-bottom: 5px solid #1173cf;
	padding: 15px 0;
	box-sizing: border-box;
	position: relative;
}
.flo-btn01 a::before {
	display: block;
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 50%;
	right: 6%;
	margin-top: -5px;
}*/

/*-------------------- flo-btn02 --------------------*/
.flo-btn02 {
	width: 640px;
	height: 60px;
	margin: 8px auto 0;
}
.flo-btn02 a {
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	background: #fc477f;
	border-bottom: 5px solid #d81652;
	padding: 15px 0 15px 180px;
	box-sizing: border-box;
	position: relative;
}
.flo-btn02 a::before {
	display: block;
	content: "";
	position: absolute;
	width: 100px;
	height: 134px;
	background: url("../images/flo_img.png");
	bottom: -29%;
	right: 2%;
}
.is-fixed {
	display: none!important;
}	
