/**************************************************
 リセット
**************************************************/
* {
  margin: 0;
  padding: 0;
  line-height:1.8;}s
article,aside,details,figcaption,figure,footer,pc-header,main,menu,nav,section,summary {display: block;}
html {font-size: 62.5%;}
body {font-size: 14px; font-family: "Noto Sans JP", sans-serif; color:#222; font-weight: 400;}
html,body{ margin:0; padding:0;}
table,thead,tbody,tr,th,td{border-collapse:collapse; border-spacing: 0;}
td,th {padding: 0;}
ul, ol{list-style: none; margin: 0; padding: 0;}
a {text-decoration: none; }
/*a:hover, a:active, a:focus {color: var(--color--key-bk)83f;}*/
img {vertical-align: bottom; border: 0;}
i, cite, em, var, address, dfn {font-style:normal;}
*, *:before, *:after {box-sizing: border-box;}
small { font-size: 12px;font-size: 1.2rem;}
button,select {text-transform: none;}
/* IE用 */
a {background-color: transparent;}
a:active,a:hover {outline: 0;}
button {overflow: visible;}
textarea {overflow: auto;}
/* firefox用リンクをクリックした後に表示される「枠線」を消す */
a,a:focus{outline: none;}
/* iOSでTEL link無効 */
a[href^="tel"]{
  color:inherit;
  text-decoration:none;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
/*スクロールバーの領域表示確保*/
html {overflow-y:scroll;}
/* body */
body{width:100%;}
/*スライダーの画像の右にできる余白を隠す*/
#container{overflow: hidden;}
/*タブ切り替え*/
.ChangeElem_Panel{display: none;}
/* Androidでタップ時、オレンジの枠を消す */
*,button {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-shadow: none;
    box-shadow: none;   
    outline: none;
}

/**************************************************
 sp
**************************************************/

body {
  margin: 0;
  padding: 0;
  line-height: 1.8;
  background-color: #fff;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
section{
  padding: 50px 0;
}
.sp{
  display: block;
}
.pc{
  display: none;
}
.center{
  text-align: center;
}
.underline{
  text-decoration: underline;
}
.wrap-s,
.wrap-m{
  width: 90%;
  margin: 0 auto;
}

.bg-black{
  display: inline-block;
  background-color: #222;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  margin: 0.5rem 0;
  letter-spacing: 0.2rem;
}
h2{
  font-family: 'Noto Serif JP', serif;
  font-size: 2.3rem;
  position: relative;
  text-align: center;
  margin: 30px 0;
  z-index: 10;
}
h2 span{
  font-size: 1.3em;
}
h3{
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  position: relative;
  margin: 20px 0;
}

/* メインビジュアル */
#main-visual{
  position: relative;
  height: 100dvh;
  width: 100%;
  background-color: #e6e6e6;
  font-family: 'Noto Serif JP', serif;
}
.pc-mv-right{
  display: none;
}
.sp-mv-right{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 80%;
  height: 80%;
  position: absolute;
  bottom: 20px;
  right: 0;
}
.sp-mv-right .mv-left-img,
.sp-mv-right .mv-right-img{
  width: 100%;
  height: 50%;
}
.sp-mv-right .mv-left-img img,
.sp-mv-right .mv-right-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sp-mv-right .mv-left-img,
.pc-mv-right .mv-left-img {
  position: relative;
  overflow: hidden;
}

.sp-mv-right .mv-left-img::after,
.pc-mv-right .mv-left-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 1;
}
.mv-left{
  z-index: 10;
  width: 100%;
  height: auto;
  position: absolute;
  color: #000;
  top: 10px;
  left: 5%;
}
.mv-left .logo{
  height: 100px;
  width: 100px;
}
.mv-main{
  padding-top: 30px;
  width: 100%;
}
.mv-main .mv-ttl-bg{
  display: inline-block;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.5rem 0.7rem 0.5rem 1.7rem;
  margin: 0.5rem 0;
  letter-spacing: 0.2rem;
  background: linear-gradient(90deg, #9a7f43 0%, #d1b983 50%, #9a7f43 100%);
  font-size: 2rem;
}
.mv-left .mv-ttl{
  position: relative;
  height: 20rem;
}
.mv-left .mv-ttl-block{
  font-size: 3rem;
  font-weight: 500;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mv-left .txt-white{
  color: #fff;
}
.mv-left .txt-black{
  width: 15%;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}
.mv-left .mv-point{
  display: flex;
  justify-content: flex-start;
  gap: 15px;
}
.mv-left .mv-point .mv-circle{
  position: relative;
  display: inline-block;
  background: #222;
  color: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  filter:  drop-shadow(3px 2px 3px rgba(50,50,50,0.4));
}
.mv-left .mv-point .mv-circle p{
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}
.mv-left .mv-point .mv-circle p span{
  display: block;
  font-size: 1rem;
}

/* CTA */
.cta{
  width: 100%;
  background-color: #222;
  font-family: 'Noto Serif JP', serif;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}
.cta-txt{
  font-size: 2rem;
  font-weight: 500;
}
.cta-btn {
  display: inline-block;
  width: 90%;
  max-width: 500px;
  position: relative;
  border: 2px solid #fff;
  padding: 1em 2em;
  margin-top: 30px;
  font-weight: 500;
  color: #fff;
  background: #222;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
}
.cta-btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}

.cta-btn:hover {
  background: #fff;
  color: #222;
}
.cta-btn:hover:before {
  border-top: 2px solid #222;
  border-right: 2px solid #222;
}

/*　YouTube誘導ボタン　*/
.yt-cta {
  padding: 30px 0;
  text-align: center; 
}
.yt-microcopy {
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  color: #222;
  margin-bottom: 10px;
}
.yt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #cc0000;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(204, 0, 0, 0.3);
  transition: all 0.3s ease;
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  box-sizing: border-box;
}
.yt-btn:hover {
  background-color: #e60000;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(204, 0, 0, 0.4);
  color: #fff;
}
.yt-icon-img {
  width: 24px;
  height: auto;
  margin-right: 10px;
  object-fit: contain;
}

/* コンセプト */
#concept{
  margin-top: 50px;
}
#concept h2::before {
  position: absolute;
  content: "";
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 80px;
  background-image: url('../images/concept.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.concept-txt{
  padding-top: 30px;
}
.swiper {
  width: 100%;
  height: auto;
  padding-top: 50px;
}
.swiper-slide {
  width: 30%;
  margin-left: -3% !important;
  padding: 0;
  margin: 0;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  overflow: hidden;
  box-sizing: border-box;
}
.slide-inner {
  transform: none;
  width: 100%;
  margin-left: 0;
}
.slide-inner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  backface-visibility: hidden;
}
.concept-gallery .swiper-wrapper {
  transition-timing-function: linear;
}

/* おすすめ */
#recommend h2::before {
  position: absolute;
  content: "";
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 80px;
  background-image: url('../images/recoommend.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
h3.recommend-ttl{
  text-align: center;
}
.recommend-list{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.recommend-img img{
  border: 20px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  height: auto;
}

/* 選ばれる理由 */
#reasons {
  background-image: url('../images/bg-reasons.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  outline: 1px solid #222;
  outline-offset: -20px;  
}
#reasons .bg-black{
  border-radius: 50px;
  letter-spacing: 0.1rem;  
}
#reasons h2{
  font-size: 1.5rem;
  margin-top: 10px;
  letter-spacing: 0.2rem;
}
#reasons h2 span{
  display: block;
  font-size: 2em;
}
.reason-list{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.reason-item{
  background-color: #fff;
  margin: 0 5%;
}
h3.reason-ttl{
  background-color: #222;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 20px;
  margin: 0;
}
h3.reason-ttl span{
  font-size: 1.3em;
  display: block;
  line-height: 1.5;
}
.reason-txt{
  padding: 20px;
}

/* オーナーの声 */
#voices h2::before {
  position: absolute;
  content: "";
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 80px;
  background-image: url('../images/voice.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.voice-bg1,
.voice-bg2{
  background-color: #e6e6e6;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 30px 5%;
}
.voice-item{
  display: flex;
  flex-direction: column;
  margin: 0 5%;
}
.owner{
  font-weight: 500;
  padding-bottom: 20px;
}

/* フランチャイズ加盟について */
#support {
  background-image: url('../images/bg-support.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#support h2::before {
  position: absolute;
  content: "";
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 80px;
  background-image: url('../images/overview.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.support-item{
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
}
h3.support-ttl{
  border-left: 4px solid #222;
  padding-left: 15px;
}
.cost-table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}
.cost-table th,
.cost-table td {
  border: 1px solid #000;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}
.cost-table thead th {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  border-right: 1px solid #fff;
}
.cost-table thead th:last-child {
  border-right: 1px solid #000;
}
.total-row {
  background-color: #e6e6e6;
  font-weight: 500;
}
.total-amount {
  color: red;
}
.table-flex .cost-table thead th{
   text-align: center;
}
.cost-table ul li,
.flex-item ul li{
  padding: 0.3rem 0;
}
.cost-table ul li::before,
.flex-item ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #222;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}


.support-txt{
  font-size: 1.8rem;
  font-weight: 500;
}
.support-flex{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.flex-item{
  min-width: 40%;
}
.stepbar {
  margin: 0 auto;
}

.stepbar .stepbarwrap {
  margin: 3rem 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  content: "";
  border-radius: 50%;
  background-color: #222;
  color: #fff;
  text-align: center;
  z-index: 10;
}

.stepbar .stepbarwrap .steptitle .stepcircle span {
  font-size: 1.8rem;
  display: inline-block;
  line-height: 2rem;
  font-weight: 500;
  position: relative;
  top: 0.8rem;
}

.stepbar .stepbarwrap .steptitle .title {
  margin: 1.5rem 3rem;
  font-weight: 500;
  font-size: 1.8rem;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 7rem;
}

.stepbar .stepbarwrap .stepline {
  width: 2px;
  height: calc(100% + 1em);
  background-color: #222;
  position: absolute;
  top: 4rem;
  left: 2rem;
  z-index: 1;
}
.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

/* FAQ */
.accordion {
  width: 100%;
    margin-bottom: 20px;
    background-color: #f2f2f2;
    border-radius: 5px;
}

.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 500;
    cursor: pointer;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #c2c2c2;
    border-right: 3px solid #c2c2c2;
    content: '';
    transition: transform .3s;
}

.accordion[open] summary::after {
    transform: rotate(225deg);
}

.accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion[open] p {
    transform: none;
    opacity: 1;
}

/* 会社情報 */
#company{
  background-color: #222;
  color: #fff;
}
#company h2::before {
  position: absolute;
  content: "";
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 80px;
  background-image: url('../images/about.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.president,
.overview{
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
.president-name{
  padding-top: 20px;
}
.overview-list dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #fff;
  padding: 12px 0;
}

.overview-list dt {
  width: 8rem;
  font-weight: 500;
  flex-shrink: 0;
}

.overview-list dd {
  flex: 1;
  margin: 0;
}
.overview-list .history-item {
  display: flex;
  gap: 1em;
  margin-bottom: 6px;
}
.overview-list .year {
  width: 6rem;
  font-weight: 500;
  flex-shrink: 0;
}

.overview-list .history {
  flex: 1;
}

/*　お問い合わせ　*/
.basic-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  overflow-x: hidden;
}

.basic-table tr {
  display: block;
  margin-bottom: 1rem;
  width: 100%;
}

.basic-table th,
.basic-table td {
  display: block;
  width: 100%;
  padding: 1rem;
  text-align: left;
  line-height: 1.5;
  word-break: break-word;
  white-space: normal;
  box-sizing: border-box;
}

.basic-table th {
  background-color: #222;
  color: #fff;
}
input[type="text"],input[type="email"],input[type="tel"] {
  width: 100%;
  height: 4rem;
  font-size: 1.5rem;
  padding: 0.75rem;
}
textarea.mfp_element_textarea{
  width: 100% !important;
  max-width: 100%;
  height: 160px !important;
  padding: 0.75rem;
  box-sizing: border-box;
  line-height: 1.5;
  resize: vertical;
  font-size: 1.5rem;
}
.radio-box-horizontal label{
  padding-right: 10px;
}
.radio-box-horizontal .other-input {
  width: 220px;
  margin-left: 4px;
}
.form-btn{
  text-align: center;
}
.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev{
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  background: #222;
  padding: 1.5rem;
  width: 80%;
  max-width: 300px;
  margin: 20px 0;
  border-radius: 0;
  border: 1px solid transparent;
  text-shadow: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
.mfp_element_submit:hover,
.mfp_element_reset:hover,
.mfp_element_button:hover,
button.mfp_next:hover,
button.mfp_prev:hover {
  color: #222;
  background: #fff;
  border-color: #222;
  text-shadow: none;
  box-shadow: none;
}
form#mailformpro label.mfp_checked{
  border: none;
  background-color: inherit;
  box-shadow: none;
}
form#mailformpro label.mfp_not_checked{
  border:none;
}
.mfp_element_checkbox, .mfp_element_radio{
  vertical-align: baseline;
}

/*　thanks　*/
.thanks-btn {
  display: inline-block;
  width: 90%;
  max-width: 500px;
  position: relative;
  border: 2px solid #222;
  padding: 1em 2em;
  margin-top: 100px;
  font-weight: 500;
  color: #222;
  background: #fff;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
}
.thanks-btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}

.thanks-btn:hover {
  background: #222;
  color: #fff;
}
.thanks-btn:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* フッター */
.footer {
  font-size: 10px;
  padding: 2em 1em;
  text-align: center;
  background: #222;
  color: #fff;
}
.thanks-footer {
  font-size: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #222;
  color: #fff;
  text-align: center;
  padding: 16px;
  z-index: 100;
}

/**************************************************
 pc
**************************************************/
@media(min-width:769px){
  body {
  font-size: 16px;
  }
  section{
    padding: 100px 0;
  }
  h2{
    font-size: 2.8rem;
  }
  h3{
    font-size: 2.5rem;
  }
  .wrap-s,
  .wrap-m{
    width: 80%;
  }
  .bg-black{
    letter-spacing: 0.3rem;
    padding: 1rem 2rem;
  }
  .mv-left{
    top: 0;
  }
  .mv-left .logo{
    height: 150px;
    width: 150px;
  }
  .mv-left .mv-ttl{
    height: 30rem;
  }
  .mv-main .mv-ttl-bg{
    font-size: 3rem;
    letter-spacing: 0.5rem;
  }
  .mv-left .mv-ttl-block{
    font-size: 5rem;
  }
  .mv-left .mv-point{
    gap: 25px;
  }
  .mv-left .mv-point .mv-circle{
    width: 150px;
    height: 150px;
  }
  .mv-left .mv-point .mv-circle p{
    width: 150px;
    font-size: 2.3rem;
  }
  .mv-left .mv-point .mv-circle p span{
    font-size: 1.5rem;
  }
  .support-flex,
  .president,
  .overview{
    gap: 50px;
  }
  
  /*　YouTube誘導ボタン　*/
  .yt-cta {
    padding: 60px 0 80px;
  }
  .yt-microcopy {
    font-size: 1.8rem;
  }
  .yt-btn {
    font-size: 20px;
    padding: 20px 40px;
  }
  .yt-icon-img {
    width: 50px;
    margin-right: 15px;
  }
  /* コンセプト */
  #concept{
    margin-top: 0;
  }
  .swiper{
    padding-top: 100px;
  }  
   /* おすすめ */
  section#recommend{
    padding-top: 0;
  }
  .recommend-list{
    gap: 100px;
    margin-top: 50px;
  }
  .recommend-item{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }
  .recommend-img{
    width: 35%;
  }
  .recommend-img img{
    border: 10px solid #fff;
  }
  h3.recommend-ttl{
    margin-top: 0;
    text-align: left;
    font-size: 2rem;
  }
  .recommend-content{
    flex: 1;
  }
  
    /* 理由 */
  .reason-list{
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 50px;
  }
  .reason-item{
    width: calc(50% - 25px);
    margin: 0;
  }
  h3.reason-ttl{
    font-size: 2.3rem;
  }
  h3.reason-ttl span{
    font-size: 1.2em;
  }
  
  /* オーナーの声 */
  .voice-item{
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    padding: 50px;
    margin: 0;
  }
  .voice-img{
    width: 35%;
  }
  h3.voice-ttl{
    margin-top: 0;
    text-align: left;
    font-size: 2rem;
  }
  .voice-content{
    flex: 1;
  }
  .voice-bg1,
  .voice-bg2{
    margin: 50px 10%;
  }
  
  /* フランチャイズ加盟 */
  #support {
    background-image: url('../images/bg-support.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .support-item{
    padding: 50px;
    margin-bottom: 100px;
  }
  .support-item .bg-black{
    font-size: 2rem;
    padding: 0.5rem 1.5rem;
  }
  .stepbar .stepbarwrap .steptitle .stepcircle span {
    top: 0.5rem;
  }
  
  /* 会社情報 */
  .president{
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 100px;
  }
  .overview{
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
  }
  .president-img,
  .company-img{
    width: 35%;
  }
  .president-txt,
  .ocerview-list{
    flex: 1;
  }
  
  /* お問い合わせ */
  .basic-table {
    display: table;
    border-collapse: separate;
    border-spacing: 30px 5px;
  }

  .basic-table tr {
    display: table-row;
    border-bottom: none;
  }
  .basic-table th,
  .basic-table td {
    display: table-cell;
    width: auto;
    padding: 3rem 1rem;
  }

  .basic-table th {
    width: 300px;
  }
  .submit-btn{
    margin: 50px 0;
  }
}

@media(min-width:1024px){
  section{
    padding: 150px 0;
  }
  h3{
    font-size: 2rem;
  }
  .sp{
    display: none;
  }
  .pc{
    display: block;
  }
  .sp-mv-right{
    display: none;
  }
  .wrap-m{
    width: 80%;
  }
  .pc-mv-right{
    display: flex;
    gap: 10px;
    width: 80%;
    height: 80dvh;
    position: absolute;
    bottom: 20px;
    right: 0;
    }
  .pc-mv-right .mv-left-img,
  .pc-mv-right .mv-right-img{
    width: 50%;
    height: 100%;
  }
  .pc-mv-right .mv-left-img img,
  .pc-mv-right .mv-right-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mv-left{
    padding-top: 20dvh;
  }
  .mv-left .logo{
    height: 180px;
    width: 180px;
  }
  .mv-left .mv-ttl{
    height: 20rem;
  }
  .recommend-list,
  .support-flex{
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  /* コンセプト */
  #concept h2::before {
    width: 300px;
    height: 120px;
    top: -75px;
  }
  .swiper{
    padding-top: 150px;
  }
  .swiper-slide {
    width: 20%;
  }
  
  /* おすすめ */
  .recommend-item{
    flex-direction: column;
    width: 33%;
  }
  .recommend-img{
    width: 100%;
  }
  
  /* オーナーの声 */
  .voice-item{
    padding: 100px 0;
    width: 80%;
    margin: 0 auto;
  }
  .voice-img{
    width: 35%;
  }
  h3.voice-ttl{
    margin-top: 0;
    text-align: left;
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
  }
  .voice-content{
    flex: 1;
  }
  .voice-bg1{
    margin: 50px 10% 50px 0;
  }
  .voice-bg2{
    margin: 50px 0 50px 10%;
  }
}

@media(min-width:1300px){
  .wrap-s{
    width: 60%;
  }
  #reasons {
    outline: 2px solid #222;
    outline-offset: -40px;  
  }
  .table-flex{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 50px;
    
  }
  .table-flex .cost-table{
    width: calc(50% - 25px);
  }
}