
@charset "utf-8";/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */a,hr{color:inherit}address,blockquote,body,dl,fieldset,figure,form,h1,h2,h3,h4,h5,h6,hr,iframe,ol,p,pre,table,ul{margin:0}progress,sub,sup{vertical-align:baseline}fieldset,legend,ol,option,td,th,ul{padding:0}caption,th{text-align:left}*,::after,::before{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;scroll-behavior:smooth}details,main{display:block}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}ol,ul{list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;clear:both}code,kbd,pre,samp{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}embed,iframe,img,object,svg{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:0 0;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}[type=button],[type=reset],[type=submit],button,label[for]{cursor:pointer}[type=button]:disabled,[type=reset]:disabled,[type=submit]:disabled,button:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}fieldset{min-width:0}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=number]{-moz-appearance:textfield}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}td,th{vertical-align:top}th{font-weight:700}

:root {
  --key-color: #d6edf4;
  --main-color: #ffeb5a;
  --font-color: #000;
  --main-lh: 1.5;
  --font-size11: 0.6875em;
}

body {
   font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 1.2857vw;
  font-feature-settings: "palt";
}
.bold {
    font-weight: 600;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.demi {
    font-weight: 500;
    font-family: "游ゴシック体 Pr6N D", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.midi {
    font-weight: 400;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

img {
  width: 100%;
}
p {
    line-height: 1.8;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.circle {
    border-radius: 999px;
    overflow: hidden;
}
.hamburger {
    width: 94px;
    height: 94px;
    position: fixed;
    top: 1.4vw;
    right: 18px;
    z-index: 6;
    cursor: pointer;
    opacity: 1;
    transition: .4s;
}
.sc01 .hamburger {
  opacity: 1;
   pointer-events: auto;
  transition: .4s;
}


.menu-active .hamburger {
        background:none;

}
.point .aside p {
    font-size: 15px;
    padding-bottom: 36px;
    line-height: 1.9;
}
.mg40 {
  margin-top: 40px;
}

.hamburger span {
    position: absolute;
    width: 50%;
    height: 3px;
    background-color: #000;
    transition: .3s;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.hamburger span:first-of-type {
    top: 20px;
}
.hamburger span:nth-of-type(2){
  top: 30px;
}
.hamburger span:nth-of-type(3){
  top: 40px;
}
.slide-menu {
background: #ffeb5a;
    position: fixed;
    top: 0;
    width: 100%;
    transition: .5s;
    height: 100%;
    z-index: 5;
    opacity: 0;
  pointer-events: none;
  transform: scale(0.95, 0.95) 
}

.hamburger-title {
    font-size: 15px;
    position: absolute;
    top: 48px;
    right: 27px;
    font-weight: 600;
}
.menu-active .slide-menu {
  transform: translateX(0);
}
.slide-menu ul{
padding: 50px 0px 0;
}
.slide-menu li{
  color: #000;
  text-align:left;
}
.slide-menu li a{
  text-decoration: underline;
}

.menu-active .hamburger span:first-of-type{
  top: 50%;
  transform: rotate(45deg);    background-color: #000;
}
.menu-active .hamburger span:nth-of-type(2){
  top: 50%;
  transform: rotate(-45deg);    background-color: #000;
}
.menu-active .hamburger span:nth-of-type(3){
opacity: 0;
}
.menu-active .hamburger-title{
opacity: 0;
}


.menu-active .slide-menu {
 opacity: 0.97;
  pointer-events: auto;
  transform: scale(1, 1) 
}
.body.menu-active {
  overflow: hidden;
  transition: .7s;
}
.gnav {
    position: absolute;
    top: 3.1vw;
    left: 26.5vw;
}
/*.gnav {
    position: absolute;
    top: 3.6vw;
    width: 100%;
    text-align: center;
}*/
header {
    position: relative;
    height: 9.285vw;
    z-index: 2;
}

header h1 {
    position: absolute;
    width: 17.14vw;
    z-index: 1;
    left: 3.8vw;
    top: 1.8vw;
}

.gnav li {
    display: inline-block;
    padding: 0 1.4vw;
    transition: .4s;
    font-weight: 600;
    letter-spacing: 0.04em;
}
.gnav li a {
  transition: .4s;
}
.gnav li a:hover {
opacity: 0.5;
  transition: .4s;
}
.slide-menu-wrap.flex {
    justify-content: center;
    padding-top: 10%;
}
.slide-menu-nav {
    width: 28vw;
}
.slide-menu-logo {
    width: 80%;
}
.slide-menu-summary {
width: 40vw;
    padding-left: 6vw;
}
.slide-menu-name {
    font-size: 1.4em;
    padding-top: 2em;
}
.slide-menu-subtitle {
    padding-top: 1.8em;
    font-size: 1.8em;
    font-weight: 600;
}
.slide-menu-title {
    font-size: 3em;
    padding-top: 0.2em;
    line-height: 1.3;
    font-weight: 600;
}
.slide-menu li {
    font-size: 1.8em;
    padding-left: 3vw;
    display: block;
    padding-bottom: 0.6em;
  font-weight: 600;
}


.hero {
position: relative;
  z-index: 3;
}
.hero-pic {
    position: absolute;
    width: 62%;
    bottom: -9vw;
    z-index: 3;
    right: 0;
    border-radius: 160px 0 0 160px;
    overflow: hidden;
}
.hero-txt {
    padding-left: 7.5vw;
    padding-top: 5vw;
    padding-bottom: 6vw;
    position: relative;
    z-index: 4;
}
.hero-leadcopy {
    font-weight: bold;
    font-size: 3.111em;
    letter-spacing: 0.15em;
    padding-bottom: 4vw;
    line-height: 1.6;
}
.hero-copy {
    font-weight: bold;
    font-size: 1.167em;
    line-height: 1;
    letter-spacing: 0.023em;
    display: inline-block;
    background: #FFEB5A;
    margin-left: 0.3em;
    margin-bottom: 0.4em;
}

.hero-name {
    font-weight: bold;
    font-size: 2.5em;
    line-height: 1.5;
    letter-spacing: 0.1em;
}


.hero-fade {
  animation: fadeInlogo 0.5s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}

.content {
  animation: fadeInlogo 0.5s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
@keyframes fadeInhero {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes fadeInlogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

a:hover .item-tmb img {
  transform: scale(1.1, 1.1);
  transition: 0.4s all;
}
a .item-tmb img {
  transition: 0.4s all;
}
a:hover .item-image img {
  transform: scale(1.1, 1.1);
  transition: 0.4s all;
}
a .item-image img {
  transition: 0.4s all;
}
.item-image a:hover img {
  transform: scale(1.1, 1.1);
  transition: 0.4s all;
}
.item-image a img {
  transition: 0.4s all;
}




.inner {
  width: 72.86%;
  margin: 0 auto;
  position: relative;
}
.inner-l {
  width: 82%;
  margin: 0 auto;
  position: relative;
}
.round {
    border-radius: 120px;
    overflow: hidden;
}
.sec-title {
    font-size: 2.214em;
    font-weight: 600;
    text-align: center;
    line-height: 1em;
}
.works-list {
    padding-top: 6.5vw;
}
#about {
    background: #ffeb5a;
    padding: 17.86vw 0 0;
    border-radius: 10.5% 10.5% 0 0;
}
#about .sec-image {
    position: absolute;
    width: 46%;
    border-radius: 0 128px 128px 0;
    overflow: hidden;
  opacity: 0.85;
}
#about .sec-title {
    font-size: 2.49em;
    font-weight: 600;
    text-align: left;
    background: none;
    border-radius: 0;
    line-height: 1em;
    padding: 0;
    border: none;
    margin-top: 0.3em;
    margin-bottom: 2vw;
    letter-spacing: 0.1em;
}
#about .sec-lead-mark {
    position: absolute;
    width: 21vw;
    top: -14vw;
    left: -9vw;
}
#about .sec-lead {
    padding-left: 49%;
    text-align: left;
}
#about .sec-lead p {
text-align: justify;
}
#about .sec-lead p.aside {
    padding-top: 1.8em;
    margin-top: 1.8em;
    border-top: #000 solid 1px;
}
#works {
    background: #ffeb5a;
  padding-bottom: 6vw;
}

span.marker {
background: linear-gradient(transparent 60%, #fff 60%);
}

.works-items.flex {
    justify-content: space-between;
}
.works-item {
    width: calc(20% - 2vw);
    margin-bottom: 2vw;
}
.works-item a {
    display: block;
    background: #fff;
    text-align: center;
    font-weight: 600;
    padding: 0.9em 0;
    line-height: 1em;
    border-radius: 99px;
    border: #000 solid 3px;
    transition: .4s;
    font-size: 1.11em;
}
.works-item a:hover {
background: #000;
  color: #fff;
  transition: .4s;
}
.works-list-head.flex {
    justify-content: flex-start;
    padding-bottom: 4vw;
    align-items: center;
    line-height: 1em;
    position: relative;
}
#works .sec-lead {
    padding-left: 50%;
    text-align: left;
    padding-bottom: 5vw;
}
.works-list-title {
    font-size: 1.94em;
    font-weight: 600;
    position: relative;
    z-index: 2;
    background: #ffeb5a;
}

.works-list-head .sup {
    font-weight: 600;
    padding-left: 0.5em;
    background: #ffeb5a;
    display: block;
    position: relative;
    z-index: 2;
    padding-right: 0.5em;
}
.works-list-line {
    height: 1px;
    background: #000;
    width: 100%;
    position: absolute;
    top: 10%;
    box-sizing: border-box;
}
#discussion .sec-head-img {
    width: 65%;
    border-radius: 138px 0 0 138px;
    overflow: hidden;
}
#discussion .sec-head-title {
    width: 35%;
    padding: 8% 6% 0;
    box-sizing: border-box;
}
#discussion .sec-head-title p {
    padding-top: 1em;
    text-align: justify;
}


#discussion .sec-head.flex {
    background: #fff;
}
.discussion-detail {
    background: #ffeb5a;
  padding-top: 8vw;
}
#discussion .sec-lead.flex {
    padding-bottom: 3.6vw;
}
.discussion-detail-items.flex {
    justify-content: space-between;
      padding-bottom: 4.5vw;
}
.sec-lead.flex {
    justify-content: flex-start;
align-items: center;
}
.sec-title-line {
    width: 8.75vw;
    background: #000;
    height: 1px;
    margin-right: 1em;
}
.sec-subtitle {
font-size: 1.38em;
    font-weight: 600;
}
.discussion-detail-items-wrap {
    width: calc(50% - 2.5vw);
}
.discussion-detail-item {
    line-height: 1.8em;
    padding-bottom: 1.5em;
}
.discussion-detail-item dt {
    font-weight: 500;
}
.discussion-detail-item dd {
      text-align: justify;
}
.picwrap .discussion-detail-item-img {
    margin-bottom: 2em;
}
.discussion-detail-item-img.mg {
    margin-bottom: 4.5em;
}


#course {
    background: #ffeb5a;
}
#course .bg {
    background: #d6edf4;
    border-radius: 150px 150px 0 0;
    padding-top: 11.5vw;
    position: relative;
    padding-bottom: 11.5vw;
}
#course .sec-lead-txt {
    width: 50%;
    text-align: left;
}
#course .sec-title {
    font-size: 2.214em;
    font-weight: 600;
    text-align: left;
    line-height: 1.3em;
    letter-spacing: 1.8px;
    padding-bottom: 0.5em;
}
#course .sec-lead-txt p {
    text-align: justify;
}
.sec-lead-pic.circle {
    position: absolute;
    top: 4vw;
    width: 48%;
    right: -1.5vw;
}
.sec-lead-pic02.circle {
    position: absolute;
    width: 26%;
    right: 22vw;
    top: -15vw;
}
.sec-lead-txt .producer {
    padding-top: 1.8em;
}
.sec-lead-txt .director {
    padding-top: 1.8em;
}
.sec-lead-txt dt {
  font-weight: 500;
}
.sec-lead-txt dd {
    font-weight: 400;
    font-size: 0.74em;
    padding-top: 0.5em;
}
.course-no {
    width: 4.5%;
}
.course-txt {
    width: 91%;
}
.sec-lead.about-course {
    padding-bottom: 3vw;
}
#course .sec-lead-mark {
    position: absolute;
    right: -6vw;
    top: -7vw;
    width: 18vw;
}
.course-detail {
    background: #fff;
    border-radius: 120px;
    margin-top: 5vw;
    padding: 6vw 6vw 6vw 4.5vw;
    position: relative;
    justify-content: space-between;
}
.course-title {
    letter-spacing: 4.2px;
    font-size: 1.94em;
    padding-bottom: 0.8em;
    font-weight: 600;
    padding-top: 0.4em;
}
.voice {
padding-top: 1.8em;
    margin-top: 0.5em;
    border-top: #000 solid 1px;
}

.course-detail dd {
    font-size: 0.84em;
    line-height: 1.9em;
    padding-bottom: 1.8em;
   letter-spacing: 0.04em;
}
.course-detail dt {
    font-size:  1.11em;
    padding-bottom: 0.5em;
   letter-spacing: 0.04em;
}
.course-detail dt.day-title {
    font-size: 1.3em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    position: relative;
    letter-spacing: 0.04em;
}
.course-detail dt.day-title .arrow {
    font-size: 64%;
    position: absolute;
    left: 0;
    top: 15%;
}
.voice-title {
    font-size:  1.11em;
    padding-bottom: 0.6em;
  font-weight: 600;
}
.voice li {
    font-size: 0.84em;
    line-height: 1.6em;
  text-indent: -0.5em;
  padding-left: 0.5em;
  padding-bottom: 0.4em;
}

#message {
    background: #d6edf4;
  position: relative;
}
#message .bg {
    background: url("../images/home/message-bg.png");
    border-radius: 150px;
    padding-top: 11.5vw;
    position: relative;z-index: 2;
}
.bg2 {
    position: absolute;
    width: 100%;
    height: 20%;
    background: #fff;
    bottom: 0;
    z-index: 1;
}
#message .sec-title {
    font-size: 1.94em;
    font-weight: 600;
    text-align: center;
    line-height: 1em;
    padding: 2vw 0 1.9vw;
    background: #fff;
    border-radius: 99px;
    margin-bottom: 6vw;
    letter-spacing: 0.08em;
}

#message .guest .sec-title {
    background: #8EDCF4;
}
#message .director .sec-title {
    background: #FFEB5A;
}
#message .producer .sec-title {
    background: #FFEB5A;
}
.message-prof {
    width: calc(35% - 2vw);
}
.message-txt {
    width: calc(65% - 2vw);
}
#message .message-prof .round {
    border-radius: 80px;
    overflow: hidden;
}
.message-detail {
    justify-content: space-between;
  padding-bottom: 6vw;
}
.message-prof-detail {
    padding-top: 2em;
}
.message-detail .message-prof-detail p{
    font-size: 0.78em;
    letter-spacing: 0.04em;
  text-align: justify;
   padding-top: 0.5em;
  line-height: 1.7;
}
.message-prof-detail-title{
    font-size: 0.89em;
    letter-spacing: 0.04em;
  font-weight: 500;
}
.message-title-role {
    font-size: 1.11em;
    padding-bottom: 0.5em;
}


.message-title-name {
    font-size: 1.48em;
    padding-bottom: 0.5em;
  font-weight: 600;
}
.message01 .message-title-name {
    padding-bottom: 0;
    line-height: 1.4em;
}
.message02 .message-title-name {
    padding-bottom: 0;
    line-height: 1.4em;
}

.message-title-company {
    font-size: 0.89em;
    padding-bottom: 0.5em;
}

.message-title-job {
    font-size: 0.89em;
}
.message-detail p {
  padding-top: 2em;
  text-align: justify;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
.message-detail p a{
 text-decoration: underline;
}
footer {
    text-align: center;
    padding: 5vw 0;
}
.foot-sumary {
text-align: left;
    display: inline-block;
    line-height: 1.8;
  font-size: 1.218em;
}
.copyright {
    width: 100%;
    text-align: center;
    padding-top: 2vw;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(128, 128, 128, 0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  overflow: auto; /* モーダル全体をスクロール可能に */
  padding-top: 5%;
}

.modal.open {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background: #fff;
  padding: 70px;
  width: 78%;
  max-width: 1160px;
  border-radius: 0 100px 100px;
  position: relative;
  text-align: center;
  border: #000 solid 3px;
  margin: 50px auto; /* 上下の余白を追加 */
}


.modal-title {
    position: absolute;
    top: -1em;
    font-size: 1.94em;
    color: #fff;
    background: #000;
    padding: 0.4em 1.8em 0.32em;
    border-radius: 99px;
    font-weight: 600;
    left: -1em;
    letter-spacing: 1.4px;
}
.modal-works-name {
    font-size: 35px;
    font-weight: 600;
    padding-left: 1em;
    margin-top: -0.4em;
}
rt {
    font-size: 13px;
    padding-bottom: 2px;
}

.modal-content-head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.modal-works-title {
    font-size: 48px;
    font-weight: 600;
}
.modal-items {
    display: flex;
    justify-content: space-between;
    padding-top: 1.8vw;
}.modal-works-subtitle {
    font-size: 22px;
    text-align: left;
    padding-top: 0.8em;
}
.modal-faq {
    width: 58%;
    text-align: left;
}
.modal-faq dt {
    padding-left: 25px;
    font-size: 19px;
    position: relative;
    margin-bottom: 0.5em;
}
.ico-q {
    position: absolute;
    left: 0;
    top: 7px;
    width: 16px;
}
.ico-a {
   position: absolute;
    left: 0;
    width: 36px;
}
.modal-faq dd p {
    font-size: 15px;
    padding-left: 20px;
}
.modal-faq dd {
padding-bottom: 1em;
}


    
.modal-faq-title {
    width: 20vw;
    margin-bottom: 1.6vw;
}


.modal-faq dd {
    padding-left: 30px;
    font-size: 19px;
    position: relative;
}
.modal-pic {
    width: 40%;
}
.modal-close {
    position: absolute;
    top: -35px;
    right: -35px;
    background: none;
    border: none;
    font-size: 64px;
    cursor: pointer;
}
.pagetop {
    width: 80px;
    position: fixed;
    bottom: 6%;
    right: 2.8%;
  opacity: 0;
  transition: .4s;
}
.sc01 .pagetop {
  opacity: 1;
  transition: .4s;
}
@media screen and (max-width:1200px) {
.hamburger {
    top: 1vw;
} 
  .inner {
    width: 84%;
}

  body {
    font-size: 16px;
}

  .gnav li {
    padding: 0 1vw;
        font-size: 16px;
}
  .gnav {
    left: 25vw;
}
  #about .sec-lead-mark {
    width: 20vw;
    left: -5vw;
}#discussion .sec-head-title {
    padding: 5% 5% 0;
}.foot-sumary {
    font-size: 16px;
}
  .slide-menu-title {
    font-size: 2.5em;
}.slide-menu-subtitle {
    font-size: 1.4em;
}.modal {

}.modal-content {
    padding: 70px 50px;
    width: 88%;
    margin: 50px auto;
}.modal-title {
    font-size: 1.7em;
    padding: 0.4em 1.8em 0.5em;
}.modal-works-title {
    font-size: 38px;
}.modal-works-name {
    font-size: 30px;
}
  rt {
    font-size: 12px;
}
  .modal-works-subtitle {
    font-size: 20px;
    text-align: left;
    padding-top: 0.8em;
}
}
@media screen and (max-width:1000px) {
.gnav {
display: none;
}
  .hamburger-title {
display: none;
}
  .fl01 {
    width: 11vw;
    top: 26vw;
    left: -2.14vw;
}
 .schedule-location {
    font-size: 26px;
    font-weight: 600;
    padding-top: 0.36em;
} .sec-title {
    font-size: 40px;

}.schedule-day {
    font-size: 40px;
}
  body {
    font-size: 16px;
}.talksession-copy {
    font-size: 24px;
}
  .talksession-deta {
    font-size: 24px;
}.talksession-guest p {
    font-size: 14px;
}
  .schedule-time {
    font-size: 36px;
}#about .sec-subtitle {
    font-size: 30px;
}#about .sec-title {
    font-size: 40px;
}.skill-title {
    font-size: 24px;
}.skill dd {
    font-size: 20px;
}
  .about-college-link-txt {
    padding: 0 20px;
    font-size: 16px;
}.foot-sumary {
    text-align: left;
    display: inline-block;
    line-height: 1.8;
    font-size: 14px;
}
  .pagetop {
    width: 60px;
}
  .inner {
    width: 86%;
}
  .inner-l {
    width: 90%;
}
  #discussion .sec-head-title p {
    font-size: 14px;
}
  .modal-faq dd p {
    font-size: 14px;

}.works-list {
    padding-top: 30px;
}
}
@media screen and (max-width:800px) {

.inner {
    width: 92%;
}
  .inner {
    padding: 36px;
}.sec-title {
    font-size: 32px;
}body {
    font-size: 15px;
}
  .talksession-guest-x {
  display: none;
}
  .talksession-guest {
    width: 47%;
}.talksession-guest-name {
    font-size: 18px;
    line-height: 1.4em;
    padding-bottom: 0.6em;
    font-weight: 600;
    text-align: center;
}.talksession-guest p {
    font-size: 13px;
}.about-college-link-txt {
    padding: 0 20px;
    font-size: 13px;
}footer {
    text-align: center;
    padding: 24px 0;
}.foot-sumary {
    text-align: left;
    display: inline-block;
    line-height: 1.8;
    font-size: 12px;
}
  .hamburger {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 10px;
    right: 12px;
    z-index: 4;
    cursor: pointer;
    opacity: 1;
    transition: .4s;
}
  .hamburger span {
    width: 64%;
    height: 2px;
}header h1 {
    position: absolute;
    width: 140px;
    z-index: 1;
    left: 24px;
    top: 16px;
}
  .hamburger {
    top: 3px;
}

  .slide-menu-summary {
    width: 50vw;
    padding-left: 4vw;
}.slide-menu-subtitle {
    padding-top: 1.8em;
    font-size: 26px;
    font-weight: 600;
}
  .slide-menu-title {
    font-size: 40px;
    padding-top: 0.2em;
    line-height: 1.3;
    font-weight: 600;
}.slide-menu li {
    font-size: 24px;
    padding-left: 3vw;
    display: block;
    padding-bottom: 0.6em;
    font-weight: 600;
}.slide-menu-nav {
    width: 36vw;
}
  .hero-txt {
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 4;
}
  .hero-pic {
    position: absolute;
    width: 65%;
    bottom: -9vw;
    z-index: 3;
    right: 0;
    border-radius: 120px 0 0 120px;
    overflow: hidden;
}
  #about .sec-lead {
    padding-left: 0;
    padding-top: 24px;
    text-align: left;
}
  #about .sec-title {
    font-size: 30px;
}
  #about .sec-image {
    position: relative;
    width: 65%;
    border-radius: 0 140px 140px 0;
    overflow: hidden;
    opacity: 0.85;
}#about .sec-lead-mark {
    width: 180px;
    left: auto;
    right: 0;
}
  .works-item {
    width: calc(25% - 2vw);
    margin-bottom: 2vw;
}
  .works-list-head.flex {
    padding-bottom: 30px;
}
  .works-list-title {
    font-size: 24px;
}
  .works-item a {
    font-size: 18px;
}
  #discussion .sec-head.flex {
    display: block;
}
  #discussion .sec-head-title {
    padding: 5% 5% 0;
    display: flex;
    width: 100%;
}
  #discussion .sec-head-title {
    padding: 5% 5% 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
  #discussion .sec-head-title p {
    width: 55%;
}
  .discussion-detail {
    background: #ffffff;
    padding-top: 8vw;
}.sec-subtitle {
    font-size: 18px;
    font-weight: 600;
}.discussion-detail-items.flex {
    display: block;
}
  .discussion-detail-items-wrap {
    width: 100%;
}
  #course .sec-lead-txt {
    width: 100%;
    text-align: left;
}
  #course {
    background: #ffffff;
}
  #course .sec-title {
    font-size: 2.214em;
    font-weight: 600;
    text-align: left;
    line-height: 1.3em;
    letter-spacing: 1.8px;
    padding-bottom: 0.5em;
}#about {
    background: #ffeb5a;
    padding: 120px 0 0;
    border-radius: 90px 90px 0 0;
}.sec-title-line {
    width: 30px;
}
  .course-detail {
    background: #fff;
    border-radius: 80px;
    margin-top: 30px;
    padding: 40px 40px 40px 30px;
    position: relative;
    justify-content: space-between;
}.course-title {
    letter-spacing: 3px;
    font-size: 24px;
}.course-detail dt.day-title {
    font-size: 18px;
    padding-bottom: 0.5em;
}.course-detail dd {
    font-size: 13px;
    line-height: 1.8em;
}.course-detail dt {
    font-size: 16px;
}.voice-title {
    font-size: 16px;
}.voice li {
    font-size: 13px;
}#message .bg {
    background: url("../images/home/message-bg.png");
    border-radius: 80px;
    padding-top: 40px;
    position: relative;
    z-index: 2;
}#message .sec-title {
    font-size: 24px;
    padding: 18px 0;
    margin-bottom: 30px;
}.message-detail.flex {
    display: block;
}#message .message-prof .round {
    border-radius: 40px;
    overflow: hidden;
}
  .message-prof {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
  
  #message .message-prof .round {
    border-radius: 40px;
    overflow: hidden;
    width: calc(40% - 20px);
}
  .message-prof-detail {
    padding-top: 2em;
    width: calc(60% - 20px);
}.message-txt {
    width: 100%;
    padding-bottom: 30px;
}
  .message-detail.last {
    padding-bottom: 0;
}    .pc {
  display: none;
}
.sp {
  display: block;
}#message .sec-title {
    width: 100%;
}.course-no {
    width: 32px;
}.course-txt {
    width: 90%;
}.discussion-detail-items.picwrap {
    display: flex;
    justify-content: space-between;
}
  .picwrap .discussion-detail-items-wrap {
    width: calc(50% - 10px);
}.discussion-detail-items-wrap .round {
    border-radius: 60px;
    overflow: hidden;
}
  .discussion-detail-items-wrap.sp-flex {
    display: flex;justify-content: space-between;
}
  .sp-flex .discussion-detail-item-img {
    width: calc(50% - 10px);
} .discussion-detail-item-img.mg {
    margin-bottom: 2em;
}#course .bg {
    background: #d6edf4;
    border-radius: 90px 90px 0 0;
    padding-top: 80px;
    position: relative;
    padding-bottom: 80px;
}.message-prof-detail {
    padding-top: 0;
}#message .message-prof .round img {
    border-radius: 40px;
}.sec-head-title-img {
    width: 40%;
}
.message-title-name {
    padding-bottom: 15px;
    font-size: 20px;
}
  .message01 .message-title-name {
    padding-bottom: 15px;
}.message-prof-detail-title {
    font-size: 13px;
    letter-spacing: 0.04em;
    font-weight: 500;
    padding-top: 20px;
}.message-detail .message-prof-detail p {
    font-size: 13px;
    letter-spacing: 0.04em;
    text-align: justify;
    padding-top: 0.5em;
    line-height: 1.7;
}.message-title-role {
    font-size: 16px;
    padding-bottom: 0.5em;
}.message-title-company {
    font-size: 14px;
    padding-bottom: 0.5em;
}.message-title-job {
    font-size: 14px;
}.hamburger {
    z-index: 55;
}#discussion .sec-head-img {
    width: 88%;
    border-radius: 0;
    overflow: hidden;
    padding-top: 40px;
}
  #discussion .sec-head-img img {
    border-radius: 0 90px 90px 0;
}
  
  .modal-items {
    display: block;
    padding-top: 30px;
}.modal-faq {
    width: 100%;
    text-align: left;
}.modal-title {
    font-size: 24px;
    padding: 0.4em 1.8em 0.5em;
}.modal-works-title {
    font-size: 30px;
}.modal-works-name {
    font-size: 20px;
}rt {
    font-size: 10px;
}.modal-works-subtitle {
    font-size: 16px;
    text-align: left;
    padding-top: 20px;
}.modal-content {
    padding: 60px 36px;
    width: 88%;
    margin: 50px auto;
      border-radius: 0 60px 60px;
}.modal-faq-title {
    width: 200px;
    margin-bottom: 20px;
}
.modal {

}.sec-lead-pic02.circle {
    position: absolute;
    width: 26%;
    right: auto;
    top: -20px;
    left: 25%;
}.sec-lead-pic.circle {
    position: absolute;
    top: 30px;
    width: 48%;
    right: 15px;
}#course .sec-lead-mark {
    position: absolute;
    right: auto;
    top: 130px;
    width: 140px;
    left: 40px;
}#course .bg {
    padding-top: 250px;
}.hero-leadcopy {
    font-size: 30px;
    padding-bottom: 40px;
}.hero-copy {
    font-size: 16px;
}.hero-name {
    font-weight: bold;
    font-size: 24px;
}.hero-pic {
    width: 70%;
}
}

@media screen and (max-width:650px) {

  header {
    position: relative;
    height: 64px;
    z-index: 2;
}body {
    font-size: 14px;
}.slide-menu ul {
    padding: 20px 0px 0;
}
  .slide-menu-subtitle {
    padding-top: 1.8em;
    font-size: 20px;
    font-weight: 600;
}
  .slide-menu-title {
        font-size: 30px;
        padding-top: 0.2em;
        line-height: 1.3;
        font-weight: 600;
        text-align: left;
}.slide-menu-nav {
    width: 100%;
    padding-top: 0px;
}
  .slide-menu li {
    font-size: 20px;
    padding-left: 0;
    display: block;
    padding-bottom: 12px;
    font-weight: 600;
}.hero-pic {
    position: absolute;
    width: 82%;
    bottom: -50px;
    z-index: 3;
    right: 0;
    border-radius: 60px 0 0 60px;
    overflow: hidden;
    margin-left: 8%;
}
.hero-leadcopy {
    font-size: 30px;
    padding-bottom: 30px;
}
.hero-txt {
        padding-left: 20px;
        padding-top: 30px;
        padding-bottom: 94px;
        position: relative;
        z-index: 4;
}.hero-copy {
    font-size: 13px;line-height: 1.1em;
}.hero-name {
    font-weight: bold;
    font-size: 18px;
}#about {
    background: #ffeb5a;
    padding: 80px 0 0;
    border-radius: 40px 40px 0 0;
}#about .sec-image {
    position: relative;
    width: 92%;
    border-radius: 0 60px 60px 0;
    overflow: hidden;
    opacity: 0.85;
}#about .sec-lead-mark {
    width: 120px;
    left: auto;
    right: 0;
}.inner {
    padding: 0;
    width: 86%;
}#about .sec-lead {
    padding-left: 0;
    padding-top: 44px;
    text-align: left;
}#about .sec-title {
    font-size: 24px;
    margin: 0;
    padding-bottom: 20px;
}#about .sec-lead-mark {
    width: 100px;
    left: auto;
    right: -10px;
    top: -40px;
}
  .works-list-title {
    font-size: 19px;
}
  .works-list-head .sup {
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
}.works-item a {
    font-size: 14px;
    border: #000 solid 2px;
}.works-item {
    width: calc(33.333% - 5px);
    margin-bottom: 8px;
}#discussion .sec-head-title {
    padding: 40px 0 0;
    display: block;
    width: 85%;
    margin: 0 auto;
    justify-content: space-between;
}.sec-head-title-img {
    width: 70%;
    margin: 0 auto;
}#discussion .sec-head-title p {
    width: 100%;
}#discussion .sec-head-img img {
    border-radius: 0 60px 60px 0;
}.sec-subtitle {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
}
  #discussion .sec-lead.flex {
    padding-bottom: 15px;
    display: block;
    position: relative;
}
  .sec-title-line {
    display: none;
}
  .discussion-detail-item dd {
    font-size: 13px;
    line-height: 1.8;
}.discussion-detail-item dt {
    font-size: 14px;
}.discussion-detail-items.flex {
    padding-bottom: 0;
}.discussion-detail-items-wrap .round {
    border-radius: 0;
}
 .discussion-detail-items-wrap .round img {
        border-radius: 30px;
} .picwrap .discussion-detail-item-img {
    margin-bottom: 0;
}
  .discussion-detail-item-img.mg {
    margin-bottom: 0;
}#course .bg {
    background: #d6edf4;
    border-radius: 60px 60px 0 0;
    padding-top: 200px;
    position: relative;
    padding-bottom: 60px;
}section#discussion {
    padding-bottom: 60px;
}.sec-lead-txt dt {
    font-size: 13px;
}.sec-lead-txt dd {
    font-weight: 400;
    font-size: 11px;
    padding-top: 8px;
    line-height: 1.5;
}.course-detail {
    background: #fff;
    border-radius: 40px;
    margin-top: 16px;
    padding: 30px 30px 30px 20px;
    position: relative;
    justify-content: space-between;
}.course-no {
    width: 24px;
}.course-txt {
    width: 86%;
}.course-title {
    letter-spacing: 2px;
    font-size: 20px;
}.course-detail dt.day-title {
    font-size: 16px;
    padding-bottom: 0.5em;
}.course-detail dt {
    font-size: 14px;
    line-height: 1.4;
}.voice-title {
    font-size: 14px;
}.voice li {
    font-size: 12px;
}.voice {
    padding-top: 24px;
}#message .bg {
    background: url("../images/home/message-bg.png");
    border-radius: 60px;
    padding-top: 60px;
    position: relative;
    z-index: 2;
}#message .sec-title {
    font-size: 14px;
    padding: 15px 0;
    margin-bottom: 30px;
}.message-prof {
    width: 100%;
    display: block;
    justify-content: space-between;
}#message .message-prof .round {
    border-radius: 40px;
    overflow: hidden;
    width: 60%;
    margin: 0 auto 20px;
}.message-prof-detail-title {
    font-size: 13px;
    letter-spacing: 0.04em;
    font-weight: 500;
    padding-top: 5px;
}.message-prof-detail {
    width: 100%;
}.message-title-company {
    font-size: 12px;
    padding-bottom: 5px;
}.message-title-job {
    font-size: 12px;
    padding-bottom: 10px;
}.message-title-role {
    font-size: 15px;
    padding-bottom: 5px;
}.inner-l {
    width: 94%;
}.course-detail dd {
    text-align: justify;
}.slide-menu-wrap.flex {
    justify-content: center;
    padding-top: 10%;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}.slide-menu-summary {
    width: 80%;
    padding-left: 0;
    margin: 20px auto;
}.slide-menu-subtitle {
        padding-top: 36px;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
}.slide-menu-nav {
    width: 80%;
    padding-top: 0px;
    margin: 0 auto;
}.modal-content {
    padding: 40px 20px 24px;
    width: 92%;
    margin: 50px auto;
    border-radius: 0 40px 40px;
}.modal-content-head {
    display: block;
}.modal-works-title {
    font-size: 24px;
    text-align: left;
}
  .mg-sp {
    margin-top: 24px;
  }
  .discussion-detail-item {
    padding-bottom: 20px;
}.course-title {
    padding-top: 0.2em;
}#course .sec-title {
    font-size: 24px;
}.sec-lead-pic02.circle {
        position: absolute;
        width: 25%;
        right: auto;
        top: -25px;
        left: 24%;
}.sec-lead-pic.circle {
        position: absolute;
        top: 20px;
        width: 48%;
        right: 20px;
}#course .sec-lead-mark {
    position: absolute;
    right: auto;
    top: 90px;
    width: 100px;
    left: 20px;
}#discussion .sec-head-img {
    width: 92%;
    margin-left: 8%;
}#discussion .sec-head-img img {
    border-radius: 60px 0 0 60px;
}.slide-menu-logo {
    width: 80%;
    margin: 0 auto;
}.modal-pic {
    width: 100%;
    margin-bottom: 30px;
}.ico-q {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 14px;
}.modal-faq dt {
    padding-left: 26px;
    font-size: 16px;
    position: relative;
    margin-bottom: 0.5em;
}.ico-a {
    position: absolute;
    left: 0;
    width: 24px;
}.modal-faq dd p {
    font-size: 13px;
    line-height: 1.6;
    padding-left: 0;
}.modal {
      background: rgba(128, 128, 128, 0.8);
}.modal-close {
    position: absolute;
    top: -50px;
    right: 0px;
    background: none;
    border: none;
    font-size: 42px;
    cursor: pointer;
    color: #fff;
}.modal-title {
    font-size: 20px;
    padding: 0.4em 20px 0.5em;
    left: -10px;
}.modal-works-name {
    font-size: 18px;
    text-align: left;
    padding: 0;
}.modal-works-title {
    font-size: 30px;
    text-align: left;
    line-height: 1.5;
    padding-bottom: 15px;
}.modal-works-subtitlec {
    text-align: left;
    padding-top: 10px;
    font-size: 14px;
}.modal-items {
    display: block;
    padding-top: 20px;
}.message-detail .message-prof-detail p {
    font-size: 12px;

}.message01 .message-title-name {
    padding-bottom: 12px;
}.message02 .message-title-name {
    padding-bottom: 12px;
}header h1 {
    position: absolute;
    width: 130px;
    z-index: 1;
    left: 20px;
    top: 14px;
}
.hamburger {
width: 50px;
height: 50px;
top: 0;
  right: 8px;
  }.hamburger span:nth-of-type(3) {
    top: 38px;
}.hamburger span:first-of-type {
    top: 22px;
}.hero-copy {
    margin-left: 0.1em;
}rt {
    padding-bottom: 0;
}
.modal-works-subtitle {
    font-size: 13px;
    text-align: left;
    padding-top: 10px;
    line-height: 1.4;
    font-weight: 400;
} .modal-works-name {
    font-size: 17px;
    text-align: left;
    padding: 0;
}.modal-faq-title {
    width: 180px;
    margin-bottom: 12px;
}
  
  .modal-works-title.titlemini {
    font-size: 22px;
}

  
}

@media screen and (max-width:400px) {
.sc01 .pagetop {
    opacity: 1;
    transition: .4s;
}.pagetop {
    bottom: 16px;
    right: 10px;

}
}