/* Scss Document */
body {
  font-weight: 500;
}

main {
  letter-spacing: 0.05em;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}

.center {
  text-align: center;
}

.link_bottom {
  text-align: right;
  margin-top: 20px;
}
.link_bottom a {
  position: relative;
  display: inline-block;
  padding-left: 2.125em;
  transition: all 0.4s;
  color: #5E5E5E;
}
.link_bottom a::before {
  position: absolute;
  content: "";
  background: url(../../Contents/ImagesPkg/top_new/arrow_circle_right.svg) no-repeat center/contain;
  width: 1.5em;
  height: 1.5em;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.link_bottom a:hover {
  opacity: 0.7;
}
.link_bottom a:hover::before {
  transform: translateY(-50%) translateX(5px);
  opacity: 0.7;
}

.bc_wrap {
  margin-left: 33px;
  font-size: 10px;
}
.bc_wrap .breadcrumbs ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #5E5E5E;
  font-weight: 400;
}

.top_title {
  margin-bottom: 80px;
}
.top_title span {
  display: block;
}
.top_title .en {
  font-family: "Times New Roman", serif;
  color: #000;
  font-size: 50px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 400;
}
.top_title .ja {
  color: #BCBCBC;
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin-top: 0.5em;
}

.about_us {
  position: relative;
}
.about_us .inner {
  padding: 90px 0 125px;
}
.about_us .content_wrap {
    display: flex;
    align-items: center;
    gap: 75px;
  }
.about_us .content_wrap .content h2 {
  color: #000;
  line-height: 2;
  margin-bottom: 20px;
}
.about_us .content_wrap .content .text {
  line-height: 1.8;
  font-size: 14px;
  font-weight: 400;
  max-width: 330px;
}
.about_us .content_wrap .content .text .adjust {
  letter-spacing: 0;
}
.about_us .content_wrap .image {
  position: relative;
  width: 500px;
  padding-bottom: 45px;
}
.about_us .content_wrap .image::after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 45px;
  right: -90px;
  width: 100%;
  height: calc(100% - 45px);
  background: linear-gradient(240deg, #004C71 0%, #002638 100%);
}
.about_us .content_wrap .image img {
  position: relative;
  z-index: 2;
}

.detail {
  background: #F0F4F9;
}
.detail .detail_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 35px;
  column-gap: 35px;
  row-gap: 50px;
}
.detail .detail_list li h2 {
  color: #004C71;
  font-size: 20px;
  padding-left: 1.3em;
  position: relative;
  font-weight: 600;
}
.detail .detail_list li h2::before {
  position: absolute;
  content: "";
  width: 0.8em;
  height: 1px;
  background: #004C71;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-weight: 250;
}
.detail .detail_list li h2 + p {
  margin-top: 10px;
}
.detail .detail_list li p {
  font-weight: 400;
  line-height: 1.8;
  font-size: 14px;
  font-weight: 400;
  min-height: 5.4em;
}
.detail .detail_list li p .adjust {
  letter-spacing: 0;
}

.detail .detail_list li p + .image {
  margin-top: 30px;
}

.promise h2 {
  position: relative;
  font-size: 20px;
  color: #000;
  padding-left: 1.3em;
}
.promise h2::before {
  position: absolute;
  content: "";
  width: 0.8em;
  height: 1px;
  background: #000;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-weight: 250;
}
.promise h2 + p {
  margin-top: 10px;
}
.promise .intro {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.035em;
}
.promise .point_list {
  margin: 75px auto 0;
  width: 800px;
}
.promise .point_list .point {
  background: #f9f9f9;
  position: relative;
  padding: 50px 75px;
}
.promise .point_list .point::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #AD002D;
  width: 15px;
  height: 15px;
  border-radius: 0 0 15px 0;
}
.promise .point_list .point .heading {
  color: #AD002D;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  text-align: center;
  margin-bottom: 0.5em;
}
.promise .point_list .point h3 {
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}
.promise .point_list .point .text {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: -0.05em;
}
.promise .point_list .point .text .normal {
  letter-spacing: 0.05em;
}
.promise .point_list .point .notused_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 5px;
  width: 85%;
  margin: 0 auto;
}
.promise .point_list .point .notused_list li {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  border: solid 1px #e3e3e3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px 0;
  height: 65px;
}
.promise .point_list .point .notused_list li::after {
  position: absolute;
  content: "";
  background: #e3e3e3;
  width: 120%;
  height: 1px;
  transform: rotate(42deg);
}
.promise .point_list .point .notused_list li p {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 5px 0;
}
.promise .point_list .point .notused_list li p .small {
  display: inline-block;
  font-size: 8px;
  line-height: 1.5;
}
.promise .point_list .point .notused_list li p .adjust {
  letter-spacing: -0.1em;
}
.promise .point_list .point .notused_list + .text {
  margin-top: 20px;
}
.promise .point_list .point .text {
  font-size: 14px;
  line-height: 1.8;
}
.promise .point_list .point .text .note {
  font-size: 10px;
  letter-spacing: 0;
}
.promise .point_list .point .text + .notused {
  margin-top: 20px;
}
.promise .point_list .point .notused {
  position: relative;
  background: #fff;
  border-radius: 5px;
  border: solid 1px #e3e3e3;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 0;
  height: 65px;
  width: 500px;
  margin: 0 auto;
}
.promise .point_list .point .notused::after {
  position: absolute;
  content: "";
  background: #e3e3e3;
  width: 100%;
  height: 1px;
  transform: rotate(13deg);
}
.promise .point_list .point .notused p {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}
.promise .point_list .point .notused p span:not(.small) {
  display: inline-block;
  background: #fff;
  padding: 5px 0;
}
.promise .point_list .point .notused p .small {
  font-size: 10px;
}
.promise .point_list .point .notused + div {
  margin-top: 40px;
}
.promise .point_list .point .commitment h4 {
  position: relative;
  text-align: center;
  color: #004C71;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.promise .point_list .point .commitment h4::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #004C71;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.promise .point_list .point .commitment h4 span {
  display: inline-block;
  background: #f9f9f9;
  padding: 0 1.2em;
  position: relative;
  z-index: 1;
}
.promise .point_list .point .commitment .commitment_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.promise .point_list .point .commitment .commitment_list li {
  font-size: 14px;
  letter-spacing: 0;
  border-radius: 5px;
  height: 154px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.promise .point_list .point .commitment .commitment_list li p {
  color: #fff;
}
.promise .point_list .point .commitment .commitment_list li p span {
  font-weight: 400;
}
.promise .point_list .point .commitment .commitment_list li:first-child {
  background: linear-gradient(180deg, #989898 0%, #989898 100%), url(../../Contents/ImagesPkg/brand/commitment_01.png) no-repeat center/cover;
  background-blend-mode: multiply, normal;
  }
.promise .point_list .point .commitment .commitment_list li:nth-child(2) {
  background: linear-gradient(180deg, #989898 0%, #989898 100%), url(../../Contents/ImagesPkg/brand/commitment_02.png) no-repeat center/cover;
  background-blend-mode: multiply, normal;
}
.promise .point_list .point .commitment .commitment_list li:nth-child(3) {
  background: linear-gradient(180deg, #989898 0%, #989898 100%), url(../../Contents/ImagesPkg/brand/commitment_03.png) no-repeat center/cover;
  background-blend-mode: multiply, normal;
}
.promise .point_list .point .image + .text {
  margin-top: 20px;
}
.promise .point_list .point + li {
  margin-top: 40px;
}
/*# sourceMappingURL=brand_new.css.map */