/* 毎回同じ */
/* 全てのページに適用される */
@charset "UTF-8";
html * {
  box-sizing: border-box;
  font-family: sans-serif;
}

.wrapper {
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  max-width: 1920px; /*サイズに応じて変更*/
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
/* 毎回同じここまで */
/* ローディングーーーーーーーーーーーーーーーーーー */
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 120px;
  height: 120px;
}

/* Loading テキスト */
.spinner span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 12px;
}
/* ローディングーーーーーーーーーーーーーーーーーー */
/* ヘッダーここから */
.nav-unshown {
  display: none;
}
.header-list {
  bottom: 50px;
  right: 10px;
}
.header-sp {
  display: none;
}
.header-pc ul {
  margin-top: -50px;
  text-align: end;
  margin-right: 20px;
}
.header-list li {
  font-size: 26px;
  list-style: none;
  display: inline-block;
  letter-spacing: 0.1em;
  padding-right: 2em;
  padding-bottom: 60px;
}

.header-list li :link {
  color: black;
  text-decoration: none;
}
.header-list li :visited {
  color: black;
  text-decoration: none;
}
.header-list li :hover {
  color: orange;
  text-decoration: none;
}

/* ヘッダーここまで */
/* Websiteーここから*/
.website-box {
  display: flex;
  padding-top: 70px;
}
.web-pic {
  display: flex;
  align-items: center;
  width: 45%;
}
.web-text h3 {
  padding-right: 20%;
  text-align: center;
  font-size: 32px;
}
.web-text {
  width: 55%;
  padding-top: 50px;
  font-size: 20px;
}
.detail {
  padding-right: 20%;
  font-size: 22px;
}
.web-text p {
  padding-right: 20%;

  text-align: center;
  font-size: 22px;
}
.hoshi-right {
  font-size: 22px;
  margin-bottom: 0;
  text-align: center;
  padding-right: 20%;
}
.rendo {
  margin-top: 5px;
  text-align: center;
  font-size: 26px;
}
.hoshi p {
  padding-right: 20%;
  font-size: 26px;
  text-align: center;
}
.hoshi {
  font-size: 26px;
}

.web-sample {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.web-box1 {
  width: 40%;
  margin-right: 10px;
  margin-bottom: 10px;
}
.web-box1 img {
  border: #555 1px solid;
}
.web-box2 {
  width: 40%;
  margin-bottom: 10px;
}
.web-box3 {
  width: 40%;
  margin-right: 10px;
  margin-left: 10px;
}
.web-box4 {
  width: 40%;
  margin-right: 10px;
}
.web-box4 img {
  border: 1px solid #555;
}
.detail {
  padding-bottom: 20px;
}
.point {
  background-color: #efeded;
  padding: 10px;
  margin-right: 18%;
}
.point li {
  padding-bottom: 10px;
}
.point h3 {
  padding-top: 30px;
}

/* Websiteここまで */
/* イラレここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.ill-box {
  display: flex;
  padding-top: 70px;
}
.ill-pic {
  display: flex;
  align-items: center;
  width: 45%;
}
.ill-title {
  font-size: 32px;
}
.ill-text {
  width: 55%;
  padding-top: 50px;
  padding-left: 30px;
  font-size: 22px;
}
.ill-sample {
  display: flex;
  justify-content: center;
  width: 100%;
}
.lp {
  width: 30%;
  padding-right: 10px;
}
.lp img {
  border: #555 solid 1px;
}
.photo-box {
  width: 30%;
}
.ill-box3 img {
  border: solid 1px #555;
}
/* イラレここまで */
/* フッター */
.footer {
  background-color: #efeded;
}
.site-copy {
  padding: 24px 0 22px 0;
  text-align: center;
}
.site-copy small {
  font-size: 14px;
  color: var(--light-color);
}
.ill-title {
  text-align: center;
}
.hoshi {
  text-align: center;
}
.ill-detail {
  padding-left: 10%;
  padding-bottom: 20px;
  padding-right: 10%;
}
.point h3 {
  text-align: center;
}
/* アバウト　
ーーーーーーーーーーーーーーーーーーー */

.intro {
  padding-bottom: 6%;
}
.about {
  text-align: center;
  padding-top: 100px;
  font-size: 32px;
}
.about-text {
  text-align: center;
  width: 100%;
  top: 0;
  left: 0;
}
.about-text li {
  list-style: none;
  font-size: 26px;
}
.about-text h3 {
  font-size: 26px;
}

.about-text {
  top: 0;
  left: 0;
  z-index: -1;
}
.boxs {
  display: flex;
  width: 100%;
  top: 435px;
  left: 0;
  z-index: -100;
  padding-left: 50px;
  padding-right: 50px;
}
.boxs div {
  width: 33%;
}
.boxs h3 {
  text-align: center;
}
.boxs li {
  list-style: none;
}
.left-blank {
  padding-left: 50px;
}
.title {
  text-align: center;
  font-size: 32px;
}
.boxs-skill li {
  font-size: 24px;
}
.about-pic {
  width: 400px;
  padding-top: 110px;
  margin-left: 150px;
  z-index: -1;
}
.aikon {
  border-bottom: none;
}
.aikon img {
  width: 44px;
  height: 44px;
  margin-right: auto;
}
.about-pic {
  position: relative;
}
.abut-pic img {
  position: absolute;
}

/* 自己PRここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.paper-box {
  font-size: 26px;
  border-radius: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px;
  background-color: #f5f5f5;
}
.paper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.paper-left {
  width: 40%;
}
.paper-right {
  width: 60%;
  padding-left: 70px;
}
.paper-box h2 {
  text-align: center;
  font-size: 36px;

  margin-bottom: 0px;
}

/* XDここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.xd {
  display: flex;
  padding-top: 70px;
}
.xd-pic {
  display: flex;
  align-items: center;
  width: 45%;
}
.xd-text h3 {
  padding-right: 20%;
  font-size: 32px;
}
.xd-text {
  width: 55%;

  padding-top: 50px;
}
.xd-title {
  text-align: center;
  padding-right: 20%;
  font-size: 32px;
}
.xd-text p {
  padding-right: 20%;
}
.hoshi {
  font-size: 26px;
}
.hoshi p {
  padding-right: 20%;
  font-size: 26px;
}
.xd-sample {
  width: 100%;
}
.xd-box1 {
  width: 15%;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 33%;
}
.xd-point {
}
/* xdここまで
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/* フォトここから
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.picture-box {
  display: flex;
  padding-top: 70px;
}
.pic-pic {
  display: flex;
  align-items: center;
  width: 45%;
}
.pic-title {
  text-align: center;
  font-size: 32px;
}
.den {
  padding-left: 10%;
  padding-right: 10%;
}
.pic-text {
  width: 55%;
  padding-top: 50px;
  padding-left: 30px;
  font-size: 22px;
}
.pic-sample {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}

.pic-point {
  background-color: #efeded;
  text-align: center;
  padding: 30px 10px 10px 10px;
}

/* フォトここまで */
/* フッター */
.footer {
  background-color: #efeded;
}
.site-copy {
  padding: 24px 0 22px 0;
  text-align: center;
}
.site-copy small {
  font-size: 14px;
  color: var(--light-color);
}
.ill-title {
  text-align: center;
}
.hoshi {
  text-align: center;
}
.ill-detail {
  padding-bottom: 20px;
}
.point h3 {
  text-align: center;
}

/* Jquery用
ーーーーーーーーーーーーーーーーーーーーーーーー */
#scrollTop {
  background-color: yellow;
  color: black;
  bottom: 20px;
  padding: 4px;
  position: fixed;
  right: 20px;
  text-decoration: none;
}

#3 {
  padding-bottom: 50px;
}
#2 {
  padding-bottom: 50px;
}
#4 {
  padding-bottom: 50px;
}
.section .oneArea {
  margin-bottom: 200px;
}
.section ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  margin: 0 0 100px;
  padding: 0;
  box-sizing: border-box;
}
.section ul li {
  width: calc(100% / 6);
  border-right: 1px solid #fff;
  text-align: center;
  box-sizing: border-box;
}
.section ul li:last-child {
  border-right: none;
}
.section ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  background: #333;
  transition-duration: 0.3s;
}
.section ul li a:hover {
  opacity: 0.7;
}
.section .oneArea .one_title {
  color: #fff;
  text-align: center;
  padding: 10px;
  background: #333;
}
.section .oneArea a.button {
  display: block;
  font-size: 12px;
  color: #333333;
  text-align: center;
  background: #f2f2f2;
  padding: 10px;
  text-decoration: none;
  transition-duration: 0.3s;
  margin-top: 40px;
}
.section .oneArea a.button:hover {
  opacity: 0.7;
}
#scrollTop {
  font-size: 26px;
}
/* フワッと表示
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.box {
  /* width: 100%; 横幅いっぱい */
  /* margin: 0 0 50px; 下方向に適度な余白 */
  opacity: 0; /* 初期値は透明にしておく */
  transition: 0.5s; /* 動くスピードを0.5秒に指定 */
  position: relative; /* 相対位置の設定 */
  top: 100px; /* 事前に下に50pxずらしておく */
  transition: all 2000ms;
}

.active {
  opacity: 1; /* 透明度を元に戻す */
  top: 0; /* ずらしていた位置を戻すことで上に上がっているようにみえる */
}

/* フワッと表示２
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

.effect-fade {
  opacity: 0;
  transform: translateY(20px);
  transform: translate(0, 100px);
  transition: all 2000ms;
}
.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}
/* 以下が追加の部分 */
/* 2つ目の要素に400msのdelayをかける */
.effect-fade:nth-of-type(2) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}
/* 3つ目の要素に800msのdelayをかける */
.effect-fade:nth-of-type(3) {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}
/* .main {
  display: flex;
}

.main img {
  display: flex;
  width: 300px;
}  */

@media screen and (max-width: 1134px) {
  .header-list li {
    padding-right: 30px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1024px) {
  .section .oneArea .one_title {
    font-size: 18px;
  }
  .paper {
    display: block;
  }
  .paper-right {
    width: 100%;
    padding-left: 0;
  }
  .paper-left {
    display: none;
  }
  ..paper-box h2 {
    margin-left: 0;
  }
}
/*====================================================================
以下は不要です。
====================================================================*/
body {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
.section {
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px 20px 500px;
}
.section p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}
.section p._a .link {
  display: inline-block;
  color: #607d8b;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.section p._a .link:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607d8b;
  border-right: 2px solid #607d8b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}

/*ーーーーーースマホ用・レスポンシブデザインーーーーーー*/
@media (max-width: 1584px) {
  .left-blank {
    padding-left: 0;
  }
  .header-list {
    bottom: 0;
  }
  .boxs-skill ul {
    padding-left: 0;
  }
}
@media (max-width: 1477px) {
  .boxs {
    padding-right: 30px;
  }
  .boxs-skill-nav {
    padding-left: 30px;
  }
}
@media (max-width: 1130px) {
  .header-list li {
    font-size: 20px;
    padding-right: 10px;
  }
}
@media (max-width: 1130px) {
  .boxs-skill li {
    font-size: 20px;
  }
}
@media (max-width: 1130px) {
  .boxs-skill li {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .header-sp {
    display: block;
    height: 520px;
  }
  .wrapper {
    margin: 0 8px;
  }
  header {
    padding: 10px;
  }

  .header-list {
    bottom: 210px;
    right: 0px;
    z-index: 100;
    top: 0px;
  }
  .header-list li {
    padding-bottom: 5px;
    padding-top: 5px;

    display: block;
  }
  .about {
    font-size: 4.6875vw;
    padding-top: 50px;
    margin: 0;
  }
  .about-text h3 {
    font-size: 3.125vw;
    margin-top: 0;
  }
  .about-text ul {
    padding-left: 0;
  }
  html {
    font-size: 1.5625vw;
  }
  .paper-box h2 {
    font-size: 32px;
  }
  .paper-box {
    font-size: 20px;
  }
  .boxs {
    display: unset;
    top: 180px;
    text-align: center;
  }
  .boxs div {
    padding-bottom: 20px;
    width: 100%;
  }
  .title {
    padding-right: 0;
  }
  .boxs-skill {
    padding-left: 0;
  }
  .boxs-skill ul {
    padding-left: 0;
  }
  .boxs ul {
    padding-left: 0;
  }

  .website-box {
    padding-top: 0;
  }
  .point ul {
    padding-left: 20px;
  }
  .point h3 {
    padding-top: 0;
  }
  .pic-point ul {
    padding-left: 20px;
  }
  .pic-point {
    padding-top: 10px;
  }
  .ill-box {
    padding-top: 0;
  }
  .xd {
    padding-top: 0;
  }
  .picture-box {
    padding-top: 0;
  }

  .point {
    margin-right: 20px;
  }
  .xd-pic {
    width: 50%;
  }
  .xd-text {
    width: 50%;
  }
  .boxs {
    display: unset;
    top: 350px;
    text-align: center;
  }
  .boxs-skill {
    margin-top: 35px;
  }
  .website-box {
    display: block;
  }
  .web-pic {
    width: 100%;
  }
  .web-text {
    width: 100%;
    margin-top: -100px;
    padding-top: 0;
  }

  .web-text h3 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hoshi-right {
    padding-left: 20px;
    padding-right: 20px;
  }
  .rendo {
    padding-left: 20px;
    padding-right: 20px;
  }
  .detail {
    padding-left: 10%;
    padding-right: 10%;
  }
  .web-text p {
    padding-right: 20px;
  }
  .web-box1 {
    width: 50%;
    padding-left: 2%;
    padding-right: 1%;
    margin-right: 0;
  }
  .web-box2 {
    width: 50%;
    padding-left: 1%;
    padding-right: 2%;
  }
  .web-box3 {
    width: 48%;
    padding-right: 1%;
  }
  .web-box4 {
    width: 48%;
    padding-left: 1%;
    padding-right: 2%;
  }
  .ill-box {
    display: flex;
    flex-wrap: wrap;
  }
  .ill-text {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: -60px;
    padding-top: 0;
  }
  .ill-pic {
    width: 100%;
  }
  .box2 {
    order: 1;
    margin-top: 50px;
    margin-left: 50px;
  }
  .box1 {
    order: 2;
  }
  .picture-box {
    display: flex;
    flex-wrap: wrap;
  }
  .pic-text {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    order: 2;
    margin-top: -100px;
    padding-top: 0;
  }
  .pic-pic {
    width: 100%;
    order: 1;
    margin-left: 80px;
  }

  *:before,
  *:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-boxx;
    box-sizing: border-boxx;
  }
  #hamburger {
    position: fixed;
    top: 1rem;
    left: 1rem;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    z-index: 1000000;
  }

  #hamburger::before,
  #hamburger::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 2rem;
    height: 0.25rem;
    background: #1f2937;
    -webkit-transition: -webkit-transform 180ms, -webkit-box-shadow 180ms;
    transition: -webkit-transform 180ms, -webkit-box-shadow 180ms;
    transition: transform 180ms, box-shadow 180ms;
    transition: transform 180ms, box-shadow 180ms, -webkit-transform 180ms,
      -webkit-box-shadow 180ms;
  }

  #hamburger::before {
    -webkit-transform: translateY(-0.5rem) rotate(0);
    transform: translateY(-0.5rem) rotate(0);
    -webkit-box-shadow: 0 0.5rem 0 #1f2937;
    box-shadow: 0 0.5rem 0 #1f2937;
  }

  #hamburger::after {
    -webkit-transform: translateY(0.5rem) rotate(0);
    transform: translateY(0.5rem) rotate(0);
  }

  #hamburger.active::before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
  }

  #hamburger.active::after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }

  nav {
    position: fixed;
    display: block;
    width: 100%;
    height: 60%;
    background: #fff;
    z-index: 90;
    -webkit-transition: opacity 270ms;
    transition: opacity 270ms;
    pointer-events: none;
    opacity: 0;
  }

  nav ul {
    padding-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
  }

  nav ul li {
    list-style: none;
    margin: 1rem;
    color: black;
  }

  nav ul li a {
    text-decoration: none;
    padding: 1rem;
  }

  nav.active {
    background-color: lightgrey;
    pointer-events: all;
    opacity: 0.9;
  }
  /*ーーーーーースマホ用・レスポンシブデザインここまでーーーーーー*/
  .boxs div {
    padding-bottom: 0px;
    width: 100%;
  }
  .boxs-skill {
    margin-top: 35px;
  }

  .website-box {
    padding-top: 70px;
  }

  .aikon {
    border-bottom: none;
  }
  .xd {
    display: block;
  }
  .xd-pic {
    width: 100%;
  }
  .xd-text {
    width: 100%;
    margin-top: -90px;
  }
  .xd-text h3 {
    padding-right: 0;
  }
  .xd-text p {
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  .about-text li {
    font-size: 16px;
  }
  .paper-box {
    font-size: 16px;
    padding: 20px;
  }
  .boxs {
    top: 250px;
  }
  .boxs {
    padding-left: 30px;
    padding-right: 30px;
  }

  .web-box1 {
    width: 100%;
    padding-left: 2%;
    padding-right: 1%;
    margin-top: 30px;
  }
  .web-box2 {
    width: 100%;
    padding-left: 2%;
    padding-right: 1%;
    margin-top: 30px;
  }
  .web-box3 {
    width: 100%;
    padding-left: 2%;
    padding-right: 1%;
  }
  .web-box4 {
    width: 100%;
    padding-left: 2%;
    padding-right: 1%;
  }
  .detail {
    font-size: 16px;
  }
  .ill-text {
    font-size: 16px;
  }
  .pic-text {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .web-text p {
    padding-right: 20px;
  }
  .title {
    text-align: center;
    font-size: 26px;
  }
  .boxs-skill li {
    font-size: 16px;
  }
  .boxs-skill {
    margin-top: 0;
  }
  .boxs h3 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .web-text h3 {
    font-size: 26px;
  }
  .ill-title {
    font-size: 26px;
  }
  .hoshi {
    font-size: 22px;
  }
  .rendo {
    font-size: 22px;
  }
  .xd-text h3 {
    font-size: 26px;
  }
  .pic-title {
    font-size: 26px;
  }
  #scrollTop {
    font-size: 16px;
  }
  #hamburger {
    position: fixed;
    top: 2rem;
    left: 2rem;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    z-index: 1000000;
  }
}

@media (max-width: 375px) {
  .boxs {
    top: 165px;
  }
}

@media (max-width: 320px) {
}
