@charset "UTF-8";
@import url("../css/default.css");
@import url("../css/delay_anim.css");
body {
  width: 100%;
  color: #262626;
  font-size: .15rem;
  font-weight: 500;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
    font-size: .12rem;
  }
}

/* Avoid Chrome to see Safari hack */
.wrapper {
  overflow: hidden;
}

.container {
  width: calc(100% - 1.6rem);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container {
    width: calc(100% - .4rem);
  }
}

.container_s {
  width: 10rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container_s {
    width: calc(100% - .4rem);
  }
}

a {
  color: #262626;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

.img_switch {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .pconly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

.nopost {
  width: 100%;
  padding: 0.5rem 0;
  font-size: 1.2em;
  text-align: center;
}

/* header
--------------------------------------------------------------*/
.cmn_header {
  position: relative;
  /* globalNav ---------- */
}

.cmn_header .logo {
  width: 3.06rem;
  position: absolute;
  top: .4rem;
  left: .45rem;
  z-index: 5;
}

.cmn_header .nav .menu-trigger {
  display: inline-block;
  width: .54rem;
  height: .84rem;
  padding: .3rem;
  vertical-align: middle;
  background-color: #e95513;
  cursor: pointer;
  position: fixed;
  top: .3rem;
  right: 0;
  z-index: 1000;
}

.cmn_header .nav .menu-trigger span {
  display: inline-block;
  width: .28rem;
  height: 1px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.cmn_header .nav .menu-trigger span:nth-of-type(1) {
  top: .3rem;
}

.cmn_header .nav .menu-trigger span:nth-of-type(2) {
  top: .4rem;
}

.cmn_header .nav .menu-trigger span:nth-of-type(3) {
  bottom: .32rem;
}

.cmn_header .nav .global {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.75rem;
  height: 100vh;
  padding: 0 .75rem 0 .5rem;
  background-color: #e95513;
  text-align: left;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 99;
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
}

.cmn_header .nav .global li {
  width: 100%;
}

.cmn_header .nav .global li + li {
  margin-top: .05rem;
}

.cmn_header .nav .global li a {
  display: block;
  padding: .15rem 0;
  color: #fff;
  position: relative;
}

.cmn_header .nav .global li a::before {
  content: "";
  width: 0;
  height: 3px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width .6s;
  transition: width .6s;
}

.cmn_header .nav .global li a span {
  display: block;
}

.cmn_header .nav .global li a .en {
  margin: 0 0 .1rem;
  font-size: .28rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
}

.cmn_header .nav .global li a .ja {
  font-size: .14rem;
}

@media screen and (min-width: 768px) {
  .cmn_header .nav .global li a:hover::before {
    width: 100%;
    background-color: #262626;
  }
}

.cmn_header.open .nav .menu-trigger {
  background-color: #fff;
}

.cmn_header.open .nav .menu-trigger span {
  background-color: #e95513;
}

.cmn_header.open .nav .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(0.08rem) rotate(-35deg);
          transform: translateY(0.08rem) rotate(-35deg);
}

.cmn_header.open .nav .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.cmn_header.open .nav .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-0.12rem) rotate(35deg);
          transform: translateY(-0.12rem) rotate(35deg);
}

.cmn_header.open .nav .global {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (max-width: 767px) {
  .cmn_header {
    /* globalNav ---------- */
  }
  .cmn_header .logo {
    width: 1.53rem;
    top: .13rem;
    left: .2rem;
  }
  .cmn_header .nav .open_logo {
    width: 1.53rem;
    position: fixed;
    top: .13rem;
    left: .2rem;
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    z-index: 999;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
  }
  .cmn_header .nav .menu-trigger {
    width: .27rem;
    height: .42rem;
    padding: .15rem;
    top: 0;
  }
  .cmn_header .nav .menu-trigger span {
    width: .14rem;
  }
  .cmn_header .nav .menu-trigger span:nth-of-type(1) {
    top: .18rem;
  }
  .cmn_header .nav .menu-trigger span:nth-of-type(2) {
    top: .22rem;
  }
  .cmn_header .nav .menu-trigger span:nth-of-type(3) {
    bottom: .15rem;
  }
  .cmn_header .nav .global {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0 .35rem;
  }
  .cmn_header .nav .global li {
    width: 100%;
  }
  .cmn_header .nav .global li + li {
    margin-top: 0;
  }
  .cmn_header .nav .global li a {
    padding: .125rem 0;
  }
  .cmn_header .nav .global li a::before {
    content: none;
  }
  .cmn_header .nav .global li a .en {
    margin: 0 0 .05rem;
    font-size: .17rem;
  }
  .cmn_header .nav .global li a .ja {
    font-size: .09rem;
  }
  .cmn_header .nav .global li.insta_area a {
    display: inline-block;
    padding-right: .27rem;
    color: #262626;
    font-size: .09rem;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    letter-spacing: .05em;
    position: relative;
  }
  .cmn_header .nav .global li.insta_area a::before {
    content: "";
    width: .17rem;
    height: .17rem;
    letter-spacing: 0;
    border-radius: 50%;
    background: center/0.095rem auto no-repeat #262626 url(../img/cmn/insta_ico@2x.png);
    position: absolute;
    left: auto;
    right: 0;
    top: .08rem;
  }
  .cmn_header.open .nav .open_logo {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .cmn_header.open .nav .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(0.04rem) rotate(-35deg);
            transform: translateY(0.04rem) rotate(-35deg);
  }
  .cmn_header.open .nav .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-0.04rem) rotate(35deg);
            transform: translateY(-0.04rem) rotate(35deg);
  }
}

/* footer
--------------------------------------------------------------*/
.cmn_footer {
  padding: .55rem 0 .7rem;
  background-color: #f2f3f5;
  position: relative;
  /* pagetop ---------- */
}

.cmn_footer_wrap .logo {
  width: 2.47rem;
}

.cmn_footer_wrap .info {
  text-align: right;
}

.cmn_footer_wrap .info .insta_area {
  margin: 0 0 .3rem;
}

.cmn_footer_wrap .info .insta_area a {
  display: inline-block;
  padding-right: .5rem;
  font-size: .18rem;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: .05em;
  position: relative;
}

.cmn_footer_wrap .info .insta_area a::after {
  content: "";
  width: .4rem;
  height: .4rem;
  background: center/0.22rem auto no-repeat #262626 url(../img/cmn/insta_ico@2x.png);
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: -.15rem;
}

@media screen and (min-width: 768px) {
  .cmn_footer_wrap .info .insta_area a::after {
    -webkit-transition: background-color .6s;
    transition: background-color .6s;
  }
  .cmn_footer_wrap .info .insta_area a:hover::after {
    background-color: #e95513;
  }
}

.cmn_footer_wrap .info .copyright small {
  font-size: .12rem;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: .05em;
}

.cmn_footer .pagetop {
  position: absolute;
  top: .25rem;
  right: .34rem;
  z-index: 5;
  cursor: pointer;
}

.cmn_footer .pagetop .txt {
  display: inline-block;
  padding-top: .27rem;
  font-size: .1rem;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: .06em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: relative;
}

.cmn_footer .pagetop .txt::before {
  content: "";
  width: .18rem;
  height: .26rem;
  background: center top/100% auto no-repeat url(../img/cmn/pagetop@2x.png);
  position: absolute;
  top: 0;
  left: -.03rem;
}

@media screen and (min-width: 768px) {
  .cmn_footer .pagetop .txt::before {
    -webkit-transition: height .6s, top .6s;
    transition: height .6s, top .6s;
  }
  .cmn_footer .pagetop:hover .txt::before {
    height: .34rem;
    top: -.08rem;
  }
}

@media screen and (max-width: 767px) {
  .cmn_footer {
    padding: .5rem 0 .47rem;
    /* pagetop ---------- */
  }
  .cmn_footer_wrap {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .cmn_footer_wrap .logo {
    width: 1.6rem;
  }
  .cmn_footer_wrap .info {
    margin: .3rem 0 0;
    text-align: center;
  }
  .cmn_footer_wrap .info .insta_area {
    margin: 0 0 .35rem;
  }
  .cmn_footer_wrap .info .insta_area a {
    padding-right: .25rem;
    font-size: .09rem;
  }
  .cmn_footer_wrap .info .insta_area a::after {
    width: .2rem;
    height: .2rem;
    background: center/0.11rem auto no-repeat #262626 url(../img/cmn/insta_ico@2x.png);
    border-radius: 50%;
    top: -.07rem;
  }
  .cmn_footer_wrap .info .copyright small {
    font-size: .075rem;
  }
  .cmn_footer .pagetop {
    top: .1rem;
    right: .15rem;
  }
  .cmn_footer .pagetop .txt {
    padding-top: .28rem;
    font-size: .1rem;
  }
  .cmn_footer .pagetop .txt::before {
    content: "";
    width: .08rem;
    height: .26rem;
    background: center top/100% auto no-repeat url(../img/cmn/pagetop_sp.png);
    position: absolute;
    top: 0;
    left: .01rem;
  }
}

/* --------------------------------------------------------------
   下層_共通
-------------------------------------------------------------- */
/* mv ---------- */
.under_mv {
  height: 6.9rem;
  padding: 3.05rem 0 0;
  background-color: #f2f3f5;
  position: relative;
  /* page title */
}

.under_mv::after {
  content: "";
  width: 5.68rem;
  height: 19.52rem;
  border-top: 0.15rem solid #e95513;
  border-right: 0.15rem solid #e95513;
  position: absolute;
  top: 5.1rem;
  left: -3.5rem;
  z-index: 1;
  pointer-events: none;
}

.under_mv .head {
  margin-left: 2.6rem;
}

.under_mv .head .sub_title {
  margin: 0 0 .6rem;
  font-size: .63rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  letter-spacing: .03em;
}

.under_mv .head .page_title {
  font-size: .28rem;
  font-weight: 700;
  letter-spacing: .05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.under_mv .bg {
  width: calc(100% - 7.1rem);
  height: 5.3rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.under_mv .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}

.under_mv .bg .deco {
  display: block;
  position: relative;
  z-index: -1;
}

.under_mv .bg .deco::before {
  content: "";
  width: calc(100% + .3rem);
  height: 3.52rem;
  background-color: #e95513;
  position: absolute;
  left: -.3rem;
  bottom: -.3rem;
}

@media screen and (max-width: 767px) {
  .under_mv {
    height: 4.65rem;
    padding: .64rem 0 0;
    /* page title */
  }
  .under_mv::after {
    width: 2.84rem;
    height: 15.03rem;
    border-top: 0.075rem solid #e95513;
    border-right: 0.075rem solid #e95513;
    top: 4.3rem;
    left: -2.62rem;
  }
  .under_mv .head {
    margin-top: .75rem;
    margin-left: .42rem;
  }
  .under_mv .head .sub_title {
    margin: 0 0 .2rem;
    font-size: .315rem;
  }
  .under_mv .head .page_title {
    font-size: .155rem;
  }
  .under_mv .bg {
    width: calc(100% - .29rem);
    height: 1.86rem;
    margin-left: auto;
    position: relative;
  }
  .under_mv .bg .deco::before {
    width: calc(100% + .1rem);
    height: 1.23rem;
    left: -.1rem;
    bottom: -.1rem;
  }
}

.aboutus_page .under_mv::before,
.ourbusiness_page .under_mv::before,
.recruit_page .under_mv::before {
  content: "";
  width: 7.78rem;
  height: 2.39rem;
  border-left: 0.15rem solid #e95513;
  border-bottom: 0.15rem solid #e95513;
  position: absolute;
  bottom: -.92rem;
  right: -5.05rem;
  z-index: 1;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .aboutus_page .under_mv::before,
  .ourbusiness_page .under_mv::before,
  .recruit_page .under_mv::before {
    width: 1.93rem;
    height: .83rem;
    border-left: 0.075rem solid #e95513;
    border-bottom: 0.075rem solid #e95513;
    bottom: 1.24rem;
    right: -1.39rem;
  }
}

.ourbusiness_page .under_mv::after,
.news_page .under_mv::after {
  height: 20.19rem;
}

.ourbusiness_page .under_mv .head .sub_title,
.news_page .under_mv .head .sub_title {
  margin: 0 0 .1rem;
  line-height: 1.47;
}

@media screen and (max-width: 767px) {
  .ourbusiness_page .under_mv::after,
  .news_page .under_mv::after {
    height: 14.79rem;
  }
}

.ourbusiness_page .under_mv {
  padding: 2.25rem 0 0;
}

@media screen and (max-width: 767px) {
  .ourbusiness_page .under_mv {
    padding: .64rem 0 0;
  }
  .ourbusiness_page .under_mv .head {
    margin-top: .35rem;
  }
}

.news_page .under_mv {
  padding: 1.55rem 0 0;
}

@media screen and (max-width: 767px) {
  .news_page .under_mv {
    padding: .64rem 0 0;
  }
  .news_page .under_mv .head {
    margin-top: .25rem;
  }
}

.recruit_page .under_mv::after {
  height: 21.8rem;
  border-bottom: 0.15rem solid #e95513;
}

@media screen and (max-width: 767px) {
  .recruit_page .under_mv::after {
    height: 15.94rem;
    border-bottom: 0.075rem solid #e95513;
  }
}

.contact_page .under_mv::after {
  height: 3.6rem;
}

@media screen and (max-width: 767px) {
  .contact_page .under_mv::before,
  .news_page .under_mv::before {
    content: "";
    width: 1.93rem;
    height: .83rem;
    border-left: 0.075rem solid #e95513;
    border-bottom: 0.075rem solid #e95513;
    position: absolute;
    bottom: 1.24rem;
    right: -1.39rem;
    z-index: 1;
    pointer-events: none;
  }
}

/* --------------------------------------------------------------
   Module_Element
-------------------------------------------------------------- */
/* Flex ---------- */
.mod_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.mod_flex.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mod_flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mod_flex_center.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mod_flex_between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* 3列4列の場合の調整 */
  /* // 3列4列の場合の調整 */
}

.mod_flex_between.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mod_flex_between.col3::after, .mod_flex_between.col4::before, .mod_flex_between.col4::after {
  content: "";
  display: block;
  height: 0;
}

.mod_flex_between.col4::before {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.mod_flex_around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.mod_flex_around.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 見出しanim ---------- */
.anim_wrap {
  display: block;
  overflow: hidden;
}

.anim_wrap span {
  display: block;
}

/* title ---------- */
.mod_title1 .deco {
  display: inline-block;
  padding: .6rem 0 0;
  font-size: .7rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  background: right top/0.82rem auto no-repeat url(../img/cmn/under_tit_logo.svg);
}

@media screen and (max-width: 767px) {
  .mod_title1 .deco {
    padding: .25rem 0 0;
    font-size: .28rem;
    background: right top/0.33rem auto no-repeat url(../img/cmn/under_tit_logo.svg);
  }
}

.mod_title2 {
  text-align: center;
}

.mod_title2 .border {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .18rem .25rem .08rem;
  font-size: .4rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  letter-spacing: .05em;
  border: 1px solid #262626;
}

@media screen and (max-width: 767px) {
  .mod_title2 .border {
    padding: .1rem .15rem .04rem;
    font-size: .2rem;
  }
}

.mod_title3 {
  text-align: center;
}

.mod_title3 .border {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .1rem .35rem;
  font-size: .28rem;
  font-weight: 700;
  letter-spacing: .025em;
  border: 3px solid #e95513;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .mod_title3 .border {
    padding: .07rem .25rem .04rem;
    font-size: .195rem;
  }
}

/* mod_contact ---------- */
.mod_contact {
  padding: .75rem 0 1.05rem;
}

.mod_contact .mod_title2 {
  margin: 0 0 .38rem;
}

.mod_contact_info .item {
  margin: 0 1.84rem;
  text-align: center;
}

.mod_contact_info .item .stit {
  margin: 0 0 .5rem;
  font-size: .18rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
}

.mod_contact_info .item .stit::after {
  content: "";
  width: 1px;
  height: .28rem;
  background-color: #e95513;
  position: absolute;
  left: 50%;
  bottom: -.38rem;
}

.mod_contact_info .item.item1 {
  width: 3.5rem;
  position: relative;
}

.mod_contact_info .item.item1::after {
  content: "";
  width: 1px;
  height: 1.83rem;
  background-color: #262626;
  position: absolute;
  right: -1.69rem;
  top: -.15rem;
}

.mod_contact_info .item.item1 .tel {
  margin: 0 0 .1rem;
}

.mod_contact_info .item.item1 .tel a {
  font-size: .27rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .mod_contact_info .item.item1 .tel a {
    pointer-events: none;
  }
}

.mod_contact_info .item.item1 .mail a {
  font-size: .2rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .mod_contact_info .item.item1 .mail a {
    -webkit-transition: .6s;
    transition: .6s;
  }
  .mod_contact_info .item.item1 .mail a:hover {
    opacity: .5;
  }
}

.mod_contact_info .item.item2 {
  width: 3.2rem;
}

.mod_contact_info .item.item2 .btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.2rem;
  height: .6rem;
  padding: .23rem 0 0;
  color: #fff;
  font-size: .18rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  letter-spacing: .05em;
  border-radius: .07rem;
  background-color: #e95513;
}

@media screen and (min-width: 768px) {
  .mod_contact_info .item.item2 .btn a:hover {
    -webkit-transition: .6s;
    transition: .6s;
  }
  .mod_contact_info .item.item2 .btn a:hover:hover {
    opacity: .5;
  }
}

@media screen and (max-width: 767px) {
  .mod_contact {
    padding: .55rem .2rem .75rem;
  }
  .mod_contact .mod_title2 {
    margin: 0 0 .4rem;
  }
  .mod_contact_info .item {
    margin: 0;
  }
  .mod_contact_info .item .stit {
    margin: 0 0 .3rem;
    font-size: .135rem;
  }
  .mod_contact_info .item .stit::after {
    height: .21rem;
    bottom: -.25rem;
  }
  .mod_contact_info .item.item1 {
    width: 100%;
    margin: 0 0 .85rem;
  }
  .mod_contact_info .item.item1::after {
    width: .91rem;
    height: 1px;
    right: calc(50% - .455rem);
    top: auto;
    bottom: -.46rem;
  }
  .mod_contact_info .item.item1 .tel {
    margin: 0 0 .05rem;
  }
  .mod_contact_info .item.item1 .tel a {
    font-size: .2rem;
  }
  .mod_contact_info .item.item1 .mail a {
    font-size: .15rem;
  }
  .mod_contact_info .item.item2 {
    width: 100%;
  }
  .mod_contact_info .item.item2 .btn a {
    width: 100%;
    height: .525rem;
    padding: .2rem 0 0;
    font-size: .16rem;
    border-radius: .067rem;
  }
}

/* mod_news ---------- */
.mod_news_lists.col4::before, .mod_news_lists.col4::after,
.mod_news_lists li {
  width: 2.24rem;
}

@media screen and (min-width: 768px) {
  .mod_news_lists a:hover {
    -webkit-transition: .6s;
    transition: .6s;
  }
  .mod_news_lists a:hover:hover {
    opacity: .5;
  }
}

.mod_news_lists .pic {
  margin: 0 0 .15rem;
}

.mod_news_lists .pic img {
  width: 100%;
  height: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.mod_news_lists .data {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: .16rem;
}

.mod_news_lists .tit {
  font-size: .14rem;
  letter-spacing: .05em;
  line-height: 2.1;
}

@media screen and (max-width: 767px) {
  .mod_news_lists.col4::before, .mod_news_lists.col4::after,
  .mod_news_lists li {
    width: 1.82rem;
  }
  .mod_news_lists li {
    margin: 0 auto;
  }
  .mod_news_lists li + li {
    margin-top: .3rem;
  }
  .mod_news_lists .pic {
    width: 1.68rem;
    margin: 0 auto .1rem;
  }
  .mod_news_lists .pic img {
    height: 1.12rem;
  }
  .mod_news_lists .data {
    font-size: .12rem;
  }
  .mod_news_lists .tit {
    margin: .05rem 0 0;
    font-size: .115rem;
    line-height: 1.56;
  }
}

/* number ---------- */
.mod_num {
  counter-reset: number 0;
}

.mod_num .modal_tit {
  margin: 0 0 .05rem;
  padding-left: .18rem;
  font-weight: 700;
  text-align: left;
  position: relative;
}

.mod_num .modal_tit::before {
  counter-increment: number 1;
  content: counter(number) ".";
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .mod_num .modal_tit {
    padding-left: .15rem;
  }
}

.mod_num2 {
  margin: .35rem 0 0;
  counter-reset: number 0;
}

.mod_num2 .modal_stit {
  margin: 0 0 .05rem;
  padding-left: .24rem;
  font-weight: 700;
  text-align: left;
  position: relative;
}

.mod_num2 .modal_stit::before {
  counter-increment: number 1;
  content: "(" counter(number) ")";
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .mod_num2 {
    margin: .19rem 0 0;
  }
  .mod_num2 .stit {
    padding-left: .2rem;
  }
}

/* TOP
--------------------------------------------------------------*/
/* mv ----------- */
.top_mv {
  height: 10rem;
  padding: 2.2rem 0 0;
  background-color: #f2f3f5;
  position: relative;
}

.top_mv::after {
  content: "";
  width: 5.68rem;
  height: 16.79rem;
  border-top: 0.15rem solid #e95513;
  border-right: 0.15rem solid #e95513;
  position: absolute;
  top: 3.3rem;
  left: -.65rem;
  pointer-events: none;
}

.top_mv .head {
  padding: 0 .9rem;
  position: relative;
  z-index: 5;
}

.top_mv .head .catch {
  font-size: .98rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  letter-spacing: .05em;
}

.top_mv .head .catch .title1 {
  margin: 0 0 4.7rem;
}

.top_mv .head .catch .title2 {
  text-align: right;
}

.top_mv .sub_tit {
  font-size: .25rem;
  font-weight: 700;
  letter-spacing: .05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 3.65rem;
  left: 2.1rem;
  z-index: 6;
}

.top_mv .bg {
  width: calc(100% - 3.9rem);
  height: 7.3rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.top_mv .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.top_mv .bg .deco {
  display: block;
  position: relative;
  z-index: -1;
}

.top_mv .bg .deco::before {
  content: "";
  width: calc(100% + .3rem);
  height: 2.97rem;
  background-color: #e95513;
  position: absolute;
  left: -.3rem;
  bottom: -.3rem;
}

.top_mv .insta_area {
  width: .25rem;
  text-align: center;
  position: absolute;
  top: calc(50% - .6rem);
  left: .2rem;
  z-index: 6;
}

.top_mv .insta_area a {
  display: inline-block;
  padding: 0 0 .36rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: .13rem;
  font-weight: 400;
  letter-spacing: .05em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: relative;
}

.top_mv .insta_area a::after {
  content: "";
  width: .25rem;
  height: .25rem;
  background: center/0.13rem auto no-repeat #262626 url(../img/cmn/insta_ico@2x.png);
  border-radius: 50%;
  position: absolute;
  left: -.04rem;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .top_mv .insta_area a::after {
    -webkit-transition: background-color .6s;
    transition: background-color .6s;
  }
  .top_mv .insta_area a:hover::after {
    background-color: #e95513;
  }
}

@media screen and (max-width: 767px) {
  .top_mv {
    height: 5.07rem;
    padding: 1.1rem 0 0;
  }
  .top_mv::after {
    width: 2.11rem;
    height: 7.67rem;
    border-top: 0.075rem solid #e95513;
    border-right: 0.075rem solid #e95513;
    top: 1.55rem;
    left: -1.24rem;
  }
  .top_mv .head {
    padding: 0 .15rem;
  }
  .top_mv .head .catch {
    font-size: .36rem;
  }
  .top_mv .head .catch .title1 {
    margin: 0 0 2.5rem;
  }
  .top_mv .head .catch .title2 {
    text-align: right;
  }
  .top_mv .sub_tit {
    font-size: .13rem;
    top: 1.8rem;
    left: .2rem;
  }
  .top_mv .bg {
    width: calc(100% - .6rem);
    height: 2.88rem;
    top: .8rem;
  }
  .top_mv .bg img {
    -o-object-position: left top;
       object-position: left top;
  }
  .top_mv .bg .deco::before {
    width: calc(100% + .1rem);
    height: 1.17rem;
    left: -.1rem;
    bottom: -.1rem;
  }
}

/* 共通 ----------- */
.read_more a {
  display: inline-block;
  padding: .1rem .2rem .1rem .04rem;
  font-size: .2rem;
  font-family: "Josefin Sans", sans-serif;
  position: relative;
}

.read_more a::before, .read_more a::after {
  content: "";
  position: absolute;
}

.read_more a::before {
  width: 100%;
  height: 2px;
  background-color: #262626;
  left: 0;
  bottom: 0;
}

.read_more a::after {
  width: .12rem;
  height: .12rem;
  border-top: 2px solid #262626;
  border-right: 2px solid #262626;
  right: 0;
  bottom: -.05rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .read_more a::before {
    -webkit-transition: width .4s;
    transition: width .4s;
  }
  .read_more a::after {
    -webkit-transition: right .4s;
    transition: right .4s;
  }
  .read_more a:hover::before {
    width: calc(100% + .1rem);
  }
  .read_more a:hover::after {
    right: -.1rem;
  }
}

@media screen and (max-width: 767px) {
  .read_more a {
    display: inline-block;
    margin-left: 1.4rem;
    padding: .05rem .15rem .05rem .02rem;
    font-size: .15rem;
  }
  .read_more a::before {
    height: 1px;
  }
  .read_more a::after {
    width: .06rem;
    height: .06rem;
    border-top: 1px solid #262626;
    border-right: 1px solid #262626;
    bottom: -.025rem;
  }
}

/* about ----------- */
.top_about {
  padding: 1.55rem 0 1.5rem;
  position: relative;
}

.top_about::after {
  content: "";
  width: 10.05rem;
  height: 5.22rem;
  background: right 0.4rem bottom 0.45rem/4.08rem auto no-repeat #f2f3f5 url(../img/top/bg_deco@2x.png);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.top_about_wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.top_about_wrap::before {
  content: "";
  width: 1px;
  height: 4.84rem;
  background-color: #e95513;
  position: absolute;
  top: 1.05rem;
  right: 0;
  z-index: 1;
}

.top_about_wrap .pic {
  width: 5rem;
  position: relative;
  left: -1.15rem;
}

.top_about_wrap .pic::before {
  content: "";
  width: calc(100% + .3rem);
  height: calc(100% + .3rem);
  background-color: #e95513;
  position: absolute;
  top: -.15rem;
  left: -.15rem;
  z-index: -1;
}

.top_about_wrap .text_wrap {
  width: 4.7rem;
  padding: 1.45rem 0 0;
  position: relative;
}

.top_about_wrap .text_wrap .top_about_title {
  font-size: .98rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  letter-spacing: .05em;
  position: absolute;
  top: -.1rem;
  right: -1rem;
}

.top_about_wrap .text_wrap .desc {
  width: 3.46rem;
  margin: 0 0 .7rem;
  letter-spacing: .05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .top_about {
    padding: .75rem 0 1.3rem;
  }
  .top_about::after {
    width: 2.33rem;
    height: 2.61rem;
    background: left 0.12rem bottom 0.15rem/2.04rem auto no-repeat #f2f3f5 url(../img/top/bg_deco@2x.png);
    right: auto;
    left: 0;
  }
  .top_about_wrap::before {
    height: 4.74rem;
    top: auto;
    bottom: .65rem;
    right: .13rem;
  }
  .top_about_wrap .pic {
    width: 1.97rem;
    margin: 0 auto;
    position: static;
  }
  .top_about_wrap .pic::before {
    width: calc(100% + .1rem);
    height: calc(100% + .1rem);
    top: -.05rem;
    left: -.05rem;
  }
  .top_about_wrap .text_wrap {
    width: 100%;
    padding: .64rem 0 0;
  }
  .top_about_wrap .text_wrap .top_about_title {
    margin: 0 0 .55rem;
    font-size: .38rem;
    text-align: right;
    position: static;
  }
  .top_about_wrap .text_wrap .desc {
    width: 2.33rem;
    margin: 0 0 .35rem;
    line-height: 1.9;
  }
}

/* news ----------- */
.top_news {
  padding: .65rem 0 .45rem;
  background-color: #262626;
  position: relative;
}

.top_news_wrap {
  position: relative;
}

.top_news .mod_title2 {
  margin: 0 0 .5rem;
  text-align: left;
}

.top_news .mod_title2 .border {
  color: #fff;
  border-color: #fff;
}

.top_news .mod_news_lists li {
  margin-right: .5rem;
}

.top_news .mod_news_lists .data {
  color: #969696;
}

.top_news .mod_news_lists .tit {
  color: #fff;
}

.top_news .read_more {
  position: absolute;
  top: 2.3rem;
  right: 0;
}

.top_news .read_more a {
  color: #fff;
}

.top_news .read_more a::before {
  background-color: #fff;
}

.top_news .read_more a::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.top_news .nopost {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .top_news {
    padding: .45rem 0 .54rem;
  }
  .top_news .mod_title2 .border {
    padding: 0.1rem 0.1rem 0.04rem;
  }
  .top_news .mod_news_lists li {
    margin: 0 auto;
  }
  .top_news .mod_news_lists li + li {
    margin-top: .3rem;
  }
  .top_news .read_more {
    margin-top: .4rem;
    position: static;
  }
}

/* bnr ----------- */
.top_bnr {
  padding: .1rem .08rem .15rem;
  background-color: #262626;
}

.top_bnr_link li {
  width: calc((100% - .24rem) / 2);
  height: 2.5rem;
  margin: 0 .06rem;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.top_bnr_link li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(104, 106, 110, 0.8);
  mix-blend-mode: multiply;
  z-index: 1;
}

.top_bnr_link li.item1 {
  background-image: url(../img/top/bnr1@2x.jpg);
}

.top_bnr_link li.item2 {
  background-image: url(../img/top/bnr2@2x.jpg);
}

.top_bnr_link li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: .37rem;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  letter-spacing: .05em;
  position: relative;
  z-index: 2;
}

.top_bnr_link li a::after {
  content: "";
  width: calc(100% - .32rem);
  height: calc(100% - .32rem);
  border: 0.04rem solid #e95513;
  position: absolute;
  top: .16rem;
  left: .16rem;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .top_bnr_link li::before {
    -webkit-transition: background-color .6s, background-image .6s, background-size .6s, mix-blend-mode .6s;
    transition: background-color .6s, background-image .6s, background-size .6s, mix-blend-mode .6s;
  }
  .top_bnr_link li:hover::before {
    mix-blend-mode: normal;
    background: center/0.41rem auto no-repeat rgba(233, 85, 19, 0.8) url(../img/top/bnr_hover@2x.png);
    z-index: 3;
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .top_bnr {
    padding: 0 .06rem .05rem;
  }
  .top_bnr_link li {
    width: 100%;
    height: 1.11rem;
    margin: .05rem 0;
  }
  .top_bnr_link li.item1 {
    background-image: url(../img/top/bnr1_sp.jpg);
  }
  .top_bnr_link li.item2 {
    background-image: url(../img/top/bnr2_sp.jpg);
  }
  .top_bnr_link li a {
    font-size: .15rem;
  }
  .top_bnr_link li a::after {
    width: calc(100% - .1rem);
    height: calc(100% - .1rem);
    border: 2px solid #e95513;
    top: .05rem;
    left: .05rem;
  }
}

/* ABOUT US
--------------------------------------------------------------
--------------------------------------------------------------
--------------------------------------------------------------*/
/* message ----------- */
.aboutus_message {
  padding: 2.3rem 0 1.15rem;
  position: relative;
}

.aboutus_message::before {
  content: "";
  width: calc((100% - 10rem) / 2 + 7.56rem);
  height: 4.64rem;
  background-color: #f2f3f5;
  position: absolute;
  top: 1.7rem;
  right: 0;
  z-index: 1;
}

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

.aboutus_message_wrap .text_wrap {
  width: 7.12rem;
  margin: 0 auto 1rem;
}

.aboutus_message_wrap .text_wrap .desc {
  margin: 0 0 .35rem;
  font-size: .16rem;
  font-weight: 700;
  line-height: 2.06;
  letter-spacing: .05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.aboutus_message_wrap .text_wrap .sign {
  font-size: .2rem;
  font-weight: 700;
  letter-spacing: .05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: right;
}

.aboutus_message_wrap .mod_title1 {
  margin-left: .7rem;
}

.aboutus_message_wrap .catch {
  padding-bottom: 2.3rem;
  color: #fff;
  font-size: .7rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  line-height: 1.236;
  position: absolute;
  top: -.2rem;
  right: calc((100% - 10rem) / 2 - 3.7rem);
}

.aboutus_message_wrap .catch::after {
  content: "";
  width: 300%;
  height: 2.1rem;
  background-color: #e95513;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .aboutus_message {
    padding: 1.07rem 0 1.38rem;
  }
  .aboutus_message::before {
    width: 2.3rem;
    height: 5.54rem;
    top: .73rem;
  }
  .aboutus_message_wrap .text_wrap {
    width: 100%;
    margin: 0 0 1.3rem;
    padding-left: .46rem;
  }
  .aboutus_message_wrap .text_wrap .desc {
    margin: 0 0 .42rem;
    font-size: .13rem;
    line-height: 2.15;
  }
  .aboutus_message_wrap .text_wrap .sign {
    font-size: .14rem;
  }
  .aboutus_message_wrap .mod_title1 {
    margin-left: .18rem;
  }
  .aboutus_message_wrap .catch {
    padding-bottom: 1.15rem;
    font-size: .28rem;
    top: auto;
    bottom: -.8rem;
    right: -.77rem;
  }
  .aboutus_message_wrap .catch::after {
    width: 100%;
    height: 1.05rem;
  }
}

/* company profile ----------- */
.aboutus_profile {
  padding: .9rem 0 2rem;
  position: relative;
}

.aboutus_profile::before {
  content: "";
  width: calc((100% - 10rem) / 2 + 9rem);
  height: 100%;
  background-color: #f2f3f5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.aboutus_profile_wrap {
  position: relative;
  z-index: 5;
}

.aboutus_profile_wrap .data {
  width: 6.8rem;
  margin: 0 auto .5rem;
}

.aboutus_profile_wrap .data dt,
.aboutus_profile_wrap .data dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: .5rem;
}

.aboutus_profile_wrap .data dt {
  width: 1.54rem;
  font-weight: 700;
  border-bottom: 1px solid #e95513;
}

.aboutus_profile_wrap .data dd {
  width: calc(100% - 1.6rem);
  border-bottom: 1px solid #969696;
}

@media screen and (min-width: 768px) {
  .aboutus_profile_wrap .data dd .tel {
    margin-right: 1em;
    pointer-events: none;
  }
  .aboutus_profile_wrap .data dd .mail {
    -webkit-transition: .6s;
    transition: .6s;
  }
  .aboutus_profile_wrap .data dd .mail:hover {
    opacity: .5;
  }
}

.aboutus_profile_wrap .mod_title1 {
  text-align: right;
  position: relative;
  right: -.8rem;
}

@media screen and (max-width: 767px) {
  .aboutus_profile {
    padding: .25rem 0 .85rem;
  }
  .aboutus_profile::before {
    width: 2.58rem;
  }
  .aboutus_profile_wrap .data {
    width: 100%;
    margin: 0 auto .5rem;
  }
  .aboutus_profile_wrap .data dt,
  .aboutus_profile_wrap .data dd {
    min-height: .38rem;
    font-size: .115rem;
  }
  .aboutus_profile_wrap .data dt {
    width: .9rem;
  }
  .aboutus_profile_wrap .data dd {
    width: calc(100% - .93rem);
  }
  .aboutus_profile_wrap .mod_title1 {
    right: 0;
  }
}

/* access ----------- */
.aboutus_access {
  padding: .8rem 0 1.15rem;
  background-color: #262626;
  position: relative;
  z-index: 3;
}

.aboutus_access .mod_title2 {
  margin: 0 0 .75rem;
}

.aboutus_access .mod_title2 .border {
  border-width: 2px;
  border-color: #e95513;
  background-color: #fff;
}

.aboutus_access .lists li {
  width: calc((100% - .5rem) / 2);
}

.aboutus_access .lists li .gmap {
  margin: 0 0 .6rem;
  padding-right: .1rem;
  position: relative;
}

.aboutus_access .lists li .gmap::before {
  content: "";
  width: calc(100% - .1rem);
  height: 100%;
  background-color: #e95513;
  position: absolute;
  right: 0;
  bottom: -.1rem;
  z-index: 1;
}

.aboutus_access .lists li .gmap iframe {
  width: 100%;
  height: 2.72rem;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  position: relative;
  z-index: 2;
}

.aboutus_access .lists li .tit {
  margin: 0 0 .2rem;
  padding-left: .4rem;
  color: #e95513;
  font-weight: 700;
  font-size: .2rem;
  position: relative;
}

.aboutus_access .lists li .tit::before {
  content: "";
  width: .255rem;
  height: 1px;
  background-color: #e95513;
  position: absolute;
  left: 0;
  top: .08rem;
}

.aboutus_access .lists li address {
  padding-left: .4rem;
  color: #fff;
  line-height: 1.7;
}

.aboutus_access .lists li address .tel {
  display: inline-block;
  margin-right: 1em;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .aboutus_access .lists li address .tel {
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .aboutus_access {
    padding: .9rem 0 .4rem;
  }
  .aboutus_access .mod_title2 {
    margin: 0 0 .86rem;
  }
  .aboutus_access .lists li {
    width: 100%;
    margin: 0 0 .85rem;
  }
  .aboutus_access .lists li .gmap {
    margin: 0 0 .34rem;
    padding-right: .07rem;
  }
  .aboutus_access .lists li .gmap::before {
    width: calc(100% - .07rem);
    bottom: -.07rem;
  }
  .aboutus_access .lists li .gmap iframe {
    height: 1.58rem;
  }
  .aboutus_access .lists li .tit {
    margin: 0 0 .15rem;
    padding-left: .31rem;
    font-size: .15rem;
  }
  .aboutus_access .lists li .tit::before {
    width: .19rem;
  }
  .aboutus_access .lists li address {
    padding-left: .31rem;
    line-height: 1.9;
  }
}

/* OUR BUSINESS
--------------------------------------------------------------
--------------------------------------------------------------
--------------------------------------------------------------*/
.ourbusiness_cot {
  padding: 1.4rem 0 2.2rem;
}

.ourbusiness_cot .text_wrap {
  width: 7.12rem;
  margin: 0 auto;
}

.ourbusiness_cot .text_wrap .desc {
  line-height: 2;
  letter-spacing: .05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .ourbusiness_cot {
    padding: .75rem 0 .7rem;
  }
  .ourbusiness_cot .text_wrap {
    width: 100%;
    padding-left: .45rem;
  }
  .ourbusiness_cot .text_wrap .desc {
    line-height: 1.9;
  }
}

/* about ----------- */
.ourbusiness_about {
  padding: 0 0 .45rem;
}

.ourbusiness_about_item {
  margin: 0 0 2.8rem;
  position: relative;
}

.ourbusiness_about_item .text_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 4.26rem;
  min-height: 3rem;
  padding: .1rem .45rem .1rem .5rem;
  color: #fff;
  letter-spacing: .05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #262626;
  position: relative;
  z-index: 3;
}

.ourbusiness_about_item .text_wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  border-right: 0.1rem solid #e95513;
  border-bottom: 0.1rem solid #e95513;
  position: absolute;
  bottom: -.1rem;
  right: -.1rem;
}

.ourbusiness_about_item .text_wrap .tit {
  margin: 0 0 .25rem;
  font-size: .28rem;
  font-weight: 700;
  position: relative;
}

.ourbusiness_about_item .text_wrap .desc {
  font-size: .17rem;
  line-height: 1.76;
  position: relative;
}

.ourbusiness_about_item .pic {
  width: 7.7rem;
  position: absolute;
  top: .8rem;
  z-index: 1;
}

.ourbusiness_about_item .mod_title1 {
  position: absolute;
  top: -.65rem;
  z-index: 1;
}

.ourbusiness_about_item:nth-child(odd) .text_wrap {
  margin-left: .6rem;
}

.ourbusiness_about_item:nth-child(odd) .pic {
  right: calc((100% - 10rem) / 2 - 1rem);
}

.ourbusiness_about_item:nth-child(odd) .mod_title1 {
  right: calc((100% - 10rem) / 2 - 1.7rem);
}

.ourbusiness_about_item:nth-child(even) .text_wrap {
  margin-left: auto;
}

.ourbusiness_about_item:nth-child(even) .pic {
  left: calc((100% - 10rem) / 2 - .54rem);
}

.ourbusiness_about_item:nth-child(even) .mod_title1 {
  left: calc((100% - 10rem) / 2 - 1.54rem);
}

.ourbusiness_about_item:nth-child(even) .mod_title1 .deco {
  background-position: left top;
}

@media screen and (max-width: 767px) {
  .ourbusiness_about {
    padding: 0 0 .34rem;
  }
  .ourbusiness_about_item {
    margin: 0 0 .68rem;
  }
  .ourbusiness_about_item .text_wrap {
    width: 2.13rem;
    min-height: 1.5rem;
    margin: 0 0 1.4rem;
    padding: .1rem .2rem .1rem .27rem;
  }
  .ourbusiness_about_item .text_wrap::before {
    border-right: 0.05rem solid #e95513;
    border-bottom: 0.05rem solid #e95513;
    bottom: -.05rem;
    right: -.05rem;
  }
  .ourbusiness_about_item .text_wrap .tit {
    margin: 0 0 .12rem;
    font-size: .14rem;
  }
  .ourbusiness_about_item .text_wrap .desc {
    font-size: .105rem;
    line-height: 1.86;
  }
  .ourbusiness_about_item .pic {
    width: 3.85rem;
    top: 1.25rem;
  }
  .ourbusiness_about_item .pic img {
    width: 100%;
    height: 1.51rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
  .ourbusiness_about_item .mod_title1 {
    text-align: right;
    position: static;
  }
  .ourbusiness_about_item:nth-child(odd) .text_wrap {
    margin-left: -.2rem;
  }
  .ourbusiness_about_item:nth-child(odd) .pic {
    right: -1.26rem;
  }
  .ourbusiness_about_item:nth-child(even) .text_wrap {
    margin-right: -.15rem;
  }
  .ourbusiness_about_item:nth-child(even) .pic {
    left: -1.07rem;
  }
}

/* flow ----------- */
.ourbusiness_flow {
  padding: 2.1rem 0 2.9rem;
  background: top 4.6rem center/100% auto repeat-y #262626 url(../img/ourbusiness/bg_deco_logo@2x.jpg);
  position: relative;
  z-index: 3;
}

.ourbusiness_flow_wrap .lists li {
  position: relative;
}

.ourbusiness_flow_wrap .lists li + li {
  margin-top: 2.3rem;
}

.ourbusiness_flow_wrap .lists .text_wrap {
  width: 4.7rem;
}

.ourbusiness_flow_wrap .lists .text_wrap .tit {
  margin: 0 0 .2rem;
  padding: .7rem 0 0;
  font-size: .28rem;
  font-weight: 700;
  letter-spacing: .05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
}

.ourbusiness_flow_wrap .lists .text_wrap .tit::before {
  content: "";
  width: .48rem;
  height: .42rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ourbusiness_flow_wrap .lists .text_wrap .tit .inner {
  display: inline-block;
  padding: .1rem .15rem .05rem;
  background-color: #e95513;
}

.ourbusiness_flow_wrap .lists .text_wrap .desc {
  color: #fff;
  line-height: 1.6;
  letter-spacing: .05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.ourbusiness_flow_wrap .lists .pic {
  position: absolute;
  top: -.6rem;
}

.ourbusiness_flow_wrap .lists .pic img {
  height: 3.32rem;
}

.ourbusiness_flow_wrap .lists li:nth-child(even) .text_wrap {
  margin-left: auto;
}

.ourbusiness_flow_wrap .lists .li1 .text_wrap .tit::before {
  background-image: url(../img/ourbusiness/num1.svg);
}

.ourbusiness_flow_wrap .lists .li1 .pic {
  width: 6.85rem;
  right: calc((100% - 10rem) / 2 - 2.3rem);
}

.ourbusiness_flow_wrap .lists .li2 .text_wrap .tit::before {
  background-image: url(../img/ourbusiness/num2.svg);
}

.ourbusiness_flow_wrap .lists .li2 .pic {
  left: calc((100% - 10rem) / 2 - 1.3rem);
}

.ourbusiness_flow_wrap .lists .li3 .text_wrap .tit::before {
  background-image: url(../img/ourbusiness/num3.svg);
}

.ourbusiness_flow_wrap .lists .li3 .pic {
  right: calc((100% - 10rem) / 2 - .54rem);
}

.ourbusiness_flow_wrap .lists .li4 .text_wrap .tit::before {
  background-image: url(../img/ourbusiness/num4.svg);
}

.ourbusiness_flow_wrap .lists .li4 .pic {
  left: 0;
}

.ourbusiness_flow_wrap .lists .li5 .text_wrap .tit::before {
  background-image: url(../img/ourbusiness/num5.svg);
}

.ourbusiness_flow_wrap .lists .li5 .pic {
  right: calc((100% - 10rem) / 2 + .94rem);
}

@media screen and (max-width: 767px) {
  .ourbusiness_flow {
    padding: .65rem 0 1.23rem;
    background: center/cover #262626 url(../img/ourbusiness/bg_deco_logo_sp.jpg);
  }
  .ourbusiness_flow_wrap .lists li + li {
    margin-top: .56rem;
  }
  .ourbusiness_flow_wrap .lists .text_wrap {
    width: 2.1rem;
  }
  .ourbusiness_flow_wrap .lists .text_wrap .tit {
    margin: 0 0 .17rem;
    padding: .35rem 0 0;
    font-size: .17rem;
  }
  .ourbusiness_flow_wrap .lists .text_wrap .tit::before {
    width: .24rem;
    height: .21rem;
  }
  .ourbusiness_flow_wrap .lists .text_wrap .tit .inner {
    padding: .05rem .08rem;
  }
  .ourbusiness_flow_wrap .lists .text_wrap .desc {
    line-height: 1.9;
  }
  .ourbusiness_flow_wrap .lists .pic {
    margin: .13rem 0 0;
    position: relative;
    top: auto;
  }
  .ourbusiness_flow_wrap .lists .pic img {
    width: auto;
    height: 1.49rem;
  }
  .ourbusiness_flow_wrap .lists li:nth-child(even) .text_wrap {
    margin-left: auto;
  }
  .ourbusiness_flow_wrap .lists .li1 .pic {
    width: 3rem;
    right: auto;
    left: -.2rem;
  }
  .ourbusiness_flow_wrap .lists .li2 .pic {
    left: .7rem;
  }
  .ourbusiness_flow_wrap .lists .li3 .pic {
    right: auto;
    left: -.2rem;
  }
  .ourbusiness_flow_wrap .lists .li4 .pic {
    left: .7rem;
  }
  .ourbusiness_flow_wrap .lists .li5 .pic {
    right: auto;
    left: -.2rem;
  }
}

/* 事業内容（一例） ----------- */
.ourbusiness_lists {
  padding: .75rem 0 .35rem;
  background-color: #f2f3f5;
}

.ourbusiness_lists_wrap .mod_title3 {
  margin: 0 0 .75rem;
}

.ourbusiness_lists_wrap .data li {
  width: 1.3rem;
  margin: 0 .5rem .65rem;
  text-align: center;
}

.ourbusiness_lists_wrap .data li .ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: .8rem;
  margin: 0 auto .15rem;
}

.ourbusiness_lists_wrap .data li .tit {
  font-size: .18rem;
  font-weight: 700;
  letter-spacing: .05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.ourbusiness_lists_wrap .data li.li1 .ico {
  width: .87rem;
}

.ourbusiness_lists_wrap .data li.li2 .ico {
  width: .98rem;
}

.ourbusiness_lists_wrap .data li.li3 .ico {
  width: .81rem;
}

.ourbusiness_lists_wrap .data li.li4 .ico {
  width: 1.04rem;
}

.ourbusiness_lists_wrap .data li.li5 .ico {
  width: .76rem;
}

.ourbusiness_lists_wrap .data li.li6 .ico {
  width: .81rem;
}

.ourbusiness_lists_wrap .data li.li7 .ico {
  width: .88rem;
}

.ourbusiness_lists_wrap .data li.li8 .ico {
  width: 1.09rem;
}

@media screen and (max-width: 767px) {
  .ourbusiness_lists {
    padding: .53rem 0 .38rem;
  }
  .ourbusiness_lists_wrap {
    width: 100%;
  }
  .ourbusiness_lists_wrap .mod_title3 {
    margin: 0 0 .38rem;
  }
  .ourbusiness_lists_wrap .data li {
    width: calc((100% - 1.04rem) / 2);
    margin: 0 .26rem .35rem;
  }
  .ourbusiness_lists_wrap .data li .ico {
    height: .57rem;
    margin: 0 auto .1rem;
  }
  .ourbusiness_lists_wrap .data li .tit {
    font-size: .125rem;
  }
  .ourbusiness_lists_wrap .data li.li1 .ico {
    width: .61rem;
  }
  .ourbusiness_lists_wrap .data li.li2 .ico {
    width: .68rem;
  }
  .ourbusiness_lists_wrap .data li.li3 .ico {
    width: .57rem;
  }
  .ourbusiness_lists_wrap .data li.li4 .ico {
    width: .73rem;
  }
  .ourbusiness_lists_wrap .data li.li5 .ico {
    width: .53rem;
  }
  .ourbusiness_lists_wrap .data li.li6 .ico {
    width: .57rem;
  }
  .ourbusiness_lists_wrap .data li.li7 .ico {
    width: .62rem;
  }
  .ourbusiness_lists_wrap .data li.li8 .ico {
    width: .77rem;
  }
}

/* RECRUIT
--------------------------------------------------------------
--------------------------------------------------------------
--------------------------------------------------------------*/
/* 内容 ----------- */
.recruit_cot {
  padding: 1.85rem 0 1.35rem;
}

.recruit_cot .text_wrap {
  width: 8.55rem;
  padding-right: 1.15rem;
  margin-left: auto;
}

.recruit_cot .text_wrap .desc {
  font-size: .18rem;
  line-height: 1.83;
  letter-spacing: .05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.recruit_cot .balloon {
  width: 8.55rem;
  margin: .65rem 0 0;
  padding: .15rem 0 .15rem 2rem;
  margin-left: auto;
  border: 1px solid #e95513;
  background-color: #f2f3f5;
  position: relative;
}

.recruit_cot .balloon .point {
  width: 2.22rem;
  position: absolute;
  top: -.25rem;
  left: -.3rem;
}

.recruit_cot .balloon li {
  line-height: 2;
  letter-spacing: .05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .recruit_cot {
    padding: .81rem 0 .7rem;
  }
  .recruit_cot .text_wrap {
    width: calc(100% - .4rem);
    padding-right: 0;
  }
  .recruit_cot .text_wrap .desc {
    font-size: .13rem;
    line-height: 2.15;
  }
  .recruit_cot .balloon {
    width: calc(100% - .4rem);
    margin: .55rem 0 0 auto;
    padding: .2rem .13rem .2rem .3rem;
  }
  .recruit_cot .balloon .point {
    width: 1.34rem;
    position: absolute;
    top: -.27rem;
    left: -.5rem;
    z-index: 3;
  }
  .recruit_cot .balloon li {
    line-height: 2;
    letter-spacing: .05em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.recruit_data {
  padding: 0 0 1.45rem;
}

.recruit_data_item {
  padding: .6rem 0 1.5rem;
  position: relative;
}

.recruit_data_item + .recruit_data_item {
  margin-top: 1.2rem;
}

.recruit_data_item::before {
  content: "";
  width: calc((100% - 10rem) / 2 + 8.42rem);
  height: 100%;
  background-color: #f2f3f5;
  position: absolute;
  top: 0;
}

.recruit_data_item .text_wrap {
  width: 5.73rem;
  position: relative;
  z-index: 3;
}

.recruit_data_item .text_wrap .title {
  margin: 0 0 .5rem;
}

.recruit_data_item .text_wrap .title .border {
  display: inline-block;
  padding: .1rem .35rem .05rem;
  font-size: .38rem;
  font-weight: 700;
  letter-spacing: .05em;
  background-color: #fff;
  border: 1px solid #262626;
}

.recruit_data_item .text_wrap .lists dt,
.recruit_data_item .text_wrap .lists dd {
  letter-spacing: .05em;
  line-height: 1.48;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.recruit_data_item .text_wrap .lists dt {
  margin: 0 0 .05rem;
  color: #e95513;
  font-weight: 700;
}

.recruit_data_item .text_wrap .lists dd + dt {
  margin-top: .2rem;
}

.recruit_data_item .en_head {
  position: absolute;
}

.recruit_data_item .en_head::before {
  content: "";
  width: 8.31rem;
  height: 2.1rem;
  background-color: #e95513;
  position: absolute;
}

.recruit_data_item .en_head .mod_title1 .deco {
  font-size: .76rem;
  line-height: 1.12;
  background-image: url(../img/recruit/tit_logo.svg);
  background-position: left top;
}

.recruit_data_item .en_head .sub_catch {
  font-size: .1585rem;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: .05em;
}

.recruit_data_item:nth-child(odd)::before {
  left: 0;
}

.recruit_data_item:nth-child(odd) .text_wrap {
  margin-left: 1.4rem;
}

.recruit_data_item:nth-child(odd) .en_head {
  padding-bottom: 2.75rem;
  top: 1.1rem;
  right: calc((100% - 10rem) / 2 - 1.1rem);
}

.recruit_data_item:nth-child(odd) .en_head::before {
  bottom: 0;
  left: 1rem;
}

.recruit_data_item:nth-child(even)::before {
  right: 0;
}

.recruit_data_item:nth-child(even) .text_wrap {
  margin-left: auto;
}

.recruit_data_item:nth-child(even) .en_head {
  padding-top: 2.7rem;
  bottom: .55rem;
  left: calc((100% - 10rem) / 2 - 1.05rem);
}

.recruit_data_item:nth-child(even) .en_head::before {
  top: 0;
  left: -4.94rem;
}

@media screen and (max-width: 767px) {
  .recruit_data {
    padding: 0 0 1.5rem;
  }
  .recruit_data_item {
    padding: .4rem 0 2.2rem;
    position: relative;
  }
  .recruit_data_item + .recruit_data_item {
    margin-top: 1.5rem;
  }
  .recruit_data_item::before {
    content: "";
    width: calc(100% - .2rem);
    z-index: 1;
  }
  .recruit_data_item .text_wrap {
    width: calc(100% - .26rem);
  }
  .recruit_data_item .text_wrap .title {
    margin: 0 0 .24rem;
  }
  .recruit_data_item .text_wrap .title .border {
    padding: .05rem .15rem .02rem;
    font-size: .19rem;
  }
  .recruit_data_item .text_wrap .lists dt {
    margin: 0 0 .03rem;
  }
  .recruit_data_item .text_wrap .lists dd + dt {
    margin-top: .15rem;
  }
  .recruit_data_item .en_head {
    z-index: 3;
  }
  .recruit_data_item .en_head::before {
    width: 3.32rem;
    height: .84rem;
  }
  .recruit_data_item .en_head .mod_title1 .deco {
    font-size: .3rem;
  }
  .recruit_data_item .en_head .sub_catch {
    font-size: .0634rem;
  }
  .recruit_data_item:nth-child(odd) .text_wrap {
    margin-left: 0;
  }
  .recruit_data_item:nth-child(odd) .en_head {
    padding-bottom: 1.08rem;
    top: auto;
    bottom: -.45rem;
    right: .4rem;
  }
  .recruit_data_item:nth-child(odd) .en_head::before {
    left: .3rem;
  }
  .recruit_data_item:nth-child(even) .en_head {
    padding-top: 1.05rem;
    bottom: -.3rem;
    left: .53rem;
  }
  .recruit_data_item:nth-child(even) .en_head::before {
    top: 0;
    left: -2.26rem;
  }
}

/* entry ----------- */
.recruit_entry {
  padding: 1.2rem 0 1.3rem;
  text-align: center;
  background-color: #262626;
}

.recruit_entry_wrap .mod_title2 .border {
  padding: .18rem .4rem .08rem;
  border-width: 2px;
  border-color: #e95513;
  background-color: #fff;
}

.recruit_entry_wrap .desc {
  color: #fff;
  letter-spacing: .05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5;
  text-align: center;
}

.recruit_entry_wrap .text_wrap {
  width: 5.95rem;
  margin: .35rem auto .45rem;
  padding: .15rem 0 .15rem .55rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.recruit_entry_wrap .text_wrap .desc {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .recruit_entry {
    padding: .9rem .2rem 1.2rem;
  }
  .recruit_entry_wrap .mod_title2 .border {
    padding: .1rem .22rem .03rem;
    border-width: 1px;
  }
  .recruit_entry_wrap .text_wrap {
    width: 100%;
    margin: .12rem auto .5rem;
    padding: .12rem 0 .12rem;
  }
  .recruit_entry_wrap .text_wrap .desc {
    text-align: left;
  }
}

.news_page .cmn_footer {
  position: relative;
  z-index: 3;
}

/* 一覧
--------------------------------------------------------------*/
/* コンテンツ ---------- */
.news_data,
.news_cot,
.wp-pagenavi {
  position: relative;
  z-index: 3;
}

.news_data {
  padding: .65rem 0 .7rem;
  background-color: #fff;
}

.news_data .item {
  margin-right: 1.05rem;
}

.news_data .item .tit {
  display: inline-block;
  padding: .1rem .08rem .04rem;
  margin: 0 0 .2rem;
  font-size: .18rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  text-align: center;
  border: 1px solid #262626;
}

.news_data .item .wrap .lists li {
  padding-left: .17rem;
  margin-right: .19rem;
}

.news_data .item .wrap .lists li a {
  display: block;
  padding: .1rem;
  font-size: .16rem;
  font-weight: 400;
  letter-spacing: .02em;
  position: relative;
}

.news_data .item .wrap .lists li a::before {
  content: "";
  width: .17rem;
  height: 3px;
  background-color: transparent;
  position: absolute;
  top: .15rem;
  left: -.17rem;
}

.news_data .item .wrap .lists li a.current::before {
  background-color: #e95513;
}

@media screen and (min-width: 768px) {
  .news_data .item .wrap .lists li a::before {
    -webkit-transition: background-color .6s;
    transition: background-color .6s;
  }
  .news_data .item .wrap .lists li a:hover::before {
    background-color: #e95513;
  }
}

.news_data .item.category .wrap .lists li a {
  font-family: "Josefin Sans", sans-serif;
}

.news_data .item.archive .wrap .lists li a {
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 767px) {
  .news_data {
    padding: .44rem 0 .4rem;
  }
  .news_data .item {
    width: 100%;
    margin-right: 0;
  }
  .news_data .item + .item {
    margin-top: .34rem;
  }
  .news_data .item .tit {
    padding: .07rem .08rem .03rem;
    margin: 0 0 .13rem;
    font-size: .14rem;
  }
  .news_data .item .wrap .lists li {
    padding-left: .13rem;
    margin-right: .23rem;
  }
  .news_data .item .wrap .lists li a {
    padding: .1rem .05rem;
    font-size: .12rem;
    font-weight: 700;
  }
  .news_data .item .wrap .lists li a::before {
    width: .13rem;
    height: 1px;
    top: .15rem;
    left: -.13rem;
  }
}

.news_cot {
  padding: 1.55rem 0 .5rem;
  background-color: #f2f3f5;
}

.news_cot .mod_news_lists.col3::after,
.news_cot .mod_news_lists li {
  width: calc((100% - 1.6rem) / 3);
}

.news_cot .mod_news_lists li {
  margin: 0 0 .5rem;
}

.news_cot .mod_news_lists li .pic img {
  width: 100%;
  height: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.news_cot .mod_news_lists li .data {
  margin: 0 0 .1rem;
  color: #e95513;
  letter-spacing: .1em;
}

.news_cot .mod_news_lists li .data .cat {
  float: right;
  clear: both;
  display: inline-block;
  padding: .05rem;
  color: #fff;
  font-size: .13rem;
  letter-spacing: 0;
  background-color: #e95513;
}

.news_cot .mod_news_lists li .tit {
  font-size: .15rem;
  font-weight: 700;
  line-height: 1.66;
}

@media screen and (max-width: 767px) {
  .news_cot {
    padding: .58rem .26rem .57rem;
  }
  .news_cot .mod_news_lists.col3::after,
  .news_cot .mod_news_lists li {
    width: 100%;
  }
  .news_cot .mod_news_lists li {
    margin: 0 0 .48rem;
  }
  .news_cot .mod_news_lists li .pic {
    width: 100%;
  }
  .news_cot .mod_news_lists li .pic img {
    height: 1.6rem;
  }
  .news_cot .mod_news_lists li .data {
    margin: 0 0 .05rem;
    font-size: .13rem;
  }
  .news_cot .mod_news_lists li .data .cat {
    padding: .03rem;
    font-size: .11rem;
  }
  .news_cot .mod_news_lists li .tit {
    font-size: .12rem;
  }
}

/* wp-pagenavi ---------- */
.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .95rem 0;
  background-color: #fff;
}

.wp-pagenavi a,
.wp-pagenavi .current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: .36rem;
  height: .36rem;
  margin: 0 .12rem;
  font-size: .24rem;
  font-family: "Inter", sans-serif;
  border-radius: 50%;
  border: 1px solid #262626;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .wp-pagenavi a {
    -webkit-transition: .6s;
    transition: .6s;
  }
  .wp-pagenavi a:hover {
    opacity: .5;
  }
  .wp-pagenavi a:hover {
    color: #fff;
    border-color: #e95513;
    background-color: #e95513;
    opacity: 1;
  }
}

.wp-pagenavi .extend {
  margin: 0 .12rem;
}

.wp-pagenavi .current {
  color: #fff;
  border-color: #e95513;
  background-color: #e95513;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    padding: .45rem 0 .3rem;
  }
  .wp-pagenavi a,
  .wp-pagenavi .current {
    width: .25rem;
    height: .25rem;
    margin: 0 .08rem .2rem;
    font-size: .17rem;
  }
  .wp-pagenavi .extend {
    margin: 0 .08rem .2rem;
  }
}

/* 詳細
--------------------------------------------------------------*/
/* コンテンツ ---------- */
.news_detail_cot {
  position: relative;
  z-index: 3;
}

.news_detail_cot_post {
  padding: 0 0 .8rem;
  background-color: #f2f3f5;
}

.news_detail_cot_post .wrap {
  width: calc(100% - 3.1rem);
  margin: 0 auto;
  padding: .9rem 1rem 1.15rem;
  background-color: #fff;
}

.news_detail_cot_post .wrap .head_page_title {
  padding: 0 0 .7rem;
  margin: 0 0 1rem;
  border-bottom: 0.15rem solid #e95513;
}

.news_detail_cot_post .wrap .data {
  margin: 0 0 .1rem;
  color: #e95513;
  font-size: .22rem;
  font-family: "Inter", sans-serif;
  letter-spacing: .1em;
}

.news_detail_cot_post .wrap .detail_tit {
  margin: 0 0 .25rem;
  font-size: .28rem;
  font-weight: 700;
  line-height: 1.5;
}

.news_detail_cot_post .wrap .cat {
  font-size: .14rem;
  color: #fff;
}

.news_detail_cot_post .wrap .cat span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .05rem .1rem .06rem;
  background-color: #e95513;
}

.news_detail_cot .detail_pager {
  padding: 1.05rem 0;
  background-color: #fff;
}

.news_detail_cot .detail_pager_wrap {
  position: relative;
}

.news_detail_cot .detail_pager_wrap .prev,
.news_detail_cot .detail_pager_wrap .next,
.news_detail_cot .detail_pager_wrap .list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .07rem .1rem .03rem;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: .18rem;
  letter-spacing: .05em;
  background-color: #262626;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .news_detail_cot .detail_pager_wrap .prev,
  .news_detail_cot .detail_pager_wrap .next,
  .news_detail_cot .detail_pager_wrap .list {
    -webkit-transition: background-color .6s;
    transition: background-color .6s;
  }
  .news_detail_cot .detail_pager_wrap .prev:hover,
  .news_detail_cot .detail_pager_wrap .next:hover,
  .news_detail_cot .detail_pager_wrap .list:hover {
    background-color: #e95513;
  }
}

.news_detail_cot .detail_pager_wrap .prev,
.news_detail_cot .detail_pager_wrap .next {
  position: absolute;
}

.news_detail_cot .detail_pager_wrap .prev {
  left: 0;
}

.news_detail_cot .detail_pager_wrap .next {
  right: 0;
}

@media screen and (max-width: 767px) {
  .news_detail_cot_post {
    padding: 0 0 .63rem;
  }
  .news_detail_cot_post .wrap {
    width: calc(100% - .4rem);
    padding: .45rem .17rem .55rem;
  }
  .news_detail_cot_post .wrap .head_page_title {
    padding: 0 0 .35rem;
    margin: 0 0 .5rem;
    border-bottom: 0.075rem solid #e95513;
  }
  .news_detail_cot_post .wrap .data {
    margin: 0 0 .1rem;
    font-size: .13rem;
  }
  .news_detail_cot_post .wrap .detail_tit {
    margin: 0 0 .12rem;
    font-size: .17rem;
    line-height: 1.65;
  }
  .news_detail_cot_post .wrap .cat {
    font-size: .12rem;
  }
  .news_detail_cot_post .wrap .cat span {
    padding: .03rem .05rem;
  }
  .news_detail_cot .detail_pager {
    padding: .77rem 0 .85rem;
  }
  .news_detail_cot .detail_pager_wrap li a {
    padding: .07rem .08rem .03rem;
    font-size: .16rem;
  }
}

.post_content {
  font-size: .14rem;
}

@media screen and (max-width: 767px) {
  .post_content {
    font-size: .085rem;
  }
}

.post_content h1 {
  font-size: 2em;
  font-weight: bold;
  margin: 0 0 1.2em;
}

.post_content h2 {
  font-size: 1.85em;
  font-weight: bold;
  margin: 0 0 1.11em;
}

.post_content h3 {
  font-size: 1.7em;
  font-weight: bold;
  margin: 0 0 1em;
}

.post_content h4 {
  font-size: 1.55em;
  font-weight: bold;
  margin: 0 0 .93em;
}

.post_content h5 {
  font-size: 1.4em;
  font-weight: bold;
  margin: 0 0 .84em;
}

.post_content h6 {
  font-size: 1.25em;
  margin: 0 0 .75em;
  font-weight: bold;
}

.post_content p {
  margin: 0 0 1em;
  line-height: 2.1;
}

.post_content img {
  max-width: 5rem;
  margin: 0 0 3.8em;
  height: auto;
}

.post_content img.alignleft {
  float: left;
  display: block;
  margin: 0 1em 1em 0;
}

.post_content img.alignright {
  float: right;
  display: block;
  margin: 0 0 1em 1em;
}

.post_content img.aligncenter {
  display: block;
  margin: 0 auto 1em;
}

.post_content a {
  text-decoration: underline;
}

.post_content em {
  font-style: italic;
}

.post_content blockquote {
  background: #f1f1f1;
  padding: 1em;
  margin: 1em auto;
}

.post_content blockquote p {
  margin-bottom: 0;
}

.post_content blockquote p ~ p {
  margin-top: 1em;
}

.post_content ul,
.post_content ol {
  margin: 1em 0 1em 1em;
}

.post_content ul li + li,
.post_content ol li + li {
  margin-top: .2rem;
}

.post_content ul li {
  list-style: outside disc;
}

.post_content ol li {
  list-style: outside decimal;
}

/* お問い合わせ
--------------------------------------------------------------*/
/* contents ----------- */
.contact_cot {
  padding: 0;
  background-color: #fff;
  position: relative;
  z-index: 3;
}

.contact_cot .mod_contact_info .item {
  width: 100%;
  margin: 0;
}

.contact_cot .mod_contact_info .item .stit::after {
  bottom: -.53rem;
}

.contact_cot .mod_contact_info .item1::after {
  content: none;
}

.contact_cot .mod_contact_info .item1 .tel a {
  font-size: .38rem;
}

.contact_cot .mod_contact_info .item2 .stit {
  margin: 0 0 .95rem;
}

.contact_cot .mod_contact_info .item2 .text_wrap {
  width: 7.1rem;
  margin: 0 auto;
  text-align: left;
}

.contact_cot .mod_contact_info .item2 .text_wrap .desc {
  line-height: 2;
  letter-spacing: .05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.contact_cot .mod_title3 .border {
  min-width: 3.65rem;
  padding: .1rem .1rem .05rem;
}

.contact_cot.form .mod_contact_info .item1 {
  padding: .85rem 0 .9rem;
}

.contact_cot.form .mod_contact_info .item2 {
  padding: 1rem 0 .9rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(3.1rem, #fff), color-stop(3.1rem, #f2f3f5), to(#f2f3f5));
  background: -webkit-linear-gradient(bottom, #fff 0%, #fff 3.1rem, #f2f3f5 3.1rem, #f2f3f5 100%);
  background: linear-gradient(0deg, #fff 0%, #fff 3.1rem, #f2f3f5 3.1rem, #f2f3f5 100%);
}

.contact_cot.confirm {
  padding: 1.3rem 0 1.4rem;
}

.contact_cot.thanks {
  padding: 1.3rem 0 1.65rem;
}

.contact_cot.thanks .btn a {
  margin: 1.5rem auto 0;
}

@media screen and (max-width: 767px) {
  .contact_cot .mod_contact_info .item .stit::after {
    bottom: -.36rem;
  }
  .contact_cot .mod_contact_info .item1 .stit {
    margin: 0 0 .5rem;
  }
  .contact_cot .mod_contact_info .item1 .tel a {
    font-size: .27rem;
  }
  .contact_cot .mod_contact_info .item2 .stit {
    margin: 0 0 .85rem;
  }
  .contact_cot .mod_contact_info .item2 .text_wrap {
    width: 100%;
  }
  .contact_cot .mod_title3 .border {
    min-width: 2.49rem;
    padding: .05rem .05rem .03rem;
  }
  .contact_cot.form .mod_contact_info .item1 {
    padding: .57rem 0 .8rem;
  }
  .contact_cot.form .mod_contact_info .item2 {
    padding: .64rem 0 .8rem;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(2.6rem, #fff), color-stop(2.6rem, #f2f3f5), to(#f2f3f5));
    background: -webkit-linear-gradient(bottom, #fff 0%, #fff 2.6rem, #f2f3f5 2.6rem, #f2f3f5 100%);
    background: linear-gradient(0deg, #fff 0%, #fff 2.6rem, #f2f3f5 2.6rem, #f2f3f5 100%);
  }
  .contact_cot.confirm {
    padding: .57rem 0 .93rem;
  }
  .contact_cot.thanks {
    padding: .57rem 0 1.02rem;
  }
  .contact_cot.thanks .btn a {
    margin: .75rem auto 0;
  }
}

/* form ----------- */
input,
textarea,
select {
  width: 100%;
  border: none;
  font-size: .15rem;
  letter-spacing: .05em;
  background: #fff;
  outline: none;
}

@media screen and (max-width: 767px) {
  input,
  textarea,
  select {
    font-size: .16rem;
  }
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #262626;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #262626;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #262626;
}

input::placeholder,
textarea::placeholder {
  color: #262626;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #262626;
}

input::-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #262626;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #262626;
}

input::-ms-input-placeholder,
textarea::placeholder {
  color: #262626;
}

input[type="number"] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="date"]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
}

input[type="date"]::-webkit-clear-button {
  appearance: none;
  -webkit-appearance: none;
}

input {
  min-height: .54rem;
  padding: 0 .2rem;
}

@media screen and (max-width: 767px) {
  input {
    min-height: .43rem;
    padding: 0 .15rem;
  }
}

textarea {
  height: 1.5rem;
  padding: .12rem .2rem;
  resize: vertical;
}

@media screen and (max-width: 767px) {
  textarea {
    height: 2.38rem;
    padding: .12rem .15rem;
  }
}

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

select,
.select {
  min-height: .54rem;
  padding: 0 .19rem 0 .08rem;
  font-size: .14rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/contact/selctor_deco@2x.png);
  background-repeat: no-repeat;
  background-size: .21rem auto;
  background-position: center right .1rem;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  select,
  .select {
    min-height: .43rem;
    font-size: .11rem;
    background-size: .16rem auto;
    background-position: center right .09rem;
  }
}

.form_data {
  width: 100%;
  margin: .45rem 0 0;
  padding: 0 .94rem;
}

.form_data .note {
  font-size: .13rem;
  letter-spacing: .05em;
  text-align: right;
}

.form_data .req {
  display: inline-block;
  color: #e95513;
}

.form_data dt,
.form_data dd {
  letter-spacing: .05em;
  text-align: left;
}

.form_data dt {
  width: 2.55rem;
  padding: .2rem 0 0;
  font-weight: 600;
}

.form_data dt .req {
  margin-left: .05em;
}

.form_data dd {
  width: calc(100% - 2.55rem);
  padding: 0 0 .3rem;
}

.form_data dd.add .add_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.form_data dd.add .add_item + .add_item {
  margin-top: .1rem;
}

.form_data dd.add .add_item .add_tit {
  width: .9rem;
}

.form_data dd.add .add_item.add1 input {
  width: 1.52rem;
}

.form_data dd.add .add_item.add2 select {
  width: 1.1rem;
}

.form_data dd.add .add_item.add3 input {
  width: calc(100% - .9rem);
}

@media screen and (max-width: 767px) {
  .form_data {
    margin: .22rem 0 0;
    padding: 0;
  }
  .form_data .note {
    font-size: .1rem;
  }
  .form_data dt {
    width: 100%;
    padding: .2rem 0 .1rem;
  }
  .form_data dd {
    width: 100%;
    padding: 0 0 .15rem;
  }
  .form_data dd.add .add_item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form_data dd.add .add_item + .add_item {
    margin-top: .08rem;
  }
  .form_data dd.add .add_item .add_tit {
    width: .63rem;
    padding: .15rem 0 0;
  }
  .form_data dd.add .add_item.add1 input {
    width: 1.22rem;
  }
  .form_data dd.add .add_item.add2 select {
    width: .9rem;
  }
  .form_data dd.add .add_item.add3 input {
    width: calc(100% - .63rem);
    min-height: .87rem;
  }
}

/* form_btn ----------- */
.form_btn input {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.2rem;
  height: .6rem;
  margin: 0 .22rem;
  min-height: 0;
  padding: 0;
  color: #fff;
  font-size: .18rem;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: .05em;
  border-radius: .07rem;
  background-color: #e95513;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .form_btn input {
    -webkit-transition: .6s;
    transition: .6s;
  }
  .form_btn input:hover {
    opacity: .5;
  }
}

@media screen and (max-width: 767px) {
  .form_btn input {
    width: 100%;
    height: .48rem;
    margin: 0 auto;
    font-size: .15rem;
  }
}

/* privacy ----------- */
.privacy-policy {
  margin: 1.35rem 0 .6rem;
  text-align: center;
}

.privacy-policy a {
  color: #e95513;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .privacy-policy a {
    -webkit-transition: .6s;
    transition: .6s;
  }
  .privacy-policy a:hover {
    opacity: .5;
  }
}

@media screen and (max-width: 767px) {
  .privacy-policy {
    margin: 1.9rem 0 .3rem;
  }
  .privacy-policy a {
    line-height: 1.9;
  }
}

/* エラー　デフォルト ----------- */
.mw_wp_form .error {
  margin-top: .1rem;
  color: #e95513 !important;
}

/* input ----------- */
/* confirm ----------- */
.mw_wp_form_confirm .item2 .text_wrap,
.mod_contact.confirm .item2 .text_wrap {
  width: 100%;
  padding: 0 .94rem;
}

.mw_wp_form_confirm .form_data .note,
.mod_contact.confirm .form_data .note {
  display: none;
}

.mw_wp_form_confirm .form_data dt,
.mw_wp_form_confirm .form_data dd,
.mod_contact.confirm .form_data dt,
.mod_contact.confirm .form_data dd {
  line-height: 1.75;
}

.mw_wp_form_confirm .form_data dt,
.mod_contact.confirm .form_data dt {
  padding: 0;
  font-weight: 500;
}

.mw_wp_form_confirm .form_data dt .req,
.mod_contact.confirm .form_data dt .req {
  display: none;
}

.mw_wp_form_confirm .form_data dd,
.mod_contact.confirm .form_data dd {
  min-height: .54rem;
}

.mw_wp_form_confirm .form_data dd.add .add_item,
.mod_contact.confirm .form_data dd.add .add_item {
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}

.mw_wp_form_confirm .form_data dd.add .add_item .add_tit + span,
.mod_contact.confirm .form_data dd.add .add_item .add_tit + span {
  width: calc(100% - .9rem);
}

.mw_wp_form_confirm .privacy-policy,
.mod_contact.confirm .privacy-policy {
  display: none;
}

.mw_wp_form_confirm .form_btn,
.mod_contact.confirm .form_btn {
  margin: 1.8rem 0 0;
}

.mw_wp_form_confirm .form_btn input:first-child,
.mod_contact.confirm .form_btn input:first-child {
  background-color: #686a6e;
}

@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .item2 .text_wrap,
  .mod_contact.confirm .item2 .text_wrap {
    padding: 0;
  }
  .mw_wp_form_confirm .form_data,
  .mod_contact.confirm .form_data {
    margin: .75rem 0 0;
  }
  .mw_wp_form_confirm .form_data dt,
  .mod_contact.confirm .form_data dt {
    padding: 0 0 .05rem;
  }
  .mw_wp_form_confirm .form_data dd,
  .mod_contact.confirm .form_data dd {
    min-height: auto;
  }
  .mw_wp_form_confirm .form_data dd.add .add_item,
  .mod_contact.confirm .form_data dd.add .add_item {
    margin: .08rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mw_wp_form_confirm .form_data dd.add .add_item .add_tit,
  .mod_contact.confirm .form_data dd.add .add_item .add_tit {
    width: 100%;
    padding: 0;
  }
  .mw_wp_form_confirm .form_data dd.add .add_item .add_tit + span,
  .mod_contact.confirm .form_data dd.add .add_item .add_tit + span {
    width: 100%;
  }
  .mw_wp_form_confirm .form_btn,
  .mod_contact.confirm .form_btn {
    margin: .35rem 0 0;
  }
  .mw_wp_form_confirm .form_btn input:first-child,
  .mod_contact.confirm .form_btn input:first-child {
    margin: 0 0 .38rem;
  }
}

/* thanks ----------- */
.mw_wp_form_complete .item.item2 .btn a,
.mod_contact.thanks .item.item2 .btn a {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

@media screen and (max-width: 767px) {
  .mw_wp_form_complete .item.item2 .btn a,
  .mod_contact.thanks .item.item2 .btn a {
    height: .48rem;
    font-size: .15rem;
  }
}

/* PRIVACY POLICY
--------------------------------------------------------------*/
.mod_contact_info .item .stit {
  margin: 0 0 .6rem;
  font-family: "Josefin Sans", sans-serif;
}

.mod_contact_info .item .stit .border {
  padding: 0.13rem 0.35rem .05rem;
}

.mod_contact_info .privacy_cot_wrap li {
  line-height: 2;
  letter-spacing: .05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.mod_contact_info .privacy_cot_wrap .mod_num > li + li,
.mod_contact_info .privacy_cot_wrap .mod_num2 > li + li {
  margin-top: .35rem;
}

@media screen and (min-width: 768px) {
  .mod_contact_info .tel {
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .mod_contact_info .item .stit {
    margin: 0 0 .4rem;
  }
  .mod_contact_info .item .stit .border {
    padding: 0.1rem 0.15rem .05rem;
  }
  .mod_contact_info .privacy_cot_wrap li {
    font-size: .11rem;
  }
  .mod_contact_info .privacy_cot_wrap .mod_num > li + li,
  .mod_contact_info .privacy_cot_wrap .mod_num2 > li + li {
    margin-top: .19rem;
  }
}

#privacy {
  display: none;
}

.modaal-wrapper {
  background: #fff;
}

.modaal-container {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modaal-close {
  width: .54rem;
  height: .84rem;
  background: center/100% auto no-repeat url(../img/contact/close@2x.png) !important;
  top: .45rem;
  right: 0;
  border-radius: 0;
}

.modaal-close::before, .modaal-close::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .modaal-close {
    width: .27rem;
    height: .42rem;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .modaal-content-container {
    padding: 0;
  }
}
/*# sourceMappingURL=style.css.map */