@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

.w100 {font-weight: 100;}
.w200 {font-weight: 200;}
.w300 {font-weight: 300;}
.w400 {font-weight: 400;}
.w500 {font-weight: 500;}
.w700 {font-weight: 700;}
.w900 {font-weight: 900;}

a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);}


.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

hr {
    display:block;
    height:2px;
    border:0;
    border-top:2px solid #ffee8f;
    margin:35px 0;
    padding:0;
}


/*----------------------------------------
body
------------------------------------------*/

html, body {
  height: 100%;
  margin: 0;
}

body {
	font-family:'Noto Sans Japanese',sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body.under {
	font-family: 'Noto Sans Japanese', sans-serif;
	margin: 0px;
	background:#fff;
	height: 100%;
}


/*----------------------------------------
link
------------------------------------------*/

a {
	color: #028BE7;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/*----------------------------------------
wrap
------------------------------------------*/
#wrap {
	width: 100%;
	overflow: hidden;

}

/*----------------------------------------
余白
------------------------------------------*/

.pad-t20 {
	padding-top: 20px;
}

.pad-t30 {
	padding-top: 30px;
}

.pad-tb20 {
	padding: 30px 0;
}

.pad-b30 {
	padding-bottom: 30px;
}

.pad-tb30 {
	padding: 30px 0;
}

.pad-tb40 {
	padding: 40px 0 30px;
}

.pad-t50 {
	padding-top: 50px;
}

.pad-b40 {
	padding-bottom: 40px;
}

.pad-b50 {
	padding-bottom: 50px;
}

.ma-b20	{
	margin-bottom: 20px
}

.ma-b30	{
	margin-bottom: 30px
}

.ma-b40	{
	margin-bottom: 40px
}

.ma-b50	{
	margin-bottom: 50px
}

.ma-b60	{
	margin-bottom: 60px
}

.ma-t30	{
	margin-top: 30px;
}

.ma-t50	{
	margin-top: 50px;
}

.ma-tb30	{
	margin-top: 30px;
	padding-bottom: 40px;
}

/*----------------------------------------
文字装飾
------------------------------------------*/

.red {
	color:#e82f2f;
	font-weight:bold;
}

.yellow {
	color: #ffe345;
}

.sky-blue {
	color:#00d2ff;
	font-weight:bold;
}

.blue {
	color:#006cff;
	font-weight:bold;
}

.red25 {
	font-size:25px;
	color:#e82f2f;
	font-weight:bold;
}

.f22 {
	font-size:22px;
	line-height:1.5em;
	font-weight:bold;
}

.f25 {
	font-size:25px;
	line-height:1.5em;
	font-weight:bold;
}

.f35 {
	font-size:35px;
	line-height:1.5em;
	font-weight:bold;
}

.back-y {
	background:#fff600;
	font-weight: bold;
	color: #000;
}

.t-line {
  text-decoration: underline; 
  text-decoration-thickness: 0.5em; 
  text-decoration-color: rgba(255, 216, 0, 1); 
  text-underline-offset: -0.2em; 
  text-decoration-skip-ink: none;
  font-weight: bold;
}


/**********************************************************
背景
**********************************************************/

.shadow {
	box-shadow: 0px 0px 10px #989898 ;
}

.light {
	text-shadow: 0 0 3px #fff,0 0 5px #fff;
	font-weight: bold;
}

/* PC */

@media only screen and (min-width: 913px) {

.sp {
	display:none;
}


/*----------------------------------------
header
------------------------------------------*/

header {
	background: url("../img/fv-bg.jpg") no-repeat center top;
	background-size: auto 100%;
	width: 100%;
	text-align: center;
	padding-top: 75px;
}
header .header-top {
	width: 100%;
	height: 67px;
	background-color: #fff;
	position: fixed;
	z-index: 9999;
	top: 0px;
	left: 0;
}
header .header-top .contener {
	display: flex;
	width: 1100px;
	height: 67px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}
header .header-top .contener h1{
	font-size: 25px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
header .header-top .contener h1 span{
	font-size: 33px;
	color: #ff5a00;
}
@media only screen and (max-width: 1170px) {
	/* TABLET */
	header img{
		width: 100%;
}
	header .header-top .contener {
	width: 96%;
	margin: 0 2%;
	}
}

/*----------------------------------------
コンテンツ共通
------------------------------------------*/


p {
	font-size: 19px;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 2em;
}

.contents {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.contents2 {
	width: 850px;
	margin: 0 auto;
}

/* block1 */
.block1 {
	width: 100%;
	background:url(../img/block01-bg.jpg) no-repeat top center;
	background-size: cover;
	padding: 100px 0 100px;
	text-align: center;
}
.block1 h2 {
	text-align: center;
	font-size: 33px;
	font-weight: bold;
	margin: 0px 0 40px 0;
	padding-bottom: 10px;
	border-bottom: 1px dashed #262626;
	display:inline-block;
}
.block1 h2 span {
	font-size: 41px;
	font-weight: bold;
}
.block1 .voice {
	width: 1150px;
	margin: 0 auto;
}
.block1 .voice .voice-item-left{
	display: flex;
	align-items:center;
	justify-content:flex-start;
	gap:0 20px;
}
.block1 .voice .voice-item-right{
	display: flex;
	align-items:center;
	justify-content:flex-end;
	gap:0 35px;
}
.block1 .voice .name {
	padding: 0px 0;
	margin: 0;
	color: #eb710e;
	font-size: 22px;
	font-weight: bold;
}
.block1 .balloon-left {
	position: relative;
	display: inline-block;
	margin: 1.5em 0 1.5em 15px;
	padding: 20px 30px;
	min-width: 120px;
	max-width: 630px;
	color: #555;
	font-size: 16px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 15px 1px rgba(234, 112, 14, .4);
  }
.block1 .balloon-left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #fff;
 }
  .block1 .balloon-right {
	position: relative;
	display: inline-block;
	margin: 1.5em 0 1.5em 15px;
	padding: 20px 30px;
	min-width: 120px;
	max-width: 630px;
	color: #555;
	font-size: 16px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 15px 1px rgba(234, 112, 14, .4);
  }
.block1 .balloon-right:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #fff;
  }
.block1 p {
	font-size: 20px;
	line-height: 1.6em;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.block1 .comment {
	width: 1130px;
	font-size: 14px;
	text-align: right;
	margin: 30px auto 0;
}
.block1 figure {
	box-shadow: 0px 0px 15px 1px rgba(234, 112, 14, .4);
	border-radius: 200px;
}
@media only screen and (max-width: 1150px) {
	/* TABLET */
	.block1 .voice {
		width: 92%;
		margin: 0 4%;
}
}

/* block2 */
.block2 {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}
.block2.bg1{
	width: 100%;
	background:url(../img/block02-bg.jpg) no-repeat top center;
	background-size: cover;
}
.block2.bg2{
	width: 100%;
	background:url(../img/block05-bg.jpg) no-repeat top center;
	background-size: cover;
}
.block2 h2 {
	text-align: left;
	font-size: 45px;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0px 0 20px 0;
}
.block2 span {
	color: #ff5a00;
	font-weight: bold;
}

.block2 .contents {
	width: 950px;
	margin: 0 auto 30px;
	padding: 0px;
}
.block2 .contener {
	display: flex;
	align-items:flex-end
}
.block2 .contents p{
	font-size: 19px;
	line-height: 1.6em;
	margin-bottom: 1em;
}
.block2 .text {
	margin-right:40px;
	text-align: left;
}
.block2 .text h3 {
	font-size: 23px;
	line-height: 1.6em;
	text-indent: 0.5em;
	text-align: left;
	color: #fff;
	margin: 0 0 5px 0;
	padding: 0;
	background-color: #ff5a00;
	box-decoration-break: clone;	
	-webkit-box-decoration-break: clone;
	display: inline;
}
.block2 .photo {
	width: 30%;
	margin-top: 70px;	
	margin-right: 0px;
	margin-bottom: 40px;	
}
.block2 .bottom {
	background-color: #fff;
	border-radius: 15px;
	text-align: left;
	margin-top: 60px;
	padding: 60px 60px 40px;
	position: relative;
	box-shadow: 0px 0px 15px 1px rgba(158, 158, 158, .4);
}
.block2 .bottom .note p {
	font-size: 27px;
	line-height: 1.4em;
	font-weight: bold;
	color:#ff5a00;
	border-bottom: 1px dashed #ff5a00;
	margin-bottom: 0.5em;
}
.block2 .bottom p {
	font-size: 19px;
	line-height: 1.6em;
	margin: 0;
}
.block2 .bottom .img {
	position: absolute;
	bottom:0px;
	right: 0px;
}
.block2 .bottom .img img {
	width: 9.5vw;
}
.block2 .bottom figure {
	position: absolute;
	top:-0px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* block3 */
.block3 {
	width: 100%;
	background:url(../img/block03-bg.jpg) no-repeat top center;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 50px;
}
.block3 h2 {
	text-align: left;
	margin: 0px 0 50px 0;
}
.block3 span {
	color: #ff5a00;
	font-weight: bold;
}
.block3 .contents {
	width: 950px;
	margin: 0 auto 30px;
	padding: 0px;
}
.block3 .contener {
	display: flex;
	align-items:flex-end
}
.block3 .contents p{
	font-size: 19px;
	line-height: 1.6em;
	margin-bottom: 1em;
}
.block3 .text {
	margin-right:10px;
	text-align: left;
	padding-right: 0px;
}
.block3 .text h3 {
	font-size: 23px;
	line-height: 1.6em;
	text-indent: 0.5em;
	text-align: left;
	color: #fff;
	margin: 0 0 5px 0;
	padding: 0;
	background-color: #ff5a00;
	box-decoration-break: clone;	
	-webkit-box-decoration-break: clone;
	display: inline;
}
.block3 .bottom {
	background-color: #fff;
	border-radius: 15px;
	text-align: left;
	margin-top: 30px;
	padding: 0px 0px 40px;
	position: relative;
	box-shadow: 0px 0px 15px 1px rgba(158, 158, 158, .4);
}
.block3 .bottom .faq p {
	font-size: 26px;
	line-height: 1.4em;
	padding: 20px 0;
	font-weight: bold;
	color:#fff;
	text-align: center;
	background:#ff5a00 url(../img/block03-img2.png) no-repeat 5% center ;
	border-radius: 10px 10px 0 0;
	margin: 0px;
}
.block3 .bottom p {
	font-size: 19px;
	line-height: 1.6em;
	margin: 40px 60px 0;
}

/* block4 */
.block4 {
	width: 100%;
	background:url(../img/block04-bg.jpg) no-repeat top center;
	background-size: cover;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}
.block4 h2 {
	text-align: center;
	font-size: 33px;
	font-weight: bold;
	margin: 0px 0 60px 0;
	padding-bottom: 10px;
	border-bottom: 1px dashed #262626;
	display:inline-block;
}
.block4 h2 span {
	font-size: 41px;
	font-weight: bold;
}

/* block6 */
.block6 {
	width: 100%;
	background:url(../img/block06-bg.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0 100px;
	text-align: center;
}
.block6 h2 {
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	margin: 0px 0 60px 0;
}
.block6 h3 {
	font-size: 24px;
	line-height: 1.6em;
	text-align: left;
	color: #fff;
	margin: 0 0 0px 0;
	background-color: #947547;
	display: inline;
}
.block6 .contents {
	width: 950px;
	margin-top: 40px;
}
.block6 .contents .contener {
	padding: 0;
	display: flex;
	margin-bottom: 20px;
}
.block6 .contents .photo {
	margin-right: 40px;
}
.block6 .contents .photo img {

}
.block6 .contents .text {
	width: 666px;
	margin-left: 20px;
	text-align: left;
}
.block6 .contents .text .sub{
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	margin: 14px 0;
}
.block6 .contents .text .name{
	font-size: 32px;
	line-height: 1.3em;
	font-weight: bold;
	margin: 12px 0 12px 0;
}
.block6 .contents .text p {
	font-size: 17px;
	line-height: 1.8em;
	margin-bottom: 0px;
}
.block6 .bottom {
	margin-top: 40px;
}

/* block7 */
.block7 {
	background:url(../img/block07-bg.jpg) no-repeat top center;
	background-size: cover;
	padding: 20px 0 100px;
}
.block7 h2 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}
.block7 span {
	color: #ff5a00;
	font-weight: bold;
}
.block7 .contents {
	width: 820px;
	text-align: left;
	margin: 0 auto;
}
.block7 h2 {
	margin: 60px 0 30px;
}
.block7 li{
	background:#fff url("../img/icon-check.png") no-repeat 20px center;
	font-size: 20px;
	line-height: 1.4em;
	text-indent: 0em;
	padding: 0.7em 0 0.7em 3em;
	margin: 0px 0 7px 0;
	box-shadow: 0px 0px 5px 1px rgba(70, 70, 70, .2);
}

/* block8 */
.block8 {
	width: 100%;
	background:url(../img/block08-bg.jpg)no-repeat top center;
	background-size: cover;
	padding: 70px 0 0px;
	margin: 0;
}
.block8 .contener {
	width: 820px;
	margin: 0 auto 0px;
	padding: 0 0 60px 0;
	position: relative;
}
.block8 .contener .img-photo {
	width: 244px;
	height:417px;
	position: absolute;
	bottom: 0;
	right:-70px;
}
.block8 p {
	font-size: 19px;
	background-image: linear-gradient(180deg, #fed931 1px, transparent 1px); 
	background-size: 100% 2.5em; 
	line-height: 2.5em; 
	padding-bottom: 1px;
	margin-right: 200px;
	margin-bottom: 0;
	padding-bottom: 0px;
	
}
.block8 .name {
	font-size: 19px;
	text-align: right;
	display: block;
}



/* cv */
.cv {
	background:url("../img/form_bg.jpg") no-repeat center top;
	background-size: cover;
	width: 100%;
	padding: 50px 0 50px;
	text-align: center;
	position: relative;
}
.cv h2 {
	margin-bottom: 33px;
}
.cv h2 span {
	font-weight: bold;
	border-bottom: 5px solid #fff600;
}
.cv .contents {
	padding: 74px 0;
}
.cv .in_text {
	margin-top: 10px;
}
.cv .in_text input{
  	width: 700px;
	height: 68px;
	font-size: 30px;
	background-color: #fff;
  	padding: 6px;
  	margin: 0px auto 30px;
	text-align: center;
	border: 2px solid #d0d0d0;
}
.cv .in_text label {
  display: block;
}
.cv .in_text label span {
  color: #e82f2f;
  margin-left: 4px;
}
.cv .btn {
	width: 960px;
}
.cv p{
	width: 520px;
	margin: 0 auto;
	font-size:13px;
	margin-top: 30px;
	text-align: left;
	color: #141414;
	text-indent: -1em;
}

.submit{background:url(../img/cv-btn.png) no-repeat center top;border: none;color: transparent;width:80%; padding-top:14%; background-size:contain;}   
/*form*/
    .formbg{background:url(../img/form_bg.jpg) top no-repeat; background-size:contain; padding:7% 5%}
    input[type="text"]{padding:2%; width:100%; text-align:center; border:3px solid #f3f3f3;background: #fafafa;border-radius:10px; margin-bottom:2%}
    input[type="submit"]{background:url(../img/cv-btn.png) no-repeat center top;border: none;color: transparent;width:80%; padding-top:14%; background-size:contain;animation: bounce 2s ease infinite normal 0s none running !important; -webkit-animation: bounce 2s ease infinite normal 0s none running !important; -ms-animation: bounce 2s ease infinite normal 0s none running !important}
    @keyframes bounce{0%, 100%, 20%, 50%, 80%{transform: scale(1.0);} 40%{transform: scale(1.04);} 60%{transform: scale(1.02);}}
    div.left ul.reference{color:#000}    
/*----------------------------------------
footer
------------------------------------------*/

#footer {
	width:100%;
	margin:30px auto 0;
	padding:40px 0px;
	text-align:center;
	background:#fff;
	color:#232323;
}

#footer p {
	text-align: center;
	font-size: 17px;
}

#footer a {
	color:#232323;
}

#footer ul{
	width:700px;
	margin-left:30%;
	display:table;
	padding:35px 0 20px;
	margin:0 auto;
}

#footer li{
	display:table-cell;
	padding:10px 10px;
	font-size:17px;
}


} 

/**********************************************************
animationBtn
**********************************************************/

.animationBtn{

/*デザイン*/
width:95%;
padding:0px;
margin:0 auto;
color:#000;
text-decoration:none;
border-radius:5px;
margin:0 auto;
text-align:center;

/*アニメーション*/
animation: animScale 1s infinite ease-out;
transform-origin: 50% 50%;
animation-play-state:running;

}
@keyframes animScale {
  from {transform: scale3d(1.1, 1.1, 1);}
  50% {transform: scale3d(0.95, 0.95, 1);}
  to {transform: scale3d(1.1, 1.1, 1);}
}


@media only screen and (max-width: 912px) {
/* SP TABLET */


body {
	font-family:OpenSans-Light,Tahoma,Helvetica Neue,Helvetica,Arial,sans-serif;
	margin: 0px;
}

img {
	width: 100%;
}

hr {
    display:block;
    height:2px;
    border:0;
    border-top:2px solid #ffee8f;
    margin:15px 0;
    padding:0;
}

.pc {
	display:none;
}



/*----------------------------------------
header
------------------------------------------*/


header {
	background: url("../img/fv-bg.jpg") no-repeat center top;
	background-size: auto 100%;
	width: 100%;
	text-align: center;
	padding-top: 7%;
}
header .header-top {
	width: 100%;
	padding: 10px 0;
	background-color: #fff;
	position: fixed;
	z-index: 9999;
	top: 0px;
	left: 0;
}
header .header-top .contener {
	display: flex;
	margin: 0 2%;

	justify-content: space-between;
	align-items: center;
}
header .header-top .contener img {
	width: 30vw;
}
header .header-top .contener h1{
	font-size: 3vw;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
header .header-top .contener h1 span{
	font-size: 4vw;
	color: #ff5a00;
}


/*----------------------------------------
wrap
------------------------------------------*/
#wrap {
	width: 100%;
	margin-top:0px;
	overflow: hidden;
}

/*----------------------------------------
コンテンツ共通
------------------------------------------*/

p {
	font-size: 19px;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 2em;
}


.contents {
	margin: 0 4%;
}

.contents2 {
	margin: 0 4%;
}

/* block1 */
.block1 {
	width: 100%;
	background:url(../img/block01-bg.jpg) no-repeat top center;
	background-size: cover;
	padding: 40px 0;
	text-align: center;
}
.block1 img {
	min-width: 120px;
}
.block1 h2 {
	text-align: center;
	font-size: 25px;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0px 0 30px 0;
	padding-bottom: 10px;
	border-bottom: 1px dashed #262626;
	display:inline-block;
}
.block1 h2 span {
	font-size: 30px;
	line-height: 1.5em;
	font-weight: bold;
}
.block1 .voice {
	margin: 0 4%;
}
.block1 .voice .voice-item-left{
	display: flex;
	align-items:center;
	justify-content:flex-start;
	gap:0 10px;
}
.block1 .voice .voice-item-right{
	display: flex;
	align-items:center;
	justify-content:flex-end;
	gap:0 20px;
}
.block1 .voice .name {
	padding: 0px 0;
	margin: 0;
	color: #eb710e;
	font-size: 22px;
	font-weight: bold;
}
.block1 .balloon-left {
	position: relative;
	display: inline-block;
	margin: 1.5em 0 1.5em 15px;
	padding: 12px 22px;
	min-width: 120px;
	max-width: 630px;
	color: #555;
	font-size: 16px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 15px 1px rgba(234, 112, 14, .4);
  }
.block1 .balloon-left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #fff;
 }
  .block1 .balloon-right {
	position: relative;
	display: inline-block;
	margin: 1.5em 0 1.5em 15px;
	padding: 12px 22px;
	min-width: 120px;
	max-width: 630px;
	color: #555;
	font-size: 16px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 15px 1px rgba(234, 112, 14, .4);
  }
.block1 .balloon-right:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #fff;
  }
.block1 p {
	font-size: 17px;
	line-height: 1.5em;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.block1 .comment {
	font-size: 14px;
	text-align: right;
	margin: 10px 30px 0 0;
}
.block1 figure {
	box-shadow: 0px 0px 15px 1px rgba(234, 112, 14, .4);
	border-radius: 200px;
}

/* block2 */
.block2 {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.block2.bg1 {
	background:url(../img/block02-bg.jpg) no-repeat top center;
	background-size: cover;
}
.block2.bg2 {
	background:url(../img/block05-bg.jpg) no-repeat top center;
	background-size: cover;
}
.block2 h2 {
	text-align: left;
	font-size: 30px;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0px 0 20px 0;
}
.block2 span {
	color: #ff5a00;
	font-weight: bold;
}
.block2 h3 {
	font-size: 21px;
	line-height: 1.6em;
	text-indent: 0.5em;
	text-align: left;
	color: #fff;
	margin: 0 0 5px 0;
	padding: 0;
	background-color: #ff5a00;
	box-decoration-break: clone;	
	-webkit-box-decoration-break: clone;
	display: inline;
}
.block2 figure {
	text-align: center;
}
.block2 figure img {
	width: 80%;
	margin: 0 auto;
}
.block2 .contents {
	margin: 0 4% 30px;
	padding: 0px;
}
.block2 .contener {

}
.block2 .contents p{
	font-size: 19px;
	line-height: 1.6em;
	margin-bottom: 1em;
}
.block2 .text {
	margin-right:0px;
	margin-bottom: 20px;
}
.block2 .bottom {
	background-color: #fff;
	border-radius: 15px;
	text-align: left;
	margin-top: 50px;
	padding: 30px 30px 20px;
	position: relative;
	box-shadow: 0px 0px 15px 1px rgba(158, 158, 158, .4);
}
.block2 .bottom .note {
	margin-bottom: 10px;
}
.block2 .bottom .note p {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
	color:#ff5a00;
	border-bottom: 1px dashed #ff5a00;
	box-decoration-break: clone;	
	-webkit-box-decoration-break: clone;
	display: inline;
}
.block2 .bottom p {
	font-size: 17px;
	line-height: 1.6em;
	margin: 0;
}
.block2 .bottom figure {
	position: absolute;
	top:-0px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* block3 */
.block3 {
	width: 100%;
	background:url(../img/block03-bg.jpg) no-repeat top center;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 40px;
}
.block3 h2 {
	text-align: left;
	margin: 0px 0 20px 0;
}
.block3 span {
	color: #ff5a00;
	font-weight: bold;
}

.block3 .contents {
	margin: 0 4% 30px;
	padding: 0px;
}
.block3 .contener {

}
.block3 .contents p{
	font-size: 19px;
	line-height: 1.6em;
	margin-bottom: 1em;
}
.block3 .text {
	margin-right:10px;
	text-align: left;
	padding-right: 0px;
}
.block3 .text h3 {
	font-size: 23px;
	line-height: 1.6em;
	text-indent: 0.5em;
	text-align: left;
	color: #fff;
	margin: 0 0 5px 0;
	padding: 0;
	background-color: #ff5a00;
	box-decoration-break: clone;	
	-webkit-box-decoration-break: clone;
	display: inline;
}
.block3 .bottom {
	background-color: #fff;
	border-radius: 15px;
	text-align: left;
	margin-top: 30px;
	padding: 0px 0px 30px;
	position: relative;
	box-shadow: 0px 0px 15px 1px rgba(158, 158, 158, .4);
}
.block3 .bottom .faq {
	background:#ff5a00 url(../img/block03-img2.png) no-repeat left center ;
	background-size:contain;
	border-radius: 10px 10px 0 0;
	margin: 0px;
	padding: 5px 0 5px 9%;
}
.block3 .bottom .faq p {
	font-size: 20px;
	line-height: 1.4em;
	font-weight: bold;
	color:#fff;
	text-align: left;
	margin: 10px 0 10px 14%;

}
.block3 .bottom p {
	font-size: 19px;
	line-height: 1.6em;
	margin: 30px 25px 0;
}

/* block4 */
.block4 {
	background:url(../img/block04-bg.jpg) no-repeat top center;
	background-size: cover;
	text-align: center;
	padding: 50px 4% 40px;
}
.block4 h2 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0 40px 0;
	padding-bottom: 10px;
	border-bottom: 1px dashed #262626;
	display:inline-block;
}
.block4 h2 span {
	font-size: 27px;
	font-weight: bold;
}

/* block6 */
.block6 {
	width: 100%;
	background:url(../img/block06-bg.jpg) no-repeat;
	background-size: cover;
	padding: 40px 0 40px;
	text-align: center;
}
.block6 h2 {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	margin: 0px 0 20px 0;
}
.block6 h3 {
	font-size: 21px;
	line-height: 1.6em;
	text-indent: 0.5em;
	text-align: left;
	color: #fff;
	margin: 0 0 5px 0;
	padding: 0;
	background-color: #947547;
	box-decoration-break: clone;	
	-webkit-box-decoration-break: clone;
	display: inline;
}
.block6 .contents {
	padding: 0;
	margin-top: 30px;
}
.block6 .contents .contener {
	padding: 0;
	display: flex;
	margin-bottom: 20px;
}
.block6 .contents .photo {
	margin-right: 5%;
	width: 35%;
}

.block6 .contents .photo img {
	width: 100%;
}
.block6 .contents .text {
	width: 60%;
	text-align: left;
}
.block6 .contents .text .sub{
	font-size: 3vw;
	line-height: 1.4em;
	font-weight: bold;
	margin: 14px 0;
}
.block6 .contents .text .name{
	font-size: 4vw;
	line-height: 1.3em;
	font-weight: bold;
	margin: 12px 0 12px 0;
}
.block6 .contents .text p {
	font-size: 17px;
	line-height: 1.8em;

	margin-bottom: 15px;
}

/* block7 */
.block7 {
	background:url(../img/sp-block07-bg.jpg) no-repeat top center;
	background-size: cover;
	padding: 20px 0 50px;
}
.block7 h2 {
	font-size: 30px;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 15px;
	font-weight: bold;
}
.block7 span {
	color: #ff5a00;
	font-weight: bold;
}
.block7 .contents {
	text-align: left;
	margin: 0 4%;
}
.block7 li{
	background:#fff url("../img/icon-check.png") no-repeat 20px center;
	font-size: 20px;
	line-height: 1.4em;
	text-indent: 0em;
	padding: 0.7em 0.5em 0.7em 3em;
	margin: 0px 0 7px 0;
	box-shadow: 0px 0px 5px 1px rgba(70, 70, 70, .2);
}

.block8 {
	width: 100%;
	background:url(../img/sp-block08-bg.jpg)no-repeat top center;
	background-size: cover;
	padding: 70px 0 0px;
	margin: 0;
}
.block8 .contener {
	margin: 0;
	padding: 0 4%;
}
.block8 p {
	font-size: 19px;
	background-image: linear-gradient(180deg, #fed931 1px, transparent 1px); 
	background-size: 100% 2.5em; 
	line-height: 2.5em; 
	padding-bottom: 1px;
	margin: 0px;
	padding-bottom: 0px;
	
}
.block8 .name {
	font-size: 19px;
	text-align: right;
	display: block;
}
.block8 .contener .img-photo {
	text-align: center;
}
.block8 .contener .img-photo img {
	width: 80%;
}

/* cv */
.cv {
	background:url("../img/form_bg.jpg") no-repeat center top;
	background-size: cover;
	padding:40px 4% 40px;
	text-align: center;
}
.cv h2 {
	margin-top: 0px;
	margin-bottom: 10px;
}
.cv h2 span {
	font-weight: bold;
	border-bottom: 5px solid #fff600;
}
.cv .contents .btn input {
	width: 100%;
}
.cv .contents {
	padding: 30px 0 10px;
	margin: 0;
}
.cv .in_text {
	margin-top: 10px;
}
.cv .in_text input{
	width: 92%;
	height: 50px;
	font-size: 20px;
	background-color: #fff;
  	padding: 3px 4%;
  	margin: 10px auto 20px;
	text-align: center;
	border: 2px solid #d0d0d0;
}
.cv .btn input{
	width: 100%;
}
.cv .in_text label {
  display: block;
}
.cv .in_text label span {
  color: #e82f2f;
  margin-left: 4px;
}
.cv p{
	margin: 0 auto;
	font-size:12px;
	margin-top: 5%;
	text-align: left;
	color: #222222;
}

input[type="submit"]{background:url(../img/cv-btn.png) no-repeat center top;border: none;color: transparent;width:100%; padding-top: 14%;background-size: contain;} 


/*----------------------------------------
footer
------------------------------------------*/

#footer {
	width:100%;
	margin:30px auto 0;
	padding:20px 0px 10px;
	text-align:center;
	background:#fff;
	color:#232323;
}

#footer p {
	font-size: 13px;
	line-height: 1.3em;
	text-align: center;
}

#footer a {
	color:#232323;
}

#footer ul{
	display:none;
}

#footer p {
	margin-bottom:1em;
}
}/*@media only screen and (max-width: 912px)*/


/*----------------------------------------
決済エリア（仮）
------------------------------------------*/

#pay {
	width: 100%;
	text-align: center;
}