@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@font-face {
  font-family: "zenKakuGothicNew400";
  src: url("../font/ZenKakuGothicNew-Regular.woff");
}
@font-face {
  font-family: "zenKakuGothicNew500";
  src: url("../font/ZenKakuGothicNew-Medium.woff");
}
@font-face {
  font-family: "zenKakuGothicNew700";
  src: url("../font/ZenKakuGothicNew-Bold.woff");
}
.philosophy-section {
  padding: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .philosophy-section {
    padding-bottom: 50px;
  }
}

.philosophy-section__inner {
  max-width: 950px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.philosophy-section__box {
  border-radius: 10px;
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .philosophy-section__box {
    margin-top: 40px;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .philosophy-section__box {
    max-width: 410px;
    margin: 30px auto 0;
    padding: 25px;
  }
}

@media screen and (min-width: 768px) {
  .philosophy-section__boxThumb {
    width: 325px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy-section__boxThumb {
    width: 260px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .philosophy-section__description {
    width: calc(97% - 325px);
  }
}
@media screen and (max-width: 767px) {
  .philosophy-section__description {
    margin-top: 20px;
  }
}

.philosophy-section__philosophy {
  letter-spacing: 0.05em;
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #064EA2;
}
@media screen and (min-width: 768px) {
  .philosophy-section__philosophy {
    font-size: clamp(28px, 3.5vw, 36px);
    line-height: 2.2;
  }
}
@media screen and (max-width: 767px) {
  .philosophy-section__philosophy {
    max-width: 320px;
    margin: 0 auto;
    padding: 10px;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
    background-color: #fff;
  }
}
.philosophy-section__philosophy span {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (min-width: 768px) {
  .philosophy-section__philosophy span {
    margin: 14px 0;
    padding: 6px 20px;
    background-color: #fff;
  }
}

.philosophy-section__name {
  font-size: 15px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .philosophy-section__name {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy-section__name {
    max-width: 320px;
    margin: 10px auto 0;
  }
}
.philosophy-section__name strong {
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .philosophy-section__name strong {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy-section__name strong {
    font-size: 22px;
  }
}

.philosophy-section__title {
  letter-spacing: 0.05em;
  font-family: zenKakuGothicNew700, sans-serif;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #064EA2;
}
@media screen and (min-width: 768px) {
  .philosophy-section__title {
    margin: 50px 0 20px;
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy-section__title {
    margin: 30px 0 20px;
    font-size: 22px;
  }
}

.philosophy-section__text {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 2;
  font-family: notoSans400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.philosophy-section__text.--center {
  text-align: center;
}

.philosophy-section__imageWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.philosophy-section__imageWrap:before {
  content: "";
  width: 100%;
  height: 2px;
  margin-right: 30px;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #064EA2;
}
.philosophy-section__imageWrap:after {
  content: "";
  width: 100%;
  height: 2px;
  margin-left: 30px;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #064EA2;
}
@media screen and (min-width: 768px) {
  .philosophy-section__imageWrap {
    margin-top: 105px;
  }
}

.philosophy-section__catch {
  font-size: 20px;
  line-height: 1.75;
  text-align: center;
  font-family: notoSans700, sans-serif;
}
@media screen and (min-width: 768px) {
  .philosophy-section__catch {
    margin: 40px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy-section__catch {
    margin: 30px 0 40px;
  }
}

@media screen and (min-width: 768px) {
  .philosophy-section__buttonGroup {
    margin-top: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .philosophy-section__buttonGroup {
    margin-top: 40px;
  }
}

.philosophy-section__button:after {
  width: 7px;
  height: 11px;
}
.philosophy-section__button:hover:after {
  width: 7px;
  height: 11px;
}
@media screen and (min-width: 768px) {
  .philosophy-section__button {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .philosophy-section__button {
    margin: 10px auto;
  }
}