@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
:root {
  --animation-duration: 5s;
}

.aws .fv {
  width: 100%;
  background: url("../img/business/aws/fv-bg01.jpg");
  background-size: cover;
  position: relative;
  background-position: center center;
}
.aws .fv-contents {
  position: relative;
  min-height: 75vh;
}
@media (min-width: 768px) {
  .aws .fv-contents {
    min-height: 600px;
  }
}
.aws .fv-contents-catch {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 5;
  display: flex;
  align-items: center;
  padding: 15px;
  padding-top: 80px;
}
@media (min-width: 768px) {
  .aws .fv-contents-catch {
    position: absolute;
    width: 70%;
    padding: 15px;
    padding-top: 125px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .aws .fv-contents-catch {
    padding-left: calc((100% - var(--contents-max-width)) / 2 + 15px);
  }
}
.aws .fv-contents-catch .flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  border-radius: 15px;
  padding: 25px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .aws .fv-contents-catch .flex {
    gap: 15px;
    background: none;
    backdrop-filter: blur(0);
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    border: none;
  }
}
.aws .fv-contents-catch .img {
  max-width: 70%;
}
.aws .fv-contents-catch .img img {
  max-height: 60px;
  width: auto;
}
.aws .fv-contents-catch .title {
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
}
@media (min-width: 768px) {
  .aws .fv-contents-catch .title {
    padding-bottom: 30px;
    font-size: 40px;
    padding-bottom: 0;
  }
}
.aws .fv-contents-catch .title .color {
  color: #ff9900;
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.2));
}
.aws .fv-contents-catch .title .big {
  font-size: 1.4em;
}
.aws .fv-contents-catch .text {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.8;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .aws .fv-contents-catch .text {
    padding-bottom: 20px;
    font-size: 14px;
  }
}
.aws .fv-contents-catch .partner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .aws .fv-contents-catch .partner {
    font-size: 16px;
  }
}
.aws .fv-contents-catch .btnarea {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .aws .fv-contents-catch .btnarea {
    margin: 0;
    flex-direction: row;
  }
}
.aws .fv-contents-catch .btnarea .btn-capsul {
  padding: 20px 30px;
  padding-right: 50px;
  font-weight: bold;
  min-width: 250px;
  width: 100%;
}
@media (min-width: 768px) {
  .aws .fv-contents-catch .btnarea .btn-capsul {
    width: auto;
  }
}
.aws .fv:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .aws .fv:after {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    width: 70%;
    clip-path: polygon(0 0, 100% 0, calc(100% - 290px) 100%, 0% 100%);
  }
}
.aws .sv {
  background: url("../img/business/aws/sv-bg01.jpg");
  background-size: cover;
  position: relative;
}
.aws .sv-contents {
  padding: 50px 15px;
}
@media (min-width: 768px) {
  .aws .sv-contents {
    padding: 70px 15px;
  }
}
.aws .sv-contents-title {
  text-align: center;
  font-size: 18px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .aws .sv-contents-title {
    padding-bottom: 50px;
    font-size: 24px;
  }
}
.aws .sv-contents-first {
  padding: 15px 0;
  border-radius: 15px;
  width: 100%;
  max-width: var(--contents-max-width);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  /*&-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      background: url("../img/common/bg-noise.png");
      opacity: 0.75;
  }*/
}
@media (min-width: 768px) {
  .aws .sv-contents-first {
    margin-bottom: 30px;
    padding: 70px 50px;
  }
}
.aws .sv-contents-first .contents {
  position: relative;
  z-index: 3;
}
.aws .sv-contents-first .contents .flex {
  display: flex;
  flex-direction: row;
}
.aws .sv-contents-first .contents .flex .col {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  padding: 10px;
}
.aws .sv-contents-first .contents .flex .col:last-of-type {
  border-left: 1px solid var(--text-base-color);
}
.aws .sv-contents-first .contents .flex .col .en {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 120px;
  color: #000;
  opacity: 0.25;
  line-height: 0.75;
}
.aws .sv-contents-first .contents .flex .col .subtitle {
  font-size: 16px;
  font-weight: bold;
  color: var(--text-base-color);
}
@media (min-width: 768px) {
  .aws .sv-contents-first .contents .flex .col .subtitle {
    font-size: 24px;
  }
}
.aws .sv-contents-first .contents .flex .col .list {
  color: var(--text-base-color);
  line-height: 1.8;
  letter-spacing: -0.05em;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .aws .sv-contents-first .contents .flex .col .list {
    font-size: 16px;
  }
}
.aws .sv-contents-first .contents .flex .col .list-item {
  position: relative;
  padding-left: 1rem;
  font-size: 14px;
}
.aws .sv-contents-first .contents .flex .col .list-item:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.aws .sv-contents-first .contents .flex .col .icon {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-self: flex-end;
}
@media (min-width: 768px) {
  .aws .sv-contents-first .contents .flex .col .icon {
    flex-direction: row;
    gap: 15px;
  }
}
.aws .sv-contents-first .contents .flex .col .icon-list {
  color: var(--text-base-color);
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  font-size: 12px;
}
@media (min-width: 768px) {
  .aws .sv-contents-first .contents .flex .col .icon-list {
    font-size: 14px;
  }
}
.aws .sv-contents-first .contents .flex .col .icon-list-item {
  width: 40px;
}
.aws .sv-contents .suggestion {
  color: #fff;
  text-align: center;
  position: relative;
  height: 80px;
  width: 300px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
}
.aws .sv-contents .suggestion-triangle {
  width: 100%;
  height: 100%;
  background: url("../img/business/aws/suggestion-bg.svg") no-repeat center center;
}
.aws .sv-contents .suggestion-text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: white;
  font-size: 22px;
  white-space: nowrap;
  padding: 0 20px;
}
.aws .sv-contents .detail {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .aws .sv-contents .detail {
    flex-direction: row;
  }
}
.aws .sv-contents .detail-contents {
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #596d84;
  color: var(--navy);
}
@media (min-width: 768px) {
  .aws .sv-contents .detail-contents {
    border-top: none;
    border-left: 1px solid #596d84;
    padding: 15px;
    width: 33.3333333333%;
  }
}
.aws .sv-contents .detail-contents:first-of-type {
  border: none;
}
.aws .sv-contents .detail-contents .subtitle {
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 18px;
}
.aws .sv-contents .detail-contents .text {
  font-size: 14px;
  line-height: 1.8;
}/*# sourceMappingURL=aws.css.map */