.c-page-hdr {
  background-image: url("../img/ttl_bg.png");
}
@media screen and (max-width: 767px) {
  .c-page-hdr {
    background-image: url("../img/ttl_bg_sp.png");
  }
}

@media screen and (min-width: 768px) {
  .p-index__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-index__item {
    margin-bottom: 3.75em;
    width: 47.9591836735%;
  }
}
@media screen and (max-width: 767px) {
  .p-index__item {
    margin-top: 13.3333333333vw;
  }
  .p-index__item:first-child {
    margin-top: 0;
  }
}
.p-index__cont {
  color: #102B54;
}
.p-index__cont.is-hover:hover .p-index__fig img {
  transform: scale(1.1);
}
.p-index__fig {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 60px;
  box-shadow: 0px 0px 30px rgba(39, 39, 39, 0.3);
}
@media screen and (max-width: 767px) {
  .p-index__fig {
    border-radius: 7vw;
    box-shadow: 0px 0px 20px rgba(39, 39, 39, 0.3);
  }
}
.p-index__fig img {
  transition: transform 0.2s;
  position: relative;
}
.p-index__fig .c-icon {
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-index__label {
  font-weight: bold;
  margin-top: 0.7em;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .p-index__label {
    font-size: 2.2448979592vw;
  }
}
@media screen and (max-width: 767px) {
  .p-index__label {
    font-size: 5.6vw;
  }
}

.p-access {
  padding-bottom: 6.25em;
}
.p-access > li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #D9D9D9;
  padding: 2.5em 0;
}
@media screen and (max-width: 767px) {
  .p-access > li {
    padding: 5.3333333333vw 0 8vw 0;
  }
}
.p-access__wtxt {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .p-access__wtxt {
    width: 62.2448979592%;
  }
}
@media screen and (max-width: 980px) {
  .p-access__wtxt {
    font-size: 1.7346938776vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__wtxt {
    font-size: 3.7333333333vw;
    width: 100%;
  }
}
.p-access__wtxt a[href^=tel] {
  color: #102B54;
}
@media screen and (min-width: 768px) {
  .p-access__fig {
    width: 32.6530612245%;
  }
}
@media screen and (max-width: 767px) {
  .p-access__fig {
    margin-top: 5.3333333333vw;
  }
}
.p-access__fig img {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-access__fig img {
    border-radius: 2.6666666667vw;
  }
}
.p-access__ttl {
  margin-bottom: 0.8em;
  font-size: 28px;
}
@media screen and (max-width: 980px) {
  .p-access__ttl {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__ttl {
    font-size: 5.0666666667vw;
  }
}
.p-access__wbtn {
  margin-top: 1.875em;
}
@media screen and (max-width: 980px) {
  .p-access__wbtn {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access__wbtn {
    text-align: center;
  }
}

.p-history-txt {
  margin-bottom: 0.2em;
  padding-left: 0.8em;
  letter-spacing: 1em;
  font-size: 2.2rem;
}
@media screen and (max-width: 980px) {
  .p-history-txt {
    font-size: 2.2448979592vw;
  }
}
@media screen and (max-width: 767px) {
  .p-history-txt {
    padding-left: 0;
    font-size: 3.7333333333vw;
  }
}

.p-history-wrap {
  padding-bottom: 80px;
}
@media screen and (max-width: 980px) {
  .p-history-wrap {
    padding-bottom: 8.1632653061vw;
  }
}

.p-history {
  position: relative;
  margin-bottom: 1.5em;
  padding: 10px 0;
}
@media screen and (max-width: 980px) {
  .p-history {
    padding: 1.0204081633vw 0;
  }
}
.p-history::before, .p-history::after {
  content: "";
  position: absolute;
  display: block;
}
.p-history::before {
  left: 49px;
  top: 0;
  width: 2px;
  height: calc(100% + 20px);
  background: #102B54;
}
@media screen and (max-width: 980px) {
  .p-history::before {
    left: 5vw;
    height: calc(100% + 2.0408163265vw);
  }
}
@media screen and (max-width: 767px) {
  .p-history::before {
    left: 1.2vw;
  }
}
.p-history::after {
  bottom: -21px;
  left: 37px;
  background: url("../history/img/arr.svg") 0 0/contain no-repeat;
  width: 25px;
  height: 14px;
}
@media screen and (max-width: 980px) {
  .p-history::after {
    bottom: -2.1428571429vw;
    left: 3.7755102041vw;
    width: 2.5510204082vw;
    height: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-history::after {
    bottom: -3.2vw;
    left: -0.5333333333vw;
    width: 4vw;
    height: 2.6666666667vw;
  }
}
.p-history table {
  width: 100%;
  font-size: 1.8rem;
}
@media screen and (max-width: 980px) {
  .p-history table {
    font-size: 1.8367346939vw;
  }
}
.p-history table tr:nth-child(even) {
  background: #EDF4FA;
}
.p-history th,
.p-history td {
  padding-top: 1.5625em;
  padding-bottom: 1.5625em;
}
.p-history__point {
  position: absolute;
  display: inline-block;
  left: 41px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: #0069F0;
  border-radius: 100px;
}
@media screen and (max-width: 980px) {
  .p-history__point {
    left: 4.1836734694vw;
    width: 1.8367346939vw;
    height: 1.8367346939vw;
  }
}
@media screen and (max-width: 767px) {
  .p-history__point {
    top: 37%;
    left: 0vw;
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}
.p-history__item:not(:first-child) {
  padding-top: 1em;
}
.p-history__y {
  position: relative;
  font-weight: bold;
  width: 17.3469387755%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-history__y {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-history__y {
    width: 19.387755102%;
  }
}
.p-history__m {
  font-weight: bold;
  width: 7.1428571429%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-history__m {
    width: 12.2448979592%;
    font-size: 3.7333333333vw;
  }
}
.p-history__txt {
  padding-left: 2.5em;
  font-size: 1.7rem;
}
@media screen and (max-width: 980px) {
  .p-history__txt {
    font-size: 1.7346938776vw;
  }
}
@media screen and (max-width: 767px) {
  .p-history__txt {
    padding-left: 1em;
    font-size: 3.7333333333vw;
  }
}

.p-profile {
  width: 100%;
  border-top: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .p-profile {
    display: block;
    margin-top: 2.6666666667vw;
  }
  .p-profile tbody,
.p-profile tr,
.p-profile th,
.p-profile td {
    display: block;
  }
}
.p-profile th,
.p-profile td {
  border-bottom: 1px solid #D9D9D9;
}
.p-profile th {
  padding-top: 1.875em;
  padding-bottom: 1.875em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-profile th {
    width: 19.387755102%;
  }
}
@media screen and (max-width: 767px) {
  .p-profile th {
    padding: 6.6666666667vw 0 4vw 0;
    border-bottom: 0;
    font-size: 3.7333333333vw;
  }
}
.p-profile td {
  font-size: 1.7rem;
  padding-top: 1.7647058824em;
  padding-bottom: 1.7647058824em;
}
@media screen and (max-width: 980px) {
  .p-profile td {
    padding: 0 0 6.6666666667vw 0;
    font-size: 1.7346938776vw;
  }
}
@media screen and (max-width: 767px) {
  .p-profile td {
    font-size: 4vw;
  }
}
.p-profile .is-lt2 {
  letter-spacing: 1em;
}

.p-client {
  margin-top: 7.5em;
  padding-bottom: 6.25em;
}
@media screen and (max-width: 767px) {
  .p-client {
    margin-top: 21.3333333333vw;
    padding-bottom: 16vw;
  }
}
.p-client__ttl {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-client__ttl p {
    font-size: 3.4666666667vw;
  }
}
.p-client__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 5.625em;
}
@media screen and (max-width: 767px) {
  .p-client__list {
    margin-bottom: 10.6666666667vw;
  }
}
.p-client__list > li {
  margin: 2.5em 1.25em 0 1.25em;
}
@media screen and (max-width: 767px) {
  .p-client__list > li {
    margin: 2.6666666667vw 0;
    width: 50%;
    text-align: center;
  }
  .p-client__list > li.is-sp-col3 {
    width: 33%;
  }
  .p-client__list > li .is-1 {
    width: 15.6vw;
  }
  .p-client__list > li .is-2 {
    width: 30.6666666667vw;
  }
  .p-client__list > li .is-3 {
    width: 18.9333333333vw;
  }
  .p-client__list > li .is-4 {
    width: 36.6666666667vw;
  }
  .p-client__list > li .is-5 {
    width: 36.6666666667vw;
  }
  .p-client__list > li .is-6 {
    width: 29.6vw;
  }
  .p-client__list > li .is-7 {
    width: 36.6666666667vw;
  }
  .p-client__list > li .is-8 {
    width: 22.4vw;
  }
  .p-client__list > li .is-9 {
    width: 23.6vw;
  }
  .p-client__list > li .is-10 {
    width: 22.4vw;
  }
  .p-client__list > li .is-11 {
    width: 25.4666666667vw;
  }
}
.p-client__hdr {
  margin-top: 1.5625em;
  margin-bottom: 0.625em;
  padding-bottom: 0.625em;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .p-client__hdr {
    padding-bottom: 0.2em;
  }
}
.p-client__ttl2 {
  font-weight: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 980px) {
  .p-client__ttl2 {
    font-size: 1.8367346939vw;
  }
}
@media screen and (max-width: 767px) {
  .p-client__ttl2 {
    font-size: 4vw;
  }
}
.p-client__list2 {
  line-height: 1.5;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-client__list2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 980px) {
  .p-client__list2 {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-client__list2 {
    font-size: 3.2vw;
  }
}
.p-client__list2 > li {
  padding: 0.5em 1.5em;
}
@media screen and (min-width: 768px) {
  .p-client__list2 > li {
    width: 48.9795918367%;
  }
  .p-client__list2 > li:nth-child(3), .p-client__list2 > li:nth-child(4), .p-client__list2 > li:nth-child(7), .p-client__list2 > li:nth-child(8), .p-client__list2 > li:nth-child(11), .p-client__list2 > li:nth-child(12), .p-client__list2 > li:nth-child(15), .p-client__list2 > li:nth-child(16) {
    background: #EDF4FA;
  }
}
@media screen and (max-width: 767px) {
  .p-client__list2 > li {
    padding: 0.5em 1em;
  }
  .p-client__list2 > li:nth-child(even) {
    background: #EDF4FA;
  }
}
.p-client__other {
  text-align: right;
  font-size: 1.4rem;
  margin-top: 1em;
}
@media screen and (max-width: 980px) {
  .p-client__other {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .p-client__other {
    font-size: 3.4666666667vw;
  }
}

.p-wmsg {
  background: url("../message/img/bg.png") 50% 225px no-repeat;
  padding-bottom: 2.5em;
}
@media screen and (min-width: 768px) {
  .p-wmsg {
    margin-bottom: -140px;
  }
}
@media screen and (max-width: 1200px) {
  .p-wmsg {
    margin-bottom: -11.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-wmsg {
    margin-bottom: -13.3333333333vw;
    padding-bottom: 26.6666666667vw;
    background: url("../message/img/bg_sp.png") 50% 76vw/100% auto no-repeat;
  }
}

.p-msg {
  position: relative;
  margin: 0 auto;
  max-width: 860px;
}
@media screen and (min-width: 768px) {
  .p-msg {
    margin-bottom: 13.75em;
  }
}
@media screen and (max-width: 767px) {
  .p-msg {
    margin-bottom: 0;
  }
}
.p-msg__hdr {
  margin-bottom: 0.625em;
}
@media screen and (min-width: 768px) {
  .p-msg__hdr {
    transform: translateY(-46px);
  }
}
@media screen and (max-width: 767px) {
  .p-msg__hdr {
    margin-bottom: 8vw;
  }
}
.p-msg__ttl {
  font-size: 2.8rem;
}
@media screen and (max-width: 980px) {
  .p-msg__ttl {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-msg__ttl {
    font-size: 5.6vw;
  }
}
.p-msg__wtxt {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-msg__wtxt {
    font-size: 1.6rem;
  }
}
.p-msg__wtxt p {
  line-height: 2;
  margin-bottom: 1em;
}
.p-msg__sign {
  font-weight: bold;
  font-size: 2rem;
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .p-msg__sign {
    text-align: right;
  }
}
.p-msg__sign span {
  font-size: 80%;
}
@media screen and (max-width: 767px) {
  .p-msg__sign span {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 980px) {
  .p-msg__sign {
    font-size: 2.0408163265vw;
  }
}
@media screen and (max-width: 767px) {
  .p-msg__sign {
    font-size: 4.2666666667vw;
  }
}
.p-msg__fig {
  text-align: right;
  margin-bottom: 3.75em;
}
@media screen and (max-width: 767px) {
  .p-msg__fig {
    margin-bottom: 8vw;
  }
}
.p-philosophy {
  padding-bottom: 0.00625em;
}
.p-philosophy.is-song {
  padding-top: 16.25em;
}
@media screen and (max-width: 767px) {
  .p-philosophy.is-song {
    padding-top: 26.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
  .p-philosophy.is-song .p-philosophy__unit {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy {
    padding-top: 16vw;
    padding-bottom: 14.6666666667vw;
  }
}
.p-philosophy__unit {
  background: #fff;
  margin-bottom: 1.875em;
  padding: 3.125em 3.75em;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .p-philosophy__unit {
    margin-bottom: 4vw;
    border-radius: 8vw;
    padding: 9.3333333333vw 4vw;
  }
}
.p-philosophy__hdr {
  margin-bottom: 2.5em;
  text-align: center;
}
.p-philosophy__ttl {
  position: relative;
  display: inline-block;
  padding-bottom: 0.625em;
  font-size: 3rem;
}
@media screen and (max-width: 980px) {
  .p-philosophy__ttl {
    font-size: 3.0612244898vw;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__ttl {
    font-size: 5.6vw;
  }
}
.p-philosophy__ttl::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #0069F0;
  width: 40px;
  height: 2px;
}
@media screen and (max-width: 767px) {
  .p-philosophy__ttl::after {
    width: 8vw;
  }
}
.p-philosophy__list {
  font-size: 2rem;
}
@media screen and (max-width: 980px) {
  .p-philosophy__list {
    font-size: 2.0408163265vw;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__list {
    font-size: 4.2666666667vw;
  }
}
.p-philosophy__list > li {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2em 0;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .p-philosophy__list > li {
    padding: 8vw 0 5.3333333333vw 0;
  }
}
.p-philosophy__list > li:first-child {
  padding-top: 0;
}
.p-philosophy__list > li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-philosophy__list > li div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}
.p-philosophy__list > li p {
  width: calc(100% - 90px);
}
@media screen and (min-width: 768px) {
  .p-philosophy__list > li p {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (max-width: 980px) {
  .p-philosophy__list > li p {
    width: calc(100% - 9.1836734694vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 980px) {
  .p-philosophy__list > li p {
    width: calc(100% - 14.6666666667vw);
  }
}
@media screen and (max-width: 980px) {
  .p-philosophy__list > li .is-1 {
    width: 4.387755102vw;
  }
  .p-philosophy__list > li .is-2 {
    width: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__list > li .is-1 {
    width: 8vw;
  }
  .p-philosophy__list > li .is-2 {
    width: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-philosophy__lead {
    text-align: center;
  }
}
.p-philosophy__declare {
  text-align: center;
  margin-top: 3.125em;
}
@media screen and (max-width: 767px) {
  .p-philosophy__declare {
    margin-top: 9.3333333333vw;
  }
}
.p-philosophy__declare dt {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .p-philosophy__declare dt {
    font-size: 2.4489795918vw;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__declare dt {
    font-size: 4.8vw;
  }
}
.p-philosophy__declare dd {
  font-size: 1.8rem;
}
@media screen and (max-width: 980px) {
  .p-philosophy__declare dd {
    font-size: 1.8367346939vw;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__declare dd {
    font-size: 3.7333333333vw;
  }
}
.p-philosophy__ttl2 {
  padding-bottom: 0.625em;
  font-size: 2.4rem;
}
@media screen and (max-width: 980px) {
  .p-philosophy__ttl2 {
    font-size: 2.4489795918vw;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__ttl2 {
    margin-bottom: 0.6666666667vw;
    font-size: 4.8vw;
  }
}
.p-philosophy__creator {
  margin-bottom: 2em;
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .p-philosophy__creator {
    font-size: 1.3265306122vw;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__creator {
    margin-bottom: 6.6666666667vw;
    font-size: 3.2vw;
  }
}
.p-philosophy__lyric p {
  margin-bottom: 1.5em;
}
.p-philosophy__lyric p span {
  display: inline-block;
  position: relative;
  left: -0.4em;
  width: 0;
}
@media screen and (max-width: 767px) {
  .p-philosophy__lyric {
    text-align: left;
  }
  .p-philosophy__lyric p {
    margin-bottom: 1em;
  }
}
.p-philosophy__audio {
  margin-top: 2.5em;
}
.p-philosophy__audio p {
  color: #FF4D33;
  font-size: 1.3rem;
}
@media screen and (max-width: 980px) {
  .p-philosophy__audio p {
    font-size: 1.3265306122vw;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__audio p {
    font-size: 3.4666666667vw;
  }
}
.p-philosophy__note {
  margin-bottom: 3.75em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-philosophy__note {
    margin-bottom: 5.3333333333vw;
  }
}

.p-origin {
  margin-top: 12.5em;
}
@media screen and (max-width: 767px) {
  .p-origin {
    margin-top: 26.6666666667vw;
  }
}
.p-origin__fig {
  text-align: center;
  margin: 2.5em 0;
}
@media screen and (max-width: 767px) {
  .p-origin__fig {
    margin: 8vw 0;
  }
}

.p-pmark {
  margin-top: 8.75em;
  padding-bottom: 5em;
}
@media screen and (max-width: 767px) {
  .p-pmark {
    margin-top: 14.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-pmark .c-lead-b {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-pmark__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-pmark__wtxt {
    width: 65.306122449%;
  }
}
@media screen and (min-width: 768px) {
  .p-pmark__fig {
    width: 26.5306122449%;
  }
}
.p-pmark__fig img {
  filter: drop-shadow(10px 10px 20px rgba(39, 39, 39, 0.15));
}
@media screen and (max-width: 767px) {
  .p-pmark__fig {
    text-align: center;
    margin-top: 8vw;
  }
  .p-pmark__fig img {
    width: 37.3333333333vw;
  }
}

.p-morabukanzai .c-contact {
  margin-top: 15em;
}
@media screen and (max-width: 767px) {
  .p-morabukanzai .c-contact {
    margin-top: 28vw;
  }
}

@media screen and (max-width: 767px) {
  .en .p-index__fig + .p-index__label {
    line-height: 1.5;
  }
}
.en .p-client__list2 > li {
  background: #fff !important;
}
@media screen and (min-width: 768px) {
  .en .p-profile th {
    width: 15%;
  }
}
@media screen and (max-width: 767px) {
  .en .c-page-hdr-a {
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .en .p-access__wtxt {
    width: 100%;
  }
}
.en .p-wmsg {
  background-size: cover;
}
.en .p-msg__wtxt {
  text-align: center;
}
.en .p-msg__wtxt > img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.en .p-profile .is-lt2 {
  letter-spacing: 0em;
}
.en .p-history-txt {
  letter-spacing: 0em;
}
.en .p-history__m {
  padding-left: 1em;
}
.en .p-history__txt {
  padding-left: 2.5em;
  padding-right: 1em;
}