﻿/* =============================================
アンカーリンク
============================================= */
a.anchor {
    display: block;
    padding-top: 150px;
    margin-top: -150px;
}

/* =============================================
3カラムのボタン下揃え
============================================= */
.col-btn{
    display: flex;
    flex-direction: column;
}
.dlb_btn_center{
    margin-top: auto;
}
.col-btn .dlb_btn a{
    padding: 13px 2.9em 13px 4em;
}
/* =============================================
オーバーレイ
============================================= */
.main-overlay{
    height: 100%;
    background-color: rgba(0,0,0,.3);
}
/* =============================================
ボタンの前にアイコンを付ける
============================================= */
.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;
}
/* =============================================
スマホ改行
============================================= */
.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: 768px) {
.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;
}
/* =============================================
文字：サイズ
============================================= */
.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: 690px) {
  .w80, .w70, .w60, .w50, .w40, .w30{
    width: 90%;
}
.margin-center-sp {
  margin-left: auto;
  margin-right: auto;
}
}
/* =============================================
横：右
============================================= */
.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;
}
/* =============================================
上
============================================= */
.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-blue a{
    background-color: #1397C3!important;
    color: #ffffff;
    border-color: #1397C3!important;
}
.btn-blue a:hover{
    background-color: #ffffff!important;
    color: #1397C3!important;
    border-color: #1397C3!important;
}
.btn-blue a:hover::before {
    border-color: #1397C3!important;
}
/* =============================================
Top、下層
============================================= */
.titlejp{
    font-size: 60%;
    display: block;
}
.dlb_subtitle2_06.texleft {
    text-align: left;
}
.dlb_subtitle2_06.texleft::after {
    left: 0;
}
.dlb_subtitle2_06 {
    padding-bottom: 15px;
}
.page_index .dlb_c42_block {
    margin-left: auto;
}
.dlb_content-42 .dlb_color_base_pseudo_bg::after{
    background-color: #fff;
}
.page_index .dlb_box2-2_block {
    color: #ffffff;
}
.dlb_box2-2_area .dlb_btn a {
    background-color: #ffffff;
    color: #000000;
    border-color: #000000;
}
.dlb_box2-2_area .dlb_btn a::before{
    border-color: #000000;
}
.dlb_box2-2_area .dlb_btn a:hover{
    background-color: #000000;
    color: #ffffff;
    border-color: #ffffff;
}
.dlb_box2-2_area .dlb_btn a:hover::before{
    border-color: #ffffff;
}
.dlb_area_1 .dlb_contact_telnum .in {
    background: unset!important;
    padding-left: 0px!important;
}
.dlb_subtitle2_06 {
    text-align: left!important;
}
.dlb_subtitle2_06::after {
    width: 32px!important;
    left: 0!important;
}
.h1ja{
    font-size: 30%;
}
.h2ja{
    font-size: 60%;
}
h1.dlb_subtitle2_06{
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 50px;
    line-height: .6;
}
.page_strength .dlb_box2-8_area.box11 .dlb_box2-8_txt{
    width: 60%;
    top: 60%;
}
.page_strength .dlb_box2-8_area.box12 .dlb_box2-8_txt{
    width: 60%;
    top: 60%;
}
.mb200{
    margin-bottom: 200px;
}
.h3ja{
    font-size: 60%;
}
.dlb_c64_title {
    text-align: left!important;
}
.dlb_c64_title::after {
    left: 0!important;
}
.dlb_subtitle3_02 {
    padding: 2px 0!important;
    border-width: 0!important;
    border-style: unset!important;
}
.dlb_c64_btn a {
    border-radius: 0px!important;
}
.dlb_c64_txt.txt_c{
    text-align: right;
}
.dlb_c65_title {
    font-size: 25px!important;
}
.dlb_c65_txt_area {
    margin-top: 20px!important;
}
.dlb_content-65 {
    padding: 0!important;
}
#articledetail .dlb_color_table_tdfirst_bg td:first-child{
    background-color: #333333;
}
.dlb_c41_titlesub {
    font-style: normal!important;
}
.dlb_c41_title {
    position: absolute;
    bottom: 20%;
    text-align: left!important;
}
.dlb_c41_titlesub {
    position: absolute;
    bottom: 15%;
    text-align: left!important;
}
.dlb_c41_info {
    padding: 15vw 3em 15.5vw!important;
}
.page_recruit .comcon{
    display: none;
}
.dlb_c41_info {
    height: 300px!important;
}
/* =============================================
@media screen and (max-width: 768px) 
============================================= */
@media screen and (max-width: 768px) {
.dlb_rss_01 .dlb_btn{
    margin-left: auto;
    margin-right: auto;
}
.dlb_btn_inlineb a{
    padding: 12px 0.5em!important;
    min-width: 200px!important;
    display: block!important;
}
.dlb_box2-2_block .dlb_btn {
    width: 100%!important;
}
.dlb_area_1 .dlb_contact_btn {
    padding-left: 0!important;
}
.dlb_area_1 .dlb_contact_btn {
    width: 90%!important;
    max-width: unset!important;
}
}
/* =============================================
@media screen and (max-width: 690px) 
============================================= */
@media screen and (max-width: 690px) {
.page_strength .dlb_box2-8_area.box11 .dlb_box2-8_txt, .page_strength .dlb_box2-8_area.box12 .dlb_box2-8_txt{
    width: 100%;
}
.page_strength .dlb_box2-8_area.reverse .dlb_box2-8_img {
    background-position: left center !important;
}
.page_strength .dlb_box2-8_area .dlb_box2-8_img {
    background-position: left center!important;
}
.mb200{
    margin-bottom: 100px;
}
.menu_btn_332 li, .menu_btn_d332 li {
    width: 100%!important;
    margin-right: 0!important;
}
.menu_btn_331 li a, .menu_btn_332 li a {
    height: 50px!important;
}
}
.top-main {
  width: 100vw;
  height: auto;
  position: relative;
  margin-top: 85px;
  margin-bottom: 60px;
}
#top-video {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 690px) {
  .top-main {
    height: auto;
    margin-top: 50px;
    margin-bottom: 40px;
  }
}