@charset "UTF-8";
/*! =========================
  foundation
========================= */
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, * :before, * :after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img, embed, iframe, object, audio, video {
  max-width: 100%;
}

img {
  vertical-align: bottom;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  padding: 0;
  font-weight: normal;
  text-align: left;
}

sub, sup {
  vertical-align: top;
  font-size: 1rem;
}

html {
  background: #fff;
  font-size: 62.5%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw / 32);
  }
}

body {
  color: #000;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: 600;
  line-height: 1.73;
  letter-spacing: 0.45px;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  body {
    overflow-x: auto;
  }
}

body._en {
  font-family: Trebuchet MS, sans-serif;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

.only-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

.only-pc--inline {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .only-pc--inline {
    display: none !important;
  }
}

.only-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .only-sp {
    display: block !important;
  }
}

.only-sp--inline {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .only-sp--inline {
    display: block !important;
  }
}

.not-sp {
  display: none;
}

@media screen and (min-width: 768px) {
  .not-sp {
    display: block !important;
  }
}

.link-desabled {
  color: #C9C9CA !important;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .link-desabled.header__nav-link {
    display: none;
  }
}

/*! =========================
  layout
========================= */
.header {
  width: 100%;
  min-width: 980px;
  padding: 10px 0 0;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .header {
    min-width: 100%;
    padding: 0;
  }
}

.header.is-scroll {
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.header__upper {
  max-width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .header__upper {
    max-width: 100%;
    height: 17.75vw;
    background: #fff;
    padding: 3.5vw 0;
    position: relative;
    z-index: 2;
  }
}

.header__logo {
  width: 170px;
}

@media screen and (max-width: 767px) {
  .header__logo {
    width: 56.25vw;
    margin: 0 0 0 4.5vw;
  }
}

.header__child-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0 0;
}

@media screen and (max-width: 767px) {
  .header__child-upper {
    padding: 1vw 0 0;
  }
}

.header__upper-link {
  width: 100px;
  color: #00007D;
  border-bottom: 1px solid #00007D;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin: 0 20px 0 0;
  padding: 0 0 1px;
}

@media screen and (max-width: 767px) {
  .header__upper-link {
    display: none;
  }
}

.header__upper-link:hover {
  color: #FF9600;
}

@media screen and (max-width: 767px) {
  .header__upper-link:hover {
    color: #00007D;
  }
}

.header__upper-link:last-child {
  margin: 0;
}

.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .header__btns {
    display: none;
  }
}

.header__btns-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .header__btns-sp {
    background: #E6E1DC;
    display: block;
    padding: 4.5vw 0 20.5vw;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .header__btns-sp img {
    vertical-align: middle;
  }
}

.header__btn {
  width: 84px;
  display: inline-block;
  margin: 0 7px 0 0;
}

@media screen and (max-width: 767px) {
  .header__btn {
    width: 20vw;
    width: 26vw;
    margin: 0 2vw 0 0;
  }
}

.header__btn--lang {
  width: 89px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .header__btn--lang {
    width: 25vw;
  }
}

.header__btn--lang + .header__btn--lang {
  margin: 0 0 0 5px;
}

@media screen and (max-width: 767px) {
  .header__btn--lang + .header__btn--lang {
    margin: 0 0 0 1vw;
  }
}

.header__btn--lang:hover {
  opacity: 1;
}

.header__bottom {
  width: 100%;
  margin: 10px auto 0;
}

@media screen and (max-width: 767px) {
  .header__bottom {
    margin: 0;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .header__nav {
    width: 100%;
    height: 80vh;
    overflow-y: auto;
    position: absolute;
    top: -212vw;
    -webkit-transition: .6s;
    transition: .6s;
  }
}

@media screen and (max-width: 767px) {
  .header__nav.is-opened {
    top: 0;
    -webkit-transition: .6s;
    transition: .6s;
  }
}

.header__nav-list {
  border-top: 1px solid #00007D;
  border-bottom: 1px solid #00007D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .header__nav-list {
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
    display: block;
    padding: 0;
  }
}

.header__nav-item {
  width: 196px;
  border-left: 1px solid #00007D;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .header__nav-item {
    width: 100%;
    background: #E6E1DC;
    border-left: 1px solid transparent;
    text-align: left;
  }
}

.header__nav-item:last-child {
  border-right: 1px solid #00007D;
}

@media screen and (max-width: 767px) {
  .header__nav-item:last-child {
    border-right: 1px solid transparent;
    border-bottom: 1px solid #fff;
  }
}

.header__nav-item::before {
  width: 100%;
  height: 10px;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .header__nav-item::before {
    height: auto;
    position: static;
  }
}

.header__nav-item:hover .header__child-nav-list {
  display: block;
}

.header__nav-item:hover .header__nav-link {
  color: #FF9600;
}

@media screen and (max-width: 767px) {
  .header__nav-item:hover .header__nav-link {
    color: #00007D;
  }
}

.header__nav-link {
/*  height: 100%;*/
  color: #00007D;
  display: block;
  font-size: 13px;
  line-height: 1.83;
}

@media screen and (max-width: 767px) {
  .header__nav-link {
    font-size: 1.3rem;
    line-height: 1.75;
    padding: 2.5vw 0 2.5vw 4.25vw;
  }
}

.header__nav-link:hover {
  color: #FF9600;
  opacity: 1;
}

.header__nav-link:hover + .header__child-nav-list {
  display: block;
}


li:nth-child(4) .header__nav-link:hover + .header__child-nav-list {
  display: none
}

.header__nav-link::after {
  width: auto;
}

.header__child-nav-list {
  width: 100%;
  background: rgba(230, 225, 220, 0.95);
  display: none;
  position: absolute;
  top: 30px;
  text-align: left;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .header__child-nav-list {
    background: #E6E1DC;
    display: block;
    padding: 0;
    position: static;
  }
}

.header__child-nav-list:hover {
  display: block;
}

li:nth-child(4) .header__child-nav-list:hover {
  display: none;
}

.header__child-nav-link {
  border-bottom: 1px solid #00007D;
  color: #00007D;
  display: block;
  font-size: 13px;
  padding: 6px 0 6px 30px;
}
li:nth-child(4) .header__child-nav-link  {
  display: none
}

@media screen and (max-width: 767px) {
  .header__child-nav-link {
    border-bottom: none;
    border-top: 1px solid #fff;
    font-size: 1.3rem;
    padding: 2vw 0 2vw 12.5vw;
  }
  li:nth-child(4) {border-bottom: 1px solid #fff;
}
  li:nth-child(4) .header__child-nav-link  {
    display: none
  }
}

@media screen and (max-width: 767px) {
  .header__child-nav-link:last-child {
    border-bottom: 1px solid #fff;
  }
}

.header__child-nav-link:hover {
  opacity: 1;
}

.header__child-nav-link:hover .header__child-nav-link-inner {
  color: #FF9600;
}

@media screen and (max-width: 767px) {
  .header__child-nav-link:hover .header__child-nav-link-inner {
    color: #00007D;
  }
}

.header__child-nav-link:hover .header__child-nav-link-inner::before {
  background: url(/assets/images/common/header_submenu_pc_hover.png) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .header__child-nav-link:hover .header__child-nav-link-inner::before {
    background: url(/assets/images/common/header_submenu_pc_nohover.png) no-repeat center center/cover;
  }
}

.header__child-nav-link-inner {
  position: relative;
}

@media screen and (max-width: 767px) {
  .header__child-nav-link-inner {
    line-height: 1.75;
  }
}

.header__child-nav-link-inner::before {
  width: 16px;
  height: 16px;
  background: url(/assets/images/common/header_submenu_pc_nohover.png) no-repeat center center/cover;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -20px;
}

.header-opener-outer {
  display: none;
}

@media screen and (max-width: 767px) {
  .header-opener-outer {
    width: 14vw;
    height: 11vw;
    background: #00007D;
    display: block;
    margin: 0 3vw 0 0;
    padding: 2vw 0 0;
  }
}

@media screen and (max-width: 767px) {
  .header-opener {
    width: 9.43vw;
    height: 7vw;
    background: #00007D;
    display: block;
    margin: 0 auto;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .header-opener__bar {
    width: 100%;
    height: 3px;
    background: #fff;
    display: inline-block;
    position: absolute;
  }
  .header-opener__bar:nth-child(1) {
    top: 7%;
  }
  .header-opener__bar:nth-child(2) {
    top: 48%;
  }
  .header-opener__bar:nth-child(3) {
    bottom: 0;
  }
}

.footer {
  min-width: 980px;
  width: 100%;
  background: #00007D;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .footer {
    min-width: 100%;
  }
}

.footer__inner {
  max-width: 980px;
  background: #00007D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 25px 0 10px;
}

@media screen and (max-width: 767px) {
  .footer__inner {
    min-width: 100%;
    display: block;
    padding: 4vw 0 3vw;
  }
}

.footer__nav {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .footer__nav {
    display: block;
  }
}

.footer__nav-item {
  -ms-flex-preferred-size: 130px;
  flex-basis: 130px;
  max-width: 130px;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .footer__nav-item {
    -ms-flex-preferred-size: 40.62vw;
    flex-basis: 40.62vw;
    max-width: 40.62vw;
    margin: 0 0 0 4.68vw;
  }
}

.footer__nav-item + .footer__nav-item {
  margin: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
  .footer__nav-item + .footer__nav-item {
    margin: 5vw 0 0 4.68vw;
  }
}

.footer__nav-link {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .footer__nav-link {
    font-size: 1.2rem;
  }
}

.footer__copy {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 1.2rem;
    margin: 6vw 0 0 4.68vw;
  }
}

.l-wrapper {
  margin: 28px 0 60px;
}

@media screen and (max-width: 767px) {
  .l-wrapper {
    min-height: calc(100vh - 25.75vw);
    margin: 18.75vw 0 7vw;
  }
}

.l-wrapper--2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  .l-wrapper--2col {
    display: block;
    margin: 18.75vw 0 7vw;
  }
}

@media screen and (max-width: 767px) {
  .l-wrapper--2col:first-of-type {
    margin-top: 18.75vw;
  }
}

@media screen and (max-width: 767px) {
  .l-wrapper--2col:last-of-type {
    margin-bottom: 60px;
  }
}

.l-wrapper--2col._margin {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .l-wrapper--2col._margin {
    margin-top: 18.75vw;
  }
}

.l-main--2col {
  -ms-flex-preferred-size: 700px;
  flex-basis: 700px;
  max-width: 700px;
}

@media screen and (max-width: 767px) {
  .l-main--2col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.l-sidebar {
  -ms-flex-preferred-size: 260px;
  flex-basis: 260px;
  max-width: 260px;
  position: relative;
  right: 0;
}

@media screen and (max-width: 767px) {
  .l-sidebar {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.l-sidebar__inner {
  width: 260px;
}

@media screen and (max-width: 767px) {
  .l-sidebar__inner {
    width: 100%;
  }
}

.lower {
  background: url(/assets/images/common/lower_bg.png) no-repeat 53% top;
}

.lower__ttl {
  background: rgba(201, 201, 202, 0.85);
  border-radius: 5px;
  color: #00007D;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0 10px 20px;
}

@media screen and (max-width: 767px) {
  .lower__ttl {
    border-radius: 0;
    font-size: 2rem;
    padding: 3vw 0 3vw 3vw;
  }
}

.lower__ttl02 {
  border-bottom: 1px solid #00007D;
  color: #00007D;
  font-size: 25px;
  font-weight: 600;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .lower__ttl02 {
    width: 90.64vw;
    font-size: 2rem;
    padding: 4vw 0;
    margin: 0 auto;
  }
}

.lower__ttl03 {
  color: #00007D;
  font-size: 25px;
  font-weight: 600;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .lower__ttl03 {
    width: 90.64vw;
    font-size: 2rem;
    padding: 4vw 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .lower__inner {
    padding: 0 4.68vw;
  }
}

@media all and (-ms-high-contrast: none) {
  .lower__ttl {
    margin-top: 28px;
    /* IE10以上 */
  }
}

@media screen and (max-width: 767px) {
  .sidebar__nav {
    display: none;
  }
}

.sidebar__nav-link {
  background: #E6E1DC;
  border-bottom: 1px solid #00007D;
  color: #96918C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .sidebar__nav-link {
    display: block;
    padding: 1vw 0;
  }
}

.sidebar__nav-link:hover {
  opacity: 1;
}

.sidebar__nav-link:hover .sidebar__nav-link-inner {
  color: #FF9600;
}

.sidebar__nav-link:hover .sidebar__nav-link-inner::before {
  background: url(/assets/images/common/header_submenu_pc_hover.png) no-repeat center center/cover;
}

.sidebar__nav-link-inner {
  margin: 0 0 0 30px;
  position: relative;
}

.sidebar__nav-link-inner::before {
  width: 16px;
  height: 16px;
  background: url(/assets/images/common/header_submenu_pc_nohover.png) no-repeat center center/cover;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -20px;
}

.sidebar__nav-link-inner.is-current {
  color: #FF9600;
}

.sidebar__nav-link-inner.is-current::before {
  background: url(/assets/images/common/header_submenu_pc_hover.png) no-repeat center center/cover;
}
body.pagetemplate.message .sidebar__nav-link-inner.message,
body.pagetemplate.profile .sidebar__nav-link-inner.profile,
body.pagetemplate.history .sidebar__nav-link-inner.history,
body.pagetemplate.officer .sidebar__nav-link-inner.officer {
  color: #FF9600;
}

body.pagetemplate.message .sidebar__nav-link-inner.message::before,
body.pagetemplate.profile .sidebar__nav-link-inner.profile::before,
body.pagetemplate.history .sidebar__nav-link-inner.history::before,
body.pagetemplate.officer .sidebar__nav-link-inner.officer::before{
  background: url(/assets/images/common/header_submenu_pc_hover.png) no-repeat center center/cover;
}

/*! =========================
  component
========================= */
.c-ttl + .c-block {
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  .c-ttl + .c-block {
    margin-top: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .c-block {
    padding: 0 5vw;
  }
}
.c-block.mB70 {
	margin-bottom: 70px
}
@media screen and (max-width: 767px) {
.c-block.mB70 {
	margin-bottom: 20px
}
}
.c-block .orange {
  color: #FF8200;
}

.c-block__ttl-sub {
  color: #00007D;
  font-size: 17.5px;
  font-weight: 600;
  line-height: 1.31;
  margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
  .c-block__ttl-sub {
    font-size: 1.6rem;
    margin: 0 0 4vw;
  }
}

.c-block__img {
  margin: 0 0 15px;
}

.c-block__img.c-block__img-wide {
  margin-right: -276px;
}

@media screen and (max-width: 767px) {
  .c-block__img.c-block__img-wide {
    margin-right: 0;
  }
}

.c-block__txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.13;
}

@media screen and (max-width: 767px) {
  .c-block__txt {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.c-block__txt + .c-block__txt {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .c-block__txt + .c-block__txt {
    margin-top: 4vw;
  }
}

.c-block__ttl-main {
  min-height: 60px;
  border-top: 1px solid #00007D;
  border-bottom: 1px solid #00007D;
  color: #00007D;
  font-size: 25px;
  font-weight: 600;
  line-height: 60px;
  margin: 0 0 10px;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .c-block__ttl-main {
    min-height: auto;
    font-size: 1.9rem;
    padding: 5vw 0;
    line-height: 1.6;
  }
}

._en .c-block__ttl-main {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  ._en .c-block__ttl-main {
    line-height: 1.6;
  }
}

._en .c-block__ttl-main._2row {
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  ._en .c-block__ttl-main._2row {
    line-height: 1.6;
  }
}

.c-block-negative-margin--60 {
  margin-top: -60px;
}

@media screen and (max-width: 767px) {
  .c-block-negative-margin--60 {
    margin: 0;
  }
}

.c-block-negative-margin--120 {
  margin-top: -120px;
}

@media screen and (max-width: 767px) {
  .c-block-negative-margin--120 {
    margin: 0;
  }
}

.c-block-negative-margin--220 {
  margin-top: -220px;
}

@media screen and (max-width: 767px) {
  .c-block-negative-margin--220 {
    margin: 0;
  }
}

.c-btn {
  display: inline-block;
  position: relative;
}

.c-btn:hover {
  opacity: .8;
}

@media screen and (max-width: 767px) {
  .c-btn:hover {
    opacity: 1;
  }
}

.c-btn.is-img .c-btn__txt {
  top: 50%;
}

.c-btn__txt {
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  top: 46%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	white-space: nowrap
}

@media screen and (max-width: 767px) {
  .c-btn__txt {
    width: 100%;
    font-size: 1.5rem;
  }
}

.c-btn-contact {
  background: -webkit-gradient(linear, left bottom, left top, from(#C3C4C4), to(#D7D8D8));
  background: linear-gradient(to top, #C3C4C4, #D7D8D8);
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  line-height: 2.2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-btn-contact {
    font-size: 1rem;
  }
}

.c-btn-contact:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#F4A400), to(#FDCE00));
  background: linear-gradient(to top, #F4A400, #FDCE00);
}

@media screen and (max-width: 767px) {
  .c-btn-contact:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#C3C4C4), to(#D7D8D8));
    background: linear-gradient(to top, #C3C4C4, #D7D8D8);
  }
}

.c-pdf {
  display: inline-block;
  padding-right: 50px;
  position: relative;
}

.c-pdf::after {
  width: 36px;
  height: 36px;
  background: url(/assets/images/common/icon_pdf.png) no-repeat center center/cover;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.c-form-note {
  color: #FF9600;
  font-size: 15px;
  font-weight: 600;
  padding: 24px 0 16px;
}

@media screen and (max-width: 767px) {
  .c-form-note {
    font-size: 1.5rem;
    padding: 6vw 0 4vw 5vw;
  }
}

.c-form {
  border-top: 1px dashed #00007D;
  padding: 18px 0 0;
}

@media screen and (max-width: 767px) {
  .c-form {
    padding: 4.5vw 5vw 0;
  }
}

.c-form-item {
  width: 100%;
}

.c-form-item + .c-form-item {
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .c-form-item + .c-form-item {
    margin: 8vw 0 0;
  }
}

.c-form-item__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .c-form-item__unit {
    display: block;
    font-size: 1.5rem;
  }
}

.c-form-item__ttl {
  -ms-flex-preferred-size: 210px;
  flex-basis: 210px;
  max-width: 210px;
  padding: 0 0 10px;
}

@media screen and (max-width: 767px) {
  .c-form-item__ttl {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 0 2vw;
  }
}

.c-form-item__ttl.is-radio {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .c-form-item__ttl.is-radio {
    padding: 0 0 2vw;
  }
}

.c-form-item__ttl.is-textarea {
  padding: 0 0 100px;
}

@media screen and (max-width: 767px) {
  .c-form-item__ttl.is-textarea {
    padding: 0 0 2vw;
  }
}

.c-form-item__ttl-require {
  color: #FF9600;
}

.c-form-item__content {
  -ms-flex-preferred-size: 770px;
  flex-basis: 770px;
  max-width: 770px;
}

@media screen and (max-width: 767px) {
  .c-form-item__content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.c-form-item__content-inner.is-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .c-form-item__radio-wrapper {
    margin: 0 0 1vw;
  }
}

.c-form-item__radio {
  display: none;
}

.c-form-item__radio + label {
  margin: 0 36px 0 0;
  padding-left: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-form-item__radio + label {
    margin: 0 5vw 0 0;
    padding-left: 5vw;
  }
}

.c-form-item__radio + label::before {
  width: 16px;
  height: 16px;
  background: url(/assets/images/common/btn.png) no-repeat center center/cover;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

@media screen and (max-width: 767px) {
  .c-form-item__radio + label::before {
    width: 4vw;
    height: 4vw;
  }
}

.c-form-item__radio:checked + label::before {
  background: url(/assets/images/common/btn_active.png) no-repeat center center/cover;
}

.c-form-item__input {
  width: 560px;
  background: -webkit-gradient(linear, left bottom, left top, from(#E6E1DC), to(#fff));
  background: linear-gradient(to top, #E6E1DC, #fff);
  border: 1px solid #FF9600;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 18px;
}

@media screen and (max-width: 767px) {
  .c-form-item__input {
    width: 100%;
    font-size: 1.5rem;
    padding: 3vw 4.5vw;
  }
}

.c-form-item__input.is-error {
  background: -webkit-gradient(linear, left bottom, left top, from(#FEEEED), to(#fff));
  background: linear-gradient(to top, #FEEEED, #fff);
  border: 1px solid #f00;
}

.c-form-item__textarea {
  width: 560px;
  height: 135px;
  background: -webkit-gradient(linear, left bottom, left top, from(#E6E1DC), to(#fff));
  background: linear-gradient(to top, #E6E1DC, #fff);
  border: 1px solid #FF9600;
  border-radius: 8px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 18px;
}

@media screen and (max-width: 767px) {
  .c-form-item__textarea {
    width: 100%;
    height: vw;
  }
}

.c-form-item__textarea.is-error {
  background: -webkit-gradient(linear, left bottom, left top, from(#FEEEED), to(#fff));
  background: linear-gradient(to top, #FEEEED, #fff);
  border: 1px solid #f00;
}

.c-form-item__submitArea {
  margin: 50px 0 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-form-item__submitArea {
    margin: 10vw 0 0;
    padding: 0;
  }
}

.c-error-msg {
  color: #f00;
}

.c-confirm-wrapper {
  margin: 50px 0 0;
}

@media screen and (max-width: 767px) {
  .c-confirm-wrapper {
    margin: 10vw 0 0;
    padding: 0 5vw;
  }
}

.c-confirm__inner {
  width: 100%;
  border-top: 1px solid #C9C9CA;
  border-right: 1px solid #C9C9CA;
  border-left: 1px solid #C9C9CA;
}

.c-confirm__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-confirm__row {
    display: block;
  }
}

.c-confirm__heading {
  width: 280px;
  background: #E6E1DC;
  border-right: 1px solid #C9C9CA;
  border-bottom: 1px solid #C9C9CA;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 18px;
}

@media screen and (max-width: 767px) {
  .c-confirm__heading {
    width: 100%;
    border-right: none;
  }
}

.c-confirm__body {
  width: 700px;
  background: #fff;
  border-bottom: 1px solid #C9C9CA;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 18px;
}

@media screen and (max-width: 767px) {
  .c-confirm__body {
    width: 100%;
    min-height: 12.5vw;
  }
}

.c-confirm__btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-confirm__btnArea {
    display: block;
    margin: 10vw 0 0;
  }
}

.c-confirm__btnArea .c-btn {
  margin: 0 20px 0 0;
}

@media screen and (max-width: 767px) {
  .c-confirm__btnArea .c-btn {
    margin: 0;
  }
}

.c-finish-wrapper {
  margin: 50px 0 0;
}

@media screen and (max-width: 767px) {
  .c-finish-wrapper {
    margin: 10vw 0 0;
    padding: 0 5vw;
  }
}

.c-finish__txt {
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 16px;
}

@media screen and (max-width: 767px) {
  .c-finish__txt {
    font-size: 1.4rem;
    margin: 0 0 4vw;
  }
}

.c-finish__txt-strong {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 16px;
}

@media screen and (max-width: 767px) {
  .c-finish__txt-strong {
    font-size: 1.6rem;
    margin: 0 0 4vw;
  }
}

.c-finish__btnArea {
  margin: 40px 0 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-finish__btnArea {
    margin: 8vw 0 0;
  }
}

.c-inner {
  width: 980px;
  margin: 0 auto;
  padding: 89px 0;
}

@media screen and (max-width: 767px) {
  .c-inner {
    width: 100%;
    padding: 0;
  }
}

.c-news__category {
    width: 125px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 2px 0;
  background: #FFA000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-news__category {
    width: 30vw;
    font-size: 1.3rem;
    padding: .5vw 0;
  }
}

.c-news__category.notice{
  background: #FFA000;
}

.c-news__category.release{
  background: #00C8FF;
}

.c-news__category.media{
  background-color: #FF4700;
}

.c-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-news__link {
    display: block;
  }
}

.c-news__link-date {
  width: 75px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .c-news__link-date {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c-news__link-content {
    font-size: 1.3rem;
  }
}

.c-sidebar-unit {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-sidebar-unit {
    width: 100%;
    padding: 0 5vw;
  }
}

.c-sidebar-unit + .c-sidebar-unit {
  margin-top: 10px;
}

.c-sidebar-unit__ttl {
  color: #0064FF;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .c-sidebar-unit__ttl {
    font-size: 1.2rem;
  }
}

.c-sidebar-unit__txt {
  font-size: 13px;
  font-weight: 500;
  margin-top: 5px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .c-sidebar-unit__txt {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .c-sidebar-unit__img {
    width: 40%;
    margin: 0 auto;
  }
}

.c-ttl {
  margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
  .c-ttl {
    margin: 0;
  }
}

.c-ttl.message-page {
  position: relative;
}

.c-ttl.message-page::before {
  width: 347px;
  height: 160px;
  background: url(/assets/images/company/message/message_ttl_01.png) no-repeat;
  content: "";
  position: absolute;
  top: -26px;
  right: 0px;
}

@media screen and (max-width: 767px) {
  .c-ttl.message-page::before {
    display: none;
  }
}

.c-ttl01 {
  background: #00007D;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 9px 0 9px 20px;
}

@media screen and (max-width: 767px) {
  .c-ttl01 {
    border-radius: 0;
    font-size: 2rem;
    padding: 3vw 0 3vw 5vw;
  }
}

.c-ttl01.message-page {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #00007D), to(transparent));
  background: linear-gradient(left, #00007D 50%, transparent);
}

@media screen and (max-width: 767px) {
  .c-ttl01.message-page {
    background: #00007D;
  }
}

.c-ttl02 {
  color: #00007D;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  margin: 13px 0 0;
  padding: 0 0 9px;
}

@media screen and (max-width: 767px) {
  .c-ttl02 {
    width: 90.64vw;
    font-size: 2rem;
    margin: 5vw auto 0;
    padding: 0 0 4vw;
  }
}

.c-ttl02.line {
  min-height: 80px;
  border-bottom: 1px solid #00007D;
  line-height: 80px;
}

@media screen and (max-width: 767px) {
  .c-ttl02.line {
    min-height: auto;
    line-height: 1.2;
  }
}
.c-ttl02.irTop {
  margin: 20px 0 0;}
@media screen and (max-width: 767px) {
  .c-ttl02.irTop {
  margin: 5vw auto 0;}
}
/*! =========================
  project
========================= */
@media screen and (max-width: 767px) {
  .p-announce-list {
    margin-top: 5vw;
  }
}

.p-announce-item {
  margin-bottom: 8vw;
}

.p-company__ttl {
  margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
  .p-company__ttl {
    margin: 0;
  }
}

.p-company__ttl.message-page {
  position: relative;
}

.p-company__ttl.message-page::before {
  width: 347px;
  height: 160px;
  background: url(/assets/images/company/message/message_ttl_01.png) no-repeat;
  content: "";
  position: absolute;
  top: -26px;
  right: 0px;
}

@media screen and (max-width: 767px) {
  .p-company__ttl.message-page::before {
    display: none;
  }
}

._en .p-company__ttl.message-page::before {
  width: 194px;
  background: url(/assets/images/company/message/message_ttl_en_01.png) no-repeat;
}

@media screen and (max-width: 767px) {
  ._en .p-company__ttl.message-page::before {
    display: none;
  }
}

._en .p-company__ttl01.message-page {
  background: -webkit-gradient(linear, left top, right top, color-stop(70%, #00007D), to(transparent));
  background: linear-gradient(left, #00007D 70%, transparent);
}

@media screen and (max-width: 767px) {
  ._en .p-company__ttl01.message-page {
    background: #00007D;
  }
}

._en .p-company__ttl02 {
  min-height: 70px;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  ._en .p-company__ttl02 {
    min-height: auto;
    font-size: 1.8rem;
    line-height: 1.2;
  }
}

.p-company__img {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-company__img {
    width: 40vw;
    margin: 3vw auto 0;
  }
}

.p-company__ttl01 {
  background: #00007D;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 9px 0 9px 20px;
}

@media screen and (max-width: 767px) {
  .p-company__ttl01 {
    border-radius: 0;
    font-size: 2rem;
    padding: 3vw 0 3vw 5vw;
  }
}

.p-company__ttl01.message-page {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #00007D), to(transparent));
  background: linear-gradient(left, #00007D 50%, transparent);
}

@media screen and (max-width: 767px) {
  .p-company__ttl01.message-page {
    background: #00007D;
  }
}

.p-company__ttl01-sm {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .p-company__ttl01-sm {
    font-size: 1.8rem;
  }
}

.p-company__ttl02 {
  border-bottom: 1px solid #00007D;
  color: #00007D;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  margin: 13px 0 0;
  padding: 0 0 9px;
}

@media screen and (max-width: 767px) {
  .p-company__ttl02 {
    width: 90.64vw;
    font-size: 2rem;
    margin: 5vw auto;
    padding: 0 0 4vw;
  }
}

.p-company__ttl02.line {
  min-height: 80px;
  line-height: 80px;
}

@media screen and (max-width: 767px) {
  .p-company__ttl02.line {
    min-height: auto;
    line-height: 1.2;
  }
}

.p-company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-company__item {
    display: block;
    margin: 2vw 0 0;
  }
}

.p-company__item-ttl {
  -ms-flex-preferred-size: 17%;
  flex-basis: 17%;
  max-width: 17%;
  color: #0064FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2.13;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .p-company__item-ttl {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 1.5rem;
    max-width: 100%;
  }
}

.p-company__item-txt {
  -ms-flex-preferred-size: 83%;
  flex-basis: 83%;
  max-width: 83%;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.13;
}

@media screen and (max-width: 767px) {
  .p-company__item-txt {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

@media screen and (max-width: 767px) {
  .p-company__content {
    padding: 0 4.68vw;
  }
}

.p-company__content + .p-company__ttl02 {
  margin-top: 40px;
}

.p-company__content._en-history .p-company__item-ttl {
  -ms-flex-preferred-size: 12%;
  flex-basis: 12%;
  max-width: 12%;
}

@media screen and (max-width: 767px) {
  .p-company__content._en-history .p-company__item-ttl {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.p-company__content._en-history .p-company__item-txt {
  -ms-flex-preferred-size: 88%;
  flex-basis: 88%;
  max-width: 88%;
}

@media screen and (max-width: 767px) {
  .p-company__content._en-history .p-company__item-txt {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.p-company__content._en-overview .p-company__item-ttl {
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  max-width: 31%;
}

@media screen and (max-width: 767px) {
  .p-company__content._en-overview .p-company__item-ttl {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.p-company__content._en-overview .p-company__item-txt {
  -ms-flex-preferred-size: 69%;
  flex-basis: 69%;
  max-width: 69%;
}

@media screen and (max-width: 767px) {
  .p-company__content._en-overview .p-company__item-txt {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 1281px) {
  .p-company__lead {
    padding: 20px 0 0;
  }
}

.p-symbol {
  border-top: 1px solid #000;
  margin: 20px 0 0;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-symbol {
    margin: 4vw 0 5vw;
    padding: 4vw 4.68vw;
  }
}

.p-symbol-ttl {
  color: #0064FF;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-symbol-ttl {
    font-size: 1.4rem;
  }
}

.p-symbol-txt {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.69;
}

@media screen and (max-width: 767px) {
  .p-symbol-txt {
    font-size: 1.3rem;
  }
}

.p-symbol-img01 {
  margin: 20px 0;
}

@media screen and (min-width: 1281px) {
  .p-symbol-img01 img {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .p-symbol-img01 {
    margin: 2vw 0 5vw;
  }
}

.p-symbol-img02 {
  margin: 10px 0 0;
}

@media screen and (min-width: 1281px) {
  .p-symbol-img02 img {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .p-symbol-img02 {
    text-align: center;
    margin: 1vw 0 0;
  }
}

.p-contact__content-txt {
  font-size: 15px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-contact__content-txt {
    font-size: 1.3rem;
  }
}

.p-contact__content-txt02 {
  font-size: 15px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-contact__content-txt02 {
    font-size: 1.3rem;
  }
}

.p-contact__link {
  color: #0064FF;
  font-size: 15px;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .p-contact__link {
    font-size: 1.3rem;
  }
}

.p-contact__content-ttl {
  color: #00007D;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
  .p-contact__content-ttl {
    font-size: 1.3rem;
    margin: 0 0 5vw;
  }
}

.p-contact__btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .p-contact__btnArea {
    display: block;
    margin: 6vw 0 0;
    text-align: center;
  }
}

.p-contact__btn {
  max-width: 217px;
  display: inline-block;
}

.p-contact__btn + .p-contact__btn {
  margin: 0 0 0 30px;
}

@media screen and (max-width: 767px) {
  .p-contact__btn + .p-contact__btn {
    margin: 4vw 0 0;
  }
}

@media all and (-ms-high-contrast: none) {
  .p-contact__btn {
    width: 217px;
  }
}

.p-history__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #00007D;
  margin: 0 0 15px;
}

@media screen and (max-width: 767px) {
  .p-history__heading {
    display: block;
    margin: 0;
  }
}

.p-history__date {
  -ms-flex-preferred-size: 17%;
  flex-basis: 17%;
  max-width: 17%;
  color: #0064FF;
}

.p-history__overview {
  -ms-flex-preferred-size: 83%;
  flex-basis: 83%;
  max-width: 83%;
  padding: 0 0 0 20px;
}

@media screen and (max-width: 767px) {
  .p-history__overview {
    display: block;
    padding: 0 0 3vw;
  }
}

.p-message__txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.73;
  margin: 15px 0 0;
}

@media screen and (max-width: 767px) {
  .p-message__txt {
    font-size: 1.5rem;
    margin: 5vw 0 0;
  }
}

.p-message__name {
  font-size: 17px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-message__name {
    font-size: 1.7rem;
    margin: 6vw 0 0;
  }
}

.p-message__role {
  font-size: 17px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-message__role {
    font-size: 1.7rem;
  }
}

._en .p-message__txt {
  font-weight: 500;
}

._en .p-message__name {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  ._en .p-message__name {
    font-size: 2rem;
    margin: 0;
  }
}

._en .p-message__role {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  ._en .p-message__role {
    margin: 6vw 0 0;
  }
}

.p-news-detail__content {
  width: 900px;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 4px 8px -2px;
  box-shadow: 0 4px 8px -2px;
  margin: 20px auto 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-news-detail__content {
    width: 100%;
  }
}

.p-news-detail__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-news-detail__ttl {
    display: block;
    font-size: 1.5rem;
  }
}

.p-news-detail__category {
  margin: 0 30px 0 0;
}

@media screen and (max-width: 767px) {
  .p-news-detail__category {
    margin: 0 5vw 0 0;
  }
}

.p-news-detail__link-date {
  margin: 0 30px 0 0;
}

@media screen and (max-width: 767px) {
  .p-news-detail__link-date {
    margin: 0 5vw 0 0;
  }
}

.p-news-detail__heading {
  border-bottom: 2px solid #FFA000;
  padding: 50px 67px 20px;
}

@media screen and (max-width: 767px) {
  .p-news-detail__heading {
    padding: 3vw 5vw 3vw;
  }
}

.p-news-detail__child-content {
  padding: 20px 67px 60px;
}

@media screen and (max-width: 767px) {
  .p-news-detail__child-content {
    padding: 3vw 5vw 15vw;
  }
}

.p-news-detail__content-txt {
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .p-news-detail__content-txt {
    font-size: 1.3rem;
  }
}

.p-news-detail__btnArea {
  border-bottom: 1px solid #000;
  display: inline-block;
  margin: 45px 0 0;
  position: absolute;
  bottom: 30px;
  left: 70px;
}

@media screen and (max-width: 767px) {
  .p-news-detail__btnArea {
    margin: 8vw 0 0;
    bottom: 4vw;
    left: 6vw;
  }
}

.p-news-detail__backBtn {
  display: inline-block;
  font-size: 13px;
  margin: 0 0 0 15px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-news-detail__backBtn {
    font-size: 1.3rem;
    margin: 0 0 0 4vw;
  }
}

.p-news-detail__backBtn::before {
  border-top: 8px solid transparent;
  border-right: 8px solid #000;
  border-bottom: 8px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -15px;
}

@media screen and (max-width: 767px) {
  .p-news-detail__backBtn::before {
    border-top: 2.3vw solid transparent;
    border-right: 2.3vw solid #000;
    border-bottom: 2.3vw solid transparent;
    left: -4vw;
  }
}

.p-news-detail__unit01 {
  margin: 10px 0 0;
}

@media screen and (max-width: 767px) {
  .p-news-detail__unit01 {
    margin: 5vw 0 0;
  }
}

.p-news-detail__unit01-ttl {
  color: #00007D;
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
  margin: 0 0 0;
}

@media screen and (max-width: 767px) {
  .p-news-detail__unit01-ttl {
    font-size: 1.3rem;
  }
}

.p-news-detail__unit01-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-news-detail__unit01-body {
    display: block;
  }
}

.p-news-detail__unit01-img {
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px;
  max-width: 250px;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 767px) {
  .p-news-detail__unit01-img {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin: 0 0 3vw;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-news-detail__unit01-img img {
    width: 50vw;
  }
}

.p-news-detail__unit01-txt {
  -ms-flex-preferred-size: 490px;
  flex-basis: 490px;
  max-width: 490px;
}

@media screen and (max-width: 767px) {
  .p-news-detail__unit01-txt {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.p-news-detail__note {
  font-size: 13px;
  font-weight: 500;
  line-height: 2.3;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-news-detail__note {
    font-size: 1.3rem;
    text-align: left;
  }
}

.p-news__content {
  margin: 20px 0 0;
}

.p-news__item {
  min-height: 52px;
  border-bottom: 1px dashed #00007D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .p-news__item {
    min-height: auto;
    display: block;
  }
}

.p-news__item:first-of-type {
  border-top: 1px dashed #00007D;
}

.p-news__category {
  margin: 0 70px 0 0;
}

@media screen and (max-width: 767px) {
  .p-news__category {
    margin: 0;
  }
}

.p-news__link-date {
  margin: 0 50px 0 0;
}

@media screen and (max-width: 767px) {
  .p-news__link-date {
    margin: 0;
  }
}

.p-officer__group + .p-officer__group {
  margin: 50px 0 0;
}

@media screen and (max-width: 767px) {
  .p-officer__group + .p-officer__group {
    margin: 6vw 0 0;
  }
}

.p-officer__group-ttl {
  font-size: 18px;
  margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
  .p-officer__group-ttl {
    font-size: 1.8rem;
    margin: 0 0 1vw;
    text-align: center;
  }
}

.p-officer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-officer__item {
    display: block;
  }
}

.p-officer__item + .p-officer__item {
  margin: 50px 0 0;
}

@media screen and (max-width: 767px) {
  .p-officer__item + .p-officer__item {
    margin: 7vw 0 0;
  }
}

.p-officer__item-img {
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  width: 15%;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 767px) {
  .p-officer__item-img {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    margin: 3vw 0;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-officer__item-img img {
    width: 50vw;
  }
}

.p-officer__item-body {
  -ms-flex-preferred-size: 85%;
  flex-basis: 85%;
  width: 85%;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .p-officer__item-body {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    font-size: 1.5rem;
  }
}

.p-officer__item-name {
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-officer__item-name {
    font-size: 1.6rem;
  }
}

.p-officer__item-role {
  font-size: 15px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-officer__item-role {
    font-size: 1.5rem;
  }
}

.p-officer__item-txt {
  font-size: 15px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-officer__item-txt {
    font-size: 1.3rem;
  }
}

.p-privacy__content {
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .p-privacy__content {
    margin: 5vw 0 0;
  }
}

.p-privacy__ttl {
  color: #00007D;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
  .p-privacy__ttl {
    font-size: 1.5rem;
    margin: 0 0 5vw;
  }
}

.p-privacy__txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.86;
  margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
  .p-privacy__txt {
    font-size: 1.3rem;
    margin: 0 0 5vw;
  }
}

.p-privacy__child-txt {
  text-indent: -1em;
  padding-left: 1em;
}

.p-privacy__date {
  font-size: 15px;
  font-weight: 500;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-privacy__date {
    font-size: 1.5rem;
  }
}

.p-privacy__name {
  font-size: 15px;
  font-weight: 600;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-privacy__name {
    font-size: 1.5rem;
  }
}

.p-recruit__content {
  height: 600px;
  background: url(/assets/images/recruit/recruit_bg.png) no-repeat left top;
}

@media screen and (max-width: 767px) {
  .p-recruit__content {
    height: 500px;
    background: url(/assets/images/recruit/recruit_bg.png) no-repeat center bottom;
  }
}

.p-recruit__content--en {
  height: 450px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-recruit__content--en {
    height: auto;
    margin: 0 5vw;
  }
}

.p-recruit__txt {
  font-size: 13px;
  font-weight: 500;
  padding: 30px 0 0 20px;
}

@media screen and (max-width: 767px) {
  .p-recruit__txt {
    font-size: 1.3rem;
    padding: 6vw 0 0 4vw;
  }
}

.p-recruit__txt--lg {
  font-size: 23px;
  font-weight: 600;
  color: #00007D;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-recruit__txt--lg {
    font-size: 1.6rem;
    padding-top: 0;
  }
}

.p-recruit__child-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -15px;
}

@media screen and (max-width: 767px) {
  .p-recruit__child-content {
    width: 100%;
    position: static;
  }
}

.p-recruit__child-content-btns {
  text-align: center;
}

.p-recruit__child-content-btn {
  display: block;
}

.p-recruit__child-content-btn + .p-recruit__child-content-btn {
  margin-top: 12px;
}

.p-sitemap__list {
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .p-sitemap__list {
    margin: 5vw 0 0;
  }
}

.p-sitemap__item {
  border-bottom: 1px dashed #00007D;
}

.p-sitemap__item:first-of-type {
  border-top: 1px dashed #00007D;
}

.p-sitemap__link {
  border-left: 2px solid #00007D;
  color: #00007D;
  display: inline-block;
  margin: 10px 0 13px;
  padding: 0 0 0 5px;
}

@media screen and (max-width: 767px) {
  .p-sitemap__link {
    margin: 3vw 0 3vw;
    padding: 0 0 0 2vw;
  }
}

.p-sitemap__child-list {
  width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 0 30px;
}

@media screen and (max-width: 767px) {
  .p-sitemap__child-list {
    width: 100%;
    display: block;
    padding: 0 0 0 7vw;
  }
}

.p-sitemap__child-item {
  -ms-flex-preferred-size: 235px;
  flex-basis: 235px;
  max-width: 235px;
  margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
  .p-sitemap__child-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin: 0 0 3.12vw;
  }
}

.p-sitemap__child-link {
  color: #000;
  text-decoration: underline;
}

.p-top {
  min-width: 980px;
  background: url(/assets/images/top/top_bg_01.png) no-repeat center 15px;
}

@media screen and (max-width: 767px) {
  .p-top {
    min-width: 100%;
    background: url(/assets/images/top/top_bg_01.png) no-repeat center -10%/316vw;
  }
}

.p-top .c-inner {
  background: url(/assets/images/top/top_bg_02.png) no-repeat center 15px;
}

@media screen and (max-width: 767px) {
  .p-top .c-inner {
    background: none;
  }
}

.p-top__kv {
  padding: 40px 0 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-top__kv {
    margin: 17.75vw 0 0;
    padding: 10.75vw 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top__kv img {
    width: 50vw;
  }
}

.p-top__kv-txt {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-top__kv-txt {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-top__kv-txt img {
    width: 90.7vw;
  }
}

.p-top__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
  .p-top__main {
    display: block;
    padding: 0 4.68vw;
  }
}

.p-top__news {
  -ms-flex-preferred-size: 640px;
  flex-basis: 640px;
  max-width: 640px;
}

@media screen and (max-width: 767px) {
  .p-top__news-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 9.37vw 0 2.18vw;
  }
}

.p-top__news-ttl {
  color: #00007D;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
  .p-top__news-ttl {
    font-size: 1.5rem;
    margin: 0;
  }
}

.p-top__news-list {
  margin: 0 0 15px;
}

@media screen and (max-width: 767px) {
  .p-top__news-list {
    margin: 0 0 5vw;
  }
}

.p-top__news-item {
  min-height: 50px;
  border-top: 1px dashed #00007D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.53;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .p-top__news-item {
    min-height: 16.87vw;
    font-size: 1.3rem;
    padding: 2.5vw 0;
  }
}

.p-top__news-item:last-of-type {
  border-bottom: 1px dashed #00007D;
}

.p-top__news-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top__news-item-date {
  margin: 0 15px 0 0;
}

@media screen and (max-width: 767px) {
  .p-top__news-item-date {
    width: 25%;
    display: inline-block;
    margin: 0 1vw 0 0;
  }
}

._en .p-top__news-item-date {
  min-width: 79px;
}

@media screen and (max-width: 767px) {
  ._en .p-top__news-item-date {
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-top__news-child-item {
    width: 75%;
  }
}

.p-top__news-list-link {
  color: #00007D;
  font-size: 13px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-top__news-list-link {
    font-size: 1.5rem;
    margin: 0 4.63vw 0 0;
  }
}

.p-top__news-list-link::after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #00007D;
  content: '';
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-top__side {
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  max-width: 320px;
}

@media screen and (max-width: 767px) {
  .p-top__side {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin: 0 0 15vw;
  }
}

.p-top__side-link {
  width: 320px;
  height: 100px;
  -webkit-box-shadow: 0 4px 10px -3px #000;
  box-shadow: 0 4px 10px -3px #000;
  border-radius: 7px;
  color: #00007D;
  display: inline-block;
  line-height: 100px;
  padding: 0 0 0 30px;
}

@media screen and (max-width: 767px) {
  .p-top__side-link {
    width: 100%;
    height: 31.25vw;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.p-top__side-link + .p-top__side-link {
  margin: 10px 0 0;
}

.p-top__side-link.saiyou {
  background: url(/assets/images/top/top_01_pc.png) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .p-top__side-link.saiyou {
    background: url(/assets/images/top/top_01_sp.png) no-repeat center center/cover;
  }
}

.p-top__side-link.saiyou.en {
  background: url(/assets/images/common/btn_en_recruit.png) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .p-top__side-link.saiyou.en {
    width: 84vw;
    height: 28vw;
    display: block;
    margin: 0 auto;
  }
}

.p-top__side-link.ir {
  background: url(/assets/images/top/top_02_pc.png) no-repeat center center/cover;
}

@media screen and (max-width: 767px) {
  .p-top__side-link.ir {
    background: url(/assets/images/top/top_02_sp.png) no-repeat center center/cover;
  }
}

/*! =========================
  utility
========================= */
.u-indent-sm {
  text-indent: -1em;
  padding-left: 1em;
}

.u-indent-md {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.u-indent-lg {
  text-indent: -2em;
  padding-left: 2em;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-mr-55 {
  margin-right: 55px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-mr-65 {
  margin-right: 65px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-mr-75 {
  margin-right: 75px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-mr-85 {
  margin-right: 85px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-mr-95 {
  margin-right: 95px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-ml-45 {
  margin-left: 45px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-ml-55 {
  margin-left: 55px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-ml-65 {
  margin-left: 65px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-ml-75 {
  margin-left: 75px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-ml-85 {
  margin-left: 85px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-ml-95 {
  margin-left: 95px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-pr-35 {
  padding-right: 35px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pr-45 {
  padding-right: 45px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-pr-55 {
  padding-right: 55px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-pr-65 {
  padding-right: 65px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-pr-75 {
  padding-right: 75px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-pr-85 {
  padding-right: 85px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}

.u-pr-95 {
  padding-right: 95px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-pl-35 {
  padding-left: 35px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pl-45 {
  padding-left: 45px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-pl-55 {
  padding-left: 55px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-pl-65 {
  padding-left: 65px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

.u-pl-75 {
  padding-left: 75px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-pl-85 {
  padding-left: 85px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

.u-pl-95 {
  padding-left: 95px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

.u-pr-0em {
  padding-right: 0em !important;
}

.u-pr-1em {
  padding-right: 1em !important;
}

.u-pr-2em {
  padding-right: 2em !important;
}

.u-pr-3em {
  padding-right: 3em !important;
}

.u-pr-4em {
  padding-right: 4em !important;
}

.u-pr-5em {
  padding-right: 5em !important;
}

.u-pr-6em {
  padding-right: 6em !important;
}

.u-pr-7em {
  padding-right: 7em !important;
}

@media screen and (max-width: 767px) {
  .u-mtsp-0 {
    margin-top: 0vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mtsp-5 {
    margin-top: 1.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mtsp-10 {
    margin-top: 2.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mtsp-15 {
    margin-top: 3.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mtsp-20 {
    margin-top: 5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mtsp-25 {
    margin-top: 6.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mtsp-30 {
    margin-top: 7.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mtsp-35 {
    margin-top: 8.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mtsp-40 {
    margin-top: 10vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mtsp-45 {
    margin-top: 11.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mtsp-50 {
    margin-top: 12.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mtsp-55 {
    margin-top: 13.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mtsp-60 {
    margin-top: 15vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mtsp-65 {
    margin-top: 16.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mtsp-70 {
    margin-top: 17.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mtsp-75 {
    margin-top: 18.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mtsp-80 {
    margin-top: 20vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mtsp-85 {
    margin-top: 21.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mtsp-90 {
    margin-top: 22.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mtsp-95 {
    margin-top: 23.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mtsp-100 {
    margin-top: 25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mrsp-0 {
    margin-right: 0vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mrsp-5 {
    margin-right: 1.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mrsp-10 {
    margin-right: 2.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mrsp-15 {
    margin-right: 3.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mrsp-20 {
    margin-right: 5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mrsp-25 {
    margin-right: 6.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mrsp-30 {
    margin-right: 7.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mrsp-35 {
    margin-right: 8.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mrsp-40 {
    margin-right: 10vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mrsp-45 {
    margin-right: 11.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mrsp-50 {
    margin-right: 12.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mrsp-55 {
    margin-right: 13.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mrsp-60 {
    margin-right: 15vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mrsp-65 {
    margin-right: 16.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mrsp-70 {
    margin-right: 17.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mrsp-75 {
    margin-right: 18.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mrsp-80 {
    margin-right: 20vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mrsp-85 {
    margin-right: 21.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mrsp-90 {
    margin-right: 22.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mrsp-95 {
    margin-right: 23.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mrsp-100 {
    margin-right: 25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mbsp-0 {
    margin-bottom: 0vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mbsp-5 {
    margin-bottom: 1.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mbsp-10 {
    margin-bottom: 2.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mbsp-15 {
    margin-bottom: 3.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mbsp-20 {
    margin-bottom: 5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mbsp-25 {
    margin-bottom: 6.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mbsp-30 {
    margin-bottom: 7.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mbsp-35 {
    margin-bottom: 8.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mbsp-40 {
    margin-bottom: 10vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mbsp-45 {
    margin-bottom: 11.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mbsp-50 {
    margin-bottom: 12.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mbsp-55 {
    margin-bottom: 13.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mbsp-60 {
    margin-bottom: 15vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mbsp-65 {
    margin-bottom: 16.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mbsp-70 {
    margin-bottom: 17.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mbsp-75 {
    margin-bottom: 18.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mbsp-80 {
    margin-bottom: 20vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mbsp-85 {
    margin-bottom: 21.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mbsp-90 {
    margin-bottom: 22.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mbsp-95 {
    margin-bottom: 23.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mbsp-100 {
    margin-bottom: 25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mlsp-0 {
    margin-left: 0vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mlsp-5 {
    margin-left: 1.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mlsp-10 {
    margin-left: 2.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mlsp-15 {
    margin-left: 3.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mlsp-20 {
    margin-left: 5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mlsp-25 {
    margin-left: 6.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mlsp-30 {
    margin-left: 7.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mlsp-35 {
    margin-left: 8.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mlsp-40 {
    margin-left: 10vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mlsp-45 {
    margin-left: 11.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mlsp-50 {
    margin-left: 12.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mlsp-55 {
    margin-left: 13.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mlsp-60 {
    margin-left: 15vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mlsp-65 {
    margin-left: 16.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mlsp-70 {
    margin-left: 17.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mlsp-75 {
    margin-left: 18.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mlsp-80 {
    margin-left: 20vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mlsp-85 {
    margin-left: 21.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mlsp-90 {
    margin-left: 22.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mlsp-95 {
    margin-left: 23.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mlsp-100 {
    margin-left: 25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ptsp-0 {
    padding-top: 0vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ptsp-5 {
    padding-top: 1.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ptsp-10 {
    padding-top: 2.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ptsp-15 {
    padding-top: 3.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ptsp-20 {
    padding-top: 5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ptsp-25 {
    padding-top: 6.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ptsp-30 {
    padding-top: 7.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ptsp-35 {
    padding-top: 8.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ptsp-40 {
    padding-top: 10vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ptsp-45 {
    padding-top: 11.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ptsp-50 {
    padding-top: 12.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ptsp-55 {
    padding-top: 13.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ptsp-60 {
    padding-top: 15vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ptsp-65 {
    padding-top: 16.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ptsp-70 {
    padding-top: 17.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ptsp-75 {
    padding-top: 18.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ptsp-80 {
    padding-top: 20vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ptsp-85 {
    padding-top: 21.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ptsp-90 {
    padding-top: 22.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ptsp-95 {
    padding-top: 23.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-ptsp-100 {
    padding-top: 25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-prsp-0 {
    padding-right: 0vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-prsp-5 {
    padding-right: 1.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-prsp-10 {
    padding-right: 2.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-prsp-15 {
    padding-right: 3.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-prsp-20 {
    padding-right: 5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-prsp-25 {
    padding-right: 6.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-prsp-30 {
    padding-right: 7.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-prsp-35 {
    padding-right: 8.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-prsp-40 {
    padding-right: 10vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-prsp-45 {
    padding-right: 11.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-prsp-50 {
    padding-right: 12.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-prsp-55 {
    padding-right: 13.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-prsp-60 {
    padding-right: 15vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-prsp-65 {
    padding-right: 16.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-prsp-70 {
    padding-right: 17.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-prsp-75 {
    padding-right: 18.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-prsp-80 {
    padding-right: 20vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-prsp-85 {
    padding-right: 21.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-prsp-90 {
    padding-right: 22.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-prsp-95 {
    padding-right: 23.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-prsp-100 {
    padding-right: 25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pbsp-0 {
    padding-bottom: 0vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pbsp-5 {
    padding-bottom: 1.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pbsp-10 {
    padding-bottom: 2.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pbsp-15 {
    padding-bottom: 3.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pbsp-20 {
    padding-bottom: 5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pbsp-25 {
    padding-bottom: 6.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pbsp-30 {
    padding-bottom: 7.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pbsp-35 {
    padding-bottom: 8.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pbsp-40 {
    padding-bottom: 10vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pbsp-45 {
    padding-bottom: 11.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pbsp-50 {
    padding-bottom: 12.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pbsp-55 {
    padding-bottom: 13.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pbsp-60 {
    padding-bottom: 15vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pbsp-65 {
    padding-bottom: 16.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pbsp-70 {
    padding-bottom: 17.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pbsp-75 {
    padding-bottom: 18.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pbsp-80 {
    padding-bottom: 20vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pbsp-85 {
    padding-bottom: 21.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pbsp-90 {
    padding-bottom: 22.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pbsp-95 {
    padding-bottom: 23.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pbsp-100 {
    padding-bottom: 25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-plsp-0 {
    padding-left: 0vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-plsp-5 {
    padding-left: 1.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-plsp-10 {
    padding-left: 2.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-plsp-15 {
    padding-left: 3.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-plsp-20 {
    padding-left: 5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-plsp-25 {
    padding-left: 6.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-plsp-30 {
    padding-left: 7.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-plsp-35 {
    padding-left: 8.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-plsp-40 {
    padding-left: 10vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-plsp-45 {
    padding-left: 11.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-plsp-50 {
    padding-left: 12.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-plsp-55 {
    padding-left: 13.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-plsp-60 {
    padding-left: 15vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-plsp-65 {
    padding-left: 16.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-plsp-70 {
    padding-left: 17.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-plsp-75 {
    padding-left: 18.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-plsp-80 {
    padding-left: 20vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-plsp-85 {
    padding-left: 21.25vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-plsp-90 {
    padding-left: 22.5vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-plsp-95 {
    padding-left: 23.75vw !important;
  }
}

@media screen and (max-width: 767px) {
  .u-plsp-100 {
    padding-left: 25vw !important;
  }
}

.link_pdf a {
  text-decoration: underline;
}

.tm {
	font-size: 70%;
	position: relative;
	top: -10px;
}

/*# sourceMappingURL=style.css.map */
