body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'Noto Sans JP', sans-serif;
  overflow-x: hidden;
}
@font-face {
	font-family: "NotoSansJP";
	font-weight: normal;
	src: url(../font/NotoSans-Regular.otf) format("otf"), url(../font/NotoSans-Regular.woff) format("woff");
}
@font-face {
	font-family: "NotoSansJP";
	font-weight: bold;
	src: url(../font/NotoSans-Bold.otf) format("otf"), url(../font/NotoSans-Bold.woff) format("woff");
}
html, body { height:100%; margin:0; }
html {
	font-size: 62.5%;
  line-height: 1.5;
}
body {
	font-family: 'NotoSansJP','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', Meiryo, メイリオ, sans-serif;
	font-size: 1.4rem;
	color: #363833;
}

a {
  color: #0F2443;
  text-decoration: none;
	transition: opacity 0.3s ease 0s;
}

a:active,
a:hover {
  text-decoration: underline;
	opacity: 0.8;
}

svg {
  fill: currentColor;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

input[type="text"],
input[type="email"],
select,
textarea {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', Meiryo, メイリオ, sans-serif;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #707070;
  padding: 8px;
  border-radius: 3px;
  width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

clearfix::after {
  content: ' ';
  clear: both;
  display: block;
}

.cover .cover-title {
	font-family: futura-pt, 'Century Gothic', 'Avenir Next';
	font-weight: 600;
	font-size: 3.5rem;
	margin: 0;
}

.header {
  width: 100%;
  background-color: #FFF;
  position: fixed;
  border-bottom: 1px solid #001D60;
  z-index: 10;
  transition: .5s;
}

.header.hide {
  transform: translateY(-100%);
}

.header-inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 24px;
  display: table;
  box-sizing: border-box;
}

.header .header-logo {
  display: table;
}

.header .header-logo:hover {
  text-decoration: none;
}

.header .header-logo img {
  width: 120px;
  display: table-cell;
}

.header .header-logo span {
  font-size: 2.0rem;
  padding-left: 16px;
  display: table-cell;
  vertical-align: middle;
}

.header .header-nav {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

.header .header-nav ul {
  list-style-type: none;
}

.header .header-nav ul li {
  display: inline-block;
  margin-left: 40px;
}

.header .header-nav ul li a {
  text-decoration: none;
}

.header .header-nav ul li a.active, .header .header-nav ul li a:hover {
  opacity: 1;
  color: #E52149;
  padding-bottom: 8px;
  border-bottom: 5px solid #E52149;
}

.header-nav-toggle .nav-toggle {
	display: none;
}

.footer {
  background: #282D41;
  color: #FFF;
  padding: 80px 80px 0;
}

.footer .footer-inner {
  display: flex;
  padding-bottom: 160px;
}

.footer .footer-left {
  width: 70%;
}

.footer .footer-right {
  width: 30%;
  text-align: right;
}

.footer ul {
  list-style: none;
}

.footer .footer-left ul li {
  float: left;
}

.footer .footer-left ul li a {
  color: #FFF;
}

.footer .footer-left ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer .footer-left ul li {
  margin-right: 40px;
}
.footer .footer-right ul {
  float: right;
}

.footer .footer-right ul li {
  float: left;
  margin-left: 16px;
}

.footer .footer-right ul li a img {
  width: 35px;
  margin-top: -10px;
}

.footer .copy {
  color: #C8C8C8;
  text-align: center;
  padding-bottom: 16px;
}

.pageup {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 80px;
  z-index: 99;
}

.pageup img {
  width: 60px;
}

.cover {
  color: #FFF;
}

.cover-top {
  text-align: center;
  width: 100%;
  height: 100%;
  background: url('../image/top.jpeg') center no-repeat;
  background-size: cover;
}

.cover .cover-inner {
  width: 100%;
  position: relative;
  top: 50%;
}

.cover::after {
  content: "　";
  position: absolute;
  width: 100%;
  height: 500px;
  opacity: 0.7;
  top: 0;
  left: 0;
  background-color: #001D60;
  z-index: 1;
}

.cover-top::after {
  content: "　";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  top: 0;
  left: 0;
  background-color: #001D60;
  z-index: 1;
}

.cover .cover-title, .cover .cover-text {
  z-index: 5;
  position: relative;
}

.cover .cover-title {
	font-family: futura-pt, 'Century Gothic', 'Avenir Next';
  font-weight: 600;
  font-size: 3.5rem;
  margin: 0 0 8px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.cover .cover-text {
	font-size: 1.5rem;
	font-weight: 300;
	margin: 0;
	letter-spacing: 0.1em;
}

.cover .category span {
  display: inline-block;
  border: 1px solid #FFF;
  border-radius: 5px;
  margin-right: 16px;
  padding: 1px 16px;
}

.block {
  margin: 48px 0 160px;
  width: 100%;
}

.block .block-title {
	font-family: futura-pt, 'Century Gothic', 'Avenir Next';
	font-weight: 600;
	font-size: 3.0rem;
	margin: 0;
	line-height: 1.5rem;
  text-align: center;
  color: #0F2443;
}

.block .block-subtitle {
  text-align: center;
  margin-bottom: 32px;
  color: #0F2443;
}


.block .block-inner {
  max-width: 730px;
  margin: 0 auto;
  box-sizing: border-box;
}

.block .btn-area {
  text-align: center;
  margin: 56px 0;
}

a.more, input[type="submit"].more {
  color: #E52149;
  background: #FFF;
  border: 1px solid #E52149;
  padding: 16px 160px;
  border-radius: 5px;
  display: inline-block;
  margin: 0 auto;
  font-size: 1.5rem;
  position: relative;
}

a.more:hover, input[type="submit"].more:hover {
  color: #FFF;
  background: #E52149;
  text-decoration: none;
}

ul.news-list {
  list-style: none;
  width: 100%;
  padding: 0;
}

ul.news-list li {
  padding: 16px;
  border-bottom: 1px dotted #707070;
}

ul.news-list li .news-date {
  margin-right: 32px;
}

ul.news-list li .news-category {
  margin-right: 32px;
  border: 1px solid #0256A6;
  color: #0256A6;
  padding: 3px 32px;
  border-radius: 3px;
}

.top-contact {
  background: url('../image/contact.jpeg') center no-repeat;
  background-size: cover;
  margin-bottom: 0;
  position: relative;
  color: #FFF;
}

.top-contact .block-title, .top-contact .block-subtitle {
  color: #FFF;
}

.top-contact::after {
  content: "　";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  top: 0;
  left: 0;
  background-color: #001D60;
  z-index: 1;
}

.top-contact .block-inner {
  padding: 80px 0;
  position: relative;
  z-index: 5;
}

.top-contact .contact-box-wrapper {
  display: flex;
  margin-top: 80px;
}

.top-contact .contact-box {
  width: calc(100% / 2);
  text-align: center;
}

.top-contact .contact-box img {
  width: 100px;
}

.top-contact .icon {
  margin: 8px 0;
}

.top-contact .tel-link {
  color: #FFF;
}

.top-contact .contact-link {
  color: #363833;
  background: #FFF;
  padding: 3px 24px;
  border: 1px solid #363833;
  border-radius: 5px;
}

.top-contact .contact-link:hover {
  text-decoration: none;
  opacity: 1;
}

.cover-company {
  background: url('../image/company.jpeg') top no-repeat;
  background-size: cover;
}

.cover-child {
  text-align: center;
  width: 100%;
  height: 500px;
  background-size: cover;
}

.list-table {
  display: flex;
  flex-wrap: wrap;
}

.list-table dt, .list-table dd {
  padding: 16px 0;
  border-bottom: 1px solid #95989A;
  box-sizing: border-box;
  margin: 0;
}

.list-table dt {
  font-weight: bold;
  width: 25%;
  padding-left: 16px;
}

.list-table dd {
  width: 75%;
}

.map {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.map iframe {
  width: 100%;
  height: 350px;
}

.history {
  display: flex;
  flex-wrap: wrap;
}

.history dt, .history dd {
  padding: 16px 0;
  box-sizing: border-box;
  margin: 0;
}

.history dt {
  width: 35%;
  padding-left: 16px;
}

.history dd {
  width: 65%;
}

.cover-service {
  background: url('../image/service.jpeg') center no-repeat;
  background-size: cover;
}

.subtitle {
  color: #0F2443;
  font-size: 3.5rem;
  font-weight: normal;
  margin: 0;
}

.block .block-inner.wide {
  max-width: 1000px;
}

.service-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 32px;
}

.service-box::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.service-box {
  width: 30%;
  box-sizing: border-box;
  position: relative;
  height: auto;
  margin-bottom: 5%;
  text-align: center;
  background: #F4F4F4;
}

.service-box-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  box-sizing: border-box;
}

.service-box-inner h4 {
  font-size: 3.5rem;
  color: #E52149;
  margin: 16px 0;
  font-weight: normal;
}

.service-box-inner h5 {
  font-size: 2.0rem;
  margin: 16px 0 32px;
}

.service-box-inner:hover {
  background: #324A7F;
}

.service-box-inner:hover h5, .service-box-inner:hover p {
  color: #FFF;
}

.cover-news {
  background: url('../image/news.jpeg') 30% no-repeat;
  background-size: cover;
}

.two-column {
  display: flex;
}

.main-box {
  width: 70%;
}
.main-box article {
  margin-bottom: 24px;
}

.main-box article a {
  display: flex;
  text-decoration: none;
}

.main-box article .article-image {
  margin-right: 24px;
  width: 200px;
  min-width: 200px;
  overflow: hidden;
}

.main-box article .article-image img {
  width: 200px;
  height: auto;
}

.main-box article a:hover .article-image img {
  transform:scale(1.05);
}

.main-box article .article-text h2 {
  margin: 0 0 16px 0;
}

.main-box article .article-text span.category, .sidebar .sidebar-box .category a {
  padding: 4px 24px;
  color: #0256A6;
  border: 1px solid #0256A6;
  border-radius: 5px;
  margin: 8px;
  text-decoration: none;
}

.main-box article .article-text .date {
  color: #363833;
}

.main-box article .article-text p {
  width: 70%;
  margin: 16px 0 0 0;
  color: #363833;
}

.sidebar {
	width: 30%;
	box-sizing: border-box;
}

.sidebar .sidebar-box {
  border: 1px solid #707070;
  padding: 24px;
  margin-bottom: 40px;
}

.sidebar .sidebar-box h3 {
  margin: 0 auto 24px auto;
  font-size: 3rem;
  text-align: center;
}

.sidebar .sidebar-box .category {
  display: flex;
  flex-wrap: wrap;
}

.sidebar .sidebar-box .category a {
  padding: 8px 24px;
}
.sidebar .sidebar-box .category a:hover {
  background-color: #0256A6;
  color: #FFF;
}

.sidebar .sidebar-box .archives {
  margin-left: 32px;
}

.sidebar .sidebar-box .archives li {
  margin-bottom: 8px;
  list-style-type: none;
  position: relative;
}

.sidebar .sidebar-box .archives li::before {
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: -16px;
  top: 40%;
  content: "";
  background: #E52149;
}

.wp-pagenavi {
  text-align: center;
  margin-top: 48px;
}

.wp-pagenavi a, .wp-pagenavi span {
  padding: 10px 18px;
  border: 1px solid #0256A6;
  display: inline-block;
  margin-left: 20px;
  font-size: 2.0rem;
  text-decoration: none;
  font-weight: bold;
  color: #0256A6;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #0256A6;
}

.wp-pagenavi .current {
  background-color: #B8B8B8;
  border-color: #B8B8B8;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  padding: 10px;
}

.wp-pagenavi .pages {
  display: none;
}

.block .title-left {
  text-align: left;
}

.cover-recruit {
  background: url('../image/recruit.jpeg') no-repeat 0 20%;
  background-size: cover;
}

.flow-wrap {
  background: #DFF2FC;
  border-radius: 5px;
  padding: 32px;
}

.flow-box {
  letter-spacing: -.4em;
}

.flow-box > * {
  letter-spacing: normal;
}

.flow-box p {
  display: inline-block;
  width: 70%;
  box-sizing: border-box;
}

.flow-box:after {
	content: "　";
	background: url('../image/arrow.png') no-repeat center center;
	height: 24px;
	display: block;
  margin: 24px 0;
}

.flow-box:last-child:after {
	content: none;
}

.flow-box a {
  text-decoration: underline;
  font-weight: bold;
}

.flow-box .number, .flow-box .flow-title {
  color: #0256A6;
  font-size: 2.0rem;
  font-weight: bold;
  display: inline-block;
  box-sizing: border-box;
}

.flow-box .number {
  width: 10%;
}

.flow-box .flow-title {
  width: 20%;
}

.cover-contact {
  background: url('../image/contact.jpeg') no-repeat 0 center;
  background-size: cover;
}

.contact-area {
  display: flex;
  flex-wrap: nowrap;
	justify-content: space-between;
}

.contact-area .border {
  border-left: 1px solid #B8B8B8;
}

.red {
  color: #E52149;
}

.contact-area .contact-tel h4 {
  margin: 0;
  font-size: 1.5rem;
  border-bottom: 1px solid #B8B8B8;
}

.contact-area .contact-tel a {
  font-size: 3.4rem;
}

.contact-area .contact-tel a:hover {
  text-decoration: none;
}

.contact-form table {
  width: 90%;
  margin: 0 auto;
  border-spacing :  0 32px;
  border-collapse : separate;
}

.contact-form table tr th {
  white-space: nowrap;
  vertical-align: top;
  text-align: left;
}

.contact-form table tr td {
  width: 70%;
}

.contact-form table tr th.message {
  padding-top: 8px;
  vertical-align: top;
}

.contact-form-block {
  margin-top: -136px;
}

.required {
  margin-left: 16px;
  color: #E52149;
}

.mw_wp_form .error {
  color: #E52149 !important;
}

.mw_wp_form .error:before {
  content: "\26A0";
  font-size: 2rem;
  position: relative;
  top: 3px;
}
.mw_wp_form .error-input {
  border-color: #E52149;
}

.mw_wp_form_input .form-confirm, .mw_wp_form_confirm .form-input {
  display: none;
}

.mw_wp_form_input .form-input, .mw_wp_form_confirm .form-confirm {
  display: block;
}

.greeting {
  display: flex;
}

.greeting_image img {
  width: 400px;
  border: 1px solid #CCC;
}

.greeting_text {
  margin-left: 64px;
}

.greeting_text p {
  margin: 0;
}

.greeting_text .signature {
	font-size: 2rem;
	text-align: right;
	margin-top: 64px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ ProN";
}

.cover .index {
  font-size: 2.5rem;
  margin-top: 32px;
}

.cover-top .cover-inner {
  top: 40%;
}