@charset "utf-8";

/*---------------
  common
---------------*/
body {
	font-size: 14px;
	font-weight: 300;
	font-family: "Noto Sans Japanese", sans-serif;
	color: #333;
}
a,
a:link,
a:visited,
a:active {
	color: #006B92;
	text-decoration: none;
}
a img,
input[type=image],
#mobile-nav-btn img {
	-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;
}
a:hover img,
input[type=image]:hover,
#mobile-nav-btn img:hover {
	-webkit-filter: brightness(0.8);
	-moz-filter: brightness(0.8);
	-o-filter: brightness(0.8);
	filter: brightness(0.8);
}
p {
	line-height: 2em;
    letter-spacing: .1em;
	margin-bottom: 15px;
}
pre {
	font-size: 14px;
	color: #000;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: visible;
	text-align: left;
}
.required,
.error {
	color: #E00;
}

form {
	margin: 50px 0 30px;
}
.wpcf7 .wpcf7-response-output {
	margin: 10px 0 30px;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}
.wpcf7 .wpcf7-validation-errors {
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
}
.wpcf7 .wpcf7-mail-sent-ok {
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
}
.wpcf7 .wpcf7-radio {
	display: block;
	padding: 7px 0;
}
.wpcf7 .wpcf7-radio label {
	font-weight: normal;
}
h1 {
	margin: 0;
	padding: 25px 20px;
}
h1 span {
	font-size: 12px;
	display: block;
	color: #666;
	margin-bottom: 10px;
}
h2 {

}
h3 {
	margin: 0 0 30px;
	position: relative;
	line-height: 1.4;
	padding: 0.25em 1em;
	display: inline-block;
	top: 0;
}
h3:before, h3:after {
	position: absolute;
	top: 0;
	content:'';
	width: 8px;
	height: 100%;
	display: inline-block;
}

h3:before {
	border-top: dotted 1px #535aaa;
	border-left: dotted 1px #535aaa;
	border-bottom: dotted 1px #535aaa;
	left: 0;
}

h3:after {
	content: '';
	border-top: dotted 1px #535aaa;
	border-right: dotted 1px #535aaa;
	border-bottom: dotted 1px #535aaa;
	right: 0;
}
h4 {
	padding: 0.25em 0.5em;
	color: #494949;
	background: transparent;
	border-left: solid 5px #347499;
	margin: 30px 0;
}
section {
	padding: 50px 0;
	position: relative;
}
ul.list-inline {
	margin: 0;
}
.img-wrap {
	overflow: hidden;
}
.img-wrap a img {
	transition-duration: 0.3s;
}
.img-wrap a img:hover {
	transform: scale(1.1);
}
.youtube-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.youtube-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
p.lead {
	margin: 20px 0 40px;
	font-size: 22px;
	font-weight: bold;
	color: #3c51a8;
	text-align: center;
}
.btn-theme {
	background: #5f7791;
	color: #FFF !important;
}
.btn-theme:hover {
	background: #849cb6;
}
.btn-contact {
	font-size: 24px;
	padding: 25px;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 5px 10px !important;
	border-radius: 5px;
}
.wp-pagenavi span.current {
	background: #307fa4;
	color: #FFF;
	border-color: transparent !important;
}
.more {
	text-align: right;
	padding: 10px 0;
}
.more a {
	display: inline-block;
    padding: 10px 20px;
    border: 2px solid #347499;
    border-radius: 5px;
	font-weight: 500;
}
.more a i {
	font-size: 20px;
    margin-left: 5px;
}

/*---------------
  header
---------------*/
#header {
	position: relative;
	height: 90px;
}
#header .logo {
	max-height: 45px;
}
#header .top {
	position: fixed;
    width: 100%;
    background: transparent;
    top: 0;
    z-index: 10;
	-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;
}
#header .top.light {
	background: rgba(255, 255, 255, .5);
}
#header .carousel {
	padding-left: 150px;
}
#header .carousel .n2-section-smartslider {
	border-radius: 30px 0 0 30px;
    overflow: hidden;
}
#header .catch {
	position: absolute;
    top: 50%;
    left: 150px;
}
#header .catch span {
	display: table;
    background: #FFF;
    font-size: 30px;
    padding: 0 20px;
    margin-bottom: 10px;
}
#header.home {
	height: 100vh;
	margin-bottom: 100px;
	padding-top: 100px;
}

/*---------------
  g-nav
---------------*/
#g-nav {

}
#g-nav ul.list-inline {
	list-style: none;
	padding: 0;
	letter-spacing: -.4em;
	margin-bottom: 0;
	display: inline-block;
}
#g-nav ul.list-inline > li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	padding: 0 15px;
}
#g-nav ul.list-inline.text > li a {
	margin-top: 23px;
	padding: 10px 5px 5px;
	color: #333;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
}
#g-nav ul.list-inline.text > li a:hover,
#g-nav ul.list-inline.text > li a.active {
	border-bottom: 3px solid #3072bd;
}
#g-nav ul.list-inline.icon > li {
	padding: 0;
}
#g-nav ul.list-inline.icon a {
	line-height: 90px;
	width: 90px;
	display: inline-block;
	text-align: center;
	background: #117bb7;
	color: #FFF;
	font-size: 24px;
}
#g-nav ul.list-inline.icon a:hover {
	background: #0d5984;
}

/*---------------
  mobile
---------------*/
#mobile-nav-btn {
	position: fixed;
	top: 25px;
    right: 25px;
	display: inline-block;
	vertical-align: top;
	z-index: 11;
}
#mobile-nav-btn .wrap {
	background: #FFF;
	width: 46px;
    height: 46px;
	border: 2px solid #777;
    border-radius: 5px;
	cursor: pointer;
	-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;
	z-index: 15;
	right: 15px;
}
#mobile-nav-btn .wrap.active {
	background: #777;
}
#mobile-nav-btn .menu-btn {
	display: flex;
	z-index: 11;
	flex-direction: column;
	position: relative;
	z-index: 30;
	-webkit-user-select: none;
	user-select: none;
}
#mobile-nav-btn .menu-btn span {
	display: flex;
	width: 14px;
	height: 2px;
	position: relative;
	background: #333;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 5px 0px;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}
#mobile-nav-btn .menu-btn span.active {
	background: #FFF;
}
#mobile-nav-btn .menu-btn span:first-child {
	transform-origin: 0% 0%;
	left: calc(50% - 7px);
    top: 14px;
}
#mobile-nav-btn .menu-btn span:nth-last-child(2) {
	transform-origin: 0% 100%;
	left: calc(50% - 7px);
    top: 18px;
}
#mobile-nav-btn .menu-btn span:nth-last-child(1) {
	left: calc(50% - 7px);
    top: 22px;
}
#mobile-nav-btn .wrap.active .menu-btn span {
	opacity: 1;
	transform: rotate(45deg) translate(3px, -1px);
}
#mobile-nav-btn .wrap.active .menu-btn span:nth-last-child(2) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}
#mobile-nav-btn .wrap.active .menu-btn span:nth-last-child(1) {
	transform: rotate(-45deg) translate(3px, -3px);
}
#mobile-menu-dialog ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#mobile-menu-dialog .modal-header {
	text-align: center;
	background: #248dc7;
	color: #FFF;
	border-radius: 5px 5px 0 0;
}
#mobile-menu-dialog .modal-body {
	padding: 0;
}
#mobile-menu-dialog nav a {
	padding: 10px 0;
    display: block;
    text-align: center;
    border-bottom: 1px solid #DDD;
}
#mobile-menu-dialog nav a:hover {
	background: #EEE;
}
#mobile-menu-dialog nav a span {
	display: block;
	color: #999;
    font-size: 12px;
}
#mobile-menu-dialog nav > ul > li:last-child a {
    border-bottom: none;
}

/*---------------
  content
---------------*/
#content {
	
}

/*---------------
  paging
---------------*/
#paging {
	min-height: 20px;
}
#paging .prev,
#paging .next {
	position: relative;
}
#paging .prev {
	float: left;
}
#paging .next {
	float: right;
}
#paging .prev a,
#paging .next a {
	position: relative;
	z-index: 10;
	padding: 10px 20px;
    border: 2px solid #347499;
    border-radius: 5px;
    font-weight: 500;
}

/*---------------
  home
---------------*/
#content.home {

}
#content.home .concept {
	background: url(../images/home/hikone.jpg) no-repeat;
    background-position: 0 120px;
    background-size: 50%;
	margin-bottom: 50px;
}
#content.home .concept .box {
	background: #FFF;
    display: inline-block;
    padding: 15px 20px;
    margin-top: -10px;
    margin-left: 0;
}
#content.home .concept .dash {
	font-size: 24px;
    border-bottom: 2px dashed #3072bd;
    line-height: 45px;
}
#content.home .topics ul {
	letter-spacing: -.4em;
}
#content.home .topics ul > li {
	letter-spacing: normal;
	vertical-align: top;
	width: calc(100% / 4);
}
#content.home .topics ul > li .pic {
	overflow: hidden;
	border-radius: 20px;
}
#content.home .topics ul > li img {
	width: 100%;
    height: 200px;
    object-fit: cover;
	transform: scale(1);
}
#content.home .topics ul > li a:hover img {
	transform: scale(1.05);
}
#content.home .topics ul > li .date {
	font-weight: 900;
	color: #666;
}

/*---------------
  lower
---------------*/
#content.lower h2.page-title {
	padding: 50px 0;
	margin: 0 auto;
	font-size: 14px;
}
#content.lower h2.page-title .en {
	font-size: 60px;
    display: block;
    color: #347499;
    font-weight: 600;
}
#content.lower .topics {

}
#content.lower .topics li {
	padding: 20px;
	background: #f7f7f7;
	border-radius: 15px;
	margin-bottom: 20px;
}
#content.lower .topics .text {
	padding: 30px;
}
#content.lower .topics .date {
	padding: 15px 0;
	text-align: right;
	font-weight: 900;
    color: #666;
}

/*---------------
  service
---------------*/
#content.service .jobs {
	letter-spacing: -.4em;
}
#content.service .jobs li {
	letter-spacing: normal;
	width: calc(100% / 3);
	vertical-align: top;
	padding: 10px;
}
#content.service .jobs li img {
	width: 200px;
}

/*---------------
  works
---------------*/
#content.works .works-list {
	letter-spacing: -.4em;
}
#content.works .works-list > li {
	letter-spacing: normal;
	vertical-align: top;
	padding: 15px;
	width: 100%;
}
#content.works .works-list li .content {
	padding: 20px;
}
#content.works .works-list li ul li {
	margin-bottom: 10px;
}

/*---------------
  company
---------------*/
#content.company {

}
#content.company table {
	margin-bottom: 50px;
}
#content.company table tr th {
	width: 200px;
}

/*---------------
  recruit
---------------*/
#content.recruit table {
	margin-bottom: 50px;
}
#content.recruit table tr th {
	width: 200px;
}
#content.recruit table tr th,
#content.recruit table tr td {
	white-space: pre-wrap;
}

/*---------------
  about
---------------*/
#content.about ul {
	list-style: none;
	margin-bottom: 20px;
}
#content.about ul.list li {
	margin-bottom: 15px;
	position: relative;
	font-size: 18px;
    font-weight: 600;
}
#content.about ul.list li:before {
	position: absolute;
	content: "■";
	top: -5px;
    left: -25px;
    color: #347499;
    font-size: 24px;
}
#content.about ul.list li p {
	margin: 15px 0 0 15px;
	line-height: 20px;
	background: #F1F1F1;
	padding: 10px 15px;
    border-radius: 10px;
	font-size: 14px;
	font-weight: 300;
}
#content.about #licence ul {
	margin: 0;
}
#content.about #licence ul li {
	padding: 10px;
}
#content.about #licence ul li .name {
	background: #F1F1F1;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	font-weight: 600;
	border: 1px dashed #CCC;
}


/*---------------
  message
---------------*/
#content.message .position {
	padding: 10px 20px;
    background: #347499;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
}
#content.message ul.interview {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content.message ul.interview li {
	list-style: none;
	margin-bottom: 20px;
}
#content.message ul.interview li.question {
	padding-left: 200px;
	padding-right: 90px;
	position: relative;
	text-align: right;
}
#content.message ul.interview li.question .comment {
	border: 1px solid #D5D5D5;
	border-radius: 5px;
	padding: 15px;
	position: relative;
	background: #f1f1f1;
	display: inline-block;
	text-align: left;
}
#content.message ul.interview li.question .comment:after,
#content.message ul.interview li.question .comment:before {
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	left: 100%;
	bottom: 10px;
}
#content.message ul.interview li.question .comment:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-width: 10px;
	margin-top: -10px;
	border-left-color: #f1f1f1;
}
#content.message ul.interview li.question .comment:before {
	border-color: rgba(213, 213, 213, 0);
	border-top-width: 11px;
	border-bottom-width: 11px;
	border-left-width: 11px;
	border-right-width: 11px;
	margin-top: -11px;
	margin-left: 1px;
	border-left-color: #D5D5D5;
}
#content.message ul.interview li.question .face {
	border: 1px solid #666;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: 0;
    right: 0;
	background: url(../images/recruit/q.png) no-repeat;
}
#content.message ul.interview li.answer {
	padding-left: 90px;
	padding-right: 200px;
	position: relative;
	text-align: left;
}
#content.message ul.interview li.answer .comment {
	border: 1px solid #D5D5D5;
	border-radius: 5px;
	padding: 15px;
	position: relative;
	background: #dff1e1;
	display: inline-block;
}
#content.message ul.interview li.answer .comment:after,
#content.message ul.interview li.answer .comment:before {
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	right: 100%;
	bottom: 10px;
}
#content.message ul.interview li.answer .comment:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-width: 10px;
	margin-top: -10px;
	border-right-color: #dff1e1;
}
#content.message ul.interview li.answer .comment:before {
	border-color: rgba(213, 213, 213, 0);
	border-top-width: 11px;
	border-bottom-width: 11px;
	border-left-width: 11px;
	border-right-width: 11px;
	margin-top: -11px;
	margin-right: 1px;
	border-right-color: #D5D5D5;
}
#content.message ul.interview li.answer .face {
	border: 1px solid #666;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: 0;
    left: 0;
	background: url(../images/recruit/a1.png) no-repeat;
}


/*---------------
  footer
---------------*/
#footer {
	background: #347499;
	padding: 25px 0;
	color: #FFF;
}
#footer ul.list,
#footer ul.list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	margin-bottom: 20px;
}
#footer ul.list ul {
	margin-top: 5px;
}
#footer ul.list li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}
#footer ul.list li a {
	color: #FFF;
}
#footer ul.list li li {
	font-size: 90%;
}
#footer ul.list li:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	left: 0;
	top: 1px;
}
#footer ul.list > li:before {
	font-weight: 900;
	content: "\f105";
	color: #FFF;
}
#footer ul.list > li ul li:before {
	font-weight: 900;
	content: "\f105";
	color: #999;
}
#footer .logo {
	filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}
#footer .logo img {
	max-height: 45px;
}
#footer .tel {
	font-size: 30px;
}
#footer .tel i {
	font-size: 25px;
	margin-right: 10px;
}
#footer .tel a {
	color: #FFF;
	font-weight: 600;
}

/*---------------
  copyright
---------------*/
#copyright {
	background: #3c4f67;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	padding: 5px 0;
}
