@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.wrap_original {
  overflow: hidden;
}

#loading {
  background-color: #bee9e9;
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
}
#loading img {
  position: absolute;
  width: 30%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: loadingAnimation 1s infinite;
}
@keyframes loadingAnimation {
  0% {
    transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-20px);
  }
  100% {
    transform: translate(-50%, -50%) translateY(0);
  }
}
@media screen and (max-width: 1280px) {
  #loading img {
    top: 50%;
  }
}
@media screen and (max-width: 768px) {
  #loading img {
    top: 50%;
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #loading img {
    top: 50%;
    width: 50%;
  }
}

#loading-screen {
  background-color: #efdde1;
  position: fixed;
  inset: 0;
  z-index: 9998;
  translate: 0 100vh;
}

header {
  background-image: url(/img/メイン背景.png);
  min-height: 100vh;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  z-index: 0;
}
header h1 {
  font-family: "Yomogi", serif;
  font-weight: 400;
  font-style: normal;
  color: #5A5A5A;
  font-size: 125px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 50px;
}
@media screen and (max-width: 1280px) {
  header h1 {
    font-family: "Yomogi", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100px;
  }
}
@media screen and (max-width: 768px) {
  header h1 {
    font-family: "Yomogi", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
  }
}
@media screen and (max-width: 480px) {
  header h1 {
    font-family: "Yomogi", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 38px;
  }
}
header img {
  width: 70%;
  margin: -15% auto;
  display: block;
}
@media screen and (max-width: 480px) {
  header img {
    width: 100%;
    margin: -7% auto;
  }
}
header .main-menu ul {
  display: flex;
  justify-content: center;
  font-size: 70px;
  color: #818181;
  padding-bottom: 180px;
  padding-top: 140px;
}
@media screen and (max-width: 1280px) {
  header .main-menu ul {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  header .main-menu ul {
    font-size: 25px;
  }
}
@media screen and (max-width: 480px) {
  header .main-menu ul {
    font-size: 20px;
    padding-top: 25px;
  }
}
header .main-menu ul li {
  margin: 0px 30px 500px;
}
@media screen and (max-width: 480px) {
  header .main-menu ul li {
    margin: 0px 20px 500px;
  }
}

#about {
  background-image: url(/img/全体背景.png);
  min-height: 100vh;
  margin-top: -500px;
  background-size: cover;
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 380px;
}
@media screen and (max-width: 1280px) {
  #about {
    margin-top: -644px;
    background-image: url(/img/全体背景\(\).png);
  }
}
@media screen and (max-width: 768px) {
  #about {
    margin-top: -638px;
    background-image: url(/img/全体背景\(.5\).png);
  }
}
@media screen and (max-width: 480px) {
  #about {
    margin-top: -646px;
    background-image: url(/img/全体背景\(..5\).png);
  }
}
#about h2 {
  color: #74B8B8;
  font-weight: bold;
  font-size: 200px;
  text-align: center;
  padding-top: 140px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #about h2 {
    font-size: 150px;
  }
}
@media screen and (max-width: 768px) {
  #about h2 {
    font-size: 75px;
  }
}
@media screen and (max-width: 480px) {
  #about h2 {
    padding-top: 60px;
  }
}
#about h2::before {
  background-color: #74b8b8;
  content: "";
  position: absolute;
  width: calc(50% - 232px);
  height: 7px;
  top: 273px;
  left: 0;
}
@media screen and (max-width: 1280px) {
  #about h2::before {
    width: calc(50% - 178px);
    top: 242px;
  }
}
@media screen and (max-width: 768px) {
  #about h2::before {
    width: calc(50% - 90px);
    top: 190px;
  }
}
@media screen and (max-width: 480px) {
  #about h2::before {
    width: calc(50% - 90px);
    top: 112px;
  }
}
#about h3 {
  color: #FFFFFF;
  -webkit-text-stroke-width: 2px;
  font-size: 90px;
  text-align: center;
  margin-top: -70px;
  position: relative;
  z-index: 3;
  -webkit-text-stroke-color: #74B8B8;
}
@media screen and (max-width: 1280px) {
  #about h3 {
    font-size: 60px;
    margin-top: -50px;
  }
}
@media screen and (max-width: 768px) {
  #about h3 {
    font-size: 30px;
    margin-top: -13px;
    -webkit-text-stroke-width: 1px;
  }
}
@media screen and (max-width: 480px) {
  #about h3 {
    font-size: 30px;
    margin-top: -13px;
    -webkit-text-stroke-width: 1px;
  }
}
#about .contents {
  display: flex;
  margin: 4% 10%;
}
@media screen and (max-width: 1800px) {
  #about .contents {
    margin: 4% 5%;
  }
}
@media screen and (max-width: 480px) {
  #about .contents {
    margin: 8% 3%;
  }
}
#about img {
  width: 45%;
  display: block;
  margin-top: -123px;
}
@media screen and (max-width: 768px) {
  #about img {
    margin-top: -36px;
  }
}
#about .texts {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #about .texts {
    width: 57%;
  }
}
@media screen and (max-width: 480px) {
  #about .texts {
    font-size: 25px;
  }
}
#about .texts h4 {
  font-size: 80px;
  color: #5A5A5A;
  border-bottom: 4px solid #FFFFFF;
}
@media screen and (max-width: 1800px) {
  #about .texts h4 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1280px) {
  #about .texts h4 {
    font-size: 40px;
  }
}
@media screen and (max-width: 820px) {
  #about .texts h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  #about .texts h4 {
    font-size: 20px;
  }
}
#about .texts h4 span {
  font-size: 40px;
  color: #5A5A5A;
}
@media screen and (max-width: 1800px) {
  #about .texts h4 span {
    font-size: 36px;
  }
}
@media screen and (max-width: 1280px) {
  #about .texts h4 span {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #about .texts h4 span {
    font-size: 12.5px;
  }
}
@media screen and (max-width: 480px) {
  #about .texts h4 span {
    font-size: 10px;
  }
}
#about .texts p {
  font-size: 40px;
  margin-top: 20px;
  color: #5A5A5A;
  line-height: 1.7;
}
@media screen and (max-width: 1800px) {
  #about .texts p {
    font-size: 36px;
  }
}
@media screen and (max-width: 1280px) {
  #about .texts p {
    font-size: 22px;
  }
}
@media screen and (max-width: 820px) {
  #about .texts p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #about .texts p {
    font-size: 14.5px;
  }
}
@media screen and (max-width: 480px) {
  #about .texts p {
    font-size: 10.5px;
  }
}

#career {
  background-image: url(/img/全体背景2.png);
  min-height: 100vh;
  background-repeat: no-repeat;
  margin-top: -300px;
  background-size: cover;
  position: relative;
  z-index: 2;
  padding-bottom: 330px;
}
@media screen and (max-width: 1280px) {
  #career {
    margin-top: -380px;
    background-image: url(/img/全体背景\(2\).png);
  }
}
@media screen and (max-width: 768px) {
  #career {
    margin-top: -370px;
    background-image: url(/img/全体背景\(2.5\).png);
  }
}
@media screen and (max-width: 480px) {
  #career {
    margin-top: -396px;
    background-image: url(/img/全体背景\(2..5\).png);
  }
}
#career .contents {
  margin-top: 100px;
}
@media screen and (max-width: 480px) {
  #career .contents {
    margin-top: 75px;
  }
}
#career h2 {
  color: #D1C884;
  font-weight: bold;
  font-size: 200px;
  text-align: center;
  padding-top: 140px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #career h2 {
    font-size: 150px;
  }
}
@media screen and (max-width: 768px) {
  #career h2 {
    font-size: 75px;
  }
}
@media screen and (max-width: 480px) {
  #career h2 {
    font-size: 75px;
    padding-top: 78px;
  }
}
#career h2::before {
  background-color: #D1C884;
  content: "";
  position: absolute;
  width: calc(50% - 284px);
  height: 7px;
  top: 267px;
  left: 0;
}
@media screen and (max-width: 1280px) {
  #career h2::before {
    width: calc(50% - 220px);
    top: 236px;
  }
}
@media screen and (max-width: 768px) {
  #career h2::before {
    width: calc(50% - 108px);
    top: 187px;
  }
}
@media screen and (max-width: 480px) {
  #career h2::before {
    width: calc(50% - 108px);
    top: 125px;
  }
}
#career h3 {
  color: #FFFFFF;
  -webkit-text-stroke-width: 2px;
  font-size: 90px;
  text-align: center;
  margin-top: -70px;
  position: relative;
  z-index: 3;
  -webkit-text-stroke-color: #D1C884;
}
@media screen and (max-width: 1280px) {
  #career h3 {
    font-size: 60px;
    margin-top: -50px;
  }
}
@media screen and (max-width: 768px) {
  #career h3 {
    font-size: 30px;
    margin-top: -13px;
    -webkit-text-stroke-width: 1px;
  }
}
@media screen and (max-width: 480px) {
  #career h3 {
    font-size: 30px;
    margin-top: -13px;
    -webkit-text-stroke-width: 1px;
  }
}
#career .career-img {
  width: 30%;
}
#career .content {
  display: flex;
  padding: 0 3%;
}
#career .date {
  display: block;
  border-right: #FFFFFF 4px solid;
  color: #5A5A5A;
  font-size: 40px;
  font-weight: bold;
  padding-right: 30px;
  text-align: right;
  width: 150px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #career .date {
    font-size: 18px;
    width: 70px;
    padding-top: 19px;
  }
}
#career .date::after {
  display: block;
  content: "";
  background-image: url(/img/アイコン.png);
  background-repeat: none;
  background-size: contain;
  width: 130px;
  height: 130px;
  position: absolute;
  right: -70px;
  top: -30px;
}
@media screen and (max-width: 768px) {
  #career .date::after {
    width: 117px;
    height: 110px;
    top: -21px;
  }
}
@media screen and (max-width: 480px) {
  #career .date::after {
    width: 106px;
    height: 87px;
    top: -12px;
  }
}
#career h5 {
  color: #5A5A5A;
  background-color: #fffdd3;
  padding: 15px 5px;
  border-radius: 15px;
  font-size: 36px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1280px) {
  #career h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  #career h5 {
    font-size: 14px;
  }
}
#career .texts {
  height: 100%;
  width: 50%;
  padding-left: 35px;
  position: relative;
}
#career .texts p {
  color: #5A5A5A;
  font-size: 32px;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 20px;
  line-height: 2;
}
@media screen and (max-width: 1280px) {
  #career .texts p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #career .texts p {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  #career .texts p {
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#strength {
  background-image: url(/img/全体背景3.png);
  min-height: 100vh;
  background-repeat: no-repeat;
  margin-top: -218px;
  background-size: cover;
  position: relative;
  z-index: 2;
  padding-bottom: 500px;
}
@media screen and (max-width: 1280px) {
  #strength {
    background-image: url(/img/全体背景\(3\).png);
  }
}
@media screen and (max-width: 768px) {
  #strength {
    margin-top: -244px;
    background-image: url(/img/全体背景\(3.5\).png);
  }
}
@media screen and (max-width: 480px) {
  #strength {
    margin-top: -275px;
    background-image: url(/img/全体背景\(3..5\).png);
  }
}
#strength h2 {
  color: #B0C178;
  font-weight: bold;
  font-size: 200px;
  text-align: center;
  padding-top: 176px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #strength h2 {
    font-size: 150px;
  }
}
@media screen and (max-width: 768px) {
  #strength h2 {
    font-size: 75px;
    padding-top: 148px;
  }
}
@media screen and (max-width: 480px) {
  #strength h2 {
    font-size: 75px;
    padding-top: 91px;
  }
}
#strength h2::before {
  background-color: #B0C178;
  content: "";
  position: absolute;
  width: calc(50% - 356px);
  height: 7px;
  top: 287px;
  left: 0;
}
@media screen and (max-width: 1280px) {
  #strength h2::before {
    width: calc(50% - 270px);
    top: 263px;
  }
}
@media screen and (max-width: 768px) {
  #strength h2::before {
    width: calc(50% - 135px);
    top: 187px;
  }
}
@media screen and (max-width: 480px) {
  #strength h2::before {
    width: calc(50% - 135px);
    top: 131px;
  }
}
#strength h3 {
  color: #FFFFFF;
  -webkit-text-stroke-width: 2px;
  font-size: 90px;
  text-align: center;
  margin-top: -70px;
  position: relative;
  z-index: 3;
  -webkit-text-stroke-color: #B0C178;
}
@media screen and (max-width: 1280px) {
  #strength h3 {
    font-size: 60px;
    margin-top: -50px;
  }
}
@media screen and (max-width: 768px) {
  #strength h3 {
    font-size: 30px;
    margin-top: -13px;
    -webkit-text-stroke-width: 1px;
  }
}
@media screen and (max-width: 480px) {
  #strength h3 {
    font-size: 30px;
    margin-top: -13px;
    -webkit-text-stroke-width: 1px;
  }
}
#strength .contents {
  padding: 4% 0;
}
#strength .content {
  width: 80%;
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  #strength .content {
    width: 90%;
  }
}
#strength .content img {
  opacity: 0;
}
#strength .strength-content {
  padding: 0 10%;
}
#strength h4 {
  color: #5A5A5A;
  font-size: 60px;
  border-bottom: 4px solid #FFFFFF;
  padding-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  #strength h4 {
    font-size: 30px;
  }
}
#strength p {
  color: #5A5A5A;
  font-size: 40px;
  padding-top: 20px;
  padding-bottom: 80px;
  line-height: 1.7;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  #strength p {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #strength p {
    font-size: 16px;
  }
}

#skills {
  background-image: url(/img/全体背景6.png);
  min-height: 100vh;
  background-repeat: no-repeat;
  margin-top: -500px;
  background-size: cover;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  #skills {
    background-image: url(/img/全体背景\(6\).png);
  }
}
@media screen and (max-width: 768px) {
  #skills {
    background-image: url(/img/全体背景\(6.5\).png);
  }
}
@media screen and (max-width: 480px) {
  #skills {
    background-image: url(/img/全体背景\(6..5\).png);
  }
}
#skills h2 {
  color: #C1C1C1;
  font-weight: bold;
  font-size: 200px;
  text-align: center;
  padding-top: 190px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #skills h2 {
    font-size: 150px;
  }
}
@media screen and (max-width: 768px) {
  #skills h2 {
    font-size: 75px;
    padding-top: 152px;
  }
}
@media screen and (max-width: 480px) {
  #skills h2 {
    font-size: 75px;
    padding-top: 106px;
  }
}
#skills h2::before {
  background-color: #C1C1C1;
  content: "";
  position: absolute;
  width: calc(50% - 194px);
  height: 7px;
  top: 310px;
  left: 0;
}
@media screen and (max-width: 1280px) {
  #skills h2::before {
    width: calc(50% - 144px);
    top: 279px;
  }
}
@media screen and (max-width: 768px) {
  #skills h2::before {
    width: calc(50% - 69px);
    top: 195px;
  }
}
@media screen and (max-width: 480px) {
  #skills h2::before {
    width: calc(50% - 69px);
    top: 147px;
  }
}
#skills h3 {
  color: #FFFFFF;
  -webkit-text-stroke-width: 2px;
  font-size: 90px;
  text-align: center;
  margin-top: -70px;
  position: relative;
  z-index: 3;
  -webkit-text-stroke-color: #C1C1C1;
}
@media screen and (max-width: 1280px) {
  #skills h3 {
    font-size: 60px;
    margin-top: -50px;
  }
}
@media screen and (max-width: 768px) {
  #skills h3 {
    font-size: 30px;
    margin-top: -13px;
    -webkit-text-stroke-width: 1px;
  }
}
@media screen and (max-width: 480px) {
  #skills h3 {
    font-size: 30px;
    margin-top: -13px;
    -webkit-text-stroke-width: 1px;
  }
}
#skills .contents {
  display: flex;
  padding: 4% 6%;
}
@media screen and (max-width: 768px) {
  #skills .contents {
    display: block;
  }
}
#skills .contents .content {
  display: flex;
  flex-direction: column;
  flex: 1;
  border: 5px solid #5A5A5A;
  margin: 20px 20px;
}
#skills .contents .skill-fadein {
  opacity: 0;
}
#skills h4 {
  color: #818181;
  font-size: 64px;
  font-weight: bold;
  text-align: center;
  background-color: #efdde1;
  padding: 30px 0;
}
@media screen and (max-width: 1280px) {
  #skills h4 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  #skills h4 {
    font-size: 16px;
  }
}
#skills img {
  width: 50%;
  margin: 0 auto;
}
#skills h6 {
  color: #5A5A5A;
  font-size: 24px;
  padding: 0px 42px;
  line-height: 1.7;
  height: 100%;
}
@media screen and (max-width: 1280px) {
  #skills h6 {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #skills h6 {
    font-size: 12px;
    text-align: center;
  }
}
#skills p {
  color: #5A5A5A;
  font-size: 24px;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  #skills p {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #skills p {
    font-size: 12px;
    padding-top: 28px;
  }
}

#works {
  background-image: url(/img/全体背景4.png);
  min-height: 100vh;
  background-repeat: no-repeat;
  margin-top: 75px;
  background-size: cover;
  position: relative;
  z-index: 2;
  padding-bottom: 500px;
}
@media screen and (max-width: 1280px) {
  #works {
    margin-top: 10px;
    background-image: url(/img/全体背景\(4\).png);
  }
}
@media screen and (max-width: 768px) {
  #works {
    margin-top: 60px;
    background-image: url(/img/全体背景\(4.5\).png);
  }
}
@media screen and (max-width: 480px) {
  #works {
    margin-top: 32px;
    background-image: url(/img/全体背景\(4..5\).png);
  }
}
#works h2 {
  color: #a17eba;
  font-weight: bold;
  font-size: 200px;
  text-align: center;
  padding-top: 250px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #works h2 {
    font-size: 150px;
    padding-top: 146px;
  }
}
@media screen and (max-width: 768px) {
  #works h2 {
    font-size: 75px;
  }
}
@media screen and (max-width: 480px) {
  #works h2 {
    font-size: 75px;
    padding-top: 97px;
  }
}
#works h2::before {
  background-color: #a17eba;
  content: "";
  position: absolute;
  width: calc(50% - 233px);
  height: 7px;
  top: 370px;
  left: 0;
}
@media screen and (max-width: 1280px) {
  #works h2::before {
    width: calc(50% - 180px);
    top: 242px;
  }
}
@media screen and (max-width: 768px) {
  #works h2::before {
    width: calc(50% - 88px);
    top: 191px;
  }
}
@media screen and (max-width: 480px) {
  #works h2::before {
    width: calc(50% - 88px);
    top: 144px;
  }
}
#works h3 {
  color: #FFFFFF;
  -webkit-text-stroke-width: 2px;
  font-size: 90px;
  text-align: center;
  margin-top: -70px;
  position: relative;
  z-index: 3;
  -webkit-text-stroke-color: #a17eba;
}
@media screen and (max-width: 1280px) {
  #works h3 {
    font-size: 60px;
    margin-top: -50px;
  }
}
@media screen and (max-width: 768px) {
  #works h3 {
    font-size: 30px;
    margin-top: -13px;
    -webkit-text-stroke-width: 1px;
  }
}
@media screen and (max-width: 480px) {
  #works h3 {
    font-size: 30px;
    margin-top: -13px;
    -webkit-text-stroke-width: 1px;
  }
}
#works .contents {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding: 4% 0;
}
@media screen and (max-width: 480px) {
  #works .contents {
    padding: 10% 0;
  }
}
#works .contents .content {
  width: 50%;
}
#works .contents .content img {
  height: 400px;
  width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #FFFFFF;
  padding: 30px;
  border: 3px solid #a17eba;
}
@media screen and (max-width: 1280px) {
  #works .contents .content img {
    height: 340px;
  }
}
@media screen and (max-width: 768px) {
  #works .contents .content img {
    height: 235px;
    padding: 10%;
  }
}
@media screen and (max-width: 480px) {
  #works .contents .content img {
    height: 130px;
    padding: 10px;
  }
}
#works h5 {
  color: #5A5A5A;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  padding-top: 50px;
}
@media screen and (max-width: 1280px) {
  #works h5 {
    font-size: 20px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #works h5 {
    font-size: 10px;
    padding-top: 17px;
  }
}
#works p {
  color: #5A5A5A;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  padding: 0 0 80px 0;
}
@media screen and (max-width: 1280px) {
  #works p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #works p {
    font-size: 9px;
  }
}
@media screen and (max-width: 480px) {
  #works p {
    font-size: 9px;
    padding: 0 0 30px 0;
  }
}

#contact {
  background-image: url(/img/メイン\ 背景2.png);
  min-height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-top: -480px;
  background-size: cover;
  position: relative;
  z-index: 2;
  padding-bottom: 500px;
}
@media screen and (max-width: 1280px) {
  #contact {
    padding-bottom: 290px;
  }
}
@media screen and (max-width: 768px) {
  #contact {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 480px) {
  #contact {
    padding-bottom: 200px;
    margin-top: -553px;
  }
}
#contact h2 {
  color: #cba2ab;
  font-weight: bold;
  font-size: 200px;
  text-align: center;
  padding-top: 250px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #contact h2 {
    font-size: 150px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  #contact h2 {
    font-size: 75px;
  }
}
#contact h2::before {
  background-color: #cba2ab;
  content: "";
  position: absolute;
  width: calc(50% - 330px);
  height: 7px;
  top: 370px;
  left: 0;
}
@media screen and (max-width: 1280px) {
  #contact h2::before {
    width: calc(50% - 255px);
    top: 168px;
  }
}
@media screen and (max-width: 768px) {
  #contact h2::before {
    width: calc(50% - 127px);
    top: 116px;
  }
}
#contact h3 {
  color: #FFFFFF;
  -webkit-text-stroke-width: 2px;
  font-size: 90px;
  text-align: center;
  margin-top: -70px;
  position: relative;
  z-index: 3;
  -webkit-text-stroke-color: #cba2ab;
}
@media screen and (max-width: 1280px) {
  #contact h3 {
    font-size: 60px;
    margin-top: -50px;
  }
}
@media screen and (max-width: 768px) {
  #contact h3 {
    font-size: 30px;
    margin-top: -13px;
    -webkit-text-stroke-width: 1px;
  }
}
@media screen and (max-width: 480px) {
  #contact h3 {
    font-size: 30px;
    margin-top: -13px;
    -webkit-text-stroke-width: 1px;
  }
}
#contact form {
  width: 50%;
  margin: 0 auto;
  margin-top: 150px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #contact form {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  #contact form {
    width: 70%;
    margin-top: 75px;
  }
}
#contact form .contact-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
#contact form .contact-top img {
  width: 20%;
}
#contact form label {
  font-size: 36px;
  color: #5A5A5A;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  #contact form label {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  #contact form label {
    font-size: 16px;
  }
}
#contact form input[type=text], #contact form input[type=email] {
  background-color: #FFFFFF;
  border: 3px #eccdd4 solid;
  border-radius: 15px;
  padding: 15px 20px;
  font-size: 24px;
  width: 100%;
}
#contact form textarea {
  background-color: #FFFFFF;
  border: 3px #eccdd4 solid;
  border-radius: 15px;
  padding: 15px 20px;
  font-size: 24px;
  width: 100%;
}
#contact form input[type=text], #contact form input[type=email] {
  height: 80px;
  margin-bottom: 50px;
}
#contact form textarea {
  height: 400px;
}
#contact form input[type=submit] {
  display: block;
  font-size: 34px;
  color: #5A5A5A;
  font-weight: bold;
  margin: 120px auto;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  line-height: 1;
  background-color: #cba2ab;
  padding: 15px 45px;
}
@media screen and (max-width: 480px) {
  #contact form input[type=submit] {
    font-size: 24px;
  }
}

.copyright {
  text-align: center;
}

.page-top {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.page-top::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-bottom: -6px;
  border-top: solid 4px #5A5A5A;
  border-right: solid 4px #5A5A5A;
  transform: rotate(-45deg);
}

.page-top:hover {
  transform: scale(1.1);
}

.page-top.active {
  opacity: 1;
  visibility: visible;
}

.fadein {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s, transform 1s;
}

.fadein-after {
  opacity: 1;
  transform: translate(0);
}

.fade-in {
  opacity: 0;
}

.skill-fadein {
  opacity: 0;
}

.slidein-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s, transform 1s;
}

.slidein-after {
  opacity: 1;
  transform: translate(0);
}

.slidein-right {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 1s, transform 1s;
}

.slidein-after2 {
  opacity: 1;
  transform: translate(0);
}

.slidein-bottom {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s, transform 1s;
}

.slidein-after3 {
  opacity: 1;
  transform: translate(0);
}

.slidein-left2 {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s, transform 1s;
  transition-delay: 3.5s;
}

.slidein-after3 {
  opacity: 1;
  transform: translate(0);
}

.slidein-bottom3 {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s, transform 1s;
  transition-delay: 4s;
}

.slidein-after4 {
  opacity: 1;
  transform: translate(0);
}

.slidein-right2 {
  opacity: 0;
  transform: translateX(400px);
  transition: opacity 1s, transform 1s;
  transition-delay: 4.5s;
}

.slidein-after5 {
  opacity: 1;
  transform: translate(0);
}

.btn-menu {
  position: fixed;
  right: 1rem;
  top: 1rem;
  z-index: 4;
  padding: 0.5rem 1rem;
  border: 2px solid #818181;
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
  transition: 0.4s;
}
.btn-menu svg {
  fill: #818181;
  margin-top: 0.25rem;
  height: 2rem;
  width: 2rem;
}

#menu-close {
  border: 2px solid #FFFFFF;
}
#menu-close svg {
  fill: #FFFFFF;
}

#menu-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
  padding: 8rem 2rem 2rem;
  width: max(32vw, 20rem);
  height: 100vh;
  background-color: #cee87d;
  translate: 100vw;
}
@media screen and (max-width: 480px) {
  #menu-panel {
    width: max(32vw, 18rem);
  }
}

.menu-list {
  list-style: none;
}
.menu-list li {
  margin: 1.5rem 0;
  opacity: 0;
}
.menu-list a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 3rem;
}/*# sourceMappingURL=style.css.map */