@media screen and (max-width: 750px){
/*--------------------------------------------------
  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 {
	width: 100%;
  vertical-align: top;
  font-size:0;
  line-height: 0;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.pc-only {
	display: none !important;
}
.sp-only {
	display: block !important;
}

/*--------------------------------------------------
  body
--------------------------------------------------*/
body {
	min-width: 100%;
  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: 100%;
	margin: auto;
}
body .inner02 {
	width: 100%;
	margin: auto;
}
.font01 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.area {
	padding: 0 20px;
	box-sizing: border-box;
}		

/*--------------------------------------------------
  header
--------------------------------------------------*/
.header {
	width: 100%;
	height: auto;
}
.header .logo {
	padding: 5% 0 5% 4%;
	box-sizing: border-box;
	float: left;
}
.header .logo img {
	width: 60%;
	height: auto;
}
.header ul {
	padding: 35px 20px 0 0;
	box-sizing: border-box;
	float: none;
} 
.header ul li {
	display: inline-block;
	vertical-align: top;
}
.header ul .l-btn {
	width: 100%;
	height: 60px;
	margin: 0 0 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;
	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: 5%;
	margin-top: -3px;
}
.header ul .r-btn {
	width: 100%;
	height: 60px;
	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 25px;
	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: 4%;
}
	
/*=====ハンバーガーメニュー=====*/
nav.globalMenuSp {
  position: fixed;
  top: 0;
  right: 0;
  color: #fff;
  text-align:left;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
	height: 45%;
	background: rgba(255,255,255,0.9);
	z-index: 900;
}
nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 85px 20px;
  width: 100%;
}
nav.globalMenuSp ul li {
  font-size: 3vw;
	text-align: center;
  list-style-type: none;
  padding: 10px 0 10px 0;
	box-sizing: border-box;
  width: 90%;
}
nav.globalMenuSp ul li:last-child {
  margin-top: 20px;
}	
	
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
.navToggle {
  display: block;
  position: fixed;    /* bodyに対しての絶対位置指定 */
  right: 13px;
  top: 3%;
  width: 42px;
  height: 38px;
  cursor: pointer;
  text-align: center;
	z-index: 999;
}
.navToggle span {
  display: block;
  position: absolute;    /* .navToggleに対して */
  width: 30px;
  border-bottom: solid 2px #000;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
}
.navToggle span:nth-child(1) {
  top: 9px;
}
.navToggle span:nth-child(2) {
  top: 18px;
}
.navToggle span:nth-child(3) {
  top: 27px;
}
.navToggle span:nth-child(4) {
  border: none;
  color: #eee;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
}
	
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
	z-index: 999;
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
	z-index: 999;
}	

/*--------------------------------------------------
  mv
--------------------------------------------------*/
.mv {
	width: 100%;
	height: 0;
	background: url("../images/sp_mv.jpg") center center no-repeat;
	background-size: cover;
	padding-top: 82.6%;
}
.mv .mv-txt {
	display: none;
	width: 1076px;
	height: 622px;
	margin: auto;
	background: url("../images/mv_txt.png") center center no-repeat;
	background-size: 100% auto;
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/*--------------------------------------------------
  sec01
--------------------------------------------------*/
.sec01 {
	width: 100%;
	height: auto;
	/*background: url("../images/sec01_bg.jpg") center center repeat;
	background-size: cover;*/
	text-align: center;
	padding: 40px 0 0 0;
	box-sizing: border-box;
}
/*.sec01 h3 img{
	width: 100%;
	height: auto;
	margin-bottom: 20px; 
}*/
.sec01 h2 {
	margin: 0 0 20px 0;
}
.sec01 h2 img{
	width: 100%;
	height: auto;
}
.sec01 .img-box img {
	width: 100%;
	height: auto;
}	
/*.sec01 .txt {
	position: relative;
}	
.sec01 .txt img {
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.sec01 .cv-btn img {
	width: 58%;
	height: auto;
	position: absolute;
	bottom: 27%;
	left: 5%;
}
.sec01 .cv-btn :hover{
  opacity: 0.9;
}*/	

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

/*-------------------- btn01 --------------------*/
/*.btn01 {
	width: 100%;
	height: 60px;
	margin: 25px auto 25px;
}
.btn01 a {
	color: #fff;
	font-size: 23px;
	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: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(135deg);
	top: 50%;
	right: 6%;
	margin-top: -7px;
}*/

/*-------------------- btn02 --------------------*/
.btn02 {
	width: 100%;
	height: auto;
	margin: auto;
}
.btn02 a {
	color: #fc477f;
	font-size: 4.5vw;
	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: 6px;
	height: 6px;
	border-top: 2px solid #fc477f;
	border-right: 2px solid #fc477f;
	transform: rotate(45deg);
	top: 50%;
	right: 5%;
	margin-top: -3px;
}

/*--------------------------------------------------
  sec03
--------------------------------------------------*/
.sec03 {
	width: 100%;
	height: auto;
	background: url("../images/sec03_bg.jpg") center center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 50px 0 0 0;
	box-sizing: border-box;
}
.sec03 h2 img {
	width: 60%;
	height: auto;
	margin-bottom: 30px;
}
.sec03 h3 img {
	width: 80%;
	height: auto;
	margin-bottom: 20px;
}
.sec03 h4 img {
	width: 95%;
	height: auto;
}	

/*--------------------------------------------------
  sec04
--------------------------------------------------*/
.sec04 {
	width: 100%;
	height: auto;
	background: url("../images/sec04_bg.jpg") center center no-repeat;
	background-size: cover;
	padding: 40px 0 ;
	box-sizing: border-box;
}
.sec04 h2 {
	text-align: center;
}
.sec04 h2 img {
	width: 100%;
	height: auto;
}
.sec04 .block {
	width: 100%;
	min-height: auto;
	margin-top:30px;
}
.sec04 .box {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: -2px 8px 15px #ddd;
	position: relative;
	float: none;
}
.sec04 .block .block_img {
	width: 100%;
	float: none;
}
.sec04 .block.even .box {
	padding: 20px;
	box-sizing: border-box;
	float: none;
}
.sec04  .block_img {
	float: none ;
	width: 100%;
	margin-top: 16px;
}
	.sec04 .block.even .block_img {
	float: none;
}
.sec04 .block_img img {
	float: none !important;
	width: 100% !important;
}
.sec04 .box_ttl h3 span {
	color: #fff;
	font-size: 18px;
	line-height: 1.8;
	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:28px;
	margin: 10px 0 16px;
}
.sec04 .box p {
	color: #3d0101;
	font-size: 14px;
	line-height: 1.6;
}

/*--------------------------------------------------
  sec05
--------------------------------------------------*/
.sec05 h2 {
	text-align: center;
	margin-bottom: 1px;
}
.sec05 h2 img {
	width: 100%;
	height: auto;	
}
.sec05 .sec05-txt {
	display: none;
	width: 1300px;
	height: 720px;
	background: url("../images/sec05_txt.jpg") center center no-repeat;
	background-size: 100% auto;
	position: relative;
}	
.sec05 .l-box img,
.sec05 .r-box img {
  width: 100%;
  height: auto;
}	
.sec05 .l-box img {
	margin: 30px 0;
}		
.sec05 h3,
.sec05 h4,
.sec05 p	{
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.sec05 p {
	font-size: 13px;
	text-align: center;
	line-height: 1.5;
}
.sec05 .l-box p {
	display: block;
	content: "";
	position: absolute;
	bottom: 28%;
	left: 10%;
}
.sec05 .sec05-txt .r-box p {
	display: block;
	content: "";
	position: absolute;
	bottom: 13%;
	right: 7%;
}

/*--------------------------------------------------
  sec06
--------------------------------------------------*/
.sec06 h2 {
	text-align: center;
	margin:40px auto;
	width: 80%;
}
.sec06 h2 img {
	width: 60%;
	height: auto;	
}
.sec06 .sec06-txt {
	width: 100%;
	height: auto;
	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: 20%;
	left: 13%;
}
.sec06 .sec06-txt .r-box p {
	display: block;
	content: "";
	position: absolute;
	bottom: 20%;
	right: 10%;
}
/*--------------------------------------------------
  sec07
--------------------------------------------------*/
.sec07 {
	width: 100%;
	height: auto;
	background: url("../images/sec07_bg.jpg") center center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 40px 0 0 0;
	box-sizing: border-box;
	position: static;
}
.sec07 .area {
	width: 100%;
	position: relative;
	margin: auto;
}
.sec07 h2 img {
	width: 100%;
	height: auto;
}	
.sec07 h3 img {
	display: block;
	width: 100%;
	height: auto;
	margin:10px 0 0 0;
}
.sec07 p {
	display: block;
	content: "";
	position: static;
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
	margin: 30px auto 0;
	padding: 0;
	box-sizing: border-box;
	top: 40%;
	left: 30%;
}

/*--------------------------------------------------
  sec08
--------------------------------------------------*/
/*.sec08 {
	padding: 40px 0;
	box-sizing: border-box;
}
.sec08 h2 img {
	width: 100%;
	height: auto;
}	
.sec08 h2,
.sec08 h3 {
	text-align: center;
}
.sec08 .rbn img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.sec08 .main-ttl {
	margin: 10px 0 0 0;
	position: relative;
}
.sec08 .main-ttl:before {
	content: "";
	position: absolute;
	width: 0;
  height: 0;
  border-top: solid 20px #fc477f;
  border-right: solid 20px transparent;
  border-bottom: solid 20px transparent;
  border-left: solid 20px transparent;
	top: 100%;
	left: 50%;
	margin-left:-20px;
}
.sec08 .sec08-txtinner {
	width: 100%;
	height: auto;
	background: #fff9f9;
	border: 4px solid #fc477f;
	padding:30px 16px;
	box-sizing: border-box;
}
.sec08 .sub  {
	text-align: center;
	margin: auto;
}
.sec08 .cont h3 {
	margin-top: 30px;
}
.sec08 .cont-inner {
	margin-top: 20px;
}
.sec08 .l-box {
	float: none;
}
.sec08 .li01,.sec08 .li02,.sec08 .li03 {
	margin:16px 0 0 0
}
.sec08 .li04 {
	margin:30px 0 20px;
}
.sec08 .note04 {
	color: #111;
	font-size: 13px;
	line-height: 1.3;
	margin: 20px 0 0 0;
}*/

/*--------------------------------------------------
  step
--------------------------------------------------*/
/*.step {
	width: 100%;
	height: auto;
	background: #ecf6ff;
	text-align: center;
	padding: 40px 0 30px;
	box-sizing: border-box;
}
.step h3 img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.step .step-area {
	width: 100%;
	margin: auto;
}
.step .step_ttl {
	width: 100%;
	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_ttl img {
	width: 20%;
}	
.step .step-wrap {
	margin-right: 0;
	float: none;
	position: static;
}
.step .step-wrap:last-child {
	margin-right: 0;
}
.step .step01:last-child {
	margin-right: 0;
}
.step .arrow img {
	width: 20%;
	margin-bottom: 20px;
	position: static;
	top: 45%;
	right: -14%;
}
.step .step_txt {
	width: 100%;
	height: auto;
	background: #fff;
	box-shadow: 0 0 12px #ddd;
	text-align: center;
	padding: 25px 20px 25px;
	box-sizing: border-box;
}
.step .step_txt img {
	width: 90%;
}
.step .s_txt_b {
	color: #3f96e8;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}
.step .s_txt_l {
	color: #111;
	font-size: 15px;
	line-height: 1.3;
  text-align: center;
	margin: 15px 0 20px;
}
.step .s_txt_01 {
	padding: 0;
	box-sizing: border-box;
}
.note01 {
	color: #111;
	font-size: 15px;
	line-height: 1.5;
	text-align: left;
	padding: 40px 0 0 0;
	box-sizing: border-box;
}
.note02 {
	color: #111;
	font-size: 15px;
	text-align: justify;
	line-height: 1.5;
	padding: 20px 0 40px 0;
	box-sizing: border-box;
}
*/
/*-------------------- btn-area --------------------*/
/*.btn-area {
	width: 100%;
	height: auto;
	background: #fff;
	border: 2px solid #3f96e8;
	padding: 30px 20px 30px;
	box-sizing: border-box;
}
.btn-area h4 img {
	width: 90%;
	height: auto;
}
.note03 {
	color: #111;
	font-size: 13px;
	text-align: right;
}*/

/*-------------------- btn03 --------------------*/
/*.btn03 {
	width: 100%;
	height: auto;
	margin: 10px auto;
}
.btn03 a {
	color: #fff;
	font-size: 3.8vw;
	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: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 50%;
	right: 4%;
	margin-top: -3px;
}*/

/*--------------------------------------------------
  sns
--------------------------------------------------*/
.sns {
	padding: 60px 20px 0;
	box-sizing: border-box;
}
.sns .sns_ttl img {
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 0;
}	
.sns .sns_ttl {
	text-align: center;
	margin-bottom: 30px;
}
.sns .sns_txt {
	margin: 0;
	float: none;
}
.sns .sns_txt:last-child {
	margin-right: 0;
}
.sns .facebook_ttl {
	width: 100%;
	height: 90px;
	background: #3a579a;
	text-align: center;
	padding: 26px 0;
	box-sizing: border-box;
}
.sns .facebook_ttl img {
	width: 42%;
	height: auto;
}	
.sns .facebook_txt {
	width: 100%;
	height: auto;
	background: #eee;
	border: 3px solid #3a579a;
	text-align: center;
	padding: 20px 20px;
	box-sizing: border-box;
}
.sns .line_ttl {
	width: 100%;
	height: 90px;
	background: #00b900;
	text-align: center;
	padding: 27px 0;
	box-sizing: border-box;
}
.sns .line_ttl img {
	width: 30%;
	height: auto;
}	
.sns .line_txt {
	width: 100%;
	height: auto;
	background: #fff;
	border: 3px solid #00b900;
	text-align: center;
	margin-bottom: 20px;
	padding: 33px 0;
	box-sizing: border-box;
}
.sns .line_txt img {
	width: 30%;
}	
.sns .line_txt_b {
	color: #111;
	font-size: 5vw;
	font-weight: bold;
	margin: 35px 0 15px;
}
.sns .line_txt_l {
	color: #111;
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 30px;
}
.sns .sns_tel {
	text-align: center;
	margin: 30px 0 30px;
}
.sns .sns_tel img {
	width: 70%;
	height: auto;
}

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

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

/*-------------------- flo-btn01 --------------------*/
/*.flo-btn01 {
	width: 100%;
	height: auto;
	margin: 10px 0 15px 0;
}
.flo-btn01 a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: #3f96e8;
	text-align: center;
	border-bottom: 5px solid #1173cf;
	padding: 10px 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: 100%;
	height: auto;
	margin: 10px auto 0;
}
.flo-btn02 a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: #fc477f;
	border-bottom: 5px solid #d81652;
	padding: 10px 0;
	box-sizing: border-box;
	position: relative;
}
.flo-btn02 a::before {
	display: block;
	content: "";
	position: absolute;
	width: 87px;
	height: 117px;
	background: url("../images/flo_img_sp.png");
	bottom: -50%;
	right: 0;
}*/
	
	
.flo-btn02 {
	width: 100%;
	height: auto;
	margin: 5px auto 0;
}
.flo-btn02 a {
	color: #fff;
	font-size: 4vw;
	font-weight: bold;
	background: #fc477f;
	border-bottom: 5px solid #d81652;
	padding: 10px 0 10px 20%;
	box-sizing: border-box;
	position: relative;
}
.flo-btn02 a::before {
	display: block;
	content: "";
	position: absolute;
	width: 77px;
	height: 104px;
	background: url("../images/flo_img_sp.png");
	bottom: -29%;
	right: 2%;
}
.is-fixed {
	display: none!important;
}	
}