@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,500");
@import url("https://fonts.googleapis.com/css?family=Poppins:700");
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: #000;
}

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%;
}

iframe {
  display: block;
}

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

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

.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 1000;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 65px;
    background: white;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  }
}
.l-header.scrolled {
  height: 75px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .l-header.scrolled {
    height: 65px;
    background: white;
  }
}

.l-header-inner {
  display: table;
  width: 100%;
  height: 100%;
}

.l-global-nav {
  width: 50%;
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .l-global-nav {
    display: block;
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    background: #2B4B99;
  }
}

.l-header-second {
  position: relative;
  width: 100%;
  height: 450px;
  background: url(../img/pn_second.jpg) no-repeat center center/cover;
}
.l-header-second::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(15, 41, 102, 0.8);
}
@media screen and (max-width: 767px) {
  .l-header-second {
    height: 220px;
  }
}

.l-container-fluid {
  position: relative;
  padding: 80px 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-mainvisual {
  position: relative;
  width: 100%;
  height: 850px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-mainvisual {
    padding-top: 64px;
    height: auto;
  }
}

.l-info {
  max-width: 1000px;
  margin: -140px auto 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-info {
    margin: -58px auto 0 auto;
  }
}

.l-about {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .l-about {
    width: auto;
  }
}

.l-contact {
  position: relative;
  max-width: 1000px;
  margin: 30px auto 0 auto;
  padding: 95px 60px 60px 60px;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-contact {
    padding: 60px 20px 20px 20px;
  }
}

.l-topicpath {
  padding: 15px 30px;
  background: #F3F3F3;
}
@media screen and (max-width: 767px) {
  .l-topicpath {
    padding: 12px 10px;
  }
}

.l-footer {
  background: #000;
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 20px 0;
  }
}

a.c-btn-more {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 300px;
  padding: 20px;
  font-size: 116%;
  line-height: 1.3;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  border: 2px solid #000;
  overflow: hidden;
  z-index: 0;
  box-sizing: border-box;
  transition: all 0.3s;
}
a.c-btn-more::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
  transition: all 0.3s;
}
a.c-btn-more::after {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s;
}
a.c-btn-more:hover {
  color: #FFF;
}
a.c-btn-more:hover::before {
  border-color: #FFF;
}
a.c-btn-more:hover::after {
  left: 0;
  background-color: black;
}

.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: #F00;
}

.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-grid {
  margin-bottom: 60px;
}
.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-contact::after {
  content: "";
  display: block;
  clear: both;
}
.c-grid-contact li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
  border: 1px solid #FFF;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-grid-contact li {
    width: auto;
    padding: 15px;
  }
}
.c-grid-contact li a {
  color: #FFF;
  text-decoration: none;
}
.c-grid-contact li:first-child {
  float: left;
}
@media screen and (max-width: 767px) {
  .c-grid-contact li:first-child {
    float: none;
    margin-bottom: 20px;
  }
}
.c-grid-contact li:last-child {
  float: right;
}
@media screen and (max-width: 767px) {
  .c-grid-contact li:last-child {
    float: none;
  }
}

.p-logo {
  display: table-cell;
  vertical-align: top;
}
.p-logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  background: #FFF;
}
.p-logo a img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-logo a {
    width: 200px;
    padding: 0 17px;
  }
}

.p-logo-second {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .p-logo-second {
    height: 65px;
  }
}
.p-logo-second a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  background: #FFF;
}
.p-logo-second a img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-logo-second a {
    width: 200px;
    padding: 0 17px;
  }
}

.p-copyright {
  text-align: center;
  color: #999;
}

.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: #2B4B99;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .p-pagetop a {
    width: 35px;
    height: 35px;
  }
}
.p-pagetop a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 8px;
  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 {
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
}

.p-global-nav {
  display: table;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-global-nav {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-global-nav {
    display: table !important;
  }
}
.p-global-nav li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-global-nav li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #415DA3;
  }
  .p-global-nav li:last-child {
    border-bottom: none;
  }
}
.p-global-nav li a {
  position: relative;
  display: inline-block;
  font-size: 116%;
  line-height: 1.3;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-global-nav li a {
    display: block;
    padding: 17px 15px;
    font-size: 100%;
    font-weight: normal;
  }
  .p-global-nav li a::after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 25px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
  }
}
.p-global-nav li a:hover::before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 2px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .p-global-nav li a:hover::before {
    display: none;
  }
}

.scrolled .p-global-nav li a {
  transition: all 0.2s ease;
  color: #333;
}
.scrolled .p-global-nav li a:hover::before {
  background: #2B4B99;
}
@media screen and (max-width: 767px) {
  .scrolled .p-global-nav li a {
    color: #FFF;
  }
}

@media screen and (max-width: 767px) {
  .p-toggle {
    float: right;
    width: 65px;
    height: 65px;
    position: relative;
    top: 0px;
    right: 0px;
    cursor: pointer;
    background: #2B4B99;
  }

  .hamburger-icon {
    display: block;
    position: absolute;
    top: 31px;
    right: 16px;
    width: 30px;
    height: 3px;
    background: #FFF;
    transition: .2s;
  }

  .hamburger-icon::before,
  .hamburger-icon::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    background: #FFF;
    transition: .3s;
  }

  .hamburger-icon::before {
    margin-top: -12px;
  }

  .hamburger-icon::after {
    margin-top: 8px;
  }

  .hamburger-icon.close {
    background: transparent;
  }

  .hamburger-icon.close::before,
  .hamburger-icon.close::after {
    margin-top: -2px;
  }

  .hamburger-icon.close::before {
    transform: rotate(-45deg);
  }

  .hamburger-icon.close::after {
    transform: rotate(-135deg);
  }
}
.p-topicpath {
  max-width: 1000px;
  margin: 0 auto;
}
.p-topicpath li {
  display: inline;
  font-size: 93%;
  line-height: 1.3;
}
.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 #2B4B99;
  border-right: 2px solid #2B4B99;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-pagenav {
  margin-top: 78px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-pagenav {
    margin-top: 28px;
  }
}
.p-pagenav li {
  margin: 2px 3px 0 3px;
}
.p-pagenav li a,
.p-pagenav li .current,
.p-pagenav li .dotted {
  display: block;
  position: relative;
  background: #2B4B99;
  line-height: 41px;
  text-align: center;
  color: #FFF;
  width: 41px;
  height: 41px;
  overflow: hidden;
  text-decoration: none;
  cursor: default;
  border: 1px solid #2B4B99;
}
@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 a:hover {
  background: #007ED2;
  border: 1px solid #007ED2;
}
.p-pagenav li .current {
  background: #FFF;
  color: #2B4B99;
  border: 1px solid #2B4B99;
}
.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 #2B4B99;
  border-right: 2px solid #2B4B99;
  -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 #2B4B99;
  border-right: 2px solid #2B4B99;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: hidden;
  text-indent: -9999px;
}
.p-pagenav li a {
  cursor: pointer;
}
.p-pagenav li a .arrow-prev {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.p-pagenav li a .arrow-next {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

.p-pager {
  display: table;
  margin: 80px 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: 12px 0;
  font-size: 100%;
  line-height: 1.4;
  color: #333;
  text-align: center;
  text-decoration: none;
  border: 2px solid #000;
  transition: all 0.2s ease;
}
.p-pager li a:hover {
  color: #FFF;
  border: 2px solid #000;
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-pager li a {
    width: 100px;
  }
}

.p-catch-mask {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  margin-top: -200px;
}
@media screen and (max-width: 767px) {
  .p-catch-mask {
    margin-top: -45px;
  }
}
.p-catch-mask span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 725%;
  line-height: 1.1;
  background: url(../img/mainvisual_mask.png) repeat center center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: catch-mask 40s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .p-catch-mask span {
    font-size: 220%;
  }
}
.p-catch-mask span:last-child {
  line-height: 1.25;
}

@-webkit-keyframes catch-mask {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -850px;
  }
}
@media all and (-ms-high-contrast: none) {
  /* IE10以上 */
  .p-catch-mask span {
    background: none;
    color: #FFF;
  }
}
.p-catch-mask span {
  background: none\9;
  /* IE10以下 */
  color: #FFF;
}

.p-catch-text {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 139%;
  color: #FFF;
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-catch-text {
    font-size: 70%;
    margin-top: 45px;
  }
}

.p-mainvisual {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -750px;
  width: 1500px;
}
@media screen and (min-width: 1520px) {
  .p-mainvisual {
    position: static;
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-mainvisual {
    position: static;
    margin-left: 0;
    width: 100%;
  }
}
.p-mainvisual img {
  width: 100%;
}

.p-info-def {
  display: table;
  width: 100%;
  background: #FFF;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-info-def {
    display: block;
  }
}
.p-info-def dt {
  display: table-cell;
  vertical-align: middle;
  background: #000;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .p-info-def dt {
    display: block;
    padding: 9px 15px;
    width: auto;
  }
}
.p-info-def dd {
  display: table-cell;
  vertical-align: top;
  padding: 40px 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-info-def dd {
    display: block;
    padding: 10px 20px;
  }
}

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

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

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

.p-table-type1 {
  width: 100%;
  font-size: 93%;
  line-height: 1.6;
}
.p-table-type1 th {
  border: 1px solid #CCC;
  padding: 8px;
  background: #EEE;
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-table-type1 th {
    padding: 7px;
  }
}
.p-table-type1 td {
  border: 1px solid #CCC;
  padding: 8px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .p-table-type1 td {
    padding: 7px;
  }
}

.p-table-type2 {
  width: 100%;
}
.p-table-type2 th {
  border: 1px solid #16274E;
  padding: 20px;
  background: #1E3366;
  width: 25%;
  text-align: center;
  white-space: nowrap;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-table-type2 th {
    padding: 15px;
  }
}
.p-table-type2 td {
  border: 1px solid #16274E;
  padding: 20px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .p-table-type2 td {
    padding: 15px;
  }
}

.p-table-contact {
  line-height: 1;
  font-weight: 500;
  color: #FFF;
}
.p-table-contact th {
  padding: 5px 15px 5px 0;
  font-size: 100%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-table-contact th {
    padding-right: 10px;
    font-size: 77%;
  }
}
.p-table-contact td {
  padding: 5px 0;
  font-size: 185%;
}
@media screen and (max-width: 767px) {
  .p-table-contact td {
    font-size: 154%;
  }
}
.p-table-contact td small {
  font-size: 50%;
}

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

.p-lead-recruit {
  margin-bottom: 30px;
  font-size: 185%;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  color: #FFCC00;
}
@media screen and (max-width: 767px) {
  .p-lead-recruit {
    font-size: 124%;
    text-align: left;
  }
}

.p-lead-contact {
  margin-bottom: 40px;
  font-weight: 500;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-lead-contact {
    font-size: 93%;
    margin-bottom: 20px;
  }
}

.p-pagename {
  position: relative;
  text-align: center;
  color: #FFF;
  padding-top: 170px;
}
@media screen and (max-width: 767px) {
  .p-pagename {
    padding-top: 115px;
  }
}
.p-pagename__eng {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 400%;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-pagename__eng {
    font-size: 185%;
  }
}
.p-pagename__jpn {
  display: block;
  font-size: 139%;
}
@media screen and (max-width: 767px) {
  .p-pagename__jpn {
    font-size: 100%;
  }
}

.p-date {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-date {
    font-size: 85%;
  }
}

.p-title-info {
  text-align: center;
  line-height: 1.5;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-title-info {
    text-align: left;
  }
}
.p-title-info__eng {
  display: block;
  font-size: 170%;
  font-weight: 100;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-title-info__eng {
    display: inline;
    font-size: 154%;
  }
}
.p-title-info__jpn {
  display: block;
  font-size: 100%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-title-info__jpn {
    display: inline;
    font-size: 85%;
    margin-left: 1em;
  }
}

.p-title-about, .p-title-recruit {
  position: relative;
  margin-bottom: 30px;
  padding-left: 45px;
  font-size: 200%;
  line-height: 110px;
  letter-spacing: .2em;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-title-about, .p-title-recruit {
    margin-bottom: 20px;
    font-size: 154%;
    line-height: 70px;
    padding-left: 35px;
  }
}
.p-title-about::before, .p-title-recruit::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 26px;
  height: 4px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-title-about::before, .p-title-recruit::before {
    width: 20px;
  }
}
.p-title-about::after, .p-title-recruit::after {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 116px;
  font-size: 110px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-title-about::after, .p-title-recruit::after {
    font-size: 70px;
    left: 70px;
  }
}

.p-title-about::before {
  background: #2B4B99;
}
.p-title-about::after {
  content: "ABOUT";
  color: #EEE;
}

.p-title-recruit {
  color: #FFF;
}
.p-title-recruit::before {
  background: #FFF;
}
.p-title-recruit::after {
  content: "RECRUIT";
  color: #FFF;
  opacity: 0.1;
}

.p-title-contact {
  position: absolute;
  top: -33px;
  left: 0;
  width: 100%;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-title-contact {
    top: -23px;
  }
}
.p-title-contact__eng {
  display: block;
  font-size: 450%;
  line-height: 1;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-title-contact__eng {
    font-size: 300%;
  }
}
.p-title-contact__jpn {
  display: block;
  font-size: 124%;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-title-contact__jpn {
    font-size: 100%;
  }
}

.p-title-entry {
  font-size: 216%;
  line-height: 1.4;
  font-weight: 500;
  border-bottom: 3px solid #2B4B99;
  margin-bottom: 45px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-title-entry {
    font-size: 170%;
    margin-bottom: 40px;
    padding-bottom: 15px;
  }
}

.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: 5px solid #2B4B99;
}

.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: 5px;
  height: 27px;
  background: #2B4B99;
}

.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: #EEE;
  text-align: center;
}
@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-info {
  background: url(../img/bg_info.jpg) no-repeat center center/cover;
}

.u-bgimg-about {
  background: url(../img/bg_about.jpg) no-repeat right top/contain;
}
@media screen and (max-width: 767px) {
  .u-bgimg-about {
    background: none;
  }
}

.u-bgimg-contact {
  background: url(../img/bg_contact.jpg) no-repeat center center/cover;
}

.u-bgcolor-blue {
  background: #2B4B99;
}

.u-pagelink-info {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  margin-top: -165px;
}
@media screen and (max-width: 767px) {
  .u-pagelink-info {
    margin-top: -105px;
  }
}

.u-pagelink {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  margin-top: -75px;
}
@media screen and (max-width: 767px) {
  .u-pagelink {
    margin-top: -65px;
  }
}

.u-position-relative {
  position: relative;
}

.u-mobile-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile-only {
    display: block;
  }
}

.u-pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
}

.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;
}
