@charset "utf-8";
:root {
  --main-color: #EB5C01;
  --gray-color: #DDDDDD;
  --blue-color: #004F8D;
}/*////////////////////////////////////////////////////////////////////// */
/*  ---  base  ---   */
body{
    font-feature-settings: "palt";
    color: #000;
}
table{
  width: 100%;
}
* span, * a, * input{
  color: inherit;
  text-decoration: none;
  line-height: inherit;
}
.c-mainImg{
  width: 100%;
  position: relative;
  margin: 0;
}
.c-mainImg img{
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}
h3.has-large-font-size{
  font-size: 35px !important;
}
/*////////////////////////////////////////////////////////////////////// */
/*  ---  layout  ---   */
.l-container{
  padding: 180px 0 8rem;
}
@media (min-width: 768px){
  .l-container{
    padding-top: 0;
  }
}
.l-wrapper{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

@media (min-width: 992px){
  .l-wrapper {
      padding-left: 15px;
      padding-right: 15px;
      
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      flex-direction: row-reverse;
      gap: 0 30px;
    }
}
.l-wrapper--service{
  max-width: 100%;
  padding: 0;

}

.l-main{
  display: block;
  min-width: 0;
  width: 100%;
  flex: 1;
}
/*////////////////////////////////////////////////////////////////////// */
/*  ---  header  ---   */
.header{
  width: 100%;
  border-top: 6px solid #EB5C01;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb5c01', endColorstr='#ffffff', GradientType=1);
  position: fixed; 
  z-index: 99;
}
@media (min-width: 768px){
  .header{
    position: relative; 
  }
}
.header .inner{
  background-color: #fff;
}
.header .inner-in{
  display: flex;
  gap: 45px;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  height: 110px;
}
@media (min-width: 768px){
  .header .inner-in{
    justify-content: center;
    position: relative;
    left: 50px;
    height: 126px;
  }
}
@media (min-width: 992px){
  .header .inner-in{
    left: 80px;
  }
}
@media (min-width: 1200px){
  .header .inner-in{
    left: 125px;
  }
}
.header .inner-in .left-area{
   position: relative;
   left: 105px;
}
@media (min-width: 768px){
  .header .inner-in .left-area{
   position: static;
  }
}
.header .inner-in .new-logo{
    width: 30vw;
    min-width: 130px;
    max-width: 150px;
}
@media (min-width: 768px){
  .header .inner-in .new-logo{
    width: 150px;
  }
}
.header .inner-in .new-logo > img{
  width: 100%;
  height: auto;
}
.header .inner-in figure.logo{
  margin-bottom: 0;
}
.header .inner-in figure.logo a{
  color: #000;
  text-decoration: none;
}
.header .inner-in figure.logo a img{
  width: 30px;
  height: auto;
  vertical-align: middle;
}
@media (min-width: 768px){
  .header .inner-in figure.logo a img{
    width: 60px;
  }
}
.header .inner-in figure.logo a figcaption{
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 768px){
  .header .inner-in figure.logo a figcaption{
    padding: 0 0 0 15px;
  }
}
.header .inner-in figure.logo a figcaption span{
  font-size: 1.2rem;
  font-weight: normal;
  padding: 0 5px 0 0;
}
.header .inner-in .right-area{
  width: 100%;
  position: absolute;
  left: 0;
  top: 110px;
  background-color: #fff;
  z-index: 3;
}
@media (min-width: 768px){
  .header .inner-in .right-area{
    height: 120px;
    width: auto;
    padding: 7.5px 0 0;
    position: relative;
    left: auto;
    top: auto;
  }
}
@media (min-width: 992px){
  .header .inner-in .right-area{
    padding: 15px 0 0;
  }
}
.header .inner-in .right-area h1{
  width: 100%;
  margin: 10px 0;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  text-align: center;
  display: none;
}
@media (min-width: 768px){
  .header .inner-in .right-area h1{
    display: block;
    text-align: right;
    margin: 0 0 15px;
    font-size: 14px;
  }
}
@media (min-width: 1200px){
  .header .inner-in .right-area h1{
    font-size: 1.6rem;
  }
}

.header .inner-in .right-area .col2{
  padding: 10px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  width: 100%;
}
@media (min-width: 768px){
  .header .inner-in .right-area .col2{
      position: absolute;
      bottom: -10px;
      left: 0;
      justify-content: end;
      position: static;
      border-top:none;
      border-bottom:none;
      padding: 0;
  }
}
.header .inner-in .right-area a.tel{
  display: inline-block;
  width: 200px;
}
@media (min-width: 576px){
  .header .inner-in .right-area a.tel{
    width: 300px;
  }
}
.header .inner-in .right-area a.tel > img{
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.header .inner-in .right-area a.contact{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  
   max-width: 80px;
  width: 100%;
  height: 50px;
  padding: 15px;
  border-radius: 35px;
        background-color: #004f8d;
        color: #fff;
        font-size: 1.5rem;
        text-decoration: none;
        font-weight: bold;
        line-height: 50px;
        text-align: center;
        transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
@media (min-width: 992px){
  .header .inner-in .right-area a.contact{
   max-width: 290px;
  }
}
.header .inner-in .right-area a.contact span{
  display: none;
}
@media (min-width: 992px){
  .header .inner-in .right-area a.contact span{
  display: block;
}
}
.header .inner-in .right-area a.contact > img{
  width: 28px;
}
.header .inner-in .menu-btn{
  display: block;
  position: relative;
  right: 10px;
  cursor: pointer;
  margin-bottom: 0;
}
@media (min-width: 768px){
  .header .inner-in .menu-btn{
    display: none;
  }
}
.header .inner-in .menu-btn:hover{
 cursor: pointer;
}
.header .inner-in .menu-btn .icon{
  width: 60px;
  height: 60px;
  fill: #1295d8;
}
.header .inner-in .menu-btn.active .icon.icon-menu{
  display: none;
}
.header .inner-in .menu-btn .icon.icon-close{
  display: none;
}
.header .inner-in .menu-btn.active .icon.icon-close{
  display: block;
}
.siteLogo{
    z-index: 1;
    margin: 0 0 0 0;
    transform: rotate(25deg);
    text-align: right;
    width: 200px;
    height: 260%;
    background-color: #EB5C01;
    position: absolute;
    top: -16%;
    left: -150px;
    transform-origin: right;
    border-right: 2px solid #666;
}
@media (min-width: 768px){
  .siteLogo{
    z-index: 100;
    width: 50%;
    height: 110%;
    top: -5%;
    left: -300px;
  }
}
@media (min-width: 992px){
   .siteLogo{
    left: -400px;
  }
}
@media (min-width: 1200px){
  .siteLogo{
    left: -435px;
  }
}
.siteLogo::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100px;
  top: 0;
  background-color: var(--main-color);
  transform: rotate(-25deg);
  transform-origin: right;
}
.siteLogo > img{  
  position: absolute;
  right: 0;
  margin: 40px 5px 0 0;
  box-sizing: border-box;
  height: auto;
  right: 0;
  top: 0;
  width: 60px;
  height: auto;
  transform: rotate(-25deg);
}
@media (min-width: 768px){
  .siteLogo > img{  
    position: absolute;
    right: 0;
    margin: 40px 0px 0 0;
    box-sizing: border-box;
    height: auto;
    right: 0;
    top: 0;
    width: 100px;
    height: auto;
    transform: rotate(-25deg);
  }
}

/* global-nav */
#global-nav{
  overflow-y: auto;
  position: fixed;
  box-sizing: border-box;
  z-index: 2;
  width: 100%;
  top: 180px;
}
@media (min-width: 768px){
  #global-nav{
    top: 0;
    position: relative;
    overflow: unset;
    height: auto !important;
    background-color: #EB5C01;
    padding-left: 40px;
  }
}
@media (min-width: 992px){
   #global-nav{
      padding-left: 130px;
      top: 0;
      left: 0;
   }
}
#global-nav.is-open{
  height: 100% !important;
}
#global-nav.nav-fixed{
  position: fixed;
}
#global-nav .navList{
  display: none;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 15px;
  background-color: #EB5C01;
}
@media (min-width: 768px){
  #global-nav .navList{
    display: flex;
    padding: 0;
    flex-direction: row;
    max-width: 700px;
  }
}
@media (min-width: 992px){
    #global-nav .navList{
      max-width: 1000px;
  }
}
#global-nav.is-open .navList{
  padding-bottom: 200px;
}
#global-nav .navItem{
  flex: 1;
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px){
  #global-nav .navItem{
    border-bottom: none;
    border-right: 1px solid #fff;
  }
}
@media (min-width: 768px){
  #global-nav .navItem.home{
    width: 70px;
    flex: unset;
  }
}
@media (min-width: 992px){
  #global-nav .navItem.home{
    width: 90px;
  }
}
#global-nav .navItem.solution,
#global-nav .navItem.service{
  position: relative;
  z-index: 1;
}
#global-nav .navItem.solution.is-open .slideItem:last-of-type:after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--main-color);
  position: relative;
  bottom: 2px;
}
#global-nav .navLink{
    color: #fff;
    padding: 20px 0;
    display: flex !important;
    align-items: center;
    gap: 10px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    z-index: 1;
}
@media (min-width: 768px){
  #global-nav .navLink{
    text-align: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    height: 70px;
    padding: 0 10px;
    font-size: 14px;
  }
}
@media (min-width: 992px){
  #global-nav .navLink{
    font-size: 16px;
    padding: 0;
  }
}
#global-nav .navLink > span.en{
  font-weight: 400;
  font-size: 12px;
}
#global-nav .navLink:hover{
  cursor: pointer;
}
#global-nav .navItem.is-open::after{
  /* content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); */
}

#global-nav .slide{
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 15px;
  transition: 0.3s;
}
@media (min-width: 768px){
  #global-nav .slide{
    padding-bottom: 0;
    position: absolute;
    height: 0;
    overflow: hidden;
    transition: 0.3s;
    top: 100%;
    left: 0;
  }
}
/* #global-nav .navItem.is-open .slide{
  overflow: visible;
} */
#global-nav .service .slide{
  height: auto;
  overflow: visible;
  transition: unset;
}
@media (min-width: 768px){
  #global-nav .service .slide{
    display: none;
  }
}
#global-nav .slideList{
  border: 1px solid var(--main-color);
}
#global-nav .slideItem{
  border-bottom: 1px solid var(--main-color);
}
#global-nav .slideItem:last-of-type{
  border-bottom: none;
}
#global-nav .slideItem.js-navSubService:hover{
  cursor: pointer;
}
#global-nav .slideLink{
  padding: 9px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  text-align: left;
}
@media (min-width: 768px){
  #global-nav .slideLink{
    background-color: #F0F2F4;
    color: #000000;
  }
}
#global-nav .navItem.service .slideLink::after{
    content: "";
    position: relative;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 9px solid var(--main-color);
}
#global-nav .service .slideLink{
  border-bottom: 1px solid #fff;
  padding-left: 0;
  font-weight: bold;
}
@media (min-width: 768px){
  #global-nav .service .slideLink{
    border-bottom: none;
    padding:9px;
    font-weight: 500;
  }
}
#global-nav .slideSub{
    display: block;
}
@media (min-width: 768px){
  #global-nav .slideSub{
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 190px;
    display: none;
}
}
#global-nav .slideLink.is-open{
  background-color: var(--main-color);
  color: #fff;
}
#global-nav .navItem.service .slideLink.is-open::after{
  border-left: 9px solid #fff;
}
#global-nav .slideLink.is-open .slideSub{
  opacity: 1;
  visibility: visible;
}
#global-nav .slideListSub{
  border-top: 1px solid var(--main-color);
  border-right: 1px solid var(--main-color);
  border-left: 1px solid var(--main-color);
}
#global-nav .slideItemSub{
  border-bottom: 1px solid var(--main-color);
}
#global-nav .slideItemSub:last-of-type{
  border-bottom: none;
}

#global-nav .slideLinkSub{
  padding: 9px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: block;
  text-align: left;
}
@media (min-width: 768px){
  #global-nav .slideLinkSub{
    background-color: #F0F2F4;
    color: #000000;
  }
}

#global-nav .navItem.products .slide{
  z-index: 1;
}
@media (min-width: 768px){
  #global-nav .navItem.products .slide{
    background-color: #F0F2F4;
  }
}
#global-nav .navItem.products .slideList{
  border: none;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0;
}
@media (min-width: 768px){
  #global-nav .navItem.products .slideList{
    padding:30px 15px;
  }
}
#global-nav .productsNav .productsNav_title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px){
  #global-nav .productsNav .productsNav_title{
    border-bottom: 1px solid #000;
    color: #000;
  }
}
#global-nav .productsNav .productsNav_title a{

}
@media (min-width: 768px){
  #global-nav .productsNav .productsNav_title a{
    color: #fff;
    background-color: var(--main-color);
    padding: 8px 20px;
  }
}
#global-nav .productsNavList{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#global-nav .productsNavItem{
  width: calc(100% / 3 - 40px / 3);
  text-align: left;
}
@media (min-width: 768px){
  #global-nav .productsNavItem{
    width: calc(100% / 5 - 80px /5);
    text-align: left;
  }
}
#global-nav .productsNavLink{
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
#global-nav .productsNavLink::before{
    content: "";
    position: relative;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 9px solid var(--main-color);
}
@media (min-width: 768px){
  #global-nav .productsNavLink{
    color: #000;
  }
}
/*////////////////////////////////////////////////////////////////////// */
/*  ---  footer  ---   */
.global-footer .contact-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 290px;
  height: 50px;
  background-color: var(--blue-color);
  color: #fff;
  border-radius: 35px;
  font-size: 16px;
  font-weight: bold;
}
.global-footer .contact-btn > img{
  width: 28px;
}

/*////////////////////////////////////////////////////////////////////// */
/*  ---  sidebar  ---   */
.l-sidebar{
  height: 100%;
  display: none;
}
@media (min-width: 992px){
  .l-sidebar{
    display: block;
    width: 260px;
  }
}
.l-sidebar .l-sidebar__title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--main-color);
  color: #fff;
  font-size: 2rem;
  padding: 15px 2rem;
  font-weight: bold;
}
.l-sidebar .l-sidebar__content--case .l-sidebar__title::after,
.l-sidebar .l-sidebar__content--cut .l-sidebar__title::after{
  content: "";
  position: relative;
  width: 0;
  height: 0;
  border-left: 9px solid #fff; 
  border-bottom: 5.5px solid transparent;
  border-top: 5.5px solid transparent;
  transition: 0.3s;
}
.l-sidebar .l-sidebar__title.is-open::after{
  transform: rotate(90deg);
}
.l-sidebar .l-sidebar__title.js-sidebar:hover{
  cursor: pointer;
  opacity: 0.6;
}
.l-sidebar .l-sidebar__list{
  display: none;
  margin-bottom: 3rem;
}
.l-sidebar .l-sidebar__list .l-sidebar__list__item{
  padding: 15px 0;
  border-bottom: 1px solid var(--gray-color);
}
.l-sidebar .l-sidebar__list .l-sidebar__list__link{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: bold;
}
.l-sidebar .l-sidebar__list .l-sidebar__list__link::before{
  content: "";
  position: relative;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid var(--main-color); 
}
.l-sidebar .l-sidebar__listPack > p{
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid var(--gray-color);
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.l-sidebar .l-sidebar__listPack > ul{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.l-sidebar .l-sidebar__listPack > ul li{
  font-size: 14px;
  font-weight: 500;
  width: calc(50% - 15px / 2);
  display: flex;
  align-items: center;
  gap: 10px;
}
.l-sidebar .l-sidebar__listPack > ul li::before{
  content: "";
    position: relative;
    width: 0;
    height: 0;
    border-left: 9px solid var(--main-color);
    border-bottom: 5.5px solid transparent;
    border-top: 5.5px solid transparent;
    transition: 0.3s;
}
.l-sidebar .l-sidebar__content--youtube a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border: 1px solid var(--main-color);
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
}
.l-sidebar .l-sidebar__content--youtube a > i{
  font-size: 34px;
  color: #FF0000;
}
/*////////////////////////////////////////////////////////////////////// */
/*  ---  btn  ---   */
.c-mainBtn {
    display: flex;
    justify-content: center;
}
.c-mainBtn__link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 5rem;
  margin: 0 auto;
  padding: 15px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  max-width: 180px;
  background-color: var(--main-color);
  transition: 0.3s;
  border-radius: 30px;
}
.c-mainBtn__link::after{
    content: "";
    position: relative;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #fff;
}
/*////////////////////////////////////////////////////////////////////// */
/*  ---  title  ---   */
.c-title{
  font-size: 3.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 7rem;
}
.c-title::after{
  content: "";
  display: block;
  background-color: var(--main-color);
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  height: 5px;
  width: 200px;
}
/*////////////////////////////////////////////////////////////////////// */
/*  ---  お問い合わせフォーム  ---   */
.wpcf7-form-control-wrap{
  width: 100%;
}
::placeholder {
	color: var(--gray-color);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding-top: 10px;
  }
  
  .form-content th,
  .form-content td {
    padding: 0;
  }
  
  .form-content th{
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	text-align: left;
	display: flex;
	align-items: center;
  }
  @media (min-width: 768px){
	.form-content th{
		font-size: 18px;
	  	width: 300px;
	}
  }
  
  .form-content td{
    width: 100%;
  }
  @media (min-width: 768px){
    .form-content td{
      width: calc(100% - 300px);
    }
  }
  
  .form-content .form-content__title {
	text-align: left;
	margin-bottom: 10px;
  }
  @media (min-width: 768px){
	.form-content .form-content__title {
	  margin-bottom: 0px;
	}
  }
  
  .form-content .form-content__title p {
    font-size: 2rem;
    font-weight: bold;
  }
  
  .form-content .form-content__must,
  .form-content .form-content__any {
    font-size: 14px;
    font-weight: 500;
    padding: 2px 6px;
    margin-right: 10px;
    white-space: nowrap;
    color: #fff;
  }
  
  .form-content .form-content__must{
    background-color: var(--main-color);
  }
  
  .form-content .form-content__any{
    background-color: #29292A;
  }
  
  .form-content .form-content__wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 3rem;
  }
  @media (min-width: 768px){
	.form-content .form-content__wrap {
	  flex-direction: row;
	}
  }
  
  .form-content .form-content__wrap:last-child{
	margin-bottom: 5rem;
  }
  
  .form-content .form-content__input input {
    width: 100%;
    border-radius: unset;
    padding: 10px;
    height: 5rem;
    border: 1px solid var(--gray-color);
    font-size: 14px;
  }
  .form-content .tel .form-content__input input,
  .form-content .region .form-content__input input{
	  max-width: 270px;
  }
  .form-content .region,
  .form-content .radio,
  .form-content .textarea,
  .form-content .file{
    border-bottom: 1px solid var(--gray-color);
    padding-bottom: 3rem;
  }
  .form-content .name .flex-name{
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
  
  .form-content .name .flex-name:last-of-type{
	margin-right: 0;
  }
  
  .form-content .postal-detail > td{
	display: flex;
	flex-direction: column;
	gap: 10px;
  }
  
  
  .form-content__input select{
	width: 100%;
  }
  @media (min-width: 576px){
	.form-content__input select{
	  width: 49.23%;
	}
  }
  
  .form-content .name td {
    display: flex;
  }
  
  .form-content .name .form-content__input {
	display: flex;
	align-items: center;
	flex-direction: row;
  }
  @media (min-width: 1200px){
	.form-content .name .form-content__input {
	  flex-direction: row;
	}
  }
  
  .form-content .name .form-content__input > p{
	width: 100%;
  }
  
  .form-content .postal .p-postal-code{
	margin-right: 10px;
  }
  
  .form-oontent .select select{
	height: 4rem;

	font-size: 16px;
	appearance: none;
	padding: 0 30px 0 15px;
	position: relative;
	background-color: #fff;
  }
  

  
  .form-content .select .wpcf7-form-control-wrap::after{
	width: 8px;
	height: 8px;
	border-top: 2px solid #404040;
	border-right: 2px solid #404040;
	position: absolute;
	top: 40%;
	right: 20px;
	transform: rotateZ(135deg);
	content: "";
	pointer-events: none;
  }
  
  .form-content .select .wpcf7-form-control-wrap:has(.is-empty )::after{
	border-top: 2px solid var(--sub-color);;
	border-right: 2px solid var(--sub-color);;
  }
  
  .form-content .form-content__wrap.radio input{
    width: auto;
    height: auto;
    position: relative;
  }
  
  .form-content .form-content__wrap.radio .wpcf7-list-item-label{
	font-size: 16px;
  }
  
  .form-content .radio .wpcf7-radio{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0px 2rem;
    margin-bottom: -30px;
  }
  @media (min-width: 576px){
      .form-content .radio .wpcf7-radio{
        gap: 10px 2rem;
      }
  }
    .form-content .radio .wpcf7-radio .wpcf7-list-item{
      margin: 0;
    }
  .form-content .radio .wpcf7-radio .wpcf7-list-item > label{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
  }
  @media (min-width: 576px){
	.form-content .radio .wpcf7-radio .wpcf7-list-item > label{
	  margin-top: 0;
	}
  }
  
  .form-content .radio .wpcf7-radio .wpcf7-list-item > label input{
    width: auto;
    vertical-align: baseline;
    height: auto;
    margin: 0;
    border: 1px solid var(--gray-color);
   
  }
  @media (min-width: 576px){
    .form-content .radio .wpcf7-radio .wpcf7-list-item > label input{
 transform: scale(1.2);
    }
  }
  .form-content .radio .wpcf7-radio .wpcf7-list-item > label span{
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-left: 10px;
  }
  
  .form-content .form-content__select select.is-empty {
	color: #a5a5a5;
  }
  
  .form-content .file th p{
	display: flex;
	align-items:flex-start;
	margin-right: 30px;
  }
  
  
  .form-content .file .form-content__file p:nth-child(n+2){
	  line-height: 1.2;
	  font-family: var(--NotoSans);
	  letter-spacing: 0.1em;
	  font-size: 12px;
	  font-weight: 400;
  }
  
  /* ///// */
  
  label.file_attachment{
	margin-bottom: 5px;
	display: block;
  }
  
  label.file_attachment:nth-of-type(n + 2){
	display: none;
  }
  
  
  span.filebutton
  {
	color: #222222;
	font-size: 12px;
	background-color: #EDEDED;
	border: 1px solid #B5B5B5;
	margin: 4px 0 0 0;
	padding: 6px 5px;
	max-width: 160px;
	letter-spacing: 0.1em;
	text-align: center;
	transition: .3s;
	cursor: pointer;

	margin-right: 10px;
	position: relative;
	border-radius: 3px;
	font-weight: 500;

  }
  @media (min-width: 576px){
	span.filebutton{
	  height: auto;
	  width: 105px;
	}
  }
  
  span.filetextdefault{
	display: inline-block;
	font-weight: 500;
	letter-spacing: 0.05em;
	font-size: 14px;
  }
  
  span.filebutton:hover{
	background-color: #c8c8c8;
  }
  
  input[type=file]{
	display: none;
  }
  
  input[type=file]:focus{
	outline: none;
  }
  
  .c-formItemContentFilesAdd{
	margin: 10px 0 0 0;
	width: 150px;
	font-size: 13px;
	line-height: 1.3;
	background-color: var(--gray-color);

	padding: 8px 10px 8px 10px;
	cursor: pointer;
	position: relative;
  }
  
  .c-formItemContentFilesAdd:before,
  .c-formItemContentFilesAdd:after{
	content: '';
	display: block;
	background: #333;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
  }
  
  .c-formItemContentFilesAdd:before{
	height: 1px;
	width: 10px;
	right: 8px;
  }
  
  .c-formItemContentFilesAdd:after{
	height: 10px;
	width: 1px;
	right: 12.5px;
  }
  
  
  /* ////// */
  .p-download .form-content .textarea .form-content__input span{
	font-size: 14px;
	font-weight: 500;
	color: var(--gray-color);
	letter-spacing: 0.1em;
  }
  
  .form-content .textarea,
  .form-content .postal-detail,
  .form-content .file{
	align-items: flex-start;
  }
  
  .form-content .textarea textarea {
    width: 100%;
    min-height: 20rem;
    border: 1px solid var(--gray-color);
    padding: 10px;
  }
  
  .form-content .textarea .form-content__title,
  .form-content .postal-detail .form-content__title,
  .form-content .file .form-content__title{
    position: static;
  }
  @media (min-width: 768px){
	.form-content .textarea .form-content__title,
	  .form-content .postal-detail .form-content__title,
	  .form-content .file .form-content__title{
	  position: relative;
	  top: 10px;
	}
  }
  
  .form-content .form-content__file p {
	color: #2b2b2b;
	font-size: 14px;
	margin-bottom: 10px;
  }
  
  .form-content .form-content__file p:first-of-type {
	display: flex;
	flex-direction: column;
  }
  .form-content .form-content__file p:last-of-type {
	margin-bottom: 0px;
  }
  
  td.form-content__file input {
	border: none !important;
  }
  
  .form-content .check input{
    appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid var(--gray-color);
    border-radius: 50%;
    background-color: #fff;
    vertical-align: middle;
    cursor: pointer;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
  }
    .form-content .check input:checked{
      background-color: #0066cc;
    }

  .form-content .check .wpcf7-checkbox{
	display: flex;
	flex-wrap: wrap;
	gap: 10px 3rem;
	align-items: center;
  }
  
  .form-content .check .wpcf7-list-item-label{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  	@media (min-width: 768px){
		.form-content .check .wpcf7-list-item-label{
			font-size: 18px;
		}
	}
  
  .privacy-btn {
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 3rem;
    float: none !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
  
  .privacy-btn label{
    font-weight: 500;
  }
  
  .privacy-btn > p{
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  
  .privacy-btn a{
	  color: #1295D8;
    border-bottom: 1px solid #1295D8;
    display: inline-flex;
    align-items: center;
    gap: 1px;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .form .c-mainBtn{
	height: 6rem;
	padding: 0;
	border: none;
	transition: 0.3s;
  }
  
  .form .c-mainBtn input[type="submit"],
  .form .c-mainBtn input[type="button"]{
    background:var(--bk-color_blue);
    color: #fff;
    border: 1px solid var(--bk-color_blue);
   }
  
  .form .c-mainBtn input[type="submit"]:disabled,
  .form .c-mainBtn input[type="button"]:disabled{
    background:#fff;
    color: var(--bk-color_blue);
  }
  .form .c-mainBtn:hover input[type="submit"]:disabled,
  .form .c-mainBtn:hover input[type="button"]:disabled{
    background:#fff;
    color: var(--bk-color_blue);
    cursor: not-allowed;
  }
  
  .form .c-mainBtn::before{
	content: none;
  }
  
  .form .c-mainBtn:hover{
	opacity: 1;
  
  }
  
.form .c-mainBtn:hover input[type="submit"],
.form .c-mainBtn:hover input[type="button"]{
background:#fff;
	color: var(--bk-color_blue);
 }
  
  .p-contact-text > p{
	font-size: 16px;
	line-height: calc(25.6/16);
	text-align: center;
  }
  
  .p-contact-text > p.color{
	color: var(--main-color);
	font-weight: bold;
  }
  
  .p-contact-tel{
	display: flex;
	flex-direction: column;
	font-size: 18px;
	font-weight: bold;
	gap: 15px 3rem;
	justify-content: center;
	align-items: center;
	position: relative;
  }
  @media (min-width: 768px){
	.p-contact-tel{
	flex-direction: row;
	}
  }
  
  .p-contact-tel::before{
	position: absolute;
	content: "";
	top: 50%;
	left: calc(50% + 15px);
	transform: translate(-50%,-50%);
	width: 25px;
	height: 1px;
	background-color: var(--gray-color);
  }
  @media (min-width: 768px){
	.p-contact-tel::before{
	  left: calc(50% + 25px);
	  width: 1px;
	  height: 25px;
	}
  }
  @media (min-width: 992px){
	.p-contact-tel::before{
	  left: calc(50% + 18px);
	}
  }
  
  .p-contact-tel > a{
	font-size: 3rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	letter-spacing: 0.08em;
	gap: 5px;
  }
  
  .p-contact-tel > a i{
	color: var(--main-color);
	font-size: 20px;
  }
  
  .p-download .form-content .tel .form-content__input input{
	width: 100%;
  }
  
  .form .c-mainBtn::after{
	position: absolute;
	content: none;
  }
  
  .form input[type="submit"],
  input[type="button"] {
	font-weight: bold;
	padding: 10px 30px;
	background: none;
	letter-spacing: 0.1em;
	height: 100%;
	width: 100%;
	transition: 0.3s;
	font-size: 16px;
	border-radius: 43px;
	min-height: 7rem;
  }
  .wpcf7-list-item {
	margin: 0;
  }
  
  .wpcf7-spinner {
	display: none;
  }
  
.c-submitBtn{
  max-width: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 70px;
}
.c-submitBtn .c-submitBtn__link{
  background-color: var(--blue-color);
  width: 100%;
  height: inherit;
  border-radius: 35px;
}
.c-submitBtn .c-submitBtn__link input[type="submit"]{
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  border-radius: 35px;
  border:none;
}
/*////////////////////////////////////////////////////////////////////// */
/*  ---  table  ---   */
.c-table table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.c-table tr{
  border-bottom: 1px solid #29292A;
}
.c-table tr:first-child{
border-top: 1px solid #29292A;
}
.c-table th,
.c-table td{
	display: block;
	width: 100%;
	text-align: left;
	padding: 18px 20px;
	font-weight: 500;
	font-size: 14px;
	border-right: 1px solid #29292A;
	border-left: 1px solid #29292A;
}
@media (min-width: 768px){
  .c-table th,
  .c-table td{
		display: table-cell;
		width: auto;
		vertical-align: middle;
  }
}
.c-table th:nth-child(1),
.c-table td:nth-child(1){
		background-color: #F0F2F4;
		border-bottom: 1px solid #29292A;
}
@media (min-width: 768px){
  .c-table th:nth-child(1),
  .c-table td:nth-child(1){
      width: 120px;
      	border-bottom:none;
  }

}
/*////////////////////////////////////////////////////////////////////// */
/*  ---  editor  ---   */
.c-editor > *,
.c-editor .wp-block-column > *,
.c-editor .wp-block-group__inner-container > *{
    margin-bottom: 15px;
}

.c-editor > *:last-child{
  margin-bottom: 0;
}

.c-editor p{
  font-size: 14px;
  font-weight: 400;
  line-height: calc(20.4/14);
  letter-spacing: 0.1em;
}

.c-editor h2,
.c-editor h3,
.c-editor h4,
.c-editor h5,
.c-editor h6{
  clear: both;
  font-weight: bold;
}

.c-editor h2{
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 3rem;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px solid var(--gray-color);
}
@media (min-width: 576px){
  .c-editor h2{
    font-size: 2.3rem;
  }
}
.c-editor h2::after{
  content: "";
  position: absolute;
  background-color: var(--main-color);
  width: 10rem;
  height: 1px;
  left: 0;
  bottom: -1px;
}

.c-editor * + h2{
  margin-top: 4rem;
}


.c-editor h3{
  font-size: 24px;
  background-color:var(--main-color);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 12px 15px;
}
@media (min-width: 576px){
  .c-editor h3{
    font-size: 30px;
  }
}
.c-editor * + h3{
  margin-top: 2rem;
}

.p-column .c-editor * + h3{
  margin-top: 4rem;
}
.c-editor h4{
  font-size: 20px;
  color: var(--main-color);
  border-bottom: 2px solid #29292A;
  padding-bottom: 10px;
  margin-bottom: 2rem !important;
}
@media (min-width: 576px){
  .c-editor h4{
    font-size: 28px;
  }
}
.c-editor h5{
  font-size: 18px;
  color: #29292A;
  background-color: #F0F2F4;
  padding: 10px 20px;
  margin-bottom: 20px !important;
}
@media (min-width: 576px){
  .c-editor h5{
    font-size: 24px;
 }
}
.c-editor h6{
  font-size: 16px;
  color: var(--main-color);
  margin-bottom: 20px !important;
}
@media (min-width: 576px){
  .c-editor h6{
    font-size: 20px;
  }
}

.c-editor * + h4,
.c-editor * + h5,
.c-editor * + h6{
  margin-top: 4rem;
}

.c-editor ul li{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: calc(20/14);
  list-style-type: none;
}
.c-editor ul li + li{
  margin-top: 5px;
}
.c-editor ul li:before{
  content: "・";
  display: inline-block;
  padding-right: 5px;
}

.c-editor ol li{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: calc(20/14);
  list-style-type: none;
	counter-increment: cnt;
}
.c-editor ol li + li{
  margin-top: 5px;
}
.c-editor ol li:before{
  content: counter(cnt) ".";
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
}

.c-editor figure,
.c-editor img{
  width: 100%;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 576px){
  .c-editor figure,
  .c-editor img{
    width: auto;
  }
}
@media (min-width: 768px){
  .c-editor figure,
  .c-editor img{
  text-align: initial;
  }
}

.c-editor img{
  border: 1px solid var(--gray-color);
}

.c-editor figcaption,
.c-editor .wp-caption-text{
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: calc(20/14);
  letter-spacing: 0.1em;
  margin-top: 5px;
}

.c-editor figcaption{
  margin-bottom: 0;
}

.c-editor .wp-block-image img,
.c-editor .wp-block-image img{
  margin-bottom: 1rem;
}

.c-editor p.alignleft,
.c-editor div.alignleft,
.c-editor .wp-block-image .alignleft {
  float: unset;
  margin-right:auto;
  margin-left:auto;
}
@media (min-width: 768px){
  .c-editor p.alignleft,
  .c-editor div.alignleft,
  .c-editor .wp-block-image .alignleft {
    margin-right: 3rem;
    float: left;
    margin-top: 0;
    margin-bottom: 3rem;
  }
}

.c-editor p.alignright,
.c-editor div.alignright,
.c-editor .wp-block-image .alignright {
  float: unset;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px){
  .c-editor p.alignright,
  .c-editor div.alignright,
  .c-editor .wp-block-image .alignright {
    margin-left: 3rem;
    float: right;
    margin-bottom: 3rem;
  }
}

.c-editor .wp-block-image > .alignleft img,
.c-editor .wp-block-image > .alignright img{
  margin-bottom: 2rem;
}
@media (min-width: 576px){
  .c-editor .wp-block-image > .alignleft img,
  .c-editor .wp-block-image > .alignright img{
  margin-bottom: 0rem;
}
}

.c-editor .wp-block-media-text__media{
  margin-bottom: 3rem;
}
@media (min-width: 600px) {
  .c-editor .wp-block-media-text__media{
    margin-bottom: 0rem;
  }
}

.c-editor .wp-block-group{
  gap: 3rem;
  flex-direction: column;
  margin-top: 3rem;
}
@media (min-width: 768px){
  .c-editor .wp-block-group{
    flex-direction: row;
  }
}

.c-editor .wp-block-group:has(figure){
  margin-bottom: 3rem;
}

.c-editor a{
  display: inline-flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  color: var(--main-color);
  font-size: 14px;
  font-weight: bold;
}
.c-editor a::after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent var(--main-color);
  border-width: 5px 0px 5px 8.66px;
}

.c-editor p:has(>a){
  margin-bottom: 10px !important;
}

.wp-block-columns-is-layout-flex{
  justify-content: center;
}

@media (min-width: 782px){
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
    flex-basis: auto;
    flex-grow: unset;
  }
}

.wp-block-group__inner-container > p:has(+ol),
.wp-block-group__inner-container > p:has(+ul){
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 2rem;
  color: var(--main-color);
  margin-bottom: 20px;
}

.wp-block-media-text{
  grid-template-columns: 40% 1fr;
  gap: 0 30px;
}

.wp-block-media-text.has-media-on-the-right{
  grid-template-columns: 1fr 40%;
  gap: 0 30px;
}

.wp-block-media-text>.wp-block-media-text__content{
  padding: 0;
}

.wp-block-table{
  margin-top: 5rem;
}

.wp-block-table .has-fixed-layout,
.wp-block-table table{
  width: 700px;
}
@media (min-width: 576px){
  .wp-block-table .has-fixed-layout,
  .wp-block-table table{
    width: 100%;
  }
}

.wp-block-table thead{
  border-bottom: none;
}

.wp-block-table td, .wp-block-table th{
  border: 1px solid var(--gray-color);
  font-weight: 500;
}

.wp-block-table td{
  text-align: center;
}

.wp-block-table th{
  background-color: var(--lightgray-color);
}

.wp-block-separator{
  border: none;
  border-top: 1px solid var(--gray-color);
  margin-bottom: 20px !important;
  margin-top: 20px;
}
/*////////////////////////////////////////////////////////////////////// */
/*  ---  c-pagination  ---   */
.bl-pagination{
  margin-top: 50px;
}
.bl-pagination__list{
  max-width: 1200px;
	margin: 5rem auto 0;
	display: flex;
	justify-content: center;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 10px;
}
.bl-pagination__link{
		display: inline-block;
		padding: 0 3px;
		width: 30px;
		height: 30px;
		font-size: 14px;
		font-weight: bold;
		line-height: 1;
		color: var(--main-color);
		border: 1px solid var(--main-color);
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
}
@media (min-width: 576px){
  .bl-pagination__link{
    	font-size: 16px;
  }
}
.bl-pagination__link:hover,
.bl-pagination__link:focus,
.bl-pagination__link:active,
.bl-pagination__link.on-pagination{
			color: #fff;
			opacity: 1;
			background-color: var(--main-color);
}

/*////////////////////////////////////////////////////////////////////// */
/*  ---  c-caseList  ---   */
.c-productsList {
	gap: 3rem 0;

}
.c-productsItem .c-productsItem__link{
  display: flex;
  flex-direction: column;
  border: 1px solid var(--main-color);
  height: 100%;
}
.c-productsItem .c-productsItem__img figure{
  margin-bottom: 0;
}
.c-productsItem .c-productsItem__info{
  flex: 1;
}
.c-productsItem .c-productsItem__ttl{
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  background-color: var(--main-color);
  padding: 15px 20px;
}
@media (min-width: 576px){
  .c-productsItem .c-productsItem__ttl{
    font-size: 20px;
  }
}
.c-productsItem .c-productsItem__tax{
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.c-productsItem .c-productsItem__tax li{
  font-size: 16px;
  font-weight: 500;
}
