/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
@media (max-width: 767px) {
  .mission .c-pagename__en {
    font-size: 62px;
    letter-spacing: 0.02em;
  }
}

.intro {
  background: #f4f4f4;
  padding: 112px 0 52px;
}

@media (max-width: 767px) {
  .intro {
    padding: 56px 0 30px;
  }
}

.intro__txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.14286em;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 767px) {
  .intro__txt {
    letter-spacing: 0.04em;
  }
}

.process {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  padding: 0 25px;
  position: relative;
  margin: 110px 0 120px;
}

.process::after {
  content: "";
  position: absolute;
  width: 84px;
  height: 51px;
  background: #c3002f;
  left: 50%;
  transform: translateX(-50%);
  bottom: -51px;
}

.process::before {
  content: "";
  position: absolute;
  border-top: 31px solid #c3002f;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80px;
}

@media only screen and (max-width: 1200px) {
  .process {
    padding: 0px;
  }
}

@media (max-width: 767px) {
  .process {
    flex-wrap: wrap;
    padding: 0px 5px;
  }
}

.process__cont {
  padding: 24px 23px;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .process__cont {
    padding: 16px;
  }
}

.process__phase {
  border: 1px solid #b4012c;
  width: 28%;
  background: #fff;
}

@media (max-width: 767px) {
  .process__phase {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .process__phase:first-child .process__txt:first-child::after {
    display: none;
  }
}

.process__phase:last-child .process__img {
  right: 42px;
  top: 102px;
  max-width: 220px;
}

@media only screen and (max-width: 1200px) {
  .process__phase:last-child .process__img {
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .process__phase:last-child .process__img {
    max-width: 200px;
    right: 50%;
  }
}

.process__phase:last-child .process__txt::after, .process__phase:last-child .process__txt::before {
  display: none;
}

@media (max-width: 767px) {
  .process__phase:last-child .process__txt::after {
    display: block;
    right: -14px;
    top: 32px;
    transform: rotate(-180deg);
  }
}

.process__phase:last-child .process__txt:last-child::after {
  display: none;
}

.process__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 0 51px;
  margin-right: 44px;
  width: calc(100% - 27% - 44px);
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .process__wrap {
    margin-right: 20px;
    padding: 0 20px;
    width: calc(100% - 27% - 20px);
  }
}

@media (max-width: 767px) {
  .process__wrap {
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 30px 0;
  }
}

.process__wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 80px);
  background: #f4f4f4;
  left: 0;
  top: -40px;
  z-index: -1;
}

@media (max-width: 767px) {
  .process__wrap::after {
    height: calc(100% + 30px);
    top: -30px;
  }
}

.process__wrap .process__phase {
  width: calc(50% - 22px);
}

@media only screen and (max-width: 1200px) {
  .process__wrap .process__phase {
    width: calc(50% - 12px);
  }
}

@media (max-width: 767px) {
  .process__wrap .process__phase {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
  }
  .process__wrap .process__phase::after, .process__wrap .process__phase::before {
    content: "";
    position: absolute;
    height: calc(100% + 20px);
    right: -32px;
    top: 144px;
    width: 48px;
    border: 1px solid #B4012C;
    border-width: 2px 2px 2px 0;
    z-index: 1;
  }
  .process__wrap .process__phase::before {
    right: auto;
    left: -32px;
    border-width: 2px 0px 2px 2px;
    top: calc(100% - 60px);
  }
}

.process__wrap .process__phase.red {
  position: relative;
}

@media (max-width: 767px) {
  .process__wrap .process__phase.red::after, .process__wrap .process__phase.red::before {
    top: 160px;
    height: calc(100% + 40px);
  }
}

@media (max-width: 767px) {
  .process__wrap .process__phase.red::before {
    top: calc(100% - 40px);
  }
}

.process__wrap .process__phase.red .process__ttl {
  background: #b4012c;
  color: #fff;
}

.process__wrap .process__phase.red .process__cont {
  background: #f0ccd4;
}

.process__wrap .process__phase.red .process__txt {
  color: #b4012c;
  background: #F4F4F4b3;
}

.process__wrap .process__phase.red .process__txt::after {
  right: -161px;
  display: block;
}

@media only screen and (max-width: 1200px) {
  .process__wrap .process__phase.red .process__txt::after {
    right: -112px;
  }
}

@media only screen and (max-width: 1000px) {
  .process__wrap .process__phase.red .process__txt::after {
    right: -88px;
  }
}

@media (max-width: 767px) {
  .process__wrap .process__phase.red .process__txt::after {
    right: -14px;
    top: 26px;
    transform: rotate(-180deg);
  }
}

.process__wrap .process__phase.red .process__txt::before {
  width: 161px;
  right: -161px;
  display: block;
}

@media only screen and (max-width: 1200px) {
  .process__wrap .process__phase.red .process__txt::before {
    width: 110px;
    right: -110px;
  }
}

@media only screen and (max-width: 1000px) {
  .process__wrap .process__phase.red .process__txt::before {
    right: -86px;
    width: 86px;
  }
}

@media (max-width: 767px) {
  .process__wrap .process__phase.red .process__txt::before {
    display: none;
  }
}

.process__wrap .process__phase.red .process__txt:last-child::after {
  right: 2px;
}

@media only screen and (max-width: 1200px) {
  .process__wrap .process__phase.red .process__txt:last-child::after {
    right: 6px;
  }
}

@media only screen and (max-width: 1000px) {
  .process__wrap .process__phase.red .process__txt:last-child::after {
    right: -1px;
  }
}

@media (max-width: 767px) {
  .process__wrap .process__phase.red .process__txt:last-child::after {
    transform: rotate(0);
    right: auto;
    left: -15px;
    top: auto;
    bottom: 14px;
  }
}

.process__wrap .process__phase.red .process__txt:last-child::before {
  right: -144px;
}

@media only screen and (max-width: 1200px) {
  .process__wrap .process__phase.red .process__txt:last-child::before {
    right: -90px;
  }
}

@media only screen and (max-width: 1000px) {
  .process__wrap .process__phase.red .process__txt:last-child::before {
    right: -75px;
  }
}

.process__wrap .process__phase.red .process__img {
  max-width: 270px;
  top: 86px;
  right: 20px;
}

@media only screen and (max-width: 1100px) {
  .process__wrap .process__phase.red .process__img {
    right: 12px;
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  .process__wrap .process__phase.red .process__img {
    max-width: 254px;
    right: 50%;
  }
}

.process__ttl {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.31818em;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #b4012c;
  height: 101px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #b4012c;
}

@media only screen and (max-width: 1000px) {
  .process__ttl {
    height: 80px;
  }
}

.process__ttl span {
  font-size: 19px;
}

.process__txt {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.58824em;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-family: ShinGoPro-Bold, sans-serif !important;
  padding: 10px;
  height: 103px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .process__txt {
    height: 96px;
  }
}

@media (max-width: 767px) {
  .process__txt {
    z-index: 1;
  }
}

.process__txt::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 18px;
  background: url(../../img/mission/ico_arw_red.svg) center/100% no-repeat;
  right: -110px;
  z-index: 1;
  bottom: calc(50% - 9px);
}

@media only screen and (max-width: 1200px) {
  .process__txt::after {
    right: -85px;
  }
}

@media only screen and (max-width: 900px) {
  .process__txt::after {
    right: -72px;
  }
}

.process__txt::before {
  content: "";
  position: absolute;
  background: #B4012C;
  width: 108px;
  height: 2px;
  right: -108px;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .process__txt::before {
    width: 84px;
    right: -84px;
  }
}

@media only screen and (max-width: 900px) {
  .process__txt::before {
    width: 70px;
    right: -70px;
  }
}

@media (max-width: 767px) {
  .process__txt::before {
    display: none;
  }
}

.process__txt:first-child {
  margin-bottom: 192px;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .process__txt:first-child {
    margin-bottom: 19.2vw;
  }
}

.process__txt:last-child::after {
  right: 2px;
  transform: rotate(-180deg);
}

@media (max-width: 767px) {
  .process__txt:last-child::after {
    right: auto;
    left: -15px;
    transform: rotate(0);
    bottom: 34px;
  }
}

.process__txt:last-child::before {
  right: -92px;
}

@media only screen and (max-width: 1200px) {
  .process__txt:last-child::before {
    right: -72px;
  }
}

@media only screen and (max-width: 900px) {
  .process__txt:last-child::before {
    right: -58px;
  }
}

.process__img {
  position: absolute;
  top: 108px;
  right: 36px;
  max-width: 224px;
  z-index: 2;
}

@media only screen and (max-width: 1100px) {
  .process__img {
    max-width: 208px;
  }
}

@media only screen and (max-width: 900px) {
  .process__img {
    max-width: 72%;
  }
}

@media (max-width: 767px) {
  .process__img {
    width: 100%;
    right: 50%;
    transform: translate(50%);
    max-width: 208px;
  }
}

.slogan {
  background: linear-gradient(#c3002f 0%, #880a29 100%);
  padding: 94px 0 98px;
}

@media (max-width: 767px) {
  .slogan {
    padding: 46px 0 48px;
  }
}

.slogan__txt {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2.04545em;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .slogan__txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.22222em;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
