@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;}
@media screen and (max-width:767px){
	.pc {display: none;}
	.sp {display: block;}
	.txtBig {font-size: 22px;}
}


/*====================================
ヘッダー
======================================*/
#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){
	.site-title {
		display: block;
	}
	.site-title p {
		padding-left: 15px;
	}
}

/*====================================
メイン
======================================*/
#header {
  width: 100%;
  margin: 0 auto;
  background: url(../img/lp12_fvbg.jpg) center top no-repeat;
  background-size: cover;
}
#top {
	display: flex;
	max-width: 1200px;
	flex-direction: row;
	margin: 0 auto;
	padding: 50px 0;
}
#top img {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}
.cvbeforbox {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.cvbefor_bg {
	display: inline-block;
	background: #181818;
	height: 238px;
	width: 80%;
}
.cvbefor_inner img {
    max-width: unset;
}
.areaInTop {
	max-width: 1100px;
	margin: 0 auto;
}
.areaIn {
	max-width: 1000px;
	margin: 0 auto;
}
.inBox {
	position: relative;
}
.image01 {
  position: absolute;
	top: 15%;
  right: 0;
}

@media screen and (max-width:767px){
div#top {
    flex-direction: column-reverse;
}
.cvbeforbox {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	height: unset;
}
.cvbefor_bg {
    display: none;
}
.cvbefor_inner img {
    max-width: 100%;
}
}

/*=====cont01・03=====*/
.conte01box {
	background: url(../img/content01_bg01.jpg) center top no-repeat;
	background-size: cover;
	text-align: center;
}
.conte01box img {
	margin: 0 auto;
}
.conte01 img{
	margin: 0 auto;
}
.conte01_obi {
	background: linear-gradient(transparent 10%, #b9bcbd 10%);
	background-size: cover;
	text-align: center;
}
.conte01_obi img {
	margin: 0 auto;
	padding-bottom: 20px;
}
.cont03 {
	padding: 0 20px 30px;
	box-sizing: border-box;
}
.cont01 p,.cont02 p {
	font-size: 20px;
	text-align: center;
	padding: 8% 2% 5%;
	box-sizing: border-box;
}

@media screen and (max-width:767px){
	.cont01 p,.cont02 p {
		font-size: 16px;
	}
}

/*=====cont_black=====*/
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;
}
}

/*=====conte02=====*/
.conte02_obi {
	background: url(../img/content_bg02.jpg) center top repeat-x;
}
.conte02_obi img{
	margin: 0 auto;
}
.cont02 {
	background: #000;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}
.cont02 img,.cont02_02 img,.cont03 img{
	margin: 0 auto;
}
.cont02_02,.cont03 {
	background: #fff;
	width: 100%;
	margin: 0 auto;
}
.cont03 a {
	color: #73ff98;
}
.cont03 p {
	max-width: 800px;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
}

.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;
}

/*====================================
arrow
======================================*/
.arrowBox img {
	margin: 0 auto;
}


/*====================================
cv
======================================*/
#cv {
	background: #e5eef3;
	width: 100%;
  margin: 0 auto;
}
#cv .areaIn {
	padding: 0 30px 30px;
	box-sizing: border-box;
	position: relative;
}
form {max-width: 560px; margin: 40px auto;}
img.cv_01 {margin: -30px 0 10px;}

.form02 form  {margin: 0 auto;}
.form03 form  {margin: 0 0 0 auto;}
.form02 img.cv_01,.form03 img.cv_01 {margin: 10px 0;}
.inner_input {
	width: 96%;
	display: inline-flex;
}
.inner_input input[type="email"] {
  width: 100%;
  height: 3em;
  padding: 5px 2%;
  box-sizing: border-box;
  background: #fafafa;
  font-size: 16px;
  font-family: inherit;
}
.inner_input input[type="email"] {
	width: 100%;
	margin-right: 8px;
}
#cv .checkList {padding-bottom: 30px;}
#cv .checkList label {display: block;}
.btn {padding: 30px 0;}

.btn input[type="image"] {
	max-width: 540px;
  width: 100%;
	overflow : hidden;
	outline : none;
}
.btn input[type="image"]:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
p.cv_txt {
	font-size: 12px;
}
@media screen and (max-width:1000px){
	.inBox .pc {display: none;}
	.inBox .sp {display: block;}
	.inBox .sp,.m_tit img,#cv form,img.cv_01,.btn {margin: 0 auto;}
}
@media screen and (max-width:767px){
	.inner_input {
		width: 100%;
	}
}

/*====================================
フッター
======================================*/
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;
	}
}
