@charset "utf-8";
body {
	font: normal 19px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	
	text-align: left;
	color:#222;
	text-align: justify;
	overflow-x: hidden;
	background-color: #ffffff;
	font-feature-settings: "palt";

}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

body .sp-item {
    display: none !important; }
  body .pc-item {
    display: block !important; }

  @media screen and (max-width: 640px) {
    body {
      min-width: inherit;
	  height:100%;
	  }
      body .sp-item {
        display: block !important; }
      body .pc-item {
        display: none !important; }
	  body .sp-item img {
		width:100%;}
}

@media screen and (max-width: 640px) {
	.sp img{
		max-width:90%;
}
	.sp02 img{
		max-width:100%;
}
.sp03 img{
		max-width:70%;
}
}

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}


/* ----------------------------------------------------

    text

---------------------------------------------------- */
em {
	text-decoration: underline;
  font-style: normal;
}
.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}
.red {
	color: #ff0000;
}
.yellow {
	background-color: #ffff00;
}
.gray {
	color:#666666;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font32 {
	font-size: 32px !important;
}
/* ----------------------------------------------------

    float

---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */

/* 共通項目 */
.container{
	width: 750px;
	margin: 0 auto;
}

/* FV */
header .phead{
	text-align: center;
	background: url(../images/FV_bar.webp)no-repeat;
	background-size: cover;
}

header .phead img{
	width: 30%;
	padding-bottom: 10px;
}

h1{
	text-align: center;
	background-color: #fff;

}

h1 img{
	width: 1200px;
	margin-top: 10px;
}

header div img{
	max-width: 800px;
}

header div{
	background: url(../images/FV_pcbg.webp)no-repeat center top;
	background-size: cover;
	text-align: center;
	padding-top: 30px;
	position: relative;
	z-index: 1;

}

section img{
	width:  100%;
}

.cta{
	text-align: center;
	padding-bottom: 30px;
  background: linear-gradient(to left,  #ffffe5 0%,#ffffff 50%,#ffffe5 100%);

}

.cta h2{
	margin: 20px auto;
	max-width: 90%;

}

.cta p{
	margin-top: 30px;
}


.scale{
	display: block;
	width: 90%;
	margin: auto;
	animation-name: scale;
	animation-duration: 3s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

@keyframes scale{
	0%{
		transform: scale(1,1) ;
	}

	50%{
		transform: scale(1.1,1.1) ;
	}

	100%{
		transform: scale(1,1) ;
	}
}



@media screen and (max-width: 640px){
	.container{
		box-shadow: none;
		width: 100%;
	}

	h1 img{
		width: 100%;
		margin-top: 0;
	}

	header div{
	background: none;
}

header h1{
	background: linear-gradient(to left,  #ffffe5 0%,#ffffff 50%,#ffffe5 100%);
}

	section{
		background-color: #fff;
	}



	section img{
		width: 100%;
	}

	.cta{
		width: 100%;

	}

	.cta h2{
	margin: 20px auto 20px;
	max-width: 90%;

}

	.cta .btn{
		top: 74%;
		left: 5%;
	}
	
	.cta .btn img{
		width: 96%;
	}
	
	.cta02{
		margin: 0 auto;
		width: 100%;
		background-color: #fff;
		padding: 20px 0;
	
	}

	.cta p{
		margin-top: 10px;
		font-size: 16px;
	}
	
}

/* section03 */
.sec03 .container{
	background: url(../images/background01.webp);
	padding: 50px 0;
	box-shadow: 0px 0px 3px 2px #c7c7c7;
}

.sec03 h2{
	width: 80%;
	margin: 30px auto;
	
}

.sec03 figure{
	margin-bottom: 50px;
}

@media screen and (max-width: 640px){
	.sec03 .container{
	padding: 30px 0;
	box-shadow: none;
}
}

/* section04 */
.sec04{
	margin-bottom: 30px;
}

/* section05 */
.sec05{
	background: linear-gradient(to bottom,  #e6ebec 1%,#ffffff 100%); 

}

.sec05 p{
	margin: 20px 30px;
	font-weight: bold;
}

/* section07 */
.sec07p{
	width: 90%;
	margin: 30px auto 0;
}

.sec07 .red{
	color: #cc0000;
	font-weight: bold;
	font-size: 30px;
}

/* section08 */
.sec08{
	background: linear-gradient(to right,  #ffffff 50%,#ffffe5 100%); 
	padding-bottom: 30px;
}

/* section09 */
.sec09{
	background: url(../images/background02.webp);
	padding-bottom: 30px;
}

/* section10 */
.sec10 h2{
	width: 60%;
	margin: 50px auto 80px;
}

.sec10 .qa{
	width: 90%;
	margin: 30px auto;
	
}

.sec10 dt{
	background: #e5e8f2;
	padding: 20px 20px 20px 80px;
	font-weight: bold;
	font-size: 20px;
	position: relative;
}

.sec10 dt::before {
	content: '';
	display: inline-block;
	width: 3rem;
	height: 3rem;
	background: url("../images/sec10_ttl02.webp")no-repeat;
	background-size: contain;
	top: 15px;
	left: 20px;
	position: absolute;
}

.sec10 dd{
	padding: 20px 20px 20px 80px;
	margin-bottom: 30px;
	font-size: 20px;
	position: relative;
}

.sec10 dd::before {
	content: '';
	display: inline-block;
	width: 3rem;
	height: 3rem;
	padding-right: 20px;
	background: url("../images/sec10_ttl03.webp")no-repeat;
	background-size: contain;
	top: 15px;
	left: 20px;
	position: absolute;
}

@media screen and (max-width: 640px){
	.sec10 h2{
	width: 60%;
	margin: 50px auto 50px;
}
}


/* section11 */
.sec11 h2{
	width: 50%;
	margin: 60px auto;
}

.sec11p{
	width: 700px;
	margin: 20px auto;
}

@media screen and (max-width: 640px){
	.sec11 h2{
	width: 50%;
	margin: 50px auto 10px;
}

.sec11p{
	max-width: 90%;
	margin: 20px auto;
}
}

/* section13 */
.sec13{
	  background: linear-gradient(to bottom,  #ffffe5 0%,#ffffff 50%,#ffffe5 100%);

}

.sec13 .cta{
	text-align: center;
	padding: 30px 0;
	background: none;
}

/* footer */
footer{
	padding: 50px 0 200px;
	text-align: center;
	font-size: 14px;
}

footer ul li{
	display: inline-block;
	line-height: 1;

}

footer ul li:first-of-type{
	border-right: #222 1px solid;
	padding-right: 10px;
	margin-right: 6px;

}

footer ul li a{
	text-decoration: none;
	color: #222;
}

@media screen and (max-width: 640px){
	footer{
	padding: 50px 0 150px;
}
}

/* 固定ボタン */
.fix_btn{
  position:fixed;
  z-index:1;
	width: 100%;
  bottom:0px;
	background: rgba(0,0,0,0.3);
}

.fix_btn img{
	width: 700px;
	padding: 10px 0;
}

@media screen and (max-width: 640px){
	.fix_btn img{
	width: 90%;
	padding: 10px 0;
}
}