/* =============================================
PULLDOWN MENU 
============================================= */
.mm_inner {
  position: absolute;
  width: 200px;
  top: 50px;
  opacity: 0;
  z-index: 10;
  transition: all 0.4s;
  visibility: hidden;
  display: block;
  border: 1px solid #eeeeee;
}
/*.gnavi_area > ul > li.megamenu:hover > ul,*/
.megamenu:hover .mm_inner {
  opacity: 1;
  z-index: 100;
  top: 68px;
  visibility: visible;
}
.mm_inner .mm_in_title {
  width: 25%;
  color: #ffffff;
  background: #0086CA;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
}
.mm_inner .mm_in_title .en {
  font-size: 10px;
  font-weight: normal;
}
.mm_inner .mm_nav {
  width: 100%;
}
.megamenu {
  position: relative;
}
.megamenu ul {
  display: block !important;
  width: 100%;
  padding: 0;
}
.megamenu li {
  display: inherit;
  width: 100%;
  border-left: none;
  overflow: hidden;
}
.megamenu li+li {
  border-top: 1px solid #eeeeee;
}
.megamenu li:last-child {
  border-right: none;
}
.megamenu li a {
  display: block !important;
  color: #555;
  padding: 8px !important;
  background-color: white;
}
.megamenu li a:hover {
  color: #0086CA;
  background-color: #F3F3F0;
  text-decoration: underline;
}
header.template_c2 .gnavi_area ul .megamenu .mm_inner li a::after {
  display: none;
}
.mm_btn {
  position: absolute;
  display: none;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.mm_btn.active {
  transform: rotate(-45deg);
}
.mm_btn::before {
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 2px;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  background-color: #333;
}
.mm_btn::after {
  position: absolute;
  display: block;
  content: '';
  width: 2px;
  height: 20px;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  background-color: #333;
}
.gnavi-li{
  display: none;
}
@media only screen and (max-width:690px) {
  .mm_inner {
    position: static;
    display: none;
    width: 100%;
    opacity: 1;
    visibility: visible;
    border: 0;
    transition: all 0s;
    }
  .megamenu li a {
    display: block !important;
    color: #555;
    padding: 8px 30px !important;
    background-color: white;
  }
  .megamenu li+li {
    border-top: 0;
  }
  .mm_btn {
    display: block;
  }
  .gnavi-li{
    display: block;
}
  .no2{
    padding-top: 0!important;
  }
}
.top_column .dlb_media_cate span {
    font-size:11px;
}
/* =============================================
アンカーリンク
============================================= */
a.anchor {
    display: block;
    padding-top: 150px;
    margin-top: -150px;
}

/* =============================================
3カラムのボタン下揃え
============================================= */
.col-btn{
    display: flex;
    flex-direction: column;
}
.col-btn .dlb_btn a{
    padding: 13px 2.9em 13px 4em;
}
/* =============================================
オーバーレイ
============================================= */
.main-overlay{
    height: 100%;
    background-color: rgba(255,255,255,.3);
}
.main-overlay-b{
    height: 100%;
    background-color: rgba(0,0,0,.3);
}
/* =============================================
スマホ改行
============================================= */
.sp-br {
  display: none;
}
.pc-br {
  display: inline;
}
@media screen and (max-width: 768px) {
  .sp-br {
    display: inline;
  }
.pc-br {
  display: none;
}
}
/* =============================================
文字：太さ
============================================= */
.fontbold {
  font-weight: bold;
}
.fontnormal {
  font-weight: normal;
}
.underline {
  text-decoration: underline;
}
/* =============================================
文字：並び
============================================= */
.text-center {
  text-align: center;
}
.text-cenlef {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-left img{
  margin-right: auto;
  margin-left: 0;
}
@media screen and (max-width: 690px) {
.sptxt-center,text-right{
    text-align: center;
}
.text-cenlef{
  text-align: left;
}
}/* =============================================
文字：字間
============================================= */
.letter-spacing-01 {
    letter-spacing: -.1rem;
}
/* =============================================
文字：色
============================================= */
.color-white {
  color: #fff;
}
.color-white a{
  color: #fff;
}
.color-black {
  color: #333;
}
.color-black a{
  color: #333;
}
.color-blue {
  color: #00469B;
}
.color-blue a{
  color: #00469B;
}
.hr-bot{
    border-bottom: 1px solid #707070;
    padding-bottom: 40px;
}
/* =============================================
文字：サイズ
============================================= */
.font170 {
  font-size: 170%;
}
.font160 {
  font-size: 160%;
}
.font150 {
  font-size: 150%;
}
.font140 {
  font-size: 140%;
}
.font130 {
  font-size: 130%;
}
.font120 {
  font-size: 120%;
}
.font110 {
  font-size: 110%;
}
.font90 {
  font-size: 90%;
}
.font80 {
  font-size: 80%;
}
.font70 {
  font-size: 70%;
}
/* =============================================
行間
============================================= */
.lh2{
  line-height: 2rem;
}
/* =============================================
幅
============================================= */
.margin-center {
  margin-left: auto;
  margin-right: auto;
}
.margin-center img {
  margin: 0 auto;
  display: block;
}
.vw100{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.w80{
    width: 80%;
}
.w70{
    width: 70%;
}
.w60{
    width: 60%;
}
.w50{
    width: 50%;
}
.w50{
    width: 50%;
}
.w40{
    width: 40%;
}
.w30{
    width: 30%;
}
@media screen and (max-width: 768px) {
  .w80, .w70, .w60, .w50, .w40, .w30{
    width: 90%;
}     
}
/* =============================================
横：右
============================================= */
.mr100 {
  margin-right: 100px;
}
.mr90 {
  margin-right: 90px;
}
.mr80 {
  margin-right: 80px;
}
.mr70 {
  margin-right: 70px;
}
.mr60 {
  margin-right: 60px;
}
.mr50 {
  margin-right: 50px;
}
.mr40 {
  margin-right: 40px;
}
.mr30 {
  margin-right: 30px;
}
.mr20{
margin-right: 20px;
}
.mr10{
margin-right: 10px;
}
/* =============================================
横：左
============================================= */
.ml100 {
  margin-left: 100px;
}
.ml90 {
  margin-left: 90px;
}
.ml80 {
  margin-left: 80px;
}
.ml70 {
  margin-left: 70px;
}
.ml60 {
  margin-left: 60px;
}
.ml50 {
  margin-left: 50px;
}
.ml40 {
  margin-left: 40px;
}
.ml30 {
  margin-left: 30px;
}
.ml20{
margin-left: 20px;
}
.ml10{
margin-left: 10px;
}
.mlauto{
margin-left: auto;
}
/* =============================================
上
============================================= */
.mt100{
margin-top: 100px;
}
.mt90{
margin-top: 90px;
}
.mt80{
margin-top: 80px;
}
.mt70{
margin-top: 70px;
}
.mt60{
margin-top: 60px;
}
.mt50{
margin-top: 50px;
}
.mt40{
margin-top: 40px;
}
.mt30{
margin-top: 30px;
}
.mt20{
margin-top: 20px;
}
.mt10{
margin-top: 10px;
}
/* =============================================
下
============================================= */
.mb140 {
  margin-bottom: 140px;
}
.mb130 {
  margin-bottom: 130px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb110 {
  margin-bottom: 110px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb80{
margin-bottom: 80px;
}
.mb70{
margin-bottom: 70px;
}
.mb60{
margin-bottom: 60px;
}
.mb50{
margin-bottom: 50px;
}
.mb40{
margin-bottom: 40px;
}
.mb30{
margin-bottom: 30px;
}
.mb20{
margin-bottom: 20px;
}
.mb10{
margin-bottom: 10px;
}
/* =============================================
pading：Top
============================================= */
.pd-t60{
  padding-top: 60px;
}
.pd-t50{
  padding-top: 50px;
}
/* =============================================
pading：bottom
============================================= */
.pd-b60{
  padding-bottom: 60px;
}
.pd-b50{
  padding-bottom: 50px;
}
/* =============================================
背景の色
============================================= */
.bg-gray{
  background-color: #F2F2F2;
}
.bg-grayf5{
  background-color: #F5F5F5;
}
/* =============================================
ボタンの色
============================================= */
.btn-pink a{
    background-color: #C53573!important;
    color: #ffffff;
    border-color: #C53573!important;
}
.btn-pink a:hover{
    background-color: #ffffff!important;
    color: #C53573!important;
    border-color: #C53573!important;
}
.btn-pink a:hover::before {
    border-color: #C53573!important;
}
/* =============================================

Top

============================================= */
header.template_c2 #header_logo, footer.template_c2 .footer_logo {
  width: 400px !important;
}
.dlb_c42_block.c42r {
    margin-left: auto;
}
.dlb_subtitle2_08::before {
    display: none;
}
.dlb_subtitle2_08 {
    text-align: center;
    padding-left: 0px!important;
}
.dlb_subtitle2_08_jp {
    color: #00469B;
    font-weight: bold;
}
.entry-icon a::before{
    content: '';
    background-image: url("/dcms_media/image/icon01.png") ;
    width: 10px;
    height: 10px;
}
.dlb_area_1 .dlb_contact_telnum .in {
    background: url("/dcms_media/image/dlb_icon_tel-50.png") left center /13% no-repeat!important;
    padding-left: 43px!important;
    padding-top: 5px!important;
}
.tel{
    font-weight: bold;
}
.tw-title{
    position: relative;
}
.tw-title .main-overlay-b{
    width: 100%;
    position: absolute;
    top: 0;
}
.tw-title h3{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    color: #ffffff;
    transform: translate(-50%, -50%);
}
.dlb_box1_block .main-overlay{
    padding: 80px;
    width: 95%;
    margin: 0 auto;
}
.dlb_box1-4_area .dlb_box1_block.tq{
    padding: 30px 8px;
}
.main-overlay .dlb_subtitle2_08{
    margin-bottom: 0px;
}.dlb_btn.entry-icon a::before{
    content: '';
    width: 45px;
    height: 45px;
    background-image:url("/dcms_media/image/icon01.png") ;
    border-width: unset;
    border-style: unset;
    transform: unset;
    transition: unset;
    background-size: cover;
    top: calc(30% - 9px);
    left: 3.5em;
}
.dlb_btn.entry-icon a:hover::before{
    background-image:url("/dcms_media/image/icon01-p.png") ;
    transform: unset;
}
.bg-blue{
    background-color: #EDF4F8;
    padding: 20px 40px 30px;
}
.dlb_subtitle3_02 {
    padding: 0!important;
    border-width: 0!important;
    border-style: unset!important;
}
.dlb_c59_block::before {
    display: none;
}
.dlb_c48_block .col{
    text-align: left!important;
}
.dlb_c48_icon img {
    padding: unset!important;
}
.dlb_content-48 .dlb_subtitle2_08{
    margin-bottom: 70px!important;
}
.dlb_c48_left {
    width: 90%;
    margin-left: 20px;
}
.btn-flex .col{
    width: calc(40% - 20px);
    margin-right: 40px;
}
.dlb_banner_block {
    justify-content: center!important;
}
.dlb_c45_box .dlb_btn a{
    float: left;
    width: 55%;
    margin-top: 40px;
}
.minchuou{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.dlb_content-50::before {
    background-color: rgba(255,255,255,.3);
}
.dlb_box1-3_area.topb13 .dlb_box1_txt {
    background-color: #ffffff;
    color: #293237;
}
.zigyoubg{
    background-image: url(/dcms_media/image/TOP2-5.jpg);
    background-size: cover;
    padding: 5% 0;
}
.dlb_subtitle2_08_jp {
    font-size: 16px!important;
}
.dlb_c42_box {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.top-recruit .dlb_box1_par {
  line-height: normal !important;
}
footer.template_c2 #footer_info {
  background-color: #00469B !important;
}
footer.template_c2 #footer_info .footer_info_navi a, footer.template_c2 #footer_info small {
  color: #fff !important;
}
footer.template_c2 #footer_info .footer_info_navi a + a {
  border-color: #fff !important;
}


/* =============================================

@media screen and (max-width: 690px) 

============================================= */
@media screen and (max-width: 690px) {
header.template_c2 #header_logo, footer.template_c2 .footer_logo {
    width: auto !important;
}
footer.template_c2 .footer_logo {
  max-width: 300px !important;
  min-width: 200px !important;
}
.tw-title h3{
    top: 38%;
    left: 40%;
    transform: translate(-21%, 0%);
}
.dlb_box1_block .main-overlay{
    padding: 25px;
}
.dlb_btn.entry-icon a::before {
    width: 30px;
    height: 30px;
    top: calc(37% - 9px);
}
.dlb_box1-4_area .dlb_btn_w30 {
    max-width: 100%;
}
.btn-flex .col{
    width: 100%;
    margin-right: 0px;
}
.dlb_c45_box .dlb_btn a{
    float: unset;
    width: unset;
    margin-top: unset;
    min-width: 200px;
    display: block;
}
.dlb_c45_box .dlb_btn_w50{
    margin-left: auto;
    margin-right: auto;
}
.dlb_area_1 .dlb_contact_btn {
    width: 80%;
    padding-left: 0%!important;
}
.dlb_c48_icon {
    padding-top: 13px!important;
}
.dlb_c50_txt {
    text-align: center!important;
}
.menu_btn_332{
    display: block!important;
}
.menu_btn_332 li{
    width: 100%!important;
}
.dlb_c42_box {
    display: table!important;
}
.zigyoubg {
    padding: 10% 0;
}
.sp-btncn{
    margin-left: auto;
    margin-right: auto;
}
}
/* =============================================

@media screen and (max-width: 639px) 

============================================= */
@media screen and (max-width: 639px) {
.dlb_area_1 .dlb_contact_btn {
    max-width: 300px!important;
}
}

/*-----20251121ST修正-----*/
.page_index .dlb_media_time {
  display: none;
}

.common .info time {
  display: none;
}