@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
.l-container {
  /* about */
  /* vision */
  /* value */
  /* culture */
  /* message */
  /* more */
}
.l-container .sec-about {
  position: relative;
}
.l-container .sec-about .about-line {
  position: absolute;
  bottom: 180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1440px;
  height: 284px;
  background: url("../../images/vision/about-line.svg") no-repeat center/1440px auto;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width:768px) {
  .l-container .sec-about .about-line {
    background: url("../../images/vision/about-line_sp.svg") no-repeat 0 0;
    background-size: 100% auto;
    width: 100%;
    height: 28.4615384615vw;
    bottom: 24.358974359vw;
  }
}
.l-container .sec-about .about-inner {
  padding: 120px 0 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  .l-container .sec-about .about-inner {
    padding: 15.3846153846vw 0 19.2307692308vw;
  }
}
.l-container .sec-about .about-lead {
  width: 44.2%;
  margin-left: 5.8%;
  padding-top: 105px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width:768px) {
  .l-container .sec-about .about-lead {
    width: 100%;
    padding: 0 7.6923076923vw 10.2564102564vw;
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.l-container .sec-about .about-lead p {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width:768px) {
  .l-container .sec-about .about-lead p {
    font-size: 3.8461538462vw;
  }
}
.l-container .sec-about .about-image {
  width: 44%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width:768px) {
  .l-container .sec-about .about-image {
    width: 89.7435897436vw;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.l-container .sec-vision {
  margin-bottom: 120px;
}
@media screen and (max-width:768px) {
  .l-container .sec-vision {
    margin-bottom: 20.5128205128vw;
    text-align: center;
  }
}
.l-container .sec-vision .vision-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-container .sec-vision .vision-ttl {
  width: 33%;
}
@media screen and (max-width:768px) {
  .l-container .sec-vision .vision-ttl {
    width: 100%;
    margin-bottom: 10.2564102564vw;
  }
}
.l-container .sec-vision .vision-lead {
  width: 67%;
}
@media screen and (max-width:768px) {
  .l-container .sec-vision .vision-lead {
    width: 100%;
  }
}
.l-container .sec-vision .vision-lead p {
  font-weight: 500;
  font-size: 4rem;
  line-height: 1.7;
  text-indent: -0.5em;
  padding-left: 0.5em;
}
@media screen and (max-width:768px) {
  .l-container .sec-vision .vision-lead p {
    font-size: 6.1538461538vw;
    letter-spacing: 0.05em;
    padding-left: 0;
    text-indent: 0;
  }
}
.l-container .sec-value {
  margin-bottom: 120px;
}
@media screen and (max-width:768px) {
  .l-container .sec-value {
    margin-bottom: 41.0256410256vw;
  }
}
.l-container .sec-value .value-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-container .sec-value .value-ttl {
  width: 33%;
}
@media screen and (max-width:768px) {
  .l-container .sec-value .value-ttl {
    width: 100%;
    margin-bottom: 10.2564102564vw;
    text-align: center;
  }
}
.l-container .sec-value .value-lead {
  width: 67%;
}
@media screen and (max-width:768px) {
  .l-container .sec-value .value-lead {
    width: 100%;
  }
}
.l-container .sec-value .value-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (max-width:768px) {
  .l-container .sec-value .value-item {
    margin-bottom: 5.1282051282vw;
  }
}
.l-container .sec-value .value-item:last-of-type {
  margin-bottom: 0;
}
.l-container .sec-value .value-item-icon {
  width: 100px;
}
@media screen and (max-width:768px) {
  .l-container .sec-value .value-item-icon {
    width: 15.3846153846vw;
    margin: 0 auto;
  }
}
.l-container .sec-value .value-item-txt {
  width: calc(100% - 100px);
  padding-left: 40px;
}
@media screen and (max-width:768px) {
  .l-container .sec-value .value-item-txt {
    width: 100%;
    padding-left: 0;
    margin-top: 2.5641025641vw;
  }
}
.l-container .sec-value .value-item-txt h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width:768px) {
  .l-container .sec-value .value-item-txt h4 {
    font-size: 6.1538461538vw;
    line-height: 1.5;
    margin-bottom: 2.5641025641vw;
    text-align: center;
  }
}
.l-container .sec-value .value-item-txt p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width:768px) {
  .l-container .sec-value .value-item-txt p {
    font-size: 3.8461538462vw;
    line-height: 2;
  }
}
.l-container .sec-value #value01 h4 {
  color: #6FBA2C;
}
.l-container .sec-value #value02 h4 {
  color: #E60012;
}
.l-container .sec-value #value03 h4 {
  color: #EB6D8E;
}
.l-container .sec-value #value04 h4 {
  color: #0054A7;
}
.l-container .sec-value #value05 h4 {
  color: #F6AB00;
}
.l-container .sec-culture {
  margin-bottom: 220px;
  position: relative;
}
@media screen and (max-width:768px) {
  .l-container .sec-culture {
    margin-bottom: 41.0256410256vw;
  }
}
.l-container .sec-culture .culture-line {
  position: absolute;
  top: -220px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1407px;
  height: 540px;
  background: url("../../images/vision/culture-line.svg") no-repeat center/1407px auto;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width:768px) {
  .l-container .sec-culture .culture-line {
    background: url("../../images/vision/culture-line_sp.svg") no-repeat 0 0;
    background-size: 100% auto;
    top: -29.2307692308vw;
    width: 100vw;
    height: 38.7179487179vw;
  }
}
@media screen and (max-width:768px) {
  .l-container .sec-culture .culture-ttl {
    margin-bottom: 5.1282051282vw;
  }
}
.l-container .sec-culture .culture-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width:768px) {
  .l-container .sec-culture .culture-item {
    margin-top: 10.2564102564vw;
  }
}
.l-container .sec-culture .culture-item-photo {
  width: 43%;
}
@media screen and (max-width:768px) {
  .l-container .sec-culture .culture-item-photo {
    width: 100%;
  }
}
.l-container .sec-culture .culture-item-photo a {
  display: block;
  overflow: hidden;
}
@media print, screen and (min-width:769px) {
  .l-container .sec-culture .culture-item-photo a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.l-container .sec-culture .culture-item-txt {
  width: 57%;
  padding-left: 80px;
}
@media screen and (max-width:768px) {
  .l-container .sec-culture .culture-item-txt {
    width: 100%;
    padding-left: 0;
    padding-top: 5.1282051282vw;
  }
}
.l-container .sec-culture .culture-item-txt h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .l-container .sec-culture .culture-item-txt h3 {
    font-size: 6.1538461538vw;
    margin-bottom: 5.1282051282vw;
  }
}
.l-container .sec-culture .culture-item-txt h3 span {
  display: block;
  font-family: "Marcellus", serif;
  font-size: 5rem;
  font-weight: normal;
  opacity: 0.1;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .l-container .sec-culture .culture-item-txt h3 span {
    font-size: 12.8205128205vw;
  }
}
.l-container .sec-culture .culture-item-txt p {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .l-container .sec-culture .culture-item-txt p {
    font-size: 3.8461538462vw;
    margin-bottom: 5.1282051282vw;
  }
}
.l-container .sec-culture .culture-item-txt .culture-item-btn .c-btn01--main {
  font-size: 1.8rem;
}
@media screen and (max-width:768px) {
  .l-container .sec-culture .culture-item-txt .culture-item-btn .c-btn01--main {
    font-size: 4.358974359vw;
  }
}
.l-container .sec-message {
  position: relative;
}
.l-container .sec-message .message-line-top {
  position: absolute;
  top: -110px;
  right: -525px;
  width: 860px;
  height: 540px;
  background: url("../../images/vision/message-line-top.svg") no-repeat center center;
  background-size: 100% auto;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width:768px) {
  .l-container .sec-message .message-line-top {
    top: -27.4358974359vw;
    right: 0;
    width: 72.5641025641vw;
    height: 54.358974359vw;
    background: url("../../images/vision/message-line-top_sp.svg") no-repeat center center;
    background-size: 100% auto;
  }
}
.l-container .sec-message .message-line-bottom {
  position: absolute;
  bottom: -186px;
  left: -507px;
  width: 900px;
  height: 454px;
  background: url("../../images/vision/message-line-bottom.svg") no-repeat center center;
  background-sie: 100% auto;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 1440px) {
  .l-container .sec-message .message-line-bottom {
    left: auto;
    right: 790px;
  }
}
@media screen and (max-width:768px) {
  .l-container .sec-message .message-line-bottom {
    bottom: -35.8974358974vw;
    left: 0;
    width: 68.4615384615vw;
    height: 70vw;
    background: url("../../images/vision/message-line-bottom_sp.svg") no-repeat center center;
    background-size: 100% auto;
  }
}
.l-container .sec-message .message-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.l-container .sec-message .message-ttl {
  width: 100%;
}
.l-container .sec-message .message-photo {
  width: 28.6%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
}
@media screen and (max-width:768px) {
  .l-container .sec-message .message-photo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 5.1282051282vw;
  }
}
@media screen and (max-width:768px) {
  .l-container .sec-message .message-photo picture {
    width: 41.0256410256vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.l-container .sec-message .message-photo .message-name {
  margin-top: 20px;
  font-weight: 600;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:768px) {
  .l-container .sec-message .message-photo .message-name {
    display: block;
    font-size: 3.5897435897vw;
    text-align: right;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    margin-right: 5.1282051282vw;
    width: 38.2051282051vw;
  }
}
.l-container .sec-message .message-photo .message-name img {
  width: 128px;
  margin-left: 24px;
}
@media screen and (max-width:768px) {
  .l-container .sec-message .message-photo .message-name img {
    width: 26.1538461538vw;
    margin-left: 0;
    margin-top: 2.5641025641vw;
  }
}
.l-container .sec-message .message-txt {
  width: 66%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width:768px) {
  .l-container .sec-message .message-txt {
    width: 100%;
    padding-left: 0;
  }
}
.l-container .sec-message .message-txt .message-subttl {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.5;
  margin-top: 70px;
}
@media screen and (max-width:768px) {
  .l-container .sec-message .message-txt .message-subttl {
    font-size: 6.1538461538vw;
    margin-top: 10.2564102564vw;
  }
}
.l-container .sec-message .message-txt p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 30px;
}
.l-container .sec-message .message-txt p span {
  margin-left: -0.5em;
}
@media screen and (max-width:768px) {
  .l-container .sec-message .message-txt p {
    font-size: 3.8461538462vw;
    line-height: 2;
    margin-top: 5.1282051282vw;
  }
}
.l-container .sec-more {
  margin-top: 250px;
  padding-bottom: 80px;
}
@media screen and (max-width:768px) {
  .l-container .sec-more {
    margin-top: 46.1538461538vw;
    padding-bottom: 0;
  }
}
@media print, screen and (min-width:769px) {
  .l-container .sec-more .more-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width:769px) {
  .l-container .sec-more .more-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 15px;
  }
}
@media screen and (max-width:768px) {
  .l-container .sec-more .more-link {
    margin-top: 7.6923076923vw;
    text-align: right;
  }
}
.l-container .sec-more .more-link .c-btn01--main {
  font-size: 1.8rem;
}
@media screen and (max-width:768px) {
  .l-container .sec-more .more-link .c-btn01--main {
    font-size: 4.6153846154vw;
  }
}
@media screen and (max-width:768px) {
  .l-container .sec-more .more-link .c-btn01 + .c-btn01 {
    margin-top: 3.8461538462vw;
  }
}