@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	overflow-y:scroll;
	font-size: 62.5%;
}

body {
	color: #313131;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	-webkit-text-size-adjust: 100%;
	word-wrap: normal;
	letter-spacing: 0;
	line-height: 1.6;
}

html,body {
     height: 100%;
}


#wrap {
     width: 100%;
     position: relative;
     height:auto !important;
     height: 100%;
     min-height: 100%;
	 padding-bottom: 40px;
}

#news_wrap {
	 width: 100%;
     position: relative;
     height:auto !important;
     height: 100%;
     min-height: 100%;
	 padding-bottom: 80px;
}

a,
a img {
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	text-decoration: none;
}

a:hover {
	opacity: .8;
}

a img:hover {
	opacity: .8;
}

img {
	vertical-align: top;
}

p {
	font-size: 14px;
	font-size: 1.4rem;
}

.left {
	float: left;
}

.right {
	float: right;
}


/* Heading 
--------------------------------------------------*/

h1 {
	width: 105px;
	height: 75px;
	float: left;
	margin: 10px 0;
	font-size: 0px;
}

h1 a {
	width: 105px;
	height: 75px;
	background: url(../img/logo.png) no-repeat;
	display: block;
	float: left;
}

.side h2,
.news_side h2 {
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1.5px;
	margin-bottom: 30px;
}

.news_side h2 {
	color: #060873;
}

.side h3,
.news_side h3 {
	color: #2756e4;
	font-size: 12px;
	font-size: 1.2rem;
}


h3.about_title {
	color: #060873;
	margin-bottom: 30px;
	padding: 0 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
}

/* Layout 
--------------------------------------------------*/

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.main_img img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
}

#contents {
	width: 100%;
	padding-left: 300px;
}

#news_contents {
	width: 100%;
	padding-left: 300px;
}

.page_wrapper {
	width: 760px;
	margin: 0 auto;
	padding-top: 60px;
}

#news_contents .page_wrapper {
	padding-top: 0;
}

.side {
	width: 300px;
	height: 100%;
	background: #060873;
	position: absolute;
	left: 0;
	top: 0;
	padding: 40px 0;
	text-align: center;
}

.side_triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 10px;
	border-color: transparent transparent transparent #060873;
	position: absolute;
	right: -10px;
	top: 40px;
}

.news_side {
	width: 300px;
	height: 100%;
	background: #d1e7fc;
	position: absolute;
	left: 0;
	top: 0;
	padding: 40px 0;
	text-align: center;
}

.news_side_triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 10px;
	border-color: transparent transparent transparent #d1e7fc;
	position: absolute;
	right: -10px;
	top: 40px;
}


/* Header
--------------------------------------------------*/

header {
	border-top: 3px solid #060873;
	background: rgba(255,255,255,0.95);
	width: 100%;
	overflow: hidden;
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}

.headerWrapper {
	width: 960px;
	margin: 0 auto;
}


/* Global Nav 
--------------------------------------------------*/

nav {
	margin-top: 30px;
	float: right;
	height: 35px;
}

ul.nvMenu  {
	list-style: none;
	margin-right: -35px;
}

ul.nvMenu li {
	padding-right: 35px;
	float: left;
}

ul.nvMenu li a {
	height: 35px;
	font-size: 0;
	display: block;
	background: url(../img/nav.png) no-repeat;
}

ul.nvMenu li:first-child a {
	background-position: 0 0;
	width: 41px;
}

ul.nvMenu li:nth-child(2) a {
	background-position: -79px 0;
	width: 75px;
}

ul.nvMenu li:nth-child(3) a {
	background-position: -191px 0;
	width: 72px;
}

ul.nvMenu li:nth-child(4) a {
	background-position: -301px 0;
	width: 115px;
}

ul.nvMenu li:nth-child(5) a {
	background-position: -453px 0;
	width: 92px;
}

ul.nvMenu li:nth-child(6) a {
	background-position: -584px 0;
	width: 40px;
}

ul.nvMenu li:nth-child(7) a {
	background-position: -674px 0;
	width: 15px;
}


/* Index 
--------------------------------------------------*/

body.index {
	background: url(../img/bg_index.jpg) no-repeat center top;
	background-size: cover;
}



/* About
--------------------------------------------------*/

.about {
	background: url(../img/bg_about.jpg) no-repeat right top;
}

.page_wrapper.profile {
	padding-bottom: 30px;	
}

.page_wrapper.profile p {
	padding: 0 70px 30px;
}


/* Services
--------------------------------------------------*/

.row {
	position: relative;
	z-index: 0;
	clear: both;
}

.col3 {
	width: 33.3333333%;
	height: 250px;
	float: left;
	display: block;
	padding: 70px 0 30px;
	text-align: center;
	border: 3px solid #eaf0f4;
	background: #fff;
	margin: 0 0 -3px -3px;
	position: relative;
}

.col3:nth-child(7) {
	margin: 0 0 0 -3px;
}

.col3:nth-child(1) {
	background: url(../img/icon_services09.png) no-repeat center 30px;
}

.col3:nth-child(2) {
	background: url(../img/icon_services01.png) no-repeat center 30px;
}

.col3:nth-child(3) {
	background: url(../img/icon_services02.png) no-repeat center 30px;
}

.col3:nth-child(4) {
	background: url(../img/icon_services03.png) no-repeat center 30px;
}

.col3:nth-child(5) {
	background: url(../img/icon_services04.png) no-repeat center 30px;
}

.col3:nth-child(6) {
	background: url(../img/icon_services05.png) no-repeat center 30px;
}

.col3:nth-child(7) {
	background: url(../img/icon_services06.png) no-repeat center 30px;
}

.col3:nth-child(8) {
	background: url(../img/icon_services07.png) no-repeat center 30px;
	margin-bottom: 60px;
}

.col3:nth-child(9) {
	background: url(../img/icon_services08.png) no-repeat center 35px;
	margin-bottom: 60px;
}

.col3:hover,
.col3:focus {
	cursor: pointer;
}

.col3 h2 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}

.col3 h2 span {
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
}

.col3 .more {
	font-size: 13px;
	font-size: 1.3rem;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2.5;
	color: #2756e4;
	width: 80%;
	border: 1px solid #2756e4;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -40%;
}

.col3 .tooltips {
	display: none;
	position: absolute;
	z-index: 100;
	width: 220%;
	-webkit-transition: all .3s;
}

.col3:nth-child(1) .tooltips {
	top: 70%;
	left: 20%;
}

.col3:nth-child(7) .tooltips,
.col3:nth-child(4) .tooltips {
	top: 50%;
	left: 20%;
}

.col3:nth-child(2) .tooltips {
	top: 70%;
	left: -55%;
}

.col3:nth-child(5) .tooltips,
.col3:nth-child(8) .tooltips {
	top: 50%;
	left: -55%;
}

.col3:nth-child(3) .tooltips {
	top: 70%;
	right: 20%;
}

.col3:nth-child(6) .tooltips {
	top: 50%;
	right: 20%;
}

.col3:hover .tooltips,
.col3:focus .tooltips {
	display: block;
}

.arrow_box {
	position: relative;
	background: #2756e4;
	padding: 30px 40px;
}

.arrow_box:after {
	bottom: 100%;
	left: 5%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(39, 86, 228, 0);
	border-bottom-color: #2756e4;
	border-width: 5px;
	margin-left: -5px;
}

.col3:nth-child(2) .tooltips .arrow_box:after,
.col3:nth-child(5) .tooltips .arrow_box:after,
.col3:nth-child(8) .tooltips .arrow_box:after {
	bottom: 100%;
	left: 50%;
}

.col3:nth-child(3) .tooltips .arrow_box:after,
.col3:nth-child(6) .tooltips .arrow_box:after {
	bottom: 100%;
	left: 95%;
}

.arrow_box ul {
	list-style: none;
	text-align: left;
}

.arrow_box ul li {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 2;
	font-weight: bold;
	color: #fff;
	background: url(../img/circle_services.png) no-repeat left 12px;
	padding-left: 15px;
	display: block;
}

.arrow_box ul li span {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}

.arrow_box p {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	text-align: left;
}


/* Track Record New
--------------------------------------------------*/

.page_wrapper.track_record h2 {
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 50px;
}

.page_wrapper.track_record .table {
	display: table;
	width: 100%;
	height: 100%;
}

.page_wrapper.track_record .cell {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}
.track_record .c_list {
	list-style: none;
	letter-spacing: -.4em;
	margin-bottom: 100px;
	position: relative;
}
/*.track_record .c_list:before,
.track_record .c_list:after {
	content: '';
	width: 120px;
	height: 1px;
	background: #060873;
	position: absolute;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.track_record .c_list:before {
	top: 30px;
	left: -30px;
}*/
.track_record .c_list:after {
	bottom: 30px;
	right: -30px;
}
.track_record .c_list li {
	display: inline-block;
	width: 33.3333333%;
	height: 160px;
	letter-spacing: normal;
	vertical-align: top;
}
.track_record .c_list li h3 {
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
}
.track_record .c_list li h3 small {
	font-size: 13px;
	display: block;
	font-weight: normal;
}
.track_record .c_list li:nth-child(odd) {
	background: #f7fbff;
}
.track_record .c_list li:nth-child(even) {
	background: #deefff;
}

	
/* Track Record
--------------------------------------------------

.page_wrapper.track_record h2 {
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 30px;
}

.page_wrapper.track_record h3 {
	font-size: 15px;
	font-size: 1.5rem;
	color: #2756e4;
	border: 3px solid #2756e4;
	line-height: 50px;
	margin-bottom: 20px;
	padding-left: 100px;
	position: relative;
}

.page_wrapper.track_record h3:before {
	content: 'client';
	background: #2756e4;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 1px;
	width: 80px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.page_wrapper.track_record h3 span {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 5px 4px 0;
	border-color: transparent #ffffff transparent transparent;
	position: absolute;
	left: 75px;
	top: 50%;
	margin-top: -4px;
}

.page_wrapper.track_record h4 {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.page_wrapper.track_record ul.record_list {
	list-style: none;
	margin: 0 20px;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 25px;
}

.page_wrapper.track_record ul.record_list li {
	padding: 4px 0 4px 20px;
	background: url(../img/circle_record.jpg) no-repeat left 10px;
	
}

.page_wrapper.track_record {
	padding-bottom: 40px;
}

*/

/* Contact
--------------------------------------------------*/

.contact_notice {
	padding: 0 70px;
}

.form_wrapper {
	padding: 40px 70px;
}

.form_wrapper .row {
	margin-left: -10px;
	margin-right: -10px;
}

.form_wrapper .col2 {
	width: 50%;
	float: left;
	padding: 0 10px;
	margin-bottom: 35px;
}

.form_wrapper .col1 {
	width: 100%;
	clear: both;
	margin-bottom: 40px;
}

input,
textarea {
	-webkit-appearance: none;
	background: #eaf0f4;
	border: none;
	outline: none;
	width: 100% !important;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px;
	margin-top: 5px;
}

textarea {
	height: 150px !important;
}

input:focus,
textarea:focus {
	background: #dceffc;
}

button[type=submit] {
	border: none;	
	cursor: pointer;
	transition: all .3s;
}

button[type=submit]:hover,
button[type=submit]:focus {
	opacity: .8;
}

.info_wrapper {
	border-left: 5px solid #eaf0f4;
	padding: 10px 0 0 20px;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
}

.info_wrapper img {
	margin-bottom: 30px;
}

.info_wrapper p {
	line-height: 1.8;
}

p.phone {
	padding-top: 5px;
}

#news_contents h3 {
	margin: 0 70px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	line-height: 4;
	border: solid #2756e4;
	border-width: 1px 0;
}

.news_wrapper {
	padding: 30px 0 40px;
	overflow:  hidden;
	margin: 0 70px;
	border-bottom: 1px solid #eaf0f4;
}

.img_wrapper {
	float: left;
	width: 180px;
	margin-right: 30px;
}

.img_wrapper img {
	width: 100%;
	height: auto;
}

.news_text {
	float: right;
	width: 410px;
}

.news_text a {
	color: #313131;
	text-decoration: underline;
}

.rec_box {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 10px;
	color: #060873;
	background: #d1e7fc;
	display: inline-block;
}

.rec_box_arrow {
	width: 0;
	height: 0;
	margin: 0 0 15px 10px;
	border-style: solid;
	border-width: 5px 6px 0 6px;
	border-color: #d1e7fc transparent transparent transparent;
}

.book_title {
	color: #060873;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 20px;
}

.book_title span {
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
}

.book_writer {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 30px;
}

.book_indent {
	padding-left: 10px;
	border-left: 3px solid #d1e7fc;
	margin: 10px 0 20px;
	font-weight: bold;
}

.book_indent span {
	display: block;
	font-size: 12px;
}

.blue_title {
    color: #060873;
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.photo {
	clear: both;
}

.photo li {
	width: 25%;
	float: left;
	padding: 0 5px;
}

.photo li img {
	width: 100%;
	height: auto;
}

.bottom15 {
	margin-bottom: 15px;
}


/* Footer 
--------------------------------------------------*/

footer {
	overflow: hidden;
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	background: #f7f7f7;
	border-top: 1px solid #e6e6e6;
}

footer.ft_index {
	background: #fff;
	height: 40px;
}

footer a {
	color: #514a3d;
}

.ftWrapper {
	width: 100%;
	padding: 10px 70px 10px 300px;
	overflow: hidden;
}

.ftWrapper.top {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
}

footer ul.member {
	list-style: none;
	float: left;
}

footer ul.member li {
	width: 60px;
	float: left;
	margin-right: 20px;
}

footer.ft_index ul.member li {
	width: 50px;
}

footer .ftCopy p,
footer .ftCopy p a {
	color: #9d9d9d;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
}



/* Scroll to Top
--------------------------------------------------*/ 

#page-top {
    position: fixed;
    bottom: 100px;
    right: 30px;
}
#page-top a {
    background: #666;
    text-decoration: none;
    width: 52px;
	height: 52px;
	background: url(../img/icon_scroll.png) no-repeat;
    margin: 30px 0;
    display: block;
	opacity: .8;
}
#page-top a:hover {
    opacity: 1;
}


/* Slick slider
--------------------------------------------------*/ 

.slick-slide img
{
    display: block;
    height: 26vw;
    object-fit: cover;
    width: 100%;
}

.slick-slide div {
    line-height: 0;
}

/* Override styling
--------------------------------------------------*/ 

.pdb-0 {
	padding-bottom: 0 !important;
}