/* CSS credited-auditor */

/* =============================================

credited-auditor

=============================================*/
.credited-auditor + .footer {
  margin-top: 0;
}

.credited-auditor .pagettl {
  background-image: url("../images/graduate-school/bg-pagettl_pc.png");
}
.credited-auditor .pagettl .title {
  color: #ff005d;
  right: auto;
  left: 7.5%;
}
.pagettl:before {
  content: none;
}

.credited-auditor .pagettl .scroll .bar:after {
  background-color: #ff005d;
}

.credited-auditor {
  position: relative;
  z-index: 0;
}
.credited-auditor:before {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #ff005d;
  width: 340px;
  transform: rotate(-45deg);
  left: -70px;
  top: 820px;
  z-index: -1;
}

.credited-auditor-content {
  position: relative;
  padding-bottom: 50px;
  z-index: 0;
}

.credited-auditor-content:after {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #ff005d;
  width: 385px;
  transform: rotate(-45deg);
  right: -70px;
  bottom: 433px;
  z-index: -1;
}

.credited-auditor .credited-auditor-content .credited-auditor--inner {
  margin: 0 auto;
  max-width: 770px;
  padding: 90px 0 1px;
}

.credited-auditor .credited-auditor-content .credited-auditor--inner .title {
  margin-bottom: 60px;
  text-align: center;
}
.credited-auditor
  .credited-auditor-content
  .credited-auditor--inner
  .title
  .en {
  margin: 0 auto 35px;
}

.credited-auditor
  .credited-auditor-content
  .credited-auditor--inner
  .title
  .en
  h3 {
  font-size: 46px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.06em;
}

.credited-auditor
  .credited-auditor-content
  .credited-auditor--inner
  .title
  .en
  span {
  color: #ff005d;
}

.credited-auditor
  .credited-auditor-content
  .credited-auditor--inner
  .title
  .lead {
  font-size: 1.4em;
}

.credited-auditor .credited-auditor--inner-section {
  margin: 0 auto 40px;
}

.credited-auditor
  .credited-auditor-content
  .credited-auditor--inner-section
  .headline {
  color: #ff005d;
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 10px;
}
.credited-auditor
  .credited-auditor-content
  .credited-auditor--inner-section
  .lead {
  font-size: 1.3em;
  margin-bottom: 70px;
}

.credited-auditor--inner-section .indexlist {
  margin: 120px 0 90px;
}
.credited-auditor--inner-section .indexlist li {
  margin: 0 auto 60px;
  width: 493px;
}
.credited-auditor--inner-section .indexlist li a {
  border: 1px solid #00bfdd;
  align-items: stretch;
  color: #fff;
  display: flex;
  font-size: 1.7em;
  position: relative;
  text-decoration: none;
}
.credited-auditor--inner-section .indexlist li a:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 10px;
  top: calc(50% - 5px);
  transform: rotate(45deg);
}

.credited-auditor--inner-section .indexlist li .img {
  display: block;
  width: 63%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit:cover;"; /*ie対策*/
}
.credited-auditor--inner-section .indexlist li .txt {
  align-items: center;
  background: #00bfdd;
  display: flex;
  justify-content: center;
  letter-spacing: 0;
  padding: 0 24px 0 10px;
  flex: 1;
}
.credited-auditor--inner-section .indexlist li.noLink {
  position: relative;
  z-index: 0;
}
.credited-auditor--inner-section .indexlist li.noLink a {
  pointer-events: none;
}
.credited-auditor--inner-section .indexlist li.noLink:before {
  background: #999;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
  z-index: 1;
}

/*tab*/
@media screen and (max-width: 1024px) {
  .credited-auditor-content:before {
    width: 250px;
    left: -50px;
    top: 150px;
  }
  .credited-auditor .credited-auditor-content .credited-auditor--inner {
    padding: 70px 5% 0;
  }
}

@media screen and (max-width: 767px) {
  .credited-auditor:before {
    top: 600px;
    width: 160px;
    left: auto;
    right: -60px;
  }
  .credited-auditor .pagettl {
    background-image: url("../images/graduate-school/bg-pagettl_sp.png");
  }
  .pagettl .title span.ja {
    text-align: left;
    padding-left: 40px;
  }
  .credited-auditor-content {
    padding-bottom: 0;
  }
  .credited-auditor-content:after {
    content: none;
  }
  .credited-auditor .credited-auditor-content .credited-auditor--inner {
    padding: 50px 5%;
  }
  .credited-auditor .credited-auditor-content .credited-auditor--inner .title {
    margin-bottom: 30px;
  }
  .credited-auditor
    .credited-auditor-content
    .credited-auditor--inner
    .title
    .en
    h3 {
    font-size: 3em;
  }
  .credited-auditor .credited-auditor--inner-section {
    margin: 0 auto;
  }
  .credited-auditor
    .credited-auditor-content
    .credited-auditor--inner-section
    .lead {
    margin-bottom: 40px;
  }

  .credited-auditor--inner-section .indexlist {
    margin: 10px 0 60px;
  }
  .credited-auditor--inner-section .indexlist li {
    margin-bottom: 30px;
    width: 100%;
  }
  .credited-auditor--inner-section .indexlist li a {
    font-size: 1.4em;
  }
}

.credited-auditor + .footer {
  position: relative;
}
@media screen and (min-width: 768px) {
  .credited-auditor + .footer:before {
    content: "";
    display: block;
    border-top: 1px solid #ff005d;
    transform: rotate(45deg);
    width: 340px;
    left: -50px;
    top: -10px;
    position: absolute;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .credited-auditor + .footer:before {
    border-top: 1px solid #ff005d;
  }
}

/* 20241221追加 */
.contents-tl {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 60px;
  color: #ff005d;
}

.contents-text {
  margin-bottom: 60px;
}

.contents-text p {
  font-size: 1.4em;
  line-height: 1.75;
  line-break: strict;
}

@media screen and (max-width: 767px) {
  .contents-tl {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .contents-text {
    margin-bottom: 30px;
  }
  .contents-text p {
    font-size: 1.3em;
  }
}
