@charset "UTF-8";
#starry_sky {
  width: 100%;
  position: relative;
  background: linear-gradient(180deg, rgb(47, 36, 128) 0%, rgb(111, 54, 123) 100%);
  overflow: hidden;
}

.starry_sky_top {
  width: 100%;
  position: relative;
  background: linear-gradient(180deg, rgb(47, 36, 128) 0%, rgb(111, 54, 123) 100%);
}

.h-100vh {
  height: 100vh;
}

.starry_sky {
  width: 100%;
  position: relative;
  background: linear-gradient(180deg, rgb(47, 36, 128) 0%, rgb(111, 54, 123) 100%);
}

.adjustment_top {
  top: -60%;
  position: relative;
}

.adjustment {
  position: relative;
}

.star {
  background-color: white;
  position: relative;
  border-radius: 50%;
  animation-name: twinkle;
  animation-iteration-count: infinite;
}

@keyframes twinkle {
  50% {
    transform: scale(0.2);
  }
}
.fade {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1.5s, transform 1s;
}

.fade.active {
  opacity: 1;
  transform: translateY(0px);
}

body {
  width: 100%;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1.5rem;
  color: #010A39;
}
@media screen and (max-width: 440px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #fff;
}

h1 {
  font-size: 36px;
  font-weight: bold;
  position: absolute;
  bottom: 14%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 2000;
}
@media screen and (max-width: 440px) {
  h1 {
    font-size: 30px;
    bottom: 35%;
  }
}

h2 {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 440px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 440px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 20px;
  font-weight: bold;
}

li {
  list-style: none;
}

.container_about {
  padding: 130px 0;
}
@media screen and (max-width: 1024px) {
  .container_about {
    padding-bottom: 350px;
  }
}

.container {
  padding: 130px 0;
}

.FCwhite {
  color: #fff;
}

.ttl {
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
}

button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.MainBtn {
  width: 360px;
  height: 80px;
  margin: 50px auto 0;
  font-size: 20px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 40px;
  text-align: center;
  background-image: url("../images/btn-next.png");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: right 20px center;
}
@media screen and (max-width: 440px) {
  .MainBtn {
    width: 295px;
    height: 60px;
    margin-top: 40px;
    font-size: 15px;
    background-size: 40px;
    background-position: right 15px center;
  }
}

.pagination {
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 440px) {
  .pagination {
    margin-top: 40px;
  }
}

.current {
  background-color: #fff;
}
.current a {
  color: #010A39;
}

.page-numbers {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 15px;
  text-align: center;
  border-radius: 50%;
  background-color: transparentred;
}
@media screen and (max-width: 440px) {
  .page-numbers {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 8px;
  }
}

.prev {
  width: 50px;
  height: 50px;
  margin: 0 50px 0 0;
  background-image: url("../images/btn-prev.png");
  background-size: 50px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 440px) {
  .prev {
    width: 30px;
    height: 30px;
    margin: 0 20px 0 0;
    background-size: 30px;
  }
}

.next {
  width: 50px;
  height: 50px;
  margin: 0 0 0 50px;
  background-image: url("../images/btn-next.png");
  background-size: 50px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 440px) {
  .next {
    width: 30px;
    height: 30px;
    margin: 0 0 0 20px;
    background-size: 30px;
  }
}

.back {
  text-decoration: underline;
  color: #fff;
}

header {
  position: relative;
}
header button {
  position: absolute;
  top: 40px;
  right: 11%;
}
@media screen and (max-width: 1024px) {
  header button {
    top: 20px;
    right: 20px;
  }
}

.hamburger {
  width: 60px;
  height: 60px;
  background-color: #FEA629;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  cursor: pointer;
  z-index: 10000;
}
@media screen and (max-width: 440px) {
  .hamburger {
    width: 50px;
    height: 50px;
  }
}

.Headerspan {
  width: 24px;
  height: 19px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  cursor: pointer;
}
.Headerspan span {
  height: 3px;
  background-color: #010A39;
  display: block;
  transition: 0.3s ease;
}

.HeaderWrap {
  position: fixed;
  top: 65px;
  right: 11%;
  width: 300px;
  padding: 15px 30px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .HeaderWrap {
    top: 50px;
    right: 20px;
  }
}
@media screen and (max-width: 440px) {
  .HeaderWrap {
    top: 45px;
    width: 280px;
    padding: 20px 40px;
  }
}
.HeaderWrap.active {
  opacity: 1;
  pointer-events: auto;
}
.HeaderWrap li {
  padding: 25px 0;
  border-bottom: 1px solid #DEDEDE;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: var(--delay);
}
.HeaderWrap li:nth-child(4) {
  border: none;
}
.HeaderWrap a {
  color: #010A39;
}

.MenuItem {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.5s ease forwards;
  animation-delay: var(--delay);
}
.MenuItem a {
  display: block;
  color: #010A39;
  text-decoration: none;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hamburger.is-active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.HeaderWrap.active {
  transform: translateX(0);
}

.HeaderMenu li:nth-child(1) {
  --delay: 0.1s;
}

.HeaderMenu li:nth-child(1) {
  --delay: 0.2s;
}

.HeaderMenu li:nth-child(1) {
  --delay: 0.3s;
}

.HeaderMenu li:nth-child(1) {
  --delay: 0.4s;
}

.meandc {
  position: absolute;
  left: 12%;
  bottom: 25%;
  z-index: 2001;
}
@media screen and (max-width: 1024px) {
  .meandc {
    left: 8%;
  }
}
@media screen and (max-width: 768px) {
  .meandc {
    bottom: 30%;
  }
}
@media screen and (max-width: 440px) {
  .meandc {
    max-width: 132px;
    left: 10%;
    bottom: 45%;
  }
}

.work_top {
  padding: 630px 0 220px;
  background-image: url(../images/deco-1-1.svg), url(../images/deco-1-2.svg), linear-gradient(1deg, rgb(32, 83, 75) 0%, rgb(32, 83, 75) 70%, rgb(105, 132, 83) 100%);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top center, bottom center, center top 543px;
  position: relative;
  z-index: 1000;
  top: -60%;
}
@media screen and (max-width: 440px) {
  .work_top {
    padding: 400px 0 140px;
    background-image: url(../images/deco-1-1_sp.svg), url(../images/deco-1-2_sp.svg), linear-gradient(180deg, rgb(121, 143, 84) 0%, rgb(10, 60, 61) 100%);
    background-position: top center, bottom center, center top 200px;
    background-size: 100%;
  }
}

.WorkWrap {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .WorkWrap {
    max-width: 100%;
    padding: 0 20px;
  }
}

.WorkBox {
  max-width: 31%;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .WorkBox {
    max-width: 48%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 440px) {
  .WorkBox {
    max-width: 48%;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
  }
}
.WorkBox a {
  color: #010A39;
}
.WorkBox img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .tab-sp-none {
    display: none;
  }
}

.thumbnail {
  max-width: 100%;
  height: auto;
}

.TextBox {
  padding-top: 20px;
}
@media screen and (max-width: 440px) {
  .TextBox {
    padding-top: 5px;
  }
}
.TextBox h3, .TextBox p {
  padding-bottom: 15px;
}
@media screen and (max-width: 440px) {
  .TextBox h3, .TextBox p {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 440px) {
  .TextBox h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 440px) {
  .TextBox p {
    font-size: 12px;
  }
}

.chicken {
  position: absolute;
  top: 23%;
  right: 8%;
}
@media screen and (max-width: 1024px) {
  .chicken {
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .chicken {
    top: 18%;
  }
}
@media screen and (max-width: 440px) {
  .chicken {
    max-width: 60px;
  }
}

.PicImg {
  display: none;
}
@media screen and (max-width: 1024px) {
  .PicImg {
    display: block;
    max-width: 25%;
    position: absolute;
    bottom: -7%;
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .PicImg {
    bottom: -5%;
  }
}
@media screen and (max-width: 440px) {
  .PicImg {
    max-width: 38%;
  }
}

#aboutme {
  width: 100%;
}

.AboutWrap {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .AboutWrap {
    max-width: 100%;
    padding: 0 20px;
    display: block;
  }
}

.AboutBox {
  max-width: 60%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .AboutBox {
    max-width: 100%;
  }
}

.AboutBoxTop {
  margin-bottom: 100px;
}
@media screen and (max-width: 440px) {
  .AboutBoxTop {
    margin-bottom: 60px;
  }
}
.AboutBoxTop h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 440px) {
  .AboutBoxTop h2 {
    margin-bottom: 40px;
  }
}

.AboutBoxBottom h3 {
  margin-bottom: 50px;
}
@media screen and (max-width: 440px) {
  .AboutBoxBottom h3 {
    margin-bottom: 40px;
  }
}
.AboutBoxBottom h4 {
  margin-bottom: 20px;
}

.SkillBoxWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 440px) {
  .SkillBoxWrap {
    gap: 25px;
  }
}

.SkillBox {
  max-width: 48%;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #8D6FA3;
}
@media screen and (max-width: 1290px) {
  .SkillBox {
    max-width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .SkillBox {
    padding-bottom: 25px;
  }
}

h4::before {
  content: "";
  display: inline-block; /* ← 画像サイズ・マージン調整するために追加 */
  width: 20px; /* 画像の幅 */
  height: 20px; /* 画像の高さ */
  background-image: url(../images/kirakira.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  margin-right: 10px;
}
@media screen and (max-width: 440px) {
  h4::before {
    width: 18px;
    height: 18px;
    background-size: 18px;
  }
}

.AboutImg {
  max-width: 40%;
  padding-left: 100px;
  position: relative;
  z-index: 1001;
}
@media screen and (max-width: 1024px) {
  .AboutImg {
    padding-left: 0px;
    position: static;
  }
}

.PicImg-2 {
  position: relative;
  max-width: 80%;
  z-index: 1002;
}
@media screen and (max-width: 1024px) {
  .PicImg-2 {
    display: none;
  }
}

.EarthImg {
  position: relative;
  max-width: 50%;
  top: 3%;
  right: -40%;
  z-index: 1003;
}
@media screen and (max-width: 1280px) {
  .EarthImg {
    max-width: 40%;
    position: absolute;
    top: 50%;
    right: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .EarthImg {
    max-width: 13%;
    top: 22%;
  }
}
@media screen and (max-width: 768px) {
  .EarthImg {
    top: 24%;
  }
}
@media screen and (max-width: 440px) {
  .EarthImg {
    max-width: 22%;
  }
}

.ContactImg {
  max-width: 40%;
  position: absolute;
  right: 50%;
  bottom: -7%;
  z-index: 1003;
}
@media screen and (max-width: 1024px) {
  .ContactImg {
    max-width: 30%;
    right: 0;
    bottom: 3%;
    left: 37%;
  }
}
@media screen and (max-width: 768px) {
  .ContactImg {
    bottom: 5%;
  }
}
@media screen and (max-width: 440px) {
  .ContactImg {
    max-width: 40%;
    left: 31%;
    bottom: 8%;
  }
}

.footer_top {
  width: 100%;
  position: relative;
  z-index: 10000;
  top: -60%;
}

footer {
  padding: 60px 0;
  background-color: #010A39;
}
@media screen and (max-width: 440px) {
  footer {
    padding: 40px 20px;
  }
}

.FooterWrap {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .FooterWrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .FooterWrap {
    display: block;
    justify-content: baseline;
    font-size: 12px;
  }
}
.FooterWrap ul {
  max-width: 100%;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 440px) {
  .FooterWrap ul {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
}
@media screen and (max-width: 440px) {
  .FooterWrap p {
    margin-top: 20px;
    text-align: center;
  }
}

small {
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 440px) {
  small {
    font-size: 10px;
  }
}

.work {
  width: 100%;
  padding: 130px 0 350px;
  background-image: url(../images/deco-2.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media screen and (max-width: 440px) {
  .work {
    padding: 100px 0 200px;
    background-image: url(../images/deco-2_sp.svg);
    background-size: 100%;
  }
}

.chicken_2 {
  position: absolute;
  left: 12%;
  bottom: 6%;
  z-index: 4000;
}
@media screen and (max-width: 768px) {
  .chicken_2 {
    bottom: 5%;
  }
}
@media screen and (max-width: 440px) {
  .chicken_2 {
    max-width: 60px;
  }
}

.detail {
  width: 100%;
  padding: 130px 0 350px;
  background-image: url(../images/deco-2.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media screen and (max-width: 440px) {
  .detail {
    padding: 100px 0 200px;
    background-image: url(../images/deco-2_sp.svg);
    background-size: 100%;
  }
}

.chicken_3 {
  position: absolute;
  right: 19%;
  bottom: 3%;
  z-index: 4000;
}
@media screen and (max-width: 1024px) {
  .chicken_3 {
    bottom: 6%;
  }
}
@media screen and (max-width: 768px) {
  .chicken_3 {
    bottom: 7%;
  }
}
@media screen and (max-width: 440px) {
  .chicken_3 {
    bottom: 58%;
    max-width: 60px;
  }
}

.DetailWrap {
  padding: 0 20px;
}

.DetailInner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 50px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 440px) {
  .DetailInner {
    padding: 20px;
  }
}
.DetailInner h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 440px) {
  .DetailInner h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.DetailInner p {
  margin-bottom: 30px;
}
@media screen and (max-width: 440px) {
  .DetailInner p {
    margin-bottom: 20px;
  }
}

.worklink a {
  color: #010A39;
  text-decoration: underline;
}

.DetailItem {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tag {
  padding: 8px 10px;
  background-color: #2F2480;
  border-radius: 30px;
  font-size: 13px;
  color: #fff;
}

.DetailImg .DetailImg_tab_sp {
  padding: 50px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5F4FA;
}
@media screen and (max-width: 440px) {
  .DetailImg .DetailImg_tab_sp {
    padding: 20px;
  }
}
.DetailImg .DetailImg_tab_sp img {
  width: 100%;
}

.DetailImg {
  display: block;
}
.DetailImg img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .DetailImg {
    display: none;
  }
}

.DetailImg_tab_sp {
  display: none;
}
.DetailImg_tab_sp img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .DetailImg_tab_sp {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */