@charset "UTF-8";
/* p-mv
---------------------------------------------------------------------------- */
.p-mv {
  margin-top: 130px;
  padding: 0 40px;
  background: url(/assets/images/common/bg_mv_pc.png) no-repeat top 15px center/cover;
}

.p-mv-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
  padding-left: 220px;
  position: relative;
}

.p-mv-ttl-wrap {
  margin-top: 95px;
}

.p-mv-ttl-jn {
  font-size: 4.4rem;
  line-height: 1.5909090909;
  letter-spacing: 0.06em;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}

.p-mv-ttl-en {
  color: #0052C5;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 900;
  font-family: "CrimsonText";
}

@media screen and (max-width: 1630px) and (min-width: 768px) {
  .l-breadcrumbs {
    left: 60px;
  }
  .p-mv-inner {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1499px) and (min-width: 768px) {
  .p-mv-ttl-wrap {
    margin-top: 6.33vw;
  }
  .p-mv-img {
    width: 48vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-mv {
    margin-top: 10.156vw;
    padding: 0 3.125vw;
    background: url(/assets/images/common/bg_mv_pc.png) no-repeat top 1.17vw center/cover;
  }
  .p-mv-inner {
    padding-left: 3.9vw;
  }
  .p-mv-ttl-jn {
    font-size: 3.43vw;
  }
  .p-mv-ttl-en {
    font-size: 1.56vw;
  }
  .l-breadcrumbs {
    left: 3.9vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    margin-top: 18.6666666667vw;
    padding: 0 5.3333333333vw;
    background: url(/assets/images/common/bg_mv_sp.png) no-repeat top -4vw right/100%;
  }
  .p-mv-inner {
    display: block;
    padding-left: 0;
  }
  .p-mv-ttl-wrap {
    margin-top: 0;
    padding-top: 4vw;
  }
  .p-mv-ttl-jn {
    font-size: 7.7333333333vw;
  }
  .p-mv-ttl-en {
    font-size: 5.3333333333vw;
    line-height: 1.75;
  }
  .p-mv-img {
    margin-top: 4vw;
  }
}
/* p-company
---------------------------------------------------------------------------- */
.p-company {
  margin: 100px 0 0;
}

.p-company-inner {
  padding: 30px 0 100px;
  border-top: 0.5px solid #0052C5;
}

.p-company-list {
  margin: 30px auto 0;
  max-width: 847px;
  width: 100%;
}

.p-company-list-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.p-company-list-item-ttl {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 500;
  max-width: 195px;
  width: 100%;
  text-align: right;
  padding: 13px 40px 13px 0;
  position: relative;
}
.p-company-list-item-ttl::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  right: 0;
  top: 0;
  border-right: 1px dotted #E1E1E5;
}

.p-company-list-item-txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 400;
  padding: 13px 0 13px 40px;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-company {
    margin: 7.8vw 0 0;
  }
  .p-company-inner {
    padding: 2.34vw 0 7.8vw;
  }
  .p-company-list {
    margin: 2.34vw auto 0;
    max-width: 66.17vw;
  }
  .p-company-list-item-ttl {
    font-size: 1.25vw;
    max-width: 16vw;
    padding: 1vw 3.125vw 1vw 0;
  }
  .p-company-list-item-ttl::after {
    width: 0.156vw;
  }
  .p-company-list-item-txt {
    font-size: 1.25vw;
    padding: 1vw 0 1vw 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-company {
    margin: 13.3333333333vw 0 0;
  }
  .p-company-inner {
    padding: 4vw 0 13.3333333333vw;
    border-top: 0.1333333333vw solid #0052C5;
  }
  .p-company-list {
    margin: 5.3333333333vw auto 0;
  }
  .p-company-list-item {
    display: block;
    margin-bottom: 2.6666666667vw;
  }
  .p-company-list-item-ttl {
    font-size: 4.2666666667vw;
    max-width: 100%;
    text-align: left;
    padding: 2.1333333333vw 0;
    border-right: 0;
    border-bottom: 0.2666666667vw dotted #E1E1E5;
  }
  .p-company-list-item-ttl::after {
    display: none;
  }
  .p-company-list-item-txt {
    font-size: 4.2666666667vw;
    padding: 2.1333333333vw 0;
  }
}
/* p-history
---------------------------------------------------------------------------- */
.p-history-inner {
  padding: 30px 0 70px;
  border-top: 0.5px solid #0052C5;
}

.p-history-list {
  max-width: 970px;
  width: 100%;
  margin: 40px auto 0;
}

.p-history-list-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.p-history-list-item:last-child .p-history-list-item-year::after {
  height: 0;
}

.p-history-list-item-year {
  font-size: 2.6rem;
  line-height: 1.2307692308;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #BBD8FF;
  font-family: "CrimsonText";
  position: relative;
  width: 80px;
}
.p-history-list-item-year::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  right: 0;
  top: 20px;
  border-right: 1px dotted #0052C5;
}

.p-history-list-item-body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 30px;
}

.p-history-list-item-month {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-right: 15px;
  width: 60px;
  text-align: right;
  position: relative;
}
.p-history-list-item-month::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0052C5;
  left: -3px;
  top: 14px;
}

.p-history-list-item-txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 400;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-history-inner {
    padding: 2.34vw 0 5.46vw;
  }
  .p-history-list {
    max-width: 77.78vw;
    margin: 3.125vw auto 0;
  }
  .p-history-list-item-year {
    font-size: 2vw;
    width: 6.25vw;
  }
  .p-history-list-item-year::after {
    width: 0.156vw;
    top: 1.56vw;
  }
  .p-history-list-item-body {
    margin-bottom: 2.3vw;
  }
  .p-history-list-item-month {
    font-size: 1.25vw;
    margin-right: 1.17vw;
    width: 4.6875vw;
  }
  .p-history-list-item-month::before {
    width: 0.46vw;
    height: 0.46vw;
    left: -0.234vw;
    top: 1.09vw;
  }
  .p-history-list-item-txt {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .p-history-inner {
    padding: 4vw 0 5.3333333333vw;
    border-top: 0.1333333333vw solid #0052C5;
  }
  .p-history-list {
    margin: 5.3333333333vw auto 0;
    padding-left: 6.6666666667vw;
    position: relative;
  }
  .p-history-list::after {
    position: absolute;
    content: "";
    height: 91%;
    width: 0.5333333333vw;
    left: 0;
    top: 4.2666666667vw;
    border-right: 0.2666666667vw dotted #0052C5;
  }
  .p-history-list-item {
    display: block;
  }
  .p-history-list-item-year {
    font-size: 6.9333333333vw;
    margin-right: 0;
    margin-bottom: 2.6666666667vw;
    width: 100%;
  }
  .p-history-list-item-year::after {
    display: none;
  }
  .p-history-list-item-year::before {
    position: absolute;
    content: "";
    width: 1.6vw;
    height: 1.6vw;
    border-radius: 50%;
    background: #0052C5;
    left: -6.6666666667vw;
    top: 4vw;
  }
  .p-history-list-item-body {
    margin-bottom: 8vw;
  }
  .p-history-list-item-body-wrap .p-history-list-item-body:not(:last-child) {
    margin-bottom: 0;
  }
  .p-history-list-item-month {
    font-size: 4.2666666667vw;
    margin-right: 5.3333333333vw;
    width: auto;
    text-align: left;
    white-space: nowrap;
  }
  .p-history-list-item-month::before {
    display: none;
  }
  .p-history-list-item-txt {
    font-size: 4.2666666667vw;
  }
}
/* p-ideology
---------------------------------------------------------------------------- */
.p-ideology-inner {
  padding: 30px 0 110px;
  border-top: 0.5px solid #0052C5;
}

.p-ideology-catch {
  font-size: 2.2rem;
  line-height: 2.3636363636;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}
.p-ideology-catch span {
  font-size: 2.8rem;
  line-height: 1.8571428571;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #0052C5;
}

.p-ideology-list-item {
  background: #F2F7FF;
  padding: 30px 60px;
  position: relative;
  margin-top: 40px;
  max-width: 1080px;
  width: 100%;
}
.p-ideology-list-item:nth-child(odd) {
  margin-left: 40px;
}
.p-ideology-list-item:nth-child(even) {
  margin-left: 80px;
}

.p-ideology-list-item-num {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: #0052C5;
  position: absolute;
  top: -15px;
  left: 20px;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}

.p-ideology-list-item-ttl {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.p-ideology-list-item-txt {
  font-size: 1.5rem;
  line-height: 2.1333333333;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: 14px;
}

.p-feature-wrap {
  padding: 55px 0 0;
}

.p-feature-mh {
  font-size: 2.2rem;
  line-height: 1.4545454545;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}
.p-feature-mh span {
  position: relative;
  display: inline-block;
}
.p-feature-mh span::before {
  position: absolute;
  content: "";
  width: 73px;
  height: 1px;
  background: #2A2A2A;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -100px;
}
.p-feature-mh span::after {
  position: absolute;
  content: "";
  width: 73px;
  height: 1px;
  background: #2A2A2A;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -100px;
}

.p-feature-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px auto 0;
  width: 1000px;
}

.p-feature-list-item {
  padding: 33px 25px 33px 45px;
  position: relative;
  width: 350px;
}
.p-feature-list-item:nth-child(3) {
  margin-left: 200px;
}
.p-feature-list-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 155px;
  height: 155px;
  background: url(/assets/images/about/img_feature_circle.png) no-repeat center center/100%;
  z-index: -1;
}

.p-feature-list-item-ttl {
  font-size: 1.8rem;
  line-height: 1.6111111111;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #0052C5;
}

.p-feature-list-item-txt {
  font-size: 1.4rem;
  line-height: 2.0714285714;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: 5px;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-ideology-inner {
    padding: 2.34vw 0 8.59vw;
  }
  .p-ideology-catch {
    font-size: 1.71vw;
    margin-top: 1.56vw;
  }
  .p-ideology-catch span {
    font-size: 2.18vw;
  }
  .p-ideology-list-item {
    padding: 2.34vw 4.68vw;
    margin-top: 3.125vw;
    max-width: 84.37vw;
  }
  .p-ideology-list-item-num {
    font-size: 2.34vw;
    top: -1.17vw;
    left: 1.56vw;
  }
  .p-ideology-list-item-ttl {
    font-size: 1.4vw;
  }
  .p-ideology-list-item-txt {
    font-size: 1.25vw;
    margin-top: 1.09vw;
  }
  .p-feature-wrap {
    padding: 4.29vw 0 0;
  }
  .p-feature-mh {
    font-size: 1.71vw;
  }
  .p-feature-mh span::before {
    width: 5.7vw;
    left: -7.8vw;
  }
  .p-feature-mh span::after {
    width: 5.7vw;
    right: -7.8vw;
  }
  .p-feature-list {
    margin: 1.56vw auto 0;
    width: 100%;
  }
  .p-feature-list-item {
    padding: 2.57vw 1.95vw 2.57vw 3.51vw;
    width: 30%;
  }
  .p-feature-list-item::before {
    width: 12.1vw;
    height: 12.1vw;
  }
  .p-feature-list-item-ttl {
    font-size: 1.4vw;
  }
  .p-feature-list-item-txt {
    font-size: 1vw;
    margin-top: 0.39vw;
  }
}
@media screen and (max-width: 767px) {
  .p-ideology-inner {
    padding: 4vw 0 8vw;
    border-top: 0.1333333333vw solid #0052C5;
  }
  .p-ideology-catch {
    font-size: 4.8vw;
    text-align: left;
    margin-top: 5.3333333333vw;
    line-height: 2;
  }
  .p-ideology-catch span {
    font-size: 6.4vw;
    line-height: 1.75;
  }
  .p-ideology-list-item {
    padding: 8vw 5.3333333333vw 6.6666666667vw;
    margin-top: 10.6666666667vw;
  }
  .p-ideology-list-item:nth-child(odd) {
    margin-left: 0;
  }
  .p-ideology-list-item:nth-child(even) {
    margin-left: 0;
  }
  .p-ideology-list-item-num {
    font-size: 8vw;
    top: -4vw;
    left: 5.3333333333vw;
  }
  .p-ideology-list-item-ttl {
    font-size: 4.8vw;
  }
  .p-ideology-list-item-txt {
    font-size: 4vw;
    margin-top: 3.7333333333vw;
  }
  .p-feature-wrap {
    padding: 10.6666666667vw 0 0;
  }
  .p-feature-mh {
    font-size: 5.3333333333vw;
  }
  .p-feature-mh span::before {
    width: 10.6666666667vw;
    height: 1px;
    left: -16vw;
  }
  .p-feature-mh span::after {
    width: 10.6666666667vw;
    height: 1px;
    right: -16vw;
  }
  .p-feature-list {
    display: block;
    margin: 2.6666666667vw auto 0;
    width: 100%;
  }
  .p-feature-list-item {
    padding: 8vw 5.3333333333vw 8vw 10.6666666667vw;
    width: 100%;
  }
  .p-feature-list-item::before {
    width: 40vw;
    height: 40vw;
  }
  .p-feature-list-item:nth-child(2) {
    margin-right: 0;
  }
  .p-feature-list-item:nth-child(3) {
    margin-left: 0;
  }
  .p-feature-list-item:nth-child(4) {
    margin-left: 0;
  }
  .p-feature-list-item-ttl {
    font-size: 4.8vw;
  }
  .p-feature-list-item-txt {
    font-size: 3.7333333333vw;
    margin-top: 1.3333333333vw;
  }
}
/* p-message
---------------------------------------------------------------------------- */
.p-message-inner {
  padding: 30px 0 100px;
  border-top: 0.5px solid #0052C5;
}

.p-message-top {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 55px 0 0;
}

.p-message-top-img {
  margin-right: 50px;
}

.p-message-top-catch {
  font-size: 2.2rem;
  line-height: 2.3636363636;
  letter-spacing: 0.06em;
  font-weight: bold;
  padding: 0 0 0 35px;
  position: relative;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}
.p-message-top-catch::before {
  position: absolute;
  content: "";
  width: 47px;
  height: 38px;
  left: -2px;
  top: -11px;
  background: url(/assets/images/about/icn_message01.png) no-repeat center center/100%;
  z-index: -1;
}
.p-message-top-catch::after {
  position: absolute;
  content: "";
  width: 47px;
  height: 38px;
  right: -6px;
  bottom: 73px;
  background: url(/assets/images/about/icn_message02.png) no-repeat center center/100%;
  z-index: -1;
}

.p-message-main {
  background: #F5F5F6;
  padding: 52px 80px;
  max-width: 960px;
  width: 100%;
  margin: -40px auto 0;
}

.p-message-main-txt {
  font-size: 1.5rem;
  line-height: 2.1333333333;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: 32px;
}

.p-message-main-txt-bottom {
  text-align: right;
  font-size: 1.5rem;
  line-height: 2.2666666667;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-top: 20px;
}
.p-message-main-txt-bottom span {
  font-size: 2.7rem;
  line-height: 1.2592592593;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-top: 5px;
  display: inline-block;
  font-family: "DC-REIKAISHO";
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-message-inner {
    padding: 2.34vw 0 7.8vw;
  }
  .p-message-top {
    margin: 4.29vw 0 0;
  }
  .p-message-top-img {
    margin-right: 3.9vw;
    width: 22.4vw;
  }
  .p-message-top-catch {
    font-size: 1.7vw;
    padding: 0 0 0 2.73vw;
  }
  .p-message-top-catch::before {
    width: 3.67vw;
    height: 2.96vw;
    left: -0.15vw;
    top: -0.8vw;
  }
  .p-message-top-catch::after {
    width: 3.67vw;
    height: 2.96vw;
    right: -0.46vw;
    bottom: 5.7vw;
  }
  .p-message-main {
    padding: 4vw 6.25vw;
    margin: -3.125vw auto 0;
    max-width: 75vw;
  }
  .p-message-main-txt {
    font-size: 1.17vw;
    margin-top: 2.5vw;
  }
  .p-message-main-txt-bottom {
    font-size: 1.17vw;
    margin-top: 1.56vw;
  }
  .p-message-main-txt-bottom span {
    font-size: 2.1vw;
    margin-top: 0.39vw;
  }
}
@media screen and (max-width: 767px) {
  .p-message {
    padding: 0 0 13.3333333333vw;
  }
  .p-message-inner {
    padding: 4vw 0 0;
    border-top: 0.1333333333vw solid #0052C5;
  }
  .p-message-top {
    display: block;
    margin: 5.3333333333vw 0 0;
  }
  .p-message-top-img {
    width: 53.3333333333vw;
    margin: 0 auto;
  }
  .p-message-top-img img {
    width: 100%;
  }
  .p-message-top-catch {
    font-size: 5.3333333333vw;
    line-height: 1.8;
    padding: 0;
    text-align: center;
    margin-top: 12vw;
  }
  .p-message-top-catch::before {
    width: 12vw;
    height: 12vw;
    left: 1.6vw;
    top: -6.4vw;
  }
  .p-message-top-catch::after {
    width: 12vw;
    height: 12vw;
    right: 2.1333333333vw;
    bottom: -4.8vw;
  }
  .p-message-main {
    padding: 0 5.3333333333vw 9.3333333333vw;
    margin: 0 auto 0;
    position: relative;
  }
  .p-message-main::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 93.3333333333vw;
    left: 0;
    bottom: 99.9%;
    background: #F5F5F6;
    z-index: -2;
  }
  .p-message-main-txt {
    font-size: 4vw;
    margin-top: 8vw;
  }
  .p-message-main-txt-bottom {
    font-size: 4vw;
    margin-top: 2.6666666667vw;
  }
  .p-message-main-txt-bottom span {
    font-size: 7.2vw;
    margin-top: 1.3333333333vw;
  }
}