@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap);

@font-face {
  font-family: Helvetica Neue;
  src: local("Helvetica Neue Regular");
  font-weight: 100
}

@font-face {
  font-family: Helvetica Neue;
  src: local("Helvetica Neue Regular");
  font-weight: 200
}

:root {
  --font-size-default: 1.6rem;
  --font-default: "\6E38\30B4\30B7\30C3\30AF", YuGothic, "\30D2\30E9\30AE\30CE\89D2\30B4   Pro", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
  --color-light-gray: #ececec;
  --color-gray: #ccc;
  --color-dark-gray: #333;
  --color-link: #0068b3;
  --color-text: #242424;
  --color-brand-dark-blue: #002f50;
  --color-brand-blue: #004372;
  --color-brand-light-blue: #bbcfdf;
  --color-brand-ex-light-blue: #e1e9ef;
  --color-selection: rgba(166, 219, 249, .57);
  --color-placeholder: #dcdcdc;
  --inner-width: 1170px;
  --outer-padding: 16px;
  --space-margin: 20px;
  --inner-padding: 20px
}

@media (max-width: 828px) {
  :root {
    --space-margin: 20px;
    --inner-padding: 16px
  }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight: 400;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

html {
  height: 100%;
  font-size: 62.5%
}

body {
  margin: 0 auto;
  -webkit-text-size-adjust: 100%
}

@media (max-width: 828px) {
  body {
    word-wrap: break-word
  }
}

ol,
ul {
  list-style: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%
}

input,
select,
textarea {
  font-size: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 100%
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

@media (max-width: 828px) {
  table {
    table-layout: fixed
  }
}

body {
  font-family: "\6E38\30B4\30B7\30C3\30AF", YuGothic, "\30D2\30E9\30AE\30CE\89D2\30B4   Pro", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
  color: #242424;
  letter-spacing: .5px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  min-width: 1202px;
}

@media (max-width: 828px) {
  body {
    word-break: break-word;
    word-wrap: break-word;
    letter-spacing: 0;
    min-width: 0;
    overflow-x: hidden
  }
}

body[data-state=lock] {
  overflow: hidden
}

@media (-ms-high-contrast: none) {
  body {
    font-family: メイリオ, Meiryo, 游ゴシック, YuGothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif
  }
}

::-moz-selection {
  background: rgba(166, 219, 249, .57);
}

::selection {
  background: rgba(166, 219, 249, .57);
}

::-webkit-input-placeholder {
  color: #dcdcdc;
}

a {
  color: #0068b3;
  text-decoration: none
}

a,
a img {
  -webkit-transition: all 80ms linear;
  transition: all 80ms linear
}

a:hover img {
  opacity: .8
}

select {
  height: 40px
}

input,
select,
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 0
}

p+p {
  margin-top: 30px
}

@media (max-width: 828px) {
  p+p {
    margin: 16px 0
  }
}

em,
strong {
  font-weight: 700
}

a,
div,
dl,
label,
li,
ol,
p,
span,
ul {
  font-weight: inherit
}

main a:hover {
  text-decoration: underline
}

[v-cloak] {
  opacity: 0
}

button,
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  -webkit-transition: all 80ms linear;
  transition: all 80ms linear
}

button:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  outline: none
}

.app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  font-size: 1.6rem;
}

.container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

.main-wrapper--form {
  max-width: 800px;
  width: 100%;
  margin: 0 auto
}

@media (max-width: 828px) {
  .main-wrapper--form {
    padding: 0 16px
  }
}

.main-wrapper--2column {
  max-width: 1202px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto
}

@media (max-width: 828px) {
  .main-wrapper--2column {
    padding: 0 16px
  }
}

@media (min-width: 829px) {
  .main-wrapper--2column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media (min-width: 829px) {
  .main-wrapper--2column .main {
    padding: 30px 30px 0;
    margin-right: 30px
  }
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

body,
html {
  scroll-padding-top: 100px
}

.section {
  padding: 70px 0
}

@media (max-width: 828px) {
  .section {
    padding: 70px 0
  }
}

.section:not(.section-dark-blue):not(.section-light-blue):not(.section--bg-light-gray)+.section:not(.section-dark-blue):not(.section-light-blue):not(.section--bg-light-gray) {
  padding-top: 16px
}

.section--page-head {
  padding-top: 24px
}

.section-dark-blue {
  background: #004372;
  color: #fff
}

.section-dark-blue .section__title {
  color: #fff
}

.section-dark-blue .section__title:before {
  background: #fff
}

.section-light-blue {
  background: #e1e9ef;
  color: #002f50;
}

.section--bg-light-gray {
  background: #ececec;
}

.section__inner {
  max-width: 1030px;
  margin: 0 auto
}

.section__inner.section__inner--narrow {
  max-width: 860px;
}

@media (max-width: 828px) {
  .section__inner {
    padding: 0 16px
  }
}

.section__title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: #004372;
  text-align: center;
  padding-bottom: 15px;
  position: relative
}

@media (max-width: 828px) {
  .section__title {
    font-size: 2.3rem;
    line-height: 1.4
  }
}

.section__title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: #004372;
}

.section__title:before:hover {
  background: #002f50;
}

.section__desc {
  margin: 20px auto 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8
}

.section__img {
  margin-top: 20px;
}

@media (max-width: 828px) {
  .section__desc {
    font-size: 1.6rem;
    line-height: 1.6
  }
}

@media (min-width: 829px) {
  .section__desc {}
}

.section__content {
  margin-top: 56px
}

@media (max-width: 828px) {
  .section__content {
    margin-top: 20px
  }
}

.section__footer {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%
}

@media (max-width: 828px) {
  .section__footer {
    margin-top: 24px;
    display: block;
  }
}

.section .section .section__content {
  margin-top: 32px
}

@media (max-width: 828px) {
  .section .section .section__content {
    margin-top: 16px
  }
}

@media (max-width: 828px) {
  .section .section .section__inner {
    padding-left: 0;
    padding-right: 0
  }
}

.section .section .section__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.7;
  color: #242424;
  text-align: left;
  border-bottom: 2px solid #ccc;
  padding-bottom: 8px
}

@media (max-width: 828px) {
  .section .section .section__title {
    font-size: 1.8rem;
    line-height: 1.5
  }
}

.section .section .section__title:before {
  display: none
}

.header {
  display: contents
}

.header-primary {
  max-width: 1202px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto;
  border-top: 3px solid #ececec;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 1.35rem
}

@media (max-width: 828px) {
  .header-primary {
    padding: 0 16px;
    padding: 8px;
    border-bottom: 2px solid #004372;
    position: -webkit-sticky;
    position: sticky;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 3
  }
}

.header-primary__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header-primary__caption {
  margin-left: 16px
}

@media (max-width: 828px) {
  .header-primary__caption {
    display: none
  }
}

.header-secondary {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
  border-bottom: 1px solid #ececec;
}

@media (max-width: 828px) {
  .header-secondary {
    position: static;
    padding: 0;
    border-bottom: 0
  }
}

.footer {
  font-size: 1.4rem
}

@media (max-width: 828px) {
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #ccc
  }

  .footer-nav__item {
    border-top: 1px solid #ccc;
    width: 50%
  }

  .footer-nav__item:nth-child(odd) {
    border-right: 1px solid #ccc
  }

  .footer-nav__link {
    color: #999;
    font-weight: 700;
    display: block;
    padding: 8px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    line-height: 1.3
  }

  .footer-sub-nav {
    display: none
  }

  .footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 16px
  }

  .footer-address {
    margin-left: 16px
  }

  .footer-info-nav {
    text-align: center;
    padding: 16px
  }

  .footer-info-nav__item {
    display: block
  }

  .footer-info-nav__item:not(:first-child) {
    margin-top: 8px
  }

  .footer-info-nav__link {
    color: inherit
  }
}

@media (min-width: 829px) {
  .footer-primary {
    background: #002f50;
    padding: 48px 0 56px
  }

  .footer-primary__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1202px;
    padding: 0 16px;
    width: 100%;
    margin: 0 auto
  }

  @media (max-width: 828px) {
    .footer-primary__inner {
      padding: 0 16px
    }
  }

  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 40px
  }

  .footer-nav__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center
  }

  .footer-nav__item:not(:first-child) {
    border-left: 1px solid #fff;
    padding-left: 16px;
    margin-left: 16px
  }

  .footer-nav__link {
    color: #fff;
    font-weight: 700
  }

  .footer-nav__link:hover {
    opacity: .7
  }

  .footer-sub-nav {
    margin-top: 8px
  }

  .footer-sub-nav__item:not(:first-child) {
    margin-top: 4px
  }

  .footer-sub-nav__link {
    color: #004372;
  }

  .footer-sub-nav__link:hover {
    opacity: .7
  }

  .footer-address {
    margin-top: 16px
  }

  .footer-secondary {
    border-top: 1px solid #ccc;
    display: flex;
    max-width: 1202px;
    margin: 0 auto;
  }

  .footer-info-nav {
    max-width: 1202px;
    padding: 0 16px;
    width: 45%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px
  }

  @media (max-width: 828px) {
    .footer-info-nav {
      padding: 0 16px
    }
  }

  .footer-info-nav__item {
    border-right: 1px solid #ccc
  }

  .footer-info-nav__item:first-child {
    border-left: 1px solid #ccc
  }

  .footer-info-nav__link {
    padding: 0 8px;
    margin: 0 2px;
    color: #004372;
  }

  .footer-info-nav__link:hover {
    opacity: .7
  }
}

.copyright {
  background: #002f50;
  color: #fff;
  text-align: center;
  padding: 16px
}

.footer-about {
  max-width: 1202px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto;
  margin-top: 64px;
  margin-bottom: 64px
}

@media (max-width: 828px) {
  .footer-about {
    padding: 0 16px
  }
}

.footer-about__link {
  border: 1px solid #ccc;
  border-radius: 5px
}

@media (min-width: 829px) {
  .footer-about__link {
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media (max-width: 828px) {
  .footer-about__link {
    padding: 16px;
    display: block
  }
}

.footer-about__content {
  color: #242424;
}

@media (min-width: 829px) {
  .footer-about__content {
    margin-left: 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

@media (max-width: 828px) {
  .footer-about__content {
    margin-top: 16px
  }
}

.footer-about__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7
}

@media (max-width: 828px) {
  .footer-about__title {
    font-size: 1.8rem;
    line-height: 1.4
  }
}

.footer-about__description {
  margin-top: 16px;
  font-size: 1.5rem;
  line-height: 1.6
}

.header-sub-nav {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.header-sub-nav,
.header-sub-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.header-sub-nav__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header-sub-nav__link:not(.header-sub-nav__link--button-style) {
  margin-left: 12px;
  padding-left: 20px;
  padding-bottom: 1px;
  position: relative;
  color: #004372;
}

@media (max-width: 828px) {
  .header-sub-nav__link:not(.header-sub-nav__link--button-style) {
    display: none
  }
}

.header-sub-nav__link:not(.header-sub-nav__link--button-style):after,
.header-sub-nav__link:not(.header-sub-nav__link--button-style):before {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.header-sub-nav__link:not(.header-sub-nav__link--button-style):before {
  width: 16px;
  height: 16px;
  background: #004372;
  left: 0;
  -webkit-transition: all 80ms linear;
  transition: all 80ms linear
}

.header-sub-nav__link:not(.header-sub-nav__link--button-style):after {
  width: 10px;
  height: 10px;
  background: #fff;
  left: 3px
}

.header-sub-nav__link:not(.header-sub-nav__link--button-style):hover {
  color: #004372;
}

.header-sub-nav__link--button-style {
  background: #004372;
  color: #fff;
  padding: 16px;
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 48px;
  border-radius: 5px;
  width: 160px;
  font-weight: 700
}

.header-sub-nav__link--button-style:hover {
  background: #002f50;
}

@media (max-width: 828px) {
  .header-sub-nav__link--button-style {
    padding: 8px 8px 10px;
    width: 120px;
    font-size: 1.3rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 8px
  }
}

@media (min-width: 829px) {
  .global-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1202px;
    padding: 0 16px;
    width: 100%;
    margin: 0 auto
  }

  @media (max-width: 828px) {
    .global-nav {
      padding: 0 16px
    }
  }

  .global-nav__list {
    width: 20%;
    position: relative;
    -webkit-transition: all 80ms ease-in;
    transition: all 80ms ease-in
  }

  .global-nav__list:before {
    left: 0
  }

  .global-nav__list--last:after,
  .global-nav__list:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ececec;
  }

  .global-nav__list--last:after {
    right: 0
  }

  .global-nav__list:hover {
    background: #e1e9ef;
  }

  .global-nav__list:hover .global-nav-child,
  .global-nav__list:focus-within .global-nav-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block
  }

  .global-nav__list--mobile-only,
  .global-nav__list--service-link {
    display: none
  }

  .global-nav__link {
    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;
    text-align: center;
    height: 80px;
    font-weight: 700;
    color: #004372;
    position: relative;
    line-height: 1.4
  }

  .global-nav__link button {
    display: none
  }
}

@media (max-width: 828px) {
  .global-nav {
    position: fixed;
    -webkit-overflow-scrolling: touch;
    right: 0;
    width: 80vw;
    padding-bottom: 80px;
    border-left: 2px solid #004372;
    background: #fff;
    height: calc(100vh - 66px);
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    overflow-y: auto;
    -webkit-transition: -webkit-transform .55s cubic-bezier(.19, 0, .7, 1);
    transition: -webkit-transform .55s cubic-bezier(.19, 0, .7, 1);
    transition: transform .55s cubic-bezier(.19, 0, .7, 1);
    transition: transform .55s cubic-bezier(.19, 0, .7, 1), -webkit-transform .55s cubic-bezier(.19, 0, .7, 1);
    z-index: 1
  }

  .global-nav--active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .45s cubic-bezier(.5, 0, .08, 1);
    transition: -webkit-transform .45s cubic-bezier(.5, 0, .08, 1);
    transition: transform .45s cubic-bezier(.5, 0, .08, 1);
    transition: transform .45s cubic-bezier(.5, 0, .08, 1), -webkit-transform .45s cubic-bezier(.5, 0, .08, 1)
  }

  .global-nav__list {
    border-bottom: 1px solid #004372;
  }

  .global-nav__list--service-link {
    border-bottom: 0;
    margin-top: 16px;
    padding: 0 24px
  }

  .global-nav__link {
    padding: 16px 56px 16px 16px;
    line-height: 1.4;
    display: block;
    color: #004372;
    position: relative
  }

  .global-nav__link:before {
    content: "";
    border-top: 1.5px solid #ccc;
    border-right: 1.5px solid #ccc;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
  }

  .global-nav__link br {
    display: none
  }

  .global-nav__link button {
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2rem;
    height: 40px;
    width: 40px;
    padding-bottom: 2px;
    color: #004372;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1
  }

  .global-nav__link--button-style,
  .global-nav__link button {
    border: 1px solid #004372;
    border-radius: 5px
  }

  .global-nav__link--button-style {
    padding-top: 12px;
    padding-bottom: 12px
  }
}

.sidebar {
  width: 300px
}

@media (max-width: 828px) {
  .sidebar {
    margin-top: 16px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.sidebar__content {
  width: 100%
}

@media (min-width: 829px) {
  .sidebar__content {
    padding: 0 10px
  }
}

.sidebar__content:not(:first-child) {
  margin-top: 40px
}

@media (max-width: 828px) {
  .sidebar__content:not(:first-child) {
    margin-top: 30px
  }
}

.sidebar__banner {
  display: block
}

.sidebar__banner:not(:first-child) {
  margin-top: 10px
}

.sidebar__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  padding-left: 16px;
  padding-bottom: 12px;
  padding-top: 8px;
  position: relative;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 828px) {
  .sidebar__title {
    font-size: 1.6rem;
    line-height: 1.4
  }
}

.sidebar__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 5px solid #004372;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.sidebar__title a {
  color: #242424;
  display: block
}

.sidebar__title a:hover {
  color: #0068b3;
}

.sidebar__more {
  text-align: right;
  padding: 10px 0;
  display: block
}

.sidebar__more a {
  position: relative;
  padding-right: 20px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400
}

@media (max-width: 828px) {
  .sidebar__more a {
    font-size: 1.4rem;
    line-height: 1.5
  }
}

.sidebar__more a:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  border-top: 1px solid #0068b3;
  border-right: 1px solid #0068b3;
  width: 6px;
  height: 6px
}

.sidebar__more a:hover {
  text-decoration: underline
}

.sidenav__link {
  padding: 16px;
  color: #242424;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ececec;
}

@media (max-width: 828px) {
  .sidenav__link {
    font-size: 1.4rem;
    line-height: 1.5
  }
}

.sidenav__link:hover {
  color: #0068b3;
}

.side-column-article li {
  padding: 16px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  border-bottom: 1px solid #ececec;
}

.side-column-article a {
  color: #242424;
}

.side-column-article a:hover {
  color: #0068b3;
}

.side-column-article a+span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.side-column-article a span {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-left: 10px;
  display: inline-block
}

@media (max-width: 828px) {
  .side-column-article a span {
    font-size: 1.4rem;
    line-height: 1.5
  }
}

.side-column-article img {
  max-width: 60px;
  height: auto
}

.side-column-article--reverse li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.side-column-article--reverse li a span {
  margin-right: 10px;
  margin-left: 0
}

.page-header__title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  padding-bottom: 15px;
  text-align: center
}

@media (max-width: 828px) {
  .page-header__title {
    font-size: 2.3rem;
    line-height: 1.4
  }
}

.page-header__title--column {
  text-align: left
}

.page-header__title:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 5px;
  width: 100px;
  background: #004372;
}

.page-header__desc {
  margin-top: 40px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6
}

@media (max-width: 828px) {
  .page-header__desc {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 20px
  }
}

.page-section {
  margin-top: 40px
}

.page-section__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center
}

@media (max-width: 828px) {
  .page-section__title {
    font-size: 1.8rem;
    line-height: 1.5
  }
}

.page-section__title--triangle-style {
  border-bottom: 1px solid #ececec;
  padding-bottom: 8px;
  padding-left: 16px;
  text-align: left;
  position: relative
}

.page-section__title--triangle-style:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 5px solid #004372;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.page-section__title--column {
  text-align: left;
  border-left: 5px solid #00579f;
  padding-left: 25px
}

.page-section__content {
  margin-top: 30px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6
}

@media (max-width: 828px) {
  .page-section__content {
    font-size: 1.6rem;
    line-height: 1.8
  }
}

.page-sub-section {
  margin-top: 30px
}

.page-sub-section__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  border-bottom: 1px solid #ececec;
  padding-bottom: 8px
}

@media (max-width: 828px) {
  .page-sub-section__title {
    font-size: 1.8rem;
    line-height: 1.4
  }
}

.page-sub-section__content {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6
}

@media (max-width: 828px) {
  .page-sub-section__content {
    font-size: 1.6rem;
    line-height: 1.8
  }
}

.page-sub-section__footer {
  margin-top: 20px
}

.page-sub-section__footer .button {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.vertical-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

@media (max-width: 828px) {
  .vertical-section__item {
    display: block
  }
}

.vertical-section__item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.vertical-section__item--reverse .vertical-section__content {
  margin-left: 0;
  margin-right: 40px
}

@media (max-width: 828px) {
  .vertical-section__item--reverse .vertical-section__content {
    margin-right: 0;
    margin-top: 16px
  }
}

.vertical-section__item:not(:first-child) {
  margin-top: 40px
}

@media (max-width: 828px) {
  .vertical-section__item:not(:first-child) {
    margin-top: 16px
  }
}

.vertical-section__thumb {
  text-align: center
}

.vertical-section__content {
  margin-left: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6
}

@media (max-width: 828px) {
  .vertical-section__content {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 16px;
    margin-left: 0
  }
}

.vertical-section__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.7
}

@media (max-width: 828px) {
  .vertical-section__title {
    font-size: 1.8rem;
    line-height: 1.5
  }
}

.vertical-section__sub-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 10px
}

@media (max-width: 828px) {
  .vertical-section__sub-title {
    font-size: 1.6rem;
    line-height: 1.5
  }
}

.vertical-section__desc {
  margin-top: 24px;
  font-size: 1.8rem;
  line-height: 1.8
}

@media (max-width: 828px) {
  .vertical-section__desc {
    margin-top: 8px;
    font-size: 1.6rem;
    line-height: 1.6
  }
}

.vertical-section__footer {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%
}

@media (min-width: 829px) {
  .link-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
  }
}

@media (max-width: 828px) {
  .link-section {
    display: block
  }
}

.link-section__item--1column {
  width: 100%
}

.link-section__item--1column:not(:first-child) {
  margin-top: 40px
}

@media (max-width: 828px) {
  .link-section__item--1column:not(:first-child):not(:first-child) {
    margin-top: 20px;
  }
}

@media (min-width: 829px) {
  .link-section__item:not(.link-section__item--1column) {
    width: calc((100% - 20px) / 2);
  }

  .link-section__item:not(.link-section__item--1column):not(:nth-child(odd)) {
    margin-left: 20px;
  }

  .link-section__item:not(.link-section__item--1column):nth-child(n+3) {
    margin-top: 40px
  }
}

@media (max-width: 828px) {
  .link-section__item:not(.link-section__item--1column) {
    width: 100%
  }

  .link-section__item:not(.link-section__item--1column):not(:first-child) {
    margin-top: 20px;
  }
}

.link-section__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  position: relative;
  padding-left: 16px;
  padding-bottom: 8px;
  padding-top: 10px;
  border-bottom: 1px solid #ececec;
}

@media (max-width: 828px) {
  .link-section__title {
    font-size: 1.8rem;
    line-height: 1.4
  }
}

.link-section__title:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  border-bottom: 5px solid #004372;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.link-section__desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 20px
}

@media (max-width: 828px) {
  .link-section__desc {
    font-size: 1.6rem;
    line-height: 1.8
  }
}

.link-section__footer {
  margin-top: 20px
}

.link-section__footer .button {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.post-meta {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.post-meta__category {
  background: #333;
  color: #fff;
  padding: 6px 8px 8px;
  min-width: 160px;
  text-align: center;
  font-weight: 600
}

.post-header {
  margin-top: 24px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6
}

@media (max-width: 828px) {
  .post-header {
    font-size: 1.6rem;
    line-height: 1.8
  }
}

.post-header__desc {
  margin-top: 16px
}

.post-tags {
  margin-top: 40px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 14px 2px
}

.post-tags__item:not(:first-child) {
  padding-left: 8px;
  position: relative;
  margin-left: 8px
}

.post-tags__item:not(:first-child):before {
  content: ", ";
  color: #242424;
  position: absolute;
  bottom: 0;
  left: -4px
}

.form {
  padding: 23px 22px 31px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #ececec;
}

@media (max-width: 828px) {
  .form {
    padding: 16px
  }
}

.form input[name=kana01],
.form input[name=kana02],
.form input[name=name01],
.form input[name=name02] {
  width: 150px
}

@media (max-width: 828px) {

  .form input[name=kana01],
  .form input[name=kana02],
  .form input[name=name01],
  .form input[name=name02] {
    width: 100%
  }
}

.form select {
  min-width: 160px
}

@media (max-width: 828px) {
  .form select {
    min-width: 100%
  }
}

.form textarea {
  max-width: 414px;
  min-width: 100%;
  width: 100%
}

.form input[name=mailaddress],
.form input[name=tel01] {
  width: 360px
}

@media (max-width: 828px) {

  .form input[name=mailaddress],
  .form input[name=tel01] {
    width: 100%
  }
}

.form input[type=file] {
  border: 0
}

@media (max-width: 828px) {
  .form input[type=file] {
    padding: 0
  }
}

@media (min-width: 829px) {
  .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }
}

.form__row:not(:first-child) {
  margin-top: 16px
}

.form__row--1column {
  display: block
}

.form__row--1column .form__title {
  max-width: none;
  margin-right: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.form__row--1column .form__optional {
  top: -2px;
  margin-left: 16px
}

.form__title {
  padding: 11px;
  font-weight: 700;
  line-height: 1.6;
  max-width: 300px;
  margin-right: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media (max-width: 828px) {
  .form__title {
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.form__note {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  opacity: .4
}

@media (max-width: 828px) {
  .form__note {
    font-size: 1.4rem;
    line-height: 1.5;
    font-size: 1.3rem
  }
}

.form__note--red {
  color: #c00;
  opacity: 1
}

.form__msg-note {
  padding: 11px 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 8px
}

@media (max-width: 828px) {
  .form__msg-note {
    font-size: 1.4rem;
    line-height: 1.5
  }
}

.form__item-before {
  min-width: 32px
}

.mw_wp_form_confirm .form__item-before {
  display: none
}

@media (max-width: 828px) {
  .form__item-before {
    min-width: 100%;
    margin: 8px 0;
    display: block
  }
}

@media (min-width: 829px) {
  .form__item-before:not(:first-child) {
    margin-left: 16px
  }
}

.form__resume-note {
  color: #c00;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  font-weight: 700;
  text-align: center;
  margin: 32px 0 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px
}

@media (max-width: 828px) {
  .form__resume-note {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 16px 0 0;
    padding-bottom: 12px;
    font-size: 1.3rem
  }
}

.form__resume-files-note {
  background: #fff;
  padding: 16px;
  border-radius: 5px;
  margin-bottom: 16px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400
}

@media (max-width: 828px) {
  .form__resume-files-note {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 8px;
    font-size: 1.3rem
  }
}

.form__resume-files-note__title {
  font-weight: 700
}

.form__resume-files-note__content {
  margin-top: 16px
}

.form__optional,
.form__required {
  padding: 6px 16px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  line-height: 1;
  border-radius: 5px;
  position: relative;
  top: -6px
}

@media (max-width: 828px) {

  .form__optional,
  .form__required {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-left: 10px;
    padding: 3px 8px;
    top: -1px;
    font-size: 1.3rem
  }
}

.form__required {
  background: #c00;
  color: #fff
}

.form__optional {
  background: #ccc;
  color: #242424;
}

.form__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media (max-width: 828px) {
  .form__content {
    margin-top: 8px
  }
}

.form--confirm .form__content,
.mw_wp_form_confirm .form__content {
  padding: 11px
}

@media (max-width: 828px) {

  .form--confirm .form__content,
  .mw_wp_form_confirm .form__content {
    padding: 0
  }
}

@media (min-width: 829px) {
  .form-exp-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
  }
}

.form-exp-item:not(:first-child) {
  margin-top: 16px
}

.form-exp-item__title {
  font-weight: 700;
  min-width: 160px;
  margin-right: 16px
}

@media (max-width: 828px) {
  .form-exp-item__title {
    margin-right: 0;
    margin-bottom: 8px
  }
}

.form-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px
}

.form--confirm .form-radio,
.mw_wp_form_confirm .form-radio {
  padding-top: 0
}

@media (min-width: 829px) {
  .form-radio {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media (max-width: 828px) {
  .form-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.form-radio__label {
  margin-right: 16px
}

@media (max-width: 828px) {
  .form-radio__label {
    padding: 8px 0
  }
}

.form-resume-item {
  background: #fff;
  padding: 16px;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400
}

@media (max-width: 828px) {
  .form-resume-item {
    font-size: 1.4rem;
    line-height: 1.5;
    font-size: 1.2rem
  }
}

.form-resume-item__label:not(:first-child) {
  margin-top: 4px
}

.mwform-file-delete {
  font-size: 2rem;
  position: relative;
  top: 1px
}

.form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5
}

@media (max-width: 828px) {
  .form-button {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 32px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.form-button__back,
.form-button__confirm,
.form-button__submit {
  border-radius: 5px;
  background: #004372;
  width: 280px;
  padding: 16px 0;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  border: 0
}

@media (max-width: 828px) {

  .form-button__back,
  .form-button__confirm,
  .form-button__submit {
    width: 100%;
    margin-bottom: 16px
  }
}

.form-button__back {
  background: #ccc;
  color: #242424;
}

@media (min-width: 829px) {
  .form-button__back {
    margin-right: 16px
  }
}

.form-complete-msg {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
}

.form-complete-msg__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center
}

@media (max-width: 828px) {
  .form-complete-msg__title {
    font-size: 1.8rem;
    line-height: 1.4
  }
}

.form-complete-msg__footer {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.err-msg:not(:empty) {
  background: #fff;
  color: #c00;
  display: block;
  padding: 16px;
  border-radius: 5px;
  line-height: 1.4
}

.button-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  background: #004372;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  padding: 0 30px 0 20px
}

.button-link.button-link--tag-style {
  background: #ececec;
  color: #002f50;
  border-radius: 50px;
}

.button-link.button-link--tag-style:hover {
  color: #ffffff;
}

@media (max-width: 828px) {
  .button-link {
    font-size: 1.6rem;
    line-height: 1.4
  }

}

@media (min-width: 829px) {
  .button-link {
    height: 56px;
    min-width: 300px
  }
}

@media (max-width: 828px) {
  .button-link {
    height: 48px;
    width: 100%
  }
}

.button-link--width-small {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6
}

@media (max-width: 828px) {
  .button-link--width-small {
    font-size: 1.6rem;
    line-height: 1.8
  }
}

@media (min-width: 829px) {
  .button-link--width-small {
    height: 48px;
    min-width: 204px
  }
}

.button-link:hover {
  background: #002f50;
  text-decoration: none
}

.button-link--ghost {
  background: #fff;
  border: 1px solid #002f50;
  color: #002f50;
}

.button-link--ghost:before {
  border-top-color: #002f50;
  border-right-color: #002f50;
}

.button-link--ghost:hover {
  background: #fff
}

.button-link-white,
.button-link-white:hover {
  background: #fff;
  color: #004372;
}

.button-link-white:hover {
  opacity: .85
}

.button-link:not(:first-child) {
  margin-left: 20px
}

.button-header-hamburger {
  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: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 55px;
  height: 48px;
  top: 0;
  margin-left: 8px;
  border-radius: 5px;
  padding-top: 3px
}

@media (min-width: 829px) {
  .button-header-hamburger {
    display: none
  }
}

.button-header-hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  background: #004372;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 4px 0;
  transform-origin: 4px 0;
  -webkit-transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
  transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
  transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease;
  transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1)
}

.button-header-hamburger span:first-child {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0
}

.button-header-hamburger span:nth-last-child(2) {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%
}

.button-header-hamburger--close span {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-6px, -13px);
  transform: rotate(45deg) translate(-6px, -13px);
  background: #004372;
}

.button-header-hamburger--close span:nth-last-child(3) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(.2);
  transform: rotate(0deg) scale(.2)
}

.button-header-hamburger--close span:nth-last-child(2) {
  -webkit-transform: rotate(-45deg) translate(-2px, 10px);
  transform: rotate(-45deg) translate(-2px, 10px)
}

.overlay-fade-enter-active,
.overlay-fade-leave-active {
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}

.overlay-fade-enter,
.overlay-fade-leave-to {
  opacity: 0
}

.overlay {
  display: none;
  background: rgba(0, 0, 0, .5);
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: opacity .5s cubic-bezier(.88, 0, .15, 1.01) 0s;
  transition: opacity .5s cubic-bezier(.88, 0, .15, 1.01) 0s;
  width: 100%;
  height: 100%;
  z-index: 1
}

@media (min-width: 829px) {
  .info-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
  }
}

@media (max-width: 828px) {
  .button-link:not(:first-child) {
    margin-left: 0;
    margin-top: 16px;
  }

  .info-cards {
    display: block
  }
}

.info-cards__item {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
  background: #fff;
  text-align: center
}

@media (min-width: 829px) {
  .info-cards__item {
    width: calc((100% - 40px) / 3);
  }

  .info-cards__item:not(:nth-child(3n+1)) {
    margin-left: 20px;
  }

  .info-cards__item:nth-child(n+4) {
    margin-top: 20px;
  }
}

@media (max-width: 828px) {
  .info-cards__item {
    width: 100%
  }

  .info-cards__item:not(:first-child) {
    margin-top: 20px;
  }
}

.info-cards__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 16px
}

@media (max-width: 828px) {
  .info-cards__title {
    font-size: 1.8rem;
    line-height: 1.4
  }
}

.info-cards__desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 8px;
  text-align: left
}

@media (max-width: 828px) {
  .info-cards__desc {
    font-size: 1.6rem;
    line-height: 1.8
  }
}

@media (min-width: 829px) {
  .feature-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
  }
}

@media (max-width: 828px) {
  .feature-cards {
    display: block
  }
}

.feature-cards__item {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
  background: #fff;
  text-align: center
}

@media (min-width: 829px) {
  .feature-cards__item {
    width: calc((100% - 40px) / 3);
  }

  .feature-cards__item:not(:nth-child(3n+1)) {
    margin-left: 20px;
  }

  .feature-cards__item:nth-child(n+4) {
    margin-top: 20px;
  }
}

@media (max-width: 828px) {
  .feature-cards__item {
    width: 100%
  }

  .feature-cards__item:not(:first-child) {
    margin-top: 20px;
  }
}

.feature-cards__header {
  color: #004372;
  font-weight: 700
}

.feature-cards__num {
  font-size: 5rem;
  margin-left: 5px
}

@media (max-width: 828px) {
  .feature-cards__num {
    font-size: 4rem
  }
}

.feature-cards__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 16px
}

@media (max-width: 828px) {
  .feature-cards__title {
    font-size: 1.8rem;
    line-height: 1.4
  }
}

.feature-cards__desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 8px;
  text-align: left;
  position: relative;
  padding-top: 30px
}

@media (max-width: 828px) {
  .feature-cards__desc {
    font-size: 1.6rem;
    line-height: 1.8;
    padding-top: 10px
  }
}

.feature-cards__desc:before {
  content: "";
  position: absolute;
  top: 10px;
  width: 100px;
  height: 1px;
  background: #ccc;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media (max-width: 828px) {
  .feature-cards__desc:before {
    top: 0
  }
}

@media (min-width: 829px) {
  .plan-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
  }
}

@media (max-width: 828px) {
  .plan-cards {
    display: block
  }
}

@media (min-width: 829px) {
  .plan-cards--2col .plan-cards__item {
    width: calc((100% - 20px) / 2);
    margin-top: 80px
  }

  .plan-cards--2col .plan-cards__item:not(:nth-child(3n+1)) {
    margin-left: 0
  }

  .plan-cards--2col .plan-cards__item:not(:nth-child(odd)) {
    margin-left: 20px;
  }

  .plan-cards--2col .plan-cards__item:nth-child(n+3) {
    margin-top: 100px;
  }
}

.plan-cards__item {
  border: 1px solid #004372;
  border-radius: 5px;
  padding: 20px;
  background: #fff;
  position: relative
}

@media (min-width: 829px) {
  .plan-cards__item {
    width: calc((100% - 40px) / 3);
    margin-top: 80px
  }

  .plan-cards__item:not(:nth-child(3n+1)) {
    margin-left: 20px;
  }

  .plan-cards__item:nth-child(n+4) {
    margin-top: 100px;
  }
}

@media (max-width: 828px) {
  .plan-cards__item {
    width: 100%;
    margin-top: 60px;
  }
}

.plan-cards__icon {
  background-color: #004372;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 110px;
  height: 110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -80px
}

@media (max-width: 828px) {
  .plan-cards__icon {
    width: 80px;
    height: 80px;
    font-size: 1.2rem;
    top: -40px
  }
}

.plan-cards__num {
  font-size: 3.4rem;
  font-weight: 700
}

@media (max-width: 828px) {
  .plan-cards__num {
    font-size: 2.8rem
  }
}

.plan-cards__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 30px;
  text-align: center
}

@media (max-width: 828px) {
  .plan-cards__title {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 40px
  }
}

.plan-cards__after,
.plan-cards__before,
.plan-cards__desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  background: #ececec;
  padding: 10px;
  margin-top: 30px
}

@media (max-width: 828px) {

  .plan-cards__after,
  .plan-cards__before,
  .plan-cards__desc {
    font-size: 1.6rem;
    line-height: 1.8
  }
}

.plan-cards__after--under-title,
.plan-cards__before--under-title,
.plan-cards__desc--under-title {
  padding: 0;
  background: transparent;
  margin-top: 10px
}

@media (max-width: 828px) {

  .plan-cards__after,
  .plan-cards__before,
  .plan-cards__desc {
    margin-top: 20px
  }
}

.plan-cards__before {
  margin-top: 20px;
  text-align: left;
  position: relative
}

.plan-cards__before:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 10px solid #004372;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent
}

@media (max-width: 828px) {
  .plan-cards__before:before {
    bottom: -15px
  }
}

.plan-cards__case-title {
  position: relative;
  bottom: -10px;
  margin-top: 10px
}

@media (min-width: 829px) {
  .case-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
  }
}

@media (max-width: 828px) {
  .case-cards {
    display: block
  }
}

.case-cards__item {
  border: 1px solid #004372;
  border-radius: 5px;
  padding: 20px;
  padding-bottom: 20px;
  background: #fff;
  position: relative
}

@media (min-width: 829px) {
  .case-cards__item {
    width: calc((100% - 40px) / 3);
  }

  .case-cards__item:not(:nth-child(3n+1)) {
    margin-left: 20px;
  }

  .case-cards__item:nth-child(n+4) {
    margin-top: 20px;
  }
}

@media (max-width: 828px) {
  .case-cards__item:not(:first-child) {
    margin-top: 20px;
  }
}

.case-cards__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7
}

@media (max-width: 828px) {
  .case-cards__title {
    font-size: 1.8rem;
    line-height: 1.4
  }
}

.case-cards__profile {
  background: #bbcfdf;
  text-align: center;
  font-weight: 700;
  padding: 10px;
  border-radius: 100px;
  margin-top: 20px
}

@media (max-width: 828px) {
  .case-cards__profile {
    margin-top: 10px
  }
}

.case-cards__comment {
  background: #ececec;
  padding: 10px;
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6
}

@media (max-width: 828px) {
  .case-cards__comment {
    font-size: 1.6rem;
    line-height: 1.8
  }
}

@media (min-width: 829px) {
  .column-post-cards:not(.column-post-cards--1column) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
  }
}

@media (max-width: 828px) {
  .column-post-cards {
    display: block
  }
}

@media (min-width: 829px) {
  .column-post-cards--home .column-post-cards__thumb {
    width: 150px;
    height: 96px
  }
}

.column-post-cards__item {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  background: #fff
}

@media (min-width: 829px) {
  .column-post-cards__item {
    width: calc((100% - 20px) / 2);
  }

  .column-post-cards--1column .column-post-cards__item {
    width: 100%
  }

  .column-post-cards__item:not(:nth-child(odd)) {
    margin-left: 20px;
  }

  .column-post-cards--1column .column-post-cards__item:not(:nth-child(odd)) {
    margin-left: 0
  }

  .column-post-cards--1column .column-post-cards__item:nth-child(n+2),
  .column-post-cards__item:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media (max-width: 828px) {
  .column-post-cards__item {
    width: 100%
  }

  .column-post-cards__item:not(:first-child) {
    margin-top: 20px;
  }
}

.column-post-cards__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #242424;
}

@media (max-width: 828px) {
  .column-post-cards__link {
    display: block
  }
}

.column-post-cards__link:hover {
  text-decoration: none
}

@media (min-width: 829px) {
  .column-post-cards__link:hover .column-post-cards__thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

@media (min-width: 829px) {
  .column-post-cards__thumb {
    width: 180px;
    height: 120px;
    overflow: hidden
  }
}

@media (max-width: 828px) {
  .column-post-cards__thumb {
    text-align: center
  }
}

.column-post-cards__thumb img {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s
}

.column-post-cards__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
  position: relative
}

@media (max-width: 828px) {
  .column-post-cards__content {
    margin-left: 0;
    margin-top: 8px
  }
}

.column-post-cards__category {
  background: #242424;
  color: #fff;
  padding: 6px;
  min-width: 120px;
  text-align: center;
  font-size: 1.6rem;
}

@media (min-width: 829px) {
  .column-post-cards__category {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
  }
}

.column-post-cards__date {
  padding: 9px 0;
  font-size: 1.6rem;
}

@media (max-width: 828px) {
  .column-post-cards__date {
    padding: 6px 0;
    text-align: right;
    margin-top: 6px
  }
}

.column-post-cards__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7
}

@media (max-width: 828px) {
  .column-post-cards__title {
    font-size: 1.8rem;
    line-height: 1.4
  }
}

.column-post-cards__title b,
.column-post-cards__title em,
.column-post-cards__title small,
.column-post-cards__title strong {
  font-weight: inherit
}

@media (max-width: 828px) {
  .column-post-cards__title {
    margin-top: 2px
  }
}

.column-post-cards__excerpt {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #ccc;
  font-size: 1.3rem;
  line-height: 1.4
}

@media (min-width: 829px) {
  .category-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
  }
}

@media (max-width: 828px) {
  .category-cards {
    display: block
  }
}

@media (min-width: 829px) {
  .category-cards__item {
    width: calc((100% - 20px) / 2);
  }

  .category-cards__item:not(:nth-child(odd)) {
    margin-left: 20px;
  }

  .category-cards__item:nth-child(n+3) {
    margin-top: 30px
  }
}

@media (max-width: 828px) {
  .category-cards__item {
    width: 100%
  }

  .category-cards__item:not(:first-child) {
    margin-top: 20px;
  }
}

.category-cards__link {
  display: block;
  color: #242424;
}

.category-cards__link:hover {
  text-decoration: none
}

.category-cards__link:hover .category-cards__title {
  color: #004372;
}

@media (min-width: 829px) {
  .category-cards__link:hover .category-cards__thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

.category-cards__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7
}

@media (max-width: 828px) {
  .category-cards__title {
    font-size: 1.8rem;
    line-height: 1.4
  }
}

.category-cards__num {
  color: #004372;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid
}

.category-cards__thumb {
  margin-top: 20px;
  overflow: hidden
}

.category-cards__thumb img {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s
}

.category-cards__desc {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6
}

@media (max-width: 828px) {
  .category-cards__desc {
    font-size: 1.6rem;
    line-height: 1.8
  }
}

@media (min-width: 829px) {
  .profile-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
  }
}

@media (max-width: 828px) {
  .profile-cards {
    display: block
  }
}

.profile-cards__item {
  padding: 10px
}

@media (min-width: 829px) {
  .profile-cards__item {
    width: 50%
  }

  .profile-cards__item:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media (max-width: 828px) {
  .profile-cards__item {
    width: 100%
  }

  .profile-cards__item:not(:first-child) {
    margin-top: 20px;
  }
}

.profile-cards__name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  padding-left: 16px;
  position: relative
}

@media (max-width: 828px) {
  .profile-cards__name {
    font-size: 1.8rem;
    line-height: 1.4
  }
}

.profile-cards__name:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 5px solid #004372;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.profile-cards__name-en {
  font-style: italic;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid
}

@media (max-width: 828px) {
  .profile-cards__name-en {
    font-size: 1.6rem;
    line-height: 1.4
  }
}

.profile-cards__thumb {
  margin-top: 20px;
  text-align: center
}

.profile-cards__content {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6
}

@media (max-width: 828px) {
  .profile-cards__content {
    font-size: 1.6rem;
    line-height: 1.8
  }
}

.profile-cards__comment {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 25px;
  position: relative;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px
}

@media (max-width: 828px) {
  .profile-cards__comment {
    font-size: 1.6rem;
    line-height: 1.8
  }
}

.profile-cards__comment:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 9px solid #ccc;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent
}

@media (min-width: 829px) {
  .link-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
  }
}

@media (max-width: 828px) {
  .link-cards {
    display: block
  }
}

.link-cards__item {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
  position: relative
}

@media (min-width: 829px) {
  .link-cards__item {
    padding-bottom: 90px
  }
}

.link-cards__item[href] {
  display: block
}

.link-cards__item[href] .link-cards__desc {
  color: #242424;
}

.link-cards__item[href]:hover {
  text-decoration: none;
  background: #e1e9ef;
  border-color: #004372;
}

.link-cards__item:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  border-bottom: 5px solid #004372;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

@media (min-width: 829px) {
  .link-cards__item {
    width: calc((100% - 40px) / 3);
  }

  .link-cards__item:not(:nth-child(3n+1)) {
    margin-left: 20px;
  }

  .link-cards__item:nth-child(n+4) {
    margin-top: 20px;
  }
}

@media (max-width: 828px) {
  .link-cards__item {
    width: 100%
  }

  .link-cards__item:not(:first-child) {
    margin-top: 20px;
  }
}

.link-cards__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5
}

@media (max-width: 828px) {
  .link-cards__title {
    font-size: 1.6rem;
    line-height: 1.5
  }
}

@media (min-width: 829px) {
  .link-cards__title {
    height: 54px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
  }
}

.link-cards__desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 20px
}

@media (max-width: 828px) {
  .link-cards__desc {
    font-size: 1.6rem;
    line-height: 1.8
  }
}

@media (min-width: 829px) {
  .link-cards__footer {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px)
  }
}

@media (max-width: 828px) {
  .link-cards__footer {
    margin-top: 16px
  }
}

.event-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 40px
}

@media (max-width: 828px) {
  .event-card {
    margin-top: 24px;
    display: block
  }
}

@media (min-width: 829px) {
  .event-card__item {
    width: calc((100% - 64px) / 3)
  }

  .event-card__item:not(:nth-child(3n+1)) {
    margin-left: 32px
  }

  .event-card--large .event-card__item {
    width: calc((100% - 32px) / 2)
  }

  .event-card--large .event-card__item:not(:nth-child(3n+1)) {
    margin-left: 0
  }

  .event-card--large .event-card__item:not(:nth-child(odd)) {
    margin-left: 32px
  }
}

@media (max-width: 828px) {
  .event-card__item {
    width: 100%
  }

  .event-card__item:not(:first-child) {
    margin-top: 16px
  }
}

@media (min-width: 829px) {
  .event-card__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px
  }

  .event-card__column .event-card__year {
    margin-top: 8px
  }

  .event-card__column-item {
    width: calc((100% - 32px) / 2)
  }

  .event-card__column-item:not(:nth-child(odd)) {
    margin-left: 32px
  }
}

.event-card__link {
  display: block;
  color: #004372;
  background: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .12);
  box-shadow: 0 0 12px rgba(0, 0, 0, .12);
  padding: 24px 32px;
  border-radius: 8px
}

@media (max-width: 828px) {
  .event-card__link {
    padding: 16px
  }
}

.event-card__link:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .18);
  box-shadow: 0 0 12px rgba(0, 0, 0, .18)
}

.event-card__area {
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: center;
  padding: 8px 0;
  font-size: 1.8rem
}

@media (max-width: 828px) {
  .event-card__area {
    font-size: 1.6rem
  }
}

.event-card__year {
  margin-top: 16px;
  font-size: 3.2rem;
  font-weight: 700
}

@media (max-width: 828px) {
  .event-card__year {
    font-size: 4rem;
    display: inline-block;
    width: 120px;
    margin-top: 16px
  }
}

.event-card__day {
  font-size: 6.5rem;
  font-weight: 700;
  margin-top: 4px
}

.event_youbi {
  font-size: 1.8rem;
  font-weight: 700;
}

@media (max-width: 828px) {
  .event-card__day {
    font-size: 4rem;
    display: inline-block;
    margin-left: 16px;
    width: calc(100% - 120px - 24px);
    margin-top: 16px
  }
}

.event-card__time {
  font-size: 2rem;
  font-weight: 700;
  display: block;
  margin-top: 7px
}

@media (max-width: 828px) {
  .event-card__time {
    font-size: 1.8rem;
    display: inline-block;
    margin-right: 8px
  }
}

.event-card__place {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 10px
}

@media (max-width: 828px) {
  .event-card__place {
    font-size: 1.6rem;
    display: inline-block
  }
}

.event-card__address {
  margin-top: 12px;
  line-height: 1.4;
  font-size: 1.4rem
}

.event-card__company {
  font-size: 1.7rem;
  border-left: 1px solid;
  border-right: 1px solid;
  margin-top: 16px;
  text-align: center;
  padding-bottom: 6px
}

@media (max-width: 828px) {
  .event-card__company {
    font-size: 1.6rem;
    padding-bottom: 4px
  }
}

.event-card__company em {
  font-size: 3.2rem;
  margin: 0 2px
}

@media (max-width: 828px) {
  .event-card__company em {
    font-size: 2.6rem
  }
}

.column-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

@media (min-width: 829px) {
  .column-card {
    margin-top: 40px
  }

  .column-card__item {
    width: calc((100% - 64px) / 3)
  }

  .column-card__item:not(:nth-child(3n+1)) {
    margin-left: 32px
  }

  .column-card__item:nth-child(n+4) {
    margin-top: 32px
  }
}

@media (max-width: 828px) {
  .column-card {
    margin-top: 24px
  }

  .column-card__item {
    width: 100%
  }

  .column-card__item:not(:first-child) {
    margin-top: 16px
  }
}

.column-card__link {
  color: inherit;
  background: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .12);
  box-shadow: 0 0 12px rgba(0, 0, 0, .12);
  border-radius: 8px;
  display: block
}

.column-card__link:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .18);
  box-shadow: 0 0 12px rgba(0, 0, 0, .18)
}

.column-card__content {
  padding: 16px;
  line-height: 1.4
}

.column-card__footer {
  text-align: right;
  padding: 0 16px 20px
}

.event-info-card {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: #ececec;
  margin-top: 40px
}

@media (max-width: 828px) {
  .event-info-card {
    padding: 16px;
    display: block;
    margin-top: 16px
  }
}

.event-info-card iframe {
  max-width: 100%
}

.event-info-card__primary {
  margin-left: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (max-width: 828px) {
  .event-info-card__primary {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-left: 0;
    margin-top: 0
  }
}

.event-info-card__desc:nth-child(n+3),
.event-info-card__title:nth-child(n+3) {
  margin-top: 8px
}

@media (max-width: 828px) {

  .event-info-card__desc:nth-child(n+3),
  .event-info-card__title:nth-child(n+3) {
    margin-top: 0
  }
}

.event-info-card__title {
  width: 110px;
  font-weight: 700
}

@media (max-width: 828px) {
  .event-info-card__title {
    width: auto
  }
}

.event-info-card__desc {
  width: calc(100% - 110px)
}

@media (max-width: 828px) {
  .event-info-card__desc {
    width: 100%;
    margin-bottom: 8px
  }
}

.event-info-card__desc:before {
  content: "";
  margin-right: 0px
}

@media (max-width: 828px) {
  .event-info-card__desc:before {
    display: none
  }
}

@media (max-width: 828px) {
  .event-info-card__secondary {
    margin-top: 8px
  }
}

.schedule-card {
  counter-reset: a 0
}

.schedule-card__item {
  counter-increment: a 1;
  border-radius: 100px;
  padding: 16px 24px 24px 120px;
  border: 1px solid #ccc;
  position: relative
}

@media (max-width: 828px) {
  .schedule-card__item {
    padding-left: 66px
  }
}

.schedule-card__item:not(:first-child) {
  margin-top: 24px
}

@media (max-width: 828px) {
  .schedule-card__item:not(:first-child) {
    margin-top: 16px
  }
}

.schedule-card__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7
}

@media (max-width: 828px) {
  .schedule-card__title {
    font-size: 1.8rem;
    line-height: 1.4
  }
}

.schedule-card__title:before {
  content: counter(a, decimal);
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 4rem;
  color: #fff;
  background: #002f50;
  border-radius: 100px;
  padding-bottom: 2px;
  padding-left: 2px;
  position: absolute;
  left: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media (max-width: 828px) {
  .schedule-card__title:before {
    width: 40px;
    height: 40px;
    font-size: 2.4rem;
    padding-left: 0
  }
}

.schedule-card__desc {
  margin-top: 8px
}

.flow-lists {
  counter-reset: a 0
}

.flow-lists__list {
  text-align: center;
  border: 1px solid #ccc;
  padding: 20px 10px 20px 70px;
  position: relative;
  border-radius: 100px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7
}

@media (max-width: 828px) {
  .flow-lists__list {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 37px 16px 16px;
    border-radius: 5px
  }
}

.flow-lists__list:before {
  counter-increment: a 1;
  content: counter(a, decimal);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background: #004372;
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  border-radius: 50%
}

@media (max-width: 828px) {
  .flow-lists__list:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    top: -30px
  }
}

@media (min-width: 829px) {
  .flow-lists__list:not(:first-child) {
    margin-top: 24px
  }
}

@media (max-width: 828px) {
  .flow-lists__list {
    margin-top: 38px
  }
}

.faq-lists {
  padding-bottom: 13px
}

.faq-lists__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  position: relative;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px
}

@media (max-width: 828px) {
  .faq-lists__title {
    font-size: 1.8rem;
    line-height: 1.4
  }
}

.faq-lists__title:before {
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 10px;
  color: #fff;
  position: relative;
  top: -3px;
  background: #004372;
  padding-left: 2px;
  padding-bottom: 1px
}

.faq-lists__title:not(:first-child) {
  margin-top: 40px
}

.faq-lists__desc {
  position: relative;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6
}

@media (max-width: 828px) {
  .faq-lists__desc {
    font-size: 1.6rem;
    line-height: 1.8
  }
}

.faq-lists__desc:before {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  content: "A";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 10px;
  color: #fff;
  position: relative;
  top: 0;
  background: #ccc;
  padding-left: 2px;
  padding-bottom: 1px
}

@media (max-width: 828px) {
  .faq-lists__desc:before {
    font-size: 1.8rem;
    line-height: 1.4
  }
}

.faq-lists__desc-inner,
.faq-lists__title-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.nav-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%
}

@media (min-width: 829px) {
  .nav-lists__list {
    width: calc((100% - 50px) / 6)
  }

  .nav-lists__list:not(:nth-child(6n+1)) {
    margin-left: 10px
  }

  .nav-lists__list:nth-child(n+7) {
    margin-top: 10px
  }
}

@media (max-width: 828px) {
  .nav-lists__list {
    width: calc((100% - 20px) / 3)
  }

  .nav-lists__list:not(:nth-child(3n+1)) {
    margin-left: 10px
  }

  .nav-lists__list:nth-child(n+4) {
    margin-top: 10px
  }
}

.nav-lists__link {
  border: 2px solid #004372;
  font-weight: 700;
  border-radius: 5px;
  padding: 20px 0;
  padding-bottom: 32px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

.nav-lists__link:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 50%;
  bottom: 16px;
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
  border-top: 1px solid #004372;
  border-right: 1px solid #004372;
}

.nav-lists__link--current {
  background: #004372;
  color: #fff
}

.nav-lists__link--current:before {
  border-top-color: #fff;
  border-right-color: #fff
}

.nav-lists__link:not(.nav-lists__link--current):hover {
  background: #e1e9ef;
}

.nav-lists__link:hover {
  text-decoration: none
}

.tag-lists {
  margin-top: 40px
}

@media (max-width: 828px) {
  .tag-lists {
    margin-top: 20px
  }
}

.tag-lists--center {
  text-align: center
}

.tag-lists__item {
  margin-right: 5px;
  margin-top: 10px
}

@media (min-width: 829px) {
  .tag-lists__item {
    display: inline-block
  }
}

@media (max-width: 828px) {
  .tag-lists__item {
    display: inline;
    line-height: 1.6
  }
}

.tag-lists__link {
  color: #004372;
}

@media (min-width: 829px) {
  .tag-lists__link {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 50px;
    border: 1px solid #004372;
  }
}

@media (max-width: 828px) {
  .tag-lists__link {
    padding-right: 8px;
    border-right: 1px solid #0068b3;
    margin-right: 8px
  }
}

.tag-lists__link.active,
.tag-lists__link:hover {
  text-decoration: none;
  background: #e1e9ef;
}

@media (max-width: 828px) {
  .tag-lists__link.active {
    font-weight: 700
  }
}

@media (max-width: 828px) {
  .recruit-lists__item:not(:first-child) {
    margin-top: 15px
  }
}

.recruit-lists__link {
  border-bottom: 1px solid #ececec;
}

@media (min-width: 829px) {
  .recruit-lists__link {
    padding: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (max-width: 828px) {
  .recruit-lists__link {
    display: block;
    padding: 10px
  }
}

.recruit-lists__link:hover {
  text-decoration: none
}

@media (min-width: 829px) {
  .recruit-lists__link:hover {
    background: #e1e9ef;
  }
}

@media (max-width: 828px) {
  .recruit-lists__link:before {
    position: absolute;
    top: 12px
  }
}

.recruit-lists__title {
  font-weight: 700;
  color: #242424;
}

@media (max-width: 828px) {
  .recruit-lists__title {
    padding-left: 28px;
    padding-top: 0 !important
  }
}

@media (max-width: 828px) {
  .recruit-lists__more {
    margin-top: 8px
  }
}

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%
}

.tag-list__item {
  background: #ececec;
  color: #002f50;
  padding: 16px 24px;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
  border-radius: 50px;
  font-size: 1.8rem;
}

@media (max-width: 828px) {
  .tag-list__item {
    width: 80%;
    font-size: 1.4rem;
    padding: 10px 16px;
    margin: 5px;
  }
}

.tag-list__item:not(:nth-child(odd)) {
  margin-left: 16px;
  margin-right: 16px
}

@media (max-width: 828px) {
  .tag-list__item:not(:nth-child(odd)) {
    margin-left: 8px;
    margin-right: 8px
  }
}

.company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  width: 100%
}

.company-list__item {
  text-align: left;
  line-height: 1.4
}

.company-list-indent li {
  position: relative;
  padding-left: 1em;
}

.company-list-indent li::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
}



@media (min-width: 829px) {
  .company-list__item {
    width: calc((100% - 64px) / 3);
    padding: 8px 0px
  }

  .company-list__item:not(:nth-child(3n+1)) {
    margin-left: 32px
  }

  .company-list__item:nth-child(n+4) {}
}

@media (max-width: 828px) {
  .company-list__item {
    width: calc((100% - 16px) / 2);
    padding: 8px 0px
  }

  .company-list__item:not(:nth-child(odd)) {
    margin-left: 16px
  }

  .company-list__item:nth-child(n+3) {
    margin-top: 8px
  }
}

.breadcrumb {
  width: 100%;
  padding: 12px 0 13px;
  margin-bottom: 40px;
  background: #ececec;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6
}

@media (max-width: 828px) {
  .breadcrumb {
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 10px;
    white-space: nowrap;
    overflow-x: auto;
    font-size: 1.4rem;
    margin-bottom: 16px
  }
}

.breadcrumb__inner {
  max-width: 1202px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto
}

@media (max-width: 828px) {
  .breadcrumb__inner {
    padding: 0 16px;
    padding-left: 0;
    padding-right: 0
  }
}

.company-info-table {
  margin: 20px 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media (min-width: 829px) {
  .company-info-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }
}

.company-info-table__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6
}

@media (max-width: 828px) {
  .company-info-table__cell {
    font-size: 1.6rem;
    line-height: 1.8
  }
}

.company-info-table__cell--title {
  background: #ececec;
  font-weight: 600;
  width: 100%
}

@media (min-width: 829px) {
  .company-info-table__cell--title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    max-width: 180px
  }
}

.company-info-table__cell:not(.company-info-table__cell--title) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.company-info-table__cell--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.ranking-table {
  margin: 20px 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media (min-width: 829px) {
  .ranking-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }
}

.ranking-table__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6
}

@media (max-width: 828px) {
  .ranking-table__cell {
    font-size: 1.6rem;
    line-height: 1.8
  }
}

.ranking-table__cell--rank {
  background: #ececec;
  font-weight: 600;
  width: 100%
}

@media (min-width: 829px) {
  .ranking-table__cell--rank {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    max-width: 80px
  }
}

@media (max-width: 828px) {
  .ranking-table__cell--rank br {
    display: none
  }
}

@media (max-width: 828px) {
  .ranking-table__cell--rank span {
    margin-left: 4px
  }
}

.ranking-table__cell--value {
  font-weight: 600;
  width: 100%
}

@media (min-width: 829px) {
  .ranking-table__cell--value {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    max-width: 180px
  }
}

.ranking-table__cell:not(.ranking-table__cell--title) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.ranking-table__cell--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.ranking-table__cell-inner {
  width: 100%
}

.ranking-table__content-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7
}

@media (max-width: 828px) {
  .ranking-table__content-title {
    font-size: 1.8rem;
    line-height: 1.4
  }
}

.ranking-table__content-desc {
  margin-top: 8px
}

.ranking-table__content-footer {
  text-align: right;
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400
}

@media (max-width: 828px) {
  .ranking-table__content-footer {
    font-size: 1.4rem;
    line-height: 1.5
  }
}

.cta-full {
  background: url(/career/wp-content/themes/hp-career/dist/assets/img/cta-bg01.jpg) no-repeat top;
  background-size: cover
}

@media (min-width: 829px) {
  .cta-full {
    margin-top: 100px
  }
}

@media (max-width: 828px) {
  .cta-full {
    margin-top: 40px
  }
}

.cta-full__inner {
  max-width: 1202px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

@media (max-width: 828px) {
  .cta-full__inner {
    padding: 0 16px
  }
}

.cta-full__content {
  background: #ececec;
  padding: 64px 40px;
  max-width: 500px
}

@media (max-width: 828px) {
  .cta-full__content {
    padding: 32px 16px
  }
}

.cta-full__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  position: relative;
  padding-bottom: 16px
}

@media (max-width: 828px) {
  .cta-full__title {
    font-size: 1.8rem;
    line-height: 1.5
  }
}

.cta-full__title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  width: 65px;
  background: #004372;
}

.cta-full__desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 24px;
  text-align: center
}

@media (max-width: 828px) {
  .cta-full__desc {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 16px;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
    line-height: 1.5
  }
}

.cta-full__footer {
  margin: 24px 0 36px
}

@media (max-width: 828px) {
  .cta-full__footer {
    margin: 16px 0 24px
  }
}

.cta-message {
  background: #fff;
  border-radius: 5px;
  padding: 24px;
  max-width: 500px
}

@media (max-width: 828px) {
  .cta-message {
    padding: 16px
  }
}

.cta-message--small .cta-message__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5
}

@media (max-width: 828px) {
  .cta-message--small .cta-message__title {
    font-size: 1.6rem;
    line-height: 1.5
  }
}

.cta-message__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7
}

@media (max-width: 828px) {
  .cta-message__title {
    font-size: 1.8rem;
    line-height: 1.4
  }
}

.cta-message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 16px
}

@media (max-width: 828px) {
  .cta-message__inner {
    margin-top: 8px
  }
}

.cta-message__desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media (max-width: 828px) {
  .cta-message__desc {
    font-size: 1.6rem;
    line-height: 1.8;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
    line-height: 1.5
  }
}

.cta-message__thumb {
  margin-left: 24px
}

@media (max-width: 828px) {
  .cta-message__thumb {
    margin-left: 16px
  }
}

.cta-short-2col {
  margin-top: 40px;
  background: url(/career/wp-content/themes/hp-career/dist/assets/img/cta-bg02.jpg) no-repeat top;
  background-size: cover;
  padding: 80px 0
}

@media (max-width: 828px) {
  .cta-short-2col {
    padding: 32px 0
  }
}

.cta-short-2col__inner {
  max-width: 1202px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto
}

@media (max-width: 828px) {
  .cta-short-2col__inner {
    padding: 0 16px
  }
}

@media (min-width: 829px) {
  .cta-short-2col__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

@media (min-width: 829px) {
  .cta-short-2col__content {
    margin-right: 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

.cta-short-2col__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  position: relative;
  padding-bottom: 16px
}

@media (max-width: 828px) {
  .cta-short-2col__title {
    font-size: 1.8rem;
    line-height: 1.5
  }
}

.cta-short-2col__title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  width: 65px;
  background: #004372;
}

.cta-short-2col__desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 24px;
  text-align: center
}

@media (max-width: 828px) {
  .cta-short-2col__desc {
    font-size: 1.6rem;
    line-height: 1.8;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
    margin-top: 16px;
    line-height: 1.5
  }
}

.cta-short-2col__footer {
  margin: 24px 0 0
}

@media (max-width: 828px) {
  .cta-short-2col__footer {
    margin: 16px 0 24px
  }
}

.cta-short-1col {
  margin-top: 100px;
  background: url(/career/wp-content/themes/hp-career/dist/assets/img/cta-bg03.jpg) no-repeat top;
  background-size: cover;
  padding: 80px 0
}

@media (max-width: 828px) {
  .cta-short-1col {
    padding: 32px 0
  }
}

.cta-short-1col__inner {
  max-width: 1202px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto
}

@media (max-width: 828px) {
  .cta-short-1col__inner {
    padding: 0 16px
  }
}

.cta-short-1col__title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  position: relative;
  padding-bottom: 16px
}

@media (max-width: 828px) {
  .cta-short-1col__title {
    font-size: 2.3rem;
    line-height: 1.4
  }
}

.cta-short-1col__title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  width: 65px;
  background: #004372;
}

.cta-short-1col__desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 24px;
  text-align: center
}

@media (max-width: 828px) {
  .cta-short-1col__desc {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 16px;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
    line-height: 1.5
  }
}

.cta-short-1col__footer {
  margin: 24px 0 0
}

@media (max-width: 828px) {
  .cta-short-1col__footer {
    margin-top: 16px
  }
}

.index {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
  background: #fff;
  margin-top: 40px
}

.index__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4
}

@media (max-width: 828px) {
  .index__title {
    font-size: 1.6rem;
    line-height: 1.4
  }
}

.index__lists {
  margin-top: 16px
}

.index__list {
  margin-top: 8px
}

.index__sub-list {
  margin-top: 8px;
  padding-left: 24px
}

blockquote,
q {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  background-color: #f9f7f7;
  border-radius: 10px;
  color: #242424;
  position: relative;
  z-index: 0;
  quotes: none
}

@media (max-width: 828px) {

  blockquote,
  q {
    font-size: 1.6rem;
    line-height: 1.8
  }
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  line-height: 1;
  display: inline-block;
  position: absolute;
  color: #ddd;
  content: "\201D";
  top: 15px;
  z-index: 1
}

@media (min-width: 829px) {

  blockquote,
  q {
    padding: 30px 58px
  }

  blockquote:before {
    left: 20px;
    font-size: 500%
  }

  blockquote:after {
    right: 20px;
    font-size: 500%
  }
}

@media (max-width: 828px) {

  blockquote,
  q {
    padding: 30px 25px 30px 30px
  }

  blockquote:before {
    left: 10px;
    font-size: 300%
  }

  blockquote:after {
    right: 10px;
    font-size: 300%
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 14px 0;
  margin-top: 40px
}

@media (max-width: 828px) {
  .pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px
  }
}

.pagination a {
  padding: 8px 12px;
  display: block;
  color: #004372;
}

.pagination a.current,
.pagination a:hover {
  background: #004372;
  color: #fff
}

.pagination a:hover {
  text-decoration: none
}

.pagination__item {
  line-height: 1;
  margin: 0 4px
}

.pagination__item--current {
  padding: 8px 12px;
  background: #004372;
  color: #fff;
  font-weight: 600
}

.pagination__item--current a {
  cursor: default;
  text-decoration: none;
  display: inline;
  padding: 0;
  color: inherit
}

.home-mv {
  overflow: hidden;
  text-align: center;
}

.home-mv .slick-slide {
  position: relative
}

@media screen and (max-width: 1201px) {
  .home-mv__inner {
    position: absolute;
    left: 50%;
    top: 0;
    max-width: 1030px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  @media (max-width: 828px) {
    .home-mv__inner {
      padding: 0 16px;
      padding: 0;
      left: 9.5vw;
      right: 9.5vw;
      width: calc(100% - 19vw);
      -webkit-transform: none;
      transform: none
    }
  }
}

.home-mv__link {
  position: absolute;
  right: 137px;
  bottom: 45px;
  max-width: 339px;
  z-index: 1
}

@media screen and (min-width: 1202px) {
  .home-mv__link {
    right: 18.5vw;
    bottom: 3.7vw;
    max-width: 28.3vw
  }
}

@media (max-width: 828px) {
  .home-mv__link {
    max-width: 100%;
    width: 100%;
    right: 0;
    bottom: 7vw
  }
}

.home-news-bar {
  background: #f4f4f4;
  padding: 8px 0
}

@media (max-width: 828px) {
  .home-news-bar {
    padding: 16px 0
  }
}

.home-news-bar__inner {
  max-width: 1202px;
  padding: 0 16px;
  width: 100%;
  margin: 0 auto
}

@media (max-width: 828px) {
  .home-news-bar__inner {
    padding: 0 16px
  }
}

.home-news-bar__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}

@media (max-width: 828px) {
  .home-news-bar__item {
    display: block
  }
}

.home-news-bar__category {
  background: #004372;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 120px;
  height: 40px
}

.home-news-bar__category,
.home-news-bar__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.home-news-bar__content {
  margin-left: 24px
}

@media (max-width: 828px) {
  .home-news-bar__content {
    margin-left: 0;
    margin-top: 8px
  }
}

.home-news-bar__date {
  color: #004372;
}

@media (max-width: 828px) {
  .home-news-bar__date {
    min-width: 60px
  }
}

.home-news-bar__title {
  color: #004372;
  margin-left: 16px
}

.firm-section__item:first-child {
  margin-top: 40px
}

.firm-section__item:not(:first-child) {
  border-top: 1px solid #ececec;
}

@media (min-width: 829px) {
  .firm-section__item:not(:first-child) {
    margin-top: 60px;
    padding-top: 80px
  }
}

@media (max-width: 828px) {
  .firm-section__item:not(:first-child) {
    margin-top: 32px;
    padding-top: 24px
  }
}

.firm-section__header {
  position: relative;
  background: url(/career/wp-content/themes/hp-career/dist/assets/img/project_bg02.jpg) no-repeat 0 0;
  background-size: contain
}

@media (min-width: 829px) {
  .firm-section__header {
    padding-top: 110px
  }
}

@media (max-width: 828px) {
  .firm-section__header {
    padding-top: 13vw
  }
}

@media screen and (max-width: 500px) {
  .firm-section__header {
    padding-top: 17vw
  }
}

.firm-section__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.7
}

@media (max-width: 828px) {
  .firm-section__title {
    font-size: 1.8rem;
    line-height: 1.5
  }
}

.firm-section__sub-title {
  position: absolute;
  background: #004372;
  color: #fff;
  border-radius: 50px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  min-width: 180px;
  text-align: center;
  padding: 8px;
  font-weight: 700
}

@media (max-width: 828px) {
  .firm-section__sub-title {
    font-size: 1.4rem;
    line-height: 1.5
  }
}

@media (min-width: 829px) {
  .firm-section__sub-title {
    top: 60px;
    right: 40px
  }
}

@media (max-width: 828px) {
  .firm-section__sub-title {
    top: 7vw;
    right: 0;
    padding: 4px
  }
}

.firm-section__content {
  color: #718193;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6
}

@media (max-width: 828px) {
  .firm-section__content {
    font-size: 1.6rem;
    line-height: 1.8
  }
}

@media (min-width: 829px) {
  .firm-section__content {
    margin-top: 24px
  }
}

@media (max-width: 828px) {
  .firm-section__content {
    margin-top: 16px
  }
}

.firm-section__footer {
  margin-top: 16px
}

.firm-section__link {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  color: #242424;
  font-weight: 700;
  position: relative;
  padding-right: 24px
}

@media (max-width: 828px) {
  .firm-section__link {
    font-size: 1.4rem;
    line-height: 1.5
  }
}

.firm-section__link:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 8px;
  height: 8px;
  -webkit-transition: all 80ms ease-in;
  transition: all 80ms ease-in
}

.firm-section__link:hover {
  color: #0068b3;
  text-decoration: none
}

.firm-section__link:hover:before {
  border-top-color: #0068b3;
  border-right-color: #0068b3;
}

@media (max-width: 828px) {
  .firm-recruit .button__link {
    font-size: 1.4rem;
    padding-left: 8px
  }
}

.firm-recruit__article {
  border: 1px solid #ececec;
  padding: 20px;
}

.firm-recruit__article:not(:first-child) {
  margin-top: 20px;
}

.firm-recruit__title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.7;
  border-left: 6px solid #004372;
  padding-left: 16px
}

@media (max-width: 828px) {
  .firm-recruit__title {
    font-size: 1.8rem;
    line-height: 1.5
  }
}

.firm-recruit__date {
  font-size: 1.3rem;
  text-align: right;
  color: #718193;
  margin-top: 16px
}

@media (max-width: 828px) {
  .firm-recruit__date {
    margin-top: 8px
  }
}

.firm-recruit__list {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #ccc;
  font-size: 1.3rem
}

.firm-recruit__list-title {
  background: #ececec;
  padding: 16px;
  border-bottom: 1px solid #ccc;
  width: 150px
}

@media (max-width: 828px) {
  .firm-recruit__list-title {
    width: 80px;
    padding: 8px
  }
}

.firm-recruit__list-content {
  padding: 16px;
  border-bottom: 1px solid #ccc;
  width: calc(100% - 150px)
}

@media (max-width: 828px) {
  .firm-recruit__list-content {
    width: calc(100% - 80px);
    padding: 8px
  }
}

.firm-recruit__info {
  font-size: 1.3rem;
  color: #718193;
  text-align: center;
  margin-bottom: 32px;
  margin-top: 16px
}

@media (max-width: 828px) {
  .firm-recruit__info {
    margin-bottom: 16px;
    margin-top: 8px
  }
}

.firm-recruit__footer {
  margin-top: 24px
}

@media (max-width: 828px) {
  .firm-recruit__footer {
    margin-top: 16px
  }
}

.firm-recruit__source {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  color: #242424;
  font-weight: 700;
  position: relative;
  padding-right: 24px
}

@media (max-width: 828px) {
  .firm-recruit__source {
    font-size: 1.4rem;
    line-height: 1.5
  }
}

.firm-recruit__source:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 8px;
  height: 8px;
  -webkit-transition: all 80ms ease-in;
  transition: all 80ms ease-in
}

.firm-recruit__source:hover {
  color: #0068b3;
  text-decoration: none
}

.firm-recruit__source:hover:before {
  border-top-color: #0068b3;
  border-right-color: #0068b3;
}

.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
  position: relative;
  display: block
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}


.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-loading .slick-list {
  background: #fff url(/career/wp-content/themes/hp-career/dist/assets/img/ajax-loader.gif) 50% no-repeat
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(/career/wp-content/themes/hp-career/dist/assets/fonts/slick.eot);
  src: url(/career/wp-content/themes/hp-career/dist/assets/fonts/slick.eot?#iefix) format("embedded-opentype"), url(/career/wp-content/themes/hp-career/dist/assets/fonts/slick.woff) format("woff"), url(/career/wp-content/themes/hp-career/dist/assets/fonts/slick.ttf) format("truetype"), url(/career/wp-content/themes/hp-career/dist/assets/fonts/slick.svg#slick) format("svg")
}

.slick-next,
.slick-prev {
  font-size: 0rem;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: none;
  background: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 3rem;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto
}

.slick-prev:before {
  content: "\2190"
}

[dir=rtl] .slick-prev:before {
  content: "\2192"
}

.slick-next {
  right: -25px
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px
}

.slick-next:before {
  content: "\2192"
}

[dir=rtl] .slick-next:before {
  content: "\2190"
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0
}

.slick-dots li,
.slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer
}

.slick-dots li button {
  font-size: 0rem;
  line-height: 0;
  display: block;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 1rem;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\2022";
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}

.profile-card {
  padding: 32px;
  border-radius: 4px;
}

.profile-card__title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.7;
}

.profile-card__desc {
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}

@media (max-width: 828px) {
  .profile-card {
    padding: 16px;
  }

  .profile-card__title {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .profile-card__desc {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.voice-guide {
  white-space: nowrap;
  border: 0;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute !important;
}


.button-link2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  background: #004372;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  padding: 0 30px 0 20px
}

@media (max-width: 828px) {
  .button-link2 {
    font-size: 1.6rem;
    line-height: 1.4
  }

}

@media (min-width: 829px) {
  .button-link2 {
    height: 56px;
    min-width: 100%
  }
}

@media (max-width: 828px) {
  .button-link2 {
    height: 48px;
    width: 100%
  }
}

.button-link2:hover {
  background: #002f50;
  text-decoration: none
}

.pc-only {
  margin-left: 15px;
}

@media (max-width: 828px) {
  .pc-only {
    display: none;
  }
}

@media (max-width: 828px) {
  .vertical-scroll-content {
    overflow-y: hidden;
    overflow-x: scroll;
    max-width: 100%;
  }

  .vertical-scroll-content img {
    max-width: none;
  }

  .vertical-scroll-content::-webkit-scrollbar {
    -webkit-appearance: none;
  }

  .vertical-scroll-content::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
  }

  .vertical-scroll-content::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #efefef;
  }
}

.sub_section__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  color: #242424;
  text-align: left;
  padding-bottom: 4px;
}

@media (max-width: 828px) {
  .sub_section__title {
    font-size: 1.4rem;
  }
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}

.program-table__table {
  display: table;
  border-collapse: collapse;
  table-layout: auto;
  width: 1030px;
  margin-top: 10px;
}

.program-table__title {
  background: #004372;
  padding: 20px;
  color: #fff;
  width: 30%;
}

.program-table__title2 {
  background: #004372;
  margin: 10px;
  padding: 10px;
  color: #fff;
  width: 70%;
}

.program-table__item,
.price-table__title {
  border: 1px solid #dcdcdc;
  vertical-align: middle;
  padding: 16px;
  overflow-wrap: break-word;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  width: 30%;
}

.program-table__item2,
.price-table__title {
  border: 1px solid #dcdcdc;
  vertical-align: middle;
  padding: 16px;
  overflow-wrap: break-word;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  width: 70%;
}

@media (max-width: 828px) {
  .program-table {
    overflow-x: auto;
  }
}

.entry__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.entry__category {
  background: #004372;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 200px;
  height: auto;
  padding: 30px;
}

.entry__category,
.entry__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.entry__content {
  margin-left: 24px;
  font-size: 2rem;
  line-height: 2;
}

@media (max-width: 828px) {
  .entry__item {
    display: block;
  }
}

.hosoku {
  font-size: 1.6rem;
}

.tokki {
  font-size: 2rem;
}

.red-text {
  font-size: 2.2rem;
  color: red;
}

@media (max-width: 828px) {
  .entry__category {
    background: #004372;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 200px;
    height: 80px;
  }
}

.hizuke {
  font-size: 2.4rem;
  font-weight: 700;
}

@media (max-width: 828px) {
  .hizuke {
    font-size: 2rem;
    font-weight: 700;
  }
}

@media (max-width: 828px) {

  .global-nav__link--button-style,
  .global-nav__link button {
    border: 1px solid #0068b3;
    border: 1px solid var(--color-brand-blue);
    border-radius: 5px;
  }

  .global-nav__link button {
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2rem;
    height: 40px;
    width: 40px;
    padding-bottom: 2px;
    color: #0068b3;
    color: var(--color-brand-blue);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
  }
}

@media (min-width: 829px) {
  .global-nav-child {
    position: absolute;
    top: 80px;
    background: #fff;
    border: 2px solid #ccc;
    padding: 8px;
    width: 440px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none;
    font-size: 1.4rem;
    z-index: 1;
  }

  .global-nav-child--start-point-left {
    left: 0px;
  }

  .global-nav-child__link {
    padding: 16px;
  }

  .global-nav__link button {
    display: none;
  }
}

.link-color {
  color: #004372;
}

@media (min-width: 829px) {
  .pc_only {
    display: block;
  }

  .sp_only {
    display: none;
  }
}

@media (max-width: 828px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }
}

@media (min-width: 829px) {
  .pc_only {
    display: block;
  }

  .sp_only {
    display: none;
  }

  .global-nav-child__list {
    padding: 16px;
  }
}

@media (max-width: 828px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }
}

@media (min-width: 829px) {
  .pc_only {
    display: block;
  }

  .sp_only {
    display: none;
  }

  .global-nav-child__list {
    padding: 16px;
  }

  .voice_box {
    border: solid 1px #ccc;
    padding: 20px;
    margin: 20px auto 20px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.8;
  }

  .voice_title {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.7;
    color: #242424;
    text-align: left;
  }

  .voice_question {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.7;
    color: #242424;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 40px;
  }
}

@media (max-width: 828px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .voice_box {
    border: solid 1px #ccc;
    padding: 20px;
    margin: 20px auto 20px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
  }

  .voice_title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: #242424;
    text-align: left;
  }

  .voice_question {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.7;
    color: #242424;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 30px;
  }
}

#blockskip {
  font-size: 1.8rem;
}


.show {
  font-size: 1.8rem;
  height: 20px;
  width: 100%;
  display: block;
}

.unshow {
  opacity: 0;
  position: absolute;
  margin-left: -9999px;
}

.news-text {
  color: #d60000;
  line-height: normal;
  margin: 10px 0px;
  font-weight: 700;
}

.button-header-hamburger::before {
  content: "menu";
}

.button-header-hamburger.open::before {
  content: "閉じる";
}


@media (max-width: 828px) {
  .sp-last {
    background: #f4f4f4;
    padding: 16px 16px 16px 16px;
    line-height: 1.4;
    display: block;
    color: #004372;
    position: relative;
    font-weight: 700;
  }
}

@media (min-width: 829px) {
  .footer-logo {
    margin: auto;
  }

  .footer-contact {
    padding: 10px;
    line-height: 2rem;
    font-size: 1.3rem;
  }
}


@media (max-width: 828px) {
  .footer-logo {
    margin: auto;
    text-align: center;
  }

  .footer-contact {
    padding: 10px;
    line-height: 2rem;
    font-size: 1.3rem;
  }
}

/* 拡張クラス: ホバー/クリック無効化用 */
.is-disabled {
  pointer-events: none;
  cursor: default;
}

/* 拡張クラス: テキスト中央寄せ用 */
.text-center {
  text-align: center !important;
}

/* 拡張クラス: 上下パディング用 */
.u-py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}