@charset "utf-8";
/* CSS Document */
/*
section-top
*/
.section-top {
  background-color: #6c9bd2;
  margin-bottom: 60px;
}
.section-top__image {
  width: 100%;
  max-width: 375px;
  padding: 0 24px;
}
@media(min-width:1160px) {
  .section-top {
    margin-bottom: 90px;
  }
  .section-top__image {
    max-width: 1160px;
    padding: 0;
  }
}
/*
section-about
*/
.section-about {
  margin-bottom: 30px;
}
.section-about h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  text-align: center;
  padding-left: 0;
}
.section-about ul li {
  max-width: 327px;
  margin: 0 auto;
  list-style: none;
}
.section-about ul li img {
  width: 200px;
  padding-bottom: 12px;
}
.section-about ul li p {
  padding-bottom: 50px;
  font-size: 1.5rem;
  text-align: left;
}
@media(min-width:1160px) {
  .section-about {
    margin-bottom: 80px;
  }
  .section-about ul {
    max-width: 1160px;
    display: flex;
    margin: 0 auto;
  }
  .section-about ul li img {
    width: 85%;
    padding-bottom: 14px;
  }
}
/*
section-works
*/
.section-works {
  margin-bottom: 55px;
}
.seciton-works__pickup {
  width: 327px;
  margin: 0 auto;
  position: relative;
}
.section-works__pickup-ribbon {
  width: 190px;
  position: absolute;
  top: -20px;
  left: -25px;
}
.section-works__pickup-site {
  width: 100%;
  margin-bottom: 28px;
}
.section-works__items {
  max-width: 330px;
  margin: 0 auto;
}
.seciton-works .section-works__items h3 {
  text-align: left;
}
#section-works__items-h3 h3 {
  padding: 0 0 15px 0;
}
.section-works ul {
  width: 100%;
  list-style: none;
}
.section-works ul li img {
  width: 100%;
  margin-bottom: 40px;
  border: solid #bbb 1px;
}
@media(min-width:1160px) {
  .section-works {
    margin-bottom: 130px;
  }
  .seciton-works__pickup {
    width: 1160px;
    margin: 0 auto;
  }
  .section-works__pickup-site {
    width: 100%;
    margin-bottom: 20px;
  }
  .section-works__pickup-ribbon {
    width: 285px;
    top: -37px;
    left: -52px;
  }
  .section-works h3 {
    font-size: 2.1rem;
    padding: 0 0 26px 0;
  }
  .section-works__items {
    max-width: 1160px;
    margin: 0 auto;
  }
  .section-works ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 35px;
  }
  .section-works ul li {
    width: 330px;
  }
  .section-works ul li:nth-of-type(n+4) {
    margin-top: 60px;
  }
  .section-works ul li img {
    margin-bottom: 0px;
  }
}
/*
section-profile
*/
.section-profile {
  max-width: 614px;
  margin: 0 auto;
}
.section-profile h3 {
  font-size: 2.1rem;
  padding: 0 0 13px 24px;
}
.section-profile__profile {
  margin: 0 24px 40px;
  padding: 35px 35px 30px 35px;
  border-radius: 10px;
  background-color: #cce4ffd1;
  display: flex;
}
.section-profile__img-work-name {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
.section-profile__profile-img {
  width: 70px;
  margin: 0 25px 0 0;
}
.section-profile__work {
  color: #4e81bd;
  font-size: 1.3rem;
  padding-bottom: 2px;
  letter-spacing: 0.09em;
}
.section-profile .section-profile__name {
  padding: 0;
  text-align: center;
  line-height: 1.3rem;
  color: #4e81bd;
  font-size: 1.5rem;
  letter-spacing: 0.09em;
}
.section-profile__description {
  color: #01070F;
  font-size: 1.4rem;
  font-family: "游明朝体 Medium", "Yu Mincho Medium", YuMincho Medium, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 2.1rem;
  text-align: left;
  width: 100%;
  margin-top: 30px;
}
.seciton-profile__skills h4 {
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 16px;
}
.seciton-profile__skills {
  width: 300px;
  margin: 0 auto 40px auto;
}
.seciton-profile__skills ul {
  display: flex;
  font-size: 1.3rem;
  list-style: none;
  padding-bottom: 36px;
}
.seciton-profile__skills ul li {
  display: flex;
  flex-direction: column;
  width: 100px;
  margin: 0 10px;
}
.seciton-profile__skills img {
  width: 42px;
  padding-bottom: 10px;
}
.seciton-profile__skills ul li p {
  font-size: 1.1rem;
  line-height: 0.9rem;
}
.cp_box {
  border: 1px solid #aaa;
  margin: 2px 24px 72px;
}
.cp_tab {
  margin: 0;
  display: flex;
  list-style: none;
}
.cp_tabpanel p {
  text-align: left;
  padding: 0 24px 35px;
  font-size: 1.4rem;
  color: #444;
  line-height: 2.3rem;
}
.cp_tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3);
  padding: 16px 0;
  text-align: left;
  font-weight: 600;
  color: #777;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 1.9rem;
}
.cp_tab-item:nth-child(1) {
  background-color: #DEEDFF;
}
.cp_tab-item:nth-child(2) {
  background-color: #8CC1FD;
  color: #fff;
}
.cp_tab-item:nth-child(3) {
  background-color: #3A88E1;
  color: #fff;
}
.cp_tab-item.active {
  background-color: #fff;
  border-bottom: none;
  color: #777;
}
.cp_tabpanels {
  padding-top: 20px;
}
.cp_tabpanel {
  display: none;
}
.cp_tabpanel.active {
  display: block;
}
.cp_tab .cp_tabpanel {
  padding: 60px 25px 40px 25px;
  border-top: 1px solid #bbb;
}
.cp_tabpanels img {
  width: 292px;
  margin: 30px 0 40px;
}
/*.cp_bold {
    color: #555;
    font-weight: 600;
}*/
.seciton-profile__history-list {
  margin: 11px 24px 75px 24px;
  list-style: none;
  text-align: left;
  font-size: 1.5rem;
}
.seciton-profile__history-list li {
  padding: 0 0 15px 25px;
  position: relative;
}
.seciton-profile__history-list li:last-child {
  padding-bottom: 0;
}
.seciton-profile__history-list li:before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 13px;
  height: 13px;
  background-color: #6c9bd2;
  border-radius: 50%;
}
@media(min-width:1160px) {
  .section-profile {
    max-width: 810px;
    margin: 0 auto;
  }
  .section-profile h2 {
    padding-bottom: 35px;
  }
  .section-profile h3 {
    padding: 0 0 15px 0;
  }
  .section-profile__profile {
    margin: 0 auto 45px;
    padding: 35px 60px 30px 60px;
  }
  .section-profile__img-name-work {
    margin: 0 0 22px 0px;
  }
  .section-profile__profile-img {
    width: 120px;
    margin: 0 30px 0 0;
  }
  .section-profile .section-profile__name {
    font-size: 1.7rem;
    letter-spacing: 0.17em;
  }
  .work-name-discription {
    width: calc(100% - 150px);
  }
  .section-profile__description {
    margin-top: 0;
    line-height: 2.2rem;
    letter-spacing: 0.02em;
  }
  .section-profile__work-name {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
  }
  .section-profile__work {
    margin-right: 28px;
  }
  .seciton-profile__skills h4 {
    padding-bottom: 24px;
  }
  .seciton-profile__skills {
    display: flex;
    width: 810px;
  }
  .seciton-profile__skills ul li {
    width: 116px;
  }
  .seciton-profile__skills img {
    width: 60px;
  }
  .cp_box {
    display: flex;
    margin: 5px auto 70px;
    width: 810px;
  }
  .cp_tab {
    display: block;
    width: 150px;
    text-align: left;
  }
  .cp_tab-item {
    width: 100%;
    /* height: calc(100% / 3); */
    min-height: 180px;
    writing-mode: vertical-rl;
    letter-spacing: 0.4em;
    font-size: 1.4rem;
  }
  .cp_tabpanels {
    width: calc(100% - 150px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cp_tabpanels img {
    width: 548px;
    margin: 0 auto 39px;
    display: block;
  }
  .cp_tabpanel p {
    padding: 0 140px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .seciton-profile__history-list {
    margin: 5px 0px 85px 0px;
  }
  .seciton-profile__history-list li {
    padding: 0 0 15px 26px;
  }
  .seciton-profile__history-list li:before {
    top: 0.3em;
    width: 14px;
    height: 14px;
  }
}