@charset "UTF-8";
/*--------------------------------------------------------------
# 変数
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# ミックスイン
--------------------------------------------------------------*/
@font-face {
  font-family: 'Gill Sans Light';
  src: url(/assets/fonts/gillsans-light.ttf) format("truetype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 300;
  font-style: normal;
  src: url(/assets/NotoSansJP/NotoSansJP-Light.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-style: normal;
  src: url(/assets/NotoSansJP/NotoSansJP-Regular.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 500;
  font-style: normal;
  src: url(/assets/NotoSansJP/NotoSansJP-Medium.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 600;
  font-style: normal;
  src: url(/assets/NotoSansJP/NotoSansJP-SemiBold.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  font-style: normal;
  src: url(/assets/NotoSansJP/NotoSansJP-Bold.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'LINE Seed JP';
  font-weight: 400;
  font-style: normal;
  src: url(/assets/LINE/LINESeedJP_OTF_Rg.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: 'LINE Seed JP';
  font-weight: 700;
  font-style: normal;
  src: url(/assets/LINE/LINESeedJP_OTF_Bd.woff2) format("woff2");
}

/*--------------------------------------------------------------
# 基本設定
--------------------------------------------------------------*/
/* line 6, app/assets/stylesheets/module/_base.scss */
* {
  box-sizing: border-box;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

/* line 12, app/assets/stylesheets/module/_base.scss */
*::before,
*::after {
  box-sizing: border-box;
}

/* line 17, app/assets/stylesheets/module/_base.scss */
html {
  font-size: 62.5%;
}

/* line 21, app/assets/stylesheets/module/_base.scss */
body {
  margin: 0;
  padding: 90px 0 0 0;
  overflow-x: hidden;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  word-break: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 897px) {
  /* line 21, app/assets/stylesheets/module/_base.scss */
  body {
    font-size: 4.267vw;
    padding: 0;
  }
}

/* line 36, app/assets/stylesheets/module/_base.scss */
body.home-store, body.home-store_lp {
  padding: 0;
}

/* line 41, app/assets/stylesheets/module/_base.scss */
body.home-lp7, body.home-lp7_1, body.home-lp7_2, body.home-lp10, body.home-lp10_1, body.home-lp11 {
  min-height: 100vh;
  background-image: linear-gradient(90deg, rgba(185, 139, 188, 0.2), rgba(185, 225, 247, 0.2)), url(/assets/chat/chat_background-0fa75705c1f96641ddc8b7235e62e505892b00df59ae3ba5d417ca5b114f98ed.png);
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed;
}

@media screen and (max-width: 897px) {
  /* line 41, app/assets/stylesheets/module/_base.scss */
  body.home-lp7, body.home-lp7_1, body.home-lp7_2, body.home-lp10, body.home-lp10_1, body.home-lp11 {
    background-size: contain, contain;
    background-repeat: no-repeat, repeat-y;
  }
}

/* line 59, app/assets/stylesheets/module/_base.scss */
body.home-lp7_1, body.home-lp10_1 {
  background-image: linear-gradient(90deg, rgba(185, 139, 188, 0.2), rgba(185, 225, 247, 0.2)), url(/assets/chat/chat_background-2-6ca7c39b1453710c30388f869aefd83a5738986804320d833e0512305c250787.jpg);
}

/* line 64, app/assets/stylesheets/module/_base.scss */
body.home-thanks {
  background-color: linear-gradient(90deg, #b98bbc, #b9e1f7);
}

/* line 69, app/assets/stylesheets/module/_base.scss */
a {
  text-decoration: none;
}

/* line 73, app/assets/stylesheets/module/_base.scss */
img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  border: none;
  transition: opacity .2s;
}

/* line 83, app/assets/stylesheets/module/_base.scss */
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #f4e7ff;
}

/* line 89, app/assets/stylesheets/module/_base.scss */
body.article .wrapper, body.store .wrapper {
  background: #fafafa;
}

/* line 95, app/assets/stylesheets/module/_base.scss */
p > em {
  font-style: normal;
  font-weight: bold;
}

/* line 100, app/assets/stylesheets/module/_base.scss */
#content {
  min-height: calc(100vh - 380px);
}

/* line 103, app/assets/stylesheets/module/_base.scss */
#content.fixed {
  padding-top: 50px;
}

/* line 108, app/assets/stylesheets/module/_base.scss */
.container {
  width: 1000px;
  margin: 0 auto;
}

/* line 112, app/assets/stylesheets/module/_base.scss */
.companies-index .container {
  max-width: 1240px;
  width: 100%;
}

/* line 117, app/assets/stylesheets/module/_base.scss */
.companies-show .container {
  max-width: 720px;
  width: 100%;
}

@media screen and (max-width: 897px) {
  /* line 122, app/assets/stylesheets/module/_base.scss */
  .column .container {
    padding: 5vw 5vw 0;
  }
}

@media screen and (max-width: 897px) {
  /* line 108, app/assets/stylesheets/module/_base.scss */
  .container {
    width: 100%;
    padding: 0 5vw;
  }
}

/* line 135, app/assets/stylesheets/module/_base.scss */
.breadcrumb {
  min-height: 50px;
  margin: 0 auto;
  padding: 0;
  color: #27272a;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 897px) {
  /* line 135, app/assets/stylesheets/module/_base.scss */
  .breadcrumb {
    padding: 1em 0;
    font-size: 3.5vw;
  }
}

/* line 149, app/assets/stylesheets/module/_base.scss */
.breadcrumb a {
  color: #337ab7;
  font-weight: bold;
  text-decoration: underline;
  margin-right: 0.3em;
}

@media screen and (min-width: 1025px) {
  /* line 149, app/assets/stylesheets/module/_base.scss */
  .breadcrumb a {
    cursor: pointer;
    transition: 0.5s opacity;
  }
  /* line 47, app/assets/stylesheets/_mixin.scss */
  .breadcrumb a:hover {
    opacity: 0.7;
  }
  /* line 50, app/assets/stylesheets/_mixin.scss */
  .breadcrumb a:hover img {
    opacity: 1;
  }
}

/* line 156, app/assets/stylesheets/module/_base.scss */
.breadcrumb a:not(:first-child) {
  margin-left: 0.3em;
}

/* line 161, app/assets/stylesheets/module/_base.scss */
.breadcrumb .current {
  margin-left: 0.3em;
}

/* line 165, app/assets/stylesheets/module/_base.scss */
.companies-index .breadcrumb, .columns-index .breadcrumb, .columns-show .breadcrumb, .columns-category .breadcrumb {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  height: 64px;
}

/* line 173, app/assets/stylesheets/module/_base.scss */
.companies-index .breadcrumb a, .columns-index .breadcrumb a, .columns-show .breadcrumb a, .columns-category .breadcrumb a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
}

/* line 178, app/assets/stylesheets/module/_base.scss */
.companies-index .breadcrumb a:hover, .columns-index .breadcrumb a:hover, .columns-show .breadcrumb a:hover, .columns-category .breadcrumb a:hover {
  text-decoration: underline;
}

/* line 183, app/assets/stylesheets/module/_base.scss */
.companies-index .breadcrumb .current, .columns-index .breadcrumb .current, .columns-show .breadcrumb .current, .columns-category .breadcrumb .current {
  color: #BB8DBE;
  font-weight: bold;
}

/* line 192, app/assets/stylesheets/module/_base.scss */
.companies-index #main {
  background: #f2f2f2;
  padding: 50px 0;
}

@media screen and (max-width: 897px) {
  /* line 198, app/assets/stylesheets/module/_base.scss */
  .view--pc {
    display: none !important;
  }
}

@media screen and (min-width: 897px) {
  /* line 204, app/assets/stylesheets/module/_base.scss */
  .view--sp {
    display: none !important;
  }
}

/* line 1, app/assets/stylesheets/module/_header.scss */
.header {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: none;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  height: 90px;
  position: fixed;
  z-index: 82;
  top: 0;
  background: none;
}

@media screen and (max-width: 897px) {
  /* line 1, app/assets/stylesheets/module/_header.scss */
  .header {
    width: 100vw;
    height: 20vw;
    position: relative;
  }
}

/* line 21, app/assets/stylesheets/module/_header.scss */
.home-lp7 .header, .home-lp7_1 .header, .home-lp7_2 .header, .home-lp10 .header, .home-lp10_1 .header, .home-lp11 .header {
  position: fixed;
  background-image: linear-gradient(90deg, rgba(185, 139, 188, 0.2), rgba(185, 225, 247, 0.2)), url(/assets/chat/chat_background-0fa75705c1f96641ddc8b7235e62e505892b00df59ae3ba5d417ca5b114f98ed.png), linear-gradient(90deg, white, white);
  background-size: cover, repeat, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

@media screen and (max-width: 897px) {
  /* line 21, app/assets/stylesheets/module/_header.scss */
  .home-lp7 .header, .home-lp7_1 .header, .home-lp7_2 .header, .home-lp10 .header, .home-lp10_1 .header, .home-lp11 .header {
    background-size: contain, cover, contain;
    background-repeat: no-repeat, no-repeat, no-repeat;
  }
}

/* line 39, app/assets/stylesheets/module/_header.scss */
.home-lp7_1 .header, .home-lp10_1 .header {
  background-image: linear-gradient(90deg, rgba(185, 139, 188, 0.2), rgba(185, 225, 247, 0.2)), url(/assets/chat/chat_background-2-6ca7c39b1453710c30388f869aefd83a5738986804320d833e0512305c250787.jpg), linear-gradient(90deg, white, white);
}

/* line 44, app/assets/stylesheets/module/_header.scss */
.header .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  width: 100%;
  max-width: 1240px;
}

@media screen and (max-width: 897px) {
  /* line 44, app/assets/stylesheets/module/_header.scss */
  .header .header__inner {
    width: 100vw;
    height: auto;
  }
}

/* line 58, app/assets/stylesheets/module/_header.scss */
.companies-index .header, .companies-show .header, .columns-index .header, .columns-show .header, .columns-category .header {
  background: #BB8DBE;
}

/* line 66, app/assets/stylesheets/module/_header.scss */
.header.header-top {
  background-color: none;
}

/* line 70, app/assets/stylesheets/module/_header.scss */
.header__logo-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin: 1em 0;
  padding: 0 5%;
}

@media screen and (max-width: 897px) {
  /* line 70, app/assets/stylesheets/module/_header.scss */
  .header__logo-menu {
    justify-content: space-between;
    margin: 3.5vw 0;
    padding: 0;
  }
}

/* line 87, app/assets/stylesheets/module/_header.scss */
.header__logo-area img {
  height: 4.5rem;
  width: auto;
}

@media screen and (max-width: 897px) {
  /* line 87, app/assets/stylesheets/module/_header.scss */
  .header__logo-area img {
    height: 7.5vw;
    margin-left: 4vw;
  }
}

/* line 98, app/assets/stylesheets/module/_header.scss */
.header__lp-logo-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 1em 0;
  padding: 0 5%;
}

@media screen and (max-width: 897px) {
  /* line 98, app/assets/stylesheets/module/_header.scss */
  .header__lp-logo-menu {
    margin: 3.5vw 0;
    padding: 0;
  }
}

/* line 113, app/assets/stylesheets/module/_header.scss */
.header__lp-logo-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 897px) {
  /* line 113, app/assets/stylesheets/module/_header.scss */
  .header__lp-logo-area {
    width: 100vw;
    padding: 3vw 0;
  }
}

/* line 124, app/assets/stylesheets/module/_header.scss */
.header__lp-logo-area--logo {
  height: 4.5rem;
  width: auto;
}

@media screen and (max-width: 897px) {
  /* line 124, app/assets/stylesheets/module/_header.scss */
  .header__lp-logo-area--logo {
    height: 7.5vw;
    margin-left: 4vw;
  }
}

/* line 134, app/assets/stylesheets/module/_header.scss */
.header__lp-logo-area--recommendation-img {
  height: 80px;
  width: auto;
}

@media screen and (max-width: 897px) {
  /* line 134, app/assets/stylesheets/module/_header.scss */
  .header__lp-logo-area--recommendation-img {
    height: 17vw;
    margin-right: 4vw;
  }
}

/* line 145, app/assets/stylesheets/module/_header.scss */
.header__nav {
  display: flex;
  align-items: center;
}

/* line 151, app/assets/stylesheets/module/_header.scss */
.header__nav-btn {
  position: relative;
  background-color: #BB8DBE;
  font-size: 2rem;
  color: #fff;
  padding: 2px 2em 2px 1em;
  border-radius: 100px;
  cursor: pointer;
}

@media screen and (max-width: 897px) {
  /* line 151, app/assets/stylesheets/module/_header.scss */
  .header__nav-btn {
    font-size: 3.2vw;
    margin-right: 4vw;
  }
}

/* line 165, app/assets/stylesheets/module/_header.scss */
.header__nav-btn::before {
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translate(-50%, -50%);
  width: 0.7em;
  height: 0.7em;
  content: "";
  background: url(/assets/top/link_arrow-a7809efa5892053820c2b880989947693c2a09cb8872993496ae65d8966d065f.svg) no-repeat;
}

/* line 176, app/assets/stylesheets/module/_header.scss */
.header__nav-btn:hover {
  opacity: 0.7;
}

/* line 184, app/assets/stylesheets/module/_header.scss */
.header-company__logo {
  width: 150px;
}

@media screen and (max-width: 897px) {
  /* line 184, app/assets/stylesheets/module/_header.scss */
  .header-company__logo {
    width: 30vw;
    margin-left: 1em;
  }
}

/* line 195, app/assets/stylesheets/module/_header.scss */
.call {
  display: none;
}

@media screen and (max-width: 897px) {
  /* line 195, app/assets/stylesheets/module/_header.scss */
  .call {
    display: block;
    margin-right: 70px;
    position: fixed;
    top: 10px;
    right: 0;
  }
}

/* line 206, app/assets/stylesheets/module/_header.scss */
.call__icon {
  height: 55px;
  width: auto;
  filter: drop-shadow(0px 0px 4px rgba(46, 130, 153, 0.1));
}

/* line 213, app/assets/stylesheets/module/_header.scss */
.header-nav {
  background: #BB8DBE;
}

/* line 216, app/assets/stylesheets/module/_header.scss */
.header-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  margin-bottom: 50px;
}

/* line 225, app/assets/stylesheets/module/_header.scss */
.header-nav__list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 0;
  padding: 6px 0;
  list-style: none;
}

@media screen and (max-width: 897px) {
  /* line 225, app/assets/stylesheets/module/_header.scss */
  .header-nav__list {
    margin: 0 -5vw;
    padding: 1vw 0;
  }
}

/* line 239, app/assets/stylesheets/module/_header.scss */
.header-nav__side {
  display: flex;
  justify-content: right;
  align-items: center;
  width: 100%;
  min-width: 620px;
}

@media screen and (max-width: 897px) {
  /* line 239, app/assets/stylesheets/module/_header.scss */
  .header-nav__side {
    display: none;
  }
}

/* line 251, app/assets/stylesheets/module/_header.scss */
.header-nav__side-menu {
  display: flex;
  padding: 0;
}

/* line 256, app/assets/stylesheets/module/_header.scss */
.header-nav__side-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1em;
  font-size: 1.4rem;
}

/* line 264, app/assets/stylesheets/module/_header.scss */
.header-nav__side-link {
  color: #bb8dbe;
  font-weight: bold;
  transition: .5s;
}

/* line 269, app/assets/stylesheets/module/_header.scss */
.companies-index .header-nav__side-link, .companies-show .header-nav__side-link, .columns-index .header-nav__side-link, .columns-show .header-nav__side-link, .columns-category .header-nav__side-link {
  color: #fff;
}

/* line 273, app/assets/stylesheets/module/_header.scss */
.header-top .header-nav__side-link {
  color: #fff;
}

/* line 277, app/assets/stylesheets/module/_header.scss */
.header-nav__side-link:hover {
  opacity: 0.5;
}

/* line 282, app/assets/stylesheets/module/_header.scss */
.header-nav__side-img {
  width: 280px;
}

/* line 286, app/assets/stylesheets/module/_header.scss */
.header-nav__side-btn {
  color: #fff;
  background-color: #F54E6E;
  font-weight: bold;
  margin: 0;
  height: fit-content;
  padding: 13px 35px;
  border-radius: 30px;
  transition: .5s;
  font-size: 1.4rem;
  white-space: nowrap;
}

/* line 298, app/assets/stylesheets/module/_header.scss */
.companies-index .header-nav__side-btn, .companies-show .header-nav__side-btn, .columns-index .header-nav__side-btn, .columns-show .header-nav__side-btn, .columns-category .header-nav__side-btn {
  background-color: #53d023;
}

/* line 306, app/assets/stylesheets/module/_header.scss */
.header-nav__side-btn:hover {
  opacity: 0.8;
  transition: .5s;
}

/* line 312, app/assets/stylesheets/module/_header.scss */
.header-nav .menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 0 5px;
  font-size: 1.4rem;
  text-align: center;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 897px) {
  /* line 312, app/assets/stylesheets/module/_header.scss */
  .header-nav .menu-item {
    padding: 0 1.2vw;
    font-size: 4vw;
  }
}

/* line 327, app/assets/stylesheets/module/_header.scss */
.header-nav .menu-item:first-child {
  border-left: 1px solid #fff;
}

@media screen and (max-width: 897px) {
  /* line 327, app/assets/stylesheets/module/_header.scss */
  .header-nav .menu-item:first-child {
    border-left: none;
  }
}

@media screen and (max-width: 897px) {
  /* line 335, app/assets/stylesheets/module/_header.scss */
  .header-nav .menu-item:last-child {
    border-right: none;
  }
}

/* line 341, app/assets/stylesheets/module/_header.scss */
.header-nav .menu-item a {
  flex: 1;
  padding: 7px 0;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.5s;
}

@media screen and (min-width: 1025px) {
  /* line 352, app/assets/stylesheets/module/_header.scss */
  .header-nav .menu-item a:hover {
    color: #BB8DBE;
    background: #fff;
  }
}

@media screen and (max-width: 897px) {
  /* line 359, app/assets/stylesheets/module/_header.scss */
  .header-nav .menu-item.menu-2line a {
    line-height: 1;
  }
}

/* line 366, app/assets/stylesheets/module/_header.scss */
.header-nav .menu-item.conversion a {
  color: #fff;
  background-color: #BB8DBE;
}

@media screen and (min-width: 1025px) {
  /* line 372, app/assets/stylesheets/module/_header.scss */
  .header-nav .menu-item.conversion a:hover {
    color: #BB8DBE;
    background: #fff;
  }
}

/* line 381, app/assets/stylesheets/module/_header.scss */
.header__ttl {
  font-size: 1.8rem;
  color: #fafafa;
}

/* line 386, app/assets/stylesheets/module/_header.scss */
.header-btn {
  display: flex;
  align-items: center;
  padding: 0.5em 1em;
  color: #333;
  font-weight: bold;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid;
  border-radius: 3px;
}

@media screen and (min-width: 1025px) {
  /* line 386, app/assets/stylesheets/module/_header.scss */
  .header-btn {
    cursor: pointer;
    transition: 0.5s opacity;
  }
  /* line 47, app/assets/stylesheets/_mixin.scss */
  .header-btn:hover {
    opacity: 0.7;
  }
  /* line 50, app/assets/stylesheets/_mixin.scss */
  .header-btn:hover img {
    opacity: 1;
  }
}

@media screen and (max-width: 897px) {
  /* line 386, app/assets/stylesheets/module/_header.scss */
  .header-btn {
    font-size: 3vw;
  }
}

/* line 402, app/assets/stylesheets/module/_header.scss */
.header-btn img {
  width: 17px;
  margin-right: 10px;
}

@media screen and (max-width: 897px) {
  /* line 402, app/assets/stylesheets/module/_header.scss */
  .header-btn img {
    width: 3vw;
    margin-right: 1vw;
  }
}

/* line 413, app/assets/stylesheets/module/_header.scss */
.openbtn {
  display: none;
}

@media screen and (max-width: 897px) {
  /* line 413, app/assets/stylesheets/module/_header.scss */
  .openbtn {
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    background: white;
    filter: drop-shadow(0px 0px 4px rgba(46, 130, 153, 0.1));
    cursor: pointer;
    width: 55px;
    height: 55px;
    border-radius: 10px;
    z-index: 68;
  }
  /* line 429, app/assets/stylesheets/module/_header.scss */
  .openbtn span {
    display: inline-block;
    transition: all 1s;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    border-radius: 2px;
    background: #78b8ea;
    width: 18px;
  }
  /* line 441, app/assets/stylesheets/module/_header.scss */
  .openbtn span:nth-of-type(1) {
    top: 22px;
  }
  /* line 445, app/assets/stylesheets/module/_header.scss */
  .openbtn span:nth-of-type(2) {
    top: 27px;
  }
  /* line 449, app/assets/stylesheets/module/_header.scss */
  .openbtn span:nth-of-type(3) {
    top: 32px;
  }
  /* line 454, app/assets/stylesheets/module/_header.scss */
  .openbtn.active {
    background-color: Wfff;
  }
  /* line 457, app/assets/stylesheets/module/_header.scss */
  .openbtn.active span {
    background: #BB8DBE;
  }
  /* line 461, app/assets/stylesheets/module/_header.scss */
  .openbtn.active span:nth-of-type(1) {
    top: 20px;
    left: 0px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
    height: 3px;
  }
  /* line 469, app/assets/stylesheets/module/_header.scss */
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  /* line 473, app/assets/stylesheets/module/_header.scss */
  .openbtn.active span:nth-of-type(3) {
    top: 32px;
    left: 2px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
    height: 3px;
  }
}

/* line 487, app/assets/stylesheets/module/_header.scss */
.header-sp {
  display: none;
}

@media screen and (max-width: 897px) {
  /* line 487, app/assets/stylesheets/module/_header.scss */
  .header-sp {
    width: 100vw;
    position: fixed;
    inset: 0;
    margin: auto;
    z-index: 67;
    overflow: hidden;
    background-color: #BB8DBE;
  }
  /* line 509, app/assets/stylesheets/module/_header.scss */
  .header-sp__logo {
    width: 120px;
    object-fit: scale-down;
    margin: 20px 0 60px 20px;
  }
  /* line 515, app/assets/stylesheets/module/_header.scss */
  .header-sp__wave {
    position: relative;
  }
  /* line 519, app/assets/stylesheets/module/_header.scss */
  .header-sp__bubble {
    position: absolute;
    top: 6%;
    right: 22%;
    width: 55px;
    object-fit: scale-down;
  }
  /* line 527, app/assets/stylesheets/module/_header.scss */
  .header-sp__hand {
    position: absolute;
    top: 12.5%;
    left: 11%;
    width: 80px;
    object-fit: scale-down;
  }
  /* line 535, app/assets/stylesheets/module/_header.scss */
  .header-sp .nav-wrapper {
    margin-top: 15vh;
  }
  /* line 543, app/assets/stylesheets/module/_header.scss */
  .header-sp .nav__links {
    display: flex;
    flex-flow: column;
    width: 60%;
    margin: 0 auto 2em;
  }
  /* line 550, app/assets/stylesheets/module/_header.scss */
  .header-sp .nav__link {
    color: white;
    font-weight: 700;
    font-size: 5vw;
    text-align: center;
    margin-bottom: 1.5em;
  }
  /* line 558, app/assets/stylesheets/module/_header.scss */
  .header-sp .nav__link-btn {
    background-color: #f54e6e;
    text-align: center;
    margin: 30px auto 0 auto;
    font-size: 1.6rem;
    border-radius: 20px;
    padding: 5px 0;
    display: block;
    width: 60%;
  }
  /* line 569, app/assets/stylesheets/module/_header.scss */
  .header-sp .nav__link-company {
    text-align: center;
    margin: 30px auto 0 auto;
    font-size: 1.6rem;
    border: solid 1px white;
    border-radius: 20px;
    padding: 5px 0;
    display: block;
    width: 70%;
  }
  /* line 580, app/assets/stylesheets/module/_header.scss */
  .header-sp .nav__links-foot {
    position: absolute;
    bottom: 5vh;
    right: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 0;
    width: fit-content;
    margin: 35px auto 0 auto;
    font-size: 1.2rem;
  }
  /* line 593, app/assets/stylesheets/module/_header.scss */
  .header-sp .nav__link-foot {
    color: white;
    font-size: 1em;
    font-weight: bold;
  }
}

/* line 1, app/assets/stylesheets/module/_footer.scss */
.footer {
  background: linear-gradient(90deg, #A9E1F7, #BEA4D8);
  text-align: center;
  padding-top: 5rem;
  width: 100vw;
}

@media screen and (max-width: 897px) {
  /* line 1, app/assets/stylesheets/module/_footer.scss */
  .footer {
    padding: 7vw 0 0;
  }
}

/* line 11, app/assets/stylesheets/module/_footer.scss */
.footer__sub-ttl {
  margin-bottom: 1px;
  font-size: 1.5rem;
}

@media screen and (max-width: 897px) {
  /* line 11, app/assets/stylesheets/module/_footer.scss */
  .footer__sub-ttl {
    font-size: 3.5vw;
  }
}

/* line 21, app/assets/stylesheets/module/_footer.scss */
.footer__logo img {
  height: 6rem;
}

@media screen and (max-width: 897px) {
  /* line 21, app/assets/stylesheets/module/_footer.scss */
  .footer__logo img {
    width: 50%;
  }
}

/* line 30, app/assets/stylesheets/module/_footer.scss */
.footer__logo {
  text-align: center;
  overflow: hidden;
}

/* line 34, app/assets/stylesheets/module/_footer.scss */
.footer__logo .footer__logo-box {
  width: 280px;
  max-width: 50%;
  margin: 0 auto;
  position: relative;
}

/* line 40, app/assets/stylesheets/module/_footer.scss */
.footer__logo .footer__logo-box .footer_logo {
  width: 100%;
}

/* line 44, app/assets/stylesheets/module/_footer.scss */
.footer__logo .footer__logo-box .footer_p_mark {
  position: absolute;
  bottom: 0;
  right: -4rem;
  width: 6rem;
  height: 6rem;
}

@media screen and (max-width: 897px) {
  /* line 44, app/assets/stylesheets/module/_footer.scss */
  .footer__logo .footer__logo-box .footer_p_mark {
    right: -7rem;
  }
}

/* line 59, app/assets/stylesheets/module/_footer.scss */
.footer__nav {
  display: flex;
  justify-content: center;
  margin: 35px;
}

@media screen and (max-width: 897px) {
  /* line 59, app/assets/stylesheets/module/_footer.scss */
  .footer__nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0;
    list-style: none;
    border-top: 1px solid #000;
    margin: 10vw 0;
    padding-left: 0;
  }
}

/* line 75, app/assets/stylesheets/module/_footer.scss */
.footer__item:first-child {
  margin: 0;
}

/* line 79, app/assets/stylesheets/module/_footer.scss */
.footer__item {
  margin-left: 2em;
}

@media screen and (max-width: 897px) {
  /* line 79, app/assets/stylesheets/module/_footer.scss */
  .footer__item {
    width: 50%;
    margin-left: 0;
    height: 53px;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
}

/* line 92, app/assets/stylesheets/module/_footer.scss */
.footer__link {
  color: #000;
  font-size: 1.3rem;
}

@media screen and (max-width: 897px) {
  /* line 92, app/assets/stylesheets/module/_footer.scss */
  .footer__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.2vw;
    background: #fff;
    border-bottom: 1px solid #000;
    height: 100%;
  }
  /* line 106, app/assets/stylesheets/module/_footer.scss */
  .footer__link:nth-child(odd) {
    border-right: 1px solid #000;
  }
  /* line 110, app/assets/stylesheets/module/_footer.scss */
  .footer__link::after {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.8em;
    height: 0.8em;
    display: block;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg) translateY(-50%);
    content: "";
  }
}

/* line 124, app/assets/stylesheets/module/_footer.scss */
.footer__link:hover {
  text-decoration: underline;
}

/* line 129, app/assets/stylesheets/module/_footer.scss */
.footer__copy {
  margin-bottom: 5px;
}

/* line 136, app/assets/stylesheets/module/_footer.scss */
.popup {
  position: fixed;
  z-index: 67;
  right: 3vw;
  bottom: 3vh;
  display: none;
  max-width: 320px;
}

@media screen and (max-width: 480px) {
  /* line 136, app/assets/stylesheets/module/_footer.scss */
  .popup {
    position: fixed;
    z-index: 67;
    right: 0;
    bottom: 0;
    display: none;
    max-width: 100%;
  }
}

/* line 153, app/assets/stylesheets/module/_footer.scss */
.popup__close {
  position: absolute;
  top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: none;
  background: transparent;
}

/* line 167, app/assets/stylesheets/module/_footer.scss */
.popup img {
  border: 3px solid #fff;
}

@media screen and (max-width: 480px) {
  /* line 167, app/assets/stylesheets/module/_footer.scss */
  .popup img {
    border: none;
  }
}

/* line 177, app/assets/stylesheets/module/_footer.scss */
.chat-popup {
  position: fixed;
  z-index: 67;
  right: 3vw;
  bottom: 3vh;
  display: none;
  max-width: 320px;
}

@media screen and (max-width: 480px) {
  /* line 177, app/assets/stylesheets/module/_footer.scss */
  .chat-popup {
    position: fixed;
    z-index: 67;
    right: 0;
    bottom: 0;
    display: none;
    max-width: 100%;
  }
}

/* line 194, app/assets/stylesheets/module/_footer.scss */
.chat-popup__close {
  position: absolute;
  top: -20px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: none;
  background: transparent;
}

/* line 208, app/assets/stylesheets/module/_footer.scss */
.chat-popup img {
  border: 3px solid #fff;
}

@media screen and (max-width: 480px) {
  /* line 208, app/assets/stylesheets/module/_footer.scss */
  .chat-popup img {
    border: none;
  }
}

/*--------------------------------------------------------------
# 加盟店一覧ページ・詳細ページ
--------------------------------------------------------------*/
/* line 8, app/assets/stylesheets/companies/_company.scss */
.company-info__ttl {
  margin-bottom: 1em;
  padding-top: 3.5em;
  font-size: 2.2rem;
  line-height: 1.7;
  text-align: center;
  background: url(/assets/companies/icon_building-5fc6b4dfe595cb94c1e3dd54d1da241e2a414b11a52c1fbc89333e65f99ef497.svg) no-repeat top/1.5em;
}

@media screen and (max-width: 897px) {
  /* line 8, app/assets/stylesheets/companies/_company.scss */
  .company-info__ttl {
    font-size: 5.2vw;
  }
}

/* line 21, app/assets/stylesheets/companies/_company.scss */
.company-info__list {
  margin: 0;
}

/* line 25, app/assets/stylesheets/companies/_company.scss */
.company-info__row {
  display: flex;
  border-bottom: 1px solid #ccc;
}

/* line 29, app/assets/stylesheets/companies/_company.scss */
.company-info__row:not(:last-child) {
  margin-bottom: 1em;
}

/* line 34, app/assets/stylesheets/companies/_company.scss */
.company-info__subttl {
  width: 10em;
  padding: 0 0 1em 1em;
  font-weight: bold;
}

@media screen and (max-width: 897px) {
  /* line 34, app/assets/stylesheets/companies/_company.scss */
  .company-info__subttl {
    width: 6em;
    padding-right: 1em;
    padding-left: 0.5em;
  }
}

/* line 46, app/assets/stylesheets/companies/_company.scss */
.company-info__cnt {
  flex: 1;
  margin: 0;
  padding-bottom: 1em;
}

/* line 52, app/assets/stylesheets/companies/_company.scss */
.company-info__map {
  display: block;
  width: 100%;
  height: 450px;
  margin-top: 1em;
  border: none;
}

@media screen and (max-width: 897px) {
  /* line 52, app/assets/stylesheets/companies/_company.scss */
  .company-info__map {
    height: 90vw;
  }
}

/* line 64, app/assets/stylesheets/companies/_company.scss */
.company-info__cat {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: -0.5em;
  padding: 0;
  font-size: 1.3rem;
  list-style: none;
}

/* line 74, app/assets/stylesheets/companies/_company.scss */
.company-info__cat-item {
  margin: 0 0.5em 0.5em 0;
  padding: 0.1em 0.5em;
  color: #7d4503;
  border: 1px solid #7d4503;
  border-radius: 5px;
}

/* line 82, app/assets/stylesheets/companies/_company.scss */
.company-info__area {
  margin: 0;
}

/* line 86, app/assets/stylesheets/companies/_company.scss */
.company-info__area-row {
  display: flex;
}

@media screen and (max-width: 897px) {
  /* line 86, app/assets/stylesheets/companies/_company.scss */
  .company-info__area-row {
    display: block;
  }
}

/* line 93, app/assets/stylesheets/companies/_company.scss */
.company-info__area-row:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (max-width: 897px) {
  /* line 93, app/assets/stylesheets/companies/_company.scss */
  .company-info__area-row:not(:last-child) {
    margin-bottom: 2vw;
  }
}

/* line 102, app/assets/stylesheets/companies/_company.scss */
.company-info__area-ttl {
  width: 5em;
}

/* line 106, app/assets/stylesheets/companies/_company.scss */
.company-info__area-cnt {
  flex: 1;
  margin: 0;
  padding-top: 0.3em;
}

@media screen and (max-width: 897px) {
  /* line 106, app/assets/stylesheets/companies/_company.scss */
  .company-info__area-cnt {
    padding-top: 0.5em;
    padding-left: 1em;
  }
}

/* line 117, app/assets/stylesheets/companies/_company.scss */
.company-info__area-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
}

/* line 126, app/assets/stylesheets/companies/_company.scss */
.company-info__area-item {
  margin-bottom: 0.3em;
}

/* line 129, app/assets/stylesheets/companies/_company.scss */
.company-info__area-item:not(:last-child) {
  margin-right: 0.3em;
  padding-right: 0.3em;
  border-right: 1px solid #ccc;
}

/* line 138, app/assets/stylesheets/companies/_company.scss */
.companies {
  padding-bottom: 200px;
}

@media screen and (max-width: 897px) {
  /* line 138, app/assets/stylesheets/companies/_company.scss */
  .companies {
    padding-bottom: 20vw;
  }
}

/* line 145, app/assets/stylesheets/companies/_company.scss */
.companies__ttl {
  margin: 1em 0 1em;
  padding-bottom: 10px;
  font-size: 1.9rem;
  border-bottom: 1px solid #000;
}

/* line 151, app/assets/stylesheets/companies/_company.scss */
.companies-index .companies__ttl {
  margin: 0 0 1em;
}

@media screen and (max-width: 897px) {
  /* line 145, app/assets/stylesheets/companies/_company.scss */
  .companies__ttl {
    font-size: 4.4vw;
  }
}

/* line 160, app/assets/stylesheets/companies/_company.scss */
.companies__txt-count {
  margin: 0 0 1em;
  font-size: 1.4rem;
}

@media screen and (max-width: 897px) {
  /* line 160, app/assets/stylesheets/companies/_company.scss */
  .companies__txt-count {
    font-size: 3.6vw;
  }
}

/* line 169, app/assets/stylesheets/companies/_company.scss */
.companies__result {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 897px) {
  /* line 169, app/assets/stylesheets/companies/_company.scss */
  .companies__result {
    justify-content: space-between;
  }
}

/* line 179, app/assets/stylesheets/companies/_company.scss */
.companies__result-ttl {
  margin: 0;
  font-size: 2rem;
}

@media screen and (max-width: 897px) {
  /* line 179, app/assets/stylesheets/companies/_company.scss */
  .companies__result-ttl {
    font-size: 4vw;
  }
}

/* line 187, app/assets/stylesheets/companies/_company.scss */
.companies__result-ttl span {
  margin-left: 0.5em;
  color: #BB8DBE;
  font-weight: bold;
  font-size: 1.3em;
}

/* line 195, app/assets/stylesheets/companies/_company.scss */
.companies__result-nav {
  margin: 0.5em 0 0 1em;
}

/* line 198, app/assets/stylesheets/companies/_company.scss */
.companies__result-nav span {
  color: #BB8DBE;
}

/* line 204, app/assets/stylesheets/companies/_company.scss */
.star-img {
  display: none;
}

/* line 208, app/assets/stylesheets/companies/_company.scss */
.companies-box {
  position: relative;
  padding: 0;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 897px) {
  /* line 208, app/assets/stylesheets/companies/_company.scss */
  .companies-box {
    padding: 0;
    box-shadow: 0 2px 5px #ccc;
  }
}

/* line 220, app/assets/stylesheets/companies/_company.scss */
.companies-box + .companies-box {
  margin-top: 24px;
}

@media screen and (max-width: 897px) {
  /* line 220, app/assets/stylesheets/companies/_company.scss */
  .companies-box + .companies-box {
    margin-top: 5vw;
  }
}

/* line 228, app/assets/stylesheets/companies/_company.scss */
.companies-box__badge {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 100px;
}

@media screen and (max-width: 897px) {
  /* line 228, app/assets/stylesheets/companies/_company.scss */
  .companies-box__badge {
    top: -3vw;
    right: -3vw;
    width: 20vw;
  }
}

/* line 241, app/assets/stylesheets/companies/_company.scss */
.companies-box__inner {
  padding: 32px 28px;
  background-color: #fff;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 897px) {
  /* line 241, app/assets/stylesheets/companies/_company.scss */
  .companies-box__inner {
    padding: 5vw;
  }
}

/* line 251, app/assets/stylesheets/companies/_company.scss */
.companies-box__row {
  display: flex;
  align-items: flex-start;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

@media screen and (max-width: 897px) {
  /* line 251, app/assets/stylesheets/companies/_company.scss */
  .companies-box__row {
    display: block;
  }
}

/* line 263, app/assets/stylesheets/companies/_company.scss */
.companies-box__review-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 268, app/assets/stylesheets/companies/_company.scss */
.companies-box__review-row a {
  color: #000;
}

/* line 273, app/assets/stylesheets/companies/_company.scss */
.companies-box__rate-name {
  font-weight: bold;
}

/* line 277, app/assets/stylesheets/companies/_company.scss */
.companies-box img {
  vertical-align: sub;
}

/* line 281, app/assets/stylesheets/companies/_company.scss */
.companies-box .company__starts {
  margin: 0 0.3em 0.4em;
}

/* line 284, app/assets/stylesheets/companies/_company.scss */
.companies-box .company__starts img {
  width: 1.3rem;
  vertical-align: text-bottom;
}

/* line 290, app/assets/stylesheets/companies/_company.scss */
.companies-box__amount {
  margin-bottom: 24px;
}

/* line 294, app/assets/stylesheets/companies/_company.scss */
.companies-box__category-list {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  font-size: 1.3rem;
  list-style: none;
}

/* line 302, app/assets/stylesheets/companies/_company.scss */
.companies-box__category-item {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  padding: 0.1em 0.5em;
  color: #BB8DBE;
  border: 1px solid #BB8DBE;
  border-radius: 5px;
}

/* line 311, app/assets/stylesheets/companies/_company.scss */
.companies-box__fig {
  width: 220px;
  height: 150px;
}

@media screen and (max-width: 897px) {
  /* line 311, app/assets/stylesheets/companies/_company.scss */
  .companies-box__fig {
    width: 100%;
    height: auto;
  }
}

/* line 321, app/assets/stylesheets/companies/_company.scss */
.companies-box__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

@media screen and (max-width: 897px) {
  /* line 321, app/assets/stylesheets/companies/_company.scss */
  .companies-box__img {
    max-width: 70%;
    max-height: 30vw;
    margin-bottom: 5vw;
  }
}

/* line 334, app/assets/stylesheets/companies/_company.scss */
.companies-box__cnt {
  width: calc(100% - 240px);
  min-height: 150px;
  margin-left: auto;
}

@media screen and (max-width: 897px) {
  /* line 334, app/assets/stylesheets/companies/_company.scss */
  .companies-box__cnt {
    width: 100%;
    min-height: 0;
    margin-bottom: 1em;
    margin-left: 0;
  }
}

/* line 347, app/assets/stylesheets/companies/_company.scss */
.companies-box__ttl {
  margin: 0 0 0.5em;
  font-weight: bold;
  font-size: 2.6rem;
}

@media screen and (max-width: 897px) {
  /* line 347, app/assets/stylesheets/companies/_company.scss */
  .companies-box__ttl {
    margin-bottom: 0;
  }
}

/* line 356, app/assets/stylesheets/companies/_company.scss */
.companies-box__ttl a {
  display: inline-block;
  padding: 0 0.5em;
  color: #0d6efd;
}

@media screen and (min-width: 1025px) {
  /* line 356, app/assets/stylesheets/companies/_company.scss */
  .companies-box__ttl a {
    cursor: pointer;
    transition: 0.5s opacity;
  }
  /* line 47, app/assets/stylesheets/_mixin.scss */
  .companies-box__ttl a:hover {
    opacity: 0.7;
  }
  /* line 50, app/assets/stylesheets/_mixin.scss */
  .companies-box__ttl a:hover img {
    opacity: 1;
  }
}

@media screen and (max-width: 897px) {
  /* line 356, app/assets/stylesheets/companies/_company.scss */
  .companies-box__ttl a {
    display: block;
    padding: 0.7em 1em;
    color: #0d6efd;
    font-size: 5vw;
    line-height: 1.7;
  }
}

/* line 372, app/assets/stylesheets/companies/_company.scss */
.companies-box__starts {
  margin-right: 1em;
}

/* line 376, app/assets/stylesheets/companies/_company.scss */
.companies-box span {
  font-size: 1.6rem;
}

/* line 380, app/assets/stylesheets/companies/_company.scss */
.companies-box__review-count {
  font-size: 2rem !important;
}

/* line 384, app/assets/stylesheets/companies/_company.scss */
.companies-box__excerpt {
  margin: 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 897px) {
  /* line 384, app/assets/stylesheets/companies/_company.scss */
  .companies-box__excerpt {
    font-size: 3.4vw;
  }
}

/* line 393, app/assets/stylesheets/companies/_company.scss */
.companies-box__more {
  display: block;
  margin: 0 auto;
  padding: 0.5em 5em;
  color: #BB8DBE;
  font-weight: bold;
  border: 2px solid #BB8DBE;
  border-radius: 100px;
  cursor: pointer;
}

/* line 404, app/assets/stylesheets/companies/_company.scss */
.companies-box__detail {
  display: none;
  padding-top: 24px;
}

/* line 408, app/assets/stylesheets/companies/_company.scss */
.companies-box__detail.is-open {
  display: block;
}

/* line 413, app/assets/stylesheets/companies/_company.scss */
.companies-box__txt {
  display: none;
  margin: 0;
  font-size: 1.4rem;
}

@media screen and (max-width: 897px) {
  /* line 413, app/assets/stylesheets/companies/_company.scss */
  .companies-box__txt {
    font-size: 3.4vw;
  }
}

/* line 423, app/assets/stylesheets/companies/_company.scss */
.companies-box__btns {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

@media screen and (max-width: 897px) {
  /* line 423, app/assets/stylesheets/companies/_company.scss */
  .companies-box__btns {
    flex-flow: column;
    align-items: center;
    margin-top: 5vw;
  }
}

/* line 435, app/assets/stylesheets/companies/_company.scss */
.companies-box__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin: 0 1em;
  padding: 0 3em;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  background: #d1d1d1;
  border-radius: 100px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 1025px) {
  /* line 435, app/assets/stylesheets/companies/_company.scss */
  .companies-box__btn {
    cursor: pointer;
    transition: 0.5s opacity;
  }
  /* line 47, app/assets/stylesheets/_mixin.scss */
  .companies-box__btn:hover {
    opacity: 0.7;
  }
  /* line 50, app/assets/stylesheets/_mixin.scss */
  .companies-box__btn:hover img {
    opacity: 1;
  }
}

@media screen and (max-width: 897px) {
  /* line 435, app/assets/stylesheets/companies/_company.scss */
  .companies-box__btn {
    height: 13vw;
    margin: 0;
    font-size: 4.3vw;
  }
}

/* line 457, app/assets/stylesheets/companies/_company.scss */
.companies-box__btn--detail {
  background: #BB8DBE;
}

@media screen and (max-width: 897px) {
  /* line 457, app/assets/stylesheets/companies/_company.scss */
  .companies-box__btn--detail {
    margin-bottom: 5vw;
  }
}

/* line 465, app/assets/stylesheets/companies/_company.scss */
.companies-box__btn--cv {
  background: #F54E6E;
}

/* line 469, app/assets/stylesheets/companies/_company.scss */
.companies-box__btn__toral a {
  text-decoration: none;
  color: inherit;
}

/* line 476, app/assets/stylesheets/companies/_company.scss */
.company-header {
  position: relative;
  max-width: 950px;
  width: 100%;
  max-height: 235px;
  height: 40vw;
  overflow: hidden;
}

/* line 484, app/assets/stylesheets/companies/_company.scss */
.company-header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  background: linear-gradient(0, rgba(0, 0, 0, 0.440235) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}

/* line 496, app/assets/stylesheets/companies/_company.scss */
.company-header__bg {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 897px) {
  /* line 496, app/assets/stylesheets/companies/_company.scss */
  .company-header__bg {
    max-width: none;
    width: auto;
    height: 100%;
    transform: translateX(-25%);
  }
}

/* line 509, app/assets/stylesheets/companies/_company.scss */
.company-header__cont {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 20px 30px;
}

/* line 516, app/assets/stylesheets/companies/_company.scss */
.company-header__cont.z-down {
  z-index: 0;
}

@media screen and (max-width: 897px) {
  /* line 509, app/assets/stylesheets/companies/_company.scss */
  .company-header__cont {
    padding: 2vw 4vw;
  }
}

/* line 525, app/assets/stylesheets/companies/_company.scss */
.company-header__ttl {
  margin: 0;
  line-height: 1em;
}

/* line 529, app/assets/stylesheets/companies/_company.scss */
.company-header__ttl a {
  color: #fff;
  font-size: 2.4rem;
}

@media screen and (max-width: 897px) {
  /* line 529, app/assets/stylesheets/companies/_company.scss */
  .company-header__ttl a {
    font-size: 4vw;
    line-height: 1em;
  }
}

/* line 540, app/assets/stylesheets/companies/_company.scss */
.company-header__address {
  color: #fff;
  font-size: 1.2rem;
  margin: 0.5em 0;
}

@media screen and (max-width: 897px) {
  /* line 540, app/assets/stylesheets/companies/_company.scss */
  .company-header__address {
    margin: 0.2em 0;
  }
}

/* line 550, app/assets/stylesheets/companies/_company.scss */
.company-header__total {
  color: #fff;
  font-size: 1.2rem;
  margin: 0;
}

/* line 555, app/assets/stylesheets/companies/_company.scss */
.company-header__total span {
  font-size: 1.2rem;
}

/* line 560, app/assets/stylesheets/companies/_company.scss */
.company-header__starts {
  margin-right: 1em;
}

/* line 565, app/assets/stylesheets/companies/_company.scss */
.companies-cont {
  padding: 30px;
}

/* line 636, app/assets/stylesheets/companies/_company.scss */
.companies-pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 24px;
}

@media screen and (max-width: 897px) {
  /* line 636, app/assets/stylesheets/companies/_company.scss */
  .companies-pager {
    margin-top: 5vw;
  }
}

/* line 647, app/assets/stylesheets/companies/_company.scss */
.companies-pager .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0 5px 10px;
  font-size: 1.2rem;
  background: #fff;
  border-radius: 6px;
}

@media screen and (max-width: 897px) {
  /* line 647, app/assets/stylesheets/companies/_company.scss */
  .companies-pager .page-numbers {
    width: 9vw;
    height: 9vw;
    margin: 0 1vw 2vw;
    font-size: 3.4vw;
  }
}

/* line 665, app/assets/stylesheets/companies/_company.scss */
.companies-pager .page-numbers.current {
  background: #CC99CC;
}

/* line 672, app/assets/stylesheets/companies/_company.scss */
.companies-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -99;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.3s linear;
}

/* line 684, app/assets/stylesheets/companies/_company.scss */
.companies-modal.is-active {
  z-index: 55;
  opacity: 1;
  display: block;
}

/* line 690, app/assets/stylesheets/companies/_company.scss */
.companies-modal__cnt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 560px;
  padding: 40px;
  background: #fff;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  /*&::after {
			content: "×";
			position: absolute;
			top: 30px;
			right: 40px;
			font-size: 4rem;
			line-height: 1em;
			color: $color_main;
		}*/
}

@media screen and (max-width: 897px) {
  /* line 690, app/assets/stylesheets/companies/_company.scss */
  .companies-modal__cnt {
    width: 90%;
    padding: 5vw 0;
  }
  /* line 715, app/assets/stylesheets/companies/_company.scss */
  .companies-index .companies-modal__cnt {
    padding: 5vw;
  }
}

/* line 721, app/assets/stylesheets/companies/_company.scss */
.companies-modal__close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #fff;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

@media screen and (max-width: 897px) {
  /* line 721, app/assets/stylesheets/companies/_company.scss */
  .companies-modal__close {
    top: -4vw;
    right: -4vw;
    width: 8vw;
    height: 8vw;
  }
}

/* line 744, app/assets/stylesheets/companies/_company.scss */
.companies-modal__subttl {
  margin: 0;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 40px;
}

@media screen and (max-width: 897px) {
  /* line 744, app/assets/stylesheets/companies/_company.scss */
  .companies-modal__subttl {
    margin-bottom: 0.5em;
    font-size: 6vw;
  }
  /* line 754, app/assets/stylesheets/companies/_company.scss */
  .companies-index .companies-modal__subttl {
    font-size: 3.2vw;
  }
}

/* line 759, app/assets/stylesheets/companies/_company.scss */
.companies-modal__subttl span {
  color: #f56f00;
}

@media screen and (max-width: 897px) {
  /* line 764, app/assets/stylesheets/companies/_company.scss */
  .companies-modal__img {
    display: none;
  }
}

/* line 770, app/assets/stylesheets/companies/_company.scss */
.companies-modal__inner {
  position: relative;
  text-align: center;
}

@media screen and (max-width: 897px) {
  /* line 770, app/assets/stylesheets/companies/_company.scss */
  .companies-modal__inner {
    height: 60vh;
    margin-bottom: 5vw;
    overflow-y: scroll;
  }
}

/* line 781, app/assets/stylesheets/companies/_company.scss */
.companies-modal__group {
  position: absolute;
  width: 160px;
}

@media screen and (max-width: 897px) {
  /* line 781, app/assets/stylesheets/companies/_company.scss */
  .companies-modal__group {
    position: static;
    width: 100%;
  }
}

/* line 790, app/assets/stylesheets/companies/_company.scss */
.companies-modal__group--hokkaido {
  top: 20px;
  right: 280px;
}

/* line 795, app/assets/stylesheets/companies/_company.scss */
.companies-modal__group--tohoku {
  top: 150px;
  right: 0;
}

/* line 800, app/assets/stylesheets/companies/_company.scss */
.companies-modal__group--kanto {
  top: 300px;
  right: 0;
}

/* line 805, app/assets/stylesheets/companies/_company.scss */
.companies-modal__group--tokai {
  right: 0;
  bottom: 10px;
}

/* line 810, app/assets/stylesheets/companies/_company.scss */
.companies-modal__group--kinki {
  right: 180px;
  bottom: 10px;
}

/* line 815, app/assets/stylesheets/companies/_company.scss */
.companies-modal__group--shikoku {
  right: 360px;
  bottom: 10px;
}

/* line 820, app/assets/stylesheets/companies/_company.scss */
.companies-modal__group--koshinetsu {
  top: 120px;
  left: 260px;
}

/* line 825, app/assets/stylesheets/companies/_company.scss */
.companies-modal__group--chugoku {
  top: 60px;
  left: 75px;
}

/* line 830, app/assets/stylesheets/companies/_company.scss */
.companies-modal__group--kyushu {
  top: 220px;
  left: 0;
}

/* line 836, app/assets/stylesheets/companies/_company.scss */
.companies-modal__group-ttl {
  margin: 0;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  background: #BB8DBE;
}

@media screen and (max-width: 897px) {
  /* line 836, app/assets/stylesheets/companies/_company.scss */
  .companies-modal__group-ttl {
    padding: 0.2em;
    font-size: 4vw;
  }
}

/* line 849, app/assets/stylesheets/companies/_company.scss */
.companies-modal__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 50vh;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}

@media screen and (max-width: 897px) {
  /* line 849, app/assets/stylesheets/companies/_company.scss */
  .companies-modal__list {
    flex-wrap: wrap;
    padding: 2vw;
    border: none;
  }
}

/* line 867, app/assets/stylesheets/companies/_company.scss */
.companies-modal__item {
  width: calc(50% - 5px);
  margin: 10px 0 0;
  padding: 1em;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  appearance: none;
  border: none;
  text-align: center;
  background: #f5eef6;
  color: #BB8DBE;
}

/* line 880, app/assets/stylesheets/companies/_company.scss */
.companies-modal__item:first-child, .companies-modal__item:nth-child(2) {
  margin: 0;
}

@media screen and (max-width: 897px) {
  /* line 867, app/assets/stylesheets/companies/_company.scss */
  .companies-modal__item {
    width: 33.3%;
  }
  /* line 890, app/assets/stylesheets/companies/_company.scss */
  .companies-index .companies-modal__item {
    width: calc(50% - 5px);
    font-size: 3.2vw;
  }
}

/* line 897, app/assets/stylesheets/companies/_company.scss */
.companies-modal__link {
  color: #BB8DBE;
  font-weight: bold;
  font-size: 1.2rem;
}

@media screen and (min-width: 1025px) {
  /* line 897, app/assets/stylesheets/companies/_company.scss */
  .companies-modal__link {
    cursor: pointer;
    transition: 0.5s opacity;
  }
  /* line 47, app/assets/stylesheets/_mixin.scss */
  .companies-modal__link:hover {
    opacity: 0.7;
  }
  /* line 50, app/assets/stylesheets/_mixin.scss */
  .companies-modal__link:hover img {
    opacity: 1;
  }
}

@media screen and (max-width: 897px) {
  /* line 897, app/assets/stylesheets/companies/_company.scss */
  .companies-modal__link {
    font-size: 4vw;
  }
}

/* line 908, app/assets/stylesheets/companies/_company.scss */
.companies-modal__submit {
  display: block;
  width: 300px;
  margin: 20px auto 0;
  padding: 0.6em 0;
  background: transparent;
  border: 1px solid;
  border-radius: 100px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  appearance: none;
}

@media screen and (min-width: 1025px) {
  /* line 908, app/assets/stylesheets/companies/_company.scss */
  .companies-modal__submit {
    cursor: pointer;
    transition: 0.5s opacity;
  }
  /* line 47, app/assets/stylesheets/_mixin.scss */
  .companies-modal__submit:hover {
    opacity: 0.7;
  }
  /* line 50, app/assets/stylesheets/_mixin.scss */
  .companies-modal__submit:hover img {
    opacity: 1;
  }
}

@media screen and (max-width: 897px) {
  /* line 908, app/assets/stylesheets/companies/_company.scss */
  .companies-modal__submit {
    width: 90%;
    margin-top: 0;
  }
}

/* line 928, app/assets/stylesheets/companies/_company.scss */
.company {
  padding-bottom: 100px;
}

@media screen and (max-width: 897px) {
  /* line 928, app/assets/stylesheets/companies/_company.scss */
  .company {
    padding-bottom: 20vw;
  }
}

/* line 935, app/assets/stylesheets/companies/_company.scss */
.company__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 50px 15px;
  background: #e2cee3;
}

@media screen and (max-width: 897px) {
  /* line 935, app/assets/stylesheets/companies/_company.scss */
  .company__ttl {
    margin: 0 0 1em;
    padding: 5vw;
    flex-direction: column;
  }
}

/* line 950, app/assets/stylesheets/companies/_company.scss */
.company__ttl-img {
  width: 160px;
  max-width: 300px;
  max-height: 300px;
  margin-right: 20px;
}

@media screen and (max-width: 897px) {
  /* line 950, app/assets/stylesheets/companies/_company.scss */
  .company__ttl-img {
    width: 40vw;
    margin-right: 0;
  }
}

/* line 963, app/assets/stylesheets/companies/_company.scss */
.company__ttl-txt {
  flex: 1;
  max-width: 600px;
  font-size: 3.2rem;
  line-height: 1.7;
}

@media screen and (max-width: 897px) {
  /* line 963, app/assets/stylesheets/companies/_company.scss */
  .company__ttl-txt {
    font-size: 6vw;
  }
}

/* line 974, app/assets/stylesheets/companies/_company.scss */
.company__tabs {
  display: flex;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 897px) {
  /* line 974, app/assets/stylesheets/companies/_company.scss */
  .company__tabs {
    margin-bottom: 2vw;
  }
}

/* line 985, app/assets/stylesheets/companies/_company.scss */
.company__tab {
  flex: 1;
}

/* line 988, app/assets/stylesheets/companies/_company.scss */
.company__tab:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 897px) {
  /* line 988, app/assets/stylesheets/companies/_company.scss */
  .company__tab:not(:last-child) {
    margin-right: 3vw;
  }
}

/* line 997, app/assets/stylesheets/companies/_company.scss */
.company__tab-content {
  width: 100%;
}

/* line 1001, app/assets/stylesheets/companies/_company.scss */
.company__tab-btn {
  position: relative;
  display: block;
  width: 100%;
  padding: 1em 0;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  background: #BB8DBE;
  border-top: 1px solid #BB8DBE;
  border-right: 1px solid #BB8DBE;
  border-left: 1px solid #BB8DBE;
  border-radius: 10px;
  box-shadow: 0 0 5px #ccc;
  color: #fff;
}

@media screen and (min-width: 1025px) {
  /* line 1001, app/assets/stylesheets/companies/_company.scss */
  .company__tab-btn {
    cursor: pointer;
    transition: 0.5s opacity;
  }
  /* line 47, app/assets/stylesheets/_mixin.scss */
  .company__tab-btn:hover {
    opacity: 0.7;
  }
  /* line 50, app/assets/stylesheets/_mixin.scss */
  .company__tab-btn:hover img {
    opacity: 1;
  }
}

@media screen and (max-width: 897px) {
  /* line 1001, app/assets/stylesheets/companies/_company.scss */
  .company__tab-btn {
    font-size: 4vw;
  }
}

/* line 1022, app/assets/stylesheets/companies/_company.scss */
.company__tab-btn[aria-selected="true"], .company__tab-btn--disabled {
  pointer-events: none;
}

/* line 1027, app/assets/stylesheets/companies/_company.scss */
.company__tab-btn[aria-selected="true"] {
  color: #BB8DBE;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  box-shadow: none;
}

/* line 1033, app/assets/stylesheets/companies/_company.scss */
.company__tab-btn[aria-selected="true"]::after {
  position: absolute;
  right: -1px;
  bottom: -13px;
  left: -1px;
  height: 13px;
  background: #fff;
  border-right: 1px solid #BB8DBE;
  border-left: 1px solid #BB8DBE;
  content: "";
}

@media screen and (max-width: 897px) {
  /* line 1033, app/assets/stylesheets/companies/_company.scss */
  .company__tab-btn[aria-selected="true"]::after {
    bottom: calc(-2vw - 3px);
    height: calc(2vw + 4px);
  }
}

/* line 1051, app/assets/stylesheets/companies/_company.scss */
.company__tab-btn--disabled {
  color: #fff;
  background: #ccc;
  border-color: #ccc;
}

/* line 1058, app/assets/stylesheets/companies/_company.scss */
.company__tab-panel {
  display: none;
  padding: 40px;
  background: #fff;
  border: 1px solid #BB8DBE;
}

@media screen and (max-width: 897px) {
  /* line 1058, app/assets/stylesheets/companies/_company.scss */
  .company__tab-panel {
    padding: 10vw 5vw;
  }
}

/* line 1068, app/assets/stylesheets/companies/_company.scss */
.company__tab-panel.is-active {
  display: block;
}

/* line 1073, app/assets/stylesheets/companies/_company.scss */
.company__txt {
  margin: 0 0 2em;
}

/* line 1077, app/assets/stylesheets/companies/_company.scss */
.company__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 430px;
  height: 72px;
  margin: 0 auto 60px;
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
  text-decoration: none;
  background: #f56f00;
  border-radius: 100px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 1025px) {
  /* line 1077, app/assets/stylesheets/companies/_company.scss */
  .company__btn {
    cursor: pointer;
    transition: 0.5s opacity;
  }
  /* line 47, app/assets/stylesheets/_mixin.scss */
  .company__btn:hover {
    opacity: 0.7;
  }
  /* line 50, app/assets/stylesheets/_mixin.scss */
  .company__btn:hover img {
    opacity: 1;
  }
}

@media screen and (max-width: 897px) {
  /* line 1077, app/assets/stylesheets/companies/_company.scss */
  .company__btn {
    height: 13vw;
    margin-bottom: 10vw;
    font-size: 5vw;
  }
}

/* line 1100, app/assets/stylesheets/companies/_company.scss */
.company__excerpt {
  font-size: 1.3rem;
}

/* line 1107, app/assets/stylesheets/companies/_company.scss */
.company-review__cont {
  padding: 2em 0;
}

/* line 1111, app/assets/stylesheets/companies/_company.scss */
.company-review__ttl {
  margin-bottom: 1em;
  padding-top: 2.5em;
  font-size: 2.2rem;
  line-height: 1.7;
  text-align: center;
  background: url(/assets/companies/comments-solid-7706ae8bd332ad17f178e078b7cca9b7ca50990ed77817c2ea2eae5f18a7b789.svg) no-repeat top/1.5em;
}

@media screen and (max-width: 897px) {
  /* line 1111, app/assets/stylesheets/companies/_company.scss */
  .company-review__ttl {
    font-size: 5.2vw;
  }
}

/* line 1124, app/assets/stylesheets/companies/_company.scss */
.company-review__row {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 897px) {
  /* line 1124, app/assets/stylesheets/companies/_company.scss */
  .company-review__row {
    display: block;
  }
  /* line 1131, app/assets/stylesheets/companies/_company.scss */
  .company-review__row > .company-review__row {
    display: flex;
  }
}

/* line 1136, app/assets/stylesheets/companies/_company.scss */
.company-review__row > * {
  flex: 1;
  margin-top: 0;
}

@media screen and (max-width: 897px) {
  /* line 1136, app/assets/stylesheets/companies/_company.scss */
  .company-review__row > * {
    width: 100%;
  }
}

/* line 1146, app/assets/stylesheets/companies/_company.scss */
.company-review__row-half {
  width: 50%;
}

@media screen and (max-width: 897px) {
  /* line 1146, app/assets/stylesheets/companies/_company.scss */
  .company-review__row-half {
    display: flex;
    width: 100%;
  }
}

/* line 1155, app/assets/stylesheets/companies/_company.scss */
.company-review__row-border-bottom {
  margin-bottom: 1em;
  border-bottom: 2px solid #ccc;
}

@media screen and (max-width: 897px) {
  /* line 1155, app/assets/stylesheets/companies/_company.scss */
  .company-review__row-border-bottom {
    display: flex;
    width: 100%;
    font-size: 4vw;
  }
}

/* line 1165, app/assets/stylesheets/companies/_company.scss */
.company-review__row-border-bottom > * {
  margin-bottom: 0;
}

/* line 1170, app/assets/stylesheets/companies/_company.scss */
.company-review__review-ttl {
  margin-top: 0;
  padding: 0.7em 0 0.7em 0.5em;
  font-size: 2.4rem;
  background: #f5eef6;
}

@media screen and (max-width: 897px) {
  /* line 1170, app/assets/stylesheets/companies/_company.scss */
  .company-review__review-ttl {
    margin-right: -5vw;
    margin-left: -5vw;
    font-size: 5.2vw;
  }
}

/* line 1183, app/assets/stylesheets/companies/_company.scss */
.company-review__estimate_price {
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (max-width: 897px) {
  /* line 1183, app/assets/stylesheets/companies/_company.scss */
  .company-review__estimate_price {
    font-size: 4vw;
  }
}

/* line 1191, app/assets/stylesheets/companies/_company.scss */
.company-review__estimate_price em {
  font-style: normal;
}

/* line 1196, app/assets/stylesheets/companies/_company.scss */
.company-review__name {
  font-weight: bold;
}

@media screen and (max-width: 897px) {
  /* line 1196, app/assets/stylesheets/companies/_company.scss */
  .company-review__name {
    font-size: 4.2vw;
  }
}

/* line 1204, app/assets/stylesheets/companies/_company.scss */
.company-review__body {
  margin-top: 1em;
}

@media screen and (max-width: 897px) {
  /* line 1204, app/assets/stylesheets/companies/_company.scss */
  .company-review__body {
    font-size: 0.8em;
  }
}

/* line 1212, app/assets/stylesheets/companies/_company.scss */
.company-review__total-rank {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 2.4rem;
}

@media screen and (max-width: 897px) {
  /* line 1212, app/assets/stylesheets/companies/_company.scss */
  .company-review__total-rank {
    font-size: 5.2vw;
  }
}

/* line 1224, app/assets/stylesheets/companies/_company.scss */
.company-review__rank-number {
  margin-left: 0.5em;
}

/* line 1230, app/assets/stylesheets/companies/_company.scss */
.company-category__list {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  font-size: 1.3rem;
  list-style: none;
}

/* line 1237, app/assets/stylesheets/companies/_company.scss */
.company-detail .company-category__list {
  font-size: 1.2rem;
}

/* line 1242, app/assets/stylesheets/companies/_company.scss */
.company-category__item {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  padding: 0.1em 0.5em;
  color: #BB8DBE;
  border: 1px solid #BB8DBE;
  border-radius: 5px;
}

/* line 1252, app/assets/stylesheets/companies/_company.scss */
.company-more {
  margin-top: 1.5em;
  text-align: center;
}

/* line 1256, app/assets/stylesheets/companies/_company.scss */
.company-more__btn {
  color: #fff;
  background-color: #53d023;
  font-weight: bold;
  margin: 0;
  height: fit-content;
  font-size: 1.6rem;
  padding: 0.6em 6em;
  border-radius: 30px;
  transition: 0.5s;
  appearance: none;
  border: none;
}

/* line 1271, app/assets/stylesheets/companies/_company.scss */
.company-detail {
  padding: 1.5em 0.5em;
  border-top: 1px solid #ccc;
}

/* line 1275, app/assets/stylesheets/companies/_company.scss */
.company-detail__row {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 897px) {
  /* line 1275, app/assets/stylesheets/companies/_company.scss */
  .company-detail__row {
    display: block;
  }
}

/* line 1284, app/assets/stylesheets/companies/_company.scss */
.company-detail__list {
  margin: 0;
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.2rem;
}

@media screen and (max-width: 897px) {
  /* line 1284, app/assets/stylesheets/companies/_company.scss */
  .company-detail__list {
    width: 100%;
  }
}

/* line 1297, app/assets/stylesheets/companies/_company.scss */
.company-detail__subttl, .company-detail__cnt {
  padding: 0.7em 0;
}

/* line 1302, app/assets/stylesheets/companies/_company.scss */
.company-detail__subttl {
  width: 9em;
  font-weight: bold;
}

/* line 1307, app/assets/stylesheets/companies/_company.scss */
.company-detail__cnt {
  width: calc( 100% - 9em - 1em);
  margin: 0;
}

/* line 1312, app/assets/stylesheets/companies/_company.scss */
.company-detail__area {
  margin: 0;
}

/* line 1316, app/assets/stylesheets/companies/_company.scss */
.company-detail__area-row {
  display: flex;
}

/* line 1320, app/assets/stylesheets/companies/_company.scss */
.company-detail__area-ttl {
  margin-right: 1em;
}

/* line 1324, app/assets/stylesheets/companies/_company.scss */
.company-detail__area-cnt {
  margin: 0;
}

/* line 1328, app/assets/stylesheets/companies/_company.scss */
.company-detail__area-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1334, app/assets/stylesheets/companies/_company.scss */
.company-detail__area-item {
  margin-right: 0.5em;
  display: inline-block;
}

/* line 1340, app/assets/stylesheets/companies/_company.scss */
.search-result {
  background: #fff;
  border-radius: 10px;
  padding: 10px 2em;
}

@media screen and (max-width: 897px) {
  /* line 1340, app/assets/stylesheets/companies/_company.scss */
  .search-result {
    padding: 10px 1em;
  }
}

/* line 1350, app/assets/stylesheets/companies/_company.scss */
.search-result__cont {
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
}

/* line 1355, app/assets/stylesheets/companies/_company.scss */
.search-result__cont:first-child {
  margin-bottom: 1em;
}

/* line 1360, app/assets/stylesheets/companies/_company.scss */
.search-result__label {
  white-space: nowrap;
}

/* line 1364, app/assets/stylesheets/companies/_company.scss */
.search-result__val {
  padding: 0.3em 0.8em;
  border-radius: 50px;
  color: #BB8DBE;
  background: #f5eef6;
  margin-left: 0.5em;
  white-space: nowrap;
  font-size: 0.9em;
}

/* line 1383, app/assets/stylesheets/companies/_company.scss */
.search-result__txt .search-result__str {
  font-size: 1.5em;
  font-weight: bold;
  color: #F54E6E;
}

/* line 1391, app/assets/stylesheets/companies/_company.scss */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 70;
}

/* line 1402, app/assets/stylesheets/companies/_company.scss */
.popup-map,
.popup-category {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fef3ff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  z-index: 70;
  width: 1000px;
  height: 750px;
  border-radius: 20px;
  padding: 35px 15px;
}

@media screen and (max-width: 897px) {
  /* line 1402, app/assets/stylesheets/companies/_company.scss */
  .popup-map,
.popup-category {
    width: 90vw;
    height: fit-content;
    max-height: 95vh;
    overflow: scroll;
  }
}

/* line 1424, app/assets/stylesheets/companies/_company.scss */
.popup-map__ttl,
.popup-category__ttl {
  font-weight: 700;
  font-size: 24px;
  color: #10446d;
  padding-left: 24px;
}

@media screen and (max-width: 897px) {
  /* line 1424, app/assets/stylesheets/companies/_company.scss */
  .popup-map__ttl,
.popup-category__ttl {
    font-size: 4vw;
    padding-left: 0;
  }
}

/* line 1436, app/assets/stylesheets/companies/_company.scss */
.popup-map__txt,
.popup-category__txt {
  font-weight: 400;
  color: #10446d;
  padding-left: 24px;
}

@media screen and (max-width: 897px) {
  /* line 1436, app/assets/stylesheets/companies/_company.scss */
  .popup-map__txt,
.popup-category__txt {
    font-size: 3.5vw;
    padding-left: 1vw;
  }
}

/* line 1447, app/assets/stylesheets/companies/_company.scss */
.popup-map__img,
.popup-category__img {
  width: 400px;
  object-fit: scale-down;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
}

/* line 1461, app/assets/stylesheets/companies/_company.scss */
.popup-map__inner {
  position: relative;
  height: 100%;
  margin-top: -14px;
}

@media screen and (max-width: 897px) {
  /* line 1461, app/assets/stylesheets/companies/_company.scss */
  .popup-map__inner {
    margin-top: 0.5em;
    height: auto;
  }
}

@media screen and (max-width: 897px) {
  /* line 1472, app/assets/stylesheets/companies/_company.scss */
  .popup-map__area--wrap {
    max-height: 47vh;
    overflow: scroll;
  }
}

/* line 1479, app/assets/stylesheets/companies/_company.scss */
.popup-map__area {
  position: absolute;
  background-color: #eeccf0;
  width: 200px;
  padding: 0.5em 1em;
  border-radius: 10px;
  margin-top: 0;
}

@media screen and (max-width: 897px) {
  /* line 1479, app/assets/stylesheets/companies/_company.scss */
  .popup-map__area {
    position: initial;
    background-color: inherit;
    width: inherit;
    padding: 0.4em 0.4em;
    border-radius: 0;
    margin-bottom: -1px;
    margin-bottom: 7px;
    background-color: #fff;
    border-radius: 11px;
  }
}

@media screen and (max-width: 897px) {
  /* line 1499, app/assets/stylesheets/companies/_company.scss */
  .popup-map__area--list-wrap {
    display: none;
  }
}

/* line 1505, app/assets/stylesheets/companies/_company.scss */
.popup-map__area--list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

@media screen and (max-width: 897px) {
  /* line 1505, app/assets/stylesheets/companies/_company.scss */
  .popup-map__area--list {
    margin-top: 0.5em;
  }
}

/* line 1517, app/assets/stylesheets/companies/_company.scss */
.popup-map__area--item {
  display: flex;
  align-items: center;
}

/* line 1524, app/assets/stylesheets/companies/_company.scss */
.popup-map__area--checkbox span {
  background-color: #fff;
  padding: 0.1em 0.86em;
  border-radius: 20px;
  display: flex;
  align-items: center;
  margin: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #d698da;
  font-weight: 700;
  font-size: 0.8em;
}

@media screen and (max-width: 897px) {
  /* line 1524, app/assets/stylesheets/companies/_company.scss */
  .popup-map__area--checkbox span {
    background-color: #fef5ff;
  }
}

/* line 1541, app/assets/stylesheets/companies/_company.scss */
.popup-map__area--checkbox [type="checkbox"] {
  display: none;
}

/* line 1545, app/assets/stylesheets/companies/_company.scss */
.popup-map__area--checkbox [type="checkbox"]:checked + span {
  color: #fff;
  background-color: #c487c8;
}

/* line 1554, app/assets/stylesheets/companies/_company.scss */
.popup-map__group--hokkaido_tohoku {
  top: 7%;
  right: 9%;
  width: 155px;
}

@media screen and (max-width: 897px) {
  /* line 1554, app/assets/stylesheets/companies/_company.scss */
  .popup-map__group--hokkaido_tohoku {
    width: inherit;
  }
}

/* line 1564, app/assets/stylesheets/companies/_company.scss */
.popup-map__group--kanto {
  top: 43%;
  right: 7%;
}

/* line 1569, app/assets/stylesheets/companies/_company.scss */
.popup-map__group--tyubu {
  top: 55%;
  right: 30%;
}

/* line 1574, app/assets/stylesheets/companies/_company.scss */
.popup-map__group--kinki {
  top: 7%;
  left: 36%;
}

/* line 1579, app/assets/stylesheets/companies/_company.scss */
.popup-map__group--shikoku {
  top: 60%;
  left: 30%;
  width: 145px;
}

@media screen and (max-width: 897px) {
  /* line 1579, app/assets/stylesheets/companies/_company.scss */
  .popup-map__group--shikoku {
    width: inherit;
  }
}

/* line 1589, app/assets/stylesheets/companies/_company.scss */
.popup-map__group--tyugoku {
  top: 21%;
  left: 12%;
}

/* line 1594, app/assets/stylesheets/companies/_company.scss */
.popup-map__group--kyushu {
  top: 50%;
  left: 6%;
}

/* line 1600, app/assets/stylesheets/companies/_company.scss */
.popup-map__area--ttl {
  position: relative;
}

/* line 1603, app/assets/stylesheets/companies/_company.scss */
.popup-map__area--ttl h3 {
  color: #fff;
  margin: 0;
  font-size: 0.9em;
  padding: 0 0 0 22px;
  font-weight: bolder;
  background-image: url(/assets/top/pin-white-b05c1c2097fe5eb953ea223d736f0c95ff45fb508f5f1b35124d20e04c4d9b76.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 0 2px;
}

@media screen and (max-width: 897px) {
  /* line 1603, app/assets/stylesheets/companies/_company.scss */
  .popup-map__area--ttl h3 {
    color: #c487c8;
    background-size: 16px;
    background-position: 0 2px;
    background-image: url(/assets/companies/pin-purple-94281315600bc8eea90aa9f1b922c07f1a54f924487ff58b7f0b5f9fc96b6e92.svg);
  }
  /* line 1621, app/assets/stylesheets/companies/_company.scss */
  .popup-map__area--ttl h3:before {
    /*タイトル横の矢印*/
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #c487c8;
    border-right: 2px solid #c487c8;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 0.5em;
    right: 20px;
    transform: rotate(135deg);
  }
}

/* line 1639, app/assets/stylesheets/companies/_company.scss */
.popup-btn {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 897px) {
  /* line 1639, app/assets/stylesheets/companies/_company.scss */
  .popup-btn {
    position: initial;
    transform: initial;
    margin-top: 1em;
  }
}

/* line 1651, app/assets/stylesheets/companies/_company.scss */
.popup-btn--link {
  display: block;
  background-color: #c487c8;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 250px;
  border-radius: 25px;
  padding: 0.5em 0;
  border: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 897px) {
  /* line 1651, app/assets/stylesheets/companies/_company.scss */
  .popup-btn--link {
    margin: 0 auto;
    width: 70%;
    font-size: 0.8em;
  }
}

/* line 1670, app/assets/stylesheets/companies/_company.scss */
.popup-btn--link:hover {
  background-color: #fff;
  color: #c487c8;
  transition: 0.2s;
}

/* line 1677, app/assets/stylesheets/companies/_company.scss */
.cancel-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

@media screen and (max-width: 897px) {
  /* line 1677, app/assets/stylesheets/companies/_company.scss */
  .cancel-btn {
    top: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
  }
}

/* line 1692, app/assets/stylesheets/companies/_company.scss */
.cancel-btn::before, .cancel-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 16px;
  background: #10446d;
  transform-origin: center;
  transform: translate(-50%, -50%);
}

/* line 1705, app/assets/stylesheets/companies/_company.scss */
.cancel-btn::before {
  rotate: 45deg;
}

/* line 1709, app/assets/stylesheets/companies/_company.scss */
.cancel-btn::after {
  rotate: -45deg;
}

@media screen and (max-width: 897px) {
  /* line 1714, app/assets/stylesheets/companies/_company.scss */
  .cancel-btn::before, .cancel-btn::after {
    height: 14px;
  }
}

/*--------------------------------------------------------------
# サイドバー
--------------------------------------------------------------*/
/* line 5, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar {
  width: 250px;
  margin-left: 30px;
}

@media screen and (max-width: 897px) {
  /* line 5, app/assets/stylesheets/companies/_sidebar.scss */
  .sidebar {
    width: 100%;
    margin: 0;
  }
  /* line 13, app/assets/stylesheets/companies/_sidebar.scss */
  body.page-template-company-list .sidebar {
    margin: 0 0 10vw;
  }
}

/* line 18, app/assets/stylesheets/companies/_sidebar.scss */
.companies-index .sidebar {
  width: 260px;
  margin-left: 0;
  margin-right: 30px;
}

@media screen and (max-width: 897px) {
  /* line 18, app/assets/stylesheets/companies/_sidebar.scss */
  .companies-index .sidebar {
    width: 100%;
  }
}

/* line 29, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 65px;
  z-index: 1;
  margin-bottom: 0;
  padding: 15px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 3px #ccc;
}

@media screen and (max-width: 897px) {
  /* line 29, app/assets/stylesheets/companies/_sidebar.scss */
  .sidebar-inner {
    position: static;
  }
  /* line 43, app/assets/stylesheets/companies/_sidebar.scss */
  .companies-index .sidebar-inner {
    display: none;
  }
}

/* line 48, app/assets/stylesheets/companies/_sidebar.scss */
.companies-index .sidebar-inner {
  top: 140px;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

/* line 58, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-widget:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 897px) {
  /* line 58, app/assets/stylesheets/companies/_sidebar.scss */
  .sidebar-widget:not(:last-child) {
    margin: 5vw 0 10vw;
  }
}

/* line 66, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-widget__ttl {
  margin: 0;
  padding: 0.5em;
  font-size: 1.6rem;
  color: #fff;
  background: #BB8DBE;
}

/* line 74, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-widget > img {
  width: 100%;
}

/* line 80, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-widget .textwidget > *:first-child {
  margin-top: 0 !important;
}

/* line 84, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-widget .textwidget > *:last-child {
  margin-bottom: 0 !important;
}

/* line 88, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-widget .textwidget p {
  margin: 0 0 1em;
}

/* line 96, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-search__filter {
  margin: 0 0 1em;
  padding: 0.2em 0;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  background: #BB8DBE;
  border-radius: 5px;
  display: none;
}

/* line 106, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-search__filter img {
  width: 15px;
  margin-right: 5px;
}

@media screen and (max-width: 897px) {
  /* line 96, app/assets/stylesheets/companies/_sidebar.scss */
  .sidebar-search__filter {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* line 118, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-search__result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

/* line 125, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-search__result-ttl {
  margin: 0;
  font-size: 2rem;
}

/* line 129, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-search__result-ttl span {
  margin-right: 0.2em;
  color: #BB8DBE;
  font-weight: bold;
  font-size: 1.3em;
}

/* line 137, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-search__result-all {
  margin: 0;
  padding: 0.1em 1em;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.7;
  text-align: center;
  border: 1px solid #BB8DBE;
  border-radius: 8px;
}

/* line 147, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-search__result-all span {
  font-size: 1.2em;
}

/* line 152, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-search__form {
  padding: 30px 15px 15px;
}

@media screen and (max-width: 897px) {
  /* line 152, app/assets/stylesheets/companies/_sidebar.scss */
  .sidebar-search__form {
    display: block;
  }
}

/* line 159, app/assets/stylesheets/companies/_sidebar.scss */
.companies-index .sidebar-search__form {
  padding: 0;
}

/* line 164, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-search__inner {
  border: 1px solid #f8f9fa;
  border-radius: 4px;
}

/* line 169, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-search__ttl {
  margin: 0;
  padding: 0.2em 0;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  background: #BB8DBE;
}

@media screen and (min-width: 897px) {
  /* line 169, app/assets/stylesheets/companies/_sidebar.scss */
  .sidebar-search__ttl {
    pointer-events: none;
  }
}

/* line 181, app/assets/stylesheets/companies/_sidebar.scss */
.companies-index .sidebar-search__ttl {
  background: transparent;
  color: #000;
  text-align: left;
  padding: 0;
  margin-bottom: 5px;
}

/* line 191, app/assets/stylesheets/companies/_sidebar.scss */
.companies-index .sidebar-search__ttl-border {
  width: 100%;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
}

/* line 199, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-search__btn {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 0.3em 0;
  color: #6c757d;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  background: #f8f9fa;
  border: 1px solid #f8f9fa;
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 1025px) {
  /* line 199, app/assets/stylesheets/companies/_sidebar.scss */
  .sidebar-search__btn {
    cursor: pointer;
    transition: 0.5s opacity;
  }
  /* line 47, app/assets/stylesheets/_mixin.scss */
  .sidebar-search__btn:hover {
    opacity: 0.7;
  }
  /* line 50, app/assets/stylesheets/_mixin.scss */
  .sidebar-search__btn:hover img {
    opacity: 1;
  }
}

@media screen and (max-width: 897px) {
  /* line 216, app/assets/stylesheets/companies/_sidebar.scss */
  .sidebar-search__target-area-name {
    font-size: 1.2em;
    color: #3c3c3c;
  }
}

/* line 223, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-search__select {
  position: relative;
  appearance: none;
  background: #fff;
  border: 3px solid #BB8DBE;
  border-radius: 3px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
  text-align: left;
}

/* line 235, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-search__select-icon-l {
  margin-right: 5px;
}

/* line 239, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-search__select::after {
  position: absolute;
  right: 10px;
  top: 50%;
  content: '';
  width: 12px;
  height: 12px;
  border-right: 2px solid #BB8DBE;
  border-bottom: 2px solid #BB8DBE;
  transform: translateY(-50%) rotate(-45deg);
}

/* line 252, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-search__pref-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  padding: 0.3em 1.5em 0.3em 1em;
  color: #6c757d;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  background: #f8f9fa;
  border: 1px solid #f8f9fa;
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 1025px) {
  /* line 252, app/assets/stylesheets/companies/_sidebar.scss */
  .sidebar-search__pref-btn {
    cursor: pointer;
    transition: 0.5s opacity;
  }
  /* line 47, app/assets/stylesheets/_mixin.scss */
  .sidebar-search__pref-btn:hover {
    opacity: 0.7;
  }
  /* line 50, app/assets/stylesheets/_mixin.scss */
  .sidebar-search__pref-btn:hover img {
    opacity: 1;
  }
}

/* line 271, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-search__pref-btn::after {
  position: absolute;
  top: 0.7em;
  right: 0.5em;
  width: 0.6em;
  height: 0.6em;
  border-right: 1px solid #f8f9fa;
  border-bottom: 1px solid #f8f9fa;
  transform: rotate(45deg);
  content: "";
}

/* line 283, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-search__pref-btn.is-open::after {
  top: 1em;
  transform: rotate(-135deg);
}

/* line 288, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-search__pref-btn span {
  font-weight: normal;
  font-size: 0.8em;
}

/* line 294, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-search__subttl {
  margin: 1em 0 0.5em;
  font-size: 1.4rem;
}

/* line 299, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-search__city {
  display: none;
}

/* line 303, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-search__city-list, .sidebar-search__category, .sidebar-search__amount {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  list-style: none;
}

/* line 314, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-search__city-item, .sidebar-search__category-item, .sidebar-search__amount-item {
  min-width: 50%;
  margin-bottom: 0.5em;
  cursor: pointer;
}

/* line 322, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-search__category-item {
  width: 100%;
}

/* line 325, app/assets/stylesheets/companies/_sidebar.scss */
.companies-index .sidebar-search__category-item {
  position: relative;
  padding-left: 2.3em;
  margin-bottom: 1em;
}

/* line 332, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-search__fake-check {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: '';
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #ccc;
  transform: translateY(-50%);
}

/* line 343, app/assets/stylesheets/companies/_sidebar.scss */
[type=checkbox]:checked + .sidebar-search__fake-check {
  background: url(/assets/companies/ph_check-bold-1682016455178d37e817a85ad7274e0861371641956838de81c306be8eb97358.svg) no-repeat center center/100% auto, #BB8DBE;
  border: none;
}

/* line 350, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-search__category-check [type="checkbox"] {
  display: none;
}

/* line 355, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-search__amount-item {
  width: 100%;
}

/* line 359, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-search__city-link, .sidebar-search__category-link, .sidebar-search__amount-link {
  color: #BB8DBE;
  font-weight: bold;
  font-size: 1.3rem;
}

@media screen and (min-width: 1025px) {
  /* line 359, app/assets/stylesheets/companies/_sidebar.scss */
  .sidebar-search__city-link, .sidebar-search__category-link, .sidebar-search__amount-link {
    cursor: pointer;
    transition: 0.5s opacity;
  }
  /* line 47, app/assets/stylesheets/_mixin.scss */
  .sidebar-search__city-link:hover, .sidebar-search__category-link:hover, .sidebar-search__amount-link:hover {
    opacity: 0.7;
  }
  /* line 50, app/assets/stylesheets/_mixin.scss */
  .sidebar-search__city-link:hover img, .sidebar-search__category-link:hover img, .sidebar-search__amount-link:hover img {
    opacity: 1;
  }
}

/* line 367, app/assets/stylesheets/companies/_sidebar.scss */
.companies-index .sidebar-search__city-link, .companies-index .sidebar-search__category-link, .companies-index .sidebar-search__amount-link {
  color: #000;
}

/* line 372, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-search__submit {
  display: block;
  width: 80%;
  margin: 20px auto 0;
  padding: 0.3em 0;
  font-size: 1.4rem;
  background: transparent;
  border: 1px solid #BB8DBE;
  border-radius: 100px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  appearance: none;
  color: #BB8DBE;
}

@media screen and (min-width: 1025px) {
  /* line 372, app/assets/stylesheets/companies/_sidebar.scss */
  .sidebar-search__submit {
    cursor: pointer;
    transition: 0.5s opacity;
  }
  /* line 47, app/assets/stylesheets/_mixin.scss */
  .sidebar-search__submit:hover {
    opacity: 0.7;
  }
  /* line 50, app/assets/stylesheets/_mixin.scss */
  .sidebar-search__submit:hover img {
    opacity: 1;
  }
}

/* line 387, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-search__cont {
  background: #fff;
  padding: 20px 27px;
  border-radius: 10px;
  margin-bottom: 10px;
}

/* line 396, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-banner {
  display: block;
  margin-top: 30px;
}

@media screen and (min-width: 1025px) {
  /* line 396, app/assets/stylesheets/companies/_sidebar.scss */
  .sidebar-banner {
    cursor: pointer;
    transition: 0.5s opacity;
  }
  /* line 47, app/assets/stylesheets/_mixin.scss */
  .sidebar-banner:hover {
    opacity: 0.7;
  }
  /* line 50, app/assets/stylesheets/_mixin.scss */
  .sidebar-banner:hover img {
    opacity: 1;
  }
}

@media screen and (max-width: 897px) {
  /* line 396, app/assets/stylesheets/companies/_sidebar.scss */
  .sidebar-banner {
    display: none;
  }
}

/* line 406, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-thumb-item {
  list-style: none;
}

/* line 410, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-thumb-item:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}

/* line 414, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-thumb-item__link {
  display: flex;
  padding: 10px 0;
}

@media screen and (min-width: 1025px) {
  /* line 414, app/assets/stylesheets/companies/_sidebar.scss */
  .sidebar-thumb-item__link {
    cursor: pointer;
    transition: 0.5s opacity;
  }
  /* line 47, app/assets/stylesheets/_mixin.scss */
  .sidebar-thumb-item__link:hover {
    opacity: 0.7;
  }
  /* line 50, app/assets/stylesheets/_mixin.scss */
  .sidebar-thumb-item__link:hover img {
    opacity: 1;
  }
}

/* line 421, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-thumb-item__img {
  width: 30%;
}

/* line 425, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-thumb-item__text {
  position: relative;
  width: 68%;
  margin-left: 2%;
  font-size: 1.4rem;
}

/* line 432, app/assets/stylesheets/companies/_sidebar.scss */
.sidebar-thumb-item__views {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #666;
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# メインコンテンツエリア
--------------------------------------------------------------*/
/* line 5, app/assets/stylesheets/companies/_contents.scss */
.contents {
  padding-bottom: 60px;
}

/* line 8, app/assets/stylesheets/companies/_contents.scss */
body.store .contents {
  padding-bottom: 0;
}

@media screen and (max-width: 897px) {
  /* line 5, app/assets/stylesheets/companies/_contents.scss */
  .contents {
    padding-bottom: 10vw;
  }
}

/* line 17, app/assets/stylesheets/companies/_contents.scss */
.main {
  flex: 1;
}

/* line 20, app/assets/stylesheets/companies/_contents.scss */
body.single .main {
  padding: 20px 40px;
  background: #fff;
  border: 1px solid #BB8DBE;
  border-radius: 20px;
}

@media screen and (max-width: 897px) {
  /* line 20, app/assets/stylesheets/companies/_contents.scss */
  body.single .main {
    padding: 5vw;
    width: 100%;
  }
}

@media screen and (max-width: 897px) {
  /* line 32, app/assets/stylesheets/companies/_contents.scss */
  body.home .main, body.archive .main {
    width: 100%;
  }
}

/* line 40, app/assets/stylesheets/companies/_contents.scss */
body.article .main {
  margin-bottom: 100px;
}

/* line 44, app/assets/stylesheets/companies/_contents.scss */
.companies-index .main {
  width: 100%;
  max-width: 950px;
}

/* line 51, app/assets/stylesheets/companies/_contents.scss */
.contents-inner {
  display: flex;
  margin-bottom: 50px;
}

@media screen and (max-width: 897px) {
  /* line 51, app/assets/stylesheets/companies/_contents.scss */
  .contents-inner {
    flex-flow: column;
    flex-flow: column-reverse;
  }
  /* line 59, app/assets/stylesheets/companies/_contents.scss */
  .companies-index .contents-inner {
    flex-flow: column;
  }
  /* line 63, app/assets/stylesheets/companies/_contents.scss */
  body.article .contents-inner {
    flex-flow: column-reverse;
    align-items: flex-start;
  }
}

/* line 69, app/assets/stylesheets/companies/_contents.scss */
.companies-index .contents-inner {
  justify-content: space-between;
}

@media screen and (max-width: 897px) {
  /* line 73, app/assets/stylesheets/companies/_contents.scss */
  .contents-inner .detail-sidebar {
    display: none;
  }
}

/* line 81, app/assets/stylesheets/companies/_contents.scss */
.page-ttl {
  margin: 0 0 2em;
  padding-top: 2em;
  font-size: 2.6rem;
}

@media screen and (max-width: 897px) {
  /* line 81, app/assets/stylesheets/companies/_contents.scss */
  .page-ttl {
    font-size: 6vw;
  }
}

/* line 92, app/assets/stylesheets/companies/_contents.scss */
.popup {
  position: fixed;
  z-index: 10;
  right: 3vw;
  bottom: 3vh;
  display: none;
  max-width: 320px;
}

@media screen and (max-width: 480px) {
  /* line 92, app/assets/stylesheets/companies/_contents.scss */
  .popup {
    position: fixed;
    z-index: 10;
    right: 0;
    bottom: 0;
    display: none;
    max-width: 100%;
  }
}

/* line 109, app/assets/stylesheets/companies/_contents.scss */
.popup__close {
  position: absolute;
  top: -20px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: none;
  background: transparent;
}

/* line 125, app/assets/stylesheets/companies/_contents.scss */
.nav-links {
  display: flex;
  justify-content: center;
  margin: 1em 0;
  padding: 0;
  list-style: none;
}

/* line 132, app/assets/stylesheets/companies/_contents.scss */
.nav-links .page-numbers {
  padding: 0.5em 1em;
  font-size: 1.6rem;
  background: #fff;
}

/* line 137, app/assets/stylesheets/companies/_contents.scss */
.nav-links .page-numbers:not(:last-child) {
  margin-right: 1em;
}

/* line 141, app/assets/stylesheets/companies/_contents.scss */
.nav-links .page-numbers.current {
  background: #BB8DBE;
}

/* line 145, app/assets/stylesheets/companies/_contents.scss */
.nav-links .page-numbers:hover {
  background: #BB8DBE;
}

@media screen and (max-width: 897px) {
  /* line 132, app/assets/stylesheets/companies/_contents.scss */
  .nav-links .page-numbers {
    font-size: 3.2vw;
  }
}

/* line 155, app/assets/stylesheets/companies/_contents.scss */
.fbc-page .fbc-wrap .fbc-items li:first-child {
  padding-left: 0;
}

/*--------------------------------------------------------------
# ページャースタイル
--------------------------------------------------------------*/
/* line 5, app/assets/stylesheets/components/_pagenation.scss */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 0;
}

/* line 13, app/assets/stylesheets/components/_pagenation.scss */
.pagination > span:not(:last-child) {
  margin-right: 5px;
}

/* line 17, app/assets/stylesheets/components/_pagenation.scss */
.pagination > span a {
  font-size: 1;
  color: #BB8DBE;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 1;
  background: #fff;
  border-radius: 0.25rem;
  transition: 0.25s;
}

/* line 30, app/assets/stylesheets/components/_pagenation.scss */
.pagination > span a:hover {
  opacity: 0.8;
}

/* line 45, app/assets/stylesheets/components/_pagenation.scss */
.pagination > span.current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #BB8DBE;
  border-radius: 0.25rem;
}

/*--------------------------------------------------------------
# 加盟店詳細リッチページ
--------------------------------------------------------------*/
/* line 5, app/assets/stylesheets/companies/_rich_detail.scss */
.company-rich {
  font-family: YuMincho, 'Yu Mincho', serif;
  background-color: #FAFAFA;
}

@media screen and (max-width: 897px) {
  /* line 5, app/assets/stylesheets/companies/_rich_detail.scss */
  .company-rich {
    font-size: 3.7vw;
  }
}

/* line 14, app/assets/stylesheets/companies/_rich_detail.scss */
.contents {
  padding: 0;
}

/* line 18, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-mv {
  height: 70vh;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
}

/* line 30, app/assets/stylesheets/companies/_rich_detail.scss */
.rich-header {
  height: 120px;
  display: flex;
  z-index: 56;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 39, app/assets/stylesheets/companies/_rich_detail.scss */
.rich-header .container {
  max-width: 1030px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 897px) {
  /* line 39, app/assets/stylesheets/companies/_rich_detail.scss */
  .rich-header .container {
    display: block;
  }
}

/* line 50, app/assets/stylesheets/companies/_rich_detail.scss */
.rich-header__inner {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 897px) {
  /* line 50, app/assets/stylesheets/companies/_rich_detail.scss */
  .rich-header__inner {
    display: block;
  }
}

/* line 59, app/assets/stylesheets/companies/_rich_detail.scss */
.rich-header__company-name {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 897px) {
  /* line 59, app/assets/stylesheets/companies/_rich_detail.scss */
  .rich-header__company-name {
    display: block;
    margin: 20px auto 0 auto;
    text-align: center;
    line-height: 1em;
    font-size: clamp(1.5rem, 5vw, 3rem);
  }
}

/* line 74, app/assets/stylesheets/companies/_rich_detail.scss */
.rich-header__txt {
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 1em;
  text-align: center;
}

/* line 81, app/assets/stylesheets/companies/_rich_detail.scss */
.rich-header__list {
  display: flex;
  gap: 0 0.5em;
}

/* line 86, app/assets/stylesheets/companies/_rich_detail.scss */
.rich-header__item {
  list-style: none;
}

/* line 90, app/assets/stylesheets/companies/_rich_detail.scss */
.rich-header__link {
  color: black;
  border-left: 1px solid #2c1e0f;
  padding-left: 0.4em;
}

/* line 96, app/assets/stylesheets/companies/_rich_detail.scss */
.rich-header__link1 {
  border-left: none;
}

/* line 101, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-mv__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 897px) {
  /* line 101, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-mv__txt {
    width: 90%;
    white-space: normal;
  }
}

/* line 116, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-mv__m-txt {
  font-size: 8rem;
  margin: 0;
  line-height: 1.4em;
}

@media screen and (max-width: 897px) {
  /* line 116, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-mv__m-txt {
    font-size: 7.7vw;
  }
}

/* line 126, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-mv__s-txt {
  font-size: 2.6rem;
  margin: 0;
}

@media screen and (max-width: 897px) {
  /* line 126, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-mv__s-txt {
    font-size: 4.7vw;
  }
}

/* line 135, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-mv__pic {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70vh;
}

/* line 143, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-mv__img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  opacity: 0.5;
}

/* line 150, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-prologue,
.rc-review {
  position: relative;
  padding-bottom: 60px;
}

/* line 155, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-prologue .rc__ttl,
.rc-review .rc__ttl {
  position: relative;
  padding: 0.9em 0;
  margin: 0.9em 0 1.5em;
  font-size: 4rem;
  text-align: center;
}

@media screen and (max-width: 897px) {
  /* line 155, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-prologue .rc__ttl,
.rc-review .rc__ttl {
    font-size: 5.3vw;
  }
}

/* line 166, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-prologue .rc__ttl::after,
.rc-review .rc__ttl::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: 1px;
  max-width: 500px;
  width: 100%;
  background: #333;
  background: -moz-linear-gradient(left, transparent 0%, #555 15%, #333 50%, #555 85%, transparent 100%);
  background: -webkit-linear-gradient(left, transparent 0%, #555 15%, #333 50%, #555 85%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, #555 15%, #333 50%, #555 85%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=1);
  content: "";
}

/* line 184, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-prologue .container,
.rc-review .container {
  max-width: 1050px;
}

/* line 188, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-prologue .rc-prologue__row,
.rc-review .rc-prologue__row {
  display: flex;
  gap: 0 100px;
}

/* line 193, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-prologue .rc-prologue__l-cnt,
.rc-review .rc-prologue__l-cnt {
  width: 700px;
}

/* line 197, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-prologue .rc-prologue__ttl,
.rc-review .rc-prologue__ttl {
  font-size: 2.5rem;
}

@media screen and (max-width: 897px) {
  /* line 197, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-prologue .rc-prologue__ttl,
.rc-review .rc-prologue__ttl {
    font-size: 4.7vw;
  }
}

/* line 205, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-prologue .rc-prologue__txt,
.rc-review .rc-prologue__txt {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 2;
}

/* line 211, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-prologue .rc-prologue__link,
.rc-review .rc-prologue__link {
  display: none;
}

@media screen and (max-width: 897px) {
  /* line 211, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-prologue .rc-prologue__link,
.rc-review .rc-prologue__link {
    display: block;
    padding: 0.7em;
    color: #fff;
    text-align: center;
    background: #666;
    position: relative;
    margin: 15px 0 0 0;
  }
}

@media screen and (max-width: 897px) {
  /* line 225, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-prologue .rc-prologue__link::before,
.rc-review .rc-prologue__link::before {
    position: absolute;
    top: 50%;
    left: 1.3em;
    transform: translateY(-50%);
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background: url(/assets/images/company_rich/icn_website.png);
    background-position: top left;
    background-size: 100% auto;
    content: "";
  }
}

/* line 241, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-prologue .rc-prologue__r-cnt,
.rc-review .rc-prologue__r-cnt {
  width: 300px;
}

@media screen and (max-width: 897px) {
  /* line 241, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-prologue .rc-prologue__r-cnt,
.rc-review .rc-prologue__r-cnt {
    display: none;
  }
}

/* line 249, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-prologue .rc-side-nav,
.rc-review .rc-side-nav {
  position: relative;
  padding-bottom: 0.5em;
}

/* line 253, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-prologue .rc-side-nav__list,
.rc-review .rc-side-nav__list {
  padding: 0;
}

/* line 257, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-prologue .rc-side-nav__item,
.rc-review .rc-side-nav__item {
  list-style: none;
}

/* line 261, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-prologue .rc-side-nav__link,
.rc-review .rc-side-nav__link {
  position: relative;
  display: block;
  padding: 0.7em;
  color: #fff;
  text-align: center;
  background: #666;
}

/* line 270, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-prologue .rc-side-nav__link--web,
.rc-review .rc-side-nav__link--web {
  position: relative;
}

/* line 274, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-prologue .rc-side-nav__link--web::before,
.rc-review .rc-side-nav__link--web::before {
  position: absolute;
  top: 50%;
  left: 1.3em;
  transform: translateY(-50%);
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(/assets/images/company_rich/icn_website.png);
  background-position: top left;
  background-size: 100% auto;
  content: "";
}

/* line 288, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-prologue .rc-side-nav::after,
.rc-review .rc-side-nav::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: 1px;
  max-width: 500px;
  width: 100%;
  background: #333;
  background: -moz-linear-gradient(left, transparent 0%, #555 15%, #333 50%, #555 85%, transparent 100%);
  background: -webkit-linear-gradient(left, transparent 0%, #555 15%, #333 50%, #555 85%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, #555 15%, #333 50%, #555 85%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=1);
  content: "";
}

/* line 307, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-prologue .rc-side-info__list,
.rc-review .rc-side-info__list {
  padding: 0;
}

/* line 311, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-prologue .rc-side-info__item,
.rc-review .rc-side-info__item {
  list-style: none;
  margin-bottom: 0.5em;
}

/* line 317, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-prologue::after,
.rc-review::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: 1px;
  max-width: 500px;
  width: 100%;
  background: #333;
  background: -moz-linear-gradient(left, transparent 0%, #555 15%, #333 50%, #555 85%, transparent 100%);
  background: -webkit-linear-gradient(left, transparent 0%, #555 15%, #333 50%, #555 85%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, #555 15%, #333 50%, #555 85%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=1);
  content: "";
}

/* line 335, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-obsession {
  padding: 60px 0;
}

@media screen and (max-width: 897px) {
  /* line 335, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-obsession {
    padding: 60px 0 0 0;
  }
}

/* line 342, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-obsession .container {
  position: relative;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

/* line 349, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-obsession__ttl {
  margin: 0 0 60px;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: normal;
}

@media screen and (max-width: 897px) {
  /* line 349, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-obsession__ttl {
    margin: 0 0 30px;
    font-size: 7.3vw;
  }
}

/* line 361, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-obsession-content {
  display: flex;
  gap: 0 30px;
  margin-bottom: 60px;
}

@media screen and (max-width: 897px) {
  /* line 361, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-obsession-content {
    flex-direction: column;
  }
}

/* line 371, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-obsession-content > * {
  flex: 1;
  padding: 0 15px;
}

/* line 376, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-obsession-content__area-txt {
  width: 50%;
}

@media screen and (max-width: 897px) {
  /* line 376, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-obsession-content__area-txt {
    width: 100%;
  }
}

/* line 384, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-obsession-content__ttl {
  margin: 0 0 1em;
  font-size: 2.6rem;
  font-weight: normal;
}

@media screen and (max-width: 897px) {
  /* line 384, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-obsession-content__ttl {
    font-size: 5.3vw;
  }
}

/* line 394, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-obsession-content__txt {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 2;
}

/* line 400, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-obsession-content__pic {
  width: 50%;
}

@media screen and (max-width: 897px) {
  /* line 400, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-obsession-content__pic {
    width: 100%;
  }
}

/* line 407, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-obsession-content__pic img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  border: none;
  transition: opacity .2s;
}

/* line 418, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-obsession-content:nth-child(odd) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 897px) {
  /* line 418, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-obsession-content:nth-child(odd) {
    flex-direction: column;
  }
}

/* line 427, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-staff {
  background: url(/assets/images/company_rich/bg.png);
  background-color: rgba(252, 254, 232, 0.5);
  background-blend-mode: darken;
  padding: 60px 0;
}

/* line 433, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-staff__ttl {
  font-size: 3.2rem;
  font-weight: normal;
  margin: 0 0 1em;
}

/* line 439, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-staff__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media screen and (max-width: 897px) {
  /* line 439, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-staff__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
  }
}

/* line 454, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-staff__item {
  flex: 1 1 25%;
  max-width: 25%;
  padding: 0 25px;
}

@media screen and (max-width: 897px) {
  /* line 454, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-staff__item {
    max-width: none;
    padding: 0;
  }
}

/* line 465, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-staff__pic {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 125%;
  overflow: hidden;
  background: #f5f5f5;
}

/* line 474, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-staff__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* line 485, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-staff__name {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 10px 0 0 0;
  text-align: center;
}

@media screen and (max-width: 897px) {
  /* line 485, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-staff__name {
    font-size: 1.5rem;
  }
}

/* line 496, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-staff__kana {
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 897px) {
  /* line 502, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-staff__list--placeholder .rc-staff__item:nth-child(3),
.rc-staff__list--placeholder .rc-staff__item:nth-child(4) {
    display: none;
  }
}

/* line 510, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-staff__more {
  display: none;
}

@media screen and (max-width: 897px) {
  /* line 510, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-staff__more {
    display: block;
    width: 100%;
    padding: 0.7em;
    color: #fff;
    text-align: center;
    background: #666;
    border: none;
  }
}

/* line 525, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-review {
  margin: 100px 0 0 0;
}

/* line 529, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-review::after {
  position: unset;
  background: none;
}

/* line 534, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-review__head {
  position: relative;
  width: 100%;
  height: 40px;
}

/* line 540, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-review__head::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 100%;
  border-left: 1px solid #cacaca;
  border-top: 1px solid #cacaca;
  top: 0;
  left: -40px;
}

@media screen and (max-width: 897px) {
  /* line 540, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-review__head::before {
    left: 0;
  }
}

/* line 556, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-review__head::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 100%;
  border-right: 1px solid #cacaca;
  border-top: 1px solid #cacaca;
  top: 0;
  right: -40px;
}

@media screen and (max-width: 897px) {
  /* line 556, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-review__head::after {
    right: 0;
  }
}

/* line 571, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-review__foot {
  position: relative;
  width: 100%;
  height: 40px;
  margin: 0 0 50px 0;
}

/* line 578, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-review__foot:last-of-type {
  margin: 0;
}

/* line 582, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-review__foot::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 100%;
  border-left: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  bottom: -15px;
  left: -40px;
}

@media screen and (max-width: 897px) {
  /* line 582, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-review__foot::before {
    left: 0;
  }
}

/* line 597, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-review__foot::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 100%;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  bottom: -15px;
  right: -40px;
}

@media screen and (max-width: 897px) {
  /* line 597, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-review__foot::after {
    right: 0;
  }
}

/* line 612, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-review__cont {
  padding: 15px 0 0 0;
}

/* line 616, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-review__comment {
  margin: 0 0 30px 0;
}

@media screen and (max-width: 897px) {
  /* line 616, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-review__comment {
    padding: 0 15px;
  }
}

/* line 624, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-review__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 897px) {
  /* line 624, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-review__row {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* line 634, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-review__star-row {
  display: flex;
}

@media screen and (max-width: 897px) {
  /* line 634, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-review__star-row {
    margin: 0 auto;
  }
}

/* line 642, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-review__name {
  width: 8em;
}

/* line 646, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-review__status {
  text-align: right;
  margin: 15px 0;
}

@media screen and (max-width: 897px) {
  /* line 646, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-review__status {
    padding: 0 15px 0 0;
  }
}

/* line 656, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-company {
  padding: 50px 0;
  background: url(/assets/images/company_rich/bg.png);
  background-color: rgba(98, 182, 199, 0.5);
  background-blend-mode: darken;
  color: white;
}

@media screen and (max-width: 897px) {
  /* line 656, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-company {
    padding: 40px 0;
  }
}

/* line 667, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-company .container {
  position: relative;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

/* line 674, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-company__ttl {
  margin: 0 0 1em;
  font-size: 3.2rem;
  color: #fff;
}

@media screen and (max-width: 897px) {
  /* line 674, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-company__ttl {
    font-size: 7.3vw;
  }
}

/* line 684, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-company__infomations {
  display: flex;
  gap: 0 30px;
}

@media screen and (max-width: 897px) {
  /* line 684, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-company__infomations {
    flex-flow: column;
  }
}

/* line 693, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-company__l-info, .rc-company__r-info {
  width: 50%;
}

@media screen and (max-width: 897px) {
  /* line 693, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-company__l-info, .rc-company__r-info {
    width: 100%;
  }
}

/* line 702, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-company__row {
  display: flex;
  position: relative;
}

/* line 707, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-company__info-ttl {
  width: 10em;
  margin: 7px 0;
}

/* line 712, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-company__info-value {
  width: calc(100% - 10em);
  margin: 7px 0;
}

/* line 717, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-company__info-img {
  position: absolute;
  top: 10px;
  left: -25px;
  height: 20px;
  object-fit: scale-down;
}

/* line 725, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-company__info.icn--building, .rc-company__info.icn--tel, .rc-company__info.icn--map, .rc-company__info.icn--wallet, .rc-company__info.icn--mask {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
}

/* line 734, app/assets/stylesheets/companies/_rich_detail.scss */
.rc-company__info.icn--tel, .rc-company__info.icn--wallet {
  border-top: 1px dashed #fff;
  padding: 20px 0 0 20px;
}

@media screen and (max-width: 897px) {
  /* line 743, app/assets/stylesheets/companies/_rich_detail.scss */
  .rc-company__info.icn--map, .rc-company__info.icn--mask {
    border-top: 1px dashed #fff;
    padding: 20px 0 0 20px;
  }
}

/* line 751, app/assets/stylesheets/companies/_rich_detail.scss */
.rich-footer {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 70px 0;
  color: white;
}

@media screen and (max-width: 897px) {
  /* line 751, app/assets/stylesheets/companies/_rich_detail.scss */
  .rich-footer {
    padding: 20px 0;
  }
}

/* line 760, app/assets/stylesheets/companies/_rich_detail.scss */
.rich-footer .container {
  max-width: 1030px;
  margin: 0 auto;
  display: block;
}

/* line 766, app/assets/stylesheets/companies/_rich_detail.scss */
.rich-footer__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 897px) {
  /* line 766, app/assets/stylesheets/companies/_rich_detail.scss */
  .rich-footer__row {
    flex-flow: column-reverse;
  }
}

/* line 776, app/assets/stylesheets/companies/_rich_detail.scss */
.rich-footer__logo {
  font-size: 2rem;
  font-weight: normal;
}

@media screen and (max-width: 897px) {
  /* line 776, app/assets/stylesheets/companies/_rich_detail.scss */
  .rich-footer__logo {
    font-size: 3.7vw;
  }
}

/* line 785, app/assets/stylesheets/companies/_rich_detail.scss */
.rich-footer__list {
  display: flex;
  gap: 0 15px;
  list-style: none;
  font-size: 1.4rem;
}

@media screen and (max-width: 897px) {
  /* line 785, app/assets/stylesheets/companies/_rich_detail.scss */
  .rich-footer__list {
    font-size: 3.2vw;
    display: flex;
    flex-flow: wrap;
    padding: 0;
  }
}

/* line 799, app/assets/stylesheets/companies/_rich_detail.scss */
.rich-footer__link {
  color: white;
}

/* line 804, app/assets/stylesheets/companies/_rich_detail.scss */
.tab-content {
  display: none;
  opacity: 0;
  transition: opacity 1s linear;
}

/* line 809, app/assets/stylesheets/companies/_rich_detail.scss */
.tab-content.is-active {
  display: block;
  opacity: 1;
}

@media screen and (max-width: 897px) {
  /* line 817, app/assets/stylesheets/companies/_rich_detail.scss */
  #rich-header__nav {
    position: fixed;
    z-index: 65;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #666;
    transition: all 0.4s;
  }
  /* line 827, app/assets/stylesheets/companies/_rich_detail.scss */
  #rich-header__nav.panelactive {
    top: 0;
  }
  /* line 831, app/assets/stylesheets/companies/_rich_detail.scss */
  #rich-header__nav.panelactive #rich-header__nav--list {
    position: fixed;
    z-index: 65;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 840, app/assets/stylesheets/companies/_rich_detail.scss */
  #rich-header__nav .rich-header__list {
    position: absolute;
    z-index: 65;
    top: 2.5%;
    left: 0;
    flex-flow: column;
    margin: 0;
    width: 100%;
    padding: 0;
  }
  /* line 851, app/assets/stylesheets/companies/_rich_detail.scss */
  #rich-header__nav .rich-header__item {
    list-style: none;
  }
  /* line 855, app/assets/stylesheets/companies/_rich_detail.scss */
  #rich-header__nav .rich-header__link {
    color: #333;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: normal;
    border-left: none;
    font-size: 1.6rem;
    color: white;
    padding: 15px 0 15px 30px;
    border-bottom: solid 1px white;
  }
  /* line 870, app/assets/stylesheets/companies/_rich_detail.scss */
  .rich-header__hamburger {
    position: fixed;
    z-index: 75;
    top: 18px;
    right: 0;
    cursor: pointer;
    width: 50px;
    height: 40px;
  }
  /* line 879, app/assets/stylesheets/companies/_rich_detail.scss */
  .rich-header__hamburger span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 1.5px;
    background-color: #333;
    width: 40%;
  }
  /* line 889, app/assets/stylesheets/companies/_rich_detail.scss */
  .rich-header__hamburger.active span {
    background-color: white;
  }
  /* line 893, app/assets/stylesheets/companies/_rich_detail.scss */
  .rich-header__hamburger span:nth-of-type(1) {
    top: 17px;
  }
  /* line 897, app/assets/stylesheets/companies/_rich_detail.scss */
  .rich-header__hamburger span:nth-of-type(2) {
    top: 23px;
  }
  /* line 901, app/assets/stylesheets/companies/_rich_detail.scss */
  .rich-header__hamburger span:nth-of-type(3) {
    top: 29px;
  }
  /* line 905, app/assets/stylesheets/companies/_rich_detail.scss */
  .rich-header__hamburger.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  /* line 912, app/assets/stylesheets/companies/_rich_detail.scss */
  .rich-header__hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }
  /* line 916, app/assets/stylesheets/companies/_rich_detail.scss */
  .rich-header__hamburger.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}
