@charset "utf-8";
/* CSS Document */
/*文字装飾*/
.u {text-decoration:underline;}
.r {color:#f00;}
.bl{color:#0176E4;}
.blk{color:#000;}
.yf{color: #FFED00;}
.y {background-color:#ff0;}
.w {background-color:#1CF7FB;}
.fw10 {font-weight:100;}
.fw30 {font-weight:300;}
.fw50 {font-weight:500;}
.fw70 {font-weight:700;}
.fw90 {font-weight:900;}
.fs08 {font-size:0.8em;}
.fs09 {font-size:0.9em;}
.fs11 {font-size:1.1em;}
.fs12 {font-size:1.2em;}
.fs13 {font-size:1.3em;}
.fs14 {font-size:1.4em;}
.fs15 {font-size:1.5em;}
.fs16 {font-size:1.6em;}
.fs17 {font-size:1.7em;}
.fs18 {font-size:1.8em;}
.fs19 {font-size:1.9em;}
.fs20 {font-size:2em;}
.fs25 {font-size:2.5em;}
.lh15 {line-height: 1.5;}
.lh16 {line-height: 1.6;}
.lh17 {line-height: 1.7;}
.lh18 {line-height: 1.8;}
.lh19 {line-height: 1.9;}
.lh20 {line-height: 2.0;}
.ls {letter-spacing: -0.15em;}
.y_marker {
    background: linear-gradient(transparent 50%, #ffffac 50%);
}

/*1024px以下*/
@media screen and (max-width: 1024px) {

/*文字装飾*/
.fs09, .fs08 {font-size:0.9em;}
.fs11 {font-size:1em;}
.fs12 {font-size:1.1em;}
.fs13 {font-size:1.1em;}
.fs14 {font-size:1.2em;}
.fs15 {font-size:1.2em;}
.fs16 {font-size:1.3em;}
.fs17 {font-size:1.3em;}
.fs18 {font-size:1.4em;}
.fs19 {font-size:1.4em;}
.fs20 {font-size:1.5em;}
.fs25 {font-size:1.5em;}

}

.noto{
	font-family: "Noto Sans Japanese";
}

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

a {
text-decoration: none;
}

main {
	font-family:  'Century Gothic', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', sans-serif;
	color: #021D0B;
}

.btn-5 a {
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
	width: 95%;
	max-width: 800px;
}

/*ボタン　キラリ------------------------------------------------*/
/*.btn-5 {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}


.btn-5 a::before {
    display: block;
    position: absolute;
    z-index: 1;
    left: -100%;
    top: -50vh;
    content: '';
    width: 20rem;
    height: 100vh;
    transform: rotate(45deg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 110%);
    animation: highLight ;
    animation-delay: -2s;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes highLight {
    from { left: 0%; }
    15%, 100% { left: 145%; }
}*/
/*ボタン　キラリ------------------------------------------------*/


/*コンテンツ全体-----------------------------------------------*/
.contents {
	width:1024px;
	font-size: 1.3em;
	margin: 0 auto;
	text-align: left;
	padding: 2% 0;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
/*コンテンツ全体*/
.contents {
	width:95%;
	font-size: 1.1em;
}
}
/*コンテンツ全体-----------------------------------------------*/


/*ヘッダー-----------------------------------------------------*/
header{
	background: url("../img/header_bk.jpg") no-repeat center;
	background-size: cover;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
header {
}
}
/*ヘッダー-----------------------------------------------------*/

.triangle{
width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 40px solid #f00;
  margin: 2% auto;
}

@media screen and (max-width: 767px) {
.triangle{
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 45px solid #f00;
  margin: 1em auto;
}}
/*フォーム下-----------------------------------------------------*/
#form,
#form2 {
	text-align: center;
	padding: 2% 0;
	background-color: #FD9A28;
	color: #fff;
}

#form .btn input,
#form2 .btn input{
	text-align: center;
	max-width: 100%;
}

#form .shindan_btn,
#form2 .shindan_btn
{
	width: 95%;
    max-width: 700px;
	margin: 0 auto;
	padding: 2em 0;
    background-color: #f00;
	color: #fff;
	font-size: 2em;
	display : block;
    box-shadow: 0px 4px 0 rgba(0, 0, 0, .4);
    transition: 0.2s all ease 0s;
	display: flex;
	align-items: center;
	text-align:center;
	justify-content: center;
}
#form .shindan_btn:hover,
#form2 .shindan_btn:hover{
    background-color: #620001;
	color: #ccc;
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
}
#form .fa-chevron-circle-right,
#form2 .fa-chevron-circle-right{
	padding-left: 2px;
	font-size: 2em;
	
}
@media screen and (max-width: 1024px) {
	#form{padding: 5% 0;}
	#form2{padding: 10% 0 15% 0;}
	#form .shindan_btn{font-size: 1.5em;}
	#form2 .shindan_btn{font-size: 1.5em;}
}
/*小見出し1-----------------------------------------------------*/
#komi1 .contents{
	padding: 2% 0;

}
#komi1 .contents p {
	font-size: 1.3em;
	line-height: 1.6;
}

#komi1 .merit .midashi{
	background: #FF5126;
	font-size: 2.5em;
	color: #fff;
	padding: 3% 0;
}
.box {
	width: 95%;
	max-width: 800px;
	position: relative;
	margin: 3em auto;
	border: solid 3px #FF5126;
	border-radius: 5px;
	padding: 2% 0;
}
.box .box-title {
position: absolute;
display: inline-block;
top: -13px;
left: 10px;
padding: 0 9px;
line-height: 1;
font-size: 1.5em;
background: #fffdf0;
color: #FF5126;
font-weight: bold;
}

.box p {
	font-family: "Noto Sans Japanese";
	width: 90%;
	max-width: 750px;
	margin: 0 auto; 
	padding: 1em 0;
	font-weight: 900;
	line-height: 1.4;
	font-size: 1.7em;
}
@media screen and (max-width: 1024px) {
	#komi1 .contents{
	padding: 8% 0;

}
	#komi1 .merit .box{
		padding: 3% 0;
		border: solid 2px #FF5126;
	}
	#komi1 .merit .box p{
		font-size: 1.45em;
	}
#komi1 .merit .midashi{
	padding: 1em 0;
	font-size: 1.8em;
}
}
/*小見出し2-----------------------------------------------------*/
#komi2{
	background: url("../img/furuya_bk.jpg") no-repeat bottom right;
	background-attachment: fixed;
	background-size: 100% auto;
}
#komi2 .midashi{
	background: #FF5126;
	padding: 3% 0;
	font-size: 2.5em;
	color: #fff;
	font-weight: bold;
	margin-bottom: .5em;
}

#komi2 .contents p{
	line-height: 1.4;
	color: #fff;
	font-weight: 500;
	text-shadow:
		0 0 5px #000,
		0 0 10px #000,
		0 0 15px #000;
}
#komi2 .flexbox{
	display: flex;
	justify-content: center;
	align-items: center;
}
#komi2 .flexbox img{
	display: block;
	width: 90%;
	max-width: 450px;
	margin: 0 auto;
}
@media screen and (max-width: 1024px) {
	#komi2 .flexbox{
		display: block;
	}
	#komi2{
		background: url("../img/furuya_bk.jpg") no-repeat top right;
		background-attachment:inherit;
		background-size: auto 100%;
}
}
/*--------------------------------------------------------*/


.btntop{
	font-size:2em;
	text-align:center;
	font-weight:bold;
	position: relative;
  display: inline-block;
}
.btntop::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.5em;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  display: block;
  width: 1px;
  height: 100%;
  border-left: 1.5px solid #fff;
}

.btntop::after {
  content: "";
  position: absolute;
  top: 0;
  right: -0.5em;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  display: block;
  width: 1px;
  height: 100%;
  border-right: 1.5px solid #fff;
}
@media screen and (max-width: 1024px) {
	.btntop{
		font-size: 1.5em;
	}
}


/*フッター--------------------------------------------------------*/
footer {
	text-align: center;
	background:#151414;
	color: #fff;
	padding: 2% 0;
	font-size: 1.4em;
}

footer a {
	color: #fff;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
/*フッター*/
footer {
	text-align: left;
	color: #fff;
	font-size: 1.1em;
}
}
/*フッター-------------------------------------------------------*/

/*非表示設定---------------------------------------------------*/
.hi {
	display: none;
}
.hy {
	display: block;
}
.hy2 {
	display: inline-block;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
.hi {
	display: block;
}
.hy {
	display: none;
}
.hy2 {
	display: none;
}
}
/*非表示設定---------------------------------------------------*/

.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links{
	display: none;
}




