#Journal {
  max-width: 1360px;
}

#Journal .c-ttl {
  display: block;
}

#Journal > article > h2 {
  display: none;
}

#JournalList .journal-cont,
#Journal .journal-cont {
  margin-bottom: 0;
}

#bread-crumb #bread-crumb-listTop ol li:nth-child(2) {
  display: none;
}

.philosophy {
  padding: 0 0 50px;
}
@media only screen and (max-width: 768px) {
  .philosophy {
    padding: 0 0 40px;
  }
}
.philosophy .c-ttl {
  color: var(--color-primary) !important;
  font-family: var(--font-gothicZen) !important;
  margin-bottom: 90px !important;
  line-height: 1.4 !important;
}
.philosophy .c-ttl {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .philosophy .c-ttl {
    font-size: 44px !important;
  }
}
@media only screen and (max-width: 768px) {
  .philosophy .c-ttl {
    margin-bottom: 43px !important;
  }
}
.philosophy__ttl {
  font-size: 24px;
  color: var(--color-primary);
  font-family: var(--font-gothicZen);
  font-weight: 700;
  text-align: center;
  margin-bottom: 22px;
}
@media only screen and (max-width: 768px) {
  .philosophy__ttl {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
.philosophy__img {
  margin: 0 calc(50% - 50vw);
}
.philosophy__list01 {
  margin: 85px 0 70px !important;
}
@media only screen and (max-width: 768px) {
  .philosophy__list01 {
    margin: 25px 0 33px !important;
  }
}
.philosophy__list01 li {
  margin-bottom: 85px !important;
}
@media only screen and (max-width: 768px) {
  .philosophy__list01 li {
    margin-bottom: 50px !important;
  }
}
.philosophy__list01 li:last-child {
  margin-bottom: 0 !important;
}
.philosophy__list01 li .c-ttl {
  margin: 0 0 35px !important;
}
@media only screen and (max-width: 768px) {
  .philosophy__list01 li .c-ttl {
    margin: 0 0 20px !important;
  }
}
.philosophy__list01 li .txt {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .philosophy__list01 li .txt {
    font-size: 15px;
    margin-bottom: 22px;
    text-align: left;
  }
}
.philosophy__list01 li .txt:last-of-type {
  margin-bottom: 0;
}
.philosophy__list02 {
  margin: 0 auto !important;
}
.philosophy__list02 {
  max-width: 900px;
}
.philosophy__list02 li {
  margin-bottom: 20px !important;
}
.philosophy__list02 li {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.philosophy__list02 li:last-child {
  margin-bottom: 0 !important;
}
.philosophy__list02 li .stl {
  font-size: 16px !important;
  color: #fff !important;
  font-family: var(--font-gothicNoto) !important;
  letter-spacing: 0.02em !important;
  padding: 13px 0 !important;
  margin: 0 0 32px !important;
}
.philosophy__list02 li .stl {
  background: var(--color-primary);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .philosophy__list02 li .stl {
    font-size: 13px !important;
    margin: 0 0 18px !important;
  }
}
.philosophy__list02 li .bg {
  padding: 0 40px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .philosophy__list02 li .bg {
    padding: 0 20px 23px;
    display: block;
  }
}
.philosophy__list02 li .img {
  margin-bottom: 0;
  width: 41.4%;
}
@media only screen and (max-width: 768px) {
  .philosophy__list02 li .img {
    margin-bottom: 20px;
    width: 100%;
  }
}
.philosophy__list02 li .img img {
  border-radius: 5px;
}
.philosophy__list02 li .in {
  width: 53.6%;
}
@media only screen and (max-width: 768px) {
  .philosophy__list02 li .in {
    width: 100%;
  }
}
.philosophy__list02 li .ttl {
  color: var(--color-primary) !important;
  font-family: var(--font-gothicZen) !important;
  margin-bottom: 20px !important;
}
.philosophy__list02 li .ttl {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  .philosophy__list02 li .ttl {
    margin-bottom: 10px !important;
  }
  .philosophy__list02 li .ttl {
    font-size: 20px;
  }
}
.philosophy__list02 li .txt {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 768px) {
  .philosophy__list02 li .txt {
    font-size: 15px;
  }
}

.about {
  padding: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  .about {
    padding: 0 0 40px;
  }
}
.about__img {
  max-width: 1190px;
  margin: 0 auto -12px;
}
@media only screen and (max-width: 768px) {
  .about__img {
    max-width: 327px;
    margin: 0 auto -7px;
  }
}
.about__inner {
  background: var(--color-primary);
  border-radius: 40px;
  padding: 75px 20px 60px;
  margin: 0 calc(50% - 50vw);
}
@media only screen and (max-width: 768px) {
  .about__inner {
    border-radius: 20px;
    padding: 60px 20px 15px;
    margin: 0 -20px;
  }
}
.about__inner .c-ttl {
  color: #fff !important;
  font-family: var(--font-gothicZen) !important;
  margin-bottom: 35px !important;
  line-height: 1.4 !important;
}
.about__inner .c-ttl {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .about__inner .c-ttl {
    font-size: 44px !important;
  }
}
@media only screen and (max-width: 768px) {
  .about__inner .c-ttl {
    margin-bottom: 23px !important;
  }
}
.about__txt {
  font-size: 16px;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .about__txt {
    font-size: 15px;
    margin-bottom: 22px;
    text-align: left;
  }
}
.about__txt:last-of-type {
  margin-bottom: 0;
}
.about__txt strong {
  color: #fff56e;
  font-weight: 700;
}
.about .category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: 50px auto 0;
  max-width: 986px;
}
@media only screen and (max-width: 768px) {
  .about .category__list {
    gap: 10px;
    margin-top: 20px;
  }
}
.about .category__item {
  width: calc(33.333% - 13.3333333333px);
  background: #fff;
  border-radius: 20px;
  padding: 45px 20px 28px;
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (max-width: 768px) {
  .about .category__item {
    width: 100%;
    padding: 25px 18px 25px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px;
  }
}
.about .category__item:hover {
  opacity: 0.8;
}
.about .category__item .img {
  max-width: 180px;
  margin: 0 auto 40px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .about .category__item .img {
    max-width: 110px;
    margin: 0;
  }
}
.about .category__item .img:before {
  content: "";
  width: 160px;
  height: 160px;
  background: var(--color-tertiary);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .about .category__item .img:before {
    width: 96px;
    height: 96px;
  }
}
.about .category__item .img img {
  opacity: 1 !important;
}
@media only screen and (max-width: 768px) {
  .about .category__item .in {
    width: calc(100% - 110px);
    padding-left: 14px;
  }
}
.about .category__item .stl {
  font-size: 20px;
  font-family: var(--font-gothicZen);
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
@media only screen and (max-width: 999px) and (min-width: 769px) {
  .about .category__item .stl {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 768px) {
  .about .category__item .stl {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.about .category__item .ttl {
  font-size: 26px !important;
  font-family: var(--font-gothicZen) !important;
  letter-spacing: 0.02em !important;
  margin-bottom: 10px !important;
}
.about .category__item .ttl {
  font-weight: 700;
}
@media only screen and (max-width: 999px) and (min-width: 769px) {
  .about .category__item .ttl {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .about .category__item .ttl {
    font-size: 18px !important;
    margin-bottom: 5px !important;
    letter-spacing: 0 !important;
  }
}
.about .category__item .c-btn {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .about .category__item .c-btn {
    height: 29px;
    font-size: 13px;
  }
  .about .category__item .c-btn:after {
    width: 16px;
    height: 16px;
    right: 4px;
  }
}

.media {
  padding: 0 0 90px;
}
@media only screen and (max-width: 768px) {
  .media {
    padding: 0 0 22px;
  }
}
.media__inner {
  background: #e6dfda;
  border-radius: 20px;
  padding: 55px 80px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 999px) and (min-width: 769px) {
  .media__inner {
    padding: 55px 40px;
  }
}
@media only screen and (max-width: 768px) {
  .media__inner {
    border-radius: 10px;
    padding: 25px 20px 30px;
    display: block;
  }
}
.media__img {
  max-width: 15.5%;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .media__img {
    max-width: 120px;
    margin: 0 auto 15px;
  }
}
.media__in {
  width: 80.5%;
}
@media only screen and (max-width: 768px) {
  .media__in {
    width: 100%;
  }
}
.media__ttl {
  font-size: 24px !important;
  font-family: var(--font-gothicZen) !important;
  letter-spacing: 0.04em !important;
  margin-bottom: 17px !important;
}
.media__ttl {
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .media__ttl {
    font-size: 20px !important;
  }
}
.media__txt {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 768px) {
  .media__txt {
    font-size: 15px;
  }
}

.related {
  padding: 0 0 80px;
}
@media only screen and (max-width: 768px) {
  .related {
    padding: 0 0 40px;
  }
}
.related__ttl {
  font-size: 40px !important;
  font-family: var(--font-gothicZen) !important;
  letter-spacing: 0.04em !important;
  margin-bottom: 30px !important;
}
.related__ttl {
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .related__ttl {
    font-size: 24px !important;
    margin-bottom: 20px !important;
  }
}
.related__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .related__btn {
    gap: 10px;
  }
}
.related__btn .c-btn {
  width: 100%;
  max-width: calc(25% - 15px);
}
@media only screen and (max-width: 999px) and (min-width: 769px) {
  .related__btn .c-btn {
    max-width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 768px) {
  .related__btn .c-btn {
    max-width: 100%;
  }
}