@charset "UTF-8";
.container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
@media (width <= 1024px) {
  .container {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (width <= 768px) {
  .container {
    max-width: 684px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (width <= 425px) {
  .container {
    max-width: 327px;
    width: 100%;
    margin: 0 auto;
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media (width <= 425px) {
  html {
    font-size: 41.67%;
  }
}
@media (width <= 768px) {
  html {
    font-size: 55%;
  }
}

body {
  color: #333333;
}

h2 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.8rem;
  line-height: 1.33;
}
@media (width <= 425px) {
  h2 {
    font-size: 40px;
  }
}

.header {
  width: 100%;
  height: 8.8rem;
  position: sticky;
  top: 0;
  z-index: 99;
}
.header .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .container .logo_h1 {
  width: 6.4rem;
  height: auto;
}
.header .container .logo_h1 a {
  display: inline-block;
  width: 100%;
}
.header .container .logo_h1 a .logo_img {
  width: 100%;
  height: auto;
}
.header .container .nav_header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
@media (width <= 768px) {
  .header .container .nav_header {
    align-items: end;
    flex-direction: column;
  }
}
.header .container .nav_header .nav_list {
  display: flex;
}
@media (width <= 768px) {
  .header .container .nav_header .nav_list {
    flex-direction: column;
    justify-content: space-evenly;
  }
}
.header .container .nav_header .nav_list .nav_items a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .container .nav_header .nav_list li + li {
  margin-left: 4.8rem;
}

.burger {
  z-index: 999;
  display: none;
  width: 4rem;
  height: 4rem;
  background: url(../img/burgericon.svg) no-repeat center/contain;
  background-size: 2.4rem;
  cursor: pointer;
  border-radius: 4px;
  background-color: #CCB3B7;
  opacity: 0.7;
}
@media (width <= 768px) {
  .burger {
    display: flex;
  }
}
@media (width <= 425px) {
  .burger {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.burger.is-active {
  width: 4rem;
  height: 4rem;
  background: url(../img/closeicon.svg) no-repeat center/contain;
  background-size: 2.4rem;
  cursor: pointer;
  border-radius: 4px;
  background-color: #fff;
}
@media (width <= 425px) {
  .burger.is-active {
    width: 3.5rem;
    height: 3.5rem;
  }
}

@media (width <= 768px) {
  #burger_menu {
    display: none;
  }
  #burger_menu li {
    margin: 0;
  }
}

#burger_menu.is-active {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #CCB3B7;
  opacity: 0.98;
}
#burger_menu.is-active li {
  width: 100%;
  margin-top: 2.4rem;
  border-bottom: #2d2d2d 0.3px solid;
}
#burger_menu.is-active li a {
  padding: 1.8rem 0 1.6rem 1.6rem;
  text-align: center;
}

.nav_header li {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  font-synthesis: weight;
  font-size: 1.6rem;
}

.header {
  background-color: rgba(246, 244, 241, 0.7019607843);
}

.header .logo_h1:hover,
.header .nav_items_link:hover {
  opacity: 0.5;
}

.fv {
  width: 100%;
  height: 64rem;
  background: url(../img/pc_table.jpg) no-repeat center/cover;
  position: relative;
}
@media (width <= 425px) {
  .fv {
    background-position: 50%;
  }
}
.fv .fv_title {
  width: 32rem;
  height: 32rem;
  border-radius: 53% 47% 44% 56%/49% 52% 48% 51%;
  padding: 2.6rem 4.2rem;
  background: rgba(255, 255, 255, 0.5019607843);
  position: absolute;
  top: 8.8rem;
}
@media (width <= 425px) {
  .fv .fv_title {
    width: 20rem;
    height: 20rem;
    padding: 0.8rem 3.2rem;
  }
}
.fv .fv_title .title_item_1 {
  margin-top: 2.4rem;
}
.fv .fv_title .title_item_2,
.fv .fv_title .title_item_3 {
  margin-top: 1.8rem;
}

.title_item_1 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  font-synthesis: weight;
  font-size: 1.8rem;
}
@media (width <= 425px) {
  .title_item_1 {
    font-size: 1.2rem;
  }
}

.title_item_2,
.title_item_3 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  font-synthesis: weight;
  font-size: 4.8rem;
}
@media (width <= 425px) {
  .title_item_2,
  .title_item_3 {
    font-size: 3.2rem;
  }
}

/*========= レイアウトのためのCSS ===============*/
#wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

/*========= waveを描画するエリア設定 ===============*/
canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.works {
  width: 100%;
  height: auto;
  padding: 10.4rem 0 6.4rem;
}
@media (width <= 425px) {
  .works {
    padding: 48px 0 48px;
  }
}
.works .works_cade {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem 8.9rem;
  padding: 6.4rem 0;
}
@media (width <= 768px) {
  .works .works_cade {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.works .works_cade .cade_items {
  width: calc((100% - 17.8rem) / 3);
}
@media (width <= 768px) {
  .works .works_cade .cade_items {
    width: 64rem;
  }
}
@media (width <= 425px) {
  .works .works_cade .cade_items {
    width: 100%;
  }
}
.works .works_cade .cade_items .works_img {
  width: 100%;
  height: auto;
}
.works .works_cade .cade_items .cade_items_title {
  margin-top: 1.8rem;
}
@media (width <= 425px) {
  .works .works_cade .cade_items .cade_items_title {
    margin-top: 18px;
  }
}
.works .works_cade .cade_items .cade_items_desc {
  margin-top: 0.8rem;
}
@media (width <= 425px) {
  .works .works_cade .cade_items .cade_items_desc {
    margin-top: 8px;
  }
}

.works {
  background-color: #F6F4F1;
}

.cade_items p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.cade_items_title {
  font-size: 1.8rem;
}

.cade_items_desc {
  font-size: 1.2rem;
}

.cade_items:hover {
  opacity: 0.5;
}

.profile {
  width: 100%;
  height: auto;
  padding: 10.4rem 0;
}
@media (width <= 425px) {
  .profile {
    padding: 54px 0 48px;
  }
}
.profile .profile_boxes {
  margin-top: 6.4rem;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10.4rem;
}
@media (width <= 768px) {
  .profile .profile_boxes {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2.4rem;
  }
}
@media (width <= 425px) {
  .profile .profile_boxes {
    gap: 16px;
    margin-top: 48px;
  }
}
.profile .profile_boxes .profile_items_img {
  width: 24rem;
  height: 24rem;
}
@media (width <= 425px) {
  .profile .profile_boxes .profile_items_img {
    width: 180px;
    height: 180px;
  }
}
.profile .profile_boxes .profile_items_img .profile_img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.profile .profile_boxes .profile_items_text {
  width: 64rem;
}
@media (width <= 768px) {
  .profile .profile_boxes .profile_items_text {
    width: 100%;
    height: auto;
  }
}
.profile .profile_boxes .profile_items_text .profile_desc {
  margin-top: 0.8rem;
}
@media (width <= 425px) {
  .profile .profile_boxes .profile_items_text .profile_desc {
    margin-top: 16px;
  }
}

.profile {
  background-color: #CCB3B7;
  opacity: 0.7;
  color: #000;
}

.profile_name_eg {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  font-synthesis: weight;
  font-size: 1.4rem;
  line-height: 1.57;
}
@media (width <= 425px) {
  .profile_name_eg {
    font-size: 10px;
  }
}

.profile_name_jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  line-height: 1.5;
}
@media (width <= 425px) {
  .profile_name_jp {
    font-size: 24px;
  }
}

.profile_desc {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
}
@media (width <= 425px) {
  .profile_desc {
    font-size: 14px;
    line-height: 1.57;
  }
}

.skill {
  padding: 10.4rem 0 6.4rem;
}
@media (width <= 425px) {
  .skill {
    padding: 48px 0;
  }
}
.skill .skill_boxes {
  margin-top: 6.4rem;
  display: flex;
  gap: 4.2rem;
}
@media (width <= 1024px) {
  .skill .skill_boxes {
    flex-direction: column;
    align-items: center;
  }
}
@media (width <= 425px) {
  .skill .skill_boxes {
    gap: 32px;
  }
}
.skill .skill_items {
  width: calc((100% - 84px) / 3);
  height: 49.8rem;
  padding: 3.2rem;
  border: 1px dashed rgba(77, 77, 77, 0.3019607843);
}
@media (width <= 1024px) {
  .skill .skill_items {
    width: 100%;
    height: auto;
  }
}
@media (width <= 425px) {
  .skill .skill_items {
    width: 100%;
    height: 49.8rem;
  }
}
.skill .skill_items p {
  margin-top: 3.2rem;
}
@media (width <= 425px) {
  .skill .skill_items p {
    margin-top: 16px;
  }
}

.skill {
  background-color: #F6F4F1;
}

.skill_items_title {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  font-synthesis: weight;
  font-size: 3.2rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
}
@media (width <= 425px) {
  .skill_items_title {
    font-size: 24px;
  }
}

.skill_items p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
}

#page_top {
  color: #cc9ba2;
  position: fixed;
  bottom: 18px;
  right: 88px;
  display: block;
  width: 100px;
  padding: 16px 20px;
  text-align: right;
  transform: rotate(90deg);
  transform-origin: bottom right;
}
@media (width <= 768px) {
  #page_top {
    display: none;
  }
}
#page_top .arrow1 {
  width: 51px;
  height: 1.5px;
  background: #cc9ba2;
  position: absolute;
  top: 50%;
  right: 62px;
}
#page_top .arrow2 {
  width: 2px;
  height: 18px;
  background: #cc9ba2;
  position: absolute;
  top: calc(50% + 1px);
  right: 109px;
  transform: rotate(-130deg);
  transform-origin: top left;
}

#page_top:hover {
  opacity: 0.5;
}

#page_top {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

.footer {
  padding: 10.4rem 0;
}
.footer .contact {
  width: 52.8rem;
  margin: 0 auto 3.2rem;
}
@media (width <= 425px) {
  .footer .contact {
    width: 30.1rem;
  }
}
.footer .footer_boxes {
  padding-top: 3.2rem;
  border-top: 1px solid #fff;
}

.footer_boxes {
  display: flex;
  align-items: center;
}
@media (width <= 425px) {
  .footer_boxes {
    flex-direction: column-reverse;
  }
}
.footer_boxes .nav_footer {
  margin-left: auto;
}
@media (width <= 425px) {
  .footer_boxes .nav_footer {
    margin: 0 auto;
  }
}
.footer_boxes .nav_footer ul {
  display: flex;
}
.footer_boxes .nav_footer ul li + li {
  margin-left: 1.6rem;
}

@media (width <= 425px) {
  .footer_copy {
    margin-top: 2.4rem;
  }
}

.mail_link {
  position: relative;
}

.mail_link::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../../img/arrow.svg) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  margin-left: 2.4rem;
}
@media (width <= 425px) {
  .mail_link::after {
    margin-left: 0.8rem;
  }
}

footer {
  background-color: #2D2D2D;
  color: #fff;
}

footer {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}
footer .contact_title {
  font-size: 1.8rem;
}
@media (width <= 425px) {
  footer .contact_title {
    font-size: 1.2rem;
  }
}
footer .mail_link {
  font-weight: bold;
  font-synthesis: weight;
  font-size: 4rem;
}
@media (width <= 425px) {
  footer .mail_link {
    font-size: 2.4rem;
  }
}
footer .mail_link .text_font {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
footer .footer_copy,
footer .nav_footer nav_list {
  font-size: 1.4rem;
}
@media (width <= 425px) {
  footer .footer_copy,
  footer .nav_footer nav_list {
    font-size: 1.2rem;
  }
}
@media (width <= 425px) {
  footer .footer_copy {
    font-size: 1rem;
  }
}

.footer .nav_items_link:hover {
  opacity: 0.5;
}

.mail_link {
  display: inline-block;
  transition: all 0.3s ease-out 0.1s;
}

.mail_link:hover {
  cursor: pointer;
  transform: scale(1.1);
  color: #0CAAEA;
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */