@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
@font-face {
  font-family: "enfont.ttf";
  src: url(../css/enfont.ttf) format("truetype");
}
body {
  color: #484545;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
}
@media screen and (max-width: 766px) {
  body {
    font-size: 16px;
  }
}
body img {
  width: 100%;
}
body a {
  color: #484545;
  text-decoration: none;
}
body a:hover {
  opacity: 0.7;
}

.inner {
  padding: 0 160px;
}
@media (min-width: 767px) and (max-width:1025px) {
  .inner {
    padding: 0 60px;
  }
}
@media screen and (max-width: 766px) {
  .inner {
    padding: 0 20px;
  }
}

.section-title {
  padding-top: 100px;
  font-size: 40px;
  font-family: "enfont.ttf", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-title::before {
  content: "";
  width: 80px;
  height: 5px;
  background-color: #622;
  margin-right: 20px;
}
@media screen and (max-width: 766px) {
  .section-title::before {
    width: 50px;
  }
}
.section-title::after {
  content: "";
  width: 80px;
  height: 5px;
  background-color: #622;
  margin-left: 20px;
}
@media screen and (max-width: 766px) {
  .section-title::after {
    width: 50px;
  }
}
@media screen and (max-width: 766px) {
  .section-title {
    font-size: 28px;
    padding-top: 60px;
  }
}

.section-title-nav {
  text-align: center;
  padding-bottom: 60px;
  font-weight: 700;
}

/*======================

header

=========================*/
header {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 30;
}
@media screen and (max-width: 766px) {
  header {
    height: 60px;
  }
}

.header-inner {
  display: flex;
}

.header-icon {
  width: 40px;
  padding-top: 15px;
}

.header-right {
  margin-left: auto;
}

.header-nav {
  display: flex;
}
@media screen and (max-width: 766px) {
  .header-nav {
    display: none;
  }
}

.header-nav-item {
  padding-top: 23px;
  padding-left: 50px;
}
.header-nav-item a {
  font-family: "enfont.ttf", sans-serif;
  font-size: 16px;
}

.drawer-icon {
  position: fixed;
  top: 22px;
  right: 16px;
  z-index: 300;
  display: none;
  transition: transform 0.5s ease 0s;
}
@media screen and (max-width: 766px) {
  .drawer-icon {
    display: block;
  }
}
.drawer-icon.is-active {
  transform: translateX(-20px);
}
.drawer-icon.is-active .drawer-icon-bar1 {
  top: 8px;
  transform: rotate(-45deg);
}
.drawer-icon.is-active .drawer-icon-bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  top: 8px;
  transform: rotate(45deg);
}

.drawer-icon-bars {
  width: 26px;
  height: 20px;
  display: block;
  position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 26px;
  height: 4px;
  border-radius: 8px;
  background: #3E3E3E;
  top: 0;
  left: 0;
}
.drawer-icon-bar1.is-active,
.drawer-icon-bar2.is-active,
.drawer-icon-bar3.is-active {
  z-index: 299;
}

.drawer-icon-bar1 {
  top: 0px;
}

.drawer-icon-bar2 {
  top: 8px;
}

.drawer-icon-bar3 {
  top: 16px;
}

.drawer-content {
  position: fixed;
  width: 80%;
  height: 100%;
  right: 0;
  top: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  background: #fff;
  z-index: 299;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
  padding: 155px 0;
}
.drawer-content.is-active {
  transform: translateX(0);
}

.drawer-content-item {
  padding-bottom: 26px;
}
.drawer-content-item a {
  display: block;
  color: #000;
  font-family: "enfont.ttf", sans-serif;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  color: #3E3E3E;
  font-weight: 500;
}

.drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #484545;
  z-index: 298;
  display: none;
}
.drawer-background.is-active {
  display: block;
}

/*======================

mainvisual

=========================*/
.mainvisual {
  margin-top: 50px;
  width: 100%;
  height: 500px;
  background: url(../img/Frame\ 10.png) no-repeat center center/cover;
}
@media screen and (max-width: 766px) {
  .mainvisual {
    background: url(../img/mainvisual-sp.png) no-repeat center center/cover;
    height: 424px;
    margin-top: 40px;
  }
}

.main-view {
  padding-top: 141px;
}

.main-title {
  text-align: center;
  font-family: "enfont.ttf", sans-serif;
  font-size: 42px;
}
@media screen and (max-width: 766px) {
  .main-title {
    font-size: 32px;
  }
}

.main-portforio {
  font-size: 55px;
  text-align: center;
  font-family: "enfont.ttf", sans-serif;
  color: #622;
  padding-top: 20px;
}
@media screen and (max-width: 766px) {
  .main-portforio {
    font-size: 44px;
  }
}

/*======================

works

=========================*/
.works {
  padding-bottom: 100px;
}

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

.work-card {
  background-color: white;
  width: calc((100% - 70px) / 3);
  height: 370px;
  margin-bottom: 53px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.work-card img {
  height: 241px;
}
@media (min-width: 767px) and (max-width:1025px) {
  .work-card {
    width: calc((100% - 35px) / 2);
  }
}
@media screen and (max-width: 766px) {
  .work-card {
    width: 100%;
    height: 350px;
  }
}

.work-img00 {
  width: 100%;
  height: 241px;
  background: url(../img/open-cake.png) no-repeat center top/cover;
}

.work-img0 {
  width: 100%;
  height: 241px;
  background: url(../img/ishii-kadan-pixel01.jpg) no-repeat center top/cover;
}

.work-img1 {
  width: 100%;
  height: 241px;
  background: url(../img/中級まとめLP.png) no-repeat center top/cover;
}

.work-img2 {
  width: 100%;
  height: 241px;
  background: url(../img/化粧品LP.png) no-repeat center top/cover;
}

.work-img3 {
  width: 100%;
  height: 241px;
  background: url(../img/screencapture-127-0-0-1-5501-2023-03-13-21_32_57.png) no-repeat center top/cover;
}

.card-title {
  text-align: center;
  padding-top: 15px;
  font-weight: 700;
}
@media screen and (max-width: 766px) {
  .card-title {
    font-size: 18px;
  }
}

.card-text {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
}

.more-btn {
  text-align: center;
  padding-top: 20px;
  display: none;
}
.more-btn a {
  display: inline-block;
  font-size: 24px;
  font-family: "enfont.ttf", sans-serif;
  display: inline-block;
  color: #622;
}

.fa-solid {
  padding-left: 20px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  overflow: scroll;
}

.open-modal {
  position: absolute;
  width: 70%;
  max-width: 800px;
  top: 80px;
  right: 28%;
  z-index: 40;
}
@media (min-width: 767px) and (max-width:1025px) {
  .open-modal {
    width: 50%;
    right: 45%;
  }
}
@media screen and (max-width: 766px) {
  .open-modal {
    width: 80%;
    right: 10%;
  }
}

.open-modal-more {
  color: #fff;
  position: absolute;
  width: 17%;
  top: 150px;
  right: 10%;
}
@media (min-width: 767px) and (max-width:1025px) {
  .open-modal-more {
    right: 15%;
    width: 20%;
  }
}
@media screen and (max-width: 766px) {
  .open-modal-more {
    top: 80px;
    padding-top: 80px;
    width: 80%;
    right: 10%;
    z-index: 41;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
  }
}

.open-modal-text {
  padding-bottom: 20px;
}

.open-modal-link {
  padding-bottom: 20px;
}
.open-modal-link a {
  color: #fff;
}

.close-btn {
  color: #d8d8d8;
  font-size: 80px;
  position: fixed;
  right: 20px;
  top: 60px;
}
@media screen and (max-width: 766px) {
  .close-btn {
    font-size: 40px;
  }
}

.banner-title {
  padding-bottom: 30px;
}

.swiper {
  width: 600px;
  height: 500px;
  background-color: #D2F1D5;
}
@media screen and (max-width: 766px) {
  .swiper {
    width: 100%;
    height: 430px;
  }
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 766px) {
  .swiper-slide {
    position: relative;
  }
}

.banner {
  margin: 0 auto;
  padding: 40px;
}
@media screen and (max-width: 766px) {
  .banner {
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translate(-50%);
  }
}

.banner1 {
  height: 100%;
  width: 300px;
}
@media screen and (max-width: 766px) {
  .banner1 {
    width: 250px;
  }
}

.banner2 {
  width: 400px;
  padding: 40px;
}
@media screen and (max-width: 766px) {
  .banner2 {
    width: 60%;
    padding: 20px;
  }
}

.banner-img {
  padding-top: 40px;
}
@media screen and (max-width: 766px) {
  .banner-img {
    padding-top: 10px;
  }
}

.banner3 {
  width: 500px;
}
@media screen and (max-width: 766px) {
  .banner3 {
    width: 75%;
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  color: #622;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #622 !important;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

/*======================

service

=========================*/
.service {
  background-color: #D2F1D5;
  padding-bottom: 100px;
}

.service-container {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 766px) {
  .service-container {
    display: block;
  }
}

.service-content {
  width: 30%;
}
@media screen and (max-width: 766px) {
  .service-content {
    width: 100%;
    padding-bottom: 48px;
  }
}

.service-content-title {
  font-size: 28px;
  text-align: center;
  font-family: "enfont.ttf", sans-serif;
}
@media screen and (max-width: 766px) {
  .service-content-title {
    font-size: 24px;
  }
}

.service-img {
  padding: 28px 0;
}

.service-content-text {
  font-size: 18px;
  line-height: 1.4;
}

/*======================

skill

=========================*/
.skill {
  padding-bottom: 100px;
}

.skill-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.skill-item {
  width: 397px;
  margin-bottom: 50px;
}

.skill-item-name {
  font-family: "enfont.ttf", sans-serif;
  color: #622;
  font-size: 24px;
  padding-bottom: 15px;
}

.skill-item-about {
  display: flex;
}

.skill-item-icon {
  font-size: 40px;
  color: black;
  margin-right: 10px;
}

.icon-photo {
  width: 50px;
  height: 50px;
}

/*======================

about

=========================*/
.about {
  background-color: #D2F1D5;
  padding-bottom: 100px;
}

.about-me {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 766px) {
  .about-me {
    display: block;
  }
}

.about-img {
  width: 27%;
  margin-right: 40px;
}
@media screen and (max-width: 766px) {
  .about-img {
    width: 60%;
    margin: 0 auto;
  }
}

.about-about {
  width: 30%;
  margin-left: 40px;
}
@media screen and (max-width: 766px) {
  .about-about {
    width: 100%;
    margin-left: 0;
  }
}

.about-name {
  font-size: 24px;
  font-family: "enfont.ttf", sans-serif;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 766px) {
  .about-name {
    font-size: 20px;
  }
}

/*======================

Contact

=========================*/
.contact {
  background: url(../img/contact-back.png) no-repeat center center/cover;
  padding-bottom: 100px;
}
@media screen and (max-width: 766px) {
  .contact {
    padding-bottom: 50px;
  }
}

.contact-title {
  font-size: 40px;
  text-align: center;
  color: white;
  font-family: "enfont.ttf", sans-serif;
  padding-top: 100px;
}
@media screen and (max-width: 766px) {
  .contact-title {
    font-size: 28px;
    padding-top: 60px;
  }
}

.contact-title-nav {
  color: white;
}

.contact-message {
  color: white;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .contact-message {
    width: 80%;
    margin: 0 auto;
  }
}

.contact-form {
  width: 50%;
  margin: 0 auto;
  padding-top: 60px;
}
@media (min-width: 767px) and (max-width:1025px) {
  .contact-form {
    width: 70%;
  }
}
@media screen and (max-width: 766px) {
  .contact-form {
    padding-top: 30px;
    width: 100%;
  }
}

.contact-row {
  display: flex;
  padding-bottom: 30px;
}
@media screen and (max-width: 766px) {
  .contact-row {
    display: block;
  }
}

.contact-label {
  color: white;
  padding-top: 10px;
}
@media screen and (max-width: 766px) {
  .contact-label {
    padding-bottom: 10px;
  }
}

.contact-input {
  width: calc(100% - 160px);
  margin-left: auto;
}
@media screen and (max-width: 766px) {
  .contact-input {
    width: 100%;
  }
}
.contact-input [type=text] {
  width: 100%;
  height: 50px;
  padding-left: 10px;
}
.contact-input [type=email] {
  padding-left: 10px;
  width: 100%;
  height: 50px;
}
.contact-input textarea {
  width: 100%;
  height: 200px;
}

.contact-btn {
  text-align: center;
}
.contact-btn [type=submit] {
  width: 250px;
  height: 60px;
  color: white;
  font-weight: 700;
  font-size: 20px;
  border-radius: 20px;
  background-color: #622;
  border: none;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.contact-btn [type=submit]:hover {
  background-color: white;
  color: #622;
}

.contact-message {
  text-align: center;
  margin-top: 60px;
  display: none;
}
.contact-message.-error {
  color: firebrick;
}

/*======================

footer

=========================*/
footer {
  height: 180px;
  padding-top: 60px;
}

.footer-nav {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 766px) {
  .footer-nav {
    justify-content: space-between;
  }
}

.footer-nav-item {
  font-size: 16px;
  font-family: "enfont.ttf", sans-serif;
}
@media screen and (max-width: 766px) {
  .footer-nav-item {
    font-size: 14px;
  }
}

.footer-footer {
  font-size: 14px;
  text-align: center;
  padding-top: 60px;
  font-family: "enfont.ttf", sans-serif;
}