@charset "UTF-8";

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #181B39;
  background: #ffffff;
}

.l-wrapper {
  position: relative;
}

.l-inner {
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width:768px) {
  .l-inner {
    padding-inline: clamp(60px, 9.2972181552vw, 127px);
  }
}
@media screen and (min-width:1367px) {
  .l-inner {
    padding-inline: calc((100vw - 1112px) / 2);
  }
}

.l-page-inner {
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width:768px) {
  .l-page-inner {
    padding-inline: clamp(40px, 6.9166666667vw, 83px);
  }
}
@media screen and (min-width:1367px) {
  .l-page-inner {
    padding-inline: calc((100vw - 1200px) / 2);
  }
}

.l-page-inner-s {
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width:768px) {
  .l-page-inner-s {
    padding-left: clamp(40px, 6.9166666667vw, 83px);
    padding-right: clamp(40px, 5.25vw, 63px);
  }
}
@media screen and (min-width:1367px) {
  .l-page-inner-s {
    padding-left: calc(83px + (100vw - 1366px) / 2);
    padding-right: calc(63px + (100vw - 1366px) / 2);
  }
}

.c-link {
  display: block;
  color: inherit;
}

@media (any-hover: hover) {
  .c-link:hover {
    color: inherit;
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

.c-section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 10px;
}

.c-section__title-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-section__title-en {
  font-family: "Lato", sans-serif;
  font-size: clamp(24px, 3.90625vw, 40px);
  line-height: 1;
  letter-spacing: 0.8px;
  font-weight: 700;
  padding-bottom: 6px;
  position: relative;
}
.c-section__title-en::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../images/dash-line.svg) repeat center center/cover;
}

.c-section__title-ja {
  margin-top: 9px;
  padding-left: 22px;
  font-size: clamp(15px, 1.7578125vw, 18px);
  line-height: 1.4444444444;
  letter-spacing: 0.54px;
  font-weight: 700;
  position: relative;
}
.c-section__title-ja::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 14px;
  height: 10px;
  background: url(../images/icon-title.svg) no-repeat center center/contain;
}

.c-btn {
    width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 12px;
  padding-inline: clamp(20px, 3.2552083333vw, 25px);
  border: 1px solid #181B39;
  border-radius: 22px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn .text {
  padding-right: 30px;
  font-size: clamp(13px, 1.3671875vw, 14px);
  line-height: 1.4285714286;
  font-weight: 500;
  position: relative;
}
.c-btn .text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../images/icon-arrow-blue.svg) no-repeat center center/contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .c-btn:hover {
    opacity: 1;
    background: #181B39;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.c-head {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#056eb7), to(#21c3d4)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #056eb7 0%, #21c3d4 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 20px 20px;
  position: relative;
  overflow: hidden;
}

.c-title {
  padding-left: 20px;
  margin-top: clamp(40px, 8.9166666667vw, 107px);
  padding-bottom: clamp(90px, 15.6666666667vw, 188px);
  color: #ffffff;
}
@media screen and (min-width:768px) {
  .c-title {
    padding-left: clamp(40px, 10.6666666667vw, 128px);
  }
}

.c-title__en {
  font-family: "Lato", sans-serif;
  font-size: clamp(32px, 5.2083333333vw, 40px);
  line-height: 1;
  letter-spacing: 0.8px;
  font-weight: 500;
}

.c-title__ja {
  margin-top: 16px;
  padding-left: 22px;
  font-size: clamp(16px, 2.34375vw, 18px);
  line-height: 1.4444444444;
  letter-spacing: 0.54px;
  font-weight: 700;
  position: relative;
}
.c-title__ja::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 10px;
  background: url(../images/page-fv-icon.svg) no-repeat center center/contain;
}

.c-head__text {
  position: absolute;
  left: 58.345534407vw;
  bottom: clamp(-32px, -3.125vw, -16px);
  width: clamp(200px, 49.7803806735vw, 680px);
  aspect-ratio: 680/312;
}
.c-head__text.text-service01 {
  width: clamp(200px, 55.0512445095vw, 752px);
  aspect-ratio: 752/312;
}

.c-head__text.text-case {
  width: clamp(200px, 62.5183016105vw, 854px);
  aspect-ratio: 854/312;
}
.c-head__text.text-company {
  width: clamp(200px, 53.6603221083vw, 733px);
  aspect-ratio: 733/312;
}


.c-head__bg-l {
  position: absolute;
  top: 0;
  left: 0;
  width: max(120px, 42.7525622255vw);
  aspect-ratio: 584/624;
  pointer-events: none;
}

.c-head__bg-r {
  position: absolute;
  bottom: 0;
  right: 0;
  width: max(120px, 44.729136164vw);
  aspect-ratio: 611/396;
  pointer-events: none;
}

@media screen and (min-width:1024px) {
  .c-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
  }
}
.c-menu {
  font-family: "Noto Sans JP", sans-serif;
  padding: 20px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#1ca9cc), to(#a5e0e5)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #1ca9cc 0%, #a5e0e5 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px;
}
@media screen and (min-width:1024px) {
  .c-menu {
    position: sticky;
    max-width: 248px;
    width: 100%;
    height: 100%;
    top: 94px;
    z-index: 3;
  }
}
.c-menu .c-link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .c-menu .c-link:hover {
    opacity: 1;
  }
  .c-menu .c-link:hover .link-text {
    opacity: 1;
  }
  .c-menu .c-link:hover .link-text::after {
    opacity: 1;
  }
}
.c-menu .c-link.js-active {
  opacity: 1;
}
.c-menu .c-link.js-active .link-text {
  opacity: 1;
}
.c-menu .c-link.js-active .link-text::after {
  opacity: 1;
}
.c-menu__title {
  color: #ffffff;
  font-size: clamp(12px, 1.6927083333vw, 13px);
  line-height: 1.4615384615;
  letter-spacing: 0.65px;
  font-weight: 600;
}



.c-menu__wrap {
  margin-top: 20px;
}
@media screen and (min-width:768px) {
  .c-menu__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width:1024px) {
  .c-menu__wrap {
    display: block;
  }
}

.c-menu__link {
  padding-block: 16px;
  padding-left: 11px;
  background: #ffffff;
  border-radius: 5px;
  font-size: clamp(13px, 1.0248901903vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.7px;
  font-weight: 600;
  width: 100%;
  max-width: 220px;
  margin-inline: auto;
  color: #333333;
}
@media screen and (min-width:768px) {
  .c-menu__link {
    max-width: none;
    margin-inline: 0;
  }
}
.c-menu__link .link-text {
  font-size: clamp(13px, 1.0248901903vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.7px;
  font-weight: 600;
  margin-top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  margin-left: 16px;
  position: relative;
}
.c-menu__link .link-text::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -16px;
  width: 5px;
  height: 8px;
  background: url(../images/menu-arrow.svg) no-repeat center center/contain;
}
.c-menu__link .link-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #21C3D4;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-menu__link + .c-menu__link {
  margin-top: 8px;
}
@media screen and (min-width:768px) {
  .c-menu__link + .c-menu__link {
    margin-top: 0;
  }
}
@media screen and (min-width:1024px) {
  .c-menu__link + .c-menu__link {
    margin-top: 8px;
  }
}

.c-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media screen and (min-width:1024px) {
  .c-content {
    margin-left: clamp(60px, 6.2225475842vw, 85px);
  }
}

.c-breadcrumb__wrap {
  padding-top: 110px;
  margin-left: auto;
  margin-right: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 4;
}


.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 0.78px;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-breadcrumb a {
  color: inherit;
  padding: 0;
}
@media (any-hover: hover) {
  .c-breadcrumb a:hover {
    color: inherit;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.c-arrow {
  margin-left: 20.82px;
  margin-right: 15.6px;
  width: 6.62px;
  height: 7.57px;
  background: url(../images/breadcrumb-arrow.svg) no-repeat center center/cover;
}


.drawer__icon {
  position: fixed;
  z-index: 102;
  top: 10px;
  right: 20px;
  width: 72px;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 50%;
  gap: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width:1024px) {
  .drawer__icon {
    display: none;
  }
}

.drawer__icon.js-show {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
}
.drawer__icon.js-show .drawer__icon-bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drawer__icon.js-show .drawer__icon-bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.js-show .drawer__icon-bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drawer__icon-bar {
  width: 30px;
  height: 2px;
  background: #181B39;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #F8F8F8;
  overflow-y: scroll;
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
@media screen and (min-width:414px) {
  .drawer {
    width: 400px;
  }
}
.drawer .p-header__btn {
  display: block;
  width: 280px;
  padding-block: 12px;
  margin-inline: auto;
  position: relative;
  top: 0;
  left: 0;
}

.drawer.js-show {
  translate: 0;
}

.drawer__menu-list {
  margin-top: 150px;
  padding-inline: 50px;
  margin-bottom: 50px;
}
.drawer__menu-list .p-header__menu-link {
  color: #181B39;
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
}
.drawer__menu-list .c-link:nth-of-type(n + 2) {
  margin-top: 24px;
}

@media (any-hover: hover) {
  .drawer__menu-list .p-header__menu-link:hover {
    opacity: 0.7;
    color: #181B39;
  }
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width:100%;
}


.sp-hidden br {
  display: none;
}
@media screen and (min-width:768px) {
  .sp-hidden br {
    display: block;
  }
}

.sp-hidden--first br:first-of-type {
  display: none;
}
@media screen and (min-width:768px) {
  .sp-hidden--first br:first-of-type {
    display: block;
  }
}

.sp-hidden-xl br {
  display: none;
}
@media screen and (min-width:1024px) {
  .sp-hidden-xl br {
    display: block;
  }
}

@media screen and (min-width:768px) {
  .pc-hidden br {
    display: none;
  }
}

@media screen and (min-width:1024px) {
  .xl-hidden br {
    display: none;
  }
}

@media screen and (min-width:1200px) {
  .xxl-hidden br {
    display: none;
  }
}

.instaCont section {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.instaCont a {
  color: #181B39;
}

.instaCont article {
	width: 50%;
}

.instaCont section>article:nth-of-type(n + 3) {
	margin: 40px 0 0;
}

.instaCont .imgBx01 {
	position: relative;
	display: block;
	padding: 0 0 100% 0;
}

.instaCont .imgBx01:hover {
	opacity: 0.7;
}

.instaCont .imgBx01 img,
.instaCont .imgBx01 video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: auto;
	max-height: 100%;
	height: auto;
}

.instaCont .imgBx01>span {
	position: absolute;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.instaCont .imgBx01>img+span,
.instaCont .imgBx01>video+span {
	display: none;
}

.instaCont .webgene-item-main-video {
	display: block;
	width: auto;
	max-width: 100%;
}

.instaCont .webgene-item .dayTxt {
  font-size: 0.85em;
  margin-inline: 10px;
}

.instaCont .webgene-item .snsTit {
  font-size: 1em;
  font-weight: normal;
  margin-inline: 10px;
}

@media screen and (min-width:768px) {

	.instaCont article {
		width: 25%;
	}

	.instaCont section>article:nth-of-type(n + 2) {
		margin: 0;
	}

}

@media screen and (min-width:1200px) {

	.instaCont article {
		width: 25%;
	}

	.instaCont section>article:nth-of-type(n + 3) {
		margin: 0;
	}

}