@charset "UTF-8";
/* 1. Reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: bottom;
}
@media (max-width: 959.9px) {
  img {
    width: 100%;
    height: auto;
  }
}

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

caption,
th {
  text-align: left;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

a {
  text-decoration: none;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

:root {
  interpolate-size: allow-keywords;
}

/* 2. Common */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #111;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

@media (max-width: 959.9px) {
  body {
    font-size: 14px;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
a {
  color: #111;
}

img {
  max-width: 100%;
}

.mgB0 {
  margin-bottom: 0 !important;
}

.pdB0 {
  padding-bottom: 0px !important;
}

.mgT05 {
  margin-top: 5px !important;
}

.mgR05 {
  margin-right: 5px !important;
}

.mgB05 {
  margin-bottom: 5px !important;
}

.mgL05 {
  margin-left: 5px !important;
}

.pdT05 {
  padding-top: 5px !important;
}

.pdR05 {
  padding-right: 5px !important;
}

.pdB05 {
  padding-bottom: 5px !important;
}

.pdL05 {
  padding-left: 5px !important;
}

.mgT10 {
  margin-top: 10px !important;
}

.mgR10 {
  margin-right: 10px !important;
}

.mgB10 {
  margin-bottom: 10px !important;
}

.mgL10 {
  margin-left: 10px !important;
}

.pdT10 {
  padding-top: 10px !important;
}

.pdR10 {
  padding-right: 10px !important;
}

.pdB10 {
  padding-bottom: 10px !important;
}

.pdL10 {
  padding-left: 10px !important;
}

.mgT15 {
  margin-top: 15px !important;
}

.mgR15 {
  margin-right: 15px !important;
}

.mgB15 {
  margin-bottom: 15px !important;
}

.mgL15 {
  margin-left: 15px !important;
}

.mgT20 {
  margin-top: 20px !important;
}

.mgR20 {
  margin-right: 20px !important;
}

.mgB20 {
  margin-bottom: 20px !important;
}

.mgL20 {
  margin-left: 20px !important;
}

.mgT30 {
  margin-top: 30px !important;
}

.mgB30 {
  margin-bottom: 30px !important;
}

.mgB40 {
  margin-bottom: 40px !important;
}

.mgT40 {
  margin-top: 40px !important;
}

.mgT60 {
  margin-top: 60px !important;
}

.mgB60 {
  margin-bottom: 60px !important;
}

.pdT20 {
  padding-top: 20px !important;
}

.pdR20 {
  padding-right: 20px !important;
}

.pdB20 {
  padding-bottom: 20px !important;
}

.pdL20 {
  padding-left: 20px !important;
}

.pdT25 {
  padding-top: 25px !important;
}

.pdR25 {
  padding-right: 25px !important;
}

.pdB25 {
  padding-bottom: 25px !important;
}

.pdL25 {
  padding-left: 25px !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.small-txt {
  font-size: 87.5%;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.bold {
  font-weight: 500;
}

.blue {
  color: #004a98;
}

.red {
  color: #c74545;
}

.list-disc {
  list-style-type: disc;
  margin-left: 1.6em;
  line-height: 1.96;
}

.list-mark {
  list-style: none !important;
  margin-left: 16px !important;
  line-height: 1.96;
}
@media (max-width: 959.9px) {
  .list-mark {
    margin-left: 14px !important;
  }
}
.list-mark li {
  text-indent: -16px;
}
@media (max-width: 959.9px) {
  .list-mark li {
    text-indent: -14px;
  }
}
.list-mark li:before {
  content: "※";
}

.list-mark--small {
  list-style: none !important;
  margin-left: 14px !important;
  line-height: 1.96;
  font-size: 14px;
}
@media (max-width: 959.9px) {
  .list-mark--small {
    font-size: 12px;
    margin-left: 14px !important;
  }
}
.list-mark--small li {
  text-indent: -14px;
}
@media (max-width: 959.9px) {
  .list-mark--small li {
    text-indent: -12px;
  }
}
.list-mark--small li:before {
  content: "※";
}

.b-btn {
  text-align: center;
  margin-top: 50px;
}
.b-btn a {
  display: inline-block;
  position: relative;
  border: solid 1px #004a98;
  padding: 25px 60px 25px 20px;
  font-weight: 500;
}
@media (min-width: 960px) {
  .b-btn a:hover {
    color: #004a98;
  }
}
@media (max-width: 959.9px) {
  .b-btn a {
    text-align: left;
    font-size: 15px;
  }
}
.b-btn a::after {
  content: "";
  width: 28px;
  height: 28px;
  background: #004a98 url(../images/common/icon_arrow.svg) center center no-repeat;
  background-size: 12px auto;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.b-btn a[target=_blank]::before {
  content: "";
  width: 28px;
  height: 28px;
  background-color: #004a98;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.b-btn a[target=_blank]::after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  right: 20px;
  top: 50%;
  background: url("../images/common/icon_arrow.svg") no-repeat center center;
  background-size: 12px auto;
  transform: translateY(-50%) rotate(-45deg);
}
.b-btn a[href$=".pdf"]::before {
  display: none;
}
.b-btn a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 3px;
  vertical-align: middle;
  background-image: url("../images/common/icon_pdf.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  transform: translateY(-50%);
}

a.link-text {
  color: #004a98;
  text-decoration: underline;
  text-decoration-color: #004a98;
}
@media (min-width: 960px) {
  a.link-text:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
a.link-text::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 3px;
  vertical-align: middle;
  /* アイコン画像のパスを指定 */
  background-image: url("../images/common/icon_news_arrow.png");
  background-size: 13px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
a.link-text[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 3px;
  vertical-align: middle;
  /* アイコン画像のパスを指定 */
  background-image: url("../images/common/icon_news_blank.png");
  background-size: 13px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
a.link-text[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 1em;
  margin-left: 3px;
  vertical-align: middle;
  background-image: url("../images/common/icon_pdf.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.link-mark {
  position: relative;
  padding-right: 35px;
}
.link-mark::after {
  content: "";
  width: 28px;
  height: 28px;
  background: #004a98 url("../images/common/icon_arrow.svg") no-repeat center center;
  background-size: 12px auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 959.9px) {
  .link-mark::after {
    width: 22px;
    height: 22px;
    background-size: 10px auto;
  }
}
@media (min-width: 960px) {
  .link-mark:hover::after {
    background: #105BC1 url("../images/common/icon_arrow.svg") no-repeat center center;
    background-size: 12px auto;
  }
}
@media (min-width: 960px) {
  .link-mark:hover {
    opacity: 0.7;
  }
}

.link-mark--blank,
.link-mark[target=_blank] {
  display: inline-block;
  position: relative;
  padding-right: 35px;
}
.link-mark--blank::before,
.link-mark[target=_blank]::before {
  content: "";
  width: 28px;
  height: 28px;
  background-color: #004a98;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 959.9px) {
  .link-mark--blank::before,
  .link-mark[target=_blank]::before {
    width: 22px;
    height: 22px;
  }
}
.link-mark--blank::after,
.link-mark[target=_blank]::after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0;
  top: 50%;
  background: url("../images/common/icon_arrow.svg") no-repeat center center;
  background-size: 12px auto;
  transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 959.9px) {
  .link-mark--blank::after,
  .link-mark[target=_blank]::after {
    width: 22px;
    height: 22px;
    background-size: 10px auto;
  }
}
@media (min-width: 960px) {
  .link-mark--blank:hover:before,
  .link-mark[target=_blank]:hover:before {
    background-color: #105BC1;
  }
}
@media (min-width: 960px) {
  .link-mark--blank:hover,
  .link-mark[target=_blank]:hover {
    opacity: 0.7;
  }
}

.accordion-content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}
@media (max-width: 959.9px) {
  .accordion-content--sp {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
  }
}

.accordion-title.is-open .accordion-content,
.accordion-title.is-open .accordion-content--sp {
  height: auto;
}

.note {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 959.9px) {
  .note {
    font-size: 12px;
  }
}

.mark {
  margin-left: 1.2em;
}
.mark li {
  list-style-type: disc;
}

/* 3. Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.header .site-title {
  display: flex;
  width: 325px;
  height: 80px;
  padding: 0 30px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}
@media (max-width: 1259.9px) {
  .header .site-title {
    width: 191px;
    height: 50px;
    border: none;
    padding: 0 10px;
  }
}
.header .site-title a {
  display: block;
  height: 38px;
  background-size: contain !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header .site-title a.site-title-1 {
  width: 165px;
  background: url("../images/common/logo1.png") center center no-repeat;
}
@media (max-width: 1259.9px) {
  .header .site-title a.site-title-1 {
    width: 97px;
  }
}
.header .site-title a.site-title-2 {
  width: 146px;
  background: url("../images/common/logo2.png") center center no-repeat;
}
@media (max-width: 1259.9px) {
  .header .site-title a.site-title-2 {
    width: 86px;
  }
}
.header.scrolled {
  background-color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 1260px) {
  .header.submenu-open {
    background-color: #edf1f5;
  }
  .header.submenu-open .header-nav-list > li > a {
    color: #111;
  }
  .header.submenu-open .header-nav-sub > li > a {
    color: #111;
  }
  .header.submenu-open .header-nav-sub-access,
  .header.submenu-open .header-nav-sub-translate {
    background-color: #004a98;
  }
  .header.submenu-open .site-title {
    border-right: solid 1px rgba(0, 0, 0, 0.2);
  }
  .header.submenu-open .site-title a.site-title-1 {
    background: url("../images/common/logo1_over.png") center center no-repeat;
  }
  .header.submenu-open .site-title a.site-title-2 {
    background: url("../images/common/logo2_over.png") center center no-repeat;
  }
  .header.submenu-open .header-nav-sub li {
    border-left: solid 1px rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 1260px) {
  .drawer {
    display: none;
  }
}
.drawer {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
  width: 55px;
  height: 50px;
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
.drawer::before, .drawer::after {
  content: "";
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  left: 18px;
}
.drawer::before {
  width: 20px;
  top: 22px;
}
.drawer::after {
  width: 20px;
  top: 26px;
}
.drawer.is-open {
  border-left: none;
}
.drawer.is-open::before, .drawer.is-open::after {
  background: #fff;
  height: 22px;
  width: 2px;
  top: 50%;
  left: 50%;
}
.drawer.is-open::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.drawer.is-open::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 1260px) {
  .nav-icon {
    display: none;
  }
}
@media (max-width: 1259.9px) {
  .nav-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 55px;
    display: block;
  }
  .nav-icon::before, .nav-icon::after {
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
  }
  .nav-icon::after {
    transform: translateX(-50%) rotate(90deg);
  }
  .nav-icon.is-open::after {
    display: none;
  }
}

@media (min-width: 1260px) {
  .header-nav {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1260px) {
  .header-nav-sp-title {
    display: none;
  }
}
@media (max-width: 1259.9px) {
  .header-nav-sp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #0E161F;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 9999;
    padding: 50px 30px;
    box-sizing: border-box;
  }
  .header-nav-sp.is-open {
    opacity: 1;
    visibility: visible;
  }
  .header-nav-sp-title {
    display: flex;
    gap: 13px;
    justify-content: center;
    align-items: center;
  }
  .header-nav-sp-title a {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .header-nav-sp-title-1 {
    height: 34px;
    width: 149px;
    background: url("../images/common/logo1.png") center center/contain no-repeat;
  }
  .header-nav-sp-title-2 {
    height: 17px;
    width: 132px;
    background: url("../images/common/logo2.png") center center/contain no-repeat;
  }
}
@media (min-width: 1260px) {
  .header-nav-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 1259.9px) {
  .header-nav-list {
    margin-top: 25px;
    border-bottom: solid 1px #233141;
  }
}
@media (max-width: 1259.9px) {
  .header-nav-list > li {
    position: relative;
  }
}
.header-nav-list > li > a {
  color: #fff;
  font-size: 15px;
  margin: 0 25px;
  display: block;
  height: 80px;
  line-height: 80px;
  box-sizing: border-box;
}
@media (max-width: 1259.9px) {
  .header-nav-list > li > a {
    font-size: 14px;
    height: 55px;
    line-height: 55px;
    margin: 0;
    border-top: solid 1px #233141;
    font-weight: 500;
  }
}
@media (min-width: 1260px) {
  .header-nav-list > li > a:hover {
    border-bottom: solid 2px #004a98;
  }
}
@media (max-width: 1259.9px) {
  .header-nav-list .header-nav-submenu ul {
    padding-bottom: 20px;
  }
  .header-nav-list .header-nav-submenu ul li {
    font-size: 12px;
    padding: 5px;
  }
  .header-nav-list .header-nav-submenu ul li a {
    color: #fff;
  }
  .header-nav-list .header-nav-submenu ul li a::before {
    content: "- ";
  }
}
@media (min-width: 1260px) {
  .header-nav-list .header-nav-submenu {
    display: none;
    position: absolute;
    background-color: #edf1f5;
    border-top: solid 1px #d5d8dc;
    padding: 45px 0;
    width: 100vw;
    left: 0;
    top: 80px;
    box-sizing: border-box;
    z-index: 1000;
  }
  .header-nav-list .header-nav-submenu ul {
    display: flex;
    gap: 10px;
    margin-left: 33px;
  }
  .header-nav-list .header-nav-submenu ul > li a {
    color: #111;
    font-size: 15px;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    display: block;
    border: solid 1px #fff;
  }
  .header-nav-list .header-nav-submenu ul > li a:hover {
    border: solid 1px #004a98;
  }
}
@media (min-width: 1260px) {
  .header-nav-list .header-nav-submenu-title {
    font-size: 20px;
    font-weight: 500;
    color: #111;
  }
}
@media (max-width: 1259.9px) {
  .header-nav-list .header-nav-submenu-title {
    display: none;
  }
}
@media (min-width: 1260px) {
  .header-nav-list li:hover > .header-nav-submenu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.header-nav-sub {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1259.9px) {
  .header-nav-sub {
    margin-right: 55px;
  }
}
.header-nav-sub li {
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}
.header-nav-sub a {
  width: 100px;
  height: 80px;
  color: #fff;
  font-size: 12px;
  display: block;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 1259.9px) {
  .header-nav-sub a {
    width: 55px;
    height: 50px;
    font-size: 8px;
  }
}
.header-nav-sub a img {
  height: 30px;
  width: auto;
}
@media (min-width: 1260px) {
  .header-nav-sub a:hover {
    border-bottom: solid 2px #004a98;
  }
}
.header-nav-sub-access {
  display: block;
  padding-top: 50px;
  box-sizing: border-box;
  -webkit-mask-position: center 13px;
          mask-position: center 13px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto 30px;
          mask-size: auto 30px;
  -webkit-mask-image: url("../images/common/icon_access.svg");
          mask-image: url("../images/common/icon_access.svg");
  background: #fff;
}
@media (max-width: 1259.9px) {
  .header-nav-sub-access {
    padding-top: 30px;
    -webkit-mask-position: center 6px;
            mask-position: center 6px;
    -webkit-mask-size: auto 19px;
            mask-size: auto 19px;
  }
}
.header-nav-sub-translate {
  display: block;
  -webkit-mask-image: url("../images/common/icon_translate.svg");
          mask-image: url("../images/common/icon_translate.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center 13px;
          mask-position: center 13px;
  -webkit-mask-size: auto 30px;
          mask-size: auto 30px;
  padding-top: 42px;
  box-sizing: border-box;
  background: #fff;
}
@media (max-width: 1259.9px) {
  .header-nav-sub-translate {
    padding-top: 25px;
    -webkit-mask-position: center 6px;
            mask-position: center 6px;
    -webkit-mask-size: auto 19px;
            mask-size: auto 19px;
  }
}

/* 4. Main */
.main {
  /* 4-1. Contact */
}
.main .contact {
  padding: 70px 0;
  color: #fff;
  background: #000 url("../images/common/contact_bg_pc.jpg") center center/cover;
}
@media (max-width: 959.9px) {
  .main .contact {
    background: #000 url("../images/common/contact_bg_sp.jpg") center center/cover;
  }
}
@media (min-width: 960px) {
  .main .contact-inner {
    display: flex;
    justify-content: space-between;
  }
}
.main .contact-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 959.9px) {
  .main .contact-inner {
    padding: 0 30px;
  }
}
.main .contact-title {
  font-size: 26px;
  font-weight: 500;
  color: #2C70B7;
  margin-bottom: 25px;
}
@media (max-width: 959.9px) {
  .main .contact-title {
    font-size: 19px;
  }
}

.related {
  padding: 100px 0;
  background: #edf1f5;
}
@media (max-width: 959.9px) {
  .related {
    padding: 50px 0 20px;
  }
}
.related-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 959.9px) {
  .related-inner {
    padding: 0 30px;
  }
}
.related-title {
  font-size: 36px;
  margin-bottom: 25px;
  font-family: "Zalando Sans Expanded", sans-serif;
  text-align: center;
}
@media (max-width: 959.9px) {
  .related-title {
    font-size: 25px;
  }
}
@media (min-width: 960px) {
  .related-items {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
}
.related-items {
  font-size: 14px;
}
@media (max-width: 959.9px) {
  .related-items {
    font-size: 12px;
  }
}
@media (min-width: 960px) {
  .related-items li {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 959.9px) {
  .related-items li {
    margin-bottom: 20px;
  }
}
.related-items a {
  color: #111;
}
@media (min-width: 960px) {
  .related-items a:hover {
    opacity: 0.7;
  }
}
.related-items img {
  width: 100%;
  height: auto;
}
.related-items span {
  display: block;
  text-align: center;
  margin-top: 10px;
}
.related-item {
  width: 30%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  box-sizing: border-box;
}
.related-item-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #2C70B7;
}
.related-item-text {
  font-size: 14px;
  line-height: 1.6;
}

/* 5. Footer */
.footer {
  text-align: center;
  padding: 50px 0 0;
  background-color: #000;
  color: #fff;
}
@media (min-width: 960px) {
  .footer-inner {
    display: flex;
    justify-content: space-between;
  }
}
.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 10px;
}
.footer-logo {
  display: flex;
  width: 378px;
  height: 44px;
  padding: 0 30px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 959.9px) {
  .footer-logo {
    width: 100%;
    padding: 0;
    justify-content: center;
    gap: 13px;
  }
}
.footer-logo a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.footer-logo a.site-title-1 {
  width: 192px;
  height: 44px;
  background: url("../images/common/logo1.png") center center/contain no-repeat;
}
@media (max-width: 959.9px) {
  .footer-logo a.site-title-1 {
    width: 149px;
    height: 34px;
  }
}
.footer-logo a.site-title-2 {
  width: 170px;
  height: 44px;
  background: url("../images/common/logo2.png") center center/contain no-repeat;
}
@media (max-width: 959.9px) {
  .footer-logo a.site-title-2 {
    width: 132px;
    height: 34px;
  }
}
@media (max-width: 959.9px) {
  .footer-nav {
    padding: 25px;
  }
}
@media (min-width: 960px) {
  .footer-nav-list {
    display: flex;
    gap: 20px;
  }
}
@media (max-width: 959.9px) {
  .footer-nav-list {
    border-bottom: solid 1px #233141;
  }
}
.footer-nav-list > li {
  text-align: left;
  font-size: 16px;
}
@media (max-width: 959.9px) {
  .footer-nav-list > li {
    position: relative;
  }
}
.footer-nav-list > li > a {
  color: #fff;
}
@media (min-width: 960px) {
  .footer-nav-list > li > a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 959.9px) {
  .footer-nav-list > li > a {
    display: block;
    font-size: 14px;
    height: 55px;
    line-height: 55px;
    margin: 0;
    border-top: solid 1px #233141;
    font-weight: 500;
  }
}
@media (min-width: 960px) {
  .footer-nav-list > li ul {
    margin-top: 15px;
  }
}
.footer-nav-list > li ul > li {
  font-size: 14px;
}
.footer-nav-list > li ul > li a {
  color: #fff;
}
@media (min-width: 960px) {
  .footer-nav-list > li ul > li a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 959.9px) {
  .footer-nav-list > li ul > li:last-child {
    margin-bottom: 20px;
  }
}
.footer-nav-list > li ul > li::before {
  content: "-";
  margin-right: 5px;
  color: #fff;
  line-height: 1.8;
}

.footer-top-link {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  font-size: 14px;
  color: #fff;
  width: 60px;
  height: 60px;
  background: url("../images/common/pagetop_off.svg") no-repeat center center;
  background-size: 60px 60px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 959.9px) {
  .footer-top-link {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
}
@media (min-width: 960px) {
  .footer-top-link:hover {
    background: url("../images/common/pagetop_on.svg") no-repeat center center;
    background-size: 60px 60px;
  }
}

.copyright {
  border-top: solid 1px #243141;
  padding: 25px 0;
  margin-top: 50px;
  font-size: 12px;
  color: #fff;
}
@media (max-width: 959.9px) {
  .copyright {
    margin-top: 0;
    font-size: 10px;
  }
}

/* CONTENTS PAGE */
.main-header {
  background: #edf1f5;
}

.kv {
  height: 360px;
  background: #000;
}
@media (max-width: 959.9px) {
  .kv {
    height: 250px;
  }
}
.kv-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 10px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 959.9px) {
  .kv-inner {
    padding: 0 30px;
  }
}
.kv-title {
  font-size: 38px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 959.9px) {
  .kv-title {
    font-size: 24px;
  }
}
.kv-title-sub {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
}
@media (max-width: 959.9px) {
  .kv-title-sub {
    font-size: 15px;
  }
}
.kv-title-sub span {
  font-size: 28px;
  color: #004a98;
}
@media (max-width: 959.9px) {
  .kv-title-sub span {
    font-size: 20px;
  }
}

.local-nav {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 1px #CFD6DD;
  padding: 15px 0;
  box-sizing: border-box;
}
@media (max-width: 959.9px) {
  .local-nav {
    height: auto;
    padding: 7px 0;
  }
}
.local-nav .local-nav-list {
  display: flex;
  justify-content: center;
}
@media (max-width: 959.9px) {
  .local-nav .local-nav-list {
    width: 100%;
  }
}
.local-nav .local-nav-list li {
  border-left: solid 1px #CFD6DD;
}
@media (max-width: 959.9px) {
  .local-nav .local-nav-list li {
    width: 25%;
  }
}
.local-nav .local-nav-list li:last-child {
  border-right: solid 1px #CFD6DD;
}
.local-nav .local-nav-list li a {
  color: #111;
  padding: 10px 40px;
  display: block;
  position: relative;
}
@media (max-width: 959.9px) {
  .local-nav .local-nav-list li a {
    font-size: 12px;
    padding: 8px 0;
    text-align: center;
    height: 45px;
    box-sizing: border-box;
  }
}
@media (min-width: 960px) {
  .local-nav .local-nav-list li a:hover {
    color: #004a98;
  }
}
.local-nav .local-nav-list li a::after {
  content: "";
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url("../images/common/icon_arrow.svg");
          mask-image: url("../images/common/icon_arrow.svg");
  background: #004a98;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 12px;
  height: 9px;
}
@media (max-width: 959.9px) {
  .local-nav .local-nav-list li a::after {
    top: auto;
    bottom: 8px;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
    width: 6px;
    height: 5px;
  }
}
.local-nav .local-nav-list li a.local-nav-link::after {
  transform: translateY(-50%);
}
@media (max-width: 959.9px) {
  .local-nav .local-nav-list li a.local-nav-link::after {
    transform: translateX(50%);
  }
}
@media (max-width: 959.9px) {
  .local-nav .local-nav-list li a.local-nav-list-dsp {
    padding-top: 3px !important;
    line-height: 1;
  }
}

.breadcrumb {
  display: flex;
  justify-content: flex-end;
  padding: 30px 10px;
  max-width: 1180px;
  margin: auto;
}
.breadcrumb-list {
  font-size: 14px;
}
@media (max-width: 959.9px) {
  .breadcrumb-list {
    font-size: 11px;
    flex-wrap: wrap;
  }
}
.breadcrumb-list li {
  display: inline;
}
.breadcrumb-list li:not(:first-child)::before {
  content: "|";
  margin: 0 5px;
  color: #CFD6DD;
}
.breadcrumb a {
  color: #111;
  text-decoration: underline;
}
@media (min-width: 960px) {
  .breadcrumb a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

.content-lead {
  background: #edf1f5;
}
.content-lead-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 10px 80px;
}
@media (max-width: 959.9px) {
  .content-lead-inner {
    padding: 5px 30px 40px;
  }
}
.content-lead-inner p {
  line-height: 2;
}
.content-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 80px 10px;
}
@media (max-width: 959.9px) {
  .content-inner {
    padding: 30px 30px;
  }
}
.content-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 25px;
}
@media (max-width: 959.9px) {
  .content-title {
    font-size: 22px;
    display: flex;
    align-items: baseline;
  }
}
.content-title span {
  font-size: 42px;
  font-weight: 300;
  color: #004a98;
}
@media (max-width: 959.9px) {
  .content-title span {
    font-size: 32px;
  }
}
.content-title-sub {
  font-size: 22px;
  font-weight: 500;
  margin: 40px 0 20px;
}
@media (max-width: 959.9px) {
  .content-title-sub {
    font-size: 17px;
    margin: 30px 0 10px;
    display: flex;
    align-items: baseline;
  }
}
.content-nav {
  text-align: right;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .content-nav {
    margin-top: -40px;
  }
}
.content-nav a {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  font-weight: 500;
}
.content-nav a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 17px;
  height: 12px;
  transform: translateY(-50%) rotate(180deg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto 12px;
          mask-size: auto 12px;
  -webkit-mask-image: url("../images/common/icon_arrow.svg");
          mask-image: url("../images/common/icon_arrow.svg");
  background: #004a98;
}
@media (min-width: 960px) {
  .content-nav a:hover {
    color: #004a98;
  }
}

.col-3-pc {
  margin-top: 40px;
}
@media (min-width: 960px) {
  .col-3-pc {
    display: flex;
    gap: 35px;
  }
  .col-3-pc > div {
    width: calc((100% - 70px) / 3);
  }
}

.col-2-pc {
  margin-top: 40px;
}
@media (min-width: 960px) {
  .col-2-pc {
    display: flex;
    gap: 35px;
  }
  .col-2-pc > div {
    width: calc((100% - 35px) / 2);
  }
}

.list01 li {
  line-height: 2;
}
.list01 li::before {
  content: "- ";
}

.contact2 {
  background: #fff;
}
.contact2 p {
  line-height: 2;
}
.contact2-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 80px 10px;
}
@media (max-width: 959.9px) {
  .contact2-inner {
    padding: 30px 30px;
  }
}
@media (min-width: 960px) {
  .contact2-content {
    display: flex;
    gap: 60px;
  }
}
.contact2-content {
  background: #0F1720;
  padding: 60px;
  box-sizing: border-box;
  color: #fff;
}
@media (max-width: 959.9px) {
  .contact2-content {
    padding: 25px;
  }
}
.contact2-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
  display: inline-block;
  border-bottom: solid 3px #004a98;
}
@media (max-width: 959.9px) {
  .contact2-title {
    display: block;
    margin: 0 auto 30px;
    text-align: center;
    border: none;
    position: relative;
  }
  .contact2-title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 120px;
    height: 3px;
    background: #004a98;
    transform: translateX(-50%);
  }
}
.contact2-info {
  background: #1A2531;
  padding: 30px;
  box-sizing: border-box;
}
@media (max-width: 959.9px) {
  .contact2-info {
    padding: 20px;
    margin-top: 20px;
  }
}
.contact2-info-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  white-space: nowrap;
}
@media (max-width: 959.9px) {
  .contact2-info-title {
    font-size: 16px;
  }
}

.btn-link {
  display: inline-block;
  margin: 40px auto;
  font-size: 16px;
  color: #fff;
  background-color: #004a98;
  padding: 30px 75px 30px 20px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 959.9px) {
  .btn-link {
    font-size: 15px;
    padding: 22px 55px 22px 20px;
    width: 100%;
    margin: 30px auto;
    text-align: left;
  }
}
@media (min-width: 960px) {
  .btn-link:hover {
    background-color: #105BC1;
  }
}
.btn-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 55px;
  height: 28px;
  background: url(../images/common/icon_arrow.svg) no-repeat center center;
  background-size: 17px 12px;
  border-left: dotted 1px #fff;
  transform: translateY(-50%);
}
@media (max-width: 959.9px) {
  .btn-link::after {
    width: 45px;
  }
}
.btn-link--blank::after, .btn-link[target=_blank]::after {
  background: none;
}
.btn-link--blank::before, .btn-link[target=_blank]::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 17px;
  height: 12px;
  background: url(../images/common/icon_arrow.svg) no-repeat center center;
  background-size: 17px 12px;
  transform: rotate(-45deg) translateY(-65%);
}
.btn-link[href$=".pdf"]::after {
  height: 22px;
  vertical-align: middle;
  background-image: url("../images/common/icon_pdf.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

/* About */
.about .kv {
  background: url("../images/about/kv_pc.jpg") center bottom/cover;
}
@media (max-width: 959.9px) {
  .about .kv {
    background: url("../images/about/kv_sp.jpg") center bottom/cover;
  }
}
@media (min-width: 1260px) {
  .about .header-nav-list > li:first-child > a {
    border-bottom: solid 4px #004a98;
  }
}
.about .history {
  background: #fff;
}
.about .history-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 80px 10px;
}
@media (max-width: 959.9px) {
  .about .history-inner {
    padding: 30px 30px;
  }
}
.about .history-table {
  border-bottom: solid 1px #CFD6DD;
}
.about .history-table dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border-top: solid 1px #CFD6DD;
  padding: 20px 0 10px;
}
.about .history-table dt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 175px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
@media (max-width: 959.9px) {
  .about .history-table dt {
    width: 68px;
  }
}
.about .history-table dd {
  padding: 3px 30px;
  margin-bottom: 10px;
  width: calc(100% - 175px);
  box-sizing: border-box;
}
@media (max-width: 959.9px) {
  .about .history-table dd {
    width: calc(100% - 68px);
    font-size: 14px;
    padding: 3px 10px;
  }
}
.about .history-table .year {
  display: block;
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  padding: 3px 30px;
  box-sizing: border-box;
}
@media (max-width: 959.9px) {
  .about .history-table .year {
    width: 50%;
    font-size: 13px;
    padding: 3px 5px 3px 0;
  }
}
.about .history-table .month {
  display: block;
  text-align: center;
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  border-left: solid 1px #CFD6DD;
  border-right: solid 1px #CFD6DD;
  padding: 3px 30px;
  width: 80px;
  height: 28px;
  box-sizing: border-box;
}
@media (max-width: 959.9px) {
  .about .history-table .month {
    width: 50%;
    height: 22px;
    font-size: 13px;
    padding: 3px 5px;
  }
}
.about .access {
  background: #edf1f5;
}
.about .access-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 80px 10px;
}
@media (max-width: 959.9px) {
  .about .access-inner {
    padding: 30px 30px;
  }
}
.about .access-map {
  width: 100%;
  height: auto;
}
.about .access-map iframe[src*="www.google.com/maps/embed"] {
  aspect-ratio: 118/60;
  width: 100%;
  height: auto;
}
@media (max-width: 959.9px) {
  .about .access-map iframe[src*="www.google.com/maps/embed"] {
    aspect-ratio: 65/66;
  }
}
.about .access-text {
  margin-top: 30px;
  display: flex;
  gap: 60px;
  line-height: 1.8;
}
@media (max-width: 959.9px) {
  .about .access-text {
    flex-direction: column;
    gap: 30px;
  }
}
.about .access-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (max-width: 959.9px) {
  .about .access-title {
    font-size: 16px;
  }
}
.about-greeting p {
  line-height: 2;
  margin: 30px 0;
}
@media (max-width: 959.9px) {
  .about-greeting p {
    margin: 20px 0;
  }
}
.about-profile {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 90px;
}
@media (max-width: 959.9px) {
  .about-profile {
    margin-top: 45px;
    margin-bottom: 30px;
  }
}
.about-profile-name-ja {
  font-size: 28px;
  font-weight: 500;
  margin-top: 10px;
}
@media (max-width: 959.9px) {
  .about-profile-name-ja {
    font-size: 22px;
  }
}
.about-profile-name-en {
  font-family: "Zalando Sans Expanded", sans-serif;
  margin-bottom: 10px;
}

/* STAFF */
.staff .kv {
  background: url("../images/staff/kv_pc.jpg") center bottom/cover;
}
@media (max-width: 959.9px) {
  .staff .kv {
    background: url("../images/staff/kv_sp.jpg") center bottom/cover;
  }
}
@media (min-width: 1260px) {
  .staff .header-nav-list > li:nth-child(4) > a {
    border-bottom: solid 4px #004a98;
  }
}
.staff-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media (max-width: 959.9px) {
  .staff-list {
    flex-direction: column;
    gap: 50px;
  }
}
.staff-list-item {
  line-height: 1.5;
}
@media (min-width: 960px) {
  .staff-list-item {
    display: flex;
    flex: 0 0 calc((100% - 60px) / 2);
    gap: 35px;
  }
}
.staff-list-photo {
  max-width: 240px;
  aspect-ratio: 24/27;
  overflow: hidden;
  margin: auto;
}
@media (min-width: 960px) {
  .staff-list-photo {
    width: 240px;
  }
}
.staff-list-photo a {
  width: 100%;
  height: 100%;
  display: block;
}
.staff-list-photo img {
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.staff-list-profile {
  padding: 20px 0;
}
@media (min-width: 960px) {
  .staff-list-profile {
    width: calc(100% - 275px);
  }
}
@media (max-width: 959.9px) {
  .staff-list-profile {
    text-align: center;
  }
}
.staff-list-profile a {
  font-family: "Zalando Sans Expanded", sans-serif;
  margin-top: 20px;
}
@media (max-width: 959.9px) {
  .staff-list-profile a {
    margin-top: 10px;
  }
}
@media (max-width: 959.9px) {
  .staff-list-profile .list01 {
    text-align: left;
    display: inline-block;
    margin: auto;
  }
}
.staff-list-name-en {
  font-size: 28px;
  font-family: "Zalando Sans Expanded", sans-serif;
}
@media (max-width: 959.9px) {
  .staff-list-name-en {
    font-size: 22px;
  }
}
.staff-list-name-ja {
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0 10px;
}
@media (max-width: 959.9px) {
  .staff-list-name-ja {
    font-size: 16px;
    margin: 10px 0 10px;
  }
}
@media (max-width: 959.9px) {
  .staff-list-text {
    text-align: center;
  }
}

/* 3. NEWS */
.news .kv {
  background: url("../images/news/kv_pc.jpg") center bottom/cover;
}
@media (max-width: 959.9px) {
  .news .kv {
    background: url("../images/news/kv_sp.jpg") center bottom/cover;
  }
}
@media (min-width: 1260px) {
  .news .header-nav-list > li:nth-child(5) > a {
    border-bottom: solid 4px #004a98;
  }
}
.news-content {
  background-color: #edf1f5;
  padding-top: 10px;
}
.news-inner {
  max-width: 1180px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fff;
  padding: 50px 80px 80px;
}
@media (max-width: 959.9px) {
  .news-inner {
    padding: 20px 10px 60px;
  }
}
.news-link {
  font-size: 16px;
  color: #111;
}
@media (max-width: 959.9px) {
  .news-link {
    font-size: 14px;
  }
}
.news-list li {
  padding: 20px 10px;
  border-bottom: solid 1px #CFD5DE;
}
@media (min-width: 960px) {
  .news-list a:hover {
    opacity: 0.5;
  }
}
.news-time {
  color: #111;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.news-cat {
  font-size: 13px;
  border-radius: 99px;
  color: #004a98;
  background-color: #EEF1F4;
  width: 90px;
  display: inline-block;
  text-align: center;
  padding: 3px 0;
  margin: 0 10px;
}
@media (max-width: 959.9px) {
  .news-cat {
    font-size: 11px;
    width: 75px;
  }
}
.news-text {
  color: #111;
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 959.9px) {
  .news-text {
    margin-top: 3px;
    display: block;
  }
}
.news-header {
  border-bottom: solid 1px #CFD6DD;
  margin: 40px 0 60px;
}
@media (max-width: 959.9px) {
  .news-header {
    margin: 0 0 30px;
    padding: 30px 20px;
  }
}
.news-title {
  font-size: 35px;
  margin: 20px 0 60px;
}
@media (max-width: 959.9px) {
  .news-title {
    font-size: 25px;
    margin: 10px 0 0;
  }
}
@media (max-width: 959.9px) {
  .news-main {
    padding: 0 20px;
  }
}
.news-main h3 {
  font-size: 21px;
  font-weight: 500;
  color: #004a98;
  border: solid 1px #dce0e4;
  padding: 15px 20px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 959.9px) {
  .news-main h3 {
    font-size: 16px;
    padding: 10px;
  }
}
.news-main h3:not(:first-child) {
  margin-top: 40px;
}
.news-main h3::before {
  content: "";
  width: 4px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  background: #004a98;
}
@media (max-width: 959.9px) {
  .news-main h3::before {
    height: 26px;
  }
}
.news-main h4 {
  font-size: 20px;
  font-weight: 500;
  color: #004a98;
  margin-bottom: 30px;
}
.news-main h4:not(:first-child) {
  margin-top: 30px;
}
@media (max-width: 959.9px) {
  .news-main h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.news-main p {
  margin: 30px 0;
  line-height: 2;
}
@media (max-width: 959.9px) {
  .news-main p {
    margin: 20px 0;
  }
}
.news-main ul {
  list-style-type: disc;
  line-height: 1.96;
  margin: 30px 0 30px 1.6em;
}
.news-main ol {
  list-style-type: decimal;
  line-height: 1.96;
  margin: 30px 0 30px 1.6em;
}
.news-main a {
  color: #004a98;
  text-decoration: underline;
  text-decoration-color: #004a98;
}
@media (min-width: 960px) {
  .news-main a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
.news-main a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 3px;
  vertical-align: middle;
  /* アイコン画像のパスを指定 */
  background-image: url("../images/common/icon_news_arrow.png");
  background-size: 13px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.news-main a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 3px;
  vertical-align: middle;
  /* アイコン画像のパスを指定 */
  background-image: url("../images/common/icon_news_blank.png");
  background-size: 13px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.news-main a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 1em;
  margin-left: 3px;
  vertical-align: middle;
  background-image: url("../images/common/icon_pdf.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.news-main table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  background-color: #fff;
}
.news-main table th,
.news-main table td {
  border: 1px solid #4F6D8D;
  padding: 10px;
  text-align: center;
}
.news-main table th {
  background-color: #6987A7;
  font-weight: 500;
  color: #fff;
}
.news-main table .td {
  color: #0D3A6C;
  background: #F6F7FA;
}
.news .page-navigation {
  display: flex;
  justify-content: center;
  margin: 60px auto 0;
}
@media (max-width: 959.9px) {
  .news .page-navigation {
    margin: 30px auto 0;
  }
}
.news .page-navigation-list {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #004997;
  color: #fff;
  border-radius: 99px;
}
.news .page-navigation-list .current_page:first-child {
  margin-left: 30px;
}
.news .page-navigation-list .current_page:last-child {
  margin-right: 30px;
}
.news .page-navigation-prev a, .news .page-navigation-next a {
  display: block;
  width: 46px;
  height: 46px;
  position: relative;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
@media (min-width: 960px) {
  .news .page-navigation-prev a, .news .page-navigation-next a {
    opacity: 0.5;
  }
  .news .page-navigation-prev a:hover, .news .page-navigation-next a:hover {
    opacity: 1;
  }
}
.news .page-navigation-prev a::before, .news .page-navigation-next a::before {
  content: "";
  width: 12px;
  height: 18px;
  background-image: url(../images/common/pager_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 17px;
  top: 14px;
}
.news .page-navigation-prev a::before {
  transform: rotate(180deg);
}
.news .page-navigation .back-to-index {
  margin: 0 35px;
}
.news .page-navigation .back-to-index a {
  display: block;
  width: 46px;
  height: 46px;
  position: relative;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
@media (min-width: 960px) {
  .news .page-navigation .back-to-index a {
    opacity: 0.5;
  }
  .news .page-navigation .back-to-index a:hover {
    opacity: 1;
  }
}
.news .page-navigation .back-to-index a::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/common/pager_top.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 11px;
  top: 11px;
}
.news .page-navigation .link_page {
  color: #fff;
  opacity: 0.5;
  font-family: "Zalando Sans", sans-serif;
  font-size: 18px;
  margin: 0 5px;
}
@media (min-width: 960px) {
  .news .page-navigation .link_page {
    font-size: 21px;
  }
  .news .page-navigation .link_page:hover {
    opacity: 1;
  }
}
.news .page-navigation .current_page {
  color: #fff;
  font-family: "Zalando Sans", sans-serif;
  font-size: 21px;
  margin: 0 5px;
  line-height: 46px;
}
@media (max-width: 959.9px) {
  .news .page-navigation .current_page {
    font-size: 18px;
  }
}

.education .kv {
  background: url("../images/education/kv_pc.jpg") center bottom/cover;
}
@media (max-width: 959.9px) {
  .education .kv {
    background: url("../images/education/kv_sp.jpg") center bottom/cover;
  }
}
@media (min-width: 1260px) {
  .education .header-nav-list > li:nth-child(2) > a {
    border-bottom: solid 4px #004a98;
  }
}
.education p {
  line-height: 2;
}
.education .content-inner {
  padding-bottom: 10px;
}
.education-b {
  border: solid 1px #dce0e4;
  border-top: solid 4px #004a98;
  padding: 30px;
  line-height: 2;
}
@media (max-width: 959.9px) {
  .education-b {
    margin-top: 15px;
    padding: 20px;
  }
}
.education-b p {
  margin-top: 10px;
}
.education-b-title {
  font-size: 20px;
  color: #004a98;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (max-width: 959.9px) {
  .education-b-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.education-b-title-label {
  font-size: 14px;
  color: #fff;
  background-color: #004a98;
  display: inline-block;
  padding: 2px 5px;
  margin-right: 10px;
}
@media (max-width: 959.9px) {
  .education-b-title-label {
    font-size: 12px;
  }
}
.education-b-title--small {
  font-size: 14px;
}
@media (max-width: 959.9px) {
  .education-b-title--small {
    font-size: 12px;
    display: block;
  }
}
.education-b-title-num {
  display: inline-block;
  border-right: solid 1px #004a98;
  padding-right: 10px;
  margin-right: 10px;
  font-family: "Zalando Sans Expanded", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 959.9px) {
  .education-b-title-num {
    font-size: 14px;
  }
}
.education-b-dl {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  line-height: 1.5;
  margin-top: 10px;
}
.education-b-dl-small {
  font-size: 14px;
}
.education-b-dl dt {
  width: 3.5em;
}
.education-b-dl dd {
  width: calc(100% - 3.5em - 5px);
}
.education-b-dl2 dt {
  font-weight: 500;
  margin-top: 5px;
}
.education .openbadge {
  background-color: #edf1f5;
  padding: 20px;
  margin-top: 25px;
}
@media (min-width: 960px) {
  .education .openbadge {
    display: flex;
    gap: 108px;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 20px 50px;
    margin-top: 40px;
  }
}
.education .openbadge-title {
  font-size: 20px;
  white-space: nowrap;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 3px;
  text-decoration-color: #004a98;
}
@media (max-width: 959.9px) {
  .education .openbadge-title {
    font-size: 17px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.education .education-sub {
  margin: 40px 0;
}
.education .education-sub-title {
  font-size: 19px;
  font-weight: 500;
  border-bottom: solid 1px #cfd6dd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (max-width: 959.9px) {
  .education .education-sub-title {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .education-form-list a:hover {
    opacity: 0.7;
  }
}
.education-form-list a[href$=".pdf"]::before {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_pdf.png) center center/contain no-repeat;
  width: 23px;
  height: 25px;
  vertical-align: middle;
  margin-right: 5px;
}
@media (max-width: 959.9px) {
  .education-form-list a[href$=".pdf"]::before {
    width: 15px;
    height: 16px;
  }
}
.education-entry {
  background-color: #edf1f5;
  padding: 20px;
  margin-top: 25px;
}
@media (min-width: 960px) {
  .education-entry {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 959.9px) {
  .education-entry {
    margin: 25px -30px 0;
  }
}
.education-entry-data {
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 960px) {
  .education-entry-data {
    margin-left: 20px;
  }
}
@media (max-width: 959.9px) {
  .education-entry-data {
    font-size: 15px;
    line-height: 1.833;
    margin-bottom: 10px;
  }
}
.education-entry .btn-link {
  margin: 0;
}

.research .kv {
  background: url("../images/research/kv_pc.jpg") center bottom/cover;
}
@media (max-width: 959.9px) {
  .research .kv {
    background: url("../images/research/kv_sp.jpg") center bottom/cover;
  }
}
@media (min-width: 1260px) {
  .research .header-nav-list > li:nth-child(3) > a {
    border-bottom: solid 4px #004a98;
  }
}
.research p {
  line-height: 2;
}
.research .content-inner {
  padding-bottom: 10px;
}
.research-b {
  margin-top: 40px;
}
@media (max-width: 959.9px) {
  .research-b {
    margin-top: 30px;
  }
}
.research-b-title {
  font-size: 21px;
  font-weight: 500;
  color: #004a98;
  border: solid 1px #dce0e4;
  padding: 15px 20px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 959.9px) {
  .research-b-title {
    font-size: 16px;
    padding: 10px;
  }
}
.research-b-title::before {
  content: "";
  width: 4px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  background: #004a98;
}
@media (max-width: 959.9px) {
  .research-b-title::before {
    height: 26px;
  }
}
.research-b-list {
  list-style: decimal;
  margin-left: 2em;
}
.research-b-list li {
  margin-bottom: 6px;
}
.research-b-btn {
  text-align: center;
  margin-top: 50px;
}
.research-b-btn a {
  display: inline-block;
  position: relative;
  border: solid 1px #004a98;
  padding: 25px 60px 25px 20px;
  font-weight: 500;
}
@media (min-width: 960px) {
  .research-b-btn a:hover {
    color: #004a98;
  }
}
.research-b-btn a::after {
  content: "";
  width: 28px;
  height: 28px;
  background: #004a98 url(../images/common/icon_arrow.svg) center center no-repeat;
  background-size: 12px auto;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.research-b-nenpou {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
@media (max-width: 959.9px) {
  .research-b-nenpou li {
    width: calc((100% - 10px) / 2);
  }
}
.research-b-nenpou a {
  display: block;
  text-align: center;
  border: solid 1px #edf1f5;
  background-color: #edf1f5;
  border-radius: 3px;
  width: 160px;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  font-weight: 500;
}
@media (max-width: 959.9px) {
  .research-b-nenpou a {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .research-b-nenpou a:hover {
    border: solid 1px #004a98;
    color: #004a98;
  }
}
.research-b-content {
  margin: 30px 0 0;
  position: relative;
}
@media (max-width: 959.9px) {
  .research-b-content {
    margin: 20px 0 0;
  }
}
.research-b-content:not(:last-child) {
  border-bottom: solid 1px #cfd6dd;
  padding: 0 0 30px;
}
.research-b-content--border-top {
  border-top: solid 1px #cfd6dd;
  padding-top: 30px !important;
}
.research-b-content--border-bottom {
  border-bottom: solid 1px #cfd6dd;
  padding-bottom: 30px !important;
}
.research-b-content-title {
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 3px;
}
@media (max-width: 959.9px) {
  .research-b-content-title {
    font-size: 15px;
    margin-bottom: 3px;
  }
}
.research-b-content-link {
  display: block;
  position: relative;
  padding-right: 30px;
}
.research-b-content-link::after {
  content: "";
  width: 28px;
  height: 28px;
  background: #004a98 url(../images/common/icon_arrow.svg) center center no-repeat;
  background-size: 12px auto;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 960px) {
  .research-b-content a:hover {
    opacity: 0.5;
  }
}
.research-archive-title {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 25px;
}
@media (max-width: 959.9px) {
  .research-archive-title {
    font-size: 23px;
  }
}
.research-archive-title-sub {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 959.9px) {
  .research-archive-title-sub {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.research-archive-title-sub span {
  font-size: 34px;
  font-weight: 300;
  color: #004a98;
}
@media (max-width: 959.9px) {
  .research-archive-title-sub span {
    font-size: 23px;
  }
}
.research-archive-dl {
  border-top: 3px solid #004a98;
  border-bottom: 3px solid #004a98;
  margin-top: 50px;
}
@media (min-width: 960px) {
  .research-archive-dl {
    display: flex;
    flex-wrap: wrap;
  }
}
.research-archive-dl dt {
  font-weight: 500;
  padding: 30px 5px;
  width: 300px;
  box-sizing: border-box;
  border-bottom: solid 1px #cfd6dd;
  line-height: 2;
}
@media (max-width: 959.9px) {
  .research-archive-dl dt {
    font-size: 15px;
    width: 100%;
    padding: 20px 0 0;
    border-bottom: none;
  }
}
.research-archive-dl dd {
  border-bottom: solid 1px #cfd6dd;
  box-sizing: border-box;
  padding: 30px 5px 30px 30px;
  width: calc(100% - 300px);
  line-height: 2;
}
@media (max-width: 959.9px) {
  .research-archive-dl dd {
    width: 100%;
    padding: 5px 0 20px;
  }
}
.research-archive-dl dd > .research-b-content:first-child {
  margin-top: 0;
}
@media (max-width: 959.9px) {
  .research-archive-timetable tr {
    display: block;
    padding: 10px 0;
  }
}
.research-archive-timetable td {
  vertical-align: top;
  line-height: 1.875;
}
@media (max-width: 959.9px) {
  .research-archive-timetable td {
    display: block;
  }
}
.research-archive-timetable td:not(:last-child) {
  white-space: nowrap;
  padding-right: 20px;
}/*# sourceMappingURL=common.css.map */