@charset "UTF-8";
/* http://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;
}

input, button, textarea, select, option {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

a, a:hover, a:visited, a:active, a:focus, a:focus-within {
  color: inherit;
}

ul {
  list-style: none;
}

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

main {
  display: block;
}

body {
  font-family: 'HelveticaNeue','Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  color: #282828;
  letter-spacing: 0.04em;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: 'ＭＳ Ｐゴシック',sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

.pc_none {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -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 {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  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-slide.dragging img {
  pointer-events: 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;
}

.g-container {
  padding-top: 160px;
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .g-container {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

.g-visual {
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  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;
}

@media screen and (max-width: 767px) {
  .g-visual {
    height: 125px;
  }
}

.g-visual .ja {
  font-size: 34px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .g-visual .ja {
    font-size: 20px;
  }
}

.g-visual .en {
  font-size: 22px;
  font-weight: bold;
  color: #04378a;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .g-visual .en {
    font-size: 13px;
  }
}

.footer {
  background: #282828;
  height: 90px;
  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;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .footer {
    height: 50px;
    padding: 0 5.33333%;
  }
}

.footer .inner {
  max-width: 1000px;
  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: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .foot-nav-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer .foot-nav-list .list-item:not(:first-child) {
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .footer .foot-nav-list .list-item:not(:first-child) {
    margin-left: 20px;
  }
}

.footer .foot-nav-list .list-item .link {
  color: #fff;
  font-size: 14px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (min-width: 768px) {
  .footer .foot-nav-list .list-item .link:hover {
    color: #2c8fec;
  }
}

@media screen and (max-width: 767px) {
  .footer .foot-nav-list .list-item .link {
    font-size: 10px;
  }
}

.footer .copyright {
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 9px;
  }
}

.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100001;
}

@media screen and (min-width: 768px) {
  .header {
    height: 160px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
  }
  .header.top-header {
    margin-top: -160px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
  }
  .header.top-header.is-active {
    -webkit-transform: translateY(160px);
    transform: translateY(160px);
  }
}

@media screen and (max-width: 767px) {
  .header:not(.top-header) .header-bar {
    background: #08419f;
  }
  .header.is-active {
    height: 100%;
  }
  .header.is-active::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.6);
  }
  .header.is-active .header-bar {
    background: #08419f;
  }
  .header.is-fixed .header-bar {
    background: #08419f;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
  }
}

.header .header-bar {
  height: 60px;
}

@media screen and (min-width: 768px) {
  .header .header-bar {
    background: #08419f;
  }
}

@media screen and (max-width: 767px) {
  .header .header-bar {
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
  }
}

.header .header-bar .header-bar-inner {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .header .header-bar .header-bar-inner {
    padding: 0 0 0 15px;
  }
}

.header .header-bar .logo-area .link {
  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;
}

.header .header-bar .logo-area .logo img {
  height: 41px;
}

@media screen and (max-width: 767px) {
  .header .header-bar .logo-area .logo img {
    height: 34px;
  }
}

.header .header-bar .logo-area .heading {
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .header .header-bar .logo-area .heading {
    font-size: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 5px;
  }
}

@media screen and (min-width: 768px) {
  .header .header-bar .logo-area .heading span {
    font-size: 12px;
    margin-left: 10px;
    margin-right: 5px;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .header .header-bar .logo-area .heading span {
    font-size: 9px;
    display: block;
  }
}

.header .header-bar .sitemap-link {
  font-size: 16px;
  color: #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;
}

.header .header-bar .sitemap-link::after {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  background: url(../img/common/arrow.png) no-repeat center/cover;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .header .header-bar .sitemap-link {
    display: none;
  }
}

.header .header-bar .sp-menu-btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .header .header-bar .sp-menu-btn {
    width: 60px;
    height: 60px;
    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;
    background: #fff;
  }
  .header .header-bar .sp-menu-btn.is-active .border::before {
    width: 18px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .header .header-bar .sp-menu-btn.is-active .border::after {
    width: 18px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    right: 0;
    top: 0;
    margin: auto;
  }
  .header .header-bar .sp-menu-btn .text {
    font-size: 9px;
    color: #08419f;
  }
  .header .header-bar .sp-menu-btn .border {
    width: 28px;
    height: 6px;
    position: relative;
    margin-top: 5px;
  }
  .header .header-bar .sp-menu-btn .border::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #08419f;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .header .header-bar .sp-menu-btn .border::after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #08419f;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
}

@media screen and (min-width: 768px) {
  .header .global-nav {
    background: #fff;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .header .global-nav {
    display: none;
    background: #fff;
  }
}

@media screen and (min-width: 768px) {
  .header .global-nav .nav {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
  }
}

@media screen and (max-width: 767px) {
  .header .global-nav .nav {
    padding-top: 40px;
    padding-left: 5.33333%;
    padding-right: 5.33333%;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  .header .global-nav .nav .nav-item {
    width: 240px;
    height: 70px;
    border-right: 2px solid #eee;
  }
  .header .global-nav .nav .nav-item:first-child {
    border-left: 2px solid #eee;
  }
}

@media screen and (max-width: 767px) {
  .header .global-nav .nav .nav-item {
    border-bottom: 1px solid #eee;
  }
  .header .global-nav .nav .nav-item:first-child {
    border-top: 1px solid #eee;
  }
}

.header .global-nav .nav .nav-item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .header .global-nav .nav .nav-item .link {
    padding: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.header .global-nav .nav .nav-item .link::before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #2c8fec;
  position: absolute;
  left: 0;
  bottom: calc(100% + 15px);
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (max-width: 767px) {
  .header .global-nav .nav .nav-item .link::before {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .header .global-nav .nav .nav-item .link:hover .text-ja {
    color: #2c8fec;
  }
  .header .global-nav .nav .nav-item .link:hover::before {
    opacity: 1;
  }
}

.header .global-nav .nav .nav-item .link .icon {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
  -webkit-transition: background-image .3s ease;
  transition: background-image .3s ease;
}

@media screen and (max-width: 767px) {
  .header .global-nav .nav .nav-item .link .icon {
    margin-right: 20px;
  }
}

.header .global-nav .nav .nav-item .link .text-ja {
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 1024px) {
  .header .global-nav .nav .nav-item .link .text-ja {
    font-size: 14px;
  }
}

.header .global-nav .nav .nav-item .link .text-en {
  display: none;
}

@media screen and (max-width: 767px) {
  .header .global-nav .nav .nav-item .link .text-en {
    display: block;
    font-size: 13px;
    color: #04378a;
    line-height: 1;
  }
}

.header .global-nav .nav .nav-about .link .icon {
  width: 29px;
  height: 29px;
  background-image: url(../img/header/icon_about.png);
}

@media screen and (min-width: 768px) {
  .header .global-nav .nav .nav-about .link:hover .icon {
    background-image: url(../img/header/icon_about_h.png);
  }
}

.header .global-nav .nav .nav-business .link .icon {
  width: 34px;
  height: 29px;
  background-image: url(../img/header/icon_business.png);
}

@media screen and (min-width: 768px) {
  .header .global-nav .nav .nav-business .link:hover .icon {
    background-image: url(../img/header/icon_business_h.png);
  }
}

.header .global-nav .nav .nav-news .link .icon {
  width: 33px;
  height: 32px;
  background-image: url(../img/header/icon_news.png);
}

@media screen and (min-width: 768px) {
  .header .global-nav .nav .nav-news .link:hover .icon {
    background-image: url(../img/header/icon_news_h.png);
  }
}

.header .global-nav .nav .nav-info .link .icon {
  width: 27px;
  height: 31px;
  background-image: url(../img/header/icon_info.png);
}

@media screen and (min-width: 768px) {
  .header .global-nav .nav .nav-info .link:hover .icon {
    background-image: url(../img/header/icon_info_h.png);
  }
}

@media screen and (max-width: 767px) {
  .header .global-nav .nav .nav-contact {
    border: none;
    width: 78.66667%;
    margin: 30px auto 0;
    background: #f1f1f1;
  }
  .header .global-nav .nav .nav-contact .link .text-ja {
    color: #08419f;
  }
  .header .global-nav .nav .nav-contact .link .text-en {
    display: none;
  }
  .header .global-nav .nav .nav-contact .link::after {
    content: '';
    display: block;
    width: 10px;
    height: 11px;
    background: url(../img/common/l_arrow.png) no-repeat center/cover;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.header .global-nav .nav .nav-contact .link .icon {
  width: 32px;
  height: 22px;
  background-image: url(../img/header/icon_contact.png);
}

@media screen and (min-width: 768px) {
  .header .global-nav .nav .nav-contact .link:hover .icon {
    background-image: url(../img/header/icon_contact_h.png);
  }
}

.g-editor img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.g-editor img.aligncenter {
  margin-right: auto;
  margin-left: auto;
}

.g-editor img.alignleft {
  margin-right: auto;
}

.g-editor img.alignright {
  margin-left: auto;
}

.g-editor a {
  color: #2c8fec;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (min-width: 768px) {
  .g-editor a:hover {
    opacity: 0.7;
  }
}

.g-editor b {
  font-weight: bold;
}

.g-editor ul {
  padding-left: 1em;
  list-style-type: disc;
}

.g-editor ol {
  padding-left: 1em;
  list-style-type: decimal;
}

.main-visual {
  width: 100%;
  position: relative;
}

.main-visual .main-visual-list {
  width: 100%;
}

.main-visual .main-visual-list .item {
  width: 100%;
  height: 768px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 9s linear;
  transition: -webkit-transform 9s linear;
  transition: transform 9s linear;
  transition: transform 9s linear, -webkit-transform 9s linear;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .main-visual .main-visual-list .item {
    height: 525px;
  }
}

.main-visual .main-visual-list .item.is-active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.main-visual .main-visual-list .item01,
.main-visual .main-visual-list .item03 {
  background: url(../img/top/main_visual01.jpg) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .main-visual .main-visual-list .item01,
  .main-visual .main-visual-list .item03 {
    background-image: url(../img/top/main_visual01.sp.jpg);
  }
}

.main-visual .main-visual-list .item02 {
  background: url(../img/top/main_visual02.jpg) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .main-visual .main-visual-list .item02 {
    background-image: url(../img/top/main_visual02.sp.jpg);
  }
}

.main-visual .top-block {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  margin: 0 auto;
  max-width: 1264px;
  width: 100%;
  padding: 0 10px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1001;
}

@media screen and (max-width: 767px) {
  .main-visual .top-block {
    display: none;
  }
}

.main-visual .top-block .logo-area {
  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;
}

.main-visual .top-block .logo-area .logo img {
  height: 68px;
}

.main-visual .top-block .logo-area .text-wrapper {
  font-size: 20px;
  color: #fff;
  margin-left: 15px;
}

.main-visual .top-block .logo-area .text-wrapper span {
  display: block;
  font-size: 16px;
}

.main-visual .top-block .sitemap-link {
  color: #fff;
  font-size: 16px;
  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;
}

.main-visual .top-block .sitemap-link::after {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  background: url(../img/common/arrow.png) no-repeat center/cover;
  margin-left: 10px;
}

.main-visual .main-visual-text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 210px;
  text-align: center;
  z-index: 1001;
}

@media screen and (max-width: 767px) {
  .main-visual .main-visual-text {
    top: 157px;
  }
}

.main-visual .main-visual-text img {
  width: 50.95168%;
}

@media screen and (max-width: 767px) {
  .main-visual .main-visual-text img {
    width: 76%;
  }
}

.main-visual .top-nav-wrapper {
  max-width: 1245px;
  width: 100%;
  height: 110px;
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 1.46413%;
  z-index: 1001;
}

@media screen and (max-width: 767px) {
  .main-visual .top-nav-wrapper {
    display: none;
  }
}

.main-visual .top-nav-wrapper .top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background: #fff;
}

.main-visual .top-nav-wrapper .top-nav .top-nav-item {
  width: 249px;
}

.main-visual .top-nav-wrapper .top-nav .top-nav-item:not(:first-child) .link::after {
  content: '';
  display: block;
  width: 2px;
  height: 80px;
  background: #eee;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.main-visual .top-nav-wrapper .top-nav .top-nav-item .link {
  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: 100%;
  height: 100%;
  padding: 15px 5px;
  position: relative;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 768px) {
  .main-visual .top-nav-wrapper .top-nav .top-nav-item .link:hover .text-ja {
    color: #2c8fec;
  }
  .main-visual .top-nav-wrapper .top-nav .top-nav-item .link:hover .text-en {
    color: #2c8fec;
  }
  .main-visual .top-nav-wrapper .top-nav .top-nav-item .link:hover:before {
    background-color: #2c8fec;
  }
}

.main-visual .top-nav-wrapper .top-nav .top-nav-item .link .text-ja {
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 1024px) {
  .main-visual .top-nav-wrapper .top-nav .top-nav-item .link .text-ja {
    font-size: 14px;
  }
}

.main-visual .top-nav-wrapper .top-nav .top-nav-item .link .text-en {
  font-size: 13px;
  color: #04378a;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.main-visual .top-nav-wrapper .top-nav .top-nav-item .link .icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 15px;
  -webkit-transition: background-image .3s ease;
  transition: background-image .3s ease;
}

@media screen and (max-width: 1024px) {
  .main-visual .top-nav-wrapper .top-nav .top-nav-item .link .icon {
    margin-right: 5px;
  }
}

.main-visual .top-nav-wrapper .top-nav .top-nav-item .link::before {
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  background: #08419f;
  position: absolute;
  left: 0;
  top: -6px;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

@media screen and (min-width: 768px) {
  .main-visual .top-nav-wrapper .top-nav .top-nav-item.nav-about .link:hover .icon {
    background-image: url(../img/header/icon_about_h.png);
  }
}

.main-visual .top-nav-wrapper .top-nav .top-nav-item.nav-about .link .icon {
  width: 42px;
  height: 42px;
  background-image: url(../img/header/icon_about.png);
}

@media screen and (max-width: 1024px) {
  .main-visual .top-nav-wrapper .top-nav .top-nav-item.nav-about .link .icon {
    width: 37px;
    height: 37px;
  }
}

@media screen and (min-width: 768px) {
  .main-visual .top-nav-wrapper .top-nav .top-nav-item.nav-business .link:hover .icon {
    background-image: url(../img/header/icon_business_h.png);
  }
}

.main-visual .top-nav-wrapper .top-nav .top-nav-item.nav-business .link .icon {
  width: 48px;
  height: 42px;
  background-image: url(../img/header/icon_business.png);
}

@media screen and (max-width: 1024px) {
  .main-visual .top-nav-wrapper .top-nav .top-nav-item.nav-business .link .icon {
    width: 43px;
    height: 37px;
  }
}

@media screen and (min-width: 768px) {
  .main-visual .top-nav-wrapper .top-nav .top-nav-item.nav-news .link:hover .icon {
    background-image: url(../img/header/icon_news_h.png);
  }
}

.main-visual .top-nav-wrapper .top-nav .top-nav-item.nav-news .link .icon {
  width: 47px;
  height: 46px;
  background-image: url(../img/header/icon_news.png);
}

@media screen and (max-width: 767px) {
  .main-visual .top-nav-wrapper .top-nav .top-nav-item.nav-news .link .icon {
    width: 42px;
    height: 41px;
  }
}

@media screen and (min-width: 768px) {
  .main-visual .top-nav-wrapper .top-nav .top-nav-item.nav-info .link:hover .icon {
    background-image: url(../img/header/icon_info_h.png);
  }
}

.main-visual .top-nav-wrapper .top-nav .top-nav-item.nav-info .link .icon {
  width: 39px;
  height: 44px;
  background-image: url(../img/header/icon_info.png);
}

@media screen and (max-width: 767px) {
  .main-visual .top-nav-wrapper .top-nav .top-nav-item.nav-info .link .icon {
    width: 34px;
    height: 39px;
  }
}

@media screen and (min-width: 768px) {
  .main-visual .top-nav-wrapper .top-nav .top-nav-item.nav-contact .link:hover .icon {
    background-image: url(../img/header/icon_contact_h.png);
  }
}

.main-visual .top-nav-wrapper .top-nav .top-nav-item.nav-contact .link .icon {
  width: 45px;
  height: 31px;
  background-image: url(../img/header/icon_contact.png);
}

@media screen and (max-width: 1024px) {
  .main-visual .top-nav-wrapper .top-nav .top-nav-item.nav-contact .link .icon {
    width: 40px;
    height: 26px;
  }
}

.top-news {
  margin-top: 95px;
  padding-left: 20px;
  padding-right: 20px;
  background: #e5efff;
}

@media screen and (max-width: 767px) {
  .top-news {
    margin: 0;
    padding: 0;
    position: relative;
  }
}

.top-news .inner {
  max-width: 1043px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .top-news .inner {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: 5.33333%;
    margin-right: 5.33333%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.top-news .heading-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .top-news .heading-area {
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top-news .heading-area .btn {
    display: none;
  }
}

.top-news .heading-area .heading {
  color: #08419f;
  font-size: 34px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .top-news .heading-area .heading {
    font-size: 20px;
  }
}

.top-news .news-wrapper {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top-news .news-wrapper {
    width: 100%;
    margin-left: 0;
    border-top: 2px solid rgba(8, 65, 159, 0.08);
  }
}

.top-news .news-wrapper .news-block {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .top-news .news-wrapper .news-block:hover .ttl .tag {
    background: #1770c3;
  }
  .top-news .news-wrapper .news-block:hover .ttl .date {
    color: #1770c3;
  }
  .top-news .news-wrapper .news-block:hover .contents {
    color: #1770c3;
  }
}

.top-news .news-wrapper .news-block::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(8, 65, 159, 0.08);
  position: absolute;
  left: 0;
  bottom: 0;
}

.top-news .news-wrapper .news-block .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 25px 80px 25px 0;
}

@media screen and (max-width: 767px) {
  .top-news .news-wrapper .news-block .link {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.top-news .news-wrapper .news-block .link::before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  background: url(../img/common/l_arrow.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.top-news .news-wrapper .news-block .link.pdf::before {
  width: 18px;
  height: 18px;
  background: url(../img/common/icon_pdf_blue.png) no-repeat center/cover;
}

.top-news .news-wrapper .news-block .link.pdf::after {
  content: 'PDF';
  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: 23px;
  font-size: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  color: #0f46a2;
  line-height: 1;
  border: 1px solid #0f46a2;
}

.top-news .news-wrapper .news-block .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .top-news .news-wrapper .news-block .ttl {
    margin-bottom: 10px;
  }
}

.top-news .news-wrapper .news-block .ttl .tag {
  width: 86px;
  height: 23px;
  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;
  color: #fff;
  font-size: 12px;
  margin-right: 15px;
  background: #08419f;
  line-height: 1;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

@media screen and (max-width: 767px) {
  .top-news .news-wrapper .news-block .ttl .tag {
    width: 60px;
    height: 18px;
    font-size: 10px;
  }
}

.top-news .news-wrapper .news-block .ttl .date {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.04em;
  line-height: 1;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 767px) {
  .top-news .news-wrapper .news-block .ttl .date {
    font-size: 11px;
  }
}

.top-news .news-wrapper .news-block .contents {
  font-size: 16px;
  color: #333;
  letter-spacing: 0.08em;
  margin-left: 15px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 767px) {
  .top-news .news-wrapper .news-block .contents {
    font-size: 13px;
    margin-left: 0;
  }
}

.top-news .sp-btn-wrapper {
  display: none;
}

@media screen and (max-width: 767px) {
  .top-news .sp-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
}

.top-news .btn {
  width: 240px;
  height: 60px;
}

@media screen and (max-width: 767px) {
  .top-news .btn {
    width: 200px;
    height: 50px;
  }
}

.top-news .btn .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 110%;
  height: 110%;
  padding: 20px 20px 20px 25px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  border: 2px solid #08419f;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .top-news .btn .link {
    font-size: 13px;
    border: 1px solid #08419f;
  }
}

.top-news .btn .link .text {
  color: #08419f;
  position: relative;
  z-index: 2;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (min-width: 768px) {
  .top-news .btn .link:hover .text {
    color: #fff;
  }
  .top-news .btn .link:hover::before {
    background-image: url(../img/common/l_arrow_h.png);
  }
  .top-news .btn .link:hover::after {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.top-news .btn .link::before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  background: url(../img/common/l_arrow.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  z-index: 2;
}

.top-news .btn .link::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #08419f;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  pointer-events: none;
}

.iframe-block .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 20px 75px;
}

@media screen and (max-width: 767px) {
  .iframe-block .inner {
    padding: 30px 5.33333% 40px;
  }
}

.iframe-block .inner .heading {
  font-size: 26px;
  color: #08419e;
  font-weight: bold;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .iframe-block .inner .heading {
    text-align: center;
  }
}

@media screen and (max-width: 767px) and (min-width: 350px) {
  .iframe-block .inner .heading {
    font-size: calc(0.8125rem + ((1vw - 3.5px) * 4.07674));
  }
}

@media screen and (max-width: 767px) and (min-width: 767px) {
  .iframe-block .inner .heading {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) and (max-width: 349px) {
  .iframe-block .inner .heading {
    font-size: 13px;
  }
}

.iframe-block .inner .block {
  width: 100%;
  height: 72px;
  border: 2px solid #eee;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .iframe-block .inner .block {
    display: block;
    height: auto;
    padding: 15px 4%;
  }
}

.iframe-block .inner .block .tag {
  width: 110px;
  height: 30px;
  border-radius: 15px;
  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;
  background: #ff004e;
  color: #fff;
  font-weight: bold;
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .iframe-block .inner .block .tag {
    width: 75px;
    height: 20px;
    font-size: 10px;
    border-radius: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 10px;
    margin-right: 10px;
  }
}

.iframe-block .inner .block .text {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .iframe-block .inner .block .text {
    font-size: 13px;
  }
}

.iframe-block .inner .block .date {
  font-size: 18px;
  font-weight: 700;
  color: #ff004e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .iframe-block .inner .block .date {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .iframe-block .inner .block .date {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
  }
}

.iframe-block .inner .block .date span {
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .iframe-block .inner .block .date span {
    font-size: 11px;
  }
}

.iframe-block .inner .note {
  font-size: 12px;
  margin-top: 15px;
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .iframe-block .inner .note {
    font-size: 10px;
  }
}

.iframe-block .inner .note span {
  font-weight: 700;
}

.using {
  background: #f1f1f1;
  padding: 80px 20px;
}

@media screen and (max-width: 767px) {
  .using {
    padding: 35px 5.33333% 40px;
  }
}

.using .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.using .using-list {
  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;
}

@media screen and (max-width: 767px) {
  .using .using-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.using .using-list .list-item {
  width: 480px;
  height: 120px;
}

@media screen and (max-width: 767px) {
  .using .using-list .list-item {
    width: 100%;
    height: 65px;
  }
  .using .using-list .list-item:not(:first-child) {
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .using .using-list .list-item:not(:first-child) {
    margin-left: 40px;
  }
}

.using .using-list .list-item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  padding-left: 30px;
  padding-right: 50px;
  -webkit-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
}

@media screen and (min-width: 768px) {
  .using .using-list .list-item .link:hover {
    background: #2c8fec;
  }
  .using .using-list .list-item .link:hover .text {
    color: #fff;
  }
  .using .using-list .list-item .link:hover::before {
    background-image: url(../img/common/l_arrow_h.png);
  }
}

@media screen and (max-width: 767px) {
  .using .using-list .list-item .link {
    padding-left: 20px;
    padding-right: 25px;
  }
}

.using .using-list .list-item .link::before {
  content: '';
  display: block;
  width: 21px;
  height: 24px;
  background: url(../img/common/l_arrow.png) no-repeat center/cover;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: background-image .3s ease;
  transition: background-image .3s ease;
}

@media screen and (max-width: 1024px) {
  .using .using-list .list-item .link::before {
    width: 16px;
    height: 19px;
  }
}

@media screen and (max-width: 767px) {
  .using .using-list .list-item .link::before {
    width: 10px;
    height: 11px;
  }
}

.using .using-list .list-item .link .icon {
  width: 76px;
  height: 76px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 15px;
  -webkit-transition: background-image .3s ease;
  transition: background-image .3s ease;
}

@media screen and (max-width: 1024px) {
  .using .using-list .list-item .link .icon {
    width: 56px;
    height: 56px;
  }
}

@media screen and (max-width: 767px) {
  .using .using-list .list-item .link .icon {
    width: 38px;
    height: 38px;
  }
}

.using .using-list .list-item .link .text {
  color: #08419f;
  font-size: 22px;
  font-weight: bold;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 1024px) {
  .using .using-list .list-item .link .text {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .using .using-list .list-item .link .text {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .using .using-list .list-item.using-pdf .link:hover .icon {
    background-image: url(../img/top/using_pdf_h.png);
  }
}

.using .using-list .list-item.using-pdf .link .icon {
  background-image: url(../img/top/using_pdf.png);
}

@media screen and (min-width: 768px) {
  .using .using-list .list-item.using-guid .link:hover .icon {
    background-image: url(../img/top/using_guid_h.png);
  }
}

.using .using-list .list-item.using-guid .link .icon {
  background-image: url(../img/top/using_guid.png);
}

.movie {
  background: #08419f;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.movie::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 21.01025%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/top/movie-bg.png) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .movie::before {
    padding-top: 22.66667%;
    background: url(../img/top/movie-bg.sp.png) no-repeat center/cover;
  }
}

.movie .heading {
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .movie .heading {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.movie .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .movie .btn-wrapper {
    padding-left: 5.33333%;
    padding-right: 5.33333%;
  }
}

.movie .btn-wrapper .btn {
  width: 480px;
  height: 120px;
}

@media screen and (max-width: 767px) {
  .movie .btn-wrapper .btn {
    width: 100%;
    height: 75px;
  }
}

.movie .btn-wrapper .btn .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  color: #08419f;
  font-size: 22px;
  font-weight: bold;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  -webkit-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease;
}

@media screen and (min-width: 768px) {
  .movie .btn-wrapper .btn .link:hover {
    background: #2c8fec;
    color: #fff;
  }
  .movie .btn-wrapper .btn .link:hover .icon {
    background-image: url(../img/top/movie-icon-h.png);
  }
  .movie .btn-wrapper .btn .link:hover::after {
    background-image: url(../img/common/l_arrow_h.png);
  }
}

@media screen and (max-width: 767px) {
  .movie .btn-wrapper .btn .link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
}

.movie .btn-wrapper .btn .link .icon {
  width: 76px;
  height: 76px;
  background: url(../img/top/movie-icon.png) no-repeat center/cover;
  margin-right: 20px;
  -webkit-transition: background-image .3s ease;
  transition: background-image .3s ease;
}

@media screen and (max-width: 767px) {
  .movie .btn-wrapper .btn .link .icon {
    width: 38px;
    height: 38px;
  }
}

.movie .btn-wrapper .btn .link::after {
  content: '';
  display: block;
  width: 21px;
  height: 24px;
  background: url(../img/common/l_arrow.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.introduce {
  padding: 75px 20px 90px;
}

@media screen and (max-width: 767px) {
  .introduce {
    padding: 35px 5.33333% 40px;
  }
}

.introduce .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.introduce .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .introduce .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.introduce .g-panel-list .list-item:not(:first-child) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .introduce .g-panel-list .list-item:not(:first-child) {
    margin-top: 60px;
  }
}

.introduce .block .heading {
  font-size: 26px;
  font-weight: bold;
  color: #08419f;
  position: relative;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .introduce .block .heading {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.introduce .block .heading::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #eee;
  position: absolute;
  left: 0;
  top: calc(100% + 20px);
}

@media screen and (max-width: 767px) {
  .introduce .block .heading::before {
    top: calc(100% + 10px);
  }
}

.introduce .block .heading::after {
  content: '';
  display: block;
  width: 175px;
  height: 2px;
  background: #08419f;
  position: absolute;
  left: 0;
  top: calc(100% + 20px);
}

@media screen and (max-width: 767px) {
  .introduce .block .heading::after {
    width: 37.31343%;
    top: calc(100% + 10px);
  }
}

.introduce .block.l-block {
  width: 570px;
}

@media screen and (max-width: 767px) {
  .introduce .block.l-block {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .introduce .block.s-block {
    width: 320px;
    margin-left: 7.32064%;
  }
}

@media screen and (max-width: 767px) {
  .introduce .block.s-block {
    width: 100%;
    margin-top: 60px;
  }
}

.introduce .block.s-block .list-item .link .text {
  width: 240px;
}

@media screen and (max-width: 767px) {
  .introduce .block.s-block .list-item .link .text {
    width: 88.0597%;
  }
}

.introduce .block.s-block .paragrah {
  font-size: 14px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .introduce .block.s-block .paragrah {
    font-size: 13px;
    margin-top: 40px;
  }
}

.info {
  padding: 80px 20px 160px;
  background: #e5efff;
}

@media screen and (max-width: 767px) {
  .info {
    padding: 40px 5.33333% 70px;
  }
}

.info .g-panel-list-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.info .g-panel-list-wrapper .g-panel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .info .g-panel-list-wrapper .g-panel-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .info .g-panel-list-wrapper .g-panel-list .list-item:not(:first-child) {
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .info .g-panel-list-wrapper .g-panel-list .list-item:not(:first-child) {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .info .g-panel-list-wrapper .g-panel-list .list-item .text {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .info .g-panel-list-wrapper .g-panel-list .list-item .text {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 20px;
  }
}

.contact {
  background: url(../img/top/contact_bg.jpg) no-repeat center/cover;
  padding: 60px 20px;
  margin-top: 1px;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 40px 10.66667%;
  }
}

.contact .inner {
  max-width: 800px;
  margin: 0 auto;
  background: #08419f;
  padding: 75px 65px 60px;
}

@media screen and (max-width: 1024px) {
  .contact .inner {
    padding-left: 4.75842%;
    padding-right: 4.75842%;
  }
}

@media screen and (max-width: 767px) {
  .contact .inner {
    padding: 50px 6.77966% 40px;
  }
}

.contact .contact-wrapper {
  border: 2px solid rgba(255, 255, 255, 0.4);
  position: relative;
  padding: 45px 40px;
}

@media screen and (max-width: 767px) {
  .contact .contact-wrapper {
    padding: 30px 9.80392%;
  }
}

.contact .contact-wrapper .heading {
  width: 270px;
  font-size: 34px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: 0;
  left: 0;
  top: -27px;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact .contact-wrapper .heading {
    font-size: 20px;
    width: 50.84746%;
  }
}

.contact .contact-wrapper .heading span {
  position: relative;
  z-index: 2;
}

.contact .contact-wrapper .heading::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: #08419f;
  z-index: 1;
}

.contact .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .contact .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .contact .flex-wrapper .text-area {
    width: 290px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .contact .flex-wrapper .text-area {
    font-size: 9px;
  }
}

.contact .flex-wrapper .text-area .note {
  color: #fff;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .contact .flex-wrapper .text-area .note {
    text-align: center;
  }
}

.contact .flex-wrapper .btn {
  width: 240px;
  height: 60px;
}

@media screen and (max-width: 767px) {
  .contact .flex-wrapper .btn {
    width: 100%;
    height: 50px;
    margin-top: 20px;
  }
}

.contact .flex-wrapper .btn .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .contact .flex-wrapper .btn .link {
    padding: 20px 20px 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  .contact .flex-wrapper .btn .link {
    font-size: 13px;
    padding-left: 7.5%;
  }
}

.contact .flex-wrapper .btn .link .text {
  color: #08419f;
  position: relative;
  z-index: 2;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  line-height: 1;
}

.contact .flex-wrapper .btn .link .icon {
  display: inline-block;
  width: 35px;
  height: 24px;
  background: url(../img/header/icon_contact.png) no-repeat center/cover;
  margin-right: 10px;
  -webkit-transition: background-image .3s ease;
  transition: background-image .3s ease;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .contact .flex-wrapper .btn .link .icon {
    width: 22px;
    height: 15px;
  }
}

@media screen and (min-width: 768px) {
  .contact .flex-wrapper .btn .link:hover .text {
    color: #fff;
  }
  .contact .flex-wrapper .btn .link:hover .icon {
    background-image: url(../img/header/icon_contact_w.png);
  }
  .contact .flex-wrapper .btn .link:hover::before {
    background-image: url(../img/common/l_arrow_h.png);
  }
  .contact .flex-wrapper .btn .link:hover::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.contact .flex-wrapper .btn .link::before {
  content: '';
  display: block;
  width: 12px;
  height: 14px;
  background: url(../img/common/l_arrow.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  z-index: 2;
  -webkit-transition: background-image .3s ease;
  transition: background-image .3s ease;
}

@media screen and (max-width: 767px) {
  .contact .flex-wrapper .btn .link::before {
    width: 10px;
    height: 11px;
    right: 10px;
  }
}

.contact .flex-wrapper .btn .link::after {
  content: '';
  display: block;
  width: 100%;
  background-color: #2c8fec;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  pointer-events: none;
}

.g-heading {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .g-heading {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.g-heading::before {
  content: '';
  display: block;
  width: 100px;
  height: 2px;
  background: #003fa7;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 25px);
  margin: auto;
}

@media screen and (max-width: 767px) {
  .g-heading::before {
    width: 50px;
    height: 1px;
    top: calc(100% + 15px);
  }
}

.g-panel-list .list-item {
  position: relative;
  cursor: pointer;
}

.g-panel-list .list-item .desp {
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .g-panel-list .list-item .desp {
    display: none;
  }
}

.g-panel-list .list-item .link {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .g-panel-list .list-item .link:hover .text {
    color: #fff;
    background-color: #2c8fec;
  }
  .g-panel-list .list-item .link:hover .text::before {
    background-image: url(../img/common/l_arrow_h.png);
  }
}

.g-panel-list .list-item .text {
  position: absolute;
  width: 400px;
  height: 60px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #08419f;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
}

@media screen and (min-width: 768px) {
  .g-panel-list .list-item .text {
    left: 0;
    bottom: 0;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .g-panel-list .list-item .text {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 88.0597%;
    font-size: 13px;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
    padding-left: 20px;
  }
}

.g-panel-list .list-item .text::before {
  content: '';
  display: block;
  width: 12px;
  height: 14px;
  background: url(../img/common/l_arrow.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: background-image .3s ease;
  transition: background-image .3s ease;
}

@media screen and (max-width: 767px) {
  .g-panel-list .list-item .text::before {
    width: 10px;
    height: 11px;
  }
}

.movie-index .g-visual {
  background-image: url(../img/news/news_archive_bg.jpg);
}

@media screen and (max-width: 767px) {
  .movie-index .g-visual {
    background-image: url(../img/news/news_archive_bg.sp.jpg);
  }
}

.movie-index .movie-container {
  margin-top: 90px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .movie-index .movie-container {
    margin-top: 30px;
    padding: 0 5.33333%;
  }
}

.movie-index .movie-list {
  max-width: 1000px;
  margin: 100px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .movie-index .movie-list {
    margin-top: 0;
  }
}

.movie-index .movie-list .item {
  width: 30%;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .movie-index .movie-list .item:not(:nth-child(3n+1)) {
    margin-left: 5%;
  }
  .movie-index .movie-list .item:not(:nth-child(-n+3)) {
    margin-top: 7%;
  }
  .movie-index .movie-list .item:hover .thumb .play {
    background-image: url(../img/movie/play-h.png);
  }
  .movie-index .movie-list .item:hover .text-wrap {
    background: #f1f1f1;
  }
}

@media screen and (max-width: 767px) {
  .movie-index .movie-list .item {
    width: 47.76119%;
  }
  .movie-index .movie-list .item:not(:nth-child(2n+1)) {
    margin-left: 4.47761%;
  }
  .movie-index .movie-list .item:not(:nth-child(-n+2)) {
    margin-top: 5.97015%;
  }
}

.movie-index .movie-list .item .thumb {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.movie-index .movie-list .item .thumb::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 75%;
}

@media screen and (max-width: 767px) {
  .movie-index .movie-list .item .thumb::before {
    padding-top: 75%;
  }
}

.movie-index .movie-list .item .thumb .play {
  width: 22%;
  background: url(../img/movie/play.png) no-repeat center/cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background-image .3s ease;
  transition: background-image .3s ease;
}

.movie-index .movie-list .item .thumb .play::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 71.21212%;
}

.movie-index .movie-list .item .thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.movie-index .movie-list .item .text-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 3.33333%;
  padding-right: 3.33333%;
  min-height: 105px;
  border-bottom: 1px solid #ccced4;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

@media screen and (max-width: 767px) {
  .movie-index .movie-list .item .text-wrap {
    min-height: 77px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3.125%;
    padding-right: 3.125%;
  }
}

.movie-index .movie-list .item .text-wrap .text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .movie-index .movie-list .item .text-wrap .text {
    font-size: 13px;
  }
}

.g-modal-frame {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100002;
  overflow: auto;
}

.g-modal-frame .g-modal-table {
  display: table;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.g-modal-frame .g-modal-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  pointer-events: none;
}

.g-modal-frame .g-modal {
  pointer-events: none;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .g-modal-frame .g-modal {
    padding-left: 5.33333%;
    padding-right: 5.33333%;
  }
}

.g-modal-frame .close-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 30px);
  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;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .g-modal-frame .close-btn {
    font-size: 13px;
  }
}

.g-modal-frame .close-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22%23fff%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3C%2Fsvg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .g-modal-frame .close-icon {
    width: 15px;
    height: 15px;
  }
}

.g-modal-frame .overlay {
  pointer-events: auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 10, 40, 0.7);
  z-index: 1;
}

.g-modal-frame.modal-youtube {
  display: none;
}

.g-modal-frame.modal-youtube .modal-youtube-inner {
  position: relative;
  max-width: 870px;
  margin: 0 auto;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}

.g-modal-frame.modal-youtube .modal-youtube-inner::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 55.17241%;
}

@media screen and (max-width: 767px) {
  .g-modal-frame.modal-youtube .modal-youtube-inner::before {
    padding-top: 55.22388%;
  }
}

.g-modal-frame.modal-youtube #player {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.news-detail .g-visual {
  background-image: url(../img/news/news_archive_bg.jpg);
}

@media screen and (max-width: 767px) {
  .news-detail .g-visual {
    background-image: url(../img/news/news_archive_bg.sp.jpg);
  }
}

.news-detail .news-detail-container {
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  .news-detail .news-detail-container {
    padding-top: 40px;
  }
}

.news-detail .news-detail-container .inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .news-detail .news-detail-container .inner {
    padding: 0 10.66667%;
  }
}

.news-detail .news-detail-container .container-header .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.news-detail .news-detail-container .container-header .detail .tag {
  border: 2px solid #08419f;
  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: 100px;
  height: 30px;
  color: #3b62ad;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .news-detail .news-detail-container .container-header .detail .tag {
    width: 60px;
    height: 18px;
    font-size: 10px;
    font-weight: bold;
  }
}

.news-detail .news-detail-container .container-header .detail .date {
  display: inline-block;
  font-size: 16px;
  color: #08419f;
  margin-left: 10px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .news-detail .news-detail-container .container-header .detail .date {
    font-size: 11px;
  }
}

.news-detail .news-detail-container .container-header .heading {
  font-size: 28px;
  color: #08419f;
  font-weight: bold;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .news-detail .news-detail-container .container-header .heading {
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 35px;
  }
}

.news-detail .news-detail-container .container-header .heading::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #eee;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .news-detail .news-detail-container .container-header .heading::before {
    height: 1px;
  }
}

.news-detail .news-detail-container .container-header .heading::after {
  content: '';
  display: block;
  width: 43.75%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: #08419f;
}

@media screen and (max-width: 767px) {
  .news-detail .news-detail-container .container-header .heading::after {
    height: 1px;
    width: 59.32203%;
  }
}

.news-detail .news-detail-container .container-body {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .news-detail .news-detail-container .container-body {
    font-size: 13px;
  }
}

.news-detail .news-detail-container .container-body p {
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
  .news-detail .news-detail-container .container-body p {
    margin: 15px 0;
  }
}

.news-detail .news-detail-container .container-footer .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

.news-detail .news-detail-container .container-footer .back-btn {
  width: 400px;
  height: 60px;
  background: #333;
}

@media screen and (max-width: 767px) {
  .news-detail .news-detail-container .container-footer .back-btn {
    width: 200px;
  }
}

.news-detail .news-detail-container .container-footer .back-btn .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-right: 30px;
  color: #fff;
  font-size: 16px;
  position: relative;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .news-detail .news-detail-container .container-footer .back-btn .link {
    padding-right: 15px;
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .news-detail .news-detail-container .container-footer .back-btn .link:hover .text {
    color: #fff;
  }
  .news-detail .news-detail-container .container-footer .back-btn .link:hover::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.news-detail .news-detail-container .container-footer .back-btn .link span {
  position: relative;
  z-index: 2;
}

.news-detail .news-detail-container .container-footer .back-btn .link::before {
  content: '';
  display: block;
  width: 12px;
  height: 14px;
  background: url(../img/common/w_arrow.png) no-repeat center/cover;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .news-detail .news-detail-container .container-footer .back-btn .link::before {
    width: 10px;
    height: 11px;
    left: 10px;
  }
}

.news-detail .news-detail-container .container-footer .back-btn .link::after {
  content: '';
  display: block;
  width: 100%;
  background-color: #2c8fec;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .news-detail .news-detail-container .container-footer .back-btn .link::after {
    display: none;
  }
}

.news-index .g-visual {
  background-image: url(../img/news/news_archive_bg.jpg);
}

@media screen and (max-width: 767px) {
  .news-index .g-visual {
    background-image: url(../img/news/news_archive_bg.sp.jpg);
  }
}

@media screen and (min-width: 768px) {
  .news-index .category-list {
    max-width: 800px;
    margin: 0 auto 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .news-index .category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .news-index .category-list .item {
    width: 16.25%;
    height: 50px;
    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-bottom: 4px solid #ddd;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    -webkit-transition: color .3s ease, background-color .3s ease, border .3s ease;
    transition: color .3s ease, background-color .3s ease, border .3s ease;
    cursor: pointer;
  }
  .news-index .category-list .item::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 8px solid #08419f;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 4px);
    margin: auto;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .news-index .category-list .item:not(:first-child) {
    margin-left: 0.5%;
  }
  .news-index .category-list .item.is-active {
    background: #08419f;
    border-color: #08419f;
    color: #fff;
  }
  .news-index .category-list .item.is-active::before {
    opacity: 1;
  }
  .news-index .category-list .item.is-disable {
    pointer-events: none;
    color: #ddd;
  }
}

@media screen and (max-width: 767px) {
  .news-index .category-list .item {
    width: 49.25373%;
    height: 40px;
    background: #f5f5f5;
    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;
    color: #08419f;
    font-size: 12px;
    font-weight: bold;
  }
  .news-index .category-list .item:not(:nth-child(2n+1)) {
    margin-left: 1.49254%;
  }
  .news-index .category-list .item:not(:nth-child(-n+2)) {
    margin-top: 1.79104%;
  }
  .news-index .category-list .item.is-active {
    background: #08419f;
    border-color: #08419f;
    color: #fff;
  }
  .news-index .category-list .item.is-disable {
    pointer-events: none;
    color: #bbb;
  }
}

.news-index .news-container {
  max-width: 1040px;
  margin: 80px auto 0;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .news-index .news-container {
    margin-top: 30px;
    padding: 0 5.33333%;
  }
}

.news-index .news-list {
  min-height: 500px;
  border-top: 1px solid #eee;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.news-index .news-list.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, transform .5s ease;
  transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
}

@media screen and (max-width: 767px) {
  .news-index .news-list {
    min-height: 300px;
  }
}

.news-index .news-list .item {
  opacity: 0;
  display: none;
  border-bottom: 1px solid #eee;
}

.news-index .news-list .item.is-active {
  opacity: 1;
  display: block;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.news-index .news-list .item .link {
  display: block;
  padding: 25px 80px 25px 0;
  position: relative;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

@media screen and (min-width: 768px) {
  .news-index .news-list .item .link:hover {
    background: #f5f5f5;
  }
}

@media screen and (max-width: 767px) {
  .news-index .news-list .item .link {
    padding: 14px 15px 14px 0;
  }
}

.news-index .news-list .item .link::before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  background: url(../img/common/l_arrow.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .news-index .news-list .item .link::before {
    width: 10px;
    height: 11px;
  }
}

@media screen and (max-width: 767px) {
  .news-index .news-list .item .link.pdf .news-header::after {
    content: 'PDF';
    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: 27px;
    height: 14px;
    background: rgba(8, 65, 159, 0.5);
    color: #fff;
    font-size: 8px;
    line-height: 1;
    margin-left: 10px;
  }
}

.news-index .news-list .item .link.pdf::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  background: url(../img/common/icon_pdf_blue.png) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
  .news-index .news-list .item .link.pdf::before {
    width: 13px;
    height: 13px;
  }
}

.news-index .news-list .item .link.pdf::after {
  content: 'PDF';
  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: 24px;
  background: rgba(8, 65, 159, 0.5);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .news-index .news-list .item .link.pdf::after {
    display: none;
  }
}

.news-index .news-list .item .news-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .news-index .news-list .item .news-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.news-index .news-list .item .news-block .news-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .news-index .news-list .item .news-block .news-header {
    margin-bottom: 10px;
  }
}

.news-index .news-list .item .news-block .news-header .tag {
  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;
  border: 2px solid #08419f;
  font-size: 14px;
  color: #08419f;
  width: 100px;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .news-index .news-list .item .news-block .news-header .tag {
    width: 60px;
    height: 18px;
    font-size: 10px;
    border: 1px solid #08419f;
  }
}

.news-index .news-list .item .news-block .news-header .date {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #08419f;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .news-index .news-list .item .news-block .news-header .date {
    font-size: 11px;
  }
}

.news-index .news-list .item .news-block .news-content {
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .news-index .news-list .item .news-block .news-content {
    font-size: 18px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .news-index .news-list .item .news-block .news-content {
    font-size: 13px;
  }
}

.news-index ul.page-numbers {
  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;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .news-index ul.page-numbers {
    position: relative;
    padding-bottom: 75px;
    margin-top: 30px;
  }
}

.news-index ul.page-numbers li .page-numbers {
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  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: 14px;
  font-weight: bold;
  margin: 0 3px;
}

.news-index ul.page-numbers li .page-numbers.current {
  background: #282828;
  color: #fff;
}

.news-index ul.page-numbers li .page-numbers.next {
  width: auto;
  height: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: none;
  font-size: 16px;
  margin-left: 17px;
}

@media screen and (max-width: 767px) {
  .news-index ul.page-numbers li .page-numbers.next {
    margin-left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 49.15254%;
    height: 55px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #08419f;
    font-size: 12px;
    margin: 0;
    background: #f5f5f5;
    padding-left: 10.34483%;
  }
}

.news-index ul.page-numbers li .page-numbers.next::after {
  content: '';
  display: block;
  width: 9px;
  height: 11px;
  background: url(../img/common/page_arrow.png) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
  .news-index ul.page-numbers li .page-numbers.next::after {
    margin-left: 5px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media screen and (max-width: 767px) {
  .news-index ul.page-numbers li .page-numbers.next::after {
    width: 10px;
    height: 11px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../img/common/l_arrow.png);
  }
}

.news-index ul.page-numbers li .page-numbers.prev {
  width: auto;
  height: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: none;
  font-size: 16px;
  margin-right: 17px;
}

@media screen and (max-width: 767px) {
  .news-index ul.page-numbers li .page-numbers.prev {
    margin-right: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 49.15254%;
    height: 55px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #08419f;
    font-size: 12px;
    margin: 0;
    background: #f5f5f5;
    padding-right: 10.34483%;
  }
}

.news-index ul.page-numbers li .page-numbers.prev::before {
  content: '';
  display: block;
  width: 9px;
  height: 11px;
  background: url(../img/common/page_arrow.png) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
  .news-index ul.page-numbers li .page-numbers.prev::before {
    margin-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .news-index ul.page-numbers li .page-numbers.prev::before {
    width: 10px;
    height: 11px;
    margin-right: 0;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../img/common/l_arrow.png);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
/*# sourceMappingURL=../sourcemaps/layout.css.map */
