/* ========================================================
 * common
 */
.hybrid_content {
  margin: 0 0 5.625rem 0;
}
.hybrid_content .top_headline {
  display: table;
  margin: 0 auto 3rem;
  font-size: 2.25rem;
  font-weight: 500;
}
@media screen and (max-width:750px) {
  .hybrid_content {
    margin: 0 0 2.5rem 0;
  }
  .hybrid_content .top_headline {
    margin: 0 auto 2.5rem;
    font-size: 1.25rem;
  }
}


/* ========================================================
 * 画像＋テキストコンテンツ
 */
.hybrid_content1 .item_list {
  margin: 4.5rem 0 0 0;
}
.hybrid_content1 .image {
  width: 50%;
  height: 25rem;
  float: left;
  position: relative;
}
.hybrid_content1 .caption {
  width: 100%;
  padding: 2.5rem 1.25rem .625rem;
  box-sizing: border-box;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
  color: #fff;
  font-size: 14px;
  line-height: 2.2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hybrid_content1 .content {
  width: 50%;
  height: 25rem;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
  float: right;
  position: relative;
}
.hybrid_content1 .content_inner {
  padding: 0 2.5rem;
  font-size: 1rem;
  line-height: 2.2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hybrid_content1 .item .catch {
  margin-top: -.25rem;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.6;
}
.hybrid_content1 .item .desc {
  margin: .625rem 0 0 0;
  font-size: 1rem;
  line-height: 2.2;
}
.hybrid_content1 .layout_type2 .image {
  float: right;
}
.hybrid_content1 .layout_type2 .content {
  border-left: 1px solid #ddd;
  float: left;
}
.hybrid_content1 .item:first-of-type .content {
  border-top: 1px solid #ddd;
}
.hybrid_content1 .item:last-of-type .content {
  border-bottom: 1px solid #ddd;
}
.hybrid_content1 .item:only-of-type .content {
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
}
@media screen and (max-width:950px) {
  .hybrid_content1 {
    margin: 0 0 3.125rem 0;
  }
  .hybrid_content1 .item_list {
    margin: 2.625rem 0 0 0;
  }
}
@media screen and (max-width:750px) {
  .hybrid_content1 .item_list {
    margin: 2rem 0 0 0;
  }
  .hybrid_content1 .image {
    width: 100%;
    height: 15.625rem;
    float: none !important;
  }
  .hybrid_content1 .content {
    width: 100%;
    height: auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    float: none !important;  
  }
  .hybrid_content1 .item:last-of-type .content {
    border-bottom: 1px solid #ddd;
  }
  .hybrid_content1 .content_inner {
    padding: 2.25rem 2.125rem 1.875rem;
    position: relative;
    top: 0;
    transform: none;
  }
}


/* ========================================================
 * アクセスマップ
 */
.hybrid_content2 .access_google_map {
  width: 100%;
  height: 31.25rem;
}
.hybrid_content2 .access_google_map .pb_googlemap_embed {
  width: 100%;
  height: 31.25rem;
}
.hybrid_content2 .access_google_map .pb_googlemap_custom-overlay-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.125rem !important;
  height: 6.125rem !important;
  border-radius: 50%;
  font-size: 1.125rem;
  text-align: center;
  position: absolute;
  top: -5.25rem;
  left: -3.125rem;
}
.hybrid_content2 .access_google_map .pb_googlemap_custom-overlay-inner::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 1rem .3125rem 0 .3125rem;
  border-style: solid;
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
}
.hybrid_content2 .map_link_button {
  margin: 3.75rem 0 0;
  text-align: center;
  position: relative;
  z-index: 10;
}
.hybrid_content2 .map_link_button a {
  display: inline-block;
  min-width: 17.5rem;
  height: 3.75rem;
  padding: 0 1.25rem;
  border: 1px solid #ddd;
  font-size: 1rem;
  line-height: 3.75rem;
  box-sizing: border-box;
}
.hybrid_content2 .info_area {
  margin-top: 3.75rem;
  padding: 2.5rem;
  background: #f5f5f5;
}
.hybrid_content2 .address_area {
  display: block;
}
.hybrid_content2 .address_area .item {
  flex: 1 1 0%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 3.125rem 3.75rem;
  background: #fff;
  position: relative;
}
.hybrid_content2 .address_area .item:first-of-type {
  margin: 0 0 2.5rem;
}
.hybrid_content2 .address_area .item:only-of-type {
  margin:0 !important;
}
.hybrid_content2 .address_area .item_inner {
  width: 100%;
}
.hybrid_content2 .address_area .post_content {
  width: 100%;
  font-size: .875rem;
}
.hybrid_content2 .sub_item:nth-child(2) {
  margin-top: 3.75rem;
}
.hybrid_content2 .contact {
  text-align: center;
}
.hybrid_content2 .contact .headline {
  color: #00a8c8;
  font-size: 1rem;
  font-weight: 600;
}
.hybrid_content2 .contact .link_button {
  margin: 1rem 0 0;
  position: relative;
  z-index: 10;
}
.hybrid_content2 .contact .link_button a {
  display: inline-block;
  min-width: 17.5rem;
  height: 3.75rem;
  padding: 0 1.25rem;
  font-size: 1rem;
  line-height: 3.75rem;
  box-sizing: border-box;
}
.hybrid_content2 .tel {
  text-align: center;
}
.hybrid_content2 .tel .headline {
  color: #00a8c8;
  font-size: 1rem;
  font-weight: 600;
}
.hybrid_content2 .tel_number {
  margin: .625rem 0 0;
  font-size: 1.75rem;
  font-weight: 500;
  position:relative;
}
.hybrid_content2 .tel_desc {
  margin: .625rem 0 0 0;
  font-size: .875rem;
  line-height: 1.5;
}
.hybrid_content2 .tel_number .icon:before {
  content: '\e90b';
  font-family: "footer_bar";
  font-size: 1.375rem;
  position: relative;
  top: 0;
  left: -7px;
}
.hybrid_content2 .service_list {
  margin: 3.75rem 0 0 0;
  text-align: center;
}
.hybrid_content2 .service_list .headline {
  color: #00a5c5;
  font-size: 1rem;
  font-weight: 600;
}
.hybrid_content2 .service_list ul {
  margin-top: .9375rem;
  font-size: 0;
}
.hybrid_content2 .service_list li {
  display: inline-block;
  font-size: .875rem;
  line-height: 2;
}
.hybrid_content2 .service_list li:after {
  content: "・";
  margin: 0 0 0 .125rem;
}
.hybrid_content2 .service_list li:last-of-type:after {
  display: none;
}
.hybrid_content2 .logo_area {
  margin: 3.375rem 0 0 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.hybrid_content2 .logo_area .logo {
  padding: 0;
  font-weight: 500;
  line-height: 1;
}
.hybrid_content2 .logo_area img {
  display: block;
  margin: 0 auto;
  transition: opacity .35s ease-in-out;
}
.hybrid_content2 .logo_area img:hover {
  opacity: .5;
}
.hybrid_content2 .logo_area .pc_logo_text {
  display: block;
}
.hybrid_content2 .logo_area .mobile_logo_image,
.hybrid_content2 .logo_area .mobile_logo_text {
  display: none;
}
.hybrid_content2 .bottom_address {
  margin: 1.5rem 0 -.3125rem 0;
  font-size: .875rem;
  line-height: 2;
  text-align: center;
  position: relative;
  z-index: 20;
}
@media screen and (max-width:750px) {
  .hybrid_content2 {
    margin: 0;
  }
  .hybrid_content2 .access_google_map {
    height: 25rem;
  }
  .hybrid_content2 .access_google_map .pb_googlemap_embed {
    height: 25rem;
  }
  .hybrid_content2 .access_google_map .pb_googlemap_custom-overlay-inner {
    width: 5rem !important;
    height: 5rem !important;
    top: -3.75rem;
    left: -2.5rem;
  }
  .hybrid_content2 .access_google_map .pb_googlemap_custom-overlay-inner::after {
    border-width: .625rem .3125rem 0 .3125rem;
    bottom: -.625rem;
  }
  .hybrid_content2 .map_link_button {
    margin: 2.5rem 0 0 0;
  }
  .hybrid_content2 .map_link_button a {
    min-width: 15rem;
    height: 3.125rem;
    padding: 0 1.25rem;
    font-size: .875rem;
    line-height: 3.125rem;
  }
  .hybrid_content2 .info_area {
    margin: 2.5rem -1.25rem 0;
    padding: 2.5rem 1.25rem;
  }
  .hybrid_content2 .address_area .item:first-of-type {
    margin: 0 0 1.25rem 0;
  }
  .hybrid_content2 .address_area .item {
    display: block;
    padding: 1.5rem 1.875rem;
  }
  .hybrid_content2 .sub_item:nth-child(2) {
    margin: 2.5rem 0 0 0;
  }
  .hybrid_content2 .sub_item:only-of-type {
    margin: .3125rem 0 0 0;
  }
  .hybrid_content2 .contact .link_button a {
    min-width: 15rem;
    height: 3.125rem;
    padding: 0 1.25rem;
    font-size: .875rem;
    line-height: 3.125rem;
  }
  .hybrid_content2 .service_list {
    margin: 2.5rem 0 0 0;
  }
  .hybrid_content2 .logo_area {
    margin: 2.125rem 0 0 0;
  }
  .hybrid_content2 .logo_area .pc_logo_image {
    display: none;
  }
  .hybrid_content2 .logo_area .pc_logo_text {
    display: none;
  }
  .hybrid_content2 .logo_area .mobile_logo_image {
    display: block;
  }
  .hybrid_content2 .logo_area .mobile_logo_text {
    display: block;
  }
  .hybrid_content2 .logo_area .mobile_logo_image {
    margin: 0 auto;
  }
}
@media screen and (max-width:550px) {
  .hybrid_content2 .access_google_map {
    height: 20rem;
  }
  .hybrid_content2 .access_google_map .pb_googlemap_embed {
    height: 20rem;
  }
}


/* ========================================================
 * フリースペース
 */
.hybrid_content3 {
  margin: 0;
  padding: 0;
  position: relative;
}
.hybrid_content3.type2 {
  left: 50%;
  transform: translateX(-50%);
}


/* ========================================================
 * 代表メンバーコンテンツ
 */
.hybrid_content4 .main_image {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 25rem;
  position: relative;
}
.hybrid_content4 .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.hybrid_content4 .catch {
  padding: 0;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  z-index: 10;
}
.hybrid_content4 .catch.type2 {
  writing-mode: vertical-rl;
  padding: 3.125rem 0;
  text-align: left;
}
.hybrid_content4 .user_info {
  padding: 6.125rem 6.125rem .0625rem;
  background: #f5f5f5;
}
.hybrid_content4 .post_content {
  font-size: 1rem;
}
.hybrid_content4 .message {
  margin: 0 0 3.125rem;
}
.hybrid_content4 .name_area {
  margin: 0 0 6rem 0;
  text-align: center;
}
.hybrid_content4 .category {
  margin: 0 0 1rem;
  font-size: .875rem;
}
.hybrid_content4 .name {
  font-size: 1.375rem;
}
.hybrid_content4 .sub_title {
  margin: 1rem 0 0;
  font-size: .875rem;
  color: #666;
}
.hybrid_content4 .prof {
  margin: 0 0 5.625rem;
}
@media screen and (max-width: 950px) {
  .hybrid_content4 .main_image {
    height: 21.875rem;
  }
  .hybrid_content4 .user_info {
    padding: 3.125rem 3.125rem .0625rem;
  }
  .hybrid_content4 .name_area {
    margin: 0 0 3rem;
    text-align: center;
  }
  .hybrid_content4 .prof {
    margin: 0 0 2.5rem;
  }
}
@media screen and (max-width: 750px) {
  .hybrid_content4 .main_image {
    height: 12.5rem;
  }
  .hybrid_content4 .catch.type2 {
    padding: 1.5rem 0;
  }
  .hybrid_content4 {
    margin: 0 -1.25rem 2.5rem;
  }
  .hybrid_content4 .user_info {
    padding: 2rem 1.25rem .0625rem;
  }
  .hybrid_content4 .message {
    margin: 0 0 2rem;
  }
  .hybrid_content4 .name_area {
    margin: 0 0 2.25rem;
  }
  .hybrid_content4 .prof {
    margin: 0 0 1.875rem;
  }
}


/* ========================================================
 * ユーザー一覧
 */
.hybrid_content5 .item {
  margin: 0 0 3.125rem;
  position: relative;
}
.hybrid_content5 .item:last-of-type {
  margin: 0;
}
.hybrid_content5 .image {
  width: 25rem;
  height: 25rem;
  float: left;
  position: relative;
}
.hybrid_content5 .content {
  width: calc(100% - 25rem);
  height: 25rem;
  box-sizing: border-box;
  float: right;
  position: relative;
}
.hybrid_content5 .content_inner {
  padding: .75rem 2.5rem 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hybrid_content5 .name_area {
  margin: 0 0 3.125rem;
}
.hybrid_content5 .category {
  display: inline-block;
  min-width: 7.5rem;
  height: 2.1875rem;
  margin: 0 0 1.25rem;
  background: #fff;
  border: 1px solid #01a7ce;
  box-sizing: border-box;
  color: #00a7ce;
  font-size: .875rem;
  line-height: 2.1875rem;
  text-align: center;
}
.hybrid_content5 .name {
  margin: 0;
  font-size: 1.375rem;
  position: relative;
}
.hybrid_content5 .sub_title {
  margin: 0 0 0 1.25rem;
  color: #666;
  font-size: .875rem;
  font-weight: 500;
  position: relative;
  top: -.125rem;
}
.hybrid_content5 .post_content {
  font-size: 1rem;
}
.hybrid_content5 .item_list.layout_type2 .image {
  width: 18.75rem;
  height: 18.75rem;
}
.hybrid_content5 .item_list.layout_type2 .content {
  width: calc(100% - 18.75rem);
  height: 18.75rem;
}
.hybrid_content5 .item_list.layout_type2 .category {
  margin: 0 1.25rem 0 0;
  float: left;
}
.hybrid_content5 .item_list.layout_type2 .name {
  top: .375rem;
}
@media screen and (max-width:950px) {
  .hybrid_content5 .image {
    width: 18.75rem;
    height: 18.75rem;
  }
  .hybrid_content5 .content {
    width: calc(100% - 18.75rem);
    height: 18.75rem;
  }
  .hybrid_content5 .name_area {
    margin: 0 0 1.25rem;
  }
  .hybrid_content5 .category {
    min-width: 6.125rem;
    height: 1.875rem;
    font-size: .75rem;
    line-height: 1.875rem;
  }
  .hybrid_content5 .item_list.layout_type2 .image {
    width: 12.5rem;
    height: 12.5rem;
  }
  .hybrid_content5 .item_list.layout_type2 .content {
    width: calc(100% - 12.5rem);
    height: 12.5rem;
  }
  .hybrid_content5 .item_list.layout_type2 .content_inner {
    padding: .75rem 1.5rem 0;
  }
}
@media screen and (max-width:750px) {
  .hybrid_content5 .item {
    margin: 0 0 1.25rem;
    padding: 1.875rem;
  }
  .hybrid_content5 .image {
    width: 100%;
    height: 16.25rem;
    margin: 0 auto;
    float: none;
  }
  .hybrid_content5 .content {
    width: auto;
    height: auto;
    float: none;
  }
  .hybrid_content5 .content_inner {
    padding: 1.875rem 0 0;
    position: relative;
    top: 0;
    transform: none;
  }
  .hybrid_content5 .category {
    margin: 0 0 1rem 0;
  }
  .hybrid_content5 .item_list.layout_type2 .item {
    padding: 0;
  }
  .hybrid_content5 .item_list.layout_type2 .image {
    width: 10rem;
    height: 10rem;
    float: left;
  }
  .hybrid_content5 .item_list.layout_type2 .name_area {
    width: calc(100% - 10rem);
    margin: 0;
    padding: 2.25rem 1.25rem;
    box-sizing: border-box;
    float: right;
  }
  .hybrid_content5 .item_list.layout_type2 .name {
    top: 0;
  }
  .hybrid_content5 .item_list.layout_type2 .name span {
    display: block;
    margin: 1rem 0 0;
  }
  .hybrid_content5 .item_list.layout_type2 .category {
    margin: 0;
    float: none;
  }
  .hybrid_content5 .item_list.layout_type2 .content {
    width: 100%;
    height: auto;
  }
  .hybrid_content5 .item_list.layout_type2 .content_inner {
    padding: 0;
  }
  .hybrid_content5 .item_list.layout_type2 .post_content {
    padding: 1.375rem 1.875rem;
    clear: both;
  }
}
