.home .first_view {
  background-color: #fec72e;
}
.home .first_view .inner {
  padding-top: 5.20833333%;
  padding-bottom: 5.20833333%;
  width: calc(1600 / 1920 * 100%);
  position: relative;
}
@media screen and (max-width: 1023px) {
  .home .first_view .inner {
    width: 100%;
    padding-top: 4.88758553%;
    padding-bottom: 9.77517107%;
  }
}
.home .first_view .logo {
  width: 175px;
  position: absolute;
  top: 0;
  right: -118px;
}
@media screen and (max-width: 1365px) {
  .home .first_view .logo {
    width: calc(.65 * 175px);
    right: -40px;
  }
}
@media screen and (max-width: 1023px) {
  .home .first_view .logo {
    display: none;
  }
}
.home .first_view .business_name {
  width: 19.73684211%;
  margin: 80px auto 0;
  margin-top: 5.26315789%;
}
@media screen and (max-width: 1023px) {
  .home .first_view .business_name {
    width: 42.41781548%;
    margin-top: 7.82013685%;
  }
}
.home .first_view .box_number {
  width: 120px;
  border: solid 4px #463933;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1365px) {
  .home .first_view .box_number {
    transform: scale(0.8);
    transform-origin: bottom;
  }
}
@media screen and (max-width: 1023px) {
  .home .first_view .box_number {
    bottom: -13px;
  }
}
@media screen and (max-width: 767px) {
  .home .first_view .box_number {
    bottom: -26px;
    transform: scale(0.6);
  }
}
.home .first_view .box_number.box_entry {
  left: 40px;
  left: 12%;
}
@media screen and (max-width: 1023px) {
  .home .first_view .box_number.box_entry {
    left: 0;
    transform-origin: left;
  }
}
.home .first_view .box_number.box_entry .title {
  flex-direction: column;
}
.home .first_view .box_number.box_project {
  right: 40px;
  right: 12%;
}
@media screen and (max-width: 1023px) {
  .home .first_view .box_number.box_project {
    right: 0;
    transform-origin: right;
  }
}
.home .first_view .box_number .title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  height: 40px;
  padding-bottom: 5px;
  background-color: #463933;
}
.home .first_view .box_number .title span {
  display: inline-block;
}
.home .first_view .box_number .title small {
  font-size: 11px;
}
.home .first_view .box_number .number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ed5151;
  font-family: 'ZCOOL QingKe HuangYou', cursive;
  font-size: 50px;
  height: 80px;
  background-color: #fff;
}
.home .first_view .box_number .number span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: 10px;
}
.home .first_view img {
  display: block;
  margin: 0 auto;
}
.home .info {
  padding: 100px 0;
}
@media screen and (max-width: 1023px) {
  .home .info {
    padding: 50px 0;
  }
}
.home .info .list {
  margin-bottom: 7.84313725%;
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  .home .info .list {
    padding: 0;
  }
}
.home .info .list .list_item {
  margin-bottom: 10px;
  background-color: #f6f5f0;
}
.home .info .list .list_item:last-child {
  margin-bottom: 0;
}
.home .info .list .list_item a {
  display: flex;
  min-height: 50px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .home .info .list .list_item a {
    flex-direction: column;
  }
}
.home .info .list .list_item a .date {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  min-height: 100%;
  color: #fff;
  font-weight: 600;
  background-color: #ed5151;
}
@media screen and (max-width: 767px) {
  .home .info .list .list_item a .date {
    padding: 5px;
  }
}
.home .info .list .list_item a .txt {
  display: flex;
  align-items: center;
  color: #463933;
  font-weight: 500;
  padding: 15px;
  line-height: 1.3;
}
.home .info .more .btn {
  font-size: 1.375em;
  padding: 20px;
}
.home .menu {
  background-color: #fec72e;
  padding: 100px 0;
}
@media screen and (max-width: 1023px) {
  .home .menu {
    padding: 50px 0;
  }
}
.home .menu .list {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}
@media screen and (max-width: 767px) {
  .home .menu .list {
    flex-direction: column;
  }
}
.home .menu .list .list_item {
  box-sizing: border-box;
  flex-basis: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .home .menu .list .list_item {
    margin-bottom: 20px;
  }
}
.home .menu .list .list_item.item01 {
  flex-basis: 37.5%;
}
.home .menu .list .list_item.item02 {
  flex-basis: 37.5%;
}
.home .menu .list .list_item.item02 a span::after {
  transform: rotate(-90deg);
}
.home .menu .list .list_item.item03 {
  flex-basis: 25%;
}
@media screen and (max-width: 767px) {
  .home .menu .list .list_item:last-child {
    margin-bottom: 0;
  }
}
.home .menu .list .list_item a {
  background: #fff;
  border: 6px solid #eb7323;
  color: #463933;
  font-weight: 900;
  font-size: 1.3125em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  height: 100px;
}
@media screen and (max-width: 1023px) {
  .home .menu .list .list_item a {
    line-height: 1.25;
  }
}
@media screen and (max-width: 767px) {
  .home .menu .list .list_item a {
    line-height: 1;
  }
}
.home .menu .list .list_item a:hover {
  background-color: #eb7323;
  opacity: 1;
  color: #fff;
}
.home .menu .list .list_item a:hover span::after {
  border-color: #fff;
}
.home .menu .list .list_item a span {
  position: relative;
}
.home .menu .list .list_item a span::after {
  content: '';
  background: url(../images/common/icon/icon-arrow.png) 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 0 0 20px;
  width: 18.3px;
  height: 13.2px;
}
.home .menu .list .list_item a span br {
  display: none;
}
@media screen and (max-width: 1023px) {
  .home .menu .list .list_item a span br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .home .menu .list .list_item a span br {
    display: none;
  }
}
.home .about {
  background-color: #f6f5f0;
  padding-top: 75px;
}
@media screen and (max-width: 374px) {
  .home .about .section_title.type01 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 374px) {
  .home .about .section_title.type01 span {
    letter-spacing: 0.05em;
  }
}
.home .about .section_title.type01 span:nth-of-type(1) {
  display: block;
}
@media screen and (max-width: 767px) {
  .home .about .section_title.type01 span:nth-of-type(1) {
    display: inline-block;
  }
}
.home .about .section_title.type02 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .home .about .section_title.type02 {
    margin-bottom: 30px;
  }
}
.home .about .section_description {
  color: #000;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.72222222;
  text-align: center;
}
.home .about .section.section01 {
  margin: 0 auto 5.88235294%;
}
@media screen and (max-width: 767px) {
  .home .about .section.section01 {
    margin-bottom: 0;
    max-width: 100%;
    width: 414px;
  }
}
.home .about .section.section01 .section_title {
  margin-bottom: 40px;
}
.home .about .section.section01 .section_description {
  color: #463933;
  font-weight: 500;
  font-size: 0.875em;
  line-height: 1.71428571;
  text-align: center;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .home .about .section.section01 .section_description {
    font-size: 0.875em;
    line-height: 2.28571429;
    text-align: left;
    margin-bottom: 30px;
  }
}
.home .about .section.section01 .section_description .dl {
  font-weight: 700;
  font-size: 1.125em;
}
.home .about .section.section01 .section_description .dl dd {
  display: flex;
  justify-content: center;
  line-height: 1.5;
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: 1.125em;
}
.home .about .section.section01 .professional {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .home .about .section.section01 .professional {
    margin: 0 -20px;
  }
}
.home .about .section.section01 .professional img {
  width: 100%;
}
.home .about .section.section02 {
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .home .about .section.section02 {
    margin: 0 auto;
  }
}
.home .about .section.section02 .inner {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1366px) {
  .home .about .section.section02 .inner {
    padding-top: 5.85651537%;
    padding-bottom: 8.78477306%;
  }
}
@media screen and (max-width: 767px) {
  .home .about .section.section02 .inner {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 374px) {
  .home .about .section.section02 .inner {
    padding-top: 10.66666667%;
    padding-bottom: 21.33333333%;
  }
}
.home .about .section.section02 .figure {
  margin: 50px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home .about .section.section02 .figure {
    margin: 20px -20px 0;
  }
}
@media screen and (max-width: 767px) {
  .home .about .section.section02 .figure img {
    margin: 0 auto;
    width: 414px;
  }
}
.home .about .section.section02 .figure .link {
  position: absolute;
  background-color: #ffffff;
  opacity: 0;
}
.home .about .section.section02 .figure .link:hover {
  opacity: 0.5;
}
.home .about .section.section02 .figure .link.link-slillshift {
  width: calc(441 / 2042 * 100%);
  height: calc(68 / 2116 * 100%);
  left: calc(844 / 2042 * 100%);
  top: calc(1150 / 2116 * 100%);
}
@media screen and (max-width: 767px) {
  .home .about .section.section02 .figure .link.link-slillshift {
    width: 255px;
    height: 36px;
    left: 50%;
    top: 1313px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 414px) {
  .home .about .section.section02 .figure .link.link-slillshift {
    width: calc(438 / 750 * 100%);
    height: calc(66 / 3312 * 100%);
    left: calc(152 / 750 * 100%);
    top: calc(2350 / 3312 * 100%);
    transform: translateX(0);
  }
}
.home .about .section.section02 .figure .link.link-bizgrouth {
  width: calc(370 / 2042 * 100%);
  height: calc(63 / 2116 * 100%);
  left: calc(1108 / 2042 * 100%);
  top: calc(1117 / 2116 * 100%);
}
@media screen and (max-width: 767px) {
  .home .about .section.section02 .figure .link.link-bizgrouth {
    width: 241px;
    height: 36px;
    left: 50%;
    top: 1306px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 414px) {
  .home .about .section.section02 .figure .link.link-bizgrouth {
    width: calc(438 / 750 * 100%);
    height: calc(66 / 3312 * 100%);
    left: calc(152 / 750 * 100%);
    top: calc(2367 / 3312 * 100%);
    transform: translateX(0);
  }
}
.home .about .more {
  background-color: #fff;
}
.home .about .more .inner {
  padding-bottom: 4.39238653%;
}
@media screen and (min-width: 1366px) {
  .home .about .more .inner {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .home .about .more .inner {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 374px) {
  .home .about .more .inner {
    padding-bottom: 10.90909091%;
  }
}
.home .user_voice {
  background-color: #FEC72E;
}
.home .user_voice .inner {
  padding-top: 5.85651537%;
  padding-bottom: 5.85651537%;
}
@media screen and (min-width: 1366px) {
  .home .user_voice .inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .home .user_voice .inner {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.home .user_voice .inner.open {
  padding-bottom: 120px;
}
.home .user_voice .section_title {
  background-color: #fff;
  margin-bottom: 0;
}
.home .user_voice .user_voice_list {
  margin: 8.82352941% 0 0;
  padding: 4.90196078% 0 0;
}
@media screen and (max-width: 767px) {
  .home .user_voice .user_voice_list {
    margin-top: 70px;
    padding-top: 43px;
  }
}
@media screen and (max-width: 374px) {
  .home .user_voice .user_voice_list {
    margin-top: 20.89552239%;
    padding-top: 13.4375%;
  }
}
.home .user_voice .user_voice_list .item {
  background-color: #fff;
  border: 5px solid #463933;
  box-sizing: border-box;
  padding: 4.90196078%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home .user_voice .user_voice_list .item {
    display: flex;
    flex-direction: column;
    padding: 25px 25px;
  }
}
@media screen and (max-width: 374px) {
  .home .user_voice .user_voice_list .item {
    padding: 7.46268657% 7.46268657%;
  }
}
.home .user_voice .user_voice_list .item + .item {
  margin-top: 11.76470588%;
}
@media screen and (max-width: 767px) {
  .home .user_voice .user_voice_list .item + .item {
    margin-top: 100px;
  }
}
.home .user_voice .user_voice_list .item:nth-of-type(odd) .thumb {
  float: left;
  margin-right: 4.3956044%;
}
@media screen and (max-width: 767px) {
  .home .user_voice .user_voice_list .item:nth-of-type(odd) .thumb {
    float: none;
    margin-right: 0;
  }
}
.home .user_voice .user_voice_list .item:nth-of-type(odd) .label {
  margin-left: 53.16831683%;
}
@media screen and (max-width: 767px) {
  .home .user_voice .user_voice_list .item:nth-of-type(odd) .label {
    margin-left: auto;
  }
}
.home .user_voice .user_voice_list .item:nth-of-type(odd) .title {
  margin-left: 59.01098901%;
}
@media screen and (max-width: 767px) {
  .home .user_voice .user_voice_list .item:nth-of-type(odd) .title {
    margin-left: 0;
  }
}
.home .user_voice .user_voice_list .item:nth-of-type(even) .thumb {
  float: right;
  margin-left: 4.3956044%;
}
@media screen and (max-width: 767px) {
  .home .user_voice .user_voice_list .item:nth-of-type(even) .thumb {
    float: none;
    margin-left: 0;
  }
}
.home .user_voice .user_voice_list .item:nth-of-type(even) .label {
  margin-right: 53.16831683%;
}
@media screen and (max-width: 767px) {
  .home .user_voice .user_voice_list .item:nth-of-type(even) .label {
    margin-right: auto;
  }
}
.home .user_voice .user_voice_list .item:nth-of-type(even) .title {
  margin-right: 59.01098901%;
}
@media screen and (max-width: 767px) {
  .home .user_voice .user_voice_list .item:nth-of-type(even) .title {
    margin-right: 0;
  }
}
.home .user_voice .user_voice_list .item .label {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-align: center;
  overflow: hidden;
  padding-top: 4.72527473%;
  padding-left: 37.92079208%;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 100%;
}
@media screen and (max-width: 767px) {
  .home .user_voice .user_voice_list .item .label {
    background-size: contain;
    margin: 0 auto;
    padding-top: 43px;
    padding-left: 260px;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 374px) {
  .home .user_voice .user_voice_list .item .label {
    padding-top: 13.87096774%;
    padding-left: 83.87096774%;
  }
}
.home .user_voice .user_voice_list .item .thumb {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -10.98901099% 0 30px;
  padding-top: 33.91304348%;
  width: 54.61538462%;
}
@media screen and (max-width: 767px) {
  .home .user_voice .user_voice_list .item .thumb {
    order: 4;
    margin: 20px 0 0;
    padding-top: 76.36363636%;
    width: 100%;
  }
}
.home .user_voice .user_voice_list .item .title {
  border-bottom: 1px solid #333;
  color: #333;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .home .user_voice .user_voice_list .item .title {
    order: 1;
  }
}
.home .user_voice .user_voice_list .item .category {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .home .user_voice .user_voice_list .item .category {
    order: 2;
  }
}
.home .user_voice .user_voice_list .item .category .category_item {
  background-color: #ccc;
  border-radius: 3px;
  color: #463933;
  font-weight: 500;
  font-size: 0.875em;
  line-height: 1.57142857;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .home .user_voice .user_voice_list .item .category .category_item {
    margin: 0 10px 10px 0;
  }
}
.home .user_voice .user_voice_list .item .industry {
  color: #463933;
  font-weight: 500;
  font-size: 0.875em;
  line-height: 1.71428571;
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .home .user_voice .user_voice_list .item .industry {
    order: 3;
    margin-top: 0;
  }
}
.home .user_voice .user_voice_list .item .theme {
  background-color: #FBE66C;
  border-radius: 3px;
  color: #463933;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.88888889;
  align-items: center;
  clear: both;
  margin: 30px 0 0;
  padding: 25px 30px;
}
@media screen and (max-width: 767px) {
  .home .user_voice .user_voice_list .item .theme {
    order: 5;
    display: block;
    margin-top: 0;
    padding: 20px;
  }
}
.home .user_voice .user_voice_list .item .theme .dt {
  border-radius: 3px;
  border: 1px solid #463933;
  font-size: 1.11111111em;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  margin: 0 30px 0 0;
  padding: 18px 10px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  .home .user_voice .user_voice_list .item .theme .dt {
    margin: 0 0 10px;
    width: 100%;
  }
}
.home .user_voice .user_voice_list .item .theme .dd ul {
  list-style: disc;
  padding-left: calc(30 / 16 * 1rem);
}
.home .user_voice .user_voice_list .item .theme .dd ul li {
  margin-bottom: calc(14 / 16 * 1rem);
  line-height: 1.45;
}
.home .user_voice .user_voice_list .item .theme .dd ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .home .user_voice .user_voice_list .item .theme .dd ul li br {
    display: none;
  }
}
.home .user_voice .user_voice_list .item .comment {
  margin: 20px 0 0;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .home .user_voice .user_voice_list .item .comment {
    order: 6;
    display: block;
    margin-top: 30px;
    padding: 0;
  }
}
.home .user_voice .user_voice_list .item .comment .dt {
  border: 1px solid #463933;
  border-radius: 50%;
  color: #463933;
  font-weight: 700;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 130px;
  height: 130px;
}
@media screen and (max-width: 767px) {
  .home .user_voice .user_voice_list .item .comment .dt {
    margin: 0 auto;
  }
}
.home .user_voice .user_voice_list .item .comment .dd {
  color: #463933;
  font-size: 1.125em;
  line-height: 2;
  margin: 0 0 0 4.70588235%;
}
@media screen and (max-width: 767px) {
  .home .user_voice .user_voice_list .item .comment .dd {
    line-height: 1.88888889;
    margin: 20px 0 0;
  }
}
.home .project {
  background-color: #f6f5f0;
}
@media screen and (max-width: 567px) {
  .home .project .section_title.type01 {
    margin-bottom: 80px;
  }
}
.home .project .inner {
  padding-top: 5.85651537%;
  padding-bottom: 5.85651537%;
  position: relative;
}
@media screen and (min-width: 1366px) {
  .home .project .inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .home .project .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.home .project .box_number {
  width: 120px;
  border: solid 4px #463933;
  position: absolute;
  top: 80px;
}
@media screen and (max-width: 1023px) {
  .home .project .box_number {
    transform: scale(0.8);
    top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .home .project .box_number {
    transform: scale(0.6);
  }
}
@media screen and (max-width: 567px) {
  .home .project .box_number {
    top: 100px;
  }
}
.home .project .box_number.box_entry {
  left: 40px;
}
@media screen and (max-width: 1023px) {
  .home .project .box_number.box_entry {
    transform-origin: left;
  }
}
@media screen and (max-width: 567px) {
  .home .project .box_number.box_entry {
    left: 20px;
  }
}
.home .project .box_number.box_entry .title {
  flex-direction: column;
}
.home .project .box_number.box_project {
  right: 40px;
}
@media screen and (max-width: 1023px) {
  .home .project .box_number.box_project {
    transform-origin: right;
  }
}
@media screen and (max-width: 567px) {
  .home .project .box_number.box_project {
    right: 20px;
  }
}
.home .project .box_number .title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  height: 40px;
  padding-bottom: 5px;
  background-color: #463933;
}
.home .project .box_number .title small {
  font-size: 11px;
}
.home .project .box_number .number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'ZCOOL QingKe HuangYou', cursive;
  font-size: 50px;
  height: 80px;
  background-color: #ed5151;
}
.home .project .box_number .number span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: 10px;
}
.home .project .section_title.type01 span {
  display: block;
}
.home .project .project_list {
  flex-wrap: wrap;
  margin-left: -3.92156863%;
}
@media screen and (max-width: 767px) {
  .home .project .project_list {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 375px;
  }
}
.home .project .project_list .item {
  margin: 4.71698113% 0 0 3.77358491%;
  width: 46.22641509%;
}
@media screen and (max-width: 767px) {
  .home .project .project_list .item {
    margin: 30px 0 0 0;
    width: auto;
  }
}
.home .project .project_list .item:nth-of-type(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .home .project .project_list .item:nth-of-type(-n+2) {
    margin-top: 30px;
  }
}
.home .project .project_list .item.end .thumb::after {
  content: '募集終了';
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.home .project .project_list .item.achievement .thumb::after,
.home .project .project_list .item.underSelection .thumb::after {
  content: '';
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.home .project .project_list .item a {
  display: block;
}
.home .project .project_list .item .item_header {
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  padding: 16px 20px 10px;
}
.home .project .project_list .item .wrapper {
  flex: 1 1 auto;
  flex-wrap: wrap-reverse;
  flex-wrap: wrap;
  margin: 0;
}
.home .project .project_list .item .category {
  background-color: #eee;
  border-radius: 3px;
  color: #333;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.57142857;
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
}
.home .project .project_list .item .industry {
  background-color: #333;
  border-radius: 3px;
  color: #fff;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.57142857;
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
}
.home .project .project_list .item .area {
  background-color: #eb7323;
  border-radius: 3px;
  color: #fff;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.57142857;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.home .project .project_list .item .project_num {
  border-radius: 3px;
  border: solid 1px #555;
  color: #555;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.57142857;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.home .project .project_list .item .category,
.home .project .project_list .item .industry,
.home .project .project_list .item .area,
.home .project .project_list .item .project_num {
  margin-bottom: 10px;
  box-sizing: border-box;
}
.home .project .project_list .item .company_name {
  flex-basis: 100%;
  color: #333;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.75;
  margin: 0;
}
.home .project .project_list .item .title {
  color: #333;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.41666667;
  font-feature-settings: "palt";
  align-items: center;
  overflow: hidden;
}
.home .project .project_list .item .thumb {
  background-size: cover;
  padding-top: 55.10204082%;
  position: relative;
}
.home .project .project_list .item .remote {
  background-color: #ffda2f;
  border-radius: 3px;
  color: #463933;
  font-weight: 900;
  font-size: 0.875em;
  line-height: 2.5;
  text-align: center;
  box-sizing: border-box;
  padding: 0 10px;
  width: 130px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.home .project .project_list .item .entry_num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 35px;
  background-color: #ed5151;
  border-radius: 3px;
  color: #fff;
  font-weight: 900;
  font-size: 1.5625em;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1;
}
.home .project .project_list .item .entry_num span {
  font-size: 0.56em;
  position: relative;
  top: 4px;
}
.home .project .project_list .item .comment {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 60px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  bottom: 0;
  background: #000;
  padding: 10px 15px;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .home .project .project_list .item .comment {
    min-height: 50px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .home .project .project_list .item .comment {
    min-height: 50px;
    padding: 5px 10px;
    font-size: 12px;
  }
}
.home .project .project_list .item .img_achievement {
  position: absolute;
  width: 300px;
  width: calc(300 / 490 * 100%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.home .project .project_list .item .img_underSelection {
  position: absolute;
  width: 225px;
  width: calc(225 / 490 * 100%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.home .project .more {
  background-color: #fff;
  margin: 7.84313725% auto 0;
  max-width: 100%;
  width: 420px;
}
@media screen and (max-width: 767px) {
  .home .project .more {
    margin-top: 40px;
    width: 375px;
  }
}
.home .project .btn {
  font-size: 1.375em;
  padding: 23px 20px;
}
@media screen and (max-width: 767px) {
  .home .project .btn {
    font-size: 1.3125em;
  }
}
@media screen and (max-width: 374px) {
  .home .project .btn {
    font-size: 5.6vw;
  }
}
.home .project .btn::after {
  margin: 0 0 0 20px;
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 767px) {
  .home .project .btn::after {
    width: 24px;
    height: 24px;
  }
}
.home .section03 .more {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: -3.92156863%;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .home .section03 .more {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 375px;
  }
}
.home .section03 .more a {
  margin: 4.71698113% 0 0 3.77358491%;
  width: 46.22641509%;
}
@media screen and (max-width: 767px) {
  .home .section03 .more a {
    margin: 30px 0 0 0;
    width: auto;
  }
}
.home .section03 .caution_statement {
  color: #ed5151;
  font-size: 18px;
  text-align: center;
  padding: 1rem;
  background-color: #eeeeee;
  margin-bottom: 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .home .section03 .caution_statement {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 375px;
    padding: 0.5rem;
    margin-bottom: 1rem;
  }
}
/*固定バナー*/
.home {
  position: relative;
}
.home .box_side_fixed_pc {
  position: sticky;
  bottom: -74px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .home .box_side_fixed_pc {
    display: none!important;
  }
}
.home .box_side_fixed_pc .box_inner {
  width: 280px;
  position: absolute;
  right: 20px;
  bottom: 84px;
}
.home .box_side_fixed_pc .box_btn {
  position: relative;
  margin-bottom: 20px;
}
.home .box_side_fixed_pc .box_btn:last-child {
  margin-bottom: 0;
}
.home .box_side_fixed_pc .box_btn a {
  display: block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.home .box_side_fixed_pc .box_btn .close {
  width: 25px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: -12.5px;
  right: -12.5px;
}
.home .btn_tours_sp {
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  height: 3.4rem;
  color: #fff;
  font-size: 1.25rem;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.25;
  background-color: #463933;
  box-sizing: border-box;
}
.home .btn_tours_sp span {
  display: inline-block;
}
.home .btn_tours_sp:hover {
  opacity: 1;
}
.home .btn_tours_sp.tours {
  left: 0;
  background-color: #19bb9e;
  font-feature-settings: "palt";
  background-color: #3ba434;
  color: #fff;
}
.home .btn_tours_sp.probono {
  left: 50%;
  background-color: #fc554c;
}
.home .btn_tours_sp.seminar {
  left: 66.66666%;
  background-color: #eb661a;
}
.home .box_tours_sp_wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .home .box_tours_sp_wrap {
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
  }
}
footer {
  position: relative;
}
footer .inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  footer .inner {
    padding-bottom: 100px;
  }
}
.box_side_fixed_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .box_side_fixed_sp {
    display: block;
    position: fixed;
    transform: translateX(-50%);
    left: 50%;
    bottom: 20px;
    z-index: 10000;
    width: 90%;
    max-width: 315px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 300px) {
  .box_side_fixed_sp {
    max-width: unset;
  }
}
.box_side_fixed_sp .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
}
/* 一時的に固定バナーを非表示 */
.home .box_chat {
  display: block;
  width: 72px;
  position: fixed;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10000;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 767px) {
  .home .box_chat {
    display: none;
  }
}
.home .box_chat a {
  display: block;
}
.home .box_chat .close {
  display: block;
  width: 20px;
  position: fixed;
  top: 1.5%;
  right: 0px;
  z-index: 20000;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/*固定バナー*/
.home {
  position: relative;
}
.home .box_tours {
  display: none;
}
@media screen and (max-width: 767px) {
  .home .box_tours {
    display: block;
    padding-top: 30px;
  }
}
.home .box_tours .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.home .box_tours .row .col {
  flex-wrap: wrap;
  flex-basis: 33.3333%;
  flex-basis: 50%;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.home .box_tours a {
  display: block;
}
.home .box_tours a img {
  width: 100%;
}
footer {
  position: relative;
}
footer .inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  footer .inner {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .home .info {
    padding-top: 30px;
  }
}
/*250207追加 オンライントークイベント用バナーclose*/
.home .box_side_fixed_pc .box_btn .close {
  width: 22px;
  top: 0;
  right: 0;
  box-shadow: none;
}
.home .box_chat .close {
  top: 5%;
}
