@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: 22vw 0 18.75vw;
  }
}

.content-ttl h1 {
  width: 100%;
  color: #012148;
}
@media screen and (min-width: 1141px) {
  .content-ttl h1 {
    max-width: calc(1460px * 0.8);
    line-height: 1.17;
    padding: 0 1.04vw;
    margin: 0 auto;
  }
  .content-ttl img {
    width: 100%;
    height: auto;
    margin-top: 5.49vw;
  }
}
@media only screen and (max-width: 1140px) {
  .content-ttl h1 {
    margin-left: 3.75vw;
  }
  .content-ttl img {
    width: 100%;
    margin-top: 6.63vw;
  }
}

/*==================================================*
 *  [ Our Philosophy ]
 *==================================================*/
@media only screen and (max-width: 1140px) {
  .aboutus-wrap.philosophy .content-ttl img {
    width: 100%;
  }
}

.philosophy-txt {
  position: relative;
  color: #fff;
  text-align: center;
  background: #6086C4;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  z-index: +1;
}
.philosophy-txt h2 {
  position: relative;
  width: fit-content;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
}
.philosophy-txt h2::after {
  position: absolute;
  content: '';
  left: 50%;
  background: #fff;
  transform: translateX(-50%);
}
@media screen and (min-width: 1141px) {
  .philosophy-txt {
    width: 100%;
    max-width: calc(1420px * 0.8);
    padding: 3.33vw 3.16vw 4.51vw;
    margin: -13.33vw auto 7.92vw;
  }
  .philosophy-txt h2 {
    font-size: 3.5rem;
  }
  .philosophy-txt h2::after {
    bottom: -24px;
    width: 80px;
    height: 10px;
    border-radius: 5px;
  }
  .philosophy-txt p {
    font-size: clamp(1.7rem, calc(1.25vw * 0.8), calc(2.4rem * 0.8));
    margin-top: 2.75vw;
  }
}
@media only screen and (max-width: 1140px) {
  .philosophy-txt {
    width: calc(100% - 3.38vw);
    padding: 7.5vw 2.06vw 13.25vw;
    margin: -25vw auto 6.88vw;
  }
  .philosophy-txt h2 {
    font-size: calc(60 * 1px);
    font-size: calc(calc(100 / 800) * 60 * 1vw);
  }
  .philosophy-txt h2::after {
    bottom: -5.63vw;
    width: 10vw;
    height: 1.25vw;
    border-radius: 0.63vw;
  }
  .philosophy-txt p {
    font-size: calc(28 * 1px);
    font-size: calc(calc(100 / 800) * 28 * 1vw);
    line-height: 1.929;
    margin-top: 12.5vw;
  }
}

.content-detail4 span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-detail4 span::after {
  content: '';
  position: absolute;
  top: 0;
  background: #F2F2F2;
  z-index: -1;
}
@media screen and (min-width: 1141px) {
  .content-detail4 span {
    width: 100%;
    height: 540px;
    background: #F2F2F2;
  }
  .content-detail4 span::after {
    left: 50%;
    width: 100vw;
    height: 540px;
    transform: translate(-50%);
  }
}
@media only screen and (max-width: 1140px) {
  .content-detail4 {
    overflow-x: visible !important;
  }
  .content-detail4 span {
    height: 84.63vw;
  }
  .content-detail4 span::after {
    left: 50%;
    width: 100vw;
    height: 84.63vw;
    transform: translate(-50%);
  }
}

/*==================================================*
 *  [ Corporate Overview ]
 *==================================================*/
@media only screen and (max-width: 1140px) {
  .aboutus-wrap.corporate .content-ttl img {
    width: 100%;
  }
}
.aboutus-wrap.corporate h2 {
  position: relative;
  width: fit-content;
  color: #012148;
  line-height: 1.333;
}
@media screen and (min-width: 1141px) {
  .aboutus-wrap.corporate h2 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 1140px) {
  .aboutus-wrap.corporate h2 {
    font-size: calc(60 * 1px);
    font-size: calc(calc(100 / 800) * 60 * 1vw);
  }
}

.glance-wrap .glance-content {
  display: block;
  position: relative;
  width: 100%;
  color: #012148;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  z-index: +1;
}
.glance-wrap .glance-content .glance .grid {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.glance-wrap .glance-content .glance .grid h3 {
  font-weight: 700;
  text-align: center;
}
.glance-wrap .glance-content .glance .grid h3 span {
  display: block;
}
.glance-wrap .glance-content .glance .grid p {
  font-weight: 700;
}
@media screen and (min-width: 1141px) {
  .glance-wrap {
    max-width: calc(1460px * 0.8);
    padding: 0 1.04vw;
    margin: 0 auto 6.61vw;
  }
  .glance-wrap .glance-content {
    padding: 3.19vw 1.56vw 2.5vw;
    margin-top: -10.94vw;
  }
  .glance-wrap .glance-content h2 {
    font-weight: 900;
    padding-left: 1.46vw;
    margin-bottom: 3.47vw;
  }
  .glance-wrap .glance {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }
  .glance-wrap .glance div {
    border-top: 3px solid #707070;
    border-left: 3px solid #707070;
  }
  .glance-wrap .glance .grid {
    padding: 1.61vw 1.3vw;
  }
  .glance-wrap .glance .grid h3 {
    font-size: 3.0rem;
  }
  .glance-wrap .glance .grid h3 b {
    font-size: clamp(2.4rem, calc(1.56vw * 0.8), calc(3.0rem * 0.8));
    font-weight: 700;
  }
  .glance-wrap .glance .grid h3 span {
    font-size: clamp(1.6rem, calc(1.04vw * 0.8), calc(2.0rem * 0.8));
    font-weight: 500;
    line-height: 1.5;
  }
  .glance-wrap .glance .grid p {
    font-size: clamp(1.6rem, calc(1.25vw * 0.8), calc(2.4rem * 0.8));
  }
  .glance-wrap .glance .grid.item1 {
    grid-area: 1 / 1 / 3 / 4;
    border-left: none;
  }
  .glance-wrap .glance .grid.item1 h3 {
    margin-bottom: 2.24vw;
  }
  .glance-wrap .glance .grid.item2 {
    grid-area: 1 / 4 / 2 / 7;
  }
  .glance-wrap .glance .grid.item2 h3 {
    margin-bottom: 0.52vw;
  }
  .glance-wrap .glance .grid.item2 img {
    width: 85.0%;
    margin-bottom: 1.35vw;
  }
  .glance-wrap .glance .grid.item3 {
    grid-area: 2 / 4 / 3 / 7;
  }
  .glance-wrap .glance .grid.item3 h3 {
    margin-bottom: 1.56vw;
  }
  .glance-wrap .glance .grid.item3 img {
    width: 75.0%;
    margin-bottom: 0.57vw;
  }
  .glance-wrap .glance .grid.item4 {
    grid-area: 3 / 1 / 4 / 3;
    border-left: none;
  }
  .glance-wrap .glance .grid.item4 h3 {
    margin-bottom: 2.08vw;
  }
  .glance-wrap .glance .grid.item4 img {
    width: 75%;
  }
  .glance-wrap .glance .grid.item5 {
    grid-area: 3 / 3 / 4 / 5;
  }
  .glance-wrap .glance .grid.item5 h3 {
    margin-bottom: 2.08vw;
  }
  .glance-wrap .glance .grid.item5 img {
    width: 75%;
  }
  .glance-wrap .glance .grid.item6 {
    grid-area: 3 / 5 / 4 / 7;
  }
  .glance-wrap .glance .grid.item6 h3 {
    margin-bottom: 3.65vw;
  }
  .glance-wrap .glance .grid.item6 img {
    width: 75%;
  }
  .glance-wrap .glance .grid.item7 {
    grid-area: 4 / 1 / 5 / 3;
    border-left: none;
  }
  .glance-wrap .glance .grid.item7 h3 {
    margin-bottom: 1.64vw;
  }
  .glance-wrap .glance .grid.item7 img {
    width: 75%;
    margin-bottom: 1.04vw;
  }
  .glance-wrap .glance .grid.item8 {
    grid-area: 4 / 3 / 5 / 7;
    align-items: flex-start;
    position: relative;
  }
  .glance-wrap .glance .grid.item8 h3 {
    width: 50%;
    margin-bottom: 1.88vw;
  }
  .glance-wrap .glance .grid.item8 p {
    width: 55.8%;
  }
  .glance-wrap .glance .grid.item8::after {
    content: '';
    position: absolute;
    top: 1.88vw;
    right: 2.6vw;
    width: 90%;
    height: auto;
    aspect-ratio: 704 / 431;
    background: url("../img/corporate/img_008.png") center/contain no-repeat;
    z-index: -1;
  }
}
@media only screen and (max-width: 1140px) {
  .glance-wrap {
    padding: 0 1.69vw;
    margin-top: -25vw;
    margin-bottom: 18.25vw;
  }
  .glance-wrap .glance-content {
    padding: 7.61vw 2.06vw 8.62vw;
  }
  .glance-wrap .glance-content h2 {
    font-weight: 700;
    padding-left: 1.25vw;
    margin-bottom: 4.13vw;
  }
  .glance-wrap .glance-content .glance {
    width: 100%;
  }
  .glance-wrap .glance-content .glance .grid {
    border-top: 0.38vw solid #707070;
    padding: 5vw 0 4.38vw;
  }
  .glance-wrap .glance-content .glance .grid h3 {
    font-size: calc(50 * 1px);
    font-size: calc(calc(100 / 800) * 50 * 1vw);
  }
  .glance-wrap .glance-content .glance .grid h3 b {
    font-size: calc(40 * 1px);
    font-size: calc(calc(100 / 800) * 40 * 1vw);
    font-weight: 700;
  }
  .glance-wrap .glance-content .glance .grid h3 span {
    font-size: calc(28 * 1px);
    font-size: calc(calc(100 / 800) * 28 * 1vw);
    line-height: 1.071;
  }
  .glance-wrap .glance-content .glance .grid p {
    font-size: calc(28 * 1px);
    font-size: calc(calc(100 / 800) * 28 * 1vw);
  }
  .glance-wrap .glance-content .glance .grid.item1 h3 {
    margin-bottom: 5vw;
  }
  .glance-wrap .glance-content .glance .grid.item2 h3 {
    margin-bottom: 3.75vw;
  }
  .glance-wrap .glance-content .glance .grid.item2 img {
    width: 87.19%;
    margin-bottom: 3.88vw;
  }
  .glance-wrap .glance-content .glance .grid.item3 h3 {
    margin-bottom: 0.78vw;
  }
  .glance-wrap .glance-content .glance .grid.item3 img {
    width: 71.9%;
    margin-bottom: 3.88vw;
  }
  .glance-wrap .glance-content .glance .grid.item4 h3 {
    margin-bottom: 2.75vw;
  }
  .glance-wrap .glance-content .glance .grid.item4 img {
    width: 52.13%;
    margin-bottom: 2.5vw;
  }
  .glance-wrap .glance-content .glance .grid.item5 h3 {
    margin-bottom: 2.5vw;
  }
  .glance-wrap .glance-content .glance .grid.item5 img {
    width: 52.13%;
  }
  .glance-wrap .glance-content .glance .grid.item6 h3 {
    margin-bottom: 3.5vw;
  }
  .glance-wrap .glance-content .glance .grid.item6 img {
    width: 52.13%;
  }
  .glance-wrap .glance-content .glance .grid.item7 h3 {
    margin-bottom: 2.5vw;
  }
  .glance-wrap .glance-content .glance .grid.item7 img {
    width: 60%;
    margin-bottom: 2.5vw;
  }
  .glance-wrap .glance-content .glance .grid.item8 {
    border-bottom: 0.38vw solid #707070;
  }
  .glance-wrap .glance-content .glance .grid.item8 h3 {
    margin-bottom: 4.63vw;
  }
  .glance-wrap .glance-content .glance .grid.item8 img {
    width: 95%;
    margin-top: 2.5vw;
  }
}

.info-list {
  width: 100%;
}
.info-list table {
  width: 100%;
}
.info-list table th {
  color: #012148;
  font-weight: 700;
  text-align: left;
  background: #F2F2F2;
}
.info-list table td {
  font-weight: 500;
}
@media screen and (min-width: 1141px) {
  .info-list {
    max-width: calc(1460px * 0.8);
    padding: 0 1.04vw;
    margin: 0 auto;
  }
  .info-list h2 {
    font-weight: 900;
    margin-bottom: 3.18vw;
  }
  .info-list table {
    border-collapse: separate;
    border-spacing: 10px 7px;
  }
  .info-list table th {
    width: 16em;
    height: 50px;
    font-size: clamp(1.7rem, calc(1.15vw * 0.8), calc(2.2rem * 0.8));
    line-height: 2.182;
    padding: 1.41vw 2.08vw;
    vertical-align: top;
  }
  .info-list table td {
    font-size: clamp(1.7rem, calc(1.15vw * 0.8), calc(2.2rem * 0.8));
    line-height: 2.182;
    vertical-align: top;
    padding: 1.56vw 2.08vw;
  }
}
@media only screen and (max-width: 1140px) {
  .info-list {
    padding: 0 3.75vw;
  }
  .info-list h2 {
    font-weight: 700;
    margin-bottom: 8.0vw;
  }
  .info-list table th, .info-list table td {
    display: block;
    width: 100%;
  }
  .info-list table th {
    font-size: calc(28 * 1px);
    font-size: calc(calc(100 / 800) * 28 * 1vw);
    line-height: 1.714;
    padding: 3.44vw 3.75vw;
  }
  .info-list table td {
    font-size: calc(28 * 1px);
    font-size: calc(calc(100 / 800) * 28 * 1vw);
    line-height: 1.714;
    padding: 4.63vw 3.75vw 6.25vw;
  }
}

/*==================================================*
 *  [ Top Message ]
 *==================================================*/
.aboutus-wrap.message .message-txt {
  width: 100%;
}
@media screen and (min-width: 1141px) {
  .aboutus-wrap.message .message-txt {
    max-width: calc(1460px * 0.8);
    padding: 0 1.04vw;
    margin: 3.91vw auto 0;
  }
  .aboutus-wrap.message .message-txt p {
    font-size: clamp(1.7rem, calc(1.15vw * 0.8), calc(2.2rem * 0.8));
    line-height: 1.818;
    font-weight: 500;
  }
  .aboutus-wrap.message .message-txt p + p {
    text-align: right;
    margin-top: 3.23vw;
  }
}
@media only screen and (max-width: 1140px) {
  .aboutus-wrap.message .message-txt {
    padding: 0 3.75vw;
    margin-top: 6.63vw;
  }
  .aboutus-wrap.message .message-txt p {
    font-size: calc(28 * 1px);
    font-size: calc(calc(100 / 800) * 28 * 1vw);
    line-height: 1.714;
    font-weight: 500;
  }
  .aboutus-wrap.message .message-txt p + p {
    text-align: right;
    margin-top: 10.5vw;
  }
}

/*==================================================*
 *  [ Our History ]
 *==================================================*/
.history-list {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}
@media screen and (min-width: 1141px) {
  .history-list {
    max-width: calc(1460px * 0.8);
    padding: 0 1.04vw;
    margin: 4.64vw auto 0;
  }
}
@media only screen and (max-width: 1140px) {
  .history-list {
    padding: 0 3.75vw 0 7.5vw;
    margin-top: 11.13vw;
  }
}
@media screen and (min-width: 1141px) {
  .history-list section {
    display: flex;
  }
  .history-list section .history-year {
    width: 5em;
    color: #012148;
    font-size: clamp(5rem, calc(4.69vw * 0.6), calc(9.0rem * 0.6));
    font-weight: 700;
    line-height: 1.0;
  }
}
@media screen and (min-width: 1141px) and (min-width: 1441px) {
  .history-list section .history-year {
    font-size: clamp(5rem, calc(4.69vw * 0.8), calc(9.0rem * 0.8));
  }
}
@media screen and (min-width: 1141px) {
  .history-list section .history-month {
    flex: 1;
    position: relative;
    list-style: none;
    font-size: clamp(3rem, calc(3.13vw * 0.6), calc(6.0rem * 0.6));
    line-height: 1.0;
  }
}
@media screen and (min-width: 1141px) and (min-width: 1441px) {
  .history-list section .history-month {
    font-size: clamp(3rem, calc(3.13vw * 0.8), calc(6.0rem * 0.8));
  }
}
@media screen and (min-width: 1141px) {
  .history-list section .history-month li {
    position: relative;
    padding: 0 0 1.0em 1.5em;
    background: rgba(255, 255, 255, 0.5);
  }
  .history-list section .history-month li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: #707070;
    transform: translateX(-50%);
    content: "";
  }
  .history-list section .history-month li::after {
    position: absolute;
    top: min(4.5rem, 2.345vw);
    left: 0;
    width: 2.14vw;
    height: 2.14vw;
    border-radius: 50%;
    background: #00459A;
    transform: translate(-50%, -50%);
    content: "";
  }
  .history-list section .history-month b {
    display: block;
    color: #012148;
    font-size: clamp(3rem, calc(3.13vw * 0.6), calc(6.0rem * 0.6));
    font-weight: 700;
    line-height: min(9rem, 4.69vw);
  }
}
@media screen and (min-width: 1141px) and (min-width: 1441px) {
  .history-list section .history-month b {
    font-size: clamp(3rem, calc(3.13vw * 0.8), calc(6.0rem * 0.8));
  }
}
@media screen and (min-width: 1141px) {
  .history-list section .history-month p {
    font-size: clamp(1.7rem, calc(1.15vw * 0.8), calc(2.2rem * 0.8));
    font-weight: 500;
    line-height: 2.182;
  }
  .history-list section:first-child .history-month li:first-child::before {
    top: min(4.5rem, 2.345vw);
  }
  .history-list section:last-child .history-month li:last-child::before {
    height: min(4.5rem, 2.345vw);
  }
}
@media only screen and (max-width: 1140px) {
  .history-list section {
    display: block;
  }
  .history-list section .history-year {
    position: relative;
    width: 5em;
    color: #012148;
    font-size: calc(60 * 1px);
    font-size: calc(calc(100 / 800) * 60 * 1vw);
    font-weight: 700;
    line-height: 1.0;
    padding: 5vw 0 0.5em 1em;
  }
  .history-list section .history-year::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: #707070;
    transform: translateX(-50%);
    content: '';
  }
  .history-list section:first-child .history-year {
    padding-top: 0;
  }
  .history-list section:first-child .history-year::before {
    content: none;
  }
  .history-list section .history-month {
    flex: 1;
    position: relative;
    list-style: none;
    font-size: calc(60 * 1px);
    font-size: calc(calc(100 / 800) * 60 * 1vw);
    line-height: 1.0;
  }
  .history-list section .history-month li {
    position: relative;
    padding: 0 0 0.5em 1em;
    background: rgba(255, 255, 255, 0.5);
  }
  .history-list section .history-month li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: #707070;
    transform: translateX(-50%);
    content: "";
  }
  .history-list section .history-month li::after {
    position: absolute;
    top: min(3rem, 3.75vw);
    left: 0;
    width: 5.13vw;
    height: 5.13vw;
    border-radius: 50%;
    background: #00459A;
    transform: translate(-50%, -50%);
    content: "";
  }
  .history-list section .history-month b {
    display: block;
    color: #012148;
    font-size: calc(50 * 1px);
    font-size: calc(calc(100 / 800) * 50 * 1vw);
    font-weight: 700;
    line-height: min(6rem, 7.5vw);
  }
  .history-list section .history-month p {
    font-size: calc(28 * 1px);
    font-size: calc(calc(100 / 800) * 28 * 1vw);
    line-height: 1.714;
    margin-top: 2.75vw;
  }
  .history-list section:first-child .history-month li:first-child::before {
    top: min(3rem, 3.75vw);
  }
  .history-list section:last-child .history-month li:last-child::before {
    height: min(3rem, 3.75vw);
  }
}

/*==================================================*
 *  [ Global Network ]
 *==================================================*/
.aboutus-wrap.global-network {
  font-family: "Noto Sans JP", sans-serif;
}
.aboutus-wrap.global-network h2 {
  position: relative;
  color: #012148;
  font-weight: 700;
  line-height: 1.333;
  text-align: center;
  margin: 0 auto;
}
.aboutus-wrap.global-network h2::after {
  position: absolute;
  content: '';
  left: 50%;
  background: #012148;
  transform: translateX(-50%);
}
@media screen and (min-width: 1141px) {
  .aboutus-wrap.global-network h2 {
    width: fit-content;
    font-size: 3.5rem;
    margin-top: 5.21vw;
    margin-bottom: 7.55vw;
  }
  .aboutus-wrap.global-network h2::after {
    bottom: -24px;
    width: 80px;
    height: 10px;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 1140px) {
  .aboutus-wrap.global-network h2 {
    width: 80%;
    font-size: calc(60 * 1px);
    font-size: calc(calc(100 / 800) * 60 * 1vw);
    margin-bottom: 16.38vw;
  }
  .aboutus-wrap.global-network h2::after {
    bottom: -4.63vw;
    width: 10vw;
    height: 1.25vw;
    border-radius: 0.63vw;
  }
}

.country-list {
  width: 100%;
}
@media screen and (min-width: 1141px) {
  .country-list {
    max-width: calc(1460px * 0.8);
    padding: 0 1.04vw;
    margin: 4.64vw auto 0;
  }
}
@media only screen and (max-width: 1140px) {
  .country-list {
    margin-top: 10.25vw;
  }
}
.country-list .content-detail h4, .country-list .content-detail4 h4 {
  color: #012148;
  font-weight: 700;
}
@media screen and (min-width: 1141px) {
  .country-list .content-detail, .country-list .content-detail4 {
    flex-wrap: wrap;
    padding-top: 4.17vw;
  }
  .country-list .content-detail h3, .country-list .content-detail4 h3 {
    width: 100%;
  }
  .country-list .content-detail h4, .country-list .content-detail4 h4 {
    font-size: clamp(2rem, calc(1.35vw * 0.8), calc(2.6rem * 0.8));
    line-height: 1.846;
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 1140px) {
  .country-list .content-detail, .country-list .content-detail4 {
    margin-bottom: 8.75vw;
    padding-top: 9.63vw;
  }
  .country-list .content-detail h4, .country-list .content-detail4 h4 {
    font-size: calc(40 * 1px);
    font-size: calc(calc(100 / 800) * 40 * 1vw);
    line-height: 1.2;
    margin-top: 5.13vw !important;
  }
}
@media screen and (min-width: 1141px) {
  .country-list .content-detail4 > div p {
    font-weight: 500;
  }
}
@media only screen and (max-width: 1140px) {
  .country-list .content-detail4 > div {
    padding: 0;
  }
  .country-list .content-detail4 > div p {
    margin-top: 3.75vw;
  }
}
.country-list div + div {
  position: relative;
}
.country-list div + div::before {
  content: '';
  position: absolute;
  top: 0;
  background: #707070;
}
@media screen and (min-width: 1141px) {
  .country-list div + div::before {
    left: 0;
    width: 100%;
    height: 3px;
  }
}
@media only screen and (max-width: 1140px) {
  .country-list div + div::before {
    left: 3.75vw;
    width: calc(100% - (3.75vw * 2));
    height: 0.38vw;
  }
}
