@charset "UTF-8";
/* ::::::::::  経営理念  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* =========================================================
philosophy
========================================================= */
.philosophy .wrapper {
  max-width: 600px;
}
@media screen and (max-width: 1024px) {
  .philosophy .wrapper {
    max-width: 76%;
  }
}
.philosophy .btn {
  margin: 0;
}

.purpose .photoArea {
  width: 100%;
  height: 450px;
  background: url("../img/aboutus/pic_purpose01.jpg") no-repeat center/cover;
}
@media screen and (max-width: 1024px) {
  .purpose .photoArea {
    height: 260px;
  }
}
.purpose .wrapper {
  position: relative;
  z-index: 2;
}
.purpose .textArea {
  margin: 0 0 50px;
}
@media screen and (max-width: 1024px) {
  .purpose .textArea {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .purpose .textArea .secTitle .text_en {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 320px) {
  .purpose .textArea .secTitle .text_en {
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .purpose .textArea .secTitle .text_en {
    letter-spacing: 2.5px;
  }
}
.purpose .textArea .secTitle02 {
  width: 550px;
}
@media screen and (max-width: 1024px) {
  .purpose .textArea .secTitle02 {
    width: 100%;
  }
}
.purpose .textArea .secTitle02 .quote02 {
  right: 1.5em;
}
@media screen and (max-width: 1024px) {
  .purpose .textArea .secTitle02 .quote02 {
    right: 0;
    bottom: 1em;
  }
}
.purpose .figureArea {
  position: absolute;
  top: -32px;
  right: 0;
  max-width: 52%;
}
@media screen and (max-width: 1024px) {
  .purpose .figureArea {
    position: static;
    max-width: none;
    width: 100%;
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .purpose .figureArea img {
    width: 100%;
    height: auto;
  }
}
.purpose .development {
  width: 100%;
  margin: 50px 0 0;
}
@media screen and (max-width: 1024px) {
  .purpose .development {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .purpose .development .skewList {
    margin-top: 30px;
  }
}
.purpose .development .skewList li .skewInner {
  padding: 10px 72px 0;
}
@media screen and (max-width: 1024px) {
  .purpose .development .skewList li .skewInner {
    padding: 10px 41px 0;
  }
}
.purpose .development .skewList li img {
  margin: 0 0 10px;
}
@media screen and (max-width: 1024px) {
  .purpose .development .skewList li img {
    height: 48px;
    width: auto;
  }
}
.purpose .development .skewList li .title {
  color: #c8102e;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 10px;
}
@media screen and (max-width: 1024px) {
  .purpose .development .skewList li .title {
    font-size: 1.6rem;
  }
}
.purpose .development .skewList li .text {
  flex-grow: 1;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .purpose .development .skewList li .text {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .vision > .wrapper {
    padding-right: 15%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .vision > .wrapper {
    padding-right: 25%;
  }
}
.vision > .wrapper .secTitle02 {
  width: 550px;
  margin-bottom: -30px;
}
@media screen and (max-width: 1024px) {
  .vision > .wrapper .secTitle02 {
    width: 100%;
    margin-bottom: 0;
  }
}
.vision > .wrapper .secTitle02 .quote02 {
  right: auto;
  left: 6.125em;
}
@media screen and (max-width: 1024px) {
  .vision > .wrapper .secTitle02 .quote02 {
    left: auto;
    right: 0;
  }
}
.vision .belief .wrapper {
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .vision .belief .wrapper {
    padding-top: 285px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .vision .belief .wrapper {
    padding-top: 180px;
  }
}
.vision .belief .secTitle {
  margin-bottom: 20px;
}
.vision .belief .secTitle04 {
  position: absolute;
  top: -200px;
  right: calc((100% - 1020px) / 2);
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .vision .belief .secTitle04 {
    top: 70px;
    right: 0;
  }
}
.vision .belief .secTitle02 {
  color: #fff;
  font-size: 3rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .vision .belief .secTitle02 {
    max-width: 480px;
  }
}
@media screen and (max-width: 1024px) {
  .vision .belief .secTitle02 {
    font-size: 2.2rem;
  }
}
.vision .belief .secTitle02 .mincho {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .vision .belief .secTitle02 .mincho {
    line-height: 1.6;
  }
}
.vision .belief .pic01 {
  position: absolute;
  top: 10px;
  right: 16%;
}
@media screen and (max-width: 1024px) {
  .vision .belief .pic01 {
    width: 84px;
    height: auto;
    top: 120px;
    right: auto;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .vision .belief .pic01 {
    top: 90px;
  }
}
.vision .belief .beliefList {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .vision .belief .beliefList {
    display: block;
    margin-top: 20px;
  }
}
.vision .belief .beliefList li {
  padding: 0 24px;
  flex-grow: 1;
}
@media screen and (max-width: 1024px) {
  .vision .belief .beliefList li {
    padding: 20px 0;
  }
}
.vision .belief .beliefList li + li {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  .vision .belief .beliefList li + li {
    border-top: 1px solid #fff;
    border-left: none;
  }
}
.vision .belief .beliefList li:first-child {
  padding-left: 0;
}
.vision .belief .beliefList li:last-child {
  padding-right: 0;
}
.vision .belief .beliefList li .title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 5px;
}
.vision .belief .beliefList li .text {
  flex-grow: 1;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .vision .belief .beliefList li .text {
    font-size: 1.5rem;
  }
}
.vision .business .wrapper {
  position: relative;
}
.vision .business .titleWrap {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .vision .business .titleWrap {
    display: block;
  }
}
.vision .business .secTitle02 {
  width: 280px;
  margin: 0 0 0 50px;
}
@media screen and (max-width: 1024px) {
  .vision .business .secTitle02 {
    width: auto;
    margin: 0 1em 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .vision .business .secTitle02 {
    width: 250px;
  }
}
.vision .business .secTitle02 .quote02 {
  bottom: auto;
}
.vision .businessList {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
}
@media screen and (max-width: 1024px) {
  .vision .businessList {
    display: block;
    margin: 30px 0 0;
  }
}
.vision .businessList > li {
  display: flex;
  flex-direction: column;
  width: calc(33.3333333333% - 10px);
}
@media screen and (max-width: 1024px) {
  .vision .businessList > li {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .vision .businessList > li + li {
    margin: 30px 0 0;
  }
}
.vision .businessList > li .photo {
  margin: 0 0 20px;
}
.vision .businessList > li .photo img {
  width: 100%;
  height: auto;
}
.vision .businessList > li .label {
  display: flex;
  align-items: center;
  color: #c8102e;
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .vision .businessList > li .label {
    width: 100%;
    font-size: 1.3rem;
  }
}
.vision .businessList > li .label span {
  font-size: 1.1rem;
  background: #272727;
  color: #fff;
  font-weight: 500;
  width: 130px;
  line-height: 20px;
  text-align: center;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .vision .businessList > li .label span {
    font-size: 1.2rem;
  }
}
.vision .businessList > li .text {
  flex-grow: 1;
  font-size: 1.9rem;
  line-height: 1.8;
  font-weight: 600;
  margin: 20px 0 0;
}
@media screen and (max-width: 1024px) {
  .vision .businessList > li .text {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 320px) {
  .vision .businessList > li .text {
    font-size: 2rem;
  }
}
.vision .businessList > li .btnList {
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 0;
}
@media screen and (max-width: 320px) {
  .vision .businessList > li .btnList {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .vision .businessList > li .btnList {
    justify-content: unset;
  }
}
@media screen and (max-width: 1024px) {
  .vision .businessList > li .btnList li {
    width: auto;
  }
}
.vision .businessList > li .btnList li + li {
  margin-left: 15px;
}
@media screen and (max-width: 320px) {
  .vision .businessList > li .btnList li + li {
    margin-left: 0;
    margin-top: 10px;
  }
}
.vision .businessList > li .btnList li:first-child a {
  width: 167px;
}
@media screen and (max-width: 1024px) {
  .vision .businessList > li .btnList li:first-child a {
    width: auto;
  }
}
.vision .businessList > li .btnList li:last-child a {
  width: auto;
}
.vision .businessList > li .btnList a {
  white-space: nowrap;
}
.vision .businessList > li .btnList a .circle {
  margin-right: 15px;
}

.redBg {
  position: relative;
}
.redBg::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 870px 46vw;
  border-color: transparent #c8102e #c8102e transparent;
  z-index: 1;
}
@media (max-width: 1280px) {
  .redBg::before {
    border-width: 870px 33vw;
  }
}