@charset "UTF-8";
/* ブレイクポイント */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/Modaal/0.4.4/css/modaal.min.css");
/* ブレイクポイント */
@font-face {
  font-family: "Quicksand";
  font-weight: 300;
  src: url("../fonts/Quicksand-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Quicksand";
  font-weight: 500;
  src: url("../fonts/Quicksand-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Quicksand";
  font-weight: 400;
  src: url("../fonts/Quicksand-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Quicksand";
  font-weight: 600;
  src: url("../fonts/Quicksand-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Quicksand";
  font-weight: 700;
  src: url("../fonts/Quicksand-Bold.ttf") format("truetype");
}
html {
  touch-action: manipulation;
}

body {
  font-family: "Quicksand", "ヒラギノ丸ゴ Pro", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  font-size: 16px;
  color: #313030;
  background-color: #FFFDF3;
}

.english {
  font-family: "Quicksand";
  font-weight: 600;
}

a {
  color: #313030;
  transition: all 0.3s ease 0s;
}

a:hover {
  color: #FF8066;
}

a:active {
  color: #FFE680;
}

.under {
  border-bottom: 1px solid #313030;
}

.pin {
  color: #FFE680;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.wrapper {
  overflow-x: hidden;
}

.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  line-height: 1.75;
}

.headding1 {
  font-size: 80px;
  font-weight: 600;
  letter-spacing: 0.5em;
  color: #4F4F4F;
}

.headding2 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: #4F4F4F;
}

.headding3 {
  font-weight: 600;
  letter-spacing: 0.5em;
  color: #4F4F4F;
}

.title {
  position: relative;
  padding: 70px 0px;
}
.title .accentFont {
  position: absolute;
  bottom: 0;
  left: 0;
}
.title .accentFont2 {
  position: absolute;
  bottom: 1.5em;
  left: 2.7em;
}
.title .accentFont3 {
  position: absolute;
  bottom: 2.3em;
  left: 5.5em;
}
.title .accentFont4 {
  position: absolute;
  bottom: 1.5em;
  left: 2.3em;
}
.title .accentFont5 {
  position: absolute;
  bottom: 2.3em;
  left: 4.8em;
}
.title .accentFont6 {
  position: absolute;
  bottom: 1.5em;
  left: 1.3em;
}
.title .accentFont7 {
  position: absolute;
  bottom: 2.3em;
  left: 2.5em;
}
.title .accentFont8 {
  position: absolute;
  bottom: 1.5em;
  left: 1.6em;
}
.title .accentFont9 {
  position: absolute;
  bottom: 2.3em;
  left: 3em;
}
.title .accentFont10 {
  position: absolute;
  bottom: 2.3em;
  left: 3.5em;
}

.pen {
  background: linear-gradient(transparent 60%, #FFE680 60%);
}

.header {
  width: 100%;
  position: fixed; /*ポジションを固定する*/
  z-index: 900;
  background-color: none; /*メニューバー背景色*/
}
.header .header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 180px;
  margin-top: 30px;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  line-height: 1.75;
}
.header .header__wrap .header__logo {
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.header .header__wrap .header__logo .logo {
  width: 90px;
}
.header .header__wrap .gnav .gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  -moz-column-gap: 30px;
       column-gap: 30px;
  vertical-align: baseline;
}
.header .header__wrap .gnav .gnav__list .gnav__item {
  font-weight: bold;
  letter-spacing: 0.05em;
}
.header .header__wrap .gnav .gnav__list .gnav__item svg {
  fill: #575757;
  width: 1.5em;
}
.header .header__wrap .gnav .gnav__list .gnav__item svg:hover {
  fill: #20DFE0;
  transition: all 0.3s ease 0s;
}
.header .header__wrap .gnav__works {
  position: relative;
}
.header .header__wrap .gnav__works .gnav__item2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: baseline;
  gap: 0em;
  position: absolute;
  top: 2em;
  font-size: 15px;
}
.header input {
  display: none;
}

@media (max-width: 820px) {
  .header .header__wrap {
    align-items: flex-start;
    padding: 0;
  }
  .header .header__wrap .header__logo {
    display: none;
  }
  .header .header__wrap .gnav {
    margin: 0 auto;
    width: 100%;
    height: 200px;
    position: relative;
  }
  .header .header__wrap .gnav .show {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
  }
  .header .header__wrap .gnav .show .gnav__item {
    font-size: 30px;
  }
  .header .header__wrap .gnav .show .gnav__item .gnav__logo {
    margin-bottom: 3em;
  }
  .header .header__wrap .gnav .gnav__list {
    display: none;
    text-align: center;
  }
  .header .header__wrap .gnav__works {
    position: relative;
  }
  .header .header__wrap .gnav__works .gnav__item2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8em;
    position: absolute;
    top: 1em;
    right: -7em;
    font-size: 14px;
  }
  .header .header__wrap .gnav__works .gnav__item2 a {
    margin-bottom: 0.5em;
  }
  .header .header__wrap .height-100 {
    height: 100vh;
  }
}
@media (max-width: 400px) {
  .header .header__wrap .gnav .show .gnav__item {
    font-size: 20px;
  }
  .header .header__wrap .gnav .show .gnav__item .gnav__logo {
    margin-bottom: 2em;
  }
  .header .header__wrap .gnav .gnav__list {
    display: none;
    text-align: center;
    width: 100%;
  }
  .header .header__wrap .gnav .gnav__works {
    position: relative;
  }
  .header .header__wrap .gnav .gnav__works .gnav__item2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8em;
    position: absolute;
    top: 0em;
    right: 4em;
    font-size: 14px;
  }
  .header .header__wrap .height-100 {
    height: 100vh;
  }
}
.footer {
  background-color: #FFE680;
  padding: 100px 0px;
  text-align: center;
  position: relative;
  top: 50%;
}
.footer .footer__copyright {
  letter-spacing: 0.3em;
  font-size: 15px;
}

@media (max-width: 400px) {
  .footer {
    padding: 50px 0px;
  }
  .footer .footer__copyright {
    letter-spacing: 0.3em;
    font-size: 12px;
  }
}
.scrolldown {
  position: absolute;
  bottom: 10px;
  left: 50%;
}
.scrolldown span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #FF8066;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}
.scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FF8066;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.scrolldown:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 50px;
  background: #FF8066;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/*--------------------------------
 ふわっ
---------------------------------*/
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.delay-time05 {
  animation-delay: 0.5s;
}

.delay-time1 {
  animation-delay: 1s;
}

.delay-time15 {
  animation-delay: 1.5s;
}

.delay-time2 {
  animation-delay: 2s;
}

.delay-time25 {
  animation-delay: 2.5s;
}

@media (max-width: 820px) {
  label .menu {
    position: absolute;
    right: -100px;
    top: -100px;
    z-index: 100;
    width: 200px;
    height: 200px;
    background: #FFFFFF;
    border-radius: 50% 50% 50% 50%;
    transition: 0.5s ease-in-out;
    box-shadow: 0 0 0 0 #FFFFFF, 0 0 0 0 #FFFFFF;
    cursor: pointer;
  }
  label .hamburger {
    position: absolute;
    top: 135px;
    left: 50px;
    width: 30px;
    height: 2px;
    background: #4F4F4F;
    display: block;
    transform-origin: center;
    transition: 0.5s ease-in-out;
  }
  label .hamburger:after, label .hamburger:before {
    transition: 0.5s ease-in-out;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #4F4F4F;
  }
  label .hamburger:before {
    top: -10px;
  }
  label .hamburger:after {
    bottom: -10px;
  }
  label input {
    display: none;
  }
  label input:checked + .menu {
    box-shadow: 0 0 0 100vw #FFFFFF, 0 0 0 100vh #FFFFFF;
    border-radius: 0;
  }
  label input:checked + .menu .hamburger {
    transform: rotate(45deg);
  }
  label input:checked + .menu .hamburger:after {
    transform: rotate(90deg);
    bottom: 0;
  }
  label input:checked + .menu .hamburger:before {
    transform: rotate(90deg);
    top: 0;
  }
  label input:checked + .menu + ul {
    opacity: 1;
  }
  label ul {
    z-index: 200;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.25s 0s ease-in-out;
  }
  label a {
    margin-bottom: 2em;
    display: block;
    color: #4F4F4F;
    text-decoration: none;
  }
}
@media (max-width: 400px) {
  .pc__none {
    display: none;
  }
}
@media (min-width: 820px) {
  .mobile__none {
    display: none;
  }
}
.fluid {
  width: 500px; /*横幅*/
  height: 500px; /*縦幅*/
  background: #FFE680; /*背景色*/
  animation: fluidrotate 30s ease 0s infinite; /*アニメーションの設定*/
}
@media (max-width: 820px) {
  .fluid {
    width: 350px;
    height: 350px;
  }
}

@keyframes fluidrotate {
  0%, 100% {
    border-radius: 60% 40% 44% 56%/48% 49% 51% 52%;
  }
  14% {
    border-radius: 44% 56% 51% 49%/66% 39% 61% 34%;
  }
  28% {
    border-radius: 60% 40% 44% 56%/48% 49% 51% 52%;
  }
  42% {
    border-radius: 42% 58% 44% 56%/64% 49% 51% 36%;
  }
  56% {
    border-radius: 60% 40% 44% 56%/48% 49% 51% 52%;
  }
  70% {
    border-radius: 44% 56% 51% 49%/66% 39% 61% 34%;
  }
  84% {
    border-radius: 42% 58% 44% 56%/64% 49% 51% 36%;
  }
}
.profile__fluid {
  width: 450px; /*横幅*/
  height: 450px; /*縦幅*/
  background-image: url(../img/me.jpg);
  background-size: cover;
  background-position: 50%;
  border-radius: 43% 57% 51% 49%/57% 51% 49% 43%;
}

.profile__sns .sns_button {
  float: left;
  box-shadow: inset 0 0 0 2px #9D9C9B;
  border-radius: 100%;
  transition: all 280ms ease;
}
.profile__sns .sns_button:hover {
  box-shadow: inset 0 0 0 22px #FFFFFF;
}
.profile__sns .sns_button a {
  display: table-cell;
  width: 44px;
  height: 44px;
  color: #9D9C9B;
  text-align: center;
  vertical-align: middle;
  transition: all 280ms ease;
}
.profile__sns .sns_button + .sns_button {
  margin-left: 0.5rem;
}
.profile__sns .twitter a:hover {
  color: #1da1f2;
}
.profile__sns .instagram a:hover {
  color: #FF0069;
}

@media (max-width: 820px) {
  .profile__fluid {
    width: 250px;
    height: 250px;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .profile__fluid {
    width: 300px;
    height: 300px;
  }
}
.pagetop {
  position: fixed;
  right: 1em;
  bottom: 2em;
  font-size: 1em;
  background: #FFE680;
  padding: 25px;
  border-radius: 50%;
  box-shadow: 0 2px 10px -6px rgba(0, 0, 0, 0.5), 0 3px 10px -4px rgba(0, 0, 0, 0.2);
  z-index: 3;
}
.pagetop:hover {
  color: #FFFFFF;
}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*--------------------------------
 メインビジュアル
---------------------------------*/
.mv .mv__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
}
.mv .mv__text {
  width: 50%;
  position: relative;
}
.mv .mv__text .mv__headding1 {
  letter-spacing: 0.15em;
  position: absolute;
  top: -2.2em;
  right: -0.5em;
  line-height: 0.8em;
}
.mv .mv__text .mv__headding2 {
  padding-top: 0.4em;
  text-indent: 1.45em;
}
.mv .mv__text .mv__body1 {
  position: absolute;
  top: 4em;
  right: 13em;
  text-indent: 8em;
  letter-spacing: 0.2em;
}
.mv .mv__text .mv__body2 {
  position: absolute;
  top: 6em;
  right: 10em;
  text-indent: 8em;
  letter-spacing: 0.2em;
}

/*--------------------------------
 index WORKS
---------------------------------*/
.works {
  display: flex;
  justify-content: center;
  align-items: center;
}
.works .inner .work__list {
  display: grid;
  place-items: center;
  grid-template-columns: repeat(auto-fit, minmax(250px, 3fr));
  row-gap: 60px;
  -moz-column-gap: 80px;
       column-gap: 80px;
  text-align: center;
  padding-top: 70px;
}
@media (max-width: 400px) {
  .works .inner .work__list {
    grid-template-columns: 1fr;
  }
}
.works .inner .work__list .work__item {
  padding: 10px;
}
.works .inner .work__list .work__item .work__body .work__image {
  display: block;
  background-position: top;
  background-size: cover;
  width: 297px;
  height: 233px;
}
.works .inner .work__list .work__item .work__body .work__image:hover {
  filter: blur(2px);
}
.works .inner .work__list .work__item .work__body .work__title {
  padding-top: 20px;
  font-size: 14px;
  letter-spacing: 0.3em;
}
.works .inner .work__list .work__item .work__body .work__text {
  font-size: 14px;
  line-height: 1.4;
  color: #9D9C9B;
}
.works .inner .more {
  padding-top: 70px;
  padding-bottom: 140px;
  text-align: right;
}
.works .inner .more .triangle {
  padding-left: 5px;
  vertical-align: super;
}

.web1 {
  background: url(../img/firstview/fuchur__firstview.jpg);
}

.web2 {
  background: url(../img/firstview/ryukyu__firstview.jpg);
}

.web3 {
  background: url(../img/firstview/jyuuren__firstview.jpg);
}

.web4 {
  background: url(../img/firstview/latrota__firstview.jpg);
}

.web5 {
  background: url(../img/firstview/mikoshileila__firstview.jpg);
}

.web6 {
  background: url(../img/firstview/ashimoto__firstview.jpg);
}

.web7 {
  background: url(../img/firstview/maftygarage__firstview.jpg);
}

.web8 {
  background: url(../img/firstview/headphone__firstview.jpg);
}

.web9 {
  background: url(../img/firstview/corporate__firstview.jpg);
}

.web10 {
  background: url(../img/firstview/ec_vege____firstview.jpg);
}

.web11 {
  background: url(../img/firstview/technology__firstview.jpg);
}

.web12 {
  background: url(../img/firstview/furuyama-electric__firstview.jpg);
}

.web13 {
  background: url(../img/firstview/app__firstview.jpg);
}

.web14 {
  background: url(../img/firstview/hospital__firstview.jpg);
}

.cording-web1 {
  background: url(../img/firstview/start__firstview.jpg);
}

.cording-web2 {
  background: url(../img/firstview/wdc__firstview.jpg);
}

.dtp0 {
  background-image: url(../mockup/dtp0.jpg);
}

.dtp1 {
  background-image: url(../mockup/dtp1.jpg);
}

.dtp2 {
  background-image: url(../mockup/dtp3.jpg);
}

.dtp3 {
  background-image: url(../mockup/dtp1.jpg);
}

.dtp4 {
  background-image: url(../mockup/dtp4.jpg);
}

.dtp5 {
  background-image: url(../mockup/dtp5.jpg);
}

.dtp6 {
  background-image: url(../mockup/dtp6.jpg);
}

.dtp7 {
  background-image: url(../mockup/dtp7.jpg);
}

.dtp8 {
  background-image: url(../mockup/dtp8.jpg);
}

.dtp9 {
  background-image: url(../mockup/dtp9.jpg);
}

.dtp10 {
  background-image: url(../mockup/dtp10.jpg);
}

.dtp11 {
  background-image: url(../mockup/dtp11.jpg);
}

.banner__contents {
  background-image: url(../mockup/banner-contents.jpg);
  background-size: cover;
}

.other__contents {
  background-image: url(../mockup/other-contents.jpg);
}

.illustration1 {
  background-image: url(../works/dtp/illustration/illust1.jpg);
}

.illustration2 {
  background-image: url(../works/dtp/illustration/illust2.jpg);
}

.illustration3 {
  background-image: url(../works/dtp/illustration/illust3.jpg);
}

.illustration4 {
  background-image: url(../works/dtp/illustration/illust4.jpg);
}

.illustration5 {
  background-image: url(../works/dtp/illustration/illust5.jpg);
}

/*--------------------------------
 WORKS
---------------------------------*/
.web {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 300px;
}
.web .inner .work__list {
  display: grid;
  place-items: center;
  grid-template-columns: repeat(auto-fit, minmax(250px, 3fr));
  row-gap: 60px;
  -moz-column-gap: 80px;
       column-gap: 80px;
  text-align: center;
  padding-top: 70px;
}
@media (max-width: 400px) {
  .web .inner .work__list {
    grid-template-columns: 1fr;
  }
}
.web .inner .work__list .work__item {
  padding: 10px;
}
.web .inner .work__list .work__item .work__body .work__title {
  padding-top: 20px;
  font-size: 14px;
  letter-spacing: 0.3em;
}
.web .inner .work__list .work__item .work__body .work__text {
  font-size: 14px;
  line-height: 1.4;
  color: #9D9C9B;
}
.web .inner .illustration__list {
  padding-bottom: 140px;
}
.web .inner .more {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: right;
}
.web .inner .more .triangle {
  padding-left: 5px;
  vertical-align: super;
}
.web .work__image {
  display: block;
  background-position: top;
  background-size: cover;
  width: 297px;
  height: 233px;
}
.web .work__image:hover {
  filter: blur(2px);
}

.writing .writing__contents {
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.writing .writing__contents .writing__link {
  text-align: center;
}
.writing .blog__title {
  padding-bottom: 30px;
}

.banner {
  padding-top: 0;
}
.banner .banner__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 70px;
}
.banner .banner__flex .banner__contents, .banner .banner__flex .other__contents {
  width: 540px;
  height: 420px;
}
.banner .banner__flex .banner__contents:hover, .banner .banner__flex .other__contents:hover {
  filter: blur(2px);
}

.writing {
  padding-top: 140px;
}

.dtp {
  padding-top: 140px;
}
.dtp .work__image {
  display: block;
  background-position: top;
  background-size: cover;
  height: 333px;
}
.dtp .work__image:hover {
  filter: blur(2px);
}

.illustration {
  padding-top: 140px;
  padding-bottom: 140px;
}

/*--------------------------------
 detail
---------------------------------*/
.detail {
  padding-top: 50px;
  padding-bottom: 50px;
}
.detail .detail__contents {
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.detail .detail__contents .detail__img {
  max-width: 800px;
  padding-bottom: 50px;
}
.detail .detail__contents .detail__products {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}
.detail .detail__contents .detail__products .products__title {
  font-weight: 600;
}
.detail .detail__contents .detail__products .products__link {
  font-weight: 600;
}
.detail .detail__contents .detail__products .products__link svg {
  margin-right: 5px;
  fill: #575757;
  width: 1em;
  vertical-align: text-bottom;
}
.detail .detail__contents .detail__products .products__link svg:hover {
  fill: #FF8066;
}
.detail .detail__contents .detail__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
  gap: 60px;
  padding-bottom: 140px;
}
.detail .detail__contents .detail__text .detail__item {
  padding-top: 10px;
}
.detail .detail__contents .detail__text .detail__item:first-child {
  padding: 0;
}
.detail .detail__contents .detail__text .detail__desgin .detail__desgin__title {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 30px;
}
.detail .detail__contents .detail__text .detail__cording .detail__cording__title {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.detail .detail__contents .detail__task {
  font-family: "ヒラギノ丸ゴ Pro", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  padding-top: 40px;
  text-align: left;
}
.detail .detail__contents .detail__link {
  text-align: center;
}
.detail .detail__contents .detail-dtp9 img {
  border: 1px solid #313030;
  margin-top: 2em;
}
.detail .blog__title {
  padding-bottom: 30px;
}

.all__works {
  padding-top: 0;
  padding-bottom: 140px;
}
.all__works .inner {
  border-top: 1px solid #313030;
}
.all__works .inner .more {
  padding-bottom: 0;
  text-align: center;
}
.all__works .inner .more .link__border {
  border-bottom: 1px solid #313030;
}

/*--------------------------------
 cording
---------------------------------*/
.cording .inner .more {
  text-align: center;
  text-align: center;
}

/*--------------------------------
 profile
---------------------------------*/
.profile {
  padding-top: 300px;
  padding-bottom: 120px;
}
.profile .profile__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 70px;
}
.profile .profile__flex .profile__contents {
  width: 540px;
}
.profile .profile__flex .profile__contents .profile__item {
  padding-bottom: 30px;
}
.profile .profile__flex .profile__contents .profile__item .profile__title {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}
.profile .profile__flex .profile__contents .profile__item .profile__text-small {
  font-size: 14px;
}

.skills .skills__detail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  padding-top: 140px;
  padding-bottom: 140px;
  text-align: left;
}
.skills .skills__detail .skills__tools {
  padding-bottom: 1em;
}
.skills .chart { /*円グラフがスマホでつぶれないようにする*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  max-width: 900px;
  padding-bottom: 70px;
}

/*--------------------------------
 contact
---------------------------------*/
.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
}
.contact .inner {
  margin: 0 auto;
}
.contact .inner .contact__title {
  font-size: 20px;
  letter-spacing: 0.3em;
  text-align: center;
}
.contact .inner form {
  max-width: 810px;
  margin: 0 auto;
}
.contact .inner form .contact__item {
  padding: 10px;
}
.contact .inner form .contact__item .contact__body .contact__text {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
}
.contact .inner form .contact__text {
  width: 100%;
}
.contact .inner form input:last-of-type {
  border: none;
}
.contact .inner form .contact__item {
  padding-top: 2em;
}
.contact .inner form .contact__item .contact__text {
  padding-bottom: 0.8em;
}
.contact .inner form .contact__item .contact__body {
  width: 100%;
  padding: 0.9em;
  background-color: #FFF8DC;
  outline: none;
}
.contact .inner form .contact__item .contact__body:focus {
  border: 1px solid #FFE680;
}
.contact .inner form .contact__item .radio__button {
  margin-top: 2em;
}
.contact .inner form .contact__item .radio__button input {
  margin-left: 1em;
  margin-right: 0.5em;
  vertical-align: middle;
}
.contact .inner form .contact__btn {
  text-align: center;
}
.contact .inner form textarea {
  width: 100%;
  height: 300px;
  background-color: #FFF8DC;
  outline: none;
}
.contact .inner form textarea:focus {
  border: 1px solid #FFE680;
}
.contact .inner form .btn {
  width: 100%;
  background-color: #FFF8DC;
  margin-top: 1rem;
  color: #313030;
  padding: 15px 20px;
  margin-bottom: 140px;
  transition: all 0.3s ease-out;
}
.contact .inner form .btn:hover {
  opacity: 0.7;
  color: #FFFFFF;
  background-color: #FFE680;
  text-decoration: none;
}
.contact .inner .illustration__list {
  padding-bottom: 140px;
}
.contact .inner .more {
  padding-top: 140px;
  padding-bottom: 140px;
  text-align: right;
}
.contact .inner .more .triangle {
  padding-left: 5px;
  vertical-align: super;
}

@media (max-width: 820px) {
  .mv .mv__text .mv__headding1 {
    font-size: 50px;
    right: -1em;
    line-height: 0.8em;
  }
  .mv .mv__text .mv__headding2 {
    padding-top: 0.4em;
    text-indent: 1.45em;
  }
  .mv .mv__text .mv__body1 {
    right: 2em;
  }
  .mv .mv__text .mv__body2 {
    right: -1em;
  }
  .web {
    padding-top: 140px;
  }
  .web .container .inner .profile__flex .profile__contents {
    width: 100%;
  }
  .web .container .inner .banner__flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .web .container .inner .banner__flex .banner__contents {
    display: block;
    width: 100%;
  }
  .web .container .inner .banner__flex .other__contents {
    display: block;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .mv .mv__inner {
    position: relative;
  }
  .mv .mv__inner .mv__text {
    width: 100%;
  }
  .mv .mv__inner .mv__text .mv__headding1 {
    font-size: 40px;
    position: static;
  }
  .mv .mv__inner .mv__text .mv__body1 {
    margin-top: 2em;
  }
  .mv .mv__inner .mv__text .mv__body1, .mv .mv__inner .mv__text .mv__body2 {
    font-size: 14px;
    width: 100%;
    position: static;
    text-align: left;
    text-indent: 0;
  }
  .mv .mv__inner .mv__text .mv__headding2 {
    text-indent: 0;
  }
  .mv .mv__inner .fluid {
    position: absolute;
    z-index: -1;
    top: 20%;
    width: 100%;
  }
  .works .container .inner .work__list {
    padding-top: 0;
  }
  .web {
    padding-top: 50px;
  }
  .web .container .inner .work__list {
    padding-top: 0;
  }
  .web .container .inner .more {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .banner {
    padding-top: 50px;
  }
  .banner .banner__flex {
    padding-top: 0;
  }
  .banner .container .inner .title .accentFont4 {
    letter-spacing: 0.1em;
  }
  .banner .container .inner .other__contents {
    display: block;
    width: 100%;
  }
  .writing {
    padding-top: 50px;
  }
  .writing .writing__contents {
    padding: 0;
  }
  .profile {
    padding: 50px 0px;
  }
  .profile .profile__flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 30px;
  }
  .profile .profile__flex .profile__contents {
    width: 100%;
  }
  .skills .skills__detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 0;
    padding-bottom: 140px;
    text-align: left;
  }
  .skills .chart { /*円グラフがスマホでつぶれないようにする*/
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    max-width: 900px;
    padding-bottom: 70px;
  }
  .contact .inner form .contact__item {
    padding-top: 1em;
  }
  .contact .inner form .contact__item .radio__button {
    display: block;
    margin-top: 1em;
  }
}
.pc__none {
  display: none;
}

@media (max-width: 820px) {
  .pc__none {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */