html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  color: #5D5D5D;
  line-height: 1.7;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

section {
  padding: 60px 0;
}

.section-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: content-box;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.skills,
.contact {
  text-align: right;
}

.section-title {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  font-family: 'Noto Serif', serif;
  font-size: 7rem;
  font-weight: bold;
  text-align: left;
}

.section-title::after {
  content: '';
  display: inline-block;
  width: 120px;
  height: 3px;
  background-color: #5D5D5D;
  position: absolute;
  top: 50%;
  right: -150px;
}

.section-title.right::after {
  left: -150px;
}

.section-subtitle {
  font-size: 3rem;
  margin-bottom: 20px;
}

.bottom {
  color: rgba(255, 204, 204, 0.4);
  font-family: 'Noto Serif', serif;
  font-size: 12rem;
  font-weight: bold;
  text-align: left;
}

.bottom.right {
  text-align: right;
}

.header {
  width: 100%;
  padding: 25px 0;
  position: fixed;
  z-index: 2;
  transition: .3s;
}

.header-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: content-box;
}

.header-nav {
  font-family: "Noto Serif", serif;
}

.header-nav .nav-list {
  justify-content: flex-end;
}

.header-nav .nav-list .nav-item {
  margin-right: 50px;
}

.header-nav .nav-list .nav-item:last-child {
  margin-right: 0;
}

.header-nav .nav-list .nav-item a {
  display: block;
}

.barger-btn {
  display: none;
}

.header.bg-color {
  background-color: #5D5D5D;
  color: #fff;
}

.header.bg-color .barger-btn .bars .bar {
  background-color: #fff;
}

.fv {
  width: 100%;
  height: 100vh;
  background-image: url(../images/bg-fv.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

.fv h1 {
  padding-top: 350px;
  font-family: "Noto Serif", serif;
  font-size: 7.5rem;
  font-weight: bold;
}

.about-img {
  width: 34%;
  min-width: 330px;
}

.about-text {
  width: 42%;
}

.about-text .myname {
  margin-bottom: 30px;
  font-size: 2rem;
}

.skills-list {
  margin-bottom: 20px;
}

.skills-list .skill-item {
  width: 50%;
}

.skills-list .skill-item .icon {
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  padding: 50px;
  background-color: transparent;
  border-radius: 50%;
  border: 5px solid #5D5D5D;
}

.skills-list .skill-item .icon img {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.skills-list .skill-item .title {
  margin-bottom: 20px;
  font-size: 4.5rem;
  text-align: center;
}

.skills-list .skill-item .skill-desc {
  max-width: 360px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: left;
}

.website-list {
  flex-wrap: wrap;
  row-gap: 50px;
  margin-bottom: 40px;
}

.website-list .website-item {
  position: relative;
  width: 30%;
  height: 20vw;
  max-height: 200px;
  background-color: pink;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.5s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.website-list .website-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}

.website-list .website-item:hover {
  transform: scale(1.1);
}

.website-list .website-item:hover::before {
  opacity: 1;
}

.website-list .website-item:hover .site-link .desc {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.website-list .website-item:nth-of-type(1) {
  background-image: url(../images/thumb_clinic.png);
}

.website-list .website-item:nth-of-type(2) {
  background-image: url(../images/thumb_programming_school.png);
}

.website-list .website-item:nth-of-type(3) {
  background-image: url(../images/thumb_LP_beauty.png);
}

.website-list .website-item:nth-of-type(4) {
  background-image: url(../images/thumb_cafe.png);
}

.website-list .website-item:nth-of-type(5) {
  background-image: url(../images/thumb_recruit.png);
}

.website-list .website-item:nth-of-type(6) {
  background-image: url(../images/thumb_portfolio.png);
}

.website-list .website-item .site-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.website-list .website-item .site-link .desc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: none;
  transition: 0.5s;
}

.video-list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 35px;
	margin-bottom: 60px;
}
.video-item {
	margin-bottom: 25px;
}

.banner-list {
	margin-bottom: 80px;
}

.banner-list .banner-item {
  max-width: 400px;
  height: auto;
  margin: 0 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.banner-list .banner-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-slider {
  position: relative;
}

.slick-prev {
  width: 70px;
  height: 70px;
  z-index: 1;
}

.slick-prev::before {
  content: '\f0d9';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-right: 10px;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-size: 7rem;
  font-weight: 900;
  color: #5D5D5D;
  border: 1px solid #5D5D5D;
  text-align: center;
}

.slick-next {
  width: 70px;
  height: 70px;
  z-index: 1;
}

.slick-next::before {
  content: '\f0da';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-size: 7rem;
  font-weight: 900;
  color: #5D5D5D;
  border: 1px solid #5D5D5D;
  text-align: center;
}

.contact-content {
  text-align: center;
  font-size: 2rem;
}

.link-form {
  position: relative;
  display: inline-block;
  width: 200px;
  line-height: 50px;
  padding: 10px 25px;
  margin-top: 40px;
  background-color: #FFCCCC;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  letter-spacing: 1px;
  transition: all .3s;
}

.link-form:hover {
  transform: translateY(3px);
  box-shadow: none;
}

.footer {
  width: 100%;
  padding: 25px 0;
  background-color: #5D5D5D;
  text-align: center;
}

.footer p {
  color: #fff;
}

.skills-used {
  margin-bottom: 15px;
  font-size: 1.8rem;
}

.site-desc {
  margin-bottom: 20px;
}

.site-link {
  cursor: pointer;
  text-decoration: underline;
}

.works-image {
  margin: 30px 0 40px;
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.works-image img {
  display: block;
  width: 100%;
}

@media (max-width: 780px) {
  section {
    padding: 50px 0;
  }
  .section-inner {
    padding: 0 5%;
  }
  .section-title {
    font-size: 4.8rem;
  }
  .section-title::after {
    width: 70px;
    right: -100px;
  }
  .section-title.right::after {
    left: -100px;
  }
  .section-subtitle {
    font-size: 2.8rem;
  }
  .bottom {
    font-size: 7rem;
  }
  .header-nav {
    display: none;
  }
  .header-nav.open {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #5D5D5D;
    color: #fff;
  }
  .header-nav.open .nav-list {
    flex-direction: column;
    align-items: center;
    padding-top: 200px;
  }
  .header-nav.open .nav-list .nav-item {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .barger-btn {
    position: absolute;
    top: 10px;
    right: 5%;
    display: block;
    width: 36px;
    height: 36px;
    z-index: 5;
  }
  .barger-btn .bars {
    position: relative;
  }
  .barger-btn .bars .bar {
    width: 28px;
    height: 2px;
    margin: 0 auto;
    background-color: #5D5D5D;
    transform-origin: center;
    transition: .5s;
  }
  .barger-btn .bars .bar:first-child {
    transform: translateY(-5px);
  }
  .barger-btn .bars .bar:last-child {
    transform: translateY(5px);
  }
  .barger-btn.open .bars {
    position: relative;
  }
  .barger-btn.open .bars .bar {
    background-color: #fff;
  }
  .barger-btn.open .bars .bar:first-child {
    transform: translateY(2px) rotate(45deg);
  }
  .barger-btn.open .bars .bar:nth-child(2) {
    width: 0;
  }
  .barger-btn.open .bars .bar:last-child {
    transform: translateY(-2px) rotate(-45deg);
  }
  .fv h1 {
    padding-top: 420px;
    font-size: 6rem;
    line-height: 1;
  }
  .about-content {
    flex-direction: column;
  }
  .about-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-text {
    width: 100%;
  }
  .about-text .myname {
    margin-bottom: 20px;
  }
  .skills-list {
    flex-direction: column;
  }
  .skills-list .skill-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .skills-list .skill-item:last-child {
    margin-bottom: 0;
  }
  .skills-list .skill-item .title {
    font-size: 3.5rem;
  }
  .website-list {
    flex-direction: column;
  }
  .website-list .website-item {
    width: 100%;
    height: 60vw;
    max-height: none;
  }
  .banner-list {
    margin-bottom: 60px;
  }
  .banner-list .banner-item {
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
  }
  .slick-prev {
    display: none;
  }
  .slick-prev::before {
    display: none;
  }
  .slick-next {
    display: none;
  }
  .slick-next::before {
    display: none;
  }
  .slick-dots li.slick-active button:before {
    color: pink;
  }
}
/*# sourceMappingURL=style.css.map */