@charset "UTF-8";
/* Sass Document */
.l-main {
  padding-bottom: 24.8rem;
}
@media screen and (max-width: 767.98px) {
  .l-main {
    padding-bottom: 10rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	MV
* --------------------------------------------------------------------------------------------------*/
.p-mv {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 10rem);
  min-height: 70rem;
}
@media screen and (max-width: 767.98px) {
  .p-mv {
    height: calc(100svh - 6rem);
    min-height: 40rem;
  }
}
.p-mv .is-txt {
  opacity: 0;
  display: block;
  transform: translateY(6rem);
  transition: 0.6s transform, 0.6s opacity;
}
.p-mv .is-txt.is-show {
  opacity: 1;
  transform: translateY(0);
}

.p-mv__inner {
  width: calc(100% - 18rem);
  margin: 0 auto;
  height: 100vh;
}
@media screen and (max-width: 767.98px) {
  .p-mv__inner {
    margin: 0 2rem;
    height: auto;
    width: auto;
  }
}
.p-mv__inner picture {
  height: calc(100vh - 20rem);
  min-height: 60rem;
}
@media screen and (max-width: 767.98px) {
  .p-mv__inner picture {
    height: auto;
    min-height: inherit;
  }
}
.p-mv__inner img {
  width: 100%;
  height: 100%;
  -o-object-position: top right;
     object-position: top right;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  height: 100%;
  width: calc(100% - 18rem);
  padding: 0 7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .p-mv__content {
    padding: 0;
    height: 100%;
    width: auto;
  }
}
.p-mv__content .u-and {
  display: inline-block;
  padding-left: 5em;
}
@media screen and (max-width: 767.98px) {
  .p-mv__content .u-and {
    padding-left: 0;
  }
}

.p-mv__txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 4.4rem 6.9rem 4.4rem 0;
  margin-top: 5.9rem;
  opacity: 0;
  transform: translateX(-4rem);
  transition: 1s 1s transform, 1s 1s opacity;
}
.p-mv__txt.is-show {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 767.98px) {
  .p-mv__txt {
    background-color: rgba(12, 129, 160, 0.4);
    padding: 4.4rem 3rem;
    margin-top: 0;
    margin-bottom: 4rem;
    width: calc(100% - 2rem);
  }
}
.p-mv__txt p {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 767.98px) {
  .p-mv__txt p {
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    font-weight: 500;
  }
}
.p-mv__txt::before {
  content: "";
  position: absolute;
  right: 0;
  width: 10000px;
  background-color: rgba(255, 255, 255, 0.75);
  top: 0;
  height: 100%;
  box-shadow: 3px 3px 10px 1px rgb(184, 203, 214);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .p-mv__txt::before {
    display: none;
  }
}

.c-headint__ttl {
  font-size: 5.2rem;
  letter-spacing: 0;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .c-headint__ttl {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 3.2rem;
    margin-left: 3rem;
    margin-right: 3rem;
    font-weight: 700;
  }
}

@media screen and (min-width: 768px) {
  .c-headint__ttl {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
  }
}
.p-scroll {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  margin-top: 1.6rem;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.3s 1.6s opacity;
}
.p-scroll.is-show {
  opacity: 1;
}
@media screen and (max-width: 767.98px) {
  .p-scroll {
    display: none;
  }
}
.p-scroll p {
  margin-top: 1rem;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
}
.p-scroll .c-icn {
  width: 3rem;
  height: 5rem;
  border: 1px solid #223b4e;
  border-radius: 3.5rem;
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
.p-scroll .c-icn::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 100px;
  background-color: #223b4e;
  margin: 0 auto;
  -webkit-animation: scrollBall 2s infinite;
          animation: scrollBall 2s infinite;
}

@-webkit-keyframes scrollBall {
  0% {
    top: 0.5rem;
    opacity: 0;
  }
  10% {
    top: 0.5rem;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  90% {
    top: calc(100% - 1.5rem);
    opacity: 0;
  }
  100% {
    top: calc(100% - 1.5rem);
    opacity: 0;
  }
}

@keyframes scrollBall {
  0% {
    top: 0.5rem;
    opacity: 0;
  }
  10% {
    top: 0.5rem;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  90% {
    top: calc(100% - 1.5rem);
    opacity: 0;
  }
  100% {
    top: calc(100% - 1.5rem);
    opacity: 0;
  }
}
.p-catch {
  padding-top: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-catch {
    padding-top: 5rem;
  }
}

.c-catch-txt {
  font-size: 3.4rem;
  line-height: 2;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .c-catch-txt {
    font-size: 2.2rem;
    margin: 0 2rem;
    text-align: left;
    line-height: 1.6363636364;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}

.p-about {
  max-width: 84rem;
  margin: 0 auto 4.1rem;
}
@media screen and (max-width: 767.98px) {
  .p-about {
    margin-bottom: 0;
  }
}
.p-about .c-txt:first-of-type {
  margin-top: 7rem;
}
@media screen and (max-width: 767.98px) {
  .p-about .c-txt:first-of-type {
    margin-top: 3rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	サービス
* --------------------------------------------------------------------------------------------------*/
.p-service {
  padding-bottom: 17.6rem;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 36.5rem, rgb(238, 243, 246) 36.5rem, rgb(238, 243, 246) 100%);
}
@media screen and (max-width: 767.98px) {
  .p-service {
    padding-bottom: 6.3rem;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 14rem, rgb(238, 243, 246) 14rem, rgb(238, 243, 246) 100%);
  }
}
.p-service .c-txt {
  font-size: 2rem;
  line-height: 2.1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-service .c-txt {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.005em;
  }
}

.c-ttl-en {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
  margin-top: 7.6rem;
}
@media screen and (max-width: 767.98px) {
  .c-ttl-en {
    font-size: 2.4rem;
    margin-top: 3rem;
  }
}
.c-ttl-en + .c-txt {
  margin-top: 7.7rem;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .c-ttl-en + .c-txt {
    margin-top: 3.7rem;
  }
}

.p-service__list {
  display: flex;
  justify-content: space-between;
  margin-top: 8.1rem;
  padding: 0 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-service__list {
    display: block;
    margin-top: 3.8rem;
  }
}

.p-service__item {
  background-color: #fff;
  width: 48rem;
  padding: 2.4rem 3.2rem 3.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-service__item {
    width: 26rem;
    padding: 1.8rem 2.1rem 3.3rem;
    box-shadow: none !important;
  }
  .p-service__item + .p-service__item {
    margin-top: 3.2rem;
  }
}
.p-service__item .p-list {
  margin-top: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-service__item .p-list {
    margin-top: 2.2rem;
  }
}
.p-service__item .p-list li {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767.98px) {
  .p-service__item .p-list li {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
  }
}

.c-service__tll {
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .c-service__tll {
    font-size: 2rem;
    text-align: center;
  }
}

.c-mark {
  width: 16.4rem;
  height: 16.4rem;
  display: grid;
  place-content: center;
  background-color: #eef3f6;
  margin: 0 auto;
  border-radius: 1000px;
}
@media screen and (max-width: 767.98px) {
  .c-mark {
    margin-top: 1.6rem;
    width: 13rem;
    height: 13rem;
  }
}
.c-mark img {
  width: 7rem;
  height: auto;
}

/* ----------------------------------------------------------------------------------------------------
*	製品
* --------------------------------------------------------------------------------------------------*/
.p-product {
  padding-bottom: 18.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-product {
    padding-bottom: 7.4rem;
  }
}

.p-product__list {
  margin-top: 14.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-product__list {
    margin-top: 3.1rem;
  }
}

.p-product__item {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr;
  gap: 0px 0px;
  grid-template-areas: "ttl img" "link img";
}
@media screen and (max-width: 767.98px) {
  .p-product__item {
    display: block;
  }
}
.p-product__item + .p-product__item {
  margin-top: 11.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-product__item + .p-product__item {
    margin-top: 2.7rem;
  }
}

.p-product__ttl {
  grid-area: ttl;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-product__ttl {
    font-size: 2.4rem;
  }
}
.p-product__ttl .u-jp {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .p-product__ttl .u-jp {
    font-size: 1rem;
  }
}

.p-procuct__img-wrapper {
  grid-area: img;
  max-width: 76rem;
}
@media screen and (max-width: 767.98px) {
  .p-procuct__img-wrapper {
    margin-top: 2rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.p-product-link {
  grid-area: link;
  margin-top: 3.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-product-link {
    margin-top: 1.4rem;
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-product-link a {
  font-size: 1.6rem;
  letter-spacing: 0;
  height: 6.2rem;
  display: inline-flex;
  position: relative;
  padding-right: 8.9rem;
  align-items: center;
  text-decoration: none;
  color: currentColor;
}
@media screen and (max-width: 767.98px) {
  .p-product-link a {
    font-size: 1.2rem;
    height: 5rem;
    padding-right: 6rem;
  }
}
@media (any-hover: hover) {
  .p-product-link a:hover .cercle:before,
.p-product-link a:hover .cercle:after {
    height: 100%;
  }
  .p-product-link a:hover .cercle:before {
    transition: height 0.2s 0.2s linear;
  }
  .p-product-link a:hover .cercle:after {
    transition: height 0.2s linear;
  }
}

.cercle {
  display: inline-block;
  width: 6.2rem;
  height: 6.2rem;
  background-color: #e3e5e6;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .cercle {
    width: 5rem;
    height: 5rem;
  }
}
.cercle::before, .cercle::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 0;
  background-color: #1b649b;
  pointer-events: none;
}

.cercle:before {
  bottom: 0;
  left: 0;
}

.cercle:after {
  top: 0;
  right: 0;
}

.cercle-inner {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  background-color: #fff;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.cercle-inner::before {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1.2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/index/icn_arrow.png) no-repeat center center/100% 100%;
}

/* ----------------------------------------------------------------------------------------------------
*	実績
* --------------------------------------------------------------------------------------------------*/
.p-result .c-section__ttl {
  justify-content: center;
  padding-left: 0;
}
@media screen and (max-width: 767.98px) {
  .p-result .c-section__ttl {
    justify-content: flex-start;
  }
}

.p-result__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 7rem 0;
  margin-top: 10.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-result__list {
    display: block;
    margin-top: 4.1rem;
  }
}

.p-result__item {
  background-color: #fff;
  width: 52rem;
  padding: 4.2rem 4rem 5.2rem;
  background-repeat: no-repeat;
  background-position: bottom 3rem right 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-result__item {
    padding: 2rem 2.6rem;
    width: auto;
    background-position: bottom 2.8rem right 2rem;
  }
  .p-result__item + .p-result__item {
    margin-top: 4.1rem;
  }
}
.p-result__item.p-item01 {
  background-image: url(../img/index/bg_result01.png);
  background-size: 13.9rem 13.9rem;
}
@media screen and (max-width: 767.98px) {
  .p-result__item.p-item01 {
    background-size: 9rem 9rem;
  }
}
.p-result__item.p-item02 {
  background-image: url(../img/index/bg_result02.png);
  background-size: 14.2rem 14.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-result__item.p-item02 {
    background-size: 9.2rem 9.1rem;
  }
}
.p-result__item.p-item03 {
  background-image: url(../img/index/bg_result03.png);
  background-size: 15.6rem 15.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-result__item.p-item03 {
    background-size: 8.8rem 8.8rem;
  }
}
.p-result__item.p-item04 {
  background-image: url(../img/index/bg_result04.png);
  background-size: 13.5rem 13.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-result__item.p-item04 {
    background-size: 8.7rem 8.7rem;
  }
}

.c-result__ttl {
  font-size: 2.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
  .c-result__ttl {
    font-size: 1.8rem;
  }
}

.p-inner__list {
  margin-top: 3.3rem;
}
@media screen and (max-width: 767.98px) {
  .p-inner__list {
    margin-top: 1.7rem;
  }
}
.p-inner__list li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .p-inner__list li {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	開発経験
* --------------------------------------------------------------------------------------------------*/
.p-dx {
  padding-top: 18.6rem;
  padding-bottom: 16.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-dx {
    padding-top: 8.4rem;
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-dx .c-section__ttl {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    gap: 0.6rem 0px;
    grid-template-areas: "line en" ". jp";
  }
  .p-dx .c-section__ttl .u-en {
    grid-area: en;
    transform: translateY(300%);
  }
  .p-dx .c-section__ttl .u-line {
    grid-area: line;
  }
  .p-dx .c-section__ttl .u-jp {
    grid-area: jp;
    margin-top: 0.5rem;
  }
  .p-dx .c-section__ttl.is-animeOn .u-en {
    -webkit-animation: transY-3 1s forwards;
            animation: transY-3 1s forwards;
  }
}

@-webkit-keyframes transY-3 {
  0% {
    transform: translateY(300%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes transY-3 {
  0% {
    transform: translateY(300%);
  }
  100% {
    transform: translateY(0);
  }
}
.p-dx__list {
  background-color: #fff;
  width: 112rem;
  margin: 10.8rem auto 0;
  padding: 6.3rem 5rem 6.3rem 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-dx__list {
    width: auto;
    margin-top: 2.8rem;
    padding: 3.2rem 2.8rem 5rem;
  }
}
.p-dx__list > div {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .p-dx__list > div {
    display: block;
  }
}
.p-dx__list dt,
.p-dx__list dd {
  font-size: 1.8rem;
  line-height: 3;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .p-dx__list dt,
.p-dx__list dd {
    font-size: 1.6rem;
    line-height: 1.3125;
  }
}
.p-dx__list dt {
  width: 16.6rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .p-dx__list dt {
    width: auto;
    margin-top: 1.8rem;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767.98px) {
  .p-dx__list dd {
    margin-top: 0.4rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	
* --------------------------------------------------------------------------------------------------*/
.p-company {
  padding-bottom: 5.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-company {
    padding-bottom: 0;
  }
}
.p-company .p-definition > div:nth-last-child(-n+2) {
  border-bottom: 1px solid #c6d5de;
}
@media screen and (max-width: 767.98px) {
  .p-company .p-definition > div:nth-last-child(-n+2) {
    border-bottom: none;
  }
}

.p-map-link {
  margin-top: 0.9rem;
}
.p-map-link a {
  display: inline-flex;
  align-items: center;
  color: currentColor;
  text-decoration: none;
  gap: 0 0.5rem;
}
@media (any-hover) {
  .p-map-link a {
    transition: 0.3s;
  }
  .p-map-link a:hover {
    opacity: 0.7;
  }
}
.p-map-link i {
  width: 3.9rem;
  display: inline-block;
}

.p-definition {
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 8rem;
}
@media screen and (max-width: 767.98px) {
  .p-definition {
    margin-top: 3rem;
  }
}
.p-definition.l-col--2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .p-definition.l-col--2 {
    display: block;
  }
}
.p-definition.l-col--2 > div {
  width: 48%;
}
@media screen and (max-width: 767.98px) {
  .p-definition.l-col--2 > div {
    width: 100%;
  }
}
.p-definition.l-col--2 > div:nth-of-type(even) dt {
  padding-left: 8.9rem;
  min-width: 22.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-definition.l-col--2 > div:nth-of-type(even) dt {
    padding-left: 0;
    min-width: inherit;
  }
}
.p-definition > div {
  border-top: 1px solid #c6d5de;
  display: flex;
  align-items: center;
}
.p-definition > div:last-of-type {
  border-bottom: 1px solid #c6d5de !important;
}
.p-definition dt {
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
  padding-left: 5rem;
  min-width: 18.9rem;
  line-height: 1.7777777778;
  min-height: 12rem;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .p-definition dt {
    font-size: 1.5rem;
    display: block;
    min-height: inherit;
    width: 6em;
    min-width: inherit;
    padding: 1rem 0;
    text-align: left;
  }
}
.p-definition dd {
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
  line-height: 1.7777777778;
  min-height: 12rem;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .p-definition dd {
    font-size: 1.5rem;
    min-height: inherit;
    padding: 1rem 0;
  }
}
.p-definition dd a {
  color: currentColor;
  text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------
*	歴史
* --------------------------------------------------------------------------------------------------*/
.p-history {
  margin-top: 10rem;
}
.p-history dt {
  min-width: 27.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-history dt {
    min-width: inherit;
    width: 7em;
    flex-shrink: 0;
  }
}
/*# sourceMappingURL=index.css.map */