@charset "UTF-8";
/*-----------------------------*/
/*森田石材 CSS*/
/*-----------------------------*/
@import "https://necolas.github.io/normalize.css/7.0.0/normalize.css";
@import "https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese";
@import "https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap";
@import "https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  word-wrap: anywhere; }

html {
  height: 100%;
  font-size: 10px; }

body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  color: #333;
  line-height: 2rem;
  background-color: #fff; }

div,
ul,
li {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  line-height: 1em; }

li {
  list-style: none; }

a {
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  a:hover {
    opacity: 0.6; }

i {
  font-style: normal; }

img {
  max-width: 100%;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc; }

p {
  line-height: 2.4rem; }

#env {
  position: fixed;
  z-index: 999999;
  width: 100px;
  padding: 0.3rem;
  background: red;
  left: 0;
  top: 0px;
  color: #fff;
  text-align: center;
  font-size: 1rem; }
  #env:hover {
    opacity: 0; }
  #env.local {
    background: purple; }

.sp {
  display: none; }

.inner {
  position: relative;
  width: 970px;
  margin: auto; }

.mt_0 {
  margin-top: 0px !important; }

.mt_5 {
  margin-top: 5px !important; }

.mt_10 {
  margin-top: 10px !important; }

.mt_15 {
  margin-top: 15px !important; }

.mt_20 {
  margin-top: 20px !important; }

.mt_25 {
  margin-top: 25px !important; }

.mt_30 {
  margin-top: 30px !important; }

.mt_35 {
  margin-top: 35px !important; }

.mt_40 {
  margin-top: 40px !important; }

.mt_45 {
  margin-top: 45px !important; }

.mt_50 {
  margin-top: 50px !important; }

.mb_0 {
  margin-bottom: 0px !important; }

.mb_5 {
  margin-bottom: 5px !important; }

.mb_10 {
  margin-bottom: 10px !important; }

.mb_15 {
  margin-bottom: 15px !important; }

.mb_20 {
  margin-bottom: 20px !important; }

.mb_25 {
  margin-bottom: 25px !important; }

.mb_30 {
  margin-bottom: 30px !important; }

.mb_35 {
  margin-bottom: 35px !important; }

.mb_40 {
  margin-bottom: 40px !important; }

.mb_45 {
  margin-bottom: 45px !important; }

.mb_50 {
  margin-bottom: 50px !important; }

.text_l {
  text-align: left; }

.text_r {
  text-align: right; }

.text_c {
  text-align: center; }

.fl_l {
  float: left; }

.fl_r {
  float: right; }

.img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .img_box img {
    max-height: 100%;
    max-width: 100%; }

.intro {
  margin-bottom: 50px !important; }

.btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px; }

.text_link {
  text-decoration: underline; }

.btn {
  padding: 20px;
  min-width: 200px;
  border: none;
  border-radius: 6px;
  background: #0b8700;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
  cursor: pointer; }
  .btn:hover {
    opacity: 0.8; }
  .btn_login {
    padding: 20px 20px 20px 40px;
    font-size: 2rem !important;
    background: #0b8700 url(../images/common/arrow_right_white.svg) no-repeat center left 20px/14px auto; }
  .btn_text {
    padding-left: 12px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #2a5ab9;
    background: url(../images/common/arrow_right_blue.svg) no-repeat center left/10px auto; }
    .btn_text:hover {
      opacity: 0.8; }
  .btn_link {
    padding-left: 15px;
    background: url(../images/icon_arrow_right_green.svg) no-repeat center left/auto 70%; }

.news_list {
  margin: auto; }
  .news_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccd5dc; }
    .news_list li:last-of-type {
      margin-bottom: 0px;
      padding-bottom: 0px;
      border-bottom: none; }
    .news_list li p {
      margin: 0; }
    .news_list li .date {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-right: 20px;
      font-weight: bold; }
    .news_list li .txt {
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto; }

.img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .img_list li {
    width: 48%;
    margin-bottom: 5%; }
    .img_list li img {
      width: 100%; }
    .img_list li.full {
      width: 100%; }
  .img_list .name {
    margin-top: 5px;
    text-align: center;
    font-weight: bold; }

.tn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3%;
  margin-bottom: -3%; }
  .tn_list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.75%;
            flex: 0 0 22.75%;
    margin-bottom: 3%; }
    .tn_list li img {
      width: 100%; }
  .tn_list .tn {
    width: 100%;
    aspect-ratio: 1 / 1; }
    .tn_list .tn img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
  .tn_list .name {
    margin-top: 5px;
    text-align: center;
    font-weight: bold; }

.service_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px; }
  .service_list li:last-of-type {
    margin-bottom: 0; }
.service_list .tn {
  width: 22.75%; }
  .service_list .tn img {
    width: 100%; }
.service_list .txt {
  width: 75%; }
.service_list .name {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #0b8700; }

.flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .flow_list dt, .flow_list dd {
    padding: 0;
    margin: 0 0 50px 0; }
  .flow_list dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 15%;
    aspect-ratio: 1 / 1;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    background: #e186b5; }
    .flow_list dt.g {
      background: #999; }
  .flow_list dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80%;
    margin-left: 5%; }

.profile_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0; }
  .profile_list dt, .profile_list dd {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc; }
  .profile_list dt {
    width: 30%; }
  .profile_list dd {
    width: 70%; }

.coupon_box {
  padding: 30px;
  border: 1px solid #ccc;
  border-radius: 20px;
  text-align: center; }
  .coupon_box .ttl {
    margin-bottom: 20px; }
  .coupon_box .campaign {
    color: #da0000;
    font-weight: bold;
    font-size: 2rem; }
  .coupon_box .notice {
    font-weight: bold; }
  .coupon_box .expiration {
    padding: 10px;
    background: #eaeaea;
    border-radius: 8px;
    font-weight: bold; }
    .coupon_box .expiration small {
      font-weight: normal; }
  .coupon_box .profile {
    margin: 20px 0 0 0; }

.inquiry_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .inquiry_list dt, .inquiry_list dd {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px dotted #ccc; }
  .inquiry_list dt {
    width: 20%; }
  .inquiry_list dd {
    width: 80%; }
  .inquiry_list textarea,
  .inquiry_list input {
    width: 100% !important;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc; }
  .inquiry_list .req {
    display: inline-block;
    margin-left: 5px;
    padding: 5px;
    border-radius: 6px;
    background: #c00;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: bold; }

.emp {
  font-weight: bold;
  color: red; }

.img_txt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .img_txt_wrap .img {
    width: 40%; }
    .img_txt_wrap .img img {
      width: 100%; }
  .img_txt_wrap .txt {
    width: 57%; }

.pager {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .pager span,
  .pager a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 45px;
    padding: 0 15px;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    overflow: hidden;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc; }
    .pager span::before,
    .pager a::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 50%;
      left: 0;
      display: block;
      width: 100%;
      height: 50%;
      background: #cbcbcb;
      opacity: 0.2; }
    .pager span:hover::before,
    .pager a:hover::before {
      top: 0; }
  .pager .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .pager .pagination li:first-of-type * {
      padding-left: 20px;
      border-top-left-radius: 100px;
      border-bottom-left-radius: 100px;
      border-left: 1px solid #ccc; }
      .pager .pagination li:first-of-type *::before {
        border-radius: 6px 0 0 0; }
      .pager .pagination li:first-of-type *:hover::before {
        border-radius: 0 0 0 6px; }
      .pager .pagination li:first-of-type *.current::after {
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px; }
    .pager .pagination li:last-of-type * {
      padding-right: 20px;
      border-top-right-radius: 100px;
      border-bottom-right-radius: 100px;
      border-right: 1px solid #ccc; }
      .pager .pagination li:last-of-type *::before {
        border-radius: 0 6px 0 0; }
      .pager .pagination li:last-of-type *:hover::before {
        border-radius: 0 0 6px 0; }
      .pager .pagination li:last-of-type *.current::after {
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px; }
  .pager .dots {
    padding: 0 10px;
    color: #999; }
  .pager .current {
    color: #fff;
    background: #898c8e; }
    .pager .current::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      height: 100%;
      border: 2px solid #fff; }
  .pager .dots:hover::before,
  .pager .current:hover::before {
    top: 50%; }
  .pager .prev,
  .pager .next {
    width: 45px;
    height: 45px;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 100px; }
    .pager .prev::before,
    .pager .next::before {
      border-radius: 6px; }
  .pager .prev {
    margin-right: 20px;
    background: url(../images/common/arrow_left_red.svg) no-repeat center/30% auto; }
  .pager .next {
    margin-left: 20px;
    background: url(../images/common/arrow_right_red.svg) no-repeat center/30% auto; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }

header {
  border-top: 4px solid #0b8700; }
  header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 970px;
    margin: auto;
    padding: 0; }
  header .logo {
    display: block;
    width: 185px;
    aspect-ratio: 37 / 8; }
    header .logo img {
      width: 100%; }
  header .cp {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin: 0 0 0 20px;
    font-size: 2rem;
    font-weight: bold; }
  header .tel {
    margin: 0 20px 0 0;
    font-size: 2.6rem;
    font-weight: bold;
    color: #0060b3; }
  header .btn_contact {
    display: block;
    width: 80px;
    height: auto;
    aspect-ratio: 1 / 1;
    background: #ff7000 url(../images/icon_mail_w.svg) no-repeat center/50% auto; }

.gnavi {
  height: 70px;
  background: #0b8700; }
  .gnavi .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    width: 100%;
    max-width: 970px;
    margin: auto; }
  .gnavi a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #fff; }
  .gnavi .tel {
    display: none; }
  .gnavi .btn_contact {
    display: none; }

footer {
  margin-top: 100px;
  background: #eaeaea; }
  footer .footer_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 970px;
    margin: 20px auto; }
    footer .footer_navi ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    footer .footer_navi li {
      margin: 0 20px 0 0; }
      footer .footer_navi li:last-of-type {
        margin-bottom: 0; }
    footer .footer_navi a {
      padding-left: 16px;
      font-size: 1.4rem;
      line-height: 1.4rem;
      background: url(../images/icon_arrow_right_green.svg) no-repeat center left/auto 70%; }
  footer p {
    text-align: center; }
  footer .cp {
    font-size: 1.3rem;
    font-weight: bold; }
  footer .address {
    font-size: 1.4rem; }
  footer .copyright {
    margin: 10px 0;
    font-size: 1rem;
    text-align: center; }

main {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto; }

article > .content {
  width: 970px;
  margin: auto; }

.sec {
  margin-bottom: 70px; }
  .sec:last-of-type {
    margin-bottom: 0; }

.sec_sub {
  margin: 40px 0; }
  .sec_sub:last-of-type {
    margin-bottom: 0; }

.ttl_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0;
  margin-bottom: 40px;
  line-height: 4rem;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  background: #eaeaea; }
  .ttl_main span {
    display: inline-block;
    max-width: 970px; }
  .ttl_main .date {
    margin-top: 15px;
    font-size: 1.8rem;
    font-weight: bold; }

.ttl_sec {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc; }
  .ttl_sec span {
    display: block;
    padding: 10px;
    border-left: 5px solid #0b8700; }

.ttl_sub {
  position: relative;
  margin-bottom: 20px;
  padding-left: 25px;
  font-size: 2rem; }
  .ttl_sub::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    display: block;
    width: 20px;
    height: 4px;
    background: #0b8700; }

.breadcrumbs {
  background: #eff2f4; }
  .breadcrumbs .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 10px 0; }
  .breadcrumbs a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: inline-block; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs span {
    display: inline-block;
    margin: 0 10px; }

#pagetop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px; }
  #pagetop .pagetop {
    width: 50px;
    height: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    #pagetop .pagetop:hover {
      -webkit-transition: 0.5s;
      transition: 0.5s;
      opacity: 0.8; }

ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0; }
  ul.page-numbers > li {
    margin: 0 2px; }
    ul.page-numbers > li > a,
    ul.page-numbers > li > span {
      display: block;
      padding: 10px 15px;
      width: 100%;
      height: 100%;
      border: 1px solid #ccc;
      border-radius: 4px; }
  ul.page-numbers .current {
    background: #0b8700;
    color: #fff; }

body.home .mv {
  padding: 30px;
  margin-bottom: 50px;
  text-align: center;
  background: #f3f0e7; }
  body.home .mv img {
    mix-blend-mode: multiply; }
body.home .slide_wrap {
  background: #f3f0e7; }
body.home .slide {
  width: 970px;
  margin: 0 auto 50px;
  overflow: hidden; }
  body.home .slide li {
    aspect-ratio: 7 / 3;
    width: 100%; }
    body.home .slide li img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
body.home .sec > .ttl {
  margin-bottom: 20px;
  font-size: 2.4rem;
  line-height: 3rem;
  color: #0060b3;
  text-align: center; }
body.home .bnr_wrap {
  margin: 70px 0 0 0; }
  body.home .bnr_wrap li {
    margin-bottom: 40px;
    text-align: center; }
    body.home .bnr_wrap li:last-of-type {
      margin-bottom: 0; }
    body.home .bnr_wrap li img {
      max-width: 100%; }
    body.home .bnr_wrap li p {
      margin: 10px 0 0 0; }
body.company .profile .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
body.company .profile .txt {
  width: 50%; }
  body.company .profile .txt .profile_list + p {
    margin: 10px 0 0 0; }
body.company .profile .img {
  width: 40%; }
  body.company .profile .img img {
    width: 100%; }
body.coupon .coupon_box {
  margin-bottom: 30px; }
body.coupon .btn_wrap {
  padding: 0;
  margin: 0 0 30px 0; }
body.coupon .profile_list {
  margin-bottom: 30px; }
@media print {
  body.coupon header,
  body.coupon footer,
  body.coupon .ttl_main,
  body.coupon .btn_wrap {
    display: none; } }
body.news_detail .content {
  font-size: 1.8rem;
  line-height: 3rem; }
body.contact .btn_wrap .btn {
  margin: 0 10px; }
body.NotFound404 p {
  text-align: center; }

/*----------------------------*/
/*SP用 CSS*/
/*----------------------------*/
@media only screen and (max-width: 680px) {
  html {
    margin-top: 0 !important;
    font-size: 8px; }

  #wpadminbar {
    display: none !important; }

  .pc {
    display: none !important; }

  .sp {
    display: block !important; }

  .inner {
    width: 100%; }

  .env {
    display: none; }

  #pagetop {
    right: 10px;
    bottom: 10px; }

  .inner {
    width: 100%; }

  .btn_wrap {
    padding: 20px; }

  .intro {
    margin-bottom: 30px !important; }

  .tn_list {
    gap: 4%; }
    .tn_list li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 48%;
              flex: 0 0 48%; }

  .service_list .tn {
    width: 30%; }
  .service_list .txt {
    width: 65%; }
  .service_list .name {
    margin-bottom: 15px; }

  .news_list .date {
    display: block;
    margin: 0 0 5px 0; }
  .news_list .txt {
    display: block; }

  .flow_list dt, .flow_list dd {
    padding: 0;
    width: 100%; }
  .flow_list dt {
    padding: 15px 0;
    margin-bottom: 15px;
    aspect-ratio: unset;
    border-radius: 10px; }
  .flow_list dd {
    padding: 0;
    margin: 0 0 20px 0; }

  .inquiry_list dt {
    width: 30%; }
  .inquiry_list dd {
    width: 70%; }

  .img_txt_wrap .img {
    width: 100%;
    margin-bottom: 5px; }
  .img_txt_wrap .txt {
    width: 100%; }

  .coupon_box {
    padding: 15px; }

  header .inner {
    width: 100%;
    padding: 10px; }
  header .logo {
    width: 100px; }
  header .cp {
    font-size: 2.5vw; }
  header .tel {
    display: none; }
  header .btn_contact {
    display: none; }

  footer {
    margin-top: 50px;
    padding: 15px; }
    footer .footer_navi {
      margin: 10px auto 20px; }
      footer .footer_navi li {
        margin: 0 20px 10px 0; }
        footer .footer_navi li:last-of-type {
          margin-bottom: 0; }

  article > .content {
    width: 90%;
    margin: auto; }
    article > .content > section {
      margin-bottom: 20px; }

  #menu_bg {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 120%;
    height: 120%;
    background: rgba(0, 0, 0, 0.8); }

  .btn_menu {
    position: fixed;
    z-index: 200;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 13px;
    background: #0b8700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer; }
    .btn_menu span {
      display: block;
      width: 25px;
      height: 3px;
      margin: 2px auto;
      border-radius: 10px;
      background-color: #fff;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    .btn_menu.open {
      background-color: #fff; }
      .btn_menu.open span {
        background: #ff7000; }
      .btn_menu.open .top {
        -webkit-transform: rotate(-45deg) translateY(5px) translateX(-5px);
                transform: rotate(-45deg) translateY(5px) translateX(-5px); }
      .btn_menu.open .middle {
        opacity: 0; }
      .btn_menu.open .bottom {
        -webkit-transform: rotate(45deg) translateY(-5px) translateX(-5px);
                transform: rotate(45deg) translateY(-5px) translateX(-5px); }
    .btn_menu p {
      position: absolute;
      bottom: -10px;
      width: 100%;
      font-size: 0.8rem;
      color: #0b8700; }

  .gnavi {
    display: none;
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    padding: 20px 0 0 0;
    background: #fff; }
    .gnavi ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 90%;
      margin: 0; }
    .gnavi li {
      -webkit-box-flex: 100%;
          -ms-flex: 100%;
              flex: 100%;
      margin: 0;
      padding: 10px 0px; }
      .gnavi li a {
        display: block;
        width: 100%;
        height: 100%;
        color: #0b8700; }
    .gnavi .tel {
      display: block;
      margin: 15px 0;
      text-align: center;
      font-size: 1.8rem; }
    .gnavi .btn_contact {
      display: block;
      width: 100%;
      padding: 30px 0;
      aspect-ratio: unset;
      background: #ff7000 url(../images/icon_mail_w.svg) no-repeat center/auto 50%; }

  .ttl_main {
    padding: 30px 15px; }

  .table_wrap {
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch; }
    .table_wrap:hover .scroll {
      display: none; }
    .table_wrap .scroll {
      position: absolute;
      top: 3px;
      left: 20px;
      width: 16px;
      height: 16px;
      background: #fff url(../images/common/icon_arrow_left_orange.svg) no-repeat center center/cover;
      border-radius: 20px;
      -webkit-animation: scroll_arrow 2s infinite;
      animation: scroll_arrow 2s infinite; }
    .table_wrap table {
      width: auto;
      min-width: 100%; }
    .table_wrap th,
    .table_wrap td {
      width: auto;
      word-break: keep-all;
      white-space: nowrap; }

  @-webkit-keyframes scroll_arrow {
    from {
      left: 20px;
      opacity: 1; }
    to {
      left: 0px;
      opacity: 0; } }
  @keyframes scroll_arrow {
    from {
      left: 20px;
      opacity: 1; }
    to {
      left: 0px;
      opacity: 0; } }
  body.home .slide {
    width: 100%;
    margin: 0 auto 30px; }
  body.company .profile .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
  body.company .profile .txt {
    width: 100%;
    margin-bottom: 15px; }
  body.company .profile .img {
    width: 100%; } }

/*# sourceMappingURL=style.css.map */