@charset "utf-8";

/*************************************************
	初期設定
*************************************************/

/***** common *****/
body {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	background: url(../images/common/bg_pagecontents.gif);
	position: relative;
}

/***** title *****/
h1 { font-weight: normal; }
h2 { font-weight: normal; }
h3 { font-weight: normal; }
h4 { font-weight: normal; }
h5 { font-weight: normal; }

/***** img *****/
img {  }

/***** link *****/
a         {  }
a:visited {  }
a:hover   {  }
a:active  {  }

/***** word *****/
p  { line-height: 24px; }

dl {  }
dt { line-height: 24px; }
dd { line-height: 24px; }

/***** list *****/
ul {  } li {  }
ol {  } li {  }

/***** table *****/
table { width: 100%; }
th    { padding: 10px; line-height: 24px; vertical-align: middle; font-weight: normal; text-align: left; }
td    { padding: 10px; line-height: 24px; vertical-align: middle; }

/***** form *****/
form  {  }

/***** アコーディオン *****/
/*base*/ .acUp,   .acDown  { position: relative; }
/*base*/ .acBody, .acFrame { display: none; }


/*************************************************
	共有設定
*************************************************/

th { padding: 15px 15px 13px; line-height: 24px; vertical-align: middle; border: 1px solid #b8c9dd; background: #cfd8f0; width: 125px; font-weight: normal; text-align: left; }
td { padding: 15px 15px 13px; line-height: 24px; vertical-align: middle; border: 1px solid #b8c9dd; background: #FFFFFF; }

.underline { border-bottom: 1px solid #b8c9dd; }


/***** #information *****/
#information {
	padding: 6px 0 6px;
	font-family: "Montserrat", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #FFF;
	background: #0e3c6e;
}
#information_inner {
	width: 960px;
	margin: auto;
	overflow: hidden;
}
#information_inner h1 {
	float: left;
	margin-top: 5px;
	font-size: 15px;
}
#information_inner .tel {
	padding-left: 28px;
	float: right;
	font-size: 15px;
	background: url(../images/common/icon_tel.png) no-repeat 0 50%;
}
#information_inner .tel span {
	margin-left: 10px;
	font-size: 14px;
}

/***** #header *****/
#header {
	background: #FFF;
	box-shadow: 0 2px 5px 0 rgba(0,0,0, 0.2);
	position: relative;
	z-index: 10;
}
#header_inner {
	width: 960px;
	margin: auto;
	overflow: hidden;
}
#header .logo {
	float: left;
	display: block;
	margin-top: 8px;
}
#header nav {
	float: right;
}
#header nav ul {
	overflow: hidden;
	border-left: 1px solid #c8edf9;
}
#header nav li {
	float: left;
	border-right: 1px solid #c8edf9;
}
#header nav li a {
	display: block;
	width: 119px;
	padding: 27px 0 26px;
	font-size: 15px;
	font-weight: bold;
	color: #0e3c6e;
	text-align: center;
}
#header nav li a span {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #ff9b00 ;
}

/***** #page_frame *****/
.page_frame {
	width: 100%;
/*	background: url(../images/common/icon_arrow_right_orange_01.png) repeat-x 0 0;*/
	position: relative;
	z-index: 8;
}

/***** #page_contents *****/
#page_contents {
	width: 960px;
	margin: auto;
	overflow: hidden;
}

/***** #page_header *****/
#page_header {
	margin-bottom: 25px;
	background: url(../images/common/bg_pattern_01.jpg);
}
#page_header h2 {
	height: 200px;
	text-indent: -99990px;
	background: no-repeat 50% 0;
}

/***** #bread_list *****/
#bread_list {
	padding: 7px 0 5px;
	border-bottom: 5px solid #dbdbdb;
	background: #255b98;
}
#bread_list ul {
	width: 960px;
	margin: auto;
	overflow: hidden;
}
#bread_list li {
	float: left;
	margin-right: 6px;
	padding: 2px 0;
	color: #FFF;
}
#bread_list li a {
	padding-right: 12px;
	font-size: 13px;
	color: #FFF;
	text-decoration: underline;
	background: url(../images/common/icon_arrow_right_white_01.png) no-repeat 100% 50%;
}

/***** #main *****/
#main {
	float: left;
	width: 680px;
}
#main h3, #main h4 {
	margin-bottom: 30px;
}
#main .block {
	margin-bottom: 30px;
	padding: 0 0;
}
#main .section_title {
	padding: 25px 20px 20px 20px;
	font-size: 25px;
	font-weight: bold;
	background: #f6f3e7 url(../images/common/bg_pattern_title_h3_01.png) repeat-x 0 0;
}
#main .block_title {
	padding: 5px 0;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 2px solid #dbdbdb;
}
#main .block_title span {
	display: block;
	padding: 1px 0 1px 10px;
	border-left: 5px solid #4d6980;
}
#main .frame_title {
	margin: ;
	padding: 15px;
	font-size: 22px;
	font-weight: bold;
	border-top: 5px solid #255b98;
	background: #f4f4f4;
}

/***** #aside *****/
#aside {
	float: right;
	width: 250px;
}
#aside h3 {
	margin-bottom: 15px;
}
#aside .block {
	margin-bottom: 30px;
	padding: 0;
}
#aside #pickup li {
	margin-bottom: 10px;
}
#aside #sns .twitter-timeline {
	width: 250px !important;
	height: 480px !important;
}

/***** #footer *****/
#footer {
	margin-top: 40px;
	padding: 20px 0 0;
	border-top: 5px solid #dbdbdb;
	background: #FFF;
}
#footer_inner {
	width: 960px;
	margin: auto;
	overflow: hidden;
}
#footer .logo {
	float: left;
	margin-right: 30px;
}
#footer dl {
	float: left;
	width: 320px;
	color: #0e3c6e;
}
#footer dt {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
}
#footer dd {
	line-height: 22px;
}
#footer nav {
	float: right;
}
#footer nav ul {
	width: 270px;
	overflow: hidden;
}
#footer nav li {
	float: left;
	width: 105px;
	margin-bottom: 20px;
	padding: 0 0 0 15px;
	background: url(../images/common/icon_arrow_right_orange_01.png) no-repeat 0 50%;
}
#footer nav li:nth-child(2n) {
	width: 135px;
}
#footer nav li a {
	font-size: 15px;
	color: #0e3c6e;
}

/***** #copyright *****/
#copyright {
	margin-top: 10px;
	padding: 5px 0;
	font-family: "Montserrat", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #FFF;
	background: #0e3c6e;
}
#copyright span {
	display: block;
	width: 960px;
	margin: auto;
	text-align: right;
}



/*////////////////////////////////////////////////

	TOP

////////////////////////////////////////////////*/


#top_page .block {
	padding: 40px 0;
}
#top_page .block_inner {
	width: 960px;
	margin: auto;
	position: relative;
}


/***** #slider *****/
#slider {
	margin-bottom: 35px;
	background: url(../images/top/bg_slider_body.jpg) repeat-x;
}
#slider_item {
	position: relative;
}
.slick-list {
	width: 960px;
	margin: auto;
	text-align: center;
	position: relative;
	z-index: 5;
}
.slick-prev {
	margin-left: -480px;
	position: absolute;
	left: 50%;
	z-index: 10;
}
.slick-prev:before { content: url(../images/common/icon_left.png); }

.slick-next {
	margin-right: -475px;
	position: absolute;
	right: 50%;
	z-index: 10;
}
.slick-next:before { content: url(../images/common/icon_right.png); }

.slick-dots { z-index: 20; }

#slider_frame {
	width: 100%;
	min-height: 468px;
	/*background: url(../images/top/bg_slider_body.png) no-repeat 50% 0;*/
	position: absolute;
	top: 0;
	z-index: 1;
}


/***** #concept *****/
#concept {
}
#concept h2 {
	width: 520px;
	margin-bottom: 15px;
	font-size: 26px;
	font-weight: bold;
	color: #003e86;
	line-height: 42px;
}
#concept h2 span {
	color: #ff7600;
}
#concept p {
	width: 520px;
	margin-bottom: 15px;
}
#concept .btn {
	margin-top: 30px;
}
#concept .image {
	position: absolute;
	top: 0;
	right: 0;
}

/***** #sub *****/
#sub {
	overflow: hidden;
}
#sub h3 {
	margin-bottom: 20px;
}
#sub #sns {
	float: left;
}
#sub #sns .twitter-timeline {
	width: 635px !important;
	height: 420px !important;
}
#sub #pickup {
	float: right;
}
#sub #pickup li {
	margin-bottom: 10px;
}


/*////////////////////////////////////////////////

	PROFILE

////////////////////////////////////////////////*/

#profile_page {
}
#profile_page h2 {
	background-image: url(../images/profile/title_h2_profile.jpg);
}


#greeting {
	width: 680px;
	overflow: hidden;
}
#greeting dl {
	width: 100%;
	/*写真入りサイズ
	float: left;
	width: 450px;
	*/
}
#greeting dt {
	margin-bottom: 15px;
	padding: 7px 0 3px 35px;
	font-size: 22px;
	font-weight: bold;
	background: url(../images/common/logo_mark.png) no-repeat 0 50%;
}
#greeting dd {
}
#greeting img {
	float: right;
}
#greeting .president {
	display: block;
	margin-top: 20px;
	text-align: right;
}


/*////////////////////////////////////////////////

	BUSIBESS

////////////////////////////////////////////////*/

#business_page {
}
#business_page h2 {
	background-image: url(../images/business/title_h2_business.jpg);
}

#business_page #main nav {
	margin-bottom: 30px;
}
#business_page #main nav ul {
	overflow: hidden;
}
#business_page #main nav li {
	float: left;
	margin-right: 10px;
}
#business_page #main nav li:last-child {
	margin-right: 0;
}

#business_page #main .block {
	width: 645px;
	padding: 0 15px 30px 20px;
	border-bottom: 5px solid #d5d3ce;
	background: #FFF;
	overflow: hidden;
}
#business_page #main h4 {
	margin: 0 -15px 30px -20px;
}
#business_page #main .img {
	float: left;
	width: 220px;
	box-shadow: 0 0 2px 2px rgba(0,0,0, 0.2);
}
#business_page #main .data {
	float: right;
	width: 400px;
}
#business_page #main p {
	margin-bottom: 15px;
}
#business_page #main dl {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dashed #d5d3ce;
}
#business_page #main dt {
	margin-bottom: 10px;
	font-weight: bold;
	color: #255B98;
}
#business_page #main dd {
}
#business_page #main dd img {
	display: block;
	margin-bottom: 10px;
}

.pagetop {
	margin-bottom: 30px;
	text-align: right;
}

#main nav ul li a  {
  display: block;
  padding: 10px 17px;
  background: #EEEEEE;
  color: inherit;
  border: #BDBDBD 1px solid;
  width: 183px;
  line-height: 1.4em;
  border-radius: 5px;
  float: left;
}

#main nav ul li a:hover {
  opacity: 0.75;
}

.fa {
  vertical-align: middle;
  padding: 10px 10px 10px 0;
  display: block;
  float: left;
}


/*////////////////////////////////////////////////

	RECRUIT

////////////////////////////////////////////////*/

#recruit_page {
}
#recruit_page h2 {
	background-image: url(../images/recruit/title_h2_recruit.jpg);
}
#recruit_page .attention {
	margin-bottom: 30px;
	padding: 10px 0;
	font-weight: bold;
	color: #df0000;
	text-align: center;
	border: 1px solid #df0000;
}


/*////////////////////////////////////////////////

	CONTACT

////////////////////////////////////////////////*/

#contact_page {
}
#contact_page h2 {
	background-image: url(../images/contact/title_h2_contact.jpg);
}

#contact_page {
}
#contact_page h4 {
	margin-bottom: 20px;
	padding: 16px 20px 13px;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	border-radius: 6px;
	background: #255b98;
}
#contact_page th {
	width: 160px;
}
#contact_page td {
	text-align: left;
}

#contact_page #contact02 p:nth-child(3) {
	margin: 20px 0;
}
#contact_page #contact02 a {
	color: #1462b9;
}
#contact_page #confirm p {
	margin-bottom: 20px;
}

.required {
	color: #df0000;
}
.attention {
	margin-top: 20px;
}
.comp {
	display: block;
	color: #1462b9;
}
.inquiry {
	margin-top: 20px;
	padding: 20px;
	background: #f3f2ea;
}

form {
	text-align: center;
}
textarea {
	width: 96%;
	min-height: 100px;
	padding: 5px;
}
input[type="text"] {
	width: 96%;
	padding: 5px;
}
input[type="checkbox"] {
	margin-right: 10px;
}
input[type="submit"] {
	display: inline-block;
	width: 250px;
	margin: 20px 5px 0;
	padding: 15px 0 13px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	border: 0;
	border-radius: 6px;
	background: #00aed9;
	cursor: pointer;
}
input[type="submit"].rewrite {
	background: #767676;
}
.err_msg {
	color: #EB0000;
}


/*////////////////////////////////////////////////

	PRIVACY

////////////////////////////////////////////////*/

#privacy_page {
}
#privacy_page h2 {
	background-image: url(../images/contact/title_h2_contact.jpg);
}

#privacy_page {
}
#privacy_page dl {
	margin-bottom: 30px;
}
#privacy_page dt {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
}
#privacy_page dd {
}
#privacy_page p {
	margin-bottom: 30px;
}

body#newface {
  background-image: url(../images/new-bg.jpg) !important;
  background-size: 100% 100%;
  background-attachment: fixed;
  background-position: center center;
    -webkit-font-smoothing: antialiased;
}

.title {
  letter-spacing: 1.5em;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  padding: 100px 0 500px 0;
}

.ruby {
  letter-spacing: .5em;
  font-family: 'Avenir','Helvetica neue';
}

.name {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 1.3em;
  margin-top: -5px;
  margin-bottom: 100px;
  letter-spacing: 1em;
}

.comment {
  letter-spacing: .6em;
  font-size: 1.1em;
  background-color: rgba(255,255,255,0.30);
  padding: 10px;
  border-radius: 5px;
  margin-top: 100px;
}

.section {
  margin-top: 500px;
}

.section-last {
  margin-bottom: 300px;
  margin-top: 300px;
}

.effect div, .effect figure {
  transition: 0.8s;
  transition-delay: 0.8s;
}

.top {
  height: 100vh;
}

p#copyright {
  margin:0;
}