/*----------------------------------------------------------------------------レスポンシブCSS-------------------------------------------------------------------------------------------------------------------------------------*/
/*--------スマホ--------*/
/*--------トップページ--------*/
	a {
		text-decoration: none;
		color: #000;
	}
	.header_flexbox {
		position: relative;
		padding: 10px 0 10px 10px;
		align-items: center;
	}
	.header_cta {
		background: #FFD635;
		font-weight: 900;
		text-align: center;
		color: #000;
		position: absolute;
		height: 100%;
		width: 200px;
		right: 0;
		top: 0;
	}
	.header_logowrap {
		width: calc(100% - 200px);
		max-width: 252px;
		padding: 0 20px 0 0;
	}
	.fv_wrap {
		padding: 30px 0;
	}
	.tilebg {
		background-image: url(../img/064.png);
	}
	.ba_wrap {
		padding: 50px 0;
	}
	.ba_h2 {
		position: relative;
		text-align: center;
		margin: 0 0 30px;
		line-height: 1.7;
		font-size: 20px;
	}
	.ba_h2>span {
		color: #FFF;
		background: #004476;
		position: relative;
		z-index: 3;
	}
	.ba_h2_man1, .ba_h2_man2 {
		position: absolute;
		width: 60px;
		z-index: 1;
		bottom: 0;
	}
	.ba_h2_man1 {
		left: 0;
	}
	.ba_h2_man2 {
		right: 0;
	}
	.wallbg {
		background-image: url(../img/038.png);
	}
	.nayami_wrap {
		padding: 50px 0 30px;
		text-align: center;
	}
	.co_h2 {
		background: #FFF;
		color: #006CD1;
		border: 3px solid #006CD1;
		border-radius: 10px;
		padding: 12px 10px;
		max-width: 704px;
		margin: 0 auto 30px;
		font-size: 22px;
		box-shadow: 0 3px 6px rgba(0,0,0,.16);
		text-align: center;
	}
	.nayami_h3>span {
		position: relative;
		z-index: 5;
	}
	.nayami_h3 {
		background: rgba(255,255,255,1);
		position: relative;
		padding: 10px 0;
		line-height: 1.6;
	}
	.nayami_h3::before {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		background: #fff;
		width: 200vw;
		height: 100%;
		z-index: 1;
	}
	.nayami_h3>span>span {
		position: relative;
		padding-top: 0.2em;
		}
	.nayami_h3>span>span::before {
		position: absolute;
		content: "";
		width: 0.3em;
		height: 0.3em;
		border-radius: 50%;
		background-color: #003464;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.nayami_imgwrap {
		font-size: 0;
		position: relative;
		margin: 0 auto;
		max-width: 853px;
	}
	.nayami_a1, .nayami_a2, .nayami_a3, .nayami_a4 {
		display: block;
		position: absolute;
		z-index: 5;
		height: 50%;
	}
	.nayami_a1 {
		width: 60%;
		left: 0;
		top: 0;
	}
	.nayami_a2 {
		width: 40%;
		right: 0;
		top: 0;
	}
	.nayami_a3 {
		width: 65%;
		left: 0;
		bottom: 0;
	}
	.nayami_a4 {
		width: 35%;
		right: 0;
		bottom: 0;
	}
	.skybg {
		background-image: url(../img/155.jpg);
	}
	.point_wrap {
		padding: 30px 0;
	}
	.point_box {
		background: rgba(255,255,255,.9);
		margin: 22px 0;
		padding: 30px 0;
	}
	.point_flexbox1 h2 {
		font-family: 'Shippori Mincho', serif;
		margin: 0 0 20px;
	}
	.point_flexbox1 img {
		display: inline-block;
		margin: 0 0 10px;
	}
	.point_flexbox1 {
		margin: 0 0 30px;
	}
	.linescroll_wrap {
    position: relative;
    overflow: hidden;
    z-index: 5;
	}
	.scrolltxt {
    line-height: 1;
    animation: scrollSample01 25s linear infinite;
    padding-left: 100%;
    display: inline-block;
    white-space: nowrap;
	}
	.scrolltxt>img {
		width: 3393px;
		height: auto;
		max-width: 3393px;
	}
	@keyframes scrollSample01{
	0% { transform: translateX(0)}
	100% { transform: translateX(-100%)}
}
.loop_wrap {
  display: flex;
  width: 100vw;
  height: 400px;
  overflow: hidden;
  background: rgba(255,255,255,.5);
  padding: 20px 0;
}

.loop_wrap img {
  width: 3393px;
		height: auto;
		max-width: 3393px;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.loop_wrap img:first-child {
  animation: loop 120s -60s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 120s linear infinite;
}
	.reason_wrap {
		text-align: center;
		padding: 50px 0;
	}
	.reason_flexbox {
		margin: 15px 0;
	}
	.campaign_wrap {
		padding: 30px 0;
		text-align: center;
	}
	.campaign_bnr {
		display: inline-block;
		background: rgba(255,255,255,.9);
		box-shadow: 0 0 16px rgba(0,0,0,.22);
		position: relative;
		padding: 30px 20px;
	}
	.campaign1, .campaign2 {
		position: absolute;
		bottom: -30px;
	}
	.campaign1 {
		width: 60px;
		left: -15px;
	}
	.campaign2 {
		width: 60px;
		right: -15px;
	}
	.campaign_bnr h2 {
		margin: 0 0 20px;
		color: #006CD1;
	}
	.step_wrap {
		text-align: center;
		padding: 50px 0 0;
	}
	.step_ball {
		font-size: 0;
	}
	.message_wrap {
		padding: 50px 0;
	}
	.message_h3 {
		margin: 0 0 30px;
		text-align: center;
	}
	.qa_wrap {
		padding: 50px 0;
	}
	.qaqa dd:not(:nth-child(2)) {
		display: none;
	}
	.qaqa dt {
		background: #FFF;
		border: 1px solid #000;
		padding: 20px 35px 20px 75px;
		position: relative;
		cursor: pointer;
		margin: 0 0 20px;
	}
	.qaqa dd {
		background: #FFF;
		padding: 20px 15px 20px 75px;
		margin: 0 0 20px;
		border: 1px solid #000;
		border-width: 0 1px 1px;
		position: relative;
	}
	.qaqa dt.clicked {
		margin: 0;
		border-bottom: none;
	}
	.qaqa dt::before, .qaqa dd::before {
		content: "";
		background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    	width: 40px;
    	height: 40px;
    	position: absolute;
    	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 20px;
	}
	.qaqa dt::before {
		background-image: url(../img/q.png);
	}
	.qaqa dd::before {
		background-image: url(../img/a.png);
	}
	.qaqa dt::after {
		content: "";
		position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 0;
		border-top: 1px dashed #000;
		width: calc(100% - 30px);
		height: 1px;
		display: none;
	}
	.qaqa dt.clicked::after {
		display: block;
	}
	.form_wrap {
		text-align: center;
		padding: 50px 0;
	}
	.cta_img1 {
		margin: 0 0 25px;
	}
	.dtarrow {
		position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%)rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	width: 20px;
	height: 13px;
		display: block;
		right: 15px;
		background-image: url(../img/arrow.png);
	}
	dt.clicked .dtarrow {
		transform: translateY(-50%) rotate(0);
	-webkit-transform: translateY(-50%)rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	}
	.sldwrap {
		overflow: hidden;
	}
	.cta_img2 {
		margin: 0 0 30px;
		display: inline-block;
	}
	.formwaku {
		border: 2px solid #FFF;
		margin: 0 auto 20px;
		max-width: 800px;
		padding: 10px;
	}
	.formtable {
		border-collapse:collapse;
		width: 100%;
	}
	.formtable th, .formtable td {
		text-align: left;
		background: #FFFFFF;
		border: 1px solid #707070;
		padding: 10px;
	}
	.formtable th {
		font-size: 12px;
		position: relative;
	}
	.hissu::before {
		content: "必須";
		color: #FFF;
		background: #BC1621;
		font-size: 10px;
		display: inline-block;
		padding: 2px 2px;
		margin: 0 3px 0 0;
	}
	.formtable input {
		height: 40px;
		width: 100%;
		box-sizing: border-box;
		padding: 0 5px;
	}
	.submitbtn {
		display: block;
		margin: 0 auto;
		background: #FFD635;
		text-align: center;
		max-width: 534px;
		width: 100%;
		padding: 20px;
		font-weight: 600;
	}



/*--------タブレット--------*/
@media screen and (min-width: 768px) {
    /*--------トップページ--------*/
.fv_bg{
	background-image:url(/img/fv-bg.png) ;
	background-position: center;
	padding-top: 50px;
	background-size: cover;
} 
.attention{
	text-align: center;
	margin: 0 auto;
	width: 80%;
	padding: 10px;
	background-color: #FFF;
	border: 4px solid #FFD635;
	border-radius: 10px;
	font-size: 20px;
}
.attention p{
line-height: 1.4;
font-weight: bold;
margin-bottom: 10px;	
}
.attention a{
	font-weight: bold;
	color:#004476;
	font-size: 24px;
}
.attention a:hover{
	opacity: 0.7;
}

    .header_right {
    	width: calc(100% - 252px);
    	text-align: right;
    	justify-content: flex-end;
    	padding: 0 280px 0 0;
    }
    .header_logowrap {
    	width: 252px;
    }
    .globalmenu {
    	list-style: none;
    	padding: 0;
    }
    .globalmenu li {
    	display: inline-block;
    	margin: 0 0 0 20px;
    }
    .globalmenu li a {
    	font-size: 18px;
    }
    .header_cta {
    	width: 260px;
    	font-size: 20px;
		height:100% ;
    }
    .ba_h2 {
    	font-size: 35px;
    	padding: 0 0 30px;
    }
    .ba_h2_man1, .ba_h2_man2 {
    	width: 135px;
    }
    .co_h2 {
    	font-size: 35px;
    }
    .nayami_h3 {
    	font-size: 55px;
    	padding: 30px 0 10px;
    }
    .point_flex {
    	align-items: center;
    }
    .point_flexbox1 {
    	width: 50%;
    	margin: 0;
    }
    .point_flexbox1 h2 {
    	font-size: 30px;
    }
    .point_flexbox2 {
    	width: 50%;
    	margin: 0;
    	text-align: center;
    }
    .point_flex_1col .point_flexbox1 {
    	width: 100%;
    }
    .reason_flexbox {
		margin: 0 0;
	}
	.reason_flex {
		justify-content: space-around;
	}
	.campaign_bnr {
		padding: 30px 40px;
	}
	.campaign_bnr h2 {
		font-size: 35px;
	}
	.campaign1 {
		width: 150px;
		left: -50px;
	}
	.campaign2 {
		width: 120px;
		right: -50px;
	}
	.campaign_wrap {
		padding: 40px 0;
	}
	.message_h3 {
		font-size: 28px;
	}
	.message_flex {
		flex-direction: row-reverse;
	}
	.message_flexbox1 {
		width: 35%;
	}
	.message_flexbox2 {
		width: 60%;
	}
	.qaqa dt, .qaqa dd {
		font-size: 18px;
		padding: 30px 30px 30px 80px;
	}
	.qaqa dt::after {
		width: calc(100% - 40px);
	}
	.formtable th {
		font-size: 18px;
	}
	.hissu::before {
		font-size: 12px;
	}
	.formwaku {
		padding: 30px;
	}
    
}





/*--------PC--------*/
@media screen and (min-width: 1000px) {
    /*--------トップページ--------*/
}
.fv_bg{
	background-image:url(/img/fv-bg.png) ;
	background-position: center;
	padding-top: 50px;
	background-size: cover;

} 
.attention{
	text-align: center;
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	padding: 20px;
	background-color: #FFF;
	border: 4px solid #FFD635;
	border-radius: 10px;
	font-size: 20px;
}
.attention p{
line-height: 1.4;
font-weight: bold;
margin-bottom: 10px;	
}
.attention a{
	font-weight: bold;
	color:#004476;
	font-size: 24px;
}
.attention a:hover{
	opacity: 0.7;
}





/*--------11/10 追記--------*/
.access {
	background-color: #003464;
	margin: 0;
	border-top: #fff solid 2px;
}
.access_box:first-child {
 display: flex;
 color: #FFF;
 justify-content: space-between;
 margin:0  auto 20px;
 padding-top: 30px;
 padding-bottom: 0px;
 list-style: none;
 font-size: 18px;
}
.access_box{
	display: flex;
	color: #FFF;
	justify-content: space-between;
	margin:0  auto 20px;
	padding-bottom:0px;
	 list-style: none;
	 font-size: 18px;
}
.access_box:last-child{
	display: flex;
	color: #FFF;
	justify-content: space-between;
	margin:0  auto;
	padding-bottom: 30px;
	 list-style: none;
	 font-size: 18px;
}
ul.access_box li:first-child{
	line-height: 1.5;
	margin-right: 4%;
	width: 48%;
}
ul.access_box li{
 line-height: 1.5;
width: 48%;
}
ul.access_box li span{
 font-weight: bold;	
}

@media screen and (max-width: 768px) {
	.access_box:first-child {
	 display: block;
	 margin:0  auto;
	 padding:30px 0 0 0;
	 list-style: none;
	 font-size: 16px;
	}
	.access_box{
		display: block;
		margin:0  auto;
		padding:0 0 0 0;
		 list-style: none;
		 font-size: 16px;
	}
	.access_box:last-child{
		display: block;
		margin:0  auto;
		padding:0 0 50px 0;
		 list-style: none;
		 font-size: 16px;
	}
	ul.access_box li:first-child{
		line-height: 1.5;
		margin-right:0;
		width: 100%;
	}
	ul.access_box li{
	 line-height: 1.5;
	 width: 100%;
	 margin-top: 15px;
	}
	ul.access_box li span{
	 font-weight: bold;	
	}
}


/*--------11/17 追記--------*/
header{
	position:fixed;
	background:#fff;
	width: 100%;
	height: auto;
	z-index: 999;
	border-bottom: 2px solid #006CD1;
	top:0;
	overflow:hidden;
}
.fv_wrap{
	padding-top: 20px;
}
body{
	width: 100%;
}

@media screen and (min-width: 768px){
	header{
		height: auto;
}
main{
	padding-top: 68px;
}
}

@media screen and (max-width: 768px) {
	header{
		position:fixed;
		background:#fff;
		width: 100%;
		height: auto;
		z-index: 999;
	    border-bottom: 2px solid #006CD1;
	    top:0;
}
	.fv_wrap{
		padding-top: 30px;
	}
}


/*--------2/1 追記--------*/
.voice{
max-width: 1000px;
margin: 0 auto;
padding: 0 20px;
}
.voice ul{
list-style: none;
display: flex;
justify-content:space-between;
width:100%;
flex-wrap: wrap;
padding: 30px 0px;
margin: 0 !important;
}
.voice li{
width:32%;
margin-bottom: 30px;
}
.voice li img{
width: 100%;
filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));
}

@media screen and (max-width: 768px){
.voice{
max-width: 1000px;
margin: 0 auto;
padding: 0 15px;
}
.voice ul{
list-style: none;
display: flex;
justify-content:space-around;
width:100%;
flex-wrap: wrap;
padding: 15px 0px;
margin: 0 !important;
}
.voice li{
width:48%;
margin-bottom: 15px;
}
.voice li img{
width: 100%;
filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));
}

}

@media screen and (max-width: 768px) {
.fv_bg{
	background-image:url(/img/fv-bg.png) ;
	background-position: bottom;
	padding-top: 90px;
	background-size: cover;
} 
.attention{
	text-align: center;
	margin: 0 auto;
	width: 90%;
	padding: 16px 20px;
	background-color: #FFF;
	border: 2px solid #FFD635;
	border-radius: 10px;
}
.attention p{
line-height: 1.4;
font-weight: bold;
margin-bottom: 10px;
font-size: 14px;
}
.attention a{
	font-weight: bold;
	color:#004476;
	font-size: 20px;
}
.attention a:hover{
	opacity: 0.7;
}
}


/*--------タブレット--------*/
@media screen and (min-width: 768px) {
    /*--------トップページ--------*/
.fv_bg{
	background-image:url(/img/fv-bg.png) ;
	background-position: center;
	padding-top: 50px;
	background-size: cover;
} 
.attention{
	text-align: center;
	margin: 0 auto;
	width: 96%;
	padding: 20px;
	background-color: #FFF;
	border: 4px solid #FFD635;
	border-radius: 10px;
	font-size: 26px;
}
.attention p{
line-height: 1.4;
font-weight: bold;
margin-bottom: 10px;	
}
.attention a{
	font-weight: bold;
	color:#004476;
	font-size: 24px;
}
.attention a:hover{
	opacity: 0.7;
}
}