@charset "UTF-8";
.philosophy {
  position: relative;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: max(min(0.6944444444vw, 11.74px), 9px);
}
@media (min-width: 768px) and (max-height: 768px) {
  .philosophy {
    font-size: max(min(0.6597222222vw, 11.74px), 8px);
  }
}
@media screen and (max-width: 767px) {
  .philosophy {
    font-size: 10px;
  }
}
.philosophy .outfit {
  font-family: "Outfit", sans-serif;
}
.philosophy .main01,
.philosophy .sub01 {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
}
.philosophy .topicPathBlock01 {
  width: auto;
  max-width: 1200px;
  margin: 0 4em 0 0;
  background: none;
}
@media (max-width: 767px) {
  .philosophy .topicPathBlock01 {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 860px) {
  .philosophy .topicPathBlock01 {
    margin-right: 2em;
  }
}
.philosophy .topicPathBlock01 .topicPathList01 {
  display: inline-block;
  width: auto;
  padding: 0;
}
.philosophy .localNav01 {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  gap: 2em 1.5em;
  width: calc(100% - 310px - 4em);
  max-height: 5.5em;
}
@media (min-width: 768px) and (max-width: 860px) {
  .philosophy .localNav01 {
    width: calc(100% - 310px - 2em);
  }
}
@media screen and (max-width: 767px) {
  .philosophy .localNav01 {
    gap: 1em;
    width: 100%;
    max-height: 4.4em;
  }
}
.philosophy .localNav01 .navInner01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  width: calc(100% - 5.5em - 1.5em);
  min-height: 5.5em;
  padding: 1em 3em;
  border-radius: 0.5em;
  background: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 82, 164, 0.5019607843);
}
@media (min-width: 768px) and (max-width: 860px) {
  .philosophy .localNav01 .navInner01 {
    padding: 1em 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .philosophy .localNav01 .navInner01 {
    flex-direction: row-reverse;
    width: calc(100% - 4.4em - 1em);
    min-height: 4.4em;
    padding: 0.8em 1em;
    border-radius: 0.3em;
  }
}
.philosophy .localNav01 .navButton01 {
  position: relative;
  width: 5.5em;
  height: 5.5em;
  border-radius: 3px;
  background: #dbe9f7;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .philosophy .localNav01 .navButton01 {
    width: 4.4em;
    height: 4.4em;
  }
}
@media (any-hover: hover) {
  .philosophy .localNav01 .navButton01:hover {
    opacity: 0.7;
  }
}
.philosophy .localNav01 .navButton01 > span {
  position: absolute;
  display: block;
  width: 2.8em;
  height: 3px;
  top: calc(50% - 0.5em);
  right: auto;
  bottom: auto;
  left: 1.3em;
  border-radius: 3px;
  background: #0052a4;
}
@media screen and (max-width: 767px) {
  .philosophy .localNav01 .navButton01 > span {
    left: 1em;
    width: 2.4em;
  }
}
.philosophy .localNav01 .navButton01 > span:nth-child(2) {
  top: calc(50% + 0.5em);
  width: 1.8em;
}
@media screen and (max-width: 767px) {
  .philosophy .localNav01 .navButton01 > span:nth-child(2) {
    width: 1.6em;
  }
}
.philosophy .localNav01 .navButton01.current > span {
  top: 50%;
  left: 50%;
  width: 3.3em;
  transform: translate(-50%, -50%) rotate(45deg);
}
.philosophy .localNav01 .navButton01.current > span:nth-child(2) {
  width: 3.3em;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.philosophy .localNav01 .navTitle01 {
  display: inline-block;
  flex-shrink: 0;
  width: auto;
  margin-right: 2em;
}
@media (min-width: 768px) and (max-width: 860px) {
  .philosophy .localNav01 .navTitle01 {
    margin-right: 1em;
  }
}
@media screen and (max-width: 767px) {
  .philosophy .localNav01 .navTitle01 {
    width: 100%;
    min-width: initial;
    margin-right: 0;
  }
}
.philosophy .localNav01 .navTitle01 p {
  color: #0052a4;
  font-size: 2.4em;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .philosophy .localNav01 .navTitle01 p {
    font-size: 2em;
  }
}
.philosophy .localNav01 .navAnchor01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  gap: 3em;
}
@media screen and (max-width: 767px) {
  .philosophy .localNav01 .navAnchor01 {
    display: none;
  }
}
@media (min-width: 768px) {
  .philosophy .localNav01 .navAnchor01 {
    font-size: max(min(0.6597222222vw, 11.74px), 8px);
  }
}
@media (min-width: 768px) and (max-width: 860px) {
  .philosophy .localNav01 .navAnchor01 {
    gap: 1.5em;
  }
}
.philosophy .localNav01 .navAnchor01 > li a {
  position: relative;
  color: #0052a4;
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.philosophy .localNav01 .navAnchor01 > li a::before {
  content: "";
  position: absolute;
  display: block;
  width: 0%;
  height: 0.2222222222em;
  top: calc(100% + 0.2222222222em);
  right: auto;
  bottom: auto;
  left: 0;
  background: #fbeb57;
  transition: width 0.3s ease-in;
}
@media (any-hover: hover) {
  .philosophy .localNav01 .navAnchor01 > li a:hover::before {
    width: 100%;
  }
}
.philosophy .localNav01 .navFill01 {
  display: none;
}
@media screen and (max-width: 767px) {
  .philosophy .localNav01 .navFill01 {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s cubic-bezier(0.16, 0.5, 0.43, 1), visibility 0.3s cubic-bezier(0.16, 0.5, 0.43, 1);
  }
}
@media screen and (max-width: 767px) {
  .philosophy .localNav01 .navFill01.current {
    opacity: 1;
    visibility: visible;
  }
}
.philosophy .localNav01 .navMenu01 {
  position: sticky;
  min-width: 29.2em;
  max-height: calc(100svh - 8.2em - 2em - 7em - 6em);
  padding-bottom: 0.5em;
  border-radius: 0.5em;
  background: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 82, 164, 0.5019607843);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0.16, 0.5, 0.43, 1), visibility 0.3s cubic-bezier(0.16, 0.5, 0.43, 1);
}
@media screen and (max-width: 767px) {
  .philosophy .localNav01 .navMenu01 {
    width: 100%;
    max-width: initial;
    max-height: calc(100svh - 6em - 1em - 49px - 2em);
    margin-top: 1em;
  }
}
.philosophy .localNav01 .navMenu01.current {
  opacity: 1;
  visibility: visible;
}
.philosophy .localNav01 .navMenu01 a {
  display: block;
  padding: 1em 1.4285714286em;
  color: #0052a4;
  text-align: left;
  text-decoration: none;
}
.philosophy .localNav01 .navMenu01 .menuTitle01 {
  position: relative;
  padding: 1.1428571429em 1.4285714286em;
  background: #0052a4;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.5;
  transition: opacity 0.3s;
}
.philosophy .localNav01 .navMenu01 .menuTitle01::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.7142857143em;
  height: 0.7142857143em;
  top: 1.2857142857em;
  right: 1.4285714286em;
  bottom: auto;
  left: auto;
  border-top: 2px solid #0052a4;
  border-right: 2px solid #0052a4;
  border-radius: 2px;
  transform: rotate(45deg);
}
@media (any-hover: hover) {
  .philosophy .localNav01 .navMenu01 .menuTitle01:hover {
    opacity: 0.7;
  }
}
.philosophy .localNav01 .navMenu01 .menuList01 > li a {
  position: relative;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.5;
  transition: opacity 0.3s;
}
.philosophy .localNav01 .navMenu01 .menuList01 > li a::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.4285714286em;
  height: 1.4285714286em;
  top: 1.1428571429em;
  right: 1.4285714286em;
  bottom: auto;
  left: auto;
  background: #0052a4;
  border-radius: 50%;
}
.philosophy .localNav01 .navMenu01 .menuList01 > li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.5714285714em;
  height: 0.5714285714em;
  top: 1.5em;
  right: 1.9285714286em;
  bottom: auto;
  left: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 2px;
  transform: rotate(45deg);
}
.philosophy .localNav01 .navMenu01 .menuList01 > li a.current {
  background: #dbe9f7;
  pointer-events: none;
}
.philosophy .localNav01 .navMenu01 .menuList01 > li a.current::before {
  background: #fff;
}
.philosophy .localNav01 .navMenu01 .menuList01 > li a.current::after {
  border-top: 2px solid #0052a4;
  border-right: 2px solid #0052a4;
}
@media (any-hover: hover) {
  .philosophy .localNav01 .navMenu01 .menuList01 > li a:hover {
    opacity: 0.7;
  }
}
.philosophy .section01 {
  display: block;
  margin-bottom: 6em;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .philosophy .section01 {
    margin-bottom: 0;
    padding-bottom: 6em;
  }
}
.philosophy .section01 + .section01 {
  padding-top: 6em;
}
.philosophy .section01:last-child {
  margin-bottom: 0;
  padding-bottom: 12em;
}
@media screen and (max-width: 767px) {
  .philosophy .section01:last-child {
    padding-bottom: 12em;
  }
}
.philosophy .background01 {
  display: block;
  padding: 6em 0 12em;
  background: rgba(0, 78, 162, 0.1);
}
@media screen and (max-width: 767px) {
  .philosophy .background01 {
    padding: 6em 0;
  }
}
.philosophy .background01 + .section01 {
  padding-top: 6em;
}
@media screen and (max-width: 767px) {
  .philosophy .background01 + .section01 {
    margin-top: 0;
  }
}
.philosophy .inner01 {
  width: 100%;
  max-width: min(124em, 1240px);
  margin: 0 auto;
  padding: 0 min(2em, 20px);
}
.philosophy .sectionHead01 {
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionHead01 {
    margin-bottom: 6em;
  }
}
.philosophy .sectionHead01 .headTitle01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: 1em;
  text-align: left;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionHead01 .headTitle01 {
    margin-bottom: 2em;
    padding-left: 0;
  }
}
.philosophy .sectionHead01 .headTitle01 .image01 {
  display: inline-block;
  width: 5.5em;
  height: 5.5em;
  margin-right: 2em;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionHead01 .headTitle01 .image01 {
    width: 6em;
    height: 6em;
    margin-right: 2em;
  }
}
.philosophy .sectionHead01 .headTitle01 .image01 img {
  width: 100%;
  height: 100%;
}
.philosophy .sectionHead01 .headTitle01 .text01 {
  display: inline-block;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionHead01 .headTitle01 .text01 {
    display: contents;
  }
}
.philosophy .sectionHead01 .headTitle01 .text01::before {
  content: "";
  position: absolute;
  display: block;
  width: 1200px;
  height: 0.4em;
  top: 50%;
  right: auto;
  bottom: auto;
  left: calc(100% + 4em);
  background: #0052a4;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionHead01 .headTitle01 .text01::before {
    content: none;
  }
}
.philosophy .sectionHead01 .headTitle01 .text01 .main01 {
  color: #0052a4;
  font-size: 4.8em;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionHead01 .headTitle01 .text01 .main01 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 1.6666666667em - 0.5555555556em);
    font-size: 3.6em;
  }
}
.philosophy .sectionHead01 .headTitle01 .text01 .sub01 {
  color: #0052a4;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionHead01 .headTitle01 .text01 .sub01 {
    position: relative;
    width: 100%;
    margin-top: 1em;
    padding-top: 1em;
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .philosophy .sectionHead01 .headTitle01 .text01 .sub01::before {
    content: "";
    position: absolute;
    display: block;
    width: 768px;
    height: 1px;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    background: #0052a4;
  }
}
.philosophy .sectionHead01 .headText01 {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionHead01 .headText01 {
    text-align: left;
  }
}
.philosophy .sectionHead01 .headText01 p {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionHead01 .headText01 p {
    font-size: 1.6em;
    letter-spacing: 0.1em;
  }
}
.philosophy .sectionText01 {
  margin-bottom: 8em;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionText01 {
    margin-bottom: 4em;
  }
}
.philosophy .sectionText01 .text01 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionText01 .text01 {
    font-size: 1.6em;
    line-height: 2;
  }
}
.philosophy .sectionText01 .text01 + .text01 {
  margin-top: 1em;
}
.philosophy .mainVisual01 {
  display: block;
  position: relative;
  z-index: 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.philosophy .mainVisual01 .block01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100vh - 70px);
  min-height: 640px;
}
@media screen and (max-width: 767px) {
  .philosophy .mainVisual01 .block01 {
    height: calc(100vh - 49px);
    min-height: 510px;
  }
}
.philosophy .mainVisual01 .visualNav01 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 124em;
  margin: 0 auto;
  padding: 0 2em;
  top: 2em;
}
@media screen and (max-width: 767px) {
  .philosophy .mainVisual01 .visualNav01 {
    display: block;
  }
}
.philosophy .mainVisual01 .visualBlock01 {
  height: 100vh;
  margin-top: 100vh;
}
.philosophy .mainVisual01 .visualBackground01 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  aspect-ratio: 960/540;
  opacity: 0;
  transition: 0.8s ease-in-out;
}
.philosophy .mainVisual01 .visualBackground01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) and (max-height: 780px) {
  .philosophy .mainVisual01 .visualBackground01 img {
    -o-object-position: 50% 30%;
    object-position: 50% 30%;
  }
}
@media screen and (max-width: 767px) {
  .philosophy .mainVisual01 .visualBackground01 img {
    aspect-ratio: 960/540;
    transition: 0.8s ease-in-out;
  }
}
.philosophy .mainVisual01 .visualBackground01.fadeIn {
  opacity: 1;
}
.philosophy .mainVisual01 .visualBackground01.fadeOut {
  opacity: 0;
  transform: scale(0.3);
  transition: 1.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  .philosophy .mainVisual01 .visualBackground01.fadeOut {
    transform: none;
  }
  .philosophy .mainVisual01 .visualBackground01.fadeOut img {
    height: 20vh;
  }
}
@media (max-width: 767px) and (max-height: 600px) {
  .philosophy .mainVisual01 .visualWrap01 {
    font-size: max(min(2.1333333333vw, 9px), 8px);
  }
}
.philosophy .mainVisual01 .visualTitle01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5em;
  margin: 0 auto;
  color: #0052a4;
}
@media screen and (max-width: 767px) {
  .philosophy .mainVisual01 .visualTitle01 {
    gap: 1em;
  }
}
.philosophy .mainVisual01 .visualTitle01 .main01 {
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .philosophy .mainVisual01 .visualTitle01 .main01 {
    font-size: 1.8em;
  }
}
.philosophy .mainVisual01 .visualTitle01 .sub01 {
  font-size: 8.4em;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .philosophy .mainVisual01 .visualTitle01 .sub01 {
    font-size: 4.8em;
  }
}
.philosophy .mainVisual01 .visualText01 {
  margin-top: 6em;
}
@media screen and (max-width: 767px) {
  .philosophy .mainVisual01 .visualText01 {
    margin-top: 4em;
  }
}
.philosophy .mainVisual01 .visualText01 p {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 2.3888888889;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .philosophy .mainVisual01 .visualText01 p {
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
.philosophy .mainVisual01 .visualCatch01 {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.philosophy .mainVisual01 .visualCatch01 .main01 {
  width: 69.3em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .philosophy .mainVisual01 .visualCatch01 .main01 {
    width: 29.5em;
  }
}
.philosophy .mainVisual01 .visualCatch01 .main01 img {
  width: 100%;
  height: auto;
}
.philosophy .mainVisual01 .visualCatch01 .sub01 {
  width: 63.2em;
  margin: 5em auto 0;
}
@media screen and (max-width: 767px) {
  .philosophy .mainVisual01 .visualCatch01 .sub01 {
    width: 22.5em;
    margin-top: 3em;
  }
}
.philosophy .mainVisual01 .visualCatch01 .sub01 img {
  width: 100%;
  height: auto;
}
.philosophy .mainVisual01 .visualImage01 {
  z-index: 0;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 960/540;
}
@media screen and (max-width: 767px) {
  .philosophy .mainVisual01 .visualImage01 {
    width: calc(100% + 4em);
    height: auto;
    margin: 0 -2em;
  }
}
.philosophy .mainVisual01 .visualImage01.fadeIn {
  opacity: 1;
}
.philosophy .mainVisual01 .visualImage01 img {
  width: 100%;
  height: 100%;
}
.philosophy .mainVisual01 .scrollDown01 {
  position: fixed;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
@media (min-width: 768px) and (max-height: 768px) {
  .philosophy .mainVisual01 .scrollDown01 {
    display: none;
  }
}
.philosophy .mainVisual01 .scrollDown01.fadeIn {
  opacity: 1;
}
.philosophy .mainVisual01 .scrollDown01.fadeOut {
  opacity: 0;
}
.philosophy .mainVisual01 .scrollDown01 > span {
  display: block;
  position: relative;
  width: 2px;
  height: 5em;
  margin: 0 auto 1em;
  border-radius: 2px;
  background: #0052a4;
}
.philosophy .mainVisual01 .scrollDown01 > span::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.6em;
  height: 1.6em;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  border-radius: 4em;
  background: #0052a4;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  transform: translateX(-50%);
}
@keyframes circlemove {
  0% {
    bottom: calc(100% - 1.6em);
  }
  100% {
    bottom: -0.5em;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.philosophy .mainVisual01 .scrollDown01 .text01 {
  color: #0052a4;
  font-size: 1.8em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .philosophy .mainVisual01 .scrollDown01 .text01 {
    font-size: 1.6em;
  }
}
.philosophy .mainVisual01 .fadeIn {
  opacity: 1;
}
.philosophy .sectionPurpose01 {
  padding-top: 3em;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionPurpose01 {
    padding-top: 4em;
  }
}
.philosophy .sectionPurpose01 .purposeImage01 {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 4em;
  aspect-ratio: 96/54;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionPurpose01 .purposeImage01 {
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 767px) {
  .philosophy .sectionPurpose01 .purposeImage01 {
    width: calc(100% + 4em);
    max-width: initial;
    margin-left: -2em;
  }
}
.philosophy .sectionPurpose01 .purposeImage01 img {
  width: 100%;
  height: 100%;
}
.philosophy .sectionPurpose01 .purposeMovie01 {
  display: block;
  position: relative;
  width: 96em;
  max-width: 100%;
  margin: 0 auto;
  aspect-ratio: 96/54;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionPurpose01 .purposeMovie01 {
    width: calc(100% + 4em);
    max-width: initial;
    margin-left: -2em;
  }
}
.philosophy .sectionPurpose01 .purposeMovie01 iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.philosophy .sectionVision01 .visionBlock01 {
  padding: 2em;
  border-radius: 1em;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionVision01 .visionBlock01 {
    border-radius: 0.5em;
  }
}
.philosophy .sectionVision01 .visionBlock01 + .visionBlock01 {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionVision01 .visionBlock01 + .visionBlock01 {
    margin-top: 4em;
  }
}
.philosophy .sectionVision01 .visionBlock01 .blockMain01 {
  padding: 3em 2em;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionVision01 .visionBlock01 .blockMain01 {
    margin-top: 1em;
    padding: 1.5em 0 0;
  }
}
.philosophy .sectionVision01 .visionTitle01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  text-align: left;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionVision01 .visionTitle01 {
    padding-left: 0;
  }
}
.philosophy .sectionVision01 .visionTitle01 .image01 {
  display: inline-block;
  width: 5.5em;
  height: 5.5em;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionVision01 .visionTitle01 .image01 {
    width: 6em;
    height: 6em;
    margin-right: 2em;
  }
}
.philosophy .sectionVision01 .visionTitle01 .image01 img {
  width: 100%;
  height: 100%;
}
.philosophy .sectionVision01 .visionTitle01 .text01 {
  display: inline-block;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionVision01 .visionTitle01 .text01 {
    display: contents;
  }
}
.philosophy .sectionVision01 .visionTitle01 .text01::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 2px;
  top: 50%;
  right: auto;
  bottom: auto;
  left: calc(100% + 3em);
  background: #0052a4;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionVision01 .visionTitle01 .text01::before {
    content: none;
  }
}
.philosophy .sectionVision01 .visionTitle01 .text01 .main01 {
  color: #0052a4;
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionVision01 .visionTitle01 .text01 .main01 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 1.7647058824em - 0.5882352941em);
    font-size: 3.4em;
  }
}
.philosophy .sectionVision01 .visionTitle01 .text01 .sub01 {
  margin-top: 0.3125em;
  color: #0052a4;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionVision01 .visionTitle01 .text01 .sub01 {
    width: 100%;
    margin-top: 0.5555555556em;
    font-size: 1.8em;
    text-align: center;
  }
}
.philosophy .sectionVision01 .visionCatch01 {
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionVision01 .visionCatch01 {
    margin-bottom: 1.5rem;
  }
}
.philosophy .sectionVision01 .visionCatch01 p {
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionVision01 .visionCatch01 p {
    font-size: 1.8em;
  }
}
.philosophy .sectionVision01 .visionText01 p {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionVision01 .visionText01 p {
    font-size: 1.4em;
    line-height: 2;
  }
}
.philosophy .sectionValues01 .valuesColumn01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 2em;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionValues01 .valuesColumn01 {
    gap: 4em;
    margin: 0 -2em;
  }
}
.philosophy .sectionValues01 .valuesColumn01 .item01 {
  width: calc(50% - 2em);
  max-width: 50em;
  padding: 3.8em 1em;
  border-radius: 0.4em;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionValues01 .valuesColumn01 .item01 {
    width: 100%;
    padding: 4em 2em;
  }
}
.philosophy .sectionValues01 .valuesColumn01 .item01.blue {
  background: rgba(0, 163, 201, 0.1);
}
.philosophy .sectionValues01 .valuesColumn01 .item01.blue .title {
  color: #00a3c9;
}
.philosophy .sectionValues01 .valuesColumn01 .item01.green {
  background: rgba(0, 169, 95, 0.1);
}
.philosophy .sectionValues01 .valuesColumn01 .item01.green .title {
  color: #00a95f;
}
.philosophy .sectionValues01 .valuesColumn01 .item01.red {
  background: rgba(234, 85, 50, 0.1);
}
.philosophy .sectionValues01 .valuesColumn01 .item01.red .title {
  color: #ea5532;
}
.philosophy .sectionValues01 .valuesColumn01 .item01.yellow {
  background: rgba(250, 192, 61, 0.1);
}
.philosophy .sectionValues01 .valuesColumn01 .item01.yellow .title {
  color: #fac03d;
}
.philosophy .sectionValues01 .valuesColumn01 .item01 .title {
  margin-bottom: 0.25em;
  font-size: 4em;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionValues01 .valuesColumn01 .item01 .title {
    margin-bottom: 0.2631578947em;
    font-size: 3.8em;
    line-height: 1.8;
  }
}
.philosophy .sectionValues01 .valuesColumn01 .item01 .text {
  font-size: 1.4em;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionValues01 .valuesColumn01 .item01 .text {
    text-align: left;
  }
}
.philosophy .sectionPromise01 {
  overflow: hidden;
}
.philosophy .sectionPromise01 .block01:not(:last-child) {
  margin-bottom: 24em;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionPromise01 .block01:not(:last-child) {
    margin-bottom: 12em;
  }
}
.philosophy .sectionPromise01 .promiseCatch01 {
  position: relative;
  z-index: 0;
  margin-bottom: 4em;
  padding: 4em;
  border-radius: 0.4em;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionPromise01 .promiseCatch01 {
    margin-bottom: 4em;
    padding: 5em 2em;
  }
}
.philosophy .sectionPromise01 .promiseCatch01::before {
  content: "";
  position: absolute;
  display: block;
  width: 3em;
  height: 3em;
  top: 2em;
  right: auto;
  bottom: auto;
  left: 2em;
  border-top: 3px solid #0052a4;
  border-left: 3px solid #0052a4;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionPromise01 .promiseCatch01::before {
    top: 1em;
    left: 1em;
    width: 3em;
    height: 3em;
  }
}
.philosophy .sectionPromise01 .promiseCatch01::after {
  content: "";
  position: absolute;
  display: block;
  width: 3em;
  height: 3em;
  top: auto;
  right: 2em;
  bottom: 2em;
  left: auto;
  border-bottom: 3px solid #0052a4;
  border-right: 3px solid #0052a4;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionPromise01 .promiseCatch01::after {
    right: 1em;
    bottom: 1em;
    width: 3em;
    height: 3em;
  }
}
.philosophy .sectionPromise01 .promiseCatch01 p {
  color: #0052a4;
  font-size: 3em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionPromise01 .promiseCatch01 p {
    font-size: 2.4em;
    line-height: 1.5;
  }
}
.philosophy .sectionPromise01 .promiseCatch01 p::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  background: rgba(0, 78, 162, 0.1);
  transform: translate(-50%, -50%);
}
.philosophy .sectionPromise01 .promiseText01 p {
  font-size: 2em;
  font-weight: bold;
  line-height: 2.8;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionPromise01 .promiseText01 p {
    font-size: 1.8em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .philosophy .sectionPromise01 .promiseText01 p + p {
    margin-top: 1.6666666667em;
  }
}
.philosophy .sectionWey01 {
  margin-bottom: 0;
  padding-bottom: 12em;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionWey01 {
    padding-bottom: 12em;
  }
}
.philosophy .sectionWey01 .weyTitle01 {
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionWey01 .weyTitle01 {
    width: calc(100% + 4em);
    margin: 0 0 2em -2em;
  }
}
.philosophy .sectionWey01 .weyTitle01 .main01 {
  color: #0052a4;
  font-size: 7em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionWey01 .weyTitle01 .main01 {
    font-size: 4em;
  }
}
.philosophy .sectionWey01 .weyText01 {
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionWey01 .weyText01 {
    margin-bottom: 6em;
  }
}
.philosophy .sectionWey01 .weyText01 p {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionWey01 .weyText01 p {
    letter-spacing: 0.1em;
  }
}
.philosophy .sectionWey01 .weyGraph01 {
  position: relative;
  left: 50%;
  max-width: 80em;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .philosophy .sectionWey01 .weyGraph01 {
    width: 40em;
    min-width: initial;
    font-size: min(2.5vw, 10px);
  }
}
.philosophy .sectionWey01 .weyGraph01 .item01 {
  position: relative;
  margin: 0 auto;
}
.philosophy .sectionWey01 .weyGraph01 .item01 + .item01 {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionWey01 .weyGraph01 .item01 + .item01 {
    margin-top: 1.4em;
  }
}
.philosophy .sectionWey01 .weyGraph01 .item01:nth-child(1) .graphText01 {
  top: 100%;
  transform: translate(-50%, -100%);
}
.philosophy .sectionWey01 .weyGraph01 .item01:nth-child(1) .graphText01 .image01 {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionWey01 .weyGraph01 .item01:nth-child(1) .graphText01 .image01 {
    width: 12.5em;
  }
}
.philosophy .sectionWey01 .weyGraph01 .item01:nth-child(1) .graphText01 .text01 {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionWey01 .weyGraph01 .item01:nth-child(1) .graphText01 .main01 {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 767px) {
  .philosophy .sectionWey01 .weyGraph01 .item01:nth-child(1) .graphText01 .sub01 {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .philosophy .sectionWey01 .weyGraph01 .item01:nth-child(2) .image01 {
    margin-right: 0.8em;
  }
}
.philosophy .sectionWey01 .weyGraph01 .item01:nth-child(1) .graphImage01 {
  width: 21.53125em;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionWey01 .weyGraph01 .item01:nth-child(1) .graphImage01 {
    width: 12em;
  }
}
.philosophy .sectionWey01 .weyGraph01 .item01:nth-child(2) .graphImage01 {
  width: 35.75em;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionWey01 .weyGraph01 .item01:nth-child(2) .graphImage01 {
    width: 21em;
  }
}
.philosophy .sectionWey01 .weyGraph01 .item01:nth-child(3) .graphImage01 {
  width: 49.5625em;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionWey01 .weyGraph01 .item01:nth-child(3) .graphImage01 {
    width: 30em;
  }
}
.philosophy .sectionWey01 .weyGraph01 .item01:nth-child(4) .graphImage01 {
  width: 65em;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionWey01 .weyGraph01 .item01:nth-child(4) .graphImage01 {
    width: 40em;
  }
}
.philosophy .sectionWey01 .weyGraph01 .graphImage01 {
  max-width: 100%;
  height: auto;
}
.philosophy .sectionWey01 .weyGraph01 .graphText01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc((100% + 1.8em) / 2);
  left: 50%;
  width: 100%;
  text-align: left;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .philosophy .sectionWey01 .weyGraph01 .graphText01 {
    top: calc((100% + 0.9em) / 2);
    padding-left: 0;
  }
}
.philosophy .sectionWey01 .weyGraph01 .graphText01 .image01 {
  display: inline-block;
  width: auto;
  height: 5em;
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionWey01 .weyGraph01 .graphText01 .image01 {
    height: 3em;
    margin-right: 1.2em;
  }
}
.philosophy .sectionWey01 .weyGraph01 .graphText01 .image01 img {
  width: 100%;
  height: 100%;
}
.philosophy .sectionWey01 .weyGraph01 .graphText01 .text01 {
  display: inline-block;
  position: relative;
  line-height: 1;
}
.philosophy .sectionWey01 .weyGraph01 .graphText01 .text01 .main01 {
  color: #0052a4;
  font-size: 2.6em;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionWey01 .weyGraph01 .graphText01 .text01 .main01 {
    font-size: 1.9em;
  }
}
.philosophy .sectionWey01 .weyGraph01 .graphText01 .text01 .sub01 {
  margin-top: 0.3125em;
  color: #0052a4;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionWey01 .weyGraph01 .graphText01 .text01 .sub01 {
    margin-top: 0.4em;
    font-size: 1em;
  }
}
.philosophy .jsAnimate.jsFade {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s cubic-bezier(0.16, 0.5, 0.43, 1), visibility 1s cubic-bezier(0.16, 0.5, 0.43, 1);
}
.philosophy .jsAnimate.jsFade.headTitle01 .text01::before {
  width: 0;
  transition: width 0.5s cubic-bezier(0.16, 0.5, 0.43, 1) 0.3s;
}
@media screen and (max-width: 767px) {
  .philosophy .jsAnimate.jsFade.headTitle01 .sub01::before {
    width: 0;
    transition: width 0.8s cubic-bezier(0.16, 0.5, 0.43, 1) 0.5s;
  }
}
.philosophy .jsAnimate.jsFade + .headText01 {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s cubic-bezier(0.16, 0.5, 0.43, 1) 0.3s, visibility 1s cubic-bezier(0.16, 0.5, 0.43, 1) 0.3s;
}
@media screen and (max-width: 767px) {
  .philosophy .jsAnimate.jsFade + .headText01 {
    transition: opacity 1s cubic-bezier(0.16, 0.5, 0.43, 1) 0.5s, visibility 1s cubic-bezier(0.16, 0.5, 0.43, 1) 0.5s;
  }
}
.philosophy .jsAnimate.jsFade.current {
  opacity: 1;
  visibility: visible;
}
.philosophy .jsAnimate.jsFade.current.headTitle01 .text01::before {
  width: 120em;
}
.philosophy .jsAnimate.jsFade.current.headTitle01 .sub01::before {
  width: 76.8em;
}
.philosophy .jsAnimate.jsFade.current + .headText01 {
  opacity: 1;
  visibility: visible;
}
.philosophy .jsAnimate.promiseCatch01 p::before {
  width: 0;
  height: 0;
  transition: width 0.5s ease-in, height 0.5s ease-in;
}
.philosophy .jsAnimate.promiseCatch01.current p::before {
  width: 100%;
  height: 100%;
}
.philosophy .sectionHead01:has(.headTitle01.jsAnimate) + .visualImage01 {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s cubic-bezier(0.16, 0.5, 0.43, 1) 0.6s, visibility 1s cubic-bezier(0.16, 0.5, 0.43, 1) 0.6s;
}
@media screen and (max-width: 767px) {
  .philosophy .sectionHead01:has(.headTitle01.jsAnimate) + .visualImage01 {
    transition: opacity 1s cubic-bezier(0.16, 0.5, 0.43, 1) 0.8s, visibility 1s cubic-bezier(0.16, 0.5, 0.43, 1) 0.8s;
  }
}
.philosophy .sectionHead01:has(.headTitle01.jsAnimate.current) + .visualImage01 {
  opacity: 1;
  visibility: visible;
}

.onlySP {
  display: none;
}
@media screen and (max-width: 767px) {
  .onlySP {
    display: block;
  }
}

.onlyPC {
  display: block;
}
@media screen and (max-width: 767px) {
  .onlyPC {
    display: none;
  }
}