p {
  font-size: 16px;
  line-height: 28px;
}

.pb-text {
  padding-bottom: 24px;
}

.who__indent {
  padding-left: 1.6em;
  text-indent: -1.6em;
}

.ttl-pt {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .ttl-pt {
    padding-top: 0;
  }
}

.whoweare__btn {
  background: transparent linear-gradient(87deg, #DB0022 0%, #FFCA76DE 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  display: table;
  position: relative;
  padding: 30px 40px;
  min-width: 21em;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.whoweare__btn:after {
  position: absolute;
  top: 50%;
  right: 2em;
  width: 0.5em;
  height: 0.5em;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}

.whoweare__btn:hover::after {
  right: 1.5em;
}

.whoweare__btn:hover {
  opacity: 0.6;
}

.whoweare__btn-white {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  display: table;
  position: relative;
  padding: 30px 40px;
  min-width: 21em;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #fff;
}

.whoweare__btn-white:after {
  position: absolute;
  top: 50%;
  right: 2em;
  width: 0.5em;
  height: 0.5em;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}

.whoweare__btn-white:hover::after {
  right: 1.5em;
}

.whoweare__btn-white:hover {
  background: #fff;
  color: #c7000a;
}

.subTtl-w {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  color: #fff;
  padding-bottom: 24px !important;
}

.section-ttl-w {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 54px;
  color: #fff;
  letter-spacing: 3px;
  padding-bottom: 32px;
}

.subTtl-r {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  color: #c7000a;
  padding-bottom: 24px !important;
}

.section-ttl-b {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 54px;
  color: #000;
  letter-spacing: 3px;
  padding-bottom: 32px;
}

.who__h4 {
  font-size: 24px;
  color: #fff;
  line-height: 49px;
  padding-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  p {
    font-size: 14px;
    line-height: 24.5px;
  }
  .subTtl-w {
    font-size: 20px;
    padding-bottom: 12px !important;
  }
  .section-ttl-w {
    font-size: 32px;
    letter-spacing: 2.5px;
    padding-bottom: 25px;
  }
  .subTtl-r {
    font-size: 20px;
    padding-bottom: 12px !important;
  }
  .section-ttl-b {
    font-size: 32px;
    letter-spacing: 2.5px;
    padding-bottom: 25px;
  }
  .who__h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 425px) {
  .whoweare__btn {
    width: 100%;
  }
  .whoweare__btn-white {
    width: 100%;
  }
}

.top {
  background-image: url("../../who_we_are/img/whoweare_bg_01.png");
  background-repeat: no-repeat;
  height: 707px;
  height: 680px;
  background-position: center top;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .top {
/*    background-position: 45%;*/
  }
}

@media screen and (max-width: 425px) {
  .top {
    height: 50vh;
    background-image: url("../../who_we_are/img/whoweare_bg_01-sp.png");
      background-position-y: 8%;
  }
}

.top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 707px;
  height: 680px;
  padding-top: 50px;
}

@media screen and (max-width: 425px) {
  .top .container {
    height: 50vh;
  }
}

@media screen and (max-width: 1024px) {
  .top__txtBOX {
    width: 312px;
    max-width: 100%;
  }
}

.top__txtBOX-ttl {
  font-size: 6.25em;
  letter-spacing: 10px;
  margin: 0;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  padding-bottom: 48px;
}

@media screen and (max-width: 1024px) {
  .top__txtBOX-ttl {
    font-size: 54px;
    letter-spacing: 3.5px;
    padding-bottom: 16px;
  }
}

.top__txtBOX p {
  font-size: 26px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  background: transparent linear-gradient(88deg, #E0314C 0%, #FFF2A8 100%) 0% 0% no-repeat padding-box;
  padding: 8px 24px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 1024px) {
  .top__txtBOX p {
    font-size: 16px;
    letter-spacing: 1.5px;
    text-align: center;
  }
}

.top .scroll {
  -webkit-writing-mode: inherit;
      -ms-writing-mode: inherit;
          writing-mode: inherit;
  top: inherit;
  bottom: 18%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.top .scroll span {
  -webkit-writing-mode: inherit;
      -ms-writing-mode: inherit;
          writing-mode: inherit;
  letter-spacing: 2px;
  position: absolute;
  right: 0;
  font-size: 18px;
}

.top .scroll .arrow {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.philosophy {
  background-image: url("../../who_we_are/img/whoweare_bg_02.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  padding-top: 132px;
  padding-bottom: 182px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .philosophy {
    background-position: 68%;
  }
}

@media screen and (max-width: 1024px) {
  .philosophy {
    padding-top: 56px;
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 700px) {
  .philosophy {
    background: transparent linear-gradient(255deg, #1151B99F 0%, #092B65 100%) 0% 0% no-repeat padding-box;
  }
}

.philosophy .container {
  max-width: 720px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .philosophy .container {
    padding: 0 16px;
  }
}

.philosophy__mainTxt {
  padding-bottom: 56px;
}

@media screen and (max-width: 1024px) {
  .philosophy__mainTxt {
    padding-bottom: 32px;
  }
}

.philosophy p {
  color: #fff;
  font-size: 1.25rem;
  line-height: 2;
  padding-bottom: 42px;
}

@media screen and (max-width: 1024px) {
  .philosophy p {
    padding-bottom: 0px;
    font-size: 16px;
  }
}

.philosophy .btn__more {
  margin: 56px auto 0;
  border: 1px solid #fff;
  color: #fff;
  padding: 30px 114px;
}

.philosophy .btn__more:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #c7000a;
}

.service {
  background-image: url("../../who_we_are/img/whoweare_bg_03.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .service {
    background-image: url("../../who_we_are/img/whoweare_bg_03-sp.png");
    padding-top: 24px;
  }
}

.service .container {
  max-width: 1440px;
  margin: auto;
  padding: 0 40px;
}

@media screen and (max-width: 1024px) {
  .service .container {
    padding: 0 16px;
  }
}

.service p {
  color: #fff;
  padding-bottom: 1em;
}

.service__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}

@media screen and (max-width: 1024px) {
  .service__box {
    display: block;
  }
}

.service__box-txt {
  width: 40%;
  padding-top: 40px;
}

@media screen and (max-width: 1024px) {
  .service__box-txt {
    width: 100%;
  }
}

.service__box-img {
  width: 50%;
}

.service__box-img-sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .service__box-img-sp {
    display: block;
    padding-bottom: 32px;
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .service__box-img-pc {
    display: none;
  }
}

.service__btn {
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .service__btn {
    margin-top: 46px;
    margin-left: auto;
    margin-right: auto;
  }
}

.highlights {
  background-image: url("../../who_we_are/img/whoweare_bg_04.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  padding-top: 96px;
  padding-bottom: 121px;
}

@media screen and (max-width: 1024px) {
  .highlights {
    background-image: none;
  }
}

@media screen and (max-width: 768px) {
  .highlights {
    padding-top: 80px;
    padding-bottom: 0;
  }
}

.highlights .container {
  max-width: 1440px;
  margin: auto;
  padding: 0 40px;
}

@media screen and (max-width: 1024px) {
  .highlights .container {
    padding: 0 16px;
  }
}

.highlights__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1599px) {
  .highlights__box {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
}

@media screen and (max-width: 768px) {
  .highlights__box {
    display: block;
  }
}

.highlights__box-txt {
  width: 48%;
}

@media screen and (max-width: 1599px) {
  .highlights__box-txt {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  .highlights__box-txt {
    width: 100%;
  }
}

.highlights__box-txt > p {
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .highlights__box-mainTxt {
    padding-top: 10%;
  }
}

@media screen and (max-width: 425px) {
  .highlights__box-mainTxt {
    padding-top: 30%;
  }
}

.highlights__box-img {
  width: 45%;
  padding-top: 100px;
  position: relative;
}

@media screen and (max-width: 1599px) {
  .highlights__box-img {
    margin: 0 0 0 100px;
  }
}

@media screen and (max-width: 768px) {
  .highlights__box-img {
    width: 100%;
    padding-top: 0;
    margin: 0;
  }
}

.highlights__box-img img {
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
}

.highlights__box-img-1 {
  position: absolute;
  top: 420px;
  right: -100px;
}

@media screen and (max-width: 1300px) {
  .highlights__box-img-1 {
    top: 360px;
    right: -80px;
  }
}

@media screen and (max-width: 1024px) {
  .highlights__box-img-1 {
    right: -40px;
  }
}

@media screen and (max-width: 768px) {
  .highlights__box-img-1 {
    width: 60%;
    top: 37%;
    right: -16px;
  }
}

@media screen and (max-width: 425px) {
  .highlights__box-img-1 {
    top: 70%;
  }
}

.highlights__box-img-2 {
  position: absolute;
  top: 590px;
  left: -50px;
}

@media screen and (max-width: 768px) {
  .highlights__box-img-2 {
    position: static;
    margin-top: 85px;
    width: 53%;
  }
}

.highlights__box-img-3 {
  position: absolute;
  top: 740px;
  right: 0;
}

@media screen and (max-width: 768px) {
  .highlights__box-img-3 {
    width: 70%;
    top: 86%;
    right: 0;
  }
}

.highlights__box-img-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .highlights__box-img-sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .highlights__box-img-pc {
    display: none;
  }
}

.highlights__history {
  padding-bottom: 49px;
}

.highlights__history li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8px;
}

.highlights__history li div:first-child p {
  font-weight: bold;
  font-size: 18px;
  padding-right: 16px;
}

.highlights__history li div:nth-child(2) p {
  position: relative;
  padding-left: 1em;
  padding-bottom: 16px;
  line-height: 28px;
}

.highlights__history li div:nth-child(2) p:before {
  content: '';
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  background: #bbbbbb;
  position: absolute;
  left: 0;
  top: 0.7em;
}

@media screen and (max-width: 425px) {
  .highlights__history li div:nth-child(2) p:before {
    top: 0.8em;
  }
}

.activity {
  padding-left: 63px;
}

@media screen and (max-width: 1024px) {
  .activity {
    padding-left: 0;
  }
}

.activity .container {
  max-width: 1440px;
  margin: auto;
  padding: 0 40px;
}

@media screen and (max-width: 1024px) {
  .activity .container {
    padding: 80px 16px;
  }
}

.activity__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .activity__box {
    display: block;
  }
}

.activity__box-txt {
  width: 40%;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 1024px) {
  .activity__box-txt {
    width: 100%;
  }
}

.activity__box-img {
  margin: 0px calc(50% - 48vw);
}

@media screen and (max-width: 1700px) {
  .activity__box-img {
    margin: 0px calc(50% - 50vw);
  }
}

@media screen and (max-width: 1700px) {
  .activity__box-img img {
    width: 90%;
  }
}

.activity__box-img-sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .activity__box-img-sp {
    display: block;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .activity__box-img-pc {
    display: none;
  }
}

.text-notes {
  padding-bottom: 12px;
}

.strengths {
  padding-top: 96px;
  padding-bottom: 104px;
  background-image: url("../../who_we_are/img/whoweare_bg_05.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .strengths {
    background-image: none;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.strengths .container {
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .strengths .container {
    padding: 0 16px;
  }
}

.strengths__txt1 {
  padding-bottom: 64px;
}

@media screen and (max-width: 1024px) {
  .strengths__txt1 {
    padding-bottom: 48px;
  }
}

.strengths__pointBox {
  width: calc(100% + 55px);
  padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .strengths__pointBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 52px;
  }
}

.strengths__pointBox img {
  padding-right: 40px;
}

@media screen and (max-width: 1024px) {
  .strengths__pointBox img {
    width: 48%;
    padding-bottom: 4%;
    padding-right: 0;
  }
}

.strengths__btn {
  margin: auto;
}

.strengths__text {
  padding-bottom: 55px;
}

@media screen and (max-width: 1024px) {
  .strengths__text {
    padding-bottom: 60px;
  }
}

.bottom {
  padding-top: 104px;
  padding-bottom: 96px;
  background-image: url("../../who_we_are/img/whoweare_bg_06.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .bottom {
    background: transparent linear-gradient(255deg, #1151B99F 0%, #092B65 100%) 0% 0% no-repeat padding-box;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.bottom .container {
  max-width: 1440px;
  margin: auto;
  padding: 0 40px;
}

@media screen and (max-width: 1024px) {
  .bottom .container {
    padding: 0 16px;
  }
}

.bottom__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
    /*align-items: flex-end;*/
}

@media screen and (max-width: 768px) {
  .bottom__box {
    display: block;
  }
}

.bottom__box-txt {
  width: 50%;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .bottom__box-txt {
    width: 100%;
  }
}

.bottom__box-txt-note {
  padding-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .bottom__box-txt-note {
    /* display: none; */
  }
}

.bottom__box-txt-item {
  padding-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .bottom__box-txt-item {
    padding-bottom: 24px;
  }
}

.bottom__box-img {
  width: 50%;
}

.bottom__box-img img {
  width: 100%;
}


.bottom__box-img-sp {
  display: none;
}

@media screen and (max-width: 768px){
    .bottom__box-img-sp {
  display: block;
    text-align: center;
        padding-bottom: 20px;
}
.bottom__box-img-sp img {
    width: 100%;
}
}

@media screen and (max-width: 768px) {
  .bottom__box-img-pc {
    display: none;
  }
}

.bottom__box-text {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .bottom__box-text {
    padding-bottom: 48px;
  }
}

.bottom__btn {
  margin-top: 56px;
}

@media screen and (max-width: 768px) {
  .bottom__btn {
  margin-top: 46px;
    }
}
/*# sourceMappingURL=whoweare.css.map */