
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-all;
  }

body {
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 16px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  line-height: 1.3;
  font-weight: 700; }

p {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400; }

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #11a9ef;
  cursor: pointer;}
a:hover {
  color: #11a9ef;
}
ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

img {
  height: auto;
  max-width: 100%; }
.txc {
  text-align: center;
}
.txr {
  text-align: right;
}
.mt-60 {
  margin-top: 60px;
}
.sp {
  display: none!important;
}
/* 共通カラー */
.mc {
  color: #00385d;
}
.mbc {
  background-color: #00385d;
}
.bg-sc {
  background-color: #F2FCFE;
}
.wc {
  color: #fff!important;
}
.wbc {
  background-color: #fff;
}
.bbc {
  background-color: #333;
}
.bbc--darker {
  background-color: #001f34;
}
/* 共通パーツ */
.btn {
  display: block;
  width: 200px;
  margin: 40px auto 0;
  padding: 12px 18px;
  background-color: #00385d;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 50px;
  position: relative;
}
.btn:hover {
  background-color: rgba(0, 56, 93,0.8);
  color: #fff;
}
.btn:hover::before {
  right: 6px;
}
.btn[data-size="large"] {
  width: 300px;
  line-height: 1.4;
}
.bg-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
  }

/* hr */
.c-hr {
  height: 60px;
  margin: 42px 0;
  border: none;
}
.c-hr--icon {
  background: url(images/headline-icon.png) no-repeat center center / auto 100%;
}
/* Preloader */
#preloader {
  background: #00385d;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  transition: opacity 1s, visibility 1s;
}
  #preloader .circle-preloader {
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: spin 2s infinite linear; }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

#preloader.fadeOut {
  opacity: 0;
  visibility: hidden;
}
.h-100 {
  height: 100%;
}
.l-columns.l-columns--lower {
  padding-top: 60px;
}
.l-columns--lower.l-columns--smallPaddingTop {
  padding-top: 24px;
}
.l-columns__main {
  width: 66%;
  padding-bottom: 60px;
}
.l-columns__sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  width: 32%;
  /* max-width: 336px; */
  margin-bottom: 24px;
  padding: 24px;
  background-color: #fff;
  box-shadow: 3px 3px 5px rgba(0, 56, 93,0.05);
}
.l-columns__sidebar__content:not(:first-of-type) {
  margin-top: 24px;
}
.l-columns__sidebar__content__title {
  padding-left: 12px;
  font-size: 20px;
  border-left: 2px solid #00385d;
}
.l-columns__sidebar__content__facebook {
  width: 100%;
  max-width: 340px;
  margin: 12px auto 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.l-columns__sidebar__content__link {
  margin-top: 12px;
}
.l-columns__sidebar__content__link__item {
  display: block;
  margin-top: 6px;
  text-align: center;
}
.l-columns__sidebar__content__link__item:hover {
  opacity: 0.8;
}
.section-wrapper {
  position: relative;
  z-index: 0;
}
.c-section {
  padding: 36px;
}
.c-section--noPaddingTop {
  padding-top: 0;
}
.c-section--noPadding {
  padding: 0;
}
.c-section__titleWrapper__title {
  padding-right: 36px;
  padding-left: 12px;
  color: #00385d;
  font-size: 32px;
  border-left: 3px solid #00385d;
  position: relative;
}
  .c-section__titleWrapper__title::before {
    position: absolute;
    top: 50%;
    right: 8px;
    content: '';
    display: block;
    width: 18px;
    height: 1px;
    background-color: #00385d;
    transform: translateY(-50%);
  }
  .c-section__titleWrapper__title.c-section__titleWrapper__title--noLine::before {
    display: none;
  }
.l-columns--lower .c-section__titleWrapper__title {
  padding-top: 6px;
  padding-left: 18px;
  font-weight: 600;
}
.c-section__titleWrapper__subTitle {
  color: #00385d;
  font-size: 18px;
  line-height: 32px;
}
.c-section__titleWrapper__anchor {
  margin-left: auto;
  padding: 12px 36px 12px 24px;
  background-color: #00385d;
  color: #fff;
  font-weight: 500;
  position: relative;
}
  .c-section__titleWrapper__anchor:hover {
    color: #fff;
  }
  .c-section__titleWrapper__anchor::before {
    position: absolute;
    top: 50%;
    right: 6px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left: 7px solid #fff;
    transform: translateY(-50%);
    transition: right .15s;
  }
  .c-section__titleWrapper__anchor:hover::before {
    right: 3px;
  }

.c-section__title {
  color: #00385d;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
.c-section__title.c-section__title--icon {
  margin-top: 100px;
  position: relative;
}
  .c-section__title.c-section__title--icon::before {
    position: absolute;
    top: -84px;
    left: 50%;
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: url(images/headline-icon.png) no-repeat top center / contain;
    transform: translateX(-50%);

  }
  .c-section__title__subTitle {
    display: block;
    font-size: 18px;
  }
.c-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.c-container.c-container--s {
  max-width: 960px;
}
.c-container--full {
  width: 100%;
  padding: 0 24px;
}
.c-container--full--noPadding {
  width: 100%;
  padding: 0;
}
.c-container--full--paddingBottom {
  width: 100%;
  padding: 0 0 60px;
}
.c-container--marginTop {
  margin-top: 60px;
}
.c-box {
  margin-top: 24px;
}
.c-box__item {
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
  a.c-box__item:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  }
.c-box__item__figure {
  height: 0;
  padding-top: 75%;
}
.c-box__item__title {
  height: 60px;
  padding: 12px 24px;
  color: #00385d;
  font-weight: 500;
}
  .c-box__item__title__subContent {
    display: block;
    color: rgba(0,31,52,0.5);
    font-size: 0.8em;
  }
.c-list {
  padding: 60px 24px 0;
}
.c-list__ttl {
  padding-bottom: 12px;
  color: #fff;
  font-size: 24px;
  border-bottom: 2px solid #fff;
}
.c-list__items__item {
  padding: 12px 0;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
}
.flex-start {
  align-items: flex-start;
}
.align-items-center {
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
}
.align-content-center {
  align-content: center;
}
.justify-content-center {
  justify-content: center;
}
.space-around {
  -ms-flex-pack: distribute;
justify-content: space-around;
}
.space-between {
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
.flex-item.flex-item--2 {
  width: 48%;
}
.flex-item.flex-item--3 {
  width: 32%;
}
.flex-item.flex-item--5 {
  width: 19%;
}
.flex-item--onlyImage {
  height: 0;
  padding-top: 75%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
/* Header Area */
.m-header {
  position: relative;
  z-index: 100;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 24px;
}
.m-header-lower {
  background-color: #333;
}
  .m-header__logo,
  .m-footer__content__info__logo {
    width: calc(100% - 244px);
  }
    .m-header__logo__title,
    .m-footer__content__info__logo__title {
      width: 100%;
      height: 100%;
      font-size: 24px;
      font-weight: 500;
      color: #00385d;
      line-height: 1.5;
    }
      .m-header__logo__title__en,
      .m-footer__content__info__logo__title__en {
        color: #333;
        font-size: 0.5em;
        word-break: normal;
        opacity: 0.7;
      }
      .m-header__logo__title__sub,
      .m-footer__content__info__logo__title__sub {
        margin-top: 6px;
        font-size: 0.8em;
      }
  .m-header__subContents {
    width: 160px;
  }
    .m-header__subContents__en {
      display: block;
      width: 100px;
      margin-left: auto;
      padding: 6px 12px;
      color: #11a9ef;
      border: 1px solid #11a9ef;
      position: relative;
    }
    .m-header__subContents__en:hover {
      background-color: #11a9ef;
      color: #fff;
      position: relative;
    }
      .m-header__subContents__en::before {
        position: absolute;
        top: 50%;
        right: 0;
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-left: 7px solid #11a9ef;
        transform: translateY(-50%);
        transition: border .5s;
      }
      .m-header__subContents__en:hover::before {
        border-left: 7px solid #fff;
      }
    .m-header__subContents__icons {
      margin-top: 12px;
    }
    .m-header__subContents__icons__icon {
      width: 48%;
      padding-top: 50px;
      font-size: 12px;
      text-align: center;
      background-position: top center;
      background-repeat: no-repeat;
      background-size: auto 40px;
    }
    .m-header__subContents__icons__icon:hover {
      opacity: 0.8;
    }
      .m-header__subContents__icons__icon--contact {
        background-image: url(images/contact-icon.jpg);
      }
      .m-header__subContents__icons__icon--facebook {
        background-image: url(images/facebook-icon.jpg);
      }
  .m-header .navbar-toggler {
    display: none;
  }
  .m-header__nav {
    width: 100%;
    margin-top: 24px;
  }
    .m-header__nav__wrapper {
      height: 100%;
    }
      .m-header__nav__wrapper__list__item {
        width: calc(100% / 9);
      }
        .m-header__nav__wrapper__list__item__anchor {
          display: flex;
          flex-direction: column;
          justify-content: center;
          height: 100%;
          padding: 12px;
          font-weight: 600;
          color: #00385d;
          text-align: center;
          border-right: 1px solid #00385d;
        }
        .m-header__nav__wrapper__list__item:first-of-type .m-header__nav__wrapper__list__item__anchor {
          border-left: 1px solid #00385d;
        }
          .m-header__nav__wrapper__list__item__anchor__subText {
            display: block;
            margin-top: 4px;
            color: rgba(0,31,52,0.4);
            font-size: 10px;
          }

.m-hero__detail {
  width: 100%;
  background-image: url(images/top.jpg);
}
.m-hero__detail__container {
  padding: 0 36px 0 24px;
}
  .m-hero__detail__container__title {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-left: auto;
    padding: 36px 12px 36px 6px;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 10px;
  }
  .m-hero__detail__title::before {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background-color: #f7cf0c;
  }
  .m-hero__detail__container__title__line {
    display: inline-block;
    padding: 12px 10px 0px 6px;
    background-color: #001f34;
  }
  .m-hero__detail__container__title__line[data-punctuation="line-punctuation"] {
    padding: 0 6px;
    letter-spacing: -10px;
  }
  .m-hero__detail__container__title__line[data-line="line1"] {
    /* min-height: 550px; */
    line-height: 28px;
  }
  .m-hero__detail__container__title__line[data-line="line2"] {
    /* min-height: 444px; */
    margin-top: 168px;
    margin-right: 4px;
    line-height: 28px;
  }
  .m-hero__detail__paragraph {
    margin-top: 1em;
  }
  .m-hero__detail__paragraph:first-child {
    margin-top: 0;
  }

.m-hero__lower {
  height: 200px;
}
/* トップページ */
.p-front__menu {
  padding: 60px 0;
}
.p-front__menu__item {
  padding-top: 300px;
}
.p-front__menu__item__info {
  position: absolute;
  top: -12px;
  left: 12px;
}
.p-front__menu__item__info__title,
.p-front__menu__item__info__subTitle {
  display: inline-block;
  padding: 6px 6px 3px;
  background-color: #fff;
  color: #00385d;
  line-height: 1;
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: all .5s;
}
.p-front__menu__item__info__title {
  font-size: 36px;
  font-weight: bold;
}
.p-front__menu__item__info__subTitle {
  margin-top: 6px;
  font-weight: 600;
}
.p-front__menu__item .p-front__menu__item__info__title::before,
.p-front__menu__item .p-front__menu__item__info__subTitle::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  transition: all .5s;
  top: 0;
  left: -180%;
  width: 150%;
  height: 100%;
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
}
.p-front__menu__item:hover .p-front__menu__item__info__title,
.p-front__menu__item:hover .p-front__menu__item__info__subTitle {
  color: #fff;
}
.p-front__menu__item:hover .p-front__menu__item__info__title::before,
.p-front__menu__item:hover .p-front__menu__item__info__subTitle::before {
  top: 0;
  left: -10px;
  background-color: #00385d;
  width: 200%;
}
/* NEWS section */
.c-news-section__list {
  margin-top: 24px;
  color: #fff;
  border-top: 1px solid #fff;
}
  .c-news-section__list__item {
    padding: 12px 18px;
    border-bottom: 1px solid rgba(0,56,93,0.15);
  }
  .c-news-section__list__item__date {
    width: 100px;
    color: #001f34;
    font-size: 14px;
    line-height: 1.4;
  }
    .c-news-section__list__item__date.c-news-section__list__item__date--large {
      width: 150px;
    }
  .c-news-section__list__item__title {
    width: calc(100% - 100px);
    margin-left: 24px;
    color: #00385d;
    line-height: 1.4;
  }

/* ABOUT */
.p-about__content__info {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 0;
}
.p-about__content__info__title {
  color: #00385d;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.p-about__content__info__subTitle {
  display: block;
  margin-top: 6px;
  color: #00385d;
  font-weight: 600;
  text-align: center;
}
.p-about__content__info__paragraph {
  margin-top: 1em;
  color: #00385d;
}
.p-about__content__info__paragraph:first-of-type {
  margin-top: 60px;
}
.c-professor-section {
  padding-right: 0;
  padding-left: 0;
}
.c-professor-section .c-box__item {
  padding: 12px;
  text-align: center;
}
.c-professor-section .c-box__item__subTitle {
  color: rgba(0,31,52,0.5);
  font-size: 12px;
}
.c-professor-section .c-box__item__title {
  height: auto;
  padding: 12px 0 0;
  text-align: center;
}

/* RESEARCH */
.m-hero__research {
  /* background-image: url(images/research-hero.jpg);
  background-size: auto 150%;
  background-position: center right; */
  padding: 0 24px;
  position: relative;
}
.m-hero__research::before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  /* background: rgba(0, 56, 93,0.8); */
  display: block;
  width: 62%;
  height: 100%;
  background-image: url(images/research-hero.jpg);
  background-size: cover;
  background-position: center left;
}
.m-hero__research__container {
  /* padding: 120px 0; */
  height: 600px;
}
.m-hero__research__container__title,
.m-hero__research__container__subTitle,
.m-hero__research__container__paragraph {
  text-shadow: 0 0 10px rgba(255, 255, 255, .7);
}
.m-hero__research__container__title {
  width: 36%;
  color: #00385d;
  font-size: 42px;
}
.m-hero__research__container__subTitle {
  width: 36%;
  color: #00385d;
  font-size: 24px;
}
.m-hero__research__container__paragraph {
  width: 36%;
  color: #00385d;
  margin-top: 1em;
}
.m-hero__research__container__paragraph span {
  display: inline-block;
}
.c-research-section {
  padding: 0px;
}
.c-research-section__content__images {
  position: relative;
  margin-top: 24px;
}
.c-research-section__content__images__figure {
  height: 0;
  padding-top: 75%;
}
.c-research-section__content__images__caption {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-block;
  padding: 4px 6px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 600;
  color: #00385d;
}
.c-research-section__content__images__caption__small {
  font-size: 0.8em;
}
.c-research-section__content__paragraph {
  margin-top: 1em;
  color: #00385d;
}

/* MEMBER */
.c-member-section {
  padding: 0;
}
.c-member-section__figure {
  margin-top: 24px;
  padding-top: 75%;
}
.c-member-section .c-section__title--icon {
  margin-top: 120px;
}
.c-member-section .c-box {
  margin-top: 0px;
  gap: 12px;
}
.c-member-section .c-box.flex-wrap::after {
  content: '';
  width: 100%;
}
.c-member-section .c-box__item {
  width: 25%;
  margin: 25% 6px 0;
  padding: 36px 12px 12px;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.05);
  text-align: center;
  position: relative;
}
.c-member-section .c-box.flex-wrap .c-box__item:nth-child(n+4) {
  order: 1;
}
.c-member-section .c-box__item__figure {
  position: absolute;
  bottom: calc(100% - 24px);
  left: 10%;
  content: '';
  display: block;
  width: 80%;
  height: 0;
  padding-top: 100%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;

}
.c-member-section .c-box__item__subTitle {
  color: rgba(0,31,52,0.5);
  font-size: 12px;
  line-height: 1.2;
}
.c-member-section .c-box__item__title {
  height: auto;
  padding: 12px 0 0;
  text-align: center;
}
/* RECRUIT */
.m-hero__recruit {
  background-image: url(images/recruit-hero.jpg);
}
.m-hero__recruit__container {
  padding: 200px 0;
}
.m-hero__recruit__container__title {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
.m-hero__recruit__container__paragraph {
  color: #fff;
  margin-top: 1em;
  text-align: center;
}
.c-recruit-section__content__list {
  margin-top: 36px;
}
.c-recruit-section__content__list:not(:first-of-type) {
  margin-top: 1em;
}
.c-recruit-section__content__list__title {
  width: 100px;
  color: #00385d;
}
.c-recruit-section__content__list__data {
  color: #00385d;
}
.c-recruit-section__content__paragraph {
  margin-top: 1em;
  color: #00385d;
}
.c-recruit-section__content__anchor {
  display: block;
  margin-top: 1em;
}
.c-recruit-section__content__anchor__figure,
.c-recruit-section__content__anchor__paragraph {
  transition: all .15s;
}
.c-recruit-section__content__anchor__paragraph {
  color: #00385d;
}
.c-recruit-section__content__anchor:hover .c-recruit-section__content__anchor__figure {
  opacity: 0.8;
}
.c-recruit-section__content__anchor:hover .c-recruit-section__content__anchor__paragraph {
  color: #11a9ef;
}

/* REPORT */
.c-report-section,
.c-articles-section {
  padding: 0;
}

.c-articles-section .c-box__item {
  width: 25%;
  margin: 0 6px;
  padding: 18px 12px;
}
.c-articles-section .c-box__item__subTitle {
  display: block;
  color:rgba(0, 56, 93,0.8);
  font-size: 0.8em;
  text-align: center;
}
.c-articles-section .c-box__item__title {
  height: auto;
  margin-top: 4px;
  padding: 0;
  font-size: 20px;
  text-align: center;
}
  .c-articles-section .c-box__item.active {
    background-color: #00385d;
  }
  .c-articles-section .c-box__item.active .c-box__item__subTitle,
  .c-articles-section .c-box__item.active .c-box__item__title {
    color: #fff;
  }

.c-article-box {
  position: relative;
  margin-top: 60px;
  padding: 36px 24px 24px;
  background-color: #fff;
  text-align: center;
  box-shadow: 3px 3px 5px rgba(0, 56, 93,0.05);
}
  .c-article-box__year,
  .c-article-box__category {
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
    display: block;
    width: 100px;
    padding: 6px 12px;
    background-color: #00385d;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    transform: translate(-50%,-50%);
  }
  .c-article-box__category {
    padding: 8px 12px 6px;
    border-radius: 0;
  }
  .c-article-box__headline {
    display: inline-block;
    margin: 0 auto;
    color: #00385d;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    position: relative;
  }
  .c-article-box__headline:not(:first-of-type) {
    margin-top: 24px;
  }
    .c-article-box__headline::before,
    .c-article-box__headline::after {
      position: absolute;
      top: 50%;
      content: '';
      display: block;
      width: 24px;
      height: 1px;
      background-color: #00385d;
      transform: translateY(-50%);
    }
    .c-article-box__headline::before {
      left: -36px;
    }
    .c-article-box__headline::after {
      right: -36px;
    }
  .c-article-box__headline.c-article-box__headline--longLine {
    display: block;
  }
    .c-article-box__headline.c-article-box__headline--longLine::before {
      left: 0;
      width: 100%;
    }
    .c-article-box__headline.c-article-box__headline--longLine::after {
      display: none;
    }
    .c-article-box__headline.c-article-box__headline--longLine span {
      display: inline-block;
      padding: 6px 12px;
      background-color: #fff;
      position: relative;
    }
  .c-article-box__list {
    margin-top: 1em;
  }
  .c-article-box__list__item {
    margin-top: 1em;
    padding-bottom: 1em;
    color: #001f34;
    font-size: 18px;
    text-align: left;
    line-height: 1.4;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
  }
  ol .c-article-box__list__item {
    margin-left: 1em;
    list-style-type: decimal;
  }
  .c-article-box__list__item:last-of-type {
    border-bottom: none;
  }
  .c-article-box__list__item__title {
    color: #00385d;
    font-weight: 600;
  }
  .c-article-box__list__item__paragraph {
    margin-top: 6px;
  }

/* CAREER */
.c-career-section {
  padding: 0;
}
.c-career-section + .c-article-box {
  margin-top: 30px;
}
.c-article-box__list__item__subList {
  margin-top: 12px;
  padding-left: 1em;
}
.c-article-box__list__item__subList__item {
  margin-top: 1em;
  font-size: 16px;
}

/* ACCESS */
.c-access-section {
  padding: 0;
}
.c-access-section__box {
  padding: 24px;
  background-color: #fff;
  box-shadow:3px 3px 5px rgba(0, 56, 93,0.05);
}
.c-access-section__box__info__name {
  color: #00385d;
  font-weight: 600;
}
.c-access-section__box__info__list {
  margin-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}
  .c-access-section__box__info__list:first-of-type {
    padding-top: 1em;
    border-top: 1px solid #00385d;
  }
  .c-access-section__box__info__list:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
.c-access-section__box__info__list__title,
.c-access-section__box__info__list__data {
  color: #001f34;
  line-height: 1.4;
}
.c-access-section__box__info__list__title {
  width: 80px;
}
.c-access-section__box__info__list__data {
  width: calc(100% - 104px);
}
/* LINK */
.c-link-section {
  padding: 0;
}
.c-link-section__box {
  padding: 24px;
  background-color: #fff;
  box-shadow: 3px 3px 5px rgba(0, 56, 93,0.05);
}
.c-link-section__box__list {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}
.c-link-section__box__list__title {
  width: 50%;
  padding: 18px;
  color: #00385d;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
  .c-link-section__box__list__title span {
    display: block;
    color: rgba(0,31,52,0.5);
    font-size: 0.8em;
    line-height: 1.2;
  }
.c-link-section__box__list__content {
  width: 50%;
  padding: 18px;
}
.c-link-section__box__list__content__anchor {
  line-height: 1.4;
  text-decoration: underline;
}
.c-link-section__box__list__content__anchor:hover {
  text-decoration: none;
}
/* Footer */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 50px;
  width: 40px;
  height: 40px;
  background: #f7cf0c;
  color: #FFF;
  text-align: center;
  box-shadow: 0 3px 4px rgba(0,0,0,.15), 0 0 3px 0 rgba(0,0,0,.2);
  z-index: 2;
  opacity: 0;
}
#pagetop::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom: 10px solid #fff;
  transform: translate(-50%, -75%);
}
#pagetop.visible {
  opacity: 1;
}
#pagetop:hover {
  box-shadow: 0 8px 15px rgba(0,0,0,.25);
  transition: all .3s;
}
#pagetop .icon {
  height: 100%;
  font-size: 30px;
}
.m-footer {
  background-color: #00385d;
}
.m-footer__content {
  padding: 36px 0px;
}
.m-footer__content__info {
  width: 100%;
}
  .m-footer__content__info__logo {
    width: 350px;
  }
    .m-footer__content__info__logo__title {
      width: 100%;
      height: 100%;
      font-size: 24px;
      font-weight: 500;
      color: #fff;
      line-height: 1.5;
    }
    .m-footer__content__info__logo__title:hover,
    .m-footer__content__info__logo__title:focus {
      color: #fff;
    }
      .m-footer__content__info__logo__title__en {
        font-size: 0.7em;
        opacity: 0.7;
      }
      .m-footer__content__info__logo__title__sub {
        font-size: 0.8em;
      }
  .m-footer__content__info__detail {
    width: calc(100% - 550px);
    max-width: 450px;
    margin-left: 24px;
  }
  .m-footer__content__info__detail__paragraph {
      margin-top: 1em;
      color: #fff;
    }
  .m-footer__content__info__anchor {
    width: 160px;
    margin-left: auto;
    padding: 12px 12px 12px 42px;
    background: url(images/contact-icon-white.png) no-repeat left 12px center / 20px 20px;
    color: #fff;
    border: 2px solid #fff;
  }
  .m-footer__content__info__anchor:hover {
    background-color: #11a9ef;
    color: #fff;
    border: 2px solid #11a9ef;
  }
  .m-footer__content__nav {
    margin-top: 24px;
  }
  .m-footer__content__nav__list__item {
    width: calc(100% / 9);
  }
  .m-footer__content__nav__list__item__anchor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 12px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border-right: 1px solid #fff;
  }
  .m-footer__content__nav__list__item:first-of-type .m-footer__content__nav__list__item__anchor {
    border-left: 1px solid #fff;
  }
  .m-footer__copyright {
    width: 100%;
    padding: 0.5em 1em;
    color: #fff;
    opacity: 0.5;
  }
  .m-footer__copyright__anchor {
    color: #fff;
    text-decoration: underline;
  }
  .m-footer__copyright__anchor:hover {
    color: #fff;
    text-decoration: none;
  }