/* CSS Document */
/*キャッチコピー*/
#wccatchcopy{
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  border-bottom: 0 !important;
}
#wccatchcopy div.wcinner > * {
  padding: 0 !important;
  white-space: inherit !important;
  line-height: 0 !important;
  font-size: 0 !important;
  height: 0  !important;
}
/*ドロワーメニュー*/
.wcdrawermenu div.header div.drawerclosebtn[wc-icon] span::before{
	mask-size:cover;
}
/*透明*/
.opa{
  width: 0;
  height: 0;
  opacity: 0;
  display: block;
  overflow: hidden;
}
/*こめ*/
.kome{
  font-size: 0.9rem;
  display: flex;
}
.kome::before{
  content: "※";
  flex: none;
  margin-right: 0.25rem;
}
/*色変*/
.red{
  color: #dc3545;
}
/*太さ*/
.bold{
  font-weight: 700;
}
/*コンテンツタイトル*/
.contents_title{
  font-size: 1.15rem;
  font-weight: 700;
}
body:not([wc-view-code="sp"]) .contents_title{
  font-size: 1.25rem;
}
.contents_title::before{
  content: "ABOUT";
  font-family: "Anton";
  font-weight: 500;
  font-size: 2.85rem;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 0.75rem;
  line-height: 1em;
}
/*画像*/
figure{
}
figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
figure img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
/*header*/
header#wcheader{
  background-color: rgba(0,0,0,0) !important;
}
html.wctop header#wcheader div.headerlogo[logo-type="maskdirect"] h2{
  background-color: #fff !important;
}
html.wctop header#wcheader .menubtn[wc-icon]:not(.wcshowmenuwrap)::before{
  background-color: #fff !important;
}
html.wctop header#wcheader .menubtn[wc-icon][name]:not([item-pos*="show"])::after{
  color: #fff !important;
}
header#wcheader .menubtn:not(.wcshowmenuwrap) span.btndeco{
  display: none !important;
}
header#wcheader .menubtn[wc-icon]:not(.wcshowmenuwrap)::before{
  background-color: #fff !important;
}
/*footer*/
footer .namedataarea[flex-flow]{
  justify-content: flex-start !important;
}
footer .namedataarea{
}
footer div.footer .footeritem.logolineitem {
  width: fit-content !important;
  margin: 0 !important;
}
footer .namedataarea{
  width: auto !important;
}
body[wc-view-code="pc"] footer div.footer .footeritem.logolineitem{
  margin-left: 1.5rem !important;
}
footer .footerflex {
  flex-direction: column !important;
  align-items: baseline !important;
}
body[wc-view-code="tb"] footer div.footer,
body[wc-view-code="pc"] footer div.footer{
  justify-content: flex-start !important;
}
body[wc-view-code="tb"] footer .footerflex > :not(.topauto),
body[wc-view-code="pc"] footer .footerflex > :not(.topauto){
  margin-top: 0 !important;
}

.footersnsarea > div{
  background-color: transparent !important;
}
.footersnsarea > div[svg-color="true"] a {
  background-color: #f1ede4 !important;
}
#wcCopyright, #wcCopyright a{
  font-weight: 400 !important;
}
/*ドロワーメニュー*/
.wcdrawermenu:not(.wcswiping):not(.wcclosemenu) .wcdrawermenuwrap{
  border-radius: 0 !important;
}
.wcdrawermenu div.header div.drawerclosebtn::before{
  border-radius: 0 !important;
}
.wcdrawermenu div.header div.drawerclosebtn span[name]::after{
  font-family: "Anton";
}
/*装飾関係*/
.left_down,
.right_down{
  position: relative;
  z-index: 1;
}
.left_down::before,
.right_down::before{
  content: "";
  clip-path: polygon(100% calc(100% - 3rem), 0% 100%, 100% 100%);
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 3rem;
}
body:not([wc-view-code="sp"]) .left_down::before,
body:not([wc-view-code="sp"]) .right_down::before{
  height: 5rem;
  top: -5rem;
}
.left_down::before{
  clip-path: polygon(100% calc(100% - 3rem), 0% 100%, 100% 100%);
  background-color: #071022;
}
.right_down::before{
  clip-path: polygon(0 calc(100% - 3rem), 0% 100%, 100% 100%);
  background-color: #000;
}
body:not([wc-view-code="sp"]) .left_down::before{
  clip-path: polygon(100% calc(100% - 5rem), 0% 100%, 100% 100%);
}
body:not([wc-view-code="sp"]) .right_down::before{
  clip-path: polygon(0 calc(100% - 5rem), 0% 100%, 100% 100%);
}
/*トップ*/
.top{
  position: relative;
  z-index: 1;
  height: var(--windowfixdheight);
  width: 100vw;
}
.top .t_text{
  position: absolute;
  z-index: 2;
  height: var(--windowfixdheight);
  background-color: rgba(7,16,34,0.5);
  width: 100vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
body[wc-view-code="sp"] .top .t_text{
  padding: var(--headerHeight) 5vw;
}
body[wc-view-type="tb"] .top .t_text{
  padding: var(--headerHeight) 7vw;
}
body[wc-view-type="tb-l"] .top .t_text{
  padding: var(--headerHeight) 10vw;
}
body[wc-view-code="pc"] .top .t_text{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.top .t_text h1{
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.4em;
}
body[wc-view-code="sp"] .top .t_text h2{
  font-size: 6.9vw;
}
body[wc-view-type="tb"] .top .t_text h2{
  font-size: 1.8rem;
}
body[wc-view-type="tb-l"] .top .t_text h2{
  font-size: 2rem;
}
body[wc-view-code="pc"] .top .t_text h2{
  font-size: 2.2rem;
}
.top .t_text h2::before{
  content:"TO YOUR IDEAL SELF";
  font-family: "Anton";
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 2px;
  display: block;
  line-height: 1em;
  margin-bottom: 0.5rem;
}
body[wc-view-code="sp"] .top .t_text h2::before{
  font-size: 11vw;
  margin-bottom: 0.25rem;
}
body[wc-view-type="tb"] .top .t_text h2::before{
  font-size: 3rem;
}
body[wc-view-type="tb-l"] .top .t_text h2::before{
  font-size: 3.5rem;
}
body[wc-view-code="pc"] .top .t_text h2::before{
  font-size: 3.75rem;
}
.top .top_s_warp{
}

/*トップスライダー変更*/
.top .cs_wrap[class*="fade"],
.top .cs_inner,
.top .cs_wrap[class*="fade"] .comboslider .cs_item img:not(.wcexclusion){
  width: 100vw !important;
}
.top .cs_wrap[class*="fade"] .comboslider .cs_item img:not(.wcexclusion){
  height: var(--windowfixdheight) !important;
}
.top .cs_wrap[class*="fade"] .comboslider{
  width: 100vw !important;
  height: var(--windowfixdheight) !important;
}
.top .top_s_warp .cs_wrap,
.top .top_s_warp .cs_wrap .cs_inner,
.top .top_s_warp .t_slider_block .slider_box{
  width: 100vw !important;
  height: var(--windowfixdheight) !important;
}
/*について*/
.about{
  box-sizing: border-box;
  background-color: #071022;
  display: flex;
}
body[wc-view-code="sp"] .about,
body[wc-view-type="tb"] .about{
  flex-direction: column;
}
body[wc-view-code="sp"] .about{
  padding: var(--headerHeight) 5vw calc(var(--headerHeight) + 3rem);
}
body[wc-view-type="tb"] .about{
  padding: var(--headerHeight) 7vw calc(var(--headerHeight) + 5rem);
}
body[wc-view-type="tb-l"] .about{
  padding: var(--headerHeight) 10vw calc(var(--headerHeight) + 5rem);
}
body[wc-view-code="pc"] .about{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2) calc(var(--headerHeight) + 5rem);
}
.about .contents_title{
}
body[wc-view-type="tb-l"] .about .contents_title{
  width: 300px;
}
body[wc-view-code="pc"] .about .contents_title{
  width: 500px;
}
.about .a_text{
}
body[wc-view-type="tb-l"] .about .a_text{
  width: calc(100% - 300px);
}
body[wc-view-code="pc"] .about .a_text{
  width: calc(100% - 500px);
}
.about .a_text > p{
  line-height: 2rem;
  margin-top: 1.75rem;
}
/*特徴*/
.feature{
  box-sizing: border-box;
}
body[wc-view-code="sp"] .feature{
  padding: var(--headerHeight) 5vw calc(var(--headerHeight) + 3rem);
}
body[wc-view-type="tb"] .feature{
  padding: var(--headerHeight) 7vw calc(var(--headerHeight) + 5rem);
}
body[wc-view-type="tb-l"] .feature{
  padding: var(--headerHeight) 10vw calc(var(--headerHeight) + 5rem);
}
body[wc-view-code="pc"] .feature{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2) calc(var(--headerHeight) + 5rem);
}
.feature .contents_title::before{
  content: "FEATURE";
}
.feature article{
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.75rem;
  padding: 2rem 1rem 2.5rem;
  box-sizing: border-box;
  border-top: 1px solid #fff;
}
.feature article:first-of-type{
  margin-top: 1.75rem;
}
.feature article:last-of-type{
  border-bottom: 1px solid #fff;
}
body[wc-view-code="sp"] .feature article{
  flex-direction: column;
}
.feature article .f_text{
  box-sizing: border-box;
}
body[wc-view-code="sp"] .feature article .f_text{
  padding-bottom: 1rem;
}
body[wc-view-code="tb"] .feature article .f_text{
  padding-right: 2.5rem;
}
body[wc-view-type="tb"] .feature article .f_text{
  width: calc(100% - 300px);
}
body[wc-view-type="tb-l"] .feature article .f_text{
  width: calc(100% - 350px);
}
body[wc-view-code="pc"] .feature article .f_text{
  padding-right: 3.5rem;
  width: 50%;
}
.feature article .f_text > h2{
  display: flex;
}
.feature article .f_text > h2 .f_num{
  font-family: "Anton";
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1em;
  flex: none;
  margin-right: 0.75rem;
  letter-spacing: 2px;
}
.feature article .f_text > h2 .f_title{
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.feature article .f_text > p{
  line-height: 1.8rem;
  margin-top: 1.5rem;
}
.feature article .f_text > .f_month{
  background-color: rgba(94, 113, 152, 0.5);
  box-sizing: border-box;
  clip-path: polygon(0 0, calc(100% - 1rem) 0%, 100% 1rem, 100% 100%, 1rem 100%, 0 calc(100% - 1rem));
  margin-top: 0.5rem;
}
.feature article .f_text > .f_month .plan_name{
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding: 0.5rem 1rem 0.5rem 1rem;
  box-sizing: border-box;
}
.feature article .f_text > .f_month dl{
  display: flex;
  align-items: baseline;
  padding: 0.5rem 1rem 0.5rem 1rem;
  box-sizing: border-box;
}
.feature article .f_text > .f_month dl > dt{
  font-weight: 700;
  font-size: 0.9rem;
  width: 100px;
}
.feature article .f_text > .f_month dl > dd{
  width: calc(100% - 100px);
}
.feature article .f_text > .f_month dl > dd p{
   display: flex;
  align-items: baseline;
   width: 100%;
   justify-content: end;
}
.feature article .f_text > .f_month dl > dd p .unit{
  font-size: 0.9rem;
  font-weight: 700;
  font-family: "NotoSansJP";
}
.feature article .f_text > .f_month dl > dd p .money{
  font-size: 1.75rem;
  font-family: "Anton";
  font-weight: 400;
}
.feature article figure{
}
body[wc-view-type="tb"] .feature article figure{
  width: 300px;
}
body[wc-view-type="tb-l"] .feature article figure{
  width: 350px;
}
body[wc-view-code="pc"] .feature article figure{
  width: 50%;
}
.feature article .machine{
  background-color: rgba(94, 113, 152, 0.5);
  margin-top: 1rem;
  clip-path: polygon(0 0, calc(100% - 1rem) 0%, 100% 1rem, 100% 100%, 1rem 100%, 0 calc(100% - 1rem));
}
body[wc-view-code="pc"] .feature article .machine{
  width: 100%;
}
.feature article .machine > dt{
  font-weight: 700;
  padding: 0.75rem;
  box-sizing: border-box;
}
body[wc-view-code="pc"] .feature article .machine > dt{
  padding: 1rem 1.5rem 1rem 1.5rem;
}
.feature article .machine > dd{
}
.feature article .machine > dd > ul{
  list-style: none;
  list-style-position: outside;
  padding: 0.75rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
body:not([wc-view-code="sp"]) .feature article .machine > dd > ul{
  gap: 1rem;
  padding: 0 1.5rem 1rem 1.5rem;
}
body[wc-view-code="sp"] .feature article .machine > dd > ul{
  flex-direction: column;
}
.feature article .machine > dd > ul li{
  border-bottom: 1px solid #fff;
  padding: 0.75rem;
  box-sizing: border-box;
  display: flex;
}
body:not([wc-view-code="sp"]) .feature article .machine > dd > ul li{
  width: calc(50% - 0.5rem);
  padding: 1rem 0.75rem;
}
body[wc-view-code="sp"] .feature article .machine > dd > ul li:first-of-type{
  border-top: 1px solid #fff;
}
body:not([wc-view-code="sp"]) .feature article .machine > dd > ul li:nth-of-type(-n+2){
  border-top: 1px solid #fff;
}
.feature article .machine > dd > ul li > .m_list_dl{
  width: 100%;
}
.feature article .machine > dd > ul li:has(figure) > .m_list_dl{
}
body[wc-view-code="sp"] .feature article .machine > dd > ul li:has(figure) > .m_list_dl{
  width: calc(100% - 95px);
}
body[wc-view-code="pc"] .feature article .machine > dd > ul li:has(figure) > .m_list_dl{
  width: calc(100% - 110px);
}
.feature article .machine > dd > ul li > .m_list_dl dt{
  font-size: 0.85rem;
  line-height: 1.25em;
  font-weight: 700;
  color: #e4f0ff;
}
.feature article .machine > dd > ul li > .m_list_dl dd{
}
.feature article .machine > dd > ul li > .m_list_dl dd p{
  display: flex;
  flex-direction: column;
  padding-top: 0.25rem;
  box-sizing: border-box;
}
.feature article .machine > dd > ul li > .m_list_dl dd p span{
  display: table;
}
.feature article .machine > dd > ul li > .m_list_dl dd p .m_name{
}
.feature article .machine > dd > ul li > .m_list_dl dd p .m_number_of{
  text-align: right;
}
.feature article .machine > dd > ul li figure{
  width: 95px;
  flex: none;
  margin-left: 1rem;
}
body[wc-view-code="sp"] .feature article .machine > dd > ul li figure{
  width: 95px;
}
body[wc-view-code="pc"] .feature article .machine > dd > ul li figure{
  width: 110px;
}
.feature article .machine > dd > ul li figure img{
  aspect-ratio:1/1;
}
/*採用情報*/
.recruit{
  box-sizing: border-box;
  background-color: #071022;
  display: flex;
}
body[wc-view-code="sp"] .recruit{
  padding: var(--headerHeight) 5vw calc(var(--headerHeight) + 3rem);
  flex-direction: column;
}
body[wc-view-code="tb"] .recruit{
  padding: var(--headerHeight) 7vw calc(var(--headerHeight) + 5rem);
}
body[wc-view-code="pc"] .recruit{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2) calc(var(--headerHeight) + 5rem);
}
.recruit .contents_title{
}
body[wc-view-type="tb"] .recruit .contents_title{
  width: 250px;
}
body[wc-view-type="tb-l"] .recruit .contents_title{
  width: 300px;
}
body[wc-view-code="pc"] .recruit .contents_title{
  width: 500px;
}
.recruit .contents_title::before{
  content: "RECRUIT";
}
.recruit .r_block{
}
body[wc-view-code="sp"] .recruit .r_block{
  margin-top: 1.5rem;
}
body[wc-view-type="tb"] .recruit .r_block{
  width: calc(100% - 250px);
}
body[wc-view-type="tb-l"] .recruit .r_block{
  width: calc(100% - 300px);
}
body[wc-view-code="pc"] .recruit .r_block{
  width: calc(100% - 500px);
}
.recruit .r_block .r_o_dl{
  display: flex;
}

.recruit .r_block .r_o_dl > dt,
.recruit .r_block .r_o_dl > dd{
  background-color: #2c3242;
  box-sizing: border-box;
  padding: 0.75rem;
}
.recruit .r_block .r_o_dl > dt{
  border: solid 1px #071022;
  width: 110px;
  border-bottom: none;
}
.recruit .r_block .r_o_dl > dd{
  border-top: 1px solid #071022;
  border-right: 1px solid #071022;
  width: calc(100% - 100px);
}
.recruit .r_block .r_o_dl > dd ul{
  padding-left: 1rem;
  box-sizing: border-box;
}
/*メッセージ*/
.message{
  box-sizing: border-box;
}
body[wc-view-code="sp"] .message{
  padding: var(--headerHeight) 5vw calc(var(--headerHeight) + 3rem);
}
body[wc-view-type="tb"] .message{
  padding: var(--headerHeight) 7vw calc(var(--headerHeight) + 5rem);
}
body[wc-view-type="tb-l"] .message{
  padding: var(--headerHeight) 10vw calc(var(--headerHeight) + 5rem);
}
body[wc-view-code="pc"] .message{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2) calc(var(--headerHeight) + 5rem);
}
.message .contents_title::before{
  content: "MESSAGR";
}
.message .m_contents{
  display: flex;
}
body[wc-view-code="sp"] .message .m_contents{
  flex-direction: column;
}
.message .m_contents .message_box{
  box-sizing: border-box;
}
body[wc-view-code="sp"] .message .m_contents .message_box{
  padding-bottom: 1rem;
}
body[wc-view-code="tb"] .message .m_contents .message_box{
  padding-right: 2rem;
}
body[wc-view-type="tb"] .message .m_contents .message_box{
  width: calc(100% - 200px);
}
body[wc-view-type="tb-l"] .message .m_contents .message_box{
  width: calc(100% - 250px);
}
body[wc-view-code="pc"] .message .m_contents .message_box{
  width: 800px;
  padding-right: 2.5rem;
}
.message .m_contents .message_box > p{
  line-height: 1.8rem;
  margin-top: 1rem;
}
.message .m_contents .message_box > .name{
  display: flex;
  width: fit-content;
  margin-left: auto;
  column-gap: 0.75rem;
}
.message .m_contents .message_box > .name span{
  font-weight: 700;
}
.message .m_contents .message_box > .name .position{
  font-size: 0.9rem;
}
.message .m_contents .message_box > .name .name_box{
}
.message .m_contents figure{
}
body[wc-view-type="tb"] .message .m_contents figure{
  width: 200px;
}
body[wc-view-type="tb-l"] .message .m_contents figure{
  width: 250px;
}
body[wc-view-code="pc"] .message .m_contents figure{
  width: 300px;
}
.message .m_contents figure img{
  aspect-ratio:1/1;
}
body[wc-view-code="tb"] .message .m_contents figure img,
body[wc-view-code="pc"] .message .m_contents figure img{
  aspect-ratio:1/1.25;
}
/*店舗情報*/
.store{
  box-sizing: border-box;
  background-color: #071022;
}
body[wc-view-code="sp"] .store{
  padding: var(--headerHeight) 5vw calc(var(--headerHeight) + 3rem);
}
body[wc-view-code="tb"] .store{
  padding: var(--headerHeight) 7vw calc(var(--headerHeight) + 5rem);
}
body[wc-view-code="pc"] .store{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2) calc(var(--headerHeight) + 5rem);
}
.store > article{
  display: flex;
}
body[wc-view-code="sp"] .store > article{
  flex-direction: column;
}
.store > .store_info{
}
.store > .store_info .contents_title{
}
body[wc-view-type="tb"] .store > .store_info .contents_title{
  width: 250px;
}
body[wc-view-type="tb-l"] .store > .store_info .contents_title{
  width: 300px;
}
body[wc-view-code="pc"] .store > .store_info .contents_title{
  width: 500px;
}
.store > .store_info .contents_title::before{
  content: "STORE"
}
.store > .store_info .s_block{
}
body[wc-view-code="sp"] .store > .store_info .s_block{
  margin-top: 1.5rem;
}
body[wc-view-type="tb"] .store > .store_info .s_block{
  width: calc(100% - 250px);
}
body[wc-view-type="tb-l"] .store > .store_info .s_block{
  width: calc(100% - 300px);
}
body[wc-view-code="pc"] .store > .store_info .s_block{
  width: calc(100% - 500px);
}
.store > .store_info .s_block > .s_dl{
  display: flex;
}
.store > .store_info .s_block > .s_dl > dt,
.store > .store_info .s_block > .s_dl > dd{
  background-color: #2c3242;
  box-sizing: border-box;
  padding: 0.75rem;
}
.store > .store_info .s_block > .s_dl > dt{
  border: solid 1px #071022;
  width: 110px;
  border-bottom: none;
}
.store > .store_info .s_block > .s_dl > dd{
  border-top: 1px solid #071022;
  border-right: 1px solid #071022;
  width: calc(100% - 100px);
}
.store > .store_info .s_block > .s_dl > dd ul{
  padding-left: 1rem;
  box-sizing: border-box;
}
.store .access{
  margin-top: var(--headerHeight);
}
.store .access .contents_title{
}
body[wc-view-type="tb"] .store .access .contents_title{
  width: 250px;
}
body[wc-view-type="tb-l"] .store .access .contents_title{
  width: 300px;
}
body[wc-view-code="pc"] .store .access .contents_title{
  width: 500px;
}
.store .access .contents_title::before{
  content: "ACCESS";
}
.store .access .map{
  width: 100%;
  height: auto;
  aspect-ratio:1/1;
  position: relative;
  z-index: 1;
  margin-top: 1.5rem;
}
body[wc-view-type="tb"] .store .access .map{
  width: calc(100% - 250px);
  aspect-ratio:1.5/1;
}
body[wc-view-type="tb-l"] .store .access .map{
  width: calc(100% - 300px);
  aspect-ratio:1.5/1;
}
body[wc-view-code="pc"] .store .access .map{
  width: calc(100% - 500px);
  aspect-ratio:1.5/1;
}
.store .access .map iframe{
  position: absolute;
  z-index: 2;
  inset:0;
}
/*お問い合わせ*/
.contact{
  box-sizing: border-box;
  display: flex;
}
body[wc-view-code="sp"] .contact,
body[wc-view-type="tb"] .contact{
  flex-direction: column;
}
body[wc-view-code="sp"] .contact{
  padding: var(--headerHeight) 5vw calc(var(--headerHeight) + 3rem);
}
body[wc-view-type="tb"] .contact{
  padding: var(--headerHeight) 7vw calc(var(--headerHeight) + 5rem);
}
body[wc-view-type="tb-l"] .contact{
  padding: var(--headerHeight) 10vw calc(var(--headerHeight) + 5rem);
}
body[wc-view-code="pc"] .contact{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2) calc(var(--headerHeight) + 5rem);
}
.contact .contents_title::before{
  content: "CONTACT";
}
.contact .contact_text{
  box-sizing: border-box;
}
body[wc-view-type="tb-l"] .contact .contact_text{
  width: 300px;
}
body[wc-view-code="pc"] .contact .contact_text{
  width: 500px;
  padding-right: 3.5rem;
}
.contact .contact_text > p{
  margin-top: 1.5rem;
  line-height: 1.8rem;
}
.contact .contact_text > p .kome{
  line-height: 1.2rem;
}
.contact .contact_text > p .kome span{
  text-decoration: underline;
}
.contact .contact_text > .tel_block{
  background-color: #fff;
  clip-path: polygon(0 0, calc(100% - 1rem) 0%, 100% 1rem, 100% 100%, 1rem 100%, 0 calc(100% - 1rem));
  margin-top: 1.5rem;
}
body[wc-view-type="tb"] .contact .contact_text > .tel_block{
  width: 400px;
  margin: 1.5rem auto 0 auto;
}
body[wc-view-type="tb-l"] .contact .contact_text > .tel_block{
  width: 300px;
}
body[wc-view-code="pc"] .contact .contact_text > .tel_block{
  width: 450px;
  margin: 1.5rem auto 0 auto;
}
.contact .contact_text > .tel_block > dt,
.contact .contact_text > .tel_block > dd{
  box-sizing: border-box;
  color: #071022;
  padding: 0.75rem 1rem;
}
.contact .contact_text > .tel_block > dt{
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
  border-bottom: 1px solid #000;
}
.contact .contact_text > .tel_block > dd{
}

.contact .contact_text > .tel_block > dd a{
  display: flex;
  align-items: center;
  margin: 1rem auto 0;
  font-family: "Anton";
  line-height: 1em;
  color: #071022;
  font-weight: 400;
  font-size: 1.75rem;
  letter-spacing: 1.25px;
  text-decoration: none;
  width: fit-content;
}
.contact .contact_text > .tel_block > dd a::before{
  content: "";
  width: 2.5rem;
  height: 2rem;
  background-color: #071022;
  flex: none;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.contact .contact_text > .tel_block > dd .b_time{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.5rem;
  margin-top: 0.5rem;
}
.contact .contact_text > .tel_block > dd .b_time dt,
.contact .contact_text > .tel_block > dd .b_time dd{
  font-weight: 700;
}
.contact .contact_text > .tel_block > dd .b_time dt{
  font-size: 0.8rem;
}
.contact .contact_text > .tel_block > dd .b_time dd{
  font-size: 0.85rem;
}
.contact form{
  box-sizing: border-box;
}
body[wc-view-code="sp"] .contact form{
  margin-top: 1.5rem;
}
body[wc-view-type="tb-l"] .contact form{
  width: calc(100% - 300px);
  padding-left: 2.5rem;
}
body[wc-view-code="pc"] .contact form{
  width: calc(100% - 500px);
}
.contact form > dl{
}
.contact form > dl:not(:first-of-type){
  margin-top: 0.75rem;
}
.contact form > dl dt{
  font-weight: 700;
  display: flex;
  padding-bottom: 0.25rem;
}
.contact form > dl dt::before{
  font-size: 0.9rem;
  flex:none;
  margin-right: 0.5rem;
}
.contact form > dl .required::before{
  content: "必須";
  color: #f23a3c;
}
.contact form > dl .any::before{
  content: "任意";
}
.contact form > dl dd{
}
.wcautoheightwrap textarea,
.contact form > dl dd input{
  border-radius:0 !important;
  background-color: #fff !important;
  color: #071022 !important;
}
input.wc-input.system_type:focus{
  background-color: #fff !important;
}

[wc-form][captcha-state] [wc-captcha]{
  border:none !important;
  padding: 0 !important;
  margin-top: 1rem;
}
[wc-form][captcha-state] [wc-captcha] .captchabtn{
  justify-content: center !important;
}
[wc-form][captcha-state] [wc-captcha] .captchadeco::after{
  border-color: #f23a3c !important;
}
.btnswrap{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1rem;
}
.wc-button > button, .wc-button > input{
  color: #071022 !important;
}
.wc-button[wc-icon].iconafter::after{
  background-color: #071022 !important;
}
[wc-form][captcha-state] [wc-captcha] .captchadeco::after{
  border-left: 3px solid #f23a3c !important;
  border-bottom: 3px solid #f23a3c !important;
}