@charset "UTF-8";

/******************************
  パンくず
******************************/
.cmn-breadcrumb{
  background: #fce7ec;
  padding: 10px;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.cmn-breadcrumb a{
  color: #333;
}
@media only screen and (max-width: 767px) {
  .cmn-breadcrumb{
    background: #fce7ec;
    padding: 10px;
    font-size: 14px;
    position: relative;
    width: 100%;
  }
}

/*****************************
    ページのコンテンツ少ないとき
*****************************/
.cmn-main{
  min-height: calc(100vh - 600px);
}

/*****************************
    アンカー
*****************************/
a.anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
  position: relative;
  z-index: -1;
}

/*****************************
    ページャー
*****************************/
.pager{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  text-align: center;
}
.pager li{
  width: calc(100%/3);
}
.pager .prev a{
  background: #f45c7a;
  color: #fff;
  padding: 6px 60px 6px;
}
.pager .prev a:hover{
  background: #fff;
  border: 1px solid #f45c7a;
  color: #f45c7a;
  opacity: 1;
}
.pager .all a{
  background: #f45c7a;
  border: 1px solid #f45c7a;
  color: #fff;
  padding: 6px 60px 6px;
  transition: .5s;
}
.pager .all a:hover{
  background: #fff;
  color: #f45c7a;
  opacity: 1;
}
.pager .next a{
  background: #f45c7a;
  color: #fff;
  padding: 6px 60px 6px;
}
.pager .next a:hover{
  background: #fff;
  border: 1px solid #f45c7a;
  color: #f45c7a;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 820px) {
}

@media screen and (max-width: 767px) {
  .pager .prev a{
      padding: 6px 30px 6px;
  }
  .pager .all a{
      padding: 6px 30px 6px;
  }
  .pager .next a{
      padding: 6px 30px 6px;
  }
}
/*****************************
    ページネーション
*****************************/
.pagination{
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
}
.pagination .current{
  background: #408F00;
  border: 1px solid #ccc;
  color: #fff;
  padding: 3px 10px 3px;
}
.page-numbers{
  background: #F0F5F5;
  border: 1px solid #ccc;
  padding: 3px 10px 3px;
}
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 820px) {
}

@media screen and (max-width: 767px) {
  .pagination{
      margin-top: 60px;
  }
}

/*****************************
    single
*****************************/
.singlehead{
  margin-top: 30px;
}
.singlehead .date{
  color: #888;
}
.singlehead h2{
border-bottom: 2px solid #fce7ec;
    position: relative;
    color: #f45c7a;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .singlehead h2{
    font-size: 18px;
  }
}

/*****************************
    404
*****************************/
.page-404 .morebtn{
  text-align: center;
  margin-top: 30px;
}
.page-404 .morebtn a{
  background: #f45c7a;
  border: 1px solid #f45c7a;
  color: #fff;
  padding: 10px 40px 10px;
  transition: .5s;
}
.page-404 .morebtn a:hover{
  background: #fff;
  color: #f45c7a;
  opacity: 1;
}

/******************************
  common
******************************/
.imgbox{
  text-align: center;
}
.link-txtunder,
.singlecontent a{
  color: #004B9E;
  text-decoration: underline;
}
.link-txtunder:hover,
.singlecontent a:hover{
  text-decoration: none;
}
.singlecontent p,
.txtbox p:not(:last-of-type){
  margin-bottom: 1rem;
}

/******************************
  inner
******************************/
.inner1,
.inner2,
.inner3{
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 2rem;
}
.inner2{
  max-width: 1920px;
}
.inner3{
  max-width: 1280px;
}
.innernp{
  margin: 0 auto;
  max-width: 1920px;
}
.inner2 .inner1,
.inner2 .inner3,
.inner3 .inner1{
  padding: 0 !important;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
.inner1,
.inner2,
.inner3{
  padding: 0 1rem;
}
}

/******************************
  flex
******************************/
.flexbox1{
  display: flex;
  flex-wrap: wrap;
}
.flexbox2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  min-height: 60px;
  transition: 0.5s;
}

.cmnhead.on .flexbox2{
  min-height: 50px;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
.flexbox2{
  min-height: unset;
}

.cmnhead.on .flexbox2{
  min-height: unset;
}
}

.flexbox3{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex{
  display: flex;
}
.frr{
  flex-direction: row-reverse;
}
.fac{
  align-items: center;
}
.fast{
  align-items: stretch;
}
.fafe{
  align-items: flex-end;
}
.fafs{
  align-items: flex-start;
}
.fabl{
  align-items: baseline;
}

.fbox,
.ftxtbox,
.fimgbox{
  width: 48%;
}
.fimgbox{
  text-align: center;
}

/******************************
  title
******************************/
.title-style01{
  margin-bottom: 40px;
}
.title-style01 .title-style01__main{
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 2px;
  color: #f45c7a;
  position: relative;
}
.title-style01 .title-style01__sub{
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  color: #333;
}

/******************************
  text
******************************/
.text-style01 p{
  margin-bottom: 40px;
}

/******************************
  deco(装飾)
******************************/



/******************************
  btn
******************************/
.top_btn {
  margin: 20px 0;
}
.top_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: min(280px, 100%);
  margin: 0 auto;
  padding: 10px 30px 10px 30px;
  border: 1px solid #f45c7a;
  border-radius: 40px;
  font-size: 16px;
  color: #fff;
  transition: .6s;
  background: #f45c7a;
}
.top_btn a:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #f45c7a;
  color: #f45c7a;
  background: #fff;
  opacity: 1;
  transition: .6s;
}
.top_btn a::after {
  position: absolute;
  right: 1em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 1.5em;
  height: .5em;
  background-color: #fff;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
  transition: .6s;
}
.top_btn a:hover::after {
  /* transform: translateY(-50%) scaleX(1.4); */
  border: 1px solid #f45c7a;
}
.top_btn a:hover::after {
  position: absolute;
  right: -1em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 1.5em;
  height: .5em;
  background-color: #f45c7a;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
}

.btn {
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 50px;
    display: inline-block;
    padding: 1rem 4rem;
    transition: .6s;
    width: 100%;
    max-width: 350px;
    text-align: center;
    letter-spacing: 1px;
}
.btn:hover {
    transition: .6s;
    opacity: 1;
}
.btn1 {
    background: #ffffff;
    color: #f45c7a;
    border: 2px solid #f45c7a;
    line-height: 1.2;
}

.btn1:hover {
    background: #f45c7a;
    color: #fff;
}

/******************************
  table
******************************/







/* footer_logo */
.footer_logo{
  width: 280px;
  transition: 0.5s;
}
.footer_logo:hover{
  transform: scale(0.95);
  transition: 0.5s;
}


.navlist a{
  display: block;
  position: relative;
  opacity: 1;
}
.cmnhead.on .navlist a{
  color: #333; 
}

/* @media screen and (max-width: 1180px) {
.navlist a{
  padding: 0 1rem;
  padding-left: 10px;
  font-size: 16px;
}
} */

/* ハンバーガーメニューの時 */
@media screen and (max-width: 1024px) {
.navlist a{
  color: #333; 
}
}

/* 下線 */
.navlist a::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #008635;
  transition: width 0.4s ease;
}

@media screen and (max-width: 1024px) {
.navlist a::after{
  display: none;
}
}


.navlist a:hover::after,
.navlist .nowpage a::after{
  width: 100%;
}


/* アイコン */
.navlist a{
  position: relative;
}


.navlist a:hover::before,
.navlist .nowpage a::before{
  opacity: 1;
  transform: translate(0, -50%);
}


.contact_head_flex{
    display: flex;
    color: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 85px;
    line-height: 1.3;
}
.contact_head_flex i{
  font-size: 22px;
}

.cmnhead .headcon{
  position: absolute;
  top: -15px;
  right: 0px;
  background: #008635;
  width: 160px;
  height: 85px;
  transition: 0.5s;
}
.cmnhead .headcon img{
  padding: 0px 30px;
  transition: 0.5s;
}
@media screen and (max-width: 1300px) {
.cmnhead .headcon{
  position: absolute;
  top: -15px;
  right: 0px;
  width: 120px;
  height: 85px;
  border-radius: 0 0 0px 0px;
  transition: 0.5s;
}
.cmnhead .headcon img {
    padding: 15px 10px 10px;
    transition: 0.5s;
}
}
@media screen and (max-width: 1024px) {
.cmnhead .headcon{
  display: none;
}
.cmnhead .headcon img {
  display: none;
}
}


/* スクロール変化 */
.cmnhead.on .headcon{
  position: absolute;
  top: -15px;
  right: 0px;
  transition: 0.5s;
  height: 84px;
  border-radius: 0 0 0px 0px;
}

.cmnhead.on  .headcon img{
  padding: 20px 50px 10px;
  transition: 0.5s;
}
@media screen and (max-width: 1300px) {
.cmnhead.on  .headcon img{
    padding: 15px 15px 10px;
    transition: 0.5s;
}
}


/* スクロール変化 */


.spbtn{
  background: #012f18;
  border-radius: 2px;
	cursor: pointer;
  display: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height:40px;
  z-index: 9999;
}
.spbtn span{
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 50%;
  height: 2px;
  transition: all .4s;
  transform: translateX(-50%);
  width: 20px;
}
/* .spbtn span:nth-of-type(1) {
	top:10px;
}
.spbtn span:nth-of-type(2) {
	top:18px;
}
.spbtn span:nth-of-type(3) {
	top:26px;
} */
.spbtn.active span:nth-of-type(1) {
  top: 14px;
  left: 14px;
  transform: translateY(6px) rotate(-135deg);
  width: 30%;
}
.spbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.spbtn.active span:nth-of-type(3){
  top: 26px;
  left: 14px;
  transform: translateY(-6px) rotate(135deg);
  width: 30%;
}
.splogo{
  display: none;
}
  .spstyle_navi{
    display: none;
  }

@media only screen and (max-width: 1024px) {
  .spstyle_navi{
    display: block;
  }

  .spbtn{
    display: block;
  }
  .cmnnav {
    padding: 0 2rem;
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
  }
/* .cmnnav.active {
    position: fixed;
    top: 0;
    right: 0;
    width: min(400px, 100%);
    height: 100dvh;
    margin-left: auto;
    background: linear-gradient(135deg, #008635 0%, #0b5d2f 45%, #012f18 100%);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
  .cmnnav.active .splogo{
    display: block;
    margin: 3rem auto 2rem;
    max-width: 240px;
    text-align: center;
    filter: brightness(0) invert(1);
  } */
  .navlist{
    visibility: hidden;
    transform-origin: top center;
    transform: scale(.5);
  }
  .cmnnav.active .navlist{
    display: block;
    margin: 2rem auto;
    max-width: 300px;
    text-align: center;
    transition: .3s;
    transform: scale(1);
    visibility: visible;
  }
  .cmnnav.active .navlist li a{
    background: rgb(255, 255, 255, 1);
    border: 1px solid #ccc;
    margin: 1rem 0;
    padding: 0.8rem 1rem;
    letter-spacing: 2px;
  }
  .cmnnav.active .navlist li a:hover,
  .cmnnav.active .navlist li.nowpage a{
    background: #f45c7a;
    color: #fff;
  }

}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    
}

/******************************
  footer
******************************/
/* メインカラー設定 */
.cmnfot{
  background: #fffaf8;
}
.cmnfot a{
  color: #333;
}
/* メインカラー設定 */

.fotlogo{
  text-align: center;
  border-bottom: 2px dotted #333;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.fotlogo img{
  filter: brightness(0) invert(1);
  transition: .5s;
}
.fotlogo img:hover{
  transform: scale(0.95);
  transition: 0.5s;
}
.fotflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
      padding: 40px 40px 20px 40px;
  width: min(1000px, 100%);
}
@media screen and (max-width: 767px) {
.fotflex{
  padding: 40px 0px 20px 0px;
}
}


.ffbox1{
  width: 47%;
  margin-right: 3%;
}
.ffbox2{
  width: 25%;
}
.ffbox3{
  width: 25%;
}
address{
  font-style: normal;
}
.ffbox2 li,
.ffbox3 li{
  margin-bottom: 10px;
}

.logolist{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.logolist li{
  border: 1px solid #fff;
  padding: 10px;
  margin: 0 10px;
  list-style: none;
}
.logolist img{
  width: 150px;
  height: auto;
  filter: brightness(0) invert(1);
}

.copyright_area{
background: #3C2B25;
text-align: center;
padding: 10px;
color: #fff;
}
.copyright_area .fotcopy{
  font-size: 14px;
}

@media only screen and (max-width: 820px) {
  .ffbox1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .ffbox2,
  .ffbox3{
    width: 50%;
  }
  .logolist li {
    margin: 10px 10px;
    width: calc(100% / 3);
  }
}
.address_area{
  position: relative;
  padding: 20px 0px;
}

/*****************************
投稿ページはみだし制御
*****************************/
.page-single img{
  max-width: 100%; 
  height: auto;
}

/* 投稿本文内の画像をスマホでもはみ出さないように */
.entry-content img,
.wp-block-image img,
.alignnone img,
.aligncenter img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* キャプション（[caption]）のはみ出し防止 */
.wp-caption {
  max-width: 100%;
  height: auto;
}

.wp-caption img {
  width: 100%;
  height: auto;
}

/* インライン指定されたwidthを上書き */
.entry-content [style*="width:"] {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

/* テキストがはみ出す場合に折り返し */
.entry-content {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/*****************************
TOP_Company
*****************************/
.top_company_only {
    position: relative;
    width: 100%;
    padding: 16rem 0;
    background: url(../images/common/bg_main.webp) no-repeat center / cover;
    z-index: 0;
}
@media screen and (max-width: 767px) {
.top_company_only {
    padding: 8rem 0;
}
}


.top_company_only::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(
      0deg, rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, .95) 5%,
      rgba(255, 255, 255, .5) 10%,
      rgba(255, 255, 255, 0.4) 15%,
      rgba(255, 255, 255, 0) 20%);
    z-index: 1;
}

.top_company_only::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
background: linear-gradient(
  0deg,
  rgba(255, 255, 255, 0) 80%,
  rgba(255, 255, 255, .4) 85%,
  rgba(255, 255, 255, .5) 90%,
  rgba(255, 255, 255, .95) 95%,
  rgba(255, 255, 255, 1) 100%
);
    z-index: 1;
}

/*****************************
TOP_CONTACT
*****************************/
.top_contact_only {
    position: relative;
    width: 100%;
    padding: 2rem 0;
    background: url(../images/common/top_contact_only.webp) no-repeat center / cover;
}
@media screen and (max-width: 767px) {
.top_contact_only {
    padding: 3rem 0;
}
}

.top_contact_only:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(244, 92, 122, 0.2);
}

.top_contact_only .contactbox {
    border: 15px solid rgba(255, 255, 255, .9);
    border-radius: 10px;
    margin: 0 auto;
    width: 960px;
    max-width: 90%;
}
@media screen and (max-width: 767px) {
    .top_contact_only .contactbox {
        max-width: 100%;
    }
}

.top_contact_only .inbox {
    background: rgba(255, 255, 255, .9);
    border-radius: 5px;
    margin: 3px;
    padding: 4rem 2rem 4rem;
    position: relative;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .top_contact_only .inbox {
        padding: 2rem 2rem 2rem;
    }
}

.top_contact_only .fotbox {
    position: relative;
}

.top_contact_only .ttl {
    font-size: 30px;
    letter-spacing: 2px;
}
.top_contact_only .txt {
    font-size: 18px;
    letter-spacing: 1px;
    margin: 2rem 0;
}
@media screen and (max-width: 767px) {
    .top_contact_only .ttl {
        font-size: 26px;
    }
    .top_contact_only .txt {
      font-size: 16px;
      line-height: 1.4;
      margin: 1rem 0;
    }
}

.btn_wrap{
  text-align: center;
  margin-bottom: 20px;
}
.top_contact_only .conbox a {
  font-size: 40px;
  letter-spacing: 2px;
  position: relative;
  padding-left: 35px;
  display: inline-block;
}
.top_contact_only .conbox a::before {
    position: absolute;
    content: "";
    background-image: url(../images/common/top_contact_icon.webp);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    width: 30px;
    aspect-ratio: 1 / 1;
    left: 0px;
    top: 17px;
    opacity: 0.8;
}
.top_contact_only .conbox p {
  font-size: 18px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
.top_contact_only .conbox a {
    font-size: 30px;
    letter-spacing: 1px;
    padding-left: 30px;
}
.top_contact_only .conbox a::before {
    width: 25px;
    top: 13px;
}
.top_contact_only .conbox p {
  font-size: 18px;
  letter-spacing: 2px;
}
}


/******************************
  header
******************************/
.cmnhead{
  background: rgba(255,255,255,0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  box-shadow: 0 2px 10px rgba(0,0,0,.04);
}
.cmnhead .inner2{
  max-width: 1920px;
}
.cmnhead-inner{
  display: flex;
  align-items: center;
  min-height: 105px;
}

/* ロゴ */
.cmnhead-logo{
  flex-shrink: 0;
  margin-right: 25px;
}
.cmnhead-logo a{
  display: flex;
  align-items: center;
}
.cmnhead-logo__icon{
  flex-shrink: 0;
  width: 55px;
  margin-right: 5px;
}
.cmnhead-logo__icon img{
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
.cmnhead-logo__txt{
    display: flex;
    align-items: baseline;
    white-space: nowrap;
    flex-direction: column;
}
.cmnhead-logo__main{
  display: block;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: .05em;
}
.cmnhead-logo__sub{
  display: block;
  font-size: 13px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: .02em;
  margin-top: 0px;
}



/* フッターロゴ */
.footer_logo{
  flex-shrink: 0;
  margin-right: 25px;
}
.footer_logo a{
  display: flex;
  align-items: center;
}
.footer_logo__icon{
  flex-shrink: 0;
  width: 55px;
  margin-right: 5px;
}
.footer_logo__icon img{
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
.footer_logo__txt{
    display: flex;
    align-items: baseline;
    white-space: nowrap;
    flex-direction: column;
}
.footer_logo__main{
  display: block;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: .05em;
}
.footer_logo__sub{
  display: block;
  font-size: 13px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: .02em;
  margin-top: 0px;
}

/* ナビ */
.cmnnav{
  flex: 1;
  min-width: 0;
}
.cmnnav-inner{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.navlist{
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.navlist li{
  flex-shrink: 0;
}
.navlist a{
  display: block;
  position: relative;
  padding: 15px 8px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
}
.navlist a::after{
  content: "";
  position: absolute;
  bottom: 7px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #f45c7a;
  transform: translateX(-50%);
  transition: .3s;
}
.navlist a:hover::after,
.navlist .nowpage a::after{
  width: calc(100% - 16px);
}
.navlist .nowpage a{
  color: #f45c7a;
}

/* 右側 */
.cmnhead-right{
  flex-shrink: 0;
  margin-left: 20px;
}
.cmnhead-btns{
  display: flex;
  align-items: center;
  gap: 10px;
}
.cmnhead-trial,
.cmnhead-contact{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 8px 14px;
  border: 1px solid #f45c7a;
  border-radius: 6px;
  color: #f45c7a;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  transition: 0.5s;
}
.cmnhead-trial{
  background: #f45c7a;
  color: #fff;
}
.cmnhead-trial:hover{
  background: #fff;
  color: #f45c7a;
  opacity: 1;
  transition: 0.5s;
}
.cmnhead-contact:hover{
  background: #f45c7a;
  color: #fff;
  opacity: 1;
  transition: 0.5s;
}
.cmnhead-btn-icon{
  margin-right: 5px;
  margin-bottom: 3px;
  font-size: 16px;
}
.cmnhead-sns{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 8px;
}
.cmnhead-sns a{
  display: flex;
  align-items: center;
  font-size: 15px;
  white-space: nowrap;
}
.cmnhead-sns img{
  flex-shrink: 0;
  width: 23px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  margin-right: 7px;
}

/* ハンバーガー */
.spbtn{
  display: none;
}

@media only screen and (max-width: 1300px) {
  .cmnhead-logo__main{
    font-size: 23px;
  }
  .cmnhead-logo__sub{
    font-size: 10px;
  }
}

@media only screen and (max-width: 1180px) {
  .cmnhead-logo{
    margin-right: 15px;
  }
  .cmnhead-logo__icon{
    width: 42px;
    margin-right: 8px;
  }
  .navlist a{
    padding: 15px 5px;
    font-size: 14px;
  }
  .cmnhead-right{
    margin-left: 10px;
  }
  .cmnhead-trial,
  .cmnhead-contact{
    padding: 8px 10px;
  }
  .cmnhead-sns{
    gap: 12px;
  }
  .cmnhead-trial,
.cmnhead-contact{
  font-size: 12px;
}
.cmnhead-btn-icon{
  margin-right: 3px;
  margin-bottom: -1px;
  font-size: 16px;
}
}

@media only screen and (max-width: 1024px) {
  .cmnhead-inner{
    min-height: 74px;
  }
  .cmnhead-logo{
    position: relative;
    z-index: 1001;
  }
  .cmnhead-logo__icon {
    width: 48px;
    margin-right: 8px;
  }
    .cmnhead-logo__main{
    font-size: 28px;
  }
  .cmnhead-logo__sub{
    display: block;
    font-size: 12px;
  }
  .spbtn{
    display: block;
    position: fixed;
    top: 16px;
    right: 20px;
    width: 42px;
    height: 42px;
    background: #f45c7a;
    border-radius: 50%;
    z-index: 1300;
  }
  .spbtn span{
    position: absolute;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #fff;
    transform: translateX(-50%);
    transition: .3s;
  }
  .spbtn span:nth-of-type(1){
    top: 13px;
  }
  .spbtn span:nth-of-type(2){
    top: 20px;
  }
  .spbtn span:nth-of-type(3){
    top: 27px;
  }
  /* .spbtn.active span:nth-of-type(1){
    top: 20px;
    transform: translateX(-50%) rotate(45deg);
  }
  .spbtn.active span:nth-of-type(2){
    opacity: 0;
  }
  .spbtn.active span:nth-of-type(3){
    top: 20px;
    transform: translateX(-50%) rotate(-45deg);
  } */
  .cmnnav-inner{
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: min(400px, 100%);
    height: 100dvh;
    padding: 100px 30px 40px;
    background: #fff;
    overflow-y: auto;
    transition: .4s;
    z-index: 1200;
  }
  .cmnnav.active .cmnnav-inner{
    right: 0;
  }
  .navlist{
    display: block;
  }
  .navlist li{
    border-bottom: 1px solid #eee;
  }
  .navlist a{
    padding: 15px 5px;
    font-size: 16px;
  }
  .navlist a::after{
    display: none;
  }
  .cmnhead-right{
    margin: 30px 0 0;
  }
  .cmnhead-btns{
    display: block;
  }
  .cmnhead-trial,
  .cmnhead-contact{
    width: 100%;
    min-height: 48px;
    margin-bottom: 12px;
    font-size: 16px;
  }
  .cmnhead-sns{
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px 25px;
    margin-top: 25px;
  }
  .cmnhead-sns a{
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .cmnhead-logo__icon{
    width: 38px;
  }
  .cmnhead-logo__main{
    font-size: 24px;
  }
  .cmnhead-logo__sub{
    font-size: 10px;
  }
}

/******************************
  header
******************************/

.cmnhead.on{
  background: #fff;
padding: 0.5rem 0 0.5rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  transition: 0.5s;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .2);
}

/* PC時だけ：下スクロールでヘッダーを隠す */
@media only screen and (min-width: 1025px) {
  .cmnhead{
    transform: translateY(0);
    transition: transform .35s ease, background .5s ease, padding .5s ease, box-shadow .5s ease;
    will-change: transform;
  }

  .cmnhead.is-hide{
    transform: translateY(-100%);
  }
}

