@charset "UTF-8";
/*default*/
/* https://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.att {
  padding-left: 1em;
  text-indent: -1em;
}

.att02 {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

/*default*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Helvetica Neue", Arial, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6em;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", MyYuGothicM, YuGothic, メイリオ, Meiryo, sans-serif;
  }
}

html.win.chrome body {
  font-family: "Helvetica Neue", Arial, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html.win.gecko body {
  font-family: "Helvetica Neue", Arial, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: 'Roboto', sans-serif;
}

.min {
  font-family: 'Old Standard TT', serif;
}

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

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.inview.fadeInup {
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .inview.fadeInup {
    opacity: 1;
  }
}

.inview.fadeInup.active {
  -webkit-animation: fadeInup .5s ease-out;
  animation: fadeInup .5s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media only screen and (max-width: 768px) {
  .inview.fadeInup.active {
    -webkit-animation: none !important;
    animation: none !important;
  }
}

.inview.show {
  opacity: 0;
}

.inview.show.active {
  -webkit-animation: show 1s ease-out;
  animation: show 1s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.adelay01 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.adelay02 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.adelay03 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.adelay04 {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

.adelay05 {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

.adelay06 {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}

.adelay07 {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

.adelay08 {
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

.adelay09 {
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}

.adelay10 {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

.tdelay01 {
  transition-delay: 0.1s !important;
}

.tdelay02 {
  transition-delay: 0.2s !important;
}

.tdelay03 {
  transition-delay: 0.3s !important;
}

.tdelay04 {
  transition-delay: 0.4s !important;
}

.tdelay05 {
  transition-delay: 0.5s !important;
}

.tdelay06 {
  transition-delay: 0.6s !important;
}

.tdelay07 {
  transition-delay: 0.7s !important;
}

.tdelay08 {
  transition-delay: 0.8s !important;
}

.tdelay09 {
  transition-delay: 0.9s !important;
}

.tdelay10 {
  transition-delay: 1s !important;
}

.red {
  color: #004098;
}

.anim_box span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  opacity: 0;
  transition: all .5s ease;
  transition-delay: .3s;
  line-height: 1.5;
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}
.anim_box span.gr:before {
  background: #66707c;
}
.anim_box span:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
  background: #66707c;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
}
.anim_box span.adelay02 {
  transition-delay: .6s;
}
.anim_box.is-active span {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.anim_box.is-active span:before {
  -webkit-animation-name: copyslide;
  animation-name: copyslide;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}
.anim_box.is-active span.adelay02:before {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
.anim_box.is-active span.adelay04:before {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
.anim_box.is-active.ren span:nth-of-type(1):before {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
.anim_box.is-active.ren span:nth-of-type(2):before {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
.anim_box.is-active.ren span:nth-of-type(3):before {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.anim_box.is-active.ren span:nth-of-type(4):before {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@-webkit-keyframes fadeInup {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeInup {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.pt0 {
  padding-top: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.mr25 {
  margin-right: 25px;
}

.pt25 {
  padding-top: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pl25 {
  padding-left: 25px;
}

.pr25 {
  padding-right: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.ml35 {
  margin-left: 35px;
}

.mr35 {
  margin-right: 35px;
}

.pt35 {
  padding-top: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pl35 {
  padding-left: 35px;
}

.pr35 {
  padding-right: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.ml45 {
  margin-left: 45px;
}

.mr45 {
  margin-right: 45px;
}

.pt45 {
  padding-top: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.pl45 {
  padding-left: 45px;
}

.pr45 {
  padding-right: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.parenthesis {
  position: relative;
}

.parenthesis::before,
.parenthesis::after {
  position: absolute;
  top: 0%;
  content: '';
  width: 10px;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}

.parenthesis::before {
  left: 0;
  border-left: 1px solid #fff;
}

.parenthesis::after {
  right: 0;
  border-right: 1px solid #fff;
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.image100 img {
  width: 100%;
}

@-webkit-keyframes masking {
  0% {
    -webkit-transform: translate(0, -101%);
    transform: translate(0, -101%);
  }
  42%, 58% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, 101%);
    transform: translate(0, 101%);
  }
}

@keyframes masking {
  0% {
    -webkit-transform: translate(0, -101%);
    transform: translate(0, -101%);
  }
  42%, 58% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, 101%);
    transform: translate(0, 101%);
  }
}
@-webkit-keyframes copyslide {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  30% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  65% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes copyslide {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  30% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  65% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes copyslide_stop {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  30% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes copyslide_stop {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  30% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.sc_box {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sc_box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
.sc_box p {
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

.scroll {
  content: "";
  position: relative;
  height: 50px;
  width: 1px;
  text-align: center;
  overflow: hidden;
}
.scroll a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  .scroll {
    height: 30px;
  }
}
.scroll .in {
  position: absolute;
  width: 1px;
  height: 50px;
  left: 49%;
  background: #fff;
  z-index: 999;
  -webkit-animation: masking 2s ease infinite;
  animation: masking 2s ease infinite;
}
@media only screen and (max-width: 768px) {
  .scroll .in {
    height: 30px;
  }
}
.scroll .in2 {
  position: absolute;
  width: 1px;
  height: 50px;
  left: 49%;
  background: #000;
  z-index: 999;
  -webkit-animation: masking 2s ease infinite;
  animation: masking 2s ease infinite;
}
.scroll a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 2000;
}

@keyframes masking {
  0% {
    -webkit-transform: translate(0, -101%);
    transform: translate(0, -101%);
  }
  42%, 58% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, 101%);
    transform: translate(0, 101%);
  }
}
@-webkit-keyframes arrows {
  0% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}
@keyframes arrows {
  0% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}
.image100 img {
  width: 100%;
}

@keyframes masking {
  0% {
    -webkit-transform: translate(0, -101%);
    transform: translate(0, -101%);
  }
  42%, 58% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  100% {
    -webkit-transform: translate(0, 101%);
    transform: translate(0, 101%);
  }
}
/* Global Button Styles */
a.animated-button:link, a.animated-button:visited {
  position: relative;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  border-radius: 0;
  transition: all 1s ease;
}

a.animated-button:link:after, a.animated-button:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  transition: all 0.75s ease 0s;
}

a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
  height: 450%;
}

a.animated-button:link, a.animated-button:visited {
  position: relative;
  display: block;
  border-radius: 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 1s ease;
}

/* Thar Buttons */
a.animated-button.thar-one {
  cursor: pointer;
  display: block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

a.animated-button.thar-one:hover {
  color: #000 !important;
  background-color: transparent;
  text-shadow: none;
}

a.animated-button.thar-one:hover:before {
  bottom: 0%;
  top: auto;
  height: 100%;
}

a.animated-button.thar-one:before {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 0px;
  width: 100%;
  z-index: -1;
  content: '';
  color: #000 !important;
  background: #004098;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

a.animated-button.thar-two {
  color: #fff;
  cursor: pointer;
  display: block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

a.animated-button.thar-two:hover {
  color: #000 !important;
  background-color: transparent;
  text-shadow: ntwo;
}

a.animated-button.thar-two:hover:before {
  top: 0%;
  bottom: auto;
  height: 100%;
}

a.animated-button.thar-two:before {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 0px;
  width: 100%;
  z-index: -1;
  content: '';
  color: #000 !important;
  background: #004098;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

a.animated-button.thar-three {
  cursor: pointer;
  display: block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

a.animated-button.thar-three:hover {
  background-color: transparent;
  text-shadow: nthree;
}

a.animated-button.thar-three:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
}

a.animated-button.thar-three:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: #000 !important;
  background: #004098;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

a.animated-button.thar-four {
  color: #fff;
  cursor: pointer;
  display: block;
  position: relative;
  border: 2px solid #004098;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

a.animated-button.thar-four:hover {
  background-color: transparent;
  text-shadow: nfour;
}

a.animated-button.thar-four:hover:before {
  right: 0%;
  left: auto;
  width: 100%;
}

a.animated-button.thar-four:before {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: #000 !important;
  background: #004098;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.parenthesis {
  position: relative;
  box-sizing: border-box;
}

.parenthesis::before,
.parenthesis::after {
  position: absolute;
  top: 0;
  content: '';
  width: 20px;
  height: 100%;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  box-sizing: border-box;
}

.parenthesis::before {
  left: 0;
  border-left: 1px solid #555;
}

.parenthesis::after {
  right: 0;
  border-right: 1px solid #555;
}

.animate_btn {
  text-align: center;
}
.animate_btn.rv a:after {
  color: #004098;
  position: absolute;
  font-family: 'ionicons';
  top: 50%;
  right: 90%;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f125";
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.animate_btn a {
  display: inline-block;
  background: #ffffff;
  color: #004098;
  border: 1px solid #004098;
  padding: 2rem 10rem;
  position: relative;
  margin: 0 0 5rem 0;
  transition: all .3s ease;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .animate_btn a {
    padding: 1.5rem 0;
    white-space: nowrap;
    width: 80%;
    margin: 0 auto 3rem auto;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.animate_btn a:before {
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
  background: #004098;
  transition: all .3s ease;
  right: 0;
  left: auto;
}
.animate_btn a:after {
  color: #004098;
  position: absolute;
  font-family: 'ionicons';
  top: 50%;
  right: 2.5rem;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f125";
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.animate_btn a span {
  position: relative;
  z-index: 99;
}
.animate_btn a:hover {
  color: #ffffff;
}
.animate_btn a:hover span {
  color: #ffffff;
}
.animate_btn a:hover:before {
  width: 100%;
  left: 0;
}
.animate_btn a:hover:after {
  color: #ffffff;
}

@-webkit-keyframes animate_btn_on {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}

@keyframes animate_btn_on {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes animate_btn_off {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
@keyframes animate_btn_off {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
body {
  color: #333;
}

a {
  color: #555;
  text-decoration: none;
}
a:hover {
  color: #0058a4;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: none !important;
}

img {
  vertical-align: bottom;
  line-height: 1;
}

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

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

.en {
  font-family: 'Lato', sans-serif;
}

.it {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
}

.min {
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.tate {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 768px) {
  .tate {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}

.tatete {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

html.win.gecko .ro, html.win.gecko .la {
  -webkit-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

a, img {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.unborder::after {
  content: '';
  display: block;
  margin: 1rem auto 1rem auto;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #004098;
}
@media only screen and (max-width: 768px) {
  .unborder::after {
    margin: 0.8rem auto;
  }
}

.lborder::after {
  content: '';
  display: block;
  margin: 1rem 0 1rem 0;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #fff;
}

.unborder_big::after {
  content: '';
  display: block;
  margin: 2rem auto 2rem auto;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .unborder_big::after {
    margin: 1.4rem auto;
  }
}

ul, li {
  list-style: none;
}

ul.normal_list {
  margin: 0;
  padding: 0 0 0 1em;
}
ul.normal_list li {
  padding: 0 0 0 0;
  margin: 0 0 0 0.3em;
  position: relative;
  list-style-type: disc;
  line-height: 1.5;
}

.d02s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.d03s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.d04s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.d06s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.d08s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.d1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

section.news_list .inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 5%;
}
section.news_list .inner .news_category_nav {
  padding: 5rem 0;
}
section.news_list .inner .news_category_nav ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  section.news_list .inner .news_category_nav ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
section.news_list .inner .news_category_nav ul li {
  width: 19%;
}
@media only screen and (max-width: 768px) {
  section.news_list .inner .news_category_nav ul li {
    width: 48%;
    margin: 0 0 1rem 0;
  }
}
section.news_list .inner .news_category_nav ul li a {
  display: block;
  border: 1px solid #004098;
  padding: 1rem 0;
  text-align: center;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}
section.news_list .inner .news_category_nav ul li a:hover, section.news_list .inner .news_category_nav ul li a.active {
  background: #004098;
  color: #ffffff;
}
section.news_list .inner .news_category_nav ul li a:hover:after, section.news_list .inner .news_category_nav ul li a.active:after {
  border-left: 1px dotted #ffffff;
  color: #ffffff;
}
section.news_list .inner .news_category_nav ul li a.active:after {
  display: none;
}
section.news_list .inner .news_category_nav ul li a:after {
  position: absolute;
  font-family: 'ionicons';
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f10a";
  font-size: 14px;
  font-size: 1.4rem;
  color: #004098;
  z-index: 999;
  border-left: 1px dotted #004098;
  padding-left: 1rem;
}

.new_footer_nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  .new_footer_nav {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.new_footer_nav .nbtn {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .new_footer_nav .nbtn {
    width: 15%;
  }
}
.new_footer_nav .nbtn a {
  display: block;
  background: #eee;
  padding: 1rem 0;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .new_footer_nav .nbtn a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.new_footer_nav .nbtn a:after {
  position: absolute;
  font-family: 'ionicons';
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f10a";
  font-size: 14px;
  font-size: 1.4rem;
  color: #004098;
  z-index: 999;
  border-left: 1px dotted #004098;
  padding-left: 1rem;
}
@media only screen and (max-width: 768px) {
  .new_footer_nav .nbtn a:after {
    border-left: none;
    padding-left: 0;
  }
}
.new_footer_nav .nbtn a:hover {
  background: #004098;
  color: #ffffff;
}
.new_footer_nav .nbtn a:hover:after {
  color: #ffffff;
}
.new_footer_nav .nbtn.next a:after {
  right: 1rem;
}
.new_footer_nav .nbtn.next:hover a:after {
  border-left: 1px dotted #ffffff;
}
@media only screen and (max-width: 768px) {
  .new_footer_nav .nbtn.next:hover a:after {
    border-left: none;
  }
}
.new_footer_nav .nbtn.prev a:after {
  left: 1rem;
  content: "\f107";
  border-left: none;
  border-right: 1px dotted #004098;
  padding-left: 0;
  padding-right: 1rem;
}
@media only screen and (max-width: 768px) {
  .new_footer_nav .nbtn.prev a:after {
    border-right: none;
    padding-right: 0;
  }
}
.new_footer_nav .nbtn.prev:hover a:after {
  border-right: 1px dotted #ffffff;
}
@media only screen and (max-width: 768px) {
  .new_footer_nav .nbtn.prev:hover a:after {
    border-right: none;
  }
}
.new_footer_nav .nav_list {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.new_footer_nav .nav_list ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.new_footer_nav .nav_list ul li {
  margin: 0 0.5rem;
}
@media only screen and (max-width: 768px) {
  .new_footer_nav .nav_list ul li {
    margin: 0 0.2rem;
  }
}
.new_footer_nav .nav_list ul li a {
  display: block;
  border: 1px solid #004098;
  line-height: 1;
  padding: 1rem;
  color: #000;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .new_footer_nav .nav_list ul li a {
    font-size: 10px;
    font-size: 1rem;
    padding: 0.5rem;
  }
}
.new_footer_nav .nav_list ul li a:hover, .new_footer_nav .nav_list ul li a.active {
  background: #004098;
  color: #ffffff;
}
.news_main img{
  height: auto;
}
.news_main .news_title {
  margin: 0 0 5rem 0;
}
.news_main .news_title .category {
  display: inline-block;
  background: #004098;
  color: #ffffff;
  padding: 0.5rem 2rem;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 1rem 0;
}
@media only screen and (max-width: 768px) {
  .news_main .news_title .category {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0.2rem 0.5rem;
  }
}
.news_main .news_title .category p {
  margin: 0;
}
.news_main .news_title h1 {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .news_main .news_title h1 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.news_main .news_title h1:after {
  content: '';
  display: block;
  margin: 1rem 0;
  text-align: center;
  width: 100px;
  height: 1px;
  background: #004098;
}
.news_main .news_title p.date {
  font-weight: bold;
  color: #004098;
}
.news_main h2 {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 1px solid #004098;
  color: #004098;
  padding: 0 0 1rem 0;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 768px) {
  .news_main h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.news_main h3 {
  font-weight: bold;
  color: #004098;
  margin: 0 0 2rem 0;
  background: #fafafa;
  padding: 1rem;
}
.news_main p {
  margin: 0 0 2rem 0;
}
.news_main .photo {
  margin: 0 0 5rem 0;
}
.news_main .rerated_link {
  margin: 0 0 5rem 0;
}
.news_main .rerated_link h5 {
  background: #E5EBF5;
  border: 1px solid #004098;
  padding: 1.3rem 0 1.3rem 5rem;
  font-weight: bold;
  color: #004098;
  position: relative;
  margin: 0 0 2rem 0;
}
.news_main .rerated_link h5:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #004098;
  position: absolute;
  top: 50%;
  left: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news_main .rerated_link ul li {
  border-bottom: 1px solid #eee;
}
.news_main .rerated_link ul li a {
  display: block;
  padding: 1rem 0 1rem 1.5rem;
  position: relative;
}
.news_main .rerated_link ul li a:before {
  position: absolute;
  font-family: 'ionicons';
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f10a";
  font-size: 14px;
  font-size: 1.4rem;
  color: #004098;
  z-index: 999;
}
