@charset "utf-8";


body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}


body.body,
.wrap,
.lax,
h1.main__profile--title,
.main__service h1,
.main__works h1,
h1.contact,
.main__contact h1,
dl.main__profile--company {
  overflow-x: hidden;
}

/* .wrap {
  background: rgba(189, 184, 184, 0.5);
} */

header.header {
  /* background: rgba(189, 184, 184, 0.5); */
  margin-bottom: 200px;
}

.fixedcontents01 {
  position: fixed;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 10px;
  left: 10px;
  font-size: 13px;
  opacity: 0.5;
}

.fixedcontents02 {
  position: fixed;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  bottom: 10px;
  right: 10px;
  font-size: 13px;
  opacity: 0.5;
}

/* ハンバーガーメニュー*/
.hamburger {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #7C7B7C;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: white;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 19px;
  left: 14px;
}

.hamburger span:nth-child(2) {
  top: 29px;
  left: 14px;

}

.hamburger span:nth-child(3) {
  top: 39px;
  left: 14px;

}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  color: #fff;
  background: rgba(124, 123, 124, 0.9);
  text-align: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  visibility: hidden;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 30px;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}

nav.globalMenuSp ul li:first-child {
  padding-top: 30px;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li:hover {
  background: #ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 2em 0;
  text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}


/* hamburger end*/

/* ハンバーガーメニュー2おわり */



section.header__mask-landscape {
  color: transparent;
  display: table;
  width: 100vw;
  animation: anim 3s;
  margin-bottom: 50px;
}

.header h1.header__name {
  /*  */
  background: url("images/head.jpg") center;
  background-size: contain;
  background-clip: text;
  -webkit-background-clip: text;
  /*  */
  font-size: 25vw;
  font-weight: bold;
  text-align: center;
  display: table-cell;
  vertical-align: top;
  padding-top: 270px;
  overflow: hidden scroll;

}

.header__menu--pc ul {
  display: none;
}

/* @keyframes anim {
  0% {
    transform: scale(3, 3);
  }

  100% {
    transform: scale(1, 1);
  }
} */

p.header__profession {
  width: 0;
  margin-top: 0px;
  margin-left: 60%;
  padding-bottom: 150px;
  font-size: 2.5vw;
  font-weight: bold;
  color: #7C7B7C;
  white-space: nowrap;
  overflow: hidden;
  animation: flowing-anim 1.2s forwards linear;
  animation-delay: .5s;
  /* アニメーション開始時間 */
}

@keyframes flowing-anim {
  0% {
    width: 0%;
  }

  100% {
    width: 33%;
  }
}

.block-bg {
  transition: all .7s ease;
}

.main__profile,
.main__service {
  width: 80%;
  line-height: 32px;
  margin: 0 auto;
  margin-bottom: 200px;
}

.main__profile p {
  margin-bottom: 20px;
}

.main__profile dl {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.main__profile dt {
  width: 40%;
}

.main__profile dd {
  width: 60%;
}

.main__service--Design {
  margin-bottom: 60px;
}

.main__profile img,
.main__service--Design img,
.main__service--Coding img {
  display: block;
  width: 150px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.main__service--Design h2,
.main__service--Coding h2,
.main__works--website h2,
.main__works--bannar h2,
.main__works--logo h2,
.main__works--dtp h2,
.main__works--webdesign h2 {
  text-align: center;
  margin-bottom: 25px;
}


p,
dt,
dd {
  letter-spacing: 3px;
  line-height: 30px;
}

.main__works {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 200px;
}

.main__works--website ul,
.main__works--bannar ul,
.main__works--logo ul,
.main__works--dtp ul,
.main__works--webdesign ul {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
}

ul.web1 {
  position: relative;
  width: 90%;
  padding: 10px;
  color: #797676;
}

ul.web1:hover {
  opacity: 0.5;
  transition: .5s;
}

li.arttitle {
  position: absolute;
  bottom: 130px;
  left: 10px;
}

li.when {
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  right: -20px;
}

.main__works--website img,
.main__works--bannar img,
.main__works--logo img,
.main__works--dtp img,
.main__works--webdesign img {
  margin: 0;
  width: 100%;
  margin-bottom: 150px;
  /* padding: 10px; */
}

/* これが無いとモーダルウィンドウ表示の際に余白が出る */
* {
  margin: 0;
  padding: 0;
}

/* モーダル全体(背景＋本体) */
.modal {
  z-index: 100;
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
}

/* モーダル背景 */
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/* モーダル本体 */
.modal-content {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll;
  /* はみ出た部分はスクロールさせる */
  height: 70%;
  /* これが無いと「overflow:scroll」が利かない */
  width: 65%;
  /* これが無いと「overflow:scroll」が利かない */
  background: #e8e8e8;
  padding: 40px;
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.modal-content dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  line-height: 30px;
  margin-bottom: 25px;
}

.modal-content dt {
  width: 40%;
}

.modal-content dd {
  width: 60%;
}

.modal-content p {
  margin-bottom: 50px;
}

.modal-content a.js-modal-close {
  color: inherit;
  list-style: none;
  text-decoration: none;
  display: block;
  text-align: center;
  display: table-cell;
  /* vertical-align: middle; */
  background: #cccccc;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0 auto;
}

.modal-content a:hover {
  opacity: 0.5;
  transition: 1s;
}

.element {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

button {
  border: none;
  color: #090909;
  padding: 0.7em 1.7em;
  font-size: 18px;
  border-radius: 0.5em;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  transition: all .3s;
  box-shadow: 6px 6px 12px #c5c5c5,
    -6px -6px 12px #ffffff;
}

button:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5,
    inset -4px -4px 12px #ffffff;
}

h1.main__profile--title,
.main__service h1,
.main__works h1,
h1.contact,
.main__contact h1 {
  text-align: center;
  margin-bottom: 400px;
  width: 100%;
}

dl.main__profile--company {
  margin-bottom: 100px;
}

.main__profile--flex {
  margin-bottom: 400px;
}


footer.footer {
  text-align: center;
  line-height: 50px;
}

@media screen and (min-width:760px) {
  .header h1.header__name {
    text-align: right;
    font-size: 15vw;
    padding-top: 150px;
    padding-right: 10%;

  }

  .header__menu--pc ul {
    padding-left: 10%;
    display: inline;
    position: absolute;
    top: 500px;
    line-height: 40px;
    font-size: 25px;
  }

  .header__menu--pc a {
    position: relative;
    display: inline-block;
    list-style: none;
    text-decoration: none;
    color: black;
    letter-spacing: 3px;

  }

  /* PCのヘッダメニューのホバー時ここから */
  .header__menu--pc a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: #333;
    transition: .3s;
  }

  .header__menu--pc a:hover::after {
    width: 100%;
  }

  /* PCのヘッダメニューのホバー時ここまで */

  .main__profile {
    width: 70%;
  }

  .main__profile--flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    /* width: 80%; */

  }

  .main__profile--img {
    order: 1;
    margin: 0;
    width: 30%;
    overflow: hidden;
  }

  .main__profile--article {
    order: 3;
    width: 100%;
  }

  /* h1.main__profile--title {
    bottom: 10px;
  } */


  dl.main__profile--company {
    order: 2;
    width: 70%;
  }

  .main__service {
    width: 70%;
  }

  .main__service--flex {
    display: flex;
    justify-content: center;
  }

  .main__service--Design {
    width: 30%;
    padding: 0 20px;
    overflow: hidden;
  }

  .main__service--Coding {
    width: 30%;
    overflow: hidden;
  }

  /* h1.main__profile--title,
  .main__service h1,
  .main__works h1,
  .main__contact h1,
  dl.main__profile--company {
    margin-bottom: 500px;
    text-align: center;
  } */

  /* .main__works h1 {
    margin-left: 15%;
  } */




  .main__works--website ul,
  .main__works--bannar ul,
  .main__works--logo ul,
  .main__works--dtp ul,
  .main__works--webdesign ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    /* width: 70%; */
  }

  ul.web1 {
    position: relative;
    width: 25%;
    padding: 10px;
  }

  li.arttitle {
    position: absolute;
    bottom: 140px;
    left: 10px;
  }

  li.when {
    position: absolute;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    right: -10px;
  }

}


@media screen and (min-width:900px) {

  .hamburger {
    display: none;
  }
}

/* フォーム開始 */
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  width: 90%;
}

@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}

.Form-Item {

  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .Form-Item {
    /* padding-left: 14px; */
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}

.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #545454;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
    width: 100%;
  }
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}

.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #545454;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

/* フォームおわり */