@charset "UTF-8";

/*--------------------------------------------
wrap
--------------------------------------------*/
.l-wrap {
  background-image: url(/students/assets/images/about/business/wrap_bg.png);
  background-size: cover;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-wrap {
    background-image: url(/students/assets/images/about/business/wrap_bg_sp.png);
    background-size: cover;
  }
}

/*--------------------------------------------
kv
--------------------------------------------*/
.b-kv {
  max-width: 1366px;
  height: 540px;
  margin: 0 auto;
  display: flex;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-kv {
    width: 100%;
    height: 93.333vw;
    flex-direction: column-reverse;
  }
}

/* kv img */
.b-kv__img {
  width: 85.139%;
  height: 540px;
  background: url(/students/assets/images/about/business/kv.png) no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  border-radius: 0 0 0 40px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-kv__img {
    width: 89.333vw;
    height: 93.333vw;
    background: url(/students/assets/images/about/business/kv_sp.png) no-repeat;
    background-position: top center;
    background-size: cover;
    border-radius: 0 0 0 5.333vw;
  }
}

.b-kv__txt {
  padding: 235px 0 0 6.076%;
  position: relative;
  z-index: 1;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-kv__txt {
    padding: 0 0 8vw 5.333vw;
    position: relative;
    z-index: 1;
  }
}

.b-kv__txt h1 {
  width: 190px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-kv__txt h1 {
    width: 38.666vw;
  }
}

.b-kv__txt p {
  margin-top: 25px;
  display: flex;
  flex-flow: column;
  gap: 10px 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-kv__txt p {
    margin-top: 3.333vw;
    gap: 1.333vw 0;
  }
}

.b-kv__txt p span {
  display: block;
  width: fit-content;
  padding: 0.18em 0.4em 0.3em 0.4em;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2em;
  color: #005bcc;
  background: #fff;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-kv__txt p span {
    font-size: 5.333vw;
  }
}


/*--------------------------------------------
PAGELINK
--------------------------------------------*/
.b-pagerink {
  max-width: 960px;
  margin: 60px auto 0;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-pagerink {
    max-width: 100%;
    margin: 10vw auto 0;
  }
}

.b-pagerink__txt {
  font-size: 16px;
  line-height: 2em;
  color: #fff;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-pagerink__txt {
    max-width: 89.333vw;
    font-size: 3.466vw;
    margin: 0 auto;
  }
}

.b-pagerink ul {
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-pagerink ul {
    margin: 6.666vw auto 0;
  }
}

.b-pagerink ul li {
  width: 29.166%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-pagerink ul li {
    width: 33.333%;
    border-right: 1px #4d8ddb solid;
  }
  .b-pagerink ul li:last-child {
    border-right: none;
  }
}

.b-pagerink ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px #4d8ddc solid;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-pagerink ul li a {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 3.0666vw 0;
    border-bottom: none;
  }
}

.b-pagerink ul li p {
  width: 75%;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-pagerink ul li p {
    width: 100%;
    font-size: 2.933vw;
    margin-bottom: 2.666vw;
    text-align: center;
  }
}

.b-pagerink .u-btn_arrow.-blue::before {
  transform: rotate(90deg);
  margin-top: 1.5px;
}

/*--------------------------------------------
私たちについて
--------------------------------------------*/
.b-about {
  max-width: 1200px;
  margin: 140px auto 0;
  padding: 100px 0;
  position: relative;
  background-color: #fff;
  border-radius: 40px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-about {
    max-width: 89.333vw;
    margin: 17.333vw auto 0;
    padding: 13.333vw 0;
    border-radius: 5.333vw;
  }
}

.b-about__ttl {
  font-size: 42px;
  font-weight: 700;
  color: #005bcc;
  text-align: center;
  padding-bottom: 36px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-about__ttl {
    font-size: 5.333vw;
    padding-bottom: 6vw;
  }
}

.b-about__ttl::before {
  content: "";
  background: #bd2020;
  width: 60px;
  height: 4px;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  bottom: 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-about__ttl::before {
    width: 8vw;
    height: 0.8vw;
  }
}

.b-about__catch {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  max-width: 960px;
  margin: 80px auto 0;
  padding: 30px 0;
  border-top: 1px #e5e5e5 solid;
  border-bottom: 1px #e5e5e5 solid;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-about__catch {
    font-size: 4.266vw;
    max-width: 78.666vw;
    margin: 10.666vw auto 0;
    padding: 5.333vw 0;
  }
}

.b-about__history {
  max-width: 960px;
  margin: 60px auto 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-about__history {
    max-width: 78.666vw;
    margin: 8vw auto 0;
  }
}

.b-about__history dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 35px;
  gap: 11px 0;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-about__history dl {
    margin-top: 6vw;
    gap: 2vw 0;
  }
}

.b-about__history dl::before {
  content: "";
  width: 1px;
  height: calc(100% - 1.5em);
  background: #e5e5e5;
  position: absolute;
  left: 60px;
  top: 1.2em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-about__history dl::before {
    left: 1.333vw;
    height: calc(100% - 1vw);
    top: 1vw;
  }
}

.b-about__history dl dt {
  width: 7.291%;
  font-size: 16px;
  line-height: 1.3em;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-about__history dl dt {
    font-size: 3.466vw;
    padding-left: 5.333vw;
  }
}

.b-about__history dl dt::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #bd2020;
  border-radius: 50%;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 2;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-about__history dl dt::before {
    width: 1.333vw;
    height: 1.333vw;
    right: auto;
    left: 0.666vw;
    top: 1.333vw;
  }
}

.b-about__history dl dt::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #f8e8e8;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-about__history dl dt::after {
    width: 2.666vw;
    height: 2.666vw;
    right: auto;
    left: 0;
    top: 0.666vw;
  }
}

.b-about__history dl dd {
  width: 92.708%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-about__history dl dd {
    width: 100%;
    flex-direction: column;
    padding-bottom: 8vw;
  }
}

.b-about__history dl dd:last-child {
  padding-bottom: 0;
}

.b-about__history__txt {
  width: 52.808%;
  padding-left: 3.37%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-about__history__txt {
    width: 100%;
    padding-left: 5.333vw;
  }
}

.b-about__history__txt h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #005bcc;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-about__history__txt h3 {
    font-size: 4.266vw;
  }
}

.b-about__history__txt p {
  font-size: 16px;
  line-height: 2em;
  margin-top: 30px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-about__history__txt p {
    font-size: 3.466vw;
    margin-top: 4vw;
  }
}

.b-about__history__img {
  width: 40.449%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-about__history__img {
    width: 100%;
    padding-left: 5.333vw;
    margin-top: 5.333vw;
  }
}

.b-about__diagram {
  max-width: 760px;
  margin: 60px auto 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-about__diagram {
    max-width: 84vw;
    margin: 8vw auto 0;
  }
}

.b-about__philosophy {
  max-width: 960px;
  margin: 60px auto 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-about__philosophy {
    max-width: 78.666vw;
    margin: 8vw auto 0;
  }
}

.b-about__philosophy li {
  background-color: #f4f7fa;
  border-radius: 10px;
  padding: 60px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-about__philosophy li {
    border-radius: 1.333vw;
    padding: 5.333vw;
  }
}

.b-about__philosophy li:first-child {
  margin-bottom: 30px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-about__philosophy li:first-child {
    margin-bottom: 5.333vw;
  }
}

.b-about__philosophy li h4 {
  font-size: 16px;
  font-weight: 700;
  color: #005bcc;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-about__philosophy li h4 {
    font-size: 2.9333vw;
  }
}

.b-about__philosophy__catch {
  font-size: 24px;
  line-height: 1.8em;
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-about__philosophy__catch {
    font-size: 4.266vw;
    margin-top: 2.666vw;
  }
}

.b-about__philosophy__txt {
  font-size: 16px;
  line-height: 2em;
  margin-top: 20px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-about__philosophy__txt {
    font-size: 3.4666vw;
    margin-top: 2.666vw;
  }
}


/*--------------------------------------------
事業紹介
--------------------------------------------*/
.b-business {
  width: 100%;
  margin: 140px auto 0;
  padding: 100px 0;
  position: relative;
  background-color: #fff;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-business {
    margin: 17.333vw auto 0;
    padding: 13.333vw 0;
  }
}

.b-business__ttl {
  font-size: 42px;
  font-weight: 700;
  color: #005bcc;
  text-align: center;
  padding-bottom: 36px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-business__ttl {
    font-size: 5.333vw;
    padding-bottom: 6vw;
  }
}

.b-business__ttl::before {
  content: "";
  background: #bd2020;
  width: 60px;
  height: 4px;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  bottom: 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-business__ttl::before {
    width: 8vw;
    height: 0.8vw;
  }
}

.b-business__catch {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin: 80px auto 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-business__catch {
    max-width:  89.333vw;
    font-size: 4.266vw;
    margin: 10.666vw auto 0;
  }
}

.b-business__outset {
  max-width: 920px;
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-business__outset {
    max-width: 89.333vw;
    flex-direction: column;
    margin: 6.666vw auto 0;
  }
}

.b-business__outset li {
  width: 26.086%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-business__outset li {
    width: 100%;
    margin-bottom: 4vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .b-business__outset li:last-child {
    margin-bottom: 0;
  }
}

.b-business__outset__img {
  width: 100%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-business__outset__img {
    width: 26.666vw;
  }
}

.b-business__outset__txt {
  width: 100%;
  font-size: 16px;
  line-height: 2em;
  text-align: center;
  width: calc(100% + 30%);
  margin: 20px -15% 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-business__outset__txt {
    font-size: 3.466vw;
    width: 58.666vw;
    text-align: left;
    margin: 0;
  }
}

.b-business__detail {
  max-width: 960px;
  margin: 80px auto 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-business__detail {
    max-width: 89.333vw;
    margin: 10.666vw auto 0;
  }
}

.b-business__detail li {
  display: flex;
  justify-content: space-between;
  border-top: 1px #e5e5e5 solid;
  padding: 60px 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-business__detail li {
    flex-direction: column-reverse;
    padding: 8vw 0;
  }
}

.b-business__detail li:last-child {
  border-bottom: 1px #e5e5e5 solid;
}

.b-business__detail__img {
  width: 31.25%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-business__detail__img {
    width: 100%;
  }
}

.b-business__detail li:nth-child(1) .b-business__detail__img {
  padding: 50px 0 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-business__detail li:nth-child(1) .b-business__detail__img {
    padding: 9.333vw 12vw 0;
  }
}

.b-business__detail li:nth-child(2) .b-business__detail__img {
  padding: 0 5.208%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-business__detail li:nth-child(2) .b-business__detail__img {
    padding: 9.333vw 20vw 0;
  }
}

.b-business__detail li:nth-child(3) .b-business__detail__img {
  padding: 0 2.864%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-business__detail li:nth-child(3) .b-business__detail__img {
    padding: 9.333vw 10.666vw 0;
  }
}

.b-business__detail__txtarea {
  width: 61.458%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-business__detail__txtarea {
    width: 100%;
  }
}

.b-business__detail__txtarea h3 {
  display: block;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  padding-left: 80px;
  line-height: 60px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-business__detail__txtarea h3 {
    font-size: 4.266vw;
    padding-left: 16vw;
    line-height: 13.333vw;
  }
}

.b-business__detail__txtarea h3::before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-business__detail__txtarea h3::before {
    width: 13.333vw;
    height: 13.333vw;
  }
}

.b-business__detail li:nth-child(1) .b-business__detail__txtarea h3 {
  color: #00afe9;
}

.b-business__detail li:nth-child(1) .b-business__detail__txtarea h3::before {
  background: url(/students/assets/images/about/business/ic_business_01.svg) no-repeat;
  background-size: cover;
}

.b-business__detail li:nth-child(2) .b-business__detail__txtarea h3 {
  color: #46b178;
}

.b-business__detail li:nth-child(2) .b-business__detail__txtarea h3::before {
  background: url(/students/assets/images/about/business/ic_business_02.svg) no-repeat;
  background-size: cover;
}

.b-business__detail li:nth-child(3) .b-business__detail__txtarea h3 {
  color: #e5b228;
}

.b-business__detail li:nth-child(3) .b-business__detail__txtarea h3::before {
  background: url(/students/assets/images/about/business/ic_business_03.svg) no-repeat;
  background-size: cover;
}

.b-business__detail__catch {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 30px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-business__detail__catch {
    font-size: 4.266vw;
    margin-top: 5.333vw;
  }
}

.b-business__detail__txt {
  font-size: 16px;
  line-height: 2em;
  margin-top: 20px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-business__detail__txt {
    font-size: 3.466vw;
    margin-top: 4vw;
  }
}

/*--------------------------------------------
仕事紹介
--------------------------------------------*/
.b-work {
  max-width: 1200px;
  margin: 140px auto 0;
  padding: 100px 0;
  position: relative;
  background-color: #fff;
  border-radius: 40px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-work {
    max-width: 89.333vw;
    margin: 17.333vw auto 0;
    padding: 13.333vw 0;
    border-radius: 5.333vw;
  }
}

.b-work__ttl {
  font-size: 42px;
  font-weight: 700;
  color: #005bcc;
  text-align: center;
  padding-bottom: 36px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-work__ttl {
    font-size: 5.333vw;
    padding-bottom: 6vw;
  }
}

.b-work__ttl::before {
  content: "";
  background: #bd2020;
  width: 60px;
  height: 4px;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  bottom: 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-work__ttl::before {
    width: 8vw;
    height: 0.8vw;
  }
}

.b-work__catch {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  max-width: 960px;
  margin: 80px auto 0;
  padding: 30px 0;
  border-top: 1px #e5e5e5 solid;
  border-bottom: 1px #e5e5e5 solid;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-work__catch {
    font-size: 4.266vw;
    max-width: 78.666vw;
    margin: 10.666vw auto 0;
    padding: 5.333vw 0;
  }
}

.b-work__catch__txt {
  max-width: 960px;
  margin: 60px auto 0;
  font-size: 16px;
  line-height: 2em;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-work__catch__txt {
    max-width: 78.666vw;
    margin: 8vw auto 0;
    font-size: 3.466vw;
  }
}

.b-work__detail {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 0;
  border-bottom: 1px #e5e5e5 solid;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-work__detail {
    max-width: 78.666vw;
    padding: 8vw 0;
  }
}

.b-work__detail__ttl {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-work__detail__ttl {
    justify-content: space-between;
  }
}

.b-work__detail__ttl__number {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-work__detail__ttl__number {
    width: 8vw;
    height: 8vw;
  }
}

.b-work__detail__ttl__number::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #005bcc;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.b-work__detail__ttl__number span {
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-work__detail__ttl__number span {
    font-size: 3.466vw;
  }
}

.b-work__detail__ttl__txt {
  font-size: 24px;
  font-weight: 700;
  padding-left: 20px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-work__detail__ttl__txt {
    width: 68vw;
    font-size: 4.266vw;
    padding-left: 0;
    line-height: 1.8em;
  }
}

.b-work__detail__catch {
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-work__detail__catch {
    font-size: 3.466vw;
    margin-top: 6.666vw;
    line-height: 1.8em;
  }
}

.b-work__detail__txt {
  font-size: 16px;
  line-height: 2em;
  margin-top: 30px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-work__detail__txt {
    font-size: 3.466vw;
    margin-top: 4vw;
  }
}

.b-work__detail__member {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-work__detail__member {
    flex-flow: column;
  }
}

.b-work__detail__member li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-work__detail__member li a {
    margin-top: 4vw;
  }
  .b-work__detail__member li:first-child a {
    margin-top: 0;
  }
}

.b-work__detail__member li:nth-child(1),
.b-work__detail__member li:nth-child(2) {
  width: 36%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-work__detail__member li:nth-child(1),
  .b-work__detail__member li:nth-child(2) {
    width: 100%;
  }
}

.b-work__detail__member li:nth-child(3) {
  width: 28%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-work__detail__member li:nth-child(3) {
    width: 100%;
  }
}

.b-work__detail__member__photo {
  max-width: 80px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-work__detail__member__photo {
    max-width: 16vw;
  }
}

.b-work__detail__member__txt {
  padding-left: 20px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-work__detail__member__txt {
    padding-left: 4vw;
  }
}

.b-work__detail__member__txt h4 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 700;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-work__detail__member__txt h4 {
    font-size: 3.466vw;
  }
}

.b-work__detail__member__txt p {
  font-size: 12px;
  line-height: 1.8em;
  margin-top: 10px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-work__detail__member__txt p {
    font-size: 2.4vw;
    margin-top: 2vw;
  }
}

.b-work__detail__movie {
  width: 400px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-work__detail__movie {
    width: 100%;
    margin-top: 4vw;
  }
}

.b-work__detail__movie__photo {
  max-width: 130px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-work__detail__movie__photo {
    max-width: 25.333vw;
  }
}

.b-work__detail__movie__txt {
  padding-left: 20px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-work__detail__movie__txt {
    padding-left: 4vw;
  }
}

.b-work__detail__movie__txt h4 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 700;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-work__detail__movie__txt h4 {
    font-size: 3.466vw;
    letter-spacing: 0;
  }
}

.b-work__detail__movie__txt p {
  font-size: 12px;
  line-height: 1.8em;
  margin-top: 10px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-work__detail__movie__txt p {
    font-size: 2.4vw;
    margin-top: 2vw;
  }
}

.b-work__detail__member-movie {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-work__detail__member-movie {
    flex-flow: column;
    margin-top: 4vw;
  }
}

.b-work__detail__member-movie li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-work__detail__member-movie li a {
    margin-top: 4vw;
  }
  .b-work__detail__member-movie li:first-child a {
    margin-top: 0;
  }
}

.b-work__detail__member-movie li:nth-child(1),
.b-work__detail__member-movie li:nth-child(2) {
  width: 42.708%;
  margin-right: 20px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-work__detail__member-movie li:nth-child(1),
  .b-work__detail__member-movie li:nth-child(2) {
    width: 100%;
    margin-right: 0;
  }
}

/*--------------------------------------------
RECOMMEND
--------------------------------------------*/
.b-recommend {
  max-width: 1080px;
  margin: 135px auto 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-recommend {
    max-width: 89.333vw;
    margin: 18.666vw auto 0;
  }
}

.b-recommend__ttl__en {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #fff;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-recommend__ttl__en {
    font-size: 8vw;
  }
}

.b-recommend__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-recommend__content {
    flex-direction: column;
    margin-top: 8vw;
  }
}

.b-recommend__content li {
  width: 47.222%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-recommend__content li {
    width: 100%;
  }
  .b-recommend__content li:first-child {
    margin-bottom: 9.333vw;
  }
}

.b-recommend__content li .o-story_recommended_img {
  width: 100%;
}

.b-recommend__contentt__txt {
  width: 100%;
}

.b-recommend__content__txt h4 {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
  color: #fff;
  margin-top: 30px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-recommend__content__txt h4 {
    font-size: 2.933vw;
    margin-top: 3.333vw;
  }
}

.b-recommend__content__txt {
  margin-top: -30px;
  position: relative;
  z-index: 1;
}

.b-recommend__content__txt p {
  display: flex;
  flex-flow: column;
  gap: 8px 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-recommend__content__txt p {
    display: flex;
    flex-flow: column;
    gap: 1.333vw 0;
  }
}

.b-recommend__content__txt p span {
  display: block;
  width: fit-content;
  background: #fff;
  padding: 0.4em 0.4em 0.5em 0.4em;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
  color: #005bcc;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .b-recommend__content__txt p span {
    font-size: 5.333vw;
  }
}

