@charset "UTF-8";
/* 文字コードの指定 */
/*
 *ThemeName:Web & Graphic design | Akiko Matsumura
 *Author:松村安希子
 *Version:1.0
 *Description:松村安希子のポートフォリオサイト
*/
html {
  font-size: 62.5%;
  background-color: #E8DFD5;
  background-color: #ede4db;
}

body {
  color: #272727;
  font-family: interstate, dnp-shuei-gothic-gin-std, sans-serif;
  font-style: normal;
  letter-spacing: 0.05em;
  padding: 8rem 0 0 0;
}
@media (max-width: 599px) {
  body {
    padding: 5rem 0 0 0;
  }
}

a {
  color: #515151;
  text-decoration: none;
}

@media (max-width: 599px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 599px) {
  .sp-only {
    display: block;
  }
}

.top-main {
  box-sizing: border-box;
}

.pc-responsive {
  display: none;
}
@media (max-width: 599px) {
  .pc-responsive {
    display: block;
  }
}

#header {
  /*はじめの高さを設定*/
  width: 100%;
  max-width: 2540px;
  display: flex;
  justify-content: space-between;
  padding: 20px 50px 0;
  align-items: flex-start;
  background-color: #E8DFD5;
  background-color: #ede4db;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  transition: 0.5s;
  display: none;
}
@media (max-width: 599px) {
  #header {
    align-items: center;
    height: 10rem;
    padding: 0;
    margin: 0;
  }
}
#header .title {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  text-decoration: none;
  opacity: 0;
}
@media (max-width: 599px) {
  #header .title {
    display: none;
  }
}
#header .pc-header-title-scroll {
  display: none;
}
#header .pc-header-title-scroll .pc-nav {
  font-size: 1.4rem;
  line-height: 2;
  list-style: none;
  text-align: center;
  padding: 0;
}
#header .pc-header-title-scroll .pc-nav li a:hover {
  background: rgba(255, 255, 255, 0.3);
}
#header .sp-header-title-scroll {
  display: none;
}

/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#header.HeightMin {
  opacity: 1;
  position: fixed;
  z-index: 999;
  /*最前面へ*/
  background: none;
  margin: 0;
  animation: DownAnime 0.5s forwards;
  display: flex;
}
#header.HeightMin .title {
  opacity: 1;
}
#header.HeightMin .pc-header-title {
  font-size: 1.8rem;
  position: absolute;
}
#header.HeightMin .pc-header-title img {
  display: none;
}
#header.HeightMin .pc-header-title-scroll {
  display: block;
}
#header.HeightMin .pc-header-title-scroll img {
  width: 34px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 599px) {
  #header.HeightMin {
    height: 4rem;
    padding: 0;
    margin: 0;
    /* & .sp-header-title-line {
        display: inline-block;
        padding: 0 0.5rem;
    }
    & .sp-header-title-1 {
        font-size: 1.4rem;
    }
    & .sp-header-title-2 {
        font-size: 1.4rem;
    } */
  }
  #header.HeightMin .sp-header-title img {
    display: none;
  }
  #header.HeightMin .sp-header-title-scroll {
    font-size: 1.4rem;
    display: block;
    margin: 0 auto;
  }
  #header.HeightMin .sp-header-title-scroll img {
    width: auto;
    height: 1.7rem;
  }
  #header.HeightMin .pc-header-title-scroll {
    display: none;
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-20rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.pc-header-title {
  font-size: 2.2rem;
  color: #000000;
  text-decoration: none;
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.pc-header-title img {
  width: 45px;
}
@media (max-width: 599px) {
  .pc-header-title {
    display: none;
  }
}

.sp-header-title {
  display: none;
}
@media (max-width: 599px) {
  .sp-header-title {
    display: block;
    color: #000000;
    text-decoration: none;
    animation-name: fadeUpAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  .sp-header-title img {
    width: 4rem;
  }
}

/* .pc-header-title-scroll.show {
    position: fixed;
}

#header.show {
    span {
        display: none;
    }
} */
/*旧デザインCSS*/
.cover2 {
  width: auto;
  height: calc(100vh - 8rem);
  position: relative;
}
@media (max-width: 599px) {
  .cover2 {
    height: auto;
    transform: translateY(-70px);
    /* height: calc((var(--vh, 1vh) * 100) - 17.5rem);*/
    /* min-height: 650px; */
  }
}
.cover2 .inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .cover2 .inner {
    position: relative;
  }
}
.cover2 .inner .container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  transform: translateY(-20%);
  animation-name: blurAnime;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media (max-width: 599px) {
  .cover2 .inner .container {
    display: block;
    transform: initial;
  }
}
.cover2 .inner .container .container-left {
  display: flex;
  max-width: 340px;
  align-items: flex-end;
  margin-right: 50px;
}
@media (max-width: 599px) {
  .cover2 .inner .container .container-left {
    width: auto;
    max-width: none;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 5%;
    margin: 0 auto;
  }
}
.cover2 .inner .container .container-left img {
  width: auto;
  height: 18px;
  padding-bottom: 5px;
}
@media (max-width: 599px) {
  .cover2 .inner .container .container-left img {
    height: 16px;
  }
}
.cover2 .inner .container .container-left .container-left-text {
  display: flex;
  /* flex-direction: row-reverse; */
}
.cover2 .inner .container .container-left .container-left-text p {
  display: flex;
  margin: 0 0 0 30px;
}
@media (max-width: 599px) {
  .cover2 .inner .container .container-left .container-left-text p {
    margin: 0 0 0 15px;
  }
}
.cover2 .inner .container .container-left .container-left-text .ja-01 {
  font-size: 3.6vw;
  letter-spacing: 0.4em;
  line-height: 1;
  writing-mode: vertical-rl;
  background: linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 45%, #ede4db 45%, #ede4db 100%);
  padding-top: 10px;
}
@media (max-width: 599px) {
  .cover2 .inner .container .container-left .container-left-text .ja-01 {
    font-size: 2.4rem;
  }
}
.cover2 .inner .container .container-left .container-left-text .ja-02 {
  font-size: 3.6vw;
  letter-spacing: 0.4em;
  line-height: 1;
  writing-mode: vertical-rl;
  background: rgba(255, 255, 255, 0.3);
  padding-top: 10px;
}
@media (max-width: 599px) {
  .cover2 .inner .container .container-left .container-left-text .ja-02 {
    font-size: 2.4rem;
  }
}
.cover2 .inner .container .container-left .container-left-text .ja-03 {
  font-size: 3.6vw;
  letter-spacing: 0.4em;
  line-height: 1;
  writing-mode: vertical-rl;
  background: linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 31%, #ede4db 31%, #ede4db 100%);
  padding-top: 10px;
}
@media (max-width: 599px) {
  .cover2 .inner .container .container-left .container-left-text .ja-03 {
    font-size: 2.4rem;
  }
}
.cover2 .inner .container .container-right {
  max-width: 340px;
}
@media (max-width: 599px) {
  .cover2 .inner .container .container-right {
    width: auto;
    max-width: none;
    transform: translateY(-100px);
    margin: 0 auto;
    padding: 0 5%;
  }
}
.cover2 .inner .container .container-right .ja {
  font-size: 1.8vw;
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
  line-height: 1.8;
  margin: 0;
}
@media (max-width: 599px) {
  .cover2 .inner .container .container-right .ja {
    writing-mode: inherit;
    margin-top: 40px;
    text-align: right;
  }
}
.cover2 .inner .container .container-right .container-right-top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .cover2 .inner .container .container-right .container-right-top {
    align-items: flex-end;
  }
}
.cover2 .inner .container .container-right .container-right-top .en {
  color: rgba(255, 255, 255, 0.8);
  font-size: 5.2vw;
  font-weight: 200;
  margin: 0;
  line-height: 1;
}
@media (max-width: 599px) {
  .cover2 .inner .container .container-right .container-right-top .en {
    font-size: 4.8rem;
    padding-left: 20px;
  }
}
.cover2 .inner .container .container-right .container-right-top .en p {
  margin: 0;
  margin-bottom: 15px;
}
.cover2 .inner .container .container-right .container-right-bottom {
  font-size: 1.3vw;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 2;
  text-align: justify;
  margin: 40px 0 0 0;
}
@media (max-width: 599px) {
  .cover2 .inner .container .container-right .container-right-bottom {
    margin: 10px 0 0 0;
  }
}

/*新デザインCSS*/
.top-main .cover {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .top-main .cover {
    padding-top: 0;
  }
}
.top-main .cover .logo-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 599px) {
  .top-main .cover .logo-wrapper {
    display: block;
  }
}
.top-main .cover .logo-wrapper .logo {
  width: 11vw;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 30px;
}
@media (max-width: 599px) {
  .top-main .cover .logo-wrapper .logo {
    width: 25vw;
    margin-bottom: 15px;
  }
}
.top-main .cover .logo-wrapper .title {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin: 0;
}
@media (max-width: 599px) {
  .top-main .cover .logo-wrapper .title {
    font-size: 1.6rem;
  }
}
.top-main .cover .lead {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.2;
  margin: 40px 0 0 0;
}
@media (max-width: 599px) {
  .top-main .cover .lead {
    margin-top: 40px;
    text-align: justify;
  }
}

@keyframes blurAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cover-text-thanks {
  display: block;
  font-size: 1.4rem;
  /* margin: 0 0 1.5rem 0; */
  letter-spacing: 0.1em;
  /* text-align: center; */
}
@media (max-width: 599px) {
  .cover-text-thanks {
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
  }
}

.cover-text-comment {
  line-height: 5rem;
  font-weight: bold;
}
@media (max-width: 599px) {
  .cover-text-comment {
    line-height: 4rem;
  }
}

.cover-text-line {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0% 0, rgba(0, 0, 0, 0) 30%, #efe6db 30%, #efe6db 100%);
  padding: 0 0.5rem;
  margin: 0 0.5rem 0 0;
  font-size: 2.4rem;
}
@media (max-width: 599px) {
  .cover-text-line {
    padding: 0 0.3rem;
    margin: 0 0.5rem 0 0;
    font-size: 2rem;
  }
}

.cover-text-border {
  font-size: 2.4rem;
}
@media (max-width: 599px) {
  .cover-text-border {
    font-size: 2rem;
  }
}

.cover-responsive {
  display: none;
}
@media (max-width: 599px) {
  .cover-responsive {
    display: block;
  }
}

.cover-scroll {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
}
@media (max-width: 599px) {
  .cover-scroll {
    position: absolute;
    left: 50%;
    bottom: 0;
  }
}

.cover-scroll-text {
  color: #515151;
  font-size: 1rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  margin: 0;
}
@media (max-width: 599px) {
  .cover-scroll-text {
    font-size: 0.8em;
  }
}

.cover a {
  display: inline-block;
  padding: 5px 5px 100px;
  overflow: hidden;
  color: #515151;
}
@media (max-width: 599px) {
  .cover a {
    padding: 5px 5px 80px;
  }
}

.cover a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 80px;
  background: #ffffff;
}
@media (max-width: 599px) {
  .cover a::after {
    height: 80px;
  }
}

.cover a::after {
  animation: sdl 3s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.skill {
  width: 100%;
  padding: 20rem 0 20rem 0;
}
@media (max-width: 599px) {
  .skill {
    padding: 14rem 0 10rem 0;
  }
}

.skill-profile {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 7rem 0;
}

.skill-message {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 3.4rem;
  letter-spacing: 0.2rem;
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 599px) {
  .skill-message {
    font-size: 1.4rem;
    line-height: 3.6rem;
  }
}

.skill-message-inner {
  padding: 0.4rem;
}
@media (max-width: 599px) {
  .skill-message-inner {
    padding: 0.2rem;
  }
}

.skill-about {
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
  padding: 0 0 10rem 0;
}
.skill-about img {
  display: block;
  width: 10rem;
  border-radius: 50%;
  margin: 0 auto;
}
.skill-about a {
  color: #515151;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 0.1rem solid #515151;
}
@media (max-width: 599px) {
  .skill-about {
    display: block;
    margin: 10rem 0 0 0;
    padding: 0;
  }
  .skill-about img {
    width: 9rem;
  }
}

.skill-about-text {
  width: 15rem;
  font-size: 1rem;
  color: #515151;
  line-height: 1.6rem;
  letter-spacing: 0.1rem;
  border-radius: 5rem;
  text-align: left;
  margin: 0 auto;
  padding: 1rem 0 0 0;
}
@media (max-width: 599px) {
  .skill-about-text {
    text-align: center;
  }
}

.skill-about-text a:hover {
  color: white;
  border-bottom: 0.3rem solid #ffffff;
}

.skill-contents {
  display: flex;
  background-color: white;
  width: 80%;
  min-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  .skill-contents {
    display: block;
    width: 90%;
    padding: 10rem 0;
  }
}

.skill-container {
  width: 50%;
  padding: 10rem 0;
  position: relative;
}
@media (max-width: 599px) {
  .skill-container {
    width: 100%;
    height: auto;
    padding: 0;
  }
}

.skill-container-inner1 {
  width: 55%;
  padding: 0 8rem 0 0;
  position: absolute;
  right: 0;
}
@media (max-width: 599px) {
  .skill-container-inner1 {
    width: 95%;
    padding: 0;
    margin: 0 auto;
    position: initial;
  }
}

.skill-container-inner2 {
  width: 55%;
  padding: 0 0 0 8rem;
}
@media (max-width: 599px) {
  .skill-container-inner2 {
    width: 95%;
    padding: 7rem 0 0 0;
    margin: 0 auto;
    border: none;
  }
}

/* 
.skill-container-inner:last-child {
    position: initial;
    @media (max-width: 599px) {
        padding: 0 0 10rem 0;
    }
} */
.skill-box {
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .skill-box {
    width: 90%;
  }
}

.skill-title {
  font-size: 2.6rem;
  letter-spacing: 0.1rem;
  margin: 0;
  padding: 0 0 2rem 0;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .skill-title {
    font-size: 2.4rem;
    padding: 0 0 1rem 0;
  }
}

.skill-subtitle {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
  font-family: dnp-shuei-gothic-gin-std;
}
@media (max-width: 599px) {
  .skill-subtitle {
    font-size: 1.6rem;
  }
}

.skill-box img {
  display: block;
  height: 7rem;
  margin: 0 0 0 3rem;
}
.skill-text {
  margin: 0 auto;
}
.skill-text ul {
  font-size: 1.2rem;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin: 2rem 0 0 0;
  padding: 0;
}
.skill-text li {
  text-decoration: none;
  color: white;
  background-color: black;
  line-height: 1.5rem;
  width: auto;
  height: 1.5rem;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.7rem 1rem;
  border-radius: 1.5rem;
}
@media (max-width: 599px) {
  .skill-text {
    width: 90%;
  }
}

.skill-text-inner {
  font-size: 1.4rem;
  font-family: dnp-shuei-gothic-gin-std;
  line-height: 2.2rem;
  text-align: justify;
  margin: 0 auto;
  padding: 2rem 0 0 0;
}
@media (max-width: 599px) {
  .skill-text-inner {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.4rem;
    position: static;
    transform: none;
    margin: 0 auto;
  }
}

/* .top-parallax {
    background-image:url("images/sky.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 30rem;
    width: 100%;
    position: relative;
    @media (max-width: 599px) {
        display: none;
    }
} */
/* .top-parallax {
    height: 100px;
}

main::before {
    content: "";
    background-image:url("images/sky.jpg") no-repeat center;
    background-size: cover;
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
} */
.top-works {
  width: 100%;
  margin-top: 20rem;
  padding: 0;
  /* .title {
      text-align: center;

      p {
          color: #ffffff;
          font-size: 1.6rem;
          font-weight: 400;
          transform: translateX(-30px);
          opacity: 0.8;
          margin: 0 0 10px 0;
      }

      h2 {
          font-size: 2.4rem;
          font-weight: bold;
          margin: 0 0 80px 0;
      }
  } */
}
@media (max-width: 599px) {
  .top-works {
    margin-top: 10rem;
  }
}
.top-works .title {
  width: 90%;
  max-width: 1200px;
  display: flex;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media (max-width: 599px) {
  .top-works .title {
    padding-bottom: 50px;
  }
}
.top-works .title h2 {
  font-size: 2.4rem;
  font-weight: bold;
  writing-mode: vertical-rl;
  margin-left: 0;
}
.top-works .title p {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  transform: rotate(90deg) translateX(-5px);
  transform-origin: left top;
  margin: 0 0 0 3px;
  opacity: 0.8;
}

.top-title-container {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 7rem 0;
}
@media (max-width: 599px) {
  .top-title-container {
    width: 95%;
  }
}

.top-title {
  font-size: 1.2rem;
  text-indent: 0.2rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  display: flex;
  align-items: center;
  margin: 0 0 0.7rem 0;
}

.top-title::after {
  content: "";
  width: 4rem;
  height: 0.2rem;
  background-color: black;
  margin: 0 0 0 0.5rem;
  display: block;
}

.top-subtitle {
  color: #976c49;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
  margin: 0 0 0 6rem;
  text-transform: uppercase;
  opacity: 0.2;
}
@media (max-width: 599px) {
  .top-subtitle {
    font-size: 2.2rem;
    margin: 0 0 0 6rem;
  }
}

.fadeUpToptitle {
  animation-name: fadeUpAnimeToptitle;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnimeToptitle {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.works-pass {
  position: relative;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 2rem;
  margin: 0;
  transition: 0.5s;
}
@media (max-width: 599px) {
  .works-pass {
    font-size: 1.4rem;
  }
}

.works-pass img {
  position: relative;
}

.works-pass-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*     backdrop-filter: blur(1rem); */
  background-color: rgba(0, 0, 0, 0.5);
}

/* 比率 */
.works-pass-filter:before {
  content: "";
  display: block;
  padding-top: 66.666%;
  border: 2px solid;
}

.works-pass-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.works-pass-title {
  padding: 0 0 4rem 0;
  white-space: nowrap;
}
@media (max-width: 599px) {
  .works-pass-title {
    padding: 0 0 3em 0;
  }
}

.works-pass-text {
  display: inline-block;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 2.2rem;
  white-space: nowrap;
  font-weight: normal;
}
@media (max-width: 599px) {
  .works-pass-text {
    font-size: 1rem;
    line-height: 2rem;
  }
}

.top-works-container {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .top-works-container {
    display: block;
    width: 90%;
  }
}

.top-works-zoom {
  width: calc((100% - 5rem) / 2);
  margin: 0 5rem 5rem 0;
  transition: 0.5s;
}
.top-works-zoom:nth-child(2n) {
  margin: 0 0 5rem 0;
}
@media (max-width: 599px) {
  .top-works-zoom {
    width: 100%;
    margin: 0 0 5rem 0;
  }
}

.top-works-zoom a {
  width: 100%;
  height: auto;
  text-decoration: none;
}
@media (max-width: 599px) {
  .top-works-zoom a {
    display: block;
  }
}

.top-works-container img {
  border: 1px solid;
  width: 100%;
  height: auto;
  transition: 0.5s;
}

.top-works-container img:hover {
  transform: translateY(-5px);
}

.works-pass:hover {
  transform: translateY(-5px);
}

.top-more {
  display: flex;
  margin-top: 50px;
}
@media (max-width: 599px) {
  .top-more {
    margin-top: 0;
  }
}
.top-more a {
  font-size: 1.4rem;
  padding: 15px 25px;
  border: 1px solid;
}
.top-more a:hover {
  background: rgba(255, 255, 255, 0.3);
}

.top-more-text {
  font-size: 1.6rem;
  color: #000000;
  text-decoration: none;
  margin: 0 auto;
}

.fas {
  font-size: 1.6rem;
  color: #000000;
  text-decoration: none;
  padding: 0 0 0 0.5rem;
}

.works-subtitle span {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 2.4;
  border: 1px solid #bfbfbf;
  background: rgba(255, 255, 255, 0.2);
  height: 12px;
  padding: 3px 15px;
  margin: 0 8px 5px 0;
  white-space: nowrap;
}

.top-blog {
  width: 90%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  margin: 200px auto 0;
  padding-bottom: 120px;
}
@media (max-width: 599px) {
  .top-blog {
    display: block;
    margin: 100px auto 0;
    padding-bottom: 200px;
  }
}
.top-blog .title-wrapper {
  width: calc((100% - 30px) / 5);
  position: relative;
  margin-right: 10px;
  /* .title {
      p {
          color: #ffffff;
          font-size: 1.6rem;
          font-weight: 400;
          transform: translateX(-5px);
          opacity: 0.8;
          margin: 0 0 10px 0;
      }

      h2 {
          font-size: 2.4rem;
          font-weight: bold;
          margin: 0 0 80px 0;

          @media (max-width: 599px) {
              margin-bottom: 30px;
          }
      }
  } */
}
@media (max-width: 599px) {
  .top-blog .title-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.top-blog .title-wrapper .title {
  display: flex;
  padding-bottom: 80px;
}
@media (max-width: 599px) {
  .top-blog .title-wrapper .title {
    padding-bottom: 50px;
  }
}
.top-blog .title-wrapper .title h2 {
  font-size: 2.4rem;
  font-weight: bold;
  writing-mode: vertical-rl;
  margin-left: 0;
}
.top-blog .title-wrapper .title p {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  transform: rotate(90deg) translateX(-5px);
  transform-origin: left top;
  margin: 0 0 0 3px;
  opacity: 0.8;
}
.top-blog .title-wrapper .top-more {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  position: absolute;
  bottom: 0;
}
@media (max-width: 599px) {
  .top-blog .title-wrapper .top-more {
    display: none;
  }
}
.top-blog .title-wrapper .top-more a {
  color: #000000;
  font-size: 1.4rem;
  padding: 15px 25px;
  border: 1px solid;
}
.top-blog .title-wrapper .top-more a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.top-blog .top-blog-container {
  width: calc((100% - 30px) / 5 * 4);
  display: flex;
}
@media (max-width: 599px) {
  .top-blog .top-blog-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 0 5rem 0;
  }
}
.top-blog .top-more_sp {
  display: none;
}
@media (max-width: 599px) {
  .top-blog .top-more_sp {
    display: block;
    margin: 0;
    text-align: center;
  }
}
.top-blog .top-more_sp a {
  color: #000000;
  font-size: 1.4rem;
  padding: 15px 25px;
  border: 1px solid;
}
.top-blog .top-blog-contents {
  width: calc((100% - 30px) / 3);
  height: auto;
  margin: 0 10px 0 0;
  transition: 1s;
}
.top-blog .top-blog-contents:last-child {
  margin: 0;
}
@media (max-width: 599px) {
  .top-blog .top-blog-contents {
    width: calc((100% - 2rem) / 2);
    margin: 0 2rem 0 0;
  }
  .top-blog .top-blog-contents:nth-child(2n) {
    margin: 0 0 4rem 0;
  }
  .top-blog .top-blog-contents:last-child {
    margin: 0;
  }
}
.top-blog .top-blog-contents img {
  width: 100%;
  height: auto;
}
.top-blog .top-blog-contents .top-blog-title {
  color: #000000;
  font-family: dnp-shuei-gothic-gin-std;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  margin: 0;
  padding-top: 10px;
}
.top-blog .top-blog-contents .top-blog-date {
  color: #000000;
  font-size: 1.2rem;
  text-align: left;
  margin: 0;
  padding-top: 5px;
}
.top-blog .top-blog-contents a {
  text-decoration: none;
}

.top-blog-contents:hover {
  opacity: 0.6;
}

/* .top-blog-title {
    font-size:1.4rem;
    font-family:dnp-shuei-gothic-gin-std;
    font-weight: bold;
    margin: 1.4rem 0 .5rem 0;
    color: black;
    text-decoration: none;
}

.top-blog-date {
    font-size:1.2rem;
    margin: 0;
    color: black;
} */
.pc-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  padding: 0 50px;
  box-sizing: border-box;
  align-items: center;
  z-index: 10;
}
@media (max-width: 599px) {
  .pc-footer {
    display: none;
  }
}
.pc-footer .inner {
  display: flex;
}
.pc-footer .inner img {
  width: auto;
  height: 15px;
  margin-right: 40px;
}
.pc-footer .inner .mail,
.pc-footer .inner .instagram {
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 40px 0 0;
}

.footer-container {
  display: flex;
}
.footer-container i {
  background-color: #000000;
  border-radius: 50%;
  color: #ffffff;
  font-size: 2.4rem;
  width: 4rem;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  margin: 0 1rem 0 0;
}
.footer-container i:last-child {
  margin: 0;
}

.footer-pc-nav {
  list-style: none;
  display: flex;
  font-size: 1.6rem;
}
@media (max-width: 599px) {
  .footer-pc-nav {
    display: none;
  }
}

.footer-pc-nav-list {
  color: #000000;
  text-decoration: none;
  margin: 0 3rem 0 0;
  text-transform: uppercase;
}

.copyright {
  font-size: 1.2rem;
  font-weight: bold;
}

.sp-footer {
  display: none;
}
@media (max-width: 599px) {
  .sp-footer {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: env(safe-area-inset-bottom);
    background-color: #515151;
    border-radius: 2rem 2rem 0 0;
    z-index: 999;
  }
}
.sp-footer .footer-container-sp {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  height: 4rem;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0.5rem 0 0 0;
  z-index: 10;
}
.sp-footer .footer-container-sp i {
  background-color: #ffffff;
  border-radius: 50%;
  color: #000000;
  font-size: 2rem;
  width: 3.6rem;
  height: 3.6rem;
  text-align: center;
  line-height: 3.6rem;
}
.sp-footer .footer-container-sp li {
  list-style: none;
}
.sp-footer .footer-container-sp a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 3.6rem;
}
.sp-footer .copyright-sp {
  color: white;
  font-size: 1rem;
  text-align: center;
  line-height: 3rem;
  height: 3rem;
  margin: 0;
}

.page-title {
  display: flex;
  align-items: baseline;
  margin: 0 0 10rem 0;
  padding: 0;
}
@media (max-width: 599px) {
  .page-title {
    margin: 0 0 5rem 0;
  }
}
.page-title .page-title-e {
  margin: 0 2rem 0 0;
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .page-title .page-title-e {
    font-size: 3.2rem;
  }
}
.page-title .page-title-j {
  font-size: 1.6rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
@media (max-width: 599px) {
  .page-title .page-title-j {
    font-size: 1.4rem;
  }
}

.page-title-workspage {
  display: flex;
  align-items: baseline;
  max-width: 100rem;
  margin: 0 auto 5rem;
  padding: 0;
}
@media (max-width: 599px) {
  .page-title-workspage {
    margin: 0 auto 3rem;
  }
}
.page-title-workspage .page-title-e {
  margin: 0 2rem 0 0;
  font-size: 3.2rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .page-title-workspage .page-title-e {
    font-size: 2.8rem;
  }
}
.page-title-workspage .page-title-j {
  font-size: 1.4rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
@media (max-width: 599px) {
  .page-title-workspage .page-title-j {
    font-size: 1.2rem;
  }
}

.about {
  width: 100%;
  max-width: 108rem;
  padding: 15rem 0;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .about {
    padding: 0 0 17rem 0;
  }
}
.about .about-container {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .about .about-container {
    width: 90%;
  }
}
.about .about-container .content {
  margin: 0 auto;
}
.about .about-container .content .about-shiki {
  font-size: 1.6rem;
  line-height: 3;
  text-align: justify;
  max-width: 60rem;
  margin: 15rem auto 0;
}
@media (max-width: 599px) {
  .about .about-container .content .about-shiki {
    width: 90%;
    margin-top: 10rem;
  }
}
.about .about-container .content .profile {
  display: flex;
  align-items: flex-start;
  max-width: 60rem;
  background: rgba(255, 255, 255, 0.2);
  padding: 2rem 3rem;
  margin: 8rem auto 0;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .about .about-container .content .profile {
    display: block;
    width: 80%;
    margin-top: 5rem;
  }
}
.about .about-container .content .profile img {
  width: 20%;
  border-radius: 50%;
}
@media (max-width: 599px) {
  .about .about-container .content .profile img {
    width: 40%;
    display: block;
    margin: 0 auto 20px;
  }
}
.about .about-container .content .profile .name-wrapper {
  padding-left: 20px;
}
@media (max-width: 599px) {
  .about .about-container .content .profile .name-wrapper {
    padding: 0;
  }
}
.about .about-container .content .profile .name-wrapper .name {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.about .about-container .content .profile .name-wrapper .text {
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: justify;
}
@media (max-width: 599px) {
  .about .about-container .content .profile .name-wrapper .text {
    padding-left: 0;
    margin-top: 20px;
  }
}
.about .about-container .content .detail {
  width: 100%;
  padding: 30px;
  display: flex;
  margin-top: 80px;
  border-top: 1px solid #888;
}
@media (max-width: 599px) {
  .about .about-container .content .detail {
    width: auto;
    display: block;
    margin-top: 60px;
  }
}
.about .about-container .content .detail .list {
  list-style: none;
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
}
@media (max-width: 599px) {
  .about .about-container .content .detail .list {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.about .about-container .content .detail .list:last-child {
  margin-right: 0;
}
@media (max-width: 599px) {
  .about .about-container .content .detail .list:last-child {
    margin: 0;
  }
}
.about .about-container .content .detail .list .title {
  color: #515151;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.about .about-container .content .detail .list .text {
  color: #515151;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .about .about-container .content .detail .list .text {
    margin-bottom: 15px;
  }
}

/* .profile {
    display:flex;
    align-items:start;
    padding:0 0 10rem 0;
    margin: 0 auto;
    @media(max-width:599px) {
        width: 100%;
        display:block;
        margin:0;
        padding:0 0 5rem 0;
    }
    & img {
        width:15rem;
    }
}

.profile-text {
    margin:0 0 0 5rem;
    font-size:1.4rem;
    line-height:3rem;
    p {
        margin: 0 0 3rem 0;
    }
    @media(max-width:599px) {
        font-size:1.4rem;
        line-height:3rem;
        margin:5rem 0 0 0;
        p {
            margin: 0 0 2.8rem 0;
        }
    }
}

.profile-text-name {
    margin:0 0 5rem 0;
    @media(max-width:599px) {
        margin:0 0 3rem 0;
    }
}

.about-contents {
    display:flex;
    padding:0 0 5rem 0;
    margin: 0 auto;
    width: 80%;
    @media(max-width:599px) {
        display:block;
        width: 100%;
        padding:0;
        margin:0;
    }
}

.about-contents-list {
    width:33.3%;
    font-size:1.4rem;
    font-family:dnp-shuei-gothic-gin-std;
    line-height:2.6rem;
    @media(max-width:599px) {
        width:100%;
        font-size:1.4rem;
        margin:0 0 3rem 0;
    }
}

.about-contents-title {
    font-weight:bold;
    line-height: 3rem;
} */
.works {
  width: 100%;
  padding: 15rem 0 10rem 0;
}
@media (max-width: 599px) {
  .works {
    padding: 0 0 17rem 0;
  }
}

.works-container {
  max-width: 108rem;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .works-container {
    width: 90%;
  }
}

.soon {
  margin: 20rem 0;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 1rem;
  color: #989898;
}

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.tab-label {
  /* background: rgba(255, 255, 255, 0.4); */
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
  white-space: nowrap;
  padding: 20px 2em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.tab-label:not(:last-of-type) {
  margin-right: 5px;
}

.tab-content {
  width: 100%;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  opacity: 0;
}

/* アクティブなタブ */
.tab-switch:checked + .tab-label {
  color: #000000;
}

.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: 0.5s opacity;
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

.works-contents {
  width: 85%;
  margin: 0 auto;
  padding: 10rem 0 0 0;
}
@media (max-width: 599px) {
  .works-contents {
    width: 100%;
    padding-top: 5rem;
  }
}

.works-contents-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  .works-contents-inner {
    display: block;
  }
}

.page {
  font-family: dnp-shuei-gothic-gin-std;
  padding: 0 0 5rem 0;
  margin: 0 auto;
  text-align: center;
}

.works-list {
  width: calc((100% - 4rem) / 2);
  margin: 0 0 10rem 0;
  text-align: left;
}
@media (max-width: 599px) {
  .works-list {
    margin-bottom: 5rem;
  }
}
.works-list img {
  width: 100%;
  height: auto;
  margin: 0;
  border: 1px solid;
}
.works-list a {
  color: black;
  text-decoration: none;
}
@media (max-width: 599px) {
  .works-list {
    width: 100%;
    font-size: 1.2rem;
  }
}

.arc-works-pass {
  position: relative;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 2rem;
  margin: 0;
  transition: 0.5s;
  position: relative;
}
@media (max-width: 599px) {
  .arc-works-pass {
    font-size: 1.4rem;
  }
}

.works-title {
  display: inline-block;
  font-family: dnp-shuei-gothic-gin-std;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 1rem 0 1rem 0;
  color: #000000;
  text-decoration: none;
}

.works-subtitle {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
}

.works2 {
  margin: 0;
  padding: 0 0 5rem 0;
}
@media (max-width: 599px) {
  .works2 {
    padding: 0 1rem 20rem 1rem;
  }
}
.works2 .return {
  font-size: 1.4rem;
  padding-top: 20px;
  margin: 0 auto;
  max-width: 100rem;
  display: block;
}
@media (max-width: 599px) {
  .works2 .return {
    font-size: 1.3rem;
  }
}

.works2-container {
  font-family: dnp-shuei-gothic-gin-std;
  max-width: 100rem;
  margin: 0 auto;
  padding: 5rem 5rem 3rem;
  background: #ffffff;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .works2-container {
    padding: 3rem 1rem 1rem;
  }
}
.works2-container img {
  height: auto;
}
.works2-container h2 {
  font-size: 2rem;
  color: black;
  margin: 5rem 0 1.5rem 0;
}
.works2-container h2 a {
  color: black;
}
@media (max-width: 599px) {
  .works2-container h2 {
    font-size: 1.8rem;
    width: 95%;
    margin: 3rem auto 0;
    padding: 0 0 1rem;
  }
}
.works2-container h3 {
  font-size: 1.6rem;
  color: black;
  margin: 1rem 0 3rem 0;
  line-height: 2.6rem;
}
@media (max-width: 599px) {
  .works2-container h3 {
    font-size: 1.6rem;
    width: 95%;
    margin: 0 auto;
    padding: 0 0 3rem 0;
  }
}
.works2-container p {
  font-size: 1.4rem;
  margin: 0 3rem 2rem 0;
  line-height: 2.4rem;
  text-align: justify;
}
@media (max-width: 599px) {
  .works2-container p {
    line-height: 2rem;
    width: 95%;
    margin: 0 auto;
    padding: 0 0 1.5rem 0;
  }
}
.works2-container a {
  color: black;
}

.works2-inner {
  width: 90%;
  margin: 0 auto;
}
.works2-inner img {
  width: 100%;
  margin: 0 0 3rem 0;
}
@media (max-width: 599px) {
  .works2-inner img {
    margin: 0 0 2rem 0;
  }
}

.works2-text {
  display: flex;
  justify-content: space-between;
  padding: 3rem 0 10rem 0;
}
@media (max-width: 599px) {
  .works2-text {
    display: block;
    padding: 2rem 0 5rem 0;
  }
}

.works2-text-a {
  font-size: 1.2rem;
  width: calc((100% - 2rem) / 2);
  margin: 0 2rem 0 0;
  line-height: 2rem;
}
@media (max-width: 599px) {
  .works2-text-a {
    width: 100%;
    padding: 0 0 2rem 0;
  }
}

.works2-text-b {
  font-size: 1.2rem;
  width: calc((100% - 2rem) / 2);
  margin: 0;
  line-height: 2rem;
}
@media (max-width: 599px) {
  .works2-text-b {
    width: 100%;
  }
}

.works-img-border {
  border: 1px solid #e9e9e9;
}

.blog {
  width: 100%;
  padding: 15rem 0 15rem 0;
  margin: 0;
}
@media (max-width: 599px) {
  .blog {
    padding: 0 0 10rem 0;
  }
}
.blog .blog-container {
  width: 75rem;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .blog .blog-container {
    width: 90%;
  }
}
.blog .blog-container .blog-contents {
  width: 100%;
  margin: 0 0 10rem 0;
}
.blog .blog-container .blog-contents img {
  width: 100%;
  margin: 0 0 2rem 0;
}
@media (max-width: 599px) {
  .blog .blog-container .blog-contents img {
    margin: 0 0 1rem 0;
  }
}
.blog .blog-container .blog-contents .blog-top {
  display: flex;
  justify-content: space-between;
  margin: 0 0 3rem 0;
  font-family: dnp-shuei-gothic-gin-std;
}
.blog .blog-container .blog-contents .blog-top .blog-title {
  font-size: 1.5rem;
}
.blog .blog-container .blog-contents .blog-top .blog-date {
  font-size: 1.2rem;
  font-weight: bold;
}
.blog .blog-container .blog-contents .blog-text {
  font-size: 1.3rem;
  line-height: 2.9rem;
  font-family: dnp-shuei-gothic-gin-std;
  margin: 0;
  text-align: justify;
}
.blog .blog-container .blog-contents .blog-text h2 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  margin: 25px 0;
  padding-left: 10px;
  border-left: 1px solid #515151;
}
.blog .blog-container .blog-contents .blog-text h3 {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
}
.blog .blog-container .blog-contents .blog-text img {
  width: 100%;
  height: auto;
}
.blog .blog-container .blog-contents .blog-text a {
  color: black;
}
.blog .blog-container .blog-contents .blog-text .wp-block-image figcaption {
  color: .blog .blog-container .blog-contents .blog-text .wp-block-image figcaption gray;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-top: -10px;
}
@media (max-width: 599px) {
  .blog .blog-container .blog-contents .blog-text .wp-block-image figcaption {
    margin-top: -5px;
  }
}

.wp-pagenavi {
  text-align: center;
  padding: 5rem 0 0 0;
}
@media (max-width: 599px) {
  .wp-pagenavi {
    padding: 5rem 0;
  }
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: none;
  font-size: 1.6rem;
  padding: 0.3rem 1rem;
}

.page {
  color: black;
  font-family: interstate;
}

.nextpostslink {
  color: black;
}

a.previouspostslink {
  color: black;
}

.contact {
  width: 100%;
  padding: 15rem 0 15rem 0;
}
@media (max-width: 599px) {
  .contact {
    padding: 0 0 20rem 0;
  }
}

.contact-container {
  width: 50rem;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .contact-container {
    width: 90%;
  }
}

.contact-text {
  width: 100%;
  font-size: 1.6rem;
  line-height: 3rem;
  margin: 0 0 3rem 0;
}
@media (max-width: 599px) {
  .contact-text {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}

.cp_iptxt {
  position: relative;
  width: 100%;
  margin: 10rem 0 0 0;
}

.cp_iptxt input[type=text] {
  font-size: 1.6rem;
  box-sizing: border-box;
  width: 100%;
  padding: 1rem;
  padding-left: 1rem;
  letter-spacing: 1px;
  border: 0;
  background: none;
}
@media (max-width: 599px) {
  .cp_iptxt input[type=text] {
    font-size: 1.4rem;
  }
}

.cp_iptxt input[type=text]:focus {
  outline: none;
}

.cp_iptxt input[type=text]:focus::after {
  outline: none;
}

.cp_iptxt input[type=email] {
  font-size: 1.6rem;
  box-sizing: border-box;
  width: 100%;
  padding: 1rem;
  padding-left: 1rem;
  letter-spacing: 1px;
  border: 0;
  background: none;
}
@media (max-width: 599px) {
  .cp_iptxt input[type=email] {
    font-size: 1.4rem;
  }
}

.cp_iptxt input[type=email]:focus {
  outline: none;
}

.cp_iptxt input[type=email]:focus::after {
  outline: none;
}

.cp_iptxt input[type=tel] {
  font-size: 1.6rem;
  box-sizing: border-box;
  width: 100%;
  padding: 1rem;
  padding-left: 1rem;
  letter-spacing: 1px;
  border: 0;
  background: none;
}
@media (max-width: 599px) {
  .cp_iptxt input[type=tel] {
    font-size: 1.4rem;
  }
}

.cp_iptxt input[type=tel]:focus {
  outline: none;
}

.cp_iptxt input[type=tel]:focus::after {
  outline: none;
}

.cp_iptxt::after {
  display: block;
  width: 100%;
  height: 0.1rem;
  content: "";
  border-width: 0 0 0.1rem 0;
  border-style: solid;
  border-color: #515151;
}

.cp_txtarea {
  position: relative;
  margin: 10rem 0 0 0;
}

.cp_txtarea textarea {
  font-size: 1.6rem;
  box-sizing: border-box;
  width: 100%;
  height: 10rem;
  padding: 1rem;
  padding-left: 1rem;
  letter-spacing: 1px;
  border: 0;
  resize: none;
  background: none;
}
@media (max-width: 599px) {
  .cp_txtarea textarea {
    font-size: 1.4rem;
  }
}

.cp_txtarea textarea:focus {
  outline: none;
}

.cp_txtarea textarea:focus::after {
  outline: none;
}

.cp_txtarea::after {
  display: block;
  width: 100%;
  height: 0.1rem;
  content: "";
  border-width: 0 0 0.1rem 0;
  border-style: solid;
  border-color: #515151;
}

.contact-memo {
  color: rgb(202, 0, 0);
  padding: 0 0 0 1rem;
  font-size: 1.2rem;
  margin: 1rem 0 0 0;
}
@media (max-width: 599px) {
  .contact-memo {
    font-size: 1rem;
  }
}

.submit-btn input[type=submit] {
  width: 100%;
  height: 5rem;
  background-color: #515151;
  color: #ffffff;
  font-size: 1.6rem;
  letter-spacing: 4rem;
  text-indent: 4rem;
  border: none;
  margin: 5rem 0 0 0;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 599px) {
  .submit-btn input[type=submit] {
    font-size: 1.4rem;
  }
}

div.wpcf7-mail-sent-ok {
  border: none;
  text-align: center;
  padding: 5rem 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: black;
}

.service {
  padding-top: 200px;
}
@media (max-width: 599px) {
  .service {
    padding-top: 100px;
  }
}
.service .service-inner {
  max-width: 1200px;
  /* border: 1px solid; */
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 599px) {
  .service .service-inner {
    min-width: none;
    margin: 0 15px;
  }
}
.service .service-inner .container {
  /* padding: 50px 50px 30px;

  @media (max-width: 599px) {
      padding: 50px 15px 30px;
  } */
}
.service .service-inner .container .description {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 599px) {
  .service .service-inner .container .description {
    display: block;
  }
}
.service .service-inner .container .description .title {
  display: flex;
}
.service .service-inner .container .description .title h2 {
  font-size: 2.4rem;
  font-weight: bold;
  writing-mode: vertical-rl;
  margin-left: 0;
}
.service .service-inner .container .description .title p {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  transform: rotate(90deg) translateX(-5px);
  transform-origin: left top;
  margin: 0 0 0 3px;
  opacity: 0.8;
}
.service .service-inner .container .description .message {
  font-size: 1.4rem;
  line-height: 2;
  width: 0.7037037037;
  max-width: 760px;
  margin: 0;
  transform: translateY(10px);
}
@media (max-width: 599px) {
  .service .service-inner .container .description .message {
    padding-top: 30px;
  }
}
.service .service-inner .container .content-wrapper {
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 50px 0;
}
@media (max-width: 599px) {
  .service .service-inner .container .content-wrapper {
    display: block;
    padding: 40px 0;
  }
}
.service .service-inner .container .content-wrapper .contents {
  width: calc((100% - 120px) / 3);
  background: rgba(255, 255, 255, 0.4);
  margin-right: 40px;
  padding: 30px;
}
@media (max-width: 599px) {
  .service .service-inner .container .content-wrapper .contents {
    width: 100%;
    margin: 0 auto 20px;
    box-sizing: border-box;
    padding: 20px;
  }
}
.service .service-inner .container .content-wrapper .contents:last-child {
  margin-right: 0;
}
@media (max-width: 599px) {
  .service .service-inner .container .content-wrapper .contents:last-child {
    margin: 0 auto;
  }
}
.service .service-inner .container .content-wrapper .contents h3 {
  font-size: 1.6rem;
  font-weight: normal;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin: 0;
}
.service .service-inner .container .content-wrapper .contents .service-list-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 10px;
}
.service .service-inner .container .content-wrapper .contents .service-list-wrapper ul {
  padding-left: 0;
}
.service .service-inner .container .content-wrapper .contents .service-list-wrapper ul li {
  line-height: 1.5;
  list-style: none;
}
.service .service-inner .container .content-wrapper .contents .service-skill {
  height: 65px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (max-width: 599px) {
  .service .service-inner .container .content-wrapper .contents .service-skill {
    height: auto;
  }
}
.service .service-inner .container .content-wrapper .contents .service-skill li {
  font-size: 1.2rem;
  list-style: none;
  border: 1px solid;
  background: rgba(255, 255, 255, 0.2);
  height: 12px;
  padding: 3px 15px;
  margin: 0 8px 5px 0;
}
.service .service-inner .container .content-wrapper .contents .message {
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: justify;
  margin: 0;
}
.service .service-inner .container .about-button {
  display: flex;
  justify-content: flex-end;
}
.service .service-inner .container .about-button a {
  font-size: 1.2rem;
  font-weight: bold;
  padding-right: 55px;
  position: relative;
}
.service .service-inner .container .about-button a::after {
  content: "";
  width: 25px;
  height: 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  transform: skewX(45deg) translateY(-50%);
  position: absolute;
  right: 20px;
  top: 50%;
  transition: 0.2s;
}
.service .service-inner .container .about-button a:hover::after {
  width: 45px;
  right: 0;
  transition: 0.2s;
}

.loader {
  align-items: center;
  background: #E8DFD5;
  background-color: #ede4db;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.loader::after {
  animation: loader 1s linear infinite;
  border: 1px solid #ffffff; /* 丸の色の指定 */
  border-radius: 50%;
  border-right: 1px solid rgba(200, 228, 255, 0.2); /* 丸のサブ色の指定 */
  border-top: 1px solid rgba(200, 228, 255, 0.2); /* 丸のサブ色の指定 */
  content: "";
  height: 40px; /* 丸のサイズ */
  width: 40px; /* 丸のサイズ */
}

@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=style.css.map */