@charset "UTF-8";
/* [ クレステック global ] setting */
/* [ クレステック gloal ] component */
@media screen and (min-width: 1141px) {
  .aboutus-wrap {
    padding: 14.54vw 0 9.43vw;
  }
}
@media only screen and (max-width: 1140px) {
  .aboutus-wrap {
    padding: 26.63vw 0 18.75vw;
  }
}

/*==================================================*
 *  [ NEWS ROOM ]
 *==================================================*/
.aboutus-wrap.newsroom .content-ttl p {
  width: 100%;
  color: #012148;
}
@media screen and (min-width: 1141px) {
  .aboutus-wrap.newsroom .content-ttl p {
    max-width: calc(1460px * 0.8);
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.064;
    padding: 0 1.04vw;
    margin: 0 auto 5.94vw;
  }
}
@media only screen and (max-width: 1140px) {
  .aboutus-wrap.newsroom .content-ttl p {
    font-size: calc(60 * 1px);
    font-size: calc(calc(100 / 800) * 60 * 1vw);
    font-weight: 800;
    line-height: 1.667;
    margin-left: 3.75vw;
    margin-bottom: 16.38vw;
  }
}
.aboutus-wrap.newsroom .newsroom-content h1 {
  color: #012148;
  font-weight: 800;
}
@media screen and (min-width: 1141px) {
  .aboutus-wrap.newsroom .newsroom-content h1 {
    font-size: 4.5rem;
    margin-bottom: 4.69vw;
  }
}
@media only screen and (max-width: 1140px) {
  .aboutus-wrap.newsroom .newsroom-content h1 {
    font-size: calc(60 * 1px);
    font-size: calc(calc(100 / 800) * 60 * 1vw);
    margin-bottom: 7.25vw;
  }
}

.tab-list {
  display: flex;
  justify-content: center;
  width: 100%;
  list-style: none;
}
.tab-list li {
  width: 50%;
  font-weight: 700;
  text-align: center;
  background: #F2F2F2;
}
.tab-list li a {
  display: block;
  width: 100%;
  color: #012148;
}
.tab-list li.active {
  background: #012148;
}
.tab-list li.active a {
  color: #fff;
}
@media screen and (min-width: 1141px) {
  .tab-list {
    max-width: calc(1460px * 0.8);
    padding: 0 1.04vw;
    margin: 0 auto 4.48vw;
  }
  .tab-list li {
    font-size: clamp(2.4rem, calc(1.56vw * 0.8), calc(3.0rem * 0.8));
  }
  .tab-list li a {
    padding: 1.46vw 0 1.25vw;
  }
}
@media only screen and (max-width: 1140px) {
  .tab-list {
    padding: 0 3.75vw;
    margin-bottom: 14vw;
  }
  .tab-list li {
    font-size: calc(30 * 1px);
    font-size: calc(calc(100 / 800) * 30 * 1vw);
  }
  .tab-list li a {
    padding: 3.5vw 0 3vw;
  }
}

.newsroom-content {
  width: 100%;
}
.newsroom-content .filter p {
  color: #012148;
  font-weight: 800;
}
.newsroom-content .filter ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  font-weight: 800;
}
.newsroom-content .filter ul li {
  background: #F2F2F2;
}
.newsroom-content .filter ul li.active {
  background: #012148;
}
.newsroom-content .filter ul li.active a {
  color: #fff;
}
.newsroom-content .filter ul li a {
  display: block;
  width: 100%;
  color: #012148;
}
.newsroom-content .news-list {
  width: 100%;
}
.newsroom-content .news-list ul {
  list-style: none;
}
.newsroom-content .news-list ul li {
  border-top: 1px solid #1C4C86;
}
.newsroom-content .pagination .nav-links {
  font-weight: 700;
}
.newsroom-content .pagination .nav-links .page-numbers.current {
  background: #ECECEC;
}
@media screen and (min-width: 1141px) {
  .newsroom-content {
    max-width: calc(1460px * 0.8);
    padding: 0 1.04vw;
    margin: 0 auto;
  }
  .newsroom-content .filter {
    display: flex;
    align-items: center;
    gap: 2.76vw;
    margin-bottom: 4.84vw;
  }
  .newsroom-content .filter p {
    font-size: clamp(2.4rem, calc(1.35vw * 0.8), calc(2.6rem * 0.8));
  }
  .newsroom-content .filter ul {
    gap: 0.73vw;
  }
  .newsroom-content .filter ul li {
    border-radius: 40px;
  }
  .newsroom-content .filter ul li a {
    font-size: clamp(1.6rem, calc(0.94vw * 0.8), calc(1.8rem * 0.8));
    padding: 0.44vw 1.07vw;
  }
  .newsroom-content .news-list {
    margin-bottom: 4.18vw;
  }
  .newsroom-content .news-list ul li {
    padding: 22px 0 20px;
  }
  .newsroom-content .news-list ul li a {
    display: grid;
    grid-template-columns: 10em calc(100% - 10em);
    grid-template-rows: 1fr max-content;
    grid-column-gap: 2.6vw;
    grid-row-gap: 6px;
    color: #111;
  }
  .newsroom-content .news-list ul li a .genre {
    grid-area: 1 / 1 / 3 / 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .newsroom-content .news-list ul li a .genre span {
    width: 100%;
    height: fit-content;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.33;
    text-align: center;
    border-radius: 20px;
    background: #37bbec;
    padding: 0.47vw 0.57vw;
    border: 1px solid;
  }
  .newsroom-content .news-list ul li a .genre span.news {
    color: #fff;
    background: #37bbec;
    border-color: #37bbec;
  }
  .newsroom-content .news-list ul li a .genre span.blog {
    color: #012148;
    background: #F2F2F2;
    border-color: #012148;
  }
  .newsroom-content .news-list ul li a time {
    grid-area: 1 / 2 / 2 / 3;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .newsroom-content .news-list ul li a .news-ttl {
    grid-area: 2 / 2 / 3 / 3;
    font-size: 1.8rem;
  }
  .newsroom-content .pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .newsroom-content .pagination .nav-links .page-numbers {
    display: block;
    width: 40px;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    text-align: center;
    background: transparent;
    padding: 8px 0;
    margin-left: 1.56vw;
  }
  .newsroom-content .pagination .nav-links .page-numbers:first-child {
    margin-left: 0;
  }
  .newsroom-content .pagination .nav-links .page-numbers.prev {
    margin-left: 0;
    margin-right: 3.59vw;
  }
  .newsroom-content .pagination .nav-links .page-numbers.next {
    margin-left: 3.59vw;
  }
}
@media only screen and (max-width: 1140px) {
  .newsroom-content {
    padding: 0 3.75vw;
  }
  .newsroom-content .filter {
    margin-bottom: 9.38vw;
  }
  .newsroom-content .filter p {
    font-size: calc(26 * 1px);
    font-size: calc(calc(100 / 800) * 26 * 1vw);
    margin-bottom: 5.0vw;
  }
  .newsroom-content .filter ul {
    gap: 2.88vw;
  }
  .newsroom-content .filter ul li {
    border-radius: 5vw;
  }
  .newsroom-content .filter ul li a {
    font-size: calc(22 * 1px);
    font-size: calc(calc(100 / 800) * 22 * 1vw);
    padding: 1.44vw 3.38vw;
  }
  .newsroom-content .news-list {
    width: 100%;
  }
  .newsroom-content .news-list ul {
    list-style: none;
  }
  .newsroom-content .news-list ul li {
    padding: 5.7vw 0 5.26vw;
  }
  .newsroom-content .news-list ul li a {
    width: 100%;
    color: #111;
  }
  .newsroom-content .news-list ul li a .genre {
    width: 25%;
    margin-bottom: 3.2vw;
  }
  .newsroom-content .news-list ul li a .genre span {
    display: inline-block;
    width: 100%;
    height: fit-content;
    color: #fff;
    font-size: calc(24 * 1px);
    font-size: calc(calc(100 / 800) * 24 * 1vw);
    font-weight: 700;
    text-align: center;
    border-radius: 2.5vw;
    background: #37bbec;
    padding: 1.25vw 0;
  }
  .newsroom-content .news-list ul li a time {
    width: 100%;
    font-size: calc(22 * 1px);
    font-size: calc(calc(100 / 800) * 22 * 1vw);
    font-weight: 700;
  }
  .newsroom-content .news-list ul li a .news-ttl {
    width: 100%;
    font-size: calc(28 * 1px);
    font-size: calc(calc(100 / 800) * 28 * 1vw);
    margin-top: 2.13vw;
  }
  .newsroom-content .pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .newsroom-content .pagination .nav-links .page-numbers {
    display: block;
    width: 40px;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 1.25vw;
    text-align: center;
    background: transparent;
    padding: 8px 0;
  }
  .newsroom-content .pagination .nav-links .page-numbers.prev {
    margin-right: 2.5vw;
  }
  .newsroom-content .pagination .nav-links .page-numbers.next {
    margin-left: 2.5vw;
  }
}

/*==================================================*
 *  [ Privacy Policy ]
 *==================================================*/
.aboutus-wrap.policy .content-ttl h1 {
  width: 100%;
  color: #012148;
}
@media screen and (min-width: 1141px) {
  .aboutus-wrap.policy .content-ttl h1 {
    max-width: calc(1460px * 0.8);
    line-height: 1.064;
    padding: 0 1.04vw;
    margin: 0 auto 3.39vw;
  }
}
@media only screen and (max-width: 1140px) {
  .aboutus-wrap.policy .content-ttl h1 {
    line-height: 1.25;
    margin-left: 3.75vw;
    margin-bottom: 9.38vw;
  }
}
.aboutus-wrap.policy section {
  width: 100%;
}
.aboutus-wrap.policy section h2, .aboutus-wrap.policy section h3, .aboutus-wrap.policy section h4 {
  color: #012148;
  font-weight: 800;
}
.aboutus-wrap.policy section p {
  font-weight: 500;
}
.aboutus-wrap.policy section p b {
  font-weight: 700;
}
@media screen and (min-width: 1141px) {
  .aboutus-wrap.policy section {
    max-width: calc(1460px * 0.8);
    line-height: 1.064;
    padding: 0 1.04vw;
    margin: 0 auto 9.69vw;
  }
  .aboutus-wrap.policy section:last-child {
    margin-bottom: 0;
  }
  .aboutus-wrap.policy section h2 {
    font-size: 3.5rem;
    margin-bottom: 4.17vw;
  }
  .aboutus-wrap.policy section h3 {
    font-size: 3.0rem;
    margin-bottom: 3.65vw;
  }
  .aboutus-wrap.policy section h4 {
    font-size: clamp(1.4rem, calc(1.35vw * 0.8), calc(2.6rem * 0.8));
    line-height: 1.538;
    margin-bottom: 1.56vw;
  }
  .aboutus-wrap.policy section p {
    font-size: clamp(1.6rem, calc(1.15vw * 0.8), calc(2.2rem * 0.8));
    line-height: 1.818;
  }
  .aboutus-wrap.policy section p + p {
    margin-top: 2.6vw;
  }
  .aboutus-wrap.policy section div > ul, .aboutus-wrap.policy section div > ol {
    margin-top: 1.82vw;
  }
  .aboutus-wrap.policy section div > ul li, .aboutus-wrap.policy section div > ol li {
    font-size: clamp(1.6rem, calc(1.15vw * 0.8), calc(2.2rem * 0.8));
    line-height: 1.818;
    margin-left: 2.0em;
  }
  .aboutus-wrap.policy section div > ul li:nth-of-type(n+2), .aboutus-wrap.policy section div > ol li:nth-of-type(n+2) {
    margin-top: 0.83vw;
  }
  .aboutus-wrap.policy section div > ul li p + p, .aboutus-wrap.policy section div > ol li p + p {
    margin-top: 2.34vw;
  }
  .aboutus-wrap.policy section div > ul + p, .aboutus-wrap.policy section div > ol + p {
    margin-top: 2.6vw;
  }
  .aboutus-wrap.policy section div > p + ul, .aboutus-wrap.policy section div > p + ol {
    margin-top: 2.6vw;
  }
  .aboutus-wrap.policy section div + div {
    margin-top: 2.86vw;
  }
  .aboutus-wrap.policy section div a {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1141px) and (hover: hover) {
  .aboutus-wrap.policy section div a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 1141px) {
  .aboutus-wrap.policy section .s-list li:nth-of-type(n+2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1140px) {
  .aboutus-wrap.policy section {
    padding: 0 3.75vw;
    margin-bottom: 10vw;
  }
  .aboutus-wrap.policy section h2 {
    font-size: calc(60 * 1px);
    font-size: calc(calc(100 / 800) * 60 * 1vw);
    line-height: 1.333;
    margin-bottom: 4.88vw;
  }
  .aboutus-wrap.policy section h3 {
    font-size: calc(32 * 1px);
    font-size: calc(calc(100 / 800) * 32 * 1vw);
    margin-bottom: 2.75vw;
  }
  .aboutus-wrap.policy section h4 {
    font-size: calc(30 * 1px);
    font-size: calc(calc(100 / 800) * 30 * 1vw);
    margin-bottom: 2.25vw;
  }
  .aboutus-wrap.policy section p {
    font-size: calc(28 * 1px);
    font-size: calc(calc(100 / 800) * 28 * 1vw);
    line-height: 1.714;
  }
  .aboutus-wrap.policy section p + p {
    margin-top: 7.5vw;
  }
  .aboutus-wrap.policy section div > ul, .aboutus-wrap.policy section div > ol {
    margin-top: 1.82vw;
  }
  .aboutus-wrap.policy section div > ul li, .aboutus-wrap.policy section div > ol li {
    font-size: calc(28 * 1px);
    font-size: calc(calc(100 / 800) * 28 * 1vw);
    line-height: 1.714;
    margin-left: 1.25em;
  }
  .aboutus-wrap.policy section div > ul li:nth-of-type(n+2), .aboutus-wrap.policy section div > ol li:nth-of-type(n+2) {
    margin-top: 3.25vw;
  }
  .aboutus-wrap.policy section div > ul li p + p, .aboutus-wrap.policy section div > ol li p + p {
    margin-top: 5vw;
  }
  .aboutus-wrap.policy section div > ul + p, .aboutus-wrap.policy section div > ol + p {
    margin-top: 3.75vw;
  }
  .aboutus-wrap.policy section div > p + ul, .aboutus-wrap.policy section div > p + ol {
    margin-top: 3.75vw;
  }
  .aboutus-wrap.policy section div + div {
    margin-top: 6.25vw;
  }
  .aboutus-wrap.policy section div a {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 1140px) and (hover: hover) {
  .aboutus-wrap.policy section div a:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 1140px) {
  .aboutus-wrap.policy section .s-list li:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.aboutus-wrap.policy .sub-text .text a {
  text-decoration: underline;
}
@media (hover: hover) {
  .aboutus-wrap.policy .sub-text .text a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 1141px) {
  .aboutus-wrap.policy .sub-text {
    margin-bottom: 8.28vw;
  }
  .aboutus-wrap.policy .sub-text .update {
    font-size: clamp(2.4rem, calc(1.35vw * 0.8), calc(2.6rem * 0.8));
    font-weight: 700;
    margin-bottom: 4.17vw;
  }
  .aboutus-wrap.policy .sub-text .text {
    font-size: clamp(1.6rem, calc(1.15vw * 0.8), calc(2.2rem * 0.8));
    font-weight: 500;
    line-height: 1.818;
  }
}
@media only screen and (max-width: 1140px) {
  .aboutus-wrap.policy .sub-text {
    margin-bottom: 14.88vw;
  }
  .aboutus-wrap.policy .sub-text .update {
    font-size: calc(32 * 1px);
    font-size: calc(calc(100 / 800) * 32 * 1vw);
    font-weight: 800;
    margin-bottom: 9.38vw;
  }
  .aboutus-wrap.policy .sub-text .text {
    font-size: calc(28 * 1px);
    font-size: calc(calc(100 / 800) * 28 * 1vw);
    font-weight: 500;
    line-height: 1.714;
  }
}
