@charset "utf-8";

/*全体の設定
---------------------------------------------------------------------------*/
html {
	font-size:100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
@media (min-width:1400px) {	html{overflow-x: hidden;}}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0;
	padding: 0;
	font:inherit;
}

body {
	color: #333;
	font-size:16px;
	margin: 0 auto;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic ProN',Meiryo,Arial,Helvetica,'MS PGothic', Sans-serif;
	line-height: 1.8;
	letter-spacing: 0.5pt;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul li{
	list-style: outside none none;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

table {
	border-collapse:collapse;
	border-spacing: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	text-decoration:none;
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;  
	outline: none;
	overflow: hidden;
	color:#000;
}
a:hover {
	opacity:0.6;
	text-decoration: none;
}


@media print, screen and (min-width: 741px) {
/* -------------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　
　　　　　　　　　　　　　　　PC用のスタイル記述　　　　　　　　　　　　　　　　　
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　
------------------------------------------------------------------------------------------- */
.sp { display:none; }
.pc { display:block; }

/*共通コンテンツ・部品
---------------------------------------------------------------------------*/
.inner_wrap {
	margin: 0 auto;
	width: 1400px;
}

/*header
---------------------------------------------------------------------------*/
#header {
	height: 70px;
}
#header .logo {
	float: left;
	padding: 20px 0 0 40px;
}
#header .header_right {
	float: right;
}
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 2;
	opacity: 0.9;
}


/*Main
---------------------------------------------------------------------------*/
/*Main Visual
----------------------------------------*/
#main {
	min-height: 579px;
	background: url(images/main.jpg) 0 0 no-repeat;
	background-size: 100%;
}
#main ul {
	margin: 0 auto 80px;
	padding-top: 35%;
	text-align: center;
}
#main ul li {
	display: inline-block;
	margin: 0 20px;
	vertical-align: top;
}


h2 {
	font-size: 30px;
	text-align: center;
	line-height: 1.6em;
}
h2 span {
	display: block;
	font-size: 18px;
	color: #4ea2fd;
}

.normalBox {
	margin: 10px auto 80px;
}
.endBox {
	margin: 10px auto 80px;
	text-align: center;
}

.contents01 {
	height: 500px;
	background: url(images/contents01-bg.jpg) 0 0 no-repeat;
	background-size: 100%;
}
.contents01 h2 {
	margin: 0 0 10% 15%;
	padding-top: 10%;
	width: 550px;
}
.nayami {
	padding: 80px 0 90px 15%;
	background: url(images/contents03-02.jpg) 0 0 no-repeat;
	background-size: cover;
}
.nayami li {
	font-size: 24px;
}
strong {
	font-size: 26px;
}
.titleBox {
	margin: 10px auto 80px;
}
.titleBox h2 {
	margin: 20px auto 60px;
	text-align: center;
}
.titleBox li {
	margin: 0 auto 80px;
	width: 1000px;
	height: 462px;
}
.titleBox ul.list01 li:nth-child(1) { padding: 155px 0 0 550px;background: url(images/contents02-01.png) 0 0 no-repeat; }
.titleBox ul.list01 li:nth-child(2) { padding: 155px 0 0 50px;background: url(images/contents02-02.png) 0 0 no-repeat; }
.titleBox ul.list01 li:nth-child(3) { padding: 155px 0 0 550px;background: url(images/contents02-03.png) 0 0 no-repeat; }
.titleBox ul.list01 li:nth-child(4) { padding: 155px 0 0 50px;background: url(images/contents02-04.png) 0 0 no-repeat; }
.titleBox ul.list01 li:nth-child(5) { padding: 155px 0 0 550px;background: url(images/contents02-05.png) 0 0 no-repeat; }

.titleBox ul.list02 li:nth-child(1) { padding: 225px 35px 0 550px;background: url(images/contents06-01.png) 0 0 no-repeat; }
.titleBox ul.list02 li:nth-child(2) { padding: 225px 540px 0 50px;background: url(images/contents06-02.png) 0 0 no-repeat; }
.titleBox ul.list02 li:nth-child(3) { position: relative; height: 600px; background: url(images/contents06-03.png) right top no-repeat; }
.titleBox ul.list02 li:nth-child(3) iframe { position: absolute; top: 230px; left: 0; }
.titleBox ul.list02 li:nth-child(3) p { position: absolute; top: 230px; left: 690px; width: 280px; }

.cv_wrap {
	margin: 0 auto 60px;
	width: 750px;
}


.blueBox01 {
	margin-bottom: -10px;
	padding: 70px 0;
	background: url(images/blue.jpg) 0 0 repeat;
	text-align: center;
}
.blueBox01 p {
	font-size: 34px;
	text-align: center;
	color: #fff;
}
.blueBox02 {
	margin-bottom: -10px;
	padding: 80px 0;
	background: url(images/blue.jpg) 0 0 repeat;
	text-align: center;
}
.blueBox02_inner {
	margin: 0 auto;
	padding-top: 90px;
	width: 1000px;
	height: 709px;
	background: url(images/contents04-main.png) 0 0 no-repeat;
}
.blueBox02_inner h3 {
	font-size: 30px;
	color: #fff;
}
.blueBox02_inner ul {
	margin-top: 440px;
}
.blueBox02_inner li {
	float: left;
	margin-right: 35px;
	width: 310px;
	font-size: 22px;
	line-height: 1.4em;
	letter-spacing: -2px;
}
.blueBox02_inner li:last-child { margin-right: 0; }

.baisho {
	padding: 4% 0 28%;
	height: 379px;
	background: url(images/contents05.jpg) 0 0 no-repeat;
	background-size: cover;
}
.baisho h3 {
	margin: 0 0 10px 55%;
	width: 500px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4em;
}
.baisho h3 span {
	font-size: 28px;
}
.baisho p {
	margin: 0 0 0 51%;
	width: 46%;
	max-width: 700px;
	font-size: 22px;
	line-height: 1.6em;
}
.cv {
	height: 420px;
	background-image: url(images/cv-woman.jpg), url(images/orange.jpg);
	background-position: right top, 0 0;
	background-repeat: no-repeat, repeat;
}
.cv_left {
	float: left;
	margin: 60px 0 160px 13%;
	width: 38%;
	min-width :550px;
}
.cv_left h3 {
	margin-bottom: 20px;
	font-size: 32px;
	color: #fff;
	text-align: center;
	line-height: 1.3em;
	letter-spacing: -2px;
}
.cv_left p {
	margin-bottom: 5%;
	font-size: 22px;
	color: #fff;
	text-align: center;
	line-height: 1.3em;
	letter-spacing: -2px;
}
#page_top {
        position: fixed;
        bottom: 30px;
        right: 20px;
        padding: 24px;
        z-index: 9999;
}

/*footer
---------------------------------------------------------------------------*/
#footer {
	padding: 0 0 40px;
	text-align :center;
}

}


@media screen and (max-width: 740px) {
/* -------------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　
　　　　　　　　　　　　　　　スマートフォン用のスタイル記述　　　　　　　　　　　　　　　　　
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　
------------------------------------------------------------------------------------------- */
.pc { display:none; }
.sp { display:block; }


/*共通コンテンツ・部品
---------------------------------------------------------------------------*/
.inner_wrap {
	margin: 0 auto;
}

/*header
---------------------------------------------------------------------------*/
#header {
	text-align: center;
}
#header .logo {
	padding: 2% 0;
}
#header .logo img { width: 60%; }
#header .header_right img {
	width: 100%;
}
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 2;
	opacity: 0.9;
}

/*Main
---------------------------------------------------------------------------*/
/*Main Visual
----------------------------------------*/
h2 {
	margin-bottom: 5%;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4em;
	letter-spacing: -1px;
}
h2 span {
	display: block;
	font-size: 14px;
	color: #4ea2fd;
}

.normalBox {
	margin: 5% auto 10%;
	padding: 0 2%;
}
.contents01 {
	padding: 0;
}
.nayami {
	padding: 35% 5% 8%;
	background: url(images/sp_contents03-02.jpg) 0 0 no-repeat;
	background-size: 100%;
}
.nayami li {
	margin: 0 auto 3%;
	width: 100%;
	font-size: 15px;
}
strong {
	font-size: 22px;
}
.titleBox li {
	margin: 0 auto 5%;
	font-size: 14px;
	text-align: center;
}
.titleBox li img {
	margin-bottom: 5%;
}

.cv_wrap {
	margin: 0 auto 10%;
}

.blueBox01 {
	margin-bottom: -5%;
	padding: 10% 2%;
	background: url(images/blue.jpg) 0 0 repeat;
	text-align: center;
	line-height: 2em;
}
.blueBox01 p {
	font-size: 24px;
	text-align: center;
	color: #fff;
}
.blueBox02 {
	padding: 10% 0;
	background: url(images/blue.jpg) 0 0 repeat;
	text-align: center;
}
.blueBox02 h3 {
	font-size: 20px;
	color: #fff;
}
.blueBox02 ul {
}
.blueBox02 li {
	margin: 5% auto 10%;
	width: 70%;
	font-size: 18px;
	color: #fff;
	line-height: 1.4em;
}
.blueBox02 li img {
	margin-bottom: 5%;
}
.baisho {
	margin: 5% 0 10%;
}
.baisho h3 {
	margin: 0 auto 5%;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4em;
}
.baisho h3 span {
	font-size: 24px;
}
.baisho p {
	margin: 5% auto;
	width: 90%;
	font-size: 18px;
	line-height: 1.6em;
}
.list02 li {
	margin: 5% auto;
	font-size: 16px;
}
.list02 li p {
	margin: 0 auto 5%;
	width: 95%;
	font-size: 14px;
}
.youtube {
	position: relative;
	margin-bottom: 10%
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.endBox {
	margin: 10% auto 5%;
	text-align: center;
}
.cv {
	padding: 5% 0;
	background-image: url(images/cv-woman.jpg), url(images/orange.jpg);
	background-position: center top, 0 0;
	background-repeat: no-repeat, repeat;
	background-size: 100%, 1%;
}
.cv_left {
	margin: 75% auto 0;
	width: 95%;
}
.cv_left h3 {
	margin-bottom: 5%;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 1.3em;
	letter-spacing: -1px;
}
.cv_left p {
	margin-bottom: 5%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 1.3em;
	letter-spacing: -2px;
}
.cv_left p img {
	width: 70%;
}
#page_top { display: none !important; }

/*footer
---------------------------------------------------------------------------*/
#footer {
	padding: 0 0 5%;
	font-size: 12px;
	text-align :center;
}

}
