/*============================================================
	Philosophy
============================================================*/
.philosophy__contents {
  padding-top: 6.25rem;
}
@media only screen and (max-width: 767px) {
  .philosophy__contents {
    padding-top: 3.846rem;
  }
}
.philosophy__contents section .inner {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .philosophy__contents section .inner {
    min-height: 43.75rem;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .philosophy__contents section .inner {
    flex-direction: column;
  }
}
.philosophy__contents section .inner .img__wrap {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .philosophy__contents section .inner .img__wrap {
    width: calc(100% - 48vw);
  }
}
@media only screen and (max-width: 767px) {
  .philosophy__contents section .inner .img__wrap {
    width: 100vw;
    height: 25rem;
    margin-bottom: 3.846rem;
    margin-left: -6.667vw;
  }
}
.philosophy__contents section .inner .img__wrap figure {
  position: absolute;
}
.philosophy__contents section .inner .img__wrap figure:first-child {
  width: 85.7142857143%;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .philosophy__contents section .inner .img__wrap figure:first-child {
    width: 72vw;
  }
}
.philosophy__contents section .inner .img__wrap figure:last-child {
  width: 57.1428571429%;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .philosophy__contents section .inner .img__wrap figure:last-child {
    width: 48vw;
  }
}
@media print, screen and (min-width: 768px) {
  .philosophy__contents section .inner .txt__wrap {
    width: 44.667vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .philosophy__contents section .inner .txt__wrap {
    align-items: flex-end;
  }
}
.philosophy__contents section .inner .txt__wrap h2 {
  line-height: 1.6;
  margin-bottom: 4.375rem;
}
@media only screen and (max-width: 767px) {
  .philosophy__contents section .inner .txt__wrap h2 {
    margin-bottom: 2.692rem;
    text-align: right;
  }
}
.philosophy__contents section .inner .txt__wrap p {
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 768px) {
  .philosophy__contents section .inner .txt__wrap .btn {
    margin-top: auto;
  }
}
.philosophy__contents section:first-child {
  margin-bottom: 12.5rem;
}
@media only screen and (max-width: 767px) {
  .philosophy__contents section:first-child {
    margin-bottom: 7.692rem;
  }
}
@media print, screen and (min-width: 768px) {
  .philosophy__contents section:first-child .inner {
    margin-inline: 0 auto;
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .philosophy__contents section:first-child .inner {
    flex-direction: column;
  }
}
.philosophy__contents section:first-child .inner .img__wrap figure:first-child {
  right: unset;
  left: 0;
}
.philosophy__contents section:first-child .inner .img__wrap figure:last-child {
  left: unset;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .philosophy__contents section:first-child .inner .txt__wrap {
    align-items: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .philosophy__contents section:first-child .inner .txt__wrap {
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 768px) {
  .philosophy__contents section:first-child .inner .txt__wrap h2 {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .philosophy__contents section:first-child .inner .txt__wrap h2 {
    text-align: left;
  }
}