@charset "UTF-8";
/* PROJECT */
.pj-intro {
  text-align: center;
  line-height: 2.25;
  margin: 40px 0;
}

.pj-list {
  background: -webkit-gradient(linear, left top, right top, from(#eff6fd), to(#d2e4f6));
  background: linear-gradient(to right, #eff6fd 0%, #d2e4f6 100%);
  padding: 50px 0 80px;
}

.pj-list .articles__pagenation {
  margin-top: 30px;
}

.pj-list .articles__pagenation:first-child {
  margin-top: 0;
  margin-bottom: 30px;
}

.pj-list__item {
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 38px 40px 30px;
}

.pj-list__item + .pj-list__item {
  margin: 20px 0 0;
}

.pj-list__item .c-article-info {
  margin: 0 0 12px;
}

.pj-list__item .c-article-categ {
  font-size: 1.2rem;
  margin: 0 20px 0 0;
  min-width: 80px;
  text-align: center;
}

.pj-list__item .c-article-date {
  margin: 0 0 0 auto;
}

.pj-list__item__ttl {
  font-size: 2.0rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
}

.pj-list__item__body {
  display: none;
  margin: 35px 0 0;
  padding: 20px 0 0;
  border-top: solid 1px #ccc;
}
.pj-list__item__body.article {
  display:block;
}
.pj-list__item__body p {
  margin: 0;
  line-height: 2.25;
}

.pj-list__item__body p + p {
  margin-top: 20px;
}

.pj-list__item__btn,.pj-list__item__linkbtn {
  width: 190px;
  font-size: 1.4rem;
  margin: 25px auto 0;
}

.pj-list__item__btn.is-active {
  margin-top: 18px;
}

.pj-list__item__btn.is-active a::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 5px;
}

.pj-list__item__btn a,.pj-list__item__linkbtn a {
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #162a89;
  border-radius: 34px;
  color: #fff;
  position: relative;
}

.pj-list__item__btn a::after,.pj-list__item__linkbtn a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 23px;
  margin: auto;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/* ご挨拶 */
.message-wrap {
  padding: 80px 0 140px;
}

.message-col {
  overflow: hidden;
}

.message-col + .message-col {
  margin-top: 72px;
}

.message-img {
  width: 220px;
  float: left;
}

.message-ttl {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0;
  width: 730px;
  float: right;
  line-height: 2.25;
  margin: -12px 0 0;
}

.message-txt {
  width: 730px;
  float: right;
  line-height: 2.25;
}

.message-name {
  text-align: right;
  font-size: 1.4rem;
  margin-top: 39px;
}

.message-name strong {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.6;
}

/* 情報公開 */
.info-wrap {
  padding: 75px 0;
}

.info-sec .c-column {
  max-width: 800px;
}

.info-sec + .info-sec {
  margin-top: 75px;
}

.info-elm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.info-elm > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 275px;
      flex-basis: 275px;
}

.info-list {
  margin-bottom: -15px;
}

.info-list li {
  margin: 0 50px 15px;
}

.info-list li::before {
  margin-top: 4px;
}

.info-list li a {
  font-size: 1.5rem;
}

.what-wrap {
  padding: 77px 0 0;
}

.what-sec + .what-sec {
  margin-top: 68px;
}

.what-sec .c-column {
  max-width: 850px;
}

.what-sec h2 {
  margin: 0 0 35px;
}

.what-sec p {
  line-height: 2.25;
}

.what-sec p + p {
  margin-top: 30px;
}

.what-sec.-achieve {
  background: -webkit-gradient(linear, left top, right top, from(#eff6fd), to(#d2e4f6));
  background: linear-gradient(to right, #eff6fd 0%, #d2e4f6 100%);
  padding: 77px 0 80px;
}

.what-sec.-achieve .c-column {
  max-width: 1050px;
}

.achieve-list {
  margin: 48px 0 0;
}

.achieve-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.achieve-list dl + dl {
  margin: 20px 0 0;
}

.achieve-list dl.-opinion dt {
  background-color: #162a89;
}

.achieve-list dl.-reports dt {
  background-color: #c8a226;
}

.achieve-list dl.-vision dt {
  background-color: #8eb66e;
}

.achieve-list dl.-note dt {
  background-color: #4882af;
}

.achieve-list dl.-paper dt {
  background-color: #cf664c;
}

.achieve-list dl.-data dt {
  background-color: #b63d3d;
}

.achieve-list dl.-others dt {
  background-color: #582929;
}

.achieve-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.0rem;
  letter-spacing: 0.04em;
  line-height: 1.3;
  color: #fff;
  padding: 27px 20px;
  width: 280px;
}

.achieve-list dt i {
  width: 52px;
  margin: 0 10px 0 0;
  opacity: 0.7;
}

.achieve-list dt small {
  font-family: "Cinzel", serif;
  font-size: 1.6rem;
  line-height: 1.25;
  display: block;
  margin: 8px 0 0;
}

.achieve-list dd {
  background: #fff;
  margin: 0;
  width: 720px;
}

.achieve-list dd a {
  display: block;
  height: 100%;
  line-height: 2.125;
  padding: 28px 70px 32px 20px;
  position: relative;
}

.achieve-list dd a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.achieve-list__btn {
  margin: 40px 0 0;
}

.achieve-list__btn a {
  width: 400px;
  height: 50px;
  border-radius: 50px;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}

.achieve-list__btn a::after {
  width: 7px;
  height: 7px;
  right: 33px;
}

/* 財団概要 */
.overview-nav {
  margin-top: -30px;
}

.overview-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.2);
}

.overview-nav__list + p {
  text-align: right;
  margin: 23px 0 0;
}

.overview-nav__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  position: relative;
}

.overview-nav__list li:last-child a {
  border-right: none;
}

.overview-nav__list li a {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #162a89;
  color: #fff;
  font-size: 2.0rem;
  letter-spacing: 0.1em;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
  position: relative;
}

.overview-nav__list li a::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 32px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.overview-sec {
  padding: 75px 0 80px;
}

.overview-sec h3 {
  margin: 0;
}

.overview-sec.-profile {
  margin-top: -40px;
  padding: 114px 0 93px;
  background: url(/images/about/overview/bg_profile_pc.jpg) no-repeat center center;
  background-size: cover;
}

.overview-sec.-history {
  background: url(/images/about/overview/bg_history_pc.jpg) no-repeat center center;
  background-size: cover;
}

.overview-sec.-recruit {
  padding-bottom: 0;
}

.overview-sec.-recruit h3 {
  margin-top: 45px;
  margin-bottom: 15px;
}

.overview-sec.-recruit h3::before {
  background: #162a89;
}

.overview-sec.-access {
  padding-top: 75px;
}

.overview-sec__item {
  margin: 10px 50px 0;
}

.overview-sec__item + .overview-sec__item {
  margin-top: 44px;
}

.overview-sec__item h3::before {
  background: #162a89;
}

.overview-sec__item > p {
  text-align: right;
  line-height: 2.125;
  margin: 0 0 14px;
}

.overview-list {
  margin: 50px 50px 0;
}

.overview-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  background: #fff;
}

.overview-list dl + dl {
  border-top: solid 1px #ddd;
}

.overview-list dl dt {
  width: 150px;
  padding: 33px 40px;
  font-weight: 700;
}

.overview-list dl dd {
  line-height: 1.625;
  margin: 0;
  padding: 33px 50px;
  width: 950px;
}

.overview-list dl dd a {
  text-decoration: underline;
  margin: 0 0 0 15px;
}

.overview-list dl dd a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 19px;
  background: url(/images/icn_pin_02.svg) no-repeat center center;
  background-size: 14px 19px;
  margin: 0 5px 0 0;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.overview-list dl dd a.-sp-access {
  display: none;
}

.overview-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 -25px -2.272727272%;
}

.overview-card + .overview-card {
  padding-top: 25px;
  margin-top: 25px;
  position: relative;
}

.overview-card + .overview-card::before {
  content: "";
  display: block;
  width: calc(100% - 25px);
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.overview-card__item {
  width: 31.111111111%;
  min-height: 130px;
  padding: 10px 50px 14px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 25px 2.22222222222%;
  background: #fff;
}

.overview-card__item span {
  display: block;
  line-height: 1.8;
  margin: 0;
}

.overview-card__item strong {
  display: block;
  font-size: 2.0rem;
  line-height: 1.2;
  margin: 0 0 5px;
}

.overview-card__item small {
  display: block;
  font-size: 1.4rem;
  color: #777;
  line-height: 1.6;
}

.overview-card--grad li {
  background: -webkit-gradient(linear, left top, right top, from(#eff6fd), to(#d2e4f6));
  background: linear-gradient(to right, #eff6fd 0%, #d2e4f6 100%);
}

.overview-card--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.history-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 50px 0 0;
}

.history-col::before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#71c2eb), to(#0059d1));
  background: linear-gradient(to bottom, #71c2eb 0%, #0059d1 100%);
}

.history-col::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #0059d1 transparent transparent transparent;
  margin: 0 auto;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}

.history-col__item .sp-btn {
  display: none;
}

.history-col__item h3 {
  background: #162a89;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  position: relative;
  margin: 0 0 33px;
}

.history-col__item h3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 20px 0 20px;
  border-color: #162a89 transparent transparent transparent;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.history-col__item dl {
  margin: 0 0 15px;
  position: relative;
}

.history-col__item dl::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #162a89;
  position: absolute;
  top: 15px;
  left: 9.0909090909%;
  margin: auto;
}

.history-col__item dl::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #162a89;
  border-radius: 50%;
  position: absolute;
  right: -10.18181818%;
  top: 9px;
}

.history-col__item dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  width: 108px;
  height: 30px;
  border-radius: 30px;
  background: #162a89;
  color: #fff;
  margin: 0 0 15px;
  position: relative;
}

.history-col__item dl dt small {
  font-size: 1.4rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.history-col__item dl dd {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0;
}

.history-col__item dl dd p + p {
  margin: 0.72vw 0 0;
}

.overview-box {
  background: #e7f1fb;
  margin-top: 42px;
  padding: 18px 30px 20px;
}

.overview-box p {
  line-height: 1.875;
}

.overview-box p b {
  font-size: 1.8rem;
  line-height: 2;
}

.access-list {
  margin: 45px 0 0;
}

.access-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 30px 0;
  border-top: solid 2px #000;
}

.access-list dl + dl {
  border-top: solid 1px #ccc;
}

.access-list dl dt {
  width: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
}

.access-list dl dd {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.access-list dl dd p {
  width: 50%;
}

.access-list dl dd p a {
  text-decoration: underline;
}

.access-list dl dd p a._tel {
  pointer-events: none;
  text-decoration: none;
  margin-right: 16px;
}

.access-list dl dd p span {
  display: block;
}

.access-list dl dd .access-btn {
  -ms-flex-item-align: center;
      align-self: center;
}

.access-list dl dd .access-btn .c-btn {
  width: 240px;
  margin: 0;
}

.access-map {
  width: 70%;
  margin: 30px auto 0;
}

@media only screen and (max-width: 768px) {
  .pj-intro {
    text-align: left;
    line-height: 1.9;
    margin: 30px 0;
  }
  .pj-list__item {
    padding: 30px 15px 25px;
  }
  .pj-list__item__ttl {
    font-size: 1.8rem;
  }
  .pj-list__item__body p {
    line-height: 1.9375;
  }
  .message-wrap {
    padding: 40px 0 60px;
  }
  .message-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .message-col + .message-col {
    margin-top: 50px;
  }
  .message-img {
    width: 110px;
    float: none;
    margin: 0 15px 15px 0;
  }
  .message-ttl {
    font-size: 1.8rem;
    line-height: 1.7;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .message-txt {
    line-height: 1.7;
    width: 100%;
    float: none;
  }
  .message-name {
    margin-top: 30px;
  }
  .info-wrap {
    padding: 40px 0 60px;
  }
  .info-sec + .info-sec {
    margin-top: 50px;
  }
  .info-elm {
    display: block;
    margin: 30px 0 0;
  }
  .info-list {
    display: block;
    margin-bottom: 0;
  }
  .info-list li {
    margin: 0 0 15px;
  }
  .what-wrap {
    padding: 40px 0 0;
  }
  .what-sec + .what-sec {
    margin-top: 50px;
  }
  .what-sec h2 {
    margin: 0 0 30px;
  }
  .what-sec p {
    line-height: 1.7;
  }
  .what-sec.-achieve {
    padding: 50px 0;
  }
  .achieve-list {
    margin: 30px 0 0;
  }
  .achieve-list dl {
    display: block;
  }
  .achieve-list dt {
    width: 100%;
    padding: 15px 20px;
  }
  .achieve-list dd {
    width: 100%;
  }
  .achieve-list dd a {
    line-height: 1.9;
    padding: 15px 50px 15px 20px;
  }
  .achieve-list__btn a {
    width: 100%;
    letter-spacing: 0;
  }
  .overview-nav {
    margin-top: 0;
  }
  .overview-nav .c-column {
    margin: 0;
  }
  .overview-nav__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .overview-nav__list + p {
    font-size: 1.2rem;
    margin: 15px 0 0;
  }
  .overview-nav__list li {
    -ms-flex-preferred-size: 33.3333333%;
        flex-basis: 33.3333333%;
  }
  .overview-nav__list li:nth-child(3) {
    border-right: none;
  }
  .overview-nav__list li a {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  .overview-nav__list li a {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    height: 45px;
  }
  .overview-nav__list li a::after {
    width: 7px;
    height: 7px;
    right: 15px;
    top: -2px;
  }
  .overview-sec {
    padding: 50px 0;
  }
  .overview-sec.-profile {
    margin: 0;
    padding: 30px 0 50px;
    background-image: url(/images/about/overview/bg_profile_sp.jpg);
  }
  .overview-sec.-history {
    overflow: hidden;
    background: #e7f1fb;
    position: relative;
  }
  .overview-sec.-history::before {
    content: "";
    display: block;
    width: 100%;
    height: 390px;
    background: url(/images/about/overview/bg_history_sp.png) no-repeat right top;
    background-size: contain;
    position: absolute;
    top: -76.5px;
    right: 0;
  }
  .overview-sec.-recruit h3 {
    margin-top: 24px;
    margin-bottom: 7px;
  }
  .overview-sec.-access {
    padding-top: 48px;
    padding-bottom: 75px;
  }
  .overview-sec__item {
    margin: 10px 0 0;
  }
  .overview-sec__item + .overview-sec__item {
    margin-top: 30px;
  }
  .overview-sec__item > p {
    font-size: 1.4rem;
    margin: 0 0 5px;
  }
  .overview-list {
    margin: 30px 0 0;
  }
  .overview-list dl dt {
    font-size: 1.4rem;
    padding: 12px 0 12px 15px;
    width: 70px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .overview-list dl dd {
    width: 100%;
    padding: 14px 10px 17px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .overview-list dl dd a {
    margin: 0;
  }
  .overview-list dl dd a::before {
    width: 11.5px;
    height: 15.5px;
    background-size: 11.5px 15.5px;
  }
  .overview-list dl dd a.-pc-access {
    display: none;
  }
  .overview-list dl dd a.-sp-access {
    display: inline;
  }
  .overview-card {
    margin: 11px 0 -10px;
  }
  .overview-card__item {
    width: 100%;
    margin: 0 0 10px;
    padding: 13px 15px;
    min-height: auto;
  }
  .overview-card__item span {
    font-size: 1.4rem;
  }
  .overview-card__item strong {
    font-size: 1.6rem;
  }
  .overview-card__item small {
    font-size: 1.2rem;
  }
  .history-col {
    display: block;
    margin: 30px 0 0;
  }
  .history-col::before {
    display: none;
  }
  .history-col::after {
    display: none;
  }
  .history-col__item + .history-col__item {
    margin-top: 50px;
  }
  .history-col__item .sp-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 40px;
    background: #fff;
    font-size: 1.6rem;
  }
  .history-col__item .sp-btn::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: -2px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .history-col__item .sp-btn.is-active::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    top: 5px;
  }
  .history-col__item.is-active dl:nth-child(4) {
    max-height: inherit;
  }
  .history-col__item.is-active dl:nth-child(4)::after {
    display: none;
  }
  .history-col__item h3 {
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
  .history-col__item h3::after {
    border-width: 7.5px 12.5px 0 12.5px;
    bottom: -7px;
  }
  .history-col__item dl:last-child {
    margin-bottom: 0;
  }
  .history-col__item dl:nth-child(n+5) {
    display: none;
  }
  .history-col__item dl:nth-child(4) {
    max-height: 87px;
    overflow: hidden;
    position: relative;
  }
  .history-col__item dl:nth-child(4)::after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(231, 241, 251, 0)), to(#e7f1fb));
    background: linear-gradient(to bottom, rgba(231, 241, 251, 0) 0%, #e7f1fb 100%);
  }
  .history-col__item dl::before {
    display: none;
  }
  .history-col__item dl::after {
    display: none;
  }
  .history-col__item dl dt {
    font-size: 1.4rem;
    width: 85px;
    height: 25px;
    margin: 0 0 10px;
  }
  .history-col__item dl dt small {
    font-size: 1.1rem;
    line-height: 2.0;
  }
  .history-col__item dl dd {
    letter-spacing: 0.04em;
    line-height: 1.625;
  }
  .overview-box {
    margin-top: 14px;
    padding: 10px 14px 16px;
  }
  .overview-box p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .overview-box p b {
    font-size: 1.6rem;
  }
  .access-list {
    margin: 28px 0 0;
  }
  .access-list dl {
    padding: 16px 0;
  }
  .access-list dl dt {
    width: 85px;
    font-size: 1.4rem;
  }
  .access-list dl dd {
    display: block;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .access-list dl dd p {
    width: 100%;
  }
  .access-list dl dd p span + span {
    margin-top: 11px;
  }
  .access-list dl dd p a._tel {
    pointer-events: auto;
    text-decoration: underline;
    margin-right: 0;
  }
  .access-list dl dd p + p {
    margin: 14px 0 0;
  }
  .access-map {
    width: 100%;
    margin: 14px 0 0;
  }
  .access-btn {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 374px) {
  .overview-nav__list li a {
    font-size: 12px;
    font-size: 3.2vw;
  }
}

@media only screen and (min-width: 769px) {
  .history-col__item {
    width: 45.833333333%;
  }
  .history-col__item:nth-child(1) dl:nth-child(6) {
    margin-top: 60px;
  }
  .history-col__item:nth-child(1) dl:nth-child(8) {
    margin-top: 56px;
  }
  .history-col__item:nth-child(1) dl:nth-child(11) {
    margin-top: 135px;
  }
  .history-col__item:nth-child(1) dl:nth-child(12) {
    margin-top: 0;
  }
  .history-col__item:nth-child(1) dl:nth-child(13) {
    margin-top: 120px;
  }
  .history-col__item:nth-child(1) dl:nth-child(17) {
    margin-top: 37px;
  }
  .history-col__item:nth-child(2) dl::before {
    right: 9.0909090909%;
    left: auto;
  }
  .history-col__item:nth-child(2) dl::after {
    left: -10.18181818%;
    right: auto;
  }
  .history-col__item:nth-child(2) dl dt {
    margin-left: auto;
  }
  .history-col__item:nth-child(2) dl dt::after {
    right: 100%;
    left: auto;
  }
  .history-col__item:nth-child(2) dl:nth-child(2) {
    margin-top: 489px;
  }
  .history-col__item:nth-child(2) dl:nth-child(4) {
    margin-top: 57px;
  }
  .history-col__item:nth-child(2) dl:nth-child(6) {
    margin-top: 57px;
  }
  .history-col__item:nth-child(2) dl:nth-child(10) {
    margin-top: 92px;
  }
  .history-col__item:nth-child(2) dl:nth-child(13) {
    margin-top: 99px;
  }
  .history-col__item:nth-child(2) dl:nth-child(14) {
    margin-top: 139px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1050px) {
  .history-col__item:nth-child(2) dl:nth-child(2) {
    margin-top: 459px;
  }
}

@media only screen and (max-width: 1050px) {
  .history-col__item dl dd {
    font-size: 1.4rem;
  }
  .history-col__item dl dd p + p {
    margin: 7.5px 0 0;
  }
}

@media only screen and (min-width: 1250px) {
  .history-col__item dl dd p + p {
    margin: 9px 0 0;
  }
}
