@charset "UTF-8";
/*
Theme Name: My Portfolio
Author: Yuri
Description: Yuri's Portfolio Theme
Version: 1.0
*/
.section-title {
  font-size: 52px;
  color: #C4AE8F;
  font-weight: bold;
  font-family: "Open Sans";
  padding: 0 0 100px 49px;
}
@media (max-width: 768px) {
  .section-title {
    text-align: center;
    padding: 80px;
  }
}
@media (max-width: 390px) {
  .section-title {
    text-align: center;
    padding: 0 0 72px 0;
    font-size: 40px;
    font-family: "Open Sans";
  }
}

.wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

.header {
  background-color: #FDFEF0;
  padding: 23px 28px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 93px;
  width: 100%;
  position: fixed;
  z-index: 200;
}
.header .title {
  font-size: 20px;
  font-family: "Open Sans";
  color: #464C51;
}
.header .title .header-title {
  text-decoration: none;
}
.header .header-menu {
  display: flex;
}
.header .header-menu .header-list {
  list-style-type: none;
  line-height: 1.5;
  margin-right: 20px;
  color: #C4AE8F;
  font-family: "Open Sans";
  font-size: 16px;
}
.header .header-menu .header-list:hover {
  border-bottom: 1px solid #40B1BD;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .header .header-menu .header-list {
    display: none;
  }
}

.hamburger-menu {
  display: none;
}
@media (max-width: 768px) {
  .hamburger-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    top: 25px;
    right: 28px;
    width: 32px;
    height: 24px;
    z-index: 200;
  }
  .hamburger-menu span {
    display: block;
    width: 32px;
    height: 2px;
    background-color: #464C51;
    border-radius: 4px;
    transition: all 0.3s ease;
  }
  .hamburger-menu span:nth-child(1) {
    transform: translateY(0px);
  }
  .hamburger-menu span:nth-child(2) {
    transform: translateY(8px);
  }
  .hamburger-menu span:nth-child(3) {
    transform: translateY(16px);
  }
}

.hamburger-menu.open span:nth-child(1) {
  transform: rotate(45deg) translateY(15px);
}

.hamburger-menu.open span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.open span:nth-child(3) {
  transform: rotate(-45deg) translateY(-15px);
}

.header-mask {
  display: none;
}
@media (max-width: 768px) {
  .header-mask {
    display: none;
  }
  .header-mask.open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FDFEF0;
    opacity: 0.8;
    z-index: 100;
  }
}

#nav {
  display: none;
}
@media (max-width: 768px) {
  #nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 110;
    justify-content: center;
    align-items: center;
    background-color: #FDFEF0;
  }
  #nav.open {
    display: flex;
    flex-direction: column;
    gap: 32px;
    color: #C4AE8F;
    font-size: 16px;
    font-family: "Open Sans";
  }
  #nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}

.firstview {
  padding-top: 93px;
  position: relative;
}
@media (max-width: 768px) {
  .firstview {
    height: 650px;
  }
}
.firstview .firstview-img {
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 768px) {
  .firstview .firstview-img {
    height: 650px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
.firstview .firstview-box {
  background-color: #FDFEF0;
  opacity: 0.6;
  border-radius: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 108px 296px;
  width: 256px;
  height: 109px;
}
@media (max-width: 768px) {
  .firstview .firstview-box {
    width: 256px;
    height: 109px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 72px 208px;
  }
}
@media (max-width: 390px) {
  .firstview .firstview-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0px 40px;
  }
}
.firstview .firstview-box .firstview-title {
  font-size: 48px;
  font-family: "Open Sans";
  color: #464C51;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0px auto;
  position: absolute;
  text-align: center;
  align-items: center;
  align-content: center;
}
@media (max-width: 768px) {
  .firstview .firstview-box .firstview-title {
    font-size: 32px;
    text-align: center;
    white-space: nowrap;
  }
}
@media (max-width: 390px) {
  .firstview .firstview-box .firstview-title {
    font-size: 24px;
    padding: 56px 88px;
    display: flex;
    justify-content: center;
  }
}

#about {
  background-color: #FDFEF0;
  padding: 100px 0px 50px;
  width: auto;
}
@media (max-width: 768px) {
  #about {
    padding: 184px 0px 124px;
  }
}
#about .about-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media (max-width: 768px) {
  #about .about-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    gap: 48px;
  }
}
#about .about-container .about-img {
  width: 264px;
  height: 352px;
}
#about .about-container .about-text {
  font-size: 16px;
  font-family: "Noto Sans JP";
  color: #464C51;
  line-height: 150%;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  #about .about-container .about-text {
    padding: 0px 48px;
  }
}

#service {
  background-color: #FDFEF0;
  padding: 100px 0px 50px;
}
@media (max-width: 768px) {
  #service {
    padding: 0px 48px 48px;
  }
}
@media (max-width: 390px) {
  #service {
    padding: 0px 48px 124px;
  }
}
#service .service-container {
  display: flex;
  justify-content: space-between;
  padding: 0px 88px;
}
@media (max-width: 768px) {
  #service .service-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    gap: 80px;
    padding: 0px;
  }
}
#service .service-container .service-wrapper {
  display: flex;
  gap: 24px;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  #service .service-container .service-wrapper {
    gap: 40px;
  }
}
#service .service-container .service-wrapper .service-title {
  font-size: 33px;
  font-family: "Noto Sans JP";
  color: #464C51;
}
@media (max-width: 768px) {
  #service .service-container .service-wrapper .service-title {
    font-size: 26px;
  }
}
#service .service-container .service-wrapper .service-text {
  font-size: 16px;
  font-family: "Noto Sans JP";
  color: #464C51;
  line-height: 150%;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  #service .service-container .service-wrapper .service-text {
    font-size: 16px;
  }
}

.service-img {
  width: 150px;
  height: 150px;
}

#works {
  background-color: #FDFEF0;
  padding: 100px 0px 50px;
}
@media (max-width: 768px) {
  #works {
    padding: 0px 48px 48px;
  }
}
@media (max-width: 390px) {
  #works {
    padding: 0px 48px 124px;
  }
}

#works .container-works1 {
  background-color: #FDFEF0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#works .container-works1 .img-works1 {
  width: 290px;
  height: 290px;
}
@media (max-width: 390px) {
  #works .container-works1 .img-works1 {
    width: 256px;
    height: 256px;
  }
}
#works .container-works1 table {
  margin: 41px;
  border-collapse: separate;
  border-spacing: 0px 0px 40px 163px;
}
@media (max-width: 768px) {
  #works .container-works1 table {
    border-collapse: separate;
    border-spacing: 0px 64px;
  }
}
#works .container-works1 table th {
  padding: 0px 163px 39px 0px;
}
@media (max-width: 768px) {
  #works .container-works1 table.row th,
#works .container-works1 table.row td {
    width: 100%;
    display: block;
    margin: 0px auto;
    text-align: center;
    padding: 24px;
  }
}
#works .container-works1 .btn-works1 {
  border-radius: 22px;
  background-color: #40B1BD;
  font-family: "Noto Sans JP";
  font-size: 26px;
  text-align: center;
  color: #FDFEF0;
  width: 190px;
  height: 63px;
  display: block;
  margin: 0px auto;
}
#works .container-works1 .btn-works1:hover {
  background-color: #FDFEF0;
  color: #40B1BD;
  border: 3px solid #40B1BD;
  transition: 0.7s;
}

@media (max-width: 768px) {
  #works {
    padding: 0px 48px 48px;
  }
}
@media (max-width: 390px) {
  #works {
    padding: 0px 24px 136px;
  }
}
#works .swiper {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
@media (max-width: 390px) {
  #works .swiper {
    height: 192px;
  }
}
#works .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;  /* 重要：スライドが縮まらないようにする */
}
#works .swiper .swiper-slide img {
  width: 290px;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  display: block;
}
@media (max-width: 768px) {
  #works .swiper .swiper-slide {
    width: 50%;  /* タブレット：2つ表示 */
  }
  #works .swiper .swiper-slide img {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 390px) {
  #works .swiper .swiper-slide {
    width: 100%;  /* スマホ：1つ表示 */
  }
  #works .swiper .swiper-slide img {
    width: 140px;
    height: 140px;
  }
}
#works .swiper .swiper-slide-active {
  transform: scale(1.1);
  transition-duration: 0.3s;
}
#works .swiper .swiper-slide-prev,
#works .swiper .swiper-slide-next,
#works .swiper .swiper-slide-duplicate-prev,
#works .swiper .swiper-slide-duplicate-next {
  transform: scale(1);
}
#works .swiper .swiper-button-prev::after {
  color: #40B1BD;
}
@media (max-width: 768px) {
  #works .swiper .swiper-button-prev::after {
    font-size: 35px;
    width: 80%;
    display: block;
    margin: 0 auto;
    color: #40B1BD;
  }
}
#works .swiper .swiper-button-next::after {
  color: #40B1BD;
}
@media (max-width: 768px) {
  #works .swiper .swiper-button-next::after {
    font-size: 35px;
    width: 80%;
    display: block;
    margin: 0 auto;
    color: #40B1BD;
  }
}

#contact {
  background-color: #FDFEF0;
  padding: 100px 0px 50px;
}
@media (max-width: 768px) {
  #contact {
    padding: 0px 48px 48px;
  }
}
#contact form {
  display: flex;
  flex-direction: column;
  margin: 0px 49px;
  gap: 35px;
}
@media (max-width: 768px) {
  #contact form {
    margin: 0;
    gap: 72px;
  }
}
#contact form p {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  #contact form p {
    align-items: center;
  }
}
#contact form p label {
  font-family: "Noto Sans JP";
  font-size: 26px;
  color: #464C51;
}
@media (max-width: 768px) {
  #contact form p label {
    font-size: 26px;
  }
}
#contact form p input[type=text], #contact form p input[type=email] {
  width: 100%;
  height: 53px;
  max-width: 591px;
  background-color: #fff;
  border: 1px solid #464C51;
  padding: 10px;
}
@media (max-width: 768px) {
  #contact form p input[type=text], #contact form p input[type=email] {
    align-items: center;
  }
}
#contact form p textarea {
  width: 100%;
  height: 349px;
  background-color: #fff;
  border: 1px solid #464C51;
  padding: 10px;
}
#contact form input[type=submit] {
  border-radius: 22px;
  background-color: #40B1BD;
  font-family: "Noto Sans JP";
  font-size: 26px;
  text-align: center;
  color: #FDFEF0;
  width: 190px;
  height: 63px;
  margin: 0 auto;
}
#contact form input[type=submit]:hover {
  background-color: #FDFEF0;
  color: #40B1BD;
  border: 3px solid #40B1BD;
  transition: 0.7s;
}

.footer {
  background-color: #FDFEF0;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-copyright {
  font-size: 16px;
}

.works-img {
  max-width: 200px;
}

img {
  width: 100%;
}

/*# sourceMappingURL=top.css.map */

/* .section-title {
  font-size: 52px;
  color: #C4AE8F;
  font-weight: bold;
  font-family: "Open Sans";
  padding: 0 0 100px 49px;
}

.header {
  background-color: #FDFEF0;
  padding: 23px 28px 14px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 102px;
  width: 100%;
  position: fixed;
}
.header .title {
  font-size: 20px;
  font-family: "Open Sans";
  color: #464C51;
}
.header .title .header-title {
  text-decoration: none;
}
.header .header-menu {
  display: flex;
}
.header .header-menu .header-list {
  list-style-type: none;
  line-height: 1.5;
  margin-right: 20px;
  color: #C4AE8F;
  font-family: "Open Sans";
}
.header .header-menu .header-list:hover {
  border-bottom: 1px solid #40B1BD;
  opacity: 0.7;
}

.firstview .firstview-img {
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.firstview .firstview-box {
  width: 592px;
  height: 216px;
  background-color: #FDFEF0;
  opacity: 0.6;
  border-radius: 50px;
  position: absolute;
  top: 300px;
  left: 430px;
}
.firstview .firstview-title {
  font-size: 48px;
  font-family: "Open Sans";
  color: #464C51;
  position: absolute;
  top: 390px;
  left: 550px;
}

#about {
  background-color: #FDFEF0;
  padding: 100px 0px 50px;
}
#about .about-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
#about .about-container .about-img {
  width: 264px;
  height: 352px;
}
#about .about-container .about-text {
  font-size: 19px;
  font-family: "Noto Sans JP";
  color: #464C51;
  line-height: 150%;
  letter-spacing: 0.08em;
}

#service {
  background-color: #FDFEF0;
  padding: 100px 0px 50px;
}
#service .service-container {
  display: flex;
  justify-content: space-between;
  padding: 0px 88px;
}
#service .service-container .service-wrapper {
  text-align: center;
  display: flex;
  gap: 24px;
  flex-direction: column;
  align-items: center;
}
#service .service-container .service-wrapper .service-title {
  font-size: 33px;
  font-family: "Noto Sans JP";
  color: #464C51;
}
#service .service-container .service-wrapper .service-text {
  font-size: 19px;
  font-family: "Noto Sans JP";
  color: #464C51;
  line-height: 150%;
  letter-spacing: 0.08em;
}

#works {
  background-color: #FDFEF0;
  padding: 100px 0px 50px;
}
#works .swiper {
  width: 100%;
  height: 400px;
}
#works .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
#works .swiper .swiper-slide .works-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  display: block;
}
#works .swiper .swiper-slide-active {
  transform: scale(1.2);
  transition-duration: 0.3s;
}
#works .swiper .swiper-slide-prev,
#works .swiper .swiper-slide-next,
#works .swiper .swiper-slide-duplicate-prev,
#works .swiper .swiper-slide-duplicate-next {
  transform: scale(0.85);
}
#works .works-button {
  border-radius: 22px;
  background-color: #40B1BD;
  font-family: "Noto Sans JP";
  font-size: 26px;
  text-align: center;
  color: #FDFEF0;
  width: 190px;
  height: 63px;
  display: block;
  margin: 56px auto 50px !important;
}

#contact {
  background-color: #FDFEF0;
  padding: 100px 0px 50px;
}
#contact form {
  display: flex;
  flex-direction: column;
  margin: 0px 49px;
  gap: 35px;
}
#contact form p {
  display: flex;
  -moz-column-gap: 35px;
       column-gap: 35px;
  flex-direction: column;
}
#contact form p lx label {
  font-family: "Noto Sans JP";
  font-size: 26px;
  color: #464C51;
}
#contact form p input[type=text], #contact form p input[type=email] {
  width: 591px;
  height: 53px;
  background-color: #fff;
  border: 1px solid #464C51;
  padding: 10px;
}
#contact form p textarea {
  width: 928px;
  height: 349px;
  background-color: #fff;
  border: 1px solid #464C51;
  padding: 10px;
  margin: 0 auto;
}
#contact form input[type=submit] {
  border-radius: 22px;
  background-color: #40B1BD;
  font-family: "Noto Sans JP";
  font-size: 26px;
  text-align: center;
  color: #FDFEF0;
  width: 190px;
  height: 63px;
  margin: 0 auto;
}

.footer {
  background-color: #FDFEF0;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-copyright {
  font-size: 16px;
}

.section-title {
  font-size: 52px;
  color: #C4AE8F;
  font-weight: bold;
  font-family: "Open Sans";
  padding: 0 0 100px 49px;
}

.header {
  background-color: #FDFEF0;
  padding: 23px 28px 14px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 102px;
  width: 100%;
  position: fixed;
}
.header .title {
  font-size: 20px;
  font-family: "Open Sans";
  color: #464C51;
}
.header .title .header-title {
  text-decoration: none;
}
.header .header-menu {
  display: flex;
}
.header .header-menu .header-list {
  list-style-type: none;
  line-height: 1.5;
  margin-right: 20px;
  color: #C4AE8F;
  font-family: "Open Sans";
}
.header .header-menu .header-list:hover {
  border-bottom: 1px solid #40B1BD;
  opacity: 0.7;
}

.footer {
  background-color: #FDFEF0;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-copyright {
  font-size: 16px;
}

.section-title {
  font-size: 52px;
  color: #C4AE8F;
  font-weight: bold;
  font-family: "Open Sans";
  padding: 100px 49px;
}

.header {
  background-color: #FDFEF0;
  padding: 23px 28px 14px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 102px;
  width: 100%;
  position: fixed;
}
.header .title {
  font-size: 20px;
  font-family: "Open Sans";
  color: #464C51;
}
.header .title .header-title {
  text-decoration: none;
}
.header .header-menu {
  display: flex;
}
.header .header-menu .header-list {
  list-style-type: none;
  line-height: 1.5;
  margin-right: 20px;
  color: #C4AE8F;
  font-family: "Open Sans";
}
.header .header-menu .header-list:hover {
  border-bottom: 1px solid #40B1BD;
  opacity: 0.7;
}

#works {
  background-color: #FDFEF0;
  padding: 100px 0px 50px;
}
#works .container-works1 {
  background-color: #FDFEF0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#works .container-works1 .img-works1 {
  width: 290px;
  height: 290px;
}
#works .container-works1 table {
  margin: 41px;
  border-collapse: separate;
  border-spacing: 0px 0px 40px 163px;
}
#works .container-works1 table th {
  padding: 0px 163px 39px 0px;
}
#works .container-works1 .btn-works1 {
  border-radius: 22px;
  background-color: #40B1BD;
  font-family: "Noto Sans JP";
  font-size: 26px;
  text-align: center;
  color: #FDFEF0;
  width: 190px;
  height: 63px;
  display: block;
  margin: 0px auto;
}

.footer {
  background-color: #FDFEF0;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-copyright {
  font-size: 16px;
} */
/*# sourceMappingURL=style.css.map */