br.bsp {
  display: inline-block;
}

@media screen and (min-width: 641px) {
  br.bsp {
    display: none;
  }
}

br.nbsp {
  display: none;
}

@media screen and (min-width: 641px) {
  br.nbsp {
    display: inline-block;
  }
}

.pc {
  display: none;
}

@media screen and (min-width: 641px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}

@media screen and (min-width: 641px) {
  .sp {
    display: none;
  }
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.wq-start {
  display: inline-block;
  width: 0.45em;
}

.wq-end {
  display: inline-block;
  width: 0.45em;
}

@media screen and (min-width: 641px) {
  a.fade,
  button.fade {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  a.fade:hover,
  a.fade:focus,
  button.fade:hover,
  button.fade:focus {
    opacity: 0.6;
  }
}

@media screen and (min-width: 641px) {
  body {
    min-width: 1190px;
  }
}

.philosophy {
  text-align: center;
  padding-bottom: 20px;
}

.philosophy-mv {
  height: 66.66667vw;
  position: relative;
  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;
  color: #3c3c3c;
}

@media screen and (min-width: 641px) {
  .philosophy-mv {
    height: 425px;
  }
}

@media screen and (min-width: 1190px) {
  .philosophy-mv {
    height: 35.71429vw;
  }
}

.philosophy-mv-inner {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.philosophy-mv-title {
  font-size: 24px;
  font-size: 6.4vw;
  -webkit-transform: translateY(-4.8vw);
  transform: translateY(-4.8vw);
}

@media screen and (min-width: 641px) {
  .philosophy-mv-title {
    font-size: 42px;
    font-size: 2.625rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.philosophy-mv-ytplay {
  position: absolute;
  left: 50%;
  bottom: 18.6666vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 641px) {
  .philosophy-mv-ytplay {
    bottom: auto;
    top: 66%;
  }
}

.philosophy-mv-ytplay a {
  display: block;
  color: #3c3c3c;
  text-decoration: none;
}

.philosophy-mv-ytplay-icon {
  width: 10.66667vw;
  margin: 0 auto;
}

@media screen and (min-width: 641px) {
  .philosophy-mv-ytplay-icon {
    width: 56px;
  }
}

.philosophy-mv-ytplay-icon img {
  width: 100%;
}

.philosophy-mv-ytplay-text {
  margin-top: 2.13333vw;
  font-size: 12px;
  font-size: 3.2vw;
}

@media screen and (min-width: 641px) {
  .philosophy-mv-ytplay-text {
    margin-top: 12px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.philosophy-mv-videotext {
  position: absolute;
  left: 50%;
  bottom: 5.3333vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
}

.philosophy-mv-videotext button {
  color: #656565;
  text-decoration: none;
  font-size: 2.9333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.philosophy-mv-videotext button:hover,
.philosophy-mv-videotext button:focus {
  color: #000;
}

.philosophy-mv-videotext button:hover .img svg,
.philosophy-mv-videotext button:focus .img svg {
  fill: #000;
}

.philosophy-mv-videotext .img {
  height: 1.3333vw;
  width: 2.6666vw;
  transition: 0.3s;
}

.philosophy-mv-videotext button.open .img {
  transform: rotate(180deg);
}

.philosophy-mv-videotext .img svg {
  width: 100%;
  height: auto;
  display: block;
  fill: #707070;
  transition: 0.3s;
}

.philosophy-mv-videotext .text {
  margin-left: 2.6666vw;
}

@media screen and (min-width: 641px) {
  .philosophy-mv-videotext {
    bottom: 30px;
  }

  .philosophy-mv-videotext button {
    font-size: 0.75em;
  }

  .philosophy-mv-videotext .img {
    width: 12px;
    height: 6px;
  }

  .philosophy-mv-videotext .text {
    margin-left: 10px;
  }
}

.philosophy-videotext {
  background: #f8f8fa;
  padding: 10.6666vw 0 9.6vw;
}

.philosophy-videotext-inner {
  padding: 0 13.3333vw;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}

.philosophy-videotext .text {
  font-size: 3.2vw;
  line-height: 1.67;
}

.philosophy-videotext .text + .text {
  margin-top: 1.5em;
}

@media screen and (min-width: 641px) {
  .philosophy-videotext {
    padding: 50px 0 46px;
  }

  .philosophy-videotext-inner {
    padding: 0 30px;
    max-width: 540px;
    box-sizing: content-box;
  }

  .philosophy-videotext .text {
    font-size: 0.75rem;
  }
}

.philosophy-intro {
  padding: 80px 0;
}

@media screen and (min-width: 641px) {
  .philosophy-intro {
    padding: 120px 0;
  }
}

.philosophy-intro-title {
  width: 61.86667vw;
  margin: 0 auto;
}

@media screen and (min-width: 641px) {
  .philosophy-intro-title {
    width: 100%;
  }
}

.philosophy-intro-title img {
  width: 100%;
}

@media screen and (min-width: 641px) {
  .philosophy-intro-title img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}

.philosophy-intro-text {
  font-size: 13px;
  font-size: 3.46667vw;
  line-height: 2;
  margin-top: 8.8vw;
}

@media screen and (min-width: 641px) {
  .philosophy-intro-text {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 40px;
    letter-spacing: 0.02em;
  }
}

.philosophy-hero-block {
  height: 100vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 641px) {
  .philosophy-hero-block {
    height: 400px;
  }
}

.philosophy-hero-title img {
  margin: 0 auto;
}

.philosophy-hero-text {
  font-size: 14px;
  font-size: 3.73333vw;
  line-height: 2;
  margin-top: 5.33333vw;
}

@media screen and (min-width: 641px) {
  .philosophy-hero-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-top: 40px;
  }
}

.philosophy-designers {
  padding: 60px 0;
}

@media screen and (min-width: 641px) {
  .philosophy-designers {
    padding: 160px 0;
  }
}

.philosophy-designers-title {
  font-size: 32px;
  font-size: 8.53333vw;
}

@media screen and (min-width: 641px) {
  .philosophy-designers-title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.philosophy-designers-title + .philosophy-designers-text {
  margin-top: 10.66667vw;
}

@media screen and (min-width: 641px) {
  .philosophy-designers-title + .philosophy-designers-text {
    margin-top: 56px;
  }
}

.philosophy-designers-text {
  font-size: 13px;
  font-size: 3.46667vw;
  line-height: 2;
}

@media screen and (min-width: 641px) {
  .philosophy-designers-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.philosophy-designers-list {
  margin-top: 13.33333vw;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 641px) {
  .philosophy-designers-list {
    margin-top: 88px;
    width: 1190px;
    margin-left: auto;
    margin-right: auto;
  }
}

.philosophy-designers-item {
  width: 47.7612%;
}

.philosophy-designers-item .text,
.philosophy-designers-item .name {
  transition: 0.3s;
}

.philosophy-designers-item:nth-of-type(even) {
  margin-left: 4.4776%;
}

/* 追記 */
.philosophy-designers-item:nth-of-type(n + 3) {
  margin-top: 8vw;
}

@media screen and (min-width: 641px) {
  .philosophy-designers-item {
    width: 190px;
    margin-left: 60px !important;
    margin-top: 0 !important;
  }

  .philosophy-designers-item:nth-of-type(5n + 1) {
    margin-left: 0 !important;
  }

  .philosophy-designers-item:nth-of-type(n + 6) {
    margin-top: 50px !important;
  }
}

.philosophy-designers-link {
  color: inherit;
  text-decoration: none;
  display: block;
}

.philosophy-designers img {
  width: 100%;
}

.philosophy-designers .name {
  font-size: 11px;
  font-size: 2.93333vw;
  font-family: "SST W20 Bold", sans-serif;
  font-weight: 400;
  margin-top: 3.2vw;
  line-height: 1.5;
  text-align: left;
}

@media screen and (min-width: 641px) {
  .philosophy-designers-link:hover img,
  .philosophy-designers-link:focus img {
    opacity: 0.6;
  }

  .philosophy-designers-link:hover .text,
  .philosophy-designers-link:hover .name {
    color: #000;
  }

  .philosophy-designers .name {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 15px;
  }
}

.philosophy-designers .text {
  font-size: 12px;
  font-size: 3.2vw;
  padding-top: 4vw;
  line-height: 1.66;
  text-align: left;
}

@media screen and (min-width: 641px) {
  .philosophy-designers .text {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-top: 26px;
    line-height: 1.84;
  }
}

#visionary {
  background-image: url(../img/visionary-bg_sp.jpg);
}

@media screen and (min-width: 641px) {
  #visionary {
    background-image: url(../img/visionary-bg.jpg);
  }
}

#visionary .philosophy-hero-title img {
  width: 24vw;
}

@media screen and (min-width: 641px) {
  #visionary .philosophy-hero-title img {
    width: auto;
    max-width: 100%;
  }
}

#integrity {
  background-image: url(../img/integrity-bg_sp.jpg);
}

@media screen and (min-width: 641px) {
  #integrity {
    background-image: url(../img/integrity-bg.jpg);
  }
}

#integrity .philosophy-hero-title img {
  width: 21.86667vw;
}

@media screen and (min-width: 641px) {
  #integrity .philosophy-hero-title img {
    width: auto;
    max-width: 100%;
  }
}

#empathy {
  background-image: url(../img/empathy-bg_sp.jpg);
}

@media screen and (min-width: 641px) {
  #empathy {
    background-image: url(../img/empathy-bg.jpg);
  }
}

#empathy .philosophy-hero-title img {
  width: 22.93333vw;
}

@media screen and (min-width: 641px) {
  #empathy .philosophy-hero-title img {
    width: auto;
    max-width: 100%;
  }
}

/* modal */
.modal {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.modal.modal-open {
  opacity: 1;
  visibility: visible;
}

.modal-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.65);
  left: 0;
  top: 0;
  padding: 0 !important;
  width: 100%;
  height: 100%;
}

.modal-wrapper {
  width: 100%;
  padding: 0;
  margin: auto;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 640px) {
  .modal-wrapper {
    padding: 0 80px;
  }
}

.modal-contents {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-content {
  position: relative;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
}

.modal-youtube-wrapper {
  max-width: 1350px;
}

.modal-youtube-wrapper .modal-close {
  position: relative;
  width: 48px;
  height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
}

.modal-youtube-wrapper .modal-content {
  width: 100%;
}

.modal-youtube-wrapper .player {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.modal-youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
