@charset "UTF-8";

.link-unabled a {
  opacity: 0.6;
  pointer-events: none;
  cursor: text;
}

/*-------------------------
subpage top
-------------------------*/
.subpage-top__title {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 24rem 0 16rem 0;
}

.subpage-title__en {
  font-size: 4.8rem;
  font-weight: 600;
  color: #3E7F79;
  line-height: unset;
  margin: 0 0 15px 0;
}

.subpage-title__ja {
  font-size: 1.4rem;
  color: #33403D;
}

/*-------------------------
introduction
-------------------------*/
.intro-content,
.strengths-content,
.skills-content,
.languages-content,
.interests-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.intro-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  column-gap: 160px;
}

.intro-content img {
  width: 500px;
  height: 600px;
  object-fit: cover;
  object-position: center;
  border-radius: 0 40px 0 40px;
  box-shadow: 30px 30px 0 rgba(248, 244, 237, 1);
}

div h2 {
  font-size: 3rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px 0;
  line-height: unset;
  align-items: baseline;
}

div h2 span {
  font-size: 1.6rem;
  font-weight: normal;
}

div h2 span::before {
  content: "/";
  font-size: 2rem;
  margin: 0 5px 0 15px;
}

.intro-speak h2 {
  font-size: 3.2rem;
}

.intro-speak p {
  color: #5E6966;
  font-size: 1.6rem;
  text-align: justify;
}

.section-intro {
  margin: 0 auto 160px auto;
}

/*-------------------------
strengths
-------------------------*/
.section-strengths {
  background: radial-gradient(circle at 80% 5%, rgba(90, 174, 166, .15), transparent 50%);
  padding: 10rem 0 10rem 0;
  margin: 0 auto 100px auto;
}

.strengths-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.strengths-content h2 {
  flex: 0 0 30%;
  margin: 0;
}

.strengths-item h3 {
  color: #3E7F79;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: unset;
  padding-top: .5rem;
}

.strengths-item p {
  color: #5E6966;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: justify;
}

p.strengths-item__no {
  font-size: 2rem;
  font-weight: 600;
  color: rgba(62, 127, 121, .4);
  margin: 10px 0 40px 0;
}

.strengths-detail .strengths-item:nth-child(1) {
  padding: 0 0 6rem 0;
}

.strengths-detail .strengths-item:nth-child(2) {
  border-top: 1px solid #2F6661;
  border-bottom: 1px solid #2F6661;
  padding: 6rem 0 6rem 0;
}

.strengths-detail .strengths-item:nth-child(3) {
  padding: 6rem 0 0 0;
}

/*-------------------------
skills
-------------------------*/
.skills-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.skills-title h2 {
  flex: 0 0 30%;
  margin: 0;
}

.skills-leadtxt {
  color: #5E6966;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: justify;
}

.skills-detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin: 80px 20px 0 20px;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
}

.skills-item {
  width: 100%;
}

.skills-item h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

span.skills-item__note {
  font-size: 1.4rem;
  font-weight: 500;
}

.section-skills {
  margin: 0 auto 200px auto;
}

.level-1 {
  --level: 33.333%;
}

.level-2 {
  --level: 66.666%;
}

.level-3 {
  --level: 100%;
}

.skills-bar {
  position: relative;
  height: 35px;
  border: 1px solid #2F6661;
  border-radius: 50vh;
  overflow: hidden;
  background: #FFF;
}

.skills-bar__fill {
  width: var(--level);
  height: 100%;
  background: #5AAEA6;
}

.skills-bar__fill::before,
.skills-bar__fill::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #2F6661;
  z-index: 2;
}

.skills-bar__fill::before {
  left: 33.333%;
}

.skills-bar__fill::after {
  left: 66.666%;
}

/*-------------------------
languages
-------------------------*/
.languages-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  margin: 80px 20px 0 20px;
}

.languages-item h3 {
  font-size: 2rem;
  font-weight: 700;
  /*  margin-bottom: 10px;*/
  text-align: center;
}

.languages-item img {
  width: 180px;
  height: 180px;
  /*
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
*/
}

.section-languages {
  margin: 0 auto 200px auto;
}

/*-------------------------
interest
-------------------------*/
.interests-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin: 80px 20px 0 20px;
}

.interests-item {
  width: calc((100% - 40px) / 2);
}

.interests-item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/*
img.interests01 {
  border-radius: 56% 44% 64% 36% / 66% 58% 42% 34%;
}
*/
img.interests02 {
  /*  border-radius: 61% 39% 34% 66% / 54% 48% 52% 46%;*/
  padding-top: 6rem;
}

/*
img.interests03 {
  border-radius: 75% 25% 69% 31% / 44% 41% 59% 56%;
}
*/
img.interests04 {
  /*  border-radius: 68% 32% 31% 69% / 44% 67% 33% 56%;*/
  padding-top: 6rem;
}

.interests-item h3 {
  text-align: center;
  margin-top: 15px;
  color: #5E6966;
}

.section-interests {
  margin: 0 auto 240px auto;
}

@media (max-width:1440px) {
  .subpage-top__title {
    margin: 0 auto 0 10%;
    padding: 22rem 0 16rem 0;
    width: fit-content;
  }

  .intro-content,
  .strengths-content,
  .skills-content,
  .languages-content,
  .interests-content {
    padding: 0 4rem 0 4rem;
  }

  .intro-content {
    column-gap: 140px;
  }

  .intro-content img {
    width: 400px;
    height: 500px;
  }
}

@media (max-width:1120px) and (min-width:800px) {
  .intro-content {
    column-gap: 120px;
  }

  .intro-speak {
    width: 40%;
  }

  .intro-content {
    justify-content: center;
    column-gap: 100px;
  }

  .intro-content img {
    width: 300px;
    height: 400px;
    box-shadow: 20px 20px 0 rgba(248, 244, 237, 1);
  }
}

@media (max-width: 1024px) {
  .subpage-top__title {
    /*    width: 90%;*/
    padding: 20rem 0 14rem 0;
  }

  .subpage-title__en {
    font-size: 4rem;
  }

  .intro-content,
  .strengths-content,
  .skills-content,
  .languages-content,
  .interests-content {
    width: 90%;
    padding: 0 2rem 0 2rem;
  }

  .intro-content {
    /*
    column-gap: initial;
    justify-content: space-between;
*/
    justify-content: space-around;
    column-gap: 80px;
  }

  .intro-speak {
    width: 40%;
  }

  .intro-speak h2 {
    flex-direction: column;
    row-gap: 10px;
    font-size: 3rem;
  }

  .intro-speak h2 span::before {
    margin: 0 5px 0 0;
  }

  .intro-content img {
    width: 350px;
    height: 450px;
  }

  .strengths-content {
    flex-direction: column;
    row-gap: 80px;
  }

  .strengths-detail {
    width: 70%;
    margin: 0 0 0 auto;
  }

  .skills-title {
    flex-direction: column;
    row-gap: 40px;
  }

  .skills-leadtxt {
    width: 70%;
    margin: 0 0 0 auto;
  }

  .skills-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  /*
  .skills-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
  }
*/
  .skills-bar {
    flex: 1;
  }

  .skills-item h3 {
    margin-bottom: 0;
  }

  .interests-detail {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 80px;
    row-gap: 40px;
  }

  .interests-item {
    width: calc((80% - 40px) / 2);
  }
}

@media (max-width: 768px) {
  .subpage-top__title {
    padding: 18rem 0 12rem 0;
  }

  div h2 {
    font-size: 2.8rem;
  }

  div h2 span::before {
    font-size: 1.8rem;
  }

  .intro-content {
    flex-direction: column;
    row-gap: 60px;
  }

  .intro-content img {
    display: block;
    margin: 0 auto;
    box-shadow: 20px -20px 0 rgba(248, 244, 237, 1);
  }

  .intro-speak {
    width: 100%;
  }

  .intro-speak h2 {
    flex-direction: row;
    font-size: 2.8rem;
  }

  .intro-speak h2 span::before {
    margin: 0 5px 0 15px;
  }

  .section-strengths {
    background: radial-gradient(circle at 75% 25%, rgba(90, 174, 166, .15), transparent 50%);
  }

  .strengths-detail,
  .skills-leadtxt {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 608px) {
  .subpage-title__en {
    font-size: 3.6rem;
    margin: 0 0 10px 0;
  }

  .subpage-title__ja {
    font-size: 1.6rem;
  }

  .intro-content img {
    width: 350px;
    height: 400px;
  }

  div h2,
  .intro-speak h2 {
    font-size: 2.4rem;
  }

  div h2 span::before {
    font-size: 1.4rem;
  }

  .intro-speak h2 {
    flex-direction: column;
  }

  .intro-speak h2 span::before {
    display: none;
  }

  .strengths-item h3 {
    font-size: 2.2rem;
  }

  p.strengths-item__no {
    font-size: 1.8rem;
  }

  .skills-detail {
    margin: 80px auto 0 auto;
  }

  .skills-item h3,
  .languages-item h3 {
    font-size: 1.8rem;
  }

  .skills-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .skills-bar {
    flex: initial;
    width: 100%;
    height: 30px;
  }

  .interests-detail {
    column-gap: 80px;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
  }

  .interests-item {
    /*    width: calc((90% - 40px) / 2);*/
    width: 90%;
  }

  img.interests02,
  img.interests04 {
    padding-top: 0;
  }
}

@media (max-width: 550px) {
  div h2 {
    flex-direction: column;
    row-gap: 10px;
  }

  div h2 span::before {
    margin: 0 5px 0 0;
  }
}

@media (max-width: 428px) {
  .section-interests {
    margin: 0 auto 220px auto;
  }

  .intro-content img {
    width: 90%;
    height: 100%;
    aspect-ratio: 3 / 4;
    box-shadow: 15px -15px 0 rgba(248, 244, 237, 1);
  }

  div h2,
  .intro-speak h2 {
    font-size: 2.2rem;
    flex-direction: column;
    row-gap: 10px;
    letter-spacing: .08em;
  }

  .intro-speak h2 {
    flex-direction: column;
  }

  .intro-speak h2 span::before {
    margin: 0 5px 0 0;
  }

  .intro-speak p,
  .strengths-item p {
    font-size: 1.4rem;
  }

  p.strengths-item__no {
    font-size: 1.6rem;
  }

  .skills-leadtxt {
    font-size: 1.4rem;
  }

  .skills-item h3,
  .languages-item h3 {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .languages-detail {
    gap: 40px;
  }
}

@media (max-width: 320px) {
  .skills-bar {
    height: 25px;
  }

  div h2,
  .intro-speak h2 {
    letter-spacing: .05em;
  }
}