/* CSS Document */
html:not(.wcpagereturn) body[page-img="svg"]::before {
  background-color: #00bbff !important;
}
/*透明*/
.opa{
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  display: block;
}
/*画像*/
figure{
}
figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
figure img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
/*タイトル*/
.contents_title{
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: opacity 600ms ease,transform 600ms ease;
  opacity: 0;
  transform: translateY(1.5rem);
}
.contents_title[inview-state="true"]{
  transform: translateY(0);
  opacity: 1;
}
body[wc-view-type="pc"] .contents_title{
  font-size: 1.45rem;
}
.contents_title::before{
  content: "ABOUT";
  font-family: "Oswald";
  color: #444455;
  font-size: 2rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 0.35rem;
}
body[wc-view-type="pc"] .contents_title::before{
  font-size: 2.5rem;
}
.contents_title.white,
.contents_title.white::before{
  color: #fff;
}
/*ボタン*/
.btn{
  width: fit-content;
}
.btn a{
  display: flex;
  background-color: #444455;
  color: #fff;
  border-radius: 2rem;
  padding: 0.45rem 0.8rem 0.45rem 1.25rem;
  text-decoration: none;
  line-height: 1em;
  align-items: center;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.1rem;
  box-sizing: border-box;
}
.btn.white a{
  background-color: #fff;
  color: #444455;
}
.btn a::after{
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  -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;
  background-color: #fff;
  margin-left: 0.3rem;
}
.btn.white a::after{
  background-color: #444455;
}
/*ボタンブロック*/
.btn_block{
  display: flex;
  gap:1rem;
  width: fit-content;
}
body[wc-view-type="sp"] .btn_block{
  flex-direction: column;
  gap:0.75rem;
}
.btn_block .btn{
}
body[wc-view-type="sp"] .btn_block .btn{
  width: auto;
}
.btn_block .btn a{
  width: 100%;
}
body[wc-view-type="sp"] .btn_block .btn a{
  justify-content: space-between;
}
/*ページタイトル*/
.page_title{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: calc(var(--headerHeight) / 2);
  box-sizing: border-box;
}
body[wc-view-type="sp"] .page_title{
  height: 45vw;
}
body[wc-view-type="tb"] .page_title{
  height: 35vw;
}
body[wc-view-type="tb-l"] .page_title,
body[wc-view-type="pc"] .page_title{
  height: 350px;
}
.page_title > h1{
  font-size: 1.5rem;
  font-weight: 700;
  align-items: center;
  color: #fff;  
  display: flex;
  flex-direction: column;
}
body[wc-view-type="sp"] .page_title > h1{
  font-size: 1.25rem;
}
.page_title > h1::before{
  content: "NEWS";
  font-family: "Oswald";
  font-weight: 700;
  color: rgba(255,255,255,0.75);
  display: block;
  font-size: 3rem;
  letter-spacing: 3px;
  line-height: 1em;
}
body[wc-view-type="sp"] .page_title > h1::before{
  font-size: 2.5rem;
}
.page_title figure{
  position: absolute;
  inset:0;
  z-index: -1;
}
.page_title figure::before{
  content: "";
  position: absolute;
  z-index: 1;
  background-color: rgba(68,68,85,0.5);
  inset:0;
}
body[wc-view-type="sp"] .page_title figure img{
  height: 45vw;
}
body[wc-view-type="tb"] .page_title figure img{
  height: 35vw;
}
body[wc-view-type="tb-l"] .page_title figure img,
body[wc-view-type="pc"] .page_title figure img{
  height: 350px;
}
/*header*/
header#wcheader{
  background-color: rgba(255,255,255,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;
}
/*ドロワーメニュー*/
.wcdrawermenu div.header{
  padding: 10px 9.5px !important;
}
.wcdrawermenu div.header div.title{
  flex-direction: column !important;
}
.wcdrawermenu div.header div.title > span{
  opacity: 0.25;
  font-family: "Oswald";
  font-weight: 700;
  font-size: 1.1rem;
  display: block;
  line-height: 1em;
  letter-spacing: 0.5px;
}
.wcdrawermenu div.header + div.wcinner {
  padding-top: calc(var(--menuheader,0px) + 10.54px) !important;
}
.wcdrawermenu nav > ul li .menu_text{
  font-weight: 700;
}
.wcdrawermenu nav > ul li .dw_m_eg{
  opacity: 0.25;
  font-family: "Oswald";
  font-weight: 700;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 0.25rem;
  line-height: 1em;
  letter-spacing: 0.5px;
}
.wcdrawermenu nav ul li a:not([target="_blank"])::after{
  display: none !important;
}
.wcdrawermenu nav ul li > a, .wcdrawermenu nav ul li > div{
  justify-content: space-between !important;
  padding-right: 0 !important;
}
.wcdrawermenu nav ul li > a .menu_icon,
.wcdrawermenu nav ul li > div .menu_icon{
  display: block;
  -webkit-mask-image: url("/cp_works/grantest_02/src/icons/arrow_right_circle_fill.svg");
  mask-image: url("/cp_works/grantest_02/src/icons/arrow_right_circle_fill.svg");
  background-color: var(--defcolor);
  -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;
  opacity: 1;
  width: 2.5rem;
  height: 2.5rem;
}
[wc-accordion] span.acdeco::after {
  -webkit-mask-image: url("/cp_works/grantest_02/src/icons/plus_circle_fill.svg") !important;
  mask-image: url("/cp_works/grantest_02/src/icons/plus_circle_fill.svg") !important;
}
[wc-accordion] span.acdeco{
  opacity: 1 !important;
}
/*footer*/
/*footerお問い合わせ*/
.f_contact_block{
  box-sizing: border-box;
}
body[wc-view-type="sp"] .f_contact_block,
body[wc-view-type="tb"] .f_contact_block{
  padding: var(--headerHeight) 7vw 2rem 7vw;
}
body[wc-view-type="tb-l"] .f_contact_block{
  padding: var(--headerHeight) 10vw 2rem 10vw;
}
body[wc-view-type="pc"] .f_contact_block{
  padding: var(--headerHeight) calc((100vw - 850px) / 2) 2rem calc((100vw - 850px) / 2);
}
.f_contact_block .contents_title{
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.f_contact_block .contents_title.white::before{
  content: "CONTACT";
}
.f_contact_block .fc_text{
  line-height: 1.8rem;
}
.f_contact_block .f_c_inner{
  display: flex;
}
body[wc-view-type="sp"] .f_contact_block .f_c_inner{
  flex-direction: column;
  gap:1rem;
  width: 275.5px;
  margin: 1rem auto 0 auto;
}
body:not([wc-view-type="sp"]) .f_contact_block .f_c_inner{
  gap:2rem;
  margin-top: 1.5rem;
}
.f_contact_block .f_c_inner a{
  display: flex;
  border: solid 1px #fff;
  text-decoration: none;
  padding: 1rem;
  box-sizing: border-box;
  align-items: center;
  background-color: rgba(0,0,0,0.25);
}
body:not([wc-view-type="sp"]).f_contact_block .f_c_inner a.f_c_box.tel{
  pointer-events: none;
}
body:not([wc-view-type="sp"]) .f_contact_block .f_c_inner a{
  width: calc(50% - 1rem);
}
body[wc-view-type="pc"] .f_contact_block .f_c_inner a{
  padding: 1rem 1.75rem;
}
.f_contact_block .f_c_inner a .f_c_icon{
  width: 45px;
  height: 45px;
  border: solid 1px #fff;
  box-sizing: border-box;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] .f_contact_block .f_c_inner a.f_c_box.tel .f_c_icon{
  margin-top: 0.5rem;
  margin-bottom: auto;
}
body[wc-view-type="tb-l"] .f_contact_block .f_c_inner a .f_c_icon,
body[wc-view-type="pc"] .f_contact_block .f_c_inner a .f_c_icon{
  width: 70px;
  height: 70px;
}
.f_contact_block .f_c_inner a .f_c_icon::before{
  content: "";
  width: 45px;
  height: 45px;
  background-color: #fff;
  -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;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
body[wc-view-type="tb-l"] .f_contact_block .f_c_inner a .f_c_icon::before,
body[wc-view-type="pc"] .f_contact_block .f_c_inner a .f_c_icon::before{
  width: 70px;
  height: 70px;
}
.f_contact_block .f_c_inner a .fc_mail,
.f_contact_block .f_c_inner a .fc_content{
  width: calc(100% - 45px);
  box-sizing: border-box;
  padding-left: 1rem;
}
body[wc-view-type="tb-l"] .f_contact_block .f_c_inner a .fc_mail,
body[wc-view-type="tb-l"] .f_contact_block .f_c_inner a .fc_content,
body[wc-view-type="pc"] .f_contact_block .f_c_inner a .fc_mail,
body[wc-view-type="pc"] .f_contact_block .f_c_inner a .fc_content{
  width: calc(100% - 70px);
}
.f_contact_block .f_c_inner a .fc_content > dt{
  font-weight: 700;
  font-size: 1.15rem;
  padding-bottom: 0.5rem;
}
body[wc-view-type="pc"] .f_contact_block .f_c_inner a .fc_content > dt{
  font-size: 1.25rem;
}
body[wc-view-type="pc"] .f_contact_block .f_c_inner a.f_c_box.tel .fc_content > dt{
  letter-spacing: 2px;
}
.f_contact_block .f_c_inner a .fc_content > dd{
}

.f_contact_block .f_c_inner a .fc_content > dd .tel_num{
  font-size: 2rem;
  line-height: 1em;
  font-family: "Oswald";
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.f_contact_block .f_c_inner a .fc_content > dd .f_tel_time{
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
  gap: 1rem;
}
.f_contact_block .f_c_inner a .fc_content > dd .f_tel_time dl{
  display: flex;
  flex-direction: column;
}
.f_contact_block .f_c_inner a .fc_content > dd .f_tel_time dt{
}
.f_contact_block .f_c_inner a .fc_content > dd .f_tel_time dt span{
  display: table;
  font-size: 0.8rem;
  border: solid 1px #fff;
  padding: 0.2rem 0.5rem;
  line-height: 1em;
  border-radius: 1rem;margin: 0 auto 0.25rem auto;
}
.f_contact_block .f_c_inner a .fc_content > dd .f_tel_time dd{
}
.f_contact_block .f_c_inner a .fc_mail{
  display: flex;
  font-weight: 700;
  box-sizing: border-box;
  font-size: 1.15rem;
}
body[wc-view-type="pc"] .f_contact_block .f_c_inner a .fc_mail{
  font-size: 1.25rem;
  justify-content: center;
  align-items: center;
}
.f_contact_block .f_c_inner a .fc_mail::after{
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  -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;
  background-color: #fff;
}
body[wc-view-type="tb-l"] .f_contact_block .f_c_inner a .fc_mail::after,
body[wc-view-type="pc"] .f_contact_block .f_c_inner a .fc_mail::after{
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0.6rem;
}
/*フッター会社名など*/
footer div.footer{
  border-top: 1px solid var(--borderColor);
}
footer div.footerlogo{
  flex-direction: column !important;
}
footer .logomark.wclogoimg{
  width: 80px !important;
}
footer .logotype.wclogoimg{
  width: 195px !important;
  margin-top: 0.75rem !important;
}
footer .namedataarea[flex-flow]{
  justify-content: inherit !important;
}
footer div.footer .footeritem:not([logo-pos="center"]){
  margin-top: 0.5rem !important;
  margin-left: 0 !important;
}
body[wc-view-type="sp"] footer .footerflex > .topauto{
  margin-top: 10px !important;
}
body[wc-view-type="sp"] footer .namedataarea[flex-flow="column"] .nameitem + .nameitem{
  margin-top: 10px !important;
}
body[wc-view-type="sp"] footer .footerflex > :not(.topauto){
  margin-top: 15px !important; 
}
footer .footerflex > .bottomauto{
  margin-bottom: 0 !important;
}
body[wc-view-type="sp"] footer .namedataarea .nameitem:not(.subname){
  font-size: 1.2rem !important;
}
body[wc-view-type="sp"] .wc-dlbox_address dd address{
  line-height: 1.5rem !important;
}
footer .footertextlinks > div + div:not(.noneline)::before{
  display: none !important;
}
footer .footertextlinks a{
  text-decoration: none !important;
}

