@charset "utf-8";

/* * {
  outline: 1px solid red !important;
} */

*, ::before, ::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --v-space: min(90%, 1226px);
  --main-color: rgb(236, 237, 235);
  --sub-color: #000000;
  --text-color: #1a1a1a;
  --main-decoration: #1a1a1a;
  --box-shadow: #b5b5b5;
  --sub-decoration: #FF007B;
  --font-family:  "Oleo Script", system-ui;
}
/* body */
body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  background-color: #FFFFFF;
  color: var(--text-color);
  font-size: calc(10 * (100vw / 828));
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: var(--sub-color);
}

html, body, main {
  margin: 0;
  padding: 0;
  border: 0;
}
a {
  color: var(--sub-color);
  text-decoration: none;
}

a:hover {
  color: inherit;
}

.w-container {
  padding-left: 4%;
  padding-right: 4%;
}

/* ローディング */
/* #loading {
  background-color: var(--);
  position: fixed;
  inset: 0;
  z-index: 9999;
  place-items: center;
} */

/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header-container {

  margin: auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}

.header-logo img {
  margin-top: 10px;
  width: 150px;
  height: auto;
  padding: 5px 20px;
  border-radius: 50px;
}


.header-container ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  gap: 20px;
  font-family:var(--font-family);
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  list-style: none;
}

.header-container ul a {
  color: aliceblue;
  background-color: var(--sub-color);
  line-height: 1em;
  border-radius: 50px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 5px;
  padding-bottom: 4px;
  font-family: var(--font-family);
  font-weight: 400;
  display: flex;
  text-align: center;
}

.header-container ul a:hover{
  background-color: var(--sub-decoration);
  color: var(--text-color);
}

/* ABOUT */
section {
  background-color: var(--main-color);
  border-radius: 50px;
  padding-bottom: 0px;
  padding-top: 50px;
  margin-left: 10px;
  margin-right: 10px;
}

.cp_hr08 {
	border-top: 2px dashed #8c8b8b;
	border-bottom: 1px dashed #ffffff;
  margin-top: 30px;
  margin-left: 45px;
  margin-right: 45px;
}

h2 {
  margin-top: 2em;
  margin-bottom: 2.5em;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(40px, 12vw, 90px);
  line-height: 2em;
  margin-left: 1em;
  padding-left: 20px;
  color: var(--main-color);
  background-color: var(--main-decoration);
  border-radius: 10px;
}

.about-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 90px;
  margin-bottom: 40px;
}

.name {
  display: flex;
  flex-direction: column;
  opacity: 10;
  padding: 35px 45px 50px 45px;
  border-radius: 50px;
}

.name-img {
  text-align: center;
}
.name-img img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}

.name-txt {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 20px;
  font-size: clamp(12px, 2.6vw, 20px);
}
.name-text p {
  font-family: var(--font-family);
  font-weight: 400;
}

.name-txt-2 {
  font-size: clamp(14px, 2.3vw, 18px);
  text-align: center;
}


.skill {
margin: 20px;
padding: 40px;
/* background-color: #777777; */
}

.skill h3 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 1em;
  color: var(--text-color);
}
.skill p {
  font-size: clamp(12px, 2.1vw, 16px);
}

.skill-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-collapse: collapse;
}

.skill-icon {
  display: flex;
  gap: 50px;
  border-top: 1px solid var(--main-decoration);
  padding-top: 20px;
  padding-bottom: 20px;
}



.skill-icon img {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  object-fit: cover;
}

@media (max-width: 768px) {
  h2 {
    margin-bottom: 0.5em;


  }
  .name {
    margin-top: 60px;
    padding: 15px 15px 40px 15px;
  }
  .name-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .name-img img {
    width: 100px;
    height: 100px;
    margin-bottom: 0;
  }
  .name-txt {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
  .skill {
    padding: 0;
  }
  .skill-icon img {
    min-width: auto;
  }
  .skill-icon {
    padding: 5px;
    gap: 13px;
  }
}

.more-container {
  display: grid;
  font-size: clamp(24px, 5.2vw, 40px);
  font-family: var(--font-family);
  font-weight: 400;
  grid-template-columns: repeat(8,1fr);
  grid-template-rows: repeat(4,1fr);
}

.more-container a {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  grid-column: 8;
  grid-row: 2;
  margin-right: 20px;
}

.more-container a span {
  line-height: 0.5;
  display: inline-block;
  font-size: 40px;

}



/* モバイル用プロフィール */
@media (max-width: 1050px) {
  .main-visual {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;    
  }
  section {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .about-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
  }
}