/* 学部メインビジュアル  */
.education-visual {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
}

.under-title + .education-visual{
  margin-top: -70px;
}

.education-visual .text-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  width: 31.25%;
  min-width: 520px;
  padding: 40px 60px;
}

@media screen and (max-width: 1219px) {
  .education-visual .text-wrap {
    width: 100%;
    min-width: 0;
    padding: 40px 0 20px 0;
  }
}

.education-visual .text-wrap .gakubu {
  width: 100%;
  max-width: 400px;
  margin: 0 0 0 auto;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 1219px) {
  .education-visual .text-wrap .gakubu {
    max-width: none;
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 919px) {
  .education-visual .text-wrap .gakubu {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.education-visual .text-wrap .page-title {
  width: 100%;
  max-width: 400px;
  margin: 0 0 0 auto;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
}

@media screen and (max-width: 1219px) {
  .education-visual .text-wrap .page-title {
    max-width: none;
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 919px) {
  .education-visual .text-wrap .page-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.education-visual .text-wrap .en-title {
  width: 100%;
  max-width: 400px;
  margin: 0 0 110px auto;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1px;
  font-weight: 300;
}

@media screen and (max-width: 1219px) {
  .education-visual .text-wrap .en-title {
    max-width: none;
    margin: 0 auto 20px auto;
    text-align: center;
  }
}

.education-visual .text-wrap .sp-img {
  display: none;
}

@media screen and (max-width: 1219px) {
  .education-visual .text-wrap .sp-img {
    display: block;
  }
}

.education-visual .text-wrap .read {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 0 30px auto;
  padding-bottom: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: ryo-display-plusn, serif;
  font-weight: 500;
}

@media screen and (max-width: 1219px) {
  .education-visual .text-wrap .read {
    max-width: none;
    margin: 30px auto;
    text-align: center;
  }
}

@media screen and (max-width: 919px) {
  .education-visual .text-wrap .read {
    padding: 0 7.5% 20px 7.5%;
    font-size: 20px;
    font-size: 2rem;
  }
}

.education-visual .text-wrap .read::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 48px;
  height: 1px;
  color: inherit;
  border-bottom: 1px solid currentColor;
}

@media screen and (max-width: 1219px) {
  .education-visual .text-wrap .read::after {
    left: calc(50% - 24px);
  }
}

.education-visual .text-wrap .text {
  width: 100%;
  max-width: 400px;
  margin: 0 0 130px auto;
}

@media screen and (max-width: 1219px) {
  .education-visual .text-wrap .text {
    margin: 0 auto;
    padding: 0 7.5%;
    max-width: none;
  }
}

.education-visual .img {
  width: 68.75%;
  max-width: calc(100% - 520px);
  overflow: hidden;
}

@media screen and (max-width: 1219px) {
  .education-visual .img {
    display: none;
  }
}

.education-visual .img img {
  position: relative;
  left: 50%;
  height: 960px;
  width: auto;
  max-width: none;
  transform: translateX(-50%);
}


/*  保健医療学部データ  */
.education-data.nr {
  margin-bottom: 70px;
  padding: 70px 0 25px 0;
  background-color: #f3f3f3;
}

@media screen and (max-width: 919px) {
  .education-data.nr {
    padding: 40px 0 10px 0;
  }
}

.education-data.nr .cp-all{
  max-width: none;
  width: 100%;
  margin-top: 0;
  padding: 0;
  text-align: center;
}
.education-data.nr .cp-h2-text{
  color: #ec6e89;
}

.education-data.nr .title {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
  color: #ec6e89;
}
.education-data.nr .title:empty{
  display: none;
}
@media screen and (max-width: 919px) {
  .education-data.nr .title {
    padding-left: 7.5%;
    padding-right: 7.5%;
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.education-data.nr > .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 0 20px;
}

@media screen and (max-width: 919px) {
  .education-data.nr > .inner {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 30px;
    padding: 0;
  }
}

.education-data.nr .item {
  width: 25%;
  padding: 20px 20px 0 20px;
  text-align: center;
}

@media screen and (max-width: 1219px) {
  .education-data.nr .item {
    width: 50%;
    padding: 20px 20px 0 20px;
  }
}

@media screen and (max-width: 919px) {
  .education-data.nr .item {
    width: 100%;
    padding: 20px 7.5% 0 7.5%;
  }
}

.education-data.nr .item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}

.education-data.nr .item a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.education-data.nr .item .img img {
  width: 100%;
}

.education-data.nr .item .text-01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 25px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 919px) {
  .education-data.nr .item .text-01 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.education-data.nr .item .text-01::before {
  content: "";
  display: block;
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: 1px;
  margin-right: 12px;
  background: #999;
}

.education-data.nr .item .text-01::after {
  content: "";
  display: block;
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: 1px;
  margin-left: 12px;
  background: #999;
}

.education-data.nr .item .number {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: #ec6e89;
}

@media screen and (max-width: 919px) {
  .education-data.nr .item .number {
    font-size: 30px;
    font-size: 3rem;
  }
}

.education-data.nr .item .number strong {
  font-size: 72px;
  font-size: 7.2rem;
}

@media screen and (max-width: 919px) {
  .education-data.nr .item .number strong {
    font-size: 52px;
    font-size: 5.2rem;
  }
}


.education-data.nr .item .number.small {
  font-size: 27px;
  font-size: 2.7rem;
}

@media screen and (max-width: 919px) {
  .education-data.nr .item .number.small {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.education-data.nr .item .text-02 {
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 1.8;
}

.education-data.nr .item .text-03 {
  text-align: left;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* 保健医療学部 　詳細  */
.education-nr-detail {
  padding: 90px 0 25px 0;
  background-color: #f3f3f3;
}

@media screen and (max-width: 919px) {
  .education-nr-detail {
    padding: 40px 0 10px 0;
  }
}

.education-nr-detail .title {
  width: 100%;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
  color: #ec6e89;
}
.education-nr-detail .title:empty{
  display: none;
}
@media screen and (max-width: 919px) {
  .education-nr-detail .title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.education-nr-detail .text {
　width: 100%;
  margin-bottom: 40px;
}
.education-nr-detail .text:empty{
  display: none;
}

.education-nr-detail > .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1040px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 0 40px;
}

@media screen and (max-width: 919px) {
  .education-nr-detail > .inner {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 30px;
    padding: 0 7.5%;
  }
}

.education-nr-detail .cp-border{
  margin: 0 auto 40px auto;
}
.education-nr-detail .cp-border::before{
  border-color: #ec6e89;
  margin-left: calc(50% - 35vw);
  margin-right: calc(50% - 35vw);
  width: auto;
}
@media screen and (max-width: 919px) {
  .education-nr-detail .cp-border::before{
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.title-text {
  display: -ms-flex;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 919px) {
  .title-text{
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.title-text.col2 .item {
  width: 46.88%;
}
.title-text.col2 .item:first-child {
  margin-right: 6.24%;
}
.title-text.col3 .item {
  width: 31.25%;
}
.title-text.col3 .item:nth-child(1),
.title-text.col3 .item:nth-child(2) {
  margin-right: 3.125%;
}
@media screen and (max-width: 919px) {
  .title-text.col2 .item,
  .title-text.col3 .item{
    width: 100%;
  }
  .title-text.col2 .item:first-child,
  .title-text.col3 .item:nth-child(1),
  .title-text.col3 .item:nth-child(2){
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.title-text .item-title {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #fff;
  color: #ec6e89;
  border: 1px solid #ec6e89;
  padding: 14px 5px 8px 5px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.title-text-img {
  display: -ms-flex;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 919px) {
  .title-text-img{
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.title-text-img .item-title {
  display: -ms-flex;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 168px;
  height: 168px;
  padding: 14px 5px 8px 5px;
  border: 1px solid #ec6e89;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  background-color: #fff;
  color: #ec6e89;
  border-radius: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 919px) {
  .title-text-img .item-title{
    width: 100%;
    min-width: 0;
    height: auto;
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 4px;
    line-height: 2;
  }
  .title-text-img .item-title br{
    display: none;
  }
}
.title-text-img .item-text {
  padding: 10px 30px;
  min-width: calc(100% - 388px);
}
.title-text-img .item-text.big {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 45px 30px 10px 30px;
}
@media screen and (max-width: 919px) {
  .title-text-img .item-text {
    width: 100%;
    min-width: 0;
    padding: 20px 0;
  }
  .title-text-img .item-text.big {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px 0;
  }
}
.title-text-img .item-img {
  min-width: 220px;
}
@media screen and (max-width: 919px) {
  .title-text-img .item-img{
    width: 100%;
    min-width: 0;
    text-align: center;
    background: #fff;
  }
}

.button-link {
  width: 100%;
  margin-bottom: 40px;
}
.button-link a{
  display: -ms-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 60px;
  padding: 8px 5px 2px 5px;
  border: 1px solid #ec6e89;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #fff;
  color: #ec6e89;
  border-radius: 4px;
}
.button-link a[target="_blank"]::after{
  top: -3px;
}
.button-link a:hover{
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 919px) {
  .button-link a{
    padding: 10px 10px 6px 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* 学部用　テキスト+画像 */
.cp-ti-education.cp-all {
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding: 0;
}

.cp-ti-education .cp-text {
  float: none;
  width: calc(100% - 540px);
  padding-right: 100px;
}

.cp-ti-education .cp-text .cp-all{
  padding-left: 0;
  padding-right: 0;
}

.cp-ti-education .cp-img {
  float: none;
  width: 540px;
  text-align: center;
}

.cp-ti-education .cp-img .cp-it-t {
  margin-bottom: 5px;
  text-align: left;
}

.cp-ti-education .cp-img .cp-it-b {
  margin-top: 5px;
  text-align: left;
}

@media screen and (max-width: 919px) {
  .cp-ti-education {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .cp-ti-education .cp-ii,
  .cp-ti-education .cp-img {
    width: 100%;
  }
  .cp-ti-education .cp-text {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }
}

/* 学部用　テキスト+画像（大）  */
.education-it {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  max-width: 1280px;
  height: 38vw;
  max-height: 600px;
  margin: 0 auto;
  padding: 20px 40px;
}

@media screen and (max-width: 1219px) {
  .education-it {
    height: auto;
    min-height: 34.2vw;
    max-height: none;
    padding: 20px 40px;
  }
}

@media screen and (max-width: 919px) {
  .education-it {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 20px;
    padding: 20px 0;
  }
}

.education-it .text-wrap {
  max-width: 520px;
  width: 45vw;
}

@media screen and (max-width: 1219px) {
  .education-it .text-wrap {
    width: 40vw;
  }
}

@media screen and (max-width: 919px) {
  .education-it .text-wrap {
    max-width: none;
    width: 100%;
    padding: 0 7.5%;
  }
}

.education-it .text-wrap h2 {
  margin-bottom: 50px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 919px) {
  .education-it .text-wrap h2 {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.education-it .text-wrap .text {
  margin-bottom: 45px;
}

@media screen and (max-width: 919px) {
  .education-it .text-wrap .text {
    margin-bottom: 20px;
  }
}

.education-it .text-wrap .sub-title {
  display: inline-block;
  margin-bottom: 10px;
  min-width: 230px;
  padding: 4px 10px 1px 10px;
  border-radius: 3px;
  text-align: center;
  line-height: 1.6;
  background-color: #999;
  color: #fff;
}

.education-it .text-wrap .sub-title:empty{
  display: none;
}

.education-it .text-wrap .sub-text .hidden {
  display: none;
}

.education-it .text-wrap .sub-text ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 18px;
  line-height: 1.6;
}

.education-it .text-wrap .sub-text ul li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 919px) {
  .education-it .text-wrap .sub-text {
    margin-bottom: 20px;
  }
}

.education-it .img {
  position: absolute;
  left: 50%;
  top: 20px;
  width: 54vw;
  max-width: 1000px;
}

@media screen and (max-width: 919px) {
  .education-it .img {
    position: static;
    width: 100%;
    padding: 0 7.5%;
    flex: 0 0 auto;
  }
}

.education-it.reverse .text-wrap {
  margin-left: auto;
}

.education-it.reverse .img {
  left: auto;
  right: 50%;
}

/* 学部長メッセージ  */
.dean-message {
  margin-bottom: 40px;
  background-color: #666;
}

.dean-message > .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  max-width: 1920px;
  margin: 0 auto;
}

@media screen and (max-width: 1219px) {
  .dean-message > .inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.dean-message .img {
  width: 50%;
  overflow: hidden;
}

@media screen and (max-width: 1219px) {
  .dean-message .img {
    width: 100%;
    text-align: center;
  }
}

.dean-message .img img {
  display: block;
  position: relative;
  left: 50%;
  height: 640px;
  max-width: none;
  transform: translateX(-50%);
}

@media screen and (max-width: 1219px) {
  .dean-message .img img {
    left: 0;
    height: auto;
    width: 100%;
    transform: none;
  }
}

.dean-message .text-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  width: 50%;
  color: #fff;
}

@media screen and (max-width: 1219px) {
  .dean-message .text-area {
    width: 100%;
    padding-bottom: 40px;
  }
}

.dean-message .text-area > .inner {
  width: 100%;
  max-width: 640px;
  padding: 60px 40px 40px 40px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 1219px) {
  .dean-message .text-area > .inner {
    max-width: none;
    padding: 0 7.5%;
  }
}

.dean-message .text-area .title {
  max-width: 520px;
  margin-bottom: 45px;
  font-weight: 500;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.6;
}

@media screen and (max-width: 1219px) {
  .dean-message .text-area .title {
    max-width: none;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.dean-message .text-area .message {
  max-width: 520px;
}

@media screen and (max-width: 1219px) {
  .dean-message .text-area .message {
    max-width: none;
  }
}

/* 教育の特徴  */
.education-wrap {
  background-color: #f2f2f2;
}

.education-wrap > .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1px 40px 60px 40px;
}

@media screen and (max-width: 919px) {
  .education-wrap > .inner {
    padding: 1px 0 1px 0;
  }
}

.tabMenuEx > ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 70px;
}

.tabMenuEx > ul li {
  position: relative;
  display: table-cell;
  padding: 20px 5px 14px 5px;
  text-indent: 0;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  transition: color 0.2s, border 0.2s, background 0.2s;
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 919px) {
  .tabMenuEx > ul li {
    display: inline-block;
    height: 50px;
    padding: 15px 5px 10px 5px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.tabMenuEx > ul li::before {
  content: "";
  position: absolute;
  left: -1px;
  z-index: 1;
  display: block;
  bottom: -1px;
  width: calc(100% + 2px);
  height: 0;
  background-color: #4b4b4b;
  border-radius: 5px 5px 0 0;
  transition: height 0.2s;
}

@media screen and (max-width: 919px) {
  .tabMenuEx > ul li::before {
    content: none;
  }
}

.tabMenuEx > ul li:first-child {
  border-left: 1px solid #bbb;
}

.tabMenuEx > ul li.active, .tabMenuEx > ul li:hover {
  color: #fff;
}

.tabMenuEx > ul li.active::before, .tabMenuEx > ul li:hover::before {
  height: calc(100% + 21px);
}

.tabMenuEx > ul li span {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 919px) {
  .tabMenuEx > ul li span {
    color: #fff;
  }
}

.tabMenuEx > ul.slick-slider {
  display: -ms-flexbox;
  display: flex;
}

.tabMenuEx > ul.slick-slider .slick-list {
  width: calc(100% - 100px);
}

.tabMenuEx > ul.slick-slider .slick-arrow {
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  background: no-repeat center center #fff;
  background-size: cover;
  color: transparent;
  font-size: 0;
}

.tabMenuEx > ul.slick-slider .slick-prev {
  background-image: url(/albums/css/basic8-original/abm00014389.svg);
}

.tabMenuEx > ul.slick-slider .slick-next {
  background-image: url(/albums/css/basic8-original/abm00014388.svg);
}

.tabMenuEx .content {
  padding: 45px 0 0 0;
  transition: height 0.2s;
}

@media screen and (max-width: 919px) {
  .tabMenuEx .content {
    height: auto !important;
    padding: 30px 7.5% 0 7.5%;
  }
  .tabMenuEx .content .cp-all {
    padding-left: 0;
    padding-right: 0;
  }
}

.tabMenuEx .content > div > .cp-all{
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}

/* 動画  */
.movie-wrap {
  position: relative;
  border-top: 1px solid #ddd;
}

.movie-wrap.custom2020:before {
  top: 147px;
  left: 0;
  width: 100vw;
  height: calc(50vw - 10px);
}

@media screen and (max-width: 919px) {
  .movie-wrap.custom2020:before {
    top: 136px;
    height: 50vw;
  }
}

.movie-wrap.custom2020.multi .movie:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.parent-2024 .movie-wrap ,
.parent-2033 .movie-wrap {
  padding: 0;
}

.content-2023 .movie-wrap {
  border-top: none;
}

.dean-message + .movie-wrap{
  margin-top: -40px;
}

@media screen and (max-width: 919px) {
  .movie-wrap {
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
  }
}

.movie-wrap .title {
  padding: 55px 40px 50px 40px;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (max-width: 919px) {
  .movie-wrap .title {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.movie-wrap .movie {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.movie-wrap .movie .inner {
  position: relative;
  padding-top: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.movie-wrap .movie .inner::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.movie-wrap .movie .inner a {
  position: absolute;
  z-index: 2;
  left: calc(50% - 70px);
  top: calc(50% - 70px);
  display: block;
  height: 140px;
  width: 140px;
  color: transparent;
}

@media screen and (max-width: 919px) {
  .movie-wrap .movie .inner a {
    left: calc(50% - 35px);
    top: calc(50% - 35px);
    display: block;
    height: 70px;
    width: 70px;
  }
}

.movie-wrap .movie .inner a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/albums/css/basic8-original/abm00012779.svg) no-repeat center center;
  background-size: 140px 140px;
}

@media screen and (max-width: 919px) {
  .movie-wrap .movie .inner a::after {
    background-size: 70px 70px;
  }
}

.movie-wrap .movie .inner a:hover {
  opacity: 0.7;
}

.movie-wrap .movie .text {
  position: absolute;
  z-index: 3;
  left: 5%;
  top: 8.5%;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
}

@media screen and (max-width: 919px) {
  .movie-wrap .movie .text {
    position: static;
    padding: 20px 7.5% 0 7.5%;
    color: #333;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.movie-wrap .btn {
  position: absolute;
  top: 50px;
  right: 60px;
  font-weight: 500;
}

@media screen and (max-width: 919px) {
  .movie-wrap .btn {
    position: static;
    text-align: center;
    margin-top: 40px;
  }
}

.movie-wrap .btn::before {
  content: "";
  position: absolute;
  top: 23px;
  right: 0;
  display: block;
  width: 67px;
  height: 1px;
  background-color: #666;
  transition: 0.2s;
}

@media screen and (max-width: 919px) {
  .movie-wrap .btn::before {
    content: none;
  }
}

.movie-wrap .btn::after {
  content: "";
  position: absolute;
  top: 18px;
  right: -2px;
  display: block;
  width: 14px;
  height: 1px;
  background-color: #666;
  transform: rotate(45deg);
  transition: 0.2s;
}

@media screen and (max-width: 919px) {
  .movie-wrap .btn::after {
    content: none;
  }
}

.movie-wrap .btn:hover {
  text-decoration: none;
}

.movie-wrap .btn:hover::before {
  right: -10px;
}

.movie-wrap .btn:hover::after {
  right: -12px;
}

.movie-wrap .btn a {
  position: relative;
  display: inline-block;
  padding: 10px 80px 10px 10px;
}

@media screen and (max-width: 919px) {
  .movie-wrap .btn a {
    min-width: 200px;
    padding: 10px;
    background-color: #1a4375;
    color: #fff;
  }
}

.movie-wrap .btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #1A4375;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  transform: rotate(-45deg);
}

.modaal-close:after {
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

@media screen and (max-width: 959px) {
  .modaal-video-wrap {
    margin: auto 0;
  }
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.parent-2024.page-med .movie .inner {
  background-image: url(/albums/css/basic8-original/abm00012625.jpg);
}

.parent-2024.page-dent .movie .inner {
  background-image: url(/albums/css/basic8-original/abm00012752.png);
}

.parent-2024.page-pharm .movie .inner {
  background-image: url(/albums/css/basic8-original/abm00012726.jpg);
}

.parent-2033.page-index .movie .inner {
  background-image: url(/albums/css/basic8-original/abm00014387.jpg);
}

.parent-2024.page-med .movie-wrap.custom2020 .movie .inner,
.parent-2024.page-dent .movie-wrap.custom2020 .movie .inner,
.parent-2024.page-pharm .movie-wrap.custom2020 .movie .inner,
.parent-2033.page-index .movie-wrap.custom2020 .movie .inner{
  background-image: none;
}


/* グラフ  */
.graph-col2 {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 919px) {
  .graph-col2 {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.graph-col2 .item {
  position: relative;
  width: 50%;
  background: no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 919px) {
  .graph-col2 .item {
    width: 100%;
  }
}

.graph-col2 .item::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.graph-col2 .item .inner {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 920px;
  height: 100%;
  padding: 75px 40px 40px 40px;
  margin: 0 auto;
}

@media screen and (max-width: 919px) {
  .graph-col2 .item .inner {
    padding: 40px 7.5% 30px 7.5%;
  }
}

.graph-col2 .item .inner .graph {
  padding: 0 40px;
  text-align: center;
}

@media screen and (max-width: 919px) {
  .graph-col2 .item .inner .graph {
    padding: 0 7.5%;
  }
}

.parent-2024.page-med .graph-col2 > .item:first-child {
  background-image: url(/albums/css/basic8-original/abm00013908.svg);
}

.parent-2024.page-med .graph-col2 > .item:last-child {
  background-image: url(/albums/css/basic8-original/abm00012690.svg);
}

.parent-2024.page-dent .graph-col2 > .item:first-child {
  background-image: url(/albums/css/basic8-original/abm00012703.svg);
}

.parent-2024.page-dent .graph-col2 > .item:last-child {
  background-image: url(/albums/css/basic8-original/abm00012691.svg);
}

.parent-2024.page-pharm .graph-col2 > .item:first-child {
  background-image: url(/albums/css/basic8-original/abm00012758.svg);
}

.parent-2024.page-pharm .graph-col2 > .item:last-child {
  background-image: url(/albums/css/basic8-original/abm00012741.svg);
}

.parent-2033.page-ns .graph-col2 > .item:first-child {
  background-image: url(/albums/css/basic8-original/abm00012700.svg);
}
.parent-2033.page-ns .graph-col2 > .item:last-child {
  background-image: url(/albums/css/basic8-original/abm00012692.svg);
}

.parent-2033.page-pt .graph-col2 > .item:first-child {
  background-image: url(/albums/css/basic8-original/abm00012757.svg);
}
.parent-2033.page-pt .graph-col2 > .item:last-child {
  background-image: url(/albums/css/basic8-original/abm00012756.svg);
}

.parent-2033.page-ot .graph-col2 > .item:first-child {
  background-image: url(/albums/css/basic8-original/abm00012693.svg);
}
.parent-2033.page-ot .graph-col2 > .item:last-child {
  background-image: url(/albums/css/basic8-original/abm00012719.svg);
}



/* 挑む！昭和の人たち  */
.person-wrap {
  display: -ms-flexbox;
  display: flex;
}

.person-wrap > div {
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

@media screen and (max-width: 919px) {
  .person-wrap > div {
    width: 100%;
  }
}

.person-wrap > div .img {
  position: relative;
  width: 33.3333%;
}

@media screen and (max-width: 919px) {
  .person-wrap > div .img {
    width: 50%;
  }
}

.person-wrap > div .img img {
  max-width: none;
  width: 100%;
}

.person-wrap > div .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.person-wrap > div .text {
  position: relative;
  width: 33.3333%;
  background-color: #1A4375;
}

@media screen and (max-width: 919px) {
  .person-wrap > div .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
  }
}

.person-wrap > div .text a {
  position: relative;
  z-index: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
}

@media screen and (max-width: 1419px) {
  .person-wrap > div .text a {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 919px) {
  .person-wrap > div .text a {
    padding-top: 10%;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .person-wrap > div .text a br {
    display: none;
  }
}

.person-wrap > div .text a strong {
  position: relative;
  display: block;
  width: 100%;
  max-width: 220px;
  margin-top: 20px;
  padding: 14px 5px 12px 5px;
  border: 1px solid #fff;
  font-size: 16px;
  font-size: 1.6rem;
  transition: 0.2s;
}

@media screen and (max-width: 1419px) {
  .person-wrap > div .text a strong {
    max-width: 68.75%;
    margin-top: 1vw;
    padding: 1vw;
    font-size: 0.8vw;
  }
}

@media screen and (max-width: 919px) {
  .person-wrap > div .text a strong {
    max-width: 160px;
    margin-top: 4%;
    padding: 8px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.person-wrap > div .text a strong::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: 0.2s ease-out;
}

@media screen and (max-width: 919px) {
  .person-wrap > div .text a strong::after {
    content: none;
  }
}

.person-wrap > div .text a:hover {
  text-decoration: none;
}

.person-wrap > div .text a:hover strong {
  color: #1A4375;
}

@media screen and (max-width: 919px) {
  .person-wrap > div .text a:hover strong {
    color: #fff;
  }
}

.person-wrap > div .text a:hover strong::after {
  left: 0;
  width: 100%;
}

@media screen and (max-width: 919px) {
  .person-wrap .img-left {
    position: relative;
  }
  .person-wrap .img-right {
    display: none;
  }
}

/* 進路  */
.course-wrap {
  padding: 1px 0 110px 0;
  background-color: #f2f2f2;
}

@media screen and (max-width: 919px) {
  .course-wrap {
    padding: 1px 0 50px 0;
    background-color: #fff;
  }
}

.course-wrap .cp-h2-text {
  padding: 0 40px;
  text-align: center;
}

.course-wrap .cp-text-col1 {
  padding: 0 40px;
  text-align: center;
}

@media screen and (max-width: 919px) {
  .course-wrap .cp-text-col1 {
    text-align: left;
  }
}

.course-wrap .img-switch {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.img-switch {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 919px) {
  .img-switch .img-switch-pc {
    display: none;
  }
}

.img-switch .img-switch-pc img {
  margin: 0 auto;
}

.img-switch .img-switch-sp {
  display: none;
}

@media screen and (max-width: 919px) {
  .img-switch .img-switch-sp {
    display: block;
  }
}

.img-switch .img-switch-sp img {
  margin: 0 auto;
}

/* 理学療法士と作業療法士の違い(メインビジュアル開始)  */
body {
    margin: 0;
    overflow-x: hidden;
}

.PTOT-visual-block {
    width: 100%;
    height: auto;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    padding-bottom: 80px;
    border-bottom: solid 1px #DDDDDD;
    border-top: solid 1px #DDDDDD;
}

@media screen and (max-width: 919px) {
    .PTOT-visual-block {
        padding-bottom: 40px;
    }
}

.PTOT-left-side-visual {
    width: calc(100% / 2);
    height: 100%;
}

@media screen and (max-width: 919px) {
    .PTOT-left-side-visual {
        width: 100%;
        padding-bottom: 30px;
        border-bottom: solid 1px #DDDDDD;
    }
}

.PTOT-right-side-visual {
    width: calc(100% / 2);
    height: 100%;
}

@media screen and (max-width: 919px) {
    .PTOT-right-side-visual {
        width: 100%;
    }
}

.PTOT-title-block {
    font-family: ryo-gothic-plusn, sans-serif;
    max-width: 640px;
    width: 100%;
    text-align: center;
    height: 210px;
}

@media screen and (max-width: 1219px) {
    .PTOT-title-block {
        max-width: 100%;
        height: 185px;
    }
}

.PTOT-left-side-visual .PTOT-title-block {
    float: right;
}

.PTOT-right-side-visual .PTOT-title-block {
    float: left;
}

.PTOT-main-title {
    font-size: 40px;
    font-size: 4.0rem;
    font-weight: 400;
    margin-top: 50px;
    letter-spacing: 10px;
}

@media screen and (max-width: 919px) {
    .PTOT-main-title {
        font-size: 36px;
        font-size: 3.6rem;
        margin-top: 55px;
    }
}

.PTOT-sub-title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
}

@media screen and (max-width: 919px) {
    .PTOT-sub-title {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.PTOT-sub-title strong{
  margin-left: 1px;
  margin-right: 1px;
    font-size: 20px;
    font-size: 2rem;
	font-weight:500;
}
@media screen and (max-width: 919px) {
    .PTOT-sub-title {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.PTOT-left-side-visual .PTOT-img-block {
    max-width: 960px;
    margin-left: auto;
}

.PTOT-right-side-visual .PTOT-img-block {
    max-width: 960px;
    margin-right: auto;
}

.PTOT-img-block img {
    width: 100%;
}

.PTOT-disp-block {
    font-family: ryo-gothic-plusn, sans-serif;
    max-width: 520px;
    margin-top: 60px;
}

@media screen and (max-width: 919px) {
    .PTOT-disp-block {
        max-width: 100%;
        padding: 7.5%;
        margin-top: 30px;
    }
}

.PTOT-left-side-visual .PTOT-disp-block {
    float: right;
    margin-right: 80px;
    margin-left: 40px;
}

@media screen and (max-width: 1219px) and (min-width: 920px) {
    .PTOT-left-side-visual .PTOT-disp-block {
        margin-right: 40px;
    }
}


@media screen and (max-width: 919px) {
    .PTOT-left-side-visual .PTOT-disp-block {
        margin-right: 0px;
        margin-left: 0px;
    }
}

.PTOT-right-side-visual .PTOT-disp-block {
    float: left;
    margin-right: 40px;
    margin-left: 80px;
}

@media screen and (max-width: 1219px) and (min-width: 920px) {
    .PTOT-right-side-visual .PTOT-disp-block {
        margin-left: 40px;
    }
}

@media screen and (max-width: 919px) {
    .PTOT-right-side-visual .PTOT-disp-block {
        margin-right: 0px;
        margin-left: 0px;
    }
}

.PTOT-disp-title {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 500;
}

@media screen and (max-width: 919px) {
    .PTOT-disp-title {
        font-size: 20px;
        font-size: 2.0rem;
    }
}

.PTOT-disp-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 50px;
    line-height: 2;
}

@media screen and (max-width: 919px) {
    .PTOT-disp-text {
        margin-top: 30px;
    }
}

/*  理学療法士と作業療法士の違い（役割と目的手段　開始）  */
body {
    margin: 0;
    overflow-x: hidden;
}

/*役割　手段と目的  */

.PTOT-content-border-line {
    border-bottom: solid 1px #DDDDDD;
}

.PTOT-role-content {
    max-width: 1200px;
    margin: auto;
    display: flex;
    margin-top: 60px;
    margin-bottom: 10px;
}

@media screen and (max-width: 959px) {
    .PTOT-role-content {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1219px) {
    .PTOT-role-content {
        display: block;
    }
}

.PTOT-role-left-block {
    margin-right: 100px;
}

@media screen and (max-width: 1219px) {
    .PTOT-role-left-block {
        margin-right: 0px;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 1219px) {
    .PTOT-role-right-block {
        padding: 7.5%;
    }
}

.PTOT-circle-block {
    background-color: #EC6E89;
    border: solid 10px #fff;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    line-height: 1.4;
}

@media screen and (max-width: 1219px) {
    .PTOT-circle-block {
    border: solid 6px #fff;
    width: 165px;
    height: 165px;
        margin: 0 auto;
    }
}

.PTOT-circle-title {
    font-family: ryo-gothic-plusn, sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
}

.PTOT-circle-text {
    font-family: ryo-gothic-plusn, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 400;
    margin-top: 10px;
}

.PTOT-role-block {
    font-family: ryo-gothic-plusn, sans-serif;
    max-width: 900px;
    margin: auto;
}

@media screen and (max-width: 1219px) {
    .PTOT-role-block img {
        width: 100%;
    }
}

.PTOT-role-title {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
}

@media screen and (max-width: 1219px) {
    .PTOT-role-title {
        font-weight: 500;
    }
}

.PTOT-role-list {
    margin-top: 35px;
}

.PTOT-role-list ul {
    padding-left: 0;
    margin-left: 18px;
    list-style: none;
}

.PTOT-role-list ul li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    font-weight: 400;
    position: relative;
}

.PTOT-role-list ul li::before {
    content: "●";
    position: absolute;
    left: -16px;
    top: -1px;
}

.PTOT-role-img {
    margin-top: 35px;
    margin-bottom: 60px;
}

/* 理学療法士と作業療法士の違い（動画で見る　開始） */
/*役割　手段と目的  */

.PTOT-content-border-line {
    border-bottom: solid 1px #DDDDDD;
}

.PTOT-role-content {
    max-width: 1200px;
    margin: auto;
    display: flex;
    margin-top: 60px;
}

@media screen and (max-width: 919px) {
    .PTOT-role-content {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1219px) {
    .PTOT-role-content {
        display: block;
    }
}

.PTOT-role-left-block {
    margin-right: 100px;
}

@media screen and (max-width: 1219px) {
    .PTOT-role-left-block {
        margin-right: 0px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1219px) {
    .PTOT-role-right-block {
        padding: 7.5%;
    }
}

.PTOT-circle-block {
    background-color: #EC6E89;
    border: solid 10px #fff;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

@media screen and (max-width: 1219px) {
    .PTOT-circle-block {
    border: solid 6px #fff;
    width: 165px;
    height: 165px;
        margin: 0 auto;
    }
}

.PTOT-circle-title {
    font-family: ryo-gothic-plusn, sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
}

.PTOT-circle-text {
    font-family: ryo-gothic-plusn, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 400;
    margin-top: 5px;
}

/* movie */

.PTOT-movie-content {
    max-width: 1200px;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 90px;
}

@media screen and (max-width: 919px) {
    .PTOT-movie-content {
        margin-top: 40px;
        margin-bottom: 30px;
    }
}

.PTOT-movie-block-start {
    width: calc(100% / 2);
    margin-right: 20px;
}

.PTOT-movie-block-end {
    width: calc(100% / 2);
    margin-left: 20px;
}

@media screen and (max-width: 1219px) {
    .PTOT-movie-block-start {
        width: 100%;
        margin-right: 0px;
    }
}

@media screen and (max-width: 1219px) {
    .PTOT-movie-block-end {
        width: 100%;
        margin-left: 0px;
        margin-top: 40px;
    }
}

.PTOT-movie-block iframe {
    width: 100%;
    height: 370px;
}

.PTOT-movie-list {
    display: flex;
}

@media screen and (max-width: 1219px) {
    .PTOT-movie-list {
        display: block;
        padding: 7.5%;
    }
}

.PTOT-movie-title {
    font-family: ryo-gothic-plusn, sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 20px;
}

@media screen and (max-width: 919px) {
    .PTOT-movie-title {
        font-size: 20px;
        font-size: 2.0rem;
        margin-top: 0px;
    }
}

.PTOT-movie-play a{
    position: relative;
    display: block;
}
.PTOT-movie-play a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -40px;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    background: url(/albums/css/basic8-original/abm00014247.svg) no-repeat center center;
    background-size: 80px 80px;
}

.PTOT-movie-play a img{
  width: 100%;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #1A4375;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  transform: rotate(-45deg);
}

.modaal-close:after {
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

@media screen and (max-width: 959px) {
  .modaal-video-wrap {
    margin: auto 0;
  }
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}


/* 理学療法士と作業療法士の違い（ボタン） */
/* btn */

.PTOT-oc-btn {
    /* position: relative; */
    margin-top: 100px;
    margin-bottom: 100px;
}

@media screen and (max-width: 919px) {
    .PTOT-oc-btn {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 7.5%;
    }
}

.PTOT-oc-btn a {
    max-width: 1200px;
    width: 100%;
    height: 118px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: ryo-gothic-plusn, sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    border: 1px solid #EC6E89;
    background-color: #fff;
    color: #EC6E89;
    transition: .4s;
    text-decoration: none!important;
    padding: 10px;
}

.cms .PTOT-oc-btn a {
  pointer-events: none;
}

.PTOT-oc-btn a:hover {
    border: 1px solid #fff;
    background-color: #EC6E89;
    color: #fff;
}

@media screen and (max-width: 919px) {
    .PTOT-oc-btn a {
        font-size: 12px;
        font-size: 1.2rem;
        height: 85px;
        flex-flow: column;
    }
}

.PTOT-oc-btn-text {
    width: calc(100% - 40px);
    text-align: center;
}

@media screen and (max-width: 919px) {
    .PTOT-oc-btn-text {
        width: 100%;
        margin-top: 15px;
    }
}

.PTOT-oc-btn-img {
    width: 70px;
    margin-right: 30px;
}

@media screen and (max-width: 919px) {
    .PTOT-oc-btn-img {
        width: 100%;
        margin-right: 0px;
        text-align: center;
    }
}

@media screen and (max-width: 919px) {
    .PTOT-oc-btn-img svg {
        width: 50px;
        margin-top: 5px;
    }
}

polyline.PTOT-btn-svg {
    fill: none;
    stroke: #EC6E89;
    transition: 0.4s;
}

polyline.PTOT-btn-svg:hover {
    stroke: #fff;
}

/* ボタン（大・段組） */
.button-wrap.normal ul{
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 919px) {
  .button-wrap.normal ul{
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.button-wrap.normal.cp-all ul li,
.button-wrap.normal.cp-all ul li:last-child{
  margin-bottom: 20px;
  padding-left: 0;
}
.button-wrap.normal.cp-all ul li::before{
  content: none;
}
.button-wrap.normal ul li a{
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 22px 5px 16px 5px;
  border: 1px solid #1a4375;
  text-align: center;
  color: #333;
}
.button-wrap.normal ul li a::before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #1a4375;
  opacity: 0;
  transition: 0.2s ease-out;
}
.button-wrap.normal ul li a[target="_blank"]::after{
  top: -2px;
}
.button-wrap.normal ul li a:hover{
  color: #fff;
  text-decoration: none;
}
.button-wrap.normal ul li a:hover::before{
  left: 0;
  width: 100%;
  opacity: 1;
}

.button-wrap.normal.col1 ul li{
  width: 100%;
}
.button-wrap.normal.col2 ul li{
  width: calc(50% - 20px);
  margin-right: 40px;
}
.button-wrap.normal.col2 ul li:nth-child(2n){
  margin-right: 0;
}
.button-wrap.normal.col3 ul li{
  width: calc(33.33% - 26px);
  margin-right: 39px;
}
.button-wrap.normal.col3 ul li:nth-child(3n){
  margin-right: 0;
}
.button-wrap.normal.col4 ul li{
  width: calc(25% - 30px);
  margin-right: 40px;
}
.button-wrap.normal.col4 ul li:nth-child(4n){
  margin-right: 0;
}
@media screen and (max-width: 919px) {
  .button-wrap.normal.col2 ul li,
  .button-wrap.normal.col3 ul li,
  .button-wrap.normal.col4 ul li{
    width: 100%;
    margin-right: 0;
  }
}

/* ボタン（小・段組） */
.button-wrap.small ul{
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 919px) {
  .button-wrap.small ul{
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.button-wrap.small.cp-all ul li,
.button-wrap.small.cp-all ul li:last-child{
  margin-bottom: 20px;
  padding-left: 0;
}
.button-wrap.small.cp-all ul li::before{
  content: none;
}
.button-wrap.small ul li a{
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 22px 5px 16px 5px;
  border: 1px solid #1a4375;
  text-align: center;
  color: #333;
}
.button-wrap.small ul li a::before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #1a4375;
  opacity: 0;
  transition: 0.2s ease-out;
}
.button-wrap.small ul li a::after{
  top: -2px;
}
.button-wrap.small ul li a:hover{
  color: #fff;
  text-decoration: none;
}
.button-wrap.small ul li a:hover::before{
  left: 0;
  width: 100%;
  opacity: 1;
}

.button-wrap.small.col1 ul li{
  width: 100%;
}
.button-wrap.small.col2 ul li{
  width: calc(50% - 20px);
  margin-right: 40px;
}
.button-wrap.small.col2 ul li:nth-child(2n){
  margin-right: 0;
}
.button-wrap.small.col3 ul li{
  width: calc(33.33% - 26px);
  margin-right: 39px;
}
.button-wrap.small.col3 ul li:nth-child(3n){
  margin-right: 0;
}
.button-wrap.small.col4 ul li{
  width: calc(25% - 30px);
  margin-right: 40px;
}
.button-wrap.small.col4 ul li:nth-child(4n){
  margin-right: 0;
}
@media screen and (max-width: 919px) {
  .button-wrap.small.col2 ul li,
  .button-wrap.small.col3 ul li,
  .button-wrap.small.col4 ul li{
    width: 100%;
    margin-right: 0;
  }
}

.cp-text.cp-text-col1.cp-all + .button-wrap.small.cp-all {
  margin-top: -35px;
}

@media screen and (max-width: 919px){
  .cp-text.cp-text-col1.cp-all + .button-wrap.small.cp-all {
    margin-top: -25px;
  }
}


/* 共通　画像+テキスト（２段組　開始） */
.common-it {
  padding: 0 40px 40px 40px;
}

@media screen and (max-width: 919px) {
  .common-it {
    padding: 0 7.5% 20px 7.5%;
  }
}

.common-it > .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 920px;
  margin: 0 auto;
}

body.event-all2 .common-it > .inner{
  max-width: 920px;
}

@media screen and (max-width: 919px) {
  .common-it > .inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.common-it .item > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}

.common-it .item > a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.common-it .item .img{
  flex: 0 0 auto;
}
.common-it .item .img img {
  width: 100%;
}

.common-it .item .text {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 40px 20px;
  border-left: 1px solid #ddd;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
}

@media screen and (max-width: 919px) {
  .common-it .item .text {
    padding: 30px 3%;
    border-right: 1px solid #ddd;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.common-it .item .text strong {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 500;
}

@media screen and (max-width: 919px) {
  .common-it .item .text strong {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.common-it.common-it-col1 .item .text {
  border-right: 1px solid #ddd;
}

.common-it.common-it-col2 .item:nth-child(2n) .text,
.common-it.common-it-col2 .item:last-child .text {
  border-right: 1px solid #ddd;
}


.common-it.common-it-col2 .item {
  width: 50%;
  margin-bottom: 60px;
}

@media screen and (max-width: 919px) {
  .common-it.common-it-col2 .item {
    width: 100%;
  }
}

.common-it.common-it-col3 .item:nth-child(3n) .text,
.common-it.common-it-col3 .item:last-child .text {
  border-right: 1px solid #ddd;
}

.common-it.common-it-col3 .item {
  width: 33.33%;
  margin-bottom: 15px;
}

@media screen and (max-width: 919px) {
  .common-it.common-it-col3 .item {
    width: 100%;
    margin-bottom: 0;
  }
}

.common-it.common-it-col4 .item:nth-child(4n) .text,
.common-it.common-it-col4 .item:last-child .text {
  border-right: 1px solid #ddd;
}

.common-it.common-it-col4 .item {
  width: 25%;
  margin-bottom: 15px;
}

@media screen and (max-width: 919px) {
  .common-it.common-it-col4 .item {
    width: 100%;
    margin-bottom: 0;
  }
}

.common-it.common-it-col4 .item:nth-child(4n) .text {
  border-right: 1px solid #ddd;
}

body.nr3 .common-it > .inner{
  max-width: 920px;
}

/* PC/スマートフォン　画像切り替え */
.img-switch {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 919px) {
  .img-switch .img-switch-pc {
    display: none;
  }
}

.img-switch .img-switch-pc img {
  margin: 0 auto;
}

.img-switch .img-switch-sp {
  display: none;
}

@media screen and (max-width: 919px) {
  .img-switch .img-switch-sp {
    display: block;
  }
}

.img-switch .img-switch-sp img {
  margin: 0 auto;
}

/* 画像+テキスト（３段組　開始） */
.index-it {
  padding: 0 0 40px 0;
}

@media screen and (max-width: 919px) {
  .index-it {
    padding: 0 0 20px 0;
  }
}

.index-it > .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 919px) {
  .index-it > .inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.index-it .item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}

.cms .index-it .item a {
  pointer-events: none; 
}

.index-it .item a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.index-it .item .img img {
  width: 100%;
}

.index-it .item .text {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 40px 20px;
  border-left: 1px solid #ddd;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
}

.index-it .item.item-left .text {
  text-align: left;
}
.index-it .item.item-left .text strong{
  margin-bottom: 25px;
}
.index-it .item.item-left .text ul{ 
  list-style: disc;
  margin-left: 18px;
}
.index-it .item.item-left .text ul li{ 
  margin-bottom: 5px;
}


@media screen and (max-width: 919px) {
  .index-it .item .text {
    padding: 30px 3%;
    border-right: 1px solid #ddd;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.index-it .item .text strong {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}

@media screen and (max-width: 919px) {
  .index-it .item .text strong {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.index-it.index-it-col1 .item {
  width: 100%;
}

.index-it.index-it-col2 .item {
  width: 50%;
  margin-bottom: 60px;
}

@media screen and (max-width: 919px) {
  .index-it.index-it-col2 .item {
    width: 100%;
  }
}

.index-it.index-it-col2 .item:nth-child(2n) .text {
  border-right: 1px solid #ddd;
}

.index-it.index-it-col3 .item {
  width: 33.33%;
  margin-bottom: 15px;
}

@media screen and (max-width: 919px) {
  .index-it.index-it-col3 .item {
    width: 100%;
    margin-bottom: 0;
  }
}

.index-it.index-it-col3 .item:nth-child(3n) .text {
  border-right: 1px solid #ddd;
}

/* 下層タイトル（線あり） */
.under-title {
  position: relative;
  margin-top: -20px;
  margin-bottom: 70px;
  padding: 0 40px;
  text-align: center;
  overflow-x: hidden;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .under-title {
  margin-bottom: 30px;
    margin-top: 0;
  }
}

.under-title::before {
  position: absolute;
  bottom: 0;
  left: -50%;
  content: "";
  display: block;
  height: 1px;
  width: 200%;
  background-color: #ddd;
}

@media screen and (max-width: 919px) {
  .under-title.sp-hide {
    display: none;
  }
}

.under-title h1 {
  margin-bottom: 30px;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 8px;
  padding-left: 8px;
  line-height: 1.6;
}
@media screen and (max-width: 919px) {
  .under-title h1  {
    margin-bottom: 30px;
    font-size: 28px;
    font-size: 2.8rem;
    padding-left: 4px;
    letter-spacing: 4px;
  }
}

.under-title > div{
  padding-bottom: 20px;
}
@media screen and (max-width: 919px) {
  .under-title > div{
    padding-bottom: 10px;
  }
}

.under-title > div ul {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.under-title > div ul li {
  margin: 5px 15px 0 15px;
}

.under-title > div ul li.active a {
  color: #333;
}

.under-title > div ul li a {
  color: #999;
}


.under-title h1:empty{
  display: none;
}
.under-title h1:empty + div{
  padding-top: 50px;
  padding-bottom: 30px;
}
@media screen and (max-width: 919px) {
  .under-title h1:empty + div{
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* 下層サブタイトル */
.under-sub-title {
  margin-bottom: 80px;
  padding: 0 40px;
  text-align: center;
}

@media screen and (max-width: 919px) {
  .under-sub-title {
    margin-bottom: 30px;
    padding: 0 7.5%;
  }
}

.under-sub-title h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 919px) {
  .under-sub-title h2 {
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.under-sub-title .caption {
  margin-top: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 919px) {
  .under-sub-title .caption {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.under-sub-title .caption:empty {
  display: none;
}

/* ポイント・特徴 */
.feature-point {
  max-width: 1000px;
  margin: 0 auto 30px auto;
  padding: 0 40px;
  counter-reset: feature-point;
}

@media screen and (max-width: 919px) {
  .feature-point {
    padding: 0 4.5%;
  }
}

.feature-point ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 919px) {
  .feature-point ul {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.feature-point ul li {
  position: relative;
  margin-bottom: 10px;
  border: 10px solid #f7f7f7;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 919px) {
  .feature-point ul li {
    width: 100%;
    margin-bottom: 5px;
    border: 5px solid #f7f7f7;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.feature-point ul li::before {
  counter-increment: feature-point;
  content: counter(feature-point);
  position: absolute;
  left: 25px;
  top: 43px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 60px;
  height: 60px;
  padding-top: 6px;
  border-radius: 50%;
  background-color: #1a4375;
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
}

@media screen and (max-width: 919px) {
  .feature-point ul li::before {
    left: 20px;
    top: 35px;
    width: 50px;
    height: 50px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.feature-point.col1 ul li {
  width: 100%;
  min-height: 140px;
  padding: 46px 20px 25px 100px;
}

@media screen and (max-width: 919px) {
  .feature-point.col1 ul li {
    padding: 41px 20px 25px 80px;
  }
}

.feature-point.col1 ul li::before {
  top: 33px;
}

.feature-point.col2 ul li {
  width: calc(50% - 5px);
  min-height: 160px;
  padding: 40px 20px 25px 100px;
}

@media screen and (max-width: 919px) {
  .feature-point.col2 ul li {
    width: 100%;
    padding: 40px 20px 25px 80px;
  }
}

.feature-point.col2 ul li:nth-child(2n) {
  margin-left: 10px;
}

@media screen and (max-width: 919px) {
  .feature-point.col2 ul li:nth-child(2n) {
    margin-left: 0;
  }
}

.feature-point.col2 ul li::before {
  top: 43px;
}

/* 囲み（タイトル+テキスト+ボタン） */
.cp-wp3 > .inner {
  margin: 0 -40px;
}
@media screen and (max-width: 919px) {
  .cp-wp3 > .inner {
    margin: 0 -7.5%;
  }
  .cp-wp3 > .inner .cp-all {
    padding: 0 3%;
  }
}

.cp-wp .wp-btn {
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 919px) {
  .cp-wp .wp-btn {
    padding: 0 3%;
  }
}

.cp-wp .wp-btn ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

@media screen and (max-width: 919px) {
  .cp-wp .wp-btn ul {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}

.cp-wp .wp-btn ul li {
  margin: 0 10px 10px 10px;
  padding-left: 0;
}

@media screen and (max-width: 919px) {
  .cp-wp .wp-btn ul li {
    width: 100%;
    margin: 5px 0;
  }
}

.cp-wp .wp-btn ul li::before {
  content: none;
}

.cp-wp .wp-btn ul li a {
  display: block;
  width: 400px;
  padding: 16px 0 12px 0;
  text-align: center;
  border: 1px solid #ddd;
  color: #333;
}

@media screen and (max-width: 919px) {
  .cp-wp .wp-btn ul li a {
    width: 100%;
  }
}

.cp-wp .wp-btn ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* 囲み（タイトル+テキスト+画像） */
.cp-wp2.cp-all{
  max-width: 920px;
  border: none;
  background-color: #f2f2f2;
}
.cp-wp2.cp-all .cp-ti{
  margin-bottom: 0;
}
.cp-wp2 > .inner {
  margin: 0 -40px;
}
@media screen and (max-width: 919px) {
  .cp-wp2 > .inner {
    margin: 0 -7.5%;
  }
}

/* 開閉式メニュー（開始+タイトル） */
.acd-unit.cp-all {
  margin-bottom: 10px;
}

.acd-unit.cp-all + * {
  margin-top: 40px;
}

.acd-unit.cp-all + [id] {
  margin-top: 0;
}

.acd-unit.cp-all + [id] + .cp-all:not(.acd-unit){
  margin-top: 40px;
}

.acd-unit.cp-all + .acd-unit.cp-all {
  margin-top: 0;
}

.acd-unit.cp-all:last-child {
  margin-bottom: 40px;
}

.acd-unit dt {
  position: relative;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
}

.acd-unit dt a {
  display: block;
  padding: 20px 65px 16px 30px;
  font-size: 16px;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  line-height: 1.5;
  color: #333;
  cursor: pointer;
}

.acd-unit dt .plus-btn {
  height: 18px;
  right: 30px;
  width: 18px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.acd-unit dt .plus-btn span {
  display: block;
  top: 8px;
  left: 2px;
  height: 1px;
  width: 13px;
  transition: all .2s;
  position: absolute;
  border-top: 1px solid #333;
}

.acd-unit dt .plus-btn span:nth-of-type(2) {
  top: 8px;
  transform: rotate(90deg);
}

.acd-unit dt.active .plus-btn span:nth-of-type(2) {
  transform: rotate(0deg);
}

.acd-unit dd {
  display: none;
  margin-bottom: 40px;
}

.acd-unit dd > * {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.acd-unit dd > *:first-child {
  margin-top: 40px;
}
.acd-unit dd > *:last-child {
  margin-bottom: 0;
}

.acd-unit-head.cp-all {
  margin-bottom: 0;
  position: relative;
  text-align: right;
  border-width: 0 !important;
}

.acd-unit-head a {
  position: relative;
  z-index: 2;
  padding: 6px 35px 7px 10px;
  display: inline-block;
  margin-right: 10px;
  border-color: inherit;
  /*color: #222;*/
}

.acd-unit-head .plus-btn {
  z-index: 1;
  height: 18px;
  right: 18px;
  width: 18px;
  display: block;
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
}

.acd-unit-head .plus-btn span {
  display: block;
  top: 8px;
  left: 2px;
  height: 1px;
  width: 13px;
  transition: all .2s;
  position: absolute;
  border-top: 1px solid #222;
}

.acd-unit-head .plus-btn span:nth-of-type(2) {
  top: 8px;
  transform: rotate(90deg);
}

.acd-unit-head.active .plus-btn span:nth-of-type(2) {
  transform: rotate(0deg);
}

.acd-unit.cp-all + [id] + .cp-all:not(.acd-unit) .cp-h2-text {
  margin-top: 40px;
}


/* タブリンクメニュー（２段組）*/
.tabLink.cp-all {
  max-width: 1480px;
  margin-bottom: 40px;
}
.tabLink.cp-all a:hover {
  text-decoration: none;
}

.tabLink.cp-all > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 3px);
}
@media screen and (max-width: 919px) {
  .tabLink.cp-all > ul{
    width: calc(100% + 1px);
  }
}

.tabLink.cp-all > ul > li,
.tabLink.cp-all > ul > li:last-child {
  display: block;
  margin: 0 -1px -1px 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}
.tabLink.col2.cp-all > ul > li,
.tabLink.col2.cp-all > ul > li:last-child{
  width: 50%;
}
.tabLink.col3.cp-all > ul > li,
.tabLink.col3.cp-all > ul > li:last-child{
  width: 33.3333%;
}
.tabLink.col4.cp-all > ul > li,
.tabLink.col4.cp-all > ul > li:last-child{
  width: 25%;
}
@media screen and (max-width: 919px) {
.tabLink.col2.cp-all > ul > li,
.tabLink.col2.cp-all > ul > li:last-child,
.tabLink.col3.cp-all > ul > li,
.tabLink.col3.cp-all > ul > li:last-child,
.tabLink.col4.cp-all > ul > li,
.tabLink.col4.cp-all > ul > li:last-child{
    width: 50%;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.tabLink.cp-all > ul > li::before{
  content: none;
}
.tabLink.cp-all > ul > li a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  padding: 15px 5px 11px 5px;
  border: 1px solid #1a4375;
  text-decoration: none;
  color: #333;
}
@media screen and (max-width: 919px) {
  .tabLink.cp-all > ul > li a {
    padding: 12px 5px 9px 5px;
  }
}
.tabLink.cp-all > ul > li a:hover {
  text-decoration: none;
}
.tabLink.cp-all > ul > li a:hover,
.tabLink.cp-all > ul > li a.active {
  position: relative;
  z-index: 1;
  background-color: #1a4375;
  border-color: #1a4375;
  color: #fff;
}

/* アンカーリンクメニュー */
.anchor-link-list{
  max-width: 1480px;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}
.anchor-link-list.cp-all {
  max-width: 1000px;
}

@media screen and (max-width: 919px) {
  .anchor-link-list {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.anchor-link-list.cp-all ul{
  text-align: center;
}
.anchor-link-list.cp-all ul > li{
  position: relative;
  display: inline-block;
  margin: 0 15px 5px 15px;
  padding: 0;
  text-indent: inherit;
}
.anchor-link-list.cp-all ul > li::before{
  content: none;
}
.anchor-link-list.cp-all ul > li a{
  position: relative;
  display: inline-block;
  padding: 0 6px;
  color: #333;
}
.anchor-link-list.cp-all ul > li a::after{
  content: "▼";
  margin-left: 6px;
}
.anchor-link-list.cp-all ul > li a::before{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #333;
  transition: 0.2s;
}
.anchor-link-list.cp-all ul > li a:hover{
  text-decoration: none;
}
.anchor-link-list.cp-all ul > li a:hover::before{
  left: 0;
  width: 100%;
}

/* タブ切り替え */
.tabMenu.cp-all {
  max-width: 1480px;
  margin-bottom: 40px;
  padding-top: 20px;
}

.tabMenu.cp-all .content {
  margin-bottom: 60px;
}

.tabMenu.cp-all .content > div {
  margin-top: 60px;
}

.tabMenu.cp-all .content > div .animated{
  animation-duration: 0s;
}

.tabMenu.cp-all > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  background-color: #fff;
  border-collapse: separate;
  border-spacing: 0;
}

.tabMenu.cp-all > ul > li {
  position: relative;
  display: table-cell;
  padding: 20px 5px 14px 5px;
  text-indent: 0;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  border-top: 1px solid #1a4375;
  border-right: 1px solid #1a4375;
  border-bottom: 1px solid #1a4375;
  transition: color 0.2s, border 0.2s, font 0.2s;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 919px) {
  .tabMenu.cp-all > ul > li {
    padding: 15px 5px 10px 5px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.tabMenu.cp-all > ul > li:first-child {
  border-left: 1px solid #1a4375;
}

.tabMenu.cp-all > ul > li::before {
  content: "";
  position: absolute;
  left: -1px;
  z-index: 1;
  display: block;
  top: auto;
  bottom: -1px;
  width: calc(100% + 2px);
  height: 0;
  background-color: #1a4375;
  border-radius: 5px 5px 0 0;
  transition: height 0.2s;
}

.tabMenu.cp-all > ul > li span {
  position: relative;
  z-index: 2;
}

.tabMenu.cp-all > ul > li:hover,
.tabMenu.cp-all > ul > li.active{
  color: #fff;
}
.tabMenu.cp-all > ul > li:hover::before,
.tabMenu.cp-all > ul > li.active::before {
  height: calc(100% + 21px);
}

/* 罫線（MAX幅） */
.cp-solid.max{
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
max-width: none;
padding: 0;
}
.hide + .cp-solid.max{
  display: none;
}

/* 画像（MAX幅）+キャプション */
.max-image {
  margin-bottom: 40px;
}
.max-image .img{
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  text-align: center;
}
.max-image .caption{
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px 40px 0 40px;
}
@media screen and (max-width: 919px) {
  .max-image .caption{
    padding: 15px 4.5% 0 4.5%;
  }
}

/* タイトル+テキスト（２段組） */
.tit-text-col2{
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (max-width: 919px) {
  .tit-text-col2{
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.tit-text-col2 .item{
  width: 48%;
  max-width: 400px;
}
@media screen and (max-width: 919px) {
  .tit-text-col2 .item{
    width: 100%;
    max-width: none;
  }
  .tit-text-col2 .item:first-child{
    margin-bottom: 20px;
  }
}
.tit-text-col2 .item-title{
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 919px) {
  .tit-text-col2 .item{
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* Googleマップ */
.map-wrap{
  max-width: 1480px;
  margin: 0 auto 40px auto;
  padding: 0 40px;
}
.map-wrap .inner{
  position: relative;
  margin-bottom: 25px;
  padding-top: 54.286%;
}
.map-wrap .inner iframe{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.map-wrap .link{
  max-width: 920px;
}
.map-wrap .link a{
  color: #1a4375;
}

/* テーブル（スマートフォン時にスクロール） */
.table-scroll-x{
  margin-bottom: 40px;
  position: relative;
}
.table-scroll-x.cp-all table{
  width: 100%;
}
.table-scroll-x .swipe{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  margin-top: -75px;
  width: 150px;
  height: 150px;
  background: url({cp:album_id id=581 /}) center center no-repeat;
  background-size: 150px 150px;
  text-align: center;
  transition: 0.2s;
}
.table-scroll-x .swipe.touched{
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width:919px) {
  .table-scroll-x.cp-all{
    width: 85%;
    padding: 0;
    margin: 0 7.5% 40px 7.5%;
    min-height: 200px;
    overflow-x: scroll;
    position: relative;
  }
  .table-scroll-x:before{
     content: '※横にスクロールしてご覧いただけます。';
     font-size: 14px;
     font-size: 1.4rem;
     width: 100%;
     margin-bottom: 5px;
     display: block;
     position: relative;
     z-index: 0;
     top: auto;
     left: auto;
     height: auto;
  }
  .table-scroll-x.cp-all table{
    width: 919px !important;
  }
}
.table-scroll-x.m-minus {
  margin-top: -35px;
}

@media screen and (max-width: 919px) {
  .table-scroll-x.m-minus {
    margin-top: -25px;
  }
}


/* 重要なお知らせ */
.important-news-area-wrap {
  display: none;
  padding: 45px 40px;
}

.important-news-area-wrap.bg-gray {
  background-color: rgb(244, 244, 244);
}

.news-all-layout .important-news-area-wrap.bg-gray {
  background-color: #fff;
}

@media screen and (max-width: 919px) {
  .important-news-area-wrap {
    padding: 0;
    border-bottom: none;
  }
}

.important-news-area-wrap .important-news-area {
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 919px) {
  .important-news-area-wrap .important-news-area {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 30px 7.5%;
  }
}

.important-news-area-wrap .important-news-area .important-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 214px;
  min-height: 110px;
  background-color: #1A4375;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 919px) {
  .important-news-area-wrap .important-news-area .important-title {
    width: 100%;
    min-height: 0;
    margin-bottom: 15px;
    padding: 15px 0 12px 0;
  }
}

.important-news-area-wrap .important-news-area .important-news {
  width: calc(100% - 214px);
  padding-left: 22px;
}

@media screen and (max-width: 919px) {
  .important-news-area-wrap .important-news-area .important-news {
    width: 100%;
    padding-left: 0;
  }
}

.important-news-area-wrap .important-news-area .newslist {
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 919px) {
  .important-news-area-wrap .important-news-area .newslist {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
}

.important-news-area-wrap .important-news-area .newslist:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 919px) {
  .important-news-area-wrap .important-news-area .newslist:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.important-news-area-wrap .important-news-area .newslist .date {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  padding-top: 2px;
  padding-right: 22px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1A4375;
  text-transform: uppercase;
}

/* ニュース */
.top .news-area-wrap {
  background-color: #fff;
}

.top .news-all-wrap {
  width: 100%;
}

.top .news-all-wrap news-all-272611 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top .news-area-wrap .news-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 40px;
}

@media screen and (max-width: 919px) {
  .top .news-area-wrap .news-area {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 30px 0;
  }
}

.top .news-area-wrap .news-area .news-area-title {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 4px;
  letter-spacing: 4px;
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
}

@media screen and (max-width: 919px) {
  .top .news-area-wrap .news-area .news-area-title {
    margin-bottom: 10px;
    padding-left: 2px;
    letter-spacing: 2px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.top .news-area-wrap .news-area .news-area-main {
  width: calc(100% - 300px);
}

@media screen and (max-width: 919px) {
  .top .news-area-wrap .news-area .news-area-main {
    width: 100%;
    padding: 0 7.5%;
  }
}

.top .news-area-wrap .news-area .news-area-main news-li-item-4673 {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #dbdbdb;
}

@media screen and (max-width: 919px) {
  .top .news-area-wrap .news-area .news-area-main news-li-item-4673 {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.top .news-area-wrap .news-area .news-area-main news-li-item-4673:last-child {
  border-bottom: 1px solid #dbdbdb;
}

.top .news-area-wrap .news-area .news-area-main news-li-item-4673 .date-cat {
  width: 190px;
  padding: 15px 10px 15px 0;
  font-weight: 700;
  color: #1A4375;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (max-width: 919px) {
  .top .news-area-wrap .news-area .news-area-main news-li-item-4673 .date-cat {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 0;
  }
}
.top .news-area-wrap .news-area .news-area-main news-li-item-4673 .date-cat .date {
  text-transform: uppercase;
}
@media screen and (max-width: 919px) {
  .top .news-area-wrap .news-area .news-area-main news-li-item-4673 .date-cat .date {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-right: 14px;
  }
}

.top .news-area-wrap .news-area .news-area-main news-li-item-4673 .date-cat span {
  display: inline-block;
  margin-right: 14px;
}

.top .news-area-wrap .news-area .news-area-main news-li-item-4673 .date-cat span:last-child {
  margin-right: 0;
}

.top .news-area-wrap .news-area .news-area-main news-li-item-4673 .title {
  width: calc(100% - 190px);
  padding: 15px 0 15px 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 919px) {
  .top .news-area-wrap .news-area .news-area-main news-li-item-4673 .title {
    width: 100%;
    padding-top: 0;
  }
}

.top .news-area-wrap .news-area .news-area-main news-li-item-4673 .title a {
  display: inline-block;
}

.top .news-area-wrap .news-area .news-area-sub {
  width: 240px;
}
@media screen and (max-width: 919px) {
  .top .news-area-wrap .news-area .news-area-sub {
    width: 100%;
  }
}
.top .news-area-wrap .news-area .news-area-sub:empty {
  display: none;
}
@media screen and (max-width: 919px) {
  .top .news-area-wrap .news-area .news-area-sub{
    position: relative;
    top: -1px;
    background-color: #f4f4f4;
    padding: 15px 3%;
  }
}
.top .news-area-wrap .news-area .news-area-sub news-li-item-4674 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border-top: 1px solid #dbdbdb;
}

@media screen and (max-width: 919px) {
  .top .news-area-wrap .news-area .news-area-sub news-li-item-4674 {
    margin-bottom: 15px;
    padding: 0 4.5%;
    border: none;
    background-color: #fff;
  }
}

.top .news-area-wrap .news-area .news-area-sub news-li-item-4674:last-child {
  border-bottom: 1px solid #dbdbdb;
}

@media screen and (max-width: 919px) {
  .top .news-area-wrap .news-area .news-area-sub news-li-item-4674:last-child {
    margin-bottom: 0;
    border: none;
  }
}

.top .news-area-wrap .news-area .news-area-sub news-li-item-4674 .date-cat {
  padding: 15px 0 10px 0;
  font-weight: 700;
  color: #1A4375;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (max-width: 919px) {
  .top .news-area-wrap .news-area .news-area-sub news-li-item-4674 .date-cat {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 0;
  }
}
.top .news-area-wrap .news-area .news-area-sub news-li-item-4674 .date-cat .date{
  text-transform: uppercase;
}
@media screen and (max-width: 919px) {
  .top .news-area-wrap .news-area .news-area-sub news-li-item-4674 .date-cat .date {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-right: 14px;
  }
}

.top .news-area-wrap .news-area .news-area-sub news-li-item-4674 .date-cat span {
  display: inline-block;
  margin-right: 14px;
}

.top .news-area-wrap .news-area .news-area-sub news-li-item-4674 .date-cat span:last-child {
  margin-right: 0;
}

.top .news-area-wrap .news-area .news-area-sub news-li-item-4674 .title {
  padding: 0 0 15px 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

.top .news-area-wrap .news-area .news-area-sub news-li-item-4674 .title a {
  display: inline-block;
}

.top .news-area-wrap .news-area .more-btn {
  width: 100%;
  margin-top: 60px;
}

@media screen and (max-width: 919px) {
  .top .news-area-wrap .news-area .more-btn {
    margin-top: 30px;
  }
}

.top .news-area-wrap .news-area .more-btn .inner {
  position: relative;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  background-color: #1A4375;
}

.top .news-area-wrap .news-area .more-btn .inner::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: 0.2s ease-out;
  opacity: 0;
}

.top .news-area-wrap .news-area .more-btn .inner:hover {
  color: #1A4375;
  text-decoration: none;
}

.top .news-area-wrap .news-area .more-btn .inner:hover::after {
  left: 0;
  width: 100%;
  opacity: 1;
}

.top .news-area-wrap .news-area .more-btn .inner:hover a {
  color: #1A4375;
  text-decoration: none;
}

.top .news-area-wrap .news-area .more-btn a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 13px 10px 10px 10px;
  border: 1px solid #1A4375;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}

/* INDEX用　見出し */
.index-catch {
  margin-top: 85px;
  margin-bottom: 45px;
  padding: 0 40px;
}

@media screen and (max-width: 919px) {
  .index-catch {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.index-catch .main-text {
  max-width: 1400px;
  margin: 0 auto 10px auto;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 5px;
  padding-left: 5px;
  line-height: 1.4;
}

@media screen and (max-width: 919px) {
  .index-catch .main-text {
    margin-bottom: 15px;
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 3px;
    padding-left: 3px;
  }
}

.index-catch .sub-text {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
}

@media screen and (max-width: 919px) {
  .index-catch .sub-text {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.index-catch .sub-text:empty::before {
  content: "\00a0";
}

@media screen and (max-width: 919px) {
  .index-catch .sub-text:empty::before {
    content: none;
  }
}

/* 学部データ */
.education-data {
  padding: 70px 0 25px 0;
  background-color: #f3f3f3;
}

.parent-2047 .education-data,
.parent-2050 .education-data,
.parent-2053 .education-data,
.parent-2056 .education-data {
  background-color: #fff;
}

@media screen and (max-width: 919px) {
  .education-data {
    padding: 40px 0 10px 0;
  }
}

.education-data .cp-all {
  max-width: none;
  width: 100%;
  margin: 40px auto;
  padding: 0 20px;
}
@media screen and (max-width: 919px) {
  .education-data .cp-all {
    margin: 0 auto 30px auto;
    padding: 0 7.5%;
  }
}

.education-data .title {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  font-size: 3rem;
}
.education-data .title:empty{
  display: none;
}
@media screen and (max-width: 919px) {
  .education-data .title {
    margin-bottom: 10px;
    padding-left: 7.5%;
    padding-right: 7.5%;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.education-data > .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 919px) {
  .education-data > .inner {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
  }
}

.education-data .item {
  width: 25%;
  padding: 20px 20px 0 20px;
  text-align: center;
}

@media screen and (max-width: 1219px) {
  .education-data .item {
    width: 50%;
    padding: 20px 20px 0 20px;
  }
}

@media screen and (max-width: 919px) {
  .education-data .item {
    width: 100%;
    padding: 20px 7.5% 0 7.5%;
  }
}

.education-data .item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}

.education-data .item a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.education-data .item .img img {
  width: 100%;
}

.education-data .item .text-01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 25px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 919px) {
  .education-data .item .text-01 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.education-data .item .text-01::before {
  content: "";
  display: block;
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: 1px;
  margin-right: 12px;
  background: #999;
}

.education-data .item .text-01::after {
  content: "";
  display: block;
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: 1px;
  margin-left: 12px;
  background: #999;
}

.education-data .item .number {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 919px) {
  .education-data .item .number {
    font-size: 30px;
    font-size: 3rem;
  }
}

.education-data .item .number strong {
  font-size: 60px;
  font-size: 6rem;
}

@media screen and (max-width: 919px) {
  .education-data .item .number strong {
    font-size: 52px;
    font-size: 5.2rem;
  }
}


.education-data .item .number.small {
  font-size: 27px;
  font-size: 2.7rem;
}

@media screen and (max-width: 919px) {
  .education-data .item .number.small {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.education-data .item .text-02 {
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 1.8;
}

.education-data .item .text-03 {
  text-align: left;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* INDEX用　画像+テキスト（２段組　開始） */
.index-it {
  padding: 0 40px 40px 40px;
}

@media screen and (max-width: 919px) {
  .index-it {
    padding: 0 7.5% 20px 7.5%;
  }
}

.index-it > .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}

body.event-all2 .index-it > .inner{
  max-width: 1200px;
}

@media screen and (max-width: 919px) {
  .index-it > .inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.index-it .item > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}

.index-it .item > a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.index-it .item .img{
  flex: 0 0 auto;
}
.index-it .item .img img {
  width: 100%;
}

.index-it .item .text {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 40px 20px;
  border-left: 1px solid #ddd;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
}

@media screen and (max-width: 919px) {
  .index-it .item .text {
    padding: 30px 3%;
    border-right: 1px solid #ddd;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.index-it .item .text strong {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}

@media screen and (max-width: 919px) {
  .index-it .item .text strong {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 919px) {
  .index-it.index-it-col1 .item .img {
    overflow: hidden;
  }
  .index-it.index-it-col1 .item .img img {
    width: 200%;
    max-width: none;
  }
}

.index-it.index-it-col1 .item .text {
  border-right: 1px solid #ddd;
}

.index-it.index-it-col2 .item:nth-child(2n) .text,
.index-it.index-it-col2 .item:last-child .text {
  border-right: 1px solid #ddd;
}


.index-it.index-it-col2 .item {
  width: 50%;
  margin-bottom: 60px;
}

@media screen and (max-width: 919px) {
  .index-it.index-it-col2 .item {
    width: 100%;
  }
}

.index-it.index-it-col3 .item:nth-child(3n) .text,
.index-it.index-it-col3 .item:last-child .text {
  border-right: 1px solid #ddd;
}

.index-it.index-it-col3 .item {
  width: 33.33%;
  margin-bottom: 15px;
}

@media screen and (max-width: 919px) {
  .index-it.index-it-col3 .item {
    width: 100%;
    margin-bottom: 0;
  }
}

.index-it.index-it-col4 .item:nth-child(4n) .text,
.index-it.index-it-col4 .item:last-child .text {
  border-right: 1px solid #ddd;
}

.index-it.index-it-col4 .item {
  width: 25%;
  margin-bottom: 15px;
}

@media screen and (max-width: 919px) {
  .index-it.index-it-col4 .item {
    width: 100%;
    margin-bottom: 0;
  }
}

.index-it.index-it-col4 .item:nth-child(4n) .text {
  border-right: 1px solid #ddd;
}

body.parent-2033 .index-it > .inner{
  max-width: 920px;
}

/*４段組　開始 */
.index-it.index-it-col4 .item.item-left .text{
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
}
.index-it.index-it-col4 .item.item-left .text strong{
  margin-bottom: 25px;
}
.index-it.index-it-col4 .item.item-left .text ul{ 
  list-style: disc;
  margin-left: 18px;
}
.index-it.index-it-col4 .item.item-left .text ul li{ 
  margin-bottom: 5px;
}

.index-it.index-it-col4 .item.item-left .text a {
  display: inline;
  height: auto;
}


@media screen and (max-width: 919px) {
  .index-it.index-it-col4{
    margin-bottom: 40px;
  }
  .index-it.index-it-col4 .item {
    display: -ms-flex;
    display: flex;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: none;
  }
  .index-it.index-it-col4 .item:last-child {
    border-bottom: 1px solid #ccc;
  }
  .index-it.index-it-col4 .item .img {
    flex: 1 1 auto;
    width: 34.8%;
  }
  .index-it.index-it-col4 .item .text {
    width: 65.2%;
    padding: 5px 0 0 5%;
    border-right: none;
    border-left: none;
  }
  .index-it.index-it-col4 .item:nth-child(4n) .text{
    border-right: none;
  }
  .index-it.index-it-col4 .item.item-left .text strong {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .index-it.index-it-col4 .item.item.item-left .text a {
    height: auto;
  }
}

/* ３段組　開始（スマートフォン時スライド）  */
.index-it.slider{
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 919px) {
  .index-it.slider > .inner{
    position: static;
    display: block;
  }
}
.index-it.slider .slick-arrow{
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 40px;
  background-color: #1a4375;
  font-size: 0;
  color: transparent;
  transition: 0.2s;
}
.index-it.slider .slick-arrow::before{
  content: "";
  position: absolute;
  left: 34px;
  top: 20px;
  width: 32px;
  height: 1px;
  background-color: #fff;
}
.index-it.slider .slick-arrow::after{
  content: "";
  position: absolute;
  top: 16px;
  width: 9px;
  height: 9px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}
.index-it.slider .slick-prev{
  right: 50%;
}
.index-it.slider .slick-prev::after{
  transform: rotate(-45deg);
  left: 35px;
}
.index-it.slider .slick-next{
  left: 50%;
}
.index-it.slider .slick-next::after{
  transform: rotate(135deg);
  right: 35px;
}
.index-it.slider .slick-disabled{
  background-color: #999;
}

.index-it-col3.slider .item .text{
  min-height: 0 !important;
}

/* INDEX用　数字で見る */
.index-it.index-it-number {
  margin-bottom: -1px;
  padding: 0 40px 80px 40px;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 919px) {
  .index-it.index-it-number {
    padding: 0 7.5% 40px 7.5%;
  }
}

.index-it.index-it-number > .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 919px) {
  .index-it.index-it-number > .inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.index-it.index-it-number .item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}

.index-it.index-it-number .item a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.index-it.index-it-number .item .img img {
  width: 100%;
}

.index-it.index-it-number .item .text {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 40px 20px;
  border-left: 1px solid #ddd;
}

@media screen and (max-width: 919px) {
  .index-it.index-it-number .item .text {
    padding: 30px 3%;
    border-right: 1px solid #ddd;
  }
}

@media screen and (max-width: 919px) {
  .index-it.index-it-number {
    padding-left: 0;
    padding-right: 0;
  }
}

.index-it.index-it-number > .inner {
  margin-bottom: 50px;
  padding: 0 10px;
  background-color: #f3f3f3;
}

@media screen and (max-width: 919px) {
  .index-it.index-it-number > .inner {
    margin-bottom: 30px;
    padding: 20px 0;
  }
}

.index-it.index-it-number .item {
  width: 33.33%;
  padding: 50px 30px 25px 30px;
  text-align: center;
}

@media screen and (max-width: 919px) {
  .index-it.index-it-number .item {
    width: 100%;
    padding: 10px 7.5% 0 7.5%;
  }
}

.index-it.index-it-number .item .text-01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 919px) {
  .index-it.index-it-number .item .text-01 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.index-it.index-it-number .item .text-01::before {
  content: "";
  display: block;
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: 1px;
  margin-right: 12px;
  background: #999;
}

.index-it.index-it-number .item .text-01::after {
  content: "";
  display: block;
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: 1px;
  margin-left: 12px;
  background: #999;
}

.index-it.index-it-number .item .text-02 {
  margin-bottom: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.8;
}

@media screen and (max-width: 919px) {
  .index-it.index-it-number .item .text-02 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.index-it.index-it-number .item .number {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 919px) {
  .index-it.index-it-number .item .number {
    font-size: 30px;
    font-size: 3rem;
  }
}

.index-it.index-it-number .item .number strong {
  font-size: 72px;
  font-size: 7.2rem;
}

@media screen and (max-width: 919px) {
  .index-it.index-it-number .item .number strong {
    font-size: 60px;
    font-size: 6rem;
  }
}

@media screen and (max-width: 919px) {
  .index-it.index-it-number .more-btn {
    padding: 0 7.5%;
  }
}

.index-it .more-btn {
  width: 100%;
}

.index-it .more-btn .inner {
  position: relative;
  width: 100%;
  max-width: 280px;
  margin: 35px auto 0 auto;
  background-color: #1A4375;
}

@media screen and (max-width: 919px) {
  .index-it .more-btn .inner {
    margin: 0 auto;
  }
}

.index-it .more-btn .inner::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: 0.2s ease-out;
  opacity: 0;
}

.index-it .more-btn .inner:hover {
  color: #1A4375;
  text-decoration: none;
}

.index-it .more-btn .inner:hover::after {
  left: 0;
  width: 100%;
  opacity: 1;
}

.index-it .more-btn .inner:hover a {
  color: #1A4375;
  text-decoration: none;
}

.index-it .more-btn a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 13px 10px 10px 10px;
  border: 1px solid #1A4375;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}

/* INDEX用　動画 */
.index-it.index-it-movie {
  margin-bottom: -1px;
  padding: 0 40px 80px 40px;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 919px) {
  .index-it.index-it-movie {
    padding: 0 7.5% 40px 7.5%;
  }
}

.index-it.index-it-movie > .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 919px) {
  .index-it.index-it-movie > .inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.index-it.index-it-movie .item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}

.index-it.index-it-movie .item a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.index-it.index-it-movie .item .img img {
  width: 100%;
}

.index-it.index-it-movie .item .text {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 40px 20px;
  border-left: 1px solid #ddd;
}

@media screen and (max-width: 919px) {
  .index-it.index-it-movie .item .text {
    padding: 30px 3%;
    border-right: 1px solid #ddd;
  }
}

.index-it.index-it-movie {
  counter-reset: index-it-movie;
}

.index-it.index-it-movie .item {
  width: 33.33%;
  margin-bottom: 15px;
}

@media screen and (max-width: 919px) {
  .index-it.index-it-movie .item {
    width: 100%;
  }
}

.index-it.index-it-movie .item .number {
  padding: 5px 30px 5px 30px;
  border-left: 1px solid #ddd;
}

@media screen and (max-width: 919px) {
  .index-it.index-it-movie .item .number {
    padding: 5px 6%;
  }
}

.index-it.index-it-movie .item .number::before {
  counter-increment: index-it-movie;
  content: "0" counter(index-it-movie);
  margin-right: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 919px) {
  .index-it.index-it-movie .item .number::before {
    margin-right: 6%;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.index-it.index-it-movie .item .number::after {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 32px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOC45MzQ1NCIgaGVpZ2h0PSIyNC42MjUyNyIgdmlld0JveD0iMCAwIDM4LjkzNDU0IDI0LjYyNTI3Ij48cmVjdCB3aWR0aD0iMzguOTM0NTQiIGhlaWdodD0iMjQuNjI1MjciIHJ4PSI3Ljk2NTM1Ii8+PHBvbHlnb24gcG9pbnRzPSIyNS43NDggMTIuODUzIDE2LjcyMyA3LjY0MiAxNi43MjMgMTguMDYzIDI1Ljc0OCAxMi44NTMiIHN0eWxlPSJmaWxsOiNmZmYiLz48L3N2Zz4=) no-repeat center center;
  background-size: 32px 20px;
}

@media screen and (max-width: 919px) {
  .index-it.index-it-movie .item .number::after {
    top: 4px;
  }
}

.index-it.index-it-movie .item:nth-of-type(9) ~ div .number::before {
  content: counter(index-it-movie);
}

.index-it.index-it-movie .item .img {
  position: relative;
}

.index-it.index-it-movie .item .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.index-it.index-it-movie .item .text {
  min-height: 106px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 30px;
  font-weight: 500;
}

@media screen and (max-width: 919px) {
  .index-it.index-it-movie .item .text {
    min-height: 92px;
    padding: 20px 6%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.index-it.index-it-movie .item:nth-child(3n) .number {
  border-right: 1px solid #ddd;
}

.index-it.index-it-movie .item:nth-child(3n) .text {
  border-right: 1px solid #ddd;
}

.index-it .more-btn {
  width: 100%;
}

.index-it .more-btn .inner {
  position: relative;
  width: 100%;
  max-width: 280px;
  margin: 35px auto 0 auto;
  background-color: #1A4375;
}

@media screen and (max-width: 919px) {
  .index-it .more-btn .inner {
    margin: 0 auto;
  }
}

.index-it .more-btn .inner::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: 0.2s ease-out;
  opacity: 0;
}

.index-it .more-btn .inner:hover {
  color: #1A4375;
  text-decoration: none;
}

.index-it .more-btn .inner:hover::after {
  left: 0;
  width: 100%;
  opacity: 1;
}

.index-it .more-btn .inner:hover a {
  color: #1A4375;
  text-decoration: none;
}

.index-it .more-btn a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 13px 10px 10px 10px;
  border: 1px solid #1A4375;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #1A4375;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  transform: rotate(-45deg);
}

.modaal-close:after {
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

@media screen and (max-width: 959px) {
  .modaal-video-wrap {
    margin: auto 0;
  }
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/* INDEXメインビジュアル */
.mind-visual {
  margin-top: -80px;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  overflow: hidden;
  background-image: url(/albums/css/basic8-original/abm00012533.jpg);
}

@media screen and (max-width: 919px) {
  .mind-visual {
    margin-top: -30px;
  }
}

.mind-visual::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 1026px;
  height: 1026px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 919px) {
  .mind-visual::before {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}

.mind-visual .inner {
  position: relative;
  z-index: 1;
  max-width: 1026px;
  margin: 0 auto;
  padding: 125px 40px 175px 40px;
  text-align: center;
}

@media screen and (max-width: 919px) {
  .mind-visual .inner {
    padding: 60px 3% 40px 3%;
  }
}

.mind-visual .img {
  margin-bottom: 65px;
}

@media screen and (max-width: 919px) {
  .mind-visual .img {
    margin-bottom: 50px;
  }
}

.mind-visual .text {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 919px) {
  .mind-visual .text {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/* 動画一覧 */
.movie-wrap {
  padding: 0 40px 80px 40px;
}

@media screen and (max-width: 919px) {
  .movie-wrap {
    padding: 0 7.5% 40px 7.5%;
  }
}

.movie-wrap > .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 919px) {
  .movie-wrap > .inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.movie-wrap .item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}

.movie-wrap .item a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.movie-wrap .item .img img {
  width: 100%;
}

.movie-wrap .item .mov-title {
  padding: 40px 20px;
  border-left: 1px solid #ddd;
}

@media screen and (max-width: 919px) {
  .movie-wrap .item .mov-title {
    padding: 30px 3%;
    border-right: 1px solid #ddd;
  }
}

.movie-wrap .item .text {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 40px 20px;
  border-left: 1px solid #ddd;
}

@media screen and (max-width: 919px) {
  .movie-wrap .item .text {
    padding: 0 3% 30px 3%;
    border-right: 1px solid #ddd;
  }
}

.movie-wrap {
  counter-reset: index-it-movie;
}

.movie-wrap .item {
  width: 33.33%;
  margin-bottom: 15px;
}

@media screen and (max-width: 919px) {
  .movie-wrap .item {
    width: 100%;
  }
}

.movie-wrap .item .number {
  padding: 5px 30px 5px 30px;
  border-left: 1px solid #ddd;
}

@media screen and (max-width: 919px) {
  .movie-wrap .item .number {
    padding: 5px 6%;
  }
}

.movie-wrap .item .number::before {
  counter-increment: index-it-movie;
  content: "0" counter(index-it-movie);
  margin-right: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 919px) {
  .movie-wrap .item .number::before {
    margin-right: 6%;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.movie-wrap .item .number::after {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 32px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOC45MzQ1NCIgaGVpZ2h0PSIyNC42MjUyNyIgdmlld0JveD0iMCAwIDM4LjkzNDU0IDI0LjYyNTI3Ij48cmVjdCB3aWR0aD0iMzguOTM0NTQiIGhlaWdodD0iMjQuNjI1MjciIHJ4PSI3Ljk2NTM1Ii8+PHBvbHlnb24gcG9pbnRzPSIyNS43NDggMTIuODUzIDE2LjcyMyA3LjY0MiAxNi43MjMgMTguMDYzIDI1Ljc0OCAxMi44NTMiIHN0eWxlPSJmaWxsOiNmZmYiLz48L3N2Zz4=) no-repeat center center;
  background-size: 32px 20px;
}

@media screen and (max-width: 919px) {
  .movie-wrap .item .number::after {
    top: 4px;
  }
}

.movie-wrap .item:nth-of-type(9) ~ div .number::before {
  content: counter(index-it-movie);
}

.movie-wrap .item .img {
  position: relative;
}

.movie-wrap .item .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.movie-wrap .item .mov-title{
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 30px;
  font-weight: 500;
}

@media screen and (max-width: 919px) {
  .movie-wrap .item .mov-title {
    padding: 20px 6%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.movie-wrap .item .text{
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  padding: 0 30px 30px 30px;
}

@media screen and (max-width: 919px) {
  .movie-wrap .item .text {
    padding: 0 6% 20px 6%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}


.movie-wrap .item:nth-child(3n) .mov-title{
  border-right: 1px solid #ddd;
}

.movie-wrap .item:nth-child(3n) .number {
  border-right: 1px solid #ddd;
}

.movie-wrap .item:nth-child(3n) .text {
  border-right: 1px solid #ddd;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #1A4375;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  transform: rotate(-45deg);
}

.modaal-close:after {
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

@media screen and (max-width: 959px) {
  .modaal-video-wrap {
    margin: auto 0;
  }
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/* テキスト+画像（大）  */
.mind-it {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  max-width: 1280px;
  height: 29.2vw;
  max-height: 540px;
  margin: 0 auto 60px auto;
  padding: 0 40px;
}

@media screen and (max-width: 1219px) {
  .mind-it {
    height: auto;
    min-height: 29.2vw;
    max-height: none;
  }
}

@media screen and (max-width: 919px) {
  .mind-it {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 40px;
    padding: 0;
  }
}

.mind-it .img {
  position: absolute;
  left: calc(50% - 40px);
  top: 0;
  width: 54vw;
  max-width: 1000px;
}

@media screen and (max-width: 919px) {
  .mind-it .img {
    position: static;
    width: 150%;
    margin-bottom: 50px;
  }
}

.mind-it .text-wrap {
  max-width: 460px;
  width: 36vw;
}

@media screen and (max-width: 919px) {
  .mind-it .text-wrap {
    max-width: none;
    width: 100%;
    padding: 0 4.5%;
  }
}

.mind-it .text-wrap h2 {
  margin-bottom: 50px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1a4375;
}

@media screen and (max-width: 919px) {
  .mind-it .text-wrap h2 {
    margin-bottom: 20px;
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.mind-it .text-wrap .text {
  font-size: 15px;
  font-size: 1.5rem;
}

.mind-it .caption{
  margin-top: 5px;
}
@media screen and (max-width: 919px) {
  .mind-it .caption,
  .mind-it .fr-img-wrap span {
    display: block;
    width: 60%;
    margin: 5px auto 0 auto;
  }
}

/* 歩み（スライダー） */
.history-wrap{
  margin-bottom: 40px;
  background-color: #333;
  color: #fff;
}
@media screen and (max-width: 919px) {
  .history-wrap{
    margin-bottom: 20px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.history-wrap .slick-slide li{
  padding: 60px 60px 20px 60px;
}
@media screen and (max-width: 919px) {
  .history-wrap .slick-slide li{
    padding: 20px 7.5% 20px 7.5%;
  }
}
.history-wrap .slick-slide li .inner{
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (max-width: 919px) {
  .history-wrap .slick-slide li .inner{
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.history-wrap .slick-slide li .text-area{
  width: 320px;
  padding-right: 60px;
}
@media screen and (max-width: 919px) {
  .history-wrap .slick-slide li .text-area{
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.history-wrap .slick-slide li .text-area .year{
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 919px) {
  .history-wrap .slick-slide li .text-area .year{
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.history-wrap .slick-slide li .text-area .year strong{
  margin-right: 0.125em;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 300;
}
@media screen and (max-width: 919px) {
  .history-wrap .slick-slide li .text-area .year strong{
    font-size: 40px;
    font-size: 4rem;
  }
}
.history-wrap .slick-slide li .text-area .text{
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 919px) {
  .history-wrap .slick-slide li .text-area .text{
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.history-wrap .slick-slide li .img{
  width: calc(100% - 320px);
}
@media screen and (max-width: 919px) {
  .history-wrap .slick-slide li .img{
    width: 100%;
  }
}
.history-wrap .slick-slide li .img img{

}
.history-wrap .slick-dots {
  display: table;
  margin: 0 auto;
}
.history-wrap .slick-dots li {
  line-height: 0;
  padding: 40px 5px;
  display: table-cell;
}
@media screen and (max-width: 919px) {
  .history-wrap .slick-dots li{
    padding: 20px 4px 40px 4px;
  }
}
.history-wrap .slick-dots li button {
  width: 20px;
  height: 20px;
  background-color: #666;
  border-radius: 10px;
  color: transparent;
  font-size: 0;
}
@media screen and (max-width: 919px) {
  .history-wrap .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}
.history-wrap .slick-dots .slick-active button {
  background-color: #bbb;
}

/* 歩み　タブ切り替え */
.contents > .tabMenu.tabBlack.cp-all {
  max-width: 1000px;
  margin-bottom: 40px;
}
.tabMenu.tabBlack.cp-all .content {
  margin-bottom: 20px;
}
.tabMenu.tabBlack.cp-all .content > div {
  margin-top: 20px;
}
.tabMenu.tabBlack.cp-all .content > div .animated{
  animation-duration: 0s;
}
.tabMenu.tabBlack.cp-all .content > div > *{
  padding-left: 0;
  padding-right: 0;
}
.tabMenu.tabBlack.cp-all > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  background-color: #999;
}
.tabMenu.tabBlack.cp-all > ul > li {
  position: relative;
  display: table-cell;
  padding: 20px 5px 14px 5px;
  text-indent: 0;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  transition: background 0.2s;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #999;
  border: none;
}
@media screen and (max-width: 919px) {
  .tabMenu.tabBlack.cp-all > ul > li {
    padding: 15px 5px 10px 5px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .tabMenu.tabBlack.cp-all > ul > li span{
    display: block;
  }
  .tabMenu.tabBlack.cp-all > ul > li span:nth-child(2){
    display: none;
  }
}
.tabMenu.tabBlack.cp-all > ul > li::before{
  content: none;
}
.tabMenu.tabBlack.cp-all > ul > li:hover,
.tabMenu.tabBlack.cp-all > ul > li.active{
  background-color: #333;
}

/* 「至誠一貫」の精神 */
.sprits-visual{
  position: relative;
}
.sprits-visual::before {
  content: "";
  left: -50%;
  width: 200%;
  height: 100%;
  z-index: 1;
  top: 0;
  display: block;
  position: absolute;
  background: url(/albums/css/basic8-original/abm00012761.png) repeat top left;
}
@media screen and (max-width: 619px) {
.sprits-visual::before {
 content: none;
}
}
.sprits-visual .inner{
padding: 120px 0px;
z-index: 2;
position: relative;
}
@media screen and (max-width: 919px) {
.sprits-visual .inner {
 padding: 60px 0px;
 background: url({cp:album_id id=432 /}) repeat top left;
}
}
.sprits-visual .inner .img{
margin: 0 auto;
display: table;
}
.sprits-visual .text{
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
position: absolute;
bottom: 30px;
left: calc(50% - 300px);
z-index: 2;
}
@media screen and (max-width: 919px) {
.sprits-visual .text{
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  position: static;
  padding: 20px 7.5%;
  }
}

/* 講義・実習 */
.lecture-col2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 919px) {
  .lecture-col2 {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 40px;
  }
}

.lecture-col2 .item {
  width: 47.8275%;
}

@media screen and (max-width: 919px) {
  .lecture-col2 .item {
    width: 100%;
  }
}

@media screen and (max-width: 919px) {
  .lecture-col2 .item:first-child {
    margin-bottom: 40px;
  }
}

.lecture-col2 .item .aside {
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px 11px 2px 11px;
  border-radius: 3px;
  background-color: #1a4375;
  font-weight: 500;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #fff;
}

.lecture-col2 .item .aside:empty {
  display: none;
}

.lecture-col2 .item .title {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 919px) {
  .lecture-col2 .item .title {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.lecture-col2 .item .text {
  margin-bottom: 20px;
}

.lecture-col2 .item .img {
  text-align: center;
}

/* リアルボイス（テキスト+画像） */
.voice-ti {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 919px) {
  .voice-ti {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 40px;
  }
}

.voice-ti .text-area {
  width: 47.8275%;
}

@media screen and (max-width: 919px) {
  .voice-ti .text-area {
    width: 100%;
    margin-bottom: 20px;
  }
}

.voice-ti .text-area .aside {
  display: inline-block;
  margin-bottom: 30px;
  padding: 5px 11px 2px 11px;
  border-radius: 3px;
  background-color: #1a4375;
  font-weight: 500;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #fff;
}

.voice-ti .text-area .aside:empty {
  display: none;
}

.voice-ti .text-area .title {
  margin-bottom: 25px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  color: #1a4375;
}

@media screen and (max-width: 919px) {
  .voice-ti .text-area .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.voice-ti .img-area {
  width: 47.8275%;
}

@media screen and (max-width: 919px) {
  .voice-ti .img-area {
    width: 100%;
  }
}

.voice-ti .img-area .img {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 919px) {
  .voice-ti .img-area .img {
    margin-bottom: 10px;
  }
}

.voice-ti .img-area .caption {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
}

.voice-ti.reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

@media screen and (max-width: 919px) {
  .voice-ti.reverse {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

/* イベントスケジュール */
.event-schedule.cp-all{
  display: -ms-flex;
  display: flex;
  max-width: 1280px;
}
@media screen and (max-width: 919px) {
  .event-schedule.cp-all{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.event-schedule::before{
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: calc(100% - 80px);
  height: 1px;
  background-color: #e0e0e0;
}

@media screen and (max-width: 919px) {
  .event-schedule::before{
    left: 4.5%;
    width: 91%;
  }
}
.event-schedule .month{
  width: 10%;
  margin-top: 40px;
  font-weight: 700;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 919px) {
  .event-schedule .month{
    width: 60px;
    margin-top: 20px;
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.event-schedule .text{
  width: 25%;
  margin-top: 40px;
  padding-left: 1.65%
}
@media screen and (max-width: 919px) {
  .event-schedule .text{
    width: calc(100% - 60px);
    margin-top: 20px;
    padding-left: 0;
  }
}
.event-schedule .text ul li{
  line-height: 1.8;
}
.event-schedule .img-wrap{
  width: 30.85%;
  margin-left: 1.65%
}
@media screen and (max-width: 919px) {
  .event-schedule .img-wrap{
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
.event-schedule .img-wrap .img{
  margin-top: 40px;
}
.event-schedule .img-wrap .img:empty{
  display: none;
}
@media screen and (max-width: 919px) {
  .event-schedule .img-wrap .img{
    max-width: 370px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.event-schedule .img-wrap .caption{
  margin-top: 8px;
  font-size: 13px;
  font-size: 1.3rem;
}
.event-schedule .img-wrap .caption:empty{
  display: none;
}
@media screen and (max-width: 919px) {
  .event-schedule .img-wrap .caption{
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 富士吉田での寮生活 */
.dormitory-wrap{
  margin-bottom: 100px;
  padding: 80px 40px 270px 40px;
  background-size: 1921px 643px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/albums/css/basic8-original/abm00012913.svg);
}
@media screen and (max-width: 919px) {
  .dormitory-wrap{
    margin-bottom: 40px;
    padding: 40px 7.5% 40px 7.5%;
    background-size: auto 100%;
    background-position: 75% 50%;
  }
}
.dormitory-wrap .inner{
  max-width: 1400px;
  margin: 0 auto;
}
.dormitory-wrap .inner .title{
  margin-bottom: 180px;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 919px) {
  .dormitory-wrap .inner .title {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.dormitory-wrap ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dormitory-wrap li {
  width: 22.87%;
  margin-right: 2.84%;
  margin-bottom: 10px;
}
@media screen and (max-width: 919px) {
  .dormitory-wrap li {
    width: 47%;
    margin-right: 6%;
  }
  .dormitory-wrap li:nth-child(2n) {
    margin-right: 0;
  }
}
.dormitory-wrap li:nth-child(4n) {
  margin-right: 0;
}
.dormitory-wrap li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #45a460;
  background-color: #fff;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  height: 160px;
  box-shadow: 5px 5px 2px rgba(0,0,0,0.3);
}
@media screen and (max-width: 1219px) {
  .dormitory-wrap li a {
    height: 120px;
  }
}
@media screen and (max-width: 919px) {
  .dormitory-wrap li a {
    height: 100px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.dormitory-wrap li a:hover{
  text-decoration: none;
  opacity: 0.7;
}

/* 昭和大生の1日　メインビジュアル */
body.parent-2042 .cp-h2-text {
  color: #e98f00;
}

.day-top-visual {
  display: -ms-flexbox;
  display: flex;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: -70px;
  margin-bottom: 40px;
  overflow: hidden;
  background-color: #e98f00;
}

@media screen and (max-width: 919px) {
  .day-top-visual {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: -30px;
    margin-bottom: 30px;
  }
}

.day-top-visual .img {
  position: relative;
  width: 61.5%;
  max-width: 1180px;
}

@media screen and (max-width: 919px) {
  .day-top-visual .img {
    width: 100%;
    max-width: none;
  }
}

.day-top-visual .img::before {
  content: "";
  position: absolute;
  top: -100%;
  right: -69.5%;
  z-index: 1;
  height: 200%;
  width: 100%;
  border-left: 8px solid #fff;
  background-color: #e98f00;
  transform: rotate(-30deg);
}

@media screen and (max-width: 919px) {
  .day-top-visual .img::before {
    content: none;
  }
}

.day-top-visual .text-area {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 2;
  width: 38.5%;
  max-width: 550px;
  padding-right: 50px;
  color: #fff;
  text-align: right;
}

@media screen and (max-width: 919px) {
  .day-top-visual .text-area {
    width: auto;
    max-width: none;
    padding: 20px 7.5%;
    margin: 0 auto;
  }
}

.day-top-visual .text-area .text-01 {
  margin-bottom: 45px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
}

@media screen and (max-width: 1479px) {
  .day-top-visual .text-area .text-01 {
    margin-bottom: 2vw;
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 919px) {
  .day-top-visual .text-area .text-01 {
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.day-top-visual .text-area .text-01::after {
  content: "";
  display: inline-block;
  width: 78px;
  height: 78px;
  margin-left: 28px;
  background: url(/albums/css/basic8-original/abm00012961.svg) no-repeat center center;
  background-size: 78px 78px;
  vertical-align: middle;
}

@media screen and (max-width: 1479px) {
  .day-top-visual .text-area .text-01::after {
    width: 5.4vw;
    height: 5.4vw;
    margin-left: 2vw;
    background-size: 5.4vw 5.4vw;
  }
}

@media screen and (max-width: 919px) {
  .day-top-visual .text-area .text-01::after {
    width: 36px;
    height: 36px;
    margin-left: 10px;
    background-size: 36px 36px;
  }
}

.day-top-visual .text-area .text-02 {
  margin-bottom: 80px;
  font-size: 54px;
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 1479px) {
  .day-top-visual .text-area .text-02 {
    margin-bottom: 4vw;
    font-size: 3.6vw;
  }
}

@media screen and (max-width: 919px) {
  .day-top-visual .text-area .text-02 {
    margin-bottom: 20px;
    font-size: 30px;
    font-size: 3rem;
  }
}

.day-top-visual .text-area .text-03 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (max-width: 1479px) {
  .day-top-visual .text-area .text-03 {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 919px) {
  .day-top-visual .text-area .text-03 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1479px) {
  .day-top-visual .text-area .text-04 {
    font-size: 1vw;
  }
}

@media screen and (max-width: 919px) {
  .day-top-visual .text-area .text-04 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/* 昭和大生の1日　スケジュール */
.day-lifestyle > .inner {
  padding: 20px 0 30px 0;
  border-bottom: 1px solid #444;
}

@media screen and (max-width: 919px) {
  .day-lifestyle > .inner {
    padding: 20px 0 15px 0;
  }
}

.day-lifestyle .title {
  margin-bottom: 20px;
  padding: 15px 15px 0 15px;
  border-top: 1px solid #444;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #e98f00;
}

@media screen and (max-width: 919px) {
  .day-lifestyle .title {
    margin-bottom: 10px;
    padding: 15px 5px 0 5px;
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.day-lifestyle .inner table {
  width: 100%;
  border: none;
}

.day-lifestyle .inner td {
  padding: 5px 5px 3px 5px;
  border: none;
}

.day-lifestyle td:nth-child(1) {
  width: 100px;
  padding-left: 15px;
}

@media screen and (max-width: 919px) {
  .day-lifestyle td:nth-child(1) {
    width: 70px;
    padding-left: 5px;
  }
}

.day-lifestyle td:nth-child(3) {
  width: 100px;
  padding-right: 15px;
  text-align: right;
  font-weight: 700;
  color: #e98f00;
}

@media screen and (max-width: 919px) {
  .day-lifestyle td:nth-child(3) {
    width: 80px;
    padding-right: 5px;
  }
}

/* 昭和大生の1日　テキスト＋画像 */
.day-it.cp-all {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 46.6vw;
  max-height: 720px;
  margin-left: auto;
  padding: 20px 40px;
  margin-right: auto;
}

@media screen and (max-width: 1219px) {
  .day-it.cp-all {
    height: auto;
    min-height: 43.2vw;
    max-height: none;
    padding: 20px 40px;
  }
}

@media screen and (max-width: 919px) {
  .day-it.cp-all {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 20px;
    padding: 20px 7.5%;
  }
}

.day-it.cp-all::before {
  content: "";
  display: block;
  position: absolute;
  left: -150%;
  top: 0;
  width: 227%;
  height: 100%;
  background-color: #f2f2f2;
  z-index: -1;
  transform: skew(23deg);
}

@media screen and (max-width: 919px) {
  .day-it.cp-all::before {
    transform: none;
    left: -50%;
    width: 200%;
  }
}

.day-it.cp-all .text-wrap {
  max-width: 520px;
  width: 45vw;
  padding-bottom: 40px;
}

@media screen and (max-width: 1219px) {
  .day-it.cp-all .text-wrap {
    width: 40vw;
  }
}

@media screen and (max-width: 919px) {
  .day-it.cp-all .text-wrap {
    max-width: none;
    width: 100%;
    padding-bottom: 20px;
  }
}

.day-it.cp-all .text-wrap .title {
  margin-top: 110px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #e98f00;
}

@media screen and (max-width: 1219px) {
  .day-it.cp-all .text-wrap .title {
    margin-top: 60px;
  }
}

@media screen and (max-width: 919px) {
  .day-it.cp-all .text-wrap .title {
    margin-top: 20px;
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.day-it.cp-all .text-wrap .schedule {
  display: table;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 50px;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
}

@media screen and (max-width: 919px) {
  .day-it.cp-all .text-wrap .schedule {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.day-it.cp-all .text-wrap .schedule .time {
  display: table-cell;
  width: 30%;
  padding: 35px 5px 30px 5px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 919px) {
  .day-it.cp-all .text-wrap .schedule .time {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.day-it.cp-all .text-wrap .schedule .description {
  display: table-cell;
  width: 70%;
  padding: 35px 5px 30px 5px;
  border-left: 1px solid #444;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 919px) {
  .day-it.cp-all .text-wrap .schedule .description {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.day-it.cp-all .img {
  position: absolute;
  left: calc(50% + 120px);
  top: 60px;
  width: 43.4vw;
  max-width: 840px;
}

@media screen and (max-width: 919px) {
  .day-it.cp-all .img {
    position: static;
    width: 100%;
  }
}

.day-it.cp-all.reverse::before {
  content: "";
  display: block;
  position: absolute;
  right: -150%;
  top: 0;
  width: 227%;
  height: 100%;
  background-color: #f2f2f2;
  z-index: -1;
  transform: skew(-23deg);
  left: auto;
}

@media screen and (max-width: 919px) {
  .day-it.cp-all.reverse::before {
    transform: none;
    right: -50%;
    width: 200%;
  }
}

.day-it.cp-all.reverse .text-wrap {
  margin-left: auto;
}

.day-it.cp-all.reverse .img {
  left: auto;
  right: calc(50% + 120px);
}

/* 下層　タイトル+ビジュアル */
@media screen and (max-width: 919px) {
  .people-under-top .title-tag-wrap{
    display: -ms-flex;
    display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
    padding: 0 4.5%;
  }
}
.people-under-top .global-title{
  display: none;
}
@media screen and (max-width: 919px) {
  .people-under-top .global-title{
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .people-under-top .global-title strong{
    color: #1a4375;
    font-weight: 700;
  }
}
.people-under-top .tag{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 919px) {
  .people-under-top .tag{
    margin: 0;
    padding: 0;
  }
}
.people-under-top .tag .inner{
display: table;
margin-left: auto;
width: 50px;
padding-top: 1px;
line-height: 1.4;
background: #909090;
text-align: center;
font-size: 13px;
font-size: 1.3rem;
color: #fff;
}
.people-under-top .page-title{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 919px) {
  .people-under-top .page-title{
    padding: 0 4.5%;
  }
}
.people-under-top .page-title .inner{
  margin-bottom: 15px;
  margin-top: 40px;
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 919px) {
  .people-under-top .page-title .inner{
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.people-under-top .name{
  max-width: 1240px;
  margin: 0 auto 35px auto;
  padding: 0 40px;
}
@media screen and (max-width: 919px) {
  .people-under-top .name{
    padding: 0 4.5%;
  }
}
.people-under-top .name .inner{
  text-align: center;
}
.people-under-top .img{
  max-width: 1160px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 919px) {
  .people-under-top .img img{
    max-width: none;
    width: 180%;
    margin-left: -40%;
  }
}

/* 下層　メッセージ（２段組） */
.people-message.cp-all {
  display: -ms-flex;
  display: flex;
}
@media screen and (max-width: 919px) {
  .people-message.cp-all{
    margin-bottom: 0;
  }
}
@media screen and (max-width: 919px) {
  .people-message {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.people-message .item {
  border-left: 1px solid #333;
  padding-bottom: 65px;
}
@media screen and (max-width: 919px) {
  .people-message .item {
    border-top: 1px solid #ddd;
    border-left: none;
    padding-bottom: 30px;
  }
}
.people-message .item:first-child {
  border-left: none;
}
.people-message .item-title {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
  min-height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1a4375;
}
@media screen and (max-width: 919px) {
  .people-message .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    min-height: 120px;
  }
}

.people-message.col2 .item:first-child {
  width: 50%;
  padding-right: 50px;
}
.people-message.col2 .item:last-child {
  width: 50%;
  padding-left: 50px;
}
@media screen and (max-width: 919px) {
  .people-message.col2 .item:first-child,
  .people-message.col2 .item:last-child {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

/* 昭和の人たち　リスト */
.people-list-wrap{
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px 80px 40px;
}
@media screen and (max-width: 919px) {
  .people-list-wrap {
    padding: 0 7.5% 40px 7.5%;
  }
}
.people-list-wrap .page-title{
  margin-bottom: 70px;
  padding-left: 6px;
  letter-spacing: 6px;
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 919px) {
  .people-list-wrap .page-title{
    margin-bottom: 30px;
    font-size: 28px;
    font-size: 2.8rem;
    padding-left: 4px;
    letter-spacing: 4px;
  }
}
.people-list-wrap .page-title strong{
  color: #1a4375;
}

.people-list-head{
  position: relative;
  z-index: 2;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  margin: 0 auto 65px auto;
  background-color: #fff;
}
@media screen and (max-width: 919px) {
  .people-list-head{
    display: block;
    margin-bottom: 30px;
  }
}
.people-list-head .sort-box{
  position: relative;
  display: table-cell;
  width: 400px;
  height: 60px;
  border: 1px solid #1a4375;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAANBAMAAACwSehuAAAAG1BMVEUAAAAzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzPgTY//AAAACHRSTlMAYKBA8MCQMD3vbbIAAABBSURBVAjXLcmxCQAgDAXRiIK1naUjOJKzCIJjK9wFkp/kRV1htYiy3dOdvwdH3wxgMAXDlylAgARAB5AACaAy8QDE/A0Yb9KoMQAAAABJRU5ErkJggg==) no-repeat right 26px top 26px;
  background-size: 12px 7px;
}
@media screen and (max-width: 919px) {
  .people-list-head .sort-box{
    display: block;
    width: 100%;
    height: 50px;
    background-position: right 21px top 21px;
  }
  .people-list-head .sort-box#sortTypeA{
    border-bottom: none;
  }
}
.people-list-head .sort-box select{
  display: none;
  width: 100%;
  height: 59px;
  padding: 13px 10px 10px 10px;
  cursor: pointer;
}
.people-list-head .sort-box select::-ms-expand {
  display: none;
}
@media screen and (max-width: 919px) {
  .people-list-head .sort-box select{
    display: block;
    height: 49px;
  }
}
.people-list-head .sort-box .box-head{
  width: 100%;
  height: 59px;
  padding: 17px 14px 10px 14px;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
}
.people-list-head .sort-box ul{
  position: absolute;
  top: 100%;
  left: -1px;
  width: calc(100% + 2px);
  border: 1px solid #1a4375;
}
.people-list-head .sort-box ul li {
  width: 100%;
  padding: 9px 14px 7px 14px;
  font-size: 14px;
  font-size: 1.4rem;
  cursor: pointer;
  background: #fff;
  transition: 0.2s;
}
.people-list-head .sort-box ul li:hover{
  background-color: #1a4375;
  color: #fff;
}
@media screen and (max-width: 919px) {
  .people-list-head .sort-box .box-head,
  .people-list-head .sort-box ul{
    display: none;
  }
}
.people-list{
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  transition: 0.2s;
}
.people-list-item{
  width: 32.13%;
  margin-bottom: 20px;
  background-color: #fff;
  margin-left: 0.6%;
  margin-right: 0.6%;
  position: relative;
}
@media screen and (max-width: 919px) {
  .people-list-item{
    width: 100%;
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }
}
.people-list .people-list-item:before {
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 56.411%;
  height: 0;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}

.people-list-item.is-hide{
  display: none;
}
.people-list-item a{
  display: block;
  height: 100%;
  padding-top: 56.411%;
}
.people-list-item a:hover{
  text-decoration: none;
  opacity: 0.7;
}
.people-list-item .img{
  padding-top: 56.411%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.people-list-item .title{
  min-height: 95px;
  margin-bottom: 10px;
  padding: 30px 30px 0 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
}
.people-list-item .typeB{
  margin-bottom: 8px;
  padding: 0 30px;
}
.people-list-item .typeAwrap{
  padding: 0 30px 40px 30px;
}
.people-list-item .typeA{
  width: 50px;
  padding-top: 1px;
  line-height: 1.4;
  background: #909090;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
}

/* 入試情報INDEX用　テキスト+画像（３段組　開始） */
.index-it {
  padding: 0 40px 40px 40px;
}

@media screen and (max-width: 919px) {
  .index-it {
    padding: 0 7.5% 20px 7.5%;
  }
}

.index-it > .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}

body.event-all2 .index-it > .inner{
  max-width: 1200px;
}

@media screen and (max-width: 919px) {
  .index-it > .inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.index-it .item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}

.index-it .item a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.index-it .item .img img {
  width: 100%;
}

.index-it.admission-col .item .text {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 40px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  border-left: none;
  border-right: none;
}

.index-it.admission-col.index-it-col3 .item:nth-child(3n) .text,
.index-it.admission-col.index-it-col3 .item:last-child .text {
  border-right: none;
}

@media screen and (max-width: 919px) {
  .index-it.admission-col .item .text {
    padding: 30px 3%;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.index-it.admission-col .item .text strong {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
}

@media screen and (max-width: 919px) {
  .index-it .item .text strong {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.index-it.index-it-col3 .item {
  width: 33.33%;
  margin-bottom: 15px;
}

@media screen and (max-width: 919px) {
  .index-it.index-it-col3 .item {
    width: 100%;
    margin-bottom: 0;
  }
}

/* 入試情報INDEX用　ボタン（大・段組） */
.button-wrap.nyushi.normal{
  max-width: 1480px;
}
.button-wrap.nyushi.normal ul{
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 919px) {
  .button-wrap.nyushi.normal ul{
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.button-wrap.normal.nyushi.cp-all ul li,
.button-wrap.normal.nyushi.cp-all ul li:last-child{
  margin-bottom: 20px;
  padding-left: 0;
}
.button-wrap.normal.nyushi.cp-all ul li::before{
  content: none;
}
.button-wrap.nyushi.normal ul li a{
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 22px 5px 16px 5px;
  border: 1px solid #1a4375;
  text-align: center;
  color: #333;
}
.button-wrap.nyushi.normal ul li a::before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #1a4375;
  opacity: 0;
  transition: 0.2s ease-out;
}
.button-wrap.nyushi.normal ul li a[target="_blank"]::after{
  top: -2px;
}
.button-wrap.nyushi.normal ul li a:hover{
  color: #fff;
  text-decoration: none;
}
.button-wrap.nyushi.normal ul li a:hover::before{
  left: 0;
  width: 100%;
  opacity: 1;
}

.button-wrap.nyushi.normal.col3 ul li{
  width: calc(33.33% - 26px);
  margin-right: 39px;
}
.button-wrap.nyushi.normal.col3 ul li:nth-child(3n){
  margin-right: 0;
}
@media screen and (max-width: 919px) {
  .button-wrap.nyushi.normal.col3 ul li{
    width: 100%;
    margin-right: 0;
  }
}

/* 入試情報INDEX用　テキスト+画像＋ボタン（３段組　開始） */
.index-itb {
  padding: 0 40px 40px 40px;
}

@media screen and (max-width: 919px) {
  .index-itb {
    padding: 0 7.5% 20px 7.5%;
  }
}

.index-itb > .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}

body.event-all2 .index-itb > .inner{
  max-width: 1200px;
}

@media screen and (max-width: 919px) {
  .index-itb > .inner {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.index-itb .item > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.index-itb .item > a::after{
  content: none;
}

.index-itb .item > a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.index-itb .item .img:empty{
  display: none;
}

.index-itb .item .img img {
  width: 100%;
}

.index-itb .item .text {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 40px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
}

@media screen and (max-width: 919px) {
  .index-itb .item .text {
    padding: 30px 3%;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.index-itb .item .text strong {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
}

@media screen and (max-width: 919px) {
  .index-itb .item .text strong {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.index-itb.index-itb-col3 .item {
  width: 33.33%;
  margin-bottom: 15px;
}

@media screen and (max-width: 919px) {
  .index-itb.index-itb-col3 .item {
    width: 100%;
    margin-bottom: 0;
  }
}

.index-itb .button ul{
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 919px) {
  .index-itb .button ul{
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.index-itb .button ul li{
  margin-bottom: 20px;
  padding-left: 0;
}
.index-itb .button ul li::before{
  content: none;
}
.index-itb .button ul li a{
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 22px 5px 16px 5px;
  border: 1px solid #1a4375;
  text-align: center;
  color: #333;
}
.index-itb .button ul li a::before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #1a4375;
  opacity: 0;
  transition: 0.2s ease-out;
}
.index-itb .button ul li a[target="_blank"]::after{
  top: -2px;
}
.index-itb .button ul li a:hover{
  color: #fff;
  text-decoration: none;
}
.index-itb .button ul li a:hover::before{
  left: 0;
  width: 100%;
  opacity: 1;
}

.index-itb .item:nth-child(1) .button{
  padding-right: 26px;
}
.index-itb .item:nth-child(2) .button{
  padding-left: 13px;
  padding-right: 13px;
}
.index-itb .item:nth-child(3) .button{
  padding-left: 26px;
}
@media screen and (max-width: 919px) {
  .index-itb .item:nth-child(1) .button,
  .index-itb .item:nth-child(2) .button,
  .index-itb .item:nth-child(3) .button{
    padding-left: 0;
    padding-right: 0;
  }
}

/* オープンキャンパス　メインビジュアル */
.opencampus-visual{
  display: -ms-flex;
  display: flex;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 40px;
}
@media screen and (max-width: 919px) {
  .opencampus-visual{
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.opencampus-visual .img{
  width: 50%;
}
@media screen and (max-width: 919px) {
  .opencampus-visual .img{
    width: 100%;
  }
}
.opencampus-visual .text{
  display: -ms-flex;
  display:     flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 3% 0 6%;
  width: 50%;
  min-width: calc(100% - 960px);
  background-color: #1a4375;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 1219px) {
  .opencampus-visual .text{
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 919px) {
  .opencampus-visual .text{
    width: 100%;
    min-width: 0;
    padding: 40px 7.5%;
  }
}

/* イベント　開閉式メニュー */
.acd-admission.cp-all {
  margin-bottom: 10px;
}

.acd-admission.cp-all a {
  cursor: pointer;
}

.acd-admission.cp-all + *:not(.acd-admission) {
  margin-top: 60px;
}

.acd-admission + .acd-admission {
  margin-top: 0;
}

.acd-admission.cp-all:last-child {
  margin-bottom: 40px;
}


.acd-admission + .cp-inner {
  display: none;
}



.acd-admission dt {
  position: relative;
  border: 1px solid #ccc;
  
  /*padding: 19px 0;*/
  background-color: #fff;
}
@media screen and (max-width: 919px) {
  .acd-admission dt {
    height: 150px;
  }
}
.acd-admission dt a {
  display: -ms-flex;
  display: flex;
  height: 100%;
  min-height: 78px;
  text-decoration: none;
  line-height: 1.5;
}
@media screen and (max-width: 919px) {
  .acd-admission dt a {
    position: relative;
    height: 49px;
    min-height: 49px;
    border-bottom: 1px solid #ccc;
  }
}
.acd-admission dt .text_1{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 400px;
  min-height: 78px;
  padding: 5px 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 919px) {
  .acd-admission dt .text_1{
    min-height: 0;
    width: calc(100% - 78px);
    padding: 5px 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.acd-admission dt .text_2{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: calc(100% - 607px);
  padding: 5px 20px 5px 0;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
}
.acd-admission dt .text_2:empty{
  display: none;
}
@media screen and (max-width: 919px) {
  .acd-admission dt .text_2{
    position: absolute;
    top: 100%;
    width: 100%;
    height: 50px;
    padding: 5px 10px;
  }
}
.acd-admission dt .text_3{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 128px;
  height;\; 80px;
  color: #fff;
  background-color: #1a4375;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 919px) {
  .acd-admission dt .text_3{
    width: 78px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.acd-admission dt .text_3.close{
  background-color: #999;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
}
.acd-admission dt .text_3.detail{
  background-color: #e98f00;
}
.acd-admission dt .plus-btn {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 79px;
  height: 78px;
}
@media screen and (max-width: 919px) {
  .acd-admission dt .plus-btn{
    top: calc(200% + 3px);
    height: 49px;
    width: 100%;
  }
}
.acd-admission dt .plus-btn span {
  display: block;
  top: 39px;
  left: 31px;
  height: 1px;
  width: 17px;
  transition: all .2s;
  position: absolute;
  border-top: 1px solid #333;
}
@media screen and (max-width: 919px) {
  .acd-admission dt .plus-btn span {
    top: 22px;
    left: calc(50% - 8px);
  }
}
.acd-admission dt .plus-btn span:nth-of-type(2) {
  transform: rotate(90deg);
}
@media screen and (max-width: 919px) {
  .acd-admission dt.active .plus-btn span:nth-of-type(1) {
    transform: rotate(-45deg);
  }
}
.acd-admission dt.active .plus-btn span:nth-of-type(2) {
  transform: rotate(0deg);
}

@media screen and (max-width: 919px) {
  .acd-admission dt.active .plus-btn span:nth-of-type(2) {
    transform: rotate(45deg);
  }
}

.acd-admission dd {
  display: none;
  padding-top: 40px;
  color: #000;
  border: 1px solid #ccc;
  border-top: none;
  background-color: #fff;
}
@media screen and (max-width: 919px) {
  .acd-admission dd {
    padding-top: 30px;
  }
}
.acd-admission .request-btn{
  margin-bottom: 40px;
}
@media screen and (max-width: 919px) {
  .acd-admission .request-btn{
    margin-bottom: 30px;
  }
}
.acd-admission .request-btn a {
  display: table;
  margin: 0 auto;
  min-width: 240px;
  padding: 16px 10px 12px 10px;
  color: #fff;
  background-color: #1a4375;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 919px) {
  .acd-admission .request-btn a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.acd-admission .request-btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.acd-admission .sp-close-btn{
  display: none;
}
@media screen and (max-width: 919px) {
  .acd-admission .sp-close-btn {
    position: relative;
    display: block;
    height: 50px;
    border-top: 1px solid #ccc;
  }
  .acd-admission .sp-close-btn::before{
    content: "";
    position: absolute;
    top: 24px;
    left: calc(50% - 8px);
    display: block;
    height: 1px;
    width: 17px;
    transition: all .2s;
    border-top: 1px solid #333;
    transform: rotate(-45deg);
  }
  .acd-admission .sp-close-btn::after{
    content: "";
    position: absolute;
    top: 24px;
    left: calc(50% - 8px);
    display: block;
    height: 1px;
    width: 17px;
    transition: all .2s;
    border-top: 1px solid #333;
    transform: rotate(45deg);
  }
}
.acd-admission.close dd {
  height: 0;
}
.acd-admission.close dt a{
  cursor: default;
  pointer-events: none;
}
.acd-admission.close dt .plus-btn{
  display: none;
}
@media screen and (max-width: 919px) {
  .acd-admission.close dt {
    height: 100px;
  }
  
  .acd-admission.text2none dt{
    height: 100px;
  }
  .acd-admission.text2none dt .plus-btn{
    top: calc(100% + 1px);
  }
  
  .acd-admission.text2none.close dt {
    height: 50px;
  }
}

/* トップページ用　画像+テキスト */
.visual-text {
  position: relative;
  margin: 120px 0;
  background-color: #fff;
}

@media screen and (max-width: 919px) {
  .visual-text {
    margin: 0;
    overflow-x: hidden;
  }
}

.visual-text + .visual-text {
  margin-top: 200px;
}

@media screen and (max-width: 919px) {
  .visual-text + .visual-text {
    margin-top: 0;
  }
}

.visual-text .text-area {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50%;
  max-width: 960px;
  padding: 100px 40px 110px 140px;
  background-color: #fff;
  transform: translateY(-50%);
}

@media screen and (max-width: 1219px) {
  .visual-text .text-area {
    padding: 100px 40px 110px 40px;
  }
}

@media screen and (max-width: 919px) {
  .visual-text .text-area {
    position: relative;
    top: 0;
    z-index: 1;
    width: 100%;
    padding: 40px 7.5% 40px 7.5%;
    transform: none;
  }
}

.visual-text .text-area .visual-title {
  margin-bottom: 35px;
  font-weight: 500;
  line-height: 1.4;
  font-size: 36px;
  font-size: 3.6rem;
}

@media screen and (max-width: 919px) {
  .visual-text .text-area .visual-title {
    margin-bottom: 25px;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.visual-text .text-area .text {
  max-width: 540px;
  min-height: 175px;
  margin-bottom: 50px;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 1px;
  line-height: 2.3;
}

@media screen and (max-width: 919px) {
  .visual-text .text-area .text {
    max-width: none;
    min-height: 0;
    margin-bottom: 20px;
    line-height: 2;
  }
}

.visual-text .text-area .more-btn {
  width: 100%;
}

.visual-text .text-area .more-btn .inner {
  position: relative;
  width: 100%;
  max-width: 280px;
  background-color: #1A4375;
}

@media screen and (max-width: 919px) {
  .visual-text .text-area .more-btn .inner {
    margin: 0 auto;
  }
}

.visual-text .text-area .more-btn .inner::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: 0.2s ease-out;
  opacity: 0;
}

.visual-text .text-area .more-btn .inner:hover {
  color: #1A4375;
  text-decoration: none;
}

.visual-text .text-area .more-btn .inner:hover::after {
  left: 0;
  width: 100%;
  opacity: 1;
}

.visual-text .text-area .more-btn .inner:hover a {
  color: #1A4375;
  text-decoration: none;
}

.visual-text .text-area .more-btn a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 13px 10px 10px 10px;
  border: 1px solid #1A4375;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}

.visual-text .text-area .btn-wrap > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 620px;
}

.visual-text .text-area .btn-wrap > ul > li {
  width: calc( (100% - 16px) / 3);
  margin-bottom: 8px;
}

@media screen and (max-width: 1219px) {
  .visual-text .text-area .btn-wrap > ul > li {
    width: calc( (100% - 8px) / 2);
  }
}

@media screen and (max-width: 919px) {
  .visual-text .text-area .btn-wrap > ul > li {
    width: 100%;
  }
}

.visual-text .text-area .btn-wrap > ul > li:nth-child(1) > .inner > a {
  color: #229ce2;
  border-color: #229ce2;
}

.visual-text .text-area .btn-wrap > ul > li:nth-child(1) > .inner::after {
  background-color: #229ce2;
}

.visual-text .text-area .btn-wrap > ul > li:nth-child(2) > .inner > a {
  color: #6aa35f;
  border-color: #6aa35f;
}

.visual-text .text-area .btn-wrap > ul > li:nth-child(2) > .inner::after {
  background-color: #6aa35f;
}

.visual-text .text-area .btn-wrap > ul > li:nth-child(3) > .inner > a {
  color: #e48f49;
  border-color: #e48f49;
}

.visual-text .text-area .btn-wrap > ul > li:nth-child(3) > .inner::after {
  background-color: #e48f49;
}

.visual-text .text-area .btn-wrap > ul > li:nth-child(4) > .inner > a {
  color: #ec6e89;
  border-color: #ec6e89;
}

.visual-text .text-area .btn-wrap > ul > li:nth-child(4) > .inner::after {
  background-color: #ec6e89;
}

.visual-text .text-area .btn-wrap > ul > li > .inner {
  position: relative;
}

.visual-text .text-area .btn-wrap > ul > li > .inner:hover a {
  color: #fff;
  text-decoration: none;
}

.visual-text .text-area .btn-wrap > ul > li > .inner:hover::after {
  left: 0;
  width: 100%;
  opacity: 1;
}

.visual-text .text-area .btn-wrap > ul > li > .inner > a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 10px 10px 6px 10px;
  border: 1px solid #ddd;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
}

@media screen and (max-width: 919px) {
  .visual-text .text-area .btn-wrap > ul > li > .inner > a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.visual-text .text-area .btn-wrap > ul > li > .inner::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 100%;
  transition: 0.2s ease-out;
  opacity: 0;
}

.visual-text .text-area .btn-wrap > ul > li ul {
  margin-top: 6px;
}

@media screen and (max-width: 919px) {
  .visual-text .text-area .btn-wrap > ul > li ul {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}

.visual-text .text-area .btn-wrap > ul > li ul li a {
  color: #ec6e89;
}

.visual-text.reverse .visual {
  text-align: right;
}

.visual-text.reverse .text-area {
  right: auto;
  left: 0;
  padding: 100px 80px 30px 100px;
}

@media screen and (max-width: 1219px) {
  .visual-text.reverse .text-area {
    padding: 100px 40px 30px 40px;
  }
}

@media screen and (max-width: 919px) {
  .visual-text.reverse .text-area {
    padding: 40px 7.5% 40px 7.5%;
  }
}

.visual-text.reverse .text-area .visual-title,
.visual-text.reverse .text-area .text,
.visual-text.reverse .text-area .btn-wrap {
  max-width: 620px;
  margin-left: auto;
}

.visual-text.reverse .text-area .text {
  min-height: 95px;
}

@media screen and (max-width: 919px) {
  .visual-text.reverse .text-area .text {
    min-height: 0;
  }
}

@media screen and (max-width: 919px) {
  .visual-text.big-image .visual {
    margin-left: -37.5%;
    width: 175%;
  }
}

/* オープンキャンパス */
.opencampus-wrap {
  padding: 85px 40px 80px 40px;
  background-color: #1A4375;
}

@media screen and (max-width: 919px) {
  .opencampus-wrap {
    position: relative;
    z-index: 1;
    padding: 40px 0;
  }
}

.opencampus-wrap .opencampus {
  max-width: 1400px;
  margin: 0 auto;
  color: #fff;
}

.opencampus-wrap .subtitle {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 919px) {
  .opencampus-wrap .subtitle {
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.opencampus-wrap .opencampus-title {
  margin-bottom: 45px;
  font-weight: 700;
  font-size: 80px;
  font-size: 8rem;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 919px) {
  .opencampus-wrap .opencampus-title {
    margin-bottom: 40px;
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.opencampus-wrap .schedule {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1240px;
  margin: 0 auto 45px auto;
}

@media screen and (max-width: 919px) {
  .opencampus-wrap .schedule {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 10px;
  }
}

.opencampus-wrap .schedule li {
  position: relative;
  padding-left: 65px;
}

@media screen and (max-width: 919px) {
  .opencampus-wrap .schedule li {
    margin-bottom: 20px;
    padding-left: 48px;
  }
}

.opencampus-wrap .schedule .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 40px;
}

@media screen and (max-width: 919px) {
  .opencampus-wrap .schedule .img {
    width: 33px;
    height: 30px;
  }
}

.opencampus-wrap .schedule .img img {
  width: 100%;
  height: 100%;
}

.opencampus-wrap .schedule li .date {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 1219px) {
  .opencampus-wrap .schedule li .date {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 919px) {
  .opencampus-wrap .schedule li .date {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.opencampus-wrap .schedule li .name {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 1219px) {
  .opencampus-wrap .schedule li .name {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 919px) {
  .opencampus-wrap .schedule li .name {
    margin-bottom: 5px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.opencampus-wrap .schedule li .detail {
  line-height: 1.4;
  font-weight: 500;
}

@media screen and (max-width: 1219px) {
  .opencampus-wrap .schedule li .detail {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 919px) {
  .opencampus-wrap .schedule li .detail {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.opencampus-wrap .btn {
  margin-bottom: 45px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 919px) {
  .opencampus-wrap .btn {
    margin-bottom: 30px;
    padding: 0 7.5%;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.opencampus-wrap .btn a {
  display: block;
  max-width: 460px;
  margin: 0 auto;
  padding: 18px 0 14px 0;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  color: #1A4375;
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 919px) {
  .opencampus-wrap .btn a {
    padding: 14px 0 10px 0;
    background-color: #E98F00;
    color: #fff;
  }
}

.opencampus-wrap .btn a:hover {
  background-color: #E98F00;
  color: #fff;
  text-decoration: none;
}

.opencampus-wrap .btn a strong {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 2px;
  padding-left: 2px;
}

@media screen and (max-width: 919px) {
  .opencampus-wrap .btn a strong {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.opencampus-wrap .menu-wrap {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 919px) {
  .opencampus-wrap .menu-wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0 7.5%;
  }
}

.opencampus-wrap .menu-wrap li {
  width: 25%;
  margin-bottom: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media screen and (max-width: 919px) {
  .opencampus-wrap .menu-wrap li {
    width: 100%;
    border-left: none;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.opencampus-wrap .menu-wrap li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 919px) {
  .opencampus-wrap .menu-wrap li:last-child {
    border-right: none;
  }
}

.opencampus-wrap .menu-wrap li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  text-align: center;
  color: #fff;
  padding: 50px 10px;
}

@media screen and (max-width: 919px) {
  .opencampus-wrap .menu-wrap li a {
    padding: 30px 10px 20px 10px;
    border: 1px solid rgba(255, 255, 255, 0.4);
  }
}

.opencampus-wrap .menu-wrap li a:hover {
  text-decoration: none;
  background-color: #E98F00;
}

.opencampus-wrap .menu-wrap li a strong {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 919px) {
  .opencampus-wrap .menu-wrap li a strong {
    margin-bottom: 5px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* 挑む！昭和の人たち */
.top-photo-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
}

@media screen and (max-width: 919px) {
  .top-photo-area {
    display: none;
  }
}

.top-photo-area li {
  position: relative;
  width: calc(99.99% / 6);
}

.top-photo-area li.link-col1 {
  background-color: #1A4375;
}

.top-photo-area li.link-col1::after {
  content: none;
}

.top-photo-area li.link-col1 a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
}

@media screen and (max-width: 1419px) {
  .top-photo-area li.link-col1 a {
    font-size: 1.6vw;
  }
}

.top-photo-area li.link-col1 a strong {
  position: relative;
  display: block;
  width: 100%;
  max-width: 220px;
  margin-top: 20px;
  padding: 14px 5px 12px 5px;
  border: 1px solid #fff;
  font-size: 16px;
  font-size: 1.6rem;
  transition: 0.2s;
}

.top-photo-area li.link-col1 a strong::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: 0.2s ease-out;
}

@media screen and (max-width: 1419px) {
  .top-photo-area li.link-col1 a strong {
    max-width: 68.75%;
    margin-top: 1vw;
    padding: 1vw;
    font-size: 0.8vw;
  }
}

.top-photo-area li.link-col1 a:hover {
  text-decoration: none;
}

.top-photo-area li.link-col1 a:hover strong {
  color: #1A4375;
}

.top-photo-area li.link-col1 a:hover strong::after {
  left: 0;
  width: 100%;
}

.top-photo-area li.link-col2 {
  width: calc(99.99% / 3);
}

.top-photo-area li.link-col2::after {
  content: none;
}

.top-photo-area li.link-col2 a {
  position: relative;
  display: block;
}

.top-photo-area li.link-col2 a svg {
  width: 84px;
  height: 53px;
  margin-top: 20px;
  fill: #1A4375;
  transition: 0.2s;
}

@media screen and (max-width: 1419px) {
  .top-photo-area li.link-col2 a svg {
    width: 4vw;
    height: 2.5vw;
    margin-top: 1vw;
  }
}

.top-photo-area li.link-col2 a strong {
  position: absolute;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 56.25%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 1419px) {
  .top-photo-area li.link-col2 a strong {
    font-size: 1.4vw;
  }
}

.top-photo-area li.link-col2 a:hover svg {
  fill: #f00;
}

.top-photo-area li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.top-photo-area li img {
  width: 100%;
}

/* 入試に関するお問い合わせ */
.top-foot-contact {
  background-color: #fff;
  padding: 90px 40px 75px 40px;
  text-align: center;
}

@media screen and (max-width: 919px) {
  .top-foot-contact {
    padding: 40px 4% 30px 4%;
    border-top: 1px solid #ddd;
  }
}

.top-foot-contact .name {
  max-width: 1160px;
  margin: 0 auto 60px auto;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
}

@media screen and (max-width: 919px) {
  .top-foot-contact .name {
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.top-foot-contact .contact-wrap {
  display: -ms-flexbox;
  display: flex;
  max-width: 1160px;
  margin: 0 auto 15px auto;
}

@media screen and (max-width: 919px) {
  .top-foot-contact .contact-wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 0;
  }
}

.top-foot-contact .contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: baseline;
      align-items: baseline;
  text-align: center;
  width: 50%;
  font-weight: 700;
}

@media screen and (max-width: 919px) {
  .top-foot-contact .contact {
    margin-bottom: 20px;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
  }
}

.top-foot-contact .contact .contact-title {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 919px) {
  .top-foot-contact .contact .contact-title {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
  }
}

.top-foot-contact .contact .text {
  margin-left: 12px;
  margin-right: 12px;
}

@media screen and (max-width: 919px) {
  .top-foot-contact .contact .text {
    margin: 0;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
  }
}

.top-foot-contact .contact .tel {
  margin-left: 12px;
  margin-right: 12px;
  font-size: 26px;
  font-size: 2.6rem;
}

@media screen and (max-width: 919px) {
  .top-foot-contact .contact .tel {
    margin: 0;
    font-size: 20px;
    font-size: 2rem;
  }
}

.top-foot-contact .contact .tel a {
  text-decoration: underline;
}

.top-foot-contact .time {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  max-width: 1160px;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 919px) {
  .top-foot-contact .time {
    border-top: none;
    padding-top: 0;
  }
}

.top-foot-contact .time br {
  display: none;
}

@media screen and (max-width: 919px) {
  .top-foot-contact .time br {
    display: block;
  }
}

/* ニュース一覧 */
.page-news .news-area-wrap {
  background-color: #f4f4f4;
  border-top: 1px solid #dbdbdb;
}
.page-news .sort-area.cp-all{
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 60px;
}
@media screen and (max-width: 919px) {
  .page-news .sort-area.cp-all{
    padding-top: 30px;
  }
}
.page-news .sort-area .rowElem label{
  position: relative;
  display: inline-block;
  width: 200px;
  border-bottom: 1px solid #dbdbdb;
  overflow: hidden;
}

@media screen and (max-width: 919px) {
  .page-news .sort-area .rowElem label{
    width: 100%;
  }
}
.page-news .sort-area .rowElem label::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  right: 10px;
  top: 50%;
  margin-top: -5px;
}
.page-news .sort-area .rowElem select{
  display: block;
  width: calc(100% + 50px);
  margin: 0 auto;
  padding: 5px 27px 5px 10px;
  border: none;
  background-color: transparent;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 919px) {
  .page-news .sort-area .rowElem select{
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page-news .news-select2-lists{
  display: none;
}
.page-news .sort-area .rowElem {
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 919px) {
  .page-news .sort-area .rowElem{
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.page-news .sort-area select {
  padding: 5px;
  border: 1px solid #999;
}

.page-news .news-area-wrap .news-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 40px;
}

@media screen and (max-width: 919px) {
  .page-news .news-area-wrap .news-area {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 30px 0;
  }
}

.page-news .news-area-wrap .news-area .news-area-title {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 4px;
  letter-spacing: 4px;
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
}

@media screen and (max-width: 919px) {
  .page-news .news-area-wrap .news-area .news-area-title {
    margin-bottom: 10px;
    padding-left: 2px;
    letter-spacing: 2px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.page-news .news-area-wrap .news-area .news-area-main {
  width: calc(100% - 300px);
}

@media screen and (max-width: 919px) {
  .page-news .news-area-wrap .news-area .news-area-main {
    width: 100%;
    padding: 0 7.5%;
  }
}

.page-news .news-area-wrap .news-area .news-area-main .newsList {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #dbdbdb;
}

@media screen and (max-width: 919px) {
  .page-news .news-area-wrap .news-area .news-area-main .newsList {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.page-news .news-area-wrap .news-area .news-area-main .newsList:last-child {
  border-bottom: 1px solid #dbdbdb;
}

.page-news .news-area-wrap .news-area .news-area-main .newsList .date-cat {
  width: 190px;
  padding: 15px 10px 15px 0;
  font-weight: 700;
  color: #1A4375;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (max-width: 919px) {
  .page-news .news-area-wrap .news-area .news-area-main .newsList .date-cat {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 0;
  }
}
.page-news .news-area-wrap .news-area .news-area-main .newsList .date-cat .date {
  text-transform: uppercase;
}
@media screen and (max-width: 919px) {
  .page-news .news-area-wrap .news-area .news-area-main .newsList .date-cat .date {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-right: 14px;
  }
}

.page-news .news-area-wrap .news-area .news-area-main .newsList .date-cat span {
  display: inline-block;
  margin-right: 14px;
}

.page-news .news-area-wrap .news-area .news-area-main .newsList .date-cat span:last-child {
  margin-right: 0;
}

.page-news .news-area-wrap .news-area .news-area-main .newsList .title {
  width: calc(100% - 190px);
  padding: 15px 0 15px 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 919px) {
  .page-news .news-area-wrap .news-area .news-area-main .newsList .title {
    width: 100%;
    padding-top: 0;
  }
}

.page-news .news-area-wrap .news-area .news-area-main .newsList .title a {
  display: inline-block;
}

.page-news .news-area-wrap .news-area .news-area-sub {
  width: 240px;
}
@media screen and (max-width: 919px) {
  .page-news .news-area-wrap .news-area .news-area-sub {
    width: 100%;
  }
}
.page-news .news-area-wrap .news-area .news-area-sub:empty {
  display: none;
}
@media screen and (max-width: 919px) {
  .page-news .news-area-wrap .news-area .news-area-sub{
    position: relative;
    top: -1px;
    background-color: #f4f4f4;
    padding: 15px 3%;
  }
}
.page-news .news-area-wrap .news-area .news-area-sub .newsList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border-top: 1px solid #dbdbdb;
}

@media screen and (max-width: 919px) {
  .page-news .news-area-wrap .news-area .news-area-sub .newsList {
    margin-bottom: 15px;
    padding: 0 4.5%;
    border: none;
    background-color: #fff;
  }
}

.page-news .news-area-wrap .news-area .news-area-sub .newsList:last-child {
  border-bottom: 1px solid #dbdbdb;
}

@media screen and (max-width: 919px) {
  .page-news .news-area-wrap .news-area .news-area-sub .newsList:last-child {
    margin-bottom: 0;
    border: none;
  }
}

.page-news .news-area-wrap .news-area .news-area-sub .newsList .date-cat {
  padding: 15px 0 10px 0;
  font-weight: 700;
  color: #1A4375;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (max-width: 919px) {
  .page-news .news-area-wrap .news-area .news-area-sub .newsList .date-cat {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 0;
  }
}
.page-news .news-area-wrap .news-area .news-area-sub .newsList .date-cat .date {
  text-transform: uppercase;
}
@media screen and (max-width: 919px) {
  .page-news .news-area-wrap .news-area .news-area-sub .newsList .date-cat .date {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-right: 14px;
  }
}

.page-news .news-area-wrap .news-area .news-area-sub .newsList .date-cat span {
  display: inline-block;
  margin-right: 14px;
}

.page-news .news-area-wrap .news-area .news-area-sub .newsList .date-cat span:last-child {
  margin-right: 0;
}

.page-news .news-area-wrap .news-area .news-area-sub .newsList .title {
  padding: 0 0 15px 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

.page-news .news-area-wrap .news-area .news-area-sub .newsList .title a {
  display: inline-block;
}

.page-news .news-area-wrap .news-area .more-btn {
  width: 100%;
  margin-top: 60px;
}

@media screen and (max-width: 919px) {
  .page-news .news-area-wrap .news-area .more-btn {
    margin-top: 30px;
  }
}

.page-news .news-area-wrap .news-area .more-btn .inner {
  position: relative;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  background-color: #1A4375;
}

.page-news .news-area-wrap .news-area .more-btn .inner::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: 0.2s ease-out;
  opacity: 0;
}

.page-news .news-area-wrap .news-area .more-btn .inner:hover {
  color: #1A4375;
  text-decoration: none;
}

.page-news .news-area-wrap .news-area .more-btn .inner:hover::after {
  left: 0;
  width: 100%;
  opacity: 1;
}

.page-news .news-area-wrap .news-area .more-btn .inner:hover a {
  color: #1A4375;
  text-decoration: none;
}

.page-news .news-area-wrap .news-area .more-btn a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 13px 10px 10px 10px;
  border: 1px solid #1A4375;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}

.page-news .news-area-wrap .paging{
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 919px) {
  .page-news .news-area-wrap .paging{
    padding-bottom: 40px;
  }
}
.page-news .news-area-wrap .paging .paging-li:nth-child(1),
.page-news .news-area-wrap .paging .paging-li:nth-child(2),
.page-news .news-area-wrap .paging .paging-li:nth-last-child(1),
.page-news .news-area-wrap .paging .paging-li:nth-last-child(2){
  display: none;
}
.page-news .news-area-wrap .paging .paging-li span,
.page-news .news-area-wrap .paging .paging-li a{
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 2px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #999;
  line-height: 40px;
}
.page-news .news-area-wrap .paging .paging-li span{
  background-color: #333;
  color: #fff;
}
.page-news .news-area-wrap .paging .paging-li a{
  background-color: #fff;
  color: #333;
}
.page-news .news-area-wrap .paging .paging-li a:hover{
  opacity: 0.7;
}

/*サイトマップ*/
.sitemap-page {
  padding: 0 0 40px 0;
}
@media screen and (max-width: 919px){
  .sitemap-page {
    padding: 0 7.5%;
  }
}
.sitemap-page.cp-all .gm-ul > .gm-li{
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.sitemap-page.cp-all .gm-ul > .gm-li::before{
  content: none;
}
.sitemap-page.cp-all .gm-ul > .gm-li a{
  display: inline-block;
  margin-left: 0;
  padding-left: 0;
}
.sitemap-page.cp-all .gm-ul3 > admpages-sitemap0-nest-list > .gm-li > .head > a {
  color: #222;
}
.sitemap-page > .inner > .gm-li {
  margin-top: -41px;
}
.sitemap-page .gm-ul2{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.sitemap-page .gm-li1 > .head{
  display: none;
}
.sitemap-page .gm-ul2 > admpages-sitemap0-nest-list:first-child{
  display: none;
}
.sitemap-page .gm-ul3 > admpages-sitemap0-nest-list:first-child {
  /*display: none;*/
}
.sitemap-page .gm-li2.admission2,
.sitemap-page .gm-li2.institution2,
.sitemap-page .gm-li2.access2 .gm-ul2{
  display: none;
}
.sitemap-page .gm-ul3 > admpages-sitemap0-nest-list > .gm-li.news2764,
.sitemap-page .gm-ul3 > admpages-sitemap0-nest-list > .gm-li.news3028,
.sitemap-page .gm-ul3 > admpages-sitemap0-nest-list > .gm-li.news3065{
  display: block;
}
.sitemap-page.cp-all .gm-ul2 > admpages-sitemap0-nest-list{
  width: calc( (100% - 30px) / 4 );
  margin-bottom: 10px;
  margin-right: 10px;
}
.sitemap-page.cp-all .gm-ul2 > admpages-sitemap0-nest-list:nth-child(4n+1){
  margin-right: 0;
}
.sitemap-page .gm-li2 > .head + * {
  margin-top: -20px;
}
.sitemap-page .gm-li2 > .head {
  position: relative;
  padding: 15px 0 15px 0;
  border-top: 1px solid #ccc;
  font-weight: 600;
}
.sitemap-page .gm-li2 > .head a{
  font-size: 16px;
  font-size: 1.6rem;
}
.sitemap-page .gm-li2 > .head a.content-2011,
.sitemap-page .gm-li2 > .head a.content-2012,
.sitemap-page .gm-li2 > .head a.content-2013,
.sitemap-page .gm-li2 > .head a.content-2024,
.sitemap-page .gm-li2 > .head a.content-2025,
.sitemap-page .gm-li2 > .head a.content-2026,
.sitemap-page .gm-li2 > .head a.content-2028 {
  font-size: 20px;
  font-size: 2rem;
}

.sitemap-page .gm-li2 > a {
  font-weight: 600;
}
.sitemap-page .gm-li3 > .head{
  position: relative;
  padding: 0;
  font-weight: 600;
}
.sitemap-page .mega-list{
  display: block;
  width: calc( (100% - 90px) / 4 );
  margin: 0 0 61px 30px;
  line-height: 1.4;
}
.sitemap-page .mega-list:nth-child(4n+1){
  margin-left: 0;
}
.sitemap-page .mega-list > .gm-li > a,
.sitemap-page .mega-list > .gm-li > .gm-ul > admpages-sitemap0-nest-list > .gm-li > a{
  display: inline-block;
  padding: 5px 0 5px 34px;
}
.sitemap-page.cp-all .gm-ul > .gm-li:last-child{
  border-bottom: 1px solid #ccc;
}
.sitemap-page.cp-all .gm-ul1 > admpages-sitemap0-nest-list > .gm-li1:first-child > a,
.sitemap-page.cp-all .gm-ul1 > admpages-sitemap0-nest-list > .gm-li1:nth-child(2) > a{
  font-size: 20px;
  font-size: 2rem;
}
.sitemap-page .gm-li2.access2 > .head a,
.sitemap-page.cp-all .gm-ul1 > admpages-sitemap0-nest-list > .gm-li1 > a{
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1279px) {
  .sitemap-page .gm-ul2{
    display: block;
  }
  .sitemap-page.cp-all .gm-ul2 > admpages-sitemap0-nest-list{
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .bgBlack .sitemap-page.cp-all .gm-ul3 > admpages-sitemap0-nest-list > .gm-li > a{
    color: #fff;
  }
}

#sitemap-page .mind2 .about3 > .gm-ul3 {
  display: none;
}

#sitemap-page .education2 .nr3 > .gm-ul3 > admpages-sitemap0-nest-list:first-child {
  display: none;
}

#sitemap-page .campuslife2 .campus3 > .gm-ul3 > admpages-sitemap0-nest-list:first-child {
  display: none;
}

/*ニュース一覧*/

.news-all-wrap .news-area-wrap {
  background-color: #f4f4f4;
  border-top: 1px solid #dbdbdb;
}
.news-all-wrap .sort-area.cp-all{
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 60px;
}
@media screen and (max-width: 919px) {
  .news-all-wrap .sort-area.cp-all{
    padding-top: 30px;
  }
}
.news-all-wrap .sort-area .rowElem label{
  position: relative;
  display: inline-block;
  width: 200px;
  border-bottom: 1px solid #dbdbdb;
  overflow: hidden;
}

@media screen and (max-width: 919px) {
  .news-all-wrap .sort-area .rowElem label{
    width: 100%;
  }
}
.news-all-wrap .sort-area .rowElem label::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  right: 10px;
  top: 50%;
  margin-top: -5px;
}
.news-all-wrap .sort-area .rowElem label select{
  display: block;
  width: calc(100% + 50px);
  margin: 0 auto;
  padding: 5px 27px 5px 10px;
  border: none;
  background-color: transparent;
  font-size: 13px;
  font-size: 1.3rem;
  min-height: 33px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 919px) {
  .news-all-wrap .sort-area .rowElem label select{
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.news-all-wrap .news-select2-lists{
  display: none;
}
.news-all-wrap .sort-area > form > div {
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 919px) {
  .news-all-wrap .sort-area > form > div{
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.news-all-wrap .sort-area select {
  padding: 5px;
  border: 1px solid #999;
}

.news-all-wrap .news-area-wrap .news-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 40px;
}

@media screen and (max-width: 919px) {
  .news-all-wrap .news-area-wrap .news-area {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 30px 0;
  }
}

.news-all-wrap .news-area-wrap .news-area .news-area-title {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 4px;
  letter-spacing: 4px;
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
}

@media screen and (max-width: 919px) {
  .news-all-wrap .news-area-wrap .news-area .news-area-title {
    margin-bottom: 10px;
    padding-left: 2px;
    letter-spacing: 2px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.news-all-wrap .news-area-wrap .news-area .news-area-main {
  width: calc(100% - 300px);
}

@media screen and (max-width: 919px) {
  .news-all-wrap .news-area-wrap .news-area .news-area-main {
    width: 100%;
    padding: 0 7.5%;
  }
}

.news-all-wrap .news-area-wrap .news-area .news-area-main ul li {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #dbdbdb;
}

@media screen and (max-width: 919px) {
  .news-all-wrap .news-area-wrap .news-area .news-area-main ul li {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.news-all-wrap .news-area-wrap .news-area .news-area-main ul li:last-child {
  border-bottom: 1px solid #dbdbdb;
}

.news-all-wrap .news-area-wrap .news-area .news-area-main ul li .date-cat {
  width: 190px;
  padding: 15px 10px 15px 0;
  font-weight: 700;
  color: #1A4375;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (max-width: 919px) {
  .news-all-wrap .news-area-wrap .news-area .news-area-main ul li .date-cat {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 0;
  }
}
.news-all-wrap .news-area-wrap .news-area .news-area-main ul li .date-cat .date {
  text-transform: uppercase;
}
@media screen and (max-width: 919px) {
  .news-all-wrap .news-area-wrap .news-area .news-area-main ul li .date-cat .date {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-right: 14px;
  }
}

.news-all-wrap .news-area-wrap .news-area .news-area-main ul li .date-cat span {
  display: inline-block;
  margin-right: 14px;
}

.news-all-wrap .news-area-wrap .news-area .news-area-main ul li .date-cat span:last-child {
  margin-right: 0;
}

.news-all-wrap .news-area-wrap .news-area .news-area-main ul li .title {
  width: calc(100% - 190px);
  padding: 15px 0 15px 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 919px) {
  .news-all-wrap .news-area-wrap .news-area .news-area-main ul li .title {
    width: 100%;
    padding-top: 0;
  }
}

.news-all-wrap .news-area-wrap .news-area .news-area-main ul li .title a {
  display: inline-block;
}

.news-all-wrap .news-area-wrap .news-area .news-area-sub {
  width: 240px;
}
@media screen and (max-width: 919px) {
  .news-all-wrap .news-area-wrap .news-area .news-area-sub {
    width: 100%;
  }
}
.news-all-wrap .news-area-wrap .news-area .news-area-sub ul:empty {
  display: none;
}
@media screen and (max-width: 919px) {
  .news-all-wrap .news-area-wrap .news-area .news-area-sub ul{
    position: relative;
    top: -1px;
    background-color: #f4f4f4;
    padding: 15px 3%;
  }
}
.news-all-wrap .news-area-wrap .news-area .news-area-sub ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border-top: 1px solid #dbdbdb;
}

@media screen and (max-width: 919px) {
  .news-all-wrap .news-area-wrap .news-area .news-area-sub ul li {
    margin-bottom: 15px;
    padding: 0 4.5%;
    border: none;
    background-color: #fff;
  }
}

.news-all-wrap .news-area-wrap .news-area .news-area-sub ul li:last-child {
  border-bottom: 1px solid #dbdbdb;
}

@media screen and (max-width: 919px) {
  .news-all-wrap .news-area-wrap .news-area .news-area-sub ul li:last-child {
    margin-bottom: 0;
    border: none;
  }
}

.news-all-wrap .news-area-wrap .news-area .news-area-sub ul li .date-cat {
  padding: 15px 0 10px 0;
  font-weight: 700;
  color: #1A4375;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (max-width: 919px) {
  .news-all-wrap .news-area-wrap .news-area .news-area-sub ul li .date-cat {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 0;
  }
}
.news-all-wrap .news-area-wrap .news-area .news-area-sub ul li .date-cat .date {
  text-transform: uppercase;
}
@media screen and (max-width: 919px) {
  .news-all-wrap .news-area-wrap .news-area .news-area-sub ul li .date-cat .date {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-right: 14px;
  }
}

.news-all-wrap .news-area-wrap .news-area .news-area-sub ul li .date-cat span {
  display: inline-block;
  margin-right: 14px;
}

.news-all-wrap .news-area-wrap .news-area .news-area-sub ul li .date-cat span:last-child {
  margin-right: 0;
}

.news-all-wrap .news-area-wrap .news-area .news-area-sub ul li .title {
  padding: 0 0 15px 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

.news-all-wrap .news-area-wrap .news-area .news-area-sub ul li .title a {
  display: inline-block;
}

.news-all-wrap .news-area-wrap .news-area .more-btn {
  width: 100%;
  margin-top: 60px;
}

@media screen and (max-width: 919px) {
  .news-all-wrap .news-area-wrap .news-area .more-btn {
    margin-top: 30px;
  }
}

.news-area-wrap .news-area .more-btn .inner {
  position: relative;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  background-color: #1A4375;
}

.news-all-wrap .news-area-wrap .news-area .more-btn .inner::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: 0.2s ease-out;
  opacity: 0;
}

.news-all-wrap .news-area-wrap .news-area .more-btn .inner:hover {
  color: #1A4375;
  text-decoration: none;
}

.news-all-wrap .news-area-wrap .news-area .more-btn .inner:hover::after {
  left: 0;
  width: 100%;
  opacity: 1;
}

.news-all-wrap .news-area-wrap .news-area .more-btn .inner:hover a {
  color: #1A4375;
  text-decoration: none;
}

.news-all-wrap .news-area-wrap .news-area .more-btn a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 13px 10px 10px 10px;
  border: 1px solid #1A4375;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}

.news-all-wrap .news-area-wrap .paging{
  display: -ms-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 919px) {
  .news-all-wrap .news-area-wrap .paging{
    padding-bottom: 40px;
  }
}
.news-all-wrap .news-area-wrap .paging .paging-li:nth-child(1),
.news-all-wrap .news-area-wrap .paging .paging-li:nth-child(2),
.news-all-wrap .news-area-wrap .paging .paging-li:nth-last-child(1),
.news-all-wrap .news-area-wrap .paging .paging-li:nth-last-child(2){
  display: none;
}
.news-all-wrap .news-area-wrap .paging .paging-li span,
.news-all-wrap .news-area-wrap .paging .paging-li a{
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 2px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #999;
  line-height: 40px;
}
.news-all-wrap .news-area-wrap .paging .paging-li span{
  background-color: #333;
  color: #fff;
}
.news-all-wrap .news-area-wrap .paging .paging-li a{
  background-color: #fff;
  color: #333;
}
.news-all-wrap .news-area-wrap .paging .paging-li a:hover{
  opacity: 0.7;
}

.news-all-wrap .news-area-wrap .news-area .news-area-main .newsList .title a[href="javascript:void(0)"] {
  cursor: auto;
}

.news-all-wrap .news-area-wrap .news-area .news-area-main .newsList .title a[href="javascript:void(0)"]:hover {
  text-decoration: none;
}

/* テキスト装飾 */
.fr-text-gray {
  color: #aaa !important;
}
.fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}
li.fr-text-bordered + li.fr-text-bordered {
  border-top: 0px;
}
.fr-text-spaced {
  letter-spacing: 1px;
}
.fr-text-uppercase {
  text-transform: uppercase;
}
.fr-class-highlighted {
  background-color: #ffff00;
}
.fr-class-code {
  border-color: #cccccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f5f5f5;
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
}
.fr-class-transparency {
  opacity: 0.5;
}

/* 罫線 */
.cp-hr-100{
  border-width: 0;
  border-style: solid;
  border-top: 1px solid #ccc;
}
.cp-hr-400{
  border-width: 0;
  border-style: solid;
  border-top: 4px solid #ccc;
}
.cp-hr-800{
  border-width: 0;
  border-style: solid;
  border-top: 8px solid #ccc;
}
.cp-hr-dashed{
  border-width: 0;
  border-top: 1px dashed #ccc;
}

/* 顔文字 */
span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
  display: inline;
  line-height: 0;
}
span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -.1em .1em .1em;
  line-height: 1;
  vertical-align: middle;
}

/* 画像の角を丸くする */
img.fr-rounded,
.fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* 画像に境界線を追加 */
img.fr-bordered, 
.fr-img-caption.fr-bordered img {
  border: solid 5px #CCC;
}

img.fr-bordered {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fr-img-caption.fr-bordered img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* 画像にドロップシャドウ */
img.fr-shadow,
.fr-img-caption.fr-shadow img {
    -webkit-box-shadow: 10px 10px 5px 0px #cccccc;
    -moz-box-shadow: 10px 10px 5px 0px #cccccc;
    box-shadow: 10px 10px 5px 0px #cccccc;
}

.index-catch.oc-catch .main-text {
  font-size: 3.6rem;
  font-weight: 500;
  color: #444444;
}

@media screen and (max-width: 919px) {
  .index-catch.oc-catch .main-text {
    font-size: 2.4rem;
  }
}

.index-catch.oc-catch .sub-text {
  font-size: 1.6rem;
}

@media screen and (max-width: 919px) {
  .index-catch.oc-catch .sub-text {
    font-size: 1.4rem;
  }
}

.fr-html .index-it .item .img img {
  pointer-events: auto;
}