@charset "UTF-8";
/* 変数の定義
--------------------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* 色のクラス
--------------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #000;
}

.blue {
  color: #2953ED;
}

.orange {
  color: #D56300;
}

/* フォントの定義
--------------------------------------------------*/
html,
body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
svg,
table,
tr,
th,
td,
a,
figure {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000;
}

body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
svg,
a,
table,
tr,
th,
td,
figure {
  font-size: 1.6rem;
}
@media screen and (max-width: 999px) {
  body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
svg,
a,
table,
tr,
th,
td,
figure {
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: 700;
  color: #000;
}

/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 共通
--------------------------------------------------*/
body {
  word-break: break-word;
}

a {
  transition-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
          animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
}

span {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

section {
  position: relative;
  z-index: 1;
}

span.word {
  display: inline-block;
}

/* 404
--------------------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
.lead {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .lead {
    margin-top: 20px;
  }
}

/* ---------- intro ---------- */
.awards-intro {
  margin: 100px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .awards-intro {
    margin: 60px 0 0;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .awards-intro .container {
    width: 90%;
    margin-inline: auto;
  }
}
.awards-intro .title-ja {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .awards-intro .title-ja {
    font-size: 2rem;
  }
}

/* ---------- 受賞・外部評価 ---------- */
.awards-evaluation {
  margin: 80px 0 100px;
}
@media screen and (max-width: 768px) {
  .awards-evaluation {
    margin: 60px 0;
  }
}
.awards-evaluation .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 14.2857vw);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .awards-evaluation .container {
    width: 90%;
  }
}
.awards-evaluation .evaluation-left {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .awards-evaluation .evaluation-left {
    width: 50%;
    margin: auto;
  }
}
.awards-evaluation .title-ja.top {
  color: #D56300;
}
.awards-evaluation .title-ja.bottom {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .awards-evaluation .title-ja.bottom {
    font-size: 2.1rem;
  }
}
.awards-evaluation .evaluation-right {
  width: calc(100% - 250px);
}
@media screen and (max-width: 768px) {
  .awards-evaluation .evaluation-right {
    width: 100%;
    margin-top: 30px;
  }
}

/* ---------- 受賞の背景 ---------- */
.awards-background {
  padding: 100px 0;
  background-color: #F5F6F9;
}
@media screen and (max-width: 768px) {
  .awards-background {
    padding: 60px 0;
  }
}
.awards-background .container {
  width: calc(100% - 28.57vw);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .awards-background .container {
    width: 90%;
  }
}
.awards-background .awards-background-list {
  background-color: white;
  padding: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .awards-background .awards-background-list {
    padding: 20px;
    margin-top: 20px;
  }
}
.awards-background .awards-background-list li {
  position: relative;
  font-size: 1.8rem;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .awards-background .awards-background-list li {
    font-size: 1.6rem;
  }
}
.awards-background .awards-background-list li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2953ED;
}
@media screen and (max-width: 768px) {
  .awards-background .awards-background-list li::before {
    top: 11px;
  }
}

/* ---------- Awards について・ブランドストーリー ---------- */
.awards-about .container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.awards-about .awards-about-left {
  padding: 100px 7.142vw;
  margin: auto;
  width: 50%;
  background-color: #041C2B;
}
@media screen and (max-width: 768px) {
  .awards-about .awards-about-left {
    padding: 60px 5%;
    width: 100%;
  }
}
.awards-about .awards-about-left .title-ja {
  color: white;
  font-size: 3.1rem;
}
@media screen and (max-width: 768px) {
  .awards-about .awards-about-left .title-ja {
    font-size: 2.6rem;
  }
}
.awards-about .awards-about-left .lead {
  color: white;
}
.awards-about .awards-about-left .awards-about-list {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .awards-about .awards-about-left .awards-about-list {
    margin-top: 20px;
  }
}
.awards-about .awards-about-left .awards-about-list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 1.428vw;
       column-gap: 1.428vw;
  row-gap: 5px;
  color: white;
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .awards-about .awards-about-left .awards-about-list li {
    flex-direction: column;
    font-size: 1.6rem;
  }
}
.awards-about .awards-about-left .awards-about-list li .tag {
  background-color: white;
  color: #041C2B;
  font-size: 1.6rem;
  text-align: center;
  width: 100px;
  min-width: 100px;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .awards-about .awards-about-left .awards-about-list li .tag {
    font-size: 1.4rem;
  }
}
.awards-about .awards-about-left .awards-about-list li .tag.en-tag {
  width: 150px;
  min-width: 150px;
}
.awards-about .awards-about-right {
  padding: 100px 7.142vw;
  margin: auto;
  width: 50%;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .awards-about .awards-about-right {
    padding: 60px 5%;
    width: 100%;
  }
}

/* ---------- 今後に向けて ---------- */
.awards-after {
  margin-top: -1px;
}
.awards-after .container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.awards-after .awards-after-left {
  width: 50%;
  padding: 80px 7.142vw;
  background-color: #F5F6F9;
}
@media screen and (max-width: 768px) {
  .awards-after .awards-after-left {
    width: 100%;
    padding: 60px 5%;
  }
}
.awards-after .awards-after-left .title-ja {
  color: #D56300;
}
.awards-after .awards-after-right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .awards-after .awards-after-right {
    width: 100%;
  }
}
.awards-after .awards-after-right img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=awards.css.map */