@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
  outline: none;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

html {
  overflow-y: scroll;
  background: #222;
}

body {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  text-align: left;
  color: #333;
  font-size: 15px;
  line-height: 1.8;
  background: #FFF;
  -webkit-text-size-adjust: 100%;
}

a:link,
a:visited {
  color: #007EDB;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #007EDB;
  text-decoration: none;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  box-sizing: border-box;
}

input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 3px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 108%;
  line-height: 1.6;
  box-sizing: border-box;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  width: 80%;
  border: 1px solid #999;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  input[type="text"],
  input[type="email"],
  input[type="password"],
  textarea {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="password"],
  textarea {
    width: 100%;
  }
}

textarea,
iframe {
  display: block;
}

input::placeholder {
  color: #BBB;
}

input:-ms-input-placeholder {
  color: #BBB;
}

input::-ms-input-placeholder {
  color: #BBB;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.l-global-nav {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(14, 17, 28, 0.9);
  -moz-transition-property: -moz-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.l-global-nav__inner {
  width: 100%;
  height: 100%;
  display: table;
}

.l-mainvisual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  background: url(../img/mainvisual.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-mainvisual {
    height: 300px;
  }
}

.l-secondvisual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  background: url(../img/mainvisual.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-secondvisual {
    height: 200px;
  }
}

.l-container-fluid {
  position: relative;
  padding: 70px 30px;
}
@media screen and (max-width: 767px) {
  .l-container-fluid {
    padding: 30px 10px;
  }
}

.l-container {
  max-width: 1000px;
  margin: 0 auto;
}
.l-container::after {
  content: "";
  display: block;
  clear: both;
}

.l-topicpath {
  padding: 18px 30px;
  background: url(../img/bg_concrete.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-topicpath {
    padding: 13px 10px;
  }
}

.l-footer {
  background: #222;
  padding: 45px 30px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 30px 10px;
  }
}

a.c-btn-more, a.c-btn-access, a.c-btn-contact {
  position: relative;
  display: inline-block;
  width: 320px;
  padding: 20px;
  font-size: 124%;
  line-height: 1.4;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  background: #162D82;
  box-sizing: border-box;
  transition: all 0.3s ease;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  a.c-btn-more, a.c-btn-access, a.c-btn-contact {
    width: 250px;
    padding: 20px;
    font-size: 108%;
  }
}
a.c-btn-more:hover, a.c-btn-access:hover, a.c-btn-contact:hover {
  background: #2956D0;
}

a.c-btn-more::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  a.c-btn-more::before {
    width: 8px;
    height: 8px;
  }
}

a.c-btn-access::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  width: 22px;
  height: 22px;
  background: url("../img/icon_pin.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  a.c-btn-access::before {
    width: 20px;
    height: 20px;
  }
}

a.c-btn-contact::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  background: url("../img/icon_mail.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  a.c-btn-contact::before {
    width: 18px;
    height: 18px;
  }
}

.c-btn-send {
  display: inline-block;
  width: 320px;
  padding: 20px;
  font-size: 124%;
  line-height: 1.4;
  color: #FFF;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  background: #162D82;
  border: 0;
  cursor: pointer;
  border-radius: 5px !important;
}
@media screen and (max-width: 767px) {
  .c-btn-send {
    width: 250px;
    padding: 20px;
    font-size: 108%;
  }
}
.c-btn-send:hover {
  background: #2956D0;
}

.c-btn-return {
  display: inline-block;
  width: 150px;
  padding: 20px;
  font-size: 124%;
  line-height: 1.4;
  color: #FFF;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  background: #CCC;
  border: 0;
  cursor: pointer;
  border-radius: 5px !important;
}
@media screen and (max-width: 767px) {
  .c-btn-return {
    width: 250px;
    padding: 20px;
    font-size: 108%;
  }
}
.c-btn-return:hover {
  background: #999;
}

.c-label-new {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.4 !important;
  font-weight: normal;
  color: #FFF;
  background: #DD0000;
}

.c-label-pdf, .c-label-word, .c-label-excel {
  display: inline-block;
  margin-right: 15px;
  padding: 4px;
  font-size: 93%;
  line-height: 1.3;
  text-indent: 0;
  color: #FFF;
  min-width: 75px;
  text-align: center;
  box-sizing: border-box;
}

.c-label-pdf {
  background: #CC0000;
}

.c-label-word {
  background: #2B63CA;
}

.c-label-excel {
  background: #009F00;
}

.c-label-hissu {
  float: right;
  display: inline-block;
  padding: 3px 6px;
  font-size: 78%;
  line-height: 1.6;
  color: #FFF;
  font-weight: normal;
  background: #DD0000;
  vertical-align: middle;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .c-label-hissu {
    float: none;
    padding: 2px 5px;
    font-size: 68%;
    margin-left: 15px;
  }
}

.c-grid {
  margin-bottom: 70px;
}
.c-grid::after {
  content: "";
  display: block;
  clear: both;
}
.c-grid:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-grid {
    margin-bottom: 30px;
  }
  .c-grid:last-child {
    margin-bottom: 0;
  }
}

.c-grid-1 {
  width: 3.75%;
}

.c-grid-2 {
  width: 12.5%;
}

.c-grid-3 {
  width: 21.2%;
}

.c-grid-4 {
  width: 30%;
}

.c-grid-5 {
  width: 40%;
}

.c-grid-6 {
  width: 47.5%;
}

.c-grid-7 {
  width: 55%;
}

.c-grid-8 {
  width: 65%;
}

.c-grid-9 {
  width: 73.8%;
}

.c-grid-10 {
  width: 82.5%;
}

.c-grid-11 {
  width: 91.2%;
}

.c-grid-12 {
  width: 100%;
}

.c-grid-1,
.c-grid-2,
.c-grid-3,
.c-grid-4,
.c-grid-5,
.c-grid-6,
.c-grid-7,
.c-grid-8,
.c-grid-9,
.c-grid-10,
.c-grid-11 {
  float: left;
  margin: 0 5% 0 0;
}
@media screen and (max-width: 767px) {
  .c-grid-1,
  .c-grid-2,
  .c-grid-3,
  .c-grid-4,
  .c-grid-5,
  .c-grid-6,
  .c-grid-7,
  .c-grid-8,
  .c-grid-9,
  .c-grid-10,
  .c-grid-11 {
    width: auto;
    float: none;
    margin: 0 0 30px 0;
  }
}

.c-grid-1:last-child,
.c-grid-2:last-child,
.c-grid-3:last-child,
.c-grid-4:last-child,
.c-grid-5:last-child,
.c-grid-6:last-child,
.c-grid-7:last-child,
.c-grid-8:last-child,
.c-grid-9:last-child,
.c-grid-10:last-child,
.c-grid-11:last-child {
  float: right;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-grid-1:last-child,
  .c-grid-2:last-child,
  .c-grid-3:last-child,
  .c-grid-4:last-child,
  .c-grid-5:last-child,
  .c-grid-6:last-child,
  .c-grid-7:last-child,
  .c-grid-8:last-child,
  .c-grid-9:last-child,
  .c-grid-10:last-child,
  .c-grid-11:last-child {
    float: none;
    margin: 0;
  }
}

.c-grid-button {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-grid-button {
    margin-top: 30px;
    display: block;
  }
}
.c-grid-button li {
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .c-grid-button li {
    margin: 0 0 15px 0;
    text-align: center;
  }
  .c-grid-button li:last-child {
    margin-bottom: 0;
  }
}

.p-logo {
  position: absolute;
  top: 40px;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .p-logo {
    top: 15px;
    left: 15px;
  }
}
.p-logo img {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .p-logo img {
    width: 120px;
  }
}

.p-address {
  color: #999;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-address {
    text-align: center;
  }
}
.p-address dt {
  font-size: 124%;
  font-weight: bold;
}
.p-address dd {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .p-address dd {
    margin-top: 0.5em;
  }
}

.p-copyright {
  color: #999;
  line-height: 1.6;
  text-align: right;
  margin-top: -1.8em;
}
@media screen and (max-width: 767px) {
  .p-copyright {
    text-align: center;
    margin-top: 23px;
  }
}

.p-pagetop {
  position: fixed;
  z-index: 500;
  right: 20px;
  bottom: 20px;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-pagetop {
    right: 10px;
    bottom: 10px;
  }
}
.p-pagetop a {
  display: block;
  position: relative;
  width: 55px;
  height: 55px;
  text-indent: -9999px;
  overflow: hidden;
  background: #162D82;
  border-radius: 50%;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-pagetop a {
    width: 40px;
    height: 40px;
  }
}
.p-pagetop a:hover {
  background: #2956D0;
}
.p-pagetop a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 7px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 13px;
  height: 13px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-pagetop a::before {
    top: 6px;
    width: 11px;
    height: 11px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
}

.hamburger {
  position: absolute;
  top: 45px;
  right: 45px;
  width: 50px;
  height: 50px;
  z-index: 10000;
  touch-action: manipulation;
}
@media screen and (max-width: 767px) {
  .hamburger {
    top: 12px;
    right: 15px;
    transform: scale(0.7, 0.7);
  }
}

.hamburger.active {
  position: fixed;
}

.hamburger_icon,
.hamburger_icon::before,
.hamburger_icon::after {
  position: relative;
  display: block;
  width: 100%;
  height: 4px;
  background: white;
  -moz-transition-property: background-color, -moz-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}

.hamburger_icon {
  margin-top: 22px;
}
.hamburger_icon::before, .hamburger_icon::after {
  position: absolute;
  content: "";
}
.hamburger_icon::before {
  top: -17px;
}
.hamburger_icon::after {
  top: 17px;
}

.hamburger.active .hamburger_icon {
  background: rgba(255, 255, 255, 0);
}
.hamburger.active .hamburger_icon::before {
  -moz-transform: translateY(17px) rotate(45deg);
  -webkit-transform: translateY(17px) rotate(45deg);
  transform: translateY(17px) rotate(45deg);
}
.hamburger.active .hamburger_icon::after {
  -moz-transform: translateY(-17px) rotate(-45deg);
  -webkit-transform: translateY(-17px) rotate(-45deg);
  transform: translateY(-17px) rotate(-45deg);
}

.p-global-nav {
  display: table-cell;
  vertical-align: middle;
}
.p-global-nav li {
  margin: 0 25%;
}
@media screen and (max-width: 767px) {
  .p-global-nav li {
    margin: 0 5%;
  }
}
.p-global-nav li a {
  position: relative;
  display: block;
  padding: 25px 30px;
  font-size: 170%;
  color: #FFF;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.1s ease;
}
.p-global-nav li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 767px) {
  .p-global-nav li a {
    padding: 15px;
    font-size: 139%;
  }
}
.p-global-nav li a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-global-nav li a::before {
    width: 10px;
    height: 10px;
  }
}
.p-global-nav li:first-child a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.p-topicpath {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-topicpath {
    font-size: 85%;
  }
}
.p-topicpath li {
  display: inline;
}
.p-topicpath li a {
  display: inline-block;
  position: relative;
  margin-right: 7px;
  padding-right: 15px;
}
.p-topicpath li a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 4px;
  height: 4px;
  border-top: 2px solid #162D82;
  border-right: 2px solid #162D82;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-pagenav {
  margin-top: 68px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-pagenav {
    margin-top: 28px;
  }
}
.p-pagenav li {
  margin: 2px 2px 0 2px;
}
.p-pagenav li a,
.p-pagenav li .current,
.p-pagenav li .dotted {
  display: block;
  position: relative;
  line-height: 41px;
  text-align: center;
  color: #162D82;
  width: 41px;
  height: 41px;
  overflow: hidden;
  text-decoration: none;
  cursor: default;
  border: 1px solid #162D82;
}
@media screen and (max-width: 767px) {
  .p-pagenav li a,
  .p-pagenav li .current,
  .p-pagenav li .dotted {
    line-height: 35px;
    width: 35px;
    height: 35px;
  }
}
.p-pagenav li .current {
  color: #FFF;
  background: #162D82;
}
.p-pagenav li .arrow-prev {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  overflow: hidden;
  text-indent: -9999px;
}
.p-pagenav li .arrow-next {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 12%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: hidden;
  text-indent: -9999px;
}
.p-pagenav li a {
  cursor: pointer;
  transition: all 0.2s ease;
}
.p-pagenav li a .arrow-prev {
  border-top: 2px solid #162D82;
  border-right: 2px solid #162D82;
}
.p-pagenav li a .arrow-next {
  border-top: 2px solid #162D82;
  border-right: 2px solid #162D82;
}

.p-pager {
  display: table;
  margin: 70px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-pager {
    margin: 30px auto 0 auto;
  }
}
.p-pager li {
  display: table-cell;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-pager li {
    padding: 0 5px;
  }
}
.p-pager li a {
  display: block;
  width: 150px;
  padding: 14px 0;
  font-size: 100%;
  line-height: 1.5;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background: #162D82;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.p-pager li a:hover {
  color: #FFF;
  background: #2956D0;
}
@media screen and (max-width: 767px) {
  .p-pager li a {
    width: 100px;
  }
}

.p-info {
  border-top: 1px solid #DDD;
}
.p-info li a {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 20px 45px 20px 20px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #DDD;
}
.p-info li a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #BBB;
  border-right: 2px solid #BBB;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-info li a::before {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-info li a {
    display: block;
    padding: 15px 35px 15px 15px;
  }
}
.p-info__date {
  margin-right: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-info__date {
    display: block;
    margin-right: 0;
    font-size: 85%;
  }
}
.p-info__title {
  color: #007EDB;
  text-decoration: underline;
}
.p-info__title:hover {
  text-decoration: none;
}

.p-btn-spacer {
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-btn-spacer {
    margin-top: 30px;
  }
}

.p-lead {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lead {
    margin-bottom: 30px;
    text-align: left;
  }
  .p-lead br {
    display: none;
  }
}

.p-gmap {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-gmap {
    height: 320px;
  }
}

.p-table-type1 {
  width: 100%;
}
.p-table-type1 th {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 20px;
  width: 22%;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-table-type1 th {
    padding: 15px;
  }
}
.p-table-type1 td {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 20px 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .p-table-type1 td {
    padding: 15px;
  }
}

.p-table-type2 {
  width: 100%;
}
.p-table-type2 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
  width: 25%;
  text-align: center;
  color: #FFF;
  white-space: nowrap;
  background: rgba(24, 29, 54, 0.8);
}
@media screen and (max-width: 767px) {
  .p-table-type2 th {
    padding: 15px;
    font-size: 93%;
  }
}
.p-table-type2 td {
  border-bottom: 1px solid #DDD;
  padding: 20px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .p-table-type2 td {
    padding: 15px;
    font-size: 93%;
  }
}
.p-table-type2 tr:last-child th,
.p-table-type2 tr:last-child td {
  border-bottom: none;
}

.p-table-form {
  width: 100%;
  border-top: 1px solid #DDD;
}
.p-table-form th {
  padding: 25px 20px;
  border-bottom: 1px solid #DDD;
  width: 250px;
  font-size: 116%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-table-form th {
    display: block;
    padding: 20px 0 10px 0;
    border-bottom: none;
    width: auto;
  }
}
.p-table-form td {
  padding: 25px 20px;
  border-bottom: 1px solid #DDD;
}
@media screen and (max-width: 767px) {
  .p-table-form td {
    display: block;
    padding: 0 0 20px 0;
  }
}

.p-list-error {
  margin-bottom: 40px;
  padding: 25px;
  background: #FFEDED;
  border: 1px solid #FFE6E6;
}
@media screen and (max-width: 767px) {
  .p-list-error {
    margin-bottom: 30px;
    padding: 15px;
  }
}
.p-list-error li {
  color: #DD0000;
}
@media screen and (max-width: 767px) {
  .p-list-error li {
    font-size: 93%;
  }
}

.p-error {
  margin-top: 10px;
  font-size: 93%;
  line-height: 1.5;
  color: #DD0000;
}

.p-finish {
  padding: 70px;
  border: 1px solid #DDD;
  background: #F9F9F9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-finish {
    padding: 25px;
  }
}
.p-finish dt {
  font-size: 170%;
  line-height: 1.6;
  font-weight: bold;
  color: #162D82;
}
@media screen and (max-width: 767px) {
  .p-finish dt {
    font-size: 139%;
  }
}
.p-finish dd {
  margin-top: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-finish dd {
    margin-top: 15px;
  }
}

.p-mainvisual {
  text-align: center;
}
.p-mainvisual img {
  width: 470px;
}
@media screen and (max-width: 767px) {
  .p-mainvisual img {
    width: 250px;
  }
}

.p-secondvisual {
  text-align: center;
}
.p-secondvisual__eng {
  display: block;
  font-size: 470%;
  line-height: 1;
  font-weight: normal;
  color: #FFF;
  letter-spacing: 2px;
  font-family: "Bebas Neue", cursive;
}
@media screen and (max-width: 767px) {
  .p-secondvisual__eng {
    font-size: 300%;
  }
}
.p-secondvisual__jpn {
  display: block;
  font-size: 139%;
  line-height: 1.4;
  color: #FFF;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-secondvisual__jpn {
    font-size: 108%;
    margin-top: 0;
  }
}

.p-title-center, .p-title-center-white {
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-title-center, .p-title-center-white {
    margin-bottom: 25px;
  }
}
.p-title-center__eng, .p-title-center-white__eng {
  display: block;
  font-size: 400%;
  line-height: 1;
  font-weight: normal;
  color: #162D82;
  letter-spacing: 2px;
  font-family: "Bebas Neue", cursive;
}
@media screen and (max-width: 767px) {
  .p-title-center__eng, .p-title-center-white__eng {
    font-size: 300%;
  }
}
.p-title-center__jpn, .p-title-center-white__jpn {
  display: block;
  font-size: 124%;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-title-center__jpn, .p-title-center-white__jpn {
    font-size: 108%;
  }
}

.p-title-center-white__eng {
  color: #FFF;
}
.p-title-center-white__jpn {
  color: #FFF;
}

.p-title-entry {
  font-size: 216%;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 3px solid #162D82;
  margin-bottom: 45px;
  padding-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .p-title-entry {
    font-size: 170%;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
}

.p-date {
  margin-bottom: 5px;
}

.entry p {
  margin: 1em 0;
}

.entry h2 {
  margin: 2em 0 1em 0;
  padding: 14px 17px;
  font-size: 139%;
  line-height: 1.4;
  background: #F5F5F5;
  border-left: 6px solid #162D82;
}

.entry h3 {
  margin: 2em 0 1em 0;
  padding: 0 0 0 20px;
  font-size: 131%;
  line-height: 1.4;
  position: relative;
}
.entry h3::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 35px;
  background: #162D82;
}

.entry h4 {
  margin: 2em 0 1em 0;
  padding: 0 0 15px 0;
  font-size: 124%;
  line-height: 1.4;
  border-bottom: 2px solid #DDD;
}

.entry h5 {
  margin: 2em 0 1em 0;
  font-size: 116%;
  line-height: 1.4;
}

.entry h6 {
  margin: 2em 0 1em 0;
  font-size: 108%;
  line-height: 1.4;
}

.entry table {
  width: 100%;
  margin: 1.5em 0;
}
.entry table th {
  border: 1px solid #CCC;
  padding: 20px;
  background: #F5F5F5;
  text-align: center;
  min-width: 50px;
}
@media screen and (max-width: 767px) {
  .entry table th {
    padding: 15px;
  }
}
.entry table td {
  border: 1px solid #CCC;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .entry table td {
    padding: 15px;
  }
}

.entry ul {
  list-style: disc;
  margin: 1em 0;
  padding-left: 2em;
}

.entry ol {
  list-style: decimal;
  margin: 1em 0;
  padding-left: 2em;
}

.p-post-image {
  list-style: none !important;
  margin: -4.3% 0 0 -4.3% !important;
  margin-top: -2.3% !important;
  padding: 0 !important;
}
.p-post-image::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .p-post-image {
    margin: 30px 0 0 0 !important;
  }
}
.p-post-image > li {
  float: left;
  width: 46%;
  margin: 4% 0 0 4%;
}
.p-post-image > li img:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .p-post-image > li {
    width: auto;
    margin: 0 0 30px 0;
  }
  .p-post-image > li:last-child {
    margin-bottom: 0;
  }
}

.p-caption {
  display: block;
  margin-top: 7px;
  text-align: center;
}

.p-post-files {
  list-style: none !important;
  margin: 40px 0 0 0 !important;
  padding: 0 !important;
  border-top: 1px solid #EEE;
}
@media screen and (max-width: 767px) {
  .p-post-files {
    margin: 30px 0 0 0 !important;
  }
}
.p-post-files li {
  border-bottom: 1px solid #EEE;
  padding: 15px;
}

.u-bgimg-concrete {
  background: url(../img/bg_concrete.jpg) no-repeat center center;
  background-size: cover;
}

.u-bgimg-company {
  position: relative;
  z-index: 0;
}
.u-bgimg-company::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -700px;
  width: 450px;
  height: 450px;
  background: url(../img/bg_company.png) no-repeat 0 0;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .u-bgimg-company::before {
    margin: auto;
    top: 150px;
    left: 0;
    right: 0;
    width: 80%;
    height: 80%;
    background-size: contain;
  }
}
.u-bgimg-company::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 500px 750px;
  border-color: transparent transparent #EDEFF5 transparent;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .u-bgimg-company::after {
    display: none;
  }
}

.u-bgimg-recruit {
  background: #2B335C url(../img/bg_recruit.jpg) no-repeat center bottom;
  background-size: contain;
}

.u-txt-l {
  text-align: left !important;
}

.u-txt-c {
  text-align: center !important;
}

.u-txt-r {
  text-align: right !important;
}

.u-fs11 {
  font-size: 11px !important;
}

.u-fs12 {
  font-size: 12px !important;
}

.u-fs14 {
  font-size: 14px !important;
}

.u-fs16 {
  font-size: 16px !important;
}

.u-fs18 {
  font-size: 18px !important;
}

.u-fs20 {
  font-size: 20px !important;
}

.u-fs22 {
  font-size: 22px !important;
}

.u-fs24 {
  font-size: 24px !important;
}

.u-fs26 {
  font-size: 26px !important;
}

.u-fs28 {
  font-size: 28px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-w5 {
  width: 5% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w15 {
  width: 15% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w35 {
  width: 35% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w45 {
  width: 45% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w55 {
  width: 55% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w65 {
  width: 65% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w75 {
  width: 75% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w85 {
  width: 85% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w95 {
  width: 95% !important;
}

.u-w100 {
  width: 100% !important;
}
