@charset "utf-8";
/**
 * 2023_report.css
 * studentworkshop/2023_report.html
 * update: 2023.09.20
 */

/*--------------------------------------------------
  #sdMainVisual
--------------------------------------------------*/
#sdMainVisual .item .inner {
  text-align: left;
  width: 940px;
}
#sdMainVisual .item .heading {
  /*text-align: right;*/
  vertical-align: bottom;
  margin-bottom: 3%;
}
#sdMainVisual .item .heading p {
  margin-top: 15px;
}
@media screen and (max-width:640px) {
	#sdMainVisual .item {
		/*background-position: 33% 50%;*/
		
		background-position: 33% 0%;
    	background-size: 180% !important;
	}
	#sdMainVisual .item .heading {
		margin-bottom: 1.5%;
	}
}

.workshop-header .workshop-header-mv.pc{
  display: block;
}
.workshop-header .workshop-header-mv.sp{
  display: none;
}

@media screen and (max-width:640px) {
  .workshop-header .workshop-header-mv.pc{
    display: none;
  }

  .workshop-header .workshop-header-mv.sp{
    display: block;
  }
}

@media screen and (min-width: 641px) {
  .workshop-header .workshop-header-mv {
    height: auto;
    padding: 100px 0;
  }
}

.workshop-header .workshop-header-mv p.workshop-header-name-sub{
  margin-top: 20px;
  font-family: "SST W55 Bold", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

@media screen and (max-width:640px) {
  .workshop-header .workshop-header-mv p.workshop-header-name-sub{
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 641px) {
  .workshop-header .workshop-header-mv p.workshop-header-name {
    margin-top: 25px;
  }
}

/*--------------------------------------------------
  COMMON
--------------------------------------------------*/
.sd-content {
	width: 1190px;
    margin: 80px auto 180px !important;
}

.sd-content.day-01,
.sd-content.day-02,
.sd-content.day-04 {
  margin-top: 60px !important;
}

.sd-content.day-04 {
  margin-bottom: 80px !important;
}

@media screen and (max-width:640px) {
  .sd-content {
	width: auto;
	margin: 30px 30px 70px !important;
  }
}
@media (max-width: 480px){
  .sd-content {
    margin: 30px 15px 70px !important;
  }
  .sd-content#COMMENTS {
    margin-top: 70px !important;
  }
}

@media screen and (max-width:640px) {
  .sd-content.day-01,
  .sd-content.day-02,
  .sd-content.day-04 {
    margin-top: 30px !important;
  }
}
/*.sd-content-menu2 ul {
	max-width: 1200px;
}*/

.sd-content p {
  font-size: 100%;
  line-height: 1.75;
  text-align: center;
}

@media screen and (max-width:640px) {
  .sd-content p {
    text-align: left;
  }
  .sd-content p.lead {
    font-size: 81.25%;
    text-align: left;
  }
}

/* h3
--------------------------------------------------*/
.sd-content h2,
.sd-content h3{
  margin-bottom: 30px;
  font-size: 237.4%;
  font-family: "SST W20 Light",sans-serif;
  text-align: center;
  line-height: 1.0;
}

.sd-content h2{
  font-size: 250%;
  text-align: center;
}

.sd-content h2 span{
  display: block;
  margin-top: 16px;
  font-size: 40%;
}

@media screen and (max-width:640px) {
  .sd-content h2 span{
     line-height: 1.5;
  }
}

.sd-content.day-02 em,
.sd-content.day-03 em {
  font-size: 93.8%;
  margin-top: 13px;
  margin-bottom: 30px;
  display: block;
  font-style: normal;
}




/* .sec-heading
--------------------------------------------------*/
.sec-heading {
  line-height: 1.0;
  color:#666;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover !important;
}
.sec-heading .inner {
  display: table;
  table-layout: fixed;
  margin: 0 auto;
  width: 100%;
  max-width: 940px;
  position: relative;
}
.sec-heading .txt-box {
  display: table-cell;
  box-sizing: border-box;
  height: 100%;
  vertical-align: bottom;
  padding-bottom: 5%;
}
.sec-heading h2,
.sec-heading h3{
  font-size: 237.4%;
  font-family: "SST W20 Light",sans-serif;
  position: absolute;
    bottom: 50px;
}
.sec-heading p {
  margin-top: 13px;
  font-size: 93.8%;
  font-family: "SST W55 Regular",sans-serif;
}

.adjust .sec-heading {
  font-size: 120%;
}
.adjust .sec-heading .inner {
  margin: 0 30px;
  max-width: none;
}

@media screen and (max-width:640px) {
  .sec-heading .inner {
    margin: 0 30px;
  }
  .sec-heading  {
	background-size: cover;
  }
  .sec-heading h2,
  .sec-heading h3{
    /*bottom: 25px;*/
	bottom: -50px;
  }
}
@media screen and (max-width:480px) {
  .sec-heading .inner {
    margin: 0 0;
  }
  /*.sec-heading h3 {
    bottom: 15px;
  }*/
}

/* .gallery-box
--------------------------------------------------*/
.sd-content .gallery-box:after {
  clear: both;
  display: block;
  content: "";
}
.sd-content .gallery-box img {
  width: 100%;
  height: auto;
}

/* .pagetop
--------------------------------------------------*/
.sd-content .pagetop {
  margin: 100px auto 12px;
  font-size: 68.8%;
  line-height: 1.0;
  text-align: right;
}

@media screen and (max-width:640px) {
  .sd-content .pagetop {
    margin: 70px auto 12px;
  }
}

/*--------------------------------------------------
  .schedule
--------------------------------------------------*/
.sd-content .schedule {
  margin-bottom: 60px;
}
.sd-content .schedule h2,
.sd-content .schedule p{
  text-align: center;
}

@media screen and (max-width:640px) {
  .sd-content .schedule h2{
    font-size: 225%;
  }
  .sd-content .schedule p.lead{
    text-align: left;
  }
}

.sd-content .schedule-table-container {
	max-width: 940px;
    margin: 0 auto;
  margin-top: 80px;
}
.sd-content .schedule-table-container:after {
  clear: both;
  display: block;
  content: "";
}
.sd-content .schedule-table-column {
  display: table-cell;
  padding: 5px 25px 0 25px;
  width: 313px;
  text-align: center;
  border-left: 1px solid #727272;
}
@media screen and (max-width:640px) {
  .sd-content .schedule-table-column{
    text-align: left;
  }
}
.sd-content .schedule-table-column:first-child {
  /*padding-left: 0;*/
  border-left: none;
}
.sd-content .schedule strong {
  display: block;
  font-size: 210%;
  font-family: "SST W20 Light",sans-serif;
  font-weight: normal;
  line-height: 1.0;
  text-indent: -0.02em;
}
.sd-content .schedule em {
  display: block;
  /*font-size: 110%;*/
  font-size: 100%;
  font-family: "SST W20 Roman",sans-serif;
  font-style: normal;
  line-height: 1.0;
  color: #656565;
  margin-top: 10px;
  text-indent: 0.15em;
}
.sd-content .schedule table {
  width: 100%;
  margin-top: 30px;
  line-height: 1.7;
}
@media screen and (max-width:640px) {
  .sd-content .schedule table{
    width: 100%;
	text-align: left;
  }
}
.sd-content .schedule table th {
  padding-right: 25px;
  font-size: 93.8%;
  font-family: "SST W20 Medium",sans-serif;
  font-weight: normal;
  text-align: left;
}
.sd-content .schedule table td {
  font-size: 87.5%;
  font-family: "SST W55 Regular",sans-serif;
}

.adjust .sd-content .schedule table {
  font-size: 87.5%;
}
.adjust .sd-content .schedule table th {
  padding-right: 20px;
}

@media screen and (max-width:640px) {
  .sd-content .schedule {
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .sd-content .schedule-table-container {
    margin-top: 0px;
  }
  .sd-content .schedule-table-column {
    display: block;
    margin-top: 24px;
    padding: 24px 0 0;
    width: auto;
    border-left: none;
    border-top: 1px solid #727272;
  }
  .sd-content .schedule-table-column:first-child {
    border-top: none;
  }
  .sd-content .schedule table {
    margin-top: 18px;
  }
}



/*--------------------------------------------------
  #DAY1
--------------------------------------------------*/
#DAY1.sec-heading {
  background-image: url(../img/report_2025_01.jpg);
  /*background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 100%), url(../img/report_2019_01.jpg) no-repeat;*/
}
#DAY1.sec-heading .gradient{
  background-image: url(../img/report_2019_00.png);
  background-repeat:repeat-x;
  background-size: cover;
}
#DAY1.sec-heading .inner {
  height: 410px;
}

#DAY1.sec-heading .txt-box {
	/*text-align:right;*/
	padding-bottom: 5%;
}
@media screen and (max-width:640px) {
  #DAY1.sec-heading,
  #DAY2.sec-heading,
  #DAY3.sec-heading {
	margin-bottom: 35px;
  }
	    
  #DAY1.sec-heading .inner {
    height: 200px;
  }
  #DAY1.sec-heading .txt-box {
	text-align:left;
	color: #666;
  }
}
@media screen and (max-width:640px) {
  #DAY1.sec-heading .inner {
    height: 150px;
  }
}

/*--------------------------------------------------
  #DAY1
--------------------------------------------------*/
.sd-content.day-01 h2,
.sd-content.day-01 h3{
  padding-top: 20px;
}

@media screen and (max-width:640px) {
  .sd-content.day-01 h2{
    padding-top: 0;
  }
}

.sd-content.day-01 h2,
.sd-content.day-02 h2,
.sd-content.day-04 h2{
  font-size: 250%;
  margin-bottom: 40px;
}
@media screen and (max-width:640px) {
  .sd-content.day-01 h2,
  .sd-content.day-02 h2,
  .sd-content.day-04 h2{
    font-size: 225%;
  }
}
.sd-content.day-01 strong {
  display: block;
  padding-bottom: 10px;
  font-size: 112.5%;
  font-weight: normal;
  color: #656565;
}

.gallery-box {
  margin-top: 18px;
}
.gallery-box.first {
  margin-top: -5px;
}
.gallery-box p{
  margin-top: 20px;
  font-size: 100%;
  line-height: 1.6;
  text-align: left;
}
.gallery-box span {
  display: block;
  margin-top: 22px;
  font-size: 125%;
  font-family: "SST W55 Bold", sans-serif;
  line-height: 1.0;
}
@media screen and (max-width:640px) {
  .gallery-box p{
    font-size: 81.25%;
  }
  .gallery-box span {
    font-size: 81.25%;
  }
}
.gallery-box .item-left {
  float: left;
  width: 570px;
  width: 47.89916%;
  margin-top: 50px;
}
.gallery-box .item-right {
  float: right;
  width: 570px;
  width: 47.89916%;
  margin-top: 50px;
}

@media screen and (max-width:640px) {
  .gallery-box .item-left {
    margin-top: 4.20168vw;
  }
  .gallery-box .item-right {
    margin-top: 4.20168vw;
  }
}

@media screen and (max-width:640px) {
.gallery-box.first {
  margin-top: 35px;
}
}


@media screen and (max-width:375px) {
  .gallery-box {
    margin-top: 0;
  }
  .gallery-box .item-left,
  .gallery-box .item-right {
    float: none;
    margin-top: 15px;
    width: auto;
  }
}


/*--------------------------------------------------
  #DAY2
--------------------------------------------------*/
#DAY2.sec-heading {
  background-image: url(../img/report_2023_02.jpg);
  /*background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 100%), url(../img/report_2019_02.jpg) no-repeat;*/
}
/*#DAY2.sec-heading .gradient{
  background-image: url(../img/report_2019_00.png);
  background-repeat:repeat-x;
  background-size: cover;
}*/
#DAY2.sec-heading .inner {
  height: 400px;
}

#DAY2.sec-heading .txt-box {
	/*text-align:right;*/
	padding-bottom: 5%;
}
@media screen and (max-width:640px) {
  #DAY2.sec-heading .inner {
    height: 200px;
  }
  #DAY2.sec-heading .txt-box {
	text-align:left;
	color: #666;
  }
}
@media screen and (max-width:640px) {
  #DAY2.sec-heading .inner {
    height: 150px;
  }
}


/*--------------------------------------------------
  #DAY4
--------------------------------------------------*/
#DAY4.sec-heading {
  background-image: url(../img/report_2023_04.jpg);
  /*background: linear-gradient(to bottom, rgba(255,255,255,0.1), #fff 100%), url(../img/report_2019_03.jpg) no-repeat;*/
}
/*#DAY4.sec-heading .gradient{
  background-image: url(../img/report_2019_00.png);
  background-repeat:repeat-x;
  background-size: cover;
}*/
#DAY4.sec-heading .inner {
  height: 400px;
}
#DAY4.sec-heading .txt-box {
  vertical-align: top;
  padding-top: 5%;
  color: #666;
}

@media screen and (max-width:640px) {
  #DAY4.sec-heading .inner {
    height: 150px;
  }
  #DAY4.sec-heading .txt-box {
    /*padding-top: 0;*/
  }
}
@media screen and (max-width:640px) {
  #DAY4.sec-heading .inner {
    height: 150px;
  }
  .sd-content.day-04 {
	margin-bottom: 0px!important;
  }
}


.sd-content.slide {
	max-width:940px !important;
	width: 940px;
}
@media screen and (max-width:640px) {
  .sd-content.slide {
	max-width:auto !important;
	width: auto;
	margin-top:35px !important;
	}
}

/*--------------------------------------------------
  #COMMENT
--------------------------------------------------*/
#COMMENTS h2,
#COMMENTS h3{
  margin-bottom: 0;
  font-size: 250%;
  text-align: center;
  /*padding-top: 30px;*/
}
@media screen and (max-width:640px) {
  #COMMENTS h2,
  #COMMENTS h3{
    margin-bottom: 0;
    font-size: 200%;
  }
}
/*#COMMENTS h2 span,
#COMMENTS h3 span{
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: 64%;
  color: #656565;
}*/
#COMMENTS h2 span{
  margin-top: 30px;;
}
#COMMENTS strong {
  display: block;
  margin-top: 80px;
  font-size: 162.5%;
  font-family: "SST W55 Regular",sans-serif;
  font-weight: normal;
  color: #656565;
}
@media (max-width: 480px){
  #COMMENTS strong {
    margin-top: 70px;
    font-size: 131.25%;
	line-height: 1.4;
  }
}
#COMMENTS ul {
  padding: 80px 0 10px 0;
  /*max-width: 700px;*/
}
#COMMENTS li {
  list-style: disc;
  margin-bottom: 8px;
  margin-left: 1.0625em;
  font-size: 93.75%;
  line-height: 1.8;
  color: #c2c2c2;
}
@media screen and (max-width:640px) {
  #COMMENTS li {
    margin-bottom: 18px;
    font-size: 81.25%;
  }
}
#COMMENTS li span {
  color: #656565;
}

.adjust #COMMENTS ul {
  max-width: none;
}

@media screen and (max-width:480px) {
  #COMMENTS li {
    margin-bottom: 15px;
  }
  #COMMENTS ul {
  padding: 40px 0 10px 0;
  }
}

@media screen and (max-width:640px) {
  .workshop-header .workshop-header-menu .workshop-header-menu-tablist .workshop-header-menu-tabitem span{
    font-size: 0.75rem;
  }
}


/*--------------------------------------------------------------------------------
	Career top btn
--------------------------------------------------------------------------------*/
.careertop{
	margin: 0;
	padding: 50px 0 100px 0;
	border: 0;
	font-size: 100%;
	text-align:center;
}
.crtpbtn {
    width: 200px;
    background: #eee;
    color: #666 !important;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
}
a.crtpbtn:hover {
	background: #ddd;
}

