@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  color: #071B44;
  font-family: "游ゴシック", YuGothic, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  /* アンチエイリアスを指定する */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  /* メトリクスカーニングを指定する */
  font-kerning: normal;
  margin: 0;
}

a {
  text-decoration: underline;
  color: #2962D8;
}
a:hover, a:active, a:focus {
  color: #2962D8;
  opacity: 0.8;
  text-decoration: none;
}

p {
  font-family: "游ゴシック", YuGothic, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

/**
 * フルードイメージにします。
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* svgのIEバグ回避 */
img[src$=".svg"] {
  width: 100%;
  height: auto;
}

i,
cite,
em,
address,
dfn {
  font-style: normal;
}

code,
pre {
  font-family: Consolas, Menlo, Courier, monospace;
}

/* container
-------------------------------------------------------------------------- */
/* イージング設定
======================================================================== */
/* その他設定
======================================================================== */
/* flexbox 設定
======================================================================== */
/* =============================================================================
   bese
========================================================================== */
body {
  background-color: #F3F6FB;
  overflow-x: clip;
}
body.home {
  padding-top: 64px;
}
@media (max-width: 768px) {
  body.page-template-temp-major, body.page-template-temp-course {
    padding-top: 64px;
  }
}

.container {
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .container {
    max-width: 1300px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 30px !important;
  }
}
@media (max-width: 568px) {
  .container {
    padding: 0 20px !important;
  }
}
.container.u-w1100 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
}
.container.u-w1000 {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
}
.container.u-w900 {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
}
.container.u-w800 {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
}

/* =============================================================================
   btn
========================================================================== */
.btn-menu {
  background-color: #00388D;
  width: 100px;
  height: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  box-shadow: 0 0 8px -4px #000;
}
@media (min-width: 769px) {
  .btn-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    transition: 0.5s ease;
    transform: translateX(100%);
  }
  .l-header.in .btn-menu {
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  .btn-menu {
    width: 64px;
    height: 64px;
    box-shadow: none;
  }
}
.btn-menu .wrap {
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
}
@media (max-width: 768px) {
  .btn-menu .wrap {
    width: 38px;
    height: 38px;
  }
}
.btn-menu .wrap span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 36px;
  height: 2px;
  background-color: #FFFFFF;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .btn-menu .wrap span {
    width: 28px;
  }
}
.btn-menu .wrap span:nth-child(1) {
  top: 19px;
}
@media (max-width: 768px) {
  .btn-menu .wrap span:nth-child(1) {
    top: 10px;
  }
}
.btn-menu .wrap span:nth-child(2) {
  bottom: 0;
}
.btn-menu .wrap span:nth-child(3) {
  top: 39px;
}
@media (max-width: 768px) {
  .btn-menu .wrap span:nth-child(3) {
    top: 26px;
  }
}
body.open .btn-menu .wrap span:nth-child(1), body.open .btn-menu .wrap span:nth-child(3) {
  top: 29px;
}
@media (max-width: 768px) {
  body.open .btn-menu .wrap span:nth-child(1), body.open .btn-menu .wrap span:nth-child(3) {
    top: 18px;
  }
}
body.open .btn-menu .wrap span:nth-child(1) {
  transform: rotate(-45deg);
}
body.open .btn-menu .wrap span:nth-child(2) {
  width: 0;
  height: 0;
  opacity: 0;
  background: none;
  transform: scale(0);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
body.open .btn-menu .wrap span:nth-child(3) {
  transform: rotate(45deg);
}
body.open.circle .btn-menu .wrap span:nth-child(2) {
  width: 60px;
  height: 60px;
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 768px) {
  body.open.circle .btn-menu .wrap span:nth-child(2) {
    width: 38px;
    height: 38px;
  }
}

.btn-more_arrow {
  color: #FFFFFF;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: fit-content;
}
.btn-more_arrow > span {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}
@media (max-width: 991px) {
  .btn-more_arrow > span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.btn-more_arrow .icon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #F2F238;
  border-radius: 50%;
  margin-left: 15px;
  transition: 0.25s ease;
}
@media (max-width: 991px) {
  .btn-more_arrow .icon {
    width: 25px;
    height: 25px;
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .btn-more_arrow .icon svg {
    width: 13px;
    height: 13px;
  }
}
.btn-more_arrow .icon svg path {
  stroke: #071b44;
}
.btn-more_arrow:focus, .btn-more_arrow:hover {
  opacity: 1;
  color: #FFFFFF;
}
.btn-more_arrow:focus .icon, .btn-more_arrow:hover .icon {
  transform: translateX(5px);
}

.btn-format01 {
  padding: 15px;
  display: block;
  text-align: center;
  background-color: #FFFFFF;
  height: 47px;
  border-radius: 40px;
  line-height: 1;
  text-decoration: none;
  width: fit-content;
  min-width: 160px;
  color: #0D2966;
  font-weight: bold;
  border: 1px solid #FFFFFF;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .btn-format01 {
    font-size: 14px;
    font-size: 0.875rem;
    min-width: 148px;
    padding: 12px 15px;
    height: 38px;
  }
}
.btn-format01:hover, .btn-format01:focus {
  opacity: 1;
  color: #FFFFFF;
  background-color: #0D2966;
}
.btn-format01.type02 {
  background-color: #F2F238;
  color: #00388D;
  border: 1px solid #F2F238;
}
.btn-format01.type02:hover, .btn-format01.type02:focus {
  opacity: 0.8;
  color: #00388D;
  background-color: #F2F238;
}

.btn-format02 {
  background-color: #FFFFFF;
  width: 100%;
  max-width: 357px;
}
.btn-format02 > * {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.3333333333;
  padding: 28px 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
}
.btn-format02 > *[target=_blank] {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.btn-format02 > *[target=_blank]:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-left: 8px;
  background-size: contain;
}
.btn-format02.type1 > * {
  color: #FFFFFF;
  background-color: #00388D;
}
.btn-format02.type1 > *[target=_blank]:after {
  background-image: url(../img/icon_blank.svg);
}
.btn-format02.type2 > * {
  color: #00388D;
  background-color: #F2F238;
}
.btn-format02.type2 > *[target=_blank]:after {
  background-image: url(../img/icon_blank_b.svg);
}
.btn-format02.notblank > *[target=_blank]:after {
  content: none !important;
}
@media (max-width: 768px) {
  .btn-format02 > * {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 18px 5px;
  }
}

.btn-search {
  color: #FFFFFF;
  background-color: #00388D;
  border-radius: 17px;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 8px 12px;
  line-height: 1;
  margin-left: 15px;
}

.btn-bnr {
  margin-top: 80px;
}
.btn-bnr > * {
  max-width: 820px;
  width: 100%;
  margin: auto;
  background-color: #00388D;
  text-align: center;
  display: block;
  padding: 36px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 0.8333333333;
}
.btn-bnr > *:focus {
  opacity: 1;
  color: #FFFFFF;
}
.btn-bnr > *:hover {
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .btn-bnr {
    margin-top: 30px;
  }
  .btn-bnr > * {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 28px;
  }
}

/* =============================================================================
   common
========================================================================== */
.com-title01 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .com-title01 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.com-title02 {
  background-color: #F3F6FB;
  padding: 9px 12px;
}
.com-title02 span {
  display: block;
  padding-left: 12px;
  border-left: 4px solid #00388D;
  color: #00388D;
}
.com-title02 + .mod-table_format {
  margin-top: 30px;
}

.com-title03 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #071B44;
  border-left: 4px solid #00388D;
  padding-left: 15px;
}
.com-title03 span {
  font-size: 24px;
  font-size: 1.5rem;
  margin-right: 5px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .com-title03 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .com-title03 span {
    font-size: 20px;
    font-size: 1.25rem;
    margin-right: 5px;
  }
}

.com-title04 {
  text-align: center;
}
.com-title04 .com-title_sub {
  margin-bottom: 15px;
}
.com-title04 .title {
  font-size: 32px;
  font-size: 2rem;
  color: #00388D;
}
@media (max-width: 768px) {
  .com-title04 .com-title_sub {
    margin-bottom: 7px;
  }
  .com-title04 .title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.com-title_sub {
  color: #C2CFE4;
  font-family: "Inter", sans-serif;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  .com-title_sub {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.com-title_caption {
  line-height: 2;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .com-title_caption {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.com-lead {
  line-height: 1.75;
  margin: 0 0 40px;
}
@media (max-width: 768px) {
  .com-lead {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 30px;
  }
}

.com-text_format {
  line-height: 1.75;
  margin: 25px 0 0;
}
.com-text_format + * {
  margin-top: 25px;
}
@media (max-width: 768px) {
  .com-text_format {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.com-notes {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 10px 0 0;
}
@media (max-width: 768px) {
  .com-notes {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.com-table_wrap + .com-table_wrap {
  margin-top: 40px !important;
}
@media (max-width: 768px) {
  .com-table_wrap + .com-table_wrap {
    margin-top: 20px !important;
  }
}

/* =============================================================================
   header
========================================================================== */
.l-header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #FFFFFF;
  }
}

.global-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0D2966;
  padding: 120px 30px;
  overflow: auto;
  opacity: 0;
  z-index: -1;
  transition: 0.8s ease;
  transform: translateY(-50px);
}
.global-navigation a {
  pointer-events: none;
}
@media (max-width: 991px) {
  .global-navigation {
    padding-top: 80px;
  }
}
.global-navigation .wrap {
  max-width: 86.3309352518%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .global-navigation .wrap {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  .global-navigation .wrap .menu {
    order: 2;
    width: 100%;
  }
  .global-navigation .wrap .menu .inner_list {
    max-width: 200px;
  }
  .global-navigation .wrap .brand-status {
    order: 1;
    width: 100%;
  }
}
@media (max-width: 1440px) {
  .global-navigation .wrap {
    max-width: 1200px;
  }
}
@media (max-width: 991px) {
  .global-navigation .brand-status {
    margin-top: 50px;
  }
}
.global-navigation .brand-status .mod-sns {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .global-navigation .brand-status .mod-sns {
    margin-top: 30px;
  }
}
.global-navigation .brand-status .mod-sns li a {
  background: none;
}
.global-navigation .brand-status .other-link {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  max-width: 455px;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .global-navigation .brand-status .other-link {
    margin-top: 30px;
  }
}
.global-navigation .brand-status .other-link li {
  list-style: none;
}
@media (max-width: 991px) {
  .global-navigation .brand-status .other-link li {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .global-navigation .brand-status .other-link li + li:before {
    content: "|";
    margin: 0 10px;
    color: #FFFFFF;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .global-navigation .brand-status .other-link li:nth-child(4) + li:before {
    content: none;
  }
}
.global-navigation .brand-status .other-link li a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 991px) {
  .global-navigation .brand-status .other-link li a {
    line-height: 1.8;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.global-navigation .brand-status .copyright {
  font-size: 12px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 991px) {
  .global-navigation .brand-status .copyright {
    display: block;
    text-align: center;
  }
}
.global-navigation .btn-format01 {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .global-navigation .btn-format01 {
    margin-left: auto;
    margin-right: auto;
  }
}
.global-navigation .btn-list {
  padding: 0;
}
@media (max-width: 991px) {
  .global-navigation .btn-list {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-bottom: 15px;
  }
}
.global-navigation .btn-list li {
  list-style: none;
  max-width: 200px;
}
.global-navigation .btn-list li + li {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .global-navigation .btn-list li {
    width: 100%;
  }
  .global-navigation .btn-list li + li {
    margin-top: 0;
    margin-left: 10px;
  }
}
.global-navigation .btn-list li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: 48px;
}
.global-navigation .btn-list li a.request {
  background-color: #F2F238;
  color: #0D2966;
}
.global-navigation .btn-list li a.contact {
  background-color: #00388D;
  color: #FFFFFF;
}
.global-navigation .menu {
  max-width: 642px;
}
@media (max-width: 991px) {
  .global-navigation .menu {
    max-width: 100%;
  }
}
.global-navigation .menu .list {
  padding: 0;
}
.global-navigation .menu .list > li {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-top: 1px solid #566A94;
  border-bottom: 1px solid #566A94;
  padding: 32px 0;
}
@media (max-width: 991px) {
  .global-navigation .menu .list > li {
    display: block;
    padding: 20px 0;
  }
}
.global-navigation .menu .list > li + li {
  border-top: none;
}
.global-navigation .menu .list > li .parent a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  color: #FFFFFF;
}
.global-navigation .menu .list > li .parent a .icon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #F2F238;
  border-radius: 50%;
  margin-right: 20px;
  transition: 0.25s ease;
}
@media (max-width: 991px) {
  .global-navigation .menu .list > li .parent a .icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
.global-navigation .menu .list > li .parent a .icon svg path {
  stroke: #071b44;
}
.global-navigation .menu .list > li .parent a .title {
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .global-navigation .menu .list > li .parent a .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.global-navigation .menu .list > li .parent a .title span {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #7D889D;
}
@media (max-width: 991px) {
  .global-navigation .menu .list > li .parent a .title span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.global-navigation .menu .list > li .parent a:focus, .global-navigation .menu .list > li .parent a:hover {
  opacity: 1;
}
.global-navigation .menu .list > li .parent a:focus .icon, .global-navigation .menu .list > li .parent a:hover .icon {
  transform: translateX(5px);
}
.global-navigation .menu .list > li .inner_list {
  padding: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .global-navigation .menu .list > li .inner_list {
    padding-left: 40px;
    margin-top: 10px;
  }
}
.global-navigation .menu .list > li .inner_list > li {
  list-style: none;
}
.global-navigation .menu .list > li .inner_list > li + li {
  margin-top: 6px;
}
.global-navigation .menu .list > li .inner_list > li a {
  font-size: 15px;
  font-size: 0.9375rem;
  display: block;
  color: #FFFFFF;
  text-decoration: none;
}
.global-navigation .menu .list > li .inner_list > li a[target=_blank] {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.global-navigation .menu .list > li .inner_list > li a[target=_blank]:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  min-width: 14px;
  background-image: url(../img/icon_blank.svg);
  margin-left: 3px;
}
.global-navigation .menu .list > li .inner_list > li a[inert] {
  opacity: 0.6;
}
.open .global-navigation {
  opacity: 1;
  z-index: 9998;
  transform: translateY(0);
}
.open .global-navigation a {
  pointer-events: auto;
}

/* =============================================================================
   footer
========================================================================== */
.l-footer {
  background-color: #071B44;
  padding: 40px 20px 100px;
}
@media (max-width: 991px) {
  .l-footer {
    padding: 48px 20px 60px;
  }
}
.l-footer .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.l-footer .nav-footer ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -1.75%;
}
.l-footer .nav-footer ul li {
  list-style: none;
  width: 13.2850241546%;
  margin: 60px 1.690821256% 0;
}
.l-footer .nav-footer ul li dl dt {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
  margin-bottom: 16px;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (max-width: 1300px) {
  .l-footer .nav-footer ul li dl dt {
    font-size: 15px;
    font-size: 1.1538461538vw;
  }
}
.l-footer .nav-footer ul li dl dt a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  color: #FFFFFF;
  text-decoration: none;
}
.l-footer .nav-footer ul li dl dt a:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-image: url(../img/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.l-footer .nav-footer ul li dl dd {
  margin: 3px 0 0;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (max-width: 1300px) {
  .l-footer .nav-footer ul li dl dd {
    font-size: 13px;
    font-size: 1vw;
  }
}
.l-footer .nav-footer ul li dl dd a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.l-footer .nav-footer ul li dl dd a:hover {
  color: white;
}
.l-footer .nav-footer ul li a[target=_blank] {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.l-footer .nav-footer ul li a[target=_blank]:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  min-width: 13px;
  background-image: url(../img/icon_blank.svg);
  margin-left: 3px;
  opacity: 0.5;
}
.l-footer .nav-footer ul li a[target=_blank]:hover:after {
  opacity: 1;
}
.l-footer .footer-bottom_line {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .l-footer .footer-bottom_line {
    margin-top: 0;
  }
}
.l-footer .footer-bottom_line .top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .l-footer .footer-bottom_line .top {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 32px;
  }
}
.l-footer .footer-bottom_line .top .btn-list {
  padding: 0;
  display: -webkit-flex;
  display: flex;
  margin: 6px 30px 0 auto;
  max-width: 410px;
  width: 34.1666666667%;
}
@media (max-width: 1200px) {
  .l-footer .footer-bottom_line .top .btn-list {
    margin-right: 2.5%;
  }
}
.l-footer .footer-bottom_line .top .btn-list li {
  list-style: none;
  max-width: 200px;
  width: 100%;
}
.l-footer .footer-bottom_line .top .btn-list li + li {
  margin-left: 10px;
}
.l-footer .footer-bottom_line .top .btn-list li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: 44px;
}
.l-footer .footer-bottom_line .top .btn-list li a.request {
  background-color: #F2F238;
  color: #0D2966;
}
.l-footer .footer-bottom_line .top .btn-list li a.contact {
  background-color: #00388D;
  color: #FFFFFF;
}
.l-footer .footer-bottom_line .bottom .link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  padding: 0;
}
.l-footer .footer-bottom_line .bottom .link li {
  list-style: none;
}
.l-footer .footer-bottom_line .bottom .link li + li:before {
  content: "|";
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-size: 0.8125rem;
}
.l-footer .footer-bottom_line .bottom .link li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-size: 0.8125rem;
}
.l-footer .footer-bottom_line .bottom .link li a:hover {
  color: white;
}
.l-footer .footer-bottom_line .bottom .copyright {
  font-size: 10px;
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 991px) {
  .l-footer .footer-bottom_line .bottom .copyright {
    display: block;
    text-align: center;
  }
}

/* =============================================================================
   l-aside
========================================================================== */
.l-aside {
  padding: 60px 0 70px;
}
@media (max-width: 768px) {
  .l-aside {
    padding: 36px 0 40px;
  }
}

/* =============================================================================
   固有
========================================================================== */
.l-header .site-brand {
  width: 330px;
  box-shadow: 0 0 6px -5px #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media (max-width: 768px) {
  .l-header .site-brand {
    position: static;
    width: 211.25px;
    box-shadow: none;
  }
}
.l-header .site-brand a {
  display: block;
  background-color: #FFFFFF;
}
.l-header .site-brand a img {
  display: block;
  line-height: 1;
}
.l-header .site-brand a:hover {
  opacity: 1;
}
.l-header .site-brand a:hover img {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .l-header .site-brand {
    transition: 0.5s ease;
    transform: translateX(-100%);
  }
}
@media (min-width: 992px) {
  .open .l-header .site-brand {
    opacity: 0;
    pointer-events: none;
  }
}
@media (min-width: 992px) {
  .l-header.in .site-brand {
    transform: translateX(0);
  }
}
.global-navigation .site-brand a {
  display: block;
  margin-right: 20px;
  width: 246px;
}
@media (max-width: 991px) {
  .global-navigation .site-brand a {
    width: 211.25px;
    margin-left: auto;
    margin-right: auto;
  }
}
.global-navigation .site-brand a img {
  display: block;
  line-height: 1;
}
.global-navigation .site-brand a:hover {
  opacity: 1;
}
.global-navigation .site-brand .address {
  margin: 40px 0 0;
  color: #FFFFFF;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
}
@media (max-width: 991px) {
  .global-navigation .site-brand .address {
    margin-top: 32px;
    text-align: center;
  }
}
.l-footer .site-brand {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .l-footer .site-brand {
    display: block;
  }
}
.l-footer .site-brand a {
  display: block;
  width: 169px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .l-footer .site-brand a {
    margin-left: auto;
    margin-right: auto;
  }
}
.l-footer .site-brand a img {
  display: block;
  line-height: 1;
}
.l-footer .site-brand a:hover {
  opacity: 1;
}
.l-footer .site-brand .address {
  margin: 0;
  color: #FFFFFF;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (max-width: 991px) {
  .l-footer .site-brand .address {
    margin-top: 32px;
    text-align: center;
  }
}

body.home #information {
  padding: 50px 0 80px;
}
@media (max-width: 991px) {
  body.home #information {
    padding: 20px 0 30px;
  }
}
body.home #pickup {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  body.home #pickup {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  body.home #pickup .u-slider {
    padding: 0;
  }
  body.home #pickup .u-slider .swiper-area {
    overflow: hidden;
    padding: 0 40px;
  }
  body.home #pickup .u-slider .swiper-area .swiper {
    overflow: visible;
  }
}
body.home #news {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  body.home #news {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
body.home .mod-other_links {
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 50px 0 60px;
}
@media (max-width: 568px) {
  body.home .mod-other_links {
    display: block;
  }
}
body.home .mod-other_links li {
  list-style: none;
  width: 100%;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
@media (max-width: 568px) {
  body.home .mod-other_links li {
    border: none;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
  }
}
body.home .mod-other_links li + li {
  border-left: none;
}
@media (max-width: 568px) {
  body.home .mod-other_links li + li {
    border-top: none;
  }
}
body.home .mod-other_links li a {
  text-decoration: none;
  display: block;
  opacity: 1;
  transition: 0.5s ease;
  padding: 20px 10px 30px;
}
@media (max-width: 568px) {
  body.home .mod-other_links li a {
    opacity: 1;
  }
}
body.home .mod-other_links li a .icon {
  width: 64px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 568px) {
  body.home .mod-other_links li a .icon {
    width: 32px;
  }
}
body.home .mod-other_links li a .name {
  margin-top: 16px;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 568px) {
  body.home .mod-other_links li a .name {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
body.home .mod-other_links li a:focus, body.home .mod-other_links li a:hover {
  opacity: 0.6;
}
body.home .mod-contentblock_list {
  padding-top: 80px;
  position: relative;
}
body.home .mod-contentblock_list:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #0D2966;
  z-index: 1;
}
@media (max-width: 991px) {
  body.home .mod-contentblock_list {
    padding-top: 40px;
    background-color: #0D2966;
  }
  body.home .mod-contentblock_list:after {
    content: none;
  }
}
body.home .mod-contentblock_list .container {
  position: relative;
  z-index: 2;
}
body.home .mod-contentblock_list ul {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 768px) {
  body.home .mod-contentblock_list ul {
    display: block;
  }
}
body.home .mod-contentblock_list ul li {
  width: 23.5%;
  list-style: none;
  transition: 0.5s ease;
  transform: translateY(-40px);
  opacity: 0;
}
@media (max-width: 768px) {
  body.home .mod-contentblock_list ul li {
    width: 100%;
    transform: translateX(-20px);
  }
}
body.home .mod-contentblock_list ul li:nth-child(2n) {
  padding-top: 40px;
  transform: translateY(40px);
}
@media (max-width: 768px) {
  body.home .mod-contentblock_list ul li:nth-child(2n) {
    transform: translateX(20px);
    padding: 0;
  }
}
body.home .mod-contentblock_list ul li:nth-child(2) {
  transition-delay: 0.1s;
}
body.home .mod-contentblock_list ul li:nth-child(3) {
  transition-delay: 0.2s;
}
body.home .mod-contentblock_list ul li:nth-child(4) {
  transition-delay: 0.3s;
}
body.home .mod-contentblock_list ul li + li {
  margin-left: 2%;
}
@media (max-width: 768px) {
  body.home .mod-contentblock_list ul li + li {
    margin-left: 0;
    margin-top: 16px;
  }
}
body.home .mod-contentblock_list ul li a {
  text-decoration: none;
}
@media (max-width: 768px) {
  body.home .mod-contentblock_list ul li a {
    display: -webkit-flex;
    display: flex;
  }
}
body.home .mod-contentblock_list ul li a .img {
  overflow: hidden;
}
@media (max-width: 768px) {
  body.home .mod-contentblock_list ul li a .img {
    min-width: 35.8208955224%;
    width: 35.8208955224%;
    max-width: 120px;
  }
}
body.home .mod-contentblock_list ul li a .img div[style] {
  padding-top: 153.1914893617%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: scale(1.05);
  transition: 0.25s ease;
}
@media (max-width: 768px) {
  body.home .mod-contentblock_list ul li a .img div[style] {
    padding-top: 100%;
  }
}
body.home .mod-contentblock_list ul li a .name {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 24px 0 30px;
}
@media (max-width: 768px) {
  body.home .mod-contentblock_list ul li a .name {
    padding: 0 0 0 16px;
    width: 100%;
  }
}
body.home .mod-contentblock_list ul li a .name > div {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  body.home .mod-contentblock_list ul li a .name > div {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
body.home .mod-contentblock_list ul li a .name > div span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #8190AF;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
}
@media (max-width: 991px) {
  body.home .mod-contentblock_list ul li a .name > div span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
body.home .mod-contentblock_list ul li a .name .icon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  background-color: #F2F238;
  border-radius: 50%;
  margin-left: 15px;
  transition: 0.25s ease;
}
@media (max-width: 991px) {
  body.home .mod-contentblock_list ul li a .name .icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    margin-left: 10px;
  }
}
body.home .mod-contentblock_list ul li a .name .icon svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 991px) {
  body.home .mod-contentblock_list ul li a .name .icon svg {
    width: 14px;
    height: 14px;
  }
}
body.home .mod-contentblock_list ul li a .name .icon svg path {
  stroke: #071b44;
}
body.home .mod-contentblock_list ul li a:hover {
  opacity: 1;
}
body.home .mod-contentblock_list ul li a:hover .img div[style] {
  transform: scale(1);
}
body.home .mod-contentblock_list ul li a:hover .icon {
  transform: translateX(8px);
}
body.home .mod-contentblock_list ul li.in {
  opacity: 1;
  transform: translateY(0);
}
body.home #meincontent {
  padding-top: 80px;
}
@media (max-width: 991px) {
  body.home #meincontent {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
body.home .mod-meincontent_list {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.home .mod-meincontent_list > li {
  list-style: none;
  position: relative;
  width: 46.6666666667%;
  padding-top: 21.3333333333%;
}
@media (max-width: 768px) {
  body.home .mod-meincontent_list > li {
    width: 100%;
    padding-top: 10px;
  }
}
body.home .mod-meincontent_list > li .en-name {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  font-family: "Inter", sans-serif;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: bold;
  color: #00388D;
  mix-blend-mode: multiply;
  line-height: 1;
  text-transform: uppercase;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transition: 0.5s ease;
  transform: translateY(20px);
  opacity: 0;
}
@media (max-width: 1440px) {
  body.home .mod-meincontent_list > li .en-name {
    font-size: 42px;
    font-size: 2.9166666667vw;
  }
}
@media (max-width: 768px) {
  body.home .mod-meincontent_list > li .en-name {
    font-size: 34px;
    font-size: 9.0666666667vw;
    right: -15px;
  }
}
body.home .mod-meincontent_list > li .img {
  position: absolute;
  top: 7.1428571429%;
  left: 0;
  width: 92.8571428571%;
  height: 100%;
  z-index: 1;
  transition: 0.5s ease;
  transform: translateX(-20px);
  opacity: 0;
}
@media (max-width: 768px) {
  body.home .mod-meincontent_list > li .img {
    position: static;
    top: 7.4626865672%;
    width: 100%;
    height: auto;
  }
}
body.home .mod-meincontent_list > li .img div[style] {
  padding-top: 69.2307692308%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.home .mod-meincontent_list > li .content {
  position: relative;
  z-index: 2;
  width: 83.0357142857%;
  background-color: #FFFFFF;
  padding: 25px 40px 40px;
  margin-left: auto;
  border-top: 4px solid #00388D;
  border-left: 4px solid #00388D;
  transition: 0.5s ease;
  transform: translateY(-20px);
  opacity: 0;
}
@media (max-width: 1300px) {
  body.home .mod-meincontent_list > li .content {
    padding: 5.4229934924% 8.6767895879% 8.6767895879%;
  }
}
@media (max-width: 768px) {
  body.home .mod-meincontent_list > li .content {
    border-top: 2px solid #00388D;
    border-left: 2px solid #00388D;
    width: 83.5820895522%;
    padding: 5.3956834532% 7.1942446043% 8.9928057554%;
    margin-top: 15px;
    width: 100%;
  }
}
body.home .mod-meincontent_list > li .content .title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #00388D;
  font-weight: bold;
  margin-bottom: 25px;
}
@media (max-width: 1300px) {
  body.home .mod-meincontent_list > li .content .title {
    font-size: 28px;
    font-size: 2.1538461538vw;
  }
}
@media (max-width: 768px) {
  body.home .mod-meincontent_list > li .content .title {
    font-size: 22px;
    font-size: 5.8666666667vw;
    margin-bottom: 15px;
  }
}
body.home .mod-meincontent_list > li .content .title span {
  transition: 0.25s ease;
}
body.home .mod-meincontent_list > li .content .title .icon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  min-width: 8.6021505376%;
  background-color: #F2F238;
  border-radius: 50%;
  margin-left: 15px;
  transition: 0.25s ease;
}
@media (max-width: 991px) {
  body.home .mod-meincontent_list > li .content .title .icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  body.home .mod-meincontent_list > li .content .title .icon svg {
    width: 13px;
    height: 13px;
  }
}
body.home .mod-meincontent_list > li .content .title .icon svg path {
  stroke: #071b44;
}
body.home .mod-meincontent_list > li .content .title:hover {
  opacity: 1;
}
body.home .mod-meincontent_list > li .content .title:hover span {
  opacity: 0.8;
}
body.home .mod-meincontent_list > li .content .title:hover .icon {
  transform: translateX(5px);
}
body.home .mod-meincontent_list > li .content .text {
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #090F1C;
}
@media (max-width: 1300px) {
  body.home .mod-meincontent_list > li .content .text {
    font-size: 16px;
    font-size: 1.2307692308vw;
  }
}
@media (max-width: 768px) {
  body.home .mod-meincontent_list > li .content .text {
    font-size: 15px;
    font-size: 4vw;
  }
}
body.home .mod-meincontent_list > li .content .link {
  padding: 0;
  margin: 0;
  border-top: 1px solid #223A70;
  padding-top: 8px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.home .mod-meincontent_list > li .content .link li {
  list-style: none;
  width: fit-content;
  margin-right: 15px;
  margin-top: 12px;
}
@media (max-width: 768px) {
  body.home .mod-meincontent_list > li .content .link li {
    width: 100%;
  }
}
body.home .mod-meincontent_list > li .content .link li a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  color: #0D2966;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 1300px) {
  body.home .mod-meincontent_list > li .content .link li a {
    font-size: 14px;
    font-size: 1.0769230769vw;
  }
}
@media (max-width: 768px) {
  body.home .mod-meincontent_list > li .content .link li a {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
body.home .mod-meincontent_list > li .content .link li a .icon {
  margin-right: 4px;
  line-height: 1;
}
body.home .mod-meincontent_list > li .content .link li a .icon svg path {
  stroke: #090F1C;
}
body.home .mod-meincontent_list > li:nth-child(2n) {
  padding-top: 28%;
}
@media (max-width: 768px) {
  body.home .mod-meincontent_list > li:nth-child(2n) {
    padding-top: 10px;
  }
}
@media (min-width: 769px) {
  body.home .mod-meincontent_list > li:nth-child(2n) .en-name {
    top: 11.6071428571%;
  }
}
body.home .mod-meincontent_list > li:nth-child(2n) .img {
  top: 19.6428571429%;
}
@media (max-width: 768px) {
  body.home .mod-meincontent_list > li:nth-child(2n) .img {
    top: 7.4626865672%;
  }
}
@media (min-width: 769px) {
  body.home .mod-meincontent_list > li:nth-child(2) ~ li {
    margin-top: 65px;
  }
}
@media (max-width: 768px) {
  body.home .mod-meincontent_list > li + li {
    margin-top: 30px;
  }
}
body.home .mod-meincontent_list > li.in .en-name {
  transform: translateY(0);
  opacity: 0.8;
}
body.home .mod-meincontent_list > li.in .img, body.home .mod-meincontent_list > li.in .content {
  transform: translateX(0);
  opacity: 1;
}

body.request-information .mod-lead_box {
  padding: 90px 0;
}
@media (max-width: 768px) {
  body.request-information .mod-lead_box {
    padding: 30px 0 60px;
  }
}

body.campus-guide #sec03 .switcher_img {
  background-color: #F7F7F7;
  margin-top: 15px;
}
@media (max-width: 768px) {
  body.campus-guide #sec03 .switcher_img {
    padding: 0 10%;
  }
}
@media (max-width: 568px) {
  body.campus-guide #sec03 .switcher_img {
    padding: 0;
  }
}

body.study-support .mod-study_support {
  padding: 30px 0 40px;
  border-top: 1px solid #E8ECF4;
  border-bottom: 1px solid #E8ECF4;
}
body.study-support .mod-study_support + .mod-study_support {
  border-top: none;
}
body.study-support .mod-study_support dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 25px;
}
body.study-support .mod-study_support dt .num {
  width: 72px;
  padding-top: 72px;
  background-color: #00388D;
  border-radius: 72px;
  position: relative;
}
body.study-support .mod-study_support dt .num:before {
  content: attr(data-label);
  position: absolute;
  top: 20.8333333333%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  margin: auto;
}
body.study-support .mod-study_support dt .num:after {
  content: attr(data-num);
  position: absolute;
  top: 47.2222222222%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  margin: auto;
  line-height: 1;
}
body.study-support .mod-study_support dt .wrap {
  width: calc(100% - 90px);
}
body.study-support .mod-study_support dt .wrap .sub {
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
body.study-support .mod-study_support dt .wrap .title {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  color: #00388D;
}
body.study-support .mod-study_support dd {
  margin: 0;
}
@media (max-width: 768px) {
  body.study-support .mod-study_support {
    padding: 25px 0 35px;
  }
  body.study-support .mod-study_support dt {
    margin-bottom: 20px;
  }
  body.study-support .mod-study_support dt .num {
    width: 65px;
    padding-top: 65px;
    border-radius: 65px;
  }
  body.study-support .mod-study_support dt .num:before {
    top: 20%;
  }
  body.study-support .mod-study_support dt .num:after {
    top: 46.1538461538%;
    font-size: 25px;
    font-size: 1.5625rem;
  }
  body.study-support .mod-study_support dt .wrap {
    width: calc(100% - 75px);
  }
  body.study-support .mod-study_support dt .wrap .sub {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 5px;
  }
  body.study-support .mod-study_support dt .wrap .title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

body.career-support .mod-careeryear_flow tbody tr th {
  width: 76px;
}
body.career-support .mod-careeryear_flow tbody tr th div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
body.career-support .mod-careeryear_flow tbody tr th div span {
  width: 1em;
  color: #FFFFFF;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  line-height: 2.5;
  text-align: center;
}
body.career-support .mod-careeryear_flow tbody tr th[data-heading="1年次"] {
  background-color: #7F9BC6;
}
body.career-support .mod-careeryear_flow tbody tr th[data-heading="2年次"] {
  background-color: #597DB4;
}
body.career-support .mod-careeryear_flow tbody tr th[data-heading="3年次"] {
  background-color: #335FA3;
}
body.career-support .mod-careeryear_flow tbody tr th[data-heading="4年次"] {
  background-color: #00388D;
}
body.career-support .mod-careeryear_flow tbody tr td {
  padding-left: 50px;
}
body.career-support .mod-careeryear_flow tbody tr td > div {
  border-top: 1px solid #E8ECF4;
  border-bottom: 1px solid #E8ECF4;
  padding: 30px 0;
}
body.career-support .mod-careeryear_flow tbody tr td > div .title {
  font-weight: bold;
  color: #00388D;
}
body.career-support .mod-careeryear_flow tbody tr td > div .title.date {
  display: -webkit-flex;
  display: flex;
}
body.career-support .mod-careeryear_flow tbody tr td > div .title.date .sub {
  color: #071B44;
  font-weight: 500;
  margin-right: 15px;
}
body.career-support .mod-careeryear_flow tbody tr td > div .detail {
  line-height: 1.75;
}
body.career-support .mod-careeryear_flow tbody tr td > div > * + * {
  margin-top: 12px;
}
body.career-support .mod-careeryear_flow tbody tr + tr ~ tr td > div {
  border-top: none;
}
@media (max-width: 768px) {
  body.career-support .mod-careeryear_flow tbody tr th {
    width: 40px;
  }
  body.career-support .mod-careeryear_flow tbody tr th div span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
  }
  body.career-support .mod-careeryear_flow tbody tr td {
    padding-left: 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  body.career-support .mod-careeryear_flow tbody tr td > div {
    padding: 20px 0;
  }
  body.career-support .mod-careeryear_flow tbody tr td > div .title.date {
    display: -webkit-flex;
    display: flex;
  }
  body.career-support .mod-careeryear_flow tbody tr td > div .title.date .sub {
    color: #071B44;
    font-weight: 500;
    margin-right: 10px;
  }
  body.career-support .mod-careeryear_flow tbody tr td > div > * + * {
    margin-top: 10px;
  }
}

body.successful .l-main .btn-format02 {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  body.successful .l-main .btn-format02 {
    margin-bottom: 40px;
  }
}

body.club .mod-gray_box {
  margin-top: 60px;
}
@media (max-width: 768px) {
  body.club .mod-gray_box {
    margin-top: 40px;
  }
}

body.goukaku .mod-section_wrap {
  padding: 60px 0 0;
}
body.goukaku .mod-section_wrap + .mod-section_wrap {
  padding-top: 40px;
}
body.goukaku .mod-section_wrap:last-of-type {
  padding-bottom: 140px;
}
body.goukaku .mod-section_wrap .com-section {
  padding: 70px 100px 90px;
}
body.goukaku .mod-section_wrap .com-section .com-lead:last-child {
  margin-bottom: 0;
}
body.goukaku .mod-pagetitle_goukaku {
  padding-top: 150px;
}
body.goukaku .mod-btns + .com-lead {
  margin-top: 40px;
}
@media (max-width: 768px) {
  body.goukaku .mod-section_wrap {
    padding: 30px 0 0;
  }
  body.goukaku .mod-section_wrap + .mod-section_wrap {
    padding-top: 30px;
  }
  body.goukaku .mod-section_wrap:last-of-type {
    padding-bottom: 60px;
  }
  body.goukaku .mod-section_wrap .com-section {
    padding: 40px 20px 50px;
  }
  body.goukaku .mod-pagetitle_goukaku {
    padding-top: 64px;
  }
  body.goukaku .mod-pagetitle_goukaku .container {
    padding: 0 !important;
  }
  body.goukaku .mod-btns + .com-lead {
    margin-top: 30px;
  }
}

body.goukaku .mod-btns, body.refusal .mod-btns {
  padding: 0;
  margin: -10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.goukaku .mod-btns li, body.refusal .mod-btns li {
  list-style: none;
  margin: 10px;
}
body.goukaku .mod-btns li a, body.refusal .mod-btns li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #00388D;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #FFFFFF;
  width: 210px;
  height: 60px;
  text-decoration: none;
}
body.goukaku .mod-btns li a[inert], body.refusal .mod-btns li a[inert] {
  color: #777;
  background-color: #DDDDDD;
}
body.goukaku .mod-btns.u-action li, body.refusal .mod-btns.u-action li {
  list-style: none;
  margin: 10px;
}
body.goukaku .mod-btns.u-action li a, body.refusal .mod-btns.u-action li a {
  color: #0D2966;
  background-color: #F4F5F6;
  width: 230px;
}
body.goukaku .mod-btns.u-action li a.icon_tel:before, body.goukaku .mod-btns.u-action li a.icon_mail:before, body.refusal .mod-btns.u-action li a.icon_tel:before, body.refusal .mod-btns.u-action li a.icon_mail:before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 7px;
}
body.goukaku .mod-btns.u-action li a.icon_tel:before, body.refusal .mod-btns.u-action li a.icon_tel:before {
  background-image: url(../img/icon_tel_n.svg);
}
body.goukaku .mod-btns.u-action li a.icon_mail:before, body.refusal .mod-btns.u-action li a.icon_mail:before {
  background-image: url(../img/icon_mail_n.svg);
}
@media (max-width: 768px) {
  body.goukaku .mod-btns li, body.refusal .mod-btns li {
    width: 100%;
  }
  body.goukaku .mod-btns li a, body.refusal .mod-btns li a {
    width: 100%;
  }
  body.goukaku .mod-btns.u-action li, body.refusal .mod-btns.u-action li {
    width: 100%;
  }
  body.goukaku .mod-btns.u-action li a, body.refusal .mod-btns.u-action li a {
    width: 100%;
  }
  body.goukaku .mod-btns.u-action li a.icon_tel:before, body.goukaku .mod-btns.u-action li a.icon_mail:before, body.refusal .mod-btns.u-action li a.icon_tel:before, body.refusal .mod-btns.u-action li a.icon_mail:before {
    width: 24px;
    height: 24px;
    margin-right: 7px;
  }
}

body.open-campus .mod-head_copy {
  margin-top: 30px;
  position: relative;
  padding-top: 44%;
}
body.open-campus .mod-head_copy .copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  font-size: 48px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  z-index: 2;
}
body.open-campus .mod-head_copy .copy span {
  color: #00388D;
}
body.open-campus .mod-head_copy .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  font-family: "Inter", sans-serif;
  font-size: 140px;
  font-size: 8.75rem;
  font-weight: bold;
  line-height: 0.7857142857;
  text-align: center;
  z-index: 1;
  color: #E5EBF3;
}
@media (max-width: 991px) {
  body.open-campus .mod-head_copy {
    padding-top: 44%;
  }
  body.open-campus .mod-head_copy .copy {
    font-size: 48px;
    font-size: 4.843592331vw;
  }
  body.open-campus .mod-head_copy .bg {
    font-size: 140px;
    font-size: 14.1271442987vw;
  }
}
@media (max-width: 768px) {
  body.open-campus .mod-head_copy {
    padding-top: 61.3333333333%;
    margin: 0 0 30px;
  }
  body.open-campus .mod-head_copy .copy {
    font-size: 33px;
    font-size: 8.8vw;
  }
  body.open-campus .mod-head_copy .bg {
    font-size: 75px;
    font-size: 20vw;
  }
}
body.open-campus .mod-opc_slider {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  flex-flow: row nowrap;
}
body.open-campus .mod-opc_slider .img_wrap {
  display: -webkit-flex;
  display: flex;
  width: fit-content;
}
body.open-campus .mod-opc_slider .img_wrap .img {
  width: 43.0555555556vw;
  margin: 0 5px;
}
body.open-campus .mod-opc_slider .img_wrap .img div[style] {
  padding-top: 61.7741935484%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.open-campus .mod-opc_slider .img_wrap:first-child {
  animation: loop 100s -50s linear infinite;
}
body.open-campus .mod-opc_slider .img_wrap:last-child {
  animation: loop2 100s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@media (max-width: 768px) {
  body.open-campus .mod-opc_slider .img_wrap {
    display: -webkit-flex;
    display: flex;
    width: fit-content;
  }
  body.open-campus .mod-opc_slider .img_wrap .img {
    width: 61.3333333333vw;
    margin: 0 5px;
  }
}
body.open-campus .mod-application_btn {
  text-align: center;
  max-width: 820px;
  width: 100%;
  margin: 80px auto 0;
}
body.open-campus .mod-application_btn .btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 24px;
  font-size: 1.5rem;
  background-color: #F2F238;
  text-decoration: none;
  color: #00388D;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 36px 10px;
}
body.open-campus .mod-application_btn .btn i {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  line-height: 0;
}
body.open-campus .mod-application_btn .btn i svg {
  width: 100%;
}
body.open-campus .mod-application_btn .note {
  margin-top: 24px;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
}
body.open-campus .mod-application_btn[inert] .btn {
  background-color: #EEEEEE;
  color: #DDDDDD;
}
body.open-campus .mod-application_btn[inert] .btn svg path {
  fill: #DDDDDD;
}
body.open-campus .mod-application_btn[inert] .note {
  display: none;
}
@media (max-width: 768px) {
  body.open-campus .mod-application_btn {
    margin-top: 40px;
  }
  body.open-campus .mod-application_btn .btn {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 15px;
    font-size: 0.9375rem;
    background-color: #F2F238;
    text-decoration: none;
    color: #00388D;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 24px 10px;
  }
  body.open-campus .mod-application_btn .btn i {
    width: 13px;
    height: 13px;
    margin-left: 10px;
    line-height: 0;
  }
  body.open-campus .mod-application_btn .btn i svg {
    width: 100%;
  }
  body.open-campus .mod-application_btn .note {
    margin-top: 15px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
body.open-campus .mod-program_step {
  counter-reset: step 0;
  padding: 0;
  margin: 0;
  max-width: 1100px;
  margin: 76px auto 0;
}
body.open-campus .mod-program_step li {
  list-style: none;
  counter-increment: step;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 25px;
  position: relative;
}
body.open-campus .mod-program_step li .step_head {
  font-family: "Inter", sans-serif;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 205.32px;
}
body.open-campus .mod-program_step li .step_head .num {
  text-align: center;
  position: relative;
  width: 80px;
  padding-top: 80px;
  background-color: #00388D;
  border-radius: 50%;
  min-width: 80px;
}
body.open-campus .mod-program_step li .step_head .num:before, body.open-campus .mod-program_step li .step_head .num:after {
  display: block;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFFFFF;
}
body.open-campus .mod-program_step li .step_head .num:before {
  content: attr(data-label);
  top: 16px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 200;
}
body.open-campus .mod-program_step li .step_head .num:after {
  content: counter(step);
  top: 34px;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
}
body.open-campus .mod-program_step li .step_head .time {
  width: 124.97px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 200;
  text-align: center;
}
body.open-campus .mod-program_step li .step_detail {
  width: calc(100% - 205.32px);
  padding: 36px 40px 40px;
  background-color: #FFFFFF;
  border-left: 4px solid #00388D;
  border-top: 4px solid #00388D;
  letter-spacing: 0.03em;
}
body.open-campus .mod-program_step li .step_detail .title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  color: #00388D;
  margin-bottom: 20px;
}
body.open-campus .mod-program_step li .step_detail .text {
  line-height: 1.75;
}
body.open-campus .mod-program_step li .step_detail .text > *:last-child {
  margin-bottom: 0;
}
body.open-campus .mod-program_step li:before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 100px;
  left: 38px;
  background-color: #DAE2F0;
}
body.open-campus .mod-program_step li:last-child {
  padding-bottom: 0;
}
body.open-campus .mod-program_step li:last-child:before {
  content: none;
}
@media (max-width: 768px) {
  body.open-campus .mod-program_step {
    margin-top: 40px;
  }
  body.open-campus .mod-program_step li .step_head {
    width: 100%;
  }
  body.open-campus .mod-program_step li .step_head .num {
    width: 60px;
    padding-top: 60px;
    min-width: 60px;
  }
  body.open-campus .mod-program_step li .step_head .num:before {
    top: 11px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
  body.open-campus .mod-program_step li .step_head .num:after {
    top: 25px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
  body.open-campus .mod-program_step li .step_head .time {
    margin-left: 20px;
    width: fit-content;
  }
  body.open-campus .mod-program_step li .step_detail {
    width: calc(100% - 80px);
    margin-left: auto;
    padding: 25px 20px;
  }
  body.open-campus .mod-program_step li .step_detail .title {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
  body.open-campus .mod-program_step li .step_detail .text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  body.open-campus .mod-program_step li:before {
    top: 30px;
    left: 28px;
  }
}
body.open-campus .mod-course_list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.open-campus .mod-course_list li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 47.5%;
}
body.open-campus .mod-course_list li:nth-child(2n) ~ li {
  margin-top: 3.3333333333%;
}
body.open-campus .mod-course_list li .img {
  width: 45.7894736842%;
}
body.open-campus .mod-course_list li .img div[style] {
  padding-top: 76.6283524904%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.open-campus .mod-course_list li .detail {
  width: 48.9473684211%;
  letter-spacing: 0.03em;
}
body.open-campus .mod-course_list li .detail .title {
  width: fit-content;
  background-color: #00388D;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #FFFFFF;
  padding: 4px 8px;
}
body.open-campus .mod-course_list li .detail .sub {
  margin-top: 12px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #00388D;
}
body.open-campus .mod-course_list li .detail .text {
  margin-top: 17px;
}
@media (max-width: 768px) {
  body.open-campus .mod-course_list li {
    display: block;
    width: 100%;
  }
  body.open-campus .mod-course_list li:nth-child(2n) ~ li, body.open-campus .mod-course_list li + li {
    margin-top: 11.9402985075%;
  }
  body.open-campus .mod-course_list li .img {
    width: 100%;
  }
  body.open-campus .mod-course_list li .img div[style] {
    padding-top: 65.671641791%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  body.open-campus .mod-course_list li .detail {
    width: 100%;
    margin-top: 20px;
  }
  body.open-campus .mod-course_list li .detail .title {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 4px 8px;
  }
  body.open-campus .mod-course_list li .detail .sub {
    margin-top: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    color: #00388D;
  }
  body.open-campus .mod-course_list li .detail .text {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 13px;
  }
}
body.open-campus .mod-oc_schedule_block + .mod-oc_schedule_block {
  margin-top: 12px;
}
body.open-campus .mod-oc_schedule_block .head {
  border-bottom: 4px solid #00388D;
  padding: 25px 25px 20px;
  background-color: #FFFFFF;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 0 6px -4px #000;
}
body.open-campus .mod-oc_schedule_block .head .time_date {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  color: #00388D;
}
body.open-campus .mod-oc_schedule_block .head .time_date .date {
  font-weight: 500;
  font-size: 42px;
  font-size: 2.625rem;
}
body.open-campus .mod-oc_schedule_block .head .time_date .other {
  font-weight: 400;
  text-align: center;
  font-feature-settings: "palt";
  margin-left: 12px;
}
body.open-campus .mod-oc_schedule_block .head .time_date .other .week {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}
body.open-campus .mod-oc_schedule_block .head .time_date .other .time {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
}
body.open-campus .mod-oc_schedule_block .head i {
  line-height: 0;
  transform: rotate(180deg);
}
body.open-campus .mod-oc_schedule_block .head i svg {
  width: 100%;
  height: auto;
}
body.open-campus .mod-oc_schedule_block .head.on i {
  transform: rotate(0);
}
body.open-campus .mod-oc_schedule_block .body {
  padding: 30px 0 28px;
  display: none;
}
body.open-campus .mod-oc_schedule_block .body > .wrap {
  box-shadow: 0 0 6px -4px #000;
}
body.open-campus .mod-oc_schedule_block .body dd {
  margin: 0;
  padding: 30px 30px 40px;
  background-color: #fff;
}
body.open-campus .mod-oc_schedule_block .body dd + dd {
  margin-top: 1px;
}
body.open-campus .mod-oc_schedule_block .body dd .com-title03 {
  color: #00388D;
  margin-bottom: 30px;
}
body.open-campus .mod-oc_schedule_block .body dd .wrap {
  letter-spacing: 0.03em;
}
body.open-campus .mod-oc_schedule_block .body dd .wrap + .wrap {
  margin-top: 25px;
}
body.open-campus .mod-oc_schedule_block .body dd .wrap .cat {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  padding: 3px 6px;
  background-color: #00388D;
  color: #FFFFFF;
  width: fit-content;
  margin-bottom: 15px;
}
body.open-campus .mod-oc_schedule_block .body dd .wrap .text {
  line-height: 1.75;
}
body.open-campus .mod-oc_schedule_block + .note {
  margin-top: 3em;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
}
@media (max-width: 768px) {
  body.open-campus .mod-oc_schedule_block .head {
    border-bottom: 2px solid #00388D;
    padding: 18px 20px 15px;
  }
  body.open-campus .mod-oc_schedule_block .head .time_date .date {
    font-size: 30px;
    font-size: 1.875rem;
  }
  body.open-campus .mod-oc_schedule_block .head .time_date .other {
    margin-left: 10px;
  }
  body.open-campus .mod-oc_schedule_block .head .time_date .other .week {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  body.open-campus .mod-oc_schedule_block .head .time_date .other .time {
    font-size: 16px;
    font-size: 1rem;
  }
  body.open-campus .mod-oc_schedule_block .head i {
    width: 25px;
  }
  body.open-campus .mod-oc_schedule_block .body {
    padding: 25px 0 22px;
  }
  body.open-campus .mod-oc_schedule_block .body dd {
    padding: 30px 20px 30px;
  }
  body.open-campus .mod-oc_schedule_block .body dd .com-title03 {
    margin-bottom: 24px;
  }
  body.open-campus .mod-oc_schedule_block .body dd .com-title03 span {
    font-size: 18px;
    font-size: 1.125rem;
  }
  body.open-campus .mod-oc_schedule_block .body dd .wrap + .wrap {
    margin-top: 25px;
  }
  body.open-campus .mod-oc_schedule_block .body dd .wrap .cat {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 3px 6px;
    margin-bottom: 10px;
  }
  body.open-campus .mod-oc_schedule_block .body dd .wrap .text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  body.open-campus .mod-oc_schedule_block + .note {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
body.open-campus .mod-gray_box {
  max-width: 900px;
  width: 100%;
  margin: 40px auto 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
}

body.teaching-curriculum .mod-teaching_curriculum {
  counter-reset: culum 0;
}
body.teaching-curriculum .mod-teaching_curriculum .wrap {
  counter-increment: culum;
  display: -webkit-flex;
  display: flex;
}
body.teaching-curriculum .mod-teaching_curriculum .wrap:first-of-type {
  padding-top: 10px;
}
body.teaching-curriculum .mod-teaching_curriculum .wrap:before {
  content: counter(culum, decimal-leading-zero);
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 42px;
  font-size: 2.625rem;
  color: #00388D;
  width: 1.1em;
  margin-right: 15px;
}
body.teaching-curriculum .mod-teaching_curriculum .wrap dl {
  width: calc(100% - 1.1em - 15px);
}
body.teaching-curriculum .mod-teaching_curriculum .wrap dl dt {
  margin: 0;
}
body.teaching-curriculum .mod-objective {
  list-style: none;
  padding: 0;
  margin-top: 20px !important;
}
body.teaching-curriculum .mod-objective li {
  position: relative;
  z-index: 1;
}
body.teaching-curriculum .mod-objective li:not(:last-of-type) {
  padding-bottom: 20px;
}
body.teaching-curriculum .mod-objective li:not(:last-of-type):before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #E5EAF3;
  position: absolute;
  top: 10px;
  left: 35px;
  z-index: -1;
}
body.teaching-curriculum .mod-objective li .wrap {
  display: -webkit-flex;
  display: flex;
  background-color: #f5f5f5;
}
body.teaching-curriculum .mod-objective li .wrap .nenji {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  width: 74px;
  background-color: #00388D;
  color: #FFFFFF;
}
body.teaching-curriculum .mod-objective li .wrap .detail {
  min-height: 74px;
  width: calc(100% - 74px);
  padding: 13px 15px;
  line-height: 1.5;
}

body.outline .mod-dl_format01 .wrap + .wrap {
  margin-top: 1em !important;
}
body.outline .mod-dl_format01 .wrap p {
  margin-bottom: 0;
}

body.library .mod-gray_box {
  margin-top: 40px;
}

body.clinical-psychology-consultation .mod-salutation {
  display: -webkit-flex;
  display: flex;
}
body.clinical-psychology-consultation .mod-salutation .img {
  margin-right: 30px;
  width: 80px;
  min-width: 80px;
}
body.clinical-psychology-consultation .mod-salutation .img div[style] {
  padding-top: 100%;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.clinical-psychology-consultation .mod-salutation .img .name {
  text-align: center;
  display: block;
  margin-top: 15px;
  font-weight: bold;
}
body.clinical-psychology-consultation .mod-salutation .text {
  width: calc(100% - 110px);
}
@media (max-width: 768px) {
  body.clinical-psychology-consultation .mod-salutation {
    display: block;
  }
  body.clinical-psychology-consultation .mod-salutation .img {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  body.clinical-psychology-consultation .mod-salutation .img div[style] {
    width: 80px;
    padding-top: 80px;
    margin-right: 20px;
  }
  body.clinical-psychology-consultation .mod-salutation .img .name {
    text-align: center;
    display: block;
    margin-top: 15px;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.125rem;
  }
  body.clinical-psychology-consultation .mod-salutation .text {
    width: 100%;
    margin-top: 20px;
  }
}
body.clinical-psychology-consultation .mod-reserve {
  padding: 50px 20px 70px;
  border: 1px solid #DDDDDD;
  margin: 40px 0 20px !important;
}
body.clinical-psychology-consultation .mod-reserve .lead {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
body.clinical-psychology-consultation .mod-reserve .btn {
  max-width: 664px;
  width: 100%;
  margin: 30px auto 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0;
}
body.clinical-psychology-consultation .mod-reserve .btn li {
  width: 49.0963855422%;
}
body.clinical-psychology-consultation .mod-reserve .btn li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100px;
  text-decoration: none;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
body.clinical-psychology-consultation .mod-reserve .btn li a.tel {
  color: #FFFFFF;
  background-color: #00388D;
  padding-top: 5px;
}
body.clinical-psychology-consultation .mod-reserve .btn li a.tel .wrap .no {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}
body.clinical-psychology-consultation .mod-reserve .btn li a.tel .wrap .no span {
  font-size: 28px;
  font-size: 1.75rem;
}
body.clinical-psychology-consultation .mod-reserve .btn li a.tel .wrap .note {
  font-size: 14px;
  font-size: 0.875rem;
}
body.clinical-psychology-consultation .mod-reserve .btn li a.web {
  background-color: #F2F238;
  padding-top: 3px;
}
body.clinical-psychology-consultation .mod-reserve .btn li a.web span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #0D2966;
}
@media (max-width: 1000px) {
  body.clinical-psychology-consultation .mod-reserve .btn li a {
    height: 80px;
  }
  body.clinical-psychology-consultation .mod-reserve .btn li a.tel .wrap .no {
    font-size: 16px;
    font-size: 1.6vw;
  }
  body.clinical-psychology-consultation .mod-reserve .btn li a.tel .wrap .no span {
    font-size: 28px;
    font-size: 2.8vw;
  }
  body.clinical-psychology-consultation .mod-reserve .btn li a.tel .wrap .note {
    font-size: 14px;
    font-size: 1.4vw;
  }
  body.clinical-psychology-consultation .mod-reserve .btn li a.web span {
    font-size: 18px;
    font-size: 1.8vw;
  }
}
@media (max-width: 768px) {
  body.clinical-psychology-consultation .mod-reserve {
    padding: 30px 20px 50px;
    border: 1px solid #DDDDDD;
    margin: 40px 0 20px !important;
  }
  body.clinical-psychology-consultation .mod-reserve .lead {
    text-align: center;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
  }
  body.clinical-psychology-consultation .mod-reserve .btn {
    margin: 20px auto 0;
  }
  body.clinical-psychology-consultation .mod-reserve .btn li {
    width: 100%;
  }
  body.clinical-psychology-consultation .mod-reserve .btn li + li {
    margin-top: 20px;
  }
  body.clinical-psychology-consultation .mod-reserve .btn li a {
    height: 80px;
  }
  body.clinical-psychology-consultation .mod-reserve .btn li a.tel {
    color: #FFFFFF;
    background-color: #00388D;
    padding-top: 5px;
  }
  body.clinical-psychology-consultation .mod-reserve .btn li a.tel .wrap .no {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1;
  }
  body.clinical-psychology-consultation .mod-reserve .btn li a.tel .wrap .no span {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  body.clinical-psychology-consultation .mod-reserve .btn li a.tel .wrap .note {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 2px;
  }
  body.clinical-psychology-consultation .mod-reserve .btn li a.web {
    background-color: #F2F238;
    padding-top: 3px;
  }
  body.clinical-psychology-consultation .mod-reserve .btn li a.web span {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    color: #0D2966;
  }
}
@media (max-width: 468px) {
  body.clinical-psychology-consultation .mod-reserve .btn li a {
    height: 80px;
  }
  body.clinical-psychology-consultation .mod-reserve .btn li a.tel {
    color: #FFFFFF;
    background-color: #00388D;
    padding-top: 5px;
  }
  body.clinical-psychology-consultation .mod-reserve .btn li a.tel .wrap .no {
    font-size: 15px;
    font-size: 4vw;
  }
  body.clinical-psychology-consultation .mod-reserve .btn li a.tel .wrap .no span {
    font-size: 25px;
    font-size: 6.6666666667vw;
  }
  body.clinical-psychology-consultation .mod-reserve .btn li a.tel .wrap .note {
    font-size: 13px;
    font-size: 3.4666666667vw;
    margin-top: 2px;
  }
  body.clinical-psychology-consultation .mod-reserve .btn li a.web {
    background-color: #F2F238;
    padding-top: 3px;
  }
  body.clinical-psychology-consultation .mod-reserve .btn li a.web span {
    font-size: 16px;
    font-size: 4.2666666667vw;
    font-weight: bold;
    color: #0D2966;
  }
}
body.clinical-psychology-consultation .mod-category_ank_wrap {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  body.clinical-psychology-consultation .mod-category_ank_wrap {
    padding: 0 20px !important;
    margin-bottom: 40px;
    background: none;
  }
  body.clinical-psychology-consultation .mod-category_ank_wrap .mod-category_composite {
    background-color: #FFFFFF;
    max-width: 500px;
    margin: auto;
  }
}

body.faq #cat_list .mod-category_list {
  justify-content: center;
}
body.faq .mod-faq_wrap {
  padding-bottom: 140px;
}
body.faq .mod-faq_wrap .com-section {
  padding-top: 30px;
  margin-top: 70px;
}
@media (max-width: 768px) {
  body.faq .mod-faq_wrap {
    padding-bottom: 80px;
  }
  body.faq .mod-faq_wrap .com-section {
    padding-top: 20px;
    margin-top: 40px;
  }
}

body.page-template-temp-major #anks,
body.page-template-temp-course #anks {
  padding: 80px 0 100px;
}
body.page-template-temp-major .mod-department_about,
body.page-template-temp-course .mod-department_about {
  position: relative;
}
body.page-template-temp-major .mod-department_about .inner,
body.page-template-temp-course .mod-department_about .inner {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: auto;
}
body.page-template-temp-major .mod-department_about .inner:before,
body.page-template-temp-course .mod-department_about .inner:before {
  content: "";
  display: block;
  width: 71.0416666667%;
  background-color: #F3F6FB;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
body.page-template-temp-major .mod-department_about .inner .bgimg,
body.page-template-temp-course .mod-department_about .inner .bgimg {
  position: absolute;
  width: 51.3888888889%;
  height: fit-content;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
body.page-template-temp-major .mod-department_about .inner .bgimg div[style],
body.page-template-temp-course .mod-department_about .inner .bgimg div[style] {
  padding-top: 83.7837837838%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.page-template-temp-major .mod-department_about .inner .container,
body.page-template-temp-course .mod-department_about .inner .container {
  display: -webkit-flex;
  display: flex;
}
body.page-template-temp-major .mod-department_about .inner .content,
body.page-template-temp-course .mod-department_about .inner .content {
  padding-top: 140px;
  padding-bottom: 120px;
}
body.page-template-temp-major .mod-department_about .inner .head, body.page-template-temp-major .mod-department_about .inner .copy, body.page-template-temp-major .mod-department_about .inner .detail, body.page-template-temp-major .mod-department_about .inner .en-title,
body.page-template-temp-course .mod-department_about .inner .head,
body.page-template-temp-course .mod-department_about .inner .copy,
body.page-template-temp-course .mod-department_about .inner .detail,
body.page-template-temp-course .mod-department_about .inner .en-title {
  position: relative;
  z-index: 2;
}
body.page-template-temp-major .mod-department_about .inner .head, body.page-template-temp-major .mod-department_about .inner .copy, body.page-template-temp-major .mod-department_about .inner .detail,
body.page-template-temp-course .mod-department_about .inner .head,
body.page-template-temp-course .mod-department_about .inner .copy,
body.page-template-temp-course .mod-department_about .inner .detail {
  width: 47.9166666667%;
}
body.page-template-temp-major .mod-department_about .inner .head,
body.page-template-temp-course .mod-department_about .inner .head {
  margin-bottom: 35px;
}
body.page-template-temp-major .mod-department_about .inner .head .sub,
body.page-template-temp-course .mod-department_about .inner .head .sub {
  margin-bottom: 15px;
}
body.page-template-temp-major .mod-department_about .inner .head .title,
body.page-template-temp-course .mod-department_about .inner .head .title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #00388D;
}
body.page-template-temp-major .mod-department_about .inner .head:after,
body.page-template-temp-course .mod-department_about .inner .head:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #00388D;
  margin-top: 35px;
}
body.page-template-temp-major .mod-department_about .inner .copy,
body.page-template-temp-course .mod-department_about .inner .copy {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 48px;
  color: #00388D;
}
body.page-template-temp-major .mod-department_about .inner .detail,
body.page-template-temp-course .mod-department_about .inner .detail {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  line-height: 1.8888888889;
}
body.page-template-temp-major .mod-department_about .inner .en-title,
body.page-template-temp-course .mod-department_about .inner .en-title {
  font-family: "Inter", sans-serif;
  font-size: 80px;
  font-size: 5rem;
  font-weight: 700;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1;
  color: rgba(0, 56, 141, 0.75);
  mix-blend-mode: multiply;
}
body.page-template-temp-major .mod-department_features,
body.page-template-temp-course .mod-department_features {
  padding: 0;
  margin: -2.5%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.page-template-temp-major .mod-department_features li,
body.page-template-temp-course .mod-department_features li {
  width: 28.5714285714%;
  list-style: none;
  margin: 2.380952381%;
}
body.page-template-temp-major .mod-department_features li .img,
body.page-template-temp-course .mod-department_features li .img {
  position: relative;
}
body.page-template-temp-major .mod-department_features li .img div[style],
body.page-template-temp-course .mod-department_features li .img div[style] {
  position: relative;
  z-index: 1;
  padding-top: 133.3333333333%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.page-template-temp-major .mod-department_features li .img .text,
body.page-template-temp-course .mod-department_features li .img .text {
  position: absolute;
  bottom: 6.25%;
  left: 8.3333333333%;
  z-index: 2;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFFFFF;
}
body.page-template-temp-major .mod-department_features li .img .text > div,
body.page-template-temp-course .mod-department_features li .img .text > div {
  width: fit-content;
  background-color: #00388D;
  padding: 2.2222222222%;
  white-space: nowrap;
}
body.page-template-temp-major .mod-department_features li .img .text > div + div,
body.page-template-temp-course .mod-department_features li .img .text > div + div {
  margin-top: 2.2222222222%;
}
body.page-template-temp-major .mod-department_features li .detail,
body.page-template-temp-course .mod-department_features li .detail {
  margin-top: 8.8888888889%;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
body.page-template-temp-major .mod-department_features_col1,
body.page-template-temp-course .mod-department_features_col1 {
  margin-top: 60px;
  padding: 20px;
  background-color: #f5f5f5;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
body.page-template-temp-major .mod-department_features_col1 .img,
body.page-template-temp-course .mod-department_features_col1 .img {
  width: 34.4827586207%;
}
body.page-template-temp-major .mod-department_features_col1 .img div[style],
body.page-template-temp-course .mod-department_features_col1 .img div[style] {
  padding-top: 70.75%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.page-template-temp-major .mod-department_features_col1 .detail,
body.page-template-temp-course .mod-department_features_col1 .detail {
  width: 62.0689655172%;
  line-height: 1.75;
}
body.page-template-temp-major .mod-department_features_col1 .detail .tit,
body.page-template-temp-course .mod-department_features_col1 .detail .tit {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #00388D;
  margin-bottom: 4.1666666667%;
}
body.page-template-temp-major #faq .btn-format02,
body.page-template-temp-course #faq .btn-format02 {
  margin: 40px auto 0;
}
body.page-template-temp-major #campuslife .com-title04,
body.page-template-temp-course #campuslife .com-title04 {
  margin-bottom: 60px;
}
body.page-template-temp-major #campuslife .campus-life_swiper .swiper-slide img,
body.page-template-temp-course #campuslife .campus-life_swiper .swiper-slide img {
  width: 100%;
}
body.page-template-temp-major #campuslife .campus-life_swiper .swiper-button,
body.page-template-temp-course #campuslife .campus-life_swiper .swiper-button {
  width: 60px;
  height: 60px;
  background-color: #00388D;
  border-radius: 50%;
}
body.page-template-temp-major #campuslife .campus-life_swiper .swiper-button:after,
body.page-template-temp-course #campuslife .campus-life_swiper .swiper-button:after {
  content: none;
}
body.page-template-temp-major #campuslife .campus-life_swiper .swiper-button:before,
body.page-template-temp-course #campuslife .campus-life_swiper .swiper-button:before {
  content: "";
  display: block;
  background-image: url(../img/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
}
body.page-template-temp-major #campuslife .campus-life_swiper .swiper-button-prev:before,
body.page-template-temp-course #campuslife .campus-life_swiper .swiper-button-prev:before {
  transform: rotate(180deg);
}
body.page-template-temp-major #campuslife .campus-life_swiper .swiper-button:hover,
body.page-template-temp-course #campuslife .campus-life_swiper .swiper-button:hover {
  background-color: #0e50b5;
}
body.page-template-temp-major #campuslife .campus-life_swiper .swiper-button_wrap,
body.page-template-temp-course #campuslife .campus-life_swiper .swiper-button_wrap {
  max-width: 87.5%;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.page-template-temp-major #campuslife .campus-life_swiper .swiper-pagination,
body.page-template-temp-course #campuslife .campus-life_swiper .swiper-pagination {
  width: 100%;
  position: static;
  margin-top: 25px;
  font-size: 20px;
  font-size: 1.25rem;
}
body.page-template-temp-major .sirabas,
body.page-template-temp-course .sirabas {
  padding: 60px 20px;
  background-color: #F9F9F9;
}
body.page-template-temp-major .sirabas .btn-format02,
body.page-template-temp-course .sirabas .btn-format02 {
  max-width: 280px;
  margin: auto;
}
body.page-template-temp-major .sirabas .btn-format02 a,
body.page-template-temp-course .sirabas .btn-format02 a {
  padding: 21px 5px;
  color: #0D2966;
}
body.page-template-temp-major .sirabas .btn-format02 a svg path.i,
body.page-template-temp-course .sirabas .btn-format02 a svg path.i {
  fill: #0D2966;
}
body.page-template-temp-major .members,
body.page-template-temp-course .members {
  padding: 60px 20px 80px;
  background-color: #FFFFFF;
}
body.page-template-temp-major .members .btn-format02,
body.page-template-temp-course .members .btn-format02 {
  max-width: 280px;
  margin: auto;
}
body.page-template-temp-major .members .btn-format02 a,
body.page-template-temp-course .members .btn-format02 a {
  padding: 21px 5px;
  color: #0D2966;
}
body.page-template-temp-major .members .btn-format02 a svg path.i,
body.page-template-temp-course .members .btn-format02 a svg path.i {
  fill: #0D2966;
}
@media (max-width: 1440px) {
  body.page-template-temp-major .mod-department_about .inner:before,
  body.page-template-temp-course .mod-department_about .inner:before {
    width: 71.0416666667%;
  }
  body.page-template-temp-major .mod-department_about .inner .bgimg,
  body.page-template-temp-course .mod-department_about .inner .bgimg {
    width: 51.3888888889%;
  }
  body.page-template-temp-major .mod-department_about .inner .bgimg div[style],
  body.page-template-temp-course .mod-department_about .inner .bgimg div[style] {
    padding-top: 83.7837837838%;
  }
  body.page-template-temp-major .mod-department_about .inner .content,
  body.page-template-temp-course .mod-department_about .inner .content {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  body.page-template-temp-major .mod-department_about .inner .head, body.page-template-temp-major .mod-department_about .inner .copy, body.page-template-temp-major .mod-department_about .inner .detail,
  body.page-template-temp-course .mod-department_about .inner .head,
  body.page-template-temp-course .mod-department_about .inner .copy,
  body.page-template-temp-course .mod-department_about .inner .detail {
    width: 47.9166666667%;
  }
  body.page-template-temp-major .mod-department_about .inner .head,
  body.page-template-temp-course .mod-department_about .inner .head {
    margin-bottom: 3.6458333333%;
  }
  body.page-template-temp-major .mod-department_about .inner .head:after,
  body.page-template-temp-course .mod-department_about .inner .head:after {
    width: 40px;
    height: 1px;
    margin-top: 7.6086956522%;
  }
  body.page-template-temp-major .mod-department_about .inner .copy,
  body.page-template-temp-course .mod-department_about .inner .copy {
    font-size: 40px;
    font-size: 2.7777777778vw;
    margin-bottom: 3.6458333333%;
  }
  body.page-template-temp-major .mod-department_about .inner .detail,
  body.page-template-temp-course .mod-department_about .inner .detail {
    letter-spacing: 0.03em;
    line-height: 1.8888888889;
  }
  body.page-template-temp-major .mod-department_about .inner .en-title,
  body.page-template-temp-course .mod-department_about .inner .en-title {
    font-size: 120px;
    font-size: 8.3333333333vw;
  }
  body.page-template-temp-major .mod-department_features li .img .text,
  body.page-template-temp-course .mod-department_features li .img .text {
    font-size: 24px;
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 768px) {
  body.page-template-temp-major #anks,
  body.page-template-temp-course #anks {
    padding: 40px 0 45px;
  }
  body.page-template-temp-major #anks .mod-category_ank_wrap,
  body.page-template-temp-course #anks .mod-category_ank_wrap {
    background: none;
    padding: 0;
  }
  body.page-template-temp-major .mod-department_about .inner:before,
  body.page-template-temp-course .mod-department_about .inner:before {
    width: 100%;
  }
  body.page-template-temp-major .mod-department_about .inner .bgimg,
  body.page-template-temp-course .mod-department_about .inner .bgimg {
    position: relative;
    z-index: 2;
    width: 105.9701492537%;
  }
  body.page-template-temp-major .mod-department_about .inner .bgimg div[style],
  body.page-template-temp-course .mod-department_about .inner .bgimg div[style] {
    padding-top: 56.338028169%;
  }
  body.page-template-temp-major .mod-department_about .inner .content,
  body.page-template-temp-course .mod-department_about .inner .content {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  body.page-template-temp-major .mod-department_about .inner .head, body.page-template-temp-major .mod-department_about .inner .copy, body.page-template-temp-major .mod-department_about .inner .detail,
  body.page-template-temp-course .mod-department_about .inner .head,
  body.page-template-temp-course .mod-department_about .inner .copy,
  body.page-template-temp-course .mod-department_about .inner .detail {
    width: 100%;
  }
  body.page-template-temp-major .mod-department_about .inner .head,
  body.page-template-temp-course .mod-department_about .inner .head {
    margin-bottom: 30px;
  }
  body.page-template-temp-major .mod-department_about .inner .head .sub,
  body.page-template-temp-course .mod-department_about .inner .head .sub {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 15px;
  }
  body.page-template-temp-major .mod-department_about .inner .head .title,
  body.page-template-temp-course .mod-department_about .inner .head .title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  body.page-template-temp-major .mod-department_about .inner .head:after,
  body.page-template-temp-course .mod-department_about .inner .head:after {
    content: none;
  }
  body.page-template-temp-major .mod-department_about .inner .copy,
  body.page-template-temp-course .mod-department_about .inner .copy {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 30px 0;
  }
  body.page-template-temp-major .mod-department_about .inner .detail,
  body.page-template-temp-course .mod-department_about .inner .detail {
    font-size: 16px;
    font-size: 1rem;
  }
  body.page-template-temp-major .mod-department_about .inner .en-title,
  body.page-template-temp-course .mod-department_about .inner .en-title {
    position: absolute;
    top: 53px;
    right: 20px;
    font-size: 120px;
    font-size: 8.3333333333vw;
  }
  body.page-template-temp-major .mod-department_features,
  body.page-template-temp-course .mod-department_features {
    margin: -2.5%;
  }
  body.page-template-temp-major .mod-department_features li,
  body.page-template-temp-course .mod-department_features li {
    width: 100%;
    margin: 2.380952381%;
  }
  body.page-template-temp-major .mod-department_features li .img div[style],
  body.page-template-temp-course .mod-department_features li .img div[style] {
    padding-top: 68.0597014925%;
  }
  body.page-template-temp-major .mod-department_features li .img .text,
  body.page-template-temp-course .mod-department_features li .img .text {
    bottom: 8.7719298246%;
    left: 5.9701492537%;
    z-index: 2;
    font-size: 20px;
    font-size: 3.5211267606vw;
    font-weight: bold;
    color: #FFFFFF;
  }
  body.page-template-temp-major .mod-department_features li .img .text > div,
  body.page-template-temp-course .mod-department_features li .img .text > div {
    width: fit-content;
    background-color: #00388D;
    padding: 2.2222222222%;
    white-space: nowrap;
  }
  body.page-template-temp-major .mod-department_features li .img .text > div + div,
  body.page-template-temp-course .mod-department_features li .img .text > div + div {
    margin-top: 2.2222222222%;
  }
  body.page-template-temp-major .mod-department_features li .detail,
  body.page-template-temp-course .mod-department_features li .detail {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 20px;
    line-height: 1.75;
    letter-spacing: 0.03em;
    padding-bottom: 15px;
  }
  body.page-template-temp-major .mod-department_features_col1,
  body.page-template-temp-course .mod-department_features_col1 {
    margin-top: 50px;
    padding: 20px;
    display: block;
  }
  body.page-template-temp-major .mod-department_features_col1 .img,
  body.page-template-temp-course .mod-department_features_col1 .img {
    width: 100%;
    margin-bottom: 7.0175438596%;
  }
  body.page-template-temp-major .mod-department_features_col1 .img div[style],
  body.page-template-temp-course .mod-department_features_col1 .img div[style] {
    padding-top: 68.0597014925% !important;
  }
  body.page-template-temp-major .mod-department_features_col1 .detail,
  body.page-template-temp-course .mod-department_features_col1 .detail {
    width: 100%;
    line-height: 1.75;
  }
  body.page-template-temp-major .mod-department_features_col1 .detail .tit,
  body.page-template-temp-course .mod-department_features_col1 .detail .tit {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
  body.page-template-temp-major .mod-department_features_col1 .detail .txt,
  body.page-template-temp-course .mod-department_features_col1 .detail .txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 568px) {
  body.page-template-temp-major .mod-department_about .inner .head,
  body.page-template-temp-course .mod-department_about .inner .head {
    margin-bottom: 11.9402985075%;
  }
  body.page-template-temp-major .mod-department_about .inner .head .sub,
  body.page-template-temp-course .mod-department_about .inner .head .sub {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 2.3880597015%;
  }
  body.page-template-temp-major .mod-department_about .inner .head .title,
  body.page-template-temp-course .mod-department_about .inner .head .title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  body.page-template-temp-major .mod-department_about .inner .copy,
  body.page-template-temp-course .mod-department_about .inner .copy {
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin: 30px 0 20px;
  }
  body.page-template-temp-major .mod-department_about .inner .detail,
  body.page-template-temp-course .mod-department_about .inner .detail {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  body.page-template-temp-major .mod-department_about .inner .en-title,
  body.page-template-temp-course .mod-department_about .inner .en-title {
    font-size: 120px;
    font-size: 8.3333333333vw;
  }
  body.page-template-temp-major .mod-department_features li .img .text,
  body.page-template-temp-course .mod-department_features li .img .text {
    font-size: 20px;
    font-size: 1.25rem;
  }
  body.page-template-temp-major #campuslife .com-title04,
  body.page-template-temp-course #campuslife .com-title04 {
    margin-bottom: 30px;
  }
  body.page-template-temp-major #campuslife .campus-life_swiper .swiper-button,
  body.page-template-temp-course #campuslife .campus-life_swiper .swiper-button {
    width: 45px;
    height: 45px;
  }
  body.page-template-temp-major #campuslife .campus-life_swiper .swiper-button_wrap,
  body.page-template-temp-course #campuslife .campus-life_swiper .swiper-button_wrap {
    max-width: 100%;
  }
  body.page-template-temp-major #campuslife .campus-life_swiper .swiper-pagination,
  body.page-template-temp-course #campuslife .campus-life_swiper .swiper-pagination {
    width: 100%;
    position: static;
    margin-top: 25px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

body.graduate-school .mod-other_links {
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0 0 140px;
}
@media (max-width: 568px) {
  body.graduate-school .mod-other_links {
    display: block;
    padding-bottom: 80px;
  }
}
body.graduate-school .mod-other_links li {
  list-style: none;
  width: 100%;
  border-left: 1px solid #CED3D9;
  border-right: 1px solid #CED3D9;
}
@media (max-width: 568px) {
  body.graduate-school .mod-other_links li {
    border: none;
    border-top: 1px solid #CED3D9;
    border-bottom: 1px solid #CED3D9;
  }
}
body.graduate-school .mod-other_links li + li {
  border-left: none;
}
@media (max-width: 568px) {
  body.graduate-school .mod-other_links li + li {
    border-top: none;
  }
}
body.graduate-school .mod-other_links li a {
  text-decoration: none;
  display: block;
  opacity: 1;
  transition: 0.5s ease;
  padding: 20px 10px 30px;
}
@media (max-width: 568px) {
  body.graduate-school .mod-other_links li a {
    opacity: 1;
  }
}
body.graduate-school .mod-other_links li a .icon {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  background-color: #F9F9F9;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
body.graduate-school .mod-other_links li a .icon > div {
  width: 50%;
}
@media (max-width: 568px) {
  body.graduate-school .mod-other_links li a .icon {
    width: 80px;
    height: 80px;
  }
  body.graduate-school .mod-other_links li a .icon > div {
    width: 60%;
  }
}
body.graduate-school .mod-other_links li a .name {
  margin-top: 16px;
  color: #00388D;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width: 568px) {
  body.graduate-school .mod-other_links li a .name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
body.graduate-school .mod-other_links li a:focus, body.graduate-school .mod-other_links li a:hover {
  opacity: 0.6;
}
body.graduate-school #request-information {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}
body.graduate-school #request-information .com-title04 {
  margin-bottom: 50px;
}
body.graduate-school #request-information .com-title04 .com-title_sub {
  margin-bottom: 15px;
}
body.graduate-school #request-information .com-lead {
  margin-bottom: 60px;
}
body.graduate-school #request-information .btn-format02 {
  margin: auto;
}

body.education-philosophy-policy .mod-dl_format01 > ol > li + li, body.education-philosophy-policy .mod-dl_format01 > ul > li + li {
  margin-top: 1em;
}

body.food-business #features .mod-department_features li:nth-child(2) .img div[style] {
  background-position: center right;
}
body.registered-dietitian #features .mod-department_features li:nth-child(5) .img div[style] {
  background-position: center right 22%;
}
body.medical-welfare #features .mod-department_features li:nth-child(3) .img div[style] {
  background-position: center right 22%;
}
body.clinical-engineering #features .mod-department_features li:nth-child(3) .img div[style] {
  background-position: center left 32%;
}
body.health-management #features .mod-department_features li:nth-child(3) .img div[style] {
  background-position: center right 10%;
}
body.judo-therapist #features .mod-department_features_col1 .img div[style] {
  padding-top: 96.75%;
}

body.about-us .mod-section_wrap .title {
  text-align: center;
  letter-spacing: 0.03em;
  font-size: 32px;
  font-size: 2rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-weight: bold;
  color: #00388D;
}
body.about-us .mod-section_wrap .en-copy {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  margin-top: 1em;
  color: #707070;
}
body.about-us .mod-section_wrap .message {
  margin-top: 3.8em;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}
body.about-us .mod-section_wrap .message p {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif;
  line-height: 1.7391304348;
}
body.about-us .mod-section_wrap .message p + p {
  margin-top: 1em;
}
body.about-us .mod-section_wrap .detail {
  margin-top: 3.8em;
}
body.about-us .mod-section_wrap .detail .detail_title {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 1em;
}
body.about-us .mod-section_wrap .detail .detail_img {
  max-width: 412px;
  margin: auto;
}
body.about-us .mod-section_wrap .detail .detail_text {
  margin: 3em auto 0;
  padding: 0;
  list-style: none;
  max-width: 780px;
}
body.about-us .mod-section_wrap .detail .detail_text li {
  display: -webkit-flex;
  display: flex;
  line-height: 1.6875;
}
body.about-us .mod-section_wrap .detail .detail_text li + li {
  margin-top: 1em;
}
body.about-us .mod-section_wrap .detail .detail_text li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-right: 10px;
  border-radius: 50%;
  transform: translateY(3px);
}
body.about-us .mod-section_wrap .detail .detail_text li:nth-child(1):before {
  background-color: #CF8076;
}
body.about-us .mod-section_wrap .detail .detail_text li:nth-child(2):before {
  background-color: #66947C;
}
body.about-us .mod-section_wrap .detail .detail_text li:nth-child(3):before {
  background-color: #6C9DB1;
}
@media (max-width: 768px) {
  body.about-us .mod-section_wrap .title {
    font-size: 19px;
    font-size: 1.1875rem;
  }
  body.about-us .mod-section_wrap .en-copy {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 1em;
  }
  body.about-us .mod-section_wrap .message {
    margin-top: 3em;
    font-size: 16px;
    font-size: 1rem;
  }
  body.about-us .mod-section_wrap .detail {
    margin-top: 3.8em;
  }
  body.about-us .mod-section_wrap .detail .detail_title {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 1em;
  }
  body.about-us .mod-section_wrap .detail .detail_img {
    max-width: 412px;
    margin: auto;
  }
  body.about-us .mod-section_wrap .detail .detail_text {
    margin: 3em auto 0;
  }
  body.about-us .mod-section_wrap .detail .detail_text li {
    font-size: 14px;
    font-size: 0.875rem;
  }
  body.about-us .mod-section_wrap .detail .detail_text li:before {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-right: 10px;
    transform: translateY(2px);
  }
}

body.post-type-archive-faculty-members .com-section + .com-section {
  padding-top: 100px;
}
@media (max-width: 991px) {
  body.post-type-archive-faculty-members .mod-link_list_col4 {
    margin: 10px -1.3333333333% -1.3333333333%;
  }
  body.post-type-archive-faculty-members .mod-link_list_col4 li {
    width: 47.3892185882%;
  }
  body.post-type-archive-faculty-members .mod-link_list_col4 li a:after {
    width: 15px;
    height: 15px;
    min-width: 15px;
  }
}

/* =============================================================================
    Module
========================================================================== */
.mod-pagetitle_type01 {
  background-color: #071B44;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 302px;
}
.mod-pagetitle_type01 .wrap {
  text-align: center;
  padding-top: 10px;
}
.mod-pagetitle_type01 .title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
.mod-pagetitle_type01 .en {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 200;
  color: #CED3D9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .mod-pagetitle_type01 {
    height: 230px;
  }
  .mod-pagetitle_type01 .wrap {
    padding-top: 60px;
  }
  .mod-pagetitle_type01 .wrap .title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .mod-pagetitle_type01 .wrap .en {
    margin-top: 7px;
  }
}

.mod-pagetitle_type02 {
  position: relative;
}
.mod-pagetitle_type02 .bg {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.mod-pagetitle_type02 .bg div[style] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 33.3333333333%;
  opacity: 0;
  transition: 0.5s ease;
  transform: scale(1.05);
}
.mod-pagetitle_type02 .wrap {
  position: absolute;
  top: 83.3333333333%;
  left: 8.3333333333%;
  z-index: 2;
  padding: 32px 120px 38px 80px;
  background-color: #0D2966;
}
.mod-pagetitle_type02 .wrap .title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
.mod-pagetitle_type02 .wrap .en {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 200;
  color: #CED3D9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 10px;
}
.mod-pagetitle_type02.in .bg div[style] {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1440px) {
  .mod-pagetitle_type02 .wrap {
    padding: 2.2222222222% 8.3333333333% 2.6388888889% 5.5555555556%;
  }
  .mod-pagetitle_type02 .wrap .title {
    font-size: 36px;
    font-size: 2.5vw;
  }
  .mod-pagetitle_type02 .wrap .en {
    font-size: 16px;
    font-size: 1.1111111111vw;
    margin-top: 0.6944444444%;
  }
}
@media (max-width: 768px) {
  .mod-pagetitle_type02 .bg div[style] {
    padding-top: 66.6666666667%;
  }
  .mod-pagetitle_type02 .wrap {
    top: 72%;
    left: 5.3333333333%;
    padding: 5.3333333333% 10.6666666667% 5.3333333333% 5.3333333333%;
  }
  .mod-pagetitle_type02 .wrap .title {
    font-size: 22px;
    font-size: 5.8666666667vw;
  }
  .mod-pagetitle_type02 .wrap .en {
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667%;
  }
}

.mod-pagetitle_type03 {
  padding-top: 30px;
}
.mod-pagetitle_type03 .title {
  text-align: center;
  padding: 100px 0;
  color: #00388D;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .mod-pagetitle_type03 {
    padding-top: 50px;
  }
  .mod-pagetitle_type03 .title {
    padding: 50px 0;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.mod-pagetitle_type04 {
  padding: 60px;
  background-color: #0D2966;
}
.mod-pagetitle_type04 .wrap {
  position: relative;
  overflow: hidden;
}
.mod-pagetitle_type04 .wrap .bg {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mod-pagetitle_type04 .wrap .bg > div[style] {
  width: 33.3333333333%;
  padding-top: 25.9848484848%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mod-pagetitle_type04 .wrap .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mod-pagetitle_type04 .wrap .content .title,
.mod-pagetitle_type04 .wrap .content .en-title,
.mod-pagetitle_type04 .wrap .content .tag {
  position: absolute;
  line-height: 1;
}
.mod-pagetitle_type04 .wrap .content .title {
  font-size: 48px;
  font-size: 3.3333333333vw;
  top: 20.7299270073%;
  left: 0;
  right: 0;
  width: fit-content;
  margin: auto;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #FFFFFF;
  padding: 8px;
  color: #00388D;
}
.mod-pagetitle_type04 .wrap .content .en-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 160px;
  font-size: 11.1111111111vw;
  white-space: nowrap;
  color: #F2F238;
  top: 35.9124087591%;
  left: 0;
}
.mod-pagetitle_type04 .wrap .content .en-title + .en-title {
  left: 146.7076388889vw;
}
.mod-pagetitle_type04 .wrap .content .tag {
  background-color: #00388D;
  font-size: 20px;
  font-size: 1.3888888889vw;
  padding: 8px;
  font-weight: bold;
  color: #FFFFFF;
  top: 75.9124087591%;
  left: 0;
  right: 0;
  width: fit-content;
  margin: auto;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .mod-pagetitle_type04 {
    padding: 100px 20px 40px;
  }
  .mod-pagetitle_type04 .wrap .bg > div[style] {
    width: 50%;
    padding-top: 38.8059701493%;
  }
  .mod-pagetitle_type04 .wrap .content .title {
    font-size: 24px;
    font-size: 6.4vw;
    top: 20.7299270073%;
    padding: 6px;
  }
  .mod-pagetitle_type04 .wrap .content .en-title {
    font-size: 140px;
    font-size: 37.3333333333vw;
    top: 35.9124087591%;
  }
  .mod-pagetitle_type04 .wrap .content .en-title + .en-title {
    left: 492.9386666667vw;
  }
  .mod-pagetitle_type04 .wrap .content .tag {
    text-align: center;
    line-height: 1.5333333333;
    font-size: 15px;
    font-size: 4vw;
    padding: 6px;
    top: 75.9124087591%;
  }
}

.mod-title_type01 {
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 60px;
}
.mod-title_type01 .com-title_sub {
  margin-bottom: 15px;
}
.mod-title_type01 .title {
  font-weight: bold;
  color: #00388D;
  font-size: 26px;
  font-size: 1.625rem;
}
.mod-title_type01 .title.u-fz28 {
  font-size: 28px;
  font-size: 1.75rem;
}
.mod-title_type01 .title.u-fz32 {
  font-size: 32px;
  font-size: 2rem;
}
.mod-title_type01:before, .mod-title_type01:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
}
.mod-title_type01:before {
  width: 80px;
  background-color: #00388D;
  z-index: 2;
}
.mod-title_type01:after {
  width: 100%;
  background-color: #E5E5E5;
  z-index: 1;
}
@media (max-width: 768px) {
  .mod-title_type01 {
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
  }
  .mod-title_type01 .com-title_sub {
    margin-bottom: 7px;
  }
  .mod-title_type01 .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .mod-title_type01 .title.u-fz28 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .mod-title_type01 .title.u-fz32 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .mod-title_type01:before {
    width: 40px;
  }
}

.mod-section_wrap {
  padding: 100px 0;
}
.mod-section_wrap .com-section {
  background-color: #FFFFFF;
  padding: 100px 100px 120px;
}
.mod-section_wrap .com-section + .com-section {
  margin-top: 40px;
}
.mod-section_wrap .com-section_inner + .com-section_inner {
  padding-top: 40px;
}
.mod-section_wrap.u-ptn {
  padding-top: 0;
}
@media (max-width: 768px) {
  .mod-section_wrap {
    padding: 60px 0;
  }
  .mod-section_wrap .com-section {
    padding: 40px 20px 50px;
  }
  .mod-section_wrap .com-section + .com-section {
    margin-top: 30px;
  }
  .mod-section_wrap.u-ptn {
    padding-top: 0;
  }
}

.mod-article_wrap {
  padding: 100px 0 140px;
}
.mod-article_wrap .com-section_inner + .com-section_inner {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .mod-article_wrap {
    padding: 60px 0 80px;
  }
  .mod-article_wrap .com-section_inner + .com-section_inner {
    padding-top: 40px;
  }
}

.mod-section_wrap2 {
  padding: 80px 0 140px;
}
.mod-section_wrap2 .com-section + .com-section {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .mod-section_wrap2 {
    padding: 60px 0 80px;
  }
  .mod-section_wrap2 .com-section + .com-section {
    margin-top: 60px;
  }
}

.mod-section_wrap3 {
  padding: 120px 0 140px;
}
.mod-section_wrap3 .com-section + .com-section {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .mod-section_wrap3 {
    padding: 60px 0 80px;
  }
  .mod-section_wrap3 .com-section + .com-section {
    margin-top: 60px;
  }
}

.mod-kv {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mod-kv .kv-area {
  position: relative;
}
.mod-kv .kv-area .img {
  position: relative;
  width: 100%;
  padding-top: 54.1666666667%;
  z-index: 1;
}
@media (max-width: 768px) {
  .mod-kv .kv-area .img {
    padding-top: 150.9333333333%;
  }
}
.mod-kv .kv-area .img .t, .mod-kv .kv-area .img .o, .mod-kv .kv-area .img .u, .mod-kv .kv-area .img .a {
  position: absolute;
  transform: translateX(15px);
  opacity: 0;
  transition: 0.4s ease;
}
.mod-kv .kv-area .img .t img, .mod-kv .kv-area .img .o img, .mod-kv .kv-area .img .u img, .mod-kv .kv-area .img .a img {
  width: 100%;
}
.mod-kv .kv-area .img .t {
  width: 21.3368055556%;
  top: 5.1282051282%;
  left: 39.5833333333%;
  z-index: 1;
}
@media (max-width: 768px) {
  .mod-kv .kv-area .img .t {
    width: 48.1946666667%;
    top: 17.4911660777%;
    left: -2.6666666667%;
  }
}
.mod-kv .kv-area .img .o {
  width: 24.7222222222%;
  top: 12.5641025641%;
  left: 62.3611111111%;
  z-index: 2;
  transition-delay: 0.1s;
}
@media (max-width: 768px) {
  .mod-kv .kv-area .img .o {
    width: 55.8426666667%;
    top: 22.9328621908%;
    left: 45.3333333333%;
  }
}
.mod-kv .kv-area .img .u {
  width: 24.0555555556%;
  top: 45.5128205128%;
  left: 39.5416666667%;
  z-index: 3;
  transition-delay: 0.3s;
}
@media (max-width: 768px) {
  .mod-kv .kv-area .img .u {
    width: 54.3386666667%;
    top: 48.9929328622%;
    left: -4.2133333333%;
  }
}
.mod-kv .kv-area .img .a {
  width: 29.6527777778%;
  top: 55%;
  left: 62.0138888889%;
  z-index: 4;
  transition-delay: 0.4s;
}
@media (max-width: 768px) {
  .mod-kv .kv-area .img .a {
    width: 66.9813333333%;
    top: 58.6219081272%;
    left: 42.9333333333%;
  }
}
.mod-kv .kv-area .writing, .mod-kv .kv-area .copy, .mod-kv .kv-area .for {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.mod-kv .kv-area .writing {
  width: 38.93125%;
  top: 22.0512820513%;
  left: 6.9444444444%;
}
@media (max-width: 768px) {
  .mod-kv .kv-area .writing {
    width: 92%;
    top: 40.2826855124%;
    left: 4%;
  }
}
.mod-kv .kv-area .writing svg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: auto;
}
.mod-kv .kv-area .writing svg .cls-1 {
  fill: none;
}
.mod-kv .kv-area .writing svg .cls-2 {
  clip-path: url(#clippath);
}
.mod-kv .kv-area .writing svg .cls-3 {
  fill: #e8e846;
}
.mod-kv .kv-area .copy {
  font-size: 44px;
  font-size: 3.0555555556vw;
  font-weight: bold;
  width: fit-content;
  top: 64.6153846154%;
  left: 8.3333333333%;
  color: #0D2966;
  transform: translateX(15px);
  line-height: 1.4545454545;
  letter-spacing: 0.08em;
  opacity: 0;
  transition: 0.4s ease;
  transition-delay: 0.7s;
}
@media (max-width: 768px) {
  .mod-kv .kv-area .copy {
    top: 7.9505300353%;
    left: 6.6666666667%;
    text-align: center;
    margin: auto;
    font-size: 24px;
    font-size: 6.4vw;
    letter-spacing: 0.03em;
  }
  .mod-kv .kv-area .copy br {
    display: none;
  }
}
.mod-kv .kv-area .for {
  width: fit-content;
  top: 83.5897435897%;
  left: 8.3333333333%;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #071B44;
  font-size: 15px;
  font-size: 1.0416666667vw;
  line-height: 1.3333333333;
  transform: translateX(15px);
  opacity: 0;
  transition: 0.4s ease;
  transition-delay: 0.7s;
}
@media (max-width: 768px) {
  .mod-kv .kv-area .for {
    top: 93.2862190813%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.mod-kv .mod-bnr_kv {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  transform: translateY(15px);
  opacity: 0;
  transition: 0.5s ease;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 728px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.mod-kv .mod-bnr_kv li {
  max-width: 354px;
  width: 100%;
  margin-left: auto;
  background-color: #FFFFFF;
}
.mod-kv .mod-bnr_kv li .bnr {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: #FFFFFF;
  padding: 18px 56px 18px 16px;
  text-decoration: none;
  box-shadow: 5px 5px 35px -20px #000;
}
@media (max-width: 768px) {
  .mod-kv .mod-bnr_kv li .bnr {
    width: auto;
    right: 20px;
    left: 20px;
    bottom: auto;
    top: 81.5172413793%;
    padding: 12px 44px 12px 12px;
  }
}
.mod-kv .mod-bnr_kv li .bnr .img {
  width: 45.197740113%;
}
@media (max-width: 768px) {
  .mod-kv .mod-bnr_kv li .bnr .img {
    width: 39.603960396%;
  }
}
.mod-kv .mod-bnr_kv li .bnr .img div[style] {
  padding-top: 75%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mod-kv .mod-bnr_kv li .bnr .detail {
  padding-left: 20px;
  color: #0D2966;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
}
@media (max-width: 1440px) {
  .mod-kv .mod-bnr_kv li .bnr .detail {
    font-size: 14px;
    font-size: 0.9722222222vw;
    width: 53.795379538%;
  }
}
@media (max-width: 768px) {
  .mod-kv .mod-bnr_kv li .bnr .detail {
    font-size: 13px;
    font-size: 3.4666666667vw;
    width: 53.795379538%;
  }
}
.mod-kv .mod-bnr_kv li .bnr .detail:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  display: block;
  width: 32px;
  height: 32px;
  margin: auto;
  transition: 0.25s ease;
  background-color: #F2F238;
  background-image: url(../img/icon_arrow_nv.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  border-radius: 50%;
}
@media (max-width: 1440px) {
  .mod-kv .mod-bnr_kv li .bnr .detail:after {
    width: 32px;
    height: 32px;
    right: -34px;
  }
}
.mod-kv .mod-bnr_kv li .bnr:focus, .mod-kv .mod-bnr_kv li .bnr:hover {
  opacity: 1;
}
.mod-kv .mod-bnr_kv li .bnr:focus .detail:after, .mod-kv .mod-bnr_kv li .bnr:hover .detail:after {
  transform: translateX(5px);
}
.mod-kv .mod-bnr_kv li .bnr-img {
  background-color: #FFFFFF;
}
.mod-kv .mod-bnr_kv li .bnr-img img {
  width: 100%;
}
.mod-kv .mod-bnr_kv li .bnr-img:focus, .mod-kv .mod-bnr_kv li .bnr-img:hover {
  opacity: 1;
}
.mod-kv .mod-bnr_kv li .bnr-img:focus img, .mod-kv .mod-bnr_kv li .bnr-img:hover img {
  opacity: 0.8;
}
@media (max-width: 1240px) {
  .mod-kv .mod-bnr_kv {
    max-width: 58.7096774194%;
  }
  .mod-kv .mod-bnr_kv li {
    max-width: 48.6263736264%;
  }
}
@media (max-width: 768px) {
  .mod-kv .mod-bnr_kv {
    position: static;
    display: block;
    padding: 40px 30px;
    max-width: 100%;
  }
  .mod-kv .mod-bnr_kv li {
    max-width: 100%;
  }
  .mod-kv .mod-bnr_kv li + li {
    margin-top: 20px;
  }
}
.mod-kv.in .kv-area .t, .mod-kv.in .kv-area .o, .mod-kv.in .kv-area .u, .mod-kv.in .kv-area .a {
  transform: translateX(0);
  opacity: 1;
}
.mod-kv.in .kv-area .writing svg {
  opacity: 1;
}
.mod-kv.in .kv-area .writing svg .svg-elem-1 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0 both;
}
.mod-kv.in .kv-area .writing svg .svg-elem-2 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.02s both;
}
.mod-kv.in .kv-area .writing svg .svg-elem-3 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.04s both;
}
.mod-kv.in .kv-area .writing svg .svg-elem-4 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.06s both;
}
.mod-kv.in .kv-area .writing svg .svg-elem-5 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.08s both;
}
.mod-kv.in .kv-area .writing svg .svg-elem-6 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s both;
}
.mod-kv.in .kv-area .writing svg .svg-elem-7 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both;
}
.mod-kv.in .kv-area .writing svg .svg-elem-8 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.14s both;
}
.mod-kv.in .kv-area .writing svg .svg-elem-9 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.16s both;
}
.mod-kv.in .kv-area .writing svg .svg-elem-10 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.18s both;
}
.mod-kv.in .kv-area .writing svg .svg-elem-11 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both;
}
.mod-kv.in .kv-area .writing svg .svg-elem-12 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.22s both;
}
.mod-kv.in .kv-area .writing svg .svg-elem-13 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both;
}
.mod-kv.in .kv-area .writing svg .svg-elem-14 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.26s both;
}
.mod-kv.in .kv-area .writing svg .svg-elem-15 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.28s both;
}
.mod-kv.in .kv-area .writing svg .svg-elem-16 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s both;
}
.mod-kv.in .kv-area .writing svg .svg-elem-17 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.32s both;
}
.mod-kv.in .kv-area .writing svg .svg-elem-18 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.34s both;
}
.mod-kv.in .kv-area .writing svg .svg-elem-19 {
  animation: animate-svg-fill 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both;
}
.mod-kv.in .kv-area .copy, .mod-kv.in .kv-area .for {
  transform: translateX(0);
  opacity: 1;
}
.mod-kv.in .mod-bnr_kv {
  transform: translateY(0);
  opacity: 1;
}

@keyframes animate-svg-fill {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(232, 232, 70);
  }
}
.mod-target_links {
  background-color: #071B44;
  padding: 30px 25px 40px;
}
.mod-target_links menu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  padding: 0;
  max-width: 820px;
  gap: 20px;
}
.mod-target_links menu li {
  list-style: none;
}
.mod-target_links menu li a {
  padding: 20px;
  display: block;
  text-align: center;
  background-color: #FFFFFF;
  height: 58px;
  border-radius: 40px;
  line-height: 1;
  text-decoration: none;
  min-width: 190px;
  color: #071B44;
  font-weight: bold;
  border: 1px solid #FFFFFF;
  transition: 0.5s;
}
.mod-target_links menu li a:hover, .mod-target_links menu li a:focus {
  opacity: 1;
  color: #FFFFFF;
  background-color: #071B44;
}
.mod-target_links menu li a.type2 {
  padding: 11px 12px;
  background: #CED8E9;
  border-color: #CED8E9;
  min-width: 280px;
}
.mod-target_links menu li a.type2 span {
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  font-weight: 400;
  margin-top: 5px;
}
.mod-target_links menu li a.type2:hover, .mod-target_links menu li a.type2:focus {
  opacity: 1;
  color: #FFFFFF;
  background-color: #071B44;
}
@media (max-width: 991px) {
  .mod-target_links menu li a {
    min-width: 0;
  }
}
@media (max-width: 768px) {
  .mod-target_links {
    padding-bottom: 36px;
  }
  .mod-target_links menu {
    gap: 14px;
  }
  .mod-target_links menu li a {
    font-size: 14px;
    font-size: 0.875rem;
    min-width: 148px;
    padding: 12px 15px;
    height: 38px;
  }
  .mod-target_links menu li a.type2 {
    padding: 10px 15px;
    height: 50px;
  }
}

.mod-sns {
  display: -webkit-flex;
  display: flex;
  padding: 0;
  margin: 0 -5px;
}
.mod-sns li {
  list-style: none;
  width: fit-content;
  margin: 5px;
}
.mod-sns li a {
  width: 40px;
  display: block;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.mod-sns li a:hover {
  opacity: 1;
}
.mod-sns li a:hover img {
  opacity: 0.8;
}
@media (max-width: 991px) {
  .mod-sns {
    width: fit-content;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }
}

.mod-title_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 36px;
}
@media (max-width: 991px) {
  .mod-title_wrap {
    margin-bottom: 25px;
  }
}

.mod-card_slider {
  position: relative;
}
.mod-card_slider .swiper-slide .slide {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
}
.mod-card_slider .swiper-slide .slide:hover {
  color: #FFFFFF;
}
.mod-card_slider .swiper-slide .slide:hover .slide-media > * {
  transform: scale(1);
}
.mod-card_slider .swiper-slide .slide:hover .slide-content {
  opacity: 0.8;
}
.mod-card_slider .swiper-slide .slide .slide-media {
  overflow: hidden;
}
.mod-card_slider .swiper-slide .slide .slide-media > * {
  transition: 0.25s ease;
  transform: scale(1.02);
  display: block;
  padding-top: 66.6666666667%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.mod-card_slider .swiper-slide .slide .slide-content {
  transition: 0.25s ease;
}
.mod-card_slider .swiper-slide .slide .slide-content .slide-title {
  margin-top: 25px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media (max-width: 991px) {
  .mod-card_slider .swiper-slide .slide .slide-content .slide-title {
    margin-top: 16px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.mod-card_slider .swiper-slide .slide .slide-content .category {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 15px -5px -5px;
}
@media (max-width: 991px) {
  .mod-card_slider .swiper-slide .slide .slide-content .category {
    margin-top: 10px;
  }
}
.mod-card_slider .swiper-slide .slide .slide-content .category li {
  list-style: none;
  margin: 5px;
}
.mod-card_slider .swiper-slide .slide .slide-content .category li > * {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 12px;
  width: fit-content;
  padding: 3px 10px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}
.mod-card_slider .swiper-slide .slide .slide-content .category li > *.main {
  background-color: #00388D;
}
.mod-card_slider .swiper-slide .slide .slide-content .category li > *.sub {
  background-color: #071B44;
}
.mod-card_slider .swiper-slide .slide .slide-content .slide-date {
  display: block;
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 17px;
  line-height: 1;
}
@media (max-width: 991px) {
  .mod-card_slider .swiper-slide .slide .slide-content .slide-date {
    margin-top: 10px;
  }
}
.mod-card_slider .swiper-button-prev,
.mod-card_slider .swiper-button-next {
  margin: 0;
  width: fit-content;
  height: fit-content;
  top: 25%;
}
.mod-card_slider .swiper-button-prev:after,
.mod-card_slider .swiper-button-next:after {
  content: none;
}
.mod-card_slider .swiper-button-prev .icon,
.mod-card_slider .swiper-button-next .icon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #FFFFFF;
  border-radius: 50%;
  transition: 0.5s ease;
}
@media (max-width: 991px) {
  .mod-card_slider .swiper-button-prev .icon,
  .mod-card_slider .swiper-button-next .icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
}
.mod-card_slider .swiper-button-prev .icon svg,
.mod-card_slider .swiper-button-next .icon svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 991px) {
  .mod-card_slider .swiper-button-prev .icon svg,
  .mod-card_slider .swiper-button-next .icon svg {
    width: 16px;
    height: 16px;
  }
}
.mod-card_slider .swiper-button-prev .icon svg path,
.mod-card_slider .swiper-button-next .icon svg path {
  stroke: #071b44;
}
.mod-card_slider .swiper-button-prev:focus .icon, .mod-card_slider .swiper-button-prev:active .icon,
.mod-card_slider .swiper-button-next:focus .icon,
.mod-card_slider .swiper-button-next:active .icon {
  background-color: #FFFFFF;
}
.mod-card_slider .swiper-button-prev:hover,
.mod-card_slider .swiper-button-next:hover {
  opacity: 1;
}
.mod-card_slider .swiper-button-prev:hover .icon,
.mod-card_slider .swiper-button-next:hover .icon {
  background-color: #F2F238;
}
.mod-card_slider .swiper-button-prev {
  left: -30px;
  transform: rotate(180deg);
}
@media (max-width: 600px) {
  .mod-card_slider .swiper-button-prev {
    left: 4px;
  }
}
.mod-card_slider .swiper-button-next {
  right: -30px;
}
@media (max-width: 600px) {
  .mod-card_slider .swiper-button-next {
    right: 4px;
  }
}

.mod-article {
  padding: 0;
}
.mod-article > li {
  list-style: none;
  border-top: 1px solid #EBEDEF;
  border-bottom: 1px solid #EBEDEF;
}
.mod-article > li + li {
  border-top: none;
}
.mod-article > li > * {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 0;
  text-decoration: none;
  position: relative;
  color: #071B44;
}
.mod-article > li > *:hover .icon {
  right: 0;
}
.mod-article > li time {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #071B44;
}
.mod-article > li .category {
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .mod-article > li .category {
    margin: 5px -5px -5px;
    order: 3;
  }
}
.mod-article > li .category li {
  list-style: none;
  margin: 0 5px;
}
@media (max-width: 991px) {
  .mod-article > li .category li {
    margin: 5px;
  }
}
.mod-article > li .category li > * {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 12px;
  width: fit-content;
  padding: 3px 10px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}
.mod-article > li .category li > *.main {
  background-color: #00388D;
}
.mod-article > li .category li > *.sub {
  background-color: #071B44;
}
.mod-article > li .title {
  width: 100%;
  margin-top: 10px;
  position: relative;
}
@media (max-width: 991px) {
  .mod-article > li .title {
    order: 2;
  }
}
.mod-article > li .icon {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  transition: 0.25s ease;
}
@media (max-width: 991px) {
  .mod-article > li .icon {
    display: none;
  }
}
.mod-article > li .icon svg path {
  stroke: #00388D;
}
.home .mod-article > li {
  border-top: 1px solid #7989A9;
  border-bottom: 1px solid #7989A9;
}
.home .mod-article > li > * {
  color: #FFFFFF;
}
.home .mod-article > li time {
  color: #FFFFFF;
}
.home .mod-article > li .icon svg path {
  stroke: #FFFFFF;
}

.mod-banner {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.mod-banner li {
  list-style: none;
}
.mod-banner li a {
  display: block;
}

.mod-sticky_link {
  position: fixed;
  top: 20%;
  right: 0;
  height: fit-content;
  width: fit-content;
  z-index: 9997;
  padding: 0;
  transition: 0.5s ease;
  transform: translateX(100%);
  opacity: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .mod-sticky_link {
    display: none;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
.mod-sticky_link.in {
  opacity: 1;
  transform: translateX(0);
}
.mod-sticky_link li {
  list-style: none;
  width: 50px;
  display: block;
}
@media (max-width: 768px) {
  .mod-sticky_link li {
    width: 100%;
  }
}
.mod-sticky_link li a {
  display: block;
  text-decoration: none;
  padding: 10px 10px 20px;
  font-weight: bold;
}
@media (min-width: 769px) {
  .mod-sticky_link li a {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    min-height: 132px;
  }
}
@media (max-width: 768px) {
  .mod-sticky_link li a {
    padding: 10px 10px 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .mod-sticky_link li a .icon {
    margin-right: 5px;
    line-height: 1;
  }
}
.mod-sticky_link li a.request {
  color: #0D2966;
  background-color: #F2F238;
}
.mod-sticky_link li a.request .icon svg path.i {
  fill: #0D2966;
}
.mod-sticky_link li a.contact {
  color: #FFFFFF;
  background-color: #00388D;
}
.mod-sticky_link li a.contact .icon svg path.i {
  fill: #FFFFFF;
}

.mod-card_list {
  padding: 0;
  margin: 0 -0.9803921569%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mod-card_list > li {
  list-style: none;
  width: 31.3725490196%;
  margin: 0 0.9803921569%;
}
.mod-card_list > li:nth-child(3) ~ li {
  margin-top: 5.4466230937%;
}
.mod-card_list > li > * {
  text-decoration: none;
  display: block;
  color: #071B44;
}
.mod-card_list > li > *:hover .media > * {
  transform: scale(1) rotate(0.001deg);
}
.mod-card_list > li > *:hover .content {
  opacity: 0.8;
}
.mod-card_list > li > * .media {
  overflow: hidden;
}
.mod-card_list > li > * .media > * {
  transition: 0.25s ease;
  transform: scale(1.02) rotate(0.001deg);
  display: block;
  padding-top: 66.6666666667%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.mod-card_list > li > * .content {
  transition: 0.25s ease;
}
.mod-card_list > li > * .content .title {
  margin-top: 25px;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media (max-width: 991px) {
  .mod-card_list > li > * .content .title {
    margin-top: 16px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.mod-card_list > li > * .content .category {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 15px -5px -5px;
}
@media (max-width: 991px) {
  .mod-card_list > li > * .content .category {
    margin-top: 10px;
  }
}
.mod-card_list > li > * .content .category li {
  list-style: none;
  margin: 5px;
}
.mod-card_list > li > * .content .category li > * {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 12px;
  width: fit-content;
  padding: 3px 10px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #FFFFFF;
}
.mod-card_list > li > * .content .category li > *.main {
  background-color: #00388D;
}
.mod-card_list > li > * .content .category li > *.sub {
  background-color: #071B44;
}
.mod-card_list > li > * .content .date {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 17px;
  line-height: 1;
}
@media (max-width: 991px) {
  .mod-card_list > li > * .content .date {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .mod-card_list > li {
    width: 48.0273729706%;
  }
  .mod-card_list > li:nth-child(2) ~ li {
    margin-top: 6.3613231552%;
  }
  .mod-card_list > li > * .content .title {
    margin-top: 16px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .mod-card_list > li > * .content .category {
    margin-top: 10px;
  }
  .mod-card_list > li > * .content .date {
    margin-top: 10px;
  }
}
@media (max-width: 568px) {
  .mod-card_list > li {
    width: 100%;
  }
  .mod-card_list > li ~ li {
    margin-top: 9.076004216%;
  }
}

.mod-category_list {
  padding: 0;
  margin: -0.4444444444%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mod-category_list li {
  list-style: none;
  margin: 0.4444444444%;
}
.mod-category_list li > * {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 47px;
  border-radius: 24px;
  text-decoration: none;
  background-color: #E8ECED;
}
.mod-category_list li > *:focus, .mod-category_list li > *:hover {
  opacity: 1;
}
.mod-category_list li > *.active {
  color: #FFFFFF;
  background-color: #00388D;
}
.mod-category_list li > *.active:after {
  background-image: url(../img/icon_select_w.svg) !important;
}
.mod-category_list li .select {
  position: relative;
}
.mod-category_list li .select > select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  z-index: 2;
  opacity: 0;
}
.mod-category_list li .select:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  background-image: url(../img/icon_select.svg);
  background-size: contain;
  z-index: 1;
}
.mod-category_list li .select .lebel {
  padding: 0 48px 0 32px;
}
.mod-category_list li a {
  color: #071B44;
  padding: 0 32px;
}
.mod-category_list li a.active {
  pointer-events: auto;
}

.mod-category_composite {
  position: relative;
  border: 1px solid #DDDDDD;
  width: 100%;
  height: 46px;
}
.mod-category_composite + * {
  margin-top: 40px;
}
.mod-category_composite select {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 44px 0 16px;
  z-index: 2;
}
.mod-category_composite select:focus {
  outline: none;
}
.mod-category_composite:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9px;
  margin: auto;
  background-image: url(../img/icon_select02.svg);
  z-index: 1;
}

.mod-card_link {
  padding: 0;
  margin: 0 -2.6666666667%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mod-card_link li {
  list-style: none;
  width: 44.9367088608%;
  margin: 0 2.5316455696%;
}
.mod-card_link li > * {
  display: block;
  position: relative;
  padding-bottom: 3.5211267606%;
}
.mod-card_link li > *:before, .mod-card_link li > *:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 2px;
}
.mod-card_link li > *:before {
  width: 80px;
  background-color: #0D2966;
  z-index: 2;
}
.mod-card_link li > *:after {
  width: 100%;
  background-color: #EBEDEF;
  z-index: 1;
}
.mod-card_link li > * .img {
  position: relative;
  padding-top: 68.1338028169%;
  overflow: hidden;
}
.mod-card_link li > * .img div[style] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  transform: scale(1.02) rotate(0.001deg);
  transition: 0.25s ease;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.mod-card_link li > * .img .copy {
  position: absolute;
  bottom: 9.3023255814%;
  left: 5.6338028169%;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.7142857143;
}
.mod-card_link li > * .img .copy > * {
  width: fit-content;
  padding: 0 8px;
}
.mod-card_link li > * .img .copy > * + * {
  margin-top: 8px;
}
.mod-card_link li > * .img .copy .type1 {
  background-color: #FFFFFF;
  color: #00388D;
}
.mod-card_link li > * .img .copy .type2 {
  background-color: #00388D;
  color: #FFFFFF;
}
.mod-card_link li > * .title {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 3.5211267606%;
}
.mod-card_link li > * .title span {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  color: #00388D;
  font-weight: bold;
}
.mod-card_link li > * .title .icon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #F2F238;
  border-radius: 50%;
  margin-left: 15px;
  transition: 0.25s ease;
}
@media (max-width: 991px) {
  .mod-card_link li > * .title .icon {
    width: 25px;
    height: 25px;
    margin-left: 10px;
  }
}
.mod-card_link li > * .title .icon svg path {
  stroke: #071b44;
}
.mod-card_link li > * .detail {
  margin-top: 20px;
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #071B44;
}
.mod-card_link li a {
  text-decoration: none;
}
.mod-card_link li a:focus, .mod-card_link li a:hover {
  opacity: 1;
}
.mod-card_link li a:hover .img div[style] {
  transform: scale(1) rotate(0.001deg);
}
.mod-card_link li a:hover .title span {
  opacity: 0.8;
}
.mod-card_link li a:hover .title .icon {
  transform: translateX(5px);
}
@media (max-width: 1300px) {
  .mod-card_link li > * .img .copy {
    position: absolute;
    bottom: 9.3023255814%;
    left: 5.6338028169%;
    font-size: 28px;
    font-size: 2.1538461538vw;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.7142857143;
  }
  .mod-card_link li > * .img .copy > * {
    width: fit-content;
    padding: 0 8px;
  }
  .mod-card_link li > * .title span {
    font-size: 24px;
    font-size: 1.8461538462vw;
  }
}
@media (max-width: 991px) {
  .mod-card_link li > * .title .icon svg {
    width: 13px;
    height: 13px;
  }
}
@media (min-width: 569px) {
  .mod-card_link li:nth-child(2) ~ li {
    margin-top: 4.746835443%;
  }
}
@media (max-width: 568px) {
  .mod-card_link li {
    width: 100%;
  }
  .mod-card_link li + li {
    margin-top: 32px;
  }
  .mod-card_link li > * .img .copy {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
  .mod-card_link li > * .img .copy > * {
    width: fit-content;
    padding: 0 8px;
  }
  .mod-card_link li > * .img .copy > * + * {
    margin-top: 6px;
  }
  .mod-card_link li > * .title span {
    font-size: 18px;
    font-size: 4.8vw;
  }
  .mod-card_link li > * .title .icon svg {
    width: 13px;
    height: 13px;
  }
}

.mod-textarea_format01 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.mod-textarea_format01 .content {
  width: 68.6666666667%;
}
.mod-textarea_format01 .content .copy {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 18px;
}
.mod-textarea_format01 .content .copy span {
  color: #00388D;
}
.mod-textarea_format01 .content .text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8888888889;
  letter-spacing: 0.03em;
}
.mod-textarea_format01 .entitle {
  font-family: "Inter", sans-serif;
  font-size: 120px;
  font-size: 7.5rem;
  font-weight: 700;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1;
  color: #E5EBF3;
  mix-blend-mode: multiply;
}
@media (min-width: 769px) {
  .mod-textarea_format01 .content .copy {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .mod-textarea_format01 .content {
    width: 100%;
  }
  .mod-textarea_format01 .content .copy {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .mod-textarea_format01 .content .text {
    font-size: 16px;
    font-size: 1rem;
  }
  .mod-textarea_format01 .entitle {
    display: none;
  }
}
@media (max-width: 375px) {
  .mod-textarea_format01 .content .copy {
    font-size: 24px;
    font-size: 6.4vw;
  }
  .mod-textarea_format01 .content .text {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}

.mod-category_ank {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -1.9230769231%;
}
.mod-category_ank li {
  list-style: none;
  width: 29.6296296296%;
  margin: 0 1.8518518519%;
}
.mod-category_ank li:nth-child(3) ~ li {
  margin-top: 1.8518518519%;
}
.mod-category_ank li a {
  display: block;
  position: relative;
  text-align: center;
  padding: 15px 28px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 56, 141, 0.15);
  font-weight: bold;
  color: #0D2966;
}
.mod-category_ank li a:after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 0;
  display: block;
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  background-image: url(../img/icon_arrow_nv.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-color: #F2F238;
  border-radius: 50%;
  transform: rotate(90deg);
}

.mod-category_ank_wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 80px 60px;
  background-color: #F9F9F9;
}

.mod-table_format {
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
}
.mod-table_format thead th {
  border: 1px solid #DDDDDD;
  padding: 10px 15px;
  vertical-align: top;
  font-weight: bold;
  background-color: #f5f5f5;
}
.mod-table_format tbody tr th, .mod-table_format tbody tr td {
  border: 1px solid #DDDDDD;
  padding: 10px 15px;
  vertical-align: top;
}
.mod-table_format tbody tr th {
  width: 21.6666666667%;
  font-weight: 500;
  background-color: #f5f5f5;
}
.mod-table_format tbody tr td {
  width: 78.4444444444%;
  vertical-align: middle;
}
.mod-table_format tbody tr td > * + * {
  margin-top: 1em;
}
.mod-table_format tbody tr td > * + .notes {
  margin-top: 0.2em;
}
.mod-table_format tbody tr td .notes {
  font-size: 12px;
  font-size: 0.75rem;
}
.mod-table_format sup {
  display: inline-block;
  transform: translateY(2px);
}
.mod-table_format sup + sup {
  margin-left: 2px;
}
.mod-table_format.u-size-free tbody tr th, .mod-table_format.u-size-free tbody tr td {
  width: auto;
}
.mod-table_format .u-vam {
  vertical-align: middle;
}
.mod-table_format .u-tac {
  text-align: center;
}
.mod-table_format .u-w124 {
  width: 124px;
}
.mod-table_format.u-sp_col3 thead th {
  width: 33.8983050847%;
  padding: 2.6666666667vw 2.6666666667vw;
}
.mod-table_format.u-sp_col3 thead th:nth-child(1) {
  width: 32.2033898305%;
}
.mod-table_format.u-sp_col3 tbody tr th, .mod-table_format.u-sp_col3 tbody tr td {
  border: 1px solid #DDDDDD;
  padding: 2.6666666667vw 2.6666666667vw;
  vertical-align: top;
  line-height: 1.5;
}
.mod-table_format.u-sp_col3 tbody tr th {
  font-weight: 500;
  background-color: #f5f5f5;
}
.mod-table_format.u-sp_col3 tbody tr th:nth-child(1) {
  width: 32.2033898305%;
}
.mod-table_format.u-sp_col3 tbody tr td {
  width: 33.8983050847%;
  vertical-align: middle;
}
.mod-table_format.u-sp_col3 tbody tr td > * + * {
  margin-top: 1em;
}
.mod-table_format.u-sp_col3 tbody tr td > * + .notes {
  margin-top: 0.2em;
}
.mod-table_format.u-sp_col3 tbody tr td .notes {
  font-size: 12px;
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  .mod-table_format {
    font-size: 12px;
    font-size: 2.1126760563vw;
  }
  .mod-table_format thead th {
    padding: 10px 15px;
  }
  .mod-table_format tbody tr th, .mod-table_format tbody tr td {
    padding: 10px 15px;
  }
  .mod-table_format tbody tr th {
    width: 36.2711864407%;
  }
  .mod-table_format tbody tr td {
    width: 64.0677966102%;
  }
  .mod-table_format tbody tr td .notes {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.mod-pagenation {
  width: fit-content;
  margin-top: 66px;
  margin-left: auto;
  margin-right: auto;
}
.mod-pagenation ul {
  padding: 0;
  margin: 0 -4px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mod-pagenation li {
  list-style: none;
  margin: 4px;
}
.mod-pagenation li .page-numbers {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 44px;
  border-radius: 22px;
  height: 44px;
  border: 1px solid #E8ECED;
  text-decoration: none;
  color: #00388D;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  background-color: #E8ECED;
  padding: 4px;
}
.mod-pagenation li .page-numbers.prev, .mod-pagenation li .page-numbers.next {
  border-color: #00388D;
  background-color: #FFFFFF;
}
.mod-pagenation li .page-numbers.prev img, .mod-pagenation li .page-numbers.next img {
  width: 16px;
}
.mod-pagenation li .page-numbers.prev img {
  transform: rotate(180deg);
}
.mod-pagenation li .page-numbers.current {
  background-color: #0D2966;
  color: #FFFFFF;
}
.mod-pagenation li .page-numbers.dots {
  border: none;
  background: none;
}
@media (max-width: 768px) {
  .mod-pagenation {
    margin-top: 40px;
  }
  .mod-pagenation li .page-numbers {
    min-width: 36px;
    border-radius: 18px;
    height: 36px;
  }
}

.mod-block_link {
  padding: 0;
  margin: 80px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mod-block_link li {
  width: 47.3333333333%;
  list-style: none;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.mod-block_link li > * {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  padding: 44px 25px 44px 30px;
}
.mod-block_link li > * span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #00388D;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.mod-block_link li > * span.blank:after {
  content: "";
  background-image: url(../img/icon_blank_b.svg);
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
}
.mod-block_link li > * .symbol {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background-color: #00388D;
  border-radius: 48px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
  margin-right: 15px;
}
.mod-block_link li > * .icon {
  width: 32px;
  min-width: 32px;
  line-height: 0;
  transition: 0.25s ease;
}
.mod-block_link li > * .icon svg {
  width: 100%;
}
.mod-block_link.u-col1 li {
  width: 100% !important;
}
@media (min-width: 769px) {
  .mod-block_link li:nth-child(2) ~ li {
    border-top: none;
  }
  .mod-block_link li a:hover .icon {
    transform: translateX(5px);
  }
}
@media (max-width: 768px) {
  .mod-block_link {
    margin-top: 40px;
    display: block;
  }
  .mod-block_link li {
    width: 100%;
  }
  .mod-block_link li ~ li {
    border-top: none;
  }
  .mod-block_link li > * {
    padding: 25px 10px;
  }
  .mod-block_link li > * span {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .mod-block_link li > * .symbol {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 40px;
    background-size: 25px;
    margin-right: 10px;
  }
  .mod-block_link li > * .icon {
    width: 30px;
    min-width: 30px;
  }
}

.mod-dl_format01 {
  padding: 25px 0 0;
  line-height: 1.75;
}
.mod-dl_format01 > * {
  margin: 0;
}
.mod-dl_format01 > * + * {
  margin-top: 0.5em !important;
}
.mod-dl_format01 dt {
  margin-bottom: 10px;
  line-height: 2;
}
.mod-dl_format01 dd {
  margin: 0;
  line-height: 1.75;
}
.mod-dl_format01 + .mod-dl_format01 {
  border-top: 1px solid #EBEDEF;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .mod-dl_format01 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.mod-dl_format01 ol, .mod-dl_format01 ul {
  margin: 0;
  padding: 0 0 0 1.3em;
}
.mod-dl_format01 .parts_ol_type2 {
  counter-reset: ol_num;
  padding-left: 0;
}
.mod-dl_format01 .parts_ol_type2 > li {
  padding-left: 2em;
  position: relative;
  list-style: none;
  counter-increment: ol_num;
}
.mod-dl_format01 .parts_ol_type2 > li:before {
  content: "(" counter(ol_num) ")";
  position: absolute;
  left: 0;
  top: 0;
  width: 2em;
  text-align: center;
}

.mod-block_textarea {
  width: fit-content;
  padding: 20px;
  background-color: #f5f5f5;
  font-size: 15px;
  font-size: 0.9375rem;
}
.mod-block_textarea * {
  margin: 0;
}
.mod-block_textarea * + * {
  margin-top: 0.4em;
}
@media (max-width: 768px) {
  .mod-block_textarea {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.mod-btn_list {
  padding: 0;
  margin: -10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.mod-btn_list li {
  list-style: none;
  margin: 10px;
}
@media (max-width: 768px) {
  .mod-btn_list {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -7px;
  }
  .mod-btn_list li {
    width: 100%;
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 7px;
  }
}
@media (max-width: 568px) {
  .mod-btn_list li {
    max-width: 100%;
  }
}

.mod-pamphlet_list {
  padding: 0;
  margin: 0 -1.25%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mod-pamphlet_list li {
  list-style: none;
  width: 17.5609756098%;
  margin: 1.2195121951%;
}
.mod-pamphlet_list li .img div[style] {
  padding-top: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.mod-pamphlet_list li .detail {
  text-align: center;
  margin-top: 20px;
}
.mod-pamphlet_list li .detail .name {
  font-weight: bold;
  color: #071B44;
}
.mod-pamphlet_list li .detail .year {
  margin-top: 5px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #AAAAAA;
}
.mod-pamphlet_list li .detail .btn {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 10px;
}
.mod-pamphlet_list li .detail .btn > * {
  margin: auto;
  width: fit-content;
  display: block;
  background-color: #00388D;
  font-weight: bold;
  min-width: 72px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 2px;
}
@media (max-width: 768px) {
  .mod-pamphlet_list {
    margin: 0 -1.2491525424%;
  }
  .mod-pamphlet_list li {
    width: 30.867259759%;
    margin: 1.2187055594%;
  }
  .mod-pamphlet_list li .detail {
    margin-top: 15px;
  }
  .mod-pamphlet_list li .detail .name {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .mod-pamphlet_list li .detail .year {
    margin-top: 3px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .mod-pamphlet_list li .detail .btn {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 10px;
  }
  .mod-pamphlet_list li .detail .btn > * {
    min-width: 72px;
    padding: 2px;
  }
}
@media (max-width: 568px) {
  .mod-pamphlet_list {
    margin: 0 -3.1343283582%;
  }
  .mod-pamphlet_list li {
    width: 44.1011235955%;
    margin: 2.9494382022%;
  }
}

.mod-map_img div[style] {
  padding-top: 81.9166666667%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .mod-map_img div[style] {
    padding-top: 87.1641791045%;
  }
}

.mod-facility_list_wrap {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .mod-facility_list_wrap {
    margin-top: 40px;
  }
}

.mod-facility_list {
  padding: 0;
  margin: -2.625%;
  counter-reset: labels 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mod-facility_list li {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 44.893111639%;
  counter-increment: labels;
  margin: 2.4940617577%;
}
.mod-facility_list li .img {
  width: 48.3245149912%;
}
.mod-facility_list li .img div[style] {
  padding-top: 59.8540145985%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mod-facility_list li .detail {
  width: 47.266313933%;
  border-bottom: 1px solid #D9E1EE;
  padding-bottom: 10px;
}
.mod-facility_list li .detail .head {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.mod-facility_list li .detail .head:before {
  content: attr(data-labels);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-right: 8px;
  background-color: #00388D;
  color: #FFFFFF;
  border-radius: 32px;
  line-height: 1;
}
.mod-facility_list li .detail .head .title .main {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  display: block;
}
.mod-facility_list li .detail .head .title .sub {
  margin-top: 2px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #838DA1;
  display: block;
}
.mod-facility_list li .detail .text {
  margin-top: 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .mod-facility_list li {
    width: 100%;
  }
  .mod-facility_list li .img {
    width: 35.8208955224%;
  }
  .mod-facility_list li .img div[style] {
    padding-top: 100%;
  }
  .mod-facility_list li .detail {
    width: 58.2089552239%;
  }
  .mod-facility_list li .detail .head:before {
    font-size: 14px;
    font-size: 0.875rem;
    width: 32px;
    height: 32px;
    min-width: 32px;
    margin-right: 8px;
    border-radius: 32px;
  }
  .mod-facility_list li .detail .head .title .main {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .mod-facility_list li .detail .head .title .sub {
    margin-top: 2px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .mod-facility_list li .detail .text {
    margin-top: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.mod-attention_block {
  padding: 40px 40px 50px;
  background-color: #fff;
  max-width: 900px;
  width: 100%;
  margin: auto;
  font-size: 15px;
  font-size: 0.9375rem;
}
.mod-attention_block p, .mod-attention_block ul {
  margin: 0;
}
.mod-attention_block p + *, .mod-attention_block ul + * {
  margin-top: 1em;
}
.mod-attention_block ul {
  padding: 0 0 0 1.3em;
}
@media (max-width: 768px) {
  .mod-attention_block {
    padding: 30px 20px 35px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.mod-link_list_col4 {
  padding: 0;
  margin: 10px -1.3333333333% -1.3333333333%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mod-link_list_col4 li {
  list-style: none;
  width: 22.4025974026%;
  margin: 1.2987012987%;
}
.mod-link_list_col4 li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  color: #071B44;
  text-decoration: none;
  padding: 10px 0 11px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.mod-link_list_col4 li a:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-image: url(../img/icon_arrow_nv.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.mod-link_list_col4 li a:before {
  transition: 0.5s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #0D2966;
  height: 1px;
  width: 100%;
}
.mod-link_list_col4 li a:hover {
  opacity: 1;
}
.mod-link_list_col4 li a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.mod-link_list_col4 li a[target=_blank] span:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 3px;
  background-image: url(../img/icon_blank_black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(0.1em);
}
@media (max-width: 991px) {
  .mod-link_list_col4 {
    margin: 10px -1.3333333333% -1.3333333333%;
  }
  .mod-link_list_col4 li {
    width: 47.3892185882%;
  }
}
@media (max-width: 568px) {
  .mod-link_list_col4 {
    margin: 10px -1.3333333333% -1.3333333333%;
  }
  .mod-link_list_col4 li {
    width: 100%;
  }
}
.mod-link_list_col4.u-col3 li {
  list-style: none;
  width: 30.303030303%;
  margin: 1.2987012987%;
}
@media (max-width: 991px) {
  .mod-link_list_col4.u-col3 {
    margin: 10px -1.3333333333% -1.3333333333%;
  }
  .mod-link_list_col4.u-col3 li {
    width: 47.3892185882%;
  }
}
@media (max-width: 568px) {
  .mod-link_list_col4.u-col3 {
    margin: 10px -1.3333333333% -1.3333333333%;
  }
  .mod-link_list_col4.u-col3 li {
    width: 100%;
  }
}

.mod-scheduling {
  margin-top: 40px;
}
.mod-scheduling dt {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 10px 20px;
  background-color: #F3F6FB;
  margin-bottom: 10px;
}
.mod-scheduling dt span {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Inter", sans-serif;
  margin-right: 3px;
}
.mod-scheduling dd {
  padding: 20px 10px 0;
  margin: 0;
  text-align: center;
  font-weight: bold;
  color: #4D4F5C;
  line-height: 1.25;
}
.mod-scheduling dd + dd {
  border-top: 1px solid #EEEEEE;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .mod-scheduling {
    margin-top: 25px;
  }
  .mod-scheduling dt {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 500;
    padding: 10px 15px;
    margin-bottom: 10px;
  }
  .mod-scheduling dt span {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .mod-scheduling dd {
    padding: 15px 10px 0;
  }
  .mod-scheduling dd + dd {
    margin-top: 20px;
  }
}

.mod-gray_box {
  background-color: #f5f5f5;
  padding: 30px;
}
.mod-gray_box p {
  margin-bottom: 0;
}
.mod-gray_box .attention {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 18px;
  color: #00388D;
}
.mod-gray_box .attention i {
  margin-right: 6px;
}
.mod-gray_box .tit + * {
  margin-top: 0.8em;
}
.mod-gray_box .detail {
  font-size: 14px;
  font-size: 0.875rem;
}
.mod-gray_box .detail + * {
  margin-top: 1em;
}
@media (max-width: 768px) {
  .mod-gray_box {
    padding: 20px;
  }
}

.mod-thumbnail_text {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 30px;
}
.mod-thumbnail_text .img {
  width: 170px;
}
.mod-thumbnail_text .img div[style] {
  padding-top: 66.4705882353%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mod-thumbnail_text .text {
  width: calc(100% - 190px);
  line-height: 1.75;
}
@media (max-width: 768px) {
  .mod-thumbnail_text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 568px) {
  .mod-thumbnail_text {
    display: block;
    margin-top: 30px;
  }
  .mod-thumbnail_text .img {
    width: 100%;
  }
  .mod-thumbnail_text .img div[style] {
    padding-top: 66.4705882353%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mod-thumbnail_text .text {
    margin-top: 15px;
    width: 100%;
  }
}

.mod-map {
  margin-top: 80px;
}
.mod-map .img {
  margin-bottom: 85px;
}
.mod-map .list {
  padding: 30px 0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.mod-map .list ~ .list {
  border-top: none;
}
.mod-map .list dt {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 20.8333333333%;
}
.mod-map .list dt:before {
  content: attr(data-pin);
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #00388D;
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
  border-radius: 32px;
  margin-right: 12px;
}
.mod-map .list dt .wrap span {
  display: block;
}
.mod-map .list dt .wrap .country {
  font-size: 20px;
  font-size: 1.25rem;
}
.mod-map .list dt .wrap .sub {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #C2CFE4;
}
.mod-map .list dd {
  width: 75%;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .mod-map {
    margin-top: 40px;
  }
  .mod-map .img {
    margin-bottom: 45px;
  }
  .mod-map .list {
    padding: 25px 0;
    display: block;
  }
  .mod-map .list dt {
    width: 100%;
    margin-bottom: 15px;
  }
  .mod-map .list dt:before {
    content: attr(data-pin);
    width: 32px;
    height: 32px;
    min-width: 32px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #00388D;
    font-family: "Inter", sans-serif;
    color: #FFFFFF;
    border-radius: 32px;
    margin-right: 12px;
  }
  .mod-map .list dt .wrap .country {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .mod-map .list dt .wrap .sub {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .mod-map .list dd {
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.mod-editor {
  margin-top: 30px;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
.mod-editor * {
  margin: 0;
}
.mod-editor * + * {
  margin-top: 0.7em;
}
.mod-editor .img {
  text-align: center;
}
.mod-editor .img + * {
  margin-top: 50px;
}
.mod-editor .img .caption {
  font-size: 125%;
  line-height: 1.5;
  color: #D56A39;
}
@media (max-width: 768px) {
  .mod-editor {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .mod-editor * {
    margin: 0;
  }
  .mod-editor * + * {
    margin-top: 0.7em;
  }
  .mod-editor .img + * {
    margin-top: 20px;
  }
}

.mod-ex_projects {
  margin: 40px 0 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mod-ex_projects li {
  list-style: none;
  width: 47.7777777778%;
}
.mod-ex_projects li .img div[style] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 54.8837209302%;
}
.mod-ex_projects li .text {
  margin-top: 20px;
}
.mod-ex_projects li .text .title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
.mod-ex_projects li .text .sub {
  margin-top: 7px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .mod-ex_projects li .text {
    margin-top: 15px;
  }
  .mod-ex_projects li .text .title {
    font-size: 16px;
    font-size: 1rem;
  }
  .mod-ex_projects li .text .sub {
    margin-top: 5px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (max-width: 568px) {
  .mod-ex_projects {
    margin: 30px 0 0;
  }
  .mod-ex_projects li {
    width: 100%;
  }
  .mod-ex_projects li + li {
    margin-top: 30px;
  }
  .mod-ex_projects li .text {
    margin-top: 15px;
  }
  .mod-ex_projects li .text .title {
    font-size: 16px;
    font-size: 1rem;
  }
  .mod-ex_projects li .text .sub {
    margin-top: 5px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.mod-ex_activitys {
  margin: 30px -1% -3.3333333333%;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mod-ex_activitys li {
  list-style: none;
  width: 31.3725490196%;
  margin: 0 0.9803921569% 3.2679738562%;
}
.mod-ex_activitys li .img div[style] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 66.6666666667%;
}
.mod-ex_activitys li .text {
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .mod-ex_activitys li .text {
    margin-top: 10px;
  }
}
@media (max-width: 568px) {
  .mod-ex_activitys {
    margin: 30px 0 0;
  }
  .mod-ex_activitys li {
    width: 100%;
  }
  .mod-ex_activitys li + li {
    margin-top: 20px;
  }
  .mod-ex_activitys li .text {
    margin-top: 10px;
  }
  .mod-ex_activitys li .text .title {
    font-size: 16px;
    font-size: 1rem;
  }
  .mod-ex_activitys li .text .sub {
    margin-top: 5px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.mod-examination-system_method {
  counter-increment: num;
}
.mod-examination-system_method + .mod-examination-system_method {
  margin-top: 20px;
}
.mod-examination-system_method:not(.u-dl_format) {
  line-height: 1.75;
  padding: 27px 30px 30px;
  background-color: #F1F4F8;
}
.mod-examination-system_method dt {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 19px;
  font-weight: 500;
}
.mod-examination-system_method dt:before {
  content: counter(num, decimal-leading-zero);
  margin-right: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #00388D;
}
.mod-examination-system_method dd {
  margin: 0;
}
.mod-examination-system_method dd.notes {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 10px;
}
.mod-examination-system_method dd.link {
  margin-top: 15px;
}
.mod-examination-system_method dd.link .btn1, .mod-examination-system_method dd.link .btn2 {
  width: fit-content;
  text-decoration: none;
  line-height: 1.7142857143;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 10px 15px;
  display: block;
}
.mod-examination-system_method dd.link .btn1 {
  background-color: #F2F238;
  color: #00388D;
}
.mod-examination-system_method dd.link .btn2 {
  background-color: #00388D;
  color: #FFFFFF;
}
.mod-examination-system_method_wrap {
  counter-reset: num;
}
@media (max-width: 768px) {
  .mod-examination-system_method {
    padding: 21px 20px 27px;
  }
  .mod-examination-system_method dt {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 12px;
  }
  .mod-examination-system_method dt:before {
    margin-right: 10px;
  }
  .mod-examination-system_method dd {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .mod-examination-system_method dd.notes {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 10px;
  }
  .mod-examination-system_method dd.link {
    margin-top: 15px;
  }
  .mod-examination-system_method dd.link .btn1, .mod-examination-system_method dd.link .btn2 {
    width: fit-content;
    text-decoration: none;
    line-height: 1.7142857143;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 10px 15px;
    display: block;
  }
  .mod-examination-system_method dd.link .btn1 {
    background-color: #F2F238;
    color: #00388D;
  }
  .mod-examination-system_method dd.link .btn2 {
    background-color: #00388D;
    color: #FFFFFF;
  }
}

.mod-internet-application_merits {
  margin: 0 -1.6666666667% !important;
  padding: 0 !important;
  counter-reset: merits;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.mod-internet-application_merits li {
  list-style: none;
  counter-increment: merits;
  background-color: #E4EAF2;
  padding: 25px 25px 30px;
  text-align: center;
  width: 30.1075268817%;
  margin: 0 1.6129032258%;
}
.mod-internet-application_merits li .num {
  color: #00388D;
  margin-bottom: 10px;
}
.mod-internet-application_merits li .num:before {
  content: "MERIT";
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}
.mod-internet-application_merits li .num:after {
  content: counter(merits, decimal-leading-zero);
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  display: block;
  line-height: 1;
}
.mod-internet-application_merits li .detail dt {
  margin-bottom: 0;
}
.mod-internet-application_merits li .detail dd {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .mod-internet-application_merits {
    margin: 0 !important;
    display: block;
  }
  .mod-internet-application_merits li {
    width: 100%;
    margin: 0;
  }
  .mod-internet-application_merits li + li {
    margin-top: 20px;
  }
  .mod-internet-application_merits li .num {
    color: #00388D;
    margin-bottom: 10px;
  }
  .mod-internet-application_merits li .num:before {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-bottom: 5px;
  }
  .mod-internet-application_merits li .num:after {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .mod-internet-application_merits li .detail dt {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .mod-internet-application_merits li .detail dd {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.mod-internet-application_flow {
  padding: 0 !important;
  margin: 0 !important;
  counter-reset: flow;
}
.mod-internet-application_flow li {
  counter-increment: flow;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  position: relative;
  padding-bottom: 35px;
}
.mod-internet-application_flow li:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #E5EAF3;
  position: absolute;
  left: 24.5px;
  top: 24.5px;
}
.mod-internet-application_flow li:last-child:before {
  content: none;
}
.mod-internet-application_flow li .num {
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
  background-color: #00388D;
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50px;
  position: relative;
}
.mod-internet-application_flow li .num:before, .mod-internet-application_flow li .num:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
}
.mod-internet-application_flow li .num:before {
  content: attr(data-labels);
  font-weight: 200;
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  top: 16%;
}
.mod-internet-application_flow li .num:after {
  content: counter(flow);
  font-weight: bold;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  top: 34%;
}
.mod-internet-application_flow li .detail {
  padding-left: 15px;
}
.mod-internet-application_flow li .detail .title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0;
  color: #00388D;
}
.mod-internet-application_flow li .detail .text {
  letter-spacing: 0.03em;
}

.mod-clubs_article + .mod-clubs_article {
  margin-top: 40px;
}
.mod-clubs_article:last-of-type {
  margin-bottom: 100px;
}
.mod-clubs_article .club {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 40px 0 60px;
}
.mod-clubs_article .club .img {
  width: 42.2222222222%;
}
.mod-clubs_article .club .img div[style] {
  padding-top: 66.5789473684%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mod-clubs_article .club .detail {
  width: 51.1111111111%;
}
.mod-clubs_article .club .detail .tit {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 13px;
}
.mod-clubs_article .club .detail .text {
  line-height: 1.75;
}
.mod-clubs_article .article {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #EBEDEF;
  padding-bottom: 40px;
}
.mod-clubs_article .article > div {
  padding-top: 30px;
  border-top: 1px solid #EBEDEF;
}
.mod-clubs_article .article .pickup {
  width: 51.1111111111%;
}
.mod-clubs_article .article .pickup > * {
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #071B44;
}
.mod-clubs_article .article .pickup > *:hover .media > * {
  transform: scale(1) rotate(0.001deg);
}
.mod-clubs_article .article .pickup > *:hover .content {
  opacity: 0.8;
}
.mod-clubs_article .article .pickup > * .media {
  overflow: hidden;
  width: 41.3043478261%;
}
.mod-clubs_article .article .pickup > * .media > * {
  transition: 0.25s ease;
  transform: scale(1.02) rotate(0.001deg);
  display: block;
  padding-top: 66.6666666667%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.mod-clubs_article .article .pickup > * .content {
  width: 52.1739130435%;
  transition: 0.25s ease;
}
.mod-clubs_article .article .pickup > * .content .title {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media (max-width: 991px) {
  .mod-clubs_article .article .pickup > * .content .title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.mod-clubs_article .article .pickup > * .content .category {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 15px -5px -5px;
}
@media (max-width: 991px) {
  .mod-clubs_article .article .pickup > * .content .category {
    margin-top: 10px;
  }
}
.mod-clubs_article .article .pickup > * .content .category li {
  list-style: none;
  margin: 5px;
}
.mod-clubs_article .article .pickup > * .content .category li > * {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 12px;
  width: fit-content;
  padding: 3px 10px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #FFFFFF;
}
.mod-clubs_article .article .pickup > * .content .category li > *.main {
  background-color: #00388D;
}
.mod-clubs_article .article .pickup > * .content .category li > *.sub {
  background-color: #071B44;
}
.mod-clubs_article .article .pickup > * .content .date {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 17px;
  line-height: 1;
}
@media (max-width: 991px) {
  .mod-clubs_article .article .pickup > * .content .date {
    margin-top: 10px;
  }
}
.mod-clubs_article .article .news {
  width: 42.2222222222%;
}
.mod-clubs_article .article .news > * {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-decoration: none;
  position: relative;
  color: #071B44;
}
.mod-clubs_article .article .news > *:hover .icon {
  right: 0;
}
.mod-clubs_article .article .news time {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #071B44;
}
.mod-clubs_article .article .news .category {
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 15px;
}
@media (max-width: 991px) {
  .mod-clubs_article .article .news .category {
    margin: 5px -5px -5px;
    order: 3;
  }
}
.mod-clubs_article .article .news .category li {
  list-style: none;
  margin: 0 4px;
}
@media (max-width: 991px) {
  .mod-clubs_article .article .news .category li {
    margin: 4px;
  }
}
.mod-clubs_article .article .news .category li > * {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 12px;
  width: fit-content;
  padding: 3px 10px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}
.mod-clubs_article .article .news .category li > *.main {
  background-color: #00388D;
}
.mod-clubs_article .article .news .category li > *.sub {
  background-color: #071B44;
}
.mod-clubs_article .article .news .title {
  width: 100%;
  margin-top: 10px;
  position: relative;
}
@media (max-width: 991px) {
  .mod-clubs_article .article .news .title {
    order: 2;
  }
}
@media (max-width: 768px) {
  .mod-clubs_article + .mod-clubs_article {
    margin-top: 30px;
  }
  .mod-clubs_article:last-of-type {
    margin-bottom: 50px;
  }
  .mod-clubs_article .club {
    display: block;
    padding: 30px 0 40px;
  }
  .mod-clubs_article .club .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .mod-clubs_article .club .img div[style] {
    padding-top: 66.5789473684%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mod-clubs_article .club .detail {
    width: 100%;
  }
  .mod-clubs_article .club .detail .tit {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .mod-clubs_article .club .detail .text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .mod-clubs_article .article {
    display: block;
    padding-bottom: 30px;
  }
  .mod-clubs_article .article > div {
    margin-top: 30px;
  }
  .mod-clubs_article .article .pickup {
    width: 100%;
  }
  .mod-clubs_article .article .pickup > * .content .title {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .mod-clubs_article .article .pickup > * .content .category {
    margin-top: 10px;
  }
  .mod-clubs_article .article .pickup > * .content .date {
    margin-top: 10px;
  }
  .mod-clubs_article .article .news {
    width: 100%;
  }
  .mod-clubs_article .article .news .category {
    margin: 5px -5px -5px;
    order: 3;
  }
  .mod-clubs_article .article .news .category li {
    margin: 4px;
  }
  .mod-clubs_article .article .news .title {
    font-size: 14px;
    font-size: 0.875rem;
    order: 2;
  }
}

.mod-message {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.mod-message .img {
  width: 35.5555555556%;
}
.mod-message .img div[style] {
  padding-top: 120.3125%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.mod-message .detail {
  width: 55.5555555556%;
  letter-spacing: 0.03em;
  transform: translateY(-8px);
}
.mod-message .detail dt {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5384615385;
  color: #00388D;
}
.mod-message .detail dd {
  margin: 0;
  line-height: 1.75;
}
.mod-message .detail .signature {
  text-align: right;
}
.mod-message .detail .signature .status {
  margin-right: 20px;
  font-size: 14px;
  font-size: 0.875rem;
}
.mod-message .detail .signature .name {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 991px) {
  .mod-message {
    display: block;
  }
  .mod-message .img {
    width: 100%;
  }
  .mod-message .img div[style] {
    padding-top: 62.5%;
    background-position: center;
    background-size: 120%;
  }
  .mod-message .detail {
    width: 100%;
    transform: none;
    margin-top: 30px;
  }
  .mod-message .detail dt {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .mod-message {
    display: block;
  }
  .mod-message .img {
    width: 100%;
  }
  .mod-message .img div[style] {
    padding-top: 62.5%;
    background-position: center;
    background-size: 120%;
  }
  .mod-message .detail {
    width: 100%;
    transform: none;
    margin-top: 20px;
  }
  .mod-message .detail dt {
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-bottom: 15px;
  }
  .mod-message .detail dd {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .mod-message .detail .signature .status {
    margin-right: 20px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .mod-message .detail .signature .name {
    font-size: 16px;
    font-size: 1rem;
  }
}

.mod-history {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mod-history li {
  border-bottom: 1px solid #F3F6FB;
  padding-bottom: 25px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.mod-history li + li {
  padding-top: 25px;
}
.mod-history li .times {
  color: #00388D;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  width: 120px;
}
.mod-history li .detail {
  width: calc(100% - 120px);
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.03em;
}

.mod-sns_slit {
  margin: -2.2222222222%;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mod-sns_slit li {
  width: 45.7446808511%;
  padding: 3.1914893617% 3.1914893617% 4.2553191489%;
  background-color: #f5f5f5;
  margin: 2.1276595745%;
}
.mod-sns_slit li .detail {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #0D2966;
  padding-bottom: 5.8139534884%;
  margin-bottom: 6.976744186%;
}
.mod-sns_slit li .detail .icon {
  width: 22.0588235294%;
}
.mod-sns_slit li .detail dl {
  width: 73.5294117647%;
}
.mod-sns_slit li .detail dl dt {
  color: #00388D;
  margin-bottom: 5px;
}
.mod-sns_slit li .detail dl dd {
  margin: 0;
}
.mod-sns_slit li .action .qr {
  width: fit-content;
  margin: auto;
}
.mod-sns_slit li .action .btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 25px auto 0;
  max-width: 350px;
  background-color: #00388D;
  color: #FFFFFF;
  text-decoration: none;
  padding: 23px 10px;
}
@media (max-width: 991px) {
  .mod-sns_slit li .detail dl {
    font-size: 15px;
    font-size: 1.5136226034vw;
  }
  .mod-sns_slit li .action .btn {
    font-size: 15px;
    font-size: 1.5136226034vw;
  }
}
@media (max-width: 768px) {
  .mod-sns_slit li .detail dl {
    font-size: 14px;
    font-size: 1.8229166667vw;
  }
  .mod-sns_slit li .detail dl dt {
    font-size: 16px;
    font-size: 2.0833333333vw;
  }
  .mod-sns_slit li .action .btn {
    font-size: 15px;
    font-size: 1.953125vw;
  }
}
@media (max-width: 640px) {
  .mod-sns_slit li {
    width: 100%;
    padding: 8.1145119932% 6.4916095946% 9.7374143919%;
  }
  .mod-sns_slit li .detail .icon {
    width: 23.6363636364%;
  }
  .mod-sns_slit li .detail dl {
    width: 72.7272727273%;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .mod-sns_slit li .detail dl dt {
    font-size: 15px;
    font-size: 4vw;
  }
  .mod-sns_slit li .action .qr {
    display: none;
  }
  .mod-sns_slit li .action .btn {
    padding: 20px 10px;
    font-size: 15px;
    font-size: 4vw;
  }
}

.mod-faq .item + .item {
  margin-top: 20px;
}
.mod-faq .item dt, .mod-faq .item dd {
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  background-color: #FFFFFF;
}
.mod-faq .item dt:before, .mod-faq .item dd:before {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  transform: translateY(0.14em);
  margin-right: 16px;
  color: #00388D;
}
.mod-faq .item dt {
  padding: 16px 30px 25px 25px;
  font-size: 20px;
  font-size: 1.25rem;
}
.mod-faq .item dt:before {
  content: "Q";
}
.mod-faq .item dt:after {
  content: "";
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-image: url(../img/icon_select.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(0.5em);
  margin: auto 0 auto auto;
  transition: 0.5s ease;
}
.mod-faq .item dt.on:after {
  transform: translateY(0.5em) rotate(-180deg);
}
.mod-faq .item dd {
  margin: 1px 0 30px;
  padding: 33px 70px 34px 25px;
  line-height: 1.75;
}
.mod-faq .item dd:before {
  content: "A";
}
@media (max-width: 768px) {
  .mod-faq .item + .item {
    margin-top: 10px;
  }
  .mod-faq .item dt:before, .mod-faq .item dd:before {
    font-size: 24px;
    font-size: 1.5rem;
    margin-right: 10px;
  }
  .mod-faq .item dt {
    padding: 15px 15px 20px 12px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .mod-faq .item dt:after {
    width: 24px;
    height: 24px;
  }
  .mod-faq .item dd {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 1px 0 20px;
    padding: 15px 15px 20px 12px;
  }
}

.mod-pages_editor {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5333333333;
  line-height: 2;
}
.mod-pages_editor * {
  font-size: 100%;
  padding: 0;
  margin: 0;
}
.mod-pages_editor .tac {
  text-align: center;
}
.mod-pages_editor .tit {
  font-size: 113.3%;
  margin-bottom: 2.941em;
}
.mod-pages_editor .list {
  padding-left: 1.8em;
}
.mod-pages_editor dt ~ dt {
  margin-top: 1.2em;
}
.mod-pages_editor dl {
  margin-bottom: 1.5em;
}
@media (max-width: 768px) {
  .mod-pages_editor {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.mod-pages_editor h1, .mod-pages_editor h2, .mod-pages_editor h3, .mod-pages_editor h4, .mod-pages_editor h5, .mod-pages_editor h6 {
  margin-bottom: 10px;
}
.mod-pages_editor h1 {
  font-size: 200%;
}
.mod-pages_editor h2 {
  font-size: 180%;
}
.mod-pages_editor h3 {
  font-size: 165%;
}
.mod-pages_editor h4 {
  font-size: 135%;
}
.mod-pages_editor h5 {
  font-size: 115%;
}
.mod-pages_editor h6 {
  font-size: 105%;
}

.mod-department_kv {
  position: relative;
  background-color: #0D2966;
}
.mod-department_kv .wrap {
  position: relative;
  margin-left: auto;
  width: 86.1111111111%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.mod-department_kv .wrap .bg {
  position: relative;
  z-index: 2;
}
.mod-department_kv .wrap .bg div[style] {
  padding-top: 54.8387096774%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mod-department_kv .wrap .content {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.mod-department_kv .wrap .content .en-title {
  position: absolute;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 440px;
  font-size: 30.5555555556vw;
  white-space: nowrap;
  color: #0D2966;
  top: 19.7080291971%;
  left: 0;
  text-align: center;
}
.mod-department_kv .wrap .content .en-title + .en-title {
  left: 102.7322580645%;
}
.mod-department_kv .copy, .mod-department_kv .name {
  position: absolute;
  z-index: 3;
}
.mod-department_kv .copy {
  top: 23.3576642336%;
  left: 8.3333333333%;
  line-height: 0;
}
.mod-department_kv .copy svg {
  opacity: 0;
  width: 100%;
  height: auto;
}
.clinical-psychology .mod-department_kv .copy {
  width: 33.4722222222%;
}
.primary-education .mod-department_kv .copy {
  width: 49.0263888889%;
}
.nursing .mod-department_kv .copy {
  width: 41.9430555556%;
}
.international-education .mod-department_kv .copy {
  width: 50.1805555556%;
}
.international-business .mod-department_kv .copy {
  width: 40.1972222222%;
}
.tourism-culture .mod-department_kv .copy {
  width: 37.9083333333%;
}
.sports-education .mod-department_kv .copy {
  width: 39.4930555556%;
}
.health-management .mod-department_kv .copy {
  width: 31.1215277778%;
}
.athlete-training .mod-department_kv .copy {
  width: 38.3048611111%;
}
.judo-therapist .mod-department_kv .copy {
  width: 44.6166666667%;
}
.clinical-engineering .mod-department_kv .copy {
  width: 51.5756944444%;
}
.emergency-lifesaver .mod-department_kv .copy {
  width: 42.3701388889%;
}
.veterinary-nursing .mod-department_kv .copy {
  width: 33.025%;
}
.medical-welfare .mod-department_kv .copy {
  width: 32.4763888889%;
}
.registered-dietitian .mod-department_kv .copy {
  width: 38.3444444444%;
}
.food-business .mod-department_kv .copy {
  width: 48.1666666667%;
}
.anime-and-movie .mod-department_kv .copy {
  width: 39.3895833333%;
}
.painting-modeling .mod-department_kv .copy {
  width: 34.0034722222%;
}
.visual-designs .mod-department_kv .copy {
  width: 44.1951388889%;
}
.architecture-interior .mod-department_kv .copy {
  width: 37.0770833333%;
}
.hospitality-business .mod-department_kv .copy {
  width: 21.4972222222%;
}
.living-planning .mod-department_kv .copy {
  width: 18.4340277778%;
}
.fashion-creative .mod-department_kv .copy {
  width: 24.8416666667%;
}
.medical-science-major .mod-department_kv .copy {
  width: 50.7111111111%;
}
.design-major .mod-department_kv .copy {
  width: 52.3576388889%;
}
.human-science-major .mod-department_kv .copy {
  width: 36.8583333333%;
}
.clinical-psychology-major .mod-department_kv .copy {
  width: 39.5013888889%;
}
.law-major-correspondence .mod-department_kv .copy {
  width: 31.7277777778%;
}
.human-science-major-correspondence .mod-department_kv .copy {
  width: 57.2652777778%;
}
.design-major-correspondence .mod-department_kv .copy {
  width: 52.3576388889%;
}
.practical-area-studies-course .mod-department_kv .copy {
  width: 36.4555555556%;
}
@keyframes animate-svg-fill {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(232, 232, 70);
  }
}
.mod-department_kv .name {
  opacity: 0;
  transition: 0.5s cubic-bezier(0.47, 0, 0.745, 0.715);
  transform: translateX(-10px);
  width: 91.6666666667%;
  top: 70.3649635036%;
  left: 8.3333333333%;
}
.mod-department_kv .name .title {
  width: fit-content;
  font-size: 48px;
  font-size: 3.3333333333vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  background-color: #FFFFFF;
  line-height: 1.3334;
  padding: 0 0.5555555556%;
  color: #00388D;
}
.mod-department_kv .name .tag {
  font-size: 18px;
  font-size: 1.25vw;
  width: fit-content;
  line-height: 2.125;
  margin-top: 1.3888888889%;
  padding: 0 0.5555555556%;
  background-color: #00388D;
  color: #FFFFFF;
}
.mod-department_kv.in .copy svg {
  opacity: 1;
}
.mod-department_kv.in .copy svg .svg-elem-1 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.15s both;
}
.mod-department_kv.in .copy svg .svg-elem-2 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both;
}
.mod-department_kv.in .copy svg .svg-elem-3 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.25s both;
}
.mod-department_kv.in .copy svg .svg-elem-4 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s both;
}
.mod-department_kv.in .copy svg .svg-elem-5 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.35s both;
}
.mod-department_kv.in .copy svg .svg-elem-6 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}
.mod-department_kv.in .copy svg .svg-elem-7 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.45s both;
}
.mod-department_kv.in .copy svg .svg-elem-8 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both;
}
.mod-department_kv.in .copy svg .svg-elem-9 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.55s both;
}
.mod-department_kv.in .copy svg .svg-elem-10 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both;
}
.mod-department_kv.in .copy svg .svg-elem-11 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.65s both;
}
.mod-department_kv.in .copy svg .svg-elem-12 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both;
}
.mod-department_kv.in .copy svg .svg-elem-13 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.75s both;
}
.mod-department_kv.in .copy svg .svg-elem-14 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}
.mod-department_kv.in .copy svg .svg-elem-15 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.85s both;
}
.mod-department_kv.in .copy svg .svg-elem-16 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}
.mod-department_kv.in .copy svg .svg-elem-17 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.95s both;
}
.mod-department_kv.in .copy svg .svg-elem-18 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}
.mod-department_kv.in .copy svg .svg-elem-19 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.05s both;
}
.mod-department_kv.in .copy svg .svg-elem-20 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}
.mod-department_kv.in .copy svg .svg-elem-21 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.15s both;
}
.mod-department_kv.in .copy svg .svg-elem-22 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
}
.mod-department_kv.in .copy svg .svg-elem-23 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.25s both;
}
.mod-department_kv.in .copy svg .svg-elem-24 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}
.mod-department_kv.in .copy svg .svg-elem-25 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.35s both;
}
.mod-department_kv.in .copy svg .svg-elem-26 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
}
.mod-department_kv.in .copy svg .svg-elem-27 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.45s both;
}
.mod-department_kv.in .copy svg .svg-elem-28 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}
.mod-department_kv.in .copy svg .svg-elem-29 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.55s both;
}
.mod-department_kv.in .copy svg .svg-elem-30 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}
.mod-department_kv.in .copy svg .svg-elem-31 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.65s both;
}
.mod-department_kv.in .copy svg .svg-elem-32 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
}
.mod-department_kv.in .copy svg .svg-elem-33 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.75s both;
}
.mod-department_kv.in .copy svg .svg-elem-34 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}
.mod-department_kv.in .copy svg .svg-elem-35 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.85s both;
}
.mod-department_kv.in .copy svg .svg-elem-36 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
}
.mod-department_kv.in .copy svg .svg-elem-37 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.95s both;
}
.mod-department_kv.in .copy svg .svg-elem-38 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
}
.mod-department_kv.in .copy svg .svg-elem-39 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.05s both;
}
.mod-department_kv.in .copy svg .svg-elem-40 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
}
.mod-department_kv.in .copy svg .svg-elem-41 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.15s both;
}
.mod-department_kv.in .copy svg .svg-elem-42 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
}
.mod-department_kv.in .copy svg .svg-elem-43 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.25s both;
}
.mod-department_kv.in .copy svg .svg-elem-44 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
}
.mod-department_kv.in .copy svg .svg-elem-45 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.35s both;
}
.mod-department_kv.in .copy svg .svg-elem-46 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both;
}
.mod-department_kv.in .copy svg .svg-elem-47 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.45s both;
}
.mod-department_kv.in .copy svg .svg-elem-48 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
}
.mod-department_kv.in .copy svg .svg-elem-49 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.55s both;
}
.mod-department_kv.in .copy svg .svg-elem-50 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
}
.mod-department_kv.in .copy svg .svg-elem-51 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.65s both;
}
.mod-department_kv.in .copy svg .svg-elem-52 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
}
.mod-department_kv.in .copy svg .svg-elem-53 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.75s both;
}
.mod-department_kv.in .copy svg .svg-elem-54 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
}
.mod-department_kv.in .copy svg .svg-elem-55 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.85s both;
}
.mod-department_kv.in .copy svg .svg-elem-56 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s both;
}
.mod-department_kv.in .copy svg .svg-elem-57 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.95s both;
}
.mod-department_kv.in .copy svg .svg-elem-58 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both;
}
.mod-department_kv.in .copy svg .svg-elem-59 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.05s both;
}
.mod-department_kv.in .copy svg .svg-elem-60 {
  animation: animate-svg-fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s both;
}
.mod-department_kv.in .name {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 768px) {
  .mod-department_kv .wrap {
    width: 89.3333333333%;
    background-position: center;
    background-size: cover;
  }
  .mod-department_kv .wrap .bg div[style] {
    padding-top: 70.7462686567%;
    background-position: center;
    background-size: cover;
  }
  .mod-department_kv .wrap .content .en-title {
    font-size: 140px;
    font-size: 37.3333333333vw;
    top: 19.7080291971%;
    left: 0;
  }
  .mod-department_kv .wrap .content .en-title + .en-title {
    left: 120.9940298507%;
  }
  .mod-department_kv .copy {
    left: 5.3333333333%;
    top: 8.4388185654%;
  }
  .clinical-psychology .mod-department_kv .copy {
    width: 50.8777777778%;
  }
  .primary-education .mod-department_kv .copy {
    width: 74.5201111111%;
  }
  .nursing .mod-department_kv .copy {
    width: 63.7534444444%;
  }
  .international-education .mod-department_kv .copy {
    width: 76.2744444444%;
  }
  .international-business .mod-department_kv .copy {
    width: 61.0997777778%;
  }
  .tourism-culture .mod-department_kv .copy {
    width: 57.6206666667%;
  }
  .sports-education .mod-department_kv .copy {
    width: 60.0294444444%;
  }
  .health-management .mod-department_kv .copy {
    width: 47.3047222222%;
  }
  .athlete-training .mod-department_kv .copy {
    width: 58.2233888889%;
  }
  .judo-therapist .mod-department_kv .copy {
    width: 67.8173333333%;
  }
  .clinical-engineering .mod-department_kv .copy {
    width: 78.3950555556%;
  }
  .emergency-lifesaver .mod-department_kv .copy {
    width: 64.4026111111%;
  }
  .veterinary-nursing .mod-department_kv .copy {
    width: 50.198%;
  }
  .medical-welfare .mod-department_kv .copy {
    width: 49.3641111111%;
  }
  .registered-dietitian .mod-department_kv .copy {
    width: 58.2835555556%;
  }
  .food-business .mod-department_kv .copy {
    width: 73.2133333333%;
  }
  .anime-and-movie .mod-department_kv .copy {
    width: 59.8721666667%;
  }
  .painting-modeling .mod-department_kv .copy {
    width: 51.6852777778%;
  }
  .visual-designs .mod-department_kv .copy {
    width: 67.1766111111%;
  }
  .architecture-interior .mod-department_kv .copy {
    width: 56.3571666667%;
  }
  .hospitality-business .mod-department_kv .copy {
    width: 32.6757777778%;
  }
  .living-planning .mod-department_kv .copy {
    width: 28.0197222222%;
  }
  .fashion-creative .mod-department_kv .copy {
    width: 37.7593333333%;
  }
  .medical-science-major .mod-department_kv .copy {
    width: 77.0808888889%;
  }
  .design-major .mod-department_kv .copy {
    width: 79.5836111111%;
  }
  .human-science-major .mod-department_kv .copy {
    width: 56.0246666667%;
  }
  .clinical-psychology-major .mod-department_kv .copy {
    width: 60.0421111111%;
  }
  .law-major-correspondence .mod-department_kv .copy {
    width: 48.2262222222%;
  }
  .human-science-major-correspondence .mod-department_kv .copy {
    width: 87.0432222222%;
  }
  .design-major-correspondence .mod-department_kv .copy {
    width: 79.5836111111%;
  }
  .practical-area-studies-course .mod-department_kv .copy {
    width: 55.4124444444%;
  }
  .mod-department_kv .name {
    width: 91.6666666667%;
    top: 62.8691983122%;
    left: 5.3333333333%;
  }
  .mod-department_kv .name .title {
    font-size: 22px;
    font-size: 5.8666666667vw;
    padding: 0 1.6%;
  }
  .mod-department_kv .name .tag {
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333%;
    padding: 0 1.6%;
  }
}

.mod-department_topnews {
  background-color: #0D2966;
  padding: 31px 0;
}
.mod-department_topnews .container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.mod-department_topnews .wrap {
  width: calc(100% - 200px);
}
.mod-department_topnews .wrap a {
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  text-decoration: none;
  flex-wrap: wrap;
  color: #FFFFFF;
}
.mod-department_topnews .wrap a time {
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 10px;
}
.mod-department_topnews .wrap a .category {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0px -5px -2px;
  transform: translateY(-1px);
}
.mod-department_topnews .wrap a .category li {
  list-style: none;
  margin: 2px 5px;
}
.mod-department_topnews .wrap a .category li > * {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 12px;
  width: fit-content;
  padding: 3px 10px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}
.mod-department_topnews .wrap a .category li > *.main {
  background-color: #00388D;
}
.mod-department_topnews .wrap a .category li > *.sub {
  background-color: #071B44;
}
.mod-department_topnews .wrap a .title {
  margin-top: 5px;
  width: 100%;
  letter-spacing: 0.03em;
}
.mod-department_topnews .btn-more_arrow {
  width: 145px;
}
@media (max-width: 768px) {
  .mod-department_topnews {
    background-color: #0D2966;
    padding: 17px 0 25px;
  }
  .mod-department_topnews .container {
    display: block;
  }
  .mod-department_topnews .wrap {
    width: 100%;
  }
  .mod-department_topnews .wrap a {
    display: -webkit-flex;
    display: flex;
    align-items: baseline;
    text-decoration: none;
    flex-wrap: wrap;
    color: #FFFFFF;
  }
  .mod-department_topnews .wrap a time {
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 10px;
    order: 1;
  }
  .mod-department_topnews .wrap a .category {
    margin-top: 5px;
    width: 100%;
    order: 3;
  }
  .mod-department_topnews .wrap a .title {
    margin-top: 5px;
    order: 2;
  }
  .mod-department_topnews .btn-more_arrow {
    margin-top: 10px;
    margin-left: auto;
  }
}

.mod-list_block {
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mod-list_block li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  list-style: none;
  padding: 30px;
  width: 48.3333333333%;
  background-color: #fff;
  border: 1px solid #E5E5E5;
}
.mod-list_block li .name {
  font-size: 18px;
  font-size: 1.125rem;
}
.mod-list_block li .name span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}
.mod-list_block li .tooltip {
  position: relative;
  width: 24px;
  cursor: pointer;
}
.mod-list_block li .tooltip div {
  display: none;
  position: absolute;
  width: 336px;
  bottom: calc(100% + 23px);
  right: 0;
  margin: 0;
  padding: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #F2F238;
}
.mod-list_block li .tooltip div:before {
  position: absolute;
  top: 100%;
  right: 14px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 16px 0;
  border-color: transparent #f2f238 transparent transparent;
}
.mod-list_block li .tooltip.u-career div {
  background-color: #00388D;
  color: #fff;
}
.mod-list_block li .tooltip.u-career div:before {
  border-color: transparent #00388D transparent transparent;
}
.mod-list_block li:nth-child(2) ~ li {
  margin-top: 20px;
}
@media (max-width: 800px) {
  .mod-list_block li {
    width: 100%;
    padding: 20px;
  }
  .mod-list_block li ~ li {
    margin-top: 20px;
  }
  .mod-list_block li .name {
    font-size: 16px;
    font-size: 1rem;
  }
  .mod-list_block li .tooltip {
    width: 20px;
  }
  .mod-list_block li .tooltip div {
    bottom: calc(100% + 15px);
    width: 295px;
    padding: 20px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.mod-pickup_blicklink {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.mod-pickup_blicklink li {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 46.6666666667%;
}
.mod-pickup_blicklink li .img {
  width: 35.7142857143%;
}
.mod-pickup_blicklink li .img div[style] {
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mod-pickup_blicklink li .detail {
  border-top: 1px solid #DAE2F0;
  border-bottom: 1px solid #DAE2F0;
  width: 57.1428571429%;
  padding: 20px 0;
}
.mod-pickup_blicklink li .detail .tag {
  display: block;
  width: fit-content;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  color: #0D2966;
  padding: 4px 8px;
  background-color: #F2F238;
  margin-bottom: 10px;
}
.mod-pickup_blicklink li .detail .title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #00388D;
  margin-bottom: 16px;
}
.mod-pickup_blicklink li .detail .text {
  line-height: 1.5;
}
.mod-pickup_blicklink li:nth-child(2) ~ li {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .mod-pickup_blicklink li {
    display: block;
    border-bottom: 1px solid #DAE2F0;
  }
  .mod-pickup_blicklink li .img {
    width: 100%;
  }
  .mod-pickup_blicklink li .img div[style] {
    padding-top: 59.7014925373%;
  }
  .mod-pickup_blicklink li .detail {
    width: 100%;
    border: none;
    padding: 20px 0;
  }
  .mod-pickup_blicklink li .detail .tag {
    display: block;
    width: fit-content;
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-size: 0.625rem;
    color: #0D2966;
    padding: 4px 8px;
    background-color: #F2F238;
    margin-bottom: 10px;
  }
  .mod-pickup_blicklink li .detail .title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    color: #00388D;
    margin-bottom: 16px;
  }
  .mod-pickup_blicklink li .detail .text {
    line-height: 1.5;
  }
  .mod-pickup_blicklink li:nth-child(2) ~ li {
    margin-top: 60px;
  }
}
@media (max-width: 568px) {
  .mod-pickup_blicklink {
    display: block;
  }
  .mod-pickup_blicklink li {
    width: 100%;
  }
  .mod-pickup_blicklink li .detail {
    width: 100%;
    border: none;
    padding: 20px 0;
  }
  .mod-pickup_blicklink li .detail .tag {
    display: block;
    width: fit-content;
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-size: 0.625rem;
    color: #0D2966;
    padding: 4px 8px;
    background-color: #F2F238;
    margin-bottom: 10px;
  }
  .mod-pickup_blicklink li .detail .title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    color: #00388D;
    margin-bottom: 16px;
  }
  .mod-pickup_blicklink li .detail .text {
    line-height: 1.5;
  }
  .mod-pickup_blicklink li:nth-child(2) ~ li {
    margin-top: 60px;
  }
}

.mod-topics_blicklink {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.mod-topics_blicklink li {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 46.6666666667%;
  border-top: 1px solid #DAE2F0;
  border-bottom: 1px solid #DAE2F0;
  padding: 30px 0;
}
.mod-topics_blicklink li .detail .tag {
  display: block;
  width: fit-content;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  color: #0D2966;
  padding: 4px 8px;
  background-color: #F2F238;
  margin-bottom: 10px;
}
.mod-topics_blicklink li .detail .title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #00388D;
  margin-bottom: 16px;
}
.mod-topics_blicklink li .detail .text {
  line-height: 1.5;
}
.mod-topics_blicklink li:nth-child(2) ~ li {
  border-top: none;
}
@media (max-width: 991px) {
  .mod-topics_blicklink li {
    display: block;
    border-bottom: 1px solid #DAE2F0;
  }
  .mod-topics_blicklink li .detail {
    width: 100%;
    border: none;
  }
  .mod-topics_blicklink li .detail .tag {
    display: block;
    width: fit-content;
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-size: 0.625rem;
    color: #0D2966;
    padding: 4px 8px;
    background-color: #F2F238;
    margin-bottom: 10px;
  }
  .mod-topics_blicklink li .detail .title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    color: #00388D;
    margin-bottom: 16px;
  }
  .mod-topics_blicklink li .detail .text {
    line-height: 1.5;
  }
}
@media (max-width: 568px) {
  .mod-topics_blicklink {
    display: block;
  }
  .mod-topics_blicklink li {
    width: 100%;
  }
  .mod-topics_blicklink li .detail {
    width: 100%;
    border: none;
  }
  .mod-topics_blicklink li .detail .tag {
    display: block;
    width: fit-content;
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-size: 0.625rem;
    color: #0D2966;
    padding: 4px 8px;
    background-color: #F2F238;
    margin-bottom: 10px;
  }
  .mod-topics_blicklink li .detail .title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    color: #00388D;
    margin-bottom: 16px;
  }
  .mod-topics_blicklink li .detail .text {
    line-height: 1.5;
  }
  .mod-topics_blicklink li + li {
    border-top: none;
  }
}

.mod-message_teaching {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.mod-message_teaching .img {
  width: 50%;
}
.mod-message_teaching .img div[style] {
  padding-top: 60%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.mod-message_teaching .detail {
  width: 43.3333333333%;
  letter-spacing: 0.03em;
  transform: translateY(-8px);
}
.mod-message_teaching .detail dt {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5384615385;
  color: #00388D;
}
.mod-message_teaching .detail dd {
  margin: 0;
  line-height: 1.75;
}
.mod-message_teaching .detail .signature {
  text-align: right;
}
.mod-message_teaching .detail .signature .status {
  font-size: 14px;
  font-size: 0.875rem;
}
.mod-message_teaching .detail .signature .name {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 991px) {
  .mod-message_teaching {
    display: block;
  }
  .mod-message_teaching .img {
    width: 100%;
  }
  .mod-message_teaching .img div[style] {
    padding-top: 59.7014925373%;
    background-position: center;
    background-size: cover;
  }
  .mod-message_teaching .detail {
    width: 100%;
    transform: none;
    margin-top: 30px;
  }
  .mod-message_teaching .detail dt {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .mod-message_teaching {
    display: block;
  }
  .mod-message_teaching .detail {
    margin-top: 20px;
  }
  .mod-message_teaching .detail dt {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
  .mod-message_teaching .detail .signature .status {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .mod-message_teaching .detail .signature .name {
    font-size: 16px;
    font-size: 1rem;
  }
}

.mod-major_features {
  counter-reset: num;
}
.mod-major_features .item {
  counter-increment: num;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #EBEDEF;
}
.mod-major_features .item .tit {
  width: 29.1666666667%;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #00388D;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.mod-major_features .item .tit:before {
  content: counter(num, decimal-leading-zero);
  color: #C2CFE4;
  margin-right: 20px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.mod-major_features .item .txt {
  width: 63.3333333333%;
  line-height: 1.75;
}
@media (max-width: 991px) {
  .mod-major_features .item {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .mod-major_features .item .tit {
    width: 100%;
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  .mod-major_features .item .tit:before {
    margin-right: 12px;
  }
  .mod-major_features .item .txt {
    width: 100%;
  }
}

.mod-linklist {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mod-linklist .wrap {
  width: 47.2222222222%;
}
.mod-linklist .wrap:nth-child(2) ~ .wrap {
  margin-top: 60px;
}
.mod-linklist .wrap .title {
  margin-bottom: 25px;
}
.mod-linklist .wrap .title span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
.mod-linklist .wrap .link {
  padding: 0;
  margin: 0;
}
.mod-linklist .wrap .link li {
  list-style: none;
  letter-spacing: 0.025em;
}
.mod-linklist .wrap .link li + li {
  margin-top: 0.2em;
}
@media (max-width: 568px) {
  .mod-linklist {
    display: block;
  }
  .mod-linklist .wrap {
    width: 100%;
  }
  .mod-linklist .wrap ~ .wrap {
    margin-top: 35px;
  }
  .mod-linklist .wrap .title {
    margin-bottom: 25px;
  }
  .mod-linklist .wrap .title span {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
  }
  .mod-linklist .wrap .link {
    padding: 0;
    margin: 0;
  }
  .mod-linklist .wrap .link li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.mod-bg_color .mod-bg_color_item {
  background-color: #fff;
}
.mod-bg_color .mod-bg_color_item:nth-of-type(2n) {
  background-color: #F3F6FB;
}

.mod-youtube {
  position: relative;
  padding-top: 56.25%;
}
.mod-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =============================================================================
   記事詳細
========================================================================== */
.mod-single_format {
  padding: 160px 0 140px;
}
.mod-single_format .wrap {
  background-color: #FFFFFF;
  padding: 120px 150px;
}
.mod-single_format .head {
  padding-bottom: 32px;
  border-bottom: 1px solid #EBEDEF;
}
.mod-single_format .head .status {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
  margin-bottom: 10px;
}
.mod-single_format .head .status time {
  font-size: 14px;
  font-size: 0.875rem;
  transform: translateY(2px);
  margin-right: 20px;
}
.mod-single_format .head .status .category {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -5px;
}
.mod-single_format .head .status .category li {
  list-style: none;
  margin: 0 5px;
}
.mod-single_format .head .status .category li > * {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 12px;
  width: fit-content;
  padding: 6px 10px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #FFFFFF;
}
.mod-single_format .head .status .category li > *.main {
  background-color: #00388D;
}
.mod-single_format .head .status .category li > *.sub {
  background-color: #071B44;
}
.mod-single_format .head .title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
}
.mod-single_format .body {
  padding-top: 40px;
  line-height: 2;
}
.mod-single_format .body h1, .mod-single_format .body h2, .mod-single_format .body h3, .mod-single_format .body h4, .mod-single_format .body h5, .mod-single_format .body h6 {
  margin-bottom: 10px;
}
.mod-single_format .body h1 {
  font-size: 200%;
}
.mod-single_format .body h2 {
  font-size: 180%;
}
.mod-single_format .body h3 {
  font-size: 165%;
}
.mod-single_format .body h4 {
  font-size: 135%;
}
.mod-single_format .body h5 {
  font-size: 115%;
}
.mod-single_format .body h6 {
  font-size: 105%;
}
@media (max-width: 850px) {
  .mod-single_format {
    padding: 160px 0 140px;
  }
  .mod-single_format .wrap {
    padding: 120px 50px;
  }
  .mod-single_format .head {
    padding-bottom: 32px;
  }
  .mod-single_format .head .status {
    margin-bottom: 10px;
  }
  .mod-single_format .head .status time {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .mod-single_format .head .title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .mod-single_format .body {
    padding-top: 30px;
  }
}
@media (max-width: 568px) {
  .mod-single_format {
    padding: 160px 0 140px;
  }
  .mod-single_format .wrap {
    padding: 120px 20px;
  }
  .mod-single_format .head {
    padding-bottom: 32px;
  }
  .mod-single_format .head .status {
    margin-bottom: 10px;
  }
  .mod-single_format .head .status time {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .mod-single_format .head .title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .mod-single_format .body {
    padding-top: 40px;
  }
}

.mod-fm_format {
  padding: 100px 0 140px;
  display: flex;
  justify-content: space-between;
}
.mod-fm_format .navs {
  width: 18%;
}
.mod-fm_format .navs .mod-menbers_nav + .mod-menbers_nav {
  margin-top: 40px;
}
.mod-fm_format .navs .mod-menbers_nav .tax_name {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #00388D;
  margin-bottom: 12px;
}
.mod-fm_format .navs .mod-menbers_nav .anc {
  border-top: 1px solid #EBEDEF;
}
.mod-fm_format .navs .mod-menbers_nav .anc .tit {
  font-size: 16px;
  font-size: 1rem;
  padding: 15px 0;
  position: relative;
}
.mod-fm_format .navs .mod-menbers_nav .anc .tit:after {
  transition: 0.5s;
  content: "";
  display: block;
  background-image: url(../img/icon_select.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
}
.mod-fm_format .navs .mod-menbers_nav .anc .tit.on:after {
  transform: rotate(180deg);
}
.mod-fm_format .navs .mod-menbers_nav .anc .list {
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 15px;
  line-height: 1.8571428571;
}
.mod-fm_format .navs .mod-menbers_nav .anc .list .sub_tit {
  font-weight: bold;
}
.mod-fm_format .navs .mod-menbers_nav .anc .list dd {
  margin: 0;
}
.mod-fm_format .navs .mod-menbers_nav .anc .list dd a {
  color: #071B44;
  display: block;
  width: fit-content;
  text-decoration: none;
  opacity: 0.4;
}
.mod-fm_format .navs .mod-menbers_nav .anc .list dd a:hover, .mod-fm_format .navs .mod-menbers_nav .anc .list dd a.active_page {
  opacity: 1;
}
.mod-fm_format .navs .mod-menbers_nav_select {
  position: relative;
  background-color: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  width: 100%;
  height: 46px;
  display: none;
  margin-bottom: 30px;
}
.mod-fm_format .navs .mod-menbers_nav_select select {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 44px 0 16px;
  z-index: 2;
  color: #071B44;
}
.mod-fm_format .navs .mod-menbers_nav_select select:focus {
  outline: none;
}
.mod-fm_format .navs .mod-menbers_nav_select:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9px;
  margin: auto;
  background-image: url(../img/icon_select02.svg);
  z-index: 1;
}
.mod-fm_format .navs .mod-menbers_nav_select_nav {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 20px;
  display: none;
}
.mod-fm_format .navs .mod-menbers_nav_select_nav .tax_name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: bold;
  background-color: #EEEEEE;
  color: #00388D;
  padding: 10px 3px;
}
.mod-fm_format .navs .mod-menbers_nav_select_nav .tax_name.active {
  background-color: #00388D;
  color: #fff;
}
.mod-fm_format .navs .mod-menbers_nav_select_nav .tax_name:nth-child(1) {
  width: 27%;
}
.mod-fm_format .navs .mod-menbers_nav_select_nav .tax_name:nth-child(2) {
  width: 40%;
}
.mod-fm_format .navs .mod-menbers_nav_select_nav .tax_name:nth-child(3) {
  width: 33%;
}
.mod-fm_format .navs .mod-menbers_nav_select_content {
  display: none;
}
.mod-fm_format .single_campus {
  width: 77%;
}
.mod-fm_format .single_campus .inner {
  padding: 60px 60px 80px;
  background-color: #fff;
}
.mod-fm_format .single_campus .head {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.mod-fm_format .single_campus .head .img {
  width: 120px;
  margin-right: 24px;
}
.mod-fm_format .single_campus .head .img div[style] {
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #DDDDDD;
  border-radius: 50%;
}
.mod-fm_format .single_campus .head .info {
  width: calc(100% - 144px);
}
.mod-fm_format .single_campus .head .info .status {
  font-size: 14px;
  font-size: 0.875rem;
  color: #00388D;
  font-weight: bold;
  margin-bottom: 7px;
}
.mod-fm_format .single_campus .head .info .name {
  font-size: 24px;
  font-size: 1.5rem;
  color: #071B44;
  font-weight: bold;
}
.mod-fm_format .single_campus .head .info .other {
  margin-top: 7px;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (max-width: 850px) {
  .mod-fm_format {
    padding: 50px 0 80px;
    display: block;
  }
  .mod-fm_format .navs {
    width: 100%;
  }
  .mod-fm_format .navs .mod-menbers_nav {
    display: none;
  }
  .mod-fm_format .navs .mod-menbers_nav_select_nav {
    display: flex;
  }
  .mod-fm_format .navs .mod-menbers_nav_select_content {
    display: block;
  }
  .mod-fm_format .navs .mod-menbers_nav_select.show {
    display: block;
  }
  .mod-fm_format .single_campus {
    width: fit-content;
    margin: 0 -30px !important;
  }
  .mod-fm_format .single_campus .inner {
    padding: 30px 25px 40px;
  }
  .mod-fm_format .single_campus .head {
    margin-bottom: 30px;
  }
  .mod-fm_format .single_campus .head .img {
    width: 85px;
    margin-right: 15px;
  }
  .mod-fm_format .single_campus .head .info {
    width: calc(100% - 95px);
  }
  .mod-fm_format .single_campus .head .info .status {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 5px;
  }
  .mod-fm_format .single_campus .head .info .name {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .mod-fm_format .single_campus .head .info .other {
    margin-top: 5px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .mod-fm_format .single_campus .com-title02 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 568px) {
  .mod-fm_format .single_campus {
    margin: 0 -20px !important;
  }
}

/* =============================================================================
   フォーム
========================================================================== */
.mod-form .field_item {
  border-top: 1px solid #EBEDEF;
  border-bottom: 1px solid #EBEDEF;
  padding: 20px 0;
}
.mod-form .field_item + .field_item {
  border-top: none;
}
.mod-form .field_item .field_heading {
  margin-bottom: 12px;
}
.mod-form .field_item .field_heading .required {
  display: inline-flex;
  width: fit-content;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  font-weight: normal;
  border: 1px solid #D91C1C;
  color: #D91C1C;
  padding: 2px 5px;
  margin-left: 10px;
  transform: translateY(-0.2em);
}
.mod-form .field_item .field_heading ~ .field_heading {
  margin-top: 15px;
}
.mod-form .field_item .field_heading_inner {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.mod-form .field_item .field_heading_inner ~ .field_heading_inner {
  margin-top: 25px;
}
.mod-form .field_item .field_detail {
  margin: 0;
}
.mod-form .field_item .field_detail + .field_detail {
  margin-top: 25px;
}
.mod-form .field_item .field_detail .error {
  width: 100%;
  display: block;
  margin-top: 0.2em;
}
.mod-form input[type=text], .mod-form input[type=tel], .mod-form input[type=email], .mod-form input[type=num] {
  -webkit-appearance: none;
  appearance: none;
  padding: 10px;
  width: 100%;
  border: 1px solid #DDDDDD;
  background: #F6F6F6;
  max-width: 720px;
}
.mod-form textarea {
  padding: 10px;
  width: 100%;
  min-height: 180px;
  border: 1px solid #DDDDDD;
  -webkit-appearance: none;
  appearance: none;
  max-width: 720px;
  background: #F6F6F6;
}
.mod-form .btn-submit {
  margin-top: 40px;
}
.mod-form .btn-submit > * {
  cursor: pointer;
}
.mod-form .mod-radio {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mod-form .mod-radio .mwform-radio-field {
  margin-left: 0;
  margin-right: 20px;
}
.mod-form .mod-radio .mwform-radio-field label {
  position: relative;
}
.mod-form .mod-radio .mwform-radio-field label input[type=radio] {
  display: none;
}
.mod-form .mod-radio .mwform-radio-field label input[type=radio] + span {
  display: -webkit-flex;
  display: flex;
  line-height: 1;
}
.mod-form .mod-radio .mwform-radio-field label input[type=radio] + span:before, .mod-form .mod-radio .mwform-radio-field label input[type=radio] + span:after {
  content: "";
  display: block;
  border-radius: 50%;
}
.mod-form .mod-radio .mwform-radio-field label input[type=radio] + span:before {
  width: 16px;
  height: 16px;
  border: 1px solid #DDDDDD;
  background-color: #f5f5f5;
  margin-right: 7px;
}
.mod-form .mod-radio .mwform-radio-field label input[type=radio] + span:after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: #2962D8;
  opacity: 0;
}
.mod-form .mod-radio .mwform-radio-field label input[type=radio]:checked + span:before {
  background-color: #FFFFFF;
}
.mod-form .mod-radio .mwform-radio-field label input[type=radio]:checked + span:after {
  opacity: 1;
}
.mod-form .mod-radio.u-col1 .mwform-radio-field {
  width: 100%;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.mod-form .mod-radio.u-col1 .mwform-radio-field + .mwform-radio-field {
  margin-top: 8px;
}
.mod-form .u-w100 {
  max-width: 100px !important;
}
.mod-form .u-w200 {
  max-width: 200px !important;
}
.mod-form .u-w400 {
  max-width: 400px !important;
}
.mod-form .form-recaptcha_text {
  color: #C2CFE4;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 20px;
  text-align: center;
}
.mod-form .form-recaptcha_text a {
  color: #C2CFE4;
  text-decoration: underline;
}
.mod-form .grecaptcha-badge {
  visibility: hidden;
}
.mw_wp_form_confirm .mod-form .mod-category_composite {
  height: auto;
  border: none;
}
.mw_wp_form_confirm .mod-form .mod-category_composite:after {
  content: none;
}
.mw_wp_form_confirm .mod-form .btn-search {
  display: none;
}

/* =============================================================================
   その他
========================================================================== */
@media (max-width: 991px) {
  .is-pc_991 {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .is-pc_768 {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .is-sp_991 {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .is-sp_768 {
    display: none !important;
  }
}
.is-bg_white {
  background-color: #FFFFFF;
}
.is-ptb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.is-mb30 {
  margin-bottom: 30px;
}
.is-mb20 {
  margin-bottom: 20px !important;
}
.is-mb0 {
  margin-bottom: 0;
}
.is-tac {
  text-align: center;
}
.is-blank_link {
  text-decoration: none;
}
.is-blank_link:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  line-height: 1;
  background-image: url(../img/icon_blank_link.svg);
  margin-left: 3px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.is-red_fc {
  color: #D91C1C;
}

.is-bg_navy {
  background-color: #0D2966;
}

.is-bg_white {
  background-color: #FFFFFF;
}

.is-bg_blue_gray {
  background-color: #F3F6FB;
}

.js-cutin {
  opacity: 0;
  transform: translateX(10px);
  transition: 0.5s ease;
}
.js-cutin.in {
  opacity: 1;
  transform: translateX(0);
}

.js-fadein {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.5s ease;
}
.js-fadein.in {
  opacity: 1;
  transform: translateY(0);
}

.is-flowtext {
  animation: flowtext 30s linear infinite;
}

@keyframes flowtext {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 769px) {
  .tel-link {
    pointer-events: none;
    text-decoration: none;
  }
}

/* =============================================================================
   GTranslate
========================================================================== */
.l-header .com-translate {
  position: fixed;
  top: 30px;
  right: 120px;
  z-index: 9999;
}
@media (max-width: 768px) {
  .l-header .com-translate {
    display: none;
  }
}

.global-navigation .com-translate {
  display: none;
}
@media (max-width: 768px) {
  .global-navigation .com-translate {
    display: block;
    margin: 0 auto 40px;
    width: fit-content;
  }
}

.gt_selector {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: unset;
  outline: none;
  outline-width: 0;
  border-radius: 999px;
  min-width: 135px;
  height: 40px;
  padding: 0 20px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  background-image: url(../img/icon_select.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px 16px;
  background-color: #fff;
  color: #071B44;
  cursor: pointer;
}
