/* layout.css */

body{
  font-family: "DM Sans", sans-serif;
    margin: 0;
    letter-spacing: 0.1em;
}
.pc{
display: block;

}
.sp{
    display: none !important;

}
b{
  font-weight: bolder;
  margin: 0;
  padding: 0;

}
ol{
  list-style: none;
  padding: 0;

}
ul{
    list-style: none;
    padding: 0;
}
a{
    text-decoration: none;
    color: #333;
}
h2{
  font-size:36px;

}
h3{
  font-size: 28px;
  margin: 0;
  color: #000000;
  margin-bottom: 20px;
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  padding: 8px 0;
}

.color_navy{
    color: #003C8A;
}
.color_red{
  color: #C81636;
}

.color-white{
  color:#fff;
}
header{
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.header-inner{
    display: flex;
    width: 100%;
    height: 7.5vw;
    max-height: 115px;
    overflow: hidden;
    padding:0;
    box-sizing: border-box;
    position: fixed;
    background: rgba(255,255,255,0.7);
}
.header_logo_area{
    display: flex;
    align-items: center;
    height: 100%;
    padding: 30px;
    padding-left: 0;
    box-sizing: border-box;

}
.header_logo_area a{
    display: flex;
    align-items: center;
    height: 100%;

}
.header_logo_area h1{
    margin: 10px;
    font-feature-settings: "palt";
    font-weight: normal;

}
.header_logo_area img{
    height: auto;
}

.l-header-menu {
    position: relative;
    width: 80%;
    align-self: center;
}

.l-header_inner {
    position: relative;
    display: flex;
    padding-right: 160px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    background: #fff;
}
.l-header-nav-list {
    margin: 0;
    padding: 0;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
}

.l-header-nav-list__item {
    width: auto;
    padding: 0 10px;
    font-size: 1.2vw;
}
.l-header-nav-list-item__target_home {
    position: relative;
}
.l-header-nav-list-item__target {
  position: relative;
  text-decoration: none;
  color: #000000;
  letter-spacing: 0.1em;
  font-size: 0.7em;
  background-image: linear-gradient(to right, #333, #333 1px, transparent 1px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  margin: 0 0 0 40px;
  padding: 8px 0;
}
.mission{
  margin:80px auto;
  width:1000px;
}

.ttl_background4 {
  font-weight: bold;
  border-bottom: 3px solid #000;
  padding: 0.3em;
  margin-bottom: 0.3em;
  position: relative;
}
.ttl_background4:before {
  content: '';
  background-color: #173e17;
  width: 2em;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}






.ttl_background3 {
  font-weight: bold;
  border-bottom: 3px solid #c4ffc4;
  padding: 0.8em;
  margin-bottom: 0.3em;
  position: relative;
  font-size:1.8rem;
}
.ttl_background3:before {
  content: '';
  background-color: #173e17;
  width: 2em;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}
.mission_sent p{
  margin-left:10px;
  line-height: 2;
  color: #000000;
  font-size:1.5em;
}
.mission_img{
  display: flex;
  margin:0 auto;
  padding-bottom: 10px;
}
.mission_img_part{
  width:48%;
  margin: 10px;
}

.mission_img img{
  width:100%;
  padding-bottom:10px;
}

.sdgs{
  padding-top:50px;
  margin:0 auto;
  width:1000px;
}

.sdgs_sent{
  width: 1000px;
  margin:0 auto;

}
.sdgs_sent2{
  width: 1000px;
  margin:0 auto;
  padding-bottom:100px;

}
.sdgs_sent2 p{
  line-height: 3;
  padding-bottom: 30px;
  color: #000000;
}

.sdgs_sent h2{
  padding-bottom:10px;
}
.sdgs_sent h3{
  padding-top:30px;
}
.sdgs_sent p{
  line-height: 2;
}
.sdgs_img_part img{
  width:100%;
}

.business{
  padding-top:100px;
  margin:0 auto;
  width:1000px;
  padding-bottom: 100px;
}
.business_sent{
  padding-top:50px;
  padding-bottom:50px;
  color: #000000;
  line-height: 2;
}

.contact_btn{
  padding-top:50px;
  margin:0 auto;
  text-align: center;
}
.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #000;
  border: solid 2px #000;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #000;
  color: white;
}













.balloon1-right {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-right: 1.5em;
  padding: 7px 10px;
  height: 60px;
  width: 60px;
  font-size: 16px;
  background: #F6C700;
  border-radius: 3px;
}

.balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid #F6C700;
}

.balloon1-right p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    text-align: center;
    line-height: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-weight: bold;
}
.balloon3 {
  position: relative;
  display: block;
  text-align: center;
  margin: 1.5em auto;
  padding: 25px 50px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #EF7E00;

}

.balloon3:before {
  content: "";
  position: absolute;
  top: 98%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #EF7E00;
}

.balloon3 p {
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-weight: bold;
}
.balloon4 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 25px 50px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #EF7E00;

}

.balloon4:before {
  content: "";
  position: absolute;
  top: 98%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #EF7E00;
}

.balloon4 p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.cg-red {
  display: inline-block;
  color: #C81636
}
.header-form-text{
    display: block;

}
.header-form-text p{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    display: flex;
    align-items: center;
    color: #fff;
    text-shadow: 1px 1px 4px rgb(0 0 0 / 25%)
}
.header-form-text img{
    margin-right: 7px;

}
.header-form-text-main{
    font-size: 27px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
/* ハンバーガーメニュー */
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
  top:0;
    right: -120%;
  width:50%;
    height: 100vh;/*ナビの高さ*/
  background:transparent;
    /*動き*/
  transition: all 0.6s;


}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}


/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 50%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    left:50%;
    /* background-color: #1f1d1d; */
}

/*ナビゲーション*/
#g-nav ul {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background-color: #1f1d1d;
    margin: 0;
    padding-top: 20%;
    padding-left: 50px;
}


/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
    text-align: left;
}

#g-nav li a{
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 24px;
}
#g-nav li a:hover{
    color: #FFE30E;
}


/*========= ボタンのためのCSS ===============*/
.openbtn1{
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 100px;
    height: 7.5vw;
    max-height: 100px;
    background: #1f1d1d;
}

/*×に変化*/
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 30%;
    height: 3px;
    border-radius: 2px;
  background-color: #fff;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:30%;
}

.openbtn1 span:nth-of-type(2) {
  top:40%;
}

.openbtn1 span:nth-of-type(3) {
  top:50%;
}
.openbtn1 span:nth-of-type(2)::after {
    content: "MENU";
    position: absolute;
    font-size: 9px;
    color: #fff;
    top:20px;
    left:5px;
  }
  .openbtn1.active{
    background: transparent;
  }
.openbtn1.active span:nth-of-type(1) {
    top: 40px;
    left: 40px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 52px;
    left: 40px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
footer{
  overflow: hidden;
  width: 100%;
  background: #1f1d1d;
  padding: 50px 0;

}
.footer-inner{
  max-width: 100%;
  width: calc(100% - 25%);
  margin: auto;
}
.footer_logo_area{

}
.footer_logo_area p{
  color:#fff;
  padding-bottom: 10px;
  line-height: 25px;
}
.footer_logo_area a{
  color:#fff;
}
.footer_logo_area img{
  width: auto;
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;

}
.footer_logo_area h1{
  font-size: 13px;
  color: #333;

}
.footer-list{
  display: flex;
  gap: 15px;
  justify-content: space-between;
  margin: 50px 0;
}
.footer-list li{
  color:#fff;
  position: relative;
  padding-left: 15px;
  display: flex;
  align-items: center;

}
.footer-list a{
  color:#fff;
  display: block;
  position: relative;
  width: auto;
  font-weight: bold;
  font-size: 12px;

}
.footer-list li::before{
  content: "〉";
  position: absolute;
  display: block;
left:0;

}
.footer-copy{
  font-size: 10px;
  width: 100%;
  text-align: center;
  color:#fff;
}
.wrapper{
  overflow: hidden;

}
.keyVisual-section{
    width: 100%;
    background-color:#DFE8ED ;
    margin: 0;
    position: relative;

}
.KeyV-inner{
    max-width: 1120px;
    margin: 0 auto;
}
.denki{
    background-image: url(../img/keybisual_denki.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    height: 100vw;
    max-height: 767px;

}
.led{
    background-image: url(../img/keybisual_led.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    height: 100vw;
    max-height: 767px;

}
.satellite{
    background-image: url(../img/keybisual_company.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    height: 100vw;
    max-height: 767px;

}
.network{
    background-image: url(../img/keybisual_network.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    height: 100vw;
    max-height: 767px;

}
.camera{
    background-image: url(../img/keybisual_camera.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    height: 100vw;
    max-height: 767px;

}
.material-symbols-outlined {
  font-size:48px !important;
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48

  }

  .KeyV-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 33%;
}
.KeyV-list li{
    width: auto;
    margin: 0 5px;
    background: #1f1d1d;
    color: #fff;
    line-height: 1em;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 3px;
}
.contact-section{
    width: 100%;
    background: #1f1d1d;
    margin: auto;
    padding: 50px 0;

    position: absolute;
    bottom: 10%;

}
.contact-section a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0px;
    box-sizing: border-box;
    padding-right: 60px;
    padding-left: 30px;
    position: relative;
}
.contact-section a::after{
    content: "〉";
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    color: #333;
    border-radius: 100px;
    line-height: 20px;
    font-size: 10px;
    -webkit-text-stroke: 1px #333;
    box-sizing: border-box;
    padding-left: 8px;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 25%);

}
.contact-section02{
    width: 100%;
    background: #1f1d1d;
    margin: auto;
    padding: 50px 0;
    bottom: 10%;

}
.contact-section02 a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0px;
    box-sizing: border-box;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    font-feature-settings: "palt";
}
.contact-section02 a::after{
    content: "〉";
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    color: #333;
    border-radius: 100px;
    line-height: 20px;
    font-size: 10px;
    -webkit-text-stroke: 1px #333;
    box-sizing: border-box;
    padding-left: 8px;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 25%);

}
.contact-inner {
  max-width: 100%;
  width: calc(100% - 25%);
    display: flex;
    margin: 0 auto;
    justify-content:space-between;
    gap:20px;
}

.contact-Left{
    width: 50%;
    height: 100%;
    background: linear-gradient(180deg, #74EAF4, #4FB7C0);
    border-radius: 100px;
    padding:1.5em;
box-sizing: border-box;
box-shadow: 0px 7px 0px #419198;
transition: .3s;

}
.contact-Left:hover{
    transform: translateY(5px);
    box-shadow: 0 0 0 #419198;
}

.contact-Right{
    width:60%;
    height: 100%;
    background: linear-gradient(180deg, #D71068, #CC1543);
    border-radius: 100px;
    padding:1.5em;
    box-sizing: border-box;
    box-shadow: 0px 7px 0px #6D0702;
    transition: .3s;

}
.contact-Right:hover{
    transform: translateY(5px);
    box-shadow: 0 0 0 #6D0702;
}

.contact-form-text{
    display: block;
    display: block;
    font-size: 10px;
    text-align: center;

}
.contact-form-text p{
  font-size: 0.7rem;
    font-weight: bold;
    text-align: center;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-shadow: 1px 1px 4px rgb(0 0 0 / 25%);
    font-feature-settings: "palt";
}
.contact-form-text img{
    margin-right: 7px;
    height: 20px;

}
.contact-form-text-main{
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 1.3em;
}
.contact-form-text-tel{
    font-size:1.7rem;
    line-height: 1em;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 0;

}
.balloon2-right {
    position: relative;
    display: flex;
    margin: 0;
    margin-right: 1em;
    padding:10px 20px;
    box-sizing: border-box;
    height: auto;
    width: auto;
    aspect-ratio: 1/1;
    font-size: 16px;
    background: #F6C700;
    border-radius: 3px;
}
.balloon2-right:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 99%;
    margin-top: -10px;
    border: 10px solid transparent;
    border-left: 10px solid #F6C700;
}
.balloon2-right p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-align: center;
    line-height: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    font-weight: bold;
}
.menu{
    width: 100%;
    background-color: #DFE8ED;
    border-bottom: 3px solid #1f1d1d;
    padding: 0;

}
.menu-list{
  max-width: 100%;
  width: calc(100% - 25%);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    border-radius: 7px 7px 0 0;
}
.menu-list li{
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 10px;
  background: #1f1d1d;
  box-sizing: border-box;
  border-bottom: 0;
  border: 1px solid #DFE8ED;
  border-bottom: 0;

}
.menu-list li a{
    font-weight: bold;
    color: #fff;
    position: relative;
    display: block;
    width: 100%;
    padding: 20px;
    padding-right: 40px;
    font-size: 14px;
    text-align: center;

}
.menu-list li a::after,.open-menu a::after{
    content: "〉";
    position: absolute;
    right: 5%;
    top: 35%;
    width: 20px;
    height: 20px;
    background-color: #fff;
    color: #333;
    border-radius: 100px;
    line-height: 20px;
    font-size: 10px;
    -webkit-text-stroke: 1px #333;
    box-sizing: border-box;
    padding-left: 8px;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 25%);

}
.open-menu a::after{
    display: none;
}


.menu-list li:first-child{
    border-radius: 7px 0 0 0;


}
.menu-last-child{
    border-radius: 0 7px 0 0;
    border-right: 0px !important;


}
.open-menu{
    background: #fff !important;
    box-sizing: border-box;
    border: 3px solid #1f1d1d;
    border-bottom: 0;
    /* border-right: 3px solid #1f1d1d; !important;
    border-left: 3px solid #1f1d1d; !important; */
  }
.open-menu a{
    color: #1f1d1d !important;
    font-weight: bold;
    text-align: center;
    font-size: 16px !important;


}
.reason{
    background-image: url(../img/bg-reason.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;

}
.use-rgba-image {
    background: rgba(225,245,248,0.4);
    padding: 100px 0 50px;

  }
  .use-rgba-image-b {
    background: rgba(225,225,225,0.8);
    padding: 100px 0 50px;

  }

.inner{
    max-width: 100%;
    width: calc(100% - 25%);
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 50px;
    box-sizing: border-box;



}
.inner-b{
  max-width: 100%;
  width: calc(100% - 25%);
    margin: 0 auto;
    background: transparent;
    border-radius: 10px;
    box-sizing: border-box;
    padding-top: 100px;

}
.content-title{
    margin: 0;
    text-align: center;
    color: #FFF;/*文字色*/
    position: relative;

}
.content-title::after{
    content: "";
    position: absolute;
    width: calc(100% - 0px);
    height: 5px;
    background: #1f1d1d;
    top: 50px;
    left: 0;
    z-index: 0;
}

.reason-sub-ttl{
margin: 0;
font-size: 36px;
position: relative;

}
.reason-sub-ttl span{
    font-size: 52px;


}
.color-yellow{
    color: #FFE30E;

}
.color-red{
  color: #D4125D;
}
.color-red2{
  color: #C81636;

}
.bold{
  font-weight: bold;
}
.color-red-g{
    background: linear-gradient(180deg, #D4115E 0%, #C81636 100%);
    background: -webkit-linear-gradient(180deg, #D4115E 0%, #C81636 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.txt-36{
    font-size: 36px !important;
}
.ribbon1 {
    display: inline-block;
    position: relative;
    height: 100px;
    line-height: 50px;/*リボンの高さ*/
    text-align: center;
    padding: 20px 100px;/*横の大きさ*/
    background: #1f1d1d;/*塗りつぶし色*/
    box-sizing: border-box;
    z-index: 1;
  }

  .ribbon1:before, .ribbon1:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }

  .ribbon1:before {
    top: 0;
    left: -1px;
    border-width: 50px 0px 50px 30px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
  }

  .ribbon1:after {
    top: 0;
    right: -1px;
    border-width: 50px 30px 50px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
  }
  .reason-main-ttl{
    color:#1f1d1d;
    font-size: 62px;
    padding-bottom: 30px;
    margin-bottom: 30px;

  }
  .reason-main-ttl span{
    color: #EF7E00;
  }
  .content-title-typeB{
    color:#000;
    font-size: 62px;
    margin-bottom: 50px;
    text-align: center;

  }
  .content-title-typeB span{
    color: #EF7E00;
  }
  .font92{
    font-size: 92px;

  }
  .reason-list{
    width: 100%;


  }
  .reason-list li{
    background: #1f1d1d;/*塗りつぶし色*/
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;


  }
  .reason-num{
    display: inline-block;
    position: relative;
    background: #EF7E00;
    text-align: center;
    color: #fff;
    padding: 15px 20px;
    box-sizing: border-box;
    top:0px;
    left: -30px;
    font-size: 21px;
    line-height: 1em;
    font-weight: 550;
    font-family:"DM Sans", sans-serif;
    margin: 0;
    margin-bottom: 30px;
  }
  .reason-num span{
    font-size: 36px;

  }

  .reason-airticle{
    width: 65%;
    font-feature-settings: "palt";

  }
  .reason-airticle p{
    font-size: 14px;
    color: #fff;
    margin: 0;
    margin-top: 10px;
    line-height: 1.7em;
  }
  .reason-airticle h3{
    font-size: 26px;
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;

  }
  .reason-airticle span{
    font-size: 28px;
    font-weight: bold;
    margin-right: 10px;
  }
  .reason-img{
    width: 20%;

  }
  .reason-img img{
    width: 100%;
    border-radius: 10px;


  }
  .price{

  }
  .price_info{
    text-align: center;
    max-width: 540px;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
    border: 2px solid #ddd;
    border-radius: 20px;
    margin-bottom: 50px;
    color: #C81636;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
  }
  .price_info span{
    font-size: 100px;
    line-height: 1em;
    margin-left: 5px;
  }
  .price_info p{
    color: #999;
    font-size: 14px;
    margin: 0;
    margin-top: 10px;

  }
  .price{
    background-image: url(../img/bg02.png);
    background-repeat: repeat;
    background-position: top;
    background-size: contain;
  }
  .price-head{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 250px;
    background: #1f1d1d;
    position: relative;
    box-sizing: border-box;
  }
  .price-head img{
    width: 40%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #1f1d1d;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;

  }

  .price h3{
    font-size: 24px;
    border-left: 5px solid #1f1d1d;
    padding-left: 10px;
    box-sizing: border-box;
    display: inline-block;

  }
  .price-head h3{
    font-size: 24px;
    border-left: 0px solid #1f1d1d;
    padding-left: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    color: #fff;
    width: 100%;
    padding: 19px 30px 0;
  }
  .price-info-main{
    font-size: 18px;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 0;
    color: #C81636;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;

  }
  .price-yen{
    display: inline;
    font-size: 28px !important;
    color: #C81636 !important;
    margin: 0;
    margin-top: 60px !important;

  }
  .price-teble{
    margin: 0 auto;
    width: 100%;
    margin-bottom: 50px;

  }
  .price-teble thead{

  }
  .thead-ttl{
    text-align: center !important;
    background: #1f1d1d;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 18px;
    width: 50%;
  }
.bg-white{
    background: #fff !important;
}
.color-navy{
    color: #1f1d1d !important;
}
.price-teble tbody{


  }
  .price-teble tr{

  }
  .price-teble th{
    text-align: left;
    padding: 20px 30px;
    background: #1f1d1d;
    color: #fff;

  }
  .price-teble td{
    text-align: right;
    background: #fff;
    padding: 20px 30px;
    color: #D4125D;
    font-weight: bold;
    font-size: 28px;

  }
  .mini{
    font-size: 13px;
  }
  .midle{
    font-size: 24px;
  }
  .large{
    font-size: 52px;
  }
   .ex-large{
    font-size: 72px;
  }
  .case{
    background-image: url(../img/bg03.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;

  }
  .case-list{
    width: 100%;

  }
  .case-list li{
    background: #D4F0F6;
    margin-bottom: 50px;
  }
  .case-article{
    padding: 50px 50px 20px;

  }
  .case-head{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .case-ttl{
    display: flex;
    align-items: center;
    gap: 15px;

  }
  .case-num{
    font-size: 24px;
    color: #EF7E00;
    font-weight: bold;
    font-style: italic;
    font-family:"DM Sans", sans-serif;
  }
  .case-num span{
    font-size: 27px;

  }
  .case-name{
    font-size: 30px;
    font-weight: bold;
  }

  .case-price{
    font-size: 42px;
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    gap: 5px;
    font-family:"DM Sans", sans-serif;


  }
  .case-desc{
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;

  }
  .cese-desc-text{
    width: 65%;

  }
  .cese-desc-ttl{
    font-size: 18px;
    color:#4FB7C0;
    margin-bottom: 20px;
    font-weight: bold;

  }
  .case-desc p{


  }
  .case-img{
    width: 30%;

  }
  .case-img img{
    width: 100%;

  }
  .case-voice{
    background: #4FB7C0;
    padding: 30px 50px;
    display: flex;
    justify-content: space-between;
  }
  .case-voice img{
    width: 190px;
    height: 190px;
    border-radius: 100px;
    margin-right: 50px;

  }
  .case-voice-desc{
    background: #fff;
    padding: 30px;
    border-radius: 10px;

  }
.case-voice-desc p{

  }
  .info-lists{
    margin: 0;
    margin-bottom: 100px;

  }
  .info-lists li{
    border-bottom: 1px solid #ddd;

  }
  .info-lists a{
    display: flex;
    align-items: center;

  }
  .info-lists h3{
    margin-left: 50px;
    margin-top: 50px;
    display: block;
    width: 100%;

  }
  .point-list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;

  }
.point-list li{
  width: 32.1%;
  position: relative;
  z-index: 1;
  padding: 30px 30px 30px 55px;
  box-sizing: border-box;
  padding-top: 25%;
  overflow: hidden;
  color: #fff;
  line-height: 1.7em;
  text-align: justify;
  min-height: 570px;
  font-size: 14px;
}

.point-bg01{
  background-image: url(../img/point-bg01.jpg);
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #d7d8e6;
  transition-duration: .3s;
  transition-property: transform;

}
.point-bg02{
  background-image: url(../img/point-bg02.jpg);
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #d7d8e6;
  transition-duration: .3s;
  transition-property: transform;

}
.point-bg02-2{
  background-image: url(../img/point-bg02-2.png);
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #d7d8e6;
  transition-duration: .3s;
  transition-property: transform;

}
.point-bg03{
  background-image: url(../img/point-bg03.jpg);
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #d7d8e6;
  transition-duration: .3s;
  transition-property: transform;

}
.point-numberside{
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.45);
  height: 100%;
  display: flex;
  align-items: flex-start;
  line-height: 1;
  width: 29px;
  justify-content: center;
  padding-top: 20px;
  box-sizing: border-box;

}
.point-numberside > b{
  display: block;
    font-weight: inherit;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 12px;
    color: #333;

}
.point-numberside::after{
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 100%;
  margin-left: 1px;

}
.point-numberbg{
  position: absolute;
  z-index: 1;
  font-size: 130px;
  font-weight: normal;
  line-height: 0;
  color: #fff;
  mix-blend-mode: overlay;
  opacity: .15;
  bottom: 0px;
  right: -20px;
  font-family: "DM Sans", sans-serif;
}
.point-ttl{
  font-size: 21px;
  margin: 0;
  text-align: justify;
  color: #333;
  margin-bottom: 20px;
}
.point-ttl p{
  display: inline-block;
  background: #fff;
  margin: 0 0 5px;
  font-feature-settings: "palt";
  }
.center{
  text-align: center;
}
.justify{
  text-align: justify;
}
.attention{

}
.merit{
  margin: 0 auto;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;

}
.channel{
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  box-sizing: border-box;


}
.channel-inner{
  margin:0;
}
.channel-ttl{
  font-size: 24px;
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 3px solid #ddd;
    padding-bottom: 10px;
}
.channel-ttl img{
  max-height: 50px;
  height: 100%;
  width: auto;
  object-fit: contain;
  margin-right: 20px;
}
.channel-ttl a{
  text-decoration: underline;

}
.channel-list{
  display: flex;
  justify-content: space-between;
  margin: 30px 0 50px;
  flex-wrap: wrap;
}
.channel-list li{
  width: 48.2222%;
  display: block;
  margin-bottom: 30px;
}
.channel-item-article{
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
}
.channel-item-article img{
  width: 33%;
  object-fit: contain;
}
.channel-item-article p{
  width: auto;
  margin: 0;
  margin-left: 20px;
  font-size: 12px;
  line-height: 1.7em;
  font-feature-settings: "palt";
  text-align: justify;
}
.channel h3{
  font-size: 16px;

}
/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
  list-style: none;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.accordion-area li{
  margin: 10px 0;
}

.accordion-area section {
border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 1% 3% 1% 50px;
  transition: all .5s ease;
  font-weight: bold;
  margin-bottom: 1%;
  margin-top: 1%;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #333;

}
.title::before{
  top:48%;
  left: 15px;
  transform: rotate(0deg);

}
.title::after{
  top:48%;
  left: 15px;
  transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.title.close::before{
transform: rotate(45deg);
}

.title.close::after{
transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;/*はじめは非表示*/
  background: #f3f3f3;
margin:0 3% 3% 3%;
  padding: 3%;
}

.accordion-area h3{
  font-size: 28px;
  display: block;
  width:auto;
    margin: 20px auto;


}
.bg-blue{
  color: #1f1d1d;
  background: #1f1d1d;
  padding: 10px 0;
  padding-left: 20px;
  border-left: solid 7px #010079;
  margin-bottom: 0;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  box-sizing: content-box;
  text-align: left;
}
.bg-orange{
  color: #EF7E00;
  background: #EF7E00;
  padding: 10px 0;
  padding-left: 20px;
  border-left: solid 7px #EF7E00;
  margin-bottom: 0;
  background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
  box-sizing: content-box;
  text-align: left;
}
.list-type-c{
  display: flex;
  gap: 15px;
  background: #fff;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.list-type-c a{
  display: inline-block;
  width: auto;

}
.list-type-c span{
  background: #f5f5f5;
  box-sizing: border-box;
  padding: 5px;

}
.price-detail{
  max-width: 960px;
    margin: 0 auto;
}
.price-detail-inner{
  padding-top: 100px;
  margin-bottom: -100px;
}
.price-detail-top{
  background: #1f1d1d;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  padding: 0 30px 30px 50px;
  margin-right: 50px;
  z-index: 1;
}
.price-detail-img{
  width: 55%;
  position: absolute;
  top: -85px;
  right: -50px;
  z-index: 0;

}
.price-detail-img img{
  width: 100%;

}
.balloon-area{
  text-align: center;
  position: absolute;
  top: -115px;
  left: 0;
  width: auto;

}
.price-detai-article{
  width: 45%;
    box-sizing: border-box;
    padding: 30px 0;
    padding-right: 0;
    position: relative;
    z-index: 1;
}
.price-detai-article-main{
  margin-top: 20px;

}
.price-detai-article-main span{
  font-size: 16px;
  text-align: justify;
  color: #fff;
  line-height: 1.7em;
  font-feature-settings: "palt";
}
.price-detai-article-main p{
  margin: 0;
  background: #f5f5f5;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 20px;

}
.price-detai-article-main-ttl{
  color: #fff;
  font-size: 32px;
  margin-top: 0;

}
.price-detai-article-main-attention{
  width: 100%;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  margin-top: 10px;
  border-radius: 7px;
  color: #4FB7C0;

}
.price-detail-bottom{
  background: #FFE30E;
  padding: 30px;
  padding-top: 190px;
  position: relative;
  top: -180px;
  box-sizing: border-box;
  border-radius: 0 0 20px 20px;
  margin-left: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;

}
.ribbon{
  background: #C81636;
  display: inline-flex;
  align-items: center;
  padding: 0 30px;
  line-height: 3.5em;
  font-size: 30px;
  transform: skewX(-10deg);
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-right: 20px;
  margin-left: 20px;

}
.price-detail-desc {
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
p.price-detail-desc-p{
  width: auto !important;
  font-size: 42px;
  margin: 0;
  font-weight: bold;
  font-style: italic;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.price-detail-descList{
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #000;
  padding: 15px 0;
  margin: 0;

}
.price-detail-descList li{
  width: 30%;
  position: relative;
  display: flex;
  gap: 15px;
}
.price-detail-descList li::after{
  content: "+";
  position: relative;
  top: 40%;
  left: 10px;
  font-size: 24px;
  line-height: 1em;
}
.price-detail-descList li:last-child::after{
  content:"";
}
.price-detail-descList li img{
  width: 70px;
  height: 70px;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  object-fit: contain;
}
.price-detail-descItem{
  display: block;
  width: 100%

}
.price-detail-descItem p{
  margin: 0;
  margin-top: 10px;
  font-size: 14px;
  font-feature-settings: "palt";

}
.price-detail-descList-ttl{
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1em;
}
.price-detail-bottom p{
  width: 100%;
  margin: 0;

}
.hdd{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;

}
.hdd-img{
  width: 35%;
}
.hdd-img img{
  width: 100%;
}
.hdd-img-ttl{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  background: #1f1d1d;
  color: #fff;
  padding: 10px;
  border-radius: 7px;

}
.hdd-img-copy{
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  border-bottom: 5px dotted;

}
.hdd-list{
  width: 60%;
  margin: 0;
  padding: 0;

}
.hdd-item{
  padding: 0px 0 15px 30px;
  margin-bottom: 15px;
  border-bottom: 3px dotted #ddd;
  font-weight: bold;
  position: relative;

}
.hdd-item::before{
  content: "";
  background-image: url(../img/cheack-box-icon.svg);
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  object-fit: contain;
  background-repeat: no-repeat;

}
.about{
  width: 1000px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hdd-item p{
max-width: 0;
}
.about-list{
  width: 100%;
  margin: 0 auto;

}
.about-list thead{

}
.about-list tr{
  margin: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
  font-size: 15px;

}
.about-list th{
  width: 30%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
    background: #1f1d1d;
    color: #fff;

}
.about-list td{
  padding: 20px;
  padding-left: 30px;
  line-height: 1.7em;
  background: #f5f5f5;

}






.recruit-list{
  width: 100%;
  margin: 0 auto;
  padding-bottom:50px;

}
.recruit-list thead{

}
.recruit-list tr{
  margin: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
  font-size: 15px;

}
.recruit-list th{
  width: 30%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
    background: #1f1d1d;
    color: #fff;

}
.recruit-list td{
  padding: 20px;
  padding-left: 30px;
  line-height: 1.7em;
  background: #f5f5f5;

}

.contact{
  max-width: 840px;
    margin: 50px auto;
    padding-top: 100px;


}
.contact-tell{
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  margin: 50px auto;
  background: linear-gradient(180deg, #74EAF4, #4FB7C0);
  border-radius: 10px;
  color: #fff;
  display: block;
  box-shadow: 0px 10px 0px #419198;
  transition: .3s;
}
.contact-tell:hover{
  transform: translateY(5px);
  box-shadow: 0 0 0 #419198;

}
.contact-tell p{
  margin: 0;
}

/************************************
** お問い合わせフォームの入力
************************************/

.content-inner {
  padding: 50px;

}

.question {
  display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
    align-items:center;
}
.question p {
  font-weight: bold;
    line-height: 1;
    font-size: 20px;
    background: #5DD4CA;
    color: #010101;
    box-sizing: border-box;
    padding:0;
    aspect-ratio: 1/1;
    width: 40px;
    height: 40px;
    border: 3px solid #010101;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.question span {
  line-height: 1.5em;
  font-size: 16px;
  font-weight: bold;
}
.answer {
  display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 20px;
}
.answer p{
  font-weight: bold;
    line-height: 1;
    font-size: 20px;
    background: #F12727;
    color: #fff;
    box-sizing: border-box;
    padding: 0;
    aspect-ratio: 1/1;
    width: 40px;
    height: 40px;
    border: 3px solid #010101;
    border-radius: 50%;
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: center;
}
.answer span{
  line-height: 1.5em;
  font-size: 16px;
}
.regist-box{
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 30px;
    margin:15vh auto;
    overflow: hidden;
    width: 100%;
}
.regist-attention{
    line-height: 1.7em;
    border: 3px solid #010101;
    box-sizing: border-box;
    padding: 15px;
    font-weight: bold;
    border-radius: 7px;
}
.regist-btn-box{
    padding: 0;
    border: 0;
    display: block;
    width: 100%;
    background: transparent;
}
.regist-form{
    display: block;
    margin-bottom: 10px;

}
input{
    border: none;
}
.regist-item{
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-sizing: border-box;
    color: #333;
    font-size: 16px;
    height: 2.507em;
    max-width: 100%;
    padding: 0 0.75em;
    transition: color .3s,border .3s,background .3s,opacity .3s;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 20px;

}
.allow-box input[type="checkbox"] {
    display: none;
}
input.allow-box{
    padding: 8px 15px 8px 15px;
    border-radius: 6px;
    display: -webkit-inline-box;
    border: solid 3px #ffe000;
    color: #010101;
    transition: .5s;
    font-weight: 600;

}
.regist-list{
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 0;

}
.regist-list li{

}
.required{
    font-size: smaller;
    color: #fff;
    border: solid 2px #eb4c4c;
    background-color: #eb4c4c;
    border-radius: 4px;
    font-weight: 100;
    padding: 0 2px;
    margin-right: 0.4em;
    font-weight: 500;
}
.inquiry{
    font-size: smaller;
    color: #666;
    border: solid 2px #ddd;
    background-color: #ddd;
    border-radius: 4px;
    font-weight: 100;
    padding: 0 2px;
    margin-right: 0.4em;
    font-weight: 500;
}









#cf-tbl{
  width: 100%;
  box-shadow: 20px 20px 50px rgba(0,0,0,.08);
  padding: 50px;
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
  }
  #cf-tbl p{
    margin: 0;
    }
    #cf-tbl tr{
      margin: 0;
      padding: 20px;
      box-sizing: border-box;
      background-color: #fafafa;
      display: block;
      }

  #cf-tbl table{
    width: 100%;
    border-collapse: collapse;
    border: none;
    border-width: 1px;
    color: #444;
    border-radius: 10px;
  }
  #cf-tbl table tr th,
  #cf-tbl table tr td{
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
  vertical-align: middle;
  background: #fff;
  width: 100%;
  display: block;
  box-sizing: border-box;
  }
  #cf-tbl table tr th{
    width: auto;
    background: none;
    padding: 0;
    margin-bottom: 15px;
  }
  #cf-tbl table td{
    border: none;
    padding: 0 !important;
  }
  @media screen and (max-width:768px){
  #cf-tbl{
  width: 100%;
  padding: 20px;
  }

  #cf-tbl table,
  #cf-tbl table tbody,
  #cf-tbl table tr,
  #cf-tbl table tr th,
  #cf-tbl table tr td{
  display: block;
  }

  #cf-tbl table{
  width: 100%;
  border-width: 0 0 1px 0;
  }

  #cf-tbl table tr th,
  #cf-tbl table tr td{
  width: 100%;
  padding: 3% 0;
  }

  #cf-tbl table tr td{
  border-width: 0px 1px 0px 1px;
  }
  }
  /*「必須」文字デザイン*/
  .required{
    font-size: .8em;
    padding: 5px;
    /* background: #F57500; */
    color: #fff;
    border-radius: 3px;
    margin-right: 5px;
    background: linear-gradient(180deg, #D71068, #CC1543);
  }

  /*「任意」文字デザイン*/
  .optional{
  font-size:.8em;
  padding: 5px;
  background: #ddd;
  color: #444;
  border-radius: 3px;
  margin-right: 5px;
  }

  /* 入力項目を見やすく */
  input.wpcf7-form-control.wpcf7-text,
  textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 15px 15px;
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #ccc;
  }
  textarea.wpcf7-form-control.wpcf7-textarea {
    height: 200px;
  }

  /* 「送信する」ボタン */
  input.wpcf7-submit {
    display: block;
    padding: 15px;
    width: 400px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    margin: 15px auto 0;
    background: linear-gradient(180deg, #D71068, #CC1543);
    border: none;
  }
  @media screen and (max-width:768px){
  input.wpcf7-submit {
  width: 250px;
  }
  }

  input.wpcf7-submit:hover {
    box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
    transform: translateY(-4px);
    opacity:0.7;
  }
  /* エラーメッセージを見やすく */
  span.wpcf7-not-valid-tip,
  .wpcf7-response-output.wpcf7-validation-errors {
    color: red;
    font-weight: 600;
  }

  .contact-title{
    text-align: center;
    background: linear-gradient(180deg, #D71068, #CC1543);
    color: #fff;
    padding: 25px 20px;
    border-radius: 10px 10px 0 0;
    margin: 0;
  }
  .wpcf7-list-item{
    display: block !important;
    padding: 0;
    margin: 0 !important;
    line-height: 2em;
    background: #fafafa;
  }

  .privacy{
    overflow: scroll;
    height: 350px;
    margin: 50px 0;
    border: 1px solid #ccc;
    padding: 20px;
    box-sizing: border-box;

  }
  .privacy p{
    margin: 10px 0 !important;
    line-height: 1.7em;
  }
  .info-all{
    display: block;
    width: auto;
    text-align: center;
    margin: 0 0 100px;
    padding: 20px;
    box-sizing: border-box;
    color: #1f1d1d;
    font-size: 18px;
    font-weight: bold;
  }

/* === Welcart integration (minimal, follows existing theme look) === */
.item-list{
  list-style:none;
  padding:0;
  margin:40px 0;
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(260px,1fr));
  gap:24px;
}
.item-card{ border:1px solid #ddd; padding:16px; text-align:center; }
.item-card__media{ aspect-ratio:1/1; overflow:hidden; }
.item-card__title{ font-size:1rem; margin:12px 0 6px; }
.item-card__price{ color:#C81636; font-weight:bold; }

.p-product__grid{ display:grid; grid-template-columns:1fr 1fr; gap:32px; align-items:start; }
.p-product__price{ font-size:1.25rem; color:#C81636; margin: 0 0 12px; }
.p-product__meta{ font-size:.9rem; color:#666; margin-bottom:16px; }
.p-product__media img{ width:100%; height:auto; display:block; }
@media screen and (max-width: 767px){
  .p-product__grid{ grid-template-columns:1fr; gap:20px; }
}


/* === PDP (Product Detail Page) Shopify-like === */
.pdp__grid{display:grid;grid-template-columns:1.4fr 1fr;gap:40px;align-items:start;margin:20px 0 60px;}
.pdp__media-main img{width:100%;height:auto;display:block;}
.pdp__thumbs{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-top:12px;}
.pdp__thumb img{width:100%;height:auto;display:block;border:1px solid #eee;padding:4px;box-sizing:border-box;}
.pdp__thumb:hover img{border-color:#999;}
.pdp__title{margin-top:0;}
.pdp__priceLine{display:flex;align-items:baseline;gap:10px;margin:10px 0 20px;}
.pdp__price{font-size:1.6rem;font-weight:bold;color:#000;}
.pdp__tax{font-size:.85rem;color:#666;}
.pdp__meta{font-size:.9rem;color:#666;margin:12px 0 18px;}
.pdp__desc{margin-top:24px;line-height:1.9;}
/* Welcartの数量/カートUIを見栄え調整（クラスはプラグイン出力に依存） */
.usccart_navi, .usces_skuoption, .skuform, .skudiv, .usces_sku{margin-bottom:14px;}
.skuprice, .price{font-weight:bold;}
input.usces_quantity{width:80px;max-width:100%;padding:8px;border:1px solid #ddd;}
input.usces_cart_button, input.usces_continue_shopping_button, .usces_continue_shopping_button, .usces_cart_button{
  display:inline-block;padding:12px 18px;border:1px solid #222;background:#222;color:#fff;cursor:pointer;letter-spacing:.05em;
}
input.usces_cart_button:hover, .usces_cart_button:hover{opacity:.9;}
@media screen and (max-width: 1024px){
  .pdp__grid{grid-template-columns:1fr;gap:24px;}
  .pdp__thumbs{grid-template-columns:repeat(5,1fr);}
}
@media screen and (max-width: 767px){
  .pdp__thumbs{grid-template-columns:repeat(4,1fr);}
}
