@charset "UTF-8";
/* [ クレステック ] layout.css */
/*==================================================*
 *  [ 初期設定 ]
 *==================================================*/
html {
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth; /* ページ内スクロール不要なら削除 */
  scroll-padding-top: 150px;
}
@media only screen and (width <= 1024px) {
  html {
    scroll-padding-top: 80px;
  }
}

body {
  position: relative;
  width: 100%;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6em; /* Chrome対策でremにしない  */
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
  box-sizing: border-box;
}
body.is-fixed {
  overflow: hidden;
  height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.4s ease;
  cursor: pointer;
}
a::before, a::after {
  transition: all 0.4s ease;
}

p {
  font-size: 1.6rem;
  line-height: 1.8;
}

picture, img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

figure figcaption {
  margin-bottom: 1em;
}
figure figcaption > * {
  display: inline-block;
}
figure img + figcaption {
  margin-top: 0.6em;
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
}
table a {
  text-decoration: underline;
}
@media (hover: hover) {
  table a:hover {
    text-decoration: none;
  }
}

label {
  transition: all 0.4s ease;
  cursor: pointer;
}
label::before, label::after {
  transition: all 0.4s ease;
}
label * {
  transition: all 0.4s ease;
}

sup,
sub {
  position: relative;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
}

sup {
  top: -0.25em;
  padding-left: 0;
}

sub {
  top: 0.1ex;
  padding-left: 0.3em;
}

@media screen and (width >= 1025px) {
  .pcnone {
    display: none;
  }
  .spnone {
    display: inline;
  }
}
/* */
@media only screen and (width <= 1024px) {
  .pcnone {
    display: inline;
  }
  .spnone {
    display: none;
  }
}
/* */
/*==================================================*
 *  [ Header ]
 *==================================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  background: #fff;
  z-index: 5;
}
@media screen and (width >= 1025px) {
  .header {
    width: 96%;
    border-radius: 64px;
    box-shadow: 0 12px 15.4px rgba(56, 56, 56, 0.12);
    padding: 20.5px 39px;
    margin: 16px auto;
  }
}
@media only screen and (width <= 1024px) {
  .header {
    top: 0;
    width: 100%;
    height: 50px;
    padding-left: 16px;
  }
}

.header-logo {
  display: block;
  width: 164px;
  height: auto;
  aspect-ratio: 187/46;
}
.header-logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.header-logo a img {
  width: 100%;
  vertical-align: top;
}
@media (hover: hover) {
  .header-logo a:hover {
    opacity: 0.7;
  }
}
@media only screen and (width <= 1024px) {
  .header-logo {
    width: auto;
    height: 32px;
  }
}

.header-nav .subnavi .link-contact {
  display: block;
}
.header-nav .subnavi .link-contact b {
  position: relative;
  color: #3053F8;
  font-size: 1.6rem;
}
.header-nav .subnavi .link-contact b::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../img/icon_contact.svg") center/contain no-repeat;
  vertical-align: middle;
  margin-right: 0.344em;
}
@media (hover: hover) {
  .header-nav .subnavi .link-contact:hover {
    opacity: 0.7;
  }
}
.header-nav .subnavi .langnavi {
  display: flex;
  list-style: none;
}
.header-nav .subnavi .langnavi li {
  font-size: 1.6rem;
}
.header-nav .subnavi .langnavi li:first-child::after {
  content: "/";
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.header-nav .subnavi .langnavi li a {
  color: #A4A4A4;
}
@media (hover: hover) {
  .header-nav .subnavi .langnavi li a:hover {
    color: #333;
  }
}
.header-nav #globalnavi {
  list-style: none;
  display: flex;
}
.header-nav #globalnavi li a {
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: color 300ms;
}
@media (hover: hover) {
  .header-nav #globalnavi li a:hover {
    color: #3053F8;
  }
}
@media screen and (width >= 1025px) {
  .header-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    width: fit-content;
  }
  .header-nav .subnavi {
    display: flex;
    align-items: center;
    gap: 1.6rem;
  }
  .header-nav .subnavi .langnavi li span.none {
    display: none;
  }
  .header-nav #globalnavi {
    gap: min(24px, 1.67vw);
  }
  .header-nav #globalnavi li a {
    width: fit-content;
    font-size: 1.5rem;
    font-weight: 500;
  }
}
@media only screen and (width <= 1024px) {
  .header-nav {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100svh - 50px);
    background: #fff;
    padding: 40px max(20px, 5vw);
  }
  .header-nav .subnavi {
    align-self: center;
    width: fit-content;
    text-align: center;
  }
  .header-nav .subnavi .langnavi {
    margin-top: 24px;
  }
  .header-nav #globalnavi {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .header-nav #globalnavi li a {
    font-size: clamp(24px, 2.0833333333vw, 30px);
    font-weight: 700;
  }
}
@media only screen and (width <= 1024px) and (width <= 1024px) {
  .header-nav #globalnavi li a {
    line-height: 1.5;
  }
}
@media only screen and (width <= 1024px) {
  .header-nav.is-open {
    display: flex;
    justify-content: flex-end;
    flex-direction: column-reverse;
    gap: 48px;
  }
}

@media only screen and (width <= 1024px) {
  .header-spmenu {
    position: absolute;
    right: 5px;
    top: 50%;
    width: 45px;
    height: 45px;
    transform: translateY(-50%);
  }
  .header-spmenu button {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
  }
  .header-spmenu button > span {
    display: block;
    position: absolute;
    left: 8px;
    top: 22px;
    width: 22px;
    height: 1px;
    background: #000;
  }
  .header-spmenu button > span:nth-child(1) {
    transform: translateY(-6px);
    transition: transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header-spmenu button > span:nth-child(2) {
    transition: opacity 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header-spmenu button > span:nth-child(3) {
    transform: translateY(6px);
    transition: transform 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header-spmenu button.is-open > span:nth-child(1) {
    transform: rotate(45deg) translateY(0px);
  }
  .header-spmenu button.is-open > span:nth-child(2) {
    opacity: 0;
  }
  .header-spmenu button.is-open > span:nth-child(3) {
    transform: rotate(-45deg) translateY(0px);
  }
}
@media screen and (width >= 1025px) {
  .header-spmenu {
    display: none;
  }
}

@media only screen and (width <= 1024px) {
  .mega {
    display: none;
  }
}
.mega-overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: visibility 0ms 400ms, opacity 400ms linear;
  z-index: 1;
}

.mega-container {
  position: fixed;
  top: 122px;
  left: 2%;
  width: 96%;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 3px 7.1px rgba(56, 56, 56, 0.21);
  border-radius: 24px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: visibility 0ms 400ms, opacity 400ms linear;
  z-index: 3;
}
.mega-container::-webkit-scrollbar {
  width: 6px;
}
.mega-container::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.mega-section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0ms 400ms, opacity 400ms linear;
}

.mega-body {
  position: relative;
  display: block !important;
  padding-top: 40px;
  padding-bottom: 40px;
}
.mega-body .mega-close {
  position: absolute;
  top: 1em;
  right: 1em;
}

.mega-inner {
  display: flex;
  width: calc(100% - min(50px, 3.47vw) * 2);
  max-width: calc(1200px + min(50px, 3.47vw) * 2);
  max-height: calc(100vh - 220px);
  overflow-y: auto;
  padding-left: min(50px, 3.47vw);
  padding-right: min(50px, 3.47vw);
  margin-left: auto;
  margin-right: auto;
}
.mega-inner::-webkit-scrollbar {
  width: 8px;
}
.mega-inner::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #333), to(#333));
  background: linear-gradient(to bottom, #333 50%, #333);
  border-radius: 10px;
}
.mega-inner .mega-ttl {
  width: 30%;
  padding-right: min(40px, 2.78vw);
}
.mega-inner .mega-ttl .head-2 b::after {
  width: 1.111em;
  margin-left: 0;
}
.mega-inner .menulist-wrap {
  width: 70%;
  height: 100%;
  padding-left: min(40px, 2.78vw);
  border-left: 1px solid #E5E5E5;
}
.mega-inner .menulist-wrap .flex {
  flex-wrap: wrap;
  gap: min(40px, 2.78vw) min(80px, 5.56vw);
}
.mega-inner .menulist-wrap .ttl-sub {
  position: relative;
  width: 100%;
  padding-bottom: 12px;
  margin-top: 24px;
  margin-bottom: 28px;
}
.mega-inner .menulist-wrap .ttl-sub::before, .mega-inner .menulist-wrap .ttl-sub::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 4px;
}
.mega-inner .menulist-wrap .ttl-sub::before {
  width: 140px;
  background: #3053F8;
  z-index: 1;
}
.mega-inner .menulist-wrap .ttl-sub::after {
  width: 100%;
  background: #E5E5E5;
}
.mega-inner .menulist-wrap .ttl-sub .mega-subttl {
  color: #3053F8;
  font-size: 2.4rem;
  line-height: 1;
}
.mega-inner .menulist-wrap .menulist {
  width: calc((100% - min(80px, 5.56vw)) / 2);
}
.mega-inner .menulist-wrap .menulist .menulist-ttl {
  color: #3053F8;
  font-size: 1.8rem;
  margin-bottom: 24px;
}
.mega-inner .menulist-wrap .menulist .menulist-ttl.inter {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 0.667em;
}
.mega-inner .menulist-wrap .menulist .link-list {
  list-style: none;
}
.mega-inner .menulist-wrap .menulist .link-list li {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.067em;
}
.mega-inner .menulist-wrap .menulist .link-sublist {
  list-style: none;
  margin-top: 16px;
  padding-left: 14px;
}
.mega-inner .menulist-wrap .menulist .link-sublist li {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1.067em;
}
.mega-inner .menulist-wrap .menulist .link-sublist li a span, .mega-inner .menulist-wrap .menulist .link-sublist li a b {
  justify-content: flex-start;
  gap: min(10px, 0.69vw);
}
.mega-inner .menulist-wrap .menulist .link-sublist li a span::after, .mega-inner .menulist-wrap .menulist .link-sublist li a b::after {
  flex-shrink: 0;
  width: 6px;
  aspect-ratio: 2/3;
  background: #333;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/icon_chevron.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_chevron.svg);
}
@media (hover: hover) {
  .mega-inner .menulist-wrap .menulist .link-sublist li a:hover {
    opacity: 0.7;
  }
}
.mega-inner .menulist-wrap .menulist.full {
  width: 100%;
}
.mega-inner .menulist-wrap .menulist.full .link-list.flex {
  gap: 0 min(80px, 5.56vw);
}
.mega-inner .menulist-wrap .menulist.full .link-list.flex li {
  width: calc((100% - min(80px, 5.56vw)) / 2);
}

.mega-section.is-open {
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  visibility: visible;
  opacity: 1;
  transition: visibility 0ms, opacity 400ms linear;
}

.mega.is-open .mega-overlay,
.mega.is-open .mega-container {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: visibility 0ms, opacity 400ms linear;
}

/*==================================================*
 *  [ main ]
 *==================================================*/
@media screen and (width >= 1025px) {
  main {
    margin-top: 138px;
  }
}
@media only screen and (width <= 1024px) {
  main {
    margin-top: 50px;
  }
}

/*==================================================*
 *  [ ページ下部お問合せ ]
 *==================================================*/
.inquiry {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  background: linear-gradient(90deg, rgb(49, 83, 248) 10%, rgb(77, 84, 224) 49%, rgb(151, 71, 255) 99%);
  padding-top: 48px;
  padding-bottom: 48px;
}
.inquiry .inquiry-txtarea {
  color: #fff;
  text-align: center;
}
.inquiry .inquiry-txtarea .inquiry-ttl {
  font-family: "Inter", sans-serif !important;
  font-size: clamp(36px, 3.0555555556vw, 44px);
}
.inquiry .inquiry-txtarea .inquiry-txt {
  font-size: 1.4rem;
}
.inquiry a {
  display: block;
  width: fit-content;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 1.75em;
  padding: 1em 2.5em;
  transition: all 0.4s ease;
}
.inquiry a span::after {
  content: "";
  display: inline-block;
  width: 7.4px;
  aspect-ratio: 2/3;
  background: #fff;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/icon_chevron.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_chevron.svg);
  margin-left: 0.75em;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .inquiry a:hover {
    color: #3153F8;
    background: #fff;
  }
  .inquiry a:hover span::after {
    background-color: #3153F8;
  }
}

/*==================================================*
 *  [ Footer ]
 *==================================================*/
.footer {
  width: 100%;
}
.footer .fnav-wrap {
  background: #E8EAF2;
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer .fnav-wrap .fnav {
  gap: 40px min(100px, 6.94vw);
  width: 100%;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.footer .fnav-wrap .fnav .footer-logo {
  width: 13.2%;
}
.footer .fnav-wrap .fnav .footer-logo a {
  display: block;
  height: auto;
  margin-top: 24px;
  margin-bottom: 24px;
}
.footer .fnav-wrap .fnav .footer-logo a img {
  width: 100%;
}
.footer .fnav-wrap .fnav .footer-logo a:nth-of-type(1) {
  width: 100%;
  aspect-ratio: 187/46;
}
.footer .fnav-wrap .fnav .footer-logo a:nth-of-type(2) {
  width: 24px;
  aspect-ratio: 1/1;
}
.footer .fnav-wrap .fnav .footer-logo a:nth-of-type(2) img {
  width: 100%;
}
@media (hover: hover) {
  .footer .fnav-wrap .fnav .footer-logo a:hover {
    opacity: 0.7;
  }
}
.footer .fnav-wrap .fnav .fnav-list {
  width: calc(100% - (13.2% + min(100px, 6.94vw)));
}
.footer .fnav-wrap .fnav .fnav-list .fnav-item {
  width: 100%;
  margin-bottom: 40px;
}
.footer .fnav-wrap .fnav .fnav-list .fnav-item:last-child {
  margin-bottom: 0;
}
.footer .fnav-wrap .fnav .fnav-list .fnav-item .fnav-ttl {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1.067em;
}
@media (hover: hover) {
  .footer .fnav-wrap .fnav .fnav-list .fnav-item a.fnav-ttl:hover {
    color: #3053F8;
  }
}
.footer .fnav-wrap .fnav .fnav-list .fnav-item .fnav-subttl {
  font-size: 1.4rem;
  font-weight: 500;
  white-space: nowrap;
  margin-right: 1.714em;
}
.footer .fnav-wrap .fnav .fnav-list .fnav-item:has(.fnav-subttl) .fnav-link {
  padding-top: 0.2em;
}
.footer .fnav-wrap .fnav .fnav-list .fnav-item .flex {
  align-items: flex-start;
}
.footer .fnav-wrap .fnav .fnav-list .fnav-item .flex + .flex {
  margin-top: 16px;
}
.footer .fnav-wrap .fnav .fnav-list .fnav-link {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px 16px;
}
.footer .fnav-wrap .fnav .fnav-list .fnav-link li {
  width: fit-content;
  height: 100%;
  font-size: 1.3rem;
  padding-right: 1.231em;
  border-right: 1px solid #B4B4B4;
}
.footer .fnav-wrap .fnav .fnav-list .fnav-link li a {
  position: relative;
  display: block;
}
.footer .fnav-wrap .fnav .fnav-list .fnav-link li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.4s ease;
}
@media (hover: hover) {
  .footer .fnav-wrap .fnav .fnav-list .fnav-link li a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.footer .flink-area {
  background: #333;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer .flink-area .flink-wrap {
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.footer .flink-area .flink-wrap .flink-list {
  list-style: none;
  justify-content: center;
  gap: 12px 60px;
}
.footer .flink-area .flink-wrap .flink-list li {
  width: fit-content;
}
.footer .flink-area .flink-wrap .flink-list li a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}
.footer .flink-area .flink-wrap .flink-list li a img {
  vertical-align: bottom;
  margin-left: 1em;
}
@media (hover: hover) {
  .footer .flink-area .flink-wrap .flink-list li a:hover {
    opacity: 0.7;
  }
}
@media only screen and (width <= 1024px) {
  .footer .fnav-wrap {
    padding: 40px 20px;
  }
  .footer .fnav-wrap .fnav {
    flex-direction: column;
  }
  .footer .fnav-wrap .fnav .footer-logo {
    width: 100%;
  }
  .footer .fnav-wrap .fnav .footer-logo a:nth-of-type(1) {
    width: 164px;
  }
  .footer .fnav-wrap .fnav .fnav-list {
    width: 100%;
  }
  .footer .fnav-wrap .fnav .fnav-list .fnav-item .fnav-subttl {
    width: 100%;
    margin-right: 0;
  }
  .footer .fnav-wrap .fnav .fnav-list .fnav-item .flex {
    flex-direction: column;
  }
  .footer .flink-area {
    padding: 40px 20px;
  }
  .footer .flink-area .flink-wrap {
    align-items: flex-start;
  }
  .footer .flink-area .flink-wrap .flink-list {
    flex-direction: column;
  }
  .footer .flink-area .flink-wrap small {
    align-self: center;
  }
}