@charset "UTF-8";
/* placeholder color */
/**********************************************************************************************

　common

**********************************************************************************************/
.detail_sec {
  padding: 0 0 60px; }
  @media (max-width: 750px) {
    .detail_sec {
      padding: 0 0 8vw; } }

.detail_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media (max-width: 750px) {
    .detail_flex {
      display: block; } }
  .detail_flex .detail_inner {
    padding: 30px 0 0; }
    @media (max-width: 750px) {
      .detail_flex .detail_inner {
        padding: 0 0 2.6vw; } }

.sec_box:not(:last-child) {
  margin: 0 0 50px; }
  @media (max-width: 750px) {
    .sec_box:not(:last-child) {
      margin: 0 0 5.3vw; } }

.sec_tit {
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 2.2;
  margin: 0 0 20px;
  color: #333; }
  @media (max-width: 750px) {
    .sec_tit {
      font-size: 4vw;
      margin: 0 0 3vw; } }
  .sec_tit span {
    background: #faee00;
    display: inline-block;
    line-height: 1;
    padding: 2px;
    font-size: 4rem; }
    @media (max-width: 750px) {
      .sec_tit span {
        font-size: 5.8vw; } }

.content_tit {
  color: #0d6cf4;
  font-size: 2.8rem;
  margin: 0 0 30px;
  font-weight: 700; }
  @media (max-width: 750px) {
    .content_tit {
      font-size: 4vw;
      margin: 0 0 2.6vw; } }

.btnList {
  display: flex;
  justify-content: space-between; }
  .btnList li {
    width: 420px; }
    @media (max-width: 750px) {
      .btnList li {
        width: 44.2vw; } }
  .btnList a {
    color: #fff;
    font-weight: 700;
    font-size: 2.8rem;
    text-align: center;
    background: #0d6cf4;
    display: block;
    border-radius: 10px;
    padding: 18px 0 15px;
    position: relative; }
    @media (max-width: 750px) {
      .btnList a {
        font-size: 3.46vw;
        padding: 2.6vw 1.3vw;
        border-radius: 5px; } }
    @media (min-width: 751px) {
      .btnList a {
        transition: .4s; }
        .btnList a:hover {
          background: #f5940c; } }

.arrow-right, .arrow-bottom {
  padding-right: 10px !important; }
  @media (max-width: 750px) {
    .arrow-right, .arrow-bottom {
      padding-right: 5.2vw !important; } }
  .arrow-right::after, .arrow-bottom::after {
    content: "";
    display: block;
    background: url("../img/common/arrow_right_white.svg") no-repeat;
    background-size: contain;
    width: 16px;
    height: 27px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    position: absolute; }
    @media (max-width: 750px) {
      .arrow-right::after, .arrow-bottom::after {
        width: 2.2vw;
        height: 3.8vw;
        right: 2.6vw; } }

@media (max-width: 750px) {
  .arrow-bottom {
    font-size: 3.2vw !important; } }
.arrow-bottom::after {
  transform: rotate(90deg) translateY(-50%);
  transform-origin: top center;
  top: 54%; }

.bg_primary-light {
  color: #333 !important;
  background: #c4d8f5 !important; }
  @media (min-width: 751px) {
    .bg_primary-light:hover {
      background: #f5e0c4 !important; } }

.bg_accent {
  background: #f5940c !important; }
  @media (min-width: 751px) {
    .bg_accent:hover {
      background: #231815 !important; } }

.bg_black {
  background: #231815 !important; }
  @media (min-width: 751px) {
    .bg_black:hover {
      background: #0d6cf4 !important; } }

.linkBtn {
  background: #0d6cf4;
  display: block;
  color: #fff;
  max-width: 400px;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 18px 20px 15px 0;
  border-radius: 10px;
  font-size: 2.4rem;
  transition: .4s; }
  @media (max-width: 750px) {
    .linkBtn {
      width: 54vw;
      padding: 2.6vw 2.6vw 2.6vw 0;
      font-size: 3.46vw;
      border-radius: 5px;
      margin: auto; } }
  @media (min-width: 751px) {
    .linkBtn:hover {
      background: #f5940c; } }
  .linkBtn::after {
    content: "";
    display: block;
    background: url("../img/common/arrow_right_white.svg") no-repeat;
    background-size: contain;
    width: 14px;
    height: 22px;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%); }
    @media (max-width: 750px) {
      .linkBtn::after {
        width: 1.86vw;
        height: 2.93vw;
        right: 4vw; } }

/*---------------------------------------------
bnr
---------------------------------------------*/
.bnrArea {
  background: #fff; }
  .bnrArea:not(:last-child) {
    margin: 0 0 -30px;
    padding: 60px 0 0; }
    @media (max-width: 750px) {
      .bnrArea:not(:last-child) {
        padding: 8vw 0 0;
        margin: 0 0 -2.7vw; } }
  .bnrArea:last-child {
    padding: 60px 0; }
    @media (max-width: 750px) {
      .bnrArea:last-child {
        padding: 8vw 0 12vw; } }
  .bnrArea .inner {
    max-width: 1024px; }

.bnr_btnList {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 65px;
  display: flex;
  text-align: center;
  left: 0;
  width: 100%;
  justify-content: center; }
  @media (max-width: 750px) {
    .bnr_btnList {
      display: block;
      font-size: 4.8vw;
      bottom: 11vw; } }
  .bnr_btnList li {
    width: 440px;
    background: #fff;
    border-radius: 5px; }
    @media (max-width: 750px) {
      .bnr_btnList li {
        width: 70.6vw;
        margin: auto; } }
    .bnr_btnList li:not(:last-child) {
      margin: 0 20px 0 0; }
      @media (max-width: 750px) {
        .bnr_btnList li:not(:last-child) {
          margin: 0 auto 2.6vw; } }
    .bnr_btnList li:nth-child(2) a {
      background: #f39800;
      color: #333; }
  .bnr_btnList a {
    display: block;
    padding: 15px 0;
    background: #c30d23;
    border-radius: 5px; }
    @media (min-width: 751px) {
      .bnr_btnList a {
        transition: .4s; }
        .bnr_btnList a:hover {
          opacity: 0.6; } }
    @media (max-width: 750px) {
      .bnr_btnList a {
        padding: 3.2vw 0; } }

/*---------------------------------------------
property
---------------------------------------------*/
.propertyList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 -50px; }
  @media (max-width: 750px) {
    .propertyList {
      margin: 0 0 -8vw; } }
  .propertyList::after {
    content: "";
    display: block;
    width: 280px; }
  .propertyList li {
    margin: 0 0 50px; }
    @media (max-width: 750px) {
      .propertyList li {
        margin: 0 0 8vw; } }

.propertyItem {
  width: 280px;
  position: relative;
  height: auto; }
  @media (max-width: 750px) {
    .propertyItem {
      width: 100%; } }
  .propertyItem > a {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #0d6cf4;
    padding: 0 0 15px;
    display: block;
    height: 100%; }
    @media (max-width: 750px) {
      .propertyItem > a {
        padding: 0 0 4vw; } }
    @media (min-width: 751px) {
      .propertyItem > a {
        transition: .4s; }
        .propertyItem > a:hover {
          background: #c4d8f5; }
          .propertyItem > a:hover .propertyList_optionList li {
            background: #faee00; }
          .propertyItem > a:hover .propertyList_img img {
            opacity: 0.5; } }
  .propertyItem .favorite_wrap,
  .propertyItem .wpfp-span,
  .propertyItem .simplefavorite-button {
    display: block;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: none;
    position: absolute;
    width: 40px;
    top: 5px;
    right: 5px;
    display: block;
    font-size: 0;
    z-index: 10;
    background: url("../img/common/favorite01.svg") no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 10; }
    .propertyItem .favorite_wrap a,
    .propertyItem .wpfp-span a,
    .propertyItem .simplefavorite-button a {
      width: 40px;
      height: 40px;
      display: block; }
    @media (min-width: 751px) {
      .propertyItem .favorite_wrap:hover,
      .propertyItem .wpfp-span:hover,
      .propertyItem .simplefavorite-button:hover {
        background: url("../img/common/favorite02.svg") no-repeat;
        background-size: contain; } }
    .propertyItem .favorite_wrap.active,
    .propertyItem .wpfp-span.active,
    .propertyItem .simplefavorite-button.active {
      background: url("../img/common/favorite02.svg") no-repeat;
      background-size: contain; }
      .propertyItem .favorite_wrap.active img,
      .propertyItem .wpfp-span.active img,
      .propertyItem .simplefavorite-button.active img {
        opacity: 0; }
    @media (min-width: 751px) {
      .propertyItem .favorite_wrap img,
      .propertyItem .wpfp-span img,
      .propertyItem .simplefavorite-button img {
        opacity: 1;
        transition: .4s; }
      .propertyItem .favorite_wrap:hover img,
      .propertyItem .wpfp-span:hover img,
      .propertyItem .simplefavorite-button:hover img {
        opacity: 0; } }
    @media (max-width: 750px) {
      .propertyItem .favorite_wrap,
      .propertyItem .wpfp-span,
      .propertyItem .simplefavorite-button {
        width: 12.6vw;
        height: 12.6vw;
        top: 1.3vw;
        right: 1.3vw; }
        .propertyItem .favorite_wrap img,
        .propertyItem .wpfp-span img,
        .propertyItem .simplefavorite-button img {
          opacity: 0; } }

.simplefavorite-button.active {
  opacity: 1 !important; }

.propertyList_img {
  width: calc(100% + 2px);
  position: relative;
  left: -1px;
  top: -1px;
  margin: 0 0 10px;
  background: #fff;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  height: 210px; }
  @media (max-width: 750px) {
    .propertyList_img {
      margin: 0 0 4vw;
      height: 60vw; } }
  .propertyList_img img {
    border-radius: 6px 6px 0 0;
    transition: .4s;
    max-height: unset;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block; }

.propertyList_content {
  padding: 0 20px; }
  @media (max-width: 750px) {
    .propertyList_content {
      padding: 0 5vw; } }

.propertyList_tit {
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 10px;
  line-height: 1.4; }
  @media (max-width: 750px) {
    .propertyList_tit {
      font-size: 6.13vw;
      margin: 0 0 2.6vw; } }

.propertyList_txtArea {
  margin: 0 0 15px; }
  @media (max-width: 750px) {
    .propertyList_txtArea {
      margin: 0 0 4vw;
      font-size: 4vw; } }

.propertyList_cost {
  color: #0d6cf4;
  font-size: 2rem; }
  @media (max-width: 750px) {
    .propertyList_cost {
      font-size: 6.13vw; } }
  .propertyList_cost span {
    font-size: 1.2rem;
    vertical-align: baseline; }
    @media (max-width: 750px) {
      .propertyList_cost span {
        font-size: 3.8vw; } }

.propertyList_optionList {
  display: flex;
  font-size: 1.2rem;
  color: #f5940c;
  flex-wrap: wrap; }
  @media (max-width: 750px) {
    .propertyList_optionList {
      font-size: 3.2vw; } }
  .propertyList_optionList li {
    background: #faeec1;
    padding: 0 5px;
    margin: 0 5px 5px 0;
    transform: .4s; }
    @media (max-width: 750px) {
      .propertyList_optionList li {
        padding: 1.3vw 2.6vw;
        margin: 0 2.6vw 2.6vw 0; } }

.propertyList_time {
  font-size: 1.2rem;
  color: #555555; }
  @media (max-width: 750px) {
    .propertyList_time {
      font-size: 3.73vw; } }

.sortBtn {
  overflow: hidden;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 2.8rem;
  text-align: center;
  background: #231815;
  height: 100%;
  display: block;
  border-radius: 10px;
  position: relative; }
  @media (max-width: 750px) {
    .sortBtn {
      font-size: 3.46vw;
      border-radius: 5px; } }
  @media (min-width: 751px) {
    .sortBtn {
      transition: .4s; }
      .sortBtn:hover {
        background: #f5940c; } }
  .sortBtn select {
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    padding: 0 40px;
    color: #fff;
    -webkit-appearance: none;
    appearance: none; }
    @media (max-width: 750px) {
      .sortBtn select {
        padding: 0 4vw; } }
    .sortBtn select::-ms-expand {
      display: none; }

/*---------------------------------------------
favorite
---------------------------------------------*/
.favoriteList {
  margin: 100px 0 -50px; }
  @media (max-width: 750px) {
    .favoriteList {
      margin: 20vw 0 0; } }
  .favoriteList li {
    margin: 0 0 100px; }
    @media (max-width: 750px) {
      .favoriteList li {
        margin: 0 0 20vw; } }
  .favoriteList input[type=checkbox] {
    display: none; }
  .favoriteList .property_check {
    position: absolute;
    cursor: pointer;
    display: block;
    width: 80px;
    height: 50px;
    border: 2px solid #231815;
    border-radius: 0 10px 0 0;
    bottom: 100%;
    left: 0;
    z-index: 10;
    transition: .4s; }
    @media (max-width: 750px) {
      .favoriteList .property_check {
        width: 17.6vw;
        height: 10.6vw; } }
    .favoriteList .property_check::after {
      border-right: 4px solid #e60012;
      border-bottom: 4px solid #e60012;
      content: '';
      display: block;
      height: 20px;
      left: 37px;
      opacity: 0;
      position: absolute;
      top: 11px;
      transform: rotate(45deg);
      width: 12px;
      transform-origin: top center; }
      @media (max-width: 750px) {
        .favoriteList .property_check::after {
          height: 5vw;
          left: 8vw;
          opacity: 0;
          top: 1.8vw;
          width: 3.2vw; } }
  .favoriteList input[type=checkbox]:checked + .property_check::after {
    opacity: 1; }
  .favoriteList input[type=checkbox]:checked + .property_check {
    background: #faeec1;
    border-color: #f5940c; }
  .favoriteList a {
    border-radius: 0 6px 6px 6px; }
  .favoriteList .propertyList_img img {
    border-radius: 0 6px 0 0; }

.favoriteBtnList {
  list-style: none;
  display: flex; }
  .favoriteBtnList li:not(:last-child) {
    margin: 0 20px 0 0; }
    @media (max-width: 750px) {
      .favoriteBtnList li:not(:last-child) {
        margin: 0 3vw 0 0; } }
  .favoriteBtnList input {
    display: none; }
  .favoriteBtnList label {
    width: 640px;
    border-radius: 6px;
    background: #0d6cf4;
    display: block;
    color: #fff;
    font-size: 2.8rem;
    text-align: center;
    position: relative;
    padding: 20px;
    cursor: pointer;
    transition: .4s; }
    @media (max-width: 750px) {
      .favoriteBtnList label {
        width: 60vw;
        font-size: 4vw;
        padding: 3vw 0; } }
    .favoriteBtnList label::after {
      content: "";
      display: block;
      background: url("../img/common/arrow_right_white.svg") no-repeat;
      background-size: contain;
      width: 14px;
      height: 22px;
      position: absolute;
      top: 50%;
      right: 40px;
      transform: translateY(-50%); }
      @media (max-width: 750px) {
        .favoriteBtnList label::after {
          width: 1.86vw;
          height: 2.93vw;
          right: 4vw; } }
    .favoriteBtnList label:hover {
      background: #f5940c; }

.favoriteContactBtn {
  display: block; }

/**********************************************************************************************

　TOP

**********************************************************************************************/
/*---------------------------------------------
common
---------------------------------------------*/
/* sec */
.top_sec {
  padding: 40px 0 40px; }
  @media (max-width: 750px) {
    .top_sec {
      padding: 8vw 0 10.6vw; } }
  .top_sec .sec_tit {
    color: #0d6cf4; }
  @media (min-width: 751px) {
    .top_sec:not(.top_sec-serach) .inner {
      padding-right: 290px; } }

/* property */
.top_propertyList {
  width: 870px;
  margin: 0 0 40px -295px; }
  @media (max-width: 750px) {
    .top_propertyList {
      width: 100vw;
      margin: 0 0 4vw -5vw; } }
  .top_propertyList .propertyItem {
    margin: 0 5px; }
    @media (max-width: 750px) {
      .top_propertyList .propertyItem {
        width: 60vw;
        margin: 0 1vw; } }
    @media (max-width: 750px) {
      .top_propertyList .propertyItem > a {
        padding: 0 0 2.6vw; } }
  @media (max-width: 750px) {
    .top_propertyList .propertyList_img {
      margin: 0 0 2.6vw;
      height: 43vw; } }
  @media (max-width: 750px) {
    .top_propertyList .propertyList_content {
      padding: 0 2.6vw; } }
  @media (max-width: 750px) {
    .top_propertyList .propertyList_tit {
      font-size: 4vw;
      margin: 0 0 1.3vw; } }
  @media (max-width: 750px) {
    .top_propertyList .propertyList_txtArea {
      margin: 0 0 2.6vw; } }
  @media (max-width: 750px) {
    .top_propertyList .propertyList_cost {
      font-size: 4vw; } }
  @media (max-width: 750px) {
    .top_propertyList .propertyList_cost span {
      font-size: 2.6vw; } }
  @media (max-width: 750px) {
    .top_propertyList .propertyList_optionList {
      font-size: 2.6vw; } }
  @media (max-width: 750px) {
    .top_propertyList .propertyList_optionList li {
      padding: 0 0.7vw;
      margin: 0 0.8vw 0.8vw 0; } }
  @media (max-width: 750px) {
    .top_propertyList .propertyList_time {
      font-size: 2.6vw; } }
  .top_propertyList .simplefavorite-button {
    display: block;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: none; }
    @media (max-width: 750px) {
      .top_propertyList .simplefavorite-button {
        width: 8vw;
        height: 8vw;
        top: 1.3vw;
        right: 1.3vw; } }

@media (min-width: 751px) {
  .top_sec_btnArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse; } }

.arrowList {
  display: flex; }
  @media (max-width: 750px) {
    .arrowList {
      justify-content: center;
      margin: 0 0 2.6vw; } }
  .arrowList .slick-arrow {
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    width: 60px;
    height: 60px;
    border: 1px solid #0d6cf4;
    background-color: #0d6cf4;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 16px;
    transition: .2s background-color;
    cursor: pointer;
    text-indent: 100%;
    overflow: hidden; }
    @media (max-width: 750px) {
      .arrowList .slick-arrow {
        width: 8vw;
        height: 8vw;
        background-size: 2.13vw; } }
    .arrowList .slick-arrow:not(:last-child) {
      margin: 0 20px 0 0; }
      @media (max-width: 750px) {
        .arrowList .slick-arrow:not(:last-child) {
          margin: 0 2.6vw 0 0; } }
    @media (min-width: 751px) {
      .arrowList .slick-arrow:hover {
        background-color: #f5940c;
        border-color: #f5940c; } }
  .arrowList .slick-prev {
    background-image: url("../img/common/arrow_left_white.svg");
    background-position: 17px center; }
    @media (max-width: 750px) {
      .arrowList .slick-prev {
        background-position: 2.2vw center; } }
  .arrowList .slick-next {
    background-image: url("../img/common/arrow_right_white.svg");
    background-position: 23px center; }
    @media (max-width: 750px) {
      .arrowList .slick-next {
        background-position: 3.2vw center; } }

/*---------------------------------------------
kv
---------------------------------------------*/
.top_kvList {
  background: url("../img/top/main_back.png") no-repeat center center;
  background-size: cover;
  opacity: 0;
  transition: opacity .3s linear; }
  .top_kvList.slick-initialized {
    opacity: 1; }
  .top_kvList li {
    margin: 0 15px; }
    @media (max-width: 750px) {
      .top_kvList li {
        margin: 0 1.3vw; } }

.top_kv {
  position: relative; }
  .top_kv .slick-arrow {
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    width: 60px;
    height: 60px;
    border: 1px solid #f5940c;
    background-color: #f5940c;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 16px;
    transition: .2s background-color;
    cursor: pointer;
    text-indent: 100%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100; }
    @media (max-width: 750px) {
      .top_kv .slick-arrow {
        width: 8vw;
        height: 8vw;
        background-size: 2.13vw; } }
    @media (min-width: 751px) {
      .top_kv .slick-arrow:hover {
        background-color: #231815;
        border-color: #231815; } }
  .top_kv .slick-prev {
    background-image: url("../img/common/arrow_left_white.svg");
    background-position: 17px center;
    left: 7.5%; }
    @media (max-width: 750px) {
      .top_kv .slick-prev {
        background-position: 2.2vw center;
        left: 2%; } }
  .top_kv .slick-next {
    background-image: url("../img/common/arrow_right_white.svg");
    background-position: 23px center;
    right: 7.5%; }
    @media (max-width: 750px) {
      .top_kv .slick-next {
        background-position: 3.2vw center;
        right: 2%; } }

/*---------------------------------------------
serach
---------------------------------------------*/
.top_sec-serach {
  padding: 50px 0; }
  .top_sec-serach .sec_tit {
    color: #333; }
  @media (max-width: 750px) {
    .top_sec-serach {
      padding: 6.6vw 0 8vw; } }

@media (min-width: 751px) {
  .searchArea {
    padding: 30px 10px;
    width: 250px;
    border: 1px solid #231815;
    background: #fff; } }
@media (max-width: 750px) {
  .searchArea {
    margin: 5.3vw 0 0; } }

.top_searchArea {
  position: absolute;
  z-index: 100; }
  @media (min-width: 751px) {
    .top_searchArea {
      right: 0;
      top: calc(100% + 90px); } }
  @media (max-width: 750px) {
    .top_searchArea {
      position: relative; } }
  @media (max-width: 750px) {
    .top_searchArea .top_search_content {
      position: absolute;
      top: 100%; } }

@media (max-width: 750px) {
  .top_search_titArea {
    border: 1px solid #231815;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 2.6vw;
    cursor: pointer; } }

.top_search_titIcon {
  width: 10.6vw;
  height: 10.6vw;
  background: #0d6cf4;
  position: relative; }
  .top_search_titIcon::after {
    content: "";
    display: block;
    background: url("../img/common/arrow_right_white.svg") no-repeat;
    background-size: contain;
    width: 2.13vw;
    height: 3.6vw;
    transform: rotate(-90deg);
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .4s; }

.is-open .top_search_titIcon::after {
  transform: rotate(90deg); }

.top_search_tit {
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 2.4rem;
  align-items: center;
  margin: 0 0 25px; }
  @media (max-width: 750px) {
    .top_search_tit {
      margin: 0;
      font-size: 3.73vw; } }
  .top_search_tit::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url("../img/top/icon_seach.svg") no-repeat;
    background-size: contain;
    margin-right: 10px; }
    @media (max-width: 750px) {
      .top_search_tit::before {
        width: 4.8vw;
        height: 4.8vw;
        margin-right: 1.3vw; } }

@media (max-width: 750px) {
  .top_search_content {
    padding: 2.6vw 2.6vw 4vw;
    background: #0d6cf4;
    display: none; } }

.top_searchList {
  margin: 0 0 20px;
  text-align: center; }
  @media (max-width: 750px) {
    .top_searchList {
      margin: 0 0 1.3vw;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  @media (max-width: 750px) {
    .top_searchList li {
      width: 41.6vw;
      margin: 0 0 2vw; } }
  @media (min-width: 751px) {
    .top_searchList li:not(:last-child) {
      margin: 0 0 10px; } }
  .top_searchList a {
    display: block;
    background: #0d6cf4;
    padding: 10px 10px 10px 0;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    position: relative;
    transition: .4s; }
    @media (max-width: 750px) {
      .top_searchList a {
        background: #faee00;
        color: #0d6cf4;
        padding: 2.6vw 1.3vw 2.6vw 0; } }
    @media (min-width: 751px) {
      .top_searchList a:hover {
        background: #f5940c; } }
    .top_searchList a::after {
      content: "";
      display: block;
      background: url("../img/common/arrow_right_white.svg") no-repeat;
      background-size: contain;
      width: 11px;
      height: 18px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 20px; }
      @media (max-width: 750px) {
        .top_searchList a::after {
          background: url("../img/common/arrow_right_blue.svg") no-repeat;
          background-size: contain;
          width: 2vw;
          height: 3.4vw;
          right: 3vw; } }

@media (max-width: 750px) {
  .top_search_bnrList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }
@media (max-width: 750px) {
  .top_search_bnrList li {
    width: 41.6vw;
    margin: 0 0 2vw; } }
@media (min-width: 751px) {
  .top_search_bnrList li:not(:last-child) {
    margin: 0 0 10px; } }
@media (min-width: 751px) {
  .top_search_bnrList a {
    transition: .4s; }
    .top_search_bnrList a:hover {
      opacity: 0.5; } }

/*---------------------------------------------
ichioshi
---------------------------------------------*/
.top_sec-ichioshi {
  background: #faeec1; }
  .top_sec-ichioshi .propertyItem {
    padding: 50px 0 0; }
    @media (max-width: 750px) {
      .top_sec-ichioshi .propertyItem {
        padding: 8.8vw 0 0; } }
    .top_sec-ichioshi .propertyItem > a {
      border-color: #f5940c;
      height: 100%;
      border-radius: 0 6px 6px 6px; }
      @media (min-width: 751px) {
        .top_sec-ichioshi .propertyItem > a:hover {
          background: #f5e0c4; }
          .top_sec-ichioshi .propertyItem > a:hover::before {
            background: #231815; } }
      .top_sec-ichioshi .propertyItem > a::before {
        content: "推！";
        display: inline-flex;
        background: #f5940c;
        color: #fff;
        padding: 0 20px;
        border-radius: 0 7px 0 0;
        height: 50px;
        align-items: center;
        justify-content: center;
        font-size: 2.8rem;
        letter-spacing: -.3em;
        position: absolute;
        top: 0;
        left: 0;
        transition: .4s; }
        @media (max-width: 750px) {
          .top_sec-ichioshi .propertyItem > a::before {
            padding: 0 4vw;
            font-size: 4.8vw;
            height: 8.8vw; } }
    .top_sec-ichioshi .propertyItem .wpfp-span {
      top: 55px; }
      @media (max-width: 750px) {
        .top_sec-ichioshi .propertyItem .wpfp-span {
          top: 10.3vw; } }
  .top_sec-ichioshi .propertyList_img {
    border-radius: 0 6px 6px 6px; }
    .top_sec-ichioshi .propertyList_img img {
      border-radius: 0 6px 6px 6px; }
  .top_sec-ichioshi .simplefavorite-button {
    display: block;
    top: 55px;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: none;
    z-index: 10; }
    @media (max-width: 750px) {
      .top_sec-ichioshi .simplefavorite-button {
        top: 10.1vw; } }
  .top_sec-ichioshi .propertyList_cost {
    color: #f5940c; }
  .top_sec-ichioshi .arrowList .slick-arrow {
    background-color: #f5940c;
    border-color: #f5940c; }
    @media (min-width: 751px) {
      .top_sec-ichioshi .arrowList .slick-arrow:hover {
        background-color: #231815;
        border-color: #231815; } }

/*---------------------------------------------
new
---------------------------------------------*/
.top_sec-new {
  background: repeating-linear-gradient(-30deg, #c4d8f5 0, #c4d8f5 9px, rgba(196, 216, 245, 0.5) 9px, rgba(196, 216, 245, 0.5) 13px); }
  @media (max-width: 750px) {
    .top_sec-new {
      background: repeating-linear-gradient(-30deg, #c4d8f5 0, #c4d8f5 7px, rgba(196, 216, 245, 0.5) 7px, rgba(196, 216, 245, 0.5) 11px); } }

/*---------------------------------------------
staff
---------------------------------------------*/
.top_sec-staff {
  background: #efefef; }
  .top_sec-staff .linkBtn {
    margin: 40px auto 0; }
    @media (max-width: 750px) {
      .top_sec-staff .linkBtn {
        margin: 8vw auto 0; } }

.blogList li, .relationList li {
  border-radius: 6px;
  overflow: hidden; }
  .blogList li:not(:last-child), .relationList li:not(:last-child) {
    margin: 0 0 20px; }
    @media (max-width: 750px) {
      .blogList li:not(:last-child), .relationList li:not(:last-child) {
        margin: 0 0 2.6vw; } }
.blogList a, .relationList a {
  display: flex; }
  @media (min-width: 751px) {
    .blogList a, .relationList a {
      transition: .4s; }
      .blogList a:hover .blogList_img, .relationList a:hover .blogList_img, .blogList a:hover .relationList_img, .relationList a:hover .relationList_img {
        opacity: 0.5; }
      .blogList a:hover .blogList_content, .relationList a:hover .blogList_content, .blogList a:hover .relationList_content, .relationList a:hover .relationList_content {
        background: #c4d8f5; } }

.blogList_img, .relationList_img {
  width: 200px;
  flex-shrink: 0;
  transition: .4s;
  overflow: hidden;
  height: 150px;
  position: relative; }
  .blogList_img img, .relationList_img img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block; }
  @media (max-width: 750px) {
    .blogList_img, .relationList_img {
      width: 31.2vw;
      height: 23vw; } }

.blogList_content, .relationList_content {
  padding: 10px 20px;
  background: #fff;
  transition: .4s;
  width: 100%; }
  @media (max-width: 750px) {
    .blogList_content, .relationList_content {
      padding: 1vw 2.6vw; } }

.blogList_head, .relationList_head {
  display: flex;
  align-items: center;
  margin: 0 0 10px; }
  @media (max-width: 750px) {
    .blogList_head, .relationList_head {
      margin: 0 0 1.3vw; } }

.blogList_time, .relationList_time {
  color: #0d6cf4;
  margin-right: 15px; }
  @media (max-width: 750px) {
    .blogList_time, .relationList_time {
      font-size: 2.6vw;
      margin-right: 2.6vw; } }

.blogList_authorImg, .relationList_authorImg {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
  transition: .4s;
  line-height: 1;
  position: relative; }
  .blogList_authorImg img, .relationList_authorImg img {
    height: 25px;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    max-width: 100vw;
    transform: translate(-50%, -50%); }
    @media (max-width: 750px) {
      .blogList_authorImg img, .relationList_authorImg img {
        height: 4vw; } }
  @media (max-width: 750px) {
    .blogList_authorImg, .relationList_authorImg {
      width: 4vw;
      height: 4vw;
      margin-right: 2.6vw; } }

.blogList_author, .relationList_author {
  background: #555555;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  padding: 0 8px;
  font-size: 1.2rem; }
  @media (max-width: 750px) {
    .blogList_author, .relationList_author {
      font-size: 2vw;
      padding: 0.4vw 1.3vw; } }

.blogList_tit, .relationList_tit {
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 5px; }
  @media (max-width: 750px) {
    .blogList_tit, .relationList_tit {
      font-size: 3.2vw;
      margin: 0 0 1vw; } }

@media (max-width: 750px) {
  .blogList_txt {
    font-size: 2.6vw; } }

/**********************************************************************************************

　property

**********************************************************************************************/
/*---------------------------------------------
breadcremb
---------------------------------------------*/
.breadcremb {
  background: #efefef;
  padding: 10px 0; }
  @media (max-width: 750px) {
    .breadcremb {
      font-size: 2.6vw 0; } }

.breadcrumb__list {
  display: flex;
  color: #555555;
  flex-wrap: wrap;
  font-size: 1.2rem; }
  @media (max-width: 750px) {
    .breadcrumb__list {
      font-size: 3.2vw; } }
  .breadcrumb__list li:not(:last-child) {
    margin-right: 0.5em;
    display: flex;
    align-items: center; }
    .breadcrumb__list li:not(:last-child)::after {
      content: "〉";
      color: #231815;
      margin-left: 1em; }
  .breadcrumb__list li:first-child a::before {
    content: "";
    display: block;
    background: url("../img/common/home.svg") no-repeat;
    background-size: contain;
    width: 23px;
    height: 22px;
    margin-right: 8px; }
    @media (max-width: 750px) {
      .breadcrumb__list li:first-child a::before {
        width: 4.6vw;
        height: 4vw;
        margin-right: 2.6vw; } }
  .breadcrumb__list a {
    color: #f5940c;
    display: flex;
    align-items: center; }
    @media (min-width: 751px) {
      .breadcrumb__list a:hover {
        opacity: .6; } }

/*---------------------------------------------
kv
---------------------------------------------*/
.kv {
  position: relative;
  height: 240px;
  background: url("../img/property/under_main_img.jpg") center center;
  background-size: cover;
  margin: 0 0 50px; }
  @media (max-width: 750px) {
    .kv {
      height: 40vw;
      margin: 0 0 8vw; } }
  .kv::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(13, 108, 244, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }

.kv_tit {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 0;
  transform: translateY(-50%);
  z-index: 100;
  width: 100%; }
  @media (max-width: 750px) {
    .kv_tit {
      font-size: 6.4vw; } }

/*---------------------------------------------
search
---------------------------------------------*/
.pageNav {
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 750px) {
    .pageNav {
      margin: 6vw 0; } }

.pageNav_num {
  background: #faee00;
  font-size: 2.8rem;
  font-weight: 700;
  display: inline-block;
  padding: 5px 50px;
  line-height: 1; }
  @media (max-width: 750px) {
    .pageNav_num {
      font-size: 3.46vw;
      padding: 1vw 4vw; } }

/* wp page nav */
.wp-pagenavi {
  display: flex;
  align-items: center; }
  .wp-pagenavi a, .wp-pagenavi span {
    margin: 0 5px !important; }
    @media (max-width: 750px) {
      .wp-pagenavi a, .wp-pagenavi span {
        margin: 0 1vw !important; } }
  .wp-pagenavi .extend {
    font-size: 1.8rem;
    padding: 7px 14px 10px !important;
    border: none !important;
    vertical-align: text-bottom; }
    @media (max-width: 750px) {
      .wp-pagenavi .extend {
        font-size: 3vw;
        padding: 0.7vw 2vw 1.3vw !important; } }
  .wp-pagenavi a {
    border: 1px solid #c4d8f5 !important;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 7px 14px !important;
    border-radius: 4px;
    transition: .4s; }
    @media (max-width: 750px) {
      .wp-pagenavi a {
        font-size: 3vw;
        padding: 0.7vw 2vw !important; } }
    .wp-pagenavi a:hover {
      background: #0d6cf4;
      color: #fff;
      border-color: #0d6cf4 !important; }
  .wp-pagenavi .current {
    padding: 7px 14px !important;
    border-radius: 4px;
    border: 1px solid #0d6cf4 !important;
    color: #fff;
    background: #0d6cf4;
    font-size: 1.8rem; }
    @media (max-width: 750px) {
      .wp-pagenavi .current {
        font-size: 3vw;
        padding: 0.7vw 2vw !important; } }

.previouspostslink,
.nextpostslink,
.pages {
  display: none; }

.property_foot {
  background: #efefef;
  padding: 30px 0;
  margin: 30px 0 0; }
  @media (max-width: 750px) {
    .property_foot {
      padding: 6vw 0;
      margin: 4vw 0 0; } }

.serachConditionsList {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0 0; }
  @media (max-width: 750px) {
    .serachConditionsList {
      margin: 4vw 0 0; } }
  .serachConditionsList li {
    margin-right: 1em; }
  .serachConditionsList b {
    color: #0d6cf4; }

/**********************************************************************************************

　detail

**********************************************************************************************/
/*---------------------------------------------
main
---------------------------------------------*/
.detailMain {
  padding: 30px 0 10px; }
  @media (max-width: 750px) {
    .detailMain {
      padding: 5.3vw 0 4vw; } }
  .detailMain .optionList {
    min-height: 40px; }
    @media (max-width: 750px) {
      .detailMain .optionList {
        min-height: unset; } }

.detail_tit {
  font-size: 4rem;
  font-weight: 700;
  margin: 0 0 10px; }
  @media (max-width: 750px) {
    .detail_tit {
      font-size: 5.3vw;
      margin: 0 0 1.3vw; } }

.detail_inner {
  max-width: 572px;
  width: 100%; }
  @media (max-width: 750px) {
    .detail_inner {
      max-width: 100%; } }

.optionList {
  display: flex;
  font-weight: 700;
  margin: 0 0 5px; }
  @media (max-width: 750px) {
    .optionList {
      margin: 0 0 1.3vw; } }
  .optionList li {
    margin: 0 10px 10px 0;
    background: #faeec1;
    color: #f5940c;
    padding: 0 10px; }
    @media (max-width: 750px) {
      .optionList li {
        padding: 0 1.3vw;
        font-size: 3.2vw;
        margin: 0 1.3vw 1.3vw 0; } }

.imgItem {
  position: relative;
  height: 426px;
  overflow: hidden; }
  @media (max-width: 750px) {
    .imgItem {
      height: 68vw; } }

.imgList_movie {
  width: 100%;
  height: 100%; }
  .imgList_movie iframe {
    width: 100%;
    height: 100%; }

.imgItem_txt {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  width: 100%;
  padding: 10px 20px;
  background: rgba(35, 24, 21, 0.75);
  font-size: 1.5rem;
  line-height: 1.5; }
  @media (max-width: 750px) {
    .imgItem_txt {
      font-size: 2.6vw;
      padding: 1.3vw; } }

.imgThumList {
  margin: 10px 0 0;
  position: relative; }
  @media (max-width: 750px) {
    .imgThumList {
      margin: 1.3vw 0 0; } }
  .imgThumList li {
    width: 112px;
    height: 85px;
    overflow: hidden;
    margin: 0 4px; }
    @media (max-width: 750px) {
      .imgThumList li {
        width: 17.4vw;
        margin: 0 0.6vw;
        height: 13.3vw; } }
  .imgThumList .slick-arrow {
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    width: 50px;
    height: 50px;
    border: 1px solid #f5940c;
    background-color: #f5940c;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 14px;
    transition: .2s background-color;
    cursor: pointer;
    text-indent: 100%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100; }
    @media (max-width: 750px) {
      .imgThumList .slick-arrow {
        width: 8vw;
        height: 8vw;
        background-size: 2.13vw; } }
    @media (min-width: 751px) {
      .imgThumList .slick-arrow:hover {
        background-color: #231815;
        border-color: #231815; } }
  .imgThumList .slick-prev {
    background-image: url("../img/common/arrow_left_white.svg");
    background-position: 14px center;
    left: 10px; }
    @media (max-width: 750px) {
      .imgThumList .slick-prev {
        background-position: 2.2vw center;
        left: 2%; } }
  .imgThumList .slick-next {
    background-image: url("../img/common/arrow_right_white.svg");
    background-position: 20px center;
    right: 10px; }
    @media (max-width: 750px) {
      .imgThumList .slick-next {
        background-position: 3.2vw center;
        right: 2%; } }

.imgThumList_movie {
  position: relative;
  width: 100%;
  height: 100%; }
  .imgThumList_movie iframe {
    width: 100%;
    height: 100%; }
  .imgThumList_movie::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0; }

/*---------------------------------------------
foot
---------------------------------------------*/
@media (min-width: 751px) {
  .detailFoot {
    padding: 30px 0;
    background: repeating-linear-gradient(-30deg, #c4d8f5 0, #c4d8f5 9px, rgba(196, 216, 245, 0.5) 9px, rgba(196, 216, 245, 0.5) 13px); } }
.detailFoot .detail_inner {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 750px) {
    .detailFoot .detail_inner {
      flex-wrap: wrap; } }

.detail_breadth {
  width: 280px;
  height: 426px;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  .detail_breadth img {
    max-height: 100%; }
  @media (max-width: 750px) {
    .detail_breadth {
      width: 49%;
      height: auto;
      display: block; } }

.detailFoot_item {
  width: 280px; }
  @media (max-width: 750px) {
    .detailFoot_item {
      width: 49%; } }

.detail_map {
  margin: 0 0 20px;
  height: calc(100% - 100px); }
  @media (max-width: 750px) {
    .detail_map {
      height: 100%;
      margin: 0; } }
  .detail_map iframe {
    width: 100%;
    height: 100%; }

/*---------------------------------------------
side
---------------------------------------------*/
@media (min-width: 751px) {
  .detail_side {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 280px;
    height: 1038px; } }
@media (max-width: 750px) {
  .detail_side {
    width: 100%;
    margin: 8vw 0 0; } }

.detail_description {
  line-height: 1.5; }
  @media (min-width: 751px) {
    .detail_description {
      border: 1px solid #231815;
      overflow: auto;
      height: 958px;
      /*スクロールバーの軌道*/
      /*スクロールバーの動く部分*/ }
      .detail_description::-webkit-scrollbar {
        width: 10px; }
      .detail_description::-webkit-scrollbar-track {
        box-shadow: none;
        background: #fff; }
      .detail_description::-webkit-scrollbar-thumb {
        background-color: rgba(13, 108, 244, 0.5);
        border-radius: 10px;
        box-shadow: none; } }
  @media (max-width: 750px) {
    .detail_description {
      background: repeating-linear-gradient(-30deg, #c4d8f5 0, #c4d8f5 7px, rgba(196, 216, 245, 0.5) 7px, rgba(196, 216, 245, 0.5) 11px);
      width: 100vw;
      padding: 6.6vw 5vw;
      margin-left: -5vw; } }

.description_cost {
  border-bottom: 1px solid #231815;
  padding: 0 0 10px;
  background: #c4d8f5; }
  @media (max-width: 750px) {
    .description_cost {
      background: #fff;
      padding: 0 0 1.3vw;
      border: none;
      margin: 0 0 4vw; } }

.cost_tit {
  color: #fff;
  background: #0d6cf4;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 5px;
  text-align: center;
  margin: 0 0 10px; }
  @media (max-width: 750px) {
    .cost_tit {
      font-size: 4.2vw;
      padding: 1vw 2.6vw;
      margin: 0 0 1.3vw; } }

.cost_yen {
  margin: 0 10px 20px;
  background: #faee00;
  font-weight: 700;
  font-size: 2.8rem;
  text-align: center; }
  @media (max-width: 750px) {
    .cost_yen {
      margin: 0 1.3vw 1.3vw;
      font-size: 5.3vw; } }

.costList {
  margin: 0 10px; }
  @media (max-width: 750px) {
    .costList {
      margin: 0 1.3vw;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .costList li:not(:last-child) {
        margin-right: 1em; } }

/*---------------------------------------------
table
---------------------------------------------*/
.detail_table {
  width: 100%; }
  @media (max-width: 750px) {
    .detail_table {
      border-bottom: 1px solid #cccccc; } }
  .detail_table tr:not(:last-child) {
    border-bottom: 1px solid #231815; }
    @media (max-width: 750px) {
      .detail_table tr:not(:last-child) {
        border-color: #cccccc; } }
    .detail_table tr:not(:last-child).border-white {
      border-color: #fff; }
  .detail_table th {
    background: #efefef;
    font-weight: 700;
    text-align: center;
    padding: 5px;
    vertical-align: middle;
    white-space: nowrap; }
    @media (max-width: 750px) {
      .detail_table th {
        padding: 1.3vw 1.3vw 1.3vw 2.6vw;
        width: 30vw;
        text-align: left; } }
  .detail_table td {
    padding: 10px;
    background: #fff; }
    @media (max-width: 750px) {
      .detail_table td {
        padding: 1.3vw 2.6vw; } }

@media (min-width: 751px) {
  .detail_table-wide {
    border-bottom: 1px solid #231815; }
    .detail_table-wide th, .detail_table-wide td {
      display: block;
      width: 100%; } }

/*---------------------------------------------
btn
---------------------------------------------*/
/* pdf */
.pdfBtn {
  display: flex;
  background: #231815;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 80px;
  color: #fff;
  border-radius: 8px;
  transition: .4s; }
  @media (min-width: 751px) {
    .pdfBtn:hover {
      background: #f5940c; } }
  @media (max-width: 750px) {
    .pdfBtn {
      height: auto;
      padding: 2.6vw; } }

.pdfBtn_icon {
  width: 32px;
  flex-shrink: 0;
  margin: 0 20px 0 0; }
  @media (max-width: 750px) {
    .pdfBtn_icon {
      width: 4.93vw;
      margin: 0 2.6vw 0 0; } }

.pdfBtn_txtArea {
  text-align: center; }
  @media (max-width: 750px) {
    .pdfBtn_txtArea {
      text-align: left; } }

.pdfBtn_tit {
  font-size: 1.8rem;
  margin: 0 0 5px; }
  @media (max-width: 750px) {
    .pdfBtn_tit {
      font-size: 3.73vw;
      margin: 0; } }

.pdfBtn_txt {
  font-size: 1.2rem; }
  @media (max-width: 750px) {
    .pdfBtn_txt {
      font-size: 2.6vw; } }

.detail_btnArea {
  /* favorite */ }
  @media (min-width: 751px) {
    .detail_btnArea {
      display: flex;
      justify-content: space-between;
      margin: 0 0 10px; } }
  @media (max-width: 750px) {
    .detail_btnArea {
      margin: 0 auto 8vw;
      width: 82vw; }
      .detail_btnArea a:not(:last-child) {
        margin: 0 0 2.6vw; } }
  .detail_btnArea .wpfp-link,
  .detail_btnArea .favoriteBtn {
    display: flex;
    width: 70px;
    height: 70px;
    background: #c4d8f5;
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    transition: .4s; }
    @media (max-width: 750px) {
      .detail_btnArea .wpfp-link,
      .detail_btnArea .favoriteBtn {
        width: 100%;
        height: auto;
        padding: 4vw;
        font-size: 4.5vw; } }
    @media (min-width: 751px) {
      .detail_btnArea .wpfp-link,
      .detail_btnArea .favoriteBtn {
        flex-direction: column-reverse; }
        .detail_btnArea .wpfp-link:hover,
        .detail_btnArea .favoriteBtn:hover {
          color: #0d6cf4; }
          .detail_btnArea .wpfp-link:hover::before,
          .detail_btnArea .favoriteBtn:hover::before {
            background: url("../img/common/favorite02.svg") no-repeat;
            background-size: contain; } }
  .detail_btnArea .active .wpfp-link::before {
    background: url("../img/common/favorite02.svg") no-repeat;
    background-size: contain; }
  .detail_btnArea .wpfp-link::before {
    content: "";
    display: block;
    height: 40px;
    width: 40px;
    background: url("../img/common/favorite01.svg") no-repeat;
    background-size: contain; }
    @media (max-width: 750px) {
      .detail_btnArea .wpfp-link::before {
        width: 7.7vw;
        height: 7.7vw;
        margin: 0 4vw 0 0; } }
    .detail_btnArea .wpfp-link::before img {
      transition: .4s;
      opacity: 0; }

/* contact */
.contactBtn {
  display: flex;
  background: #f5940c;
  height: 70px;
  align-items: center;
  justify-content: center;
  width: 200px;
  border-radius: 7px;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  transition: .4s; }
  @media (min-width: 751px) {
    .contactBtn:hover {
      background: #231815; } }
  @media (max-width: 750px) {
    .contactBtn {
      width: 100%;
      height: auto;
      padding: 4vw;
      font-size: 4.5vw; } }

.contactBtn_icon {
  width: 33px;
  margin: 0 10px 0 0; }
  @media (max-width: 750px) {
    .contactBtn_icon {
      width: 6.6vw;
      margin-right: 3vw; } }

/*---------------------------------------------
contact
---------------------------------------------*/
.sec_contact {
  background: #faeec1;
  padding: 40px 0 50px; }
  @media (max-width: 750px) {
    .sec_contact {
      padding: 10.6vw 0 13.3vw; } }

.contact_table {
  width: 100%; }
  @media (min-width: 751px) {
    .contact_table {
      background: #fff;
      border-top: 1px solid #231815; } }
  @media (min-width: 751px) {
    .contact_table tr {
      border-bottom: 1px solid #231815; } }
  @media (max-width: 750px) {
    .contact_table tr:first-child th {
      font-size: 4.5vw;
      text-align: center;
      margin: 0 0 2vw; }
      .contact_table tr:first-child th p {
        display: block; }
    .contact_table tr:first-child td {
      font-size: 4vw;
      text-align: center;
      margin: 0 0 5.3vw; } }
  .contact_table th {
    font-weight: 700;
    vertical-align: middle; }
    @media (min-width: 751px) {
      .contact_table th {
        padding: 20px 20px 20px 30px;
        white-space: nowrap;
        width: 10em; } }
    @media (max-width: 750px) {
      .contact_table th {
        font-size: 3.73vw;
        margin: 0 0 1.3vw; } }
    .contact_table th p {
      display: flex;
      justify-content: space-between;
      align-items: center; }
  .contact_table td {
    vertical-align: middle; }
    @media (min-width: 751px) {
      .contact_table td {
        padding: 10px 20px 10px 0; } }
    @media (max-width: 750px) {
      .contact_table td {
        margin: 0 0 2.6vw; } }
    .contact_table td span {
      font-size: 1.4rem;
      vertical-align: baseline; }
      @media (max-width: 750px) {
        .contact_table td span {
          font-size: 3.2vw; } }
  @media (max-width: 750px) {
    .contact_table th, .contact_table td {
      display: block;
      width: 100%; } }

.formErrorContent {
  color: #e60012; }

.required::after {
  content: "必須";
  background: #f5940c;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 0 10px;
  margin-left: 20px; }
  @media (max-width: 750px) {
    .required::after {
      font-size: 3.2vw;
      padding: 0 2.6vw;
      margin: 0; } }

.inpTxt {
  -webkit-appearance: none;
  max-width: 400px;
  width: 100%;
  border: 1px solid #231815;
  padding: 10px;
  box-shadow: none; }
  @media (max-width: 750px) {
    .inpTxt {
      max-width: 100%;
      border-radius: 6px;
      padding: 2vw; } }

.contact_txt {
  text-align: center;
  margin: 30px 0; }
  @media (max-width: 750px) {
    .contact_txt {
      margin: 5.3vw 0; } }
  .contact_txt a {
    text-decoration: underline;
    transition: .2s; }
    @media (min-width: 751px) {
      .contact_txt a:hover {
        color: #f5940c; } }

.submitBtn {
  -webkit-appearance: button;
  appearance: button;
  border: none;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  text-align: center;
  margin: auto;
  width: 420px;
  padding: 15px 20px;
  font-weight: 700;
  font-size: 2.8rem;
  color: #fff;
  display: block;
  background: #0d6cf4;
  border-radius: 6px;
  transition: .4s; }
  @media (max-width: 750px) {
    .submitBtn {
      width: 81.3vw;
      padding: 4vw;
      font-size: 4.5vw; } }
  @media (min-width: 751px) {
    .submitBtn:hover {
      background: #f5940c; } }

.contact_select_wrap {
  position: relative;
  background: #fff;
  overflow: hidden;
  max-width: 100%; }
  @media (min-width: 751px) {
    .contact_select_wrap {
      width: 313px; } }
  @media (max-width: 750px) {
    .contact_select_wrap {
      border-radius: 6px; } }

.contact_select_wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  background-image: none;
  box-shadow: none;
  color: #333;
  border: 1px solid #231815;
  border-radius: 0;
  line-height: 1.5; }
  @media (min-width: 751px) {
    .contact_select_wrap select {
      padding-right: 13px;
      padding: 13px 20px; } }
  @media (max-width: 750px) {
    .contact_select_wrap select {
      padding-right: 2.6vw;
      padding: 2.6vw 4vw;
      border-radius: 6px; } }

.contact_select_wrap select::-ms-expand {
  display: none; }

.contact_select_wrap::before {
  position: absolute;
  content: '\25BC';
  pointer-events: none;
  z-index: 10;
  color: #fff; }
  @media (min-width: 751px) {
    .contact_select_wrap::before {
      font-size: 1rem;
      right: 3px;
      top: 21px; } }
  @media (max-width: 750px) {
    .contact_select_wrap::before {
      font-size: 2vw;
      right: 1.2vw;
      top: 3.4vw; } }

.contact_select_wrap:after {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 0;
  content: '';
  background: #0d6cf4; }
  @media (min-width: 751px) {
    .contact_select_wrap:after {
      width: 15px;
      height: 50px; } }
  @media (max-width: 750px) {
    .contact_select_wrap:after {
      width: 3.9vw;
      height: 9.9vw;
      border-radius: 0 5px 5px 0; } }

_:-ms-lang(x)::-ms-backdrop, .contact_select_wrap:after {
  height: 51px; }

.contact_table_list {
  display: flex; }
  @media (max-width: 750px) {
    .contact_table_list {
      justify-content: space-between; } }
  @media (max-width: 750px) {
    .contact_table_list li {
      width: 44vw; } }
  @media (min-width: 751px) {
    .contact_table_list li:not(:last-child) {
      margin: 0 40px 0 0; } }
  .contact_table_list .contact_select_wrap {
    width: 200px; }
    @media (max-width: 750px) {
      .contact_table_list .contact_select_wrap {
        width: 43.2vw; } }

/**********************************************************************************************

　privacy

**********************************************************************************************/
.privacy_txt:not(:last-child) {
  margin: 0 0 15px; }
  @media (max-width: 750px) {
    .privacy_txt:not(:last-child) {
      margin: 0 0 2vw; } }

.privacyList:not(:last-child) {
  margin: 0 0 15px; }
  @media (max-width: 750px) {
    .privacyList:not(:last-child) {
      margin: 0 0 2vw; } }
.privacyList li {
  text-indent: -1em;
  padding-left: 1em; }
  .privacyList li:not(:last-child) {
    margin: 0 0 15px; }
    @media (max-width: 750px) {
      .privacyList li:not(:last-child) {
        margin: 0 0 2vw; } }
  .privacyList li span {
    display: inline-block;
    width: 1em;
    text-indent: 0; }

/**********************************************************************************************

　about

**********************************************************************************************/
.about_imgList {
  display: flex;
  justify-content: space-between;
  margin: 40px 0; }
  @media (max-width: 750px) {
    .about_imgList {
      margin: 4vw 0; } }
  .about_imgList li {
    width: 48.4%; }

.about_txtArea p:not(:last-child) {
  margin: 0 0 2em; }
.about_txtArea b {
  color: #f5940c; }

/**********************************************************************************************

　company

**********************************************************************************************/
.company_box:not(:last-child) {
  margin: 0 0 70px; }
  @media (max-width: 750px) {
    .company_box:not(:last-child) {
      margin: 0 0 8vw; } }

.company_table {
  width: 100%;
  border-top: 1px solid #231815; }
  .company_table tr {
    border-bottom: 1px solid #231815; }
  .company_table th {
    font-size: 1.8rem;
    padding: 20px;
    vertical-align: middle;
    white-space: nowrap;
    background: #efefef; }
    @media (max-width: 750px) {
      .company_table th {
        font-size: 3.46vw;
        padding: 2.6vw; } }
  .company_table td {
    vertical-align: middle;
    padding: 20px 30px; }
    @media (max-width: 750px) {
      .company_table td {
        padding: 2.6vw; } }
  .company_table a {
    color: #0d6cf4;
    text-decoration: underline;
    transition: .2s; }
    @media (min-width: 751px) {
      .company_table a:hover {
        color: #f5940c; } }

.company_map {
  width: 100%;
  height: 200px;
  margin: 40px 0; }
  @media (max-width: 750px) {
    .company_map {
      margin: 4vw 0;
      height: 50vw; } }
  .company_map iframe {
    width: 100%;
    height: 100%; }

/**********************************************************************************************

　recruit

**********************************************************************************************/
.recruit_txt {
  margin: 30px 0 0; }
  @media (max-width: 750px) {
    .recruit_txt {
      margin: 4vw 0 0; } }
  .recruit_txt b {
    color: #f5940c; }

/**********************************************************************************************

　blog

**********************************************************************************************/
.blog_main {
  background: repeating-linear-gradient(-30deg, #c4d8f5 0, #c4d8f5 9px, rgba(196, 216, 245, 0.5) 9px, rgba(196, 216, 245, 0.5) 13px); }
  @media (max-width: 750px) {
    .blog_main {
      background: repeating-linear-gradient(-30deg, #c4d8f5 0, #c4d8f5 7px, rgba(196, 216, 245, 0.5) 7px, rgba(196, 216, 245, 0.5) 11px); } }
  @media (max-width: 750px) {
    .blog_main .detail_sec {
      padding: 0; } }
  .blog_main .detail_inner {
    padding: 0; }
    @media (max-width: 750px) {
      .blog_main .detail_inner {
        padding: 0 0 8vw; } }

.staffArea {
  width: 250px;
  border: 1px solid #231815;
  background: #fff;
  padding: 30px 0; }
  @media (max-width: 750px) {
    .staffArea {
      width: 100vw;
      margin: 0 0 0 -5vw;
      padding: 12vw 0;
      border: none; } }

.staff_titArea {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  justify-content: center;
  margin: 0 0 20px; }
  @media (max-width: 750px) {
    .staff_titArea {
      font-size: 4.2vw;
      margin: 0 0 4vw; } }

.staff_titIcon {
  width: 30px;
  margin-right: 10px; }
  @media (max-width: 750px) {
    .staff_titIcon {
      width: 4.8vw;
      margin-right: 1.3vw; } }

.staffList li {
  padding: 20px 10px; }
  @media (max-width: 750px) {
    .staffList li {
      padding: 8vw 5vw; } }
  .staffList li:nth-child(odd) {
    background: #f5e0c4; }

.staffList_img {
  margin: 0 auto 10px; }
  @media (max-width: 750px) {
    .staffList_img {
      margin: 0 auto 2.6vw; } }
  .staffList_img img {
    width: 100%; }

.staffList_name {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 5px;
  text-align: center; }
  @media (max-width: 750px) {
    .staffList_name {
      font-size: 3.73vw;
      margin: 0 0 1.3vw; } }

.staffList_position {
  font-weight: 500;
  font-size: 0.9em;
  display: inline-block;
  vertical-align: baseline; }

.staffList_btn {
  background: #555555;
  display: block;
  color: #fff;
  padding: 10px 20px 10px 10px;
  font-weight: 700;
  font-size: 1.8rem;
  border-radius: 5px;
  text-align: center;
  margin: 10px 0 0;
  transition: .4s;
  position: relative; }
  @media (max-width: 750px) {
    .staffList_btn {
      padding: 2.6vw 4vw 2.6vw 2.6vw;
      font-size: 3.73vw;
      margin: 2.6vw 0 0; } }
  .staffList_btn::after {
    content: "";
    display: block;
    background: url("../img/common/arrow_right_white.svg") no-repeat;
    background-size: contain;
    width: 11px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    position: absolute; }
    @media (max-width: 750px) {
      .staffList_btn::after {
        width: 2.2vw;
        height: 3.8vw;
        right: 2.6vw; } }
  .staffList_btn:hover {
    background: #231815; }

.staff_archive {
  padding: 30px 10px 0; }
  @media (max-width: 750px) {
    .staff_archive {
      padding: 8vw 5vw 0; } }

.blogBtn {
  margin: 50px auto 0;
  background: #231815; }
  @media (max-width: 750px) {
    .blogBtn {
      margin: 6vw auto 0; } }
  .blogBtn::after {
    transform: translateY(-50%) rotate(90deg);
    transform-origin: bottom right; }
    @media (max-width: 750px) {
      .blogBtn::after {
        right: 4.8vw; } }

/*---------------------------------------------
detail
---------------------------------------------*/
.blog_main-detail .detail_sec {
  padding: 0; }

.blog_article {
  background: #fff;
  margin: -50px 0 0;
  padding: 50px 145px 40px; }
  @media (max-width: 750px) {
    .blog_article {
      margin: -8vw 0 0;
      padding: 8vw 5vw; } }

.blog_article_head {
  display: flex;
  align-items: center;
  margin: 0 0 20px; }
  @media (max-width: 750px) {
    .blog_article_head {
      margin: 0 0 2.6vw; } }

.blog_article_time {
  color: #0d6cf4;
  margin-right: 20px; }
  @media (max-width: 750px) {
    .blog_article_time {
      margin-right: 2.6vw; } }

.blog_article_authorImg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  line-height: 1;
  position: relative; }
  .blog_article_authorImg img {
    height: 50px;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    max-width: 100vw;
    transform: translate(-50%, -50%); }
    @media (max-width: 750px) {
      .blog_article_authorImg img {
        height: 8vw; } }
  @media (max-width: 750px) {
    .blog_article_authorImg {
      width: 8vw;
      height: 8vw;
      margin-right: 2.6vw; } }

.blog_article_author {
  background: #555555;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  padding: 3px 10px;
  font-size: 1.4rem; }
  @media (max-width: 750px) {
    .blog_article_author {
      font-size: 3.2vw;
      padding: 0 2vw; } }

.blog_article_main {
  line-height: 2;
  font-size: 1.8rem; }
  @media (max-width: 750px) {
    .blog_article_main {
      font-size: 3.46vw; } }
  .blog_article_main p {
    margin-bottom: 1em; }
  .blog_article_main a {
    color: #0d6cf4;
    text-decoration: underline; }
    .blog_article_main a:hover {
      opacity: 0.5; }
  .blog_article_main ul {
    margin-bottom: 1em; }
    .blog_article_main ul li {
      text-indent: -1.5em;
      padding-left: 1.5em; }
      .blog_article_main ul li::before {
        content: "・";
        display: inline-block;
        text-indent: 0;
        margin-right: 0.5em; }
      .blog_article_main ul li:not(:last-child) {
        margin: 0 0 0.3em; }
  .blog_article_main ol {
    margin-bottom: 1em;
    counter-reset: number; }
    .blog_article_main ol li {
      text-indent: -1.5em;
      padding-left: 1.5em; }
      .blog_article_main ol li::before {
        counter-increment: number;
        content: counter(number);
        display: inline-block;
        text-indent: 0;
        width: 1em;
        margin-right: 0.5em; }
      .blog_article_main ol li:not(:last-child) {
        margin: 0 0 0.3em; }
  .blog_article_main div {
    background: #c4d8f5;
    padding: 35px; }
    @media (max-width: 750px) {
      .blog_article_main div {
        padding: 4vw; } }

/* foot */
.blog_foot {
  background: #efefef;
  padding: 80px 145px 40px; }
  @media (max-width: 750px) {
    .blog_foot {
      padding: 16vw 5vw 8vw; } }

.blog_foot_author {
  position: relative;
  background: repeating-linear-gradient(-30deg, #c4d8f5 0, #c4d8f5 9px, rgba(196, 216, 245, 0.5) 9px, rgba(196, 216, 245, 0.5) 13px);
  display: flex;
  align-items: center;
  padding: 20px 40px;
  margin: 0 0 20px; }
  @media (max-width: 750px) {
    .blog_foot_author {
      background: repeating-linear-gradient(-30deg, #c4d8f5 0, #c4d8f5 7px, rgba(196, 216, 245, 0.5) 7px, rgba(196, 216, 245, 0.5) 11px);
      padding: 2.6vw 4vw;
      margin: 0 0 6vw; } }

.blog_foot_author_tit {
  position: absolute;
  bottom: 100%;
  left: 0;
  background: #0d6cf4;
  border-radius: 0 8px 0 0;
  padding: 5px 10px;
  font-size: 2rem;
  color: #fff; }
  @media (max-width: 750px) {
    .blog_foot_author_tit {
      font-size: 3.46vw;
      padding: 1.3vw 2.6vw; } }

.blog_foot_author_img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 20px;
  position: relative; }
  .blog_foot_author_img img {
    height: 100px;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    max-width: 100vw;
    transform: translate(-50%, -50%); }
    @media (max-width: 750px) {
      .blog_foot_author_img img {
        height: 20vw; } }
  @media (max-width: 750px) {
    .blog_foot_author_img {
      width: 20vw;
      margin-right: 2.6vw; } }

.blog_foot_author_name {
  font-weight: 700;
  background: #555555;
  border-radius: 4px;
  padding: 3px 10px;
  color: #fff;
  display: inline-block;
  margin: 0 0 10px; }
  @media (max-width: 750px) {
    .blog_foot_author_name {
      margin: 0 0 1.3vw;
      padding: 0 1.3vw; } }

/* nav */
.blog_foot_navList {
  display: flex;
  font-weight: 700;
  font-size: 2rem; }
  @media (max-width: 750px) {
    .blog_foot_navList {
      font-size: 3.2vw; } }
  .blog_foot_navList a {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    transition: .4s; }
    .blog_foot_navList a::after {
      content: "";
      display: block;
      flex-shrink: 0; }

.blog_foot_navList_link {
  flex-shrink: 0; }
  .blog_foot_navList_link a {
    background: #f5940c;
    justify-content: center;
    color: #fff;
    padding: 15px 0 20px;
    width: 134px;
    flex-direction: column; }
    @media (max-width: 750px) {
      .blog_foot_navList_link a {
        width: 20vw;
        padding: 2.6vw 0; } }
    .blog_foot_navList_link a::after {
      background: url("../img/common/blog.svg") no-repeat;
      width: 40px;
      height: 40px;
      margin: 5px 0 0; }
      @media (max-width: 750px) {
        .blog_foot_navList_link a::after {
          width: 6.6vw;
          height: 6.6vw;
          margin: 1.3vw 0 0; } }
    .blog_foot_navList_link a:hover {
      background: #231815; }

.blog_foot_navList_arrow {
  width: 220px; }
  @media (max-width: 750px) {
    .blog_foot_navList_arrow {
      width: 30vw; } }
  .blog_foot_navList_arrow a {
    background: #faeec1;
    padding: 15px 20px; }
    @media (max-width: 750px) {
      .blog_foot_navList_arrow a {
        padding: 1.3vw 2.6vw; } }
    .blog_foot_navList_arrow a::after {
      width: 13px;
      height: 22px; }
      @media (max-width: 750px) {
        .blog_foot_navList_arrow a::after {
          width: 1.8vw;
          height: 2.6vw; } }
    @media (min-width: 751px) {
      .blog_foot_navList_arrow a:hover {
        opacity: .6; } }

.blog_foot_navList_arrow-prev a {
  flex-direction: row-reverse; }
  .blog_foot_navList_arrow-prev a::after {
    background: url("../img/common/arrow_left_orange.svg") no-repeat;
    background-size: contain;
    margin: 0 20px 0 0; }
    @media (max-width: 750px) {
      .blog_foot_navList_arrow-prev a::after {
        margin-right: 2.6vw; } }

.blog_foot_navList_arrow-next a::after {
  background: url("../img/common/arrow_right_orange.svg") no-repeat;
  background-size: contain;
  margin: 0 0 0 20px; }
  @media (max-width: 750px) {
    .blog_foot_navList_arrow-next a::after {
      margin-left: 2.6vw; } }

/* relation */
.blog_foot_relation {
  margin: 40px 0 0; }
  @media (max-width: 750px) {
    .blog_foot_relation {
      margin: 12vw 0 0;
      text-align: center; } }

.blog_foot_relation_tit {
  display: inline-block;
  background: #faee00;
  font-size: 2.8rem;
  font-weight: 700;
  padding: 5px 10px;
  line-height: 1;
  margin: 0 0 25px; }
  @media (max-width: 750px) {
    .blog_foot_relation_tit {
      font-size: 4vw;
      margin: 0 0 4vw;
      padding: 0.6vw 2vw; } }

.relationList {
  text-align: left; }
  .relationList li:not(:last-child) {
    margin: 0 0 10px; }
    @media (max-width: 750px) {
      .relationList li:not(:last-child) {
        margin: 0 0 2.6vw; } }

.relationList_img {
  width: 120px; }

.relationList_head {
  margin: 0; }

.googlemap {
  margin: 0 0 40px;
  position: relative; }
  @media (max-width: 750px) {
    .googlemap {
      margin: 0 0 6.6vw; } }
  .googlemap .map-embed {
    padding: 0 0 500px; }
    @media (max-width: 750px) {
      .googlemap .map-embed {
        padding: 0 0 80vw; } }
  .googlemap img {
    max-width: 100%; }

@media (min-width: 751px) {
  .gm-style .gm-style-iw-c {
    max-width: 390px !important; }
    .gm-style .gm-style-iw-c a {
      display: flex; }
    .gm-style .gm-style-iw-c figure {
      flex-shrink: 0;
      margin: 0 10px 0 0 !important; } }

.google_box .text-box {
  font-size: 1.6rem;
  font-weight: 700; }
  @media (max-width: 750px) {
    .google_box .text-box {
      font-size: 2.8vw; } }
.google_box a {
  display: block;
  transition: .4s; }
  .google_box a:hover {
    color: #333 !important;
    opacity: .5; }
.google_box figure {
  flex-shrink: 0; }
  @media (max-width: 750px) {
    .google_box figure {
      margin: 0 0 1vw !important; } }
.google_box .google_tit {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700; }
  @media (max-width: 750px) {
    .google_box .google_tit {
      font-size: 3.2vw;
      margin: 0 0 1vw; } }
.google_box .google_cost {
  color: #0d6cf4;
  font-weight: 700; }
