@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400&display=swap");
:root {
  --colorBlk: #131313;
  --colorGrn: #339D38;
  --colorGrn02: #3ddd45;
  --colorPnk: #FDEFF5;
  --colorPnk02: #ec7ea0;
  --colorYlw:#dbce1e;
  --colorReadypro: #44BBAA;
}

html {
  font-size: 62.5%;
}

a {
  color: var(--colorBlk);
  text-decoration: none;
}

body {
  font-family: "Kiwi Maru", serif;
}

#wrap {
  display: flex;
}

/*********************************
サイドバー
************************************/
.side-container {
  width: 18%;
  padding: 90px 4em 0;
  text-align: center;
  height: 100vh;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 768px) {
  .side-container {
    display: none;
  }
}
.side-container ul {
  margin-top: 64px;
  margin-bottom: 4em;
  list-style: none;
  text-align: left;
}
.side-container ul li {
  margin-bottom: 2.2em;
}
.side-container ul li a {
  font-size: 1.013024602vw;
  position: relative;
}
.side-container ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--colorYlw);
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.side-container ul li a:hover::after {
  transform: scale(1, 1);
}
.side-container .btn01 {
  background-color: var(--colorGrn);
  color: #fff;
  border: 1px solid var(--colorGrn);
  border-radius: 32px;
  padding: 0.5em 1.2em;
  display: block;
  transition: 0.3s;
  font-size: 1.013024602vw;
}
.side-container .btn01:hover {
  background-color: #fff;
  color: var(--colorGrn);
}

/*********************************
メイン
************************************/
.main-container {
  width: 82%;
}
@media screen and (max-width: 768px) {
  .main-container {
    width: 100%;
  }
}
.main-container .inner-wrap {
  width: 92%;
  background-color: #fcfcfc;
  margin: 0 auto;
  border-radius: 32px;
  box-shadow: 0 2px 10px rgba(211, 211, 211, 0.5803921569);
}

.section {
  padding: 60px 0;
  text-align: center;
}
.section h2 {
  margin-bottom: 2.598vw;
}

.bg-dot {
  background-color: #f4f0e4;
  background-image: radial-gradient(#efe7ce 12%, transparent 13%), radial-gradient(#efe7ce 12%, transparent 13%);
  background-position: 0 0, 6px 6px;
  background-size: 12px 12px;
}

#project h2 img {
  width: 14.6888567294vw;
}
@media screen and (max-width: 768px) {
  #project h2 img {
    width: 46.4vw;
  }
}
#project .ttl {
  width: 27.7858176556vw;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #project .ttl {
    width: 76.8vw;
    margin-bottom: 3.2rem;
  }
}
#project .list-nav {
  margin-bottom: 2.4em;
}
#project .list-nav picture, #project .list-nav img {
  width: 58.5383502171vw;
}

.padding-wrap {
  padding-top: 50px;
}

.chart-container {
  height: 65vh;
  width: 50.6512301013vw;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .chart-container {
    position: relative;
    width: 100%;
    height: 38vh;
  }
}
.relative {
  position: relative;
}
.relative img {
  position: absolute;
  bottom: 0;
  right: 2.35vw;
  width: 14.0376266281vw;
}
@media screen and (max-width: 768px) {
  .relative img {
    position: revert;
    width: 51.7333333333vw;
  }
}

/**************************
PROJECT TYPE 案件の種類
**************************/
#project-type {
  background-color: var(--colorPnk);
}
#project-type .inner-wrap {
  margin-bottom: 3.2vw;
}
#project-type h2 img {
  width: 24.5296671491vw;
}
@media screen and (max-width: 768px) {
  #project-type h2 img {
    width: 76vw;
  }
}

.type-block {
  padding: 50px 4vw;
}
.type-block .first, .type-block .second {
  margin-bottom: 3.2vw;
}
@media screen and (max-width: 768px) {
  .type-block .first, .type-block .second {
    margin-bottom: 6.23vw;
  }
}
.type-block .first picture, .type-block .first img {
  width: 66.9319826339vw;
}
@media screen and (max-width: 768px) {
  .type-block .first picture, .type-block .first img {
    width: 95%;
  }
}
.type-block .second picture, .type-block .second img {
  width: 54.99276411vw;
}
@media screen and (max-width: 768px) {
  .type-block .second picture, .type-block .second img {
    width: 95%;
  }
}
.type-block .third picture, .type-block .third img {
  width: 54.99276411vw;
}
@media screen and (max-width: 768px) {
  .type-block .third picture, .type-block .third img {
    width: 95%;
  }
}

/**************************
CASTS 登録モデル
**************************/
#casts h2 img {
  width: 11.5774240232vw;
}
@media screen and (max-width: 768px) {
  #casts h2 img {
    width: 46.4vw;
  }
}
#casts .ttl {
  width: 37.0477568741vw;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #casts .ttl {
    width: 68.8vw;
    margin-bottom: 3.2rem;
  }
}
#casts .list-nav picture, #casts .list-nav img {
  width: 26.4109985528vw;
}
@media screen and (max-width: 768px) {
  #casts .list-nav picture, #casts .list-nav img {
    width: 82.8985507246vw;
  }
}

#user-voices {
  background: #FDEFF5 url(../img/user-voices_bg.png) repeat center top;
}
#user-voices h2 img {
  width: 25.4703328509vw;
}
@media screen and (max-width: 768px) {
  #user-voices h2 img {
    width: 71.7333333333vw;
  }
}
#user-voices .inner-wrap {
  margin-bottom: 3.2vw;
}
#user-voices .type-block {
  padding: 50px 4vw;
}
#user-voices .type-block .first {
  margin-bottom: 3.2vw;
}
#user-voices .type-block .second picture, #user-voices .type-block .second img {
  width: 52.8943560058vw;
}
@media screen and (max-width: 768px) {
  #user-voices .type-block .second picture, #user-voices .type-block .second img {
    width: 95%;
  }
}

/**************************
WORK FLOW 仕事までの流れ
**************************/
#work-flow {
  background-color: #FAFAFA;
}
#work-flow h2 img {
  width: 23.8060781476vw;
}
@media screen and (max-width: 768px) {
  #work-flow h2 img {
    width: 67.7333333333vw;
  }
}
#work-flow picture, #work-flow img {
  width: 37.6266280753vw;
}
@media screen and (max-width: 768px) {
  #work-flow picture, #work-flow img {
    width: 80vw;
  }
}

#regist {
  background: #ec7da0;
  background: linear-gradient(135deg, #ec7da0 0%, #ff8789 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ec7da0", endColorstr="#ff8789",GradientType=1 );
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #regist {
    padding-top: 12.54vw;
  }
}
#regist .bg-img {
  width: 71.7800289436vw;
}
@media screen and (max-width: 768px) {
  #regist .bg-img {
    width: 88vw;
  }
}
#regist .btn-img {
  position: absolute;
  bottom: 0;
  left: 6.6570188133vw;
  bottom: 6vw;
  width: 25.3256150507vw;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #regist .btn-img {
    top: 57.52vw;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88vw;
  }
}
#regist .btn-img:hover {
  transform: translate(0, 5px);
}
@media screen and (max-width: 768px) {
  #regist .btn-img:hover {
    transform: revert;
  }
}

footer {
  padding: 1.6em;
  text-align: center;
}

/************************
SPmenu
****************************/
.hamburger, .globalMenuSp {
  display: none;
}

@media screen and (max-width: 768px) {
  .kv {
    margin-top: -42px;
  }
  .hamburger {
    display: block;
    position: fixed;
    position: -webkit-sticky;
    z-index: 3;
    top: 2em;
    left: calc(100vw - 6em);
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 8px;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 24px;
    height: 2px;
    left: 10px;
    background: var(--colorPnk02);
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  .hamburger.active span:nth-child(1) {
    top: 20px;
    left: 10px;
    background: #686868;
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 20px;
    background: #686868;
    transform: rotate(45deg);
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #686868;
    text-align: center;
    width: 100%;
    height: 100vh;
    opacity: 0;
    display: none;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    background: #f6f6f6 url(../img/user-voices_bg.png) repeat center top;
  }
  nav.globalMenuSp .inner {
    padding: 6.8em 2em 2em;
    height: 100vh;
    overflow: auto;
  }
  nav.globalMenuSp .btn-mypage {
    font-size: 1.4rem;
    background: #ed7da0;
    display: block;
    padding: 1.5em;
    margin-bottom: 2em;
    color: #fff;
    border-radius: 32px;
  }
  nav.globalMenuSp .item-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.8em;
    margin-bottom: 2.4em;
  }
  nav.globalMenuSp .item-wrap .item {
    width: 46%;
    padding: 1.2em 0;
    background: #f9f9f9;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(211, 211, 211, 0.5803921569);
  }
  nav.globalMenuSp .item-wrap .item a {
    font-size: 1.2rem;
  }
  nav.globalMenuSp .item-wrap .item i {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 0.4em;
  }
  nav.globalMenuSp .select-page .regist:first-child {
    margin-bottom: 1.2em;
  }
  nav.globalMenuSp .select-page .regist .ttl {
    background: var(--colorReadypro);
    color: #fff;
    font-size: 1.2rem;
    padding: 1em;
    margin-bottom: 0.8em;
  }
  nav.globalMenuSp .select-page .regist .menu {
    display: flex;
    justify-content: space-between;
  }
  nav.globalMenuSp .select-page .regist .menu li {
    width: 48%;
  }
  nav.globalMenuSp .select-page .regist .menu li a {
    display: inline-block;
    position: relative;
    width: 100%;
    font-size: 1.4rem;
    background: #daf1ee;
    color: var(--colorReadypro);
    border: 1px solid var(--colorReadypro);
  }
  nav.globalMenuSp .select-page .regist .menu li a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent var(--colorReadypro);
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -4px;
  }
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: 0.4s all;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
  }
  nav.globalMenuSp.active {
    opacity: 100;
    display: block;
  }
}