@charset "utf-8";

body {
	width: 100%;
	background: #FFF;
	color: #333;
	font-family: "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
  font-size: 16px;
	line-height: 1.7;
}
img {
	display: block;
	max-width: 100%;
}
img.center {margin: 0 auto;}
.pc {display: block;}
.sp {display: none;}
.red {color: #ff0000;}
.green {color: #105b63;}
.blue {color: #046380;}
.yellow {color: #e6e2af;}
.txtBig {
	font-weight: bold;
	font-size: 32px;
}
.txtMin {font-size: 14px;}
.pc {display: block;}
.sp {display: none;}
.br-sp {
    display: none;
}

@media screen and (max-width:767px){
	.pc {display: none;}
	.sp {display: block;}
	.txtBig {font-size: 22px;}
	.br-sp {
			display: block;
	}
}


/*====================================
ヘッダー
======================================*/
#header-inner {
    height: 61px;
    width: 100%;
    min-width: 950px;
    position: relative;
    box-shadow: 0px 3px 5px #d5d5d5;
    z-index: 2;
    background: #fff;
}
#header-inne {
	width: 100%;
}
.site-title {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 5px;
	box-sizing: border-box;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.site-title h1 img {
  max-width: 250px;
  width: 100%;
  object-fit: cover;
  padding: 5px 0;
  box-sizing: border-box;
}
.site-title p {
	font-size: 80%;
	padding-left: 30px;
}
@media screen and (max-width:767px){
	#header-inner {
    min-width: 100vw;
    height: fit-content;
}
	.site-title {
		display: flex;
    flex-wrap: wrap;
    justify-content: center;
	}
	.site-title p {
		padding-left: 0px;
    font-size: 65%;
	}
	h1 {
    flex-basis: 30%;
}
}

/*====================================
メイン
======================================*/
#top{
	width:100%;
	min-width: 950px;
	height:715px;
  background: url(../images/ailp_fvbg_01.png) no-repeat center;
	background-size: cover;
}
#top img {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}
#top .inner {
    width: 1200px;
		min-width: 950px;
    height: 706px;
    position: relative;
    margin: 0 auto;
}


.cvbeforbox {
	background: url(../images/ailp_fvbg_02.png) no-repeat center;
	background-size: cover;
	display: flex;
	flex-direction: column;
  align-items: center;
  padding: 30px;
}
.cvbeforbox p {
    color: #fff;
    padding: 20px 0 0;
}


.areaIn {
	max-width: 1000px;
	margin: 0 auto;
}


@media screen and (max-width:767px){
#top {
    min-width: unset;
    height: fit-content;
}

#top .inner {
    width: 100%;
		height: 30vh;
    min-width: unset;
    padding-top: 20px;
}
.cvbeforbox p {
    font-size: 2.5vw;
    padding: 1.5vw;
}

}
/*=====title=====*/
#title {
	background: #fff;
	width: 100%;
  margin: 0 auto;
}
#title img {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

/*=====cont01・03=====*/
.bgbk {
	background: #000;
}
.content01,.content02,.content03,.content04,.content05,.content06{
	display: flex;
	flex-direction: column;
  align-items: center;
}
.content01 {
	background: linear-gradient(0deg, #000000, #ffffff00), url(../images/content_bg01.png) no-repeat center;
	background-size: cover;
}
.content02 {
	background: url(../images/content_bg02.jpg) no-repeat center;
	background-size: contain;
}
.content03 {
	background: url(../images/content_bg03.jpg) no-repeat center;
	background-size: cover;
}
.content04 {
	background: url(../images/content_bg04.jpg) no-repeat center;
	background-size: cover;
	padding: 10px 0 50px;
}
.c04_textbox{
	position: relative;
}
.c04_text {
    position: absolute;
    top: 633px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.content05 {
	background: #000;
}
.conte02_obi {
	background: url(../images/content_obibg01.png) center top repeat-x;
}
.conte02_obi img{
	margin: 0 auto;
}
.cont02 {
	background: #000;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}
.cont03 {
    padding: 0 20px 30px;
    box-sizing: border-box;
}

iframe {
    min-height: 500px;
    padding: 3%;
    box-sizing: border-box;
}
.jitsuryoku {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    margin: 0 auto;
}
.jitsuryoku p.tit {
    font-size: 62px;
    font-weight: bold;
}
.jitsuryoku p {
    font-size: 22px;
		color:#000;
		padding: unset;
}
@media screen and (max-width:767px){
	.jitsuryoku p.tit {
    font-size: 8vw;
    text-align: center;
}
.jitsuryoku p {
    font-size: 3.8vw;
		color:#000;
		padding: unset;
		text-align: center;
}
}
.cont02 img,.cont02_02 img,.cont03 img{
	margin: 0 auto;
}
.cont02_02,.cont03 {
	background: #fff;
	width: 100%;
	margin: 0 auto;
}
.cont03 p {
    max-width: 800px;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
}
.cont0301 p {
	text-align: center;
  padding: unset;
  font-size: 36px;
}
.cont0301 p.txtNext {
	font-size: 38px;
	text-align: center;
}
@media screen and (max-width:767px){
  .cont03 p {
		font-size: 16px;
	}

	.content03 {
	    background: url(../images/content_bg03.jpg) no-repeat center top;
	    background-size: 160%;
	    background-color: #fff;
			overflow: hidden;
	}
	.content03 img {
    max-width: unset;
    width: 143%;
}
	.c04_textbox{
		overflow: hidden;
    width: 100%;
		position: relative;
		height: 612px;
	}
	.c04_textbox img {
    max-width: unset;
    display: block;
    width: 155%;
    margin: 0px calc(24% - 50vw);
}
	.c04_text {
    position: absolute;
    top: 73vw;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
}

/*=====cont_black=====*/
#cont_black {
	background: #002f2f;
	width: 100%;
  margin: 0 auto;
}
#cont_black img {
	margin: 0 auto;
}
img.cont02Img01,img.cont02Img04 {
	width: 100%;
	margin: 0 auto;
}
img.cont02Img01 {max-width: 480px;}
img.cont02Img04 {max-width: 760px;}
.cont02 {
	padding: 2%;
	box-sizing: border-box;
}
.cont02 p {
	color: #fff;
	padding: 3% 6%;
}
.cont02 p.txtLeft {
	text-align: left;
}
#cont_black iframe {
	min-height: 500px;
	padding: 3%;
	box-sizing: border-box;
}
p.minwid {
	max-width: 860px;
	width: 100%;
	margin: 0 auto;
}
img.guide {
	max-width: 908px;
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
}
.flexbox {
	max-width: 860px;
	width: 100%;
	margin: 0 auto;
	padding: 35px 0;
	box-sizing: border-box;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-ms-flex-pack: distribute;
	justify-content: space-around;

	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
.flexbox p {
	font-size: 22px;
	text-align: left;
}
.flexbox p,.flexbox img {
	margin: 0 auto;
	padding: 5px;
	box-sizing:border-box;
}
.product {
    background: #3b3b3b;
    max-width: 860px;
    width: 100%;
    margin: 1% auto 8%;
    padding: 30px 40px;
    box-sizing: border-box;
}
.product p {
	padding: 0;
	text-align: left;
	color: #fff;
}
.product a {
	color: #73ff98;
}
img.cont12Img {
	padding-bottom: 50px;
}

@media screen and (max-width:767px){
	.flexbox {
		padding-top: 15px;
		-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	}
}




/*====================================
arrow
======================================*/
.arrowBox {
	animation: Lit 2.3s ease infinite;
}
@keyframes Lit {
  0% {opacity: 1;}
  50% {opacity: 0.1;}
}
.arrowBox img {
	margin: 0 auto;
}


/*====================================
cv
======================================*/
.cv{
	width:100%;
	min-width:995px;
	background:#f3f3f3;
	position: relative;
}
.cv .inner{
	width:1200px;
	height:494px;
	margin:0 auto;
	color:#fff;
	background:#f3f3f3 url(../images/cvbg.png) no-repeat bottom center;
}

.inner02{
	width:1200px;
	height:494px;
	margin:0 auto;
	color:#414141;
	background:#f3f3f3 url(../images/cvbg.png) no-repeat top center;
}
.cv1{
	position:relative;
	z-index:0;
	padding-bottom: 3px;
}
.cv1 p {
    color: #333;
    position: absolute;
    width: 150px;
    text-align: left;
    top: 184px;
    right: 51%;
    margin-right: -430px;
}
.cv1 .inner{
	padding-top:70px;
}
.cv div.fl{
	width:426px;
	padding:203px 44px 0 46px;
	text-align:left;
}
.cv div.fl02 {
    width: 585px;
    padding: 92px 5px 0 8px;
    text-align: left;
    float: left;
}
.cv div.fr{
	width:479px;
	text-align:left;
	padding:186px 0 0 0;
}
.cv div.fr02 {
  width: 563px;
  text-align: left;
  padding: 49px 0 0 0px;
  float: right;
}

.cv div.fl input[type=email], .cv div.fl02 input[type=email]{
	width:563px;
	height:79px;
	line-height:60px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border:solid 3px #ac983e;
	outline:none;
	font-size:18px;
	padding:0 10px;
	margin-bottom:12px;
}
.cv div.fl label{
	display:block;
}
.cv div.fl02 label{
	display:block;
}
.cvtxt{
	width: 1182px;
	margin: 0 auto;
	clear: both;
	text-align: left;
}

.cvtel {
	margin: 0 auto;
	width: 1000px;
	margin-top: -140px;
	padding-bottom: 1px;
}

.cv div.fl label a{
	color:#0075ff;
}
.cv div.fl02 label a{
	color:#0075ff;
}

label {
    font-size: 14px;
}

@media screen and (max-width:767px){
	.inner_input {
		width: 100%;
	}
	.cvbeforbox {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		padding: 5vw 3vw;
	}
	.cv{
		width:100vw;
		position: relative;
	    margin: 0 auto;
			min-width: unset;
	}
	.inner02{
		width:100vw;
		margin:0 auto;
	        padding: 0;
		color:#333;
		background:#f3f3f3  url(../images/lp2203_sp_05.png) no-repeat center top;
	        background-size: 100vw;
	}


	.cv .inner02{
		padding-top:12%;
	        margin: 0 auto;
	}
	.cv div.fl02 {
	    width: 80vw;
	    text-align: left;
	    margin: 0 auto 5vw;
			padding: 0;
    float: unset;
	}
	.cv div.fr02 {
	    width: 100vw;
	    margin: 0 auto;
			float: unset;
    padding: 0;
    text-align: center;
	}
	#btn1,#btn2,#btn3,#btn4,#btn5,#btn6 {width: 80vw;}

	.cv div.fl02 input[type=email]{
		width:75vw;
		height: 16%;
		line-height:1.75;
		border-radius: 2%;
		-webkit-border-radius: 2%;
		-moz-border-radius: 2%;
		border: 2px solid #ac983e;
		border-radius: 5px;outline:none;
		font-size: 1.3em;
		padding: 2vw 2vw;
		margin-bottom: 4vw;
	}

	.cv div.fl02 label{
		display:block;
	}
	.cv div.fl02 label a{
		color:#0075ff;
	}
	.tel {
	    padding: 10px 0 20px;
	    background: #f3f3f3;
	}
}

/*====================================
フッター
======================================*/
footer {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	margin: 0 auto;
  background: #333;
	color: #fff;
	font-size: 12px;
}
dl.info dt {
  font-weight: bold;
	padding: 25px 0 5px;
}
dl.info dd {
	text-align: justify;
	text-justify: inter-ideograph;
}
#disclaimer,#footlink > div {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 25px;
	box-sizing: border-box;
}
#footlink {
  width: 100%;
  background: #e5e5e5;
  color: #b5b5b5;
	text-align: center;
}
#footlink nav ul li {
	position: relative;
	padding: 10px;
	box-sizing: border-box;

	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;

	-ms-flex-pack: distribute;
	justify-content: space-around;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#footlink nav ul li::after {
	position: absolute;
	left: -4px;
	content: '|';
	color: #adadad;
}
#footlink nav ul li:first-child::after {
	display: none;
}
#footlink p {
  color: #004742;
  line-height: 1.5;
  padding-top: 20px;
}
#footlink a {
	color: #000;
}
#footlink a:hover {
  text-decoration: underline;
}
p.copy {
	background: #2a2a2a;
	font-size: 10px;
	text-align: center;
	padding: 10px 0;
}

@media screen and (max-width:767px){
	#footlink nav ul li {
		display: block;
	}
	#footlink nav ul li::after {
		display: none;
	}
}
