@charset "UTF-8";
/*!────────────────────────────────────────
 * style.scss
 * ──────────────────────────────────────── */
/*!────────────────────────────────────────
 * _common_settings.scss
 * ──────────────────────────────────────── */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #fcfcfd !important;
  /* fadeUp */
}
body .eng {
  font-family: "Jost", sans-serif;
}
body main {
  margin: auto;
  width: 100%;
}
body main img {
  max-width: 100%;
  vertical-align: top;
}
body main .flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
body main p {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #444444;
}
@media (width < 768px) {
  body main p {
    font-size: 1.4rem;
  }
}
body main h2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 8rem;
  font-weight: 500;
  color: #444444;
  font-family: "Jost", sans-serif;
}
@media (width < 768px) {
  body main h2 {
    margin-bottom: 10px;
    font-size: 5rem;
  }
}
body main h3 {
  color: #444444;
}
body main h4 {
  color: #444444;
}
body main .pc_only {
  display: block;
}
body main .sp_only {
  display: none;
}
@media (width < 768px) {
  body main .pc_only {
    display: none;
  }
  body main .sp_only {
    display: block;
  }
}
body footer p {
  text-align: center;
  letter-spacing: 0.1em;
}
body .fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  opacity: 0;
}
body .fadeUp:nth-child(2) {
  animation-delay: 0.4s;
}
body .fadeUp:last-child {
  animation-delay: 0.6s;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body .fadeUpTrigger {
  opacity: 0;
}

header {
  padding: 10px 30px;
  width: 100%;
  display: flex;
  align-items: center;
  position: fixed;
  height: auto;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);
}
header .header_logo {
  width: 4.5vw;
}
header nav {
  position: absolute;
  right: 5%;
}
header nav ul {
  display: flex;
  gap: 4rem;
}
header nav ul li {
  font-size: 2rem;
}
header nav ul li a {
  position: relative;
}
header nav ul li a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px; /*下線の太さ*/
  background-color: #adb9ce; /*下線の色*/
  transition: all 0.3s; /*アニメーション速度*/
  transform: scaleX(0);
}
header nav ul li a:hover::after {
  width: 100%;
  transform: scaleX(1);
}
@media (width < 768px) {
  header {
    padding: 20px 10px;
  }
  header .header_logo {
    width: 14vw;
  }
  header nav ul {
    gap: 1rem;
  }
  header nav ul li {
    font-size: 1.5rem;
  }
}
@media (width < 400px) {
  header nav ul li {
    line-height: 1;
  }
}

#top {
  width: 100%;
  height: 100vh;
  margin: auto;
  max-width: 1200px;
  position: relative;
  /* その場で */
  /*Scrollテキストの描写*/
  /* 丸の描写 */
  /*下からの距離が変化して丸の全体が上から下に動く*/
  /*上から下にかけて丸が透過→不透明→透過する*/
  /* 線の描写 */
}
#top h2 {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#top h2 #wrap_all path {
  stroke: #444444;
  stroke-width: 2px;
  stroke-dasharray: 400px;
  animation: svg 2s ease-in both;
  stroke-dasharray: 2000px;
}
#top h2 #wrap_all path:first-child {
  stroke: #abb6ca;
}
@keyframes svg {
  0% {
    fill: transparent;
    stroke-dashoffset: 2000px;
  }
  80% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
#top .sub {
  position: absolute;
  width: 600px;
  top: 48%;
  right: 0;
}
@media (width < 768px) {
  #top .sub {
    width: 70%;
  }
}
@media (width < 992px) {
  #top .sub {
    width: 60%;
  }
}
#top .fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#top .scrolldown2 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 10px;
  left: 50%;
}
#top .scrolldown2 span {
  /*描画位置*/
  position: absolute;
  left: 10px;
  bottom: 10px;
  /*テキストの形状*/
  color: #a4a4a4;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  writing-mode: vertical-rl;
}
#top .scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #a4a4a4;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
#top .scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 50px;
  background: #a4a4a4;
}

.message {
  margin: 100px auto 0;
  width: 100%;
  max-width: 1200px;
}
.message h2 {
  color: #444444;
  font-family: "Zen Kaku Gothic New";
  font-weight: 600;
  font-size: 7rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  line-height: 1;
}
.message h2 .char {
  transform: translateY(100px);
  transition: transfrom 0.5s;
}
@media (width < 992px) {
  .message h2 {
    font-size: 6rem;
  }
}
@media (width < 768px) {
  .message h2 {
    font-size: 3rem;
  }
}
.message p {
  padding: 0 40px;
  font-size: 1.8rem;
  line-height: 2;
}
@media (width < 1200px) {
  .message p .pc_only {
    display: none;
  }
}
@media (width < 768px) {
  .message p {
    width: 90%;
    margin: auto;
    padding: 0;
    font-size: 1.6rem;
  }
}

#about {
  margin: 30px auto;
  max-width: 1200px;
  padding: 100px 0 0;
  /*コンテンツのブロック*/
  /*画像のブロック*/
}
#about .wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#about .contents {
  width: 60%;
  position: relative;
}
#about .contents div {
  padding-top: 190px;
}
#about .contents div .about_txt {
  padding-left: 40px;
  line-height: 1.8;
}
#about .contents div dl {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}
#about .contents div dl .date {
  width: 14%;
  position: relative;
  font-weight: 500;
}
#about .contents div dl .date p {
  font-size: 1.8rem;
  text-align: center;
}
#about .contents div dl .date::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #bfbfbf;
  position: absolute;
  top: 6px;
  left: 101%;
}
#about .contents div dl .a_txt {
  padding: 0 0 4% 3%;
  width: 85%;
  border-left: 3px #d8d8d8 solid;
}
#about .contents div dl .a_txt:last-child {
  padding-bottom: 2%;
}
#about .contents .scroll-box01 h3 {
  font-size: 2.6rem;
  font-weight: 600;
  color: #444444;
  position: absolute;
  top: 90px;
  left: 30px;
}
#about .contents .scroll-box01 h3 .eng {
  font-size: 4rem;
}
#about .contents .scroll-box01 p {
  padding-top: 10px;
}
#about .contents .scroll-box02 h3 {
  font-size: 2.6rem;
  font-weight: 600;
  color: #444444;
  position: absolute;
  top: 690px;
  left: 30px;
}
#about .contents .scroll-box02 h3 .eng {
  font-size: 4rem;
}
#about .contents::after {
  content: "";
  display: block;
  background-color: #eff1f4;
  position: absolute;
  width: 150%;
  height: 90%;
  top: 120px;
  left: 0;
  border-radius: 40px;
  z-index: -1;
}
#about .images {
  width: 35%;
  height: 60vh;
  display: flex;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
#about .images .right {
  height: 100%;
  margin: auto;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  /* フェード速度 */
  transition: 0.8s;
  opacity: 0;
}
#about .images .right img {
  margin-top: 60px;
  box-shadow: 0 11px 20px 0 rgba(51, 51, 51, 0.19);
  border-radius: 40px;
}
#about .right:first-child,
#about .right.active {
  visibility: visible;
  opacity: 1;
}

.area {
  overflow: hidden;
}

@media (width < 992px) {
  #about {
    padding-top: 60px;
    width: 100%;
  }
  #about .pc_only {
    display: none;
  }
  #about .sp_only {
    display: block;
  }
  #about .sp_only .s_ul .s_li {
    margin: auto;
    padding: 35px 25px;
    width: 90%;
    background: #eff1f4;
    border-radius: 40px;
    position: relative;
  }
  #about .sp_only .s_ul .s_li .txt_inn {
    width: 55%;
  }
  #about .sp_only .s_ul .s_li .txt_inn dl .date {
    width: 100%;
    position: relative;
  }
  #about .sp_only .s_ul .s_li .txt_inn dl .date p {
    font-size: 1.8rem;
    font-weight: 600;
  }
  #about .sp_only .s_ul .s_li .txt_inn dl .a_txt {
    margin-bottom: 20px;
    padding: 0 0 2% 3%;
    width: 100%;
    border-left: 3px #d8d8d8 solid;
  }
  #about .sp_only .s_ul .s_li .txt_inn dl .a_txt:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #about .sp_only .s_ul .s_li .a_img {
    width: 40%;
    position: absolute;
    top: 35px;
    right: -6%;
  }
  #about .sp_only .s_ul .s_li .a_img img {
    box-shadow: 0 11px 20px 0 rgba(51, 51, 51, 0.19);
    border-radius: 40px;
  }
  #about .sp_only .s_ul .s_li:first-child {
    margin-bottom: 20px;
  }
  #about .sp_only .s_ul .s_li h3 {
    position: absolute;
    top: 25px;
    left: 60%;
    font-size: 2rem;
    writing-mode: vertical-rl;
    line-height: 1.5;
    z-index: 20;
  }
  #about .sp_only .s_ul .s_li h3 .eng {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1;
  }
}
@media (width < 1200px) {
  #about {
    width: 96%;
  }
}
@media (width < 768px) {
  #about .sp_only {
    display: block;
  }
  #about .sp_only .s_ul .s_li {
    margin: auto;
    padding: 35px 25px;
    width: 90%;
    background: #eff1f4;
    border-radius: 40px;
    position: relative;
  }
  #about .sp_only .s_ul .s_li .txt_inn {
    padding-top: 101.3333333333vw;
    width: 100%;
  }
  #about .sp_only .s_ul .s_li .txt_inn dl .date {
    width: 100%;
    position: relative;
  }
  #about .sp_only .s_ul .s_li .txt_inn dl .date p {
    font-size: 1.8rem;
    font-weight: 600;
  }
  #about .sp_only .s_ul .s_li .txt_inn dl .a_txt {
    margin-bottom: 20px;
    padding: 0 0 2% 3%;
    width: 100%;
    border-left: 3px #d8d8d8 solid;
  }
  #about .sp_only .s_ul .s_li .txt_inn dl .a_txt:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #about .sp_only .s_ul .s_li .a_img {
    width: 80%;
    position: absolute;
    top: 35px;
    right: -6%;
  }
  #about .sp_only .s_ul .s_li .a_img img {
    box-shadow: 0 11px 20px 0 rgba(51, 51, 51, 0.19);
    border-radius: 40px;
  }
  #about .sp_only .s_ul .s_li:first-child {
    margin-bottom: 20px;
  }
  #about .sp_only .s_ul .s_li h3 {
    position: absolute;
    top: 25px;
    left: 10%;
    font-size: 2rem;
    writing-mode: vertical-rl;
    line-height: 1.5;
    z-index: 20;
  }
  #about .sp_only .s_ul .s_li h3 .eng {
    font-size: 4rem;
    font-weight: 600;
  }
}
#skills {
  max-width: 1200px;
  margin: 130px auto 0;
}
#skills ul {
  margin: 0 auto;
  width: 100%;
  display: flex;
  gap: 20px;
}
#skills ul li {
  width: 33%;
  padding: 2.5%;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0 11px 11px 0 rgba(159, 167, 180, 0.19);
  display: flex;
  flex-direction: column;
  flex: 1 0 auto; /* fix IE11 */
}
#skills ul li .sk_txt {
  flex-grow: 2;
  margin-bottom: 20px;
}
#skills ul li .sk_img {
  margin: 0 auto;
  width: 180px;
}
#skills ul li h3 {
  width: 100%;
  margin: 10px 0;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
#skills ul li .tool {
  flex-grow: 1;
  margin: auto 0;
  display: block 5px;
}
#skills ul li .tool span {
  margin-bottom: 5px;
  padding: 2px 4%;
  display: inline;
  font-weight: 600;
  background-color: #444448;
  color: #fff;
  border-radius: 20px;
  white-space: nowrap;
}
@media (width < 768px) {
  #skills {
    margin-top: 0;
    padding-top: 60px;
  }
  #skills ul {
    width: 100%;
    display: block;
  }
  #skills ul li {
    margin: 0 auto 20px;
    padding: 35px 25px;
    width: 90%;
  }
  #skills ul li h3 {
    margin-top: 0;
    font-size: 1.8rem;
  }
  #skills ul li .tool {
    text-align: center;
  }
  #skills ul li:last-child {
    margin-bottom: 0;
    height: 500px;
  }
  #skills ul li.fadeUp {
    opacity: 0;
  }
  #skills ul li.fadeUp:nth-child(2) {
    animation-delay: 0.2s;
  }
  #skills ul li.fadeUp:last-child {
    animation-delay: 0.2s;
  }
}
@media (width < 1200px) {
  #skills ul {
    width: 96%;
    gap: 2%;
  }
}

#works {
  width: 100%;
  max-width: 1200px;
  margin: 100px auto 0;
}
#works .splide {
  width: 94%;
  margin: auto;
}
#works .splide .splide__list .splide__slide {
  margin-bottom: 30px;
  padding: 0 10px;
}
#works .splide .splide__list .splide__slide .works_img_all {
  box-shadow: 0 11px 11px 0 rgba(51, 51, 51, 0.19);
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
#works .splide .splide__list .splide__slide .works_img_all a h4 {
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 100%;
  background: rgba(64, 66, 69, 0.673);
  padding: 20px 22px;
  border-radius: 40px 0 0 0;
  font-weight: 600;
  font-size: 1.8rem;
  transition: all 0.5s;
  line-height: 1;
}
#works .splide .splide__list .splide__slide .works_img_all a h4 .small {
  font-size: 1.5rem;
}
#works .splide .splide__list .splide__slide .works_img_all a:hover h4 {
  opacity: 0;
}
#works .splide .splide__arrows {
  display: flex;
  gap: 1.6rem;
}
#works .splide .splide__arrow--prev, #works .splide .splide__arrow--next {
  top: 40%;
  display: grid;
  place-content: center;
  width: 70px;
  height: 70px;
  cursor: pointer;
  transition: 0.8s;
  background-color: #121212;
  border-radius: 50%;
}
#works .splide .splide__arrow--prev svg, #works .splide .splide__arrow--next svg {
  display: none;
}
#works .splide .splide__arrow--prev::after, #works .splide .splide__arrow--next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid #fff;
  border-width: 3px 3px 0 0;
}
#works .splide .splide__arrow--prev {
  left: -3%;
}
#works .splide .splide__arrow--prev::after {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
}
#works .splide .splide__arrow--next {
  right: -3%;
}
#works .splide .splide__arrow--next::after {
  margin-right: 0.4rem;
  transform: rotate(45deg);
}
#works .splide .splide__pagination {
  top: 105%;
}
#works .splide .splide__pagination .splide__pagination__page.is-active {
  background: #444444;
}
#works .zoomInText {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
#works .zoomInText .mask {
  position: relative;
  transition: 0.3s ease-in-out;
  display: block;
  line-height: 0;
  overflow: hidden;
}
#works .zoomInText .works_img img {
  transform: scale(1);
  filter: blur(0);
  transition: 0.3s ease-in-out;
}
#works .zoomInText .cap {
  width: 100%;
  opacity: 0;
  transition: 0.2s ease-in-out;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
}
#works .zoomInText:hover .mask:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#works .zoomInText:hover .works_img img {
  transform: scale(1.2);
  filter: blur(2px);
}
#works .zoomInText:hover .cap {
  opacity: 1;
}
@media (width < 992px) {
  #works .splide .splide__list {
    width: 100%;
  }
  #works .splide .splide__list .splide__slide {
    padding: 0 4% 0 2%;
  }
}
@media (width < 768px) {
  #works .splide .splide__list {
    width: 100%;
  }
  #works .splide .splide__list .splide__slide {
    padding: 0 5%;
  }
  #works .splide .splide__arrow--prev, #works .splide .splide__arrow--next {
    width: 50px;
    height: 50px;
  }
  #works .splide .splide__arrow--prev::after, #works .splide .splide__arrow--next::after {
    width: 1rem;
    height: 1rem;
  }
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.side-scroll-heading {
  color: #eeebdd;
}

.side-scroll-list-wrapper {
  position: relative;
  width: 100%;
  height: 700px;
}

.side-scroll-list {
  position: absolute;
  top: 60px;
  left: 0;
  display: flex;
  gap: 30px;
}

.side-scroll-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  width: 600px;
}

.section {
  padding: 80px 50px;
  min-height: 150vh;
}
.section .article {
  position: relative;
  width: 100%;
  margin-bottom: 150px;
}
.section .article .article_image {
  display: block;
  width: 70%;
  height: auto;
  transform-origin: left top;
  border-radius: 12px;
  border: 10px solid #ffffff;
  box-sizing: border-box;
}
.section .article .article_text {
  position: relative;
  width: 40%;
  color: #f4f4f4;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-left: auto;
  z-index: 2;
  background: rgba(0, 0, 0, 0.9);
  padding: 20px;
}

.works_sec {
  padding-top: 100px;
}
.works_sec .works_inn {
  margin: 0 auto 100px;
  padding: 0 60px;
  max-width: 1200px;
}
.works_sec .works_inn .main_img {
  margin: 0 auto 80px;
  width: 100%;
}
.works_sec .works_inn dl dt {
  margin-bottom: 10px;
}
.works_sec .works_inn dl dt h3 {
  font-size: 2.6rem;
  font-weight: 800;
}
.works_sec .works_inn dl dt h4 {
  font-size: 2rem;
}
.works_sec .works_inn dl dd {
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 2;
}
.works_sec .works_inn dl dd .top {
  margin-bottom: 30px;
}
.works_sec .works_inn dl dd h4 {
  font-size: 2rem;
  font-weight: 600;
}
.works_sec .works_inn dl dd ul li {
  list-style: disc;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.6rem;
}
.works_sec .works_inn dl dd ul .no_dot {
  list-style: none;
  text-indent: -3em;
  padding-left: 3em;
}
.works_sec .works_inn dl dd .persona {
  justify-content: space-between;
  align-items: center;
}
.works_sec .works_inn dl dd .persona .left {
  width: 20%;
}
.works_sec .works_inn dl dd .persona .right {
  width: 75%;
}
.works_sec .works_inn dl dd .design_sec {
  margin-bottom: 20px;
}
.works_sec .works_inn dl dd .design_sec .layout {
  margin-top: 20px;
  justify-content: space-between;
  align-items: flex-start;
}
.works_sec .works_inn dl dd .design_sec .layout .layout_img {
  width: 30%;
}
.works_sec .works_inn dl dd .design_sec .layout .layout_txt {
  width: 65%;
}
.works_sec .works_inn dl dd .design_sec .layout .layout_txt p {
  line-height: 1.8;
}
.works_sec .works_inn dl dd .design_sec .layout03 {
  margin-top: 20px;
  justify-content: space-between;
  align-items: flex-start;
}
.works_sec .works_inn dl dd .design_sec .layout03 .layout_img {
  width: 35%;
}
.works_sec .works_inn dl dd .design_sec .layout03 .layout_img img {
  box-shadow: 0 11px 11px 0 rgba(51, 51, 51, 0.19);
}
.works_sec .works_inn dl dd .design_sec .layout03 .layout_txt {
  width: 60%;
}
.works_sec .works_inn dl dd .design_sec .layout03 .layout_txt p {
  line-height: 1.8;
}
.works_sec .works_inn dl dd .other {
  justify-content: flex-start;
}
.works_sec .works_inn dl dd .other_left {
  width: 40%;
  margin-right: 5%;
}
.works_sec .works_inn dl dd .other_right {
  width: 40%;
}
.works_sec .works_inn dl dd.color {
  max-width: 400px;
}
.works_sec .works_inn dl dd.short {
  max-width: 300px;
}
.works_sec .works_inn dl dd .step {
  margin-bottom: 30px;
  justify-content: space-between;
}
.works_sec .works_inn dl dd .step div {
  width: 30%;
}
.works_sec .works_inn dl dd .step div p {
  font-size: 1.3rem;
}
.works_sec .works_inn dl dd .step img {
  box-shadow: 0 11px 11px 0 rgba(51, 51, 51, 0.19);
}
.works_sec .works_inn dl dd .step2 {
  margin-bottom: 30px;
  justify-content: space-between;
}
.works_sec .works_inn dl dd .step2 div {
  width: 48%;
}
.works_sec .works_inn dl dd .step2 img {
  box-shadow: 0 11px 11px 0 rgba(51, 51, 51, 0.19);
}
.works_sec .works_inn dl dd.w_800 {
  max-width: 800px;
}
.works_sec .works_inn dl dd .layout_02 {
  justify-content: space-between;
}
.works_sec .works_inn dl dd .layout_02 .layout_img02 {
  width: 48%;
}
.works_sec .works_inn dl dd .layout_02 .layout_img02 img {
  box-shadow: 0 11px 11px 0 rgba(51, 51, 51, 0.19);
}
.works_sec .works_inn dl dd .mb_30 {
  margin-bottom: 30px;
}
.works_sec .works_inn dl h5 {
  font-weight: bold;
}
.works_sec .works_inn .bold {
  font-size: 2rem;
  font-weight: 600;
}
.works_sec .works_inn .sub_img {
  justify-content: space-between;
}
.works_sec .works_inn .sub_img__pc {
  width: 70%;
}
.works_sec .works_inn .sub_img__pc img {
  box-shadow: 0 11px 11px 0 rgba(51, 51, 51, 0.19);
}
.works_sec .works_inn .sub_img__sp {
  width: 23%;
}
.works_sec .works_inn .sub_img__sp img {
  box-shadow: 0 11px 11px 0 rgba(51, 51, 51, 0.19);
}
.works_sec .works_inn .sub_img__pc01 {
  width: 100%;
}
@media (width < 992px) {
  .works_sec .works_inn .sub_img__pc {
    width: 65%;
  }
  .works_sec .works_inn .sub_img__sp {
    width: 32%;
  }
  .works_sec .works_inn dl dd .persona .left {
    width: 40%;
  }
  .works_sec .works_inn dl dd .persona .right {
    width: 55%;
  }
}
@media (width < 768px) {
  .works_sec .works_inn {
    width: 90%;
    padding: 0;
  }
  .works_sec .works_inn .sub_img {
    display: block;
  }
  .works_sec .works_inn .sub_img__pc {
    width: 100%;
  }
  .works_sec .works_inn .sub_img__sp {
    margin-top: 30px;
    width: 100%;
  }
  .works_sec .works_inn .sub_img__sp img {
    width: 48%;
  }
  .works_sec .works_inn dl dd {
    font-size: 1.4rem;
  }
  .works_sec .works_inn dl dd .persona {
    display: block;
  }
  .works_sec .works_inn dl dd .persona .left {
    margin: auto;
    width: 70%;
  }
  .works_sec .works_inn dl dd .persona .right {
    width: 100%;
  }
  .works_sec .works_inn dl dd .design_sec .layout {
    display: block;
  }
  .works_sec .works_inn dl dd .design_sec .layout .layout_img {
    margin: auto;
    width: 60%;
  }
  .works_sec .works_inn dl dd .design_sec .layout .layout_txt {
    width: 100%;
  }
  .works_sec .works_inn dl dd .design_sec .layout .layout_txt p {
    line-height: 1.8;
  }
  .works_sec .works_inn dl dd .design_sec .layout03 {
    display: block;
  }
  .works_sec .works_inn dl dd .design_sec .layout03 .layout_img {
    margin: auto;
    width: 60%;
  }
  .works_sec .works_inn dl dd .design_sec .layout03 .layout_img img {
    box-shadow: 0 11px 11px 0 rgba(51, 51, 51, 0.19);
  }
  .works_sec .works_inn dl dd .design_sec .layout03 .layout_txt {
    width: 100%;
  }
  .works_sec .works_inn dl dd .design_sec .layout03 .layout_txt p {
    line-height: 1.8;
  }
  .works_sec .works_inn dl dd .other {
    justify-content: space-between;
  }
  .works_sec .works_inn dl dd .other_left {
    width: 48%;
  }
  .works_sec .works_inn dl dd .other_right {
    width: 48%;
  }
  .works_sec .works_inn dl dd ul li {
    font-size: 1.4rem;
  }
}

.all_works {
  margin: 0 auto 50px;
  width: 300px;
  text-align: center;
}
.all_works a {
  width: 100%;
  background-image: linear-gradient(to right, #fff 0%, #fff 50%, #444444 50%, #444444 100%);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  transition: background-position ease 0.4s;
  border-radius: 50px;
  font-size: 3rem;
  color: #fff;
  font-weight: 600;
  display: block;
  line-height: 2.5;
  border: 1px solid #444444;
  transition: all 0.3s ease-in-out;
}
.all_works a:hover {
  background-position: 0 0;
  color: #444444;
}
@media (width < 768px) {
  .all_works {
    width: 80%;
  }
  .all_works a {
    width: 100%;
    line-height: 2;
  }
}

#contact {
  margin: 170px auto 100px;
  position: relative;
}
#contact .contact_inn {
  max-width: 1200px;
  padding: 30px 30px;
  width: 100%;
  margin: 0 auto;
  border-radius: 40px;
  background-color: #eff1f4;
}
#contact .contact_inn p {
  margin-bottom: 30px;
  text-align: center;
}
#contact .contact_inn .contact_link {
  margin: auto;
  width: 300px;
  text-align: center;
}
#contact .contact_inn .contact_link a {
  width: 100%;
  background-image: linear-gradient(to right, #fff 0%, #fff 50%, #444444 50%, #444444 100%);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  transition: background-position ease 0.4s;
  border-radius: 50px;
  font-size: 3rem;
  color: #fff;
  font-weight: 600;
  display: block;
  line-height: 2.5;
  border: 1px solid #444444;
  transition: all 0.3s ease-in-out;
}
#contact .contact_inn .contact_link a:hover {
  background-position: 0 0;
  color: #444444;
}
@media (width < 768px) {
  #contact {
    margin-bottom: 30px;
  }
  #contact .contact_inn {
    padding: 35px 25px;
    width: 90%;
  }
  #contact .contact_inn .contact_link {
    width: 100%;
  }
  #contact .contact_inn .contact_link a {
    line-height: 2;
  }
}
@media (width < 1200px) {
  #contact .contact_inn {
    width: 96%;
  }
}/*# sourceMappingURL=style.css.map */