@charset "UTF-8";
/*==================================================
  business-community / service / business
==================================================*/
/*--------------------------
  size
--------------------------*/
/*--------------------------
  color
--------------------------*/
/*--------------------------
  header
--------------------------*/
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #cbcbcb;
  background-color: white;
  transition: background-color 0.3s; }
  @media screen and (max-width: 768px) {
    .header {
      display: flex;
      align-items: center;
      padding: 0; } }
  .header a {
    display: block; }
  .header .header-inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: auto;
    padding: 0 30px; }
    @media screen and (max-width: 768px) {
      .header .header-inner {
        width: 100%;
        padding: 0 calc(30 / 1080 * 100%); } }
  .header .header_logo {
    width: 226px; }
    @media screen and (max-width: 768px) {
      .header .header_logo {
        display: flex;
        align-items: center;
        width: 45%; } }
    .header .header_logo a {
      display: flex;
      width: 100%;
      height: 100%; }
  .header .application {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4; }
    .header .application a {
      color: #000; }
    .header .application small {
      font-size: 1.4rem;
      font-weight: normal; }

/*--------------------------
  wrapper
--------------------------*/
.contents-wrap {
  width: min(100%, 1522px);
  padding: 0 20px;
  margin: auto; }
  @media screen and (max-width: 568px) {
    .contents-wrap {
      padding: 0 calc(50 * (100vw / 750)); } }

/*--------------------------
  #contents
--------------------------*/
main {
  font-size: 2.4rem; }
  @media screen and (max-width: 568px) {
    main {
      font-size: 1.8rem; } }

.container {
  padding: 15px 0 100px; }
  @media screen and (max-width: 568px) {
    .container {
      padding-bottom: calc(80 * (100vw / 750)); } }
  .container + .container {
    background-position: center top; }

.index .container {
  background: url("/assets/business/service/business-community/index/img/bg-contents.png") no-repeat center top 80px; }

p {
  text-align: left; }

img {
  vertical-align: top; }

h2 {
  margin-bottom: 3rem;
  text-align: center; }
  @media screen and (max-width: 568px) {
    h2 {
      margin-bottom: calc(40 * (100vw / 750)); }
      h2 img {
        width: auto;
        height: calc(86 * (100vw / 750)); } }

.community-blue {
  color: #0080f4; }

.lead {
  font-size: 2.5rem; }
  @media screen and (max-width: 568px) {
    .lead {
      font-size: 1.8rem; } }

.highlight {
  background: linear-gradient(#ffe600, #ffe600) no-repeat;
  background-size: 100% 12px;
  /* 下線の太さ（高さ） */
  background-position: 0 100%;
  /* テキストの下端に配置 */ }

/*--------------------------
  index
--------------------------*/
.index #hero {
  padding: 435px 0 174px;
  background: url("/assets/business/service/business-community/index/img/bg-h1.png") no-repeat center top; }
  .index #hero h1 {
    overflow: hidden;
    text-indent: 100%;
    font-size: 0;
    width: 100%;
    padding-top: 159px;
    background: url("/assets/business/service/business-community/index/img/h1.png") no-repeat left center/contain; }
  @media screen and (max-width: 568px) {
    .index #hero {
      padding: calc(236 * (100vw / 750)) 0 calc(158 * (100vw / 750));
      background: url("/assets/business/service/business-community/index/img/sp-bg-h1.png") no-repeat center top/contain; }
      .index #hero h1 {
        padding-top: calc(106 * (100vw / 750));
        background: url("/assets/business/service/business-community/index/img/sp-h1.png") no-repeat center center/contain; } }

.recommended-box li {
  display: flex;
  align-items: center;
  min-height: 90px;
  padding: 0 20px 20px 70px;
  background: url("/assets/business/service/business-community/index/img/ico-hand.png") no-repeat left 5px top, url("/assets/business/service/business-community/index/img/recommend-bottom-line.png") repeat-x left bottom, url("/assets/business/service/business-community/index/img/recommend-side-line.png") no-repeat right top 20px;
  background-color: #fff; }
  @media screen and (max-width: 568px) {
    .recommended-box li {
      background-position: left 5px top, left bottom, right bottom 15px; } }
  .recommended-box li + li {
    margin-top: 20px; }

.event-container {
  padding: 116px 0 144px;
  background: url("/assets/business/service/business-community/index/img/bg-contents2.png") no-repeat center top, linear-gradient(to right, #2e0095, #00ecff); }
  @media screen and (max-width: 568px) {
    .event-container {
      padding: calc(50 * (100vw / 750)) 0 calc(55 * (100vw / 750));
      background-size: contain; } }
  .event-container .tab_menu_wrap {
    margin: 0; }
  .event-container .tab_menu {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-bottom: none; }
    @media screen and (max-width: 568px) {
      .event-container .tab_menu {
        justify-content: space-between; } }
  .event-container .tab_menu_item {
    flex-basis: min(366px, 31%);
    margin: 0 20px;
    padding: 0;
    background: #ccc;
    color: #6d6d6d;
    font-size: 4.2rem;
    line-height: 80px;
    border-radius: 12px 12px 0 0; }
    @media screen and (max-width: 568px) {
      .event-container .tab_menu_item {
        flex-basis: 32%;
        margin: 0;
        font-size: 1.8rem;
        line-height: 2.4; } }
    .event-container .tab_menu_item.isActive {
      border-bottom: 12px solid #ffbbff;
      background: #fff;
      color: #24272B; }
      @media screen and (max-width: 568px) {
        .event-container .tab_menu_item.isActive {
          border-width: 6px; } }
  .event-container .tab_content_container {
    background: #fff; }
  .event-container .tab_content {
    padding: 90px 0 150px; }
    @media screen and (max-width: 568px) {
      .event-container .tab_content {
        padding: calc(50 * (100vw / 750)) 0 calc(55 * (100vw / 750)); } }
  .event-container .tab_content_inner {
    width: min(1258px, 100%);
    margin: auto;
    padding: 0 30px; }
    .event-container .tab_content_inner section + section {
      padding-top: 140px; }
    @media screen and (max-width: 568px) {
      .event-container .tab_content_inner {
        padding: 0 calc(50 * (100vw / 750)); }
        .event-container .tab_content_inner section + section {
          padding-top: calc(80 * (100vw / 750)); } }

.partner-company {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 65px; }
  .partner-company li {
    margin: 20px; }
  @media screen and (max-width: 568px) {
    .partner-company {
      margin-top: calc(30 * (100vw / 750));
      flex-direction: column; }
      .partner-company li {
        margin: 0; }
        .partner-company li:not(:last-child) {
          margin-bottom: calc(40 * (100vw / 750)); } }

.event-info li {
  display: flex;
  position: relative;
  font-size: 1.6rem; }
  @media screen and (max-width: 568px) {
    .event-info li {
      display: block; } }
  .event-info li + li {
    margin-top: 5.2rem; }
    @media screen and (max-width: 568px) {
      .event-info li + li {
        margin-top: calc(50 * (100vw / 750)); } }
  .event-info li::before {
    display: inline-block;
    content: '募集中';
    position: absolute;
    bottom: calc(100% + 4px);
    left: 0;
    padding: 0.5rem 1.8rem;
    border: 3px solid #afa278;
    color: #afa278;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1; }
    @media screen and (max-width: 568px) {
      .event-info li::before {
        padding: calc(5 * (100vw / 750)) calc(18 * (100vw / 750));
        border-width: 2px;
        font-size: 1.5rem; } }
  .event-info li.end::before {
    display: none; }
  .event-info li.end::after {
    content: '募集は終了しました';
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -6px;
    left: -6px;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 5.2rem;
    font-weight: bold; }
  .event-info li .event-info-detail {
    flex-grow: 1; }
    .event-info li .event-info-detail .btn-event {
      margin: 0; }
  .event-info li figure {
    flex-shrink: 0;
    margin-right: 25px; }
    @media screen and (max-width: 568px) {
      .event-info li figure {
        margin: 0 0 calc(25 * (100vw / 750)); } }

.event-report {
  position: relative;
  display: flex;
  justify-content: center; }
  .event-report li {
    width: 350px;
    padding: 2.5rem 3rem 3.6rem;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
  .event-report-inner dt {
    margin-bottom: .4rem;
    text-align: center; }
  .event-report-inner figure {
    margin-bottom: 2rem; }
  .event-report .btn-event {
    min-height: 56px; }
    @media screen and (max-width: 568px) {
      .event-report .btn-event {
        min-height: calc(76 * (100vw / 750)); } }
  .event-report .coming-soon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: min(100%, 420px);
    min-height: 76px;
    margin: auto;
    padding: 1rem;
    border: 1px solid #24272B;
    font-size: 2rem;
    text-align: center; }

/*--------------------------
  btn
--------------------------*/
.btn-event {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: min(90%, 420px);
  min-height: 60px;
  margin: auto;
  padding: 1rem;
  background: #ea8003;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  transition: all .2s; }
  @media screen and (max-width: 568px) {
    .btn-event {
      width: 100%;
      min-height: calc(76 * (100vw / 750));
      font-size: 1.6rem; } }
  .btn-event:hover {
    opacity: 0.75; }
  .btn-event::after {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.2rem;
    width: 16px;
    margin: auto;
    content: '\e903';
    color: #fff;
    font-family: icomoon;
    font-size: 3rem;
    line-height: 1;
    text-indent: 0; }
  .btn-event.btn_external::after {
    right: 1.2rem;
    content: '\e911';
    font-size: 2.3rem; }

/*--------------------------
  report
--------------------------*/
.report #hero {
  padding: 206px 0 132px;
  background: url("/assets/business/service/business-community/common/img/report-bg.png") no-repeat center top; }
  .report #hero h1 {
    overflow: hidden;
    text-indent: 100%;
    font-size: 0;
    width: 100%;
    padding-top: 85px;
    background: url("/assets/business/service/business-community/common/img/report-h1.png") no-repeat center center/contain; }
  @media screen and (max-width: 568px) {
    .report #hero {
      padding: calc(138 * (100vw / 750)) 0 calc(134 * (100vw / 750));
      background: url("/assets/business/service/business-community/common/img/sp-report-bg.png") no-repeat center top/contain; }
      .report #hero h1 {
        padding-top: calc(66 * (100vw / 750)); } }

.report-heading-03 {
  position: relative;
  margin-bottom: 4rem;
  padding-left: 70px;
  border-bottom: 8px solid #0053b7;
  background: url(/assets/business/service/business-community/common/img/report-heading-03.png) no-repeat left top;
  color: #0053b7;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.4; }
  @media screen and (max-width: 568px) {
    .report-heading-03 {
      margin-bottom: calc(40 * (100vw / 750));
      padding-left: calc(66 * (100vw / 750));
      border-width: 4px;
      background-size: auto 85%;
      font-size: 2rem; } }
  .report-heading-03::after {
    content: '';
    display: block;
    position: absolute;
    right: .8rem;
    bottom: .8rem; }
    @media screen and (max-width: 568px) {
      .report-heading-03::after {
        right: calc(8 * (100vw / 750));
        bottom: calc(8 * (100vw / 750)); } }
  .report-heading-03.theme::after {
    width: 198px;
    height: 50px;
    background: url(/assets/business/service/business-community/common/img/report-theme-heading.png) no-repeat left top/contain; }
    @media screen and (max-width: 568px) {
      .report-heading-03.theme::after {
        width: calc(198 * (100vw / 750));
        height: calc(50 * (100vw / 750)); } }
  .report-heading-03.event::after {
    width: 164px;
    height: 46px;
    background: url(/assets/business/service/business-community/common/img/report-event-heading.png) no-repeat left top/contain; }
    @media screen and (max-width: 568px) {
      .report-heading-03.event::after {
        width: calc(164 * (100vw / 750));
        height: calc(46 * (100vw / 750)); } }
  .report-heading-03.voice::after {
    width: 170px;
    height: 47px;
    background: url(/assets/business/service/business-community/common/img/report-voice-heading.png) no-repeat left top/contain; }
    @media screen and (max-width: 568px) {
      .report-heading-03.voice::after {
        width: calc(170 * (100vw / 750));
        height: calc(47 * (100vw / 750)); } }

.theme-box dt {
  margin-bottom: .5rem;
  color: #0053b7;
  font-weight: bold; }
.theme-box dd + dt {
  margin-top: 3rem; }

.event-photo-wrap {
  margin-top: -70px;
  background: url(/assets/business/service/business-community/common/img/report-event-bg.png) repeat-x left top; }
  @media screen and (max-width: 568px) {
    .event-photo-wrap {
      margin-top: calc(-70 * (100vw / 750)); } }

.event-photo-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .event-photo-box li {
    flex-basis: min(31%, 432px); }
    @media screen and (min-width: 568px) {
      .event-photo-box li:nth-child(n+4) {
        margin-top: 35px; } }
    @media screen and (max-width: 568px) {
      .event-photo-box li {
        flex-basis: 48%; }
        .event-photo-box li:nth-child(n+3) {
          margin-top: calc(35 * (100vw / 750)); } }
    .event-photo-box li img {
      box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); }

.voice-box li {
  display: flex;
  border-bottom: 2px dotted #0053b7;
  padding-bottom: 2rem;
  margin-bottom: 2rem; }
  @media screen and (max-width: 568px) {
    .voice-box li {
      margin-bottom: calc(20 * (100vw / 750));
      padding-bottom: calc(20 * (100vw / 750)); } }
  .voice-box li figure {
    display: flex;
    align-items: center;
    flex-basis: 122px;
    flex-shrink: 0;
    margin-right: 3rem;
    text-align: center; }
    @media screen and (max-width: 568px) {
      .voice-box li figure {
        flex-basis: calc(106 * (100vw / 750));
        margin-right: calc(30 * (100vw / 750)); } }
  .voice-box li p {
    display: flex;
    align-items: center; }

/*--------------------------
  slick
--------------------------*/
.slick-list {
  overflow-y: visible;
  padding: 20px 0 !important;
  margin: 0 -25px; }

.slick-slide {
  margin: 0 25px; }

.btn-prev, .btn-next {
  overflow: hidden;
  text-indent: 100%;
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 25px;
  height: 40px;
  margin: auto;
  background: url("/assets/business/service/business-community/common/img/slide-arrow.png") no-repeat center center;
  cursor: pointer; }

.btn-prev {
  left: calc(50% - (350px / 2) - 10px);
  transform: translateX(-100%) rotate(180deg); }

.btn-next {
  left: calc(50% + (350px / 2) + 15px); }

/*# sourceMappingURL=common.css.map */
