@media screen and (min-width: 769px), print {
  header .logo {
    text-align: center;
  }
  header .logo a {
    display: inline-block;
    padding: 6px 0;
	  
  }
  header{
    border-bottom: solid 1px #000000;
  }
  header .header_inner{
    display: flex;
    width: 94%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
  }
  header ul.menu{
    display: flex;
    align-items: center;
  }
  header ul.menu li.contact{
    width: 145px;
    margin-right: 28px;
  }
  header ul.menu li a{
    font-weight: 300;
    font-size: 14px;
    display: block;
  }
  header ul.menu li.contact a{
    color: #EC6D74;
    letter-spacing: 4px;
    padding: 12px 0 9px 50px;
    background-image: url(../img/icon/bg_mail.svg);
    background-position: center center;
    background-size: 140px 35px;
    background-repeat: no-repeat;
    transition: 0s;
  }
  header ul.menu li.contact a:hover {
    transition: 0s;
    color: #fff;
    text-decoration: none;
    background-size: 140px 35px;
    background-image: url(../img/icon/bg_mail_h.svg);
    background-repeat: no-repeat;
  }
  nav ul.menu li div.sns_box {
    display: flex;
  }
  nav ul.menu>li div.sns_box a {
    display: block;
    padding: 10px 5px;
    font-weight: bold;
    border-bottom: 0;
    width: 29px;
    height: 29px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
    letter-spacing: 1px;
    line-height: 1.9;
    font-size: 13px;
    white-space: nowrap;
    margin-right: 15px;
  }
  .mt120 {
    margin-top: 120px;
  }
  @supports (-ms-ime-align: auto) {
    nav ul.menu>li div.sns_box a {
      width: 30px;
      height: 30px;
      }
  }
  /* Edge 2 */
  _:-ms-lang(x)::backdrop, nav ul.menu>li div.sns_box a {
    width: 30px;
    height: 30px;
  }
  /* IE11 */
  _:-ms-lang(x)::-ms-backdrop, nav ul.menu>li div.sns_box a {
    width: 30px;
    height: 30px;
  }

  nav ul.menu>li div.sns_box a:last-child{
    margin-right: 0;
  }
  nav ul.menu>li div.sns_box a.facebook{
    background-image: url(../img/icon/icon_facebook.svg);
  }
  nav ul.menu>li div.sns_box a.facebook:hover {
    background-image: url(../img/icon/icon_facebook_h.svg);
    opacity: 1;
  }
  nav ul.menu>li div.sns_box a.twitter{
    background-image: url(../img/icon/icon_twitter.svg);
  }
  nav ul.menu>li div.sns_box a.twitter:hover {
    background-image: url(../img/icon/icon_twitter_h.svg);
    opacity: 1;
  }
  nav ul.menu>li div.sns_box a.line{
    background-image: url(../img/icon/icon_line.svg);
  }
  nav ul.menu>li div.sns_box a.line:hover {
    background-image: url(../img/icon/icon_line_h.svg);
    opacity: 1;
  }
  nav ul.menu>li div.sns_box a.instagram{
    background-image: url(../img/icon/icon_instagram.svg);
  }
  nav ul.menu>li div.sns_box a.instagram:hover {
    background-image: url(../img/icon/icon_instagram_h.svg);
    opacity: 1;
  }
	.ctn_top{
	position: relative;
	}
	.ymark{
	position: absolute;
	left: 30px;
    top: 30px;
	z-index: 10;
	}
  .ctn_top_mv {
    position: relative;
    /* padding-bottom: 56.25%; */
    padding-bottom: 54%;
    padding-top: 2%;
    height: 0;
    overflow: hidden;
  }
  .ctn_top_mv iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .ctn_top .banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .ctn_top .bx_life {
    background-color: #EEEEEE;
    padding: 68px 0;
  }
  .ctn_top .bx_life_inner {
    max-width: 740px;
    margin: 0 auto;
  }
  .ctn_top .bx_life_inner_l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 53px 0 88px;
  }
  .ctn_top .bx_life_inner_l li {
    width: 50%;
    margin-bottom: 30px;
  }
  .ctn_top .bx_life h3 {
    text-align: center;
  }
  .ctn_top .bx_life .bt_about {
    position: relative;
  }
  .ctn_top .bx_life .bt_about:before {
    content: "";
    background: url(../img/icon_down.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 55px;
    height: 27px;
    position: absolute;
    top: -64px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .bx_tel {
    padding: 28px 0 22px;
    margin-top: -2px;
    text-align: center;
    background-color: #000;
  }
  .bx_tel .show_pc img {
    height: 21px;
  }
  .bx_yl {
    background-color: #fff;
    /* padding: 40px 0 56px; */
  }
  .bx_yl_inner {
    max-width: 1000px;
    margin: 0 auto;
	  padding:20px;
  }
  .bx_yl_inner.new_contents_wapper {
    max-width: none;
    padding: 0;
  }
  .bx_yl_inner_amz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 41px 0 50px;
  }
  .bx_yl h3 {
    text-align: center;
  }
  .bx_yl .btn {

    width: 300px;
    height: 57px;


    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-right: 0 ;
  }
  .bx_yl .btn a {
    display: inline-block;
  }
  .bx_yl .btn a img {
    width: 300px;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    -moz-transition: transform 0.25s ease, -moz-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease, -moz-transform 0.25s ease;
  }
  .bx_yl .btn:hover a {
    opacity: 1;
  }
  .bx_yl .btn:hover a img {
    opacity: 1;
    -webkit-transform: translate(12px, 11px);
       -moz-transform: translate(12px, 11px);
        -ms-transform: translate(12px, 11px);
            transform: translate(12px, 11px);
  }
  .bx_yl .btn:hover:before {
    -webkit-transform: translate(12px, 0);
       -moz-transform: translate(12px, 0);
        -ms-transform: translate(12px, 0);
            transform: translate(12px, 0);
  }
  .bx_yl .btn:before {
    content: "";
    background: url(../img/bf_btn.svg) no-repeat;
    width: 17px;
    height: 21px;
    position: absolute;
    bottom: -10px;
    left: 	0px;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    -moz-transition: transform 0.25s ease, -moz-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease, -moz-transform 0.25s ease;
  }
  .bx_yl .btn:after {
    content: "";
    background: url(../img/sh_btn.svg) no-repeat;
    width: 300px;
    height: 57px;
    position: absolute;
    top: 11px;
    left: 11px;
    z-index: -1;
  }

  .reno_ctl {
    padding: 80px 0;
    border-bottom: 1px solid #000;
  }
  .reno_ctl_l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reno_ctl_l li {
    width: 340px;
    border: 1px solid #000;
    cursor: pointer;
  }
  .reno_ctl_l_t {
    padding: 19px 0 33px 44px;
  }
  .reno_ctl_l_t p {
    padding: 0 0 0 20px;
  }
  .reno_ctl_l_t p img {
    width: 210px;
    height: auto;
  }
  .reno_ctl_l_t h3 {
    margin-top: 30px;
  }
  .reno_ctl_l_t h3 img {
    max-width: 257px;
    width: auto;
    height: auto;
  }
  .reno_ctl_l figure img {
    width: 100%;
    height: auto;
  }
  .reno_sec {
    padding: 105px 0 93px;
  }
  .reno_sec_t {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reno_sec_t_l {
    width: 333px;
  }
  .reno_sec_t_l span {
    font-size: 0;
  }
  .reno_sec_t_l h2 {
    font-size: 0;
    margin-top: 28px;
  }
  .reno_sec_t_l p {
    font-size: 0;
    margin-top: 63px;
  }
  .reno_sec_t figure {
    width: -webkit-calc(100% - 333px);
    width: -moz-calc(100% - 333px);
    width: calc(100% - 333px);
  }
  .reno_sec_t figure img {
    width: 100%;
    height: auto;
  }
  .reno_sec_m1 {
    margin-top: 30px;
  }
  .reno_sec_m1 h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reno_sec_m1_f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    margin-top: 70px;
  }
  .reno_sec_m1_f::after {
    position: absolute;
    content: "";
    width: 19px;
    height: 26px;
    background: url("../img/arrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .reno_sec_m1_f figure {
    width: 510px;
    position: relative;
  }
  .reno_sec_m1_f figure::after {
    position: absolute;
    content: "";
    left: 15px;
    bottom: 15px;
  }
  .reno_sec_m1_f figure:nth-of-type(1)::after {
    width: 80px;
    height: 14px;
    background: url("../img/reno_before.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .reno_sec_m1_f figure:nth-of-type(2)::after {
    width: 66px;
    height: 14px;
    background: url("../img/reno_after.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .reno_sec_m1_f figure img {
    width: 100%;
    height: 340px;
    object-fit: cover;
  }
  .reno_sec_m1 p {
    margin-top: 29px;
  }
  .reno_sec_m2 {
    margin-top: 80px;
  }
  .reno_sec_m2_wrap {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reno_sec_m2_wrap article {
    width: 340px;
    border: 1px solid #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reno_sec_m2_wrap_t {
    padding: 26px 30px;
  }
  .reno_sec_m2_wrap_t h4 {
    margin-bottom: 26px;
  }
  .reno_sec_m2_wrap figure {
    height: 220px;
    overflow: hidden;
  }
  .reno_sec_m2_wrap figure img {
    width: 100%;
    height: auto;
  }
  .reno_sec_b {
    margin-top: 75px;
  }
  .reno_sec_b figure {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #000;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reno_sec_b figure > img {
    width: 728px;
    height: auto;
  }
  .reno_sec_b figure figcaption {
    width: -webkit-calc(100% - 728px);
    width: -moz-calc(100% - 728px);
    width: calc(100% - 728px);
    padding: 0 0 0 35px;
  }
  .ctn_bottom {
    padding: 68px 0 0 0;
  }
  .ctn_bottom_inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  .ctn_bottom .bx_art_top {
    padding-bottom: 65px;

  }
  .ctn_bottom .bx_art_top article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ctn_bottom .bx_art_top article:nth-of-type(1) {
    margin-bottom: 50px;
  }
  .ctn_bottom .bx_art_top article .left {
    width: -webkit-calc(100% - 45%);
    width: -moz-calc(100%  - 45%);
    width: calc(100% - 45%);
    padding-right: 30px;
  }
  .ctn_bottom .bx_art_top article .left h3 {
    margin-bottom: 25px;
  }
  .ctn_bottom .bx_art_top article .left p {
    font-size: 1.6rem;
    line-height: 36px;
    font-family: Hiragino Sans, sans-serif;
  }


  .ctn_bottom .bx_art_top article .left_l li span {
    display: inline-block;
    vertical-align: top;
    width: 40px;
  }
  .ctn_bottom .bx_art_top article .left_l li em {
    display: inline-block;

  }
  .ctn_bottom .bx_art_top article figure {
    width: 500px;
  }
  .ctn_bottom .bx_strength {
    padding: 65px 0 0 0;
  }
  .ctn_bottom .bx_strength h3 {
    font-size: 3.4rem;
    font-weight: bold;
    font-family: Hiragino Sans, sans-serif;
    line-height: 40px;
    text-align: center;
    margin-bottom: 25px;
  }
  .ctn_bottom .bx_strength .txt_top {
    font-size: 2.1rem;
    font-family: Hiragino Sans, sans-serif;
    line-height: 40px;
    text-align: center;
  }
  .ctn_bottom .bx_strength_list_nb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 45px;
    padding-bottom: 50px;

  }
  .ctn_bottom .bx_strength_list_nb li {
    text-align: center;
  }
  .ctn_bottom .bx_strength_list_nb li:first-child {
    margin-right: 140px;
  }
  .ctn_bottom .bx_strength_list_nb li:nth-child(2) {
    margin-right: 100px;
  }
  .ctn_bottom .bx_strength_list_nb li em {
    font-style: normal;
    font-size: 1.6rem;
    line-height: 26px;
    margin-top: 15px;
    display: block;
    font-family: Hiragino Sans, sans-serif;
  }
  .ctn_bottom .bx_strength article {
    padding: 45px 95px 70px;
  }
  .ctn_bottom .bx_strength article:not(:last-child) {

  }
  .ctn_bottom .bx_strength article h4 {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
  }
  .ctn_bottom .bx_strength article h4 em {
    font-size: 2.4rem;
    line-height: 29px;
    font-style: normal;
    font-weight: bold;
    font-family: Hiragino Sans, sans-serif;
    margin-left: 20px;
  }
  .ctn_bottom .bx_strength article h4 img {
    width: 85px;
    height: 85px;
  }
  .ctn_bottom .bx_strength article p {
    font-size: 1.6rem;
    line-height: 36px;
  }

  /*お問い合わせエリア*/
  .ctn_contact_tit{
    /* background: #FFF6E6; */
    /* padding: 86px 0; */
    text-align: center;
  }
  .ctn_contact_tit01{
    margin-bottom: 48px;
  }
  .ctn_contact_tit02{
    margin-bottom: 40px;
  }
  .ctn_contact_top_txt{
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 2.5;
  }
  .matop40 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .mt120 {
    margin-top: 0;
  }
  .bx_yl.mt120 {
    padding-top: 0;
  }
  .header_inner{
    display: flex;
    justify-content: space-between;
  }
  header .logo {
    text-align: center;
  }
  header .logo a {
    display: inline-block;
    line-height: 1;
    /*padding: 2.77778vw 0 2.77778vw;*/
    padding: 16px 30px;
    font-size: 0;
  }
  header .logo a img {
    /*width: 28.75vw;*/
    width: 160px;
    height: auto;
  }
  .sp_contact{
    width: 60px;
  }
  .header_inner .menu{
    display: flex;
  }
  .header_inner .menu .sns{
    width: 60px;
  }
  .header_inner .menu .sns .sns_box{
    width: 100%;
    height: 100%;
  }
  .header_inner .menu .sns .sns_box a.instagram{
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/icon/icon_instagram.svg) center center/40px no-repeat;
  }
	.ctn_top_mv {
    position: relative;
    padding-bottom: 55%;
    padding-top: 10px;
    height: 0;
    overflow: hidden;
  }
  .ctn_top_mv iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
  .ctn_top .banner img {
    width: 100%;
    height: auto;
  }
  .ctn_top .bx_life {
    background-color: #EEEEEE;
    padding: 9.72222vw 0;
  }
  .ctn_top .bx_life_inner {
    max-width: 86.11111vw;
    margin: 0 auto;
  }
  .ctn_top .bx_life_inner_l {
    margin: 8.05556vw auto 15.55556vw;
    max-width: 50.69444vw;
  }
  .ctn_top .bx_life_inner_l li {
    margin-bottom: 4.16667vw;
  }
  .ctn_top .bx_life_inner_l li:nth-of-type(1) img {
    width: 46.38889vw;
    height: 18.61111vw;
  }
  .ctn_top .bx_life_inner_l li:nth-of-type(2) img {
    width: 50.55556vw;
    height: 18.61111vw;
  }
  .ctn_top .bx_life h3 {
    text-align: center;
  }
  .ctn_top .bx_life h3 img {
    width: 71.94444vw;
  }
  .ctn_top .bx_life .bt_about {
    position: relative;
    border: 2px solid #000;
  }
  .ctn_top .bx_life .bt_about:before {
    content: "";
    background: url(../img/icon_down.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 7.08333vw;
    height: 3.19444vw;
    position: absolute;
    top: -9.02778vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .bx_tel {
    padding: 3.47222vw 0 3.05556vw;
    margin-top: -2px;
    text-align: center;
    background-color: #000;
  }
  .bx_tel .txt_tel_f img {
    width: 28.47222vw;
  }
  .bx_tel .txt_tel .tel {
    margin: 0 0.69444vw;
  }
  .bx_tel .txt_tel .tel img {
    width: 35.97222vw;
  }
  .bx_tel .txt_tel_s img {
    width: 5.69444vw;
  }
  .bx_tel em {
    margin-top: 2.08333vw;
    display: block;
    line-height: 0;
  }
  .bx_tel em img {
    width: 71.25vw;
  }
  .bx_yl {
    /* background-color: #FFDA2B; */
    background-color: #fff;
    padding: 6.66667vw 0 7.22222vw;
  }
  .bx_yl_inner {
    max-width: 86.11111vw;
    margin: 0 auto;
  }
  .bx_yl_inner.new_contents_wapper {
    max-width: 100%;
  }
  .bx_yl_inner_amz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 4.16667vw 0 7.5vw;
  }
  .bx_yl_inner_amz_left {
    width: 43.88889vw;
  }
  .bx_yl_inner_amz figure img {
    width: 30.83333vw;
  }
  .bx_yl h3 {
    text-align: center;
  }
  .bx_yl .btn.sp {
    text-align: center;
    width: 52.22222vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin: 0 auto;
  }
  .bx_yl_inner.new_contents_wapper figure {
    position: relative;
    margin-bottom: -10vw;
  }
  .bx_yl_inner.new_contents_wapper figure .btn {
    margin: auto;
    left: 0;
    right: 0;
    bottom: 24.8vw;
  }
  .bx_yl .btn a {
    display: inline-block;
  }
  .reno_ctl {
    padding: 9.72222vw 14.58333vw;
    border-bottom: 1px solid #000;
    margin: 0 6.94444vw;
    width: -webkit-calc(100% - 13.88889vw);
    width: -moz-calc(100% - 13.88889vw);
    width: calc(100% - 13.88889vw);
    position: relative;
  }
  .reno_ctl .main_slider {
    overflow: hidden;
    width: 100%;
    height: 74.58333vw;
    position: relative;
  }
  .reno_ctl_l {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .reno_ctl_l li {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    border: 1px solid #000;
    cursor: pointer;
    display: none;
  }
  .reno_ctl_l li.open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reno_ctl_l li:nth-of-type(1) .reno_ctl_l_t h3 {
    width: 45.55556vw;
  }
  .reno_ctl_l li:nth-of-type(2) .reno_ctl_l_t h3 {
    width: 45vw;
  }
  .reno_ctl_l li:nth-of-type(3) .reno_ctl_l_t h3 {
    width: 47.36111vw;
  }
  .reno_ctl_l_t {
    padding: 6.38889vw 0 5.97222vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reno_ctl_l_t p {
    width: 38.47222vw;
  }
  .reno_ctl_l_t h3 {
    margin-top: 5.55556vw;
  }
  .reno_ctl_l figure img {
    width: 100%;
    height: auto;
  }
  .reno_ctl_btn_c {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5vw;
    height: 5vw;
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    -moz-box-shadow: none;
         box-shadow: none;
    border: 0;
    outline: none;
  }
  .reno_ctl_btn_prev {
    left: 0;
    background: url("../img/reno_prev.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .reno_ctl_btn_next {
    right: 0;
    background: url("../img/reno_next.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .reno_sec {
    padding: 9.72222vw 6.94444vw 0;
  }
  .reno_sec_t_l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reno_sec_t_l span {
    font-size: 0;
    width: 42.91667vw;
  }
  .reno_sec_t_l h2 {
    font-size: 0;
    margin-top: 4.16667vw;
  }
  .reno_sec_t_l h2 img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .reno_sec_t_l p {
    font-size: 0;
    margin-top: 5.83333vw;
  }
  .reno_sec_t_l p img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .reno_sec_t figure {
    margin-top: 5.83333vw;
  }
  .reno_sec_t figure img {
    width: 100%;
    height: auto;
  }
  .reno_sec_m1 {
    margin-top: 9.44444vw;
  }
  .reno_sec_m1 h3 * {
    display: block;
  }
  .reno_sec_m1 h3 span {
    margin-top: 5.55556vw;
  }
  .reno_sec_m1_f {
    margin-top: 6.94444vw;
    position: relative;
  }
  .reno_sec_m1_f figure {
    position: relative;
  }
  .reno_sec_m1_f figure::after {
    position: absolute;
    content: "";
    left: 2.77778vw;
    bottom: 2.77778vw;
  }
  .reno_sec_m1_f figure:nth-of-type(1) {
    margin-bottom: 13.33333vw;
  }
  .reno_sec_m1_f figure:nth-of-type(1)::after {
    width: 14.58333vw;
    height: 2.36111vw;
    background: url("../img/reno_before.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .reno_sec_m1_f figure:nth-of-type(1)::before {
    position: absolute;
    content: "";
    width: 6.66667vw;
    height: 4.44444vw;
    background: url("../img/arrow.png") bottom no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: -8.61111vw;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
       -moz-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
  .reno_sec_m1_f figure:nth-of-type(2)::after {
    width: 12.08333vw;
    height: 2.36111vw;
    background: url("../img/reno_after.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .reno_sec_m1_f figure img {
    width: 100%;
    height: auto;
  }
  .reno_sec_m1 p {
    margin-top: 4.16667vw;
  }
  .reno_sec_m2 {
    margin-top: 13.88889vw;
  }
  .reno_sec_m2_wrap {
    margin-top: 5.55556vw;
  }
  .reno_sec_m2_wrap article:not(:last-child) {
    margin-bottom: 6.94444vw;
  }
  .reno_sec_m2_wrap_t h4 {
    margin-bottom: 4.44444vw;
  }
  .reno_sec_m2_wrap_t h4 img {
    width: 100%;
    height: auto;
  }
  .reno_sec_m2_wrap figure {
    margin-top: 5.55556vw;
  }
  .reno_sec_m2_wrap figure img {
    width: 100%;
    height: auto;
  }
  .reno_sec_b {
    margin-top: 13.61111vw;
  }
  .reno_sec_b figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .reno_sec_b figure > img {
    width: -webkit-calc(100% + 13.88889vw);
    width: -moz-calc(100% + 13.88889vw);
    width: calc(100% + 13.88889vw);
    margin: 0 -6.94444vw;
    height: auto;
  }
  .reno_sec_b figure figcaption {
    margin-top: 9.44444vw;
    margin-bottom: 5.55556vw;
  }
  .reno_yellow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .reno_yellow > * {
    width: 100%;
  }
  .reno_family_l h2 {
    width: 45.97222vw;
  }
  .reno_family_l p {
    width: 73.75vw;
  }
  .reno_family_m2_wrap article:nth-of-type(1) h4 {
    width: 46.80556vw;
  }
  .reno_family_m2_wrap article:nth-of-type(2) h4 {
    width: 60.69444vw;
  }
  .reno_family_m2_wrap article:nth-of-type(3) h4 {
    width: 43.47222vw;
  }
  .reno_single_l h2 {
    width: 45.83333vw;
  }
  .reno_single_l p {
    width: 79.30556vw;
  }
  .reno_single_m2_wrap article:nth-of-type(1) h4 {
    width: 55.27778vw;
  }
  .reno_single_m2_wrap article:nth-of-type(2) h4 {
    width: 74.58333vw;
  }
  .reno_single_m2_wrap article:nth-of-type(3) h4 {
    width: 59.72222vw;
  }
  .reno_dink_l h2 {
    width: 47.63889vw;
  }
  .reno_dink_l p {
    width: 73.75vw;
  }
  .reno_dink_m2_wrap article:nth-of-type(1) h4 {
    width: 78.19444vw;
  }
  .reno_dink_m2_wrap article:nth-of-type(2) h4 {
    width: 61.94444vw;
  }
  .reno_dink_m2_wrap article:nth-of-type(3) h4 {
    width: 82.77778vw;
  }
  .ctn_bottom {
    padding: 9.72222vw 0 0 0;
  }
  .ctn_bottom_inner {
    padding: 0 6.94444vw;
    margin: 0 auto;
  }

  .ctn_bottom .bx_art_top article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 52.77778vw;
    position: relative;
  }
  .ctn_bottom .bx_art_top article:nth-of-type(1) {
    padding: 43.47222vw 0 0 0;
    margin-bottom: 9.72222vw;
  }
  .ctn_bottom .bx_art_top article:nth-of-type(1) h3 img {
    width: 82.22222vw;
    height: 36.38889vw;
  }
  .ctn_bottom .bx_art_top article:nth-of-type(2) {
    padding: 52.77778vw 0 0 0;
  }
  .ctn_bottom .bx_art_top article:nth-of-type(2) h3 img {
    width: 81.94444vw;
    height: 47.08333vw;
  }
  .ctn_bottom .bx_art_top article .left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ctn_bottom .bx_art_top article .left h3 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .ctn_bottom .bx_art_top article .left p {
    font-size: 3.33333vw;
    line-height: 6.66667vw;
    margin-top: 4.16667vw;
    font-family: Hiragino Sans, sans-serif;
  }
  .ctn_bottom .bx_art_top article .left_l {
    position: relative;
    margin-top: 4.16667vw;
  }
  .ctn_bottom .bx_art_top article .left_l li {
    font-size: 3.33333vw;
    line-height: 6.66667vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ctn_bottom .bx_art_top article .left_l li span {
    display: inline-block;
    vertical-align: top;
    width: 27.77778vw;
  }
  .ctn_bottom .bx_art_top article .left_l li em {
    display: inline-block;
    font-style: normal;
  }
  .ctn_bottom .bx_art_top article figure {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ctn_bottom .bx_strength {
    padding: 9.72222vw 0;
  }
  .ctn_bottom .bx_strength h3 {
    font-size: 4.72222vw;
    font-weight: bold;
    font-family: Hiragino Sans, sans-serif;
    line-height: 5.55556vw;
    text-align: center;
    margin-bottom: 2.77778vw;
  }
  .ctn_bottom .bx_strength .txt_top {
    font-size: 3.33333vw;
    font-family: Hiragino Sans, sans-serif;
    line-height: 6.66667vw;
    text-align: center;
  }
  .ctn_bottom .bx_strength_list_nb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 6.94444vw;
  }
  .ctn_bottom .bx_strength_list_nb li {
    text-align: center;
  }
  .ctn_bottom .bx_strength_list_nb li:nth-of-type(2) {
    margin-left: 4.86111vw;
  }
  .ctn_bottom .bx_strength_list_nb li figure img {
    width: 13.88889vw;
    height: 13.88889vw;
  }
  .ctn_bottom .bx_strength_list_nb li em {
    font-style: normal;
    font-size: 2.08333vw;
    line-height: 3.33333vw;
    margin-top: 2.36111vw;
    display: block;
    font-weight: bold;
    font-family: Hiragino Sans, sans-serif;
  }
  .ctn_bottom .bx_strength article {
    padding: 7.91667vw 0 0;
  }
  .ctn_bottom .bx_strength article h4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4.16667vw;
  }
  .ctn_bottom .bx_strength article h4 em {
    font-size: 4.44444vw;
    line-height: 7.77778vw;
    font-style: normal;
    font-weight: bold;
    font-family: Hiragino Sans, sans-serif;
    margin-left: 4.16667vw;
  }
  .ctn_bottom .bx_strength article h4 img {
    width: 13.88889vw;
    height: 13.88889vw;
  }
  .ctn_bottom .bx_strength article p {
    font-size: 3.33333vw;
    line-height: 6.66667vw;
  }
}

.effect {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.delay_03 {
  -webkit-transition: all 1s ease 0.3s;
  -moz-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
}

.delay_06 {
  -webkit-transition: all 1s ease 0.6s;
  -moz-transition: all 1s ease 0.6s;
  transition: all 1s ease 0.6s;
}

.delay_07 {
  -webkit-transition: all 1s ease 0.7s;
  -moz-transition: all 1s ease 0.7s;
  transition: all 1s ease 0.7s;
}

.delay_09 {
  -webkit-transition: all 1s ease 0.9s;
  -moz-transition: all 1s ease 0.9s;
  transition: all 1s ease 0.9s;
}

.delay_12 {
  -webkit-transition: all 1s ease 1.2s;
  -moz-transition: all 1s ease 1.2s;
  transition: all 1s ease 1.2s;
}

.delay_15 {
  -webkit-transition: all 1s ease 1.5s;
  -moz-transition: all 1s ease 1.5s;
  transition: all 1s ease 1.5s;
}

.slideToRight {
  -webkit-transform: translate3d(-100px, 0, 0);
     -moz-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
  opacity: 0;
}

.slideToRight.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

.contents_banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.pt-0 {
  padding-top: 0;
}
.mt25 {
    margin-top: 25px;
  }
.mb30 {
    margin-bottom: 30px;
  }
.mb50 {
    margin-bottom: 50px;
  }
.mb-50 {
    margin-bottom: -50px;
  }
.mt-20 {
    margin-top: -20px;
  }
.mt-50 {
    margin-top: -50px;
  }
.mt-60 {
    margin-top: -60px;
  }
.mt-80 {
    margin-top: -80px;
  }
.mt-100 {
    margin-top: -100px;
  }
.mt-120 {
    margin-top: -120px;
  }
.mt-170 {
    margin-top: -170px;
  }
.mt-30 {
    margin-top: -30px;
  }
.mt-30 {
    margin-top: -30px;
  }

.mt-25 {
    margin-top: -25px;
  }
.mt20 {
    margin-top: 20px;
  }
.mt30 {
    margin-top: 30px;
  }
.mt40 {
  margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
  }
.mt70 {
    margin-top: 70px;
}
.mt80 {
    margin-top: 80px;
  }
.mt100 {
    margin-top: 100px;
}

.right-txt{
	margin-left:350px;
	align:left;
	position: relative;
	line-height: 1.5em;
}

.left-txt{
	max-width:295px;
	float:left;
	position: absolute;
	margin-right: 10px;
}

  .ctn_bottom01 .bx_strength {
    padding: 0 0 0 0;
  }

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

 .reno_sec_m1_f2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    margin-top: 70px;
  }
  .reno_sec_m1_f2::after {
    position: absolute;
    content: "";
    width: 19px;
    height: 26px;
    background: url("../img/arrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    left: 20%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .reno_sec_m1_f2 figure {

    position: relative;
  }
  .reno_sec_m1_f2 figure::after {
    position: absolute;
    content: "";
    left: 15px;
    bottom: 15px;
  }
  .reno_sec_m1_f2 figure:nth-of-type(1)::after {
    width: 80px;
    height: 14px;
    background: url("../img/reno_before.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .reno_sec_m1_f2 figure:nth-of-type(2)::after {
    width: 66px;
    height: 14px;
    background: url("../img/reno_after.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .reno_sec_m1_f2 figure img {
    width: 100%;
    height: 340px;
    object-fit: cover;
  }

   .contents_beforeafter img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .blline  {
    width: 340px;
    border: 1px solid #000;
  }
  
  .swiper-custom-button-next{
  background: url('../img/reno_next.png')!important;
  background-size:90%!important;
  background-repeat: no-repeat!important;
  background-position: 50% 50% !important; 
  margin-right: 0 !important;
  width:32px !important;
  hight:20px!important;

}

  .swiper-custom-button-prev{
  background: url('../img/reno_prev.png')!important;
  background-size:90%!important;
  background-repeat: no-repeat!important;
  background-position: 50% 50% !important; 
  margin-left: 0px !important;
  width:32px !important;
  hight:20px!important;

}

.swiper-custom-parent{

  width: 100%!important;
  position: relative!important;
  text-align:center!important;

}


.swiper-container{
  width: 69%!important;

  position:center!important;
}

.center{
  text-align: center!important;

}

.swiper-pagination{
	  margin-top:-530px;
	  position:50%;
	}


.bx-wrapper {
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}

.oubo{
  width:100%;

}
.oubo_left{
  float:left;
  width:18%;

}
.oubo_right{
  float:left;
  width:75%;
  margin-left: 3%;


}

.f_left{
float:left	;
}

.f_right{
float:right	;
}

.oubo_btn{
	clear: both;


	position: relative;


}

.oubo_btn_area{


}


.btn_right {
	position:relative;
	display: block;
	margin-left:15px;
	float:right	;

}
.btn_left {

	position:relative;
	display: block;
	margin-top:35px;

	width: 63%;

	float:left	;
}

@media screen and (min-width:769px) and ( max-width:930px) {
.btn_left {
	width: 56%;
}
	
	.c_txt{
	width: 80%;
	left: 0;
    right: 0;
    position: absolute;
    margin: auto;
		
	}
	
	.left40{
	width: 40%;
	float:left;
	}
	
	.right55{
	width: 55%;
	float:right;
	}



.media_txt p{
    font-size: 1.35rem;
    line-height: normal;
	font-weight: normal;
    font-family: Hiragino Sans, sans-serif;
}
	
.media_txt table{
    font-size: 1.35rem;
    line-height: normal;
	font-weight: normal;
    font-family: Hiragino Sans, sans-serif;
}
	
	.sp_tit{
		width:50% !important;
	}
	
	.b_line_top{
		border-top: 1px solid #000; 
		padding-bottom: 70px;
	}
	
}

/* 20191106 */
.flex_box {
  display: flex;
}
.khaki_bg {
  background-color: #FFF6E6;
}
.light_gray_bg {
  background-color: #E6E6E6;
}
.white_bg {
  background-color: #fff;
}
.bx_img {
  width: 100%;
}
.bx_img figure {
  max-width: 1100px;
  margin: auto;
  padding: 60px 0;
}
.bx_img figure img {
  width: 100%;
}
.bx_img.khaki_bg_ttl figure {
 padding: 52px 0; 
}
.bx_insta .swiper-button-prev,
.bx_insta .swiper-button-next {
  background: #333;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% 50%;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border: 1px solid #fff;
}
.bx_insta .swiper-button-prev:focus,
.bx_insta .swiper-button-next:focus {
  outline:0;
}
.bx_insta .swiper-button-prev {
  left: -2%;
}
.bx_insta .swiper-button-next {
  right: -2%;
}
.bx_insta {
  max-width: 1100px;
  width: 90%;
  margin: auto;
  position: relative;
}
 .bx_insta_inner{
  overflow: hidden;
  width: 100%;
}
.bx_insta ul li {
  width: calc((100% - 120px)/4) !important;
  height: auto;
  border: 1px solid #000;
  padding: 16px;
  margin: 0 15px;
  box-sizing: border-box;
}
.bx_insta ul li a {
  width: 100%;
  height: auto;
}
.bx_insta ul li a>figure {
  max-width: 240px;
}
.bx_insta ul li a>figure img,
.bx_insta ul li a>.bx_txt_img .flex_box figure img {
  width: 100%;
}
.bx_insta ul li a>.bx_txt_img {
  min-height: 100px;
  margin-top: 12px;
}
.bx_insta ul li a>.bx_txt_img .flex_box figure {
  max-width: 30px;
  margin-right: 10px;
  border-radius: 50px;
} 
.bx_insta ul li a>.bx_txt_img .flex_box>p {
  line-height: 30px;
}
.bx_insta ul li a>.bx_txt_img>p {
  margin-top: 10px;
}
.bx_img.light_gray_bg figure {
  position: relative;
}
.bx_img.light_gray_bg .btn {
  margin: auto;
  position: absolute;
  right: 7%;
  bottom: 25%;
}
@media only screen and (max-width: 768px) {
  .bx_insta .bx_insta_inner{
    overflow: hidden;
    max-width: 1100px;
    width: calc(100% - 6.94444vw * 2);
    margin: 0 6.94444vw;
  }
  .bx_insta ul li {
    width: calc((100% - 20px)/2) !important;
    height: auto;
    border: 1px solid #000;
    padding: 5px;
    margin: 0 5px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 900px) {
  .bx_yl .btn a img,
  .bx_yl .btn:after {
    width: 250px;
  }
  .bx_yl .btn:before {
    bottom: 0px;
    left: 25px;
  }
  .bx_yl .btn:after {
    top: 9px;
    left: 33px;
  }
  .bx_img.light_gray_bg .btn {
    right: 4%;
  }
}
@media screen and (max-width: 880px) {
  .bx_yl .btn {
    top: 67%;
  }
}
@media screen and (max-width: 800px) {
  .bx_img.light_gray_bg .btn {
    right: 2%;
  }
}
@media screen and (max-width: 768px) {
  .bx_insta ul li a>figure {
    max-width: 100%;
  }
  .bx_yl .btn a img {
    width: 100%;
  }
  .bx_yl.sp.mt-170 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 698px) {
  .bx_yl.sp.mt-170 {
    margin-top: -120px;
  }
}
@media screen and (max-width: 566px) {
  .bx_yl.sp.mt-170 {
    margin-top: -90px;
  }
}
@media screen and (max-width: 480px){
  .ctn_bottom .bx_strength{
    padding: 9vw 0 90px;
  }
}
@media screen and (max-width: 360px){
  header .logo a{
    padding: 16px 20px;
  }
}

.frame {
  height:100%;
  width:100%;
  position:relative;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
}

.swiper-slide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ctn_bottom .iframe_wapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

/* 新デザインお問い合わせ４種 */
.contact-area figure {
  position: relative;
}
.contact_btn01 {
  margin: auto;
  position: absolute;
  right: auto;
  left: 9%;
  bottom: 49%;
}
.contact_btn02 {
  margin: auto;
  position: absolute;
  right: 9%;
  bottom: 49%;
}
.contact_btn03 {
  margin: auto;
  position: absolute;
  right: auto;
  left: 9%;
  bottom: 9%;
}
.contact_btn04 {
  margin: auto;
  position: absolute;
  right: 9%;
  bottom: 9%;
}
.bx_yl .contact_btn01.btn:before {
  background: url(../img/bf_btn01.svg) no-repeat;
}
.bx_yl .contact_btn02.btn:before {
  background: url(../img/bf_btn02.svg) no-repeat;
}
.bx_yl .contact_btn03.btn:before {
  background: url(../img/bf_btn03.svg) no-repeat;
}
.bx_yl .contact_btn04.btn:before {
  background: url(../img/bf_btn04.svg) no-repeat;
}
.bx_yl .contact_btn01.btn:after {
  background: url(../img/sh_btn01.svg) no-repeat;
}
.bx_yl .contact_btn02.btn:after {
  background: url(../img/sh_btn02.svg) no-repeat;
}
.bx_yl .contact_btn03.btn:after {
  background: url(../img/sh_btn03.svg) no-repeat;
}
.bx_yl .contact_btn04.btn:after {
  background: url(../img/sh_btn04.svg) no-repeat;
}
@media screen and (max-width: 900px) {
  .bx_yl .contact-area .btn {
    width: auto;
    top: auto;
  }
  .bx_yl .contact-area .btn:before {
    left: 0;
  }
  .bx_yl .contact-area .btn:after {
    left: 11px;
  }
}
@media screen and (max-width: 768px) {
  .contact-area figure {
    padding: 0;
  }
  .contact_btn01.sp {
    width: 60vw;
    right: 0;
    left: 0;
    bottom: 7vw;
  }
  .contact_btn02.sp {
    width: 60vw;
    right: 0;
    left: 0;
    bottom: 15vw;
  }
  .contact_btn03.sp {
    width: 60vw;
    right: 0;
    left: 0;
    bottom: 12vw;
  }
  .contact_btn04.sp {
    width: 60vw;
    right: 0;
    left: 0;
    bottom: 15vw;
  }
}
/* //新デザインお問い合わせ４種 */

/* 2022/09/29 Fix */
.mv-area.pc {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.mv-area .mv-text {
  width: 36%;
}
.mv-area .mv-text img {
  width: 100%;
  height: auto;
}
.mv-area .bx-wrapper {
  width: 60%;
  overflow: hidden;
}

@media screen and (max-width:768px) {
  .mv-area.pc {
    display: none !important;
  }
}
.mv-area.sp {
  display: block;
}
.mv-area.sp .mv-text {
  width: 90%;
}
.mv-area.sp .bx-wrapper {
  width: 100%;
}


/*追加*/
#header {
  position:fixed;
  top:0px;
  background-color: white;
  width:100%;
  height:60px;
  z-index: 10;
}
#main-topPadding{
  padding-top: 60px;
}

.form_link {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 200;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.form_link a:first-child img {
    width: 120px;
}
.form_link a:last-child {
    margin-top: 10px;
}
.form_link a:last-child img {
    width: 72px;
}
.form_link img {
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.6));
}

@media screen and (max-width: 768px){
    .contact-form-only {
        background-color: #fff;
        padding: 6.66667vw 0 7.22222vw;
    }
    .contact-form-only_inner.new_contents_wapper {
        max-width: 100%;
        margin: 0 auto;
    }
    .contact-form-only_inner.new_contents_wapper figure {
        position: relative;
        margin-bottom: -24vw;
    }
    .contact-form-only_inner.new_contents_wapper figure .btn {
        margin: auto;
        left: 0;
        right: 0;
        bottom: 24.8vw;
    }
    .contact-form-only .btn.sp {
        text-align: center;
        width: 52.22222vw;
        position: relative;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        margin: 0 auto;
    }
    .contact-form-only .btn a {
        display: inline-block;
    }
    .contact-form-only .btn.sp {
        text-align: center;
    }
    .contact-form-only .btn a img {
        width: 100%;
    }
}

@media screen and (max-width: 880px){
    .contact-form-only .btn {
        top: 67%;
    }
}