/* CSS Document */
/*透明*/
.opa{
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
}
/*画像*/
figure{
}
figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
figure img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
/*英語文字指定*/
.inter{
  font-family: "inter";
}
/*※*/
.kome{
  display: flex;
  font-size: 0.9rem;
}
.kome::before{
  content: "※";
  font-size: 0.9rem;
  flex: none;
  margin-right: 0.25rem;
}
/*赤色*/
.red{
  color: #e95464;
}
/*main*/
main{
  margin-top: calc(var(--headerHeight) * -1);
}
/*マーキー*/
div.wccatchcopy div.wcinner > * {
  padding: 0 !important;
  white-space: nowrap;
  line-height: 0 !important;
  font-size: 0 !important;
  color: rgba(0,0,0,0) !important;
  max-width: 0 !important;
}
div.wccatchcopy{
  border-bottom: none !important;
}
/*タイトル*/
.contents_title{
  font-size: 1.25rem;
  color: #2277ca;
  font-weight: 700;
  transition: opacity 600ms linear;
  opacity: 0;
}
.contents_title[inview-state="true"]{
  opacity: 1;
}
body[wc-view-type="pc"] .contents_title{
  font-size: 1.5rem;
}
.contents_title.white{
  color: #f9f871;
}

.contents_title::before{
  content: "";
  font-family: "inter";
  letter-spacing: 1.5px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 0.25rem;
  color: #121823;
  font-size: 2rem;
  display: table;
  transition: opacity 600ms linear;
  opacity: 0;
}
.contents_title[inview-state="true"]::before{
  opacity: 1;
}
.contents_title.white::before{
  color: #fff;
}
.contents_title.white{
  color: #f9f871;
}
body[wc-view-type="pc"] .contents_title.white{
  margin-bottom: 0.5rem;
}
/*サブタイトル*/
.sub_title{
  display: flex;
  flex-direction: column;
  margin-top: 0.25rem;
  opacity: 0;
  transition: opacity 1700ms 30ms ease,clip-path 1700ms 30ms ease;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.sub_title[inview-state="true"]{
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.sub_title.white{
  color: #fff;
}
body[wc-view-type="pc"] .sub_title{
  margin-top: 0.5rem;
}
.sub_title > span{
  font-weight: 700;
  font-size: 1.65rem;
}
body[wc-view-type="pc"] .sub_title > span{
  font-size: 1.8rem;
}
/*ボタン*/
.btn{
  width: fit-content;
}
.btn a{
  display: flex;
  padding: 0.65rem 0.75rem 0.65rem 1rem;
  box-sizing: border-box;
  border-radius: 2rem;
  background-color: #121823;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.15rem;
  line-height: 1em;
  align-items: center;
}
.btn.white a{
  background-color: #fff;
  color: #121823;
}
.btn a::after{
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  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;
  margin-left: 0.15rem;
}
.btn.white a::after{
  background-color: #121823;
}
/*ボタンボックス*/
.btn_block{
  display: flex;
  width: fit-content;
  gap: 1rem;
  margin: 0 auto;
}
body[wc-view-type="sp"] .btn_block{
  flex-direction: column;
}
.btn_block .btn{
  width: 100%;
}
.btn_block .btn a{
  width: 100%;
  justify-content: space-between;
  white-space: nowrap;
}
/*ページタイトル*/
.page_title{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  /*! padding-top: var(--headerHeight); */
  box-sizing: border-box;
  padding: 0 1rem;
  width: calc(100% - 2rem);
  margin: 0 auto;
  border-radius: 1rem;
  margin-top: var(--headerHeight);
}
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: 300px;
}
body[wc-view-type="tb"] .page_title,
body[wc-view-type="tb-l"] .page_title{
  padding-left: 2.5rem;
}
body[wc-view-type="pc"] .page_title{
  width: calc(100% - 60px);
  padding: 0 0 0 calc((100vw - 1200px) / 2);
  min-width: 1100px !important;
}
.page_title > figure{
  position: absolute;
  z-index: 1;
  inset:0;
  border-radius: 1rem;
}
.page_title > figure::before{
  content: "";
  position: absolute;
  z-index: 2;
  inset:0;
  background-color: rgba(34,119,202,0.5);
  border-radius: 1rem;
}
.page_title figure img{
  border-radius: 1rem;
}
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: 300px;
}
.page_title > h2{
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
  z-index: 3;
}
body[wc-view-type="pc"] .page_title > h2{
  font-size: 1.5rem;
  padding-left: 1rem;
}
.page_title > h2::before{
  content: "TERM";
  font-family: "inter";
  letter-spacing: 1.5px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 0.25rem;
  font-size: 1.8rem;
  display: table;
  color: #fff;
}
/*header*/
header[header-pos="top"]#wcheader{
  background-color: rgba(255,255,255,1) !important;
}
/*header ドロワーメニュー*/
header#wcheader .menubtn{
  background-color: #2277ca !important;
  border-radius: 50% !important;
  box-shadow: 0px 0px 3px 2px rgba(18, 24, 35, 0.15), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
}
header#wcheader .menubtn[wc-icon]:not(.wcshowmenuwrap)::before,
header#wcheader .menubtn[wc-icon][name]:not([item-pos*="show"])::after,
header#wcheader .menubtn[wc-icon][name]:not([item-pos*="show"])::after{
  display: none !important;
}
header#wcheader .menubtn:not(.wcshowmenuwrap) span.btndeco {
  width: calc(var(--headerBtnSize) - 20px) !important;
  height: calc(var(--headerBtnSize) - 25px) !important;
  background-color: rgba(255,255,255,0) !important;
  border-top: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
  opacity: 1 !important;
  clip-path: inherit !important;
}
body:not([wc-view-type="sp"]) header#wcheader .menubtn:not(.wcshowmenuwrap) span.btndeco{
 height: calc(var(--headerBtnSize) - 30px) !important; 
}
/*ドロワーメニュー内*/
.wcdrawermenu div.header div.drawerclosebtn::before{
  display: none !important;
}
.wcdrawermenu div.header div.drawerclosebtn {
  border-radius: 50% !important;
  box-shadow: 0px 0px 2px 2px rgba(18, 24, 35, 0.15), inset 0px -2px 0px -3px rgba(0, 0, 0, 0.15) !important;
}
.wcdrawermenu div.header div.drawerclosebtn[wc-icon] span::before,
.wcdrawermenu div.header div.drawerclosebtn span[name]::after{
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  background-color: #9a9a9a !important;
  width: calc(var(--headerBtnSize) - 20px) !important;
  height: 2px !important;
}
.wcdrawermenu div.header div.drawerclosebtn[wc-icon] span::before{
  -webkit-mask-image: none !important;
  mask-image: none !important;
  padding-top: 0 !important;
  transform: translate(-50%,-50%) rotate(45deg);
}
.wcdrawermenu div.header div.drawerclosebtn span[name]::after{
  white-space: inherit !important;
  font-weight: inherit !important;
  content: "" !important;
  transform: translate(-50%,-50%) rotate(-45deg);
  padding: 0 !important;
  line-height: inherit !important;
}
.wcdrawermenuwrap{
  position: relative;
  z-index: 1;
}
.wcdrawermenuwrap::before{
  content: "";
  width: 230px;
  height: 230px;
  background-color: #e0f1ff;
  -webkit-mask-image: url("/img/svg/logo_mark.svg");
  mask-image: url("/img/svg/logo_mark.svg");
  -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;
  left: -115px;
  top: -35px;
  z-index: -1;
}
.wcdrawermenu div.header + div.wcinner{
  padding-top: 65px !important;
}
.wcdrawermenu div.header{
  padding: 25px 8.1px 15px 8.1px !important;
}
.wcdrawermenu div.header div.title{
   margin: 0 !important;
  padding: 0.75rem 0 0 0.75rem !important;
  box-sizing: border-box;
  color: #2277ca !important;
  font-family: "NotoSansJP" !important;
  flex-direction: column;
  text-align: left !important;
  align-items: baseline !important;
}
.wcdrawermenu div.header div.title span{
  font-family: "inter";
  font-weight: 700;
  letter-spacing: 1.5px;
  display: block;
  font-size: 1.15rem;
  color: #121823;
  line-height: 1em;
}
.wcdrawermenu nav ul li > a, .wcdrawermenu nav ul li > div{
  border:none !important;
  justify-content: space-between;
  padding: 0.75rem 0.75rem 0.75rem 0.75rem !important;
}
.wcdrawermenu nav ul li > a::before,
.wcdrawermenu nav ul li > div::before{
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  z-index: 2;
  width: 0;
  height: 1px;
  transition: all 800ms 200ms ease;
  background-color: #bbb;
}
.wcdrawermenu nav ul li a::after{
  display: none !important;
}
.wcdrawermenu.wcactive nav ul li > a::before,
.wcdrawermenu.wcactive nav ul li > div::before{
  width: 100%;
  right: 0;
}
.wcdrawermenu nav ul li > a > .menu_text,
.wcdrawermenu nav ul li > div >.menu_text{
  overflow: hidden;
  display: block;
}
.wcdrawermenu nav ul li > a > .menu_text > span,
.wcdrawermenu nav ul li > div > .menu_text > span{
   font-weight: 700;
  transition: transform 600ms 200ms ease;
  transform: translateY(1em);
  display: block;
}
.wcdrawermenu.wcactive nav ul li > a > .menu_text > span,
.wcdrawermenu.wcactive nav ul li > div > .menu_text > span{
  transform: translateY(0);
}
.wcdrawermenu nav ul li > a .menu_icon,
.wcdrawermenu nav ul li > div .menu_icon{
  display: block;
  -webkit-mask-image: url("/src/icons/arrow_right_circle_fill.svg");
  mask-image: url("/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;
}
.wcdrawermenu nav ul li > .navbtn{
}
[wc-accordion] span.acdeco::after {
  -webkit-mask-image: url("/src/icons/plus_circle_fill.svg") !important;
  mask-image: url("/src/icons/plus_circle_fill.svg") !important;
}
[wc-accordion] span.acdeco {
  width: 2.5rem !important;
  height: 2.5rem !important;
  right: 0.75rem !important;
	opacity: 1 !important;
  top: calc(50% - 1.4rem) !important;
}
/*ドロワーメニュー採用情報*/
.dw_recruit{
  width: calc(100% - 1.5rem);
  margin: 1rem auto 0;
}
.dw_recruit a{
  display: block;
  
}
/*footer*/
footer{
  padding: var(--headerHeight) 4.5vw 0 4.5vw;
  box-sizing: border-box;
  text-align: left !important;
  margin: 0 !important;
  overflow: hidden;
}
body[wc-view-type="sp"] footer{
  padding: calc(var(--headerHeight) / 2) 4.5vw 0 4.5vw;
} 
body[wc-view-type="pc"] footer{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2) 0;
} 
.footer_contact{
  background-color: #fff;
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 1rem;
  display: flex;
}
body[wc-view-type="sp"] .footer_contact{
  flex-direction: column;
}
body[wc-view-type="pc"] .footer_contact{
  padding: 1rem 1.5rem;
}
.footer_contact .f_c_text{
  box-sizing: border-box;
}
body[wc-view-type="tb"] .footer_contact .f_c_text,
body[wc-view-type="tb-l"] .footer_contact .f_c_text{
  width: 320px;
  padding-right: 2rem;
}
body[wc-view-type="pc"] .footer_contact .f_c_text{
  width: 480px;
  padding-right: 2.5rem;
}
.footer_contact .f_c_text > .contents_title{
  text-align: left;
  opacity: 1 !important;
}
.footer_contact .f_c_text > .contents_title::before{
  content: "Contact";
  opacity: 1 !important;
}
.footer_contact .f_c_text > .f_c_in_t *,
.footer_contact > .f_c_block *{
  color: #121823;
}
.footer_contact .f_c_text> .f_c_in_t{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.footer_contact .f_c_text> .f_c_in_t > p{
  line-height: 1.8rem;
  width: 100%;
  text-align: left;
}
.footer_contact .f_c_text> .f_c_in_t > .fb_time{
  display: flex;
}
body[wc-view-type="pc"] .footer_contact .f_c_text> .f_c_in_t > .fb_time{
  width: calc(50% - 0.25rem);
}
.footer_contact .f_c_text> .f_c_in_t > .fb_time dt{
  padding-right: 0.5rem;
  flex: none;
}
body[wc-view-type="sp"] .footer_contact .f_c_text> .f_c_in_t > .fb_time dt{
  width: 5.2rem;
}
.footer_contact .f_c_text> .f_c_in_t > .fb_time dt span{
  font-size: 0.85rem;
  letter-spacing: 1px;
  color: #fff;
  background-color: #121823;
  padding: 0.25rem 0.5rem;
  line-height: 1em;
  border-radius: 1rem;
  font-weight: 700;
  display: table;
}
body[wc-view-type="pc"] .footer_contact .f_c_text> .f_c_in_t > .fb_time dt span{
  font-size: 0.75rem;
}
.footer_contact .f_c_text> .f_c_in_t > .fb_time dd{
}
body[wc-view-type="pc"] .footer_contact .f_c_text> .f_c_in_t > .fb_time dd{
  width: calc(100% - 5.2rem);
}
.footer_contact > .f_c_block{
  margin-top: 0.5rem;
  background-color: #efefef;
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 1rem;
  display: flex;
}
body[wc-view-type="sp"] .footer_contact > .f_c_block,
body[wc-view-type="tb"] .footer_contact > .f_c_block{
  flex-direction: column;
  gap: 0.5rem;
}
body[wc-view-type="tb-l"] .footer_contact > .f_c_block,
body[wc-view-type="tb"] .footer_contact > .f_c_block{
  width: calc(100% - 320px);
}
body[wc-view-type="tb-l"] .footer_contact > .f_c_block,
body[wc-view-type="pc"] .footer_contact > .f_c_block{
  margin-top: auto;
  column-gap: 1rem;
}
body[wc-view-type="pc"] .footer_contact > .f_c_block{
  width:calc(100% - 480px);
  height: calc(100% - 4rem);
  gap:1rem;
}
.footer_contact > .f_c_block dl{
}
body[wc-view-type="tb-l"] .footer_contact > .f_c_block dl,
body[wc-view-type="pc"] .footer_contact > .f_c_block dl{
  width: calc(50% - 0.5rem);
}
.footer_contact > .f_c_block dl dt{
  font-weight: 700;
  margin-bottom: 0.25rem;
}
body[wc-view-type="pc"] .footer_contact > .f_c_block dl dt,
body[wc-view-type="tb-l"] .footer_contact > .f_c_block dl dt{
  margin-bottom: 0.5rem;
}
.footer_contact > .f_c_block dl dd{
}
.footer_contact > .f_c_block dl dd .f_mail_btn a,
.footer_contact > .f_c_block dl dd .tel{
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 1px;
  display: flex;
  text-decoration: none;
  padding: 0.5rem;
  align-items: center;
  box-sizing:border-box; 
}
.footer_contact > .f_c_block dl dd .tel{
  font-family: "inter";
  font-size: 1.5rem;
}
body:not([wc-view-type="sp"]) .footer_contact > .f_c_block dl dd .tel{
  pointer-events: none;
}
.footer_contact > .f_c_block dl dd .f_mail_btn{
}
.footer_contact > .f_c_block dl dd .tel,
.footer_contact > .f_c_block dl dd .f_mail_btn a{
  background-color: #fff;
  border-radius: 2rem;
}
.footer_contact > .f_c_block dl dd .f_mail_btn a{
  padding: 0.5rem;
  font-size: 1.15rem;
}
.footer_contact > .f_c_block dl dd .f_mail_btn .fcm_arrow,
.footer_contact > .f_c_block dl dd .f_mail_btn a .fc_icon,
.footer_contact > .f_c_block dl dd a .fc_icon{
  content: "";
  position: relative;
  z-index: 1;
}
.footer_contact > .f_c_block dl dd .f_mail_btn a .fc_icon,
.footer_contact > .f_c_block dl dd a .fc_icon{
  background-color: #121823;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}
.footer_contact > .f_c_block dl dd .f_mail_btn .fcm_arrow{
  width: 2rem;
  height: 2rem;
  margin-left: auto;
}
.footer_contact > .f_c_block dl dd .f_mail_btn a .fc_icon,
.footer_contact > .f_c_block dl dd a .fc_icon{
  margin-right: 0.5rem;
}
.footer_contact > .f_c_block dl dd .f_mail_btn .fcm_arrow::after,
.footer_contact > .f_c_block dl dd a .fc_icon::after{
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform: translate(-50%,-50%);
  z-index: -1;
  -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;
}

.footer_contact > .f_c_block dl dd .f_mail_btn .fcm_arrow::after{
  background-color: #121823;
  width: 3rem;
  height: 3rem;
}
.footer_contact > .f_c_block dl dd .btn a{
}
.footer_contact > .f_c_block dl dd .btn a::after{
  width: 2rem;
  height: 2rem;
  background-color: #121823;
}
footer div.footer{
  justify-content: flex-start !important;
}
body[touch-pos="right"] footer div.footer{
  padding-left: 0 !important;
}
body[touch-pos] footer div.footer::before, body[touch-pos] footer div.footer::after{
  display: none !important;
}
body[touch-pos] footer div.footer{
  border:none !important;
}
footer .footerbottom{
  width: auto !important;
}
footer .footertextlinks a{
  text-decoration: none !important;
}
footer .footerbottom{
  padding-top: 0 !important;
}
footer .footertextlinks{
  margin-right: auto !important;
  margin-left: 0 !important;
  padding-left: calc(var(--avesize) * 2);
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
footer .footertextlinks > div:not(:last-child):not(.nonemargin){
  margin-right: 0.5rem !important;
}
footer .footertextlinks > div + div:not(.noneline)::before{
  display: none !important; 
}
footer .copyright{
  margin-left: 0 !important;
  padding-left: calc(var(--avesize) * 2);
}
/*タブメニュー*/
[swipemenu][menu-type="tab"] .swipemenuinner {
  padding-top: 0 !important;
  padding-left: 0 !important;
}
[swipemenu][menu-type="tab"] .swipemenuinner[inner-type="btn"] [swipemenu-target]::before,
[swipemenu][menu-type="tab"] .swipemenuinner[inner-type="btn"] [swipemenu-target]::after{
  display: none !important;
}
[swipemenu][menu-type="tab"]::after{
  display: none !important;
}
[swipemenu][menu-type="tab"] .swipemenuinner[inner-type="btn"] [swipemenu-target]{
  border-radius: 0.75rem !important;
}
[swipemenu] .swipemenuinner[inner-type="btn"]{
  gap:0.5rem;
}