/* aboutページここから */
.about-container {
  background-color: #040000;
  width: 100vw;
  height: auto;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAAXNSR0IArs4c6QAAACJJREFUGFdjNDM2/s/AwMBw6uxZRhANA4w4JZBVoeigngQAFI8IB4ZHUl4AAAAASUVORK5CYII=);
  background-size: 7px 7px;
  background-position: 0 0, 2px 2px;
  overflow: hidden;
}


.about-box img{
  width: 210px;
}


.about-box {
  text-align: center;
  margin: auto;
  width: 100%;
  height: auto;
  padding-top: 10%;
}

.about-box p {
  color: #FFFFFF;
}


.about-box p:first-of-type {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 24px;
  margin-top: 60px;
  margin-bottom: 42px;
}

.about-box p:last-of-type {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 32px;
  font-size: 16.2px;
  letter-spacing: 2px;
}


.contact,
.youtube{
  position: relative;
  width: 114px;
  height: 200px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.contact img {
    position: absolute;
    width: 66px;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.youtube img {
    position: absolute;
    width: 103px;
    top: 20%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}


.c-btn-h:hover{
	opacity: 0;
}

.y-btn:hover{
	opacity: 0;
}




/* worksページここから  */
.works-section {
  background-color: #FFF;
  max-width: 100vw;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAAXNSR0IArs4c6QAAACJJREFUGFdjfPr06X8GBgYGaWlpRhANA4w4JZBVoeigngQANb8IBwYdnWQAAAAASUVORK5CYII=);
  background-size: 7px 7px;
  background-position: 0 0, 2px 2px;
  padding-top: 65px;
}
/*====================================================================
slick
====================================================================*/

.sliderArea {
  top:0;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  overflow: hidden;
}
.sliderArea.w300 {
  width: 100%;
}
.slick-slide {
  margin: 0 5px;
  background: #fff;
}
.slick-slide img {
  width: 100%;
  max-height: 500px;
  object-fit: scale-down;
}
        }
        .slick-track{ /* 追加 */
            height: 50vh;
        }

}
.slick-prev, .slick-next {
  z-index: 1;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .6;

}
.slick-slide:not(.slick-center) {

}

.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

.slick-dots {
    bottom: -35px!important;
}

.slick-dots li {
    margin: 0 1px!important;;
}

button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slide-dots {
  text-align: center;
  margin-left: -50px;
}

.slide-dots li {
  display: inline-block;
  margin: 0 15px;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots li button:before {
  background-image: url(../img/common/dot-w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 13.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 8px;
  width: 10px;
}
.slide-dots li.slick-active button:before {
  background-image: url(../img/common/dot-b.svg);
}
/*-----------矢印表示----------*/
img.slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    bottom: 0;
    left: -35px;
}


img.slide-arrow.next-arrow.slick-arrow {
    position: absolute;
    right: -35px;
    bottom: 0;
}

/*====================================================================
.full-screen
====================================================================*/

.full-screen .slick-list {
  overflow: visible;
}
.full-screen.slider {
  max-width: 960px;
  margin: 0 auto;
}

/*====================================================================
summeryここから
====================================================================*/




HTML SCSSResult Skip Results Iframe
EDIT ON

.container {
  padding: 1%;
}



.content {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}

.main {
  width: 0;
  display: flex;
  align-items: center;
  height: 200vh;
}

.main img {
    margin: 100px;
}
.side {
  text-align: center;
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width:100vw;
  height: 90vh;
}

.imgArea img{
  height: 600px;
  }

.sum-box {
  display: inline-block;
  width: 470px;
  text-align: left;
  margin-top: -17px;
}

.padding-top-35{
  padding-top: 35px;
}

.sum-box h1{
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}

.sum-box p{
  font-size: 13px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 2rem;
  padding-top: 8px;
}

.sum-box p a{
  color: #989898;
}

.sum-box p a:hover{
  color: #DC5C0E;
}






/*====================================================================
お問い合わせページここから
====================================================================*/

.Form {
    margin-top: 165px;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
    height: 127vh;
}


input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}


@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 12px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
.Form-Item {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 16px;
  padding-bottom: 16px;
  flex-wrap: wrap;
}
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #DC5C0E;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
  -webkit-appearance: none;
  border-radius: 0;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
    -webkit-appearance: none;
    border-radius: 0;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 180px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 200px;
  display: block;
  letter-spacing: 0.05em;
  background: #DC5C0E;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  -webkit-appearance: none;
  border-radius: 0;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
    -webkit-appearance: none;
    border-radius: 0;
  }
}
