@charset "UTF-8";
/* 文字コードの指定 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.marucalor {
  color: #d61518;
}

.marupink {
  mix-blend-mode: multiply;
}

.pc {
  display: none;
}

form .box-irai input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -2px;
  border-width: 2px;
}

form .box-irai input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffee00;
  border: none;
  content: '';
}

/*PCのスタイルここから*/
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }

  .design-pc {
    background-color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }

  .design-pc .div {
    /*background-image: url(./img/design-pc.png);*/
    background-image: url(./images/pc/main/background_pc.png);
    background-size: cover;
    background-position: 50% 50%;
    /*width: 1366px;*/
    width: 100%;
    height: 6898px;
    position: relative;
  }

  .design-pc .header {
    position: absolute;
    /*width: 1366px;*/
    width: 100%;
    height: 152px;
    top: 0;
    left: 0;
    background-color: transparent;
  }

  .design-pc .navi {
    display: inline-flex;
    align-items: center;
    /* justify-content: center; */
    justify-content: space-between;
    /*gap: 255px;*/
    position: absolute;
    top: 48px;
    left: 123px;
    width: calc(100% - 10rem);
  }
}

.design-pc .logo {
  position: relative;
  width: 380px;
  height: 86.5px;
  object-fit: cover;
}

.design-pc .frame {
  display: inline-flex;
  align-items: center;
  gap: 51px;
  position: relative;
  flex: 0 0 auto;
}

.design-pc .navi-about {
  position: relative;
  width: 89px;
  height: 18.5px;
  object-fit: cover;
}

.design-pc .navi-skill {
  position: relative;
  width: 74px;
  height: 20px;
  object-fit: cover;
}

.design-pc .navi-contact {
  position: relative;
  width: 122px;
  height: 18.5px;
  object-fit: cover;
}

.design-pc .instagram-rogo {
  position: relative;
  width: 46px;
  height: 46px;
  object-fit: cover;
}

.design-pc .rectangle {
  position: absolute;
  width: 72px;
  height: 152px;
  top: 0;
  left: 0;
  background-color: #0e0c47;
}

.design-pc .main {
  /* width: 1366px; */
  width: 100%;
  top: 152px;
  left: 0;
  position: absolute;
  height: 6626px;
}

.design-pc .main-content {
  width: 1120px;
  top: 0;
  left: 123px;
  position: absolute;
  height: 6626px;
}

.design-pc .copy-gif {
  display: flex;
  width: 454px;
  height: 390px;
  align-items: center;
  gap: 10px;
  padding: 13px 80px;
  position: absolute;
  top: 122px;
  left: 360px;
}

.design-pc .frame-2 {
  display: flex;
  width: 454px;
  align-items: flex-start;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
}

.design-pc .copy {
  position: relative;
  width: 40px;
  height: 343px;
  object-fit: cover;
}

.design-pc .img {
  position: relative;
  width: 120px;
  height: 390px;
}

.design-pc .cat {
  position: relative;
  width: 214px;
  height: 340px;
}

.design-pc .about {
  display: flex;
  flex-direction: column;
  width: 584px;
  align-items: flex-start;
  gap: 104px;
  position: absolute;
  top: 618px;
  left: 304px;
}

.design-pc .about-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 33px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.design-pc .line {
  margin-top: -2.00px;
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 2px;
}

.design-pc .about-moji {
  position: relative;
  width: 112.5px;
  height: 24px;
  object-fit: cover;
}

.design-pc .line-2 {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 2px;
}

.design-pc .about-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.design-pc .text-wrapper {
  align-self: stretch;
  height: 33px;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  font-size: 31px;
  letter-spacing: 8.06px;
  line-height: 33px;
  position: relative;
  margin-top: -1.00px;
  color: #0e0c47;
  white-space: nowrap;
}

.design-pc .element {
  position: relative;
  align-self: stretch;
  font-family: "Noto Sans JP-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 19px;
  letter-spacing: 0.57px;
  line-height: 30px;
}

.design-pc .skill-heading {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: absolute;
  top: 1376px;
  left: 304px;
}

.design-pc .line-3 {
  position: relative;
  width: 584px;
  height: 2px;
  margin-top: -2.00px;
}

.design-pc .skill-moji {
  position: relative;
  width: 93px;
  height: 26px;
  object-fit: cover;
}

.design-pc .line-4 {
  position: relative;
  width: 584px;
  height: 2px;
}

.design-pc .skill {
  display: flex;
  flex-direction: column;
  width: 605px;
  align-items: flex-start;
  position: absolute;
  top: 1530px;
  left: 283px;
}

.design-pc .skill-title {
  display: flex;
  align-items: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.design-pc .skill-akapen {
  position: relative;
  width: 116px;
  height: 116px;
  object-fit: cover;
}

.design-pc .text-wrapper-2 {
  position: relative;
  width: fit-content;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  color: #0e0c47;
  font-size: 31px;
  letter-spacing: 8.06px;
  line-height: 33px;
  white-space: nowrap;
}

.design-pc .skill-text {
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  padding: 0px 0px 0px 24px;
  position: relative;
}

.design-pc .text-wrapper-3 {
  position: relative;
  align-self: stretch;
  height: 111px;
  margin-top: -1.00px;
  font-family: "Noto Sans JP-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 37px;
}

.design-pc .text {
  display: flex;
  flex-direction: column;
  width: 581px;
  height: 530px;
  align-items: flex-start;
  gap: 24px;
  position: relative;
}

.design-pc .text-wrapper-4 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-weight: 600;
  color: #d61518;
  font-size: 22px;
  letter-spacing: 5.72px;
  line-height: 22px;
}

.design-pc .p {
  width: fit-content;
  font-family: "Noto Sans JP-Medium", Helvetica;
  font-weight: 500;
  color: transparent;
  font-size: 19px;
  position: relative;
  letter-spacing: 0;
  line-height: 44px;
}

.design-pc .span {
  color: #d61518;
}

.design-pc .text-wrapper-5 {
  color: #000000;
}

.design-pc .skill-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 2424px;
  left: 283px;
}

.design-pc .text-wrapper-6 {
  position: relative;
  width: fit-content;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  color: #0e0c47;
  font-size: 31px;
  letter-spacing: 6.20px;
  line-height: 33px;
  white-space: nowrap;
}

.design-pc .skill-text-2 {
  width: 605px;
  height: 511px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  padding: 0px 0px 0px 24px;
  position: relative;
}

.design-pc .text-wrapper-7 {
  position: relative;
  align-self: stretch;
  height: 74px;
  margin-top: -1.00px;
  font-family: "Noto Sans JP-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 22px;
  letter-spacing: 0.44px;
  line-height: 37px;
}

.design-pc .text-2 {
  display: flex;
  flex-direction: column;
  width: 581px;
  height: 400px;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  margin-bottom: -3.00px;
}

.design-pc .div-2 {
  position: relative;
  flex: 1;
  width: 252px;
  font-family: "Noto Sans JP-Medium", Helvetica;
  font-weight: 500;
  color: transparent;
  font-size: 19px;
  letter-spacing: 0;
  line-height: 44px;
}

.design-pc .skill-3 {
  display: flex;
  flex-direction: column;
  width: 607px;
  align-items: flex-start;
  position: absolute;
  top: 3148px;
  left: 283px;
}

.design-pc .text-wrapper-8 {
  position: relative;
  width: 79px;
  height: 31px;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  color: #0e0c47;
  font-size: 33px;
  letter-spacing: 8.58px;
  line-height: 33px;
  white-space: nowrap;
}

.design-pc .skill-text-3 {
  width: 605px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  padding: 0px 0px 0px 24px;
  position: relative;
}

.design-pc .text-wrapper-9 {
  position: relative;
  align-self: stretch;
  height: 148px;
  margin-top: -1.00px;
  font-family: "Noto Sans JP-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 22px;
  letter-spacing: 0.44px;
  line-height: 37px;
}

.design-pc .text-3 {
  display: flex;
  flex-direction: column;
  width: 581px;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.design-pc .thema {
  display: flex;
  flex-direction: column;
  width: 700px;
  height: 793px;
  align-items: flex-start;
  gap: 10px;
  padding: 254px 32px;
  position: absolute;
  top: 3785px;
  left: 246px;
}

.design-pc .rust-text {
  display: flex;
  flex-direction: column;
  width: 636px;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  padding: 64px 0px 0px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  z-index: 2;
}

.design-pc .text-wrapper-10 {
  position: relative;
  align-self: stretch;
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-weight: 600;
  color: #d61518;
  font-size: 22px;
  text-align: center;
  letter-spacing: 5.72px;
  line-height: 22px;
}

.design-pc .text-wrapper-11 {
  align-self: stretch;
  font-family: "Noto Sans JP-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 22px;
  position: relative;
  letter-spacing: 0;
  line-height: 44px;
}

.design-pc .frame-3 {
  display: flex;
  flex-direction: column;
  width: 700px;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

.design-pc .meerkat-back {
  position: relative;
  width: 192px;
  height: 273px;
  object-fit: cover;
  z-index: 2;
}

.design-pc .ellipse {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 700px;
  margin-top: -180px;
  background-color: #fff0f1;
  border-radius: 350px;
  /*background-blend-mode: multiply;*/
  mix-blend-mode: multiply;

}

.design-pc .contact-heading {
  display: flex;
  flex-direction: column;
  width: 584px;
  align-items: flex-start;
  gap: 16px;
  position: absolute;
  top: 4723px;
  left: 304px;
}

.design-pc .contact-line {
  display: flex;
  flex-direction: column;
  width: 584px;
  align-items: flex-start;
  gap: 33px;
  position: relative;
  flex: 0 0 auto;
}

.design-pc .contact-moji {
  position: relative;
  width: 153.5px;
  height: 24.5px;
  object-fit: cover;
}

.design-pc .text-4 {
  display: flex;
  flex-direction: column;
  width: 584px;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.design-pc .text-wrapper-12 {
  position: relative;
  align-self: stretch;
  height: 57px;
  margin-top: -1.00px;
  font-family: "Noto Sans JP-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 29px;
}

.design-pc .radio-button {
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.design-pc .frame-4 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.design-pc .ellipse-2 {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 12px;
}

.design-pc .text-wrapper-13 {
  position: relative;
  width: fit-content;
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
  white-space: nowrap;
}

.design-pc .ellipse-3 {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 2px;
  left: 2px;
  border-radius: 10px;
  border: 2px solid;
  border-color: #1e1e1e;
}

.design-pc .ellipse-4 {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: #ffee00eb;
  border-radius: 12px;
}

.design-pc .contact-form {
  display: flex;
  flex-direction: column;
  width: 584px;
  height: 1476px;
  align-items: center;
  gap: 72px;
  position: absolute;
  top: 4966px;
  left: 304px;
}

.design-pc .contact {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.design-pc .text-wrapper-14 {
  width: fit-content;
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-weight: 600;
  font-size: 19px;
  letter-spacing: 3.80px;
  line-height: 19px;
  position: relative;
  margin-top: -1.00px;
  color: #0e0c47;
  white-space: nowrap;
}

.design-pc .rectangle-2 {
  position: relative;
  width: 584px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid;
  border-color: #0e0c47;
}

.design-pc .text-wrapper-15 {
  position: relative;
  width: 192px;
  margin-top: -1.00px;
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-weight: 600;
  color: #0e0c47;
  font-size: 19px;
  letter-spacing: 3.80px;
  line-height: 19px;
}

.design-pc .text-wrapper-16 {
  position: relative;
  width: 123px;
  margin-top: -1.00px;
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-weight: 600;
  color: #0e0c47;
  font-size: 19px;
  letter-spacing: 3.80px;
  line-height: 19px;
}

.design-pc .group {
  position: relative;
  width: 490px;
  height: 170px;
}

.design-pc .text-wrapper-17 {
  position: absolute;
  top: 33px;
  left: 0;
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-weight: 600;
  color: #0e0c47;
  font-size: 17px;
  letter-spacing: 3.40px;
  line-height: 17px;
  white-space: nowrap;
}

.design-pc .text-wrapper-18 {
  position: absolute;
  width: 211px;
  top: 0;
  left: 0;
  font-family: "Noto Sans JP-SemiBold", Helvetica;
  font-weight: 600;
  color: #0e0c47;
  font-size: 19px;
  letter-spacing: 3.80px;
  line-height: 19px;
}

.design-pc .text-wrapper-19 {
  position: absolute;
  top: 74px;
  left: 0;
  font-family: "Noto Sans JP-Regular", Helvetica;
  font-weight: 400;
  color: #0e0c47;
  font-size: 17px;
  letter-spacing: 3.40px;
  line-height: 24px;
}

.design-pc .rectangle-3 {
  position: relative;
  width: 584px;
  height: 300px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid;
  border-color: #0e0c47;
}

.design-pc .contact-button {
  display: flex;
  width: 200px;
  height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  position: relative;
  background-color: #d61518;
  border-radius: 10px;
}

.design-pc .text-wrapper-20 {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.design-pc .left-line {
  position: absolute;
  width: 72px;
  height: 6626px;
  top: 0;
  left: 0;
  background-color: #0e0c47;
}

.design-pc .footer {
  position: absolute;
  /* width: 1366px; */
  width: 100%;
  height: 120px;
  top: 6778px;
  left: 0;
  background-color: #0e0c47;
}

.design-pc .text-wrapper-21 {
  position: absolute;
  top: 44px;
  left: 466px;
  font-family: "Noto Sans JP-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 19px;
  letter-spacing: 1.90px;
  line-height: 30px;
  white-space: nowrap;
}

/*css追記　ここから*/
/* .marupink {
    mix-blend-mode: multiply;
  } */

/* form .box-irai input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 50%;
    vertical-align: -2px;
    border-width: 2px;
  }

  form .box-irai input[type="radio"]:checked:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ffee00;
    border: none;
    content: '';
  } */
}