smart@charset "utf-8";

/*
theme Name: s_connect
Author: LTC
Description: original theme
version： 1.1.0
*/


a.gnav:hover {
    opacity: 1;
}

.pc_nav li a:hover > .gf {
    color: #3aabd6;
    opacity: 1;
}

.pc_nav li a .gf:hover {
    color: #3aabd6;
    opacity: 1;
}

.pc_nav li.current-menu-ancestor > a .gf,
.pc_nav li.current-menu-item > a .gf,
.pc_nav li.current-menu-parent > a .gf,
.pc_nav li.current-post-ancestor > a .gf,
.pc_nav li.current_page_ancestor > a .gf,
.pc_nav li.current_page_parent > a .gf,
.pc_nav li > a:hover:after {
color: #3AABD6;
}

a:hover {
    opacity: .7;
}

a.bor:hover {
    text-decoration: underline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*  reset css   */
body {
  margin: 0 !important;
}

body {
    font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.7;
    padding: 0;
    color: #000;
    word-break: break-word;
}
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: all .3s;
  display: block;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif;
  letter-spacing: 1px;
}

/*画像の最大幅を画面のサイズの最大幅に設定*/
img {
  width: 100%;
  height: auto;
}

footer {
  position: relative;
  background: #272727;
}

ul {
  list-style: none;
  padding: 0;
  padding-inline-start: 0px;
  width: 100%;
  display: inline-block;
}

article {
  width: 90%;
  margin: auto;
  z-index: 2;
}

article.f5__art {
  margin-left: calc((100vw - 1000px) / 2);
}

article.pv_page {
    max-width: 820px;
    margin-top: 150px;
}

ul.ats_page_ul,
ul.prv_page_ul {
    padding-left: 20px;
}

ul.prv_page_ul li {
    list-style: disc;
    margin-bottom: 5px;
}

ul.ats_page_ul li {
    list-style: decimal;
    margin: 15px 0;
}

.ats_page_p {
    margin-top: 15px;
}

button {
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  margin: 20px 30px;
  background: rgba(0, 0, 0, 0.09);
}

input, select, textarea {
  font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
}

.pc_nav {
    margin-left: 150px;
}

li.page__nation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5%;
    width: 100%;
}

li.page__nation a {
    padding: 0 10px;
}

li.page__nation span {
    padding: 0 10px;
    color: #2482b4;
}

a.post__link:hover {
  opacity: .5;
}

a.list.pc {
  position: absolute;
  width: 100%;
  height: 100%;
}

a.list.pc:hover {
  opacity: .5;
  background: #fff;
}

.page_links {
    border-top: solid 1px;
}

.swiper-container.slider {
    overflow: hidden;
}

.swiper-container.slider-thumbnail {
    overflow: hidden;
    position: relative;
}

.slider__inner_img_wrap {
  position: relative;
  width: 100%;
  height: 250px;
  display: flex;
  vertical-align: middle;
  text-align: center;
  margin: auto;
  background: #f2f2f2;
  justify-content: center;
}

.slider__inner_img_wrap img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
}

.sp-buttons {
  position: absolute !important;
  bottom: 0;
}

.sp-button {
  border: 1px solid #fff !important;
}

.sp-selected-button {
  background-color: #fff !important;
}

.link_btn.btn_02.y_margin {
    margin: 8% auto;
}

span.post__time.pages {
    color: #b2b2b2;
}

.news_ttl__wrap:before {
    position: absolute;
    content: "";
    width: 6%;
    height: 5px;
    top: -15px;
    background: #3AABD6;
}

span.post__time.pages.semminar {
    color: #fff;
    padding: 5px 10px;
    background: #3aabd6;
    margin-right: 10px;
    font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;

}

h3.post__h3.atv_semi {
    margin-left: 0;
    margin-bottom: 15px;
    font-weight: bold;
}

.semi_content_p {
    color: #575757;
}

h1.page__ttl.long {
    font-size: 46px;
}

article.pages.post__item.seminar {
    margin-top: 150px;
}

span.icon {
    display: inline-block;
    vertical-align: text-top;
}

ul.reco_ul.list li {
    font-size: 14px;
    color: #575757;
}

.post__content_wrap p {
    margin: 5% 0;
}

p.reco_p {
    margin: 2% 0;
}

h4.reco_ttl {
    background: #3aabd6;
    color: #fff;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 500;
}

h4.outline_ttl {
    background: #DEDEDE;
    color: #000;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 500;
}

.outline_table_wrap {
    margin: 5% 0;
}

ul.reco_ul li {
    display: flex;
    width: 50%;
    float: left;
}

table.ol_table {
    width: 100%;
}

table.ol_table th {
    width: 100px;
    text-align: left;
    font-size: 15px;
    font-weight: unset;
}

h3.post__h3.pages.post {
    margin: 20px 0;
    font-size: 25px;
}

.reco_inner_wrap {
    background: #DEF6FF;
    padding: 2.5% 5%;
}

table.reno_info_tbl {
    max-width: 800px;
    width: 100%;
    margin: 8% auto;
    color: #fff;
}

table.reno_info_tbl tr:last-child {
    border-bottom: none;
}

.footer_wrap {
    background: #272727;
    padding-top: 4.5%;
    padding-bottom: 3.5%;
    display: inline-block;
    width: 100%;
}

.footer__logo {
    width: 10%;
    padding-right: 4%;
    float: left;
    position: relative;
}

.fotter_inner.left {
    display: inline-block;
    padding: 0;
    width: 54%;
    max-width: 600px;
    margin: 0 0 0 3%;
    float: left;
}

.fotter_inner.center_inner {
  width: 30%;
  min-width: 240px;
  float: left;
  margin: 5% 0 0 5%;
}

.fotter_inner.right {
    float: right;
    position: relative;
    margin: 5% 0 0;
}

.fotter_nav ul li {
    display: flex;
    position: relative;
    float: left;
    max-width: 250px;
    min-width: 237px;
    padding-left: 10px;
}

.fotter_nav ul li:nth-child(2n+1) {
    max-width: 260px;
    min-width: 180px;
    width: 40%;
}

.fotter_nav ul li:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 1px;
    top: 49%;
    left: 0;
    background: #fff;
}

.link_btn.btn_03 {
    margin-top: 0;
    width: 306px;
}

.link_btn.btn_03 a {
    color: #000;
    background: #fff;
    padding: 20px;
}

.link_btn.btn_03 a:hover {
  background: #3AABD6;
  color: #fff;
}

.post__cap {
  position: relative;
  margin-bottom: 12%;
}

ul.column_3 li {
  width: 30%;
  float: left;
  margin: 1.65%;
}

.point__1 {
  margin: 1.65%;
}

.post__cap:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(102deg, #15CCB3 0%, #41C36E 100%);
  bottom: 0;
  left: 0;
  width: 15%;
  height: 5px;
}

p.cap__p {
  margin: 5% 0;
  color: #000;
  font-weight: bold;
}

p.cap__p span {
  background-image: linear-gradient(102deg, #15CCB3 0%, #41C36E 100%);
  background-repeat: no-repeat;
  background-size: 100% 15%;
  background-position: bottom;
  padding-bottom: 5px
}

p.cap__p_low {
  font-weight: 400;
  color: #000;
  padding-bottom: 50px;
}

.vh100_wrap {
  padding-top: 58px;
  letter-spacing: 1.2px;
}

h1.const {
  position: relative;
  text-align: center;
  font-size: 35px;
  color: #000;
  margin: 3%;
  padding-top: 3%;
  letter-spacing: 4px;
}

h1.const:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 15px;
  bottom: 0;
  display: flex;
  left: 50%;
  z-index: -1;
  background: transparent linear-gradient(102deg, #15CCB3 0%, #41C36E 100%) 0% 0% no-repeat padding-box;
}

h1.const:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 15px;
  bottom: 0;
  display: flex;
  right: 50%;
  z-index: -1;
  background: transparent linear-gradient(102deg, #41C36E 0%, #15CCB3 100%) 0% 0% no-repeat padding-box;
}

.vh100_wrap p {
  text-align: center;
  line-height: 2.5;
}

p.blk {
  color: #000;
}

.fotter_nav ul li a {
    color: #fff;
    padding: 0 0;
    margin: 5px 0;
    font-size: 14px;
}

.footer__top_link {
    width: 65px;
    position: absolute;
    bottom: 11%;
    right: 5%;
}

p.cap__p {
  margin: 5% 0;
  color: #000;
  font-weight: bold;
}

.pc_nav li {
    top: 0;
    float: left;
    text-align: center;
    position: relative;
    font-family: 'Noto Sans JP';
}

.gf {
    color: #C9C9C9;
    font-family: 'Lato';
    font-size: 13px;
}

.sec__cover {
  margin: -8.2% 0 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 60%;
}

.mdd_inner {
    width: 300px;
    background: #000;
    opacity: .7;
    display: none;
}

ul.sub-menu li {
    width: 100%;
    height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 0 0 0 30px;
    margin: 0;
    color: #fff;
    vertical-align: middle;
}

.sub-menu li:before {
    content: url(https://r-sconnect.jp/images/btn_arrow.svg);;
    position: absolute;
    left: 15px;
    font-size: 10px;
    top: 30%;
}

.pc_nav ul.sub-menu li a {
    color: #fff;
    padding: 12px;
}

.pc_nav ul.sub-menu li a.gnav:hover {
    color: #3aabd6;
}

.mv_wrap {
    position: relative;
    top: 81px;
    height: 89vh;
    background: url(https://r-sconnect.jp/images/top_mv.jpg);
    background-position: center;
    background-size: cover;
}

a.scroll {
    display: flex;
    align-items: center;
    position: absolute;
    right: 50%;
    bottom: -20px;
    z-index: 2;
    padding: 10px 10px 20px;
    overflow: hidden;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1;
    transform: translate(5px, 0px);
    letter-spacing: .2em;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
}

a.scroll::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 40px;
    background: #000;
}

a.scroll::after {
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    opacity: 1;
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  30.1%, 70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.mv__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 45%;
    max-width: 650px;
}

#front_01 {
    background: url(https://r-sconnect.jp/images/sec2_mv.jpg);
    background-size: cover;
    position: relative;
    padding: 50px 0 55px 0;
    margin-top: 76px;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: -2;
}

#front_01::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15vh 100vw 0px 7vh;
    border-color: transparent #FAFAFA transparent transparent;
}

#front_02 {
    background: #FAFAFA;
    padding: 8% 0 5%;
    position: relative;
    z-index: 0;
}

#front_03 {
    position: relative;
    display: grid;
}

#front_04 {
    background: url(https://r-sconnect.jp/images/sec_5_mv.jpg);
    background-size: cover;
    width: 90%;
    padding: 5%;
    position: relative;
}

#front_05 {
    height: 700px;
    background: #F4F4F4;
}

div#front_06 {
    margin: 5% 0;
}

.top_sec__inner {
    margin: 8% 0 20%;
}

h2.top_sec__ttl {
    font-weight: 600;
    font-size: 60px;
    position: relative;
    line-height: 1;
}

h2.top_sec__ttl:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    top: -15px;
    background: #3AABD6;
}

h3.mission {
    font-size: 20px;
    position: relative;
    padding-left: 15px;
}

h3.mission:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    background: #B9B9B9;
}

h3.mission span {
    color: #3AABD6;
    font-size: 25px;
}

#front_01 .top_sec__inner:before {
    content: "OUR MISSION";
    position: absolute;
    font-family: 'Lato', sans-serif;
    color: #E6F8FF;
    font-size: 150px;
    font-weight: bold;
    right: 0;
    top: 0;
    letter-spacing: 0;
    z-index: -1;
}

.business__wrap .mission_p__wrap:before {
    content: "CONNECT";
    position: absolute;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 150px;
    font-weight: bold;
    line-height: 1;
    right: 0;
    top: 250px;
    letter-spacing: 0;
    z-index: -1;
}

p.mission_p {
    line-height: 2.3;
}

.mission_p__wrap {
    width: 100%;
    margin: 5% 0 0;
}


.mission_p__wrap ul {
    width: 100%;
}

.mission_p__wrap ul li {
    width: 45%;
    float: left;
    margin: 2.5% 5% 2.5% 0;
}

.business_sec.li01 {
    background: url(https://r-sconnect.jp/images/sec2_001.jpg);
    margin: 8% 0 5%;
    background-position: bottom;
}

.business_sec.li02 {
    background: url(https://r-sconnect.jp/images/sec2_002.jpg);
    margin: 5% 0 5%;
    background-size: cover;
    background-position: bottom;
}

.business_sec.li025 {
    background: url(https://r-sconnect.jp/images/sec2_0025.jpg);
    margin: 5% 0 5%;
    background-size: cover;
    background-position: bottom;
}

.business_sec.li03 {
    background: url(https://r-sconnect.jp/images/sec2_003.jpg);
    margin: 5% 0 8%;
    background-size: cover;
}

.fifty_w {
    width: 50%;
}

h3.bus_h3 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 15px;
}

p.bus {
    color: #fff;
    line-height: 2;
}

.bus__inner_ttl_wrap {
    color: #fff;
    position: relative;
    padding-left: 15px;
}

.bus__inner_ttl_wrap:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background: #fff;
    left: 0;
}

.business_sec {
    background-size: 100%;
    border: solid 15px #fff;
    box-shadow: 0px 6px 10px #e6e6e6;
    border-radius: 2px;
    background-repeat: no-repeat;
}

.fifty_w.no1 {
    background: rgb(44,119,203,0.8);
    padding: 3% 2% 3% 3%;
    width: 45%;
    display: block;
    margin-left: 50%;
}

.fifty_h {
    height: 50%;
}

.fifty_h.no2 {
    background: rgb(38,154,206,0.8);
    padding: 3% 3% 3%;
    margin-top: 25%;
}

.fifty_h.no25 {
    background: rgb(4,186,88,0.8);
    padding: 3% 3% 3%;
    margin-top: 25%;
}

.fifty_w.no3 {
    background: rgb(18,180,180,0.8);
    padding: 3% 2% 3% 3%;
    margin-right: 50%;
    width: 45%;
}

.com_top.left {
    width: 65.5%;
    float: left;
    height: 582px;
    background: url(https://r-sconnect.jp/images/sec_4_mv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.news_top.left {
    width: 31.5%;
    float: left;
    height: 700px;
    background: url(https://r-sconnect.jp/images/sec_6_mv.jpg);
}

.news_top.right {
    width: 68.5%;
    float: left;
    height: 500px;
    position: absolute;
    right: 0;
}

.com_top__ttl_wrap {
    max-width: 1080px;
    width: 90%;
    margin: auto;
    position: relative;
}

.top_ttl__wrap.ab {
    position: absolute;
    top: 168px;
    color: #fff;
    left: 0;
}

.top_ttl__wrap.ab .top_sec__ttl:before {
    background: #fff;
}

p.wh {
    margin: 8% 0;
}

.top_map__wrap {
    display: contents;
}

.com_top.right {
    width: 34.5%;
    height: 582px;
    float: left;
}

.rectop_wrap {
    width: 80%;
    max-width: 550px;
    margin: 0 auto 0;
    padding: 5% 2%;
    background: rgb(255,255,255,0.8);
}

p.center.top {
    line-height: 2;
    margin: 2% 0 0;
}

.ab_btn.top {
    position: absolute;
    bottom: 3vw;
    left: 50%;
    transform: translate(-50%);
}

h2.top_sec__ttl.blk:before {
    background: #000;
    left: 50%;
    transform: translate(-50%);
}

.link_btn.btn_02 {
    width: 306px;
}

.link_btn.btn_02.a404 {
    margin: auto;
    margin-top: 80px;
}

.link_btn a {
    padding: 19px 0;
    letter-spacing: 1.5px;
    color: #fff;
    background: #000;
    font-size: 15px;
    transition: .3s;
}

.link_btn a:hover {
  color: #000;
  background: #fff;
  transition: transform .3s;
}

h3.post__h3 {
    font-family: 'Noto Sans JP';
    font-weight: 500;
    font-size: 15px;
    word-break: break-all;
    margin-left: 50px;
    display: inline;
}


.news__sec {
    max-width: 800px;
    margin: 5% auto 0;
}

.tel__wrap {
    background: #E1E1E1;
    width: 350px;
    margin: 5% auto;
    display: table;
    padding: 3% 5%;
}

.tel__wrap a {
    text-align: center;
    font-size: 40px;
    font-family: 'Lato' ,sans-serif;
    font-weight: 900;
}

.tel__wrap a span {
    display: inline;
    vertical-align: middle;
    padding: 0 2%;
}

.tel__wrap a span img {
    width: 40px;
}

p.tag {
    float: left;
}

.tel__wrap p.tag {
    width: 50%;
}

p.tag span {
    background: #000;
    color: #fff;
    padding: 3%;
    margin: 5%;
}

h3.map_ttl {
    margin: 50px 0 15px;
    font-size: 20px;
    padding-left: 10px;
    border-left: solid 5px #3aabd6;
}

.ab_btn.top.right {
    left: unset;
    transform: none;
    position: relative;
    float: right;
    top: 5%;
}

.ctr {
    width: 50%;
    margin: auto;
    max-width: 635px;
}

.container {
    margin: 26px 0 0;
}

#page__01 {
    position: relative;
    display: flex;
}

.page__ttl_wrap.ab {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    max-width: 500px;
    padding: 4.282% 0;
    text-align: center;
    transform: translate(-50%,-50%);
    background: rgb(255,255,255,0.8);
}

h1.page__ttl {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 8px;
    padding-top: 15px;
    position: relative;
}

h1.page__ttl:before, .com_mv_h2__wrap h2:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 50px;
    height: 5px;
    background: #C9C9C9;
}

h2.bus_h2 {
    width: 50%;
    max-width: 400px;
    margin: 5% auto;
}

p.center.bus {
    color: #000;
    font-size: 20px;
}

.bus_sec_02 {
    margin: 8% auto;
    width: 80%;
    max-width: 600px;
}

.bus_1__ttl_wrap {
    margin: 8% 0 5%;
}

h2.bus_1_h2 {
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 30px;
    position: relative;
}

.rent_03_sec {
    margin-top: 150px;
}

span.back_ttl {
    position: absolute;
    left: 50%;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 65px;
    transform: translate(-50%);
    line-height: .8;
    top: 0;
    z-index: -1;
    color: #E6F8FF;
    width: 100%;
}

.consul_sec02_wrap {
    margin-top: 50px;
}

.consul__sec {
    padding: 50px 0;
}

p.consul_p {
    line-height: 2;
}

.merit_wrap.consul_w ul {
    margin: 3% auto;
}

.consul_second__sec.gray {
    background: #f4f4f4;
}

span.back_ttl.p_404 {
    width: 100%;
}

h2.bus_1_h2:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    background: #3AABD6;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%);
}

.bus_second__sec {
    margin: 10% auto 0;
    background: #F4F4F4;
    position: relative;
}

.case_wrap {
    padding: 10% 0;
}

.top_ttl__wrap.bus {
    position: absolute;
    top: -25px;
}

.case_info.i_2 {
    padding: 5px 0 5px;
}

.case_info p {
    text-align: end;
    margin-right: 15px;
}

.case_info__p {
    width: 50%;
    min-width: 140px;
    float: left;
}

.bus_three__sec {
    padding: 8% 0;
}

h3.back {
    font-size: 50px;
    text-align: center;
    margin: 5% 0 1%;
    line-height: 1;
}

.back {
  position: relative;
}

h3.back:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 8px;
    background: #F4F4F4;
    z-index: -1;
}

h3.back.blu {
    color: #3AABD6;
}

h3.back.grn {
    color: #4DCB87;
}

h3.back.org {
    color: #E38300;
}

p.page_ttl__cap {
    text-align: center;
}

.merit_wrap {
    width: 90%;
    max-width: 900px;
    margin: auto;
}

.merit_wrap ul {
    margin-top: 5%;
}

li.merit_info {
    width: 48%;
    float: left;
}

li.merit_img {
    width: 45%;
    float: left;
    margin-left: 5%;
}

li.merit_info h4 {
    font-size: 25px;
    margin-bottom: 3%;
    position: relative;
}

li.merit_info.blu h4 span {
    background: linear-gradient(transparent 50%, #BCEDFF 0%);
}

li.merit_info.grn h4 span {
    background: linear-gradient(transparent 50%, #9AE6BD 0%);
}

li.merit_info.pup h4 span {
    background: linear-gradient(transparent 50%, #c09bf2b8 0%);
}

.merit_info.org span {
    background: linear-gradient(transparent 50%, #EAC28B 0%);
}

.bus_four__sec {
    position: relative;
    margin: 10% auto 0;
    background: #F4F4F4;
}

.resale {
    margin: auto;
    padding: 10% 0 0;
    max-width: 850px;
    text-align: center;
}

.resale.nx {
    padding: 8% 0 0;
}

h3.resale_h3 {
    font-size: 25px;
    position: relative;
    display: inline-block;
    background: linear-gradient(transparent 50%, #FFF 0%);
    margin-bottom: 3%;
}

h3.resale_h3.no_back {
    background: none;
}

.mobile {
  display: none;
}

.contents.privacypage {
    margin-bottom: 8%;
}

h2.pryv_h2 {
    position: relative;
    margin: 8% 0 5%;
    padding-bottom: 2%;
    font-size: 30px;
    font-weight: 500;
}

h3.pryv_h3 {
    margin-top: 3%;
    font-size: 16px;
}

span.tl_icon {
    display: inline-block;
    vertical-align: text-bottom;
    width: 25px;
    height: 33px;
}

.bus_four__sec {
    position: relative;
    margin: 10% auto 0;
    background: #F4F4F4;
    padding-bottom: 8%;
}

.bus_five__sec {
    padding: 8% 0;
}

section.photowrap {
    max-width: 1080px;
    margin: auto;
    padding-top: 100px;
}

div#mainImg {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 12px;
}

.bus_first__sec p.center {
    line-height: 2;
}

h4.bs_1_h4 {
    font-size: 18px;
    margin-bottom: 3%;
}

li.bs_1_list.img {
    width: 40%;
    margin: 5% 0;
}

.buysell__sec li {
    width: 50%;
    margin: 5%;
    float: left;
}

.buysell__sec {
    padding: 5% 0;
}

.buysell_third__sec h3 {
    font-size: 30px;
}

.buysell_third__sec {
    padding: 8% 0;
}

.buysell_third__sec h3 {
    font-size: 30px;
    margin-bottom: 5%;
}

.buysell_2 li:first-child {
    width: 42.5%;
    margin: 0 2.5% 8% 5%;
}

.buysell_2 li {
    width: 42.5%;
    margin: 0 5% 8% 2.5%;
    float: left;
}

p.buysell_2_p {
    margin-bottom: 5%;
    line-height: 2;
}

.buysell_four__sec {
    background: #87CFEA;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 5% 0;
}

.buysell_four__sec:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #87CFEA;
}

h2.blk_back {
    color: #fff;
    background: #000;
    font-size: 30px;
    margin: auto;
    text-align: center;
    width: max-content;
    padding: 1% 8%;
}

.bs_four_inner p {
    line-height: 2;
    margin: 5% 0;
}

.bs_four_inner ul li {
    width: 22%;
    float: left;
    margin: 0 1.5% 0;
}

.w95 {
    width: 95%;
    margin: 5% auto;
}

.w90 {
    width: 90%;
    margin: 0 auto -10%;
}

article.white {
    padding: 5% 0 5%;
}

h2.blk_nomal {
    font-size: 25px;
    text-align: center;
}

table.form_tbl.rec {
  width: 700px;
  margin: 5% auto 0;
}

table.form_tbl.rec select {
    height: 30px;
    padding: 0 3%;
    width: 100.2%;
    background-image: url(https://r-sconnect.jp/images/ta_icon.svg);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: right 10px center;
    background: #F7F7F7;
    border: none;
    border-radius: 6px;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    color: #000;
    transition: transform .3s;
    opacity: .7;
}

.link_btn.btn_08:hover {
    color: #000;
}

input.wpcf7-form-control.wpcf7-submit {
  width: 250px;
  margin-top: 5%;
  padding: 20px;
  background: #333;
  color: #fff;
  border-radius: 8px;
}

.link_btn.btn_08 {
    margin: 5% auto 0;
    width: 250px;
    color: #fff;
    position: relative;
}

.link_btn.btn_08:before {
    content: url(https://r-sconnect.jp/images/btn_arrow.svg);
    position: absolute;
    right: 25px;
    top: 30%;
}

.link_btn.btn_08:hover:before {
    content: url(https://r-sconnect.jp/images/btn_arrow_blk.svg);
    position: absolute;
    right: 25px;
    top: 30%;
}

h3.reno_h3 {
    font-size: 30px;
    font-weight: 400;
}

.c_s__header {
    display: inline-block;
    margin-bottom: 20px;
}

.case_wrap.rent_li ul li {
    background: none;
}

.case_wrap.rent_li ul li .case_info.i_2 {
    border-bottom: none;
}

.pro_info__wrap {
    margin: 10% auto;
    max-width: 900px;
}

.pro_info_inner {
    display: flex;
    background: #f4f4f4;
}

.pro_info_img_wrap {
    width: 40%;
    float: left;
    display: flex;
}

.pro_info_txt_wrap {
    width: 60%;
    float: left;
    display: flex;
    height: 100%;
    flex-flow: column;
    justify-content: space-between;
}

h2.pr_info_h2 {
    padding: 2% 5%;
    background: #000;
    color: #fff;
    font-size: 20px;
}

.p_in_txt_box {
    margin: 5%;
}

table.pro_in_tbl tr {
    border-bottom: solid 1px #BABABA;
}

table.pro_in_tbl tr:last-child {
    border-bottom: none;
}

table.pro_in_tbl th {
    text-align: left;
    width: 30%;
    font-weight: normal;
}

table.pro_in_tbl td {
    padding: 3% 0;
}

.center_btn {
    margin: 2% auto 5%;
    text-align: center;
    width: 280px;
}

.txt_list_wrap {
    margin: 8%;
}

.txt_list_wrap ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 100px;
}

.txt_list_wrap li {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D1ECFF;
}

.txt_list_wrap li.color_02 {
    background: #E2F7FF;
}

span.company_h2 {
    color: #3AABD6;
}

.com_second__sec {
    background: url(https://r-sconnect.jp/images/company_back.jpg);
    background-size: cover;
    background-position: right;
    position: relative;
    margin: 10% auto 8%;
    display: inline-block;
    width: 100%;
}

.com_mv_h2__wrap h2 {
    position: absolute;
    text-align: center;
    font-size: 50px;
    font-weight: 900;
    font-style: italic;
    color: #3AABD6;
    top: -12%;
    left: 50%;
    transform: translate(-50%);
}

.com_mv_inner {
    width: 45%;
    margin: 5% 2.5%;
    float: left;
    padding: 3% 0;
}

.com_mv_inner h3 {
    font-size: 25px;
    font-style: italic;
    font-weight: 500;
    padding-left: 16px;
    position: relative;
}

.com_mv_inner h3:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #3AABD6;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.com_mv_inner h3:after {
    content: "";
    position: absolute;
    width: 70%;
    height: .5px;
    background: #000;
    top: 55%;
    right: 0;
}

.com_first__sec p {
    line-height: 2;
}

.com_mv_inner p {
    line-height: 2;
    margin: 1% 0;
}

.mas_inner li.txt_ma {
    width: 45%;
    margin-right: 5%;
    float: left;
}

.mas_inner li {
    width: 50%;
    float: left;
}

.com_third__sec {
    margin: 8% 0;
}

.com_massage_wrap {
    margin: 5% 0;
}

.com_four__sec {
    background: #f4f4f4;
    padding: 10% 0 5%;
    margin-bottom: 8%;
}

.com_tbl_wrap {
    margin: 5% auto 5%;
    padding: 2% 0;
    width: 800px;
}

.com_tbl_wrap table {
    width: 100%;
    margin: auto;
    max-width: 700px;
}

.com_tbl_wrap table tr {
    border-bottom: solid 1px #C4C4C4;
}

.com_tbl_wrap table td {
    padding: 3%;
}

.com_tbl_wrap table th {
    width: 35%;
    text-align: left;
    vertical-align: top;
    padding-top: 3%;
}

.map {
    margin: 5% 0 10%;
}

table.rec {
    width: 100%;
    max-width: 700px;
    margin: auto;
}

table.rec th {
    font-weight: normal;
    text-align: left;
}

table.rec td {
    padding: 5% 0;
    width: 70%;
}

table.rec tr {
    border-bottom: 1px solid #C4C4C4;
}

table.form_tbl.rec tr {
    border-bottom: none;
}

table.rec tr:last-child, .com_tbl_wrap table tr:last-child {
    border-bottom: none;
}

.entry_btn {
    margin: 5% auto;
    text-align: center;
    max-width: 400px;
    width: 80%;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.center {
  text-align: center;
}

.sec__label {
  width: .7%;
  position: absolute;
  right: 5%;
}

.sec__label.left {
  left: 5%;
}

.sec__label.two {
  width: 1.9%;
}

.sec__label.bg {
  top: -125px;
}

.section__wrap {
  position: relative;
  margin: 8% 0 0;
}

.section__wrap.back_g {
  margin: 25% 0 0;
}

span.back__h2 {
  z-index: 1;
  background: #fff;
  display: inline-block;
  padding-right: 2%;
}

h3.ttl_inner {
  position: absolute;
  padding-left: 3%;
  bottom: 0;
  font-size: 35px;
  line-height: 1.2;
  color: #000;
}

h3.ttl_inner span {
  font-size: 20px;
}

span.noto {
  font-family: 'Noto Sans JP';
  font-weight: 400;
}

.post-area {
  word-break: break-all;
}

p.mv {
  margin: 16px 0;
}

.mv_right__box {
  width: 50%;
  position: relative;
}

.link_btn {
  width: 200px;
  text-align: center;
  position: relative;
}

.link_btn a:before {
    content: url(https://r-sconnect.jp/images/btn_arrow.svg);
    position: absolute;
    right: 25px;
}

.link_btn a:hover:before {
    content: url(https://r-sconnect.jp/images/btn_arrow_blk.svg);
    position: absolute;
    right: 25px;
}

.link_btn.btn_03 a:before {
    content: url(https://r-sconnect.jp/images/btn_arrow_blk.svg);
    position: absolute;
    right: 25px;
}

.link_btn.btn_03 a:hover:before {
    content: url(https://r-sconnect.jp/images/btn_arrow.svg);
    position: absolute;
    right: 25px;
}

#reserve_section {
  padding-top: 30px;
  margin-top: -30px;
}

.mv_right__box {
  margin-top: -25%;
  width: 50%;
  margin-left: 45%;
}

.swiper-container.slider-thumbnail.swiper-container-initialized.swiper-container-horizontal.swiper-container-pointer-events.swiper-container-free-mode.swiper-container-thumbs {
    margin-top: 25px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  opacity: .5;
}

.scroll-content {
    width: 90%;
    max-width: 1080px;
    margin: auto;
    position: relative;
}

.swipe_btn {
  position: absolute;
  top: 50%;
  width: 94%;
}
table.reno_info_tbl {
    max-width: 1000px;
    width: 96%;
    margin: 5% auto 8%;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: none !important;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: none !important;
}

/* ボタン変更 */

span.small {
  font-size: 15px;
}

.page_container {
  margin-top: 58px;
}

table.rec_tbl {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

table.rec_tbl th {
  width: 30%;
}

table.rec_tbl td {
  padding-left: 3%;
  vertical-align: top;
}

h4.rec__h4.blk {
  color: #000;
  position: relative;
  margin-bottom: 35px;
  font-size: 20px;
}

h4.rec__h4:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 6px;
  left: 0;
  bottom: -20px;
  background: transparent linear-gradient(91deg, #15CCB3 0%, #41C36E 100%) 0% 0% no-repeat padding-box;
}

p.rec_catch__inner {
  line-height: 27px;
}

.page__inner_wrap {
  margin-bottom: 150px;
}

.page__inner_wrap.gray {
  padding: 80px 30px;
  background: #FCFCFC;
}

table.rec_tbl_sec2.blk {
  margin-bottom: 150px;
  max-width: 800px;
  width: 90%;
  border-collapse: collapse;
  table-layout: fixed;
  color: #000;
}

.rec_tbl_sec2.blk th, .rec_tbl_sec2.blk td {
  border-bottom: solid 1px #000;
}

.rec_tbl_sec2.blk th {
  width: 30%;
  text-align: left;
  padding: 2% 0;
  font-weight: unset;
}

.rec_tbl_sec2.blk tr:last-child th, .rec_tbl_sec2.blk tr:last-child td {
  border-bottom: none;
}

table.form_tbl.rec th {
  vertical-align: top;
  padding-top: 8px;
  width: 35%;
}

form a {
    display: inline-block;
}

table.form_tbl.rec tr:first-child th {
    padding-top: 8px;
}

table.form_tbl.rec td {
    padding: 0 0 5%;
    text-align: left;
    position: relative;
}

span.wpcf7-list-item {
  padding-right: 15px;
}

table.form_tbl.rec td input[type="text"],
table.form_tbl.rec td input[type="tel"],
table.form_tbl.rec td input[type="email"] {
  width: 98%;
  padding: 4px;
  background: #F7F7F7;
  border: none;
  border-radius: 6px;
}

table.form_tbl.rec td textarea {
  width: 100%;
  border: none;
  background: #f7f7f7;
  border-radius: 6px;
}

.post__wrap.pages {
  display: flex;
  width: 100%;
  padding: 2% 0;
  border-bottom: solid 1px #B5B5B5;
}

.page__inner_wrap.last {
  margin-bottom: 0;
}

span.space_span {
  padding: 1%;
  vertical-align: middle;
}

span.wpcf7-form-control-wrap.menu-15 .wpcf7-not-valid-tip {
  display: none;
}

span.wpcf7-form-control-wrap.menu-16 .wpcf7-not-valid-tip {
  display: none;
}

.post__wrap.pages:last-child {
  border: none;
}

h3.post__h3.pages {
  margin: 20px 0;
  font-size: 18px;
}

.news_cat__li {
  width: 23.125%;
  float: left;
  margin: 0 2.5% 2.5% 0;
}

.news_cat__li:last-child {
  float: left;
  margin-right: 0;
}

.post__img_wrap.pages {
  width: 30%;
  float: left;
}

.postlist__inner.pages {
  width: 65%;
  float: left;
  margin-left: 5%;
  word-break: break-all;
}

.post__img_inner_wrap {
  position: relative;
  height: 250px;
  display: flex;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  margin: auto;
  background: #f2f2f2;
  justify-content: center;
}

.post__img_inner_wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
}

.box_p {
  padding-top: 5%;
  line-height: 2.5;
}

p.top_rec {
  color: #000;
}

h2.sec_ttl.whi {
  color: #fff;
}

.post_container {
  margin-top: 26px;
}

article.post, article.pages {
  margin-top: 100px;
}

article.pages.post__item {
  min-height: 40vh;
  max-width: 790px;
}

.post__content_wrap img {
  width: auto;
  max-width: 100%;
}

.post-title {
  position: relative;
  padding-left: 20px;
  color: #000;
  font-size: 25px;
}

.post-title:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  left: 0;
  background: transparent linear-gradient(180deg, #15CCB3 0%, #41C36E 100%) 0% 0% no-repeat padding-box;
}

.hidden_box {
  height: 205px;
  overflow: scroll;
  border: solid 1px;
  width: 98.5%;
  max-width: 586px;
  margin: 0 auto 50px;
  padding: 4px;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

div#wpcf7-f210-o1 {
  color: #000;
}

.hidden_box::-webkit-scrollbar {
  width: 5px;
}

.hidden_box::-webkit-scrollbar-thumb {
  background: transparent linear-gradient(135deg, #15CCB3 0%, #41C36E 100%) 0% 0% no-repeat padding-box;
  border-radius: 3px;
}

.hidden_box::-webkit-scrollbar-track {
  background: #eee;
  height: 98%;
  margin: 1%;
}

.google__map_wrap {
  width: 40%;
  display: flex;
}

h3.ctr__ttl {
  text-align: center;
  font-weight: 400;
}

h4.shop__mn {
  position: relative;
  font-size: 23px;
  color: #000;
  line-height: .8;
  padding-bottom: 15px;
  width: 90%;
  margin: 0 auto 15px;
}

.tel_btn {
  width: 200px;
  margin: auto;
  text-align: center;
}

.tel_btn a {
  padding: 5% 0;
  background: #000;
  color: #81EFE0;
  font-family: 'Lato';
  letter-spacing: 1px;
  font-size: 16px;
}

form.wpcf7-form.init {
  margin: auto;
}

form.wpcf7-form.init .center {
  margin-top: 25px;
}

input::-webkit-datetime-edit-year-field {
  color: #000;
}

h4.sf_name.gray {
  margin-left: 4%;
  padding-left: 2%;
  position: relative;
}

h4.sf_name.gray:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 16px;
  background: #ddd;
  left: 0;
  top: 16%;
}

h3.form__ttl {
  text-align: center;
  color: #000;
  font-size: 18px;
}

.days {
  width: 35%;
  margin: 2% 4% 2% 10.5%;
  position: relative;
  float: left;
  text-align: center;
}

.hour {
  width: 35%;
  margin: 2% 10.5% 2% 4%;
  text-align: center;
  float: left;
}

.reserved {
  height: 150px;
  max-width: 600px;
  margin: auto;
  border-bottom: solid 1px #989898;
}

.reserved.last {
  border: none;
}

.step__list_p_wrap {
  color: #000;
}

select {
    align-items: center;
    display: -webkit-inline-flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.days input {
  width: 198px;
  padding: 3px 4px;
  margin-top: 3px;
  font-size: 15px;
  height: 25px;
}

p.formttl.left {
  text-align: center;
}

table.form_tbl th {
    text-align: left;
    position: relative;
}

table.form_tbl td {
  padding: 2% 0 2% 2%;
  text-align: right;
}

.submit_btn {
  text-align: center;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  padding: 4px;
  width: 97%;
}

p.personal_info {
  max-width: 600px;
  margin: 50px auto 5px;
  text-align: center;
}

p.formttl.left {
  text-align: center;
  margin-bottom: 2%;
}

.w100_form {
  max-width: 600px;
  margin: 5% auto;
}

.w100_form textarea {
  padding: 4px;
  width: 98%;
  height: 150px;
  max-width: 598px;
  margin: 2px;
}

span.haveto {
  color: #fff;
  background: #BC0000;
  font-size: 11px;
  border-radius: 6px;
  margin-right: 20px;
  padding: 2px 12px 3px;
  position: absolute;
  top: 5px;
  right: 0;
}

span.wpcf7-not-valid-tip {
  position: relative;
  color: red;
  left: 0;
  padding: 1% 0 0;
}

div.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  text-align: center;
  color: red;
  margin-top: 35px;
}

div#page_404 {
  min-height: 46vh;
  width: 80%;
  margin: 150px auto 0;
}

.remodal-close {
  right: 0 !important;
  left: unset !important;
}

.remodal {
  text-align: left;
}

h4.eq__ttl.modal_eq {
  min-height: 50px;
  margin: 4% 0 3% 5%;
}

h4.eq__ttl.modal_eq:before {
  left: -5%;
}

.modal-button-prev {
  width: 20px;
  position: absolute;
  top: 50%;
  left: -30px;
}

.modal-button-next {
  width: 20px;
  position: absolute;
  top: 50%;
  right: -30px;
}

h4.eq__tag {
  margin: 2% 0 0 5%;
  position: relative;
}

h4.eq__tag:before {
  content: "";
  position: absolute;
  left: -5%;
  margin-top: 5px;
  width: 15px;
  height: 15px;
  background: #C1C1C1;
}

p.modal_cap {
  margin-left: 5%;
}

ul.modal_shop {
  margin-left: 5%;
  width: 95%;
}

ul.modal_shop li {
  position: relative;
  width: 28.3%;
  text-align: center;
  border: solid 1px;
  float: left;
  margin: 1% 2.3% 1% 0;
  padding: 8px 0;
}

ul.modal_shop li:before {
  position: absolute;
  content: url(https://r-sconnect.jp/images/btn_arrow.svg);;
  right: 5%;
  color: #D9D9D9;
}

.post__item_footer {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 100px auto;
  bottom: 0;
}

.back__btn a {
  text-align: center;
  max-width: 300px;
  width: 50%;
  margin: auto;
  padding: 12px 0;
  color: #fff;
  background: #000;
}

.eq__list_item {
  width: 100%;
  display: flex;
  max-width: 1080px;
}

.eq__list_img {
  width: 35%;
  float: left;
}

.eq__list_txt {
  width: 60%;
  margin-left: 5%;
}

h4.eq__ttl.eq__page_ttl {
  min-height: unset;
}

p.machine_no {
  font-size: 80px;
  font-family: 'Lato';
  font-weight: bold;
  line-height: 0.8;
  margin-bottom: 5%;
  color: #F2F2F2;
}

.tag_wrap {
  margin-bottom: 80px;
}

ul.modal_shop.eq_page {
  margin-left: 0;
  width: 100%;
}

ul.modal_shop.eq_page li {
  width: 20%;
  margin-right: 4.5%;
}

h4.eq__tag.eq_page {
  margin-left: 2%;
}

h4.eq__tag.eq_page:before {
  background: transparent linear-gradient(180deg, #15CCB3 0%, #41C36E 100%) 0% 0% no-repeat padding-box;
  width: 8px;
  height: 20px;
  top: -10%;
  left: -2%;
}

.mn__list_mask {
  position: relative;
  padding: 0;
}

.mn__list_mask:before {
  position: absolute;
  content: "";
  width: 50%;
  right: 0;
  height: 50px;
  background: #000;
}

h4.mn__ttl.mn__page_ttl {
  max-width: 985px;
  margin: auto;
  position: relative;
  padding: 8px;
  background: #000;
  font-size: 20px;
  color: #fff;
}

span.noto.small.right {
  font-size: 20px;
  position: absolute;
  right: 8px;
}

span.blk {
  color: #000;
}

article.menus {
  margin-top: 30px;
}

h4.eq__tag.eq_page {
  margin-left: 2%;
  margin-bottom: 30px;
  color: #000;
}

.mn__img_wrap {
  display: inline-block;
  position: relative;
  width: 100%;
}

.fif {
  width: 49%;
  float: left;
  margin-bottom: 2%;
}

.fif.left_li {
  margin-right: 1%;
}

.fif.right_li {
  margin-left: 1%;
}

.fif.right_li.txt {
  width: 47%;
  margin-left: 3%;
}

.scroll-animation-obj {
  opacity: 0;
  transition: all 0.5s ease 0.1s;
}

.scroll-animation-hop {
  transform: translate(0, 60px);
}

.scroll-animation-left {
  transform: translate(0, 0);
}

.scroll-animation-right {
  transform: translate(0, 0);
}

#wrapper {
  overflow: hidden;
}

.top1 img, .top2 img, .top3 img {
  overflow: hidden;
  object-fit: cover;
  height: 100%;
}

.fif_shop_box.imgs img {
  object-fit: cover;
  background: #f2f2f2;
}

.min900 {
    display: none;
}

table.case_tbl {
    width: 100%;
}

.slider-thumbnail .swiper-slide {
  opacity: .5;
  overflow: hidden;
}

.swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
  opacity: 1;
}

h2.top_sec__ttl.top__h2 span {
    font-size: 30px;
}

.link_btn.btn_02.short {
    margin: auto;
}

.top__item_footer {
    margin: 20px auto 150px;
}

/*  SDGs page   */

img.mg30 {
    margin-bottom: 30px;
}

img.mg30:first-child {
    margin-top: 50px;
}

.sdgs_2__sec {
    background: #f7f7f7;
}

.sdgs_3__sec {
    background: #F0F0F0;
}

.f-bnr_wrap {
    display: flex;
    max-width: 1080px;
    margin: 0 auto 20px;
}

.f-bnr_1 {
    width: 22%;
    margin: 0 1.5%;
}

@media (min-width: 1625px) {
}

@media (min-width: 1100px) {
  p.p_view:before {
    width: 75%;
  }

  p.p_view.gr:before {
    width: 68%;
  }

  .pc_nav {
      margin-left: 20px;
      margin-right: 0;
  }

  p.cap__p span {
    font-size: 20px;
    line-height: 2;
  }

  .post-title {
    font-size: 35px;
  }
}

@media (min-width: 900px) {
  h3.mv__one {
    position: relative;
    font-size: 42px;
  }

  .pc_nav {
    margin-left: 20px;
  }

  p.p_view:before {
    width: 70%;
  }

  p.p_view.gr:before {
    width: 62%;
  }
}

@media (min-width: 768px) {}

@media (max-width: 1100px) {
  article.f5__art {
    margin-left: auto;
    width: 90%;
  }

  h3.noto {
    margin-left: 6%;
  }

  .sec__label {
    display: none;
  }

  .shop__list_img {
    height: 200px;
  }

  .box01 {
    position: relative;
    margin-left: 5%;
  }

  .case_info p {
      font-size: 1.4vw;
}

span.back_ttl.line__2 {
    font-size: 62.5px;
}

ul.ats_page_ul,
ul.prv_page_ul {
  width: 95%;
}
}

@media (max-width: 900px) {
  .pc_nav {
    display: none;
  }

  .sns_wrap {
    display: flex;
    position: absolute;
    right: 100px;
    top: 22.5px;
  }

  .sp_nav {
    display: block;
  }

  .min900 {
    display: block;
  }

  span.back_ttl.line__2 {
    top: -32.5px;
  }

  span.ask {
    font-size: 25px;
  }

  span.yen {
    font-size: 12px;
  }

  table.case_tbl th {
    font-size: 12px;
    display: revert;
  }

  table.case_tbl td {
    display: revert;
  }

  .case_info p {
    font-size: 14px;
  }

  .menu_bars {
    content: url(https://r-sconnect.jp/images/menu_i.svg);
    width: 30px;
    height: 31px;
    padding: 12.5px 12%;
  }

  .menu_bars.menu_times {
    content: url(https://r-sconnect.jp/images/time_i.svg);
    width: 30px;
    height: 31px;
    padding: 12.5px 12%;
  }

  ul.modal_shop.eq_page li {
    width: 28%;
    margin-right: 4.5%;
    text-align: center;
  }

  ul.modal_shop.eq_page li a {
    padding-left: 5px;
  }

  .fotter_inner.left {
      width: 100%;
  }

  .fotter_nav ul li:nth-child(2n+1) {
    max-width: 180px;
    min-width: 180px;
    width: 40%;
    margin-left: 5%;
}

  /*スマホ用のメニューボタン*/
  .smart-inner {
    position: relative;
  }

  #navbutton:focus {
    outline: none;
  }

  #navbutton i {
    font-size: 2.2em;
    color: #333;
    margin: 20px;
  }

  .entry_btn_sp.sp {
    display: block;
    width: 15%;
    min-width: 120px;
    text-align: center;
    position: absolute;
    right: 100px;
  }

  .entry_btn_sp.sp a {
    color: #fff;
    padding: 29px;
    background: transparent linear-gradient(135deg, #15CCB3 0%, #41C36E 100%) 0% 0% no-repeat padding-box;
  }

  ul.column_3 li {
    width: 46%;
    float: left;
    margin: 2%;
  }

  .shop__list_img {
    object-fit: scale-down;
  }

  p.p_view:before {
    width: 60%;
  }

  p.p_view.gr:before {
    width: 60%;
  }

  .service__03section ul.column_3 li {
    width: 31.33333%;
    margin: 1%;
  }
}

.head_copyright {
  position: absolute;
  top: 50%;
  writing-mode: tb-rl;
  transform: translate(0, -38%);
  text-transform: uppercase;

  p {
    color: #fff;
    font-family: 'Outfit';
    font-weight: 200;
    font-size: 13px;
  }
}

@media (max-width: 768px) {

  /*     defolt_css     */
  p {
    font-size: 13px;
  }

  .scroll-content {
    width: 90%;
    margin: auto;
    position: relative;
    max-width: 1000px;
  }

  .sec1_slide .photo_inner {
    position: relative;
  }

  .swipe_btn {
    position: absolute;
    top: 50%;
    width: 94%;
  }

  .lr_wrap {
    flex-direction: column;
  }

  li.seminar_li .left {
    width: 95%;
  }

  li.seminar_li .right {
    width: 95%;
  }

  span.venue.li {
    font-size: 16px;
}

h4.recomend_ttl {
    width: 95%;
}

ul.reco_ul.list {
    width: 95%;
    margin: 12px auto;
}

.seminar__sec {
    margin-top: 35px;
}

.semminar_li_head_wrap {
    padding: 8px 0;
}

h3.post__h3.atv_semi {
    font-size: 18px;
}

h1.page__ttl.long {
    font-size: 25px;
}

  #breadcrumb li {
    padding: 5px;
    margin-top: 5px;
    font-size: 12px;
  }

   div#breadcrumb {
      width: 98%;
   }

   .mv__inner {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%,-50%);
     width: 80%;
     max-width: 550px;
   }

   #breadcrumb li:not(:first-child):before {
      content: "/";
      position: absolute;
      left: -2.5px;
      font-size: 12px;
      top: 5px;
    }

  .scroll-content:before {
    content: "";
    position: absolute;
    width: 6.1%;
    left: -6%;
  }

  .scroll-content:after {
    content: "";
    position: absolute;
    width: 6.1%;
    right: -6%;
  }

  .swiper-button-next {
    right: -5vw !important;
    top: 1vw !important;
  }

  .swiper-button-prev {
    left: -5vw !important;
    top: 1vw !important;
  }



  table.form_tbl.rec select {
    height: 30px;
    padding: 0 3%;
    background: #F7F7F7;
  }

  ul.modal_shop.eq_page li {
    width: 45%;
    margin: 2.2%;
    text-align: left;
  }

  ul.modal_shop.eq_page li a {
    padding-left: 5px;
  }

  p.personal_info {
    margin: 50px 0 5px;
  }

  /*スマホ用のメニューボタン*/
  .smart-inner {
    position: relative;
  }

  .vh100_wrap p.blk {
    line-height: 1.8;
  }

  #navbutton:focus {
    outline: none;
  }

  #navbutton i {
    font-size: 2.2em;
    color: #333;
    margin: 20px;
  }

  article {
    width: 90%;
  }

  /*     defolt_css     */
  div#page_404 {
    min-height: 50vh;
    width: 80%;
    margin: 50px auto 0;
  }

  .fif_shop_box.imgs img {
    object-fit: cover;
  }
}

@media (max-width: 767px) {

  /*     ここから新しいCSS    */
  /*     ここから新しいCSS    */

h3.map_ttl {
  margin: 20px 2.5% 5px;
  font-size: 16px;
}

.map iframe.sp {
  margin: 0 2.5%;
}

p.sdgs_p {
  font-size: 15px;
  margin-top: -20px;
  margin-bottom: 30px;
}

        /*     FRONT-PAGE    */

h2.top_sec__ttl {
    font-size: 30px;
}

table.form_tbl.rec tr:first-child th {
    padding-top: 0;
    margin-bottom: 2px;
}

table.form_tbl.rec th {
    padding-top: 0;
    margin-bottom: 2px;
}

ul.ats_page_ul li,
ul.prv_page_ul li {
    font-size: 13px;
}

li#menu-item-116 a {
    border-top: solid 1px #fff;
    margin-top: 15px;
}

span.back_ttl.line__2 {
    font-size: 40px;
}

span.back_ttl.line__2 {
    top: -20px;
}

li.seminar_li .left img {
    object-fit: cover;
}

.bus_1__ttl_wrap.line__2 {
    margin: 16% 0 5%;
}

h2.bus_1_h2.line__2:before {
    bottom: -30px;
}

p.center.consul_top {
    margin-top: 15%;
}

article.pages.post__item.seminar {
    margin-top: 80px;
}

.news_ttl__wrap.semi div {
    margin-bottom: 10px;
}

h3.post__h3.pages.post {
    font-size: 20px;
}

h4.reco_ttl {
    font-size: 16px;
    vertical-align: middle;
}

ul.reco_ul li {
    font-size: 12px;
    width: 100%;
}

.reco_inner_wrap {
    padding: 10px;
}

h4.reco_ttl {
    font-size: 16px;
    vertical-align: middle;
    padding: 5px 10px;
}

span.icon img {
    width: 80%;
}

.post__item_footer {
    margin: 10px auto;
    text-align: center;
}

h4.outline_ttl {
    font-size: 16px;
    padding: 5px 10px;
}

table.ol_table th {
    font-size: 14px;
    padding: 5px 10px;
}

table.ol_table td {
    margin-left: 10px;
    font-size: 14px;
}

h3.reno_h3 {
    font-size: 15px;
    font-weight: 400;
}

.rent_03_sec {
    margin-top: 50px;
}

h3.mission {
    font-size: 13px;
}

h3.mission:before {
    font-size: 50px;
    top: 0;
}

h3.mission span {
    font-size: 16px;
}

.mission_p__wrap ul li {
    width: 100%;
    margin-bottom: 5%;
    margin: 0 0 5%;
}

table.case_tbl th {
    font-size: 14px;
    display: revert;
}

li.merit_img {
    width: 100%;
    margin-left: 0;
}

li.merit_info {
    width: 100%;
    margin: 0 0 5%;
}

#front_01::before {
    border-width: 8vh 100vw 0px 7vh;
}

.fifty_w.no1 {
    width: 95%;
    margin-left: 0;
}

.fifty_h.no2 {
    padding: 3% 3% 3%;
    margin-top: 0;
}

.fifty_h.no25 {
    padding: 3% 3% 3%;
    margin-top: 0;
}

.fifty_w.no3 {
    padding: 3% 2% 3% 3%;
    margin-right: 50%;
    width: 95%;
}

h3.bus_h3 {
    font-size: 17px;
}

.com_top.left {
    width: 100%;
    height: 280px;
}

.top_ttl__wrap.ab {
    top: 50px;
}

.ctr {
    width: 90%;
}

.container {
    margin: 58px 0 0;
}

h1.page__ttl {
    font-size: 30px;
}

.page__ttl_wrap.ab {
    min-width: 250px;
}

h2.bus_1_h2 {
    font-size: 18px;
    margin-bottom: 10%;
}

.com_mv_inner {
    width: 95%;
    margin: 5% 2.5% 0;
    float: left;
    padding: 3% 0;
    background: #fff;
}

.com_second__sec {
    margin: 15% auto 8%;
    padding-bottom: 5%;
    display: inline-block;
    width: 100%;
}

.com_mv_h2__wrap h2 {
    top: -9%;
}

.mas_inner li {
    width: 100%;
    float: left;
}

.mas_inner li.txt_ma {
    width: 100%;
    margin-right: 5%;
    float: left;
}

th {
    display: block;
    width: 100%;
}

td {
    width: 94%;
    display: block;
    padding-left: 0 !important;
}

section.photowrap {
    padding-top: 50px;
}

table.reno_info_tbl th.last_c,
table.reno_info_tbl td.last_c {
    border-bottom: none;
}

.com_tbl_wrap {
  margin: 5% auto 5%;
  padding: 2% 0;
  width: unset;
}

.com_tbl_wrap table {
    width: 90%;
    margin: auto;
    max-width: 700px;
}

span.back_ttl {
    font-size: 40px;
    width: 100%;
}
        /*     FRONT-PAGE    */

        /*     PAGES    */

.bus_sec_02 {
    margin: 10% auto 0;
    width: 100%;
}

article.sp_max__w {
    width: 100%;
}

.sp_max__w .top_ttl__wrap {
    width: 95%;
    margin: auto;
}

.bus_second__sec {
    margin: 25% auto 0;
}

.case_wrap ul li {
    width: 46%;
    margin: 5% 2% 0;
}

span.yen {
    bottom: 10px;
    top: unset;
}

span.ask {
    line-height: 1.7;
}

.buysell__sec li {
    width: 100%;
    margin: 5% 0;
}

li.bs_1_list.img {
    width: 100%;
    margin: 5% 0;
}

.buysell_2 li:first-child, .buysell_2 li {
    width: 100%;
    margin: 0;
}

p.buysell_2_p {
    margin-top: 5%;
}

h2.blk_back {
    width: 100%;
    padding: 0;
    font-size: 20px;
}

.bs_four_inner ul li {
    width: 47%;
    float: left;
}

.pro_info_inner {
    display: inline-block;
    background: #f4f4f4;
}

.pro_info_img_wrap {
    width: 100%;
}

.pro_info_txt_wrap {
    width: 100%;
}

.p_in_txt_box {
    margin: 5% 5% 0;
}

.center_btn {
    margin: 2% auto 5%;
    text-align: center;
    width: 100%;
}

.link_btn.btn_02 {
    width: 280px;
    display: inline-block;
    margin: auto;
}

article.gray.page, article.gray.over {
    width: 80%;
}

table.rec td {
    padding: 5% 0;
    width: 100%;
}

.entry_btn {
    margin: 8% auto 5%;
    text-align: center;
    max-width: 400px;
    width: 80%;
  }

.tel__wrap a {
    font-size: 30px;
  }

        /*     PAGES    */

  /*     ここまで新しいCSS    */
  /*     ここまで新しいCSS    */

  .box01 {
    margin-left: unset;
    position: relative;
    width: 90%;
    margin: auto;
  }

  ul.swiper-wrapper {
    margin-left: 0;
  }

  ul.swiper-wrapper.sp02 {
    margin-left: 0;
  }

  ul.swiper-wrapper.sp04 {
    margin-left: 0;
  }

  .fotter_inner.left {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0 0 5%;
    border-right: none;
}

.fotter_nav ul li:nth-child(2n+1) {
    margin-left: 0;
    padding-left: 20px;
    margin: auto;
}

ul#menu-footer_menu {
    list-style: none;
    padding: 0;
    padding-inline-start: 0px;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: auto;
}


  .footer__logo {
    position: relative;
    top: 0;
    width: 50%;
    max-width: 300px;
    float: none;
    margin: auto;
  }

  ul.column_3 li {
    width: 48%;
    float: left;
    margin: 1%;
  }

  .fif.right_li {
    margin-left: 0;
    width: 100%;
  }

  .fif.left_li {
    margin-right: 0;
    width: 100%;
  }

  .fif.right_li.txt {
    width: 100%;
    margin-left: 0;
  }

  h3.ttl_inner {
    font-size: 30px;
  }

  .fotter_inner.center_inner {
    width: 90%;
    margin: 0% 5% 5% 5%;
  }

  .fotter_nav ul li {
    position: relative;
    width: 50%;
    float: left;
    min-width: 140px;
    margin: 4px auto 4px 0;
    padding-left: 20px;
}

.fotter_nav ul li:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  width: 10px;
  height: 1px;
  background: #fff;
}

  .fotter_inner.right {
    float: left;
    position: relative;
    margin: 0 0 0;
    width: 100%;
  }

  .link_btn.btn_03 {
    margin-top: 40%;
    width: 60%;
    max-width: 300px;
    margin: 0 auto 0;
  }

  .tag_wrap {
    max-width: 500px;
    margin: 0 auto 50px;
  }

  .eq__list_img {
    width: 100%;
    float: left;
  }

  table.rec_tbl {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }

  table.rec_tbl th {
    width: 100%;
    display: block;
  }

  table.rec_tbl td {
    padding-left: 3%;
    vertical-align: top;
    width: 97%;
    display: block;
  }

  .post__img_wrap.pages {
    width: 100%;
    float: left;
  }

  .post__wrap.pages {
    display: flex;
    width: 100%;
    max-width: 500px;
  }

  .postlist__inner.pages {
    width: 90%;
    float: left;
    margin-left: 5%;
    word-break: break-all;
  }

  .hour {
    width: 40%;
    margin: 2% 5% 2% 5%;
    text-align: center;
    float: left;
  }

  .hour select {
    width: 100%;
    margin-top: 3px;
    font-size: 15px;
    max-width: 240px;
    padding: 4px;
    height: 35px;
  }

  .days {
    width: 40%;
    margin: 2% 5% 2% 5%;
    position: relative;
    float: left;
    text-align: center;
  }

  .days input {
    width: 100%;
    padding: 3px 4px;
    margin-top: 3px;
    max-width: 228px;
    font-size: 15px;
    height: 25px;
  }

  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 4px;
    width: 100%;
  }

  h2.top_sec__ttl.top__h2 span {
    display: block;
    text-align: center;
    width: 50%;
}

.top__item_footer {
    text-align: center;
    margin-bottom: 50px;
}
}

@media (max-width: 500px) {

  .mobile {
    display: block;
  }

  .sns_wrap {
    display: flex;
    position: absolute;
    right: 60px;
    top: 8.5px;
    width: 45px;
  }

  #front_01 {
      margin-top: 0;
  }
  h3.mission {
    font-size: 15px;
  }

  li.txt_ma.sp {
    font-size: 12px;
  }

  .com_mv_h2__wrap h2 {
    top: -9%;
    font-size: 10vw;
    width: 100%;
  }

  .case_wrap ul li {
    width: 96%;
    margin: 5% 2% 0;
  }

  .case_wrap.rent_li ul li {
    background: none;
    width: 46%;
  }
  .bus_second__sec {
    margin: 50px auto 0;
  }

  .rectop_wrap {
    width: 80%;
    padding: 10% 6%;
  }

  div#breadcrumb {
    width: 100%;
    overflow: auto;
    display: inline;
}

  div#breadcrumb ul {
    width: auto;
    display: flex;
    overflow: auto;
    flex-direction: row;
    flex-wrap: nowrap;
}
#breadcrumb li {
    padding: 5px;
    margin-top: 5px;
    font-size: 10px;
    word-break: keep-all;
    display: inline;
}

h2.top_sec__ttl.top__h2 {
    font-size: 50px;
}
p.top_sec__cap {
    font-size: 16px;
}

  #front_02 {
    padding: 25% 0 5%;
  }

  #front_01 .top_sec__inner:before {
    content: "OUR MISSION";
    position: absolute;
    font-family: 'Lato', sans-serif;
    color: #E6F8FF;
    font-size: 14vw;
    font-weight: bold;
    right: 0;
    top: 0;
    letter-spacing: 0;
    z-index: -1;
}

.business__wrap .mission_p__wrap:before {
    content: "CONNECT";
    position: absolute;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 6vh;
    font-weight: bold;
    line-height: 1;
    right: 0;
    top: 110px;
    letter-spacing: 0;
    z-index: -1;
}

  .rf_type {
    font-size: 3vw;
  }

  .entry_btn_sp.sp {
    right: 61px;
  }

  table.case_tbl th {
    display: block;
    font-size: 12px;
  }
  .txt_list_wrap {
    margin: 5% 0%;
  }

  table.case_tbl td {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-right: 0;
    width: 95%;
}
p.center.bus {
    font-size: 15px;
}

  .link_btn.btn_case a {
    font-size: 12px;
  }

  h3.resale_h3 {
    background: none;
    font-size: 20px;
  }

  .tel__wrap {
    width: 300px;
    padding: 3% 0;
  }

  .tel__wrap a span img {
    width: 30px;
    height: 30px;
  }

  .buysell_third__sec h3 {
    font-size: 20px;
  }

  h4.bs_1_h4 {
    font-size: 16px;
  }

  h3.resale_h3 span {
    background: linear-gradient(transparent 50%, #FFF 0%);
  }

  span.tl_icon {
    width: 25px;
    height: 25px;
  }

  .resale {
    padding: 15% 0 0;
  }

  h3.back {
    font-size: 30px;
  }

  li.merit_info h4 {
    font-size: 20px;
  }

  .ab_btn.top {
    position: absolute;
    top: unset;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%);
}

.logo {
    width: auto;
    max-width: 55px;
    padding: 0 5%;
}

.footer_wrap {
    padding-bottom: 12%;
}

.footer__top_link {
    width: 65px;
    position: absolute;
    bottom: 4%;
    right: 10px;
    transform: unset;
    display: flex;
}

a#top img {
    max-width: 65px;
}

.container {
    margin: 40px 0 0;
}

.fotter_nav ul li {
    position: relative;
    width: 57%;
    float: left;
    min-width: unset;
    margin: 4px 0 4px 0;
    padding-left: 1.5%;
}
.fotter_nav ul li:before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    width: 5px;
    height: 1px;
    background: #fff;
}
.fotter_nav ul li:nth-child(2n+1) {
    width: 40%;
    max-width: unset;
    min-width: unset;
    display: flex;
    padding-left: 1.5%;
    margin-left: 0;
}
.footer_wrap article {
    width: 98%;
}

.news_top.right {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
}
.ab_btn.top.right {
    left: unset;
    transform: none;
    position: relative;
    text-align: center;
    float: none;
    top: 2%;
    bottom: 0;
    display: flex;
    width: 100%;
}

  input,
  button,
  textarea,
  select {
    /* デフォルトスタイルをリセット */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* font-familyを継承しないので、継承させる */
    font-family: inherit;
    /* iOSの角丸をリセット */
    border-radius: 0;
    /* box-size */
    box-sizing: border-box;
    /* 文字の大きさ iOSでズームさせないために16px以上を指定 */
    font-size: 16px;
    /* 文字色を親から継承 */
    color: inherit;
  }

  label {
    /* iOSでのlabelとinput,select,textareaの関連付け */
    cursor: pointer;
  }

  /* スピンボタン非表示 chrome,safari */
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button,
  input[type="month"]::-webkit-outer-spin-button,
  input[type="month"]::-webkit-inner-spin-button,
  input[type="datetime-local"]::-webkit-outer-spin-button,
  input[type="datetime-local"]::-webkit-inner-spin-button,
  input[type="week"]::-webkit-outer-spin-button,
  input[type="week"]::-webkit-inner-spin-button,
  input[type="time"]::-webkit-outer-spin-button,
  input[type="time"]::-webkit-inner-spin-button,
  input[type="date"]::-webkit-outer-spin-button,
  input[type="date"]::-webkit-inner-spin-button {
    /*-webkit-appearance: none;
  margin: 0;*/
    display: none;
  }

  table.form_tbl.rec td input[type="text"],
  table.form_tbl.rec td input[type="tel"],
  table.form_tbl.rec td input[type="email"] {
    width: 100%;
}

  /* スピンボタン非表示(firefox) */
  input[type="number"],
  input[type="month"],
  input[type="datetime-local"],
  input[type="week"],
  input[type="time"],
  input[type="date"] {
    -moz-appearance: textfield;
  }

  /* クリアボタン非表示 */
  input[type="date"]::-webkit-clear-button,
  input[type="month"]::-webkit-clear-button,
  input[type="datetime-local"]::-webkit-clear-button,
  input[type="time"]::-webkit-clear-button,
  input[type="week"]::-webkit-clear-button {
    -webkit-appearance: none;
  }

  input[type="radio"] {
    -moz-appearance: inherit;
    appearance: auto;
    border-radius: 50%;
    border: solid 1px #35caa8;
    width: 15px;
    height: 15px;
  }

  input[type="radio"]:checked {
    border: solid 7.5px #35caa8;
    background: #35caa8;
    border-radius: 50%;
  }

  input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: inherit;
    appearance: auto;
  }

  span.concept_low:before {
    width: 95%;
    left: 2%;
  }

  img.concept_01 {
    width: 30%;
  }

  #slider-left {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 65vh;
  }

  #slider-right {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35vh;
    margin-top: -7px;
  }

  ul.modal_shop.eq_page li {
    width: 44.8%;
    margin: 2.2%;
    text-align: left;
  }

  ul.modal_shop li {
    position: relative;
    width: 46.3%;
    text-align: left;
    border: solid 1px;
    float: left;
    margin: 1% 2.3% 1% 0;
    padding: 8px 0;
  }

  ul.modal_shop li a {
    padding-left: 5px;
    font-size: 12px;
  }

  h4.eq__tag {
    margin: 2% 0 0 6%;
  }

  h4.eq__tag:before {
    left: -6%;
  }

  table.rec_tbl th {
    width: 100%;
    display: block;
  }

  table.rec_tbl td {
    padding-left: 3%;
    vertical-align: top;
    width: 97%;
    display: block;
  }

  .swiper-container.top1 {
    width: 100%;
    height: 65vh;
    margin: 0;
    top: 0;
    left: 0;
    display: flex;
    position: absolute;
  }

  #slider-top {
    position: absolute;
    display: flex;
    width: 50%;
    height: 35vh;
    left: 0;
  }

  #slider-bottom {
    position: absolute;
    display: flex;
    width: 50%;
    height: 35vh;
    right: 0;
  }

  .swiper-container.top2 {
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
    display: flex;
    position: absolute;
  }

  .swiper-container.top3 {
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    right: 0;
    bottom: unset;
    display: flex;
    position: absolute;
  }

  h1.const {
    font-size: 20px;
  }

  article.post {
    margin-top: 30px;
  }

  .post_container {
    margin-top: -6px;
  }

  p, th, td, .case__info_p, .case_info.i_2 span, .com_tbl_wrap table td h4, .com_tbl_wrap table td li {
    font-size: 12px;
  }

  .mv_wrap {
    margin-top: 63px;
    top: 0;
  }

  h2.sec_ttl {
    font-size: 65px;
  }

  h3.sec_ttl {
    font-size: 65px;
  }

  .section__mask {
    margin-right: auto;
  }

  h3.mv__one:before {
    top: 1%
  }

  h3.post-title.back1:after, h3.post-title.back2:after, h3.post-title.back3:after, h3.post-title.back4:after, h3.post-title.back5:after {
    font-size: 65px;
  }

  .post-title {
    font-size: 18px;
  }

  p.sf_p {
    margin: 3% 0 0 0;
  }

  td.s__vo_box {
    margin: 0 auto 50px;
    width: 80%;
    padding-left: 0;
  }

  td.sf__td {
    margin-bottom: 10%;
  }

  th.sf__th {
    padding-bottom: 5px;
  }

  p.position {
    margin-bottom: -5px;
  }

  .link_btn {
    z-index: 3;
    position: relative;
  }

  h3.ttl_inner {
    padding-left: 5%;
  }

  .sec__label {
    display: none;
  }

  .box01 {
    margin-left: auto;
    position: relative;
  }

  ul.swiper-wrapper {
    margin-left: 0;
  }

  ul.swiper-wrapper.sp02 {
    margin-left: 0;
    width: 85%;
  }

  ul.swiper-wrapper.sp04 {
    margin-left: 0;
  }
  ul.sub-menu {
    margin: 0;
  }
  ul.sub-menu li {
    width: 100%;
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 0 0 0;
    margin: 0 0 0 auto;
    color: #fff;
    vertical-align: middle;
}
  li#menu-item-117 a {
    border-bottom: none;
  }
  ul.sub-menu li a {
    border-bottom: none;
    padding-left: 45px;
  }
  ul.sub-menu li a:before {
    left: 35px;
}
ul.sub-menu li:before {
    content: "";
    position: absolute;
    display: flex;
    width: 1px;
    height: 100%;
    top: 10%;
    left: 30px;
    background: #fff;
}
  .menu-item:before {
    top: 27%;
  }

  .entry_btn_sp.sp a {
    padding: 20px;
  }

  .menu_bars.menu_times {
    width: 25px;
    height: 31px;
    padding: 0 2px;
  }

  ul#menu-smart-menu {
    margin: 10% 5%;
  }

  p.p_view:before {
    width: 65%;
  }

  .link_btn.btn_03 {
    margin-top: 40%;
    width: 60%;
    margin: 0 20% 0;
  }

  .f5_h3__wrap {
    position: inherit;
    padding: 5% 0 20%;
  }

  .f5_h3__mask {
    width: 94%;
    position: absolute;
    left: 0;
    background: #000;
    padding: 1% 0;
  }

  ul.f5_inner li {
    display: inline-block;
  }

  .f5_li__txtbox {
    position: relative;
    margin: 0 0 3% 3%;
    width: 97%;
    float: left;
  }

  .f5_li__imgbox {
    width: 100%;
    margin: 3% 0 3% 0;
    float: left;
  }

  .f5_li__txtbox:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 58%;
    top: 104px;
    left: -3%;
    background: #D5D5D5;
  }

  p.copyright {
    font-size: 10px;
  }

  h4.sf_name.gray {
    margin-left: 2%;
    padding-left: 6%;
    position: relative;
  }

  th.ac_th {
    min-width: 85px;
    text-align: left;
  }

  th.ac_th, td.ac_td {
    width: 100%;
    min-width: 100%;
    display: block;
    margin: auto;
  }

  td.ac_td {
    margin-bottom: 15px;
  }

  .post__sec5_back {
    position: absolute;
    width: 15%;
    margin-top: 15%;
    max-width: 100px;
    z-index: -1;
  }

  h3.post-title.back1, h3.post-title.back2, h3.post-title.back3, h3.post-title.back4, h3.post-title.back5 {
    margin: 80px 0 35px;
    font-size: 18px;
  }

  td.ac_td img {
    width: 75%;
  }

  h4.shop__mn {
    font-size: 20px;
  }

  span.sub.noto {
    font-size: 13px;
  }

  h3.beginner {
    padding: 1% 6%;
    width: 88%;
    font-size: 15px;
  }

  h3.ctr__ttl {
    font-size: 13px;
  }

  table.form_tbl {
    width: 100%;
    margin: auto;
    max-width: 600px;
  }

  table.form_tbl th, table.form_tbl td {
    text-align: left;
    display: block;
    padding-left: 0;
  }

  table.form_tbl.rec th {
    width: 95%;
  }

  table.form_tbl th {
    width: 95%;
    margin: auto;
    padding-bottom: 0;
  }

  table.form_tbl td {
    width: 95%;
    margin: auto;
    padding-top: 0;
}

  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 2px 0;
    width: 100%;
    border: solid 1px;
  }

  .hidden_box {
    height: 150px;
    border: solid 1px;
    width: 97%;
    font-size: 12px;
    max-width: 600px;
    margin: auto;
    padding: 1%;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .hidden_box::-webkit-scrollbar {
    width: 1%;
  }

  .w100_form textarea {
    padding: 1%;
    width: 100%;
    height: 150px;
    margin: 2px auto;
  }

  .shop__ac {
    position: relative;
    display: block;
  }

  table.sho_ac {
    display: block;
    max-width: 600px;
    width: 100%;
    margin: auto;
    table-layout: fixed;
  }

  .google__map_wrap {
    width: 100%;
    display: block;
  }

  span.haveto {
    font-size: 10px;
    position: relative;
    margin-left: 5px;
    padding: 1px 12px 1px;
    top: 0;
  }

  span.ab_span {
    position: relative;
  }

  article.pv_page {
    margin-top: 15%;
  }

  .cp_p__box {
    width: 90%;
    padding: 2%;
    position: absolute;
    bottom: -70px;
    right: 0;
  }

  .cp_back_wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  h3.ttl_inner {
    padding-left: 5%;
    font-size: 25px;
  }

  article.post, article.pages {
    margin-top: 50px;
  }

  ul.column_3 li {
    width: 96.7%;
    float: left;
    margin: 1.65%;
  }

  .service__03section ul.column_3 li {
    width: 96.7%;
    float: left;
    margin: 1.65%;
  }

  .page_container {
    margin-top: 40px;
  }

  ul.btn_fif li a {
    padding: 5% 0;
    color: #fff;
    background: #000;
  }

  ul.btn_fif li {
    width: 44.5%;
  }

  .eq__list_item {
    width: 100%;
    display: block;
    max-width: 1080px;
  }

  .s__ttl_wrap.margin_4 {
    margin-bottom: 80px;
    padding-top: 50px;
  }

  .eq__list_img {
    width: 100%;
    float: left;
  }

  p.machine_no {
    font-size: 50px;
    line-height: 1.2;
  }

  .eq__list_txt {
    width: 95%;
    margin-left: 5%;
  }

  h4.eq__ttl.eq__page_ttl {
    width: 98%;
    margin: 2% 0 2% 2%;
    min-height: 60px;
  }

  h4.eq__tag.eq_page {
    margin-left: 5%;
    margin-top: 5%;
    margin-bottom: 2%;
  }

  h4.eq__tag.eq_page:before {
    left: -4%;
  }

  .features__01, .features__02, .features__03 {
    display: block;
    width: 100%;
    margin-bottom: 5%;
  }

  .fif.left_li {
    margin-right: 0;
    width: 100%;
  }

  .fif.right_li {
    margin-left: 0;
    width: 100%;
  }

  .fif.right_li.txt {
    width: 100%;
    margin-left: 0;
  }

  .link_btn {
    z-index: 3;
    position: relative;
    margin-top: 20px;
  }

  .btn_wrap {
    margin-bottom: 10%;
  }

  .step_no {
    font-size: 60px;
  }

  .step__list_item {
    display: block;
    width: 100%;
    margin-bottom: 15%;
  }

  .step__list_txt {
    width: 100%;
  }

  .step__list_img {
    width: 100%;
    margin-left: 0;
  }

  .step__list_item:before {
    left: 46%;
  }

  .post__wrap.pages {
    display: flex;
    width: 100%;
    padding: 8% 0;
    border-bottom: solid 1px #B5B5B5;
  }

  .news_cat__li {
    width: 46%;
    float: left;
    margin: 2% 2% 2% 2%;
  }

  .postlist__inner.pages {
    width: 100%;
    margin-left: 0;
  }

  ul.btn_fif li.btn_pages {
    width: 46.5%;
  }

  .reserved {
    height: 185px;
    max-width: 210px;
    margin: 0 auto 10px;
    padding-bottom: 10px;
  }

  .days {
    width: 210px;
    margin: 5% auto 0;
    position: relative;
    float: left;
    text-align: left;
  }

  .hour {
    width: 210px;
    margin: 5% auto 10%;
    text-align: left;
    float: left;
  }

  .footer__logo {
    padding: 0;
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 auto 10%;
}

.footer__logo img {
    width: 70px;
}

  ul.modal_shop {
    margin-left: 0;
    width: 100%;
  }
  ul#menu-footer_menu {
      display: flex;
      flex-wrap: wrap;
  }

  .fotter_nav ul li a {
    color: #fff;
    padding: 0 0;
    margin: 5px 0;
    font-size: 12px;
  }

  .f-bnr_wrap {
    flex-direction: column;
    align-items: center;
  }

  .f-bnr_1 {
    width: 50%;
    margin: 1.5%;
  }
  .footer_wrap {
    padding: 8% 0 0;
  }
}

@media (max-width: 374px) {
  .news_top.right {
    height: 600px;
}
}

@media (max-width: 321px) {
  ul.modal_shop li a {
    padding-left: 5px;
    font-size: 10px;
  }

  ul.modal_shop li:before {
    position: absolute;
    content: url(https://r-sconnect.jp/images/btn_arrow.svg);;
    font-size: 12px;
    top: 20%;
    right: 5%;
    color: #D9D9D9;
  }
}
