@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
.breadcrumb {
  font-size: min(3.2vw, 1.2rem);
  font-weight: 500;
  color: #000;
}

/*==========================================
 FV
===========================================*/
.h1_hidden {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .sec-cts .ttl-block-wrap {
    text-align: center;
  }
}
.sec-cts .ttl-block-wrap .block-subttl {
  color: #9b9b9b;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: clamp(2rem, 2.5vw, 3rem);
}
@media screen and (max-width: 767px) {
  .sec-cts .ttl-block-wrap .block-subttl {
    font-size: clamp(1.8rem, 3.1290743155vw, 2.4rem);
  }
}
.sec-cts .ttl-block-wrap .block-ttl {
  color: #d12f18;
  font-size: clamp(2.4rem, 4vw, 4.8rem);
  line-height: clamp(3.2rem, 3vw, 3.6rem);
  letter-spacing: 0.06em;
  font-weight: 600;
  margin-bottom: clamp(2rem, 2.5vw, 3rem);
}
@media screen and (max-width: 767px) {
  .sec-cts .ttl-block-wrap .block-ttl {
    font-size: clamp(2.4rem, 6.258148631vw, 4.8rem);
    line-height: clamp(3.2rem, 4.6936114733vw, 3.6rem);
  }
}
.sec-cts .ttl-block-wrap .block-txt {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  line-height: clamp(3.2rem, 3vw, 3.6rem);
  letter-spacing: 0.06em;
  font-weight: 600;
  margin-bottom: clamp(2rem, 2.5vw, 3rem);
}
@media screen and (max-width: 767px) {
  .sec-cts .ttl-block-wrap .block-txt {
    font-size: clamp(1.6rem, 2.3468057366vw, 1.8rem);
    line-height: clamp(3.2rem, 4.6936114733vw, 3.6rem);
  }
}
.sec-cts .logo-block-wrap .item-logo {
  max-width: 330.4356px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sec-cts .logo-block-wrap .item-logo {
    width: 60%;
    margin-bottom: 60px;
    max-width: 40%;
    margin-inline: auto 12%;
    margin-top: -3em;
  }
}

/*==========================================
　CONCEPT
===========================================*/
.sec-concept {
  overflow-x: clip;
}
.sec-concept .concept-img {
  max-width: 100%;
  width: 90%;
  margin-inline: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-concept .concept-img {
    width: 55%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec-concept .concept-img {
    width: 82%;
    margin: 0 auto 0 2%;
  }
}
.sec-concept .concept-img svg {
  width: 100%;
  height: auto;
}
.sec-concept .concept-img svg .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
.sec-concept .concept-txtBlock {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  max-width: 656px;
  width: 60%;
  margin: -2em -3em 0 auto;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: min(5.6vw, 3.6rem);
}
@media screen and (max-width: 767px) {
  .sec-concept .concept-txtBlock {
    margin: 0;
    margin-inline: auto 0;
    max-width: 556px;
    display: inline-block;
    width: 100%;
  }
}
.sec-concept .concept-ttl {
  font-size: min(5.6vw, 3.6rem);
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 767px) {
  .sec-concept .concept-ttl {
    text-align: right;
    width: 85%;
    margin: 0 auto 0.7em;
  }
}
.sec-concept .concept-txt {
  font-size: min(3.6vw, 1.6rem);
  line-height: 2;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec-concept .concept-txt {
    margin: 0;
    display: inline-block;
    width: auto;
    margin-inline: auto 2em;
    display: flex;
    justify-content: flex-end;
  }
}
.sec-concept .btn-concept {
  margin-top: 2em;
  font-size: min(3.6vw, 1.6rem);
  text-align: center;
}
.sec-concept .btn-concept a {
  display: inline-block;
  border: 1px solid #4d4d4d;
  border-radius: 10px;
  color: #4d4d4d;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding: 1em 4em;
  position: relative;
}
.sec-concept .btn-concept a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  transform: rotate(-45deg);
  position: absolute;
  right: 1.5em;
  top: calc(50% - 0.25em);
  transition: 0.3s ease-in-out;
}
@media (hover: hover) {
  .sec-concept .btn-concept a:hover:hover {
    background: #4d4d4d;
    color: #fff;
  }
  .sec-concept .btn-concept a:hover:hover::after {
    border-color: #fff;
  }
}

/*==========================================
 bland-message
===========================================*/
.sec-message .cts-block:not(:first-of-type) {
  margin-top: 120px;
}
.sec-message .cts-blockwrap .flex-block {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec-message .cts-blockwrap .flex-block {
    justify-content: flex-start;
    flex-direction: column;
  }
}
.sec-message .cts-blockwrap .flex-block.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .sec-message .cts-blockwrap .flex-block.reverse {
    flex-direction: column;
  }
}
.sec-message .cts-blockwrap .flex-block.column {
  flex-direction: column;
}
.sec-message .cts-blockwrap .left-block {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sec-message .cts-blockwrap .left-block {
    width: 100%;
  }
}
.sec-message .cts-blockwrap .right-block {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sec-message .cts-blockwrap .right-block {
    width: 100%;
  }
}
.sec-message .value-block .flex-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec-message .value-block .flex-block {
    justify-content: flex-start;
    flex-direction: column;
  }
}
.sec-message .value-block .flex-block.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .sec-message .value-block .flex-block.reverse {
    flex-direction: column;
  }
}
.sec-message .value-block .left-block {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sec-message .value-block .left-block {
    width: 100%;
  }
}
.sec-message .value-block .right-block {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sec-message .value-block .right-block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sec-message .vision-block {
  background: url(../img/common/bg-gradW.jpg) no-repeat center/cover;
  background-size: 100% 100%;
  background-position: center;
  padding: 100px 0;
  color: #fff;
  text-align: center;
}
.sec-message .vision-block .pageTtl {
  text-align: center;
  font-size: min(15.3vw, 10rem);
  margin-bottom: 60px;
}
.sec-message .vision-block .block-txt {
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  line-height: clamp(3.2rem, 3.3333333333vw, 4rem);
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: clamp(2rem, 2.5vw, 3rem);
}
@media screen and (max-width: 767px) {
  .sec-message .vision-block .block-txt {
    font-size: clamp(1.6rem, 2.3468057366vw, 1.8rem);
    line-height: clamp(3.2rem, 5.2151238592vw, 4rem);
  }
}
.sec-message .vision-block .flex-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec-message .vision-block .flex-block {
    justify-content: flex-start;
    flex-direction: column;
  }
}
.sec-message .vision-block .flex-block.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .sec-message .vision-block .flex-block.reverse {
    flex-direction: column;
  }
}
.sec-message .vision-block .left-block {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec-message .vision-block .left-block {
    width: 100%;
  }
}
.sec-message .vision-block .right-block {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec-message .vision-block .right-block {
    width: 100%;
  }
}
.sec-message .vision-block .img-block-wrap {
  margin-bottom: 2em;
  max-width: 721.1298px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sec-message .vision-block .img-block-wrap {
    margin-bottom: 4em;
    max-width: 321.1298px;
    margin-inline: auto;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .sec-message .concept-block .cts-blockwrap {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .sec-message .concept-block .ttl-block-wrap {
    text-align: left;
  }
}
.sec-message .concept-block .concept-list {
  display: flex;
  flex-wrap: wrap;
}
.sec-message .concept-block .concept-list .list-item {
  width: 42%;
  padding: 0 4%;
  margin: 0 4%;
  border-left: 1px solid #dddddd;
}
@media screen and (min-width: 768px) {
  .sec-message .concept-block .concept-list .list-item {
    width: 42%;
  }
  .sec-message .concept-block .concept-list .list-item:nth-child(n+3) {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .sec-message .concept-block .concept-list .list-item {
    width: 92%;
    margin-bottom: 60px;
  }
}/*# sourceMappingURL=brand-message.css.map */