:root{
  --primary: #0068b7;
--primary_2: #004173;
}
html {
  overflow: auto;
  font-size: 62.5%;
}
body {
  position: relative;
  font-size: 1.7em;
  line-height: 1.625;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
    -webkit-print-color-adjust: exact;
}
a:hover,
a:focus {
  opacity: 0.7;
}
li{
  list-style-type: none;
}
/* 共通・ヘルパー */
.sp {
  display: none;
}
.inner{
  width: 100%;
  max-width: 1150px;
  padding: 0 15px;
  margin: 0 auto;
}
.hp_triangleDeco{
  position: relative;
}
.hp_triangleDeco::before{
  position: absolute;
  content:none;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: var(--primary) transparent transparent transparent;
  border-width: 29px 66px 0 0;
}
.hp_colorWhite{
  color: #fff;
}
.hp_colorBlue{
  color: var(--primary);
}
/* ===============================ヘッダー======================== */
.header{
  position: fixed;
  height: 88px;
  width: 100%;
background-color: rgba(255,255,255,0.8);
  z-index: 100;
  top: 0;
}
.bl_header_inner{
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 36px;
}
.bl_logo{
margin-bottom:0;
}
.bl_logo img{
  height: 60px;
  object-fit: contain;
}
.bl_naviButton{
}
.bl_naviButton_bar{
}
.bl_navi{
  margin-left: auto;
  align-self: auto;
}
.bl_navi_list{
  display: flex;
  height: 100%;
}
.bl_navi_item{
  padding: 0px 15px;
  height:88px
}
.bl_navi_item_contact{
background:var(--primary);
}

.bl_navi_item_contact:hover{
background:var(--primary_2);
}

.bl_navi_item a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: inherit;
  padding: 5px 15px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
}
.bl_navi_item a span{
	display:block;
	font-size:80%;
}

.bl_navi_item a:hover{
  opacity: 1;
  color: #999;
}

.bl_navi_item_contact{
max-width: 16.7vw;
}
.bl_navi_item_contact a{
color:#fff;
position:relative;
    padding-top: 34px !important;
}

.bl_navi_item_contact a::before{
    position: absolute;
    content: "";
    background-image: url(../img/icon_mail.png);
    width: 36px;
    top: 32%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 27px;
    background-size: contain;
}

.bl_navi_item_contact::before{
  position: absolute;
  content: none;
  background-image: url(../img/icon_mail.png);
width: 100%;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}

.bl_navi_item_contact a:hover;{
color:#fff;
}

.bl_navi_item_contact a img{
  width: 14px;
  height: 10px;
  transform: translate(-3px, 2px);
}

.bl_navi_item_contact a:hover{
  opacity: 1;
}
.bl_navi_item_contact a:hover::before{
  content: none;
}
.bl_naviButton{
  display: none;
}
/* ===============================フッター======================== */
.footer{
background:#f1f1f1;
 }
 .footer .inner{
 display: flex;
 }
 
.ly_footer_top{
  color: #fff;
  text-align: center;
  padding: 30px 0 5px;
  border-bottom: 1px solid rgba(255,255,255,.4);
  display: inline-block;
}
.footer .bl_logo{
  margin-bottom: 15px;
}
.footer .bl_logo img{
  height: 62px;
}
.ly_footer_address{
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.ly_footer_address p{
  margin: 0 0.5em;
}
.ly_footer_bottom{
  padding: 28px 0 30px;
  display: inline-block;
  width: 85%;
}
.ly_footer_navi{
  display: flex;
  justify-content: right;
}
.bl_footer_navi_item{
}
.bl_footer_navi_item:not(:last-child){
  border-right: 1px solid #959595;
}
.bl_footer_navi_item a{
  display: inline-block;
  color: #000;
  text-align: center;
  white-space: nowrap;
padding: 0 0.5em;
font-size:90%;
}

.f_navi_2 .bl_footer_navi_item a{
font-size: 75%;

}

.copyright{
  text-align: center;
  font-size: 14px;
  background-color: var(--primary);
  color: #fff;
  padding: 12.5px 0;
  border-top:1px solid #c6c6c6;
}




/* ========================================
トップ
============================================ */
.mv{
  position: relative;
  margin-top: 88px;
}
.ly_mv_logo{
position: absolute;
width: 100%;
top: 50%;
left: 60%;
transform: translate(-50%,-50%);
text-align: center;
color: #fff;
max-width: 450px;

}



.ly_mv_text .ly_mv_text_1 p{
background:#fff;
padding:10px;
font-size:46px;
color:var(--primary);
line-height: 100%;
margin: 3px 0;
display: inline-block;
}

.ly_mv_text .ly_mv_text_2{
text-shadow: 2px 2px 3px #000;
font-size:24px;

}

.ly_mv_text{
position: absolute;
width: 100%;
top: 50%;
left: 30%;
transform: translate(-50%,-50%);
text-align: left;
color: #fff;
max-width: 450px;
}
.bl_mv_title{
  font-size: 39px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.bl_mv_desc{
  font-size: 17px;
  line-height: 1.3;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
.mv img{
	width:100%;
}

.intro{
  position: relative;
  text-align: center;
  padding: 67px 0 60px;
}
.intro::before{
  position: absolute;
  content: none;
  background-image: url(../img/logo_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 60%;
  height: 120%;
  right: -19%;
  bottom: -14%;
}
.bl_intro_title{
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 26px;
}
.bl_intro_title span{
  position: relative;
}
.bl_intro_title span::before{
  position: absolute;
  content: "";
  background-color: var(--primary);
  border-radius: 50%;
  width: 7.6px;
  height: 7.6px;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
}
.bl_intro_text{
  font-size: 19px;
  line-height: 1.73;
}
.col2,.col3,.dis_flex,.dis_flex_pc{
  display: flex;

}
.col2_companyBG{
  background-image: url(../img/section_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.col2_item{
  position: relative;
  width: 80%;
  padding: 0px 0 0px;
  margin-right: 20px;
}


.col3_item{
  position: relative;
  width: 33%;
  padding: 40px 0 25px;
}

.ly_section_head{
  text-align: center;
}
.bl_section_titleEn{
  font-size: 19px;
  line-height: 1;
}
.bl_section_titleJa{
  display: inline-block;
  font-size: 34px;
  letter-spacing: 0.08em;
}
.bl_section_titleJa span{
  position: relative;
  padding: 0 72px;
}
.bl_section_titleJa span::before{
  position: absolute;
  content: "";
  background-color: #000;
  width: 50px;
  height: 1px;
  left: 0;
  top: 50%;
  
}
.bl_section_titleJa span::after{
  position: absolute;
  content: "";
  background-color: #000;
  width: 50px;
  height: 1px;
  right: 0;
  top: 50%;
}
.bl_section_titleJa.hp_colorWhite span::before,
.bl_section_titleJa.hp_colorWhite span::after{
  background-color: #fff;
}
.bl_section_titleJa.hp_colorBlue span::before,
.bl_section_titleJa.hp_colorBlue span::after{
  background-color: var(--primary);
}
.ly_section_body{
  text-align: center;
}
.hp_btn_only.ly_section_body{
  justify-content: center;
  align-items: flex-end;
}
.btn.btn_1{
  background-image: url(../img/btn_1.png) !important;
  background-position:right bottom;
  border-radius: 0;
  border:0;
  color:#fff;
  width:100%;
  padding:17px 0; 
  margin: 0 5px;
  text-align: center;
  font-size:130%;
}

.btn.btn_1 span{
	display:block;
	text-align:center;
	font-size:60%;
}

.btn.btn_2{
  background-image: url(../img/btn_2.png);
  background-position:right bottom;
  border-radius: 0;
  border:0;
  color:#fff;
  width:95%;
  padding:38px 0; 
  margin: 0 5px;
  text-align:center;
}




.btn{
  position: relative;
  display: inline-block;
  border: 0;
  color: #fff;
  background-color:  var(--primary);
  border-radius: 23px;
  padding: 8px 56px 8px 45px;
  transition: all ease-in-out .3s;
  border-radius:0;
}
.btn::before{
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 22px;
  top: calc(50% - 4px);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all ease-in-out .3s;
}
.btn:hover{
  background-color: var(--primary);
  color: #fff;
  opacity: 0.7;
}
.btn:hover::before{
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.middle{
  background-color: #bfcddc;
  padding: 134px 0 190px;
}
.service{
  position: relative;
  margin-bottom: 340px;
  padding-left: 30px;
}
.service::before,
.service::after{
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}
.service::before{
  width: 165px;
  height: 76px;
  top: -38px;
  left: -76px;
  background-image: url(../img/patern03.png);
}
.service::after{
  width: 340px;
  height: 197px;
  right: -160px;
  bottom: -170px;
  background-image: url(../img/patern01.png);
}
.ly_contentItem{
  position: relative;
  background-color: #fff;
  align-self: flex-start;
  width: 41.15%;
  min-width: 360px;
  padding: 80px 6px 47px;
  text-align: center;
  z-index: 2;
}
.ly_contentItem.hp_btnAndText .ly_section_head{
  margin-bottom: 20px;
}
.ly_contentItem.hp_btnAndText .ly_section_body{
  min-height: 134px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.bl_section_lead{
  font-size: 15px;
  line-height: 1.75;
}
.ly_contentFigure{
  position: absolute;
  width: 60.6%;
  right: 0;
  z-index: 1;
  top: 40px;
  right: 0;
  height: 410px;
}
.ly_contentFigure img{
  height: 100%;
  object-fit: cover;
}
.sales{
  position: relative;
  padding-right: 30px;
}
.sales::before{
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  width: 340px;
  height: 197px;
  left: -160px;
  bottom: -50px;
  background-image: url(../img/patern01.png);
}
.sales .ly_contentItem{
  margin-left: auto;
}
.sales .ly_contentFigure{
  top: -106px;
}
.sales .ly_contentFigure{
  right: inherit;
  left: 0;
}
.col2_item_recruit{
  background-image: url(../img/recruit_img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}
.bottom .ly_section_head{
  margin-bottom: 28px;
}
.bottom .ly_section_body{
  min-height: 126px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.col2_item_contat{
  background-image: url(../img/contact_img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  width: 20%;
}
.bl_news_title{
  font-size: 30px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 22px;
}
.ly_news_content{
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding:0px;
}
.bl_news_item{
max-width: 100%;
margin: 8px auto;
padding-bottom: 10px;
}
.bl_news_item{
  border-bottom: 1px solid #c6c6c6;
}
.bl_news_item_link{
  font-size: 15px;
  padding: 20px 0 17px;
  text-align:left;
}
.bl_news_item_link time{
  width: 19%;
  min-width: 110px;
}
.bl_news_item_link h3{
  width: 100%;
  font-weight: 500;
}



@media screen and (max-width:1024px) {
  .bl_header_inner{
    padding-left: 60px;
  }
}


@media screen and (max-width:769px) {
  body {
    font-size: 1.4em;
  }
  /* 共通・ヘルパー */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .inner{
    width: 90%;
    padding: 0;
  }
  .hp_triangleDeco::before{
    border-width: 20px 46px 0 0;
  }
  /* ===============================ヘッダー======================== */
  .header{
    height: 60px;
  }
  .bl_header_inner{
    padding: 0 10px 0 20px;
  }
  .bl_logo{
  }
  .bl_logo img{
        height: 35px;
  }
  .bl_navi{
    margin-right: auto;
  }
  .bl_navi_list{
    flex-direction: column;
    height: auto;
    border-bottom: none;
  }
  .bl_navi_item{
    width: auto;
    max-width: inherit;
    height: auto;
    border-left: none;
    padding: 0;
    margin-bottom: 20px;
  }
  .bl_navi_item:last-of-type{
    margin-bottom: 0;
  }
  .bl_navi_item a{
    padding: 20px 0;
  }
  .bl_navi_item a:hover{
  }
  .bl_navi_item a:hover::before{
  }
  .bl_navi_item_contact{
    width: auto;
    max-width: inherit;
  }
  .bl_navi_item_contact a{
  }
  .bl_navi_item_contact a img{
  }
  .bl_navi_item_contact:hover{
  }
  .bl_navi_item_contact a:hover{
  }
  .bl_naviButton{
    position: relative;
    display: block;
    width: 40px;
    height: 46px;
    z-index: 20;
    transition: all 0.4s ease;
    border: none;
    margin-left: auto;
  }
  .bl_naviButton:focus{
    outline: none;
  }
  .bl_naviButton_bar {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background-color: var(--primary);
    border-radius: 4px;
    transition: all 0.4s ease
  }
  .bl_naviButton_bar:nth-of-type(1) {
    top: 10px;
  }
  .bl_naviButton_bar:nth-of-type(2) {
    top: 21px;
  }
  .bl_naviButton_bar:nth-of-type(3) {
    bottom: 10px;
  }
  .bl_naviButton.active .bl_naviButton_bar:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
  }
  .bl_naviButton.active .bl_naviButton_bar:nth-of-type(2) {
    display: none;
  }
  .bl_naviButton.active .bl_naviButton_bar:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  .bl_navi {
    position: fixed;
    right: -100%;
    top: 60px;
    z-index: 10;
    background-color: #fff;
    width: 100%;
    height: auto;
    transition: all .4s ease;
    padding: 0;
  }
  .bl_navi.active{
    right: 0;
	    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);

  }
  /* ===============================フッター======================== */
  .footer{
  }
  .ly_footer_top{
    padding: 20px 0 0px;
	width: 100%;
  }
  .footer .bl_logo{
  margin-bottom: 0;
  }
  .footer .bl_logo img{
    height: 44px;
  }
  .ly_footer_address{
    flex-direction: column;
  }
  .ly_footer_address p{
    margin: 0;
  }
  .ly_footer_bottom{
    padding: 10px 0 20px;
  }
  .ly_footer_navi{
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
  }
  .bl_footer_navi_item{
    text-align: center;
    margin: 0 5px;
  }
  .ly_footer_bottom {
    width: 100%;
}
  .bl_footer_navi_item:not(:last-child){
    border: none;
  }
  .bl_footer_navi_item a{
    padding: 10px 0;
  }
  .copyright{
    font-size: 12px;
    padding: 10px 0 20px;
  }


  /* ========================================
  トップ
  ============================================ */
  .mv{
    margin-top: 60px;
  }
  .ly_mv_text{
    padding: 0 10px;
  }
  .bl_mv_title{
    font-size: 18px;
  }
  .bl_mv_desc{
    font-size: 16px;
  }
  .intro{
    padding: 40px 0 80px;
  }
  .intro::before{
    bottom: -7%;
  }
  .bl_intro_title{
    font-size: 22px;
    margin-bottom: 20px;
  }
  .bl_intro_title span{
  }
  .bl_intro_title span::before{
  }
  .bl_intro_text{
    font-size: 16px;
  }
  .col2{
    flex-direction: column;
  }
  .col2_companyBG{
  }
  .col2_item{
    width: 100%;
    padding: 10px 0;
  }
  .col2_companyBG .col2_item:first-child::before{
    height: 1px;
    width: 90%;
    bottom: 0;
    right: 5%;
  }
  .ly_section_head{
  }
  .bl_section_titleEn{
    font-size: 14px;
  }
  .bl_section_titleJa{
    font-size: 22px;
  }
  .bl_section_titleJa span{
    padding: 0 40px;
  }
  .bl_section_titleJa span::before{
    width: 24px;
  }
  .bl_section_titleJa span::after{
    width: 24px;
  }
  .ly_section_body{
    min-height: 80px;
  }
  .hp_btn_only.ly_section_body{
  }
  .btn{
  }
  .btn::before{
  }
  .btn:hover{
  }
  .btn:hover::before{
  }
  .middle{
    padding: 80px 0 120px;
  }
  .service{
    padding: 0;
    margin-bottom: 40px;
  }
  .service::before,
  .service::after{
  }
  .service::before{
  }
  .service::after{
  }
  .ly_contentItem{
    width: 100%;
    min-width: inherit;
    padding: 40px 6px 30px;
  }
  .ly_contentItem.hp_btnAndText .ly_section_head{
    margin-bottom: 10px;
  }
  .ly_contentItem.hp_btnAndText .ly_section_body{
    min-height: 110px;
  }
  .bl_section_lead{
    font-size: 14px;
  }
  .ly_contentFigure{
    position: static;
    width: 100%;
    height: auto;
  }
  .ly_contentFigure img{
    width: 100%;
  }
  .sales{
    padding: 0;
  }
  .sales::before{
  }
  .sales .ly_contentItem{
  }
  .sales .ly_contentFigure{
  }
  .sales .ly_contentFigure{
  }
  .col2_item_recruit{
  }
  .bottom .ly_section_head{
    margin-bottom: 10px;
  }
  .bottom .ly_section_body{
    min-height: 110px;
  }
  .col2_item_contat{
  }
  .news{
    padding: 40px 0 60px;
  }
  .bl_news_title{
    font-size: 22px;
  }
  .ly_news_content{
  }
  .bl_news_item{
    max-width: 100%;
  }
  .bl_news_item:not(:last-child){
  }
  .bl_news_item_link{
    font-size: 14px;
    padding: 10px 0 8px;
  }
  .bl_news_item_link time{
    width: 17%;
    min-width: 90px;
  }
  .bl_news_item_link h3{
    width: 83%;
  }


}

//////common//////

// ======== Mobile
@media ( max-width : 480px ) {

} // @media

// ======== Tablet & PC
@media ( min-width : 768px ) {
.btn.white {
color: var(--primary);
    background-color: #fff;
}
.btn.white::before {
    border-color: var(--primary);
}

} // @media

// ======== PC
@media ( min-width : 1024px ) {

} // @media


/* Margin-Top & Padding-Top */
.mt00 { margin-top: 0px !important; } .pt00 { padding-top: 0px !important; }
.mt04 { margin-top: 4px; } .pt05 { padding-top: 4px; }
.mt05 { margin-top: 5px; } .pt05 { padding-top: 5px; }
.mt06 { margin-top: 6px; } .pt06 { padding-top: 6px; }
.mt07 { margin-top: 7px; } .pt07 { padding-top: 7px; }
.mt08 { margin-top: 8px; } .pt08 { padding-top: 8px; }
.mt09 { margin-top: 9px; } .pt09 { padding-top: 9px; }
.mt10 { margin-top: 10px; } .pt10 { padding-top: 10px; }
.mt15 { margin-top: 15px; } .pt15 { padding-top: 15px; }
.mt20 { margin-top: 20px; } .pt20 { padding-top: 20px; }
.mt25 { margin-top: 25px; } .pt25 { padding-top: 25px; }
.mt30 { margin-top: 30px; } .pt30 { padding-top: 30px; }
.mt35 { margin-top: 35px; } .pt35 { padding-top: 35px; }
.mt40 { margin-top: 40px; } .pt40 { padding-top: 40px; }
.mt45 { margin-top: 45px; } .pt45 { padding-top: 45px; }
.mt50 { margin-top: 50px; } .pt50 { padding-top: 50px; }
.mt55 { margin-top: 55px; } .pt55 { padding-top: 55px; }
.mt60 { margin-top: 60px; } .pt60 { padding-top: 60px; }
.mt65 { margin-top: 65px; } .pt65 { padding-top: 65px; }
.mt70 { margin-top: 70px; } .pt70 { padding-top: 70px; }
.mt75 { margin-top: 75px; } .pt75 { padding-top: 75px; }
.mt80 { margin-top: 80px; } .pt80 { padding-top: 80px; }
.mt85 { margin-top: 85px; } .pt85 { padding-top: 85px; }
.mt90 { margin-top: 90px; } .pt90 { padding-top: 90px; }
.mt95 { margin-top: 95px; } .pt95 { padding-top: 95px; }
.mt100{ margin-top:100px; } .pt100{ padding-top:100px; }
.mt110{ margin-top:110px; } .pt110{ padding-top:110px; }
.mt120{ margin-top:120px; } .pt120{ padding-top:120px; }

.pt40_s { padding-top: 40px; }
.pt60_s { padding-top: 60px; }
.pt80_s { padding-top: 80px; }
.pt100_s { padding-top: 100px; }

.mt20_s{margin-top: 20px;}

/* Margin-Right & Padding-Right */
.mr00 { margin-right: 0px; } .pr00 { padding-right: 0px; }
.mr01 { margin-right: 1px; } .pr01 { padding-right: 1px; }
.mr02 { margin-right: 2px; } .pr02 { padding-right: 2px; }
.mr03 { margin-right: 3px; } .pr03 { padding-right: 3px; }
.mr04 { margin-right: 4px; } .pr04 { padding-right: 4px; }
.mr05 { margin-right: 5px; } .pr05 { padding-right: 5px; }
.mr06 { margin-right: 6px; } .pr06 { padding-right: 6px; }
.mr07 { margin-right: 7px; } .pr07 { padding-right: 7px; }
.mr08 { margin-right: 8px; } .pr08 { padding-right: 8px; }
.mr09 { margin-right: 9px; } .pr09 { margin-right: 9px; }
.mr10 { margin-right: 10px; } .pr10 { padding-right: 10px; }
.mr15 { margin-right: 15px; } .pr15 { padding-right: 15px; }
.mr20 { margin-right: 20px; } .pr20 { padding-right: 20px; }
.mr25 { margin-right: 25px; } .pr25 { padding-right: 25px; }
.mr30 { margin-right: 30px; } .pr30 { padding-right: 30px; }
.mr35 { margin-right: 35px; } .pr35 { padding-right: 35px; }
.mr40 { margin-right: 40px; } .pr40 { padding-right: 40px; }
.mr45 { margin-right: 45px; } .pr45 { padding-right: 45px; }
.mr50 { margin-right: 50px; } .pr50 { padding-right: 50px; }
.mr55 { margin-right: 55px; } .pr55 { padding-right: 55px; }
.mr60 { margin-right: 60px; } .pr60 { padding-right: 60px; }
.mr65 { margin-right: 65px; } .pr65 { padding-right: 65px; }
.mr70 { margin-right: 70px; } .pr70 { padding-right: 70px; }
.mr75 { margin-right: 75px; } .pr75 { padding-right: 75px; }
.mr80 { margin-right: 80px; } .pr80 { padding-right: 80px; }
.mr85 { margin-right: 85px; } .pr85 { padding-right: 85px; }
.mr90 { margin-right: 90px; } .pr90 { padding-right: 90px; }
.mr95 { margin-right: 95px; } .pr95 { padding-right: 95px; }
.mr100{ margin-right:100px; } .pr100{ padding-right:100px; }


/* Margin-Bottom & Padding-Bottom */
.mb00 { margin-bottom: 0px !important; } .pb00 { padding-bottom: 0px !important; }
.mb01 { margin-bottom: 1px; } .pb01 { padding-bottom: 1px; }
.mb02 { margin-bottom: 2px; } .pb02 { padding-bottom: 2px; }
.mb03 { margin-bottom: 3px; } .pb03 { padding-bottom: 3px; }
.mb04 { margin-bottom: 4px; } .pb04 { padding-bottom: 4px; }
.mb05 { margin-bottom: 5px; } .pb05 { padding-bottom: 5px; }
.mb06 { margin-bottom: 6px; } .pb06 { padding-bottom: 6px; }
.mb07 { margin-bottom: 7px; } .pb07 { padding-bottom: 7px; }
.mb08 { margin-bottom: 8px; } .pb08 { padding-bottom: 8px; }
.mb09 { margin-bottom: 9px; } .pb09 { padding-bottom: 9px; }
.mb10 { margin-bottom: 10px; } .pb10 { padding-bottom: 10px; }
.mb15 { margin-bottom: 15px; } .pb15 { padding-bottom: 15px; }
.mb20 { margin-bottom: 20px !important; } .pb20 { padding-bottom: 20px; }
.mb25 { margin-bottom: 25px; } .pb25 { padding-bottom: 25px; }
.mb30 { margin-bottom: 30px; } .pb30 { padding-bottom: 30px; }
.mb35 { margin-bottom: 35px; } .pb35 { padding-bottom: 35px; }
.mb40 { margin-bottom: 40px; } .pb40 { padding-bottom: 40px; }
.mb45 { margin-bottom: 45px; } .pb45 { padding-bottom: 45px; }
.mb50 { margin-bottom: 50px; } .pb50 { padding-bottom: 50px; }
.mb55 { margin-bottom: 55px; } .pb55 { padding-bottom: 55px; }
.mb60 { margin-bottom: 60px; } .pb60 { padding-bottom: 60px; }
.mb65 { margin-bottom: 65px; } .pb65 { padding-bottom: 65px; }
.mb70 { margin-bottom: 70px; } .pb70 { padding-bottom: 70px; }
.mb75 { margin-bottom: 75px; } .pb75 { padding-bottom: 75px; }
.mb80 { margin-bottom: 80px; } .pb80 { padding-bottom: 80px; }
.mb85 { margin-bottom: 85px; } .pb85 { padding-bottom: 85px; }
.mb90 { margin-bottom: 90px; } .pb90 { padding-bottom: 90px; }
.mb95 { margin-bottom: 95px; } .pb95 { padding-bottom: 95px; }
.mb100{ margin-bottom:100px; } .pb100{ padding-bottom:100px; }

/* Margin-Left & Padding-Left */
.ml00 { margin-left: 0px !important; } .pl00 { padding-left: 0px; }
.ml05 { margin-left: 5px; } .pl05 { padding-left: 5px; }
.ml06 { margin-left: 6px; } .pl06 { padding-left: 6px; }
.ml07 { margin-left: 7px; } .pl07 { padding-left: 7px; }
.ml08 { margin-left: 8px; } .pl07 { padding-left: 8px; }
.ml09 { margin-left: 9px; } .pl07 { padding-left: 9px; }
.ml10 { margin-left: 10px; } .pl10 { padding-left: 10px; }
.ml15 { margin-left: 15px; } .pl15 { padding-left: 15px; }
.ml20 { margin-left: 20px; } .pl20 { padding-left: 20px; }
.ml25 { margin-left: 25px; } .pl25 { padding-left: 25px; }
.ml30 { margin-left: 30px; } .pl30 { padding-left: 30px; }
.ml35 { margin-left: 35px; } .pl35 { padding-left: 35px; }
.ml40 { margin-left: 40px; } .pl40 { padding-left: 40px; }
.ml45 { margin-left: 45px; } .pl45 { padding-left: 45px; }
.ml50 { margin-left: 50px; } .pl50 { padding-left: 50px; }
.ml55 { margin-left: 55px; } .pl55 { padding-left: 55px; }
.ml60 { margin-left: 60px; } .pl60 { padding-left: 60px; }
.ml65 { margin-left: 65px; } .pl65 { padding-left: 65px; }
.ml70 { margin-left: 70px; } .pl70 { padding-left: 70px; }
.ml75 { margin-left: 75px; } .pl75 { padding-left: 75px; }
.ml80 { margin-left: 80px; } .pl80 { padding-left: 80px; }
.ml85 { margin-left: 85px; } .pl85 { padding-left: 85px; }
.ml90 { margin-left: 90px; } .pl90 { padding-left: 90px; }
.ml95 { margin-left: 95px; } .pl95 { padding-left: 95px; }
.ml100{ margin-left:100px; } .pl100{ padding-left:100px; }
.ml11 { margin-left: 11px; } .pl63{ padding-left:63px; }
.ml12 { margin-left: 12px; }
.ml13 { margin-left: 13px; }
.ml14 { margin-left: 14px; }

/* Margin & Padding */
.m00 { margin: 0px; } .p00 { padding: 0px; }
.m05 { margin: 5px; } .p05 { padding: 5px; }
.m10 { margin: 10px; } .p10 { padding: 10px; }
.m15 { margin: 15px; } .p15 { padding: 15px; }
.m20 { margin: 20px; } .p20 { padding: 20px; }
.m25 { margin: 25px; } .p25 { padding: 25px; }
.m30 { margin: 30px; } .p30 { padding: 30px; }
.m35 { margin: 35px; } .p35 { padding: 35px; }
.m40 { margin: 40px; } .p40 { padding: 40px; }
.m45 { margin: 45px; } .p45 { padding: 45px; }
.m50 { margin: 50px; } .p50 { padding: 50px; }
.m55 { margin: 55px; } .p55 { padding: 55px; }
.m60 { margin: 60px; } .p60 { padding: 60px; }
.m65 { margin: 65px; } .p65 { padding: 65px; }
.m70 { margin: 70px; } .p70 { padding: 70px; }
.m75 { margin: 75px; } .p75 { padding: 75px; }
.m80 { margin: 80px; } .p80 { padding: 80px; }
.m85 { margin: 85px; } .p85 { padding: 85px; }
.m90 { margin: 90px; } .p90 { padding: 90px; }
.m95 { margin: 95px; } .p95 { padding: 95px; }
.m100{ margin:100px; } .p100{ padding:100px; }

.mt20s{
  margin-top: 20px;
}

/* width & height */
.width00 { width: 0px; } .height00 { height: 0px; }
.width05 { width: 5px; } .height05 { height: 5px; }
.width10 { width: 10px; } .height10 { height: 10px; }
.width15 { width: 15px; } .height15 { height: 15px; }
.width20 { width: 20px; } .height20 { height: 20px; }
.width25 { width: 25px; } .height25 { height: 25px; }
.width30 { width: 30px; } .height30 { height: 30px; }
.width35 { width: 35px; } .height35 { height: 35px; }
.width40 { width: 40px; } .height40 { height: 40px; }
.width45 { width: 45px; } .height45 { height: 45px; }
.width50 { width: 50px; } .height50 { height: 50px; }
.width55 { width: 55px; } .height55 { height: 55px; }
.width60 { width: 60px; } .height60 { height: 60px; }
.width65 { width: 65px; } .height65 { height: 65px; }
.width70 { width: 70px; } .height70 { height: 70px; }
.width75 { width: 75px; } .height75 { height: 75px; }
.width80 { width: 80px; } .height80 { height: 80px; }
.width85 { width: 85px; } .height85 { height: 85px; }
.width90 { width: 90px; } .height90 { height: 90px; }
.width95 { width: 95px; } .height95 { height: 95px; }
.width100{ width:100px; } .height100{ height:100px; }
.width150{ width:150px; } .height150{ height:150px; }
.width300{ width:300px; } .height300{ height:300px; }
.width350{ width:350px; } .height350{ height:350px; }
.width400{ width:400px; } .height400{ height:400px; }
.width450{ width:450px; } .height450{ height:450px; }
.width500{ width:500px; } .height500{ height:500px; }
.width550{ width:550px; } .height550{ height:550px; }


.f_40{font-size: 40% !important}
.f_50{font-size: 50% !important;}
.f_60{font-size: 60% !important;}
.f_70{font-size: 70% !important;}
.f_80{font-size: 80% !important;}
.f_90{font-size: 90% !important;}
.f_110{font-size: 110% !important;}
.f_120{font-size: 120% !important;}
.f_130{font-size: 130% !important;}
.f_140{font-size: 140% !important;}
.f_150{font-size: 150% !important;}
.f_160{font-size: 160% !important;}
.f_170{font-size: 170% !important;}
.f_180{font-size: 180% !important;}
.f_190{font-size: 190% !important;}
.f_200{font-size: 200% !important;}
.f_250{font-size: 250% !important;}
.f_300{font-size: 300% !important;}

.fw_100{font-weight: 100;}
.fw_200{font-weight: 200;}
.fw_300{font-weight: 300;}
.fw_400{font-weight: 400;}
.fw_500{font-weight: 500;}
.fw_600{font-weight: 600;}
.fw_700{font-weight: 700;}
.fw_800{font-weight: 800;}
.fw_900{font-weight: 900;}

//img{width: 100%;}

ul li{
  list-style: none;
}

.text-small{font-size:75%;}
.text-large{font-size:150%;}
.text-xlarge{font-size:200%;}

.width100_center{
  width:100%;
  text-align: center;
}

.m0auto{
	margin:0 auto;
}


.text-center{
	text-align:center;
}

.text-left-pc,.text-left{text-align:left;}
.text-right-pc,.text-right{text-align:right;}

.bg_gray{
  background: #eee;
}

.gray_cont{
background-color: #eee;
//background: #3f3f3f;
border-radius: 8px;
padding: 15px;
margin-top: 20px;
margin-bottom: 30px;
}

ul.li_1{
	width:100%;
}

ul.li_1 li{
border-bottom:1px solid #ddd;
padding-bottom:8px;
margin-bottom:10px;
list-style: disc;
margin-left: 15px;
font-size: 1.7rem;
}

img.radius{
	border-radius:10px;
}

td.price{
  text-align: right;
}


.col:first-child{
  margin-left: 0;
}

.sp_only{
  display: none;
}


.f_left{float:left;}
.f_right{float:right;}


.text-red{
  color: red;
}

.span_red span{
	color: #ff4a00;
}


.tb_only{
  display: none;
}

.hover a:hover img {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.text-underline{
  -moz-box-shadow:0 -0.3em 0 rgba(255, 158, 68, 0.4) inset;
-webkit-box-shadow:0 -0.3em 0 rgba(255, 158, 68, 0.4) inset;
box-shadow:0 -0.3em 0 rgba(255, 158, 68, 0.4) inset;
display: inline;
}

.dis_inline{
  display: inline;
}

.w_10,.w_20,.w_25,.w_30,.w_33,.w_40,.w_50,.w_60,.w_70,.w_80,.w_90{
  display: inline-block;
  vertical-align: top;
  margin-right: 1%;
}


.w_10{width: 9%;}
.w_20{width: 18.5%;}
.w_25{width: 23.5%;}
.w_30{width: 28.5%;}
.w_33{width: 32%;}
.w_40{width: 38.5%;}
.w_50{width: 48.5%;}
.w_60{width: 58.5%;}
.w_70{width: 68.5%;}
.w_80{width: 78.5%;}
.w_90{width: 88.5%;}

.w20{width: 20%;}
.w50{width:50%;}

.w80{width: 80%;}

.w_10:last-child,.w_20:last-child,.w_25:last-child,.w_30:last-child,.w_33:last-child,.w_40:last-child,.w50:last-child,.w_60:last-child,.w_70:last-child,.w_80:last-child,.w_90:last-child{
	margin-right:0%;
}


h5{
font-size:1.6rem;
}


/*arrow*/
.arrow_d{
position: relative;
}
.arrow_d::after{
 content: '';
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  bottom: 20%;
  left: 48%;
}

.page_access iframe{
width: 100%;
    height: 450px;
}


@media ( max-width : 1200px ) {
  }


@media ( max-width : 1100px ) {
  .tb_only{
    display: block;
  }
  .pc_only_tb{
    display: none;
  }
  .main_visual .main_visual_copy > li img{
    width: 95%;
  }
}

@media ( max-width : 850px ) {
.w_10,.w_20,.w_25,.w_30,.w_33,.w_40,.w_50,.w_60,.w_70,.w_80,.w_90{
  width:100%;
}
}


@media ( max-width : 1024px ) {

}

@media ( max-width : 769px ) {
 .intro::before{
	display:none;
  }
.dis_flex_pc{
display:block;}
h2.news{
margin-top: 0px;
}
.text-left-pc,.text-right-pc{text-align:center;}

.w_33,.w_50{
	width:100%;
}


.mt10_sp_only{margin-top:10px !important;}
.mt20_sp_only{margin-top:20px !important;}
.mt30_sp_only{margin-top:30px !important;}
.mt40_sp_only{margin-top:40px !important;}
.mt50_sp_only{margin-top:50px !important;}
.mt60_sp_only{margin-top:60px !important;}
.mb10_sp_only{margin-bottom:10px !important;}
.mb20_sp_only{margin-bottom:20px !important;}
.mb30_sp_only{margin-bottom:30px !important;}
.mb40_sp_only{margin-bottom:40px !important;}
.mb50_sp_only{margin-bottom:50px !important;}
.mb60_sp_only{margin-bottom:60px !important;}


.mt20_s{margin-top: 0px;}
  .pt40_s { padding-top: 20px; }
  .pt60_s { padding-top: 20px; }
  .pt80_s { padding-top: 20px; }
  .pt100_s { padding-top: 20px; }

.sp_only{
  display: block;
}
.pc_only{
  display: none;
}

}

/* ADD */
h2.news{
margin-top: 80px;
}
h2.black{
	font-size:3.8rem;
	font-weight: normal;
	position:relative;
	color:#000;
}

h2.black span{
	display:block;
	font-size:1.8rem;
}

h2.black:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #000;
}



h2{
	font-size:3.6rem;
	font-weight: normal;
	position:relative;
	color:var(--primary);
	text-align: left;
}

h2 span{
	display:block;
	font-size:1.8rem;
	
}



h3{
font-size: 2.6rem;
font-weight: normal;
position: relative;
margin: 20px auto 20px;
padding-left: 30px;
color:var(--primary);
}

h3:before{
  position: absolute;
    left: 0;
    top: 7px;
    content: "";
	height: 100%;
      background-image: url(../img/icon_h3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  width: 24px;
	}



h4{
color:var(--primary);
font-size: 2.0rem;
}

.yellow_cont{
background:#fdffe4;
padding:20px;
margin:10px;
}

.bg_1{
  background-image: url(../img/bg_1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-bottom:80px;
  padding-top: 80px;
}

.bg_2{
  background-image: url(../img/top_jigyo_2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-bottom:80px;
  padding-top: 80px;
  min-height:630px;
  	position:relative;
}

.bg_2 .top_jigyo{
position: absolute;
width: 100%;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
color:#fff;
}

.sp_video{
position: relative;
}

.sp_video img{
//position: absolute;
//left: 0;
width: 100%;
}

 /*
.sp_video .video_cont{
min-height: 420px;
}

@media ( max-width : 650px ){
.sp_video .video_cont,.sp_video{
min-height: 330px;
}
}


@media ( max-width : 590px ){
.sp_video .video_cont,.sp_video{
min-height: 380px;
}
}

@media ( max-width : 570px ){
.sp_video .video_cont,.sp_video{
min-height: 330px;
}
}

@media ( max-width : 550px ){
.sp_video .video_cont,.sp_video{
min-height: 310px;
}
}

@media ( max-width : 530px ){
.sp_video .video_cont,.sp_video{
min-height: 310px;
}
}

@media ( max-width : 510px ){
.sp_video .video_cont,.sp_video{
min-height: 280px;
}
}
*/

.intro{
  background-image: url(../img/top_comp_3.png);
  background:-size:cover;
 height:556px; 
 background-size: cover;
 
}

.video_cont{
z-index: -9999;
position: relative;
    height: 112.5%;
}

.video_cont video{
position: absolute;
left: 0;
height: 100%;
}

.intro {
    padding: 26px 0 60px;
}

.white_cont{
background: #fff;
padding: 20px;
}

.top_contact_cont{
	height:100%;
	border:1px solid var(--primary);
	background:#fff;
	position:relative;
}

.top_contact{
	color:var(--primary);
	
	  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100%;
  font-size:140%;
}

.top_contact:before{
position: absolute;
  content:url(../img/icon_mail.png);;
	top:-20%;
	left: calc(50% - 28px);
	height:auto;
	width:auto;
  padding-bottom: 10px;
    left: calc(50% - 35px);
    width: 60px;
	top: -40px;
}

a.top_contact_link{
width: 100%;
display: block;
height: 100%;
}

@media ( max-width : 1100px ) {
.mv .bl_mv_desc img{
width:70%;
}
}


@media ( max-width : 769px ) {
.bl_mv_desc{
display:none;
}
.bus_cont_1 .w_25{
margin-top:15px;
}

.mv .bl_mv_desc img{
width:70%;
}
.contact_page button, input, select, textarea{
width:100%;
}
.col2_companyBG .col3{
    display: block;
}
.col2_companyBG .col3 .col3_item{
width:100%;
padding:10px 0;
}



  .news{
    padding: 0px;
  }
h2.news{
margin-top: 0px;
}
.btn.btn_2{
background-size: cover;
font-size: 130%;
}
.w20,.w80 {
    width: 100%;
}

.ly_news_content{
width:100%;
margin-top: 0px;
    padding: 10px;
}
a.top_contact_link {
    height: 200px;
}
.top_contact{
top:60%;
}


}

@media screen and (min-width:1025px) and ( max-width:1200px){
.bl_navi_item{
padding: 0px 10px;

}
.bl_navi_item a{
font-size:90%;
padding:5px 10px;
}
}


@media screen and (min-width:768px) and ( max-width:1024px){
.bl_logo img {
    height: 45px;
 }
.bl_navi_item a{
font-size:70%;
padding:5px;
}
.bl_navi_item{
padding: 0px 5px;

}
}

.table01 tr{
    border-right: 1px solid #DBDBDB;
}


/*flow*/

.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 40px;
}
.flow > li:not(:first-child)::before {
  content: "";
  height: 60px;
  display: block;
  border-left: 4px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: -webkit-calc(10% + 30px - 2px);
  left: calc(10% + 30px - 2px);
  z-index: 10;
}
.flow > li dl {
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid var(--primary);
  border-radius: 10px;
  position: relative;
}
.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: var(--primary);
}
.flow > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary);
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}
.flow > li dl dt .icon {
  font-size: 12px;
  color: #fff;
  background: var(--primary);
  background: -moz-linear-gradient(left, rgb(86, 200, 136) 0%,rgb(133, 236, 164) 100%);
  background: -webkit-linear-gradient(left, rgb(86, 200, 136) 0%,rgb(133, 236, 164) 100%);
  background: linear-gradient(to right, rgb(86, 200, 136) 0%,rgb(133, 236, 164) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}



.print_1{display:none;}
.table01 tr:first-child {
    border-top: 1px solid #DBDBDB;
}

.bus_cont .btn.btn_2{
padding:20px 0;
background-size:cover;
}
.print_dispaly{display:none;}

/*btm_cont*/
.btm_cont{
  background: var(--primary);
  padding:10px;
}

.btm_cont .btm_cont_txt{
	background:#fff;
	position:relative;
	text-align:center;
}

.btm_cont .btm_cont_txt_2{
position: absolute;
width: 100%;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
text-align: center;
}

.btm_cont .btm_cont_mail{
	padding-left:10px;
}
.btm_cont .btm_cont_mail a{
color:#fff;
}

.btm_cont .btm_cont_mail_2{
	border:1px solid #fff;
	padding:100px 0;
	text-align:center;
	color:#fff;
}

@media print{
.print_none{display:none;}
.print_dispaly{display:block;}

.acc_map_1{
position: relative; width: 100%;height: 0;
border:1px solid blue;
}
.acc_map_2{
width: 1000px; text-align:center; margin:auto height: 100%; border:1px solid red; position: absolute; top:0; left:0;
border:1px solid green;
}

.bus_cont_1 .w_25{
width:23.5%;
}

.mv {
    text-align: center;
    width: 80%;
    margin:0 auto;
	}

.acc_page iframe{
width:100%;
}

.chukan_page h2 span{display:none;}

.chukan_page .dis_flex{
display:block;
}

.chukan_page .w_70,.chukan_page .w_20{
display:inline-block;
}

.chukan_page .w_20{
	width:19%;
}
.chukan_page .w_70 {
    width: 79%;
}

.chukan_page img{width:50%;}
.allow_page h3,.contact_page .contact-text{
margin:20px 0;
}

.chukan_page h3{
margin:10px 0;
}



.flow > li dl dt{
font-size:14px;
}
.flow > li dl dt .icon{
padding:0
}
.flow > li dl{
padding:5px 20px;
}

.sanpai_rei img{
width:20%;
}

.copyright{
position: fixed;
bottom: 0;
width: 100%;
}
.new-page {
    page-break-before: always; /* 特定の場所で改ページを入れたいときの指定 */
  }
  
	body{
	font-size:80%;
	-webkit-print-color-adjust: exact;

	}
	
	h2.news{margin-top:20px;}
	
	.bg_1 .dis_flex_pc{
	
	}
	
	.bg_1 .col2{
	margin-top:0px;
	}
	
	.bg_1 .mb70{
	margin-bottom:20px;
	}
	.bl_news_item_link{
	font-size:12px;
	}
	.col2_item_recruit{
		display:inline-block;

	}
	
	.col2_item_contat{
	display:inline-block;
	float:right;
	width:29%;
	margin-top:80px;
	}
	
	.col2_item_recruit{width:70%;}
	
	.col2_companyBG{display:none;}

.ly_news_content{
margin-top:0px;
}

.business_img img{
width:70%;
}

	.print_1{
	display:block;
	width:100%;
	}
	
	.print_1_1{
	display:inline-block;
	width:33%;

	}
	
		.print_1_2{
	display:inline-block;
	width:48%;
		padding:10px;

	}
	
	
.header{
position:relative;
}
.footer .bl_logo img{
width:100xp;
height:auto;
}
.FV h1 {
    position:relative;
    width: 100%;
    margin: auto;
    text-align: center;
    display: block;
    font-size: 3.0rem;
    font-weight: normal;
}

.yellow_cont .mt20,yellow_cont .mb20{
margin:0 !important;
}

h3{
margin:0px;
padding:0;
font-size:1.8rem;
padding-left: 5px;
}



h3.h3_gomi:before,h3.h3_chukan:before{
content:none;
}

h4{font-size:1.4rem;}
ul.li_1 li{
font-size:1.0rem;
margin: 0;
    padding: 0;
}

.bl_navi_item a{
padding:2px 5px;
}

.bl_navi_item{
	0 5px;
}

.gray_cont{
margin:10px 0;
}

h2,h2.black{font-size:2.2rem;}

.FV .h1_txt,h2:before,.footer .inner{
display:none;
}

.allow_img img{
width:65%;
}

.toppage .bg_1{
padding:0;
}

.btn.btn_1{
padding:5px 0;
}

.white_cont.mt60{
	    margin-top: 0px;
    padding: 0;
}
.intro{
padding:20px 0;
    background:none;
}

.p_kaigyo{
page-break-before: always;
}

.tbl_1 {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 2em;
}
.tbl_1 tr th, .tbl_1 tr td {
    padding: 1em;
    border: #ccc solid 2px;
}

.tbl_1 tr th {
    width: 30%;
    background-color: #f4f7f6;
    vertical-align: middle;
    color: #333;
}

.table01 tr {
    border-bottom: 1px solid #DBDBDB;
}



.company_table.table01 {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    border-collapse: collapse;
}

.company_table.table01 th, .company_table.table01 td {
    padding: 5px 10px;
    border: none;
    line-height: 25px;
    text-align: left;
    color: #000;
}

 .company_table.table01 th{
 width:20%;
 }

 .company_table.table01 td{
 width:80%;
 }


.table01 th {
    background: var(--primary) !important;
	color:#fff !important;
 }


th{
    background: var(--primary) !important;
	color:#fff !important;
}

@-moz-document url-prefix() {
	.print_1_1,.print_1_2{
			border:1px solid var(--primary);
	}
}

}


/*isago ADD*/
.top_anzen{
 padding:20px;
}

.top_comp_txt{
width: 38%;
float: right;
color: #fff;
text-align: left;
margin-top: 100px;
line-height: 180%;
}

/* .top_comp_txt p,.top_jigyo p{
text-shadow: 2px 2px 3px #000;
} */

.btm_cont_txt_3{
	border-bottom:1px solid #333;
	padding-bottom:8px;
	display: inline-block;
	margin-bottom: 10px;
	}

.telbox{
font-size:42px;
}

body{
  background-image: url(../img/bg_txt.png);
  background-repeat: no-repeat;
  background-size: auto;
background-position: left 0% top 250px;
}

body.toppage{
background-position: left 0% top 750px;
}

.inner.btm_cont{
width:90%;
}

.page_access .bg_1{
    padding-top: 0px;
}

.page_access .bg_1 .dis_flex_pc {
flex-wrap: wrap;
}
.page_access .bg_1 .dis_flex_pc p {
width: 100%;
font-size: 24px;
}
.page_access .bg_1 .dis_flex_pc p span {
font-size: 16px;
margin-left: 2rem;
}
@media ( min-width : 1200px ) {
.btn.white {
color: var(--primary);
    background-color: #fff;
}
.btn.white::before {
    border-color: var(--primary);
}

}

@media screen and (min-width:768px) and ( max-width:1200px){
.top_comp_txt {
    width: 50%;
	background-color:rgba(255,255,255,0.8);
	padding:8px;
}
.top_comp_txt p{
     text-shadow: none;
	 color:#000;
	}
	}

@media ( max-width : 769px ){
.top_comp_txt p {
    text-shadow: none;
}
.ly_mv_text{
width:100%;
        top: 10px;
    left: 0;
    transform: inherit;
}

.ly_mv_text .ly_mv_text_1 p{
font-size:30px;
    padding: 5px;
}

.ly_mv_text .ly_mv_text_2 {
    font-size: 24px;
}



.col2.bottom.mt70{
	margin-top:0;
	margin-bottom:0;
}
body.toppage{
    background-position: left 0% top 300px;
}
.intro{
background:none;
}

.top_comp_txt{
    color: #000;
    width: 100%;
    margin-top: 20px;
}

.dis_flex_pc .w50{
width:100%;
}

.dis_flex_pc .w50.btm_cont_txt{
	padding:10px;
}

.col2_companyBG .ly_section_body {
    min-height: 60px;
}

.col2_item div{
	text-align:center;
}

.bg_2 .top_jigyo {
    padding: 12px;
    font-size: 110%;
}

.btm_cont .btm_cont_txt_2 {
    position: relative;
    top: 10%;
    left: 0;
    transform: inherit;
 }
 
 .telbox {
    font-size: 28px;
}
.btm_cont .btm_cont_mail {
    padding-left: 0;
}
.btm_cont .btm_cont_mail_2 {
    padding: 30px 0;
 }

.btm_cont .btm_cont_mail_2 img{
	width:50px;
	margin-bottom:20px;
}

.btm_cont .btm_cont_mail_2 .f_150{
font-size:110% !important;
}

.footer .inner {
    display: block;
}

.FV .h1_txt_2 {
    font-size: 2.6rem;
    z-index: -995;
}

}


@media ( max-width : 600px ){
.ly_mv_text .ly_mv_text_1 p{
font-size:16px;
    padding: 5px;
}

.ly_mv_text .ly_mv_text_2 {
    font-size: 14px;
}



}