@charset "UTF-8";
/*
    /* Template: progress
    Theme Name: progress_CHILD
    Theme URI: 
    Description: プログレス子テーマ
    Version: 
    Author: 
    Author URI: 

    License: 
    License URI: 

    
------ヘッダー */

body {
   
    font-family:  "Zen Maru Gothic", sans-serif;
font-weight: 500;
   
}
/* グローバルナビ：全体設定 */


/* ヘッダー背景 */
.l-header {
  background-color: #e9f9ec;
}
header#header {
    background: #dcfae7;
}
/* ナビ全体 */
.l-header__gnav {
  font-weight: 600;
  letter-spacing: 0.05em;
}
.l-header__gnav {

  border-radius: 999px;
  padding: 30px 14px;
}


/* /* メニュー */


.c-gnav {
  display: flex;
  align-items: center;
background: #129948;
    border-radius: 999px;
        padding: 10px;
}

.c-gnav > li {
  margin-right: 6px;
}

.c-gnav > li:last-child {
  margin-right: 0;
}

.c-gnav > li > a {
  position: relative;
  padding: 12px 18px;
  color: #333;
  transition: color 0.3s ease;
}




.c-gnav > li > a:hover {
  color: #6dbb7a;
}

.c-gnav > li > a:hover::after {
  width: 60%;
}


/* お問い合わせボタン*/

.c-gnav .menu-contact > a {
  background-color: #fff;
  color: #129948;
  border-radius: 999px;
  padding: 10px 22px;
}

@media (min-width: 600px) {
    .p-mainVisual.-margin-on {
         padding: clamp(24px, 4vw, 48px);
        max-width: 1200px;
        margin: 0 auto;
        border-radius: 24px;
    }
}
/* =========================
  メインキャッチ装飾
========================= */
/* ふわっと上下するアニメーション */
@keyframes floatY {
  0% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-16px) scale(1.02);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

.main-text .swell-block-fullWide__inner {
  position: relative;
}

.main-text .swell-block-fullWide__inner::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100px;
  height: 100px;
  background: url("/img/icon01.png") no-repeat center / contain;
 animation: floatY 6.5s ease-in-out infinite;
}


/* 右側：雲 */
.main-text .swell-block-fullWide__inner::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -100px;
  width: 300px;
  height: 160px;
  background: url("/img/icon02.png") no-repeat center / contain;
  opacity: 0.9;
  pointer-events: none;
  animation: floatY 5s ease-in-out infinite;
animation-delay: 1.2s;
}
@media (max-width: 767px) {
  .main-text .swell-block-fullWide__inner::before,
  .main-text .swell-block-fullWide__inner::after {
    animation: none;
  }
  .main-text .swell-block-fullWide__inner::before {
top: -70px;
    left: 0;
    width: 50px;
    height: 100px;
}
.main-text .swell-block-fullWide__inner::after {
 
    top: -90px;
    right: -100px;
    width: 240px;
    height: 90px;
}
}



/* 私たちの取り組み */




.efforts{
  position: relative;
  overflow: hidden;
  padding: 80px 16px; 
}

/* 雲 */
.efforts-cloud{
  position: absolute;
  top: 110px;
  left: 170px;
  width: 180px;
  z-index: 3;
  animation: floatY 6s ease-in-out infinite;
  will-change: transform;
}

.efforts-cloud img{
  width: 100%;
  display: block;
}

/* 楕円背景 + レイアウト本体 */
.efforts-inner{
  position: relative;
  max-width: 980px;
  margin: 0 auto;

  display: flex;
  align-items: center;  
  gap: 30px;

  padding: 100px 150px;
  background: url("/img/efforts-bg.png") center / contain no-repeat;
  background-position: 48% center; 
}

/* 左カラム（見出し） */
.efforts-left{
  width: 240px;
  color: #fff;
  text-align: center;
  flex: 0 0 240px;
   margin-left: 34px; 
}

/* 見出し */
h2.efforts-title{
  margin: 0;
  font-size: 2em;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.09em;
}

/* 右カラム */
.efforts-right{
  flex: 1;
}


.efforts-list{
  list-style: none;
  padding: 0;
  margin: 0 0 24px;

  display: grid;
  gap: 16px;
}

.efforts-list .pill{
  position: relative;
  padding-left: 32px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}


.efforts-list .pill::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: url("/img/pill.png") center / contain no-repeat;
}

/* ボタン */
.efforts-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  background: #f5a623;
  color: #fff;
  font-weight: 800;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 6px 0 rgba(0,0,0,.15);
  margin-left: 24px;
}
a.efforts-btn:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1), 0 12px 24px -12px rgba(0, 0, 0, .2);
    opacity: 1;
}


.efforts-people{
position: absolute;
    left: calc(50% - 490px + 100px);
    bottom: 58px;
    width: 240px;
    z-index: 2;
}
.efforts-people img{
  width: 100%;
  display: block;
}
/* 
 SP */
@media (max-width: 768px){

  .efforts{
    padding: 56px 0px 80px;
  }

  .efforts-cloud{
    top: 28px;
    left: 220px;
    width: 110px;
  }

  .efforts-inner{
    flex-direction: column;
    align-items: center;
    gap: 18px;

    max-width: 520px;
    padding: 56px 22px 110px; 

    background: url("/img/efforts-bg-sp.png") center / contain no-repeat;
    background-position: center;
  }


  .efforts-left{
    width: auto;
    flex: none;
    margin-left: 0;
    text-align: center;
  }

  h2.efforts-title{
    font-size: 1.8em;
    line-height: 1.15;
  }

  .efforts-right{
    width: 100%;
    max-width: 420px;
  }

  .efforts-list{
    /* margin: 10px  18px;
    gap: 14px; */
    margin: 10px auto; 
    max-width: 320px;
  }

  .efforts-list .pill{
    font-size: 14px;
    padding-left: 30px;
  }

  .efforts-list .pill::before{
    width: 14px;
    height: 14px;
    top: 0.6em;
  }


  .efforts-btn{
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;   
  }


  .efforts-people{
    left: 14px;
    bottom: -8px;       
    width: 180px;
  }
}


@media (max-width: 420px){
  .efforts-inner{
          padding: 52px 12px 105px;
  }

  h2.efforts-title{
    font-size: 1.5em;
  }

  .efforts-people{
    width: 165px;
    bottom: 34px;
  }
}
/* 
  NEWS */

.news{
  position: relative;
  padding: 56px 0;
}


.news .news-inner{
  position: relative;
  background:#fff;
   width: calc(50vw + 420px);
  margin-left: auto;
  border-radius: 22px 0 0 22px;
  border: 2px solid rgba(0,0,0,.08);
 box-shadow: 0 10px 22px rgba(0,0,0,.06);
  overflow: hidden;
}



.news .news-inner > .swell-block-columns__inner{
  max-width: 980px;
  margin: 0 auto;
  padding: 56px;
}
h2.news-title {
    margin: 0;
    font-size: 2em;
    font-weight: 800;
    line-height: 1.2;
    color: #129948;
    letter-spacing: 0.09em;
}
.news .icon_03{
  position: absolute;
    top: -88px;
    right: 42px;
    width: 80px;
    z-index: 5;
    pointer-events: none;
     animation: floatY 6.5s ease-in-out infinite;
}

@media (min-width: 960px){
  .news .news-inner .swell-block-column:first-child{
    flex: 0 0 210px;
    max-width: 210px;
  }
  .news .news-inner .swell-block-column:last-child{
    padding-left: 26px;
  }
  .news .swell-block-column:last-child{
          width: 70%;
}
.news .icon_03 {

    top: -48px;
    right: 42px;
    width: 56px;
}

}


@media (max-width: 959px){
  .news .news-inner{
    width: auto;
    margin: 0 16px;
    border-radius: 18px;
  }
  .news .news-inner > .swell-block-columns__inner{
    padding: 28px 20px;
  }
}



/*
   健康まめ知識 */
h2.post-title {
    margin: 0;
    font-size: 2em;
    font-weight: 800;
    line-height: 1.2;
    color: #ff9614;
    letter-spacing: 0.09em;
    text-align: center;
}
.post-mame{
  position: relative;
  overflow: visible;
   margin-top: 24px!important;
   
}
.post-mame .p-postList {
 
}

.post-mame .swell-block-fullWide__inner{
  position: relative;
  max-width: 980px;
  margin: 0 auto; /* ← 中央寄せ */
  padding: clamp(32px, 4vw, 48px);
  z-index: 1;
}


.post-mame .swell-block-fullWide__inner::before{
  content:"";
  position:absolute;
  top: 0;
  bottom: 0;

  right: 0;                  /* 右を画面端に固定 */
  width: calc(50vw + 490px); /* 画面の半分 + (980/2) ＝ 左端を「コンテンツ左端」に合わせる */

  background:#fff;
  box-shadow: 0 10px 22px rgba(0,0,0,.06);

  /* 右は画面端に接するので角丸なし、左だけ丸く */
  border-radius: 0px 22px  22px 0px;

  z-index:-1;
}
.post-mame {
  position: relative;
    z-index: 2;         
}

/* アイコン */
.post-mame .icon_04 {
position: absolute;
    bottom: -84px;
    left: 10%;
    transform: translateX(-50%);
    z-index: 2;
    animation: floatY 4s ease-in-out infinite;
}

.post-mame .icon_04 img {
  width: 56px;            /* サイズ調整 */
  height: auto;
}


@media (max-width: 768px){
  .post-mame .swell-block-fullWide__inner::before{
    left: 16px;
    right: 16px;
    width: auto;
    border-radius: 18px;
  }
}


/* -------店舗案内 */
h2.access-title {
    margin: 0;
    font-size: 2em;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    letter-spacing: 0.09em;
    text-align: center;
}
.shop-access{
  position: relative;
  z-index: 1;
  margin-top: -240px!important;         /* ↑の padding-bottom と同じ値にする */
  padding-top: 240px!important;         /* 引き上げで詰まった分を戻す */
}
/* -----会社概要 */


.history{
  padding:56px 24px 64px;

}




.history__list{
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.history__row{
  display: grid;
  grid-template-columns: 140px 44px 1fr;
  align-items: start;
}

.history__year{
  color:#129948;
    font-weight: bold;
    font-size: 1.5em;
  line-height: 1;
  letter-spacing: .03em;
}

.history__line{
  position: relative;
  height: 100%;
  min-height: 36px;
}

.history__line::before{
  content:"";
  position:absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
  background:#129948;
  opacity:.85;
}

.history__items{
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 2px;
}

.history__item{
  display: grid;
  grid-template-columns: 56px 1fr;
  column-gap: 18px;
  align-items: baseline;
}

.history__month{
  font-size: 16px;
  letter-spacing: .02em;
}

.history__text{

  letter-spacing: .02em;
}

@media (max-width: 768px){
  .history {
    padding: 56px 14px 64px;
}

  .history__row{
    grid-template-columns: 60px 28px 1fr;
  }

  .history__year{ font-size: 1.3em; }
  .history__item{ grid-template-columns: 32px 1fr; }
  .history__text{ font-size: 1em; }
}



/* ----採用情報 */


/* 全体 */
.simple-tabs{
  margin: 2em 0;
}

/* ボタン */
.tab-buttons{
  display: flex;
  gap: 10px;
  margin-bottom: 1em;
}

.tab-btn{
  padding: 10px 16px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  cursor: pointer;
  transition: .2s;
  width: 50%;
}

.tab-btn:hover{
  opacity: 0.7;
}

/* アクティブ */
.tab-btn.is-active{
  background: #129948;
  color: #fff;
  border-color: #129948;
}

/* コンテンツ */
.tab-content{
  display: none;

}

.tab-content.is-active{
  display: block;
}
/* タブ内のテーブル見た目を復活（ヘッダー緑） */
.simple-tabs .wp-block-table.is-style-regular table{
  width: 100%;
  border-collapse: collapse;
}

.simple-tabs .wp-block-table.is-style-regular th{
  background: #129948;
  color: #fff;
  font-weight: 700;
 
}

.simple-tabs .wp-block-table.is-style-regular th,
.simple-tabs .wp-block-table.is-style-regular td{
  border: 1px solid rgba(0,0,0,.15);
  padding: 14px 16px;
  vertical-align: top;
}

.simple-tabs .wp-block-table th{
  width: 200px!important;
  min-width: 200px!important;
}
@media (max-width: 768px){

.simple-tabs .wp-block-table th{
  width: 100% !important;
  min-width: 200px!important;
}}
/* -----フッター */
/* =========================
   Footer menu (ft-nav3)
========================= */

/* 右側メニュー全体：3カラム（比率つき） */
.ft-nav3{
  display: flex;
  gap: 48px;
}

/* 各カラム */
.ft-nav3__col{
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0; /* 折り返し崩れ防止 */
}

/* カラム比率（左大 / 中 / 右小） */
.ft-nav3__col:nth-child(1){ flex: 2.2; }
.ft-nav3__col:nth-child(2){ flex: 1.8; }
.ft-nav3__col:nth-child(3){ flex: 1; }

/* リスト間隔 */
.ft-nav3__col li{ margin: 0 0 8px; }

/* リンク共通 */
.ft-nav3__col a{
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.7;
  font-size: 14px;
}

.ft-nav3__col a:hover{ opacity: .85; }

/* 「ー 」で始まる階層リンクを少し控えめに */
.ft-nav3__col a[href*="/#"],
.ft-nav3__col a[href*="#"]{
  font-size: 12px;
  opacity: .9;
}


/* =========================
   Footer widgets (2 columns)
========================= */

.l-footer .l-container.w-footer.-col2{
  display: flex;
  gap: 30px;
}

/* 左：会社情報 / 右：メニュー */
.l-footer .w-footer__box:first-child{ flex: 0 0 35%; }
.l-footer .w-footer__box:last-child { flex: 0 0 65%; }


/* =========================
   Responsive
========================= */

@media (max-width: 959px){
  .l-footer .l-container.w-footer.-col2{
    flex-direction: column;
  }
  .l-footer .w-footer__box{
    flex: 0 0 100%;
  }

  .ft-nav3{
    flex-direction: column;
    gap: 24px;
  }
}



/* マップ */

/* 写真カード共通 */
.shop-photos {
    padding: 4%;
}
.shop-photo{
  position: relative;
  overflow: hidden;
  transition:
    transform .2s ease,
    box-shadow .2s ease,
    filter .2s ease,
    opacity .2s ease;
}

/* 非アクティブ時を少し抑える */
.shop-photo:not(.is-active){
  opacity: .9;
}


/* 画像自体を少しだけ強調 */
.shop-photo.is-active img{
  transform: scale(1.04);
  filter: brightness(1.08) saturate(1.05);
  transition: transform .25s ease, filter .25s ease;
}

/* ピン共通 */



/* 青い枠（フォーカス）対策：念のため */
svg g[id^="pin_"]:focus,
svg g[id^="pin_"]:focus-visible,
svg g[id^="pin_"]:active{
  outline: none !important;
}


.shop-map {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center; /* 縦中央（不要なら消してOK） */
}

.shop-map svg {
  padding: 2% 5%;
  width: 100%;
  height: 100%;
  /* max-height: 780px;  */
}

/* ピン共通：id="pin_〜" を全部対象にする（class不要） */
svg g[id^="pin_"]{
  cursor: pointer;
  transform-box: fill-box;
  transform-origin: center;
  transition: transform .2s ease, filter .2s ease;
}

/* PCでhoverできる端末だけ */
@media (hover:hover){
  svg g[id^="pin_"]:hover{
    transform: scale(1.25); /* ← ここだけ大きくする */
    filter: drop-shadow(0 6px 10px rgba(0,0,0,.25));
  }
}

/* スマホ（タップ）用：JSで is-active を付ける前提 */
svg g[id^="pin_"].is-active{
  transform: scale(1.25);
  filter: drop-shadow(0 6px 10px rgba(0,0,0,.25));
}

.map-cloud{
  position: absolute;
top: clamp(20px, 4vw, 50px);
  left: clamp(16px, 3vw, 40px);
  width: clamp(90px, 12vw, 140px);
  z-index: 3;
  pointer-events: none;
  animation: floatY 6s ease-in-out infinite;
}

.map-cloud-bottom{
  position: absolute;
  bottom: clamp(30px, 2vw, 60px);
  left: 73%;               
  transform: translateX(-10%);
  width: clamp(90px, 12vw, 140px);
  z-index: 3;
  pointer-events: none;
  animation: floatY 7s ease-in-out infinite;
}

/* 
下層ページ================= */

/* -------店舗案内 */
.shop-ttl {
    font-size: 1.5em;
    font-weight: bold;
    color: #129948;
    border-bottom: 2px solid;
    padding: 10px 0;
}

.shop-table th{
  position: relative;
  width: 10em !important;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  --pt: 0.7em; 
  --lh: 1.7;  
 padding: var(--pt) 2.8em 0.9em 1.2em; 
  line-height: var(--lh);
 white-space: nowrap;
  vertical-align: top;

}

/* リーダー（ドット）*/

.shop-table th::after{
  content: ".......";
  position: absolute;
  right: 0.1em;
  top: calc(0.9em + (1em * 1.7 / 2) - 5px);
  transform: translateY(-50%);

  white-space: nowrap;
  color: #333;
  pointer-events: none;
}


.shop-table td{
  padding: 0.9em 0.5em;
  vertical-align: top;

}
@media (max-width: 600px) {
  .shop-table th::after { content: none; }
  .shop-table th {
    position: relative;
    width: 100%;
    text-align-last: left;
    
}
.shop-ttl {
    font-size: 1.1em;

}
}

/* ------取り組み */


/* YouTube */
  @media (min-width: 769px){
    #ytsp-ig { display: none !important; }
  }

@media (max-width: 768px){
  .yt-sp { display: block; }


/* サムネ */
.yt-thumb{
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
.yt-thumb img{
  display: block;
  width: 100%;
  height: auto;
}

/* 再生ボタン */
.yt-play{
  position: absolute;
  inset: 0;
}
.yt-play::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.55);
  border-radius: 14px;
}
.yt-play::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-42%, -50%);
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #fff;
}
.yt-note{
  margin-top: .5em;
  font-size: .9em;
  opacity: .8;
}

.yt-thumb {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16 / 9; 
}

.yt-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}
.yt-thumb{
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}
.yt-thumb {
  transition: transform .25s ease, box-shadow .25s ease;
}

.yt-thumb:active {
  transform: scale(.98);
}
}


.selfmed-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  margin-top:20px;
}

.selfmed-card{
  background:#fff;
  padding:20px;
  border-radius:12px;
  box-shadow:0 8px 20px rgba(0,0,0,0.05);
  border-top:4px solid #16a34a;
  transition:.3s;
}

.selfmed-card:hover{
  transform:translateY(-4px);
  box-shadow:0 12px 24px rgba(0,0,0,0.08);
}

.selfmed-card h3{
  font-size:16px;
  margin-bottom:10px;
}

.selfmed-card p{
  font-size:14px;
  line-height:1.8;
}




.page-links{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:20px;
  margin:40px 0;
}

.page-links a{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px 24px;
  background:#e7f4ec;
  border:1px solid #b7dec7;
  border-radius:999px;
  text-decoration:none;
  color:#0f6b3a;
  font-weight:600;
  transition:all .25s ease;
}

.page-links a:hover{
  background:#16a34a;
  color:#fff;
  transform:translateY(-2px);
}




.service__tag {
    margin: 0;
    font-size: 12px;
    letter-spacing: .06em;
    opacity: .6;
}
.service__ttl {
    margin: 0;
    font-size: 20px;
    line-height: 1.4;
}
.service__text {
    margin: 0;
    line-height: 1.9;
    opacity: .9;
}
.service-item__body {
    padding: 18px 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.service-item{
   
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.service-item__img {
    display: block;
    height: 100%;
}

.swell-block-column.swl-has-mb--s.service-item__img img{
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.service-item:hover .service-item__img img{
  transform: scale(1.04);
}
.service-item__btn {
    margin-top: 6px;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: #129948;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
    transition: opacity .25s ease, transform .25s ease;
}

/* SP */
@media(max-width:768px){
  .page-links{
    flex-direction:column;
    display: flex;
    
  }


  .selfmed-grid{
    grid-template-columns: 1fr;   
    gap: 16px;                    
  }

  .selfmed-card{
    padding: 18px 10px;
    border-radius: 12px;
  }

  .selfmed-card h3{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
  }

  .selfmed-card p{
    font-size: 14px;
    line-height: 1.7;
  }

}

/*お問い合わせ*/
.form_table {
    margin: 30px auto;
        border: 1px solid #ddd;
    background: #fafafa;
    padding: 12%;
}
.mw_wp_form input[name="__children[privacypolicy][]"] + .error {
    display : inline;
    padding-right:.5em;
}
.form_table dl{
    padding: 5px 20px!important;
}
.form_table dt.required:after {
    background: #9e445e66;
    bottom: 0;
    color: #000;
    content: "必須";
    display: inline-block;
    font-size: 0.5rem;
    height: 20px;
   margin: 5px; right: 10px;
    text-align: center;
    width: 30px;
}
.form_table dt.option:after {
    background: #72aee6a1;
    bottom: 0; */
    color: #000;
    content: "任意";
    display: inline-block;
    font-size: 0.5rem;
    height: 20px;
   margin: 5px; right: 10px;
    text-align: center;
    width: 30px;
}


label {
/*    display: inline-block;*/
    margin-bottom: 5px;
    font-weight: bold;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0px;
}
span.mwform-checkbox-field-text {
    display: none;
}

input.btn.send {
 background: #1579c3;
 color: #fff;

}
input.btn.back {
    background: #77777729;
}




select,input[type="text"],
input[type="email"] {
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    border: #444 solid 1px;
    height: 30px;
    width: 100%;
    background: #fff;
}
textarea {
    width: 100%;
    background: #fff;
    border:#444 solid 1px;
}

textarea#text {
    height: auto;
}

input[type="hidden"] {
    height: auto;
}
input[type="checkbox"] {
    height: auto;
}


input.InquiryButton.-submit {
    font-size: 16px;
    padding: 1%;
    display: block;
    height: auto;
    background: #129948;
    color: #fff;
}
input.InquiryButton.-back {
    width: 100%;
    margin-top: 20px;
    padding: 1%;
    height: auto;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}


/*お問い合わせここまで*/

@media only screen and (max-width: 767px){
.pc { display:none!important; }
.sp { display: block; }
	.order1{
		order:1;
	}
	.order2{
		order:2;
	}
.form_table {

    padding: 12% 3%;
}



.form_table .mwform-tel-field{
  display:flex;
  align-items:center;
  gap:10px;           
  flex-wrap:nowrap; 
}

.form_table .mwform-tel-field > input[type="text"]{
  width:auto;
  flex:1;
  min-width:0;
}


@media (max-width:480px){
  .form_table .mwform-tel-field{ gap:6px; }
}
table.company td, table.company th {
    padding: 10px 7px 7px;
    
    }
    
    table.company th{
        width: 100%;
       }
    table.company tr th, table.company tr td,
     table.company tbody, table.company tr{ 
        display: block;
       }
     
h2.section-title__jp {
    font-size: 2em;
  
}
.nowrap {
  white-space: nowrap;
}

}





