*,
*::before,
*::after {
  box-sizing: border-box
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
em,
img,
strong,
sub,
sup,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
figcaption,
figure,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0)
}

body {
  line-height: 1
}

article,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block
}

nav ul {
  list-style: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0)
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}

html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif
}

body {
  color: #232323
}

nav {
  display: none;
  opacity: 0;
  z-index: 100;
  background: #f5f4e9;
  position: fixed;
  top: 0px;
  left: 0px;
  text-align: center;
  width: 100vw;
  height: 100vh;
  transition: opacity .25s ease-out
}

nav.opened {
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: center
}

nav ul {
  border-top: 1px solid #aaa
}

nav li {
  border-bottom: 1px solid #aaa;
  text-align: left
}

nav li a {
  position: relative;
  width: 100%;
  display: block;
  text-decoration: none;
  color: #444
}

nav li a::after {
  content: "";
  background: url(assets/e583d32f161ffe6b65ec.svg) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

nav .closer {
  display: block;
  width: 40px;
  height: 40px;
  padding: 10px;
  position: absolute
}

a.oc,
a.doc {
  color: #fff;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  text-decoration: none;
  font-weight: bold
}

a.oc::after,
a.doc::after {
  content: "";
  background: url(assets/1a123a1561c2cfcf9627.svg) no-repeat center
}

a.doc {
  background: #8195a9;
  background: linear-gradient(to bottom, #8195a9 0%, #315273 100%)
}

a.oc {
  margin-bottom: 1em;
  background: #bed400;
  background: linear-gradient(to bottom, #bed400 0%, #8caa00 100%)
}

footer {
  background: #f4f3e8;
  text-align: center;
  width: 100%
}

footer .logo {
  margin: 0 auto
}

footer .logo img {
  width: 100%;
  min-width: 100%;
  height: auto;
  vertical-align: top
}

footer address {
  font-weight: normal;
  font-style: normal;
  margin-bottom: 10px;
  line-height: 1.4
}

@media screen and (min-width: 769px) {
  body {
    font-size: 1.8rem
  }

  body .sp {
    display: none
  }

  nav {
    min-width: 1100px
  }

  nav ul {
    width: 900px;
    margin: 80px auto 0 auto
  }

  nav li a {
    padding: 30px 10px
  }

  nav li a::after {
    width: 15px;
    height: 28px;
    right: 15px;
    background-size: 15px 28px;
    transition: right .2s ease-out
  }

  nav li a:hover::after,
  nav li a:active::after {
    right: 0px
  }

  nav .closer {
    top: 50px;
    right: 50px
  }

  a.oc,
  a.doc {
    border: 5px solid #fff;
    width: 710px;
    height: 90px;
    border-radius: 999px;
    font-size: 2.8rem;
    box-shadow: rgba(0, 21, 86, .4) 0 0 15px;
    transition: box-shadow .2s ease-out, transform .2s ease-out
  }

  a.oc::after,
  a.doc::after {
    width: 12px;
    height: 20px;
    background-size: 12px 20px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -11px;
    transition: right .2s ease-out
  }

  a.oc:hover,
  a.oc:active,
  a.doc:hover,
  a.doc:active {
    transform: scale(0.99);
    box-shadow: rgba(0, 21, 86, .4) 0 0 5px
  }

  a.oc:hover::after,
  a.oc:active::after,
  a.doc:hover::after,
  a.doc:active::after {
    right: 10px
  }

  footer {
    padding: 50px 0;
    min-width: 1100px
  }

  footer .logo {
    margin-bottom: 20px;
    width: 330px;
    height: 40px
  }

  footer address {
    font-size: 1.5rem
  }

  footer .copyright {
    font-size: 1.2rem
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem
  }

  body .pc {
    display: none
  }

  nav .logo {
    width: 231.7px;
    height: 28px;
    margin: 0 auto
  }

  nav .logo img {
    width: 100%;
    min-width: 100%;
    height: auto;
    vertical-align: top
  }

  nav ul {
    margin-top: 50px
  }

  nav li {
    padding: 25px 10px
  }

  nav li a {
    font-size: 1.5rem
  }

  nav li a::after {
    width: 10.5px;
    height: 19.6px;
    right: 10px;
    background-size: 10.5px 19.6px
  }

  nav .closer {
    top: 10px;
    right: 10px
  }

  a.oc,
  a.doc {
    border: 3px solid #fff;
    width: 100%;
    padding: 20px 0;
    border-radius: 999px;
    font-size: 1.6rem;
    box-shadow: rgba(0, 21, 86, .4) 0 0 8px
  }

  a.oc::after,
  a.doc::after {
    width: 8.4px;
    height: 14px;
    background-size: 8.4px 14px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -7px
  }

  footer {
    padding: 25px 0
  }

  footer .logo {
    margin-bottom: 10px;
    width: 231px;
    height: 28px
  }

  footer address,
  footer .copyright {
    font-size: 1rem
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3
}

header .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center
}

header h1 img {
  width: 100%;
  min-width: 100%;
  height: auto;
  vertical-align: top
}

main .inner {
  background: #fff;
  margin: 0 auto
}

.lead {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif
}

.lead h2 {
  font-weight: bold
}

.lead p {
  font-weight: bold
}

.outline h3 {
  font-family: "Noto Sans JP", sans-serif
}

.outline p {
  line-height: 1.5
}

.skills h4 {
  font-family: "Noto Sans JP", sans-serif
}

.pointoflearning {
  border-radius: 10px
}

.pointoflearning h3 {
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 2px solid #fff;
  text-align: center;
  letter-spacing: .05
}

.pointoflearning h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.pointoflearning h4 span {
  display: inline-block
}

.pointoflearning h4 .text {
  flex-grow: 2
}

.pointoflearning .point {
  border-bottom: 2px solid #fff
}

.pointoflearning .point:last-child {
  border-bottom: none
}

.courses ul {
  list-style-type: none
}

.courses li {
  margin-bottom: 10px
}

.socialcreation,
.marketpsychology {
  position: relative;
  text-align: center;
  width: 100%
}

.socialcreation a,
.marketpsychology a {
  position: relative;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin: 0 auto
}

.socialcreation a::after,
.marketpsychology a::after {
  content: "";
  background: url(assets/1a123a1561c2cfcf9627.svg) no-repeat center
}

.buttons {
  background: #fff
}

body,
header {
  background: #e98800
}

.skills {
  color: #e98700
}

header .inner {
  margin: 0 auto
}

.ph2-kv {
  position: relative;
  font-family: "Noto Sans JP", sans-serif
}

.ph2-kv h2 {
  width: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  transform-origin: center;
  font-weight: 500;
  text-shadow: rgba(235, 89, 2, .6) 1px 1px 10px, rgba(235, 89, 2, .6) -1px 1px 10px, rgba(235, 89, 2, .6) 1px -1px 10px, rgba(235, 89, 2, .6) -1px -1px 10px
}

.ph2-kv p {
  width: 100%;
  text-align: center;
  font-weight: 500;
  z-index: 2;
  color: #fff;
  text-shadow: rgba(235, 89, 2, .6) 1px 1px 10px, rgba(235, 89, 2, .6) -1px 1px 10px, rgba(235, 89, 2, .6) 1px -1px 10px, rgba(235, 89, 2, .6) -1px -1px 10px
}

.ph2-kv p strong {
  display: inline-block;
  position: relative;
  font-weight: 500
}

.ph2-kv p .note {
  font-weight: 300
}

.ph2-lead {
  position: relative
}

.ph2-lead h2 {
  position: relative;
  z-index: 1;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  color: #e98700;
  font-family: "Noto Sans JP", sans-serif
}

.ph2-lead h2 .ttl {
  font-weight: 500;
  position: relative
}

.ph2-lead h2 .ttl span {
  letter-spacing: .1em
}

.ph2-lead h2 .shoulder {
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.02em
}

.ph2-lead h2 .astarisk {
  position: absolute;
  top: 0px;
  font-weight: 500
}

.ph2-lead h2 .note {
  font-weight: 500;
  letter-spacing: 0em;
  font-weight: normal
}

.ph2-lead p.shoulder {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  z-index: 2;
  transform: skew(-8deg) rotate(-8deg) scaleX(0.93);
  transform-origin: 100% 0%;
  display: inline-block;
  font-weight: 100;
  letter-spacing: -0.08em
}

.ph2-lead p.shoulder span {
  display: inline-block;
  padding-left: 5px;
  font-weight: 500;
  transform: scaleX(1);
  letter-spacing: 0em
}

.ph2-lead p.text {
  text-align: center;
  color: #333;
  font-weight: bold
}

.ph2-about h3,
.ph2-learning h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: .05em;
  position: relative;
  color: #e98700
}

.ph2-about h3::before,
.ph2-about h3::after,
.ph2-learning h3::before,
.ph2-learning h3::after {
  content: "";
  display: block;
  position: absolute
}

.ph2-about h3::before,
.ph2-learning h3::before {
  border-top: 1px solid #e98700;
  border-left: 1px solid #e98700;
  top: 0px;
  left: 0px
}

.ph2-about h3::after,
.ph2-learning h3::after {
  border-right: 1px solid #e98700;
  border-bottom: 1px solid #e98700;
  right: 0px;
  bottom: 0px
}

.ph2-about ul {
  list-style-type: none
}

.ph2-about ul li {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  background: url(assets/3b3c49cf6077996c10fe.svg) no-repeat center bottom
}

.ph2-about ul li h4 {
  color: #e98700;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700
}

.ph2-about ul li p {
  font-family: sans-serif;
  color: #333;
  text-align: left;
  line-height: 1.5
}

.ph2-about ul+p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #e98700
}

.ph2-learning .visual-base h4,
.ph2-learning .visual-challenge h4 {
  display: flex;
  justify-content: center;
  align-items: center
}

.ph2-learning .visual-base h4 .ttl,
.ph2-learning .visual-challenge h4 .ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #e98700
}

.ph2-learning .visual-base h4 .ttl span,
.ph2-learning .visual-challenge h4 .ttl span {
  display: block
}

.ph2-learning .visual-base h4 .ttl span:nth-child(3),
.ph2-learning .visual-challenge h4 .ttl span:nth-child(3) {
  font-weight: 500
}

.ph2-learning .visual-base .photo {
  position: relative
}

.ph2-learning .visual-challenge .challenge-flow .flow1,
.ph2-learning .visual-challenge .challenge-flow .flow2 {
  text-align: center;
  color: #e98700;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700
}

.ph2-learning .visual-challenge .challenge-flow .flow1 span,
.ph2-learning .visual-challenge .challenge-flow .flow2 span {
  display: block;
  margin-bottom: 10px
}

.ph2-learning .internship {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.ph2-learning .internship h4 {
  text-align: center;
  color: #e98700;
  font-family: "Noto Sans JP", sans-serif
}

.ph2-learning .internship ul {
  list-style-type: none;
  display: inline-block
}

.ph2-learning .internship ul li {
  font-weight: bold;
  color: #e98700;
  width: 100%
}

.ph2-learning .internship ul li:last-child {
  margin-bottom: 0
}

.ph2-learning .internship ul li span {
  display: block
}

.ph2-learning .partnership h5 {
  color: #e98700;
  margin-bottom: 5px
}

.movie {
  width: 100%;
  margin: 0 auto;
  text-align: center
}

.movie h3 {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  color: #e98700;
  margin-bottom: .8em
}

.skills {
  background: url(assets/5d47106cb388b729f7da.png) repeat-x top left;
  padding-top: 20px;
  margin-top: 20px
}

.skills .skill {
  background: url(assets/5d47106cb388b729f7da.png) repeat-x bottom left;
  padding-bottom: 20px;
  margin-bottom: 20px
}

.lab {
  position: relative;
  border: 2px solid #e98700;
  margin-bottom: 20px;
  border-radius: 10px;
  z-index: 2
}

.lab h3 {
  font-family: "Noto Sans JP", sans-serif;
  color: #e98700
}

.lab p {
  line-height: 1.6
}

.lab .photo {
  border-radius: 999px;
  overflow: hidden
}

.futureproject {
  position: relative;
  border: 2px solid #e98700;
  border-radius: 10px
}

.futureproject h3,
.futureproject h4 {
  font-family: "Noto Sans JP", sans-serif;
  color: #e98700
}

.futureproject .project-outline p {
  line-height: 1.5
}

.futureproject .lixil {
  margin-bottom: 20px
}

.futureproject .lixil .text h4 span {
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  display: inline-block;
  background: #e98700;
  color: #fff;
  margin-right: 5px
}

.futureproject .lixil p {
  line-height: 1.5
}

.futureproject .project.other {
  padding-top: 20px;
  background: url(assets/5d47106cb388b729f7da.png) repeat-x left top
}

.futureproject .project.other div:nth-of-type(1) {
  margin-bottom: 20px
}

.futureproject .project.other h4 {
  margin-bottom: 6px
}

.futureproject .project.other p {
  line-height: 1.5
}

.futureproject .project.other div:nth-of-type(2) p {
  letter-spacing: -0.03em
}

.pointoflearning {
  background: #fff1d0
}

.pointoflearning h3,
.pointoflearning h4 {
  color: #e98700
}

.pointoflearning h4 {
  font-weight: bold;
  margin-bottom: 10px
}

.pointoflearning .point p {
  line-height: 1.5
}

.courses li span {
  color: #e98700
}

.buttons p {
  text-align: center;
  margin-bottom: .5em;
  font-weight: bold;
  line-height: 1.4
}

.marketpsychology {
  text-align: center;
  background: #ebfaff;
  background: linear-gradient(to bottom, #ebfaff 0%, #fff 100%)
}

.marketpsychology a {
  background: #00a0e8;
  background: linear-gradient(to bottom, #00a0e8 0%, #005ae6 100%);
  border-radius: 999px
}

@media screen and (min-width: 769px) {
  header {
    min-width: 1100px;
    padding-top: 40px;
    padding-bottom: 20px
  }

  header .inner {
    width: 1100px
  }

  header h1 {
    width: 250px;
    height: 30px
  }

  main {
    padding-top: 90px
  }

  main .inner {
    width: 1100px;
    padding: 50px;
    margin-bottom: 50px
  }

  .lead {
    padding-top: 20px
  }

  .lead h2 {
    font-size: 5.2rem;
    margin-bottom: 30px
  }

  .lead p {
    font-size: 2.8rem;
    font-weight: bold
  }

  .outline {
    margin-bottom: 30px
  }

  .outline h3 {
    font-size: 2.4rem;
    margin-bottom: 10px
  }

  .skills {
    margin-bottom: 60px
  }

  .skills .skill {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
  }

  .skills .skill .text {
    width: 850px
  }

  .skills .skill .icon {
    width: 120px
  }

  .skills .skill h4 {
    font-size: 2.1rem;
    margin-bottom: 10px
  }

  .skills .skill p {
    line-height: 1.6
  }

  .pointoflearning {
    margin-bottom: 60px
  }

  .pointoflearning h3 {
    font-size: 2.8rem;
    padding: 30px 0 20px 0
  }

  .pointoflearning h4 {
    font-size: 2.4rem
  }

  .pointoflearning h4 .year {
    border-right: 1px solid #232323;
    padding: 5px 20px 5px 0;
    margin: 0 15px 0px 0
  }

  .pointoflearning .point {
    padding: 20px 30px 25px 30px
  }

  .courses {
    display: flex;
    justify-content: space-between;
    align-items: center
  }

  .courses div:nth-of-type(1) {
    width: 480px
  }

  .courses div:nth-of-type(2) {
    width: 500px
  }

  .courses h4 {
    margin-bottom: 15px;
    font-size: 2.1rem
  }

  .courses li {
    margin-bottom: 10px
  }

  .socialcreation,
  .marketpsychology {
    min-width: 1100px;
    padding: 50px 0
  }

  .socialcreation p,
  .marketpsychology p {
    font-size: 2.4rem;
    margin-bottom: 20px
  }

  .socialcreation a,
  .marketpsychology a {
    border: 5px solid #fff;
    font-size: 2.8rem;
    width: 610px;
    height: 90px;
    transition: box-shadow .2s ease-out, transform .2s ease-out
  }

  .socialcreation a::after,
  .marketpsychology a::after {
    width: 12px;
    height: 20px;
    background-size: 12px 20px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -11px;
    transition: right .2s ease-out
  }

  .buttons {
    padding: 80px 0
  }

  .ph2-kv h2 {
    font-size: 6rem;
    letter-spacing: -0.01em;
    position: absolute;
    bottom: 175px;
    left: 0px
  }

  .ph2-kv h2 span {
    letter-spacing: -0.2em
  }

  .ph2-kv p {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.4em;
    line-height: 1.1
  }

  .ph2-kv p strong {
    font-size: 5rem;
    letter-spacing: .05em
  }

  .ph2-kv p span {
    font-size: 1.92rem
  }

  .ph2-kv p .caption {
    font-size: 1.5rem;
    line-height: 1.4
  }

  .ph2-lead {
    margin-bottom: 200px
  }

  .ph2-lead h2 {
    padding-top: 100px;
    margin-bottom: 100px
  }

  .ph2-lead h2 .ttl {
    font-size: 14rem
  }

  .ph2-lead h2 .shoulder {
    margin-bottom: 40px;
    font-size: 3.8rem
  }

  .ph2-lead h2 .shoulder strong {
    font-size: 4.94rem
  }

  .ph2-lead h2 .astarisk {
    font-size: 2.1rem;
    right: 0px
  }

  .ph2-lead h2 .note {
    margin-top: 20px;
    font-size: 1.5rem;
    text-align: right
  }

  .ph2-lead p.shoulder {
    font-size: 4.2rem
  }

  .ph2-lead p.shoulder span {
    font-size: 4.6rem
  }

  .ph2-lead p.text {
    font-size: 2.1rem;
    line-height: 1.7
  }

  .ph2-about h3,
  .ph2-learning h3 {
    font-size: 3.2rem;
    height: 120px;
    margin-bottom: 40px
  }

  .ph2-about h3::before,
  .ph2-about h3::after,
  .ph2-learning h3::before,
  .ph2-learning h3::after {
    width: 400px;
    height: 80px
  }

  .ph2-about {
    margin-bottom: 250px
  }

  .ph2-about ul li {
    padding-bottom: 60px;
    margin-bottom: 30px;
    background-size: 56px 28px
  }

  .ph2-about ul li h4 {
    width: 340px;
    font-size: 3.8rem;
    border-left: 5px solid #e98700;
    padding: 10px 0 10px 20px
  }

  .ph2-about ul li p {
    font-size: 2.1rem
  }

  .ph2-about ul+p {
    font-size: 6.4rem
  }

  .ph2-learning {
    margin-bottom: 200px
  }

  .ph2-learning .visual-base h4,
  .ph2-learning .visual-challenge h4 {
    height: 150px;
    margin-bottom: 50px
  }

  .ph2-learning .visual-base h4 .icon,
  .ph2-learning .visual-challenge h4 .icon {
    width: 150px;
    height: 150px;
    margin-right: 30px
  }

  .ph2-learning .visual-base h4 .ttl span:nth-child(1),
  .ph2-learning .visual-challenge h4 .ttl span:nth-child(1) {
    font-size: 2.1rem;
    margin-bottom: 10px
  }

  .ph2-learning .visual-base h4 .ttl span:nth-child(2),
  .ph2-learning .visual-challenge h4 .ttl span:nth-child(2) {
    font-size: 7.2rem
  }

  .ph2-learning .visual-base h4 .ttl span:nth-child(3),
  .ph2-learning .visual-challenge h4 .ttl span:nth-child(3) {
    margin-top: 10px;
    font-size: 1.5rem
  }

  .ph2-learning .visual-base p:nth-of-type(1),
  .ph2-learning .visual-challenge p:nth-of-type(1) {
    font-size: 2.1rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 50px
  }

  .ph2-learning .visual-base {
    margin-bottom: 100px
  }

  .ph2-learning .visual-base .photo {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
  }

  .ph2-learning .visual-base .photo .p1 {
    position: relative;
    width: 1000px;
    height: 540px;
    margin-bottom: 20px
  }

  .ph2-learning .visual-base .photo .p2,
  .ph2-learning .visual-base .photo .p3,
  .ph2-learning .visual-base .photo .p4 {
    position: relative;
    width: 320px;
    height: 220px
  }

  .ph2-learning .visual-base .photo .p2 .copy1 {
    position: absolute;
    bottom: -5px;
    left: -20px
  }

  .ph2-learning .visual-base .photo .p4 .copy2 {
    position: absolute;
    right: -20px;
    bottom: -5px
  }

  .ph2-learning .visual-base .photo+p {
    font-size: 1.5rem;
    line-height: 1.6
  }

  .ph2-learning .visual-challenge {
    margin-bottom: 50px
  }

  .ph2-learning .visual-challenge .challenge-flow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
  }

  .ph2-learning .visual-challenge .challenge-flow .flow1,
  .ph2-learning .visual-challenge .challenge-flow .flow2 {
    font-size: 4.8rem
  }

  .ph2-learning .visual-challenge .challenge-flow .flow1 span,
  .ph2-learning .visual-challenge .challenge-flow .flow2 span {
    font-size: 2.4rem
  }

  .ph2-learning .internship {
    border-radius: 20px;
    border: 5px solid #e98700;
    padding: 50px 0;
    margin-bottom: 15px
  }

  .ph2-learning .internship h4 {
    margin-bottom: 40px;
    font-size: 4.2rem
  }

  .ph2-learning .internship ul li {
    font-size: 3.2rem;
    margin-bottom: 1em;
    display: flex;
    justify-content: flex-start;
    align-items: center
  }

  .ph2-learning .internship ul li span:nth-of-type(1) {
    width: 9em
  }

  .ph2-learning .internship ul li span:nth-of-type(2) {
    width: 15px;
    height: 20px;
    margin-right: 15px
  }

  .ph2-learning .partnership h5 {
    font-size: 2.4rem
  }

  .ph2-learning .partnership p {
    font-size: 2.1rem;
    line-height: 1.6
  }

  .ph2-cource {
    margin-bottom: 100px
  }

  .ph2-cource h3 {
    color: #e98700;
    font-size: 4.2rem;
    margin-bottom: 25px
  }

  .ph2-cource ul {
    list-style-type: none
  }

  .ph2-cource ul li {
    margin-bottom: 20px;
    font-size: 3.2rem
  }

  .movie {
    padding: 50px 0 0 0
  }

  .movie h3 {
    font-size: 2.4rem;
    font-weight: 500;
  }

  .movie h3 span {
    font-size: 4rem;
  }

  .movie h4 {
    font-size: 2.6rem;
    margin-bottom: 1rem;
    color: #fff;
    background: #e98700;
    font-weight: 500;
    padding: 0.5rem 1em;
    border-radius: 0.4rem;
    display: inline-block;
  }

  .movie .inner {
    background: none;
    padding: 0;
    margin: 0 auto 30px;
    width: 960px
  }

  .movie .full-ver {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 960px;
    margin: 0 auto 20px;
  }

  .movie .full-ver .item {
    width: 32%;
  }

  .movie .full-ver .item h5 {
    color: #e98700;
    margin-bottom: 10px;
    font-size: 2rem;
  }

  .movie .full-ver .item iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }

  .lab {
    padding: 28px
  }

  .lab h3 {
    font-size: 2.1rem;
    margin-bottom: 10px
  }

  .lab .photo {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 200px;
    height: 200px
  }

  .futureproject {
    padding: 28px;
    margin-bottom: 50px
  }

  .futureproject .project-outline {
    margin-bottom: 20px
  }

  .futureproject .project-outline h3 {
    font-size: 2.1rem;
    margin-bottom: 10px
  }

  .futureproject .lixil {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
  }

  .futureproject .lixil .text {
    flex: 0 0 665px;
    width: 665px
  }

  .futureproject .lixil .text h4 {
    margin-bottom: 10px
  }

  .futureproject .lixil .text h4 span {
    font-weight: normal;
    font-size: 1.5rem;
    padding: 6px 10px 4px 10px
  }

  .futureproject .lixil .photo {
    flex: 0 0 240px;
    width: 240px
  }

  .buttons p {
    font-size: 2.8rem
  }

  .marketpsychology::after {
    content: "";
    width: 228px;
    height: 270px;
    background: url(assets/901528e57a9400dad7b5.webp) no-repeat center;
    background-size: 228px 270px;
    position: absolute;
    right: 50%;
    bottom: 0px;
    margin-right: 320px
  }

  .marketpsychology a {
    box-shadow: rgba(2, 95, 132, .6) 0 0 15px
  }

  .marketpsychology a:hover,
  .marketpsychology a:active {
    transform: scale(0.99);
    box-shadow: rgba(2, 95, 132, .6) 0 0 5px
  }

  .marketpsychology a:hover::after,
  .marketpsychology a:active::after {
    right: 10px
  }
}

@media screen and (max-width: 768px) {
  header {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px
  }

  header .inner {
    width: 92%
  }

  header h1 {
    width: 175px;
    height: 21px
  }

  main {
    padding-top: 71px
  }

  main .inner {
    width: 92%;
    padding: 15px;
    margin-bottom: 25px
  }

  .lead {
    padding-top: 10px
  }

  .lead h2 {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 10px
  }

  .lead p {
    font-size: 1.6rem;
    line-height: 1.4
  }

  .outline {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 25px
  }

  .outline .text {
    width: 100%
  }

  .outline h3 {
    font-size: 1.6rem;
    margin-bottom: 5px
  }

  .outline .figure {
    margin: 20px auto 0 auto
  }

  .outline .figure img {
    width: 100%;
    min-width: 100%;
    height: auto;
    vertical-align: top
  }

  .skills {
    margin-bottom: 30px
  }

  .skills .skill {
    display: flex;
    justify-content: space-between;
    align-items: center
  }

  .skills .skill .text {
    width: calc(100% - 90px)
  }

  .skills .skill .icon {
    width: 80px
  }

  .skills .skill .icon img {
    width: 100%;
    min-width: 100%;
    height: auto;
    vertical-align: top
  }

  .skills .skill h4 {
    font-size: 1.6rem;
    margin-bottom: 5px
  }

  .skills .skill p {
    line-height: 1.5
  }

  .pointoflearning {
    margin-bottom: 30px
  }

  .pointoflearning h3 {
    font-size: 2rem;
    padding: 20px 0 10px 0
  }

  .pointoflearning h4 {
    font-size: 1.6rem
  }

  .pointoflearning h4 .year {
    padding-top: 5px;
    margin: 0 10px 0 0
  }

  .pointoflearning h4 .year img {
    width: 100%;
    min-width: 100%;
    height: auto;
    vertical-align: top
  }

  .pointoflearning h4 .text {
    border-left: 1px solid #232323;
    padding: 0px 0 0px 10px;
    line-height: 1.2
  }

  .pointoflearning .point:nth-of-type(1) .year {
    width: 54.4px;
    height: 26.6px
  }

  .pointoflearning .point:nth-of-type(2) .year {
    width: 55.2px;
    height: 27.4px
  }

  .pointoflearning .point:nth-of-type(3) .year {
    width: 56px;
    height: 27.4px
  }

  .pointoflearning .point:nth-of-type(4) .year {
    width: 56px;
    height: 26.6px
  }

  .pointoflearning .point {
    padding: 15px
  }

  .courses div:nth-of-type(1) {
    width: 100%
  }

  .courses div:nth-of-type(2) {
    display: none
  }

  .courses h4 {
    margin-bottom: 10px;
    font-size: 1.6rem
  }

  .courses li {
    margin-bottom: 5px
  }

  .socialcreation,
  .marketpsychology {
    padding: 25px 0
  }

  .socialcreation p,
  .marketpsychology p {
    margin: 0 auto 10px auto;
    width: 90%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 1.4
  }

  .socialcreation a,
  .marketpsychology a {
    border: 3px solid #fff;
    font-size: 1.6rem;
    width: 90%;
    height: 50px
  }

  .socialcreation a span,
  .marketpsychology a span {
    margin-left: 3px;
    padding-top: 8px;
    font-size: 1rem
  }

  .socialcreation a::after,
  .marketpsychology a::after {
    width: 8.4px;
    height: 14px;
    background-size: 8.4px 14px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px
  }

  .buttons {
    padding: 50px 0
  }

  .buttons a {
    width: 90%
  }

  .ph2-kv h2 {
    position: absolute;
    bottom: 140px;
    left: 0px;
    width: 100%;
    font-size: 2.6rem;
    letter-spacing: -0.01em;
    font-weight: bold;
    transform: scale(1)
  }

  .ph2-kv p {
    transform: scale(1);
    position: absolute;
    bottom: 30px;
    left: 0px;
    font-size: 3rem;
    line-height: 1.1;
    font-weight: bold
  }

  .ph2-kv p strong {
    font-size: 4.5rem;
    margin-bottom: 3px
  }

  .ph2-kv p strong::after {
    font-size: 1rem
  }

  .ph2-kv p span {
    font-size: 2.1rem
  }

  .ph2-kv p .caption {
    font-weight: bold;
    font-size: 1.2rem;
    padding-top: 5px;
    display: inline-block
  }

  .ph2-kv .kv img,
  .ph2-kv .kv picture {
    width: 100%;
    min-width: 100%;
    height: auto;
    vertical-align: top
  }

  main .inner .buttons {
    padding: 25px 0
  }

  main .inner .buttons a {
    width: 100%;
    padding: 15px 0;
    font-size: 1.5rem
  }

  main .inner .buttons a::after {
    right: 10px
  }

  .ph2-lead {
    margin-bottom: 100px
  }

  .ph2-lead h2 {
    padding-top: 50px;
    margin-bottom: 50px
  }

  .ph2-lead h2 .ttl {
    font-size: 4.6rem;
    text-align: center
  }

  .ph2-lead h2 .shoulder {
    margin-bottom: 10px;
    font-size: 1.5rem
  }

  .ph2-lead h2 .shoulder strong {
    font-size: 1.95rem
  }

  .ph2-lead h2 .astarisk {
    font-size: 1rem;
    right: -8px
  }

  .ph2-lead h2 .note {
    margin-top: 10px;
    font-size: .9rem;
    text-align: center
  }

  .ph2-lead p.shoulder {
    font-size: 2rem
  }

  .ph2-lead p.text {
    font-size: 1.5rem;
    line-height: 1.5
  }

  .ph2-about h3,
  .ph2-learning h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding: 20px 0
  }

  .ph2-about h3::before,
  .ph2-about h3::after,
  .ph2-learning h3::before,
  .ph2-learning h3::after {
    width: 40%;
    height: 30px
  }

  .ph2-about {
    margin-bottom: 100px
  }

  .ph2-about ul li {
    padding-bottom: 30px;
    margin-bottom: 15px;
    background-size: 28px 14px
  }

  .ph2-about ul li h4 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 10em;
    font-size: 1.6rem;
    line-height: 1;
    border-left: 3px solid #e98700;
    padding: 10px 0 10px 5px
  }

  .ph2-about ul li p {
    font-size: 1rem
  }

  .ph2-about ul+p {
    font-size: 2.4rem
  }

  .ph2-learning {
    margin-bottom: 100px
  }

  .ph2-learning .visual-base h4,
  .ph2-learning .visual-challenge h4 {
    height: 60px;
    margin-bottom: 25px
  }

  .ph2-learning .visual-base h4 .icon,
  .ph2-learning .visual-challenge h4 .icon {
    width: 60px;
    height: 60px;
    margin-right: 10px
  }

  .ph2-learning .visual-base h4 .icon img,
  .ph2-learning .visual-challenge h4 .icon img {
    width: 100%;
    min-width: 100%;
    height: auto;
    vertical-align: top
  }

  .ph2-learning .visual-base h4 .ttl span:nth-child(1),
  .ph2-learning .visual-challenge h4 .ttl span:nth-child(1) {
    font-size: 1.2rem;
    margin-bottom: 5px
  }

  .ph2-learning .visual-base h4 .ttl span:nth-child(2),
  .ph2-learning .visual-challenge h4 .ttl span:nth-child(2) {
    font-size: 2.4rem
  }

  .ph2-learning .visual-base h4 .ttl span:nth-child(3),
  .ph2-learning .visual-challenge h4 .ttl span:nth-child(3) {
    margin-top: 5px;
    font-size: 1rem
  }

  .ph2-learning .visual-base p:nth-of-type(1),
  .ph2-learning .visual-challenge p:nth-of-type(1) {
    font-size: 1.3rem;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 25px
  }

  .ph2-learning .visual-base {
    margin-bottom: 50px
  }

  .ph2-learning .visual-base .photo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px
  }

  .ph2-learning .visual-base .photo .p1,
  .ph2-learning .visual-base .photo .p2,
  .ph2-learning .visual-base .photo .p3,
  .ph2-learning .visual-base .photo .p4 {
    position: relative
  }

  .ph2-learning .visual-base .photo .p1 img,
  .ph2-learning .visual-base .photo .p2 img,
  .ph2-learning .visual-base .photo .p3 img,
  .ph2-learning .visual-base .photo .p4 img {
    width: 100%;
    min-width: 100%;
    height: auto;
    vertical-align: top
  }

  .ph2-learning .visual-base .photo .p1 {
    width: 100%;
    margin-bottom: 10px
  }

  .ph2-learning .visual-base .photo .p2,
  .ph2-learning .visual-base .photo .p3,
  .ph2-learning .visual-base .photo .p4 {
    width: 32%
  }

  .ph2-learning .visual-base .photo .p2 {
    z-index: 2
  }

  .ph2-learning .visual-base .photo .p2 .copy1 {
    position: absolute;
    bottom: -15px;
    left: -10px;
    width: 112.5px;
    height: 41.4px
  }

  .ph2-learning .visual-base .photo .p4 .copy2 {
    position: absolute;
    right: -10px;
    bottom: -15px;
    width: 136.35px;
    height: 47.25px
  }

  .ph2-learning .visual-base .photo+p {
    font-size: 1.2rem;
    line-height: 1.4
  }

  .ph2-learning .visual-challenge {
    margin-bottom: 25px
  }

  .ph2-learning .visual-challenge .challenge-flow {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
  }

  .ph2-learning .visual-challenge .challenge-flow .flow1,
  .ph2-learning .visual-challenge .challenge-flow .flow2 {
    font-size: 3.2rem
  }

  .ph2-learning .visual-challenge .challenge-flow .flow1 span,
  .ph2-learning .visual-challenge .challenge-flow .flow2 span {
    font-size: 1.4rem
  }

  .ph2-learning .visual-challenge .challenge-flow .zagaku {
    margin: 10px 0;
    width: 64.4px;
    height: 138.6px
  }

  .ph2-learning .visual-challenge .challenge-flow .zagaku img {
    width: 100%;
    min-width: 100%;
    height: auto;
    vertical-align: top
  }

  .ph2-learning .internship {
    border-radius: 10px;
    border: 2px solid #e98700;
    padding: 15px 15px;
    margin-bottom: 10px
  }

  .ph2-learning .internship h4 {
    margin-bottom: 20px;
    font-size: 2rem
  }

  .ph2-learning .internship ul li {
    font-size: 1.6rem;
    margin-bottom: .8em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.4
  }

  .ph2-learning .internship ul li span:nth-of-type(1) {
    width: 100%
  }

  .ph2-learning .internship ul li span:nth-of-type(2) {
    width: 7.5px;
    height: 10px;
    margin-right: 7.5px;
    margin-left: 1em
  }

  .ph2-learning .internship ul li span:nth-of-type(2) img {
    width: 100%;
    min-width: 100%;
    height: auto;
    vertical-align: top
  }

  .ph2-learning .partnership h5 {
    font-size: 1.5rem
  }

  .ph2-learning .partnership p {
    font-size: 1.3rem;
    line-height: 1.4
  }

  .ph2-cource {
    margin-bottom: 50px
  }

  .ph2-cource h3 {
    color: #e98700;
    font-size: 1.8rem;
    margin-bottom: 15px
  }

  .ph2-cource ul {
    list-style-type: none
  }

  .ph2-cource ul li {
    margin-bottom: 10px
  }

  .movie {
    padding: 30px 5% 0 5%;
    width: 100%
  }

  .movie h3 {
    font-size: 1.8rem;
    font-weight: 700
  }

  .movie h3 span {
    display: inline-block;
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 8px;
  }

  .movie h4 {
    color: #fff;
    background: #e98700;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 0.5rem 1em;
    margin-bottom: 10px;
    border-radius: 0.4rem;
    display: inline-block;
  }

  .movie .inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    top: 25%;
    margin: 0 auto 30px;
  }

  .movie .inner iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .movie .full-ver {
    display: block;
    margin: 0 auto 20px;
  }

  .movie .full-ver .item {
    margin-bottom: 30px;
  }

  .movie .full-ver .item h5 {
    color: #e98700;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }

  .movie .full-ver .item iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }

  .lab {
    padding: 10px
  }

  .lab h3 {
    font-size: 1.8rem;
    margin-bottom: 5px
  }

  .lab .photo {
    width: 90px;
    height: 90px;
    float: right;
    margin: -50px -20px 10px 10px
  }

  .lab .photo img {
    width: 100%;
    min-width: 100%;
    height: auto;
    vertical-align: top
  }

  .futureproject {
    padding: 10px;
    margin-bottom: 30px
  }

  .futureproject .project-outline {
    margin-bottom: 20px
  }

  .futureproject .project-outline h3 {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 5px
  }

  .futureproject .lixil {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
  }

  .futureproject .lixil .text {
    width: 100%
  }

  .futureproject .lixil .text h4 {
    font-size: 1.5rem;
    margin-bottom: 5px
  }

  .futureproject .lixil .text h4 span {
    font-size: 1.2rem;
    padding: 6px
  }

  .futureproject .lixil .photo {
    margin: 10px auto 0 auto;
    width: 70%
  }

  .futureproject .lixil .photo img {
    width: 100%;
    min-width: 100%;
    height: auto;
    vertical-align: top
  }

  .futureproject .project.other h4 {
    font-size: 1.5rem
  }

  .buttons p {
    font-size: 2rem
  }

  .marketpsychology a {
    box-shadow: rgba(2, 95, 132, .6) 0 0 8px
  }
}